diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-07-24 21:47:50 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:33 +0100 |
| commit | b3bfa59817505347148c11f6d96ad0d492d6df1c (patch) | |
| tree | c3ac72da37f9400f004c254adcf499cb88837ae4 /dist | |
| parent | b4841a1a73be0735d1395c4539506cb58d8ba285 (diff) | |
| download | brokentalents-b3bfa59817505347148c11f6d96ad0d492d6df1c.tar.gz brokentalents-b3bfa59817505347148c11f6d96ad0d492d6df1c.zip | |
Add Summaries card for Talents (ctd.)
automatic build
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/build.js | 10 | ||||
| -rw-r--r-- | dist/main.css | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dist/build.js b/dist/build.js index 3f275d1..1d2b56a 100644 --- a/dist/build.js +++ b/dist/build.js @@ -1,16 +1,16 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:r})},n.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=338)}([function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(16),l=i.FP_SAFE,o=i.BADNUM,s=e.exports={};s.nestedProperty=n(107),s.isPlainObject=n(32),s.isArray=n(106),s.mod=n(166),s.toLogRange=n(105),s.relinkPrivateKeys=n(304),s.ensureArray=n(303);var u=n(302);s.valObjects=u.valObjects,s.coerce=u.coerce,s.coerce2=u.coerce2,s.coerceFont=u.coerceFont,s.coerceHoverinfo=u.coerceHoverinfo,s.validate=u.validate;var c=n(301);s.dateTime2ms=c.dateTime2ms,s.isDateTime=c.isDateTime,s.ms2DateTime=c.ms2DateTime,s.ms2DateTimeLocal=c.ms2DateTimeLocal,s.cleanDate=c.cleanDate,s.isJSDate=c.isJSDate,s.formatDate=c.formatDate,s.incrementMonth=c.incrementMonth,s.dateTick0=c.dateTick0,s.dfltRange=c.dfltRange,s.findExactDates=c.findExactDates,s.MIN_MS=c.MIN_MS,s.MAX_MS=c.MAX_MS;var d=n(162);s.findBin=d.findBin,s.sorterAsc=d.sorterAsc,s.sorterDes=d.sorterDes,s.distinctVals=d.distinctVals,s.roundUp=d.roundUp;var f=n(300);s.aggNums=f.aggNums,s.len=f.len,s.mean=f.mean,s.variance=f.variance,s.stdev=f.stdev,s.interp=f.interp;var h=n(161);s.init2dArray=h.init2dArray,s.transposeRagged=h.transposeRagged,s.dot=h.dot,s.translationMatrix=h.translationMatrix,s.rotationMatrix=h.rotationMatrix,s.rotationXYMatrix=h.rotationXYMatrix,s.apply2DTransform=h.apply2DTransform,s.apply2DTransform2=h.apply2DTransform2;var p=n(10);s.extendFlat=p.extendFlat,s.extendDeep=p.extendDeep,s.extendDeepAll=p.extendDeepAll,s.extendDeepNoArrays=p.extendDeepNoArrays;var v=n(33);s.log=v.log,s.warn=v.warn,s.error=v.error,s.notifier=n(299),s.filterUnique=n(298),s.filterVisible=n(297),s.pushUnique=n(168),s.cleanNumber=n(296),s.ensureNumber=function(e){return a(e)?(e=Number(e))<-l||e>l?o:a(e)?Number(e):o:o},s.noop=n(109),s.identity=n(295),s.swapAttrs=function(e,t,n,r){n||(n="x"),r||(r="y");for(var a=0;a<t.length;a++){var i=t[a],l=s.nestedProperty(e,i.replace("?",n)),o=s.nestedProperty(e,i.replace("?",r)),u=l.get();l.set(o.get()),o.set(u)}},s.pauseEvent=function(e){return e.stopPropagation&&e.stopPropagation(),e.preventDefault&&e.preventDefault(),e.cancelBubble=!0,!1},s.constrain=function(e,t,n){return t>n?Math.max(n,Math.min(t,e)):Math.max(t,Math.min(n,e))},s.bBoxIntersect=function(e,t,n){return n=n||0,e.left<=t.right+n&&t.left<=e.right+n&&e.top<=t.bottom+n&&t.top<=e.bottom+n},s.simpleMap=function(e,t,n,r){for(var a=e.length,i=new Array(a),l=0;l<a;l++)i[l]=t(e[l],n,r);return i},s.randstr=function e(t,n,r){if(r||(r=16),void 0===n&&(n=24),n<=0)return"0";var a,i,l=Math.log(Math.pow(2,n))/Math.log(r),o="";for(a=2;l===1/0;a*=2)l=Math.log(Math.pow(2,n/a))/Math.log(r)*a;var s=l-Math.floor(l);for(a=0;a<Math.floor(l);a++)o=Math.floor(Math.random()*r).toString(r)+o;s&&(i=Math.pow(r,s),o=Math.floor(Math.random()*i).toString(r)+o);var u=parseInt(o,r);return t&&t.indexOf(o)>-1||u!==1/0&&u>=Math.pow(2,n)?e(t,n,r):o},s.OptionControl=function(e,t){e||(e={}),t||(t="opt");var n={optionList:[],_newoption:function(r){r[t]=e,n[r.name]=r,n.optionList.push(r)}};return n["_"+t]=e,n},s.smooth=function(e,t){if((t=Math.round(t)||0)<2)return e;var n,r,a,i,l=e.length,o=2*l,s=2*t-1,u=new Array(s),c=new Array(l);for(n=0;n<s;n++)u[n]=(1-Math.cos(Math.PI*(n+1)/t))/(2*t);for(n=0;n<l;n++){for(i=0,r=0;r<s;r++)(a=n+r+1-t)<-l?a-=o*Math.round(a/o):a>=o&&(a-=o*Math.floor(a/o)),a<0?a=-1-a:a>=l&&(a=o-1-a),i+=e[a]*u[r];c[n]=i}return c},s.syncOrAsync=function(e,t,n){var r;function a(){return s.syncOrAsync(e,t,n)}for(;e.length;)if((r=(0,e.splice(0,1)[0])(t))&&r.then)return r.then(a).then(void 0,s.promiseError);return n&&n(t)},s.stripTrailingSlash=function(e){return"/"===e.substr(-1)?e.substr(0,e.length-1):e},s.noneOrAll=function(e,t,n){if(e){var r,a,i=!1,l=!0;for(r=0;r<n.length;r++)void 0!==(a=e[n[r]])&&null!==a?i=!0:l=!1;if(i&&!l)for(r=0;r<n.length;r++)e[n[r]]=t[n[r]]}},s.mergeArray=function(e,t,n){if(Array.isArray(e))for(var r=Math.min(e.length,t.length),a=0;a<r;a++)t[a][n]=e[a]},s.fillArray=function(e,t,n,r){if(r=r||s.identity,Array.isArray(e))for(var a=0;a<t.length;a++)t[a][n]=r(e[a])},s.castOption=function(e,t,n,r){r=r||s.identity;var a=s.nestedProperty(e,n).get();return Array.isArray(a)?Array.isArray(t)&&Array.isArray(a[t[0]])?r(a[t[0]][t[1]]):r(a[t]):a},s.getTargetArray=function(e,t){var n=t.target;if("string"==typeof n&&n){var r=s.nestedProperty(e,n).get();return!!Array.isArray(r)&&r}return!!Array.isArray(n)&&n},s.minExtend=function(e,t){var n={};"object"!=typeof t&&(t={});var r,a,i,l=Object.keys(e);for(r=0;r<l.length;r++)i=e[a=l[r]],"_"!==a.charAt(0)&&"function"!=typeof i&&"glTrace"!==a&&("module"===a?n[a]=i:Array.isArray(i)?n[a]=i.slice(0,3):n[a]=i&&"object"==typeof i?s.minExtend(e[a],t[a]):i);for(l=Object.keys(t),r=0;r<l.length;r++)"object"==typeof(i=t[a=l[r]])&&a in n&&"object"==typeof n[a]||(n[a]=i);return n},s.titleCase=function(e){return e.charAt(0).toUpperCase()+e.substr(1)},s.containsAny=function(e,t){for(var n=0;n<t.length;n++)if(-1!==e.indexOf(t[n]))return!0;return!1},s.isPlotDiv=function(e){var t=r.select(e);return t.node()instanceof HTMLElement&&t.size()&&t.classed("js-plotly-plot")},s.removeElement=function(e){var t=e&&e.parentNode;t&&t.removeChild(e)},s.addStyleRule=function(e,t){if(!s.styleSheet){var n=document.createElement("style");n.appendChild(document.createTextNode("")),document.head.appendChild(n),s.styleSheet=n.sheet}var r=s.styleSheet;r.insertRule?r.insertRule(e+"{"+t+"}",0):r.addRule?r.addRule(e,t,0):s.warn("addStyleRule failed")},s.isIE=function(){return void 0!==window.navigator.msSaveBlob},s.isD3Selection=function(e){return e&&"function"==typeof e.classed},s.objectFromPath=function(e,t){for(var n,r=e.split("."),a=n={},i=0;i<r.length;i++){var l=r[i],o=null,s=r[i].match(/(.*)\[([0-9]+)\]/);s?(l=s[1],o=s[2],n=n[l]=[],i===r.length-1?n[o]=t:n[o]={},n=n[o]):(i===r.length-1?n[l]=t:n[l]={},n=n[l])}return a};var y=/^([^\[\.]+)\.(.+)?/,g=/^([^\.]+)\[([0-9]+)\](\.)?(.+)?/;s.expandObjectPaths=function(e){var t,n,r,a,i,l,o;if("object"==typeof e&&!Array.isArray(e))for(n in e)e.hasOwnProperty(n)&&((t=n.match(y))?(a=e[n],r=t[1],delete e[n],e[r]=s.extendDeepNoArrays(e[r]||{},s.objectFromPath(n,s.expandObjectPaths(a))[r])):(t=n.match(g))?(a=e[n],r=t[1],i=parseInt(t[2]),delete e[n],e[r]=e[r]||[],"."===t[3]?(o=t[4],l=e[r][i]=e[r][i]||{},s.extendDeepNoArrays(l,s.objectFromPath(o,s.expandObjectPaths(a)))):e[r][i]=s.expandObjectPaths(a)):e[n]=s.expandObjectPaths(e[n]));return e},s.numSeparate=function(e,t,n){if(n||(n=!1),"string"!=typeof t||0===t.length)throw new Error("Separator string required for formatting!");"number"==typeof e&&(e=String(e));var r=/(\d+)(\d{3})/,a=t.charAt(0),i=t.charAt(1),l=e.split("."),o=l[0],s=l.length>1?a+l[1]:"";if(i&&(l.length>1||o.length>4||n))for(;r.test(o);)o=o.replace(r,"$1"+i+"$2");return o+s}},function(e,t,n){var r,a;!function(){var i={version:"3.5.17"},l=[].slice,o=function(e){return l.call(e)},s=this.document;function u(e){return e&&(e.ownerDocument||e.document||e).documentElement}function c(e){return e&&(e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView)}if(s)try{o(s.documentElement.childNodes)[0].nodeType}catch(e){o=function(e){for(var t=e.length,n=new Array(t);t--;)n[t]=e[t];return n}}if(Date.now||(Date.now=function(){return+new Date}),s)try{s.createElement("DIV").style.setProperty("opacity",0,"")}catch(e){var d=this.Element.prototype,f=d.setAttribute,h=d.setAttributeNS,p=this.CSSStyleDeclaration.prototype,v=p.setProperty;d.setAttribute=function(e,t){f.call(this,e,t+"")},d.setAttributeNS=function(e,t,n){h.call(this,e,t,n+"")},p.setProperty=function(e,t,n){v.call(this,e,t+"",n)}}function y(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function g(e){return null===e?NaN:+e}function m(e){return!isNaN(e)}function _(e){return{left:function(t,n,r,a){for(arguments.length<3&&(r=0),arguments.length<4&&(a=t.length);r<a;){var i=r+a>>>1;e(t[i],n)<0?r=i+1:a=i}return r},right:function(t,n,r,a){for(arguments.length<3&&(r=0),arguments.length<4&&(a=t.length);r<a;){var i=r+a>>>1;e(t[i],n)>0?a=i:r=i+1}return r}}}i.ascending=y,i.descending=function(e,t){return t<e?-1:t>e?1:t>=e?0:NaN},i.min=function(e,t){var n,r,a=-1,i=e.length;if(1===arguments.length){for(;++a<i;)if(null!=(r=e[a])&&r>=r){n=r;break}for(;++a<i;)null!=(r=e[a])&&n>r&&(n=r)}else{for(;++a<i;)if(null!=(r=t.call(e,e[a],a))&&r>=r){n=r;break}for(;++a<i;)null!=(r=t.call(e,e[a],a))&&n>r&&(n=r)}return n},i.max=function(e,t){var n,r,a=-1,i=e.length;if(1===arguments.length){for(;++a<i;)if(null!=(r=e[a])&&r>=r){n=r;break}for(;++a<i;)null!=(r=e[a])&&r>n&&(n=r)}else{for(;++a<i;)if(null!=(r=t.call(e,e[a],a))&&r>=r){n=r;break}for(;++a<i;)null!=(r=t.call(e,e[a],a))&&r>n&&(n=r)}return n},i.extent=function(e,t){var n,r,a,i=-1,l=e.length;if(1===arguments.length){for(;++i<l;)if(null!=(r=e[i])&&r>=r){n=a=r;break}for(;++i<l;)null!=(r=e[i])&&(n>r&&(n=r),a<r&&(a=r))}else{for(;++i<l;)if(null!=(r=t.call(e,e[i],i))&&r>=r){n=a=r;break}for(;++i<l;)null!=(r=t.call(e,e[i],i))&&(n>r&&(n=r),a<r&&(a=r))}return[n,a]},i.sum=function(e,t){var n,r=0,a=e.length,i=-1;if(1===arguments.length)for(;++i<a;)m(n=+e[i])&&(r+=n);else for(;++i<a;)m(n=+t.call(e,e[i],i))&&(r+=n);return r},i.mean=function(e,t){var n,r=0,a=e.length,i=-1,l=a;if(1===arguments.length)for(;++i<a;)m(n=g(e[i]))?r+=n:--l;else for(;++i<a;)m(n=g(t.call(e,e[i],i)))?r+=n:--l;if(l)return r/l},i.quantile=function(e,t){var n=(e.length-1)*t+1,r=Math.floor(n),a=+e[r-1],i=n-r;return i?a+i*(e[r]-a):a},i.median=function(e,t){var n,r=[],a=e.length,l=-1;if(1===arguments.length)for(;++l<a;)m(n=g(e[l]))&&r.push(n);else for(;++l<a;)m(n=g(t.call(e,e[l],l)))&&r.push(n);if(r.length)return i.quantile(r.sort(y),.5)},i.variance=function(e,t){var n,r,a=e.length,i=0,l=0,o=-1,s=0;if(1===arguments.length)for(;++o<a;)m(n=g(e[o]))&&(l+=(r=n-i)*(n-(i+=r/++s)));else for(;++o<a;)m(n=g(t.call(e,e[o],o)))&&(l+=(r=n-i)*(n-(i+=r/++s)));if(s>1)return l/(s-1)},i.deviation=function(){var e=i.variance.apply(this,arguments);return e?Math.sqrt(e):e};var T=_(y);function M(e){return e.length}i.bisectLeft=T.left,i.bisect=i.bisectRight=T.right,i.bisector=function(e){return _(1===e.length?function(t,n){return y(e(t),n)}:e)},i.shuffle=function(e,t,n){(i=arguments.length)<3&&(n=e.length,i<2&&(t=0));for(var r,a,i=n-t;i;)a=Math.random()*i--|0,r=e[i+t],e[i+t]=e[a+t],e[a+t]=r;return e},i.permute=function(e,t){for(var n=t.length,r=new Array(n);n--;)r[n]=e[t[n]];return r},i.pairs=function(e){for(var t=0,n=e.length-1,r=e[0],a=new Array(n<0?0:n);t<n;)a[t]=[r,r=e[++t]];return a},i.transpose=function(e){if(!(a=e.length))return[];for(var t=-1,n=i.min(e,M),r=new Array(n);++t<n;)for(var a,l=-1,o=r[t]=new Array(a);++l<a;)o[l]=e[l][t];return r},i.zip=function(){return i.transpose(arguments)},i.keys=function(e){var t=[];for(var n in e)t.push(n);return t},i.values=function(e){var t=[];for(var n in e)t.push(e[n]);return t},i.entries=function(e){var t=[];for(var n in e)t.push({key:n,value:e[n]});return t},i.merge=function(e){for(var t,n,r,a=e.length,i=-1,l=0;++i<a;)l+=e[i].length;for(n=new Array(l);--a>=0;)for(t=(r=e[a]).length;--t>=0;)n[--l]=r[t];return n};var b=Math.abs;function K(e,t){for(var n in t)Object.defineProperty(e.prototype,n,{value:t[n],enumerable:!1})}function k(){this._=Object.create(null)}i.range=function(e,t,n){if(arguments.length<3&&(n=1,arguments.length<2&&(t=e,e=0)),(t-e)/n==1/0)throw new Error("infinite range");var r,a=[],i=function(e){var t=1;for(;e*t%1;)t*=10;return t}(b(n)),l=-1;if(e*=i,t*=i,(n*=i)<0)for(;(r=e+n*++l)>t;)a.push(r/i);else for(;(r=e+n*++l)<t;)a.push(r/i);return a},i.map=function(e,t){var n=new k;if(e instanceof k)e.forEach(function(e,t){n.set(e,t)});else if(Array.isArray(e)){var r,a=-1,i=e.length;if(1===arguments.length)for(;++a<i;)n.set(a,e[a]);else for(;++a<i;)n.set(t.call(e,r=e[a],a),r)}else for(var l in e)n.set(l,e[l]);return n};var x="__proto__",C="\0";function A(e){return(e+="")===x||e[0]===C?C+e:e}function w(e){return(e+="")[0]===C?e.slice(1):e}function L(e){return A(e)in this._}function D(e){return(e=A(e))in this._&&delete this._[e]}function B(){var e=[];for(var t in this._)e.push(w(t));return e}function S(){var e=0;for(var t in this._)++e;return e}function G(){for(var e in this._)return!1;return!0}function W(){this._=Object.create(null)}function z(e){return e}function O(e,t,n){return function(){var r=n.apply(t,arguments);return r===t?e:r}}function P(e,t){if(t in e)return t;t=t.charAt(0).toUpperCase()+t.slice(1);for(var n=0,r=R.length;n<r;++n){var a=R[n]+t;if(a in e)return a}}K(k,{has:L,get:function(e){return this._[A(e)]},set:function(e,t){return this._[A(e)]=t},remove:D,keys:B,values:function(){var e=[];for(var t in this._)e.push(this._[t]);return e},entries:function(){var e=[];for(var t in this._)e.push({key:w(t),value:this._[t]});return e},size:S,empty:G,forEach:function(e){for(var t in this._)e.call(this,w(t),this._[t])}}),i.nest=function(){var e,t,n={},r=[],a=[];function l(a,i,o){if(o>=r.length)return t?t.call(n,i):e?i.sort(e):i;for(var s,u,c,d,f=-1,h=i.length,p=r[o++],v=new k;++f<h;)(d=v.get(s=p(u=i[f])))?d.push(u):v.set(s,[u]);return a?(u=a(),c=function(e,t){u.set(e,l(a,t,o))}):(u={},c=function(e,t){u[e]=l(a,t,o)}),v.forEach(c),u}return n.map=function(e,t){return l(t,e,0)},n.entries=function(e){return function e(t,n){if(n>=r.length)return t;var i=[],l=a[n++];return t.forEach(function(t,r){i.push({key:t,values:e(r,n)})}),l?i.sort(function(e,t){return l(e.key,t.key)}):i}(l(i.map,e,0),0)},n.key=function(e){return r.push(e),n},n.sortKeys=function(e){return a[r.length-1]=e,n},n.sortValues=function(t){return e=t,n},n.rollup=function(e){return t=e,n},n},i.set=function(e){var t=new W;if(e)for(var n=0,r=e.length;n<r;++n)t.add(e[n]);return t},K(W,{has:L,add:function(e){return this._[A(e+="")]=!0,e},remove:D,values:B,size:S,empty:G,forEach:function(e){for(var t in this._)e.call(this,w(t))}}),i.behavior={},i.rebind=function(e,t){for(var n,r=1,a=arguments.length;++r<a;)e[n=arguments[r]]=O(e,t,t[n]);return e};var R=["webkit","ms","moz","Moz","o","O"];function E(){}function j(){}function I(e){var t=[],n=new k;function r(){for(var n,r=t,a=-1,i=r.length;++a<i;)(n=r[a].on)&&n.apply(this,arguments);return e}return r.on=function(r,a){var i,l=n.get(r);return arguments.length<2?l&&l.on:(l&&(l.on=null,t=t.slice(0,i=t.indexOf(l)).concat(t.slice(i+1)),n.remove(r)),a&&t.push(n.set(r,{on:a})),e)},r}function N(){i.event.preventDefault()}function F(){for(var e,t=i.event;e=t.sourceEvent;)t=e;return t}function $(e){for(var t=new j,n=0,r=arguments.length;++n<r;)t[arguments[n]]=I(t);return t.of=function(n,r){return function(a){try{var l=a.sourceEvent=i.event;a.target=e,i.event=a,t[a.type].apply(n,r)}finally{i.event=l}}},t}i.dispatch=function(){for(var e=new j,t=-1,n=arguments.length;++t<n;)e[arguments[t]]=I(e);return e},j.prototype.on=function(e,t){var n=e.indexOf("."),r="";if(n>=0&&(r=e.slice(n+1),e=e.slice(0,n)),e)return arguments.length<2?this[e].on(r):this[e].on(r,t);if(2===arguments.length){if(null==t)for(e in this)this.hasOwnProperty(e)&&this[e].on(r,null);return this}},i.event=null,i.requote=function(e){return e.replace(V,"\\$&")};var V=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g,H={}.__proto__?function(e,t){e.__proto__=t}:function(e,t){for(var n in t)e[n]=t[n]};function q(e){return H(e,J),e}var U=function(e,t){return t.querySelector(e)},Y=function(e,t){return t.querySelectorAll(e)},X=function(e,t){var n=e.matches||e[P(e,"matchesSelector")];return(X=function(e,t){return n.call(e,t)})(e,t)};"function"==typeof Sizzle&&(U=function(e,t){return Sizzle(e,t)[0]||null},Y=Sizzle,X=Sizzle.matchesSelector),i.selection=function(){return i.select(s.documentElement)};var J=i.selection.prototype=[];function Z(e){return"function"==typeof e?e:function(){return U(e,this)}}function Q(e){return"function"==typeof e?e:function(){return Y(e,this)}}J.select=function(e){var t,n,r,a,i=[];e=Z(e);for(var l=-1,o=this.length;++l<o;){i.push(t=[]),t.parentNode=(r=this[l]).parentNode;for(var s=-1,u=r.length;++s<u;)(a=r[s])?(t.push(n=e.call(a,a.__data__,s,l)),n&&"__data__"in a&&(n.__data__=a.__data__)):t.push(null)}return q(i)},J.selectAll=function(e){var t,n,r=[];e=Q(e);for(var a=-1,i=this.length;++a<i;)for(var l=this[a],s=-1,u=l.length;++s<u;)(n=l[s])&&(r.push(t=o(e.call(n,n.__data__,s,a))),t.parentNode=n);return q(r)};var ee="http://www.w3.org/1999/xhtml",te={svg:"http://www.w3.org/2000/svg",xhtml:ee,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function ne(e,t){return e=i.ns.qualify(e),null==t?e.local?function(){this.removeAttributeNS(e.space,e.local)}:function(){this.removeAttribute(e)}:"function"==typeof t?e.local?function(){var n=t.apply(this,arguments);null==n?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,n)}:function(){var n=t.apply(this,arguments);null==n?this.removeAttribute(e):this.setAttribute(e,n)}:e.local?function(){this.setAttributeNS(e.space,e.local,t)}:function(){this.setAttribute(e,t)}}function re(e){return e.trim().replace(/\s+/g," ")}function ae(e){return new RegExp("(?:^|\\s+)"+i.requote(e)+"(?:\\s+|$)","g")}function ie(e){return(e+"").trim().split(/^|\s+/)}function le(e,t){var n=(e=ie(e).map(oe)).length;return"function"==typeof t?function(){for(var r=-1,a=t.apply(this,arguments);++r<n;)e[r](this,a)}:function(){for(var r=-1;++r<n;)e[r](this,t)}}function oe(e){var t=ae(e);return function(n,r){if(a=n.classList)return r?a.add(e):a.remove(e);var a=n.getAttribute("class")||"";r?(t.lastIndex=0,t.test(a)||n.setAttribute("class",re(a+" "+e))):n.setAttribute("class",re(a.replace(t," ")))}}function se(e,t,n){return null==t?function(){this.style.removeProperty(e)}:"function"==typeof t?function(){var r=t.apply(this,arguments);null==r?this.style.removeProperty(e):this.style.setProperty(e,r,n)}:function(){this.style.setProperty(e,t,n)}}function ue(e,t){return null==t?function(){delete this[e]}:"function"==typeof t?function(){var n=t.apply(this,arguments);null==n?delete this[e]:this[e]=n}:function(){this[e]=t}}function ce(e){return"function"==typeof e?e:(e=i.ns.qualify(e)).local?function(){return this.ownerDocument.createElementNS(e.space,e.local)}:function(){var t=this.ownerDocument,n=this.namespaceURI;return n===ee&&t.documentElement.namespaceURI===ee?t.createElement(e):t.createElementNS(n,e)}}function de(){var e=this.parentNode;e&&e.removeChild(this)}function fe(e){return{__data__:e}}function he(e){return function(){return X(this,e)}}function pe(e,t){for(var n=0,r=e.length;n<r;n++)for(var a,i=e[n],l=0,o=i.length;l<o;l++)(a=i[l])&&t(a,l,n);return e}function ve(e){return H(e,ye),e}i.ns={prefix:te,qualify:function(e){var t=e.indexOf(":"),n=e;return t>=0&&"xmlns"!==(n=e.slice(0,t))&&(e=e.slice(t+1)),te.hasOwnProperty(n)?{space:te[n],local:e}:e}},J.attr=function(e,t){if(arguments.length<2){if("string"==typeof e){var n=this.node();return(e=i.ns.qualify(e)).local?n.getAttributeNS(e.space,e.local):n.getAttribute(e)}for(t in e)this.each(ne(t,e[t]));return this}return this.each(ne(e,t))},J.classed=function(e,t){if(arguments.length<2){if("string"==typeof e){var n=this.node(),r=(e=ie(e)).length,a=-1;if(t=n.classList){for(;++a<r;)if(!t.contains(e[a]))return!1}else for(t=n.getAttribute("class");++a<r;)if(!ae(e[a]).test(t))return!1;return!0}for(t in e)this.each(le(t,e[t]));return this}return this.each(le(e,t))},J.style=function(e,t,n){var r=arguments.length;if(r<3){if("string"!=typeof e){for(n in r<2&&(t=""),e)this.each(se(n,e[n],t));return this}if(r<2){var a=this.node();return c(a).getComputedStyle(a,null).getPropertyValue(e)}n=""}return this.each(se(e,t,n))},J.property=function(e,t){if(arguments.length<2){if("string"==typeof e)return this.node()[e];for(t in e)this.each(ue(t,e[t]));return this}return this.each(ue(e,t))},J.text=function(e){return arguments.length?this.each("function"==typeof e?function(){var t=e.apply(this,arguments);this.textContent=null==t?"":t}:null==e?function(){this.textContent=""}:function(){this.textContent=e}):this.node().textContent},J.html=function(e){return arguments.length?this.each("function"==typeof e?function(){var t=e.apply(this,arguments);this.innerHTML=null==t?"":t}:null==e?function(){this.innerHTML=""}:function(){this.innerHTML=e}):this.node().innerHTML},J.append=function(e){return e=ce(e),this.select(function(){return this.appendChild(e.apply(this,arguments))})},J.insert=function(e,t){return e=ce(e),t=Z(t),this.select(function(){return this.insertBefore(e.apply(this,arguments),t.apply(this,arguments)||null)})},J.remove=function(){return this.each(de)},J.data=function(e,t){var n,r,a=-1,i=this.length;if(!arguments.length){for(e=new Array(i=(n=this[0]).length);++a<i;)(r=n[a])&&(e[a]=r.__data__);return e}function l(e,n){var r,a,i,l=e.length,c=n.length,d=Math.min(l,c),f=new Array(c),h=new Array(c),p=new Array(l);if(t){var v,y=new k,g=new Array(l);for(r=-1;++r<l;)(a=e[r])&&(y.has(v=t.call(a,a.__data__,r))?p[r]=a:y.set(v,a),g[r]=v);for(r=-1;++r<c;)(a=y.get(v=t.call(n,i=n[r],r)))?!0!==a&&(f[r]=a,a.__data__=i):h[r]=fe(i),y.set(v,!0);for(r=-1;++r<l;)r in g&&!0!==y.get(g[r])&&(p[r]=e[r])}else{for(r=-1;++r<d;)a=e[r],i=n[r],a?(a.__data__=i,f[r]=a):h[r]=fe(i);for(;r<c;++r)h[r]=fe(n[r]);for(;r<l;++r)p[r]=e[r]}h.update=f,h.parentNode=f.parentNode=p.parentNode=e.parentNode,o.push(h),s.push(f),u.push(p)}var o=ve([]),s=q([]),u=q([]);if("function"==typeof e)for(;++a<i;)l(n=this[a],e.call(n,n.parentNode.__data__,a));else for(;++a<i;)l(n=this[a],e);return s.enter=function(){return o},s.exit=function(){return u},s},J.datum=function(e){return arguments.length?this.property("__data__",e):this.property("__data__")},J.filter=function(e){var t,n,r,a=[];"function"!=typeof e&&(e=he(e));for(var i=0,l=this.length;i<l;i++){a.push(t=[]),t.parentNode=(n=this[i]).parentNode;for(var o=0,s=n.length;o<s;o++)(r=n[o])&&e.call(r,r.__data__,o,i)&&t.push(r)}return q(a)},J.order=function(){for(var e=-1,t=this.length;++e<t;)for(var n,r=this[e],a=r.length-1,i=r[a];--a>=0;)(n=r[a])&&(i&&i!==n.nextSibling&&i.parentNode.insertBefore(n,i),i=n);return this},J.sort=function(e){e=function(e){arguments.length||(e=y);return function(t,n){return t&&n?e(t.__data__,n.__data__):!t-!n}}.apply(this,arguments);for(var t=-1,n=this.length;++t<n;)this[t].sort(e);return this.order()},J.each=function(e){return pe(this,function(t,n,r){e.call(t,t.__data__,n,r)})},J.call=function(e){var t=o(arguments);return e.apply(t[0]=this,t),this},J.empty=function(){return!this.node()},J.node=function(){for(var e=0,t=this.length;e<t;e++)for(var n=this[e],r=0,a=n.length;r<a;r++){var i=n[r];if(i)return i}return null},J.size=function(){var e=0;return pe(this,function(){++e}),e};var ye=[];function ge(e,t,n){var r="__on"+e,a=e.indexOf("."),l=_e;a>0&&(e=e.slice(0,a));var s=me.get(e);function u(){var t=this[r];t&&(this.removeEventListener(e,t,t.$),delete this[r])}return s&&(e=s,l=Te),a?t?function(){var a=l(t,o(arguments));u.call(this),this.addEventListener(e,this[r]=a,a.$=n),a._=t}:u:t?E:function(){var t,n=new RegExp("^__on([^.]+)"+i.requote(e)+"$");for(var r in this)if(t=r.match(n)){var a=this[r];this.removeEventListener(t[1],a,a.$),delete this[r]}}}i.selection.enter=ve,i.selection.enter.prototype=ye,ye.append=J.append,ye.empty=J.empty,ye.node=J.node,ye.call=J.call,ye.size=J.size,ye.select=function(e){for(var t,n,r,a,i,l=[],o=-1,s=this.length;++o<s;){r=(a=this[o]).update,l.push(t=[]),t.parentNode=a.parentNode;for(var u=-1,c=a.length;++u<c;)(i=a[u])?(t.push(r[u]=n=e.call(a.parentNode,i.__data__,u,o)),n.__data__=i.__data__):t.push(null)}return q(l)},ye.insert=function(e,t){var n,r,a;return arguments.length<2&&(n=this,t=function(e,t,i){var l,o=n[i].update,s=o.length;for(i!=a&&(a=i,r=0),t>=r&&(r=t+1);!(l=o[r])&&++r<s;);return l}),J.insert.call(this,e,t)},i.select=function(e){var t;return"string"==typeof e?(t=[U(e,s)]).parentNode=s.documentElement:(t=[e]).parentNode=u(e),q([t])},i.selectAll=function(e){var t;return"string"==typeof e?(t=o(Y(e,s))).parentNode=s.documentElement:(t=o(e)).parentNode=null,q([t])},J.on=function(e,t,n){var r=arguments.length;if(r<3){if("string"!=typeof e){for(n in r<2&&(t=!1),e)this.each(ge(n,e[n],t));return this}if(r<2)return(r=this.node()["__on"+e])&&r._;n=!1}return this.each(ge(e,t,n))};var me=i.map({mouseenter:"mouseover",mouseleave:"mouseout"});function _e(e,t){return function(n){var r=i.event;i.event=n,t[0]=this.__data__;try{e.apply(this,t)}finally{i.event=r}}}function Te(e,t){var n=_e(e,t);return function(e){var t=e.relatedTarget;t&&(t===this||8&t.compareDocumentPosition(this))||n.call(this,e)}}s&&me.forEach(function(e){"on"+e in s&&me.remove(e)});var Me,be=0;function Ke(e){var t=".dragsuppress-"+ ++be,n="click"+t,r=i.select(c(e)).on("touchmove"+t,N).on("dragstart"+t,N).on("selectstart"+t,N);if(null==Me&&(Me=!("onselectstart"in e)&&P(e.style,"userSelect")),Me){var a=u(e).style,l=a[Me];a[Me]="none"}return function(e){if(r.on(t,null),Me&&(a[Me]=l),e){var i=function(){r.on(n,null)};r.on(n,function(){N(),i()},!0),setTimeout(i,0)}}}i.mouse=function(e){return xe(e,F())};var ke=this.navigator&&/WebKit/.test(this.navigator.userAgent)?-1:0;function xe(e,t){t.changedTouches&&(t=t.changedTouches[0]);var n=e.ownerSVGElement||e;if(n.createSVGPoint){var r=n.createSVGPoint();if(ke<0){var a=c(e);if(a.scrollX||a.scrollY){var l=(n=i.select("body").append("svg").style({position:"absolute",top:0,left:0,margin:0,padding:0,border:"none"},"important"))[0][0].getScreenCTM();ke=!(l.f||l.e),n.remove()}}return ke?(r.x=t.pageX,r.y=t.pageY):(r.x=t.clientX,r.y=t.clientY),[(r=r.matrixTransform(e.getScreenCTM().inverse())).x,r.y]}var o=e.getBoundingClientRect();return[t.clientX-o.left-e.clientLeft,t.clientY-o.top-e.clientTop]}function Ce(){return i.event.changedTouches[0].identifier}i.touch=function(e,t,n){if(arguments.length<3&&(n=t,t=F().changedTouches),t)for(var r,a=0,i=t.length;a<i;++a)if((r=t[a]).identifier===n)return xe(e,r)},i.behavior.drag=function(){var e=$(a,"drag","dragstart","dragend"),t=null,n=l(E,i.mouse,c,"mousemove","mouseup"),r=l(Ce,i.touch,z,"touchmove","touchend");function a(){this.on("mousedown.drag",n).on("touchstart.drag",r)}function l(n,r,a,l,o){return function(){var s,u=i.event.target.correspondingElement||i.event.target,c=this.parentNode,d=e.of(this,arguments),f=0,h=n(),p=".drag"+(null==h?"":"-"+h),v=i.select(a(u)).on(l+p,function(){var e,t,n=r(c,h);if(!n)return;e=n[0]-g[0],t=n[1]-g[1],f|=e|t,g=n,d({type:"drag",x:n[0]+s[0],y:n[1]+s[1],dx:e,dy:t})}).on(o+p,function(){if(!r(c,h))return;v.on(l+p,null).on(o+p,null),y(f),d({type:"dragend"})}),y=Ke(u),g=r(c,h);s=t?[(s=t.apply(this,arguments)).x-g[0],s.y-g[1]]:[0,0],d({type:"dragstart"})}}return a.origin=function(e){return arguments.length?(t=e,a):t},i.rebind(a,e,"on")},i.touches=function(e,t){return arguments.length<2&&(t=F().touches),t?o(t).map(function(t){var n=xe(e,t);return n.identifier=t.identifier,n}):[]};var Ae=1e-6,we=Ae*Ae,Le=Math.PI,De=2*Le,Be=De-Ae,Se=Le/2,Ge=Le/180,We=180/Le;function ze(e){return e>0?1:e<0?-1:0}function Oe(e,t,n){return(t[0]-e[0])*(n[1]-e[1])-(t[1]-e[1])*(n[0]-e[0])}function Pe(e){return e>1?0:e<-1?Le:Math.acos(e)}function Re(e){return e>1?Se:e<-1?-Se:Math.asin(e)}function Ee(e){return((e=Math.exp(e))+1/e)/2}function je(e){return(e=Math.sin(e/2))*e}var Ie=Math.SQRT2;i.interpolateZoom=function(e,t){var n,r,a=e[0],i=e[1],l=e[2],o=t[0],s=t[1],u=t[2],c=o-a,d=s-i,f=c*c+d*d;if(f<we)r=Math.log(u/l)/Ie,n=function(e){return[a+e*c,i+e*d,l*Math.exp(Ie*e*r)]};else{var h=Math.sqrt(f),p=(u*u-l*l+4*f)/(2*l*2*h),v=(u*u-l*l-4*f)/(2*u*2*h),y=Math.log(Math.sqrt(p*p+1)-p),g=Math.log(Math.sqrt(v*v+1)-v);r=(g-y)/Ie,n=function(e){var t,n=e*r,o=Ee(y),s=l/(2*h)*(o*(t=Ie*n+y,((t=Math.exp(2*t))-1)/(t+1))-function(e){return((e=Math.exp(e))-1/e)/2}(y));return[a+s*c,i+s*d,l*o/Ee(Ie*n+y)]}}return n.duration=1e3*r,n},i.behavior.zoom=function(){var e,t,n,r,a,l,o,u,d,f={x:0,y:0,k:1},h=[960,500],p=$e,v=250,y=0,g="mousedown.zoom",m="mousemove.zoom",_="mouseup.zoom",T="touchstart.zoom",M=$(b,"zoomstart","zoom","zoomend");function b(e){e.on(g,B).on(Fe+".zoom",G).on("dblclick.zoom",W).on(T,S)}function K(e){return[(e[0]-f.x)/f.k,(e[1]-f.y)/f.k]}function k(e){f.k=Math.max(p[0],Math.min(p[1],e))}function x(e,t){t=function(e){return[e[0]*f.k+f.x,e[1]*f.k+f.y]}(t),f.x+=e[0]-t[0],f.y+=e[1]-t[1]}function C(e,n,r,a){e.__chart__={x:f.x,y:f.y,k:f.k},k(Math.pow(2,a)),x(t=n,r),e=i.select(e),v>0&&(e=e.transition().duration(v)),e.call(b.event)}function A(){o&&o.domain(l.range().map(function(e){return(e-f.x)/f.k}).map(l.invert)),d&&d.domain(u.range().map(function(e){return(e-f.y)/f.k}).map(u.invert))}function w(e){y++||e({type:"zoomstart"})}function L(e){A(),e({type:"zoom",scale:f.k,translate:[f.x,f.y]})}function D(e){--y||(e({type:"zoomend"}),t=null)}function B(){var e=this,t=M.of(e,arguments),n=0,r=i.select(c(e)).on(m,function(){n=1,x(i.mouse(e),a),L(t)}).on(_,function(){r.on(m,null).on(_,null),l(n),D(t)}),a=K(i.mouse(e)),l=Ke(e);co.call(e),w(t)}function S(){var e,t=this,n=M.of(t,arguments),r={},l=0,o=".zoom-"+i.event.changedTouches[0].identifier,s="touchmove"+o,u="touchend"+o,c=[],d=i.select(t),h=Ke(t);function p(){var n=i.touches(t);return e=f.k,n.forEach(function(e){e.identifier in r&&(r[e.identifier]=K(e))}),n}function v(){var e=i.event.target;i.select(e).on(s,y).on(u,m),c.push(e);for(var n=i.event.changedTouches,o=0,d=n.length;o<d;++o)r[n[o].identifier]=null;var h=p(),v=Date.now();if(1===h.length){if(v-a<500){var g=h[0];C(t,g,r[g.identifier],Math.floor(Math.log(f.k)/Math.LN2)+1),N()}a=v}else if(h.length>1){g=h[0];var _=h[1],T=g[0]-_[0],M=g[1]-_[1];l=T*T+M*M}}function y(){var o,s,u,c,d=i.touches(t);co.call(t);for(var f=0,h=d.length;f<h;++f,c=null)if(u=d[f],c=r[u.identifier]){if(s)break;o=u,s=c}if(c){var p=(p=u[0]-o[0])*p+(p=u[1]-o[1])*p,v=l&&Math.sqrt(p/l);o=[(o[0]+u[0])/2,(o[1]+u[1])/2],s=[(s[0]+c[0])/2,(s[1]+c[1])/2],k(v*e)}a=null,x(o,s),L(n)}function m(){if(i.event.touches.length){for(var e=i.event.changedTouches,t=0,a=e.length;t<a;++t)delete r[e[t].identifier];for(var l in r)return void p()}i.selectAll(c).on(o,null),d.on(g,B).on(T,S),h(),D(n)}v(),w(n),d.on(g,null).on(T,v)}function G(){var a=M.of(this,arguments);r?clearTimeout(r):(co.call(this),e=K(t=n||i.mouse(this)),w(a)),r=setTimeout(function(){r=null,D(a)},50),N(),k(Math.pow(2,.002*Ne())*f.k),x(t,e),L(a)}function W(){var e=i.mouse(this),t=Math.log(f.k)/Math.LN2;C(this,e,K(e),i.event.shiftKey?Math.ceil(t)-1:Math.floor(t)+1)}return Fe||(Fe="onwheel"in s?(Ne=function(){return-i.event.deltaY*(i.event.deltaMode?120:1)},"wheel"):"onmousewheel"in s?(Ne=function(){return i.event.wheelDelta},"mousewheel"):(Ne=function(){return-i.event.detail},"MozMousePixelScroll")),b.event=function(e){e.each(function(){var e=M.of(this,arguments),n=f;po?i.select(this).transition().each("start.zoom",function(){f=this.__chart__||{x:0,y:0,k:1},w(e)}).tween("zoom:zoom",function(){var r=h[0],a=h[1],l=t?t[0]:r/2,o=t?t[1]:a/2,s=i.interpolateZoom([(l-f.x)/f.k,(o-f.y)/f.k,r/f.k],[(l-n.x)/n.k,(o-n.y)/n.k,r/n.k]);return function(t){var n=s(t),a=r/n[2];this.__chart__=f={x:l-n[0]*a,y:o-n[1]*a,k:a},L(e)}}).each("interrupt.zoom",function(){D(e)}).each("end.zoom",function(){D(e)}):(this.__chart__=f,w(e),L(e),D(e))})},b.translate=function(e){return arguments.length?(f={x:+e[0],y:+e[1],k:f.k},A(),b):[f.x,f.y]},b.scale=function(e){return arguments.length?(f={x:f.x,y:f.y,k:null},k(+e),A(),b):f.k},b.scaleExtent=function(e){return arguments.length?(p=null==e?$e:[+e[0],+e[1]],b):p},b.center=function(e){return arguments.length?(n=e&&[+e[0],+e[1]],b):n},b.size=function(e){return arguments.length?(h=e&&[+e[0],+e[1]],b):h},b.duration=function(e){return arguments.length?(v=+e,b):v},b.x=function(e){return arguments.length?(o=e,l=e.copy(),f={x:0,y:0,k:1},b):o},b.y=function(e){return arguments.length?(d=e,u=e.copy(),f={x:0,y:0,k:1},b):d},i.rebind(b,M,"on")};var Ne,Fe,$e=[0,1/0];function Ve(){}function He(e,t,n){return this instanceof He?(this.h=+e,this.s=+t,void(this.l=+n)):arguments.length<2?e instanceof He?new He(e.h,e.s,e.l):pt(""+e,vt,He):new He(e,t,n)}i.color=Ve,Ve.prototype.toString=function(){return this.rgb()+""},i.hsl=He;var qe=He.prototype=new Ve;function Ue(e,t,n){var r,a;function i(e){return Math.round(255*function(e){return e>360?e-=360:e<0&&(e+=360),e<60?r+(a-r)*e/60:e<180?a:e<240?r+(a-r)*(240-e)/60:r}(e))}return e=isNaN(e)?0:(e%=360)<0?e+360:e,t=isNaN(t)?0:t<0?0:t>1?1:t,r=2*(n=n<0?0:n>1?1:n)-(a=n<=.5?n*(1+t):n+t-n*t),new ut(i(e+120),i(e),i(e-120))}function Ye(e,t,n){return this instanceof Ye?(this.h=+e,this.c=+t,void(this.l=+n)):arguments.length<2?e instanceof Ye?new Ye(e.h,e.c,e.l):it(e instanceof Ze?e.l:(e=yt((e=i.rgb(e)).r,e.g,e.b)).l,e.a,e.b):new Ye(e,t,n)}qe.brighter=function(e){return e=Math.pow(.7,arguments.length?e:1),new He(this.h,this.s,this.l/e)},qe.darker=function(e){return e=Math.pow(.7,arguments.length?e:1),new He(this.h,this.s,e*this.l)},qe.rgb=function(){return Ue(this.h,this.s,this.l)},i.hcl=Ye;var Xe=Ye.prototype=new Ve;function Je(e,t,n){return isNaN(e)&&(e=0),isNaN(t)&&(t=0),new Ze(n,Math.cos(e*=Ge)*t,Math.sin(e)*t)}function Ze(e,t,n){return this instanceof Ze?(this.l=+e,this.a=+t,void(this.b=+n)):arguments.length<2?e instanceof Ze?new Ze(e.l,e.a,e.b):e instanceof Ye?Je(e.h,e.c,e.l):yt((e=ut(e)).r,e.g,e.b):new Ze(e,t,n)}Xe.brighter=function(e){return new Ye(this.h,this.c,Math.min(100,this.l+Qe*(arguments.length?e:1)))},Xe.darker=function(e){return new Ye(this.h,this.c,Math.max(0,this.l-Qe*(arguments.length?e:1)))},Xe.rgb=function(){return Je(this.h,this.c,this.l).rgb()},i.lab=Ze;var Qe=18,et=.95047,tt=1,nt=1.08883,rt=Ze.prototype=new Ve;function at(e,t,n){var r=(e+16)/116,a=r+t/500,i=r-n/200;return new ut(st(3.2404542*(a=lt(a)*et)-1.5371385*(r=lt(r)*tt)-.4985314*(i=lt(i)*nt)),st(-.969266*a+1.8760108*r+.041556*i),st(.0556434*a-.2040259*r+1.0572252*i))}function it(e,t,n){return e>0?new Ye(Math.atan2(n,t)*We,Math.sqrt(t*t+n*n),e):new Ye(NaN,NaN,e)}function lt(e){return e>.206893034?e*e*e:(e-4/29)/7.787037}function ot(e){return e>.008856?Math.pow(e,1/3):7.787037*e+4/29}function st(e){return Math.round(255*(e<=.00304?12.92*e:1.055*Math.pow(e,1/2.4)-.055))}function ut(e,t,n){return this instanceof ut?(this.r=~~e,this.g=~~t,void(this.b=~~n)):arguments.length<2?e instanceof ut?new ut(e.r,e.g,e.b):pt(""+e,ut,Ue):new ut(e,t,n)}function ct(e){return new ut(e>>16,e>>8&255,255&e)}function dt(e){return ct(e)+""}rt.brighter=function(e){return new Ze(Math.min(100,this.l+Qe*(arguments.length?e:1)),this.a,this.b)},rt.darker=function(e){return new Ze(Math.max(0,this.l-Qe*(arguments.length?e:1)),this.a,this.b)},rt.rgb=function(){return at(this.l,this.a,this.b)},i.rgb=ut;var ft=ut.prototype=new Ve;function ht(e){return e<16?"0"+Math.max(0,e).toString(16):Math.min(255,e).toString(16)}function pt(e,t,n){var r,a,i,l=0,o=0,s=0;if(r=/([a-z]+)\((.*)\)/.exec(e=e.toLowerCase()))switch(a=r[2].split(","),r[1]){case"hsl":return n(parseFloat(a[0]),parseFloat(a[1])/100,parseFloat(a[2])/100);case"rgb":return t(mt(a[0]),mt(a[1]),mt(a[2]))}return(i=_t.get(e))?t(i.r,i.g,i.b):(null==e||"#"!==e.charAt(0)||isNaN(i=parseInt(e.slice(1),16))||(4===e.length?(l=(3840&i)>>4,l|=l>>4,o=240&i,o|=o>>4,s=15&i,s|=s<<4):7===e.length&&(l=(16711680&i)>>16,o=(65280&i)>>8,s=255&i)),t(l,o,s))}function vt(e,t,n){var r,a,i=Math.min(e/=255,t/=255,n/=255),l=Math.max(e,t,n),o=l-i,s=(l+i)/2;return o?(a=s<.5?o/(l+i):o/(2-l-i),r=e==l?(t-n)/o+(t<n?6:0):t==l?(n-e)/o+2:(e-t)/o+4,r*=60):(r=NaN,a=s>0&&s<1?0:r),new He(r,a,s)}function yt(e,t,n){var r=ot((.4124564*(e=gt(e))+.3575761*(t=gt(t))+.1804375*(n=gt(n)))/et),a=ot((.2126729*e+.7151522*t+.072175*n)/tt);return Ze(116*a-16,500*(r-a),200*(a-ot((.0193339*e+.119192*t+.9503041*n)/nt)))}function gt(e){return(e/=255)<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}function mt(e){var t=parseFloat(e);return"%"===e.charAt(e.length-1)?Math.round(2.55*t):t}ft.brighter=function(e){e=Math.pow(.7,arguments.length?e:1);var t=this.r,n=this.g,r=this.b,a=30;return t||n||r?(t&&t<a&&(t=a),n&&n<a&&(n=a),r&&r<a&&(r=a),new ut(Math.min(255,t/e),Math.min(255,n/e),Math.min(255,r/e))):new ut(a,a,a)},ft.darker=function(e){return new ut((e=Math.pow(.7,arguments.length?e:1))*this.r,e*this.g,e*this.b)},ft.hsl=function(){return vt(this.r,this.g,this.b)},ft.toString=function(){return"#"+ht(this.r)+ht(this.g)+ht(this.b)};var _t=i.map({aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074});function Tt(e){return"function"==typeof e?e:function(){return e}}function Mt(e){return function(t,n,r){return 2===arguments.length&&"function"==typeof n&&(r=n,n=null),bt(t,n,e,r)}}function bt(e,t,n,r){var a={},l=i.dispatch("beforesend","progress","load","error"),s={},u=new XMLHttpRequest,c=null;function d(){var e,t=u.status;if(!t&&function(e){var t=e.responseType;return t&&"text"!==t?e.response:e.responseText}(u)||t>=200&&t<300||304===t){try{e=n.call(a,u)}catch(e){return void l.error.call(a,e)}l.load.call(a,e)}else l.error.call(a,u)}return!this.XDomainRequest||"withCredentials"in u||!/^(http(s)?:)?\/\//.test(e)||(u=new XDomainRequest),"onload"in u?u.onload=u.onerror=d:u.onreadystatechange=function(){u.readyState>3&&d()},u.onprogress=function(e){var t=i.event;i.event=e;try{l.progress.call(a,u)}finally{i.event=t}},a.header=function(e,t){return e=(e+"").toLowerCase(),arguments.length<2?s[e]:(null==t?delete s[e]:s[e]=t+"",a)},a.mimeType=function(e){return arguments.length?(t=null==e?null:e+"",a):t},a.responseType=function(e){return arguments.length?(c=e,a):c},a.response=function(e){return n=e,a},["get","post"].forEach(function(e){a[e]=function(){return a.send.apply(a,[e].concat(o(arguments)))}}),a.send=function(n,r,i){if(2===arguments.length&&"function"==typeof r&&(i=r,r=null),u.open(n,e,!0),null==t||"accept"in s||(s.accept=t+",*/*"),u.setRequestHeader)for(var o in s)u.setRequestHeader(o,s[o]);return null!=t&&u.overrideMimeType&&u.overrideMimeType(t),null!=c&&(u.responseType=c),null!=i&&a.on("error",i).on("load",function(e){i(null,e)}),l.beforesend.call(a,u),u.send(null==r?null:r),a},a.abort=function(){return u.abort(),a},i.rebind(a,l,"on"),null==r?a:a.get(function(e){return 1===e.length?function(t,n){e(null==t?n:null)}:e}(r))}_t.forEach(function(e,t){_t.set(e,ct(t))}),i.functor=Tt,i.xhr=Mt(z),i.dsv=function(e,t){var n=new RegExp('["'+e+"\n]"),r=e.charCodeAt(0);function a(e,n,r){arguments.length<3&&(r=n,n=null);var a=bt(e,t,null==n?i:l(n),r);return a.row=function(e){return arguments.length?a.response(null==(n=e)?i:l(e)):n},a}function i(e){return a.parse(e.responseText)}function l(e){return function(t){return a.parse(t.responseText,e)}}function o(t){return t.map(s).join(e)}function s(e){return n.test(e)?'"'+e.replace(/\"/g,'""')+'"':e}return a.parse=function(e,t){var n;return a.parseRows(e,function(e,r){if(n)return n(e,r-1);var a=new Function("d","return {"+e.map(function(e,t){return JSON.stringify(e)+": d["+t+"]"}).join(",")+"}");n=t?function(e,n){return t(a(e),n)}:a})},a.parseRows=function(e,t){var n,a,i={},l={},o=[],s=e.length,u=0,c=0;function d(){if(u>=s)return l;if(a)return a=!1,i;var t=u;if(34===e.charCodeAt(t)){for(var n=t;n++<s;)if(34===e.charCodeAt(n)){if(34!==e.charCodeAt(n+1))break;++n}return u=n+2,13===(o=e.charCodeAt(n+1))?(a=!0,10===e.charCodeAt(n+2)&&++u):10===o&&(a=!0),e.slice(t+1,n).replace(/""/g,'"')}for(;u<s;){var o,c=1;if(10===(o=e.charCodeAt(u++)))a=!0;else if(13===o)a=!0,10===e.charCodeAt(u)&&(++u,++c);else if(o!==r)continue;return e.slice(t,u-c)}return e.slice(t)}for(;(n=d())!==l;){for(var f=[];n!==i&&n!==l;)f.push(n),n=d();t&&null==(f=t(f,c++))||o.push(f)}return o},a.format=function(t){if(Array.isArray(t[0]))return a.formatRows(t);var n=new W,r=[];return t.forEach(function(e){for(var t in e)n.has(t)||r.push(n.add(t))}),[r.map(s).join(e)].concat(t.map(function(t){return r.map(function(e){return s(t[e])}).join(e)})).join("\n")},a.formatRows=function(e){return e.map(o).join("\n")},a},i.csv=i.dsv(",","text/csv"),i.tsv=i.dsv("\t","text/tab-separated-values");var Kt,kt,xt,Ct,At=this[P(this,"requestAnimationFrame")]||function(e){setTimeout(e,17)};function wt(e,t,n){var r=arguments.length;r<2&&(t=0),r<3&&(n=Date.now());var a={c:e,t:n+t,n:null};return kt?kt.n=a:Kt=a,kt=a,xt||(Ct=clearTimeout(Ct),xt=1,At(Lt)),a}function Lt(){var e=Dt(),t=Bt()-e;t>24?(isFinite(t)&&(clearTimeout(Ct),Ct=setTimeout(Lt,t)),xt=0):(xt=1,At(Lt))}function Dt(){for(var e=Date.now(),t=Kt;t;)e>=t.t&&t.c(e-t.t)&&(t.c=null),t=t.n;return e}function Bt(){for(var e,t=Kt,n=1/0;t;)t.c?(t.t<n&&(n=t.t),t=(e=t).n):t=e?e.n=t.n:Kt=t.n;return kt=e,n}function St(e,t){return t-(e?Math.ceil(Math.log(e)/Math.LN10):1)}i.timer=function(){wt.apply(this,arguments)},i.timer.flush=function(){Dt(),Bt()},i.round=function(e,t){return t?Math.round(e*(t=Math.pow(10,t)))/t:Math.round(e)};var Gt=["y","z","a","f","p","n","ยต","m","","k","M","G","T","P","E","Z","Y"].map(function(e,t){var n=Math.pow(10,3*b(8-t));return{scale:t>8?function(e){return e/n}:function(e){return e*n},symbol:e}});i.formatPrefix=function(e,t){var n=0;return(e=+e)&&(e<0&&(e*=-1),t&&(e=i.round(e,St(e,t))),n=1+Math.floor(1e-12+Math.log(e)/Math.LN10),n=Math.max(-24,Math.min(24,3*Math.floor((n-1)/3)))),Gt[8+n/3]};var Wt=/(?:([^{])?([<>=^]))?([+\- ])?([$#])?(0)?(\d+)?(,)?(\.-?\d+)?([a-z%])?/i,zt=i.map({b:function(e){return e.toString(2)},c:function(e){return String.fromCharCode(e)},o:function(e){return e.toString(8)},x:function(e){return e.toString(16)},X:function(e){return e.toString(16).toUpperCase()},g:function(e,t){return e.toPrecision(t)},e:function(e,t){return e.toExponential(t)},f:function(e,t){return e.toFixed(t)},r:function(e,t){return(e=i.round(e,St(e,t))).toFixed(Math.max(0,Math.min(20,St(e*(1+1e-15),t))))}});function Ot(e){return e+""}var Pt=i.time={},Rt=Date;function Et(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}Et.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(){jt.setUTCDate.apply(this._,arguments)},setDay:function(){jt.setUTCDay.apply(this._,arguments)},setFullYear:function(){jt.setUTCFullYear.apply(this._,arguments)},setHours:function(){jt.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){jt.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){jt.setUTCMinutes.apply(this._,arguments)},setMonth:function(){jt.setUTCMonth.apply(this._,arguments)},setSeconds:function(){jt.setUTCSeconds.apply(this._,arguments)},setTime:function(){jt.setTime.apply(this._,arguments)}};var jt=Date.prototype;function It(e,t,n){function r(t){var n=e(t),r=i(n,1);return t-n<r-t?n:r}function a(n){return t(n=e(new Rt(n-1)),1),n}function i(e,n){return t(e=new Rt(+e),n),e}function l(e,r,i){var l=a(e),o=[];if(i>1)for(;l<r;)n(l)%i||o.push(new Date(+l)),t(l,1);else for(;l<r;)o.push(new Date(+l)),t(l,1);return o}e.floor=e,e.round=r,e.ceil=a,e.offset=i,e.range=l;var o=e.utc=Nt(e);return o.floor=o,o.round=Nt(r),o.ceil=Nt(a),o.offset=Nt(i),o.range=function(e,t,n){try{Rt=Et;var r=new Et;return r._=e,l(r,t,n)}finally{Rt=Date}},e}function Nt(e){return function(t,n){try{Rt=Et;var r=new Et;return r._=t,e(r,n)._}finally{Rt=Date}}}Pt.year=It(function(e){return(e=Pt.day(e)).setMonth(0,1),e},function(e,t){e.setFullYear(e.getFullYear()+t)},function(e){return e.getFullYear()}),Pt.years=Pt.year.range,Pt.years.utc=Pt.year.utc.range,Pt.day=It(function(e){var t=new Rt(2e3,0);return t.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),t},function(e,t){e.setDate(e.getDate()+t)},function(e){return e.getDate()-1}),Pt.days=Pt.day.range,Pt.days.utc=Pt.day.utc.range,Pt.dayOfYear=function(e){var t=Pt.year(e);return Math.floor((e-t-6e4*(e.getTimezoneOffset()-t.getTimezoneOffset()))/864e5)},["sunday","monday","tuesday","wednesday","thursday","friday","saturday"].forEach(function(e,t){t=7-t;var n=Pt[e]=It(function(e){return(e=Pt.day(e)).setDate(e.getDate()-(e.getDay()+t)%7),e},function(e,t){e.setDate(e.getDate()+7*Math.floor(t))},function(e){var n=Pt.year(e).getDay();return Math.floor((Pt.dayOfYear(e)+(n+t)%7)/7)-(n!==t)});Pt[e+"s"]=n.range,Pt[e+"s"].utc=n.utc.range,Pt[e+"OfYear"]=function(e){var n=Pt.year(e).getDay();return Math.floor((Pt.dayOfYear(e)+(n+t)%7)/7)}}),Pt.week=Pt.sunday,Pt.weeks=Pt.sunday.range,Pt.weeks.utc=Pt.sunday.utc.range,Pt.weekOfYear=Pt.sundayOfYear;var Ft={"-":"",_:" ",0:"0"},$t=/^\s*\d+/,Vt=/^%/;function Ht(e,t,n){var r=e<0?"-":"",a=(r?-e:e)+"",i=a.length;return r+(i<n?new Array(n-i+1).join(t)+a:a)}function qt(e){return new RegExp("^(?:"+e.map(i.requote).join("|")+")","i")}function Ut(e){for(var t=new k,n=-1,r=e.length;++n<r;)t.set(e[n].toLowerCase(),n);return t}function Yt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function Xt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n));return r?(e.U=+r[0],n+r[0].length):-1}function Jt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n));return r?(e.W=+r[0],n+r[0].length):-1}function Zt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function Qt(e,t,n){$t.lastIndex=0;var r,a=$t.exec(t.slice(n,n+2));return a?(e.y=(r=+a[0])+(r>68?1900:2e3),n+a[0].length):-1}function en(e,t,n){return/^[+-]\d{4}$/.test(t=t.slice(n,n+5))?(e.Z=-t,n+5):-1}function tn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function nn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function rn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+3));return r?(e.j=+r[0],n+r[0].length):-1}function an(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function ln(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function on(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function sn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function un(e){var t=e.getTimezoneOffset(),n=t>0?"-":"+",r=b(t)/60|0,a=b(t)%60;return n+Ht(r,"0",2)+Ht(a,"0",2)}function cn(e,t,n){Vt.lastIndex=0;var r=Vt.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function dn(e){for(var t=e.length,n=-1;++n<t;)e[n][0]=this(e[n][0]);return function(t){for(var n=0,r=e[n];!r[1](t);)r=e[++n];return r[0](t)}}i.locale=function(e){return{numberFormat:function(e){var t=e.decimal,n=e.thousands,r=e.grouping,a=e.currency,l=r&&n?function(e,t){for(var a=e.length,i=[],l=0,o=r[0],s=0;a>0&&o>0&&(s+o+1>t&&(o=Math.max(1,t-s)),i.push(e.substring(a-=o,a+o)),!((s+=o+1)>t));)o=r[l=(l+1)%r.length];return i.reverse().join(n)}:z;return function(e){var n=Wt.exec(e),r=n[1]||" ",o=n[2]||">",s=n[3]||"-",u=n[4]||"",c=n[5],d=+n[6],f=n[7],h=n[8],p=n[9],v=1,y="",g="",m=!1,_=!0;switch(h&&(h=+h.substring(1)),(c||"0"===r&&"="===o)&&(c=r="0",o="="),p){case"n":f=!0,p="g";break;case"%":v=100,g="%",p="f";break;case"p":v=100,g="%",p="r";break;case"b":case"o":case"x":case"X":"#"===u&&(y="0"+p.toLowerCase());case"c":_=!1;case"d":m=!0,h=0;break;case"s":v=-1,p="r"}"$"===u&&(y=a[0],g=a[1]),"r"!=p||h||(p="g"),null!=h&&("g"==p?h=Math.max(1,Math.min(21,h)):"e"!=p&&"f"!=p||(h=Math.max(0,Math.min(20,h)))),p=zt.get(p)||Ot;var T=c&&f;return function(e){var n=g;if(m&&e%1)return"";var a=e<0||0===e&&1/e<0?(e=-e,"-"):"-"===s?"":s;if(v<0){var u=i.formatPrefix(e,h);e=u.scale(e),n=u.symbol+g}else e*=v;var M,b,K=(e=p(e,h)).lastIndexOf(".");if(K<0){var k=_?e.lastIndexOf("e"):-1;k<0?(M=e,b=""):(M=e.substring(0,k),b=e.substring(k))}else M=e.substring(0,K),b=t+e.substring(K+1);!c&&f&&(M=l(M,1/0));var x=y.length+M.length+b.length+(T?0:a.length),C=x<d?new Array(x=d-x+1).join(r):"";return T&&(M=l(C+M,C.length?d-b.length:1/0)),a+=y,e=M+b,("<"===o?a+e+C:">"===o?C+a+e:"^"===o?C.substring(0,x>>=1)+a+e+C.substring(x):a+(T?e:C+e))+n}}}(e),timeFormat:function(e){var t=e.dateTime,n=e.date,r=e.time,a=e.periods,l=e.days,o=e.shortDays,s=e.months,u=e.shortMonths;function c(e){var t=e.length;function n(n){for(var r,a,i,l=[],o=-1,s=0;++o<t;)37===e.charCodeAt(o)&&(l.push(e.slice(s,o)),null!=(a=Ft[r=e.charAt(++o)])&&(r=e.charAt(++o)),(i=M[r])&&(r=i(n,null==a?"e"===r?" ":"0":a)),l.push(r),s=o+1);return l.push(e.slice(s,o)),l.join("")}return n.parse=function(t){var n={y:1900,m:0,d:1,H:0,M:0,S:0,L:0,Z:null};if(d(n,e,t,0)!=t.length)return null;"p"in n&&(n.H=n.H%12+12*n.p);var r=null!=n.Z&&Rt!==Et,a=new(r?Et:Rt);return"j"in n?a.setFullYear(n.y,0,n.j):"W"in n||"U"in n?("w"in n||(n.w="W"in n?1:0),a.setFullYear(n.y,0,1),a.setFullYear(n.y,0,"W"in n?(n.w+6)%7+7*n.W-(a.getDay()+5)%7:n.w+7*n.U-(a.getDay()+6)%7)):a.setFullYear(n.y,n.m,n.d),a.setHours(n.H+(n.Z/100|0),n.M+n.Z%100,n.S,n.L),r?a._:a},n.toString=function(){return e},n}function d(e,t,n,r){for(var a,i,l,o=0,s=t.length,u=n.length;o<s;){if(r>=u)return-1;if(37===(a=t.charCodeAt(o++))){if(l=t.charAt(o++),!(i=b[l in Ft?t.charAt(o++):l])||(r=i(e,n,r))<0)return-1}else if(a!=n.charCodeAt(r++))return-1}return r}c.utc=function(e){var t=c(e);function n(e){try{var n=new(Rt=Et);return n._=e,t(n)}finally{Rt=Date}}return n.parse=function(e){try{Rt=Et;var n=t.parse(e);return n&&n._}finally{Rt=Date}},n.toString=t.toString,n},c.multi=c.utc.multi=dn;var f=i.map(),h=qt(l),p=Ut(l),v=qt(o),y=Ut(o),g=qt(s),m=Ut(s),_=qt(u),T=Ut(u);a.forEach(function(e,t){f.set(e.toLowerCase(),t)});var M={a:function(e){return o[e.getDay()]},A:function(e){return l[e.getDay()]},b:function(e){return u[e.getMonth()]},B:function(e){return s[e.getMonth()]},c:c(t),d:function(e,t){return Ht(e.getDate(),t,2)},e:function(e,t){return Ht(e.getDate(),t,2)},H:function(e,t){return Ht(e.getHours(),t,2)},I:function(e,t){return Ht(e.getHours()%12||12,t,2)},j:function(e,t){return Ht(1+Pt.dayOfYear(e),t,3)},L:function(e,t){return Ht(e.getMilliseconds(),t,3)},m:function(e,t){return Ht(e.getMonth()+1,t,2)},M:function(e,t){return Ht(e.getMinutes(),t,2)},p:function(e){return a[+(e.getHours()>=12)]},S:function(e,t){return Ht(e.getSeconds(),t,2)},U:function(e,t){return Ht(Pt.sundayOfYear(e),t,2)},w:function(e){return e.getDay()},W:function(e,t){return Ht(Pt.mondayOfYear(e),t,2)},x:c(n),X:c(r),y:function(e,t){return Ht(e.getFullYear()%100,t,2)},Y:function(e,t){return Ht(e.getFullYear()%1e4,t,4)},Z:un,"%":function(){return"%"}},b={a:function(e,t,n){v.lastIndex=0;var r=v.exec(t.slice(n));return r?(e.w=y.get(r[0].toLowerCase()),n+r[0].length):-1},A:function(e,t,n){h.lastIndex=0;var r=h.exec(t.slice(n));return r?(e.w=p.get(r[0].toLowerCase()),n+r[0].length):-1},b:function(e,t,n){_.lastIndex=0;var r=_.exec(t.slice(n));return r?(e.m=T.get(r[0].toLowerCase()),n+r[0].length):-1},B:function(e,t,n){g.lastIndex=0;var r=g.exec(t.slice(n));return r?(e.m=m.get(r[0].toLowerCase()),n+r[0].length):-1},c:function(e,t,n){return d(e,M.c.toString(),t,n)},d:nn,e:nn,H:an,I:an,j:rn,L:sn,m:tn,M:ln,p:function(e,t,n){var r=f.get(t.slice(n,n+=2).toLowerCase());return null==r?-1:(e.p=r,n)},S:on,U:Xt,w:Yt,W:Jt,x:function(e,t,n){return d(e,M.x.toString(),t,n)},X:function(e,t,n){return d(e,M.X.toString(),t,n)},y:Qt,Y:Zt,Z:en,"%":cn};return c}(e)}};var fn=i.locale({decimal:".",thousands:",",grouping:[3],currency:["$",""],dateTime:"%a %b %e %X %Y",date:"%m/%d/%Y",time:"%H:%M:%S",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function hn(){}i.format=fn.numberFormat,i.geo={},hn.prototype={s:0,t:0,add:function(e){vn(e,this.t,pn),vn(pn.s,this.s,this),this.s?this.t+=pn.t:this.s=pn.t},reset:function(){this.s=this.t=0},valueOf:function(){return this.s}};var pn=new hn;function vn(e,t,n){var r=n.s=e+t,a=r-e,i=r-a;n.t=e-i+(t-a)}function yn(e,t){e&&mn.hasOwnProperty(e.type)&&mn[e.type](e,t)}i.geo.stream=function(e,t){e&&gn.hasOwnProperty(e.type)?gn[e.type](e,t):yn(e,t)};var gn={Feature:function(e,t){yn(e.geometry,t)},FeatureCollection:function(e,t){for(var n=e.features,r=-1,a=n.length;++r<a;)yn(n[r].geometry,t)}},mn={Sphere:function(e,t){t.sphere()},Point:function(e,t){e=e.coordinates,t.point(e[0],e[1],e[2])},MultiPoint:function(e,t){for(var n=e.coordinates,r=-1,a=n.length;++r<a;)e=n[r],t.point(e[0],e[1],e[2])},LineString:function(e,t){_n(e.coordinates,t,0)},MultiLineString:function(e,t){for(var n=e.coordinates,r=-1,a=n.length;++r<a;)_n(n[r],t,0)},Polygon:function(e,t){Tn(e.coordinates,t)},MultiPolygon:function(e,t){for(var n=e.coordinates,r=-1,a=n.length;++r<a;)Tn(n[r],t)},GeometryCollection:function(e,t){for(var n=e.geometries,r=-1,a=n.length;++r<a;)yn(n[r],t)}};function _n(e,t,n){var r,a=-1,i=e.length-n;for(t.lineStart();++a<i;)r=e[a],t.point(r[0],r[1],r[2]);t.lineEnd()}function Tn(e,t){var n=-1,r=e.length;for(t.polygonStart();++n<r;)_n(e[n],t,1);t.polygonEnd()}i.geo.area=function(e){return Mn=0,i.geo.stream(e,Wn),Mn};var Mn,bn,Kn,kn,xn,Cn,An,wn,Ln,Dn,Bn,Sn,Gn=new hn,Wn={sphere:function(){Mn+=4*Le},point:E,lineStart:E,lineEnd:E,polygonStart:function(){Gn.reset(),Wn.lineStart=zn},polygonEnd:function(){var e=2*Gn;Mn+=e<0?4*Le+e:e,Wn.lineStart=Wn.lineEnd=Wn.point=E}};function zn(){var e,t,n,r,a;function i(e,t){t=t*Ge/2+Le/4;var i=(e*=Ge)-n,l=i>=0?1:-1,o=l*i,s=Math.cos(t),u=Math.sin(t),c=a*u,d=r*s+c*Math.cos(o),f=c*l*Math.sin(o);Gn.add(Math.atan2(f,d)),n=e,r=s,a=u}Wn.point=function(l,o){Wn.point=i,n=(e=l)*Ge,r=Math.cos(o=(t=o)*Ge/2+Le/4),a=Math.sin(o)},Wn.lineEnd=function(){i(e,t)}}function On(e){var t=e[0],n=e[1],r=Math.cos(n);return[r*Math.cos(t),r*Math.sin(t),Math.sin(n)]}function Pn(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]}function Rn(e,t){return[e[1]*t[2]-e[2]*t[1],e[2]*t[0]-e[0]*t[2],e[0]*t[1]-e[1]*t[0]]}function En(e,t){e[0]+=t[0],e[1]+=t[1],e[2]+=t[2]}function jn(e,t){return[e[0]*t,e[1]*t,e[2]*t]}function In(e){var t=Math.sqrt(e[0]*e[0]+e[1]*e[1]+e[2]*e[2]);e[0]/=t,e[1]/=t,e[2]/=t}function Nn(e){return[Math.atan2(e[1],e[0]),Re(e[2])]}function Fn(e,t){return b(e[0]-t[0])<Ae&&b(e[1]-t[1])<Ae}i.geo.bounds=function(){var e,t,n,r,a,l,o,s,u,c,d,f={point:h,lineStart:v,lineEnd:y,polygonStart:function(){f.point=g,f.lineStart=m,f.lineEnd=_,u=0,Wn.polygonStart()},polygonEnd:function(){Wn.polygonEnd(),f.point=h,f.lineStart=v,f.lineEnd=y,Gn<0?(e=-(n=180),t=-(r=90)):u>Ae?r=90:u<-Ae&&(t=-90),d[0]=e,d[1]=n}};function h(a,i){c.push(d=[e=a,n=a]),i<t&&(t=i),i>r&&(r=i)}function p(i,l){var o=On([i*Ge,l*Ge]);if(s){var u=Rn(s,o),c=Rn([u[1],-u[0],0],u);In(c),c=Nn(c);var d=i-a,f=d>0?1:-1,p=c[0]*We*f,v=b(d)>180;if(v^(f*a<p&&p<f*i))(y=c[1]*We)>r&&(r=y);else if(v^(f*a<(p=(p+360)%360-180)&&p<f*i)){var y;(y=-c[1]*We)<t&&(t=y)}else l<t&&(t=l),l>r&&(r=l);v?i<a?T(e,i)>T(e,n)&&(n=i):T(i,n)>T(e,n)&&(e=i):n>=e?(i<e&&(e=i),i>n&&(n=i)):i>a?T(e,i)>T(e,n)&&(n=i):T(i,n)>T(e,n)&&(e=i)}else h(i,l);s=o,a=i}function v(){f.point=p}function y(){d[0]=e,d[1]=n,f.point=h,s=null}function g(e,t){if(s){var n=e-a;u+=b(n)>180?n+(n>0?360:-360):n}else l=e,o=t;Wn.point(e,t),p(e,t)}function m(){Wn.lineStart()}function _(){g(l,o),Wn.lineEnd(),b(u)>Ae&&(e=-(n=180)),d[0]=e,d[1]=n,s=null}function T(e,t){return(t-=e)<0?t+360:t}function M(e,t){return e[0]-t[0]}function K(e,t){return t[0]<=t[1]?t[0]<=e&&e<=t[1]:e<t[0]||t[1]<e}return function(a){if(r=n=-(e=t=1/0),c=[],i.geo.stream(a,f),u=c.length){c.sort(M);for(var l=1,o=[v=c[0]];l<u;++l)K((h=c[l])[0],v)||K(h[1],v)?(T(v[0],h[1])>T(v[0],v[1])&&(v[1]=h[1]),T(h[0],v[1])>T(v[0],v[1])&&(v[0]=h[0])):o.push(v=h);for(var s,u,h,p=-1/0,v=(l=0,o[u=o.length-1]);l<=u;v=h,++l)h=o[l],(s=T(v[1],h[0]))>p&&(p=s,e=h[0],n=v[1])}return c=d=null,e===1/0||t===1/0?[[NaN,NaN],[NaN,NaN]]:[[e,t],[n,r]]}}(),i.geo.centroid=function(e){bn=Kn=kn=xn=Cn=An=wn=Ln=Dn=Bn=Sn=0,i.geo.stream(e,$n);var t=Dn,n=Bn,r=Sn,a=t*t+n*n+r*r;return a<we&&(t=An,n=wn,r=Ln,Kn<Ae&&(t=kn,n=xn,r=Cn),(a=t*t+n*n+r*r)<we)?[NaN,NaN]:[Math.atan2(n,t)*We,Re(r/Math.sqrt(a))*We]};var $n={sphere:E,point:Vn,lineStart:qn,lineEnd:Un,polygonStart:function(){$n.lineStart=Yn},polygonEnd:function(){$n.lineStart=qn}};function Vn(e,t){e*=Ge;var n=Math.cos(t*=Ge);Hn(n*Math.cos(e),n*Math.sin(e),Math.sin(t))}function Hn(e,t,n){kn+=(e-kn)/++bn,xn+=(t-xn)/bn,Cn+=(n-Cn)/bn}function qn(){var e,t,n;function r(r,a){r*=Ge;var i=Math.cos(a*=Ge),l=i*Math.cos(r),o=i*Math.sin(r),s=Math.sin(a),u=Math.atan2(Math.sqrt((u=t*s-n*o)*u+(u=n*l-e*s)*u+(u=e*o-t*l)*u),e*l+t*o+n*s);Kn+=u,An+=u*(e+(e=l)),wn+=u*(t+(t=o)),Ln+=u*(n+(n=s)),Hn(e,t,n)}$n.point=function(a,i){a*=Ge;var l=Math.cos(i*=Ge);e=l*Math.cos(a),t=l*Math.sin(a),n=Math.sin(i),$n.point=r,Hn(e,t,n)}}function Un(){$n.point=Vn}function Yn(){var e,t,n,r,a;function i(e,t){e*=Ge;var i=Math.cos(t*=Ge),l=i*Math.cos(e),o=i*Math.sin(e),s=Math.sin(t),u=r*s-a*o,c=a*l-n*s,d=n*o-r*l,f=Math.sqrt(u*u+c*c+d*d),h=n*l+r*o+a*s,p=f&&-Pe(h)/f,v=Math.atan2(f,h);Dn+=p*u,Bn+=p*c,Sn+=p*d,Kn+=v,An+=v*(n+(n=l)),wn+=v*(r+(r=o)),Ln+=v*(a+(a=s)),Hn(n,r,a)}$n.point=function(l,o){e=l,t=o,$n.point=i,l*=Ge;var s=Math.cos(o*=Ge);n=s*Math.cos(l),r=s*Math.sin(l),a=Math.sin(o),Hn(n,r,a)},$n.lineEnd=function(){i(e,t),$n.lineEnd=Un,$n.point=Vn}}function Xn(e,t){function n(n,r){return n=e(n,r),t(n[0],n[1])}return e.invert&&t.invert&&(n.invert=function(n,r){return(n=t.invert(n,r))&&e.invert(n[0],n[1])}),n}function Jn(){return!0}function Zn(e,t,n,r,a){var i=[],l=[];if(e.forEach(function(e){if(!((t=e.length-1)<=0)){var t,n=e[0],r=e[t];if(Fn(n,r)){a.lineStart();for(var o=0;o<t;++o)a.point((n=e[o])[0],n[1]);a.lineEnd()}else{var s=new er(n,e,null,!0),u=new er(n,null,s,!1);s.o=u,i.push(s),l.push(u),u=new er(r,null,s=new er(r,e,null,!1),!0),s.o=u,i.push(s),l.push(u)}}}),l.sort(t),Qn(i),Qn(l),i.length){for(var o=0,s=n,u=l.length;o<u;++o)l[o].e=s=!s;for(var c,d,f=i[0];;){for(var h=f,p=!0;h.v;)if((h=h.n)===f)return;c=h.z,a.lineStart();do{if(h.v=h.o.v=!0,h.e){if(p)for(o=0,u=c.length;o<u;++o)a.point((d=c[o])[0],d[1]);else r(h.x,h.n.x,1,a);h=h.n}else{if(p)for(o=(c=h.p.z).length-1;o>=0;--o)a.point((d=c[o])[0],d[1]);else r(h.x,h.p.x,-1,a);h=h.p}c=(h=h.o).z,p=!p}while(!h.v);a.lineEnd()}}}function Qn(e){if(t=e.length){for(var t,n,r=0,a=e[0];++r<t;)a.n=n=e[r],n.p=a,a=n;a.n=n=e[0],n.p=a}}function er(e,t,n,r){this.x=e,this.z=t,this.o=n,this.e=r,this.v=!1,this.n=this.p=null}function tr(e,t,n,r){return function(a,l){var o,s=t(l),u=a.invert(r[0],r[1]),c={point:d,lineStart:h,lineEnd:p,polygonStart:function(){c.point=T,c.lineStart=M,c.lineEnd=b,o=[],v=[]},polygonEnd:function(){c.point=d,c.lineStart=h,c.lineEnd=p,o=i.merge(o);var e=function(e,t){var n=e[0],r=e[1],a=[Math.sin(n),-Math.cos(n),0],i=0,l=0;Gn.reset();for(var o=0,s=t.length;o<s;++o){var u=t[o],c=u.length;if(c)for(var d=u[0],f=d[0],h=d[1]/2+Le/4,p=Math.sin(h),v=Math.cos(h),y=1;;){y===c&&(y=0);var g=(e=u[y])[0],m=e[1]/2+Le/4,_=Math.sin(m),T=Math.cos(m),M=g-f,b=M>=0?1:-1,K=b*M,k=K>Le,x=p*_;if(Gn.add(Math.atan2(x*b*Math.sin(K),v*T+x*Math.cos(K))),i+=k?M+b*De:M,k^f>=n^g>=n){var C=Rn(On(d),On(e));In(C);var A=Rn(a,C);In(A);var w=(k^M>=0?-1:1)*Re(A[2]);(r>w||r===w&&(C[0]||C[1]))&&(l+=k^M>=0?1:-1)}if(!y++)break;f=g,p=_,v=T,d=e}}return(i<-Ae||i<Ae&&Gn<-Ae)^1&l}(u,v);o.length?(_||(l.polygonStart(),_=!0),Zn(o,ar,e,n,l)):e&&(_||(l.polygonStart(),_=!0),l.lineStart(),n(null,null,1,l),l.lineEnd()),_&&(l.polygonEnd(),_=!1),o=v=null},sphere:function(){l.polygonStart(),l.lineStart(),n(null,null,1,l),l.lineEnd(),l.polygonEnd()}};function d(t,n){var r=a(t,n);e(t=r[0],n=r[1])&&l.point(t,n)}function f(e,t){var n=a(e,t);s.point(n[0],n[1])}function h(){c.point=f,s.lineStart()}function p(){c.point=d,s.lineEnd()}var v,y,g=rr(),m=t(g),_=!1;function T(e,t){y.push([e,t]);var n=a(e,t);m.point(n[0],n[1])}function M(){m.lineStart(),y=[]}function b(){T(y[0][0],y[0][1]),m.lineEnd();var e,t=m.clean(),n=g.buffer(),r=n.length;if(y.pop(),v.push(y),y=null,r)if(1&t){var a,i=-1;if((r=(e=n[0]).length-1)>0){for(_||(l.polygonStart(),_=!0),l.lineStart();++i<r;)l.point((a=e[i])[0],a[1]);l.lineEnd()}}else r>1&&2&t&&n.push(n.pop().concat(n.shift())),o.push(n.filter(nr))}return c}}function nr(e){return e.length>1}function rr(){var e,t=[];return{lineStart:function(){t.push(e=[])},point:function(t,n){e.push([t,n])},lineEnd:E,buffer:function(){var n=t;return t=[],e=null,n},rejoin:function(){t.length>1&&t.push(t.pop().concat(t.shift()))}}}function ar(e,t){return((e=e.x)[0]<0?e[1]-Se-Ae:Se-e[1])-((t=t.x)[0]<0?t[1]-Se-Ae:Se-t[1])}var ir=tr(Jn,function(e){var t,n=NaN,r=NaN,a=NaN;return{lineStart:function(){e.lineStart(),t=1},point:function(i,l){var o=i>0?Le:-Le,s=b(i-n);b(s-Le)<Ae?(e.point(n,r=(r+l)/2>0?Se:-Se),e.point(a,r),e.lineEnd(),e.lineStart(),e.point(o,r),e.point(i,r),t=0):a!==o&&s>=Le&&(b(n-a)<Ae&&(n-=a*Ae),b(i-o)<Ae&&(i-=o*Ae),r=function(e,t,n,r){var a,i,l=Math.sin(e-n);return b(l)>Ae?Math.atan((Math.sin(t)*(i=Math.cos(r))*Math.sin(n)-Math.sin(r)*(a=Math.cos(t))*Math.sin(e))/(a*i*l)):(t+r)/2}(n,r,i,l),e.point(a,r),e.lineEnd(),e.lineStart(),e.point(o,r),t=0),e.point(n=i,r=l),a=o},lineEnd:function(){e.lineEnd(),n=r=NaN},clean:function(){return 2-t}}},function(e,t,n,r){var a;if(null==e)a=n*Se,r.point(-Le,a),r.point(0,a),r.point(Le,a),r.point(Le,0),r.point(Le,-a),r.point(0,-a),r.point(-Le,-a),r.point(-Le,0),r.point(-Le,a);else if(b(e[0]-t[0])>Ae){var i=e[0]<t[0]?Le:-Le;a=n*i/2,r.point(-i,a),r.point(0,a),r.point(i,a)}else r.point(t[0],t[1])},[-Le,-Le/2]);function lr(e,t,n,r){return function(a){var i,l=a.a,o=a.b,s=l.x,u=l.y,c=0,d=1,f=o.x-s,h=o.y-u;if(i=e-s,f||!(i>0)){if(i/=f,f<0){if(i<c)return;i<d&&(d=i)}else if(f>0){if(i>d)return;i>c&&(c=i)}if(i=n-s,f||!(i<0)){if(i/=f,f<0){if(i>d)return;i>c&&(c=i)}else if(f>0){if(i<c)return;i<d&&(d=i)}if(i=t-u,h||!(i>0)){if(i/=h,h<0){if(i<c)return;i<d&&(d=i)}else if(h>0){if(i>d)return;i>c&&(c=i)}if(i=r-u,h||!(i<0)){if(i/=h,h<0){if(i>d)return;i>c&&(c=i)}else if(h>0){if(i<c)return;i<d&&(d=i)}return c>0&&(a.a={x:s+c*f,y:u+c*h}),d<1&&(a.b={x:s+d*f,y:u+d*h}),a}}}}}}var or=1e9;function sr(e,t,n,r){return function(s){var u,c,d,f,h,p,v,y,g,m,_,T=s,M=rr(),b=lr(e,t,n,r),K={point:C,lineStart:function(){K.point=A,c&&c.push(d=[]);m=!0,g=!1,v=y=NaN},lineEnd:function(){u&&(A(f,h),p&&g&&M.rejoin(),u.push(M.buffer()));K.point=C,g&&s.lineEnd()},polygonStart:function(){s=M,u=[],c=[],_=!0},polygonEnd:function(){s=T,u=i.merge(u);var t=function(e){for(var t=0,n=c.length,r=e[1],a=0;a<n;++a)for(var i,l=1,o=c[a],s=o.length,u=o[0];l<s;++l)i=o[l],u[1]<=r?i[1]>r&&Oe(u,i,e)>0&&++t:i[1]<=r&&Oe(u,i,e)<0&&--t,u=i;return 0!==t}([e,r]),n=_&&t,a=u.length;(n||a)&&(s.polygonStart(),n&&(s.lineStart(),k(null,null,1,s),s.lineEnd()),a&&Zn(u,l,t,k,s),s.polygonEnd()),u=c=d=null}};function k(i,l,s,u){var c=0,d=0;if(null==i||(c=a(i,s))!==(d=a(l,s))||o(i,l)<0^s>0)do{u.point(0===c||3===c?e:n,c>1?r:t)}while((c=(c+s+4)%4)!==d);else u.point(l[0],l[1])}function x(a,i){return e<=a&&a<=n&&t<=i&&i<=r}function C(e,t){x(e,t)&&s.point(e,t)}function A(e,t){var n=x(e=Math.max(-or,Math.min(or,e)),t=Math.max(-or,Math.min(or,t)));if(c&&d.push([e,t]),m)f=e,h=t,p=n,m=!1,n&&(s.lineStart(),s.point(e,t));else if(n&&g)s.point(e,t);else{var r={a:{x:v,y:y},b:{x:e,y:t}};b(r)?(g||(s.lineStart(),s.point(r.a.x,r.a.y)),s.point(r.b.x,r.b.y),n||s.lineEnd(),_=!1):n&&(s.lineStart(),s.point(e,t),_=!1)}v=e,y=t,g=n}return K};function a(r,a){return b(r[0]-e)<Ae?a>0?0:3:b(r[0]-n)<Ae?a>0?2:1:b(r[1]-t)<Ae?a>0?1:0:a>0?3:2}function l(e,t){return o(e.x,t.x)}function o(e,t){var n=a(e,1),r=a(t,1);return n!==r?n-r:0===n?t[1]-e[1]:1===n?e[0]-t[0]:2===n?e[1]-t[1]:t[0]-e[0]}}function ur(e){var t=0,n=Le/3,r=Br(e),a=r(t,n);return a.parallels=function(e){return arguments.length?r(t=e[0]*Le/180,n=e[1]*Le/180):[t/Le*180,n/Le*180]},a}function cr(e,t){var n=Math.sin(e),r=(n+Math.sin(t))/2,a=1+n*(2*r-n),i=Math.sqrt(a)/r;function l(e,t){var n=Math.sqrt(a-2*r*Math.sin(t))/r;return[n*Math.sin(e*=r),i-n*Math.cos(e)]}return l.invert=function(e,t){var n=i-t;return[Math.atan2(e,n)/r,Re((a-(e*e+n*n)*r*r)/(2*r))]},l}i.geo.clipExtent=function(){var e,t,n,r,a,i,l={stream:function(e){return a&&(a.valid=!1),(a=i(e)).valid=!0,a},extent:function(o){return arguments.length?(i=sr(e=+o[0][0],t=+o[0][1],n=+o[1][0],r=+o[1][1]),a&&(a.valid=!1,a=null),l):[[e,t],[n,r]]}};return l.extent([[0,0],[960,500]])},(i.geo.conicEqualArea=function(){return ur(cr)}).raw=cr,i.geo.albers=function(){return i.geo.conicEqualArea().rotate([96,0]).center([-.6,38.7]).parallels([29.5,45.5]).scale(1070)},i.geo.albersUsa=function(){var e,t,n,r,a=i.geo.albers(),l=i.geo.conicEqualArea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),o=i.geo.conicEqualArea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),s={point:function(t,n){e=[t,n]}};function u(a){var i=a[0],l=a[1];return e=null,t(i,l),e||(n(i,l),e)||r(i,l),e}return u.invert=function(e){var t=a.scale(),n=a.translate(),r=(e[0]-n[0])/t,i=(e[1]-n[1])/t;return(i>=.12&&i<.234&&r>=-.425&&r<-.214?l:i>=.166&&i<.234&&r>=-.214&&r<-.115?o:a).invert(e)},u.stream=function(e){var t=a.stream(e),n=l.stream(e),r=o.stream(e);return{point:function(e,a){t.point(e,a),n.point(e,a),r.point(e,a)},sphere:function(){t.sphere(),n.sphere(),r.sphere()},lineStart:function(){t.lineStart(),n.lineStart(),r.lineStart()},lineEnd:function(){t.lineEnd(),n.lineEnd(),r.lineEnd()},polygonStart:function(){t.polygonStart(),n.polygonStart(),r.polygonStart()},polygonEnd:function(){t.polygonEnd(),n.polygonEnd(),r.polygonEnd()}}},u.precision=function(e){return arguments.length?(a.precision(e),l.precision(e),o.precision(e),u):a.precision()},u.scale=function(e){return arguments.length?(a.scale(e),l.scale(.35*e),o.scale(e),u.translate(a.translate())):a.scale()},u.translate=function(e){if(!arguments.length)return a.translate();var i=a.scale(),c=+e[0],d=+e[1];return t=a.translate(e).clipExtent([[c-.455*i,d-.238*i],[c+.455*i,d+.238*i]]).stream(s).point,n=l.translate([c-.307*i,d+.201*i]).clipExtent([[c-.425*i+Ae,d+.12*i+Ae],[c-.214*i-Ae,d+.234*i-Ae]]).stream(s).point,r=o.translate([c-.205*i,d+.212*i]).clipExtent([[c-.214*i+Ae,d+.166*i+Ae],[c-.115*i-Ae,d+.234*i-Ae]]).stream(s).point,u},u.scale(1070)};var dr,fr,hr,pr,vr,yr,gr={point:E,lineStart:E,lineEnd:E,polygonStart:function(){fr=0,gr.lineStart=mr},polygonEnd:function(){gr.lineStart=gr.lineEnd=gr.point=E,dr+=b(fr/2)}};function mr(){var e,t,n,r;function a(e,t){fr+=r*e-n*t,n=e,r=t}gr.point=function(i,l){gr.point=a,e=n=i,t=r=l},gr.lineEnd=function(){a(e,t)}}var _r={point:function(e,t){e<hr&&(hr=e);e>vr&&(vr=e);t<pr&&(pr=t);t>yr&&(yr=t)},lineStart:E,lineEnd:E,polygonStart:E,polygonEnd:E};function Tr(e){return"m0,"+e+"a"+e+","+e+" 0 1,1 0,"+-2*e+"a"+e+","+e+" 0 1,1 0,"+2*e+"z"}var Mr,br={point:Kr,lineStart:kr,lineEnd:xr,polygonStart:function(){br.lineStart=Cr},polygonEnd:function(){br.point=Kr,br.lineStart=kr,br.lineEnd=xr}};function Kr(e,t){kn+=e,xn+=t,++Cn}function kr(){var e,t;function n(n,r){var a=n-e,i=r-t,l=Math.sqrt(a*a+i*i);An+=l*(e+n)/2,wn+=l*(t+r)/2,Ln+=l,Kr(e=n,t=r)}br.point=function(r,a){br.point=n,Kr(e=r,t=a)}}function xr(){br.point=Kr}function Cr(){var e,t,n,r;function a(e,t){var a=e-n,i=t-r,l=Math.sqrt(a*a+i*i);An+=l*(n+e)/2,wn+=l*(r+t)/2,Ln+=l,Dn+=(l=r*e-n*t)*(n+e),Bn+=l*(r+t),Sn+=3*l,Kr(n=e,r=t)}br.point=function(i,l){br.point=a,Kr(e=n=i,t=r=l)},br.lineEnd=function(){a(e,t)}}function Ar(e){var t=.5,n=Math.cos(30*Ge),r=16;function a(t){return(r?function(t){var n,a,l,o,s,u,c,d,f,h,p,v,y={point:g,lineStart:m,lineEnd:T,polygonStart:function(){t.polygonStart(),y.lineStart=M},polygonEnd:function(){t.polygonEnd(),y.lineStart=m}};function g(n,r){n=e(n,r),t.point(n[0],n[1])}function m(){d=NaN,y.point=_,t.lineStart()}function _(n,a){var l=On([n,a]),o=e(n,a);i(d,f,c,h,p,v,d=o[0],f=o[1],c=n,h=l[0],p=l[1],v=l[2],r,t),t.point(d,f)}function T(){y.point=g,t.lineEnd()}function M(){m(),y.point=b,y.lineEnd=K}function b(e,t){_(n=e,t),a=d,l=f,o=h,s=p,u=v,y.point=_}function K(){i(d,f,c,h,p,v,a,l,n,o,s,u,r,t),y.lineEnd=T,T()}return y}:function(t){return Lr(t,function(n,r){n=e(n,r),t.point(n[0],n[1])})})(t)}function i(r,a,l,o,s,u,c,d,f,h,p,v,y,g){var m=c-r,_=d-a,T=m*m+_*_;if(T>4*t&&y--){var M=o+h,K=s+p,k=u+v,x=Math.sqrt(M*M+K*K+k*k),C=Math.asin(k/=x),A=b(b(k)-1)<Ae||b(l-f)<Ae?(l+f)/2:Math.atan2(K,M),w=e(A,C),L=w[0],D=w[1],B=L-r,S=D-a,G=_*B-m*S;(G*G/T>t||b((m*B+_*S)/T-.5)>.3||o*h+s*p+u*v<n)&&(i(r,a,l,o,s,u,L,D,A,M/=x,K/=x,k,y,g),g.point(L,D),i(L,D,A,M,K,k,c,d,f,h,p,v,y,g))}}return a.precision=function(e){return arguments.length?(r=(t=e*e)>0&&16,a):Math.sqrt(t)},a}function wr(e){this.stream=e}function Lr(e,t){return{point:t,sphere:function(){e.sphere()},lineStart:function(){e.lineStart()},lineEnd:function(){e.lineEnd()},polygonStart:function(){e.polygonStart()},polygonEnd:function(){e.polygonEnd()}}}function Dr(e){return Br(function(){return e})()}function Br(e){var t,n,r,a,l,o,s=Ar(function(e,n){return[(e=t(e,n))[0]*u+a,l-e[1]*u]}),u=150,c=480,d=250,f=0,h=0,p=0,v=0,y=0,g=ir,m=z,_=null,T=null;function M(e){return[(e=r(e[0]*Ge,e[1]*Ge))[0]*u+a,l-e[1]*u]}function K(e){return(e=r.invert((e[0]-a)/u,(l-e[1])/u))&&[e[0]*We,e[1]*We]}function k(){r=Xn(n=zr(p,v,y),t);var e=t(f,h);return a=c-e[0]*u,l=d+e[1]*u,x()}function x(){return o&&(o.valid=!1,o=null),M}return M.stream=function(e){return o&&(o.valid=!1),(o=Sr(g(n,s(m(e))))).valid=!0,o},M.clipAngle=function(e){return arguments.length?(g=null==e?(_=e,ir):function(e){var t=Math.cos(e),n=t>0,r=b(t)>Ae;return tr(a,function(e){var t,o,s,u,c;return{lineStart:function(){u=s=!1,c=1},point:function(d,f){var h,p=[d,f],v=a(d,f),y=n?v?0:l(d,f):v?l(d+(d<0?Le:-Le),f):0;if(!t&&(u=s=v)&&e.lineStart(),v!==s&&(h=i(t,p),(Fn(t,h)||Fn(p,h))&&(p[0]+=Ae,p[1]+=Ae,v=a(p[0],p[1]))),v!==s)c=0,v?(e.lineStart(),h=i(p,t),e.point(h[0],h[1])):(h=i(t,p),e.point(h[0],h[1]),e.lineEnd()),t=h;else if(r&&t&&n^v){var g;y&o||!(g=i(p,t,!0))||(c=0,n?(e.lineStart(),e.point(g[0][0],g[0][1]),e.point(g[1][0],g[1][1]),e.lineEnd()):(e.point(g[1][0],g[1][1]),e.lineEnd(),e.lineStart(),e.point(g[0][0],g[0][1])))}!v||t&&Fn(t,p)||e.point(p[0],p[1]),t=p,s=v,o=y},lineEnd:function(){s&&e.lineEnd(),t=null},clean:function(){return c|(u&&s)<<1}}},Er(e,6*Ge),n?[0,-e]:[-Le,e-Le]);function a(e,n){return Math.cos(e)*Math.cos(n)>t}function i(e,n,r){var a=[1,0,0],i=Rn(On(e),On(n)),l=Pn(i,i),o=i[0],s=l-o*o;if(!s)return!r&&e;var u=t*l/s,c=-t*o/s,d=Rn(a,i),f=jn(a,u);En(f,jn(i,c));var h=d,p=Pn(f,h),v=Pn(h,h),y=p*p-v*(Pn(f,f)-1);if(!(y<0)){var g=Math.sqrt(y),m=jn(h,(-p-g)/v);if(En(m,f),m=Nn(m),!r)return m;var _,T=e[0],M=n[0],K=e[1],k=n[1];M<T&&(_=T,T=M,M=_);var x=M-T,C=b(x-Le)<Ae;if(!C&&k<K&&(_=K,K=k,k=_),C||x<Ae?C?K+k>0^m[1]<(b(m[0]-T)<Ae?K:k):K<=m[1]&&m[1]<=k:x>Le^(T<=m[0]&&m[0]<=M)){var A=jn(h,(-p+g)/v);return En(A,f),[m,Nn(A)]}}}function l(t,r){var a=n?e:Le-e,i=0;return t<-a?i|=1:t>a&&(i|=2),r<-a?i|=4:r>a&&(i|=8),i}}((_=+e)*Ge),x()):_},M.clipExtent=function(e){return arguments.length?(T=e,m=e?sr(e[0][0],e[0][1],e[1][0],e[1][1]):z,x()):T},M.scale=function(e){return arguments.length?(u=+e,k()):u},M.translate=function(e){return arguments.length?(c=+e[0],d=+e[1],k()):[c,d]},M.center=function(e){return arguments.length?(f=e[0]%360*Ge,h=e[1]%360*Ge,k()):[f*We,h*We]},M.rotate=function(e){return arguments.length?(p=e[0]%360*Ge,v=e[1]%360*Ge,y=e.length>2?e[2]%360*Ge:0,k()):[p*We,v*We,y*We]},i.rebind(M,s,"precision"),function(){return t=e.apply(this,arguments),M.invert=t.invert&&K,k()}}function Sr(e){return Lr(e,function(t,n){e.point(t*Ge,n*Ge)})}function Gr(e,t){return[e,t]}function Wr(e,t){return[e>Le?e-De:e<-Le?e+De:e,t]}function zr(e,t,n){return e?t||n?Xn(Pr(e),Rr(t,n)):Pr(e):t||n?Rr(t,n):Wr}function Or(e){return function(t,n){return[(t+=e)>Le?t-De:t<-Le?t+De:t,n]}}function Pr(e){var t=Or(e);return t.invert=Or(-e),t}function Rr(e,t){var n=Math.cos(e),r=Math.sin(e),a=Math.cos(t),i=Math.sin(t);function l(e,t){var l=Math.cos(t),o=Math.cos(e)*l,s=Math.sin(e)*l,u=Math.sin(t),c=u*n+o*r;return[Math.atan2(s*a-c*i,o*n-u*r),Re(c*a+s*i)]}return l.invert=function(e,t){var l=Math.cos(t),o=Math.cos(e)*l,s=Math.sin(e)*l,u=Math.sin(t),c=u*a-s*i;return[Math.atan2(s*a+u*i,o*n+c*r),Re(c*n-o*r)]},l}function Er(e,t){var n=Math.cos(e),r=Math.sin(e);return function(a,i,l,o){var s=l*t;null!=a?(a=jr(n,a),i=jr(n,i),(l>0?a<i:a>i)&&(a+=l*De)):(a=e+l*De,i=e-.5*s);for(var u,c=a;l>0?c>i:c<i;c-=s)o.point((u=Nn([n,-r*Math.cos(c),-r*Math.sin(c)]))[0],u[1])}}function jr(e,t){var n=On(t);n[0]-=e,In(n);var r=Pe(-n[1]);return((-n[2]<0?-r:r)+2*Math.PI-Ae)%(2*Math.PI)}function Ir(e,t,n){var r=i.range(e,t-Ae,n).concat(t);return function(e){return r.map(function(t){return[e,t]})}}function Nr(e,t,n){var r=i.range(e,t-Ae,n).concat(t);return function(e){return r.map(function(t){return[t,e]})}}function Fr(e){return e.source}function $r(e){return e.target}i.geo.path=function(){var e,t,n,r,a,l=4.5;function o(e){return e&&("function"==typeof l&&r.pointRadius(+l.apply(this,arguments)),a&&a.valid||(a=n(r)),i.geo.stream(e,a)),r.result()}function s(){return a=null,o}return o.area=function(e){return dr=0,i.geo.stream(e,n(gr)),dr},o.centroid=function(e){return kn=xn=Cn=An=wn=Ln=Dn=Bn=Sn=0,i.geo.stream(e,n(br)),Sn?[Dn/Sn,Bn/Sn]:Ln?[An/Ln,wn/Ln]:Cn?[kn/Cn,xn/Cn]:[NaN,NaN]},o.bounds=function(e){return vr=yr=-(hr=pr=1/0),i.geo.stream(e,n(_r)),[[hr,pr],[vr,yr]]},o.projection=function(t){return arguments.length?(n=(e=t)?t.stream||(r=t,a=Ar(function(e,t){return r([e*We,t*We])}),function(e){return Sr(a(e))}):z,s()):e;var r,a},o.context=function(e){return arguments.length?(r=null==(t=e)?new function(){var e=Tr(4.5),t=[],n={point:r,lineStart:function(){n.point=a},lineEnd:l,polygonStart:function(){n.lineEnd=o},polygonEnd:function(){n.lineEnd=l,n.point=r},pointRadius:function(t){return e=Tr(t),n},result:function(){if(t.length){var e=t.join("");return t=[],e}}};function r(n,r){t.push("M",n,",",r,e)}function a(e,r){t.push("M",e,",",r),n.point=i}function i(e,n){t.push("L",e,",",n)}function l(){n.point=r}function o(){t.push("Z")}return n}:new function(e){var t=4.5,n={point:r,lineStart:function(){n.point=a},lineEnd:l,polygonStart:function(){n.lineEnd=o},polygonEnd:function(){n.lineEnd=l,n.point=r},pointRadius:function(e){return t=e,n},result:E};function r(n,r){e.moveTo(n+t,r),e.arc(n,r,t,0,De)}function a(t,r){e.moveTo(t,r),n.point=i}function i(t,n){e.lineTo(t,n)}function l(){n.point=r}function o(){e.closePath()}return n}(e),"function"!=typeof l&&r.pointRadius(l),s()):t},o.pointRadius=function(e){return arguments.length?(l="function"==typeof e?e:(r.pointRadius(+e),+e),o):l},o.projection(i.geo.albersUsa()).context(null)},i.geo.transform=function(e){return{stream:function(t){var n=new wr(t);for(var r in e)n[r]=e[r];return n}}},wr.prototype={point:function(e,t){this.stream.point(e,t)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}},i.geo.projection=Dr,i.geo.projectionMutator=Br,(i.geo.equirectangular=function(){return Dr(Gr)}).raw=Gr.invert=Gr,i.geo.rotation=function(e){function t(t){return(t=e(t[0]*Ge,t[1]*Ge))[0]*=We,t[1]*=We,t}return e=zr(e[0]%360*Ge,e[1]*Ge,e.length>2?e[2]*Ge:0),t.invert=function(t){return(t=e.invert(t[0]*Ge,t[1]*Ge))[0]*=We,t[1]*=We,t},t},Wr.invert=Gr,i.geo.circle=function(){var e,t,n=[0,0],r=6;function a(){var e="function"==typeof n?n.apply(this,arguments):n,r=zr(-e[0]*Ge,-e[1]*Ge,0).invert,a=[];return t(null,null,1,{point:function(e,t){a.push(e=r(e,t)),e[0]*=We,e[1]*=We}}),{type:"Polygon",coordinates:[a]}}return a.origin=function(e){return arguments.length?(n=e,a):n},a.angle=function(n){return arguments.length?(t=Er((e=+n)*Ge,r*Ge),a):e},a.precision=function(n){return arguments.length?(t=Er(e*Ge,(r=+n)*Ge),a):r},a.angle(90)},i.geo.distance=function(e,t){var n,r=(t[0]-e[0])*Ge,a=e[1]*Ge,i=t[1]*Ge,l=Math.sin(r),o=Math.cos(r),s=Math.sin(a),u=Math.cos(a),c=Math.sin(i),d=Math.cos(i);return Math.atan2(Math.sqrt((n=d*l)*n+(n=u*c-s*d*o)*n),s*c+u*d*o)},i.geo.graticule=function(){var e,t,n,r,a,l,o,s,u,c,d,f,h=10,p=h,v=90,y=360,g=2.5;function m(){return{type:"MultiLineString",coordinates:_()}}function _(){return i.range(Math.ceil(r/v)*v,n,v).map(d).concat(i.range(Math.ceil(s/y)*y,o,y).map(f)).concat(i.range(Math.ceil(t/h)*h,e,h).filter(function(e){return b(e%v)>Ae}).map(u)).concat(i.range(Math.ceil(l/p)*p,a,p).filter(function(e){return b(e%y)>Ae}).map(c))}return m.lines=function(){return _().map(function(e){return{type:"LineString",coordinates:e}})},m.outline=function(){return{type:"Polygon",coordinates:[d(r).concat(f(o).slice(1),d(n).reverse().slice(1),f(s).reverse().slice(1))]}},m.extent=function(e){return arguments.length?m.majorExtent(e).minorExtent(e):m.minorExtent()},m.majorExtent=function(e){return arguments.length?(r=+e[0][0],n=+e[1][0],s=+e[0][1],o=+e[1][1],r>n&&(e=r,r=n,n=e),s>o&&(e=s,s=o,o=e),m.precision(g)):[[r,s],[n,o]]},m.minorExtent=function(n){return arguments.length?(t=+n[0][0],e=+n[1][0],l=+n[0][1],a=+n[1][1],t>e&&(n=t,t=e,e=n),l>a&&(n=l,l=a,a=n),m.precision(g)):[[t,l],[e,a]]},m.step=function(e){return arguments.length?m.majorStep(e).minorStep(e):m.minorStep()},m.majorStep=function(e){return arguments.length?(v=+e[0],y=+e[1],m):[v,y]},m.minorStep=function(e){return arguments.length?(h=+e[0],p=+e[1],m):[h,p]},m.precision=function(i){return arguments.length?(g=+i,u=Ir(l,a,90),c=Nr(t,e,g),d=Ir(s,o,90),f=Nr(r,n,g),m):g},m.majorExtent([[-180,-90+Ae],[180,90-Ae]]).minorExtent([[-180,-80-Ae],[180,80+Ae]])},i.geo.greatArc=function(){var e,t,n=Fr,r=$r;function a(){return{type:"LineString",coordinates:[e||n.apply(this,arguments),t||r.apply(this,arguments)]}}return a.distance=function(){return i.geo.distance(e||n.apply(this,arguments),t||r.apply(this,arguments))},a.source=function(t){return arguments.length?(n=t,e="function"==typeof t?null:t,a):n},a.target=function(e){return arguments.length?(r=e,t="function"==typeof e?null:e,a):r},a.precision=function(){return arguments.length?a:0},a},i.geo.interpolate=function(e,t){return n=e[0]*Ge,r=e[1]*Ge,a=t[0]*Ge,i=t[1]*Ge,l=Math.cos(r),o=Math.sin(r),s=Math.cos(i),u=Math.sin(i),c=l*Math.cos(n),d=l*Math.sin(n),f=s*Math.cos(a),h=s*Math.sin(a),p=2*Math.asin(Math.sqrt(je(i-r)+l*s*je(a-n))),v=1/Math.sin(p),(y=p?function(e){var t=Math.sin(e*=p)*v,n=Math.sin(p-e)*v,r=n*c+t*f,a=n*d+t*h,i=n*o+t*u;return[Math.atan2(a,r)*We,Math.atan2(i,Math.sqrt(r*r+a*a))*We]}:function(){return[n*We,r*We]}).distance=p,y;var n,r,a,i,l,o,s,u,c,d,f,h,p,v,y},i.geo.length=function(e){return Mr=0,i.geo.stream(e,Vr),Mr};var Vr={sphere:E,point:E,lineStart:function(){var e,t,n;function r(r,a){var i=Math.sin(a*=Ge),l=Math.cos(a),o=b((r*=Ge)-e),s=Math.cos(o);Mr+=Math.atan2(Math.sqrt((o=l*Math.sin(o))*o+(o=n*i-t*l*s)*o),t*i+n*l*s),e=r,t=i,n=l}Vr.point=function(a,i){e=a*Ge,t=Math.sin(i*=Ge),n=Math.cos(i),Vr.point=r},Vr.lineEnd=function(){Vr.point=Vr.lineEnd=E}},lineEnd:E,polygonStart:E,polygonEnd:E};function Hr(e,t){function n(t,n){var r=Math.cos(t),a=Math.cos(n),i=e(r*a);return[i*a*Math.sin(t),i*Math.sin(n)]}return n.invert=function(e,n){var r=Math.sqrt(e*e+n*n),a=t(r),i=Math.sin(a),l=Math.cos(a);return[Math.atan2(e*i,r*l),Math.asin(r&&n*i/r)]},n}var qr=Hr(function(e){return Math.sqrt(2/(1+e))},function(e){return 2*Math.asin(e/2)});(i.geo.azimuthalEqualArea=function(){return Dr(qr)}).raw=qr;var Ur=Hr(function(e){var t=Math.acos(e);return t&&t/Math.sin(t)},z);function Yr(e,t){var n=Math.cos(e),r=function(e){return Math.tan(Le/4+e/2)},a=e===t?Math.sin(e):Math.log(n/Math.cos(t))/Math.log(r(t)/r(e)),i=n*Math.pow(r(e),a)/a;if(!a)return Zr;function l(e,t){i>0?t<-Se+Ae&&(t=-Se+Ae):t>Se-Ae&&(t=Se-Ae);var n=i/Math.pow(r(t),a);return[n*Math.sin(a*e),i-n*Math.cos(a*e)]}return l.invert=function(e,t){var n=i-t,r=ze(a)*Math.sqrt(e*e+n*n);return[Math.atan2(e,n)/a,2*Math.atan(Math.pow(i/r,1/a))-Se]},l}function Xr(e,t){var n=Math.cos(e),r=e===t?Math.sin(e):(n-Math.cos(t))/(t-e),a=n/r+e;if(b(r)<Ae)return Gr;function i(e,t){var n=a-t;return[n*Math.sin(r*e),a-n*Math.cos(r*e)]}return i.invert=function(e,t){var n=a-t;return[Math.atan2(e,n)/r,a-ze(r)*Math.sqrt(e*e+n*n)]},i}(i.geo.azimuthalEquidistant=function(){return Dr(Ur)}).raw=Ur,(i.geo.conicConformal=function(){return ur(Yr)}).raw=Yr,(i.geo.conicEquidistant=function(){return ur(Xr)}).raw=Xr;var Jr=Hr(function(e){return 1/e},Math.atan);function Zr(e,t){return[e,Math.log(Math.tan(Le/4+t/2))]}function Qr(e){var t,n=Dr(e),r=n.scale,a=n.translate,i=n.clipExtent;return n.scale=function(){var e=r.apply(n,arguments);return e===n?t?n.clipExtent(null):n:e},n.translate=function(){var e=a.apply(n,arguments);return e===n?t?n.clipExtent(null):n:e},n.clipExtent=function(e){var l=i.apply(n,arguments);if(l===n){if(t=null==e){var o=Le*r(),s=a();i([[s[0]-o,s[1]-o],[s[0]+o,s[1]+o]])}}else t&&(l=null);return l},n.clipExtent(null)}(i.geo.gnomonic=function(){return Dr(Jr)}).raw=Jr,Zr.invert=function(e,t){return[e,2*Math.atan(Math.exp(t))-Se]},(i.geo.mercator=function(){return Qr(Zr)}).raw=Zr;var ea=Hr(function(){return 1},Math.asin);(i.geo.orthographic=function(){return Dr(ea)}).raw=ea;var ta=Hr(function(e){return 1/(1+e)},function(e){return 2*Math.atan(e)});function na(e,t){return[Math.log(Math.tan(Le/4+t/2)),-e]}function ra(e){return e[0]}function aa(e){return e[1]}function ia(e){for(var t=e.length,n=[0,1],r=2,a=2;a<t;a++){for(;r>1&&Oe(e[n[r-2]],e[n[r-1]],e[a])<=0;)--r;n[r++]=a}return n.slice(0,r)}function la(e,t){return e[0]-t[0]||e[1]-t[1]}(i.geo.stereographic=function(){return Dr(ta)}).raw=ta,na.invert=function(e,t){return[-t,2*Math.atan(Math.exp(e))-Se]},(i.geo.transverseMercator=function(){var e=Qr(na),t=e.center,n=e.rotate;return e.center=function(e){return e?t([-e[1],e[0]]):[(e=t())[1],-e[0]]},e.rotate=function(e){return e?n([e[0],e[1],e.length>2?e[2]+90:90]):[(e=n())[0],e[1],e[2]-90]},n([0,0,90])}).raw=na,i.geom={},i.geom.hull=function(e){var t=ra,n=aa;if(arguments.length)return r(e);function r(e){if(e.length<3)return[];var r,a=Tt(t),i=Tt(n),l=e.length,o=[],s=[];for(r=0;r<l;r++)o.push([+a.call(this,e[r],r),+i.call(this,e[r],r),r]);for(o.sort(la),r=0;r<l;r++)s.push([o[r][0],-o[r][1]]);var u=ia(o),c=ia(s),d=c[0]===u[0],f=c[c.length-1]===u[u.length-1],h=[];for(r=u.length-1;r>=0;--r)h.push(e[o[u[r]][2]]);for(r=+d;r<c.length-f;++r)h.push(e[o[c[r]][2]]);return h}return r.x=function(e){return arguments.length?(t=e,r):t},r.y=function(e){return arguments.length?(n=e,r):n},r},i.geom.polygon=function(e){return H(e,oa),e};var oa=i.geom.polygon.prototype=[];function sa(e,t,n){return(n[0]-t[0])*(e[1]-t[1])<(n[1]-t[1])*(e[0]-t[0])}function ua(e,t,n,r){var a=e[0],i=n[0],l=t[0]-a,o=r[0]-i,s=e[1],u=n[1],c=t[1]-s,d=r[1]-u,f=(o*(s-u)-d*(a-i))/(d*l-o*c);return[a+f*l,s+f*c]}function ca(e){var t=e[0],n=e[e.length-1];return!(t[0]-n[0]||t[1]-n[1])}oa.area=function(){for(var e,t=-1,n=this.length,r=this[n-1],a=0;++t<n;)e=r,r=this[t],a+=e[1]*r[0]-e[0]*r[1];return.5*a},oa.centroid=function(e){var t,n,r=-1,a=this.length,i=0,l=0,o=this[a-1];for(arguments.length||(e=-1/(6*this.area()));++r<a;)t=o,o=this[r],n=t[0]*o[1]-o[0]*t[1],i+=(t[0]+o[0])*n,l+=(t[1]+o[1])*n;return[i*e,l*e]},oa.clip=function(e){for(var t,n,r,a,i,l,o=ca(e),s=-1,u=this.length-ca(this),c=this[u-1];++s<u;){for(t=e.slice(),e.length=0,a=this[s],i=t[(r=t.length-o)-1],n=-1;++n<r;)sa(l=t[n],c,a)?(sa(i,c,a)||e.push(ua(i,l,c,a)),e.push(l)):sa(i,c,a)&&e.push(ua(i,l,c,a)),i=l;o&&e.push(e[0]),c=a}return e};var da,fa,ha,pa,va,ya=[],ga=[];function ma(e){var t=ya.pop()||new function(){Wa(this),this.edge=this.site=this.circle=null};return t.site=e,t}function _a(e){Aa(e),ha.remove(e),ya.push(e),Wa(e)}function Ta(e){var t=e.circle,n=t.x,r=t.cy,a={x:n,y:r},i=e.P,l=e.N,o=[e];_a(e);for(var s=i;s.circle&&b(n-s.circle.x)<Ae&&b(r-s.circle.cy)<Ae;)i=s.P,o.unshift(s),_a(s),s=i;o.unshift(s),Aa(s);for(var u=l;u.circle&&b(n-u.circle.x)<Ae&&b(r-u.circle.cy)<Ae;)l=u.N,o.push(u),_a(u),u=l;o.push(u),Aa(u);var c,d=o.length;for(c=1;c<d;++c)u=o[c],s=o[c-1],Ba(u.edge,s.site,u.site,a);s=o[0],(u=o[d-1]).edge=Da(s.site,u.site,null,a),Ca(s),Ca(u)}function Ma(e){for(var t,n,r,a,i=e.x,l=e.y,o=ha._;o;)if((r=ba(o,l)-i)>Ae)o=o.L;else{if(!((a=i-Ka(o,l))>Ae)){r>-Ae?(t=o.P,n=o):a>-Ae?(t=o,n=o.N):t=n=o;break}if(!o.R){t=o;break}o=o.R}var s=ma(e);if(ha.insert(t,s),t||n){if(t===n)return Aa(t),n=ma(t.site),ha.insert(s,n),s.edge=n.edge=Da(t.site,s.site),Ca(t),void Ca(n);if(n){Aa(t),Aa(n);var u=t.site,c=u.x,d=u.y,f=e.x-c,h=e.y-d,p=n.site,v=p.x-c,y=p.y-d,g=2*(f*y-h*v),m=f*f+h*h,_=v*v+y*y,T={x:(y*m-h*_)/g+c,y:(f*_-v*m)/g+d};Ba(n.edge,u,p,T),s.edge=Da(u,e,null,T),n.edge=Da(e,p,null,T),Ca(t),Ca(n)}else s.edge=Da(t.site,s.site)}}function ba(e,t){var n=e.site,r=n.x,a=n.y,i=a-t;if(!i)return r;var l=e.P;if(!l)return-1/0;var o=(n=l.site).x,s=n.y,u=s-t;if(!u)return o;var c=o-r,d=1/i-1/u,f=c/u;return d?(-f+Math.sqrt(f*f-2*d*(c*c/(-2*u)-s+u/2+a-i/2)))/d+r:(r+o)/2}function Ka(e,t){var n=e.N;if(n)return ba(n,t);var r=e.site;return r.y===t?r.x:1/0}function ka(e){this.site=e,this.edges=[]}function xa(e,t){return t.angle-e.angle}function Ca(e){var t=e.P,n=e.N;if(t&&n){var r=t.site,a=e.site,i=n.site;if(r!==i){var l=a.x,o=a.y,s=r.x-l,u=r.y-o,c=i.x-l,d=2*(s*(y=i.y-o)-u*c);if(!(d>=-we)){var f=s*s+u*u,h=c*c+y*y,p=(y*f-u*h)/d,v=(s*h-c*f)/d,y=v+o,g=ga.pop()||new function(){Wa(this),this.x=this.y=this.arc=this.site=this.cy=null};g.arc=e,g.site=a,g.x=p+l,g.y=y+Math.sqrt(p*p+v*v),g.cy=y,e.circle=g;for(var m=null,_=va._;_;)if(g.y<_.y||g.y===_.y&&g.x<=_.x){if(!_.L){m=_.P;break}_=_.L}else{if(!_.R){m=_;break}_=_.R}va.insert(m,g),m||(pa=g)}}}}function Aa(e){var t=e.circle;t&&(t.P||(pa=t.N),va.remove(t),ga.push(t),Wa(t),e.circle=null)}function wa(e,t){var n=e.b;if(n)return!0;var r,a,i=e.a,l=t[0][0],o=t[1][0],s=t[0][1],u=t[1][1],c=e.l,d=e.r,f=c.x,h=c.y,p=d.x,v=d.y,y=(f+p)/2,g=(h+v)/2;if(v===h){if(y<l||y>=o)return;if(f>p){if(i){if(i.y>=u)return}else i={x:y,y:s};n={x:y,y:u}}else{if(i){if(i.y<s)return}else i={x:y,y:u};n={x:y,y:s}}}else if(a=g-(r=(f-p)/(v-h))*y,r<-1||r>1)if(f>p){if(i){if(i.y>=u)return}else i={x:(s-a)/r,y:s};n={x:(u-a)/r,y:u}}else{if(i){if(i.y<s)return}else i={x:(u-a)/r,y:u};n={x:(s-a)/r,y:s}}else if(h<v){if(i){if(i.x>=o)return}else i={x:l,y:r*l+a};n={x:o,y:r*o+a}}else{if(i){if(i.x<l)return}else i={x:o,y:r*o+a};n={x:l,y:r*l+a}}return e.a=i,e.b=n,!0}function La(e,t){this.l=e,this.r=t,this.a=this.b=null}function Da(e,t,n,r){var a=new La(e,t);return da.push(a),n&&Ba(a,e,t,n),r&&Ba(a,t,e,r),fa[e.i].edges.push(new Sa(a,e,t)),fa[t.i].edges.push(new Sa(a,t,e)),a}function Ba(e,t,n,r){e.a||e.b?e.l===n?e.b=r:e.a=r:(e.a=r,e.l=t,e.r=n)}function Sa(e,t,n){var r=e.a,a=e.b;this.edge=e,this.site=t,this.angle=n?Math.atan2(n.y-t.y,n.x-t.x):e.l===t?Math.atan2(a.x-r.x,r.y-a.y):Math.atan2(r.x-a.x,a.y-r.y)}function Ga(){this._=null}function Wa(e){e.U=e.C=e.L=e.R=e.P=e.N=null}function za(e,t){var n=t,r=t.R,a=n.U;a?a.L===n?a.L=r:a.R=r:e._=r,r.U=a,n.U=r,n.R=r.L,n.R&&(n.R.U=n),r.L=n}function Oa(e,t){var n=t,r=t.L,a=n.U;a?a.L===n?a.L=r:a.R=r:e._=r,r.U=a,n.U=r,n.L=r.R,n.L&&(n.L.U=n),r.R=n}function Pa(e){for(;e.L;)e=e.L;return e}function Ra(e,t){var n,r,a,i=e.sort(Ea).pop();for(da=[],fa=new Array(e.length),ha=new Ga,va=new Ga;;)if(a=pa,i&&(!a||i.y<a.y||i.y===a.y&&i.x<a.x))i.x===n&&i.y===r||(fa[i.i]=new ka(i),Ma(i),n=i.x,r=i.y),i=e.pop();else{if(!a)break;Ta(a.arc)}t&&(function(e){for(var t,n=da,r=lr(e[0][0],e[0][1],e[1][0],e[1][1]),a=n.length;a--;)(!wa(t=n[a],e)||!r(t)||b(t.a.x-t.b.x)<Ae&&b(t.a.y-t.b.y)<Ae)&&(t.a=t.b=null,n.splice(a,1))}(t),function(e){for(var t,n,r,a,i,l,o,s,u,c,d=e[0][0],f=e[1][0],h=e[0][1],p=e[1][1],v=fa,y=v.length;y--;)if((i=v[y])&&i.prepare())for(s=(o=i.edges).length,l=0;l<s;)r=(c=o[l].end()).x,a=c.y,t=(u=o[++l%s].start()).x,n=u.y,(b(r-t)>Ae||b(a-n)>Ae)&&(o.splice(l,0,new Sa((g=i.site,m=c,_=b(r-d)<Ae&&p-a>Ae?{x:d,y:b(t-d)<Ae?n:p}:b(a-p)<Ae&&f-r>Ae?{x:b(n-p)<Ae?t:f,y:p}:b(r-f)<Ae&&a-h>Ae?{x:f,y:b(t-f)<Ae?n:h}:b(a-h)<Ae&&r-d>Ae?{x:b(n-h)<Ae?t:d,y:h}:null,T=void 0,T=new La(g,null),T.a=m,T.b=_,da.push(T),T),i.site,null)),++s);var g,m,_,T}(t));var l={cells:fa,edges:da};return ha=va=da=fa=null,l}function Ea(e,t){return t.y-e.y||t.x-e.x}ka.prototype.prepare=function(){for(var e,t=this.edges,n=t.length;n--;)(e=t[n].edge).b&&e.a||t.splice(n,1);return t.sort(xa),t.length},Sa.prototype={start:function(){return this.edge.l===this.site?this.edge.a:this.edge.b},end:function(){return this.edge.l===this.site?this.edge.b:this.edge.a}},Ga.prototype={insert:function(e,t){var n,r,a;if(e){if(t.P=e,t.N=e.N,e.N&&(e.N.P=t),e.N=t,e.R){for(e=e.R;e.L;)e=e.L;e.L=t}else e.R=t;n=e}else this._?(e=Pa(this._),t.P=null,t.N=e,e.P=e.L=t,n=e):(t.P=t.N=null,this._=t,n=null);for(t.L=t.R=null,t.U=n,t.C=!0,e=t;n&&n.C;)n===(r=n.U).L?(a=r.R)&&a.C?(n.C=a.C=!1,r.C=!0,e=r):(e===n.R&&(za(this,n),n=(e=n).U),n.C=!1,r.C=!0,Oa(this,r)):(a=r.L)&&a.C?(n.C=a.C=!1,r.C=!0,e=r):(e===n.L&&(Oa(this,n),n=(e=n).U),n.C=!1,r.C=!0,za(this,r)),n=e.U;this._.C=!1},remove:function(e){e.N&&(e.N.P=e.P),e.P&&(e.P.N=e.N),e.N=e.P=null;var t,n,r,a=e.U,i=e.L,l=e.R;if(n=i?l?Pa(l):i:l,a?a.L===e?a.L=n:a.R=n:this._=n,i&&l?(r=n.C,n.C=e.C,n.L=i,i.U=n,n!==l?(a=n.U,n.U=e.U,e=n.R,a.L=e,n.R=l,l.U=n):(n.U=a,a=n,e=n.R)):(r=e.C,e=n),e&&(e.U=a),!r)if(e&&e.C)e.C=!1;else{do{if(e===this._)break;if(e===a.L){if((t=a.R).C&&(t.C=!1,a.C=!0,za(this,a),t=a.R),t.L&&t.L.C||t.R&&t.R.C){t.R&&t.R.C||(t.L.C=!1,t.C=!0,Oa(this,t),t=a.R),t.C=a.C,a.C=t.R.C=!1,za(this,a),e=this._;break}}else if((t=a.L).C&&(t.C=!1,a.C=!0,Oa(this,a),t=a.L),t.L&&t.L.C||t.R&&t.R.C){t.L&&t.L.C||(t.R.C=!1,t.C=!0,za(this,t),t=a.L),t.C=a.C,a.C=t.L.C=!1,Oa(this,a),e=this._;break}t.C=!0,e=a,a=a.U}while(!e.C);e&&(e.C=!1)}}},i.geom.voronoi=function(e){var t=ra,n=aa,r=t,a=n,i=ja;if(e)return l(e);function l(e){var t=new Array(e.length),n=i[0][0],r=i[0][1],a=i[1][0],l=i[1][1];return Ra(o(e),i).cells.forEach(function(i,o){var s=i.edges,u=i.site;(t[o]=s.length?s.map(function(e){var t=e.start();return[t.x,t.y]}):u.x>=n&&u.x<=a&&u.y>=r&&u.y<=l?[[n,l],[a,l],[a,r],[n,r]]:[]).point=e[o]}),t}function o(e){return e.map(function(e,t){return{x:Math.round(r(e,t)/Ae)*Ae,y:Math.round(a(e,t)/Ae)*Ae,i:t}})}return l.links=function(e){return Ra(o(e)).edges.filter(function(e){return e.l&&e.r}).map(function(t){return{source:e[t.l.i],target:e[t.r.i]}})},l.triangles=function(e){var t=[];return Ra(o(e)).cells.forEach(function(n,r){for(var a,i,l,o,s=n.site,u=n.edges.sort(xa),c=-1,d=u.length,f=u[d-1].edge,h=f.l===s?f.r:f.l;++c<d;)f,a=h,h=(f=u[c].edge).l===s?f.r:f.l,r<a.i&&r<h.i&&(l=a,o=h,((i=s).x-o.x)*(l.y-i.y)-(i.x-l.x)*(o.y-i.y)<0)&&t.push([e[r],e[a.i],e[h.i]])}),t},l.x=function(e){return arguments.length?(r=Tt(t=e),l):t},l.y=function(e){return arguments.length?(a=Tt(n=e),l):n},l.clipExtent=function(e){return arguments.length?(i=null==e?ja:e,l):i===ja?null:i},l.size=function(e){return arguments.length?l.clipExtent(e&&[[0,0],e]):i===ja?null:i&&i[1]},l};var ja=[[-1e6,-1e6],[1e6,1e6]];function Ia(e){return e.x}function Na(e){return e.y}function Fa(e,t){e=i.rgb(e),t=i.rgb(t);var n=e.r,r=e.g,a=e.b,l=t.r-n,o=t.g-r,s=t.b-a;return function(e){return"#"+ht(Math.round(n+l*e))+ht(Math.round(r+o*e))+ht(Math.round(a+s*e))}}function $a(e,t){var n,r={},a={};for(n in e)n in t?r[n]=Ya(e[n],t[n]):a[n]=e[n];for(n in t)n in e||(a[n]=t[n]);return function(e){for(n in r)a[n]=r[n](e);return a}}function Va(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function Ha(e,t){var n,r,a,i=qa.lastIndex=Ua.lastIndex=0,l=-1,o=[],s=[];for(e+="",t+="";(n=qa.exec(e))&&(r=Ua.exec(t));)(a=r.index)>i&&(a=t.slice(i,a),o[l]?o[l]+=a:o[++l]=a),(n=n[0])===(r=r[0])?o[l]?o[l]+=r:o[++l]=r:(o[++l]=null,s.push({i:l,x:Va(n,r)})),i=Ua.lastIndex;return i<t.length&&(a=t.slice(i),o[l]?o[l]+=a:o[++l]=a),o.length<2?s[0]?(t=s[0].x,function(e){return t(e)+""}):function(){return t}:(t=s.length,function(e){for(var n,r=0;r<t;++r)o[(n=s[r]).i]=n.x(e);return o.join("")})}i.geom.delaunay=function(e){return i.geom.voronoi().triangles(e)},i.geom.quadtree=function(e,t,n,r,a){var i,l=ra,o=aa;if(i=arguments.length)return l=Ia,o=Na,3===i&&(a=n,r=t,n=t=0),s(e);function s(e){var s,u,c,d,f,h,p,v,y,g=Tt(l),m=Tt(o);if(null!=t)h=t,p=n,v=r,y=a;else if(v=y=-(h=p=1/0),u=[],c=[],f=e.length,i)for(d=0;d<f;++d)(s=e[d]).x<h&&(h=s.x),s.y<p&&(p=s.y),s.x>v&&(v=s.x),s.y>y&&(y=s.y),u.push(s.x),c.push(s.y);else for(d=0;d<f;++d){var _=+g(s=e[d],d),T=+m(s,d);_<h&&(h=_),T<p&&(p=T),_>v&&(v=_),T>y&&(y=T),u.push(_),c.push(T)}var M=v-h,K=y-p;function k(e,t,n,r,a,i,l,o){if(!isNaN(n)&&!isNaN(r))if(e.leaf){var s=e.x,u=e.y;if(null!=s)if(b(s-n)+b(u-r)<.01)x(e,t,n,r,a,i,l,o);else{var c=e.point;e.x=e.y=e.point=null,x(e,c,s,u,a,i,l,o),x(e,t,n,r,a,i,l,o)}else e.x=n,e.y=r,e.point=t}else x(e,t,n,r,a,i,l,o)}function x(e,t,n,r,a,i,l,o){var s=.5*(a+l),u=.5*(i+o),c=n>=s,d=r>=u,f=d<<1|c;e.leaf=!1,e=e.nodes[f]||(e.nodes[f]={leaf:!0,nodes:[],point:null,x:null,y:null,add:function(e){k(C,e,+g(e,++d),+m(e,d),h,p,v,y)}}),c?a=s:l=s,d?i=u:o=u,k(e,t,n,r,a,i,l,o)}M>K?y=p+M:v=h+K;var C={leaf:!0,nodes:[],point:null,x:null,y:null,add:function(e){k(C,e,+g(e,++d),+m(e,d),h,p,v,y)}};if(C.visit=function(e){!function e(t,n,r,a,i,l){if(!t(n,r,a,i,l)){var o=.5*(r+i),s=.5*(a+l),u=n.nodes;u[0]&&e(t,u[0],r,a,o,s),u[1]&&e(t,u[1],o,a,i,s),u[2]&&e(t,u[2],r,s,o,l),u[3]&&e(t,u[3],o,s,i,l)}}(e,C,h,p,v,y)},C.find=function(e){return function(e,t,n,r,a,i,l){var o,s=1/0;return function e(u,c,d,f,h){if(!(c>i||d>l||f<r||h<a)){if(p=u.point){var p,v=t-u.x,y=n-u.y,g=v*v+y*y;if(g<s){var m=Math.sqrt(s=g);r=t-m,a=n-m,i=t+m,l=n+m,o=p}}for(var _=u.nodes,T=.5*(c+f),M=.5*(d+h),b=(n>=M)<<1|t>=T,K=b+4;b<K;++b)if(u=_[3&b])switch(3&b){case 0:e(u,c,d,T,M);break;case 1:e(u,T,d,f,M);break;case 2:e(u,c,M,T,h);break;case 3:e(u,T,M,f,h)}}}(e,r,a,i,l),o}(C,e[0],e[1],h,p,v,y)},d=-1,null==t){for(;++d<f;)k(C,e[d],u[d],c[d],h,p,v,y);--d}else e.forEach(C.add);return u=c=e=s=null,C}return s.x=function(e){return arguments.length?(l=e,s):l},s.y=function(e){return arguments.length?(o=e,s):o},s.extent=function(e){return arguments.length?(null==e?t=n=r=a=null:(t=+e[0][0],n=+e[0][1],r=+e[1][0],a=+e[1][1]),s):null==t?null:[[t,n],[r,a]]},s.size=function(e){return arguments.length?(null==e?t=n=r=a=null:(t=n=0,r=+e[0],a=+e[1]),s):null==t?null:[r-t,a-n]},s},i.interpolateRgb=Fa,i.interpolateObject=$a,i.interpolateNumber=Va,i.interpolateString=Ha;var qa=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Ua=new RegExp(qa.source,"g");function Ya(e,t){for(var n,r=i.interpolators.length;--r>=0&&!(n=i.interpolators[r](e,t)););return n}function Xa(e,t){var n,r=[],a=[],i=e.length,l=t.length,o=Math.min(e.length,t.length);for(n=0;n<o;++n)r.push(Ya(e[n],t[n]));for(;n<i;++n)a[n]=e[n];for(;n<l;++n)a[n]=t[n];return function(e){for(n=0;n<o;++n)a[n]=r[n](e);return a}}i.interpolate=Ya,i.interpolators=[function(e,t){var n=typeof t;return("string"===n?_t.has(t.toLowerCase())||/^(#|rgb\(|hsl\()/i.test(t)?Fa:Ha:t instanceof Ve?Fa:Array.isArray(t)?Xa:"object"===n&&isNaN(t)?$a:Va)(e,t)}],i.interpolateArray=Xa;var Ja=function(){return z},Za=i.map({linear:Ja,poly:function(e){return function(t){return Math.pow(t,e)}},quad:function(){return ni},cubic:function(){return ri},sin:function(){return ii},exp:function(){return li},circle:function(){return oi},elastic:function(e,t){var n;arguments.length<2&&(t=.45);arguments.length?n=t/De*Math.asin(1/e):(e=1,n=t/4);return function(r){return 1+e*Math.pow(2,-10*r)*Math.sin((r-n)*De/t)}},back:function(e){e||(e=1.70158);return function(t){return t*t*((e+1)*t-e)}},bounce:function(){return si}}),Qa=i.map({in:z,out:ei,"in-out":ti,"out-in":function(e){return ti(ei(e))}});function ei(e){return function(t){return 1-e(1-t)}}function ti(e){return function(t){return.5*(t<.5?e(2*t):2-e(2-2*t))}}function ni(e){return e*e}function ri(e){return e*e*e}function ai(e){if(e<=0)return 0;if(e>=1)return 1;var t=e*e,n=t*e;return 4*(e<.5?n:3*(e-t)+n-.75)}function ii(e){return 1-Math.cos(e*Se)}function li(e){return Math.pow(2,10*(e-1))}function oi(e){return 1-Math.sqrt(1-e*e)}function si(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375}function ui(e,t){return t-=e,function(n){return Math.round(e+t*n)}}function ci(e){var t,n,r,a=[e.a,e.b],i=[e.c,e.d],l=fi(a),o=di(a,i),s=fi(((t=i)[0]+=(r=-o)*(n=a)[0],t[1]+=r*n[1],t))||0;a[0]*i[1]<i[0]*a[1]&&(a[0]*=-1,a[1]*=-1,l*=-1,o*=-1),this.rotate=(l?Math.atan2(a[1],a[0]):Math.atan2(-i[0],i[1]))*We,this.translate=[e.e,e.f],this.scale=[l,s],this.skew=s?Math.atan2(o,s)*We:0}function di(e,t){return e[0]*t[0]+e[1]*t[1]}function fi(e){var t=Math.sqrt(di(e,e));return t&&(e[0]/=t,e[1]/=t),t}i.ease=function(e){var t,n=e.indexOf("-"),r=n>=0?e.slice(0,n):e,a=n>=0?e.slice(n+1):"in";return r=Za.get(r)||Ja,a=Qa.get(a)||z,t=a(r.apply(null,l.call(arguments,1))),function(e){return e<=0?0:e>=1?1:t(e)}},i.interpolateHcl=function(e,t){e=i.hcl(e),t=i.hcl(t);var n=e.h,r=e.c,a=e.l,l=t.h-n,o=t.c-r,s=t.l-a;isNaN(o)&&(o=0,r=isNaN(r)?t.c:r);isNaN(l)?(l=0,n=isNaN(n)?t.h:n):l>180?l-=360:l<-180&&(l+=360);return function(e){return Je(n+l*e,r+o*e,a+s*e)+""}},i.interpolateHsl=function(e,t){e=i.hsl(e),t=i.hsl(t);var n=e.h,r=e.s,a=e.l,l=t.h-n,o=t.s-r,s=t.l-a;isNaN(o)&&(o=0,r=isNaN(r)?t.s:r);isNaN(l)?(l=0,n=isNaN(n)?t.h:n):l>180?l-=360:l<-180&&(l+=360);return function(e){return Ue(n+l*e,r+o*e,a+s*e)+""}},i.interpolateLab=function(e,t){e=i.lab(e),t=i.lab(t);var n=e.l,r=e.a,a=e.b,l=t.l-n,o=t.a-r,s=t.b-a;return function(e){return at(n+l*e,r+o*e,a+s*e)+""}},i.interpolateRound=ui,i.transform=function(e){var t=s.createElementNS(i.ns.prefix.svg,"g");return(i.transform=function(e){if(null!=e){t.setAttribute("transform",e);var n=t.transform.baseVal.consolidate()}return new ci(n?n.matrix:hi)})(e)},ci.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};var hi={a:1,b:0,c:0,d:1,e:0,f:0};function pi(e){return e.length?e.pop()+",":""}function vi(e,t){var n=[],r=[];return e=i.transform(e),t=i.transform(t),function(e,t,n,r){if(e[0]!==t[0]||e[1]!==t[1]){var a=n.push("translate(",null,",",null,")");r.push({i:a-4,x:Va(e[0],t[0])},{i:a-2,x:Va(e[1],t[1])})}else(t[0]||t[1])&&n.push("translate("+t+")")}(e.translate,t.translate,n,r),function(e,t,n,r){e!==t?(e-t>180?t+=360:t-e>180&&(e+=360),r.push({i:n.push(pi(n)+"rotate(",null,")")-2,x:Va(e,t)})):t&&n.push(pi(n)+"rotate("+t+")")}(e.rotate,t.rotate,n,r),function(e,t,n,r){e!==t?r.push({i:n.push(pi(n)+"skewX(",null,")")-2,x:Va(e,t)}):t&&n.push(pi(n)+"skewX("+t+")")}(e.skew,t.skew,n,r),function(e,t,n,r){if(e[0]!==t[0]||e[1]!==t[1]){var a=n.push(pi(n)+"scale(",null,",",null,")");r.push({i:a-4,x:Va(e[0],t[0])},{i:a-2,x:Va(e[1],t[1])})}else 1===t[0]&&1===t[1]||n.push(pi(n)+"scale("+t+")")}(e.scale,t.scale,n,r),e=t=null,function(e){for(var t,a=-1,i=r.length;++a<i;)n[(t=r[a]).i]=t.x(e);return n.join("")}}function yi(e,t){return t=(t-=e=+e)||1/t,function(n){return(n-e)/t}}function gi(e,t){return t=(t-=e=+e)||1/t,function(n){return Math.max(0,Math.min(1,(n-e)/t))}}function mi(e){for(var t=e.source,n=e.target,r=function(e,t){if(e===t)return e;var n=_i(e),r=_i(t),a=n.pop(),i=r.pop(),l=null;for(;a===i;)l=a,a=n.pop(),i=r.pop();return l}(t,n),a=[t];t!==r;)t=t.parent,a.push(t);for(var i=a.length;n!==r;)a.splice(i,0,n),n=n.parent;return a}function _i(e){for(var t=[],n=e.parent;null!=n;)t.push(e),e=n,n=n.parent;return t.push(e),t}function Ti(e){e.fixed|=2}function Mi(e){e.fixed&=-7}function bi(e){e.fixed|=4,e.px=e.x,e.py=e.y}function Ki(e){e.fixed&=-5}i.interpolateTransform=vi,i.layout={},i.layout.bundle=function(){return function(e){for(var t=[],n=-1,r=e.length;++n<r;)t.push(mi(e[n]));return t}},i.layout.chord=function(){var e,t,n,r,a,l,o,s={},u=0;function c(){var s,c,f,h,p,v={},y=[],g=i.range(r),m=[];for(e=[],t=[],s=0,h=-1;++h<r;){for(c=0,p=-1;++p<r;)c+=n[h][p];y.push(c),m.push(i.range(r)),s+=c}for(a&&g.sort(function(e,t){return a(y[e],y[t])}),l&&m.forEach(function(e,t){e.sort(function(e,r){return l(n[t][e],n[t][r])})}),s=(De-u*r)/s,c=0,h=-1;++h<r;){for(f=c,p=-1;++p<r;){var _=g[h],T=m[_][p],M=n[_][T],b=c,K=c+=M*s;v[_+"-"+T]={index:_,subindex:T,startAngle:b,endAngle:K,value:M}}t[_]={index:_,startAngle:f,endAngle:c,value:y[_]},c+=u}for(h=-1;++h<r;)for(p=h-1;++p<r;){var k=v[h+"-"+p],x=v[p+"-"+h];(k.value||x.value)&&e.push(k.value<x.value?{source:x,target:k}:{source:k,target:x})}o&&d()}function d(){e.sort(function(e,t){return o((e.source.value+e.target.value)/2,(t.source.value+t.target.value)/2)})}return s.matrix=function(a){return arguments.length?(r=(n=a)&&n.length,e=t=null,s):n},s.padding=function(n){return arguments.length?(u=n,e=t=null,s):u},s.sortGroups=function(n){return arguments.length?(a=n,e=t=null,s):a},s.sortSubgroups=function(t){return arguments.length?(l=t,e=null,s):l},s.sortChords=function(t){return arguments.length?(o=t,e&&d(),s):o},s.chords=function(){return e||c(),e},s.groups=function(){return t||c(),t},s},i.layout.force=function(){var e,t,n,r,a,l,o={},s=i.dispatch("start","tick","end"),u=[1,1],c=.9,d=ki,f=xi,h=-30,p=Ci,v=.1,y=.64,g=[],m=[];function _(e){return function(t,n,r,a){if(t.point!==e){var i=t.cx-e.x,l=t.cy-e.y,o=a-n,s=i*i+l*l;if(o*o/y<s){if(s<p){var u=t.charge/s;e.px-=i*u,e.py-=l*u}return!0}if(t.point&&s&&s<p){u=t.pointCharge/s;e.px-=i*u,e.py-=l*u}}return!t.charge}}function T(e){e.px=i.event.x,e.py=i.event.y,o.resume()}return o.tick=function(){if((n*=.99)<.005)return e=null,s.end({type:"end",alpha:n=0}),!0;var t,o,d,f,p,y,T,M,b,K=g.length,k=m.length;for(o=0;o<k;++o)f=(d=m[o]).source,(y=(M=(p=d.target).x-f.x)*M+(b=p.y-f.y)*b)&&(M*=y=n*a[o]*((y=Math.sqrt(y))-r[o])/y,b*=y,p.x-=M*(T=f.weight+p.weight?f.weight/(f.weight+p.weight):.5),p.y-=b*T,f.x+=M*(T=1-T),f.y+=b*T);if((T=n*v)&&(M=u[0]/2,b=u[1]/2,o=-1,T))for(;++o<K;)(d=g[o]).x+=(M-d.x)*T,d.y+=(b-d.y)*T;if(h)for(!function e(t,n,r){var a=0,i=0;t.charge=0;if(!t.leaf)for(var l,o=t.nodes,s=o.length,u=-1;++u<s;)null!=(l=o[u])&&(e(l,n,r),t.charge+=l.charge,a+=l.charge*l.cx,i+=l.charge*l.cy);if(t.point){t.leaf||(t.point.x+=Math.random()-.5,t.point.y+=Math.random()-.5);var c=n*r[t.point.index];t.charge+=t.pointCharge=c,a+=c*t.point.x,i+=c*t.point.y}t.cx=a/t.charge;t.cy=i/t.charge}(t=i.geom.quadtree(g),n,l),o=-1;++o<K;)(d=g[o]).fixed||t.visit(_(d));for(o=-1;++o<K;)(d=g[o]).fixed?(d.x=d.px,d.y=d.py):(d.x-=(d.px-(d.px=d.x))*c,d.y-=(d.py-(d.py=d.y))*c);s.tick({type:"tick",alpha:n})},o.nodes=function(e){return arguments.length?(g=e,o):g},o.links=function(e){return arguments.length?(m=e,o):m},o.size=function(e){return arguments.length?(u=e,o):u},o.linkDistance=function(e){return arguments.length?(d="function"==typeof e?e:+e,o):d},o.distance=o.linkDistance,o.linkStrength=function(e){return arguments.length?(f="function"==typeof e?e:+e,o):f},o.friction=function(e){return arguments.length?(c=+e,o):c},o.charge=function(e){return arguments.length?(h="function"==typeof e?e:+e,o):h},o.chargeDistance=function(e){return arguments.length?(p=e*e,o):Math.sqrt(p)},o.gravity=function(e){return arguments.length?(v=+e,o):v},o.theta=function(e){return arguments.length?(y=e*e,o):Math.sqrt(y)},o.alpha=function(t){return arguments.length?(t=+t,n?t>0?n=t:(e.c=null,e.t=NaN,e=null,s.end({type:"end",alpha:n=0})):t>0&&(s.start({type:"start",alpha:n=t}),e=wt(o.tick)),o):n},o.start=function(){var e,t,n,i=g.length,s=m.length,c=u[0],p=u[1];for(e=0;e<i;++e)(n=g[e]).index=e,n.weight=0;for(e=0;e<s;++e)"number"==typeof(n=m[e]).source&&(n.source=g[n.source]),"number"==typeof n.target&&(n.target=g[n.target]),++n.source.weight,++n.target.weight;for(e=0;e<i;++e)n=g[e],isNaN(n.x)&&(n.x=v("x",c)),isNaN(n.y)&&(n.y=v("y",p)),isNaN(n.px)&&(n.px=n.x),isNaN(n.py)&&(n.py=n.y);if(r=[],"function"==typeof d)for(e=0;e<s;++e)r[e]=+d.call(this,m[e],e);else for(e=0;e<s;++e)r[e]=d;if(a=[],"function"==typeof f)for(e=0;e<s;++e)a[e]=+f.call(this,m[e],e);else for(e=0;e<s;++e)a[e]=f;if(l=[],"function"==typeof h)for(e=0;e<i;++e)l[e]=+h.call(this,g[e],e);else for(e=0;e<i;++e)l[e]=h;function v(n,r){if(!t){for(t=new Array(i),u=0;u<i;++u)t[u]=[];for(u=0;u<s;++u){var a=m[u];t[a.source.index].push(a.target),t[a.target.index].push(a.source)}}for(var l,o=t[e],u=-1,c=o.length;++u<c;)if(!isNaN(l=o[u][n]))return l;return Math.random()*r}return o.resume()},o.resume=function(){return o.alpha(.1)},o.stop=function(){return o.alpha(0)},o.drag=function(){if(t||(t=i.behavior.drag().origin(z).on("dragstart.force",Ti).on("drag.force",T).on("dragend.force",Mi)),!arguments.length)return t;this.on("mouseover.force",bi).on("mouseout.force",Ki).call(t)},i.rebind(o,s,"on")};var ki=20,xi=1,Ci=1/0;function Ai(e,t){return i.rebind(e,t,"sort","children","value"),e.nodes=e,e.links=Gi,e}function wi(e,t){for(var n=[e];null!=(e=n.pop());)if(t(e),(a=e.children)&&(r=a.length))for(var r,a;--r>=0;)n.push(a[r])}function Li(e,t){for(var n=[e],r=[];null!=(e=n.pop());)if(r.push(e),(i=e.children)&&(a=i.length))for(var a,i,l=-1;++l<a;)n.push(i[l]);for(;null!=(e=r.pop());)t(e)}function Di(e){return e.children}function Bi(e){return e.value}function Si(e,t){return t.value-e.value}function Gi(e){return i.merge(e.map(function(e){return(e.children||[]).map(function(t){return{source:e,target:t}})}))}i.layout.hierarchy=function(){var e=Si,t=Di,n=Bi;function r(a){var i,l=[a],o=[];for(a.depth=0;null!=(i=l.pop());)if(o.push(i),(u=t.call(r,i,i.depth))&&(s=u.length)){for(var s,u,c;--s>=0;)l.push(c=u[s]),c.parent=i,c.depth=i.depth+1;n&&(i.value=0),i.children=u}else n&&(i.value=+n.call(r,i,i.depth)||0),delete i.children;return Li(a,function(t){var r,a;e&&(r=t.children)&&r.sort(e),n&&(a=t.parent)&&(a.value+=t.value)}),o}return r.sort=function(t){return arguments.length?(e=t,r):e},r.children=function(e){return arguments.length?(t=e,r):t},r.value=function(e){return arguments.length?(n=e,r):n},r.revalue=function(e){return n&&(wi(e,function(e){e.children&&(e.value=0)}),Li(e,function(e){var t;e.children||(e.value=+n.call(r,e,e.depth)||0),(t=e.parent)&&(t.value+=e.value)})),e},r},i.layout.partition=function(){var e=i.layout.hierarchy(),t=[1,1];function n(n,r){var a=e.call(this,n,r);return function e(t,n,r,a){var i=t.children;if(t.x=n,t.y=t.depth*a,t.dx=r,t.dy=a,i&&(l=i.length)){var l,o,s,u=-1;for(r=t.value?r/t.value:0;++u<l;)e(o=i[u],n,s=o.value*r,a),n+=s}}(a[0],0,t[0],t[1]/function e(t){var n=t.children,r=0;if(n&&(a=n.length))for(var a,i=-1;++i<a;)r=Math.max(r,e(n[i]));return 1+r}(a[0])),a}return n.size=function(e){return arguments.length?(t=e,n):t},Ai(n,e)},i.layout.pie=function(){var e=Number,t=Wi,n=0,r=De,a=0;function l(o){var s,u=o.length,c=o.map(function(t,n){return+e.call(l,t,n)}),d=+("function"==typeof n?n.apply(this,arguments):n),f=("function"==typeof r?r.apply(this,arguments):r)-d,h=Math.min(Math.abs(f)/u,+("function"==typeof a?a.apply(this,arguments):a)),p=h*(f<0?-1:1),v=i.sum(c),y=v?(f-u*p)/v:0,g=i.range(u),m=[];return null!=t&&g.sort(t===Wi?function(e,t){return c[t]-c[e]}:function(e,n){return t(o[e],o[n])}),g.forEach(function(e){m[e]={data:o[e],value:s=c[e],startAngle:d,endAngle:d+=s*y+p,padAngle:h}}),m}return l.value=function(t){return arguments.length?(e=t,l):e},l.sort=function(e){return arguments.length?(t=e,l):t},l.startAngle=function(e){return arguments.length?(n=e,l):n},l.endAngle=function(e){return arguments.length?(r=e,l):r},l.padAngle=function(e){return arguments.length?(a=e,l):a},l};var Wi={};function zi(e){return e.x}function Oi(e){return e.y}function Pi(e,t,n){e.y0=t,e.y=n}i.layout.stack=function(){var e=z,t=ji,n=Ii,r=Pi,a=zi,l=Oi;function o(s,u){if(!(h=s.length))return s;var c=s.map(function(t,n){return e.call(o,t,n)}),d=c.map(function(e){return e.map(function(e,t){return[a.call(o,e,t),l.call(o,e,t)]})}),f=t.call(o,d,u);c=i.permute(c,f),d=i.permute(d,f);var h,p,v,y,g=n.call(o,d,u),m=c[0].length;for(v=0;v<m;++v)for(r.call(o,c[0][v],y=g[v],d[0][v][1]),p=1;p<h;++p)r.call(o,c[p][v],y+=d[p-1][v][1],d[p][v][1]);return s}return o.values=function(t){return arguments.length?(e=t,o):e},o.order=function(e){return arguments.length?(t="function"==typeof e?e:Ri.get(e)||ji,o):t},o.offset=function(e){return arguments.length?(n="function"==typeof e?e:Ei.get(e)||Ii,o):n},o.x=function(e){return arguments.length?(a=e,o):a},o.y=function(e){return arguments.length?(l=e,o):l},o.out=function(e){return arguments.length?(r=e,o):r},o};var Ri=i.map({"inside-out":function(e){var t,n,r=e.length,a=e.map(Ni),l=e.map(Fi),o=i.range(r).sort(function(e,t){return a[e]-a[t]}),s=0,u=0,c=[],d=[];for(t=0;t<r;++t)n=o[t],s<u?(s+=l[n],c.push(n)):(u+=l[n],d.push(n));return d.reverse().concat(c)},reverse:function(e){return i.range(e.length).reverse()},default:ji}),Ei=i.map({silhouette:function(e){var t,n,r,a=e.length,i=e[0].length,l=[],o=0,s=[];for(n=0;n<i;++n){for(t=0,r=0;t<a;t++)r+=e[t][n][1];r>o&&(o=r),l.push(r)}for(n=0;n<i;++n)s[n]=(o-l[n])/2;return s},wiggle:function(e){var t,n,r,a,i,l,o,s,u,c=e.length,d=e[0],f=d.length,h=[];for(h[0]=s=u=0,n=1;n<f;++n){for(t=0,a=0;t<c;++t)a+=e[t][n][1];for(t=0,i=0,o=d[n][0]-d[n-1][0];t<c;++t){for(r=0,l=(e[t][n][1]-e[t][n-1][1])/(2*o);r<t;++r)l+=(e[r][n][1]-e[r][n-1][1])/o;i+=l*e[t][n][1]}h[n]=s-=a?i/a*o:0,s<u&&(u=s)}for(n=0;n<f;++n)h[n]-=u;return h},expand:function(e){var t,n,r,a=e.length,i=e[0].length,l=1/a,o=[];for(n=0;n<i;++n){for(t=0,r=0;t<a;t++)r+=e[t][n][1];if(r)for(t=0;t<a;t++)e[t][n][1]/=r;else for(t=0;t<a;t++)e[t][n][1]=l}for(n=0;n<i;++n)o[n]=0;return o},zero:Ii});function ji(e){return i.range(e.length)}function Ii(e){for(var t=-1,n=e[0].length,r=[];++t<n;)r[t]=0;return r}function Ni(e){for(var t,n=1,r=0,a=e[0][1],i=e.length;n<i;++n)(t=e[n][1])>a&&(r=n,a=t);return r}function Fi(e){return e.reduce($i,0)}function $i(e,t){return e+t[1]}function Vi(e,t){return Hi(e,Math.ceil(Math.log(t.length)/Math.LN2+1))}function Hi(e,t){for(var n=-1,r=+e[0],a=(e[1]-r)/t,i=[];++n<=t;)i[n]=a*n+r;return i}function qi(e){return[i.min(e),i.max(e)]}function Ui(e,t){return e.value-t.value}function Yi(e,t){var n=e._pack_next;e._pack_next=t,t._pack_prev=e,t._pack_next=n,n._pack_prev=t}function Xi(e,t){e._pack_next=t,t._pack_prev=e}function Ji(e,t){var n=t.x-e.x,r=t.y-e.y,a=e.r+t.r;return.999*a*a>n*n+r*r}function Zi(e){if((t=e.children)&&(s=t.length)){var t,n,r,a,i,l,o,s,u=1/0,c=-1/0,d=1/0,f=-1/0;if(t.forEach(Qi),(n=t[0]).x=-n.r,n.y=0,_(n),s>1&&((r=t[1]).x=r.r,r.y=0,_(r),s>2))for(tl(n,r,a=t[2]),_(a),Yi(n,a),n._pack_prev=a,Yi(a,r),r=n._pack_next,i=3;i<s;i++){tl(n,r,a=t[i]);var h=0,p=1,v=1;for(l=r._pack_next;l!==r;l=l._pack_next,p++)if(Ji(l,a)){h=1;break}if(1==h)for(o=n._pack_prev;o!==l._pack_prev&&!Ji(o,a);o=o._pack_prev,v++);h?(p<v||p==v&&r.r<n.r?Xi(n,r=l):Xi(n=o,r),i--):(Yi(n,a),r=a,_(a))}var y=(u+c)/2,g=(d+f)/2,m=0;for(i=0;i<s;i++)(a=t[i]).x-=y,a.y-=g,m=Math.max(m,a.r+Math.sqrt(a.x*a.x+a.y*a.y));e.r=m,t.forEach(el)}function _(e){u=Math.min(e.x-e.r,u),c=Math.max(e.x+e.r,c),d=Math.min(e.y-e.r,d),f=Math.max(e.y+e.r,f)}}function Qi(e){e._pack_next=e._pack_prev=e}function el(e){delete e._pack_next,delete e._pack_prev}function tl(e,t,n){var r=e.r+n.r,a=t.x-e.x,i=t.y-e.y;if(r&&(a||i)){var l=t.r+n.r,o=a*a+i*i,s=.5+((r*=r)-(l*=l))/(2*o),u=Math.sqrt(Math.max(0,2*l*(r+o)-(r-=o)*r-l*l))/(2*o);n.x=e.x+s*a+u*i,n.y=e.y+s*i-u*a}else n.x=e.x+r,n.y=e.y}function nl(e,t){return e.parent==t.parent?1:2}function rl(e){var t=e.children;return t.length?t[0]:e.t}function al(e){var t,n=e.children;return(t=n.length)?n[t-1]:e.t}function il(e,t,n){var r=n/(t.i-e.i);t.c-=r,t.s+=n,e.c+=r,t.z+=n,t.m+=n}function ll(e,t,n){return e.a.parent===t.parent?e.a:n}function ol(e){return{x:e.x,y:e.y,dx:e.dx,dy:e.dy}}function sl(e,t){var n=e.x+t[3],r=e.y+t[0],a=e.dx-t[1]-t[3],i=e.dy-t[0]-t[2];return a<0&&(n+=a/2,a=0),i<0&&(r+=i/2,i=0),{x:n,y:r,dx:a,dy:i}}function ul(e){var t=e[0],n=e[e.length-1];return t<n?[t,n]:[n,t]}function cl(e){return e.rangeExtent?e.rangeExtent():ul(e.range())}function dl(e,t,n,r){var a=n(e[0],e[1]),i=r(t[0],t[1]);return function(e){return i(a(e))}}function fl(e,t){var n,r=0,a=e.length-1,i=e[r],l=e[a];return l<i&&(n=r,r=a,a=n,n=i,i=l,l=n),e[r]=t.floor(i),e[a]=t.ceil(l),e}function hl(e){return e?{floor:function(t){return Math.floor(t/e)*e},ceil:function(t){return Math.ceil(t/e)*e}}:pl}i.layout.histogram=function(){var e=!0,t=Number,n=qi,r=Vi;function a(a,l){for(var o,s,u=[],c=a.map(t,this),d=n.call(this,c,l),f=r.call(this,d,c,l),h=(l=-1,c.length),p=f.length-1,v=e?1:1/h;++l<p;)(o=u[l]=[]).dx=f[l+1]-(o.x=f[l]),o.y=0;if(p>0)for(l=-1;++l<h;)(s=c[l])>=d[0]&&s<=d[1]&&((o=u[i.bisect(f,s,1,p)-1]).y+=v,o.push(a[l]));return u}return a.value=function(e){return arguments.length?(t=e,a):t},a.range=function(e){return arguments.length?(n=Tt(e),a):n},a.bins=function(e){return arguments.length?(r="number"==typeof e?function(t){return Hi(t,e)}:Tt(e),a):r},a.frequency=function(t){return arguments.length?(e=!!t,a):e},a},i.layout.pack=function(){var e,t=i.layout.hierarchy().sort(Ui),n=0,r=[1,1];function a(a,i){var l=t.call(this,a,i),o=l[0],s=r[0],u=r[1],c=null==e?Math.sqrt:"function"==typeof e?e:function(){return e};if(o.x=o.y=0,Li(o,function(e){e.r=+c(e.value)}),Li(o,Zi),n){var d=n*(e?1:Math.max(2*o.r/s,2*o.r/u))/2;Li(o,function(e){e.r+=d}),Li(o,Zi),Li(o,function(e){e.r-=d})}return function e(t,n,r,a){var i=t.children;t.x=n+=a*t.x;t.y=r+=a*t.y;t.r*=a;if(i)for(var l=-1,o=i.length;++l<o;)e(i[l],n,r,a)}(o,s/2,u/2,e?1:1/Math.max(2*o.r/s,2*o.r/u)),l}return a.size=function(e){return arguments.length?(r=e,a):r},a.radius=function(t){return arguments.length?(e=null==t||"function"==typeof t?t:+t,a):e},a.padding=function(e){return arguments.length?(n=+e,a):n},Ai(a,t)},i.layout.tree=function(){var e=i.layout.hierarchy().sort(null).value(null),t=nl,n=[1,1],r=null;function a(a,i){var u=e.call(this,a,i),c=u[0],d=function(e){var t,n={A:null,children:[e]},r=[n];for(;null!=(t=r.pop());)for(var a,i=t.children,l=0,o=i.length;l<o;++l)r.push((i[l]=a={_:i[l],parent:t,children:(a=i[l].children)&&a.slice()||[],A:null,a:null,z:0,m:0,c:0,s:0,t:null,i:l}).a=a);return n.children[0]}(c);if(Li(d,l),d.parent.m=-d.z,wi(d,o),r)wi(c,s);else{var f=c,h=c,p=c;wi(c,function(e){e.x<f.x&&(f=e),e.x>h.x&&(h=e),e.depth>p.depth&&(p=e)});var v=t(f,h)/2-f.x,y=n[0]/(h.x+t(h,f)/2+v),g=n[1]/(p.depth||1);wi(c,function(e){e.x=(e.x+v)*y,e.y=e.depth*g})}return u}function l(e){var n=e.children,r=e.parent.children,a=e.i?r[e.i-1]:null;if(n.length){!function(e){var t,n=0,r=0,a=e.children,i=a.length;for(;--i>=0;)(t=a[i]).z+=n,t.m+=n,n+=t.s+(r+=t.c)}(e);var i=(n[0].z+n[n.length-1].z)/2;a?(e.z=a.z+t(e._,a._),e.m=e.z-i):e.z=i}else a&&(e.z=a.z+t(e._,a._));e.parent.A=function(e,n,r){if(n){for(var a,i=e,l=e,o=n,s=i.parent.children[0],u=i.m,c=l.m,d=o.m,f=s.m;o=al(o),i=rl(i),o&&i;)s=rl(s),(l=al(l)).a=e,(a=o.z+d-i.z-u+t(o._,i._))>0&&(il(ll(o,e,r),e,a),u+=a,c+=a),d+=o.m,u+=i.m,f+=s.m,c+=l.m;o&&!al(l)&&(l.t=o,l.m+=d-c),i&&!rl(s)&&(s.t=i,s.m+=u-f,r=e)}return r}(e,a,e.parent.A||r[0])}function o(e){e._.x=e.z+e.parent.m,e.m+=e.parent.m}function s(e){e.x*=n[0],e.y=e.depth*n[1]}return a.separation=function(e){return arguments.length?(t=e,a):t},a.size=function(e){return arguments.length?(r=null==(n=e)?s:null,a):r?null:n},a.nodeSize=function(e){return arguments.length?(r=null==(n=e)?null:s,a):r?n:null},Ai(a,e)},i.layout.cluster=function(){var e=i.layout.hierarchy().sort(null).value(null),t=nl,n=[1,1],r=!1;function a(a,l){var o,s=e.call(this,a,l),u=s[0],c=0;Li(u,function(e){var n=e.children;n&&n.length?(e.x=function(e){return e.reduce(function(e,t){return e+t.x},0)/e.length}(n),e.y=function(e){return 1+i.max(e,function(e){return e.y})}(n)):(e.x=o?c+=t(e,o):0,e.y=0,o=e)});var d=function e(t){var n=t.children;return n&&n.length?e(n[0]):t}(u),f=function e(t){var n,r=t.children;return r&&(n=r.length)?e(r[n-1]):t}(u),h=d.x-t(d,f)/2,p=f.x+t(f,d)/2;return Li(u,r?function(e){e.x=(e.x-u.x)*n[0],e.y=(u.y-e.y)*n[1]}:function(e){e.x=(e.x-h)/(p-h)*n[0],e.y=(1-(u.y?e.y/u.y:1))*n[1]}),s}return a.separation=function(e){return arguments.length?(t=e,a):t},a.size=function(e){return arguments.length?(r=null==(n=e),a):r?null:n},a.nodeSize=function(e){return arguments.length?(r=null!=(n=e),a):r?n:null},Ai(a,e)},i.layout.treemap=function(){var e,t=i.layout.hierarchy(),n=Math.round,r=[1,1],a=null,l=ol,o=!1,s="squarify",u=.5*(1+Math.sqrt(5));function c(e,t){for(var n,r,a=-1,i=e.length;++a<i;)r=(n=e[a]).value*(t<0?0:t),n.area=isNaN(r)||r<=0?0:r}function d(e){var t=e.children;if(t&&t.length){var n,r,a,i=l(e),o=[],u=t.slice(),f=1/0,v="slice"===s?i.dx:"dice"===s?i.dy:"slice-dice"===s?1&e.depth?i.dy:i.dx:Math.min(i.dx,i.dy);for(c(u,i.dx*i.dy/e.value),o.area=0;(a=u.length)>0;)o.push(n=u[a-1]),o.area+=n.area,"squarify"!==s||(r=h(o,v))<=f?(u.pop(),f=r):(o.area-=o.pop().area,p(o,v,i,!1),v=Math.min(i.dx,i.dy),o.length=o.area=0,f=1/0);o.length&&(p(o,v,i,!0),o.length=o.area=0),t.forEach(d)}}function f(e){var t=e.children;if(t&&t.length){var n,r=l(e),a=t.slice(),i=[];for(c(a,r.dx*r.dy/e.value),i.area=0;n=a.pop();)i.push(n),i.area+=n.area,null!=n.z&&(p(i,n.z?r.dx:r.dy,r,!a.length),i.length=i.area=0);t.forEach(f)}}function h(e,t){for(var n,r=e.area,a=0,i=1/0,l=-1,o=e.length;++l<o;)(n=e[l].area)&&(n<i&&(i=n),n>a&&(a=n));return t*=t,(r*=r)?Math.max(t*a*u/r,r/(t*i*u)):1/0}function p(e,t,r,a){var i,l=-1,o=e.length,s=r.x,u=r.y,c=t?n(e.area/t):0;if(t==r.dx){for((a||c>r.dy)&&(c=r.dy);++l<o;)(i=e[l]).x=s,i.y=u,i.dy=c,s+=i.dx=Math.min(r.x+r.dx-s,c?n(i.area/c):0);i.z=!0,i.dx+=r.x+r.dx-s,r.y+=c,r.dy-=c}else{for((a||c>r.dx)&&(c=r.dx);++l<o;)(i=e[l]).x=s,i.y=u,i.dx=c,u+=i.dy=Math.min(r.y+r.dy-u,c?n(i.area/c):0);i.z=!1,i.dy+=r.y+r.dy-u,r.x+=c,r.dx-=c}}function v(n){var a=e||t(n),i=a[0];return i.x=i.y=0,i.value?(i.dx=r[0],i.dy=r[1]):i.dx=i.dy=0,e&&t.revalue(i),c([i],i.dx*i.dy/i.value),(e?f:d)(i),o&&(e=a),a}return v.size=function(e){return arguments.length?(r=e,v):r},v.padding=function(e){if(!arguments.length)return a;function t(t){return sl(t,e)}var n;return l=null==(a=e)?ol:"function"==(n=typeof e)?function(t){var n=e.call(v,t,t.depth);return null==n?ol(t):sl(t,"number"==typeof n?[n,n,n,n]:n)}:"number"===n?(e=[e,e,e,e],t):t,v},v.round=function(e){return arguments.length?(n=e?Math.round:Number,v):n!=Number},v.sticky=function(t){return arguments.length?(o=t,e=null,v):o},v.ratio=function(e){return arguments.length?(u=e,v):u},v.mode=function(e){return arguments.length?(s=e+"",v):s},Ai(v,t)},i.random={normal:function(e,t){var n=arguments.length;return n<2&&(t=1),n<1&&(e=0),function(){var n,r,a;do{a=(n=2*Math.random()-1)*n+(r=2*Math.random()-1)*r}while(!a||a>1);return e+t*n*Math.sqrt(-2*Math.log(a)/a)}},logNormal:function(){var e=i.random.normal.apply(i,arguments);return function(){return Math.exp(e())}},bates:function(e){var t=i.random.irwinHall(e);return function(){return t()/e}},irwinHall:function(e){return function(){for(var t=0,n=0;n<e;n++)t+=Math.random();return t}}},i.scale={};var pl={floor:z,ceil:z};function vl(e,t,n,r){var a=[],l=[],o=0,s=Math.min(e.length,t.length)-1;for(e[s]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++o<=s;)a.push(n(e[o-1],e[o])),l.push(r(t[o-1],t[o]));return function(t){var n=i.bisect(e,t,1,s)-1;return l[n](a[n](t))}}function yl(e,t){return i.rebind(e,t,"range","rangeRound","interpolate","clamp")}function gl(e,t){return fl(e,hl(ml(e,t)[2])),fl(e,hl(ml(e,t)[2])),e}function ml(e,t){null==t&&(t=10);var n=ul(e),r=n[1]-n[0],a=Math.pow(10,Math.floor(Math.log(r/t)/Math.LN10)),i=t/r*a;return i<=.15?a*=10:i<=.35?a*=5:i<=.75&&(a*=2),n[0]=Math.ceil(n[0]/a)*a,n[1]=Math.floor(n[1]/a)*a+.5*a,n[2]=a,n}function _l(e,t){return i.range.apply(i,ml(e,t))}function Tl(e,t,n){var r=ml(e,t);if(n){var a=Wt.exec(n);if(a.shift(),"s"===a[8]){var l=i.formatPrefix(Math.max(b(r[0]),b(r[1])));return a[7]||(a[7]="."+bl(l.scale(r[2]))),a[8]="f",n=i.format(a.join("")),function(e){return n(l.scale(e))+l.symbol}}a[7]||(a[7]="."+function(e,t){var n=bl(t[2]);return e in Ml?Math.abs(n-bl(Math.max(b(t[0]),b(t[1]))))+ +("e"!==e):n-2*("%"===e)}(a[8],r)),n=a.join("")}else n=",."+bl(r[2])+"f";return i.format(n)}i.scale.linear=function(){return function e(t,n,r,a){var i,l;function o(){var e=Math.min(t.length,n.length)>2?vl:dl,o=a?gi:yi;return i=e(t,n,o,r),l=e(n,t,o,Ya),s}function s(e){return i(e)}s.invert=function(e){return l(e)};s.domain=function(e){return arguments.length?(t=e.map(Number),o()):t};s.range=function(e){return arguments.length?(n=e,o()):n};s.rangeRound=function(e){return s.range(e).interpolate(ui)};s.clamp=function(e){return arguments.length?(a=e,o()):a};s.interpolate=function(e){return arguments.length?(r=e,o()):r};s.ticks=function(e){return _l(t,e)};s.tickFormat=function(e,n){return Tl(t,e,n)};s.nice=function(e){return gl(t,e),o()};s.copy=function(){return e(t,n,r,a)};return o()}([0,1],[0,1],Ya,!1)};var Ml={s:1,g:1,p:1,r:1,e:1};function bl(e){return-Math.floor(Math.log(e)/Math.LN10+.01)}i.scale.log=function(){return function e(t,n,r,a){function l(e){return(r?Math.log(e<0?0:e):-Math.log(e>0?0:-e))/Math.log(n)}function o(e){return r?Math.pow(n,e):-Math.pow(n,-e)}function s(e){return t(l(e))}s.invert=function(e){return o(t.invert(e))};s.domain=function(e){return arguments.length?(r=e[0]>=0,t.domain((a=e.map(Number)).map(l)),s):a};s.base=function(e){return arguments.length?(n=+e,t.domain(a.map(l)),s):n};s.nice=function(){var e=fl(a.map(l),r?Math:kl);return t.domain(e),a=e.map(o),s};s.ticks=function(){var e=ul(a),t=[],i=e[0],s=e[1],u=Math.floor(l(i)),c=Math.ceil(l(s)),d=n%1?2:n;if(isFinite(c-u)){if(r){for(;u<c;u++)for(var f=1;f<d;f++)t.push(o(u)*f);t.push(o(u))}else for(t.push(o(u));u++<c;)for(var f=d-1;f>0;f--)t.push(o(u)*f);for(u=0;t[u]<i;u++);for(c=t.length;t[c-1]>s;c--);t=t.slice(u,c)}return t};s.tickFormat=function(e,t){if(!arguments.length)return Kl;arguments.length<2?t=Kl:"function"!=typeof t&&(t=i.format(t));var r=Math.max(1,n*e/s.ticks().length);return function(e){var a=e/o(Math.round(l(e)));return a*n<n-.5&&(a*=n),a<=r?t(e):""}};s.copy=function(){return e(t.copy(),n,r,a)};return yl(s,t)}(i.scale.linear().domain([0,1]),10,!0,[1,10])};var Kl=i.format(".0e"),kl={floor:function(e){return-Math.ceil(-e)},ceil:function(e){return-Math.floor(-e)}};function xl(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}i.scale.pow=function(){return function e(t,n,r){var a=xl(n),i=xl(1/n);function l(e){return t(a(e))}l.invert=function(e){return i(t.invert(e))};l.domain=function(e){return arguments.length?(t.domain((r=e.map(Number)).map(a)),l):r};l.ticks=function(e){return _l(r,e)};l.tickFormat=function(e,t){return Tl(r,e,t)};l.nice=function(e){return l.domain(gl(r,e))};l.exponent=function(e){return arguments.length?(a=xl(n=e),i=xl(1/n),t.domain(r.map(a)),l):n};l.copy=function(){return e(t.copy(),n,r)};return yl(l,t)}(i.scale.linear(),1,[0,1])},i.scale.sqrt=function(){return i.scale.pow().exponent(.5)},i.scale.ordinal=function(){return function e(t,n){var r,a,l;function o(e){return a[((r.get(e)||("range"===n.t?r.set(e,t.push(e)):NaN))-1)%a.length]}function s(e,n){return i.range(t.length).map(function(t){return e+n*t})}o.domain=function(e){if(!arguments.length)return t;t=[],r=new k;for(var a,i=-1,l=e.length;++i<l;)r.has(a=e[i])||r.set(a,t.push(a));return o[n.t].apply(o,n.a)};o.range=function(e){return arguments.length?(a=e,l=0,n={t:"range",a:arguments},o):a};o.rangePoints=function(e,r){arguments.length<2&&(r=0);var i=e[0],u=e[1],c=t.length<2?(i=(i+u)/2,0):(u-i)/(t.length-1+r);return a=s(i+c*r/2,c),l=0,n={t:"rangePoints",a:arguments},o};o.rangeRoundPoints=function(e,r){arguments.length<2&&(r=0);var i=e[0],u=e[1],c=t.length<2?(i=u=Math.round((i+u)/2),0):(u-i)/(t.length-1+r)|0;return a=s(i+Math.round(c*r/2+(u-i-(t.length-1+r)*c)/2),c),l=0,n={t:"rangeRoundPoints",a:arguments},o};o.rangeBands=function(e,r,i){arguments.length<2&&(r=0),arguments.length<3&&(i=r);var u=e[1]<e[0],c=e[u-0],d=e[1-u],f=(d-c)/(t.length-r+2*i);return a=s(c+f*i,f),u&&a.reverse(),l=f*(1-r),n={t:"rangeBands",a:arguments},o};o.rangeRoundBands=function(e,r,i){arguments.length<2&&(r=0),arguments.length<3&&(i=r);var u=e[1]<e[0],c=e[u-0],d=e[1-u],f=Math.floor((d-c)/(t.length-r+2*i));return a=s(c+Math.round((d-c-(t.length-r)*f)/2),f),u&&a.reverse(),l=Math.round(f*(1-r)),n={t:"rangeRoundBands",a:arguments},o};o.rangeBand=function(){return l};o.rangeExtent=function(){return ul(n.a[0])};o.copy=function(){return e(t,n)};return o.domain(t)}([],{t:"range",a:[[]]})},i.scale.category10=function(){return i.scale.ordinal().range(Cl)},i.scale.category20=function(){return i.scale.ordinal().range(Al)},i.scale.category20b=function(){return i.scale.ordinal().range(wl)},i.scale.category20c=function(){return i.scale.ordinal().range(Ll)};var Cl=[2062260,16744206,2924588,14034728,9725885,9197131,14907330,8355711,12369186,1556175].map(dt),Al=[2062260,11454440,16744206,16759672,2924588,10018698,14034728,16750742,9725885,12955861,9197131,12885140,14907330,16234194,8355711,13092807,12369186,14408589,1556175,10410725].map(dt),wl=[3750777,5395619,7040719,10264286,6519097,9216594,11915115,13556636,9202993,12426809,15186514,15190932,8666169,11356490,14049643,15177372,8077683,10834324,13528509,14589654].map(dt),Ll=[3244733,7057110,10406625,13032431,15095053,16616764,16625259,16634018,3253076,7652470,10607003,13101504,7695281,10394312,12369372,14342891,6513507,9868950,12434877,14277081].map(dt);function Dl(){return 0}i.scale.quantile=function(){return function e(t,n){var r;function a(){var e=0,a=n.length;for(r=[];++e<a;)r[e-1]=i.quantile(t,e/a);return l}function l(e){if(!isNaN(e=+e))return n[i.bisect(r,e)]}l.domain=function(e){return arguments.length?(t=e.map(g).filter(m).sort(y),a()):t};l.range=function(e){return arguments.length?(n=e,a()):n};l.quantiles=function(){return r};l.invertExtent=function(e){return(e=n.indexOf(e))<0?[NaN,NaN]:[e>0?r[e-1]:t[0],e<r.length?r[e]:t[t.length-1]]};l.copy=function(){return e(t,n)};return a()}([],[])},i.scale.quantize=function(){return function e(t,n,r){var a,i;function l(e){return r[Math.max(0,Math.min(i,Math.floor(a*(e-t))))]}function o(){return a=r.length/(n-t),i=r.length-1,l}l.domain=function(e){return arguments.length?(t=+e[0],n=+e[e.length-1],o()):[t,n]};l.range=function(e){return arguments.length?(r=e,o()):r};l.invertExtent=function(e){return[e=(e=r.indexOf(e))<0?NaN:e/a+t,e+1/a]};l.copy=function(){return e(t,n,r)};return o()}(0,1,[0,1])},i.scale.threshold=function(){return function e(t,n){function r(e){if(e<=e)return n[i.bisect(t,e)]}r.domain=function(e){return arguments.length?(t=e,r):t};r.range=function(e){return arguments.length?(n=e,r):n};r.invertExtent=function(e){return e=n.indexOf(e),[t[e-1],t[e]]};r.copy=function(){return e(t,n)};return r}([.5],[0,1])},i.scale.identity=function(){return function e(t){function n(e){return+e}n.invert=n;n.domain=n.range=function(e){return arguments.length?(t=e.map(n),n):t};n.ticks=function(e){return _l(t,e)};n.tickFormat=function(e,n){return Tl(t,e,n)};n.copy=function(){return e(t)};return n}([0,1])},i.svg={},i.svg.arc=function(){var e=Sl,t=Gl,n=Dl,r=Bl,a=Wl,i=zl,l=Ol;function o(){var o=Math.max(0,+e.apply(this,arguments)),u=Math.max(0,+t.apply(this,arguments)),c=a.apply(this,arguments)-Se,d=i.apply(this,arguments)-Se,f=Math.abs(d-c),h=c>d?0:1;if(u<o&&(p=u,u=o,o=p),f>=Be)return s(u,h)+(o?s(o,1-h):"")+"Z";var p,v,y,g,m,_,T,M,b,K,k,x,C=0,A=0,w=[];if((g=(+l.apply(this,arguments)||0)/2)&&(y=r===Bl?Math.sqrt(o*o+u*u):+r.apply(this,arguments),h||(A*=-1),u&&(A=Re(y/u*Math.sin(g))),o&&(C=Re(y/o*Math.sin(g)))),u){m=u*Math.cos(c+A),_=u*Math.sin(c+A),T=u*Math.cos(d-A),M=u*Math.sin(d-A);var L=Math.abs(d-c-2*A)<=Le?0:1;if(A&&Pl(m,_,T,M)===h^L){var D=(c+d)/2;m=u*Math.cos(D),_=u*Math.sin(D),T=M=null}}else m=_=0;if(o){b=o*Math.cos(d-C),K=o*Math.sin(d-C),k=o*Math.cos(c+C),x=o*Math.sin(c+C);var B=Math.abs(c-d+2*C)<=Le?0:1;if(C&&Pl(b,K,k,x)===1-h^B){var S=(c+d)/2;b=o*Math.cos(S),K=o*Math.sin(S),k=x=null}}else b=K=0;if(f>Ae&&(p=Math.min(Math.abs(u-o)/2,+n.apply(this,arguments)))>.001){v=o<u^h?0:1;var G=p,W=p;if(f<Le){var z=null==k?[b,K]:null==T?[m,_]:ua([m,_],[k,x],[T,M],[b,K]),O=m-z[0],P=_-z[1],R=T-z[0],E=M-z[1],j=1/Math.sin(Math.acos((O*R+P*E)/(Math.sqrt(O*O+P*P)*Math.sqrt(R*R+E*E)))/2),I=Math.sqrt(z[0]*z[0]+z[1]*z[1]);W=Math.min(p,(o-I)/(j-1)),G=Math.min(p,(u-I)/(j+1))}if(null!=T){var N=Rl(null==k?[b,K]:[k,x],[m,_],u,G,h),F=Rl([T,M],[b,K],u,G,h);p===G?w.push("M",N[0],"A",G,",",G," 0 0,",v," ",N[1],"A",u,",",u," 0 ",1-h^Pl(N[1][0],N[1][1],F[1][0],F[1][1]),",",h," ",F[1],"A",G,",",G," 0 0,",v," ",F[0]):w.push("M",N[0],"A",G,",",G," 0 1,",v," ",F[0])}else w.push("M",m,",",_);if(null!=k){var $=Rl([m,_],[k,x],o,-W,h),V=Rl([b,K],null==T?[m,_]:[T,M],o,-W,h);p===W?w.push("L",V[0],"A",W,",",W," 0 0,",v," ",V[1],"A",o,",",o," 0 ",h^Pl(V[1][0],V[1][1],$[1][0],$[1][1]),",",1-h," ",$[1],"A",W,",",W," 0 0,",v," ",$[0]):w.push("L",V[0],"A",W,",",W," 0 0,",v," ",$[0])}else w.push("L",b,",",K)}else w.push("M",m,",",_),null!=T&&w.push("A",u,",",u," 0 ",L,",",h," ",T,",",M),w.push("L",b,",",K),null!=k&&w.push("A",o,",",o," 0 ",B,",",1-h," ",k,",",x);return w.push("Z"),w.join("")}function s(e,t){return"M0,"+e+"A"+e+","+e+" 0 1,"+t+" 0,"+-e+"A"+e+","+e+" 0 1,"+t+" 0,"+e}return o.innerRadius=function(t){return arguments.length?(e=Tt(t),o):e},o.outerRadius=function(e){return arguments.length?(t=Tt(e),o):t},o.cornerRadius=function(e){return arguments.length?(n=Tt(e),o):n},o.padRadius=function(e){return arguments.length?(r=e==Bl?Bl:Tt(e),o):r},o.startAngle=function(e){return arguments.length?(a=Tt(e),o):a},o.endAngle=function(e){return arguments.length?(i=Tt(e),o):i},o.padAngle=function(e){return arguments.length?(l=Tt(e),o):l},o.centroid=function(){var n=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,r=(+a.apply(this,arguments)+ +i.apply(this,arguments))/2-Se;return[Math.cos(r)*n,Math.sin(r)*n]},o};var Bl="auto";function Sl(e){return e.innerRadius}function Gl(e){return e.outerRadius}function Wl(e){return e.startAngle}function zl(e){return e.endAngle}function Ol(e){return e&&e.padAngle}function Pl(e,t,n,r){return(e-n)*t-(t-r)*e>0?0:1}function Rl(e,t,n,r,a){var i=e[0]-t[0],l=e[1]-t[1],o=(a?r:-r)/Math.sqrt(i*i+l*l),s=o*l,u=-o*i,c=e[0]+s,d=e[1]+u,f=t[0]+s,h=t[1]+u,p=(c+f)/2,v=(d+h)/2,y=f-c,g=h-d,m=y*y+g*g,_=n-r,T=c*h-f*d,M=(g<0?-1:1)*Math.sqrt(Math.max(0,_*_*m-T*T)),b=(T*g-y*M)/m,K=(-T*y-g*M)/m,k=(T*g+y*M)/m,x=(-T*y+g*M)/m,C=b-p,A=K-v,w=k-p,L=x-v;return C*C+A*A>w*w+L*L&&(b=k,K=x),[[b-s,K-u],[b*n/_,K*n/_]]}function El(e){var t=ra,n=aa,r=Jn,a=Il,i=a.key,l=.7;function o(i){var o,s=[],u=[],c=-1,d=i.length,f=Tt(t),h=Tt(n);function p(){s.push("M",a(e(u),l))}for(;++c<d;)r.call(this,o=i[c],c)?u.push([+f.call(this,o,c),+h.call(this,o,c)]):u.length&&(p(),u=[]);return u.length&&p(),s.length?s.join(""):null}return o.x=function(e){return arguments.length?(t=e,o):t},o.y=function(e){return arguments.length?(n=e,o):n},o.defined=function(e){return arguments.length?(r=e,o):r},o.interpolate=function(e){return arguments.length?(i="function"==typeof e?a=e:(a=jl.get(e)||Il).key,o):i},o.tension=function(e){return arguments.length?(l=e,o):l},o}i.svg.line=function(){return El(z)};var jl=i.map({linear:Il,"linear-closed":Nl,step:function(e){var t=0,n=e.length,r=e[0],a=[r[0],",",r[1]];for(;++t<n;)a.push("H",(r[0]+(r=e[t])[0])/2,"V",r[1]);n>1&&a.push("H",r[0]);return a.join("")},"step-before":Fl,"step-after":$l,basis:ql,"basis-open":function(e){if(e.length<4)return Il(e);var t,n=[],r=-1,a=e.length,i=[0],l=[0];for(;++r<3;)t=e[r],i.push(t[0]),l.push(t[1]);n.push(Ul(Jl,i)+","+Ul(Jl,l)),--r;for(;++r<a;)t=e[r],i.shift(),i.push(t[0]),l.shift(),l.push(t[1]),Zl(n,i,l);return n.join("")},"basis-closed":function(e){var t,n,r=-1,a=e.length,i=a+4,l=[],o=[];for(;++r<4;)n=e[r%a],l.push(n[0]),o.push(n[1]);t=[Ul(Jl,l),",",Ul(Jl,o)],--r;for(;++r<i;)n=e[r%a],l.shift(),l.push(n[0]),o.shift(),o.push(n[1]),Zl(t,l,o);return t.join("")},bundle:function(e,t){var n=e.length-1;if(n)for(var r,a,i=e[0][0],l=e[0][1],o=e[n][0]-i,s=e[n][1]-l,u=-1;++u<=n;)r=e[u],a=u/n,r[0]=t*r[0]+(1-t)*(i+a*o),r[1]=t*r[1]+(1-t)*(l+a*s);return ql(e)},cardinal:function(e,t){return e.length<3?Il(e):e[0]+Vl(e,Hl(e,t))},"cardinal-open":function(e,t){return e.length<4?Il(e):e[1]+Vl(e.slice(1,-1),Hl(e,t))},"cardinal-closed":function(e,t){return e.length<3?Nl(e):e[0]+Vl((e.push(e[0]),e),Hl([e[e.length-2]].concat(e,[e[1]]),t))},monotone:function(e){return e.length<3?Il(e):e[0]+Vl(e,function(e){var t,n,r,a,i=[],l=function(e){var t=0,n=e.length-1,r=[],a=e[0],i=e[1],l=r[0]=Ql(a,i);for(;++t<n;)r[t]=(l+(l=Ql(a=i,i=e[t+1])))/2;return r[t]=l,r}(e),o=-1,s=e.length-1;for(;++o<s;)t=Ql(e[o],e[o+1]),b(t)<Ae?l[o]=l[o+1]=0:(n=l[o]/t,r=l[o+1]/t,(a=n*n+r*r)>9&&(a=3*t/Math.sqrt(a),l[o]=a*n,l[o+1]=a*r));o=-1;for(;++o<=s;)a=(e[Math.min(s,o+1)][0]-e[Math.max(0,o-1)][0])/(6*(1+l[o]*l[o])),i.push([a||0,l[o]*a||0]);return i}(e))}});function Il(e){return e.length>1?e.join("L"):e+"Z"}function Nl(e){return e.join("L")+"Z"}function Fl(e){for(var t=0,n=e.length,r=e[0],a=[r[0],",",r[1]];++t<n;)a.push("V",(r=e[t])[1],"H",r[0]);return a.join("")}function $l(e){for(var t=0,n=e.length,r=e[0],a=[r[0],",",r[1]];++t<n;)a.push("H",(r=e[t])[0],"V",r[1]);return a.join("")}function Vl(e,t){if(t.length<1||e.length!=t.length&&e.length!=t.length+2)return Il(e);var n=e.length!=t.length,r="",a=e[0],i=e[1],l=t[0],o=l,s=1;if(n&&(r+="Q"+(i[0]-2*l[0]/3)+","+(i[1]-2*l[1]/3)+","+i[0]+","+i[1],a=e[1],s=2),t.length>1){o=t[1],i=e[s],s++,r+="C"+(a[0]+l[0])+","+(a[1]+l[1])+","+(i[0]-o[0])+","+(i[1]-o[1])+","+i[0]+","+i[1];for(var u=2;u<t.length;u++,s++)i=e[s],o=t[u],r+="S"+(i[0]-o[0])+","+(i[1]-o[1])+","+i[0]+","+i[1]}if(n){var c=e[s];r+="Q"+(i[0]+2*o[0]/3)+","+(i[1]+2*o[1]/3)+","+c[0]+","+c[1]}return r}function Hl(e,t){for(var n,r=[],a=(1-t)/2,i=e[0],l=e[1],o=1,s=e.length;++o<s;)n=i,i=l,l=e[o],r.push([a*(l[0]-n[0]),a*(l[1]-n[1])]);return r}function ql(e){if(e.length<3)return Il(e);var t=1,n=e.length,r=e[0],a=r[0],i=r[1],l=[a,a,a,(r=e[1])[0]],o=[i,i,i,r[1]],s=[a,",",i,"L",Ul(Jl,l),",",Ul(Jl,o)];for(e.push(e[n-1]);++t<=n;)r=e[t],l.shift(),l.push(r[0]),o.shift(),o.push(r[1]),Zl(s,l,o);return e.pop(),s.push("L",r),s.join("")}function Ul(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]+e[3]*t[3]}jl.forEach(function(e,t){t.key=e,t.closed=/-closed$/.test(e)});var Yl=[0,2/3,1/3,0],Xl=[0,1/3,2/3,0],Jl=[0,1/6,2/3,1/6];function Zl(e,t,n){e.push("C",Ul(Yl,t),",",Ul(Yl,n),",",Ul(Xl,t),",",Ul(Xl,n),",",Ul(Jl,t),",",Ul(Jl,n))}function Ql(e,t){return(t[1]-e[1])/(t[0]-e[0])}function eo(e){for(var t,n,r,a=-1,i=e.length;++a<i;)n=(t=e[a])[0],r=t[1]-Se,t[0]=n*Math.cos(r),t[1]=n*Math.sin(r);return e}function to(e){var t=ra,n=ra,r=0,a=aa,i=Jn,l=Il,o=l.key,s=l,u="L",c=.7;function d(o){var d,f,h,p=[],v=[],y=[],g=-1,m=o.length,_=Tt(t),T=Tt(r),M=t===n?function(){return f}:Tt(n),b=r===a?function(){return h}:Tt(a);function K(){p.push("M",l(e(y),c),u,s(e(v.reverse()),c),"Z")}for(;++g<m;)i.call(this,d=o[g],g)?(v.push([f=+_.call(this,d,g),h=+T.call(this,d,g)]),y.push([+M.call(this,d,g),+b.call(this,d,g)])):v.length&&(K(),v=[],y=[]);return v.length&&K(),p.length?p.join(""):null}return d.x=function(e){return arguments.length?(t=n=e,d):n},d.x0=function(e){return arguments.length?(t=e,d):t},d.x1=function(e){return arguments.length?(n=e,d):n},d.y=function(e){return arguments.length?(r=a=e,d):a},d.y0=function(e){return arguments.length?(r=e,d):r},d.y1=function(e){return arguments.length?(a=e,d):a},d.defined=function(e){return arguments.length?(i=e,d):i},d.interpolate=function(e){return arguments.length?(o="function"==typeof e?l=e:(l=jl.get(e)||Il).key,s=l.reverse||l,u=l.closed?"M":"L",d):o},d.tension=function(e){return arguments.length?(c=e,d):c},d}function no(e){return e.radius}function ro(e){return[e.x,e.y]}function ao(){return 64}function io(){return"circle"}function lo(e){var t=Math.sqrt(e/Le);return"M0,"+t+"A"+t+","+t+" 0 1,1 0,"+-t+"A"+t+","+t+" 0 1,1 0,"+t+"Z"}i.svg.line.radial=function(){var e=El(eo);return e.radius=e.x,delete e.x,e.angle=e.y,delete e.y,e},Fl.reverse=$l,$l.reverse=Fl,i.svg.area=function(){return to(z)},i.svg.area.radial=function(){var e=to(eo);return e.radius=e.x,delete e.x,e.innerRadius=e.x0,delete e.x0,e.outerRadius=e.x1,delete e.x1,e.angle=e.y,delete e.y,e.startAngle=e.y0,delete e.y0,e.endAngle=e.y1,delete e.y1,e},i.svg.chord=function(){var e=Fr,t=$r,n=no,r=Wl,a=zl;function i(n,r){var a,i,u=l(this,e,n,r),c=l(this,t,n,r);return"M"+u.p0+o(u.r,u.p1,u.a1-u.a0)+(i=c,(a=u).a0==i.a0&&a.a1==i.a1?s(u.r,u.p1,u.r,u.p0):s(u.r,u.p1,c.r,c.p0)+o(c.r,c.p1,c.a1-c.a0)+s(c.r,c.p1,u.r,u.p0))+"Z"}function l(e,t,i,l){var o=t.call(e,i,l),s=n.call(e,o,l),u=r.call(e,o,l)-Se,c=a.call(e,o,l)-Se;return{r:s,a0:u,a1:c,p0:[s*Math.cos(u),s*Math.sin(u)],p1:[s*Math.cos(c),s*Math.sin(c)]}}function o(e,t,n){return"A"+e+","+e+" 0 "+ +(n>Le)+",1 "+t}function s(e,t,n,r){return"Q 0,0 "+r}return i.radius=function(e){return arguments.length?(n=Tt(e),i):n},i.source=function(t){return arguments.length?(e=Tt(t),i):e},i.target=function(e){return arguments.length?(t=Tt(e),i):t},i.startAngle=function(e){return arguments.length?(r=Tt(e),i):r},i.endAngle=function(e){return arguments.length?(a=Tt(e),i):a},i},i.svg.diagonal=function(){var e=Fr,t=$r,n=ro;function r(r,a){var i=e.call(this,r,a),l=t.call(this,r,a),o=(i.y+l.y)/2,s=[i,{x:i.x,y:o},{x:l.x,y:o},l];return"M"+(s=s.map(n))[0]+"C"+s[1]+" "+s[2]+" "+s[3]}return r.source=function(t){return arguments.length?(e=Tt(t),r):e},r.target=function(e){return arguments.length?(t=Tt(e),r):t},r.projection=function(e){return arguments.length?(n=e,r):n},r},i.svg.diagonal.radial=function(){var e=i.svg.diagonal(),t=ro,n=e.projection;return e.projection=function(e){return arguments.length?n(function(e){return function(){var t=e.apply(this,arguments),n=t[0],r=t[1]-Se;return[n*Math.cos(r),n*Math.sin(r)]}}(t=e)):t},e},i.svg.symbol=function(){var e=io,t=ao;function n(n,r){return(oo.get(e.call(this,n,r))||lo)(t.call(this,n,r))}return n.type=function(t){return arguments.length?(e=Tt(t),n):e},n.size=function(e){return arguments.length?(t=Tt(e),n):t},n};var oo=i.map({circle:lo,cross:function(e){var t=Math.sqrt(e/5)/2;return"M"+-3*t+","+-t+"H"+-t+"V"+-3*t+"H"+t+"V"+-t+"H"+3*t+"V"+t+"H"+t+"V"+3*t+"H"+-t+"V"+t+"H"+-3*t+"Z"},diamond:function(e){var t=Math.sqrt(e/(2*uo)),n=t*uo;return"M0,"+-t+"L"+n+",0 0,"+t+" "+-n+",0Z"},square:function(e){var t=Math.sqrt(e)/2;return"M"+-t+","+-t+"L"+t+","+-t+" "+t+","+t+" "+-t+","+t+"Z"},"triangle-down":function(e){var t=Math.sqrt(e/so),n=t*so/2;return"M0,"+n+"L"+t+","+-n+" "+-t+","+-n+"Z"},"triangle-up":function(e){var t=Math.sqrt(e/so),n=t*so/2;return"M0,"+-n+"L"+t+","+n+" "+-t+","+n+"Z"}});i.svg.symbolTypes=oo.keys();var so=Math.sqrt(3),uo=Math.tan(30*Ge);J.transition=function(e){for(var t,n,r=po||++go,a=To(e),i=[],l=vo||{time:Date.now(),ease:ai,delay:0,duration:250},o=-1,s=this.length;++o<s;){i.push(t=[]);for(var u=this[o],c=-1,d=u.length;++c<d;)(n=u[c])&&Mo(n,c,a,r,l),t.push(n)}return ho(i,a,r)},J.interrupt=function(e){return this.each(null==e?co:fo(To(e)))};var co=fo(To());function fo(e){return function(){var t,n,r;(t=this[e])&&(r=t[n=t.active])&&(r.timer.c=null,r.timer.t=NaN,--t.count?delete t[n]:delete this[e],t.active+=.5,r.event&&r.event.interrupt.call(this,this.__data__,r.index))}}function ho(e,t,n){return H(e,yo),e.namespace=t,e.id=n,e}var po,vo,yo=[],go=0;function mo(e,t,n,r){var a=e.id,i=e.namespace;return pe(e,"function"==typeof n?function(e,l,o){e[i][a].tween.set(t,r(n.call(e,e.__data__,l,o)))}:(n=r(n),function(e){e[i][a].tween.set(t,n)}))}function _o(e){return null==e&&(e=""),function(){this.textContent=e}}function To(e){return null==e?"__transition__":"__transition_"+e+"__"}function Mo(e,t,n,r,a){var i,l,o,s,u,c=e[n]||(e[n]={active:0,count:0}),d=c[r];function f(n){var a=c.active,f=c[a];for(var p in f&&(f.timer.c=null,f.timer.t=NaN,--c.count,delete c[a],f.event&&f.event.interrupt.call(e,e.__data__,f.index)),c)if(+p<r){var v=c[p];v.timer.c=null,v.timer.t=NaN,--c.count,delete c[p]}l.c=h,wt(function(){return l.c&&h(n||1)&&(l.c=null,l.t=NaN),1},0,i),c.active=r,d.event&&d.event.start.call(e,e.__data__,t),u=[],d.tween.forEach(function(n,r){(r=r.call(e,e.__data__,t))&&u.push(r)}),s=d.ease,o=d.duration}function h(a){for(var i=a/o,l=s(i),f=u.length;f>0;)u[--f].call(e,l);if(i>=1)return d.event&&d.event.end.call(e,e.__data__,t),--c.count?delete c[r]:delete e[n],1}d||(i=a.time,l=wt(function(e){var t=d.delay;if(l.t=t+i,t<=e)return f(e-t);l.c=f},0,i),d=c[r]={tween:new k,time:i,timer:l,delay:a.delay,duration:a.duration,ease:a.ease,index:t},a=null,++c.count)}yo.call=J.call,yo.empty=J.empty,yo.node=J.node,yo.size=J.size,i.transition=function(e,t){return e&&e.transition?po?e.transition(t):e:i.selection().transition(e)},i.transition.prototype=yo,yo.select=function(e){var t,n,r,a=this.id,i=this.namespace,l=[];e=Z(e);for(var o=-1,s=this.length;++o<s;){l.push(t=[]);for(var u=this[o],c=-1,d=u.length;++c<d;)(r=u[c])&&(n=e.call(r,r.__data__,c,o))?("__data__"in r&&(n.__data__=r.__data__),Mo(n,c,i,a,r[i][a]),t.push(n)):t.push(null)}return ho(l,i,a)},yo.selectAll=function(e){var t,n,r,a,i,l=this.id,o=this.namespace,s=[];e=Q(e);for(var u=-1,c=this.length;++u<c;)for(var d=this[u],f=-1,h=d.length;++f<h;)if(r=d[f]){i=r[o][l],n=e.call(r,r.__data__,f,u),s.push(t=[]);for(var p=-1,v=n.length;++p<v;)(a=n[p])&&Mo(a,p,o,l,i),t.push(a)}return ho(s,o,l)},yo.filter=function(e){var t,n,r=[];"function"!=typeof e&&(e=he(e));for(var a=0,i=this.length;a<i;a++){r.push(t=[]);for(var l,o=0,s=(l=this[a]).length;o<s;o++)(n=l[o])&&e.call(n,n.__data__,o,a)&&t.push(n)}return ho(r,this.namespace,this.id)},yo.tween=function(e,t){var n=this.id,r=this.namespace;return arguments.length<2?this.node()[r][n].tween.get(e):pe(this,null==t?function(t){t[r][n].tween.remove(e)}:function(a){a[r][n].tween.set(e,t)})},yo.attr=function(e,t){if(arguments.length<2){for(t in e)this.attr(t,e[t]);return this}var n="transform"==e?vi:Ya,r=i.ns.qualify(e);function a(){this.removeAttribute(r)}function l(){this.removeAttributeNS(r.space,r.local)}return mo(this,"attr."+e,t,r.local?function(e){return null==e?l:(e+="",function(){var t,a=this.getAttributeNS(r.space,r.local);return a!==e&&(t=n(a,e),function(e){this.setAttributeNS(r.space,r.local,t(e))})})}:function(e){return null==e?a:(e+="",function(){var t,a=this.getAttribute(r);return a!==e&&(t=n(a,e),function(e){this.setAttribute(r,t(e))})})})},yo.attrTween=function(e,t){var n=i.ns.qualify(e);return this.tween("attr."+e,n.local?function(e,r){var a=t.call(this,e,r,this.getAttributeNS(n.space,n.local));return a&&function(e){this.setAttributeNS(n.space,n.local,a(e))}}:function(e,r){var a=t.call(this,e,r,this.getAttribute(n));return a&&function(e){this.setAttribute(n,a(e))}})},yo.style=function(e,t,n){var r=arguments.length;if(r<3){if("string"!=typeof e){for(n in r<2&&(t=""),e)this.style(n,e[n],t);return this}n=""}function a(){this.style.removeProperty(e)}return mo(this,"style."+e,t,function(t){return null==t?a:(t+="",function(){var r,a=c(this).getComputedStyle(this,null).getPropertyValue(e);return a!==t&&(r=Ya(a,t),function(t){this.style.setProperty(e,r(t),n)})})})},yo.styleTween=function(e,t,n){return arguments.length<3&&(n=""),this.tween("style."+e,function(r,a){var i=t.call(this,r,a,c(this).getComputedStyle(this,null).getPropertyValue(e));return i&&function(t){this.style.setProperty(e,i(t),n)}})},yo.text=function(e){return mo(this,"text",e,_o)},yo.remove=function(){var e=this.namespace;return this.each("end.transition",function(){var t;this[e].count<2&&(t=this.parentNode)&&t.removeChild(this)})},yo.ease=function(e){var t=this.id,n=this.namespace;return arguments.length<1?this.node()[n][t].ease:("function"!=typeof e&&(e=i.ease.apply(i,arguments)),pe(this,function(r){r[n][t].ease=e}))},yo.delay=function(e){var t=this.id,n=this.namespace;return arguments.length<1?this.node()[n][t].delay:pe(this,"function"==typeof e?function(r,a,i){r[n][t].delay=+e.call(r,r.__data__,a,i)}:(e=+e,function(r){r[n][t].delay=e}))},yo.duration=function(e){var t=this.id,n=this.namespace;return arguments.length<1?this.node()[n][t].duration:pe(this,"function"==typeof e?function(r,a,i){r[n][t].duration=Math.max(1,e.call(r,r.__data__,a,i))}:(e=Math.max(1,e),function(r){r[n][t].duration=e}))},yo.each=function(e,t){var n=this.id,r=this.namespace;if(arguments.length<2){var a=vo,l=po;try{po=n,pe(this,function(t,a,i){vo=t[r][n],e.call(t,t.__data__,a,i)})}finally{vo=a,po=l}}else pe(this,function(a){var l=a[r][n];(l.event||(l.event=i.dispatch("start","end","interrupt"))).on(e,t)});return this},yo.transition=function(){for(var e,t,n,r=this.id,a=++go,i=this.namespace,l=[],o=0,s=this.length;o<s;o++){l.push(e=[]);for(var u,c=0,d=(u=this[o]).length;c<d;c++)(t=u[c])&&Mo(t,c,i,a,{time:(n=t[i][r]).time,ease:n.ease,delay:n.delay+n.duration,duration:n.duration}),e.push(t)}return ho(l,i,a)},i.svg.axis=function(){var e,t=i.scale.linear(),n=bo,r=6,a=6,l=3,s=[10],u=null;function c(o){o.each(function(){var o,c=i.select(this),d=this.__chart__||t,f=this.__chart__=t.copy(),h=null==u?f.ticks?f.ticks.apply(f,s):f.domain():u,p=null==e?f.tickFormat?f.tickFormat.apply(f,s):z:e,v=c.selectAll(".tick").data(h,f),y=v.enter().insert("g",".domain").attr("class","tick").style("opacity",Ae),g=i.transition(v.exit()).style("opacity",Ae).remove(),m=i.transition(v.order()).style("opacity",1),_=Math.max(r,0)+l,T=cl(f),M=c.selectAll(".domain").data([0]),b=(M.enter().append("path").attr("class","domain"),i.transition(M));y.append("line"),y.append("text");var K,k,x,C,A=y.select("line"),w=m.select("line"),L=v.select("text").text(p),D=y.select("text"),B=m.select("text"),S="top"===n||"left"===n?-1:1;if("bottom"===n||"top"===n?(o=ko,K="x",x="y",k="x2",C="y2",L.attr("dy",S<0?"0em":".71em").style("text-anchor","middle"),b.attr("d","M"+T[0]+","+S*a+"V0H"+T[1]+"V"+S*a)):(o=xo,K="y",x="x",k="y2",C="x2",L.attr("dy",".32em").style("text-anchor",S<0?"end":"start"),b.attr("d","M"+S*a+","+T[0]+"H0V"+T[1]+"H"+S*a)),A.attr(C,S*r),D.attr(x,S*_),w.attr(k,0).attr(C,S*r),B.attr(K,0).attr(x,S*_),f.rangeBand){var G=f,W=G.rangeBand()/2;d=f=function(e){return G(e)+W}}else d.rangeBand?d=f:g.call(o,f,d);y.call(o,d,f),m.call(o,f,f)})}return c.scale=function(e){return arguments.length?(t=e,c):t},c.orient=function(e){return arguments.length?(n=e in Ko?e+"":bo,c):n},c.ticks=function(){return arguments.length?(s=o(arguments),c):s},c.tickValues=function(e){return arguments.length?(u=e,c):u},c.tickFormat=function(t){return arguments.length?(e=t,c):e},c.tickSize=function(e){var t=arguments.length;return t?(r=+e,a=+arguments[t-1],c):r},c.innerTickSize=function(e){return arguments.length?(r=+e,c):r},c.outerTickSize=function(e){return arguments.length?(a=+e,c):a},c.tickPadding=function(e){return arguments.length?(l=+e,c):l},c.tickSubdivide=function(){return arguments.length&&c},c};var bo="bottom",Ko={top:1,right:1,bottom:1,left:1};function ko(e,t,n){e.attr("transform",function(e){var r=t(e);return"translate("+(isFinite(r)?r:n(e))+",0)"})}function xo(e,t,n){e.attr("transform",function(e){var r=t(e);return"translate(0,"+(isFinite(r)?r:n(e))+")"})}i.svg.brush=function(){var e,t,n=$(f,"brushstart","brush","brushend"),r=null,a=null,l=[0,0],o=[0,0],s=!0,u=!0,d=Ao[0];function f(e){e.each(function(){var e=i.select(this).style("pointer-events","all").style("-webkit-tap-highlight-color","rgba(0,0,0,0)").on("mousedown.brush",y).on("touchstart.brush",y),t=e.selectAll(".background").data([0]);t.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),e.selectAll(".extent").data([0]).enter().append("rect").attr("class","extent").style("cursor","move");var n=e.selectAll(".resize").data(d,z);n.exit().remove(),n.enter().append("g").attr("class",function(e){return"resize "+e}).style("cursor",function(e){return Co[e]}).append("rect").attr("x",function(e){return/[ew]$/.test(e)?-3:null}).attr("y",function(e){return/^[ns]/.test(e)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),n.style("display",f.empty()?"none":null);var l,o=i.transition(e),s=i.transition(t);r&&(l=cl(r),s.attr("x",l[0]).attr("width",l[1]-l[0]),p(o)),a&&(l=cl(a),s.attr("y",l[0]).attr("height",l[1]-l[0]),v(o)),h(o)})}function h(e){e.selectAll(".resize").attr("transform",function(e){return"translate("+l[+/e$/.test(e)]+","+o[+/^s/.test(e)]+")"})}function p(e){e.select(".extent").attr("x",l[0]),e.selectAll(".extent,.n>rect,.s>rect").attr("width",l[1]-l[0])}function v(e){e.select(".extent").attr("y",o[0]),e.selectAll(".extent,.e>rect,.w>rect").attr("height",o[1]-o[0])}function y(){var d,y,g=this,m=i.select(i.event.target),_=n.of(g,arguments),T=i.select(g),M=m.datum(),b=!/^(n|s)$/.test(M)&&r,K=!/^(e|w)$/.test(M)&&a,k=m.classed("extent"),x=Ke(g),C=i.mouse(g),A=i.select(c(g)).on("keydown.brush",function(){32==i.event.keyCode&&(k||(d=null,C[0]-=l[1],C[1]-=o[1],k=2),N())}).on("keyup.brush",function(){32==i.event.keyCode&&2==k&&(C[0]+=l[1],C[1]+=o[1],k=0,N())});if(i.event.changedTouches?A.on("touchmove.brush",D).on("touchend.brush",S):A.on("mousemove.brush",D).on("mouseup.brush",S),T.interrupt().selectAll("*").interrupt(),k)C[0]=l[0]-C[0],C[1]=o[0]-C[1];else if(M){var w=+/w$/.test(M),L=+/^n/.test(M);y=[l[1-w]-C[0],o[1-L]-C[1]],C[0]=l[w],C[1]=o[L]}else i.event.altKey&&(d=C.slice());function D(){var e=i.mouse(g),t=!1;y&&(e[0]+=y[0],e[1]+=y[1]),k||(i.event.altKey?(d||(d=[(l[0]+l[1])/2,(o[0]+o[1])/2]),C[0]=l[+(e[0]<d[0])],C[1]=o[+(e[1]<d[1])]):d=null),b&&B(e,r,0)&&(p(T),t=!0),K&&B(e,a,1)&&(v(T),t=!0),t&&(h(T),_({type:"brush",mode:k?"move":"resize"}))}function B(n,r,a){var i,c,f=cl(r),h=f[0],p=f[1],v=C[a],y=a?o:l,g=y[1]-y[0];if(k&&(h-=v,p-=g+v),i=(a?u:s)?Math.max(h,Math.min(p,n[a])):n[a],k?c=(i+=v)+g:(d&&(v=Math.max(h,Math.min(p,2*d[a]-i))),v<i?(c=i,i=v):c=v),y[0]!=i||y[1]!=c)return a?t=null:e=null,y[0]=i,y[1]=c,!0}function S(){D(),T.style("pointer-events","all").selectAll(".resize").style("display",f.empty()?"none":null),i.select("body").style("cursor",null),A.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),x(),_({type:"brushend"})}T.style("pointer-events","none").selectAll(".resize").style("display",null),i.select("body").style("cursor",m.style("cursor")),_({type:"brushstart"}),D()}return f.event=function(r){r.each(function(){var r=n.of(this,arguments),a={x:l,y:o,i:e,j:t},s=this.__chart__||a;this.__chart__=a,po?i.select(this).transition().each("start.brush",function(){e=s.i,t=s.j,l=s.x,o=s.y,r({type:"brushstart"})}).tween("brush:brush",function(){var n=Xa(l,a.x),i=Xa(o,a.y);return e=t=null,function(e){l=a.x=n(e),o=a.y=i(e),r({type:"brush",mode:"resize"})}}).each("end.brush",function(){e=a.i,t=a.j,r({type:"brush",mode:"resize"}),r({type:"brushend"})}):(r({type:"brushstart"}),r({type:"brush",mode:"resize"}),r({type:"brushend"}))})},f.x=function(e){return arguments.length?(d=Ao[!(r=e)<<1|!a],f):r},f.y=function(e){return arguments.length?(d=Ao[!r<<1|!(a=e)],f):a},f.clamp=function(e){return arguments.length?(r&&a?(s=!!e[0],u=!!e[1]):r?s=!!e:a&&(u=!!e),f):r&&a?[s,u]:r?s:a?u:null},f.extent=function(n){var i,s,u,c,d;return arguments.length?(r&&(i=n[0],s=n[1],a&&(i=i[0],s=s[0]),e=[i,s],r.invert&&(i=r(i),s=r(s)),s<i&&(d=i,i=s,s=d),i==l[0]&&s==l[1]||(l=[i,s])),a&&(u=n[0],c=n[1],r&&(u=u[1],c=c[1]),t=[u,c],a.invert&&(u=a(u),c=a(c)),c<u&&(d=u,u=c,c=d),u==o[0]&&c==o[1]||(o=[u,c])),f):(r&&(e?(i=e[0],s=e[1]):(i=l[0],s=l[1],r.invert&&(i=r.invert(i),s=r.invert(s)),s<i&&(d=i,i=s,s=d))),a&&(t?(u=t[0],c=t[1]):(u=o[0],c=o[1],a.invert&&(u=a.invert(u),c=a.invert(c)),c<u&&(d=u,u=c,c=d))),r&&a?[[i,u],[s,c]]:r?[i,s]:a&&[u,c])},f.clear=function(){return f.empty()||(l=[0,0],o=[0,0],e=t=null),f},f.empty=function(){return!!r&&l[0]==l[1]||!!a&&o[0]==o[1]},i.rebind(f,n,"on")};var Co={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},Ao=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]],wo=Pt.format=fn.timeFormat,Lo=wo.utc,Do=Lo("%Y-%m-%dT%H:%M:%S.%LZ");function Bo(e){return e.toISOString()}function So(e,t,n){function r(t){return e(t)}function a(e,n){var r=(e[1]-e[0])/n,a=i.bisect(Wo,r);return a==Wo.length?[t.year,ml(e.map(function(e){return e/31536e6}),n)[2]]:a?t[r/Wo[a-1]<Wo[a]/r?a-1:a]:[Po,ml(e,n)[2]]}return r.invert=function(t){return Go(e.invert(t))},r.domain=function(t){return arguments.length?(e.domain(t),r):e.domain().map(Go)},r.nice=function(e,t){var n=r.domain(),i=ul(n),l=null==e?a(i,10):"number"==typeof e&&a(i,e);function o(n){return!isNaN(n)&&!e.range(n,Go(+n+1),t).length}return l&&(e=l[0],t=l[1]),r.domain(fl(n,t>1?{floor:function(t){for(;o(t=e.floor(t));)t=Go(t-1);return t},ceil:function(t){for(;o(t=e.ceil(t));)t=Go(+t+1);return t}}:e))},r.ticks=function(e,t){var n=ul(r.domain()),i=null==e?a(n,10):"number"==typeof e?a(n,e):!e.range&&[{range:e},t];return i&&(e=i[0],t=i[1]),e.range(n[0],Go(+n[1]+1),t<1?1:t)},r.tickFormat=function(){return n},r.copy=function(){return So(e.copy(),t,n)},yl(r,e)}function Go(e){return new Date(e)}wo.iso=Date.prototype.toISOString&&+new Date("2000-01-01T00:00:00.000Z")?Bo:Do,Bo.parse=function(e){var t=new Date(e);return isNaN(t)?null:t},Bo.toString=Do.toString,Pt.second=It(function(e){return new Rt(1e3*Math.floor(e/1e3))},function(e,t){e.setTime(e.getTime()+1e3*Math.floor(t))},function(e){return e.getSeconds()}),Pt.seconds=Pt.second.range,Pt.seconds.utc=Pt.second.utc.range,Pt.minute=It(function(e){return new Rt(6e4*Math.floor(e/6e4))},function(e,t){e.setTime(e.getTime()+6e4*Math.floor(t))},function(e){return e.getMinutes()}),Pt.minutes=Pt.minute.range,Pt.minutes.utc=Pt.minute.utc.range,Pt.hour=It(function(e){var t=e.getTimezoneOffset()/60;return new Rt(36e5*(Math.floor(e/36e5-t)+t))},function(e,t){e.setTime(e.getTime()+36e5*Math.floor(t))},function(e){return e.getHours()}),Pt.hours=Pt.hour.range,Pt.hours.utc=Pt.hour.utc.range,Pt.month=It(function(e){return(e=Pt.day(e)).setDate(1),e},function(e,t){e.setMonth(e.getMonth()+t)},function(e){return e.getMonth()}),Pt.months=Pt.month.range,Pt.months.utc=Pt.month.utc.range;var Wo=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],zo=[[Pt.second,1],[Pt.second,5],[Pt.second,15],[Pt.second,30],[Pt.minute,1],[Pt.minute,5],[Pt.minute,15],[Pt.minute,30],[Pt.hour,1],[Pt.hour,3],[Pt.hour,6],[Pt.hour,12],[Pt.day,1],[Pt.day,2],[Pt.week,1],[Pt.month,1],[Pt.month,3],[Pt.year,1]],Oo=wo.multi([[".%L",function(e){return e.getMilliseconds()}],[":%S",function(e){return e.getSeconds()}],["%I:%M",function(e){return e.getMinutes()}],["%I %p",function(e){return e.getHours()}],["%a %d",function(e){return e.getDay()&&1!=e.getDate()}],["%b %d",function(e){return 1!=e.getDate()}],["%B",function(e){return e.getMonth()}],["%Y",Jn]]),Po={range:function(e,t,n){return i.range(Math.ceil(e/n)*n,+t,n).map(Go)},floor:z,ceil:z};zo.year=Pt.year,Pt.scale=function(){return So(i.scale.linear(),zo,Oo)};var Ro=zo.map(function(e){return[e[0].utc,e[1]]}),Eo=Lo.multi([[".%L",function(e){return e.getUTCMilliseconds()}],[":%S",function(e){return e.getUTCSeconds()}],["%I:%M",function(e){return e.getUTCMinutes()}],["%I %p",function(e){return e.getUTCHours()}],["%a %d",function(e){return e.getUTCDay()&&1!=e.getUTCDate()}],["%b %d",function(e){return 1!=e.getUTCDate()}],["%B",function(e){return e.getUTCMonth()}],["%Y",Jn]]);function jo(e){return JSON.parse(e.responseText)}function Io(e){var t=s.createRange();return t.selectNode(s.body),t.createContextualFragment(e.responseText)}Ro.year=Pt.year.utc,Pt.scale.utc=function(){return So(i.scale.linear(),Ro,Eo)},i.text=Mt(function(e){return e.responseText}),i.json=function(e,t){return bt(e,"application/json",jo,t)},i.html=function(e,t){return bt(e,"text/html",Io,t)},i.xml=Mt(function(e){return e.responseXML}),this.d3=i,void 0===(a="function"==typeof(r=i)?r.call(t,n,t,e):r)||(e.exports=a)}()},function(e,t,n){"use strict";e.exports=function(e){var t=typeof e;if("string"===t){var n=e;if(0===(e=+e)&&function(e){for(var t,n=e.length,r=0;r<n;r++)if(((t=e.charCodeAt(r))<9||t>13)&&32!==t&&133!==t&&160!==t&&5760!==t&&6158!==t&&(t<8192||t>8205)&&8232!==t&&8233!==t&&8239!==t&&8287!==t&&8288!==t&&12288!==t&&65279!==t)return!1;return!0}(n))return!1}else if("number"!==t)return!1;return e-e<1}},function(e,t,n){"use strict";var r=n(21),a=n(2),i=e.exports={},l=n(24);i.defaults=l.defaults;var o=i.defaultLine=l.defaultLine;i.lightLine=l.lightLine;var s=i.background=l.background;function u(e){if(a(e)||"string"!=typeof e)return e;var t=e.trim();if("rgb"!==t.substr(0,3))return e;var n=t.match(/^rgba?\s*\(([^()]*)\)$/);if(!n)return e;var r=n[1].trim().split(/\s*[\s,]\s*/),i="a"===t.charAt(3)&&4===r.length;if(!i&&3!==r.length)return e;for(var l=0;l<r.length;l++){if(!r[l].length)return e;if(r[l]=Number(r[l]),!(r[l]>=0))return e;if(3===l)r[l]>1&&(r[l]=1);else if(r[l]>=1)return e}var o=Math.round(255*r[0])+", "+Math.round(255*r[1])+", "+Math.round(255*r[2]);return i?"rgba("+o+", "+r[3]+")":"rgb("+o+")"}i.tinyRGB=function(e){var t=e.toRgb();return"rgb("+Math.round(t.r)+", "+Math.round(t.g)+", "+Math.round(t.b)+")"},i.rgb=function(e){return i.tinyRGB(r(e))},i.opacity=function(e){return e?r(e).getAlpha():0},i.addOpacity=function(e,t){var n=r(e).toRgb();return"rgba("+Math.round(n.r)+", "+Math.round(n.g)+", "+Math.round(n.b)+", "+t+")"},i.combine=function(e,t){var n=r(e).toRgb();if(1===n.a)return r(e).toRgbString();var a=r(t||s).toRgb(),i=1===a.a?a:{r:255*(1-a.a)+a.r*a.a,g:255*(1-a.a)+a.g*a.a,b:255*(1-a.a)+a.b*a.a},l={r:i.r*(1-n.a)+n.r*n.a,g:i.g*(1-n.a)+n.g*n.a,b:i.b*(1-n.a)+n.b*n.a};return r(l).toRgbString()},i.contrast=function(e,t,n){var a=r(e);return 1!==a.getAlpha()&&(a=r(i.combine(e,s))),(a.isDark()?t?a.lighten(t):s:n?a.darken(n):o).toString()},i.stroke=function(e,t){var n=r(t);e.style({stroke:i.tinyRGB(n),"stroke-opacity":n.getAlpha()})},i.fill=function(e,t){var n=r(t);e.style({fill:i.tinyRGB(n),"fill-opacity":n.getAlpha()})},i.clean=function(e){if(e&&"object"==typeof e){var t,n,r,a,l=Object.keys(e);for(t=0;t<l.length;t++)if(a=e[r=l[t]],"color"===r.substr(r.length-5))if(Array.isArray(a))for(n=0;n<a.length;n++)a[n]=u(a[n]);else e[r]=u(a);else if("colorscale"===r.substr(r.length-10)&&Array.isArray(a))for(n=0;n<a.length;n++)Array.isArray(a[n])&&(a[n][1]=u(a[n][1]));else if(Array.isArray(a)){var o=a[0];if(!Array.isArray(o)&&o&&"object"==typeof o)for(n=0;n<a.length;n++)i.clean(a[n])}else a&&"object"==typeof a&&i.clean(a)}}},function(e,t,n){"use strict";var r=n(33),a=n(109),i=n(168),l=n(42);function o(e){if(e.layoutAttributes){var n=e.layoutAttributes._arrayAttrRegexps;if(n)for(var r=0;r<n.length;r++)i(t.layoutArrayRegexes,n[r])}}function s(e){return"object"==typeof e&&(e=e.type),e}t.modules={},t.allCategories={},t.allTypes=[],t.subplotsRegistry={},t.transformsRegistry={},t.componentsRegistry={},t.layoutArrayContainers=[],t.layoutArrayRegexes=[],t.register=function(e,n,a,i){if(t.modules[n])r.log("Type "+n+" already registered");else{for(var l={},o=0;o<a.length;o++)l[a[o]]=!0,t.allCategories[a[o]]=!0;t.modules[n]={_module:e,categories:l},i&&Object.keys(i).length&&(t.modules[n].meta=i),t.allTypes.push(n)}},t.registerSubplot=function(e){var n=e.name;t.subplotsRegistry[n]?r.log("Plot type "+n+" already registered."):(o(e),t.subplotsRegistry[n]=e)},t.registerComponent=function(e){var n=e.name;t.componentsRegistry[n]=e,e.layoutAttributes&&(e.layoutAttributes._isLinkedToArray&&i(t.layoutArrayContainers,n),o(e))},t.getModule=function(e){if(void 0!==e.r)return r.warn("Tried to put a polar trace on an incompatible graph of cartesian data. Ignoring this dataset.",e),!1;var n=t.modules[s(e)];return!!n&&n._module},t.traceIs=function(e,n){if("various"===(e=s(e)))return!1;var a=t.modules[e];return a||(e&&"area"!==e&&r.log("Unrecognized trace type "+e+"."),a=t.modules[l.type.dflt]),!!a.categories[n]},t.getComponentMethod=function(e,n){var r=t.componentsRegistry[e];return r&&r[n]||a}},function(e,t,n){"use strict";function r(e,t,n,r,a,i,l,o){var s,u="function"==typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),i&&(u._scopeId="data-v-"+i),l?(s=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),a&&a.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(l)},u._ssrRegister=s):a&&(s=o?function(){a.call(this,this.$root.$options.shadowRoot)}:a),s)if(u.functional){u._injectStyles=s;var c=u.render;u.render=function(e,t){return s.call(t),c(e,t)}}else{var d=u.beforeCreate;u.beforeCreate=d?[].concat(d,s):[s]}return{exports:e,options:u}}n.d(t,"a",function(){return r})},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(4),l=n(0),o=n(14),s=n(97),u=n(3),c=n(7),d=n(16),f=d.FP_SAFE,h=d.ONEAVGYEAR,p=d.ONEAVGMONTH,v=d.ONEDAY,y=d.ONEHOUR,g=d.ONEMIN,m=d.ONESEC,_=e.exports={};_.layoutAttributes=n(23),_.supplyLayoutDefaults=n(283),_.setConvert=n(149);var T=n(151),M=n(18);_.id2name=M.id2name,_.cleanId=M.cleanId,_.list=M.list,_.listIds=M.listIds,_.getFromId=M.getFromId,_.getFromTrace=M.getFromTrace,_.coerceRef=function(e,t,n,r,a,i){var o=r.charAt(r.length-1),s=_.listIds(n,o),u=r+"ref",c={};return a||(a=s[0]||i),i||(i=a),c[u]={valType:"enumerated",values:s.concat(i?[i]:[]),dflt:a},l.coerce(e,t,c,u)},_.coercePosition=function(e,t,n,r,a,i){var o,s;if("paper"===r||"pixel"===r)o=l.ensureNumber,s=n(a,i);else{var u=_.getFromId(t,r);s=n(a,i=u.fraction2r(i)),o=u.cleanPos}e[a]=o(s)},_.cleanPosition=function(e,t,n){return("paper"===n||"pixel"===n?l.ensureNumber:_.getFromId(t,n).cleanPos)(e)},_.getDataToCoordFunc=function(e,t,n,r){var a,i="x"===n||"y"===n||"z"===n?n:r;if(Array.isArray(i)){if(a={type:T(r),_categories:[]},_.setConvert(a),"category"===a.type)for(var l=0;l<r.length;l++)a.d2c(r[l])}else a=_.getFromTrace(e,t,i);return a?a.d2c:"ids"===i?function(e){return String(e)}:function(e){return+e}},_.clearTypes=function(e,t){Array.isArray(t)&&t.length||(t=e._fullData.map(function(e,t){return t})),t.forEach(function(t){var n=e.data[t];delete(_.getFromId(e,n.xaxis)||{}).type,delete(_.getFromId(e,n.yaxis)||{}).type})},_.counterLetter=function(e){var t=e.charAt(0);return"x"===t?"y":"y"===t?"x":void 0},_.minDtick=function(e,t,n,r){-1===["log","category"].indexOf(e.type)&&r?void 0===e._minDtick?(e._minDtick=t,e._forceTick0=n):e._minDtick&&((e._minDtick/t+1e-6)%1<2e-6&&((n-e._forceTick0)/t%1+1.000001)%1<2e-6?(e._minDtick=t,e._forceTick0=n):((t/e._minDtick+1e-6)%1>2e-6||((n-e._forceTick0)/e._minDtick%1+1.000001)%1>2e-6)&&(e._minDtick=0)):e._minDtick=0},_.getAutoRange=function(e){var t,n=[],r=e._min[0].val,a=e._max[0].val;for(t=1;t<e._min.length&&r===a;t++)r=Math.min(r,e._min[t].val);for(t=1;t<e._max.length&&r===a;t++)a=Math.max(a,e._max[t].val);var i,o,s,u,c,d,f,h=0,p=!1;if(e.range){var v=l.simpleMap(e.range,e.r2l);p=v[1]<v[0]}for("reversed"===e.autorange&&(p=!0,e.autorange=!0),t=0;t<e._min.length;t++)for(o=e._min[t],i=0;i<e._max.length;i++)f=(s=e._max[i]).val-o.val,d=e._length-o.pad-s.pad,f>0&&d>0&&f/d>h&&(u=o,c=s,h=f/d);if(r===a){var y=r-1,g=r+1;n="tozero"===e.rangemode?r<0?[y,0]:[0,g]:"nonnegative"===e.rangemode?[Math.max(0,y),Math.max(0,g)]:[y,g]}else h&&("linear"!==e.type&&"-"!==e.type||("tozero"===e.rangemode?(u.val>=0&&(u={val:0,pad:0}),c.val<=0&&(c={val:0,pad:0})):"nonnegative"===e.rangemode&&(u.val-h*u.pad<0&&(u={val:0,pad:0}),c.val<0&&(c={val:1,pad:0})),h=(c.val-u.val)/(e._length-u.pad-c.pad)),n=[u.val-h*u.pad,c.val+h*c.pad]);return n[0]===n[1]&&("tozero"===e.rangemode?n=n[0]<0?[n[0],0]:n[0]>0?[0,n[0]]:[0,1]:(n=[n[0]-1,n[0]+1],"nonnegative"===e.rangemode&&(n[0]=Math.max(0,n[0])))),p&&n.reverse(),l.simpleMap(n,e.l2r||Number)},_.doAutoRange=function(e){e._length||e.setScale();var t=e._min&&e._max&&e._min.length&&e._max.length;if(e.autorange&&t){e.range=_.getAutoRange(e),e._r=e.range.slice(),e._rl=l.simpleMap(e._r,e.r2l);var n=e._input;n.range=e.range.slice(),n.autorange=e.autorange}},_.saveRangeInitial=function(e,t){for(var n=_.list(e,"",!0),r=!1,a=0;a<n.length;a++){var i=n[a],l=void 0===i._rangeInitial,o=l||!(i.range[0]===i._rangeInitial[0]&&i.range[1]===i._rangeInitial[1]);(l&&!1===i.autorange||t&&o)&&(i._rangeInitial=i.range.slice(),r=!0)}return r},_.saveShowSpikeInitial=function(e,t){for(var n=_.list(e,"",!0),r=!1,a="on",i=0;i<n.length;i++){var l=n[i],o=void 0===l._showSpikeInitial,s=o||!(l.showspikes===l._showspikes);(o||t&&s)&&(l._showSpikeInitial=l.showspikes,r=!0),"on"!==a||l.showspikes||(a="off")}return e._fullLayout._cartesianSpikesEnabled=a,r},_.expand=function(e,t,n){if((e.autorange||!!l.nestedProperty(e,"rangeslider.autorange").get())&&t){e._min||(e._min=[]),e._max||(e._max=[]),n||(n={}),e._m||e.setScale();var r,i,o,s,u,c,d,h,p,v,y,g=t.length,m=n.padded?.05*e._length:0,_=n.tozero&&("linear"===e.type||"-"===e.type);m&&"domain"===e.constrain&&e._inputDomain&&(m*=(e._inputDomain[1]-e._inputDomain[0])/(e.domain[1]-e.domain[0]));var T=k((e._m>0?n.ppadplus:n.ppadminus)||n.ppad||0),M=k((e._m>0?n.ppadminus:n.ppadplus)||n.ppad||0),b=k(n.vpadplus||n.vpad),K=k(n.vpadminus||n.vpad);for(r=0;r<6;r++)x(r);for(r=g-1;r>5;r--)x(r)}function k(e){if(Array.isArray(e))return function(t){return Math.max(Number(e[t]||0),0)};var t=Math.max(Number(e||0),0);return function(){return t}}function x(n){if(s=t[n],a(s)){if(d=T(n)+m,h=M(n)+m,v=s-K(n),y=s+b(n),"log"===e.type&&v<y/10&&(v=y/10),u=e.c2l(v),c=e.c2l(y),_&&(u=Math.min(0,u),c=Math.max(0,c)),r(u)){for(p=!0,i=0;i<e._min.length&&p;i++)(o=e._min[i]).val<=u&&o.pad>=h?p=!1:o.val>=u&&o.pad<=h&&(e._min.splice(i,1),i--);p&&e._min.push({val:u,pad:_&&0===u?0:h})}if(r(c)){for(p=!0,i=0;i<e._max.length&&p;i++)(o=e._max[i]).val>=c&&o.pad>=d?p=!1:o.val<=c&&o.pad<=d&&(e._max.splice(i,1),i--);p&&e._max.push({val:c,pad:_&&0===c?0:d})}}function r(e){return a(e)&&Math.abs(e)<f}}},_.autoBin=function(e,t,n,r,i){var o,s,u=l.aggNums(Math.min,null,e),c=l.aggNums(Math.max,null,e);if(i||(i=t.calendar),"category"===t.type)return{start:u-.5,end:c+.5,size:1};if(n)o=(c-u)/n;else{var d=l.distinctVals(e),f=Math.pow(10,Math.floor(Math.log(d.minDiff)/Math.LN10)),h=f*l.roundUp(d.minDiff/f,[.9,1.9,4.9,9.9],!0);o=Math.max(h,2*l.stdev(e)/Math.pow(e.length,r?.25:.4)),a(o)||(o=1)}s="log"===t.type?{type:"linear",range:[u,c]}:{type:t.type,range:l.simpleMap([u,c],t.c2r,0,i),calendar:i},_.setConvert(s),_.autoTicks(s,o);var p,y=_.tickIncrement(_.tickFirst(s),s.dtick,"reverse",i);if("number"==typeof s.dtick)p=(y=function(e,t,n,r,i){var l=0,o=0,s=0,u=0;function c(t){return(1+100*(t-e)/n.dtick)%100<2}for(var d=0;d<t.length;d++)t[d]%1==0?s++:a(t[d])||u++,c(t[d])&&l++,c(t[d]+n.dtick/2)&&o++;var f=t.length-u;if(s===f&&"date"!==n.type)n.dtick<1?e=r-.5*n.dtick:(e-=.5)+n.dtick<r&&(e+=n.dtick);else if(o<.1*f&&(l>.3*f||c(r)||c(i))){var h=n.dtick/2;e+=e+h<r?h:-h}return e}(y,e,s,u,c))+(1+Math.floor((c-y)/s.dtick))*s.dtick;else for("M"===s.dtick.charAt(0)&&(y=function(e,t,n,r,a){var i=l.findExactDates(t,a);if(i.exactDays>.8){var o=Number(n.substr(1));i.exactYears>.8&&o%12==0?e=_.tickIncrement(e,"M6","reverse")+1.5*v:i.exactMonths>.8?e=_.tickIncrement(e,"M1","reverse")+15.5*v:e-=v/2;var s=_.tickIncrement(e,n);if(s<=r)return s}return e}(y,e,s.dtick,u,i)),p=y;p<=c;)p=_.tickIncrement(p,s.dtick,!1,i);return{start:t.c2r(y,0,i),end:t.c2r(p,0,i),size:s.dtick}},_.calcTicks=function(e){var t=l.simpleMap(e.range,e.r2l);if("auto"===e.tickmode||!e.dtick){var n,r=e.nticks;r||("category"===e.type?(n=e.tickfont?1.2*(e.tickfont.size||12):15,r=e._length/n):(n="y"===e._id.charAt(0)?40:80,r=l.constrain(e._length/n,4,9)+1)),"array"===e.tickmode&&(r*=100),_.autoTicks(e,Math.abs(t[1]-t[0])/r),e._minDtick>0&&e.dtick<2*e._minDtick&&(e.dtick=e._minDtick,e.tick0=e.l2r(e._forceTick0))}if(e.tick0||(e.tick0="date"===e.type?"2000-01-01":0),L(e),"array"===e.tickmode)return function(e){var t,n,r=e.tickvals,a=e.ticktext,i=new Array(r.length),o=l.simpleMap(e.range,e.r2l),s=1.0001*o[0]-1e-4*o[1],u=1.0001*o[1]-1e-4*o[0],c=Math.min(s,u),d=Math.max(s,u),f=0;Array.isArray(a)||(a=[]);var h="category"===e.type?e.d2l_noadd:e.d2l;"log"===e.type&&"L"!==String(e.dtick).charAt(0)&&(e.dtick="L"+Math.pow(10,Math.floor(Math.min(e.range[0],e.range[1]))-1));for(n=0;n<r.length;n++)(t=h(r[n]))>c&&t<d&&(void 0===a[n]?i[f]=_.tickText(e,t):i[f]=D(e,t,String(a[n])),f++);f<r.length&&i.splice(f,r.length-f);return i}(e);e._tmin=_.tickFirst(e);var a=t[1]<t[0],i=[],o=1.0001*t[1]-1e-4*t[0];"category"===e.type&&(o=a?Math.max(-.5,o):Math.min(e._categories.length-.5,o));for(var s=e._tmin;(a?s>=o:s<=o)&&(i.push(s),!(i.length>1e3));s=_.tickIncrement(s,e.dtick,a,e.calendar));e._tmax=i[i.length-1],e._prevDateHead="",e._inCalcTicks=!0;for(var u=new Array(i.length),c=0;c<i.length;c++)u[c]=_.tickText(e,i[c]);return e._inCalcTicks=!1,u};var b=[2,5,10],K=[1,2,3,6,12],k=[1,2,5,10,15,30],x=[1,2,3,7,14],C=[-.046,0,.301,.477,.602,.699,.778,.845,.903,.954,1],A=[-.301,0,.301,.699,1];function w(e,t,n){return t*l.roundUp(e/t,n)}function L(e){var t=e.dtick;if(e._tickexponent=0,a(t)||"string"==typeof t||(t=1),"category"===e.type&&(e._tickround=null),"date"===e.type){var n=e.r2l(e.tick0),r=e.l2r(n).replace(/(^-|i)/g,""),i=r.length;if("M"===String(t).charAt(0))i>10||"01-01"!==r.substr(5)?e._tickround="d":e._tickround=+t.substr(1)%12==0?"y":"m";else if(t>=v&&i<=10||t>=15*v)e._tickround="d";else if(t>=g&&i<=16||t>=y)e._tickround="M";else if(t>=m&&i<=19||t>=g)e._tickround="S";else{var l=e.l2r(n+t).replace(/^-/,"").length;e._tickround=Math.max(i,l)-20}}else if(a(t)||"L"===t.charAt(0)){var o=e.range.map(e.r2d||Number);a(t)||(t=Number(t.substr(1))),e._tickround=2-Math.floor(Math.log(t)/Math.LN10+.01);var s=Math.max(Math.abs(o[0]),Math.abs(o[1])),u=Math.floor(Math.log(s)/Math.LN10+.01);Math.abs(u)>3&&("SI"===e.exponentformat||"B"===e.exponentformat?e._tickexponent=3*Math.round((u-1)/3):e._tickexponent=u)}else e._tickround=null}function D(e,t,n){var r=e.tickfont||{};return{x:t,dx:0,dy:0,text:n||"",fontSize:r.size,font:r.family,fontColor:r.color}}_.autoTicks=function(e,t){var n;if("date"===e.type){e.tick0=l.dateTick0(e.calendar);var r=2*t;r>h?(t/=h,n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick="M"+12*w(t,n,b)):r>p?(t/=p,e.dtick="M"+w(t,1,K)):r>v?(e.dtick=w(t,v,x),e.tick0=l.dateTick0(e.calendar,!0)):r>y?e.dtick=w(t,y,K):r>g?e.dtick=w(t,g,k):r>m?e.dtick=w(t,m,k):(n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick=w(t,n,b))}else if("log"===e.type){e.tick0=0;var i=l.simpleMap(e.range,e.r2l);if(t>.7)e.dtick=Math.ceil(t);else if(Math.abs(i[1]-i[0])<1){var o=1.5*Math.abs((i[1]-i[0])/t);t=Math.abs(Math.pow(10,i[1])-Math.pow(10,i[0]))/o,n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick="L"+w(t,n,b)}else e.dtick=t>.3?"D2":"D1"}else"category"===e.type?(e.tick0=0,e.dtick=Math.ceil(Math.max(t,1))):(e.tick0=0,n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick=w(t,n,b));if(0===e.dtick&&(e.dtick=1),!a(e.dtick)&&"string"!=typeof e.dtick){var s=e.dtick;throw e.dtick=1,"ax.dtick error: "+String(s)}},_.tickIncrement=function(e,t,n,i){var o=n?-1:1;if(a(t))return e+o*t;var s=t.charAt(0),u=o*Number(t.substr(1));if("M"===s)return l.incrementMonth(e,u,i);if("L"===s)return Math.log(Math.pow(10,e)+u)/Math.LN10;if("D"===s){var c="D2"===t?A:C,d=e+.01*o,f=l.roundUp(l.mod(d,1),c,n);return Math.floor(d)+Math.log(r.round(Math.pow(10,f),1))/Math.LN10}throw"unrecognized dtick "+String(t)},_.tickFirst=function(e){var t=e.r2l||Number,n=l.simpleMap(e.range,t),i=n[1]<n[0],o=i?Math.floor:Math.ceil,s=1.0001*n[0]-1e-4*n[1],u=e.dtick,c=t(e.tick0);if(a(u)){var d=o((s-c)/u)*u+c;return"category"===e.type&&(d=l.constrain(d,0,e._categories.length-1)),d}var f=u.charAt(0),h=Number(u.substr(1));if("M"===f){for(var p,v,y,g=0,m=c;g<10;){if(((p=_.tickIncrement(m,u,i,e.calendar))-s)*(m-s)<=0)return i?Math.min(m,p):Math.max(m,p);v=(s-(m+p)/2)/(p-m),y=f+(Math.abs(Math.round(v))||1)*h,m=_.tickIncrement(m,y,v<0?!i:i,e.calendar),g++}return l.error("tickFirst did not converge",e),m}if("L"===f)return Math.log(o((Math.pow(10,s)-c)/h)*h+c)/Math.LN10;if("D"===f){var T="D2"===u?A:C,M=l.roundUp(l.mod(s,1),T,i);return Math.floor(s)+Math.log(r.round(Math.pow(10,M),1))/Math.LN10}throw"unrecognized dtick "+String(u)},_.tickText=function(e,t,n){var r,i,o=D(e,t),s="array"===e.tickmode,u=n||s,c="category"===e.type?e.d2l_noadd:e.d2l;if(s&&Array.isArray(e.ticktext)){var d=l.simpleMap(e.range,e.r2l),f=Math.abs(d[1]-d[0])/1e4;for(i=0;i<e.ticktext.length&&!(Math.abs(t-c(e.tickvals[i]))<f);i++);if(i<e.ticktext.length)return o.text=String(e.ticktext[i]),o}function h(r){var a;return void 0===r||(n?"none"===r:(a={first:e._tmin,last:e._tmax}[r],"all"!==r&&t!==a))}return r="none"!==e.exponentformat&&h(e.showexponent)?"hide":"","date"===e.type?function(e,t,n,r){var i=e._tickround,o=n&&e.hoverformat||e.tickformat;r&&(i=a(i)?4:{y:"m",m:"d",d:"M",M:"S",S:4}[i]);var s,u=l.formatDate(t.x,o,i,e.calendar),c=u.indexOf("\n");-1!==c&&(s=u.substr(c+1),u=u.substr(0,c));r&&("00:00:00"===u||"00:00"===u?(u=s,s=""):8===u.length&&(u=u.replace(/:00$/,"")));s&&(n?"d"===i?u+=", "+s:u=s+(u?", "+u:""):e._inCalcTicks&&s===e._prevDateHead||(u+="<br>"+s,e._prevDateHead=s));t.text=u}(e,o,n,u):"log"===e.type?function(e,t,n,r,i){var o=e.dtick,s=t.x;!r||"string"==typeof o&&"L"===o.charAt(0)||(o="L3");if(e.tickformat||"string"==typeof o&&"L"===o.charAt(0))t.text=S(Math.pow(10,s),e,i,r);else if(a(o)||"D"===o.charAt(0)&&l.mod(s+.01,1)<.1)if(-1!==["e","E","power"].indexOf(e.exponentformat)){var u=Math.round(s);t.text=0===u?1:1===u?"10":u>1?"10<sup>"+u+"</sup>":"10<sup>โ"+-u+"</sup>",t.fontSize*=1.25}else t.text=S(Math.pow(10,s),e,"","fakehover"),"D1"===o&&"y"===e._id.charAt(0)&&(t.dy-=t.fontSize/6);else{if("D"!==o.charAt(0))throw"unrecognized dtick "+String(o);t.text=String(Math.round(Math.pow(10,l.mod(s,1)))),t.fontSize*=.75}if("D1"===e.dtick){var c=String(t.text).charAt(0);"0"!==c&&"1"!==c||("y"===e._id.charAt(0)?t.dx-=t.fontSize/4:(t.dy+=t.fontSize/2,t.dx+=(e.range[1]>e.range[0]?1:-1)*t.fontSize*(s<0?.5:.25)))}}(e,o,0,u,r):"category"===e.type?function(e,t){var n=e._categories[Math.round(t.x)];void 0===n&&(n="");t.text=String(n)}(e,o):function(e,t,n,r,a){"all"===e.showexponent&&Math.abs(t.x/e.dtick)<1e-6&&(a="hide");t.text=S(t.x,e,a,r)}(e,o,0,u,r),e.tickprefix&&!h(e.showtickprefix)&&(o.text=e.tickprefix+o.text),e.ticksuffix&&!h(e.showticksuffix)&&(o.text+=e.ticksuffix),o};var B=["f","p","n","ฮผ","m","","k","M","G","T"];function S(e,t,n,i){var o=e<0,s=t._tickround,u=n||t.exponentformat||"B",c=t._tickexponent,d=t.tickformat,f=t.separatethousands;if(i){var h={exponentformat:t.exponentformat,dtick:"none"===t.showexponent?t.dtick:a(e)&&Math.abs(e)||1,range:"none"===t.showexponent?t.range.map(t.r2d):[0,e||1]};L(h),s=(Number(h._tickround)||0)+4,c=h._tickexponent,t.hoverformat&&(d=t.hoverformat)}if(d)return r.format(d)(e).replace(/-/g,"โ");var p,v=Math.pow(10,-s)/2;if("none"===u&&(c=0),(e=Math.abs(e))<v)e="0",o=!1;else{if(e+=v,c&&(e*=Math.pow(10,-c),s+=c),0===s)e=String(Math.floor(e));else if(s<0){e=(e=String(Math.round(e))).substr(0,e.length+s);for(var y=s;y<0;y++)e+="0"}else{var g=(e=String(e)).indexOf(".")+1;g&&(e=e.substr(0,g+s).replace(/\.?0+$/,""))}e=l.numSeparate(e,t._separators,f)}c&&"hide"!==u&&(p=c<0?"โ"+-c:"power"!==u?"+"+c:String(c),"e"===u||("SI"===u||"B"===u)&&(c>12||c<-15)?e+="e"+p:"E"===u?e+="E"+p:"power"===u?e+="ร10<sup>"+p+"</sup>":"B"===u&&9===c?e+="B":"SI"!==u&&"B"!==u||(e+=B[c/3+5]));return o?"โ"+e:e}function G(e,t){for(var n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n])}function W(e,t,n){var r,a,i=[],o=[],s=e.layout;for(r=0;r<t.length;r++)i.push(_.getFromId(e,t[r]));for(r=0;r<n.length;r++)o.push(_.getFromId(e,n[r]));var u=Object.keys(i[0]),c=["anchor","domain","overlaying","position","side","tickangle"],d=["linear","log"];for(r=0;r<u.length;r++){var f=u[r],h=i[0][f],p=o[0][f],v=!0,y=!1,g=!1;if("_"!==f.charAt(0)&&"function"!=typeof h&&-1===c.indexOf(f)){for(a=1;a<i.length&&v;a++){var m=i[a][f];"type"===f&&-1!==d.indexOf(h)&&-1!==d.indexOf(m)&&h!==m?y=!0:m!==h&&(v=!1)}for(a=1;a<o.length&&v;a++){var T=o[a][f];"type"===f&&-1!==d.indexOf(p)&&-1!==d.indexOf(T)&&p!==T?g=!0:o[a][f]!==p&&(v=!1)}v&&(y&&(s[i[0]._name].type="linear"),g&&(s[o[0]._name].type="linear"),z(s,f,i,o))}}for(r=0;r<e._fullLayout.annotations.length;r++){var M=e._fullLayout.annotations[r];-1!==t.indexOf(M.xref)&&-1!==n.indexOf(M.yref)&&l.swapAttrs(s.annotations[r],["?"])}}function z(e,t,n,r){var a,i=l.nestedProperty,o=i(e[n[0]._name],t).get(),s=i(e[r[0]._name],t).get();for("title"===t&&("Click to enter X axis title"===o&&(o="Click to enter Y axis title"),"Click to enter Y axis title"===s&&(s="Click to enter X axis title")),a=0;a<n.length;a++)i(e,n[a]._name+"."+t).set(s);for(a=0;a<r.length;a++)i(e,r[a]._name+"."+t).set(o)}_.subplotMatch=/^x([0-9]*)y([0-9]*)$/,_.getSubplots=function(e,t){var n,r,a,l=[],o=e._fullData||e.data||[];for(n=0;n<o.length;n++){var s=o[n];if(!1!==s.visible&&"legendonly"!==s.visible&&(i.traceIs(s,"cartesian")||i.traceIs(s,"gl2d")))a=(s.xaxis||"x")+(s.yaxis||"y"),-1===l.indexOf(a)&&l.push(a)}var u=_.list(e,"",!0);function c(e,t){return-1!==e.indexOf(t._id)}for(n=0;n<u.length;n++){var d=u[n],f=d._id.charAt(0),h="free"===d.anchor?"x"===f?"y":"x":d.anchor,p=_.getFromId(e,h),v=!1;for(r=0;r<l.length;r++)if(c(l[r],d)){v=!0;break}"free"===d.anchor&&v||p&&(a="x"===f?d._id+p._id:p._id+d._id,-1===l.indexOf(a)&&l.push(a))}var y=_.subplotMatch,g=[];for(n=0;n<l.length;n++)a=l[n],y.test(a)&&g.push(a);return g.sort(function(e,t){var n=e.match(y),r=t.match(y);return n[1]===r[1]?+(n[2]||1)-(r[2]||1):+(n[1]||0)-(r[1]||0)}),t?_.findSubplotsWithAxis(g,t):g},_.findSubplotsWithAxis=function(e,t){for(var n=new RegExp("x"===t._id.charAt(0)?"^"+t._id+"y":t._id+"$"),r=[],a=0;a<e.length;a++){var i=e[a];n.test(i)&&r.push(i)}return r},_.makeClipPaths=function(e){var t,n,a=e._fullLayout,i=a._defs,l={_offset:0,_length:a.width,_id:""},o={_offset:0,_length:a.height,_id:""},s=_.list(e,"x",!0),u=_.list(e,"y",!0),c=[];for(t=0;t<s.length;t++)for(c.push({x:s[t],y:o}),n=0;n<u.length;n++)0===t&&c.push({x:l,y:u[n]}),c.push({x:s[t],y:u[n]});var d=i.selectAll("g.clips").data([0]);d.enter().append("g").classed("clips",!0);var f=d.selectAll(".axesclip").data(c,function(e){return e.x._id+e.y._id});f.enter().append("clipPath").classed("axesclip",!0).attr("id",function(e){return"clip"+a._uid+e.x._id+e.y._id}).append("rect"),f.exit().remove(),f.each(function(e){r.select(this).select("rect").attr({x:e.x._offset||0,y:e.y._offset||0,width:e.x._length||1,height:e.y._length||1})})},_.doTicks=function(e,t,n){var d,f=e._fullLayout,h=!1;if("object"==typeof t)t=(d=t)._id,h=!0;else if(d=_.getFromId(e,t),"redraw"===t&&f._paper.selectAll("g.subplot").each(function(e){var t=f._plots[e],n=t.xaxis,r=t.yaxis;t.xaxislayer.selectAll("."+n._id+"tick").remove(),t.yaxislayer.selectAll("."+r._id+"tick").remove(),t.gridlayer.selectAll("path").remove(),t.zerolinelayer.selectAll("path").remove()}),!t||"redraw"===t)return l.syncOrAsync(_.list(e,"",!0).map(function(n){return function(){if(n._id){var r=_.doTicks(e,n._id);return"redraw"===t&&(n._r=n.range.slice(),n._rl=l.simpleMap(n._r,n.r2l)),r}}}));d.tickformat||(-1===["none","e","E","power","SI","B"].indexOf(d.exponentformat)&&(d.exponentformat="e"),-1===["all","first","last","none"].indexOf(d.showexponent)&&(d.showexponent="all")),d.setScale();var p,v,y,g,m,T=t.charAt(0),b=_.counterLetter(t),K=_.calcTicks(d),k=function(e){return[e.text,e.x,d.mirror].join("_")},x=t+"tick",C=t+"grid",A=t+"zl",w=(d.linewidth||1)/2,L=("outside"===d.ticks?d.ticklen:1)+(d.linewidth||0),D=0,B=c.crispRound(e,d.gridwidth,1),S=c.crispRound(e,d.zerolinewidth,B),G=c.crispRound(e,d.tickwidth,1);if(d._counterangle&&"outside"===d.ticks){var W=d._counterangle*Math.PI/180;L=d.ticklen*Math.cos(W)+(d.linewidth||0),D=d.ticklen*Math.sin(W)}if("x"===T)p=["bottom","top"],v=function(e){return"translate("+d.l2p(e.x)+",0)"},y=function(e,t){if(d._counterangle){var n=d._counterangle*Math.PI/180;return"M0,"+e+"l"+Math.sin(n)*t+","+Math.cos(n)*t}return"M0,"+e+"v"+t};else{if("y"!==T)return void l.warn("Unrecognized doTicks axis:",t);p=["left","right"],v=function(e){return"translate(0,"+d.l2p(e.x)+")"},y=function(e,t){if(d._counterangle){var n=d._counterangle*Math.PI/180;return"M"+e+",0l"+Math.cos(n)*t+","+-Math.sin(n)*t}return"M"+e+",0h"+t}}var z=d.side||p[0],O=[-1,1,z===p[1]?1:-1];if("inside"!==d.ticks==("x"===T)&&(O=O.map(function(e){return-e})),d.visible){var P=K.filter(E);if(h){if(j(d._axislayer,y(d._pos+w*O[2],O[2]*d.ticklen)),d._counteraxis)$({gridlayer:d._gridlayer,zerolinelayer:d._zerolinelayer},d._counteraxis);return I(d._axislayer,d._pos)}var R=(g=_.getSubplots(e,d)).map(function(e){var t=f._plots[e];if(f._has("cartesian")){var n=t[T+"axislayer"],r=d._linepositions[e]||[],i=t[b+"axis"],l=i._id===d.anchor,o=[!1,!1,!1],s="";if("allticks"===d.mirror?o=[!0,!0,!1]:l&&("ticks"===d.mirror?o=[!0,!0,!1]:o[p.indexOf(z)]=!0),d.mirrors)for(m=0;m<2;m++){var u=d.mirrors[i._id+p[m]];"ticks"!==u&&"labels"!==u||(o[m]=!0)}return void 0!==r[2]&&(o[2]=!0),o.forEach(function(e,t){var n=r[t],i=O[t];e&&a(n)&&(s+=y(n+w*i,i*d.ticklen))}),j(n,s),$(t,i,e),I(n,r[3])}}).filter(function(e){return e&&e.then});return R.length?Promise.all(R):0}function E(e){var t=d.l2p(e.x);return t>1&&t<d._length-1}function j(e,t){var n=e.selectAll("path."+x).data("inside"===d.ticks?P:K,k);t&&d.ticks?(n.enter().append("path").classed(x,1).classed("ticks",1).classed("crisp",1).call(u.stroke,d.tickcolor).style("stroke-width",G+"px").attr("d",t),n.attr("transform",v),n.exit().remove()):n.remove()}function I(n,i){var s,u,h,p,y,_=n.selectAll("g."+x).data(K,k);if(!d.showticklabels||!a(i))return _.remove(),void N();"x"===T?(s=function(e){return e.dx+D*y},p=i+(L+w)*(y="bottom"===z?1:-1),u=function(e){return e.dy+p+e.fontSize*("bottom"===z?1:-.5)},h=function(e){return a(e)&&0!==e&&180!==e?e*y<0?"end":"start":"middle"}):(y="right"===z?1:-1,u=function(e){return e.dy+e.fontSize/2-D*y},s=function(e){return e.dx+i+(L+w+(90===Math.abs(d.tickangle)?e.fontSize/2:0))*y},h=function(e){return a(e)&&90===Math.abs(e)?"middle":"right"===z?"start":"end"});var M=0,b=0,C=[];function A(e,t){e.each(function(e){var n=h(t),i=r.select(this),l=i.select(".text-math-group"),o=v(e)+(a(t)&&0!=+t?" rotate("+t+","+s(e)+","+(u(e)-e.fontSize/2)+")":"");if(l.empty())i.select("text").attr({transform:o,"text-anchor":n});else{var d=c.bBox(l.node()).width*{end:-.5,start:.5}[n];l.attr("transform",o+(d?"translate("+d+",0)":""))}})}_.enter().append("g").classed(x,1).append("text").attr("text-anchor","middle").each(function(t){var n=r.select(this),a=e._promises.length;n.call(o.positionText,s(t),u(t)).call(c.font,t.font,t.fontSize,t.fontColor).text(t.text).call(o.convertToTspans,e),(a=e._promises[a])?C.push(e._promises.pop().then(function(){A(n,d.tickangle)})):A(n,d.tickangle)}),_.exit().remove(),_.each(function(e){M=Math.max(M,e.fontSize)}),A(_,d._lastangle||d.tickangle);var B=l.syncOrAsync([function(){return C.length&&Promise.all(C)},function(){if(A(_,d.tickangle),"x"===T&&!a(d.tickangle)&&("log"!==d.type||"D"!==String(d.dtick).charAt(0))){var e=[];for(_.each(function(t){var n=r.select(this),a=n.select(".text-math-group"),i=d.l2p(t.x);a.empty()&&(a=n.select("text"));var l=c.bBox(a.node());e.push({top:0,bottom:10,height:10,left:i-l.width/2,right:i+l.width/2+2,width:l.width+2})}),m=0;m<e.length-1;m++)if(l.bBoxIntersect(e[m],e[m+1])){b=30;break}b&&(Math.abs((K[K.length-1].x-K[0].x)*d._m)/(K.length-1)<2.5*M&&(b=90),A(_,b)),d._lastangle=b}return N(),t+" done"},function(){var t=n.node().getBoundingClientRect(),r=e.getBoundingClientRect();if(d._boundingBox={width:t.width,height:t.height,left:t.left-r.left,right:t.right-r.left,top:t.top-r.top,bottom:t.bottom-r.top},g){var a=d._counterSpan=[1/0,-1/0];for(m=0;m<g.length;m++){var i=f._plots[g[m]]["x"===T?"yaxis":"xaxis"];l(a,[i._offset,i._offset+i._length])}"free"===d.anchor&&l(a,"x"===T?[d._boundingBox.bottom,d._boundingBox.top]:[d._boundingBox.right,d._boundingBox.left])}function l(e,t){e[0]=Math.min(e[0],t[0]),e[1]=Math.max(e[1],t[1])}}]);return B&&B.then&&e._promises.push(B),B}function N(){if(!n){var a,i,l,o,u=M.getFromId(e,t),d=r.select(e).selectAll("g."+t+"tick"),h={selection:d,side:u.side},p=t.charAt(0),v=e._fullLayout._size,y=u.titlefont.size;if(d.size()){var g=c.getTranslate(d.node().parentNode);h.offsetLeft=g.x,h.offsetTop=g.y}"x"===p?(i="free"===u.anchor?{_offset:v.t+(1-(u.position||0))*v.h,_length:0}:M.getFromId(e,u.anchor),l=u._offset+u._length/2,o=i._offset+("top"===u.side?-10-y*(1.5+(u.showticklabels?1:0)):i._length+10+y*(1.5+(u.showticklabels?1.5:.5))),u.rangeslider&&u.rangeslider.visible&&u._boundingBox&&(o+=(f.height-f.margin.b-f.margin.t)*u.rangeslider.thickness+u._boundingBox.height),h.side||(h.side="bottom")):(i="free"===u.anchor?{_offset:v.l+(u.position||0)*v.w,_length:0}:M.getFromId(e,u.anchor),o=u._offset+u._length/2,l=i._offset+("right"===u.side?i._length+10+y*(1.5+(u.showticklabels?1:.5)):-10-y*(1.5+(u.showticklabels?.5:0))),a={rotate:"-90",offset:0},h.side||(h.side="left")),s.draw(e,t+"title",{propContainer:u,propName:u._name+".title",dfltName:p.toUpperCase()+" axis",avoid:h,transform:a,attributes:{x:l,y:o,"text-anchor":"middle"}})}}function F(e,t){return!0===e.visible&&e.xaxis+e.yaxis===t&&(!(!i.traceIs(e,"bar")||e.orientation!=={x:"h",y:"v"}[T])||e.fill&&e.fill.charAt(e.fill.length-1)===T)}function $(t,n,a){var i=t.gridlayer,o=t.zerolinelayer,s=t["hidegrid"+T]?[]:P,c=d._gridpath||"M0,0"+("x"===T?"v":"h")+n._length,f=i.selectAll("path."+C).data(!1===d.showgrid?[]:s,k);if(f.enter().append("path").classed(C,1).classed("crisp",1).attr("d",c).each(function(e){d.zeroline&&("linear"===d.type||"-"===d.type)&&Math.abs(e.x)<d.dtick/100&&r.select(this).remove()}),f.attr("transform",v).call(u.stroke,d.gridcolor||"#ddd").style("stroke-width",B+"px"),f.exit().remove(),o){for(var h=!1,p=0;p<e._fullData.length;p++)if(F(e._fullData[p],a)){h=!0;break}var y=l.simpleMap(d.range,d.r2l),g=y[0]*y[1]<=0&&d.zeroline&&("linear"===d.type||"-"===d.type)&&s.length&&(h||E({x:0})||!d.showline),m=o.selectAll("path."+A).data(g?[{x:0}]:[]);m.enter().append("path").classed(A,1).classed("zl",1).classed("crisp",1).attr("d",c),m.attr("transform",v).call(u.stroke,d.zerolinecolor||u.defaultLine).style("stroke-width",S+"px"),m.exit().remove()}}},_.swap=function(e,t){for(var n=function(e,t){var n,r,a=[];for(n=0;n<t.length;n++){var i=[],l=e._fullData[t[n]].xaxis,o=e._fullData[t[n]].yaxis;if(l&&o){for(r=0;r<a.length;r++)-1===a[r].x.indexOf(l)&&-1===a[r].y.indexOf(o)||i.push(r);if(i.length){var s,u=a[i[0]];if(i.length>1)for(r=1;r<i.length;r++)s=a[i[r]],G(u.x,s.x),G(u.y,s.y);G(u.x,[l]),G(u.y,[o])}else a.push({x:[l],y:[o]})}}return a}(e,t),r=0;r<n.length;r++)W(e,n[r].x,n[r].y)}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(21),l=n(4),o=n(3),s=n(158),u=n(0),c=n(14),d=n(31),f=n(19).LINE_SPACING,h=n(13),p=n(287),v=e.exports={};v.font=function(e,t,n,r){t&&t.family&&(r=t.color,n=t.size,t=t.family),t&&e.style("font-family",t),n+1&&e.style("font-size",n+"px"),r&&e.call(o.fill,r)},v.setPosition=function(e,t,n){e.attr("x",t).attr("y",n)},v.setSize=function(e,t,n){e.attr("width",t).attr("height",n)},v.setRect=function(e,t,n,r,a){e.call(v.setPosition,t,n).call(v.setSize,r,a)},v.translatePoint=function(e,t,n,r){var i=e.xp||n.c2p(e.x),l=e.yp||r.c2p(e.y);return!!(a(i)&&a(l)&&t.node())&&("text"===t.node().nodeName?t.attr("x",i).attr("y",l):t.attr("transform","translate("+i+","+l+")"),!0)},v.translatePoints=function(e,t,n,a){e.each(function(e){var i=r.select(this);v.translatePoint(e,i,t,n,a)})},v.getPx=function(e,t){return Number(e.style(t).replace(/px$/,""))},v.crispRound=function(e,t,n){return t&&a(t)?e._context.staticPlot?t:t<1?1:Math.round(t):n||0},v.singleLineStyle=function(e,t,n,r,a){t.style("fill","none");var i=(((e||[])[0]||{}).trace||{}).line||{},l=n||i.width||0,s=a||i.dash||"";o.stroke(t,r||i.color),v.dashLine(t,s,l)},v.lineGroupStyle=function(e,t,n,a){e.style("fill","none").each(function(e){var i=(((e||[])[0]||{}).trace||{}).line||{},l=t||i.width||0,s=a||i.dash||"";r.select(this).call(o.stroke,n||i.color).call(v.dashLine,s,l)})},v.dashLine=function(e,t,n){n=+n||0,t=v.dashStyle(t,n),e.style({"stroke-dasharray":t,"stroke-width":n+"px"})},v.dashStyle=function(e,t){t=+t||1;var n=Math.max(t,3);return"solid"===e?e="":"dot"===e?e=n+"px,"+n+"px":"dash"===e?e=3*n+"px,"+3*n+"px":"longdash"===e?e=5*n+"px,"+5*n+"px":"dashdot"===e?e=3*n+"px,"+n+"px,"+n+"px,"+n+"px":"longdashdot"===e&&(e=5*n+"px,"+2*n+"px,"+n+"px,"+2*n+"px"),e},v.singleFillStyle=function(e){var t=(((r.select(e.node()).data()[0]||[])[0]||{}).trace||{}).fillcolor;t&&e.call(o.fill,t)},v.fillGroupStyle=function(e){e.style("stroke-width",0).each(function(t){var n=r.select(this);try{n.call(o.fill,t[0].trace.fillcolor)}catch(t){u.error(t,e),n.remove()}})};var y=n(286);v.symbolNames=[],v.symbolFuncs=[],v.symbolNeedLines={},v.symbolNoDot={},v.symbolList=[],Object.keys(y).forEach(function(e){var t=y[e];v.symbolList=v.symbolList.concat([t.n,e,t.n+100,e+"-open"]),v.symbolNames[t.n]=e,v.symbolFuncs[t.n]=t.f,t.needLine&&(v.symbolNeedLines[t.n]=!0),t.noDot?v.symbolNoDot[t.n]=!0:v.symbolList=v.symbolList.concat([t.n+200,e+"-dot",t.n+300,e+"-open-dot"])});var g=v.symbolNames.length,m="M0,0.5L0.5,0L0,-0.5L-0.5,0Z";v.symbolNumber=function(e){if("string"==typeof e){var t=0;e.indexOf("-open")>0&&(t=100,e=e.replace("-open","")),e.indexOf("-dot")>0&&(t+=200,e=e.replace("-dot","")),(e=v.symbolNames.indexOf(e))>=0&&(e+=t)}return e%100>=g||e>=400?0:Math.floor(Math.max(e,0))};var _={x1:1,x2:0,y1:0,y2:0},T={x1:0,x2:0,y1:1,y2:0};v.gradient=function(e,t,n,a,l,s){var c=t._fullLayout._defs.select(".gradients").selectAll("#"+n).data([a+l+s],u.identity);c.exit().remove(),c.enter().append("radial"===a?"radialGradient":"linearGradient").each(function(){var e=r.select(this);"horizontal"===a?e.attr(_):"vertical"===a&&e.attr(T),e.attr("id",n);var t=i(l),u=i(s);e.append("stop").attr({offset:"0%","stop-color":o.tinyRGB(u),"stop-opacity":u.getAlpha()}),e.append("stop").attr({offset:"100%","stop-color":o.tinyRGB(t),"stop-opacity":t.getAlpha()})}),e.style({fill:"url(#"+n+")","fill-opacity":null})},v.initGradients=function(e){var t=e._fullLayout._defs.selectAll(".gradients").data([0]);t.enter().append("g").classed("gradients",!0),t.selectAll("linearGradient,radialGradient").remove()},v.singlePointStyle=function(e,t,n,r,a,i){var s=n.marker;!function(e,t,n,r,a,i,s,u){if(l.traceIs(n,"symbols")){var c=p(n);t.attr("d",function(e){var t;t="various"===e.ms||"various"===i.size?3:h.isBubble(n)?c(e.ms):(i.size||6)/2,e.mrc=t;var r=v.symbolNumber(e.mx||i.symbol)||0,a=r%100;return e.om=r%200>=100,v.symbolFuncs[a](t)+(r>=200?m:"")}).style("opacity",function(e){return(e.mo+1||i.opacity+1)-1})}var d,f,y,g=!1;if(e.so?(y=s.outlierwidth,f=s.outliercolor,d=i.outliercolor):(y=(e.mlw+1||s.width+1||(e.trace?e.trace.marker.line.width:0)+1)-1,f="mlc"in e?e.mlcc=a(e.mlc):Array.isArray(s.color)?o.defaultLine:s.color,Array.isArray(i.color)&&(d=o.defaultLine,g=!0),d="mc"in e?e.mcc=r(e.mc):i.color||"rgba(0,0,0,0)"),e.om)t.call(o.stroke,d).style({"stroke-width":(y||1)+"px",fill:"none"});else{t.style("stroke-width",y+"px");var _=i.gradient,T=e.mgt;if(T?g=!0:T=_&&_.type,T&&"none"!==T){var M=e.mgc;M?g=!0:M=_.color;var b="g"+u._fullLayout._uid+"-"+n.uid;g&&(b+="-"+e.i),t.call(v.gradient,u,b,T,d,M)}else t.call(o.fill,d);y&&t.call(o.stroke,f)}}(e,t,n,r,a,s,s.line,i)},v.pointStyle=function(e,t,n){if(e.size()){var a=t.marker,i=v.tryColorscale(a,""),l=v.tryColorscale(a,"line");e.each(function(e){v.singlePointStyle(e,r.select(this),t,i,l,n)})}},v.tryColorscale=function(e,t){var n=t?u.nestedProperty(e,t).get():e,r=n.colorscale,a=n.color;return r&&Array.isArray(a)?s.makeColorScaleFunc(s.extractScale(r,n.cmin,n.cmax)):u.identity};var M={start:1,end:-1,middle:0,bottom:1,top:-1};v.textPointStyle=function(e,t,n){e.each(function(e){var i=r.select(this),l=e.tx||t.text;if(l&&!Array.isArray(l)){var o=e.tp||t.textposition,s=-1!==o.indexOf("top")?"top":-1!==o.indexOf("bottom")?"bottom":"middle",u=-1!==o.indexOf("left")?"end":-1!==o.indexOf("right")?"start":"middle",d=e.ts||t.textfont.size,h=e.mrc?e.mrc/.8+1:0;d=a(d)&&d>0?d:0,i.call(v.font,e.tf||t.textfont.family,d,e.tc||t.textfont.color).attr("text-anchor",u).text(l).call(c.convertToTspans,n);var p=r.select(this.parentNode),y=(c.lineCount(i)-1)*f+1,g=M[u]*h,m=.75*d+M[s]*h+(M[s]-1)*y*d/2;p.attr("transform","translate("+g+","+m+")")}else i.remove()})};var b=.5;function K(e,t,n,a){var i=e[0]-t[0],l=e[1]-t[1],o=n[0]-t[0],s=n[1]-t[1],u=Math.pow(i*i+l*l,b/2),c=Math.pow(o*o+s*s,b/2),d=(c*c*i-u*u*o)*a,f=(c*c*l-u*u*s)*a,h=3*c*(u+c),p=3*u*(u+c);return[[r.round(t[0]+(h&&d/h),2),r.round(t[1]+(h&&f/h),2)],[r.round(t[0]-(p&&d/p),2),r.round(t[1]-(p&&f/p),2)]]}v.smoothopen=function(e,t){if(e.length<3)return"M"+e.join("L");var n,r="M"+e[0],a=[];for(n=1;n<e.length-1;n++)a.push(K(e[n-1],e[n],e[n+1],t));for(r+="Q"+a[0][0]+" "+e[1],n=2;n<e.length-1;n++)r+="C"+a[n-2][1]+" "+a[n-1][0]+" "+e[n];return r+="Q"+a[e.length-3][1]+" "+e[e.length-1]},v.smoothclosed=function(e,t){if(e.length<3)return"M"+e.join("L")+"Z";var n,r="M"+e[0],a=e.length-1,i=[K(e[a],e[0],e[1],t)];for(n=1;n<a;n++)i.push(K(e[n-1],e[n],e[n+1],t));for(i.push(K(e[a-1],e[a],e[0],t)),n=1;n<=a;n++)r+="C"+i[n-1][1]+" "+i[n][0]+" "+e[n];return r+="C"+i[a][1]+" "+i[0][0]+" "+e[0]+"Z"};var k={hv:function(e,t){return"H"+r.round(t[0],2)+"V"+r.round(t[1],2)},vh:function(e,t){return"V"+r.round(t[1],2)+"H"+r.round(t[0],2)},hvh:function(e,t){return"H"+r.round((e[0]+t[0])/2,2)+"V"+r.round(t[1],2)+"H"+r.round(t[0],2)},vhv:function(e,t){return"V"+r.round((e[1]+t[1])/2,2)+"H"+r.round(t[0],2)+"V"+r.round(t[1],2)}},x=function(e,t){return"L"+r.round(t[0],2)+","+r.round(t[1],2)};v.steps=function(e){var t=k[e]||x;return function(e){for(var n="M"+r.round(e[0][0],2)+","+r.round(e[0][1],2),a=1;a<e.length;a++)n+=t(e[a-1],e[a]);return n}},v.makeTester=function(){var e=r.select("body").selectAll("#js-plotly-tester").data([0]);e.enter().append("svg").attr("id","js-plotly-tester").attr(d.svgAttrs).style({position:"absolute",left:"-10000px",top:"-10000px",width:"9000px",height:"9000px","z-index":"1"});var t=e.selectAll(".js-reference-point").data([0]);t.enter().append("path").classed("js-reference-point",!0).attr("d","M0,0H1V1H0Z").style({"stroke-width":0,fill:"black"}),e.node()._cache||(e.node()._cache={}),v.tester=e,v.testref=t},v.savedBBoxes={};var C=0;function A(e){var t=e.getAttribute("data-unformatted");if(null!==t)return t+e.getAttribute("data-math")+e.getAttribute("text-anchor")+e.getAttribute("style")}v.bBox=function(e,t){var n;if(t||(t=A(e)),t){if(n=v.savedBBoxes[t])return u.extendFlat({},n)}else if(1===e.childNodes.length){var a=e.childNodes[0];if(t=A(a)){var i=+a.getAttribute("x")||0,l=+a.getAttribute("y")||0,o=a.getAttribute("transform");if(!o){var s=v.bBox(a,t);return i&&(s.left+=i,s.right+=i),l&&(s.top+=l,s.bottom+=l),s}if(t+="~"+i+"~"+l+"~"+o,n=v.savedBBoxes[t])return u.extendFlat({},n)}}var d=v.tester.node(),f=e.cloneNode(!0);d.appendChild(f),r.select(f).attr("transform",null).call(c.positionText,0,0);var h=f.getBoundingClientRect(),p=v.testref.node().getBoundingClientRect();d.removeChild(f);var y={height:h.height,width:h.width,left:h.left-p.left,top:h.top-p.top,right:h.right-p.left,bottom:h.bottom-p.top};return C>=1e4&&(v.savedBBoxes={},C=0),t&&(v.savedBBoxes[t]=y),C++,u.extendFlat({},y)},v.setClipUrl=function(e,t){if(t){var n="#"+t,a=r.select("base");a.size()&&a.attr("href")&&(n=window.location.href.split("#")[0]+n),e.attr("clip-path","url("+n+")")}else e.attr("clip-path",null)},v.getTranslate=function(e){var t=(e[e.attr?"attr":"getAttribute"]("transform")||"").replace(/.*\btranslate\((-?\d*\.?\d*)[^-\d]*(-?\d*\.?\d*)[^\d].*/,function(e,t,n){return[t,n].join(" ")}).split(" ");return{x:+t[0]||0,y:+t[1]||0}},v.setTranslate=function(e,t,n){var r=e.attr?"attr":"getAttribute",a=e.attr?"attr":"setAttribute",i=e[r]("transform")||"";return t=t||0,n=n||0,i=i.replace(/(\btranslate\(.*?\);?)/,"").trim(),i=(i+=" translate("+t+", "+n+")").trim(),e[a]("transform",i),i},v.getScale=function(e){var t=(e[e.attr?"attr":"getAttribute"]("transform")||"").replace(/.*\bscale\((\d*\.?\d*)[^\d]*(\d*\.?\d*)[^\d].*/,function(e,t,n){return[t,n].join(" ")}).split(" ");return{x:+t[0]||1,y:+t[1]||1}},v.setScale=function(e,t,n){var r=e.attr?"attr":"getAttribute",a=e.attr?"attr":"setAttribute",i=e[r]("transform")||"";return t=t||1,n=n||1,i=i.replace(/(\bscale\(.*?\);?)/,"").trim(),i=(i+=" scale("+t+", "+n+")").trim(),e[a]("transform",i),i},v.setPointGroupScale=function(e,t,n){var r,a,i;return t=t||1,n=n||1,a=1===t&&1===n?"":" scale("+t+","+n+")",i=/\s*sc.*/,e.each(function(){r=(this.getAttribute("transform")||"").replace(i,""),r=(r+=a).trim(),this.setAttribute("transform",r)}),a};var w=/translate\([^)]*\)\s*$/;v.setTextPointsScale=function(e,t,n){e.each(function(){var e,a=r.select(this),i=a.select("text"),l=parseFloat(i.attr("x")||0),o=parseFloat(i.attr("y")||0),s=(a.attr("transform")||"").match(w);e=1===t&&1===n?[]:["translate("+l+","+o+")","scale("+t+","+n+")","translate("+-l+","+-o+")"],s&&e.push(s),a.attr("transform",e.join(" "))})}},function(e,t,n){"use strict";t.defaultConfig=n(111),t.Plots=n(9),t.Axes=n(6),t.ModeBar=n(147),n(270)},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(8),l=n(110),o=n(4),s=n(0),u=n(3),c=n(16).BADNUM,d=e.exports={},f=n(104),h=n(160),p=s.relinkPrivateKeys;s.extendFlat(d,o),d.attributes=n(42),d.attributes.type.values=d.allTypes,d.fontAttrs=n(17),d.layoutAttributes=n(41),d.fontWeight="normal";var v=d.subplotsRegistry,y=d.transformsRegistry,g=n(30),m=n(275);function _(e,t){var n,r,a=e.trace,i=a._arrayAttrs,l={};for(n=0;n<i.length;n++)l[r=i[n]]=s.nestedProperty(a,r).get().slice();for(e.trace=t,n=0;n<i.length;n++)r=i[n],s.nestedProperty(e.trace,r).set(l[r])}function T(e,t,n,r){for(var a=e.transforms,i=[e],l=0;l<a.length;l++){var o=a[l],s=y[o.type];s&&s.transform&&(i=s.transform(i,{transform:o,fullTrace:e,fullData:t,layout:n,fullLayout:r,transformIndex:l}))}return i}function M(e){for(var t=0;t<e.length;t++){e[t]._categories=e[t]._initialCategories.slice(),e[t]._categoriesMap={};for(var n=0;n<e[t]._categories.length;n++)e[t]._categoriesMap[e[t]._categories[n]]=n}}d.executeAPICommand=m.executeAPICommand,d.computeAPICommandBindings=m.computeAPICommandBindings,d.manageCommandObserver=m.manageCommandObserver,d.hasSimpleAPICommandBindings=m.hasSimpleAPICommandBindings,d.findSubplotIds=function(e,t){var n=[];if(!d.subplotsRegistry[t])return n;for(var r=d.subplotsRegistry[t].attr,a=0;a<e.length;a++){var i=e[a];d.traceIs(i,t)&&-1===n.indexOf(i[r])&&n.push(i[r])}return n},d.getSubplotIds=function(e,t){var n=d.subplotsRegistry[t];if(!n)return[];if(!("cartesian"!==t||e._has&&e._has("cartesian")))return[];if(!("gl2d"!==t||e._has&&e._has("gl2d")))return[];if("cartesian"===t||"gl2d"===t)return Object.keys(e._plots||{});for(var r=n.idRegex,a=Object.keys(e),i=[],l=0;l<a.length;l++){var o=a[l];r.test(o)&&i.push(o)}var s=n.idRoot.length;return i.sort(function(e,t){return+(e.substr(s)||1)-+(t.substr(s)||1)}),i},d.getSubplotData=function(e,t,n){if(!d.subplotsRegistry[t])return[];for(var r,a=d.subplotsRegistry[t].attr,l=[],o=0;o<e.length;o++)if(r=e[o],"gl2d"===t&&d.traceIs(r,"gl2d")){var s=i.Axes.subplotMatch,u="x"+n.match(s)[1],c="y"+n.match(s)[2];r[a[0]]===u&&r[a[1]]===c&&l.push(r)}else r[a]===n&&l.push(r);return l},d.getSubplotCalcData=function(e,t,n){if(!d.subplotsRegistry[t])return[];for(var r=d.subplotsRegistry[t].attr,a=[],i=0;i<e.length;i++){var l=e[i];l[0].trace[r]===n&&a.push(l)}return a},d.redrawText=function(e){if(!(e.data&&e.data[0]&&e.data[0].r))return new Promise(function(t){setTimeout(function(){o.getComponentMethod("annotations","draw")(e),o.getComponentMethod("legend","draw")(e),(e.calcdata||[]).forEach(function(e){e[0]&&e[0].t&&e[0].t.cb&&e[0].t.cb()}),t(d.previousPromises(e))},300)})},d.resize=function(e){return new Promise(function(t,n){e&&"none"!==r.select(e).style("display")||n(new Error("Resize must be passed a plot div element.")),e._redrawTimer&&clearTimeout(e._redrawTimer),e._redrawTimer=setTimeout(function(){if(e.layout.width&&e.layout.height)t(e);else{delete e.layout.width,delete e.layout.height;var n=e.changed;e.autoplay=!0,i.relayout(e,{autosize:!0}).then(function(){e.changed=n,t(e)})}},100)})},d.previousPromises=function(e){if((e._promises||[]).length)return Promise.all(e._promises).then(function(){e._promises=[]})},d.addLinks=function(e){if(e._context.showLink||e._context.showSources){var t=e._fullLayout,n=t._paper.selectAll("text.js-plot-link-container").data([0]);n.enter().append("text").classed("js-plot-link-container",!0).style({"font-family":'"Open Sans", Arial, sans-serif',"font-size":"12px",fill:u.defaultLine,"pointer-events":"all"}).each(function(){var e=r.select(this);e.append("tspan").classed("js-link-to-tool",!0),e.append("tspan").classed("js-link-spacer",!0),e.append("tspan").classed("js-sourcelinks",!0)});var a=n.node(),i={y:t._paper.attr("height")-9};document.body.contains(a)&&a.getComputedTextLength()>=t.width-20?(i["text-anchor"]="start",i.x=5):(i["text-anchor"]="end",i.x=t._paper.attr("width")-7),n.attr(i);var l=n.select(".js-link-to-tool"),o=n.select(".js-link-spacer"),s=n.select(".js-sourcelinks");e._context.showSources&&e._context.showSources(e),e._context.showLink&&function(e,t){t.text("");var n=t.append("a").attr({"xlink:xlink:href":"#",class:"link--impt link--embedview","font-weight":"bold"}).text(e._context.linkText+" "+String.fromCharCode(187));if(e._context.sendData)n.on("click",function(){d.sendDataToCloud(e)});else{var r=window.location.pathname.split("/"),a=window.location.search;n.attr({"xlink:xlink:show":"new","xlink:xlink:href":"/"+r[2].split(".")[0]+"/"+r[1]+a})}}(e,l),o.text(l.text()&&s.text()?" - ":"")}},d.sendDataToCloud=function(e){e.emit("plotly_beforeexport");var t=window.PLOTLYENV&&window.PLOTLYENV.BASE_URL||"https://plot.ly",n=r.select(e).append("div").attr("id","hiddenform").style("display","none"),a=n.append("form").attr({action:t+"/external",method:"post",target:"_blank"});return a.append("input").attr({type:"text",name:"data"}).node().value=d.graphJson(e,!1,"keepdata"),a.node().submit(),n.remove(),e.emit("plotly_afterexport"),!1},d.supplyDefaults=function(e){var t,n=e._fullLayout||{},r=e._fullLayout={},a=e.layout||{},l=e._fullData||[],o=e._fullData=[],s=e.data||[];if(e._transitionData||d.createTransitionData(e),n._initialAutoSizeIsDone){var u=n.width,c=n.height;d.supplyLayoutGlobalDefaults(a,r),a.width||(r.width=u),a.height||(r.height=c)}else{d.supplyLayoutGlobalDefaults(a,r);var f=!a.width||!a.height,h=r.autosize,v=e._context&&e._context.autosizable;f&&(h||v)?d.plotAutoSize(e,a,r):f&&d.sanitizeMargins(e),!h&&f&&(a.width=r.width,a.height=r.height)}r._initialAutoSizeIsDone=!0,r._dataLength=s.length,r._globalTransforms=(e._context||{}).globalTransforms,d.supplyDataDefaults(s,o,a,r),r._has=d._hasPlotType.bind(r);var y=r._modules;for(t=0;t<y.length;t++){var g=y[t];g.cleanData&&g.cleanData(o)}if(l.length===s.length)for(t=0;t<o.length;t++)p(o[t],l[t]);d.supplyLayoutModuleDefaults(a,r,o,e._transitionData),r._hasCartesian=r._has("cartesian"),r._hasGeo=r._has("geo"),r._hasGL3D=r._has("gl3d"),r._hasGL2D=r._has("gl2d"),r._hasTernary=r._has("ternary"),r._hasPie=r._has("pie"),d.cleanPlot(o,r,l,n),d.linkSubplots(o,r,l,n),p(r,n),d.doAutoMargin(e);var m=i.Axes.list(e);for(t=0;t<m.length;t++){m[t].setScale()}if((e.calcdata||[]).length===o.length)for(t=0;t<o.length;t++){var T=o[t],M=e.calcdata[t][0];M&&M.trace&&(M.trace._hasCalcTransform?_(M,T):M.trace=T)}},d.createTransitionData=function(e){e._transitionData||(e._transitionData={}),e._transitionData._frames||(e._transitionData._frames=[]),e._transitionData._frameHash||(e._transitionData._frameHash={}),e._transitionData._counter||(e._transitionData._counter=0),e._transitionData._interruptCallbacks||(e._transitionData._interruptCallbacks=[])},d._hasPlotType=function(e){for(var t=this._basePlotModules||[],n=0;n<t.length;n++){if(t[n].name===e)return!0}return!1},d.cleanPlot=function(e,t,n,r){var a,i,l=r._basePlotModules||[];for(a=0;a<l.length;a++){var o=l[a];o.clean&&o.clean(e,t,n,r)}var s=!!r._paper,u=!!r._infolayer;e:for(a=0;a<n.length;a++){var c=n[a].uid;for(i=0;i<e.length;i++){if(c===e[i].uid)continue e}var d=".hm"+c+",.contour"+c+",.carpet"+c+",#clip"+c+",.trace"+c;s&&r._paper.selectAll(d).remove(),u&&(r._infolayer.selectAll(".cb"+c).remove(),r._infolayer.selectAll("g.rangeslider-container").selectAll(d).remove())}},d.linkSubplots=function(e,t,n,r){for(var a=r._plots||{},l=t._plots={},o={_fullData:e,_fullLayout:t},s=i.Axes.getSubplots(o),u=0;u<s.length;u++){var c,d=s[u],f=a[d];f?(c=l[d]=f)._scene2d&&c._scene2d.updateRefs(t):(c=l[d]={}).id=d,c.xaxis=i.Axes.getFromId(o,d,"x"),c.yaxis=i.Axes.getFromId(o,d,"y")}},d.supplyDataDefaults=function(e,t,n,r){var a,i,l,u=r._modules=[],c=r._basePlotModules=[],f=0;function h(e){t.push(e);var n=e._module;n&&(s.pushUnique(u,n),s.pushUnique(c,e._module.basePlotModule),f++)}r._transformModules=[];var p={},v=[];for(a=0;a<e.length;a++){if(l=e[a],(i=d.supplyTraceDefaults(l,f,r,a)).index=a,i._input=l,i._expandedIndex=f,i.transforms&&i.transforms.length)for(var y=T(i,t,n,r),g=0;g<y.length;g++){var m=y[g],_=d.supplyTraceDefaults(m,f,r,a);m.uid=_.uid=i.uid+g,_.index=a,_._input=l,_._fullInput=i,_._expandedIndex=f,_._expandedInput=m,h(_)}else i._fullInput=i,i._expandedInput=i,h(i);o.traceIs(i,"carpetAxis")&&(p[i.carpet]=i),o.traceIs(i,"carpetDependent")&&v.push(a)}for(a=0;a<v.length;a++)if((i=t[v[a]]).visible){var M=p[i.carpet];i._carpet=M,M&&M.visible?(i.xaxis=M.xaxis,i.yaxis=M.yaxis):i.visible=!1}},d.supplyAnimationDefaults=function(e){var t;e=e||{};var n={};function r(t,r){return s.coerce(e||{},n,f,t,r)}if(r("mode"),r("direction"),r("fromcurrent"),Array.isArray(e.frame))for(n.frame=[],t=0;t<e.frame.length;t++)n.frame[t]=d.supplyAnimationFrameDefaults(e.frame[t]||{});else n.frame=d.supplyAnimationFrameDefaults(e.frame||{});if(Array.isArray(e.transition))for(n.transition=[],t=0;t<e.transition.length;t++)n.transition[t]=d.supplyAnimationTransitionDefaults(e.transition[t]||{});else n.transition=d.supplyAnimationTransitionDefaults(e.transition||{});return n},d.supplyAnimationFrameDefaults=function(e){var t={};function n(n,r){return s.coerce(e||{},t,f.frame,n,r)}return n("duration"),n("redraw"),t},d.supplyAnimationTransitionDefaults=function(e){var t={};function n(n,r){return s.coerce(e||{},t,f.transition,n,r)}return n("duration"),n("easing"),t},d.supplyFrameDefaults=function(e){var t={};function n(n,r){return s.coerce(e,t,h,n,r)}return n("group"),n("name"),n("traces"),n("baseframe"),n("data"),n("layout"),t},d.supplyTraceDefaults=function(e,t,n,r){var a={},i=u.defaults[t%u.defaults.length];function l(t,n){return s.coerce(e,a,d.attributes,t,n)}function c(t,n){if(d.traceIs(a,t))return s.coerce(e,a,d.subplotsRegistry[t].attributes,n)}var f=l("visible");l("type"),l("uid"),l("name","trace "+r);for(var h=Object.keys(v),p=0;p<h.length;p++){var y=h[p];if(-1===["cartesian","gl2d"].indexOf(y)){var g=v[y].attr;g&&c(y,g)}}if(f){l("customdata"),l("ids");var m=d.getModule(a);a._module=m,d.traceIs(a,"showLegend")&&(l("showlegend"),l("legendgroup")),o.getComponentMethod("fx","supplyDefaults")(e,a,i,n),m&&(m.supplyDefaults(e,a,i,n),s.coerceHoverinfo(e,a,n)),d.traceIs(a,"noOpacity")||l("opacity"),c("cartesian","xaxis"),c("cartesian","yaxis"),c("gl2d","xaxis"),c("gl2d","yaxis"),d.traceIs(a,"notLegendIsolatable")&&(a.visible=!!a.visible),d.supplyTransformDefaults(e,a,n)}return a},d.supplyTransformDefaults=function(e,t,n){var r=n._globalTransforms||[],a=n._transformModules||[];if(Array.isArray(e.transforms)||0!==r.length)for(var i=e.transforms||[],l=r.concat(i),o=t.transforms=[],u=0;u<l.length;u++){var c,d=l[u],f=d.type,h=y[f];h||s.warn("Unrecognized transform type "+f+"."),h&&h.supplyDefaults?((c=h.supplyDefaults(d,t,n,e)).type=f,c._module=h,s.pushUnique(a,h)):c=s.extendFlat({},d),o.push(c)}},d.supplyLayoutGlobalDefaults=function(e,t){function n(n,r){return s.coerce(e,t,d.layoutAttributes,n,r)}var r=s.coerceFont(n,"font");n("title"),s.coerceFont(n,"titlefont",{family:r.family,size:Math.round(1.4*r.size),color:r.color}),n("autosize",!(e.width&&e.height)),n("width"),n("height"),n("margin.l"),n("margin.r"),n("margin.t"),n("margin.b"),n("margin.pad"),n("margin.autoexpand"),e.width&&e.height&&d.sanitizeMargins(t),n("paper_bgcolor"),n("separators"),n("hidesources"),n("smith"),o.getComponentMethod("calendars","handleDefaults")(e,t,"calendar"),o.getComponentMethod("fx","supplyLayoutGlobalDefaults")(e,t,n)},d.plotAutoSize=function(e,t,n){var r,i,l=e._context||{},o=l.frameMargins,u=s.isPlotDiv(e);if(u&&e.emit("plotly_autosize"),l.fillFrame)r=window.innerWidth,i=window.innerHeight,document.body.style.overflow="hidden";else if(a(o)&&o>0){var c=function(e){var t,n={left:0,right:0,bottom:0,top:0};if(e)for(t in e)e.hasOwnProperty(t)&&(n.left+=e[t].left||0,n.right+=e[t].right||0,n.bottom+=e[t].bottom||0,n.top+=e[t].top||0);return n}(e._boundingBoxMargins),f=c.left+c.right,h=c.bottom+c.top,p=1-2*o,v=n._container&&n._container.node?n._container.node().getBoundingClientRect():{width:n.width,height:n.height};r=Math.round(p*(v.width-f)),i=Math.round(p*(v.height-h))}else{var y=u?window.getComputedStyle(e):{};r=parseFloat(y.width)||n.width,i=parseFloat(y.height)||n.height}var g=d.layoutAttributes.width.min,m=d.layoutAttributes.height.min;r<g&&(r=g),i<m&&(i=m);var _=!t.width&&Math.abs(n.width-r)>1,T=!t.height&&Math.abs(n.height-i)>1;(T||_)&&(_&&(n.width=r),T&&(n.height=i)),e._initialAutoSize||(e._initialAutoSize={width:r,height:i}),d.sanitizeMargins(n)},d.supplyLayoutModuleDefaults=function(e,t,n,r){var a,l;i.Axes.supplyLayoutDefaults(e,t,n);var s=t._basePlotModules;for(a=0;a<s.length;a++)"cartesian"!==(l=s[a]).name&&l.supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n);var u=t._modules;for(a=0;a<u.length;a++)(l=u[a]).supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n);var c=t._transformModules;for(a=0;a<c.length;a++)(l=c[a]).supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n,r);var d=Object.keys(o.componentsRegistry);for(a=0;a<d.length;a++)(l=o.componentsRegistry[d[a]]).supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n)},d.purge=function(e){var t=e._fullLayout||{};void 0!==t._glcontainer&&t._glcontainer.remove(),void 0!==t._geocontainer&&t._geocontainer.remove(),t._modeBar&&t._modeBar.destroy(),e._transitionData&&(e._transitionData._interruptCallbacks&&(e._transitionData._interruptCallbacks.length=0),e._transitionData._animationRaf&&window.cancelAnimationFrame(e._transitionData._animationRaf)),delete e.data,delete e.layout,delete e._fullData,delete e._fullLayout,delete e.calcdata,delete e.framework,delete e.empty,delete e.fid,delete e.undoqueue,delete e.undonum,delete e.autoplay,delete e.changed,delete e._promises,delete e._redrawTimer,delete e.firstscatter,delete e.hmlumcount,delete e.hmpixcount,delete e.numboxes,delete e._hoverTimer,delete e._lastHoverTime,delete e._transitionData,delete e._transitioning,delete e._initialAutoSize,e.removeAllListeners&&e.removeAllListeners()},d.style=function(e){for(var t=e._fullLayout._modules,n=0;n<t.length;n++){var r=t[n];r.style&&r.style(e)}},d.sanitizeMargins=function(e){if(e&&e.margin){var t,n=e.width,r=e.height,a=e.margin,i=n-(a.l+a.r),l=r-(a.t+a.b);i<0&&(t=(n-1)/(a.l+a.r),a.l=Math.floor(t*a.l),a.r=Math.floor(t*a.r)),l<0&&(t=(r-1)/(a.t+a.b),a.t=Math.floor(t*a.t),a.b=Math.floor(t*a.b))}},d.autoMargin=function(e,t,n){var r=e._fullLayout;if(r._pushmargin||(r._pushmargin={}),!1!==r.margin.autoexpand){if(n){var a=void 0===n.pad?12:n.pad;n.l+n.r>.5*r.width&&(n.l=n.r=0),n.b+n.t>.5*r.height&&(n.b=n.t=0),r._pushmargin[t]={l:{val:n.x,size:n.l+a},r:{val:n.x,size:n.r+a},b:{val:n.y,size:n.b+a},t:{val:n.y,size:n.t+a}}}else delete r._pushmargin[t];r._replotting||d.doAutoMargin(e)}},d.doAutoMargin=function(e){var t=e._fullLayout;t._size||(t._size={}),t._pushmargin||(t._pushmargin={});var n=t._size,r=JSON.stringify(n),l=Math.max(t.margin.l||0,0),o=Math.max(t.margin.r||0,0),s=Math.max(t.margin.t||0,0),u=Math.max(t.margin.b||0,0),c=t._pushmargin;if(!1!==t.margin.autoexpand){c.base={l:{val:0,size:l},r:{val:1,size:o},t:{val:1,size:s},b:{val:0,size:u}};for(var d=Object.keys(c),f=0;f<d.length;f++)for(var h=d[f],p=c[h].l||{},v=c[h].b||{},y=p.val,g=p.size,m=v.val,_=v.size,T=0;T<d.length;T++){var M=d[T];if(a(g)&&c[M].r){var b=c[M].r.val,K=c[M].r.size;if(b>y){var k=(g*b+(K-t.width)*y)/(b-y),x=(K*(1-y)+(g-t.width)*(1-b))/(b-y);k>=0&&x>=0&&k+x>l+o&&(l=k,o=x)}}if(a(_)&&c[M].t){var C=c[M].t.val,A=c[M].t.size;if(C>m){var w=(_*C+(A-t.height)*m)/(C-m),L=(A*(1-m)+(_-t.height)*(1-C))/(C-m);w>=0&&L>=0&&w+L>u+s&&(u=w,s=L)}}}}if(n.l=Math.round(l),n.r=Math.round(o),n.t=Math.round(s),n.b=Math.round(u),n.p=Math.round(t.margin.pad),n.w=Math.round(t.width)-n.l-n.r,n.h=Math.round(t.height)-n.t-n.b,!t._replotting&&"{}"!==r&&r!==JSON.stringify(t._size))return i.plot(e)},d.graphJson=function(e,t,n,r,a){(a&&t&&!e._fullData||a&&!t&&!e._fullLayout)&&d.supplyDefaults(e);var i=a?e._fullData:e.data,l=a?e._fullLayout:e.layout,o=(e._transitionData||{})._frames;function u(e){if("function"==typeof e)return null;if(s.isPlainObject(e)){var t,r,a={};for(t in e)if("function"!=typeof e[t]&&-1===["_","["].indexOf(t.charAt(0))){if("keepdata"===n){if("src"===t.substr(t.length-3))continue}else if("keepstream"===n){if("string"==typeof(r=e[t+"src"])&&r.indexOf(":")>0&&!s.isPlainObject(e.stream))continue}else if("keepall"!==n&&"string"==typeof(r=e[t+"src"])&&r.indexOf(":")>0)continue;a[t]=u(e[t])}return a}return Array.isArray(e)?e.map(u):s.isJSDate(e)?s.ms2DateTimeLocal(+e):e}var c={data:(i||[]).map(function(e){var n=u(e);return t&&delete n.fit,n})};return t||(c.layout=u(l)),e.framework&&e.framework.isPolar&&(c=e.framework.getConfig()),o&&(c.frames=u(o)),"object"===r?c:JSON.stringify(c)},d.modifyFrames=function(e,t){var n,r,a,i=e._transitionData._frames,l=e._transitionData._frameHash;for(n=0;n<t.length;n++)switch((r=t[n]).type){case"replace":a=r.value;var o=(i[r.index]||{}).name,s=a.name;i[r.index]=l[s]=a,s!==o&&(delete l[o],l[s]=a);break;case"insert":l[(a=r.value).name]=a,i.splice(r.index,0,a);break;case"delete":delete l[(a=i[r.index]).name],i.splice(r.index,1)}return Promise.resolve()},d.computeFrame=function(e,t){var n,r,a,i,l=e._transitionData._frameHash;if(!t)throw new Error("computeFrame must be given a string frame name");var o=l[t.toString()];if(!o)return!1;for(var s=[o],u=[o.name];o.baseframe&&(o=l[o.baseframe.toString()])&&-1===u.indexOf(o.name);)s.push(o),u.push(o.name);for(var c={};o=s.pop();)if(o.layout&&(c.layout=d.extendLayout(c.layout,o.layout)),o.data){if(c.data||(c.data=[]),!(r=o.traces))for(r=[],n=0;n<o.data.length;n++)r[n]=n;for(c.traces||(c.traces=[]),n=0;n<o.data.length;n++)void 0!==(a=r[n])&&null!==a&&(-1===(i=c.traces.indexOf(a))&&(i=c.data.length,c.traces[i]=a),c.data[i]=d.extendTrace(c.data[i],o.data[n]))}return c},d.recomputeFrameHash=function(e){for(var t=e._transitionData._frameHash={},n=e._transitionData._frames,r=0;r<n.length;r++){var a=n[r];a&&a.name&&(t[a.name]=a)}},d.extendObjectWithContainers=function(e,t,n){var r,a,i,l,o,u,c,f=s.extendDeepNoArrays({},t||{}),h=s.expandObjectPaths(f),p={};if(n&&n.length)for(i=0;i<n.length;i++)void 0===(a=(r=s.nestedProperty(h,n[i])).get())?s.nestedProperty(p,n[i]).set(null):(r.set(null),s.nestedProperty(p,n[i]).set(a));if(e=s.extendDeepNoArrays(e||{},h),n&&n.length)for(i=0;i<n.length;i++)if(u=s.nestedProperty(p,n[i]).get()){for(c=(o=s.nestedProperty(e,n[i])).get(),Array.isArray(c)||(c=[],o.set(c)),l=0;l<u.length;l++){var v=u[l];c[l]=null===v?null:d.extendObjectWithContainers(c[l],v)}o.set(c)}return e},d.dataArrayContainers=["transforms"],d.layoutArrayContainers=o.layoutArrayContainers,d.extendTrace=function(e,t){return d.extendObjectWithContainers(e,t,d.dataArrayContainers)},d.extendLayout=function(e,t){return d.extendObjectWithContainers(e,t,d.layoutArrayContainers)},d.transition=function(e,t,n,r,a,l){var o,u,c=Array.isArray(t)?t.length:0,f=r.slice(0,c),h=[];var p=!1;for(o=0;o<f.length;o++){u=f[o];var v=e._fullData[u]._module;if(v&&!v.animatable){var y={};for(var m in t[o])y[m]=[t[o][m]]}}var _=[d.previousPromises,function(){if(e._transitionData)return e._transitioning=!1,function(e){var t=Promise.resolve();if(!e)return t;for(;e.length;)t=t.then(e.shift());return t}(e._transitionData._interruptCallbacks)},function(){var r;for(r=0;r<f.length;r++){var a=f[r],i=e._fullData[a]._module;i&&(i.animatable&&h.push(a),e.data[f[r]]=d.extendTrace(e.data[f[r]],t[r]))}var l=s.expandObjectPaths(s.extendDeepNoArrays({},n)),o=/^[xy]axis[0-9]*$/;for(var u in l)o.test(u)&&delete l[u].range;return d.extendLayout(e.layout,l),delete e.calcdata,d.supplyDefaults(e),d.doCalcdata(e),g.calc(e),Promise.resolve()},d.rehover,function(){return e.emit("plotly_transitioning",[]),new Promise(function(t){e._transitioning=!0,l.duration>0&&(e._transitioningWithDuration=!0),e._transitionData._interruptCallbacks.push(function(){p=!0}),a.redraw&&e._transitionData._interruptCallbacks.push(function(){return i.redraw(e)}),e._transitionData._interruptCallbacks.push(function(){e.emit("plotly_transitioninterrupted",[])});var r,o,u=0,c=0;function d(){return u++,function(){var n;p||++c!==u||(n=t,e._transitionData&&(function(e){if(e)for(;e.length;)e.shift()}(e._transitionData._interruptCallbacks),Promise.resolve().then(function(){if(a.redraw)return i.redraw(e)}).then(function(){e._transitioning=!1,e._transitioningWithDuration=!1,e.emit("plotly_transitioned",[])}).then(n)))}}var f=e._fullLayout._basePlotModules,v=!1;if(n)for(o=0;o<f.length;o++)if(f[o].transitionAxes){var y=s.expandObjectPaths(n);v=f[o].transitionAxes(e,y,l,d)||v}for(v?(r=s.extendFlat({},l)).duration=0:r=l,o=0;o<f.length;o++)f[o].plot(e,h,r,d);setTimeout(d())})}],T=s.syncOrAsync(_,e);return T&&T.then||(T=Promise.resolve()),T.then(function(){return e})},d.doCalcdata=function(e,t){var n,r,a,s,u=i.Axes.list(e),d=e._fullData,f=e._fullLayout,h=new Array(d.length),p=(e.calcdata||[]).slice(0);for(e.calcdata=h,e.firstscatter=!0,e.numboxes=0,e._hmpixcount=0,e._hmlumcount=0,f._piecolormap={},f._piedefaultcolorcount=0,a=0;a<d.length;a++)Array.isArray(t)&&-1===t.indexOf(a)&&(h[a]=p[a]);for(a=0;a<d.length;a++)(n=d[a])._arrayAttrs=l.findArrayAttributes(n);M(u);var v=!1;for(a=0;a<d.length;a++)if(!0===(n=d[a]).visible&&n.transforms)for((r=n._module)&&r.calc&&r.calc(e,n),s=0;s<n.transforms.length;s++){var g=n.transforms[s];(r=y[g.type])&&r.calcTransform&&(n._hasCalcTransform=!0,v=!0,r.calcTransform(e,n,g))}if(v){for(a=0;a<u.length;a++)u[a]._min=[],u[a]._max=[],u[a]._categories=[],u[a]._categoriesMap={};M(u)}for(a=0;a<d.length;a++){var m=[];!0===(n=d[a]).visible&&(r=n._module)&&r.calc&&(m=r.calc(e,n)),Array.isArray(m)&&m[0]||(m=[{x:c,y:c}]),m[0].t||(m[0].t={}),m[0].trace=n,h[a]=m}o.getComponentMethod("fx","calc")(e)},d.rehover=function(e){e._fullLayout._rehover&&e._fullLayout._rehover()},d.generalUpdatePerTraceModule=function(e,t,n){var r,a=e.traceHash,i={};function l(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];!0===r[0].trace.visible&&t.push(r)}return t}for(r=0;r<t.length;r++){var o=t[r],s=o[0].trace;s.visible&&(i[s.type]=i[s.type]||[],i[s.type].push(o))}var u=Object.keys(a),c=Object.keys(i);for(r=0;r<u.length;r++){var d=u[r];if(-1===c.indexOf(d)){var f=a[d][0];f[0].trace.visible=!1,i[d]=[f]}}for(c=Object.keys(i),r=0;r<c.length;r++){var h=i[c[r]];h[0][0].trace._module.plot(e,l(h),n)}e.traceHash=i}},function(e,t,n){"use strict";var r=n(32),a=Array.isArray;function i(e,t,n,l){var o,s,u,c,d,f,h=e[0],p=e.length;if(2===p&&a(h)&&a(e[1])&&0===h.length){if(function(e,t){var n,r;for(n=0;n<e.length;n++){if(null!==(r=e[n])&&"object"==typeof r)return!1;void 0!==r&&(t[n]=r)}return!0}(e[1],h))return h;h.splice(0,h.length)}for(var v=1;v<p;v++)for(s in o=e[v])u=h[s],c=o[s],l&&a(c)?h[s]=c:t&&c&&(r(c)||(d=a(c)))?(d?(d=!1,f=u&&a(u)?u:[]):f=u&&r(u)?u:{},h[s]=i([f,c],t,n,l)):(void 0!==c||n)&&(h[s]=c);return h}t.extendFlat=function(){return i(arguments,!1,!1,!1)},t.extendDeep=function(){return i(arguments,!0,!1,!1)},t.extendDeepAll=function(){return i(arguments,!0,!0,!1)},t.extendDeepNoArrays=function(){return i(arguments,!0,!1,!0)}},function(e,t,n){"use strict";var r=n(326),a=n(325),i=n(324),l=["None","Rare","Epic","Legendary"];function o(e){if(!e||"NoTalent"==e)return"None";switch(e.slice(e.length-7-1,e.length-1)){case"TalentA":return"Rare";case"TalentB":return"Epic";case"TalentC":return"Legendary";default:return Object.keys(r).includes(e)?r[e]:"unknown"}}function s(e){switch(o(e.Talent)){case"unknown":case"None":return-1;case"Rare":return 20;case"Epic":return 10;case"Legendary":return 5}}function u(e){return e.Kills-e.Deaths}function c(e){return e.CrystalMinerKills+e.GoldMinerKills+e.TurretKills}e.exports={RARITIES:l,getTalentName:function(e){if("NoTalent"==e)return"No Talent";switch(e.slice(e.length-7-1,e.length-1)){case"TalentA":case"TalentB":case"TalentC":return Object.keys(a).includes(e)?a[e]:"unknown";default:return e.substring(e.lastIndexOf("_")+1,e.length-1).replace(/([A-Z])/g,function(e){return" "+e.toLowerCase()}).split(" ").map(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}).join(" ").substring(1)}},getTalentRarity:o,getTalentRarityIndex:function(e){return l.indexOf(o(e))},getMaxLevel:s,getScaledLevel:function(e){return["unknown","None"].includes(o(e.Talent))?0:e.Level/s(e)},getHero:function(e){return e.substring(1,e.length-1)},getMode:function(e){return i[e]},hasTalents:function(e){return["blitz_pvp_ranked","casual_aral"].includes(e)},playersPerMatch:function(e){return e.includes("5v5")?10:6},killDeathPoints:u,objectivePoints:c,blitzPointsDelta:function(e){return u(e)+3*c(e)}}},function(e,t,n){"use strict";n.r(t),function(e,n){ +!function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:r})},n.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=343)}([function(e,t,n){"use strict";var r=n(1),i=n(2),a=n(16),l=a.FP_SAFE,o=a.BADNUM,s=e.exports={};s.nestedProperty=n(109),s.isPlainObject=n(32),s.isArray=n(108),s.mod=n(169),s.toLogRange=n(107),s.relinkPrivateKeys=n(309),s.ensureArray=n(308);var u=n(307);s.valObjects=u.valObjects,s.coerce=u.coerce,s.coerce2=u.coerce2,s.coerceFont=u.coerceFont,s.coerceHoverinfo=u.coerceHoverinfo,s.validate=u.validate;var c=n(306);s.dateTime2ms=c.dateTime2ms,s.isDateTime=c.isDateTime,s.ms2DateTime=c.ms2DateTime,s.ms2DateTimeLocal=c.ms2DateTimeLocal,s.cleanDate=c.cleanDate,s.isJSDate=c.isJSDate,s.formatDate=c.formatDate,s.incrementMonth=c.incrementMonth,s.dateTick0=c.dateTick0,s.dfltRange=c.dfltRange,s.findExactDates=c.findExactDates,s.MIN_MS=c.MIN_MS,s.MAX_MS=c.MAX_MS;var d=n(165);s.findBin=d.findBin,s.sorterAsc=d.sorterAsc,s.sorterDes=d.sorterDes,s.distinctVals=d.distinctVals,s.roundUp=d.roundUp;var f=n(305);s.aggNums=f.aggNums,s.len=f.len,s.mean=f.mean,s.variance=f.variance,s.stdev=f.stdev,s.interp=f.interp;var h=n(164);s.init2dArray=h.init2dArray,s.transposeRagged=h.transposeRagged,s.dot=h.dot,s.translationMatrix=h.translationMatrix,s.rotationMatrix=h.rotationMatrix,s.rotationXYMatrix=h.rotationXYMatrix,s.apply2DTransform=h.apply2DTransform,s.apply2DTransform2=h.apply2DTransform2;var p=n(10);s.extendFlat=p.extendFlat,s.extendDeep=p.extendDeep,s.extendDeepAll=p.extendDeepAll,s.extendDeepNoArrays=p.extendDeepNoArrays;var v=n(33);s.log=v.log,s.warn=v.warn,s.error=v.error,s.notifier=n(304),s.filterUnique=n(303),s.filterVisible=n(302),s.pushUnique=n(171),s.cleanNumber=n(301),s.ensureNumber=function(e){return i(e)?(e=Number(e))<-l||e>l?o:i(e)?Number(e):o:o},s.noop=n(111),s.identity=n(300),s.swapAttrs=function(e,t,n,r){n||(n="x"),r||(r="y");for(var i=0;i<t.length;i++){var a=t[i],l=s.nestedProperty(e,a.replace("?",n)),o=s.nestedProperty(e,a.replace("?",r)),u=l.get();l.set(o.get()),o.set(u)}},s.pauseEvent=function(e){return e.stopPropagation&&e.stopPropagation(),e.preventDefault&&e.preventDefault(),e.cancelBubble=!0,!1},s.constrain=function(e,t,n){return t>n?Math.max(n,Math.min(t,e)):Math.max(t,Math.min(n,e))},s.bBoxIntersect=function(e,t,n){return n=n||0,e.left<=t.right+n&&t.left<=e.right+n&&e.top<=t.bottom+n&&t.top<=e.bottom+n},s.simpleMap=function(e,t,n,r){for(var i=e.length,a=new Array(i),l=0;l<i;l++)a[l]=t(e[l],n,r);return a},s.randstr=function e(t,n,r){if(r||(r=16),void 0===n&&(n=24),n<=0)return"0";var i,a,l=Math.log(Math.pow(2,n))/Math.log(r),o="";for(i=2;l===1/0;i*=2)l=Math.log(Math.pow(2,n/i))/Math.log(r)*i;var s=l-Math.floor(l);for(i=0;i<Math.floor(l);i++)o=Math.floor(Math.random()*r).toString(r)+o;s&&(a=Math.pow(r,s),o=Math.floor(Math.random()*a).toString(r)+o);var u=parseInt(o,r);return t&&t.indexOf(o)>-1||u!==1/0&&u>=Math.pow(2,n)?e(t,n,r):o},s.OptionControl=function(e,t){e||(e={}),t||(t="opt");var n={optionList:[],_newoption:function(r){r[t]=e,n[r.name]=r,n.optionList.push(r)}};return n["_"+t]=e,n},s.smooth=function(e,t){if((t=Math.round(t)||0)<2)return e;var n,r,i,a,l=e.length,o=2*l,s=2*t-1,u=new Array(s),c=new Array(l);for(n=0;n<s;n++)u[n]=(1-Math.cos(Math.PI*(n+1)/t))/(2*t);for(n=0;n<l;n++){for(a=0,r=0;r<s;r++)(i=n+r+1-t)<-l?i-=o*Math.round(i/o):i>=o&&(i-=o*Math.floor(i/o)),i<0?i=-1-i:i>=l&&(i=o-1-i),a+=e[i]*u[r];c[n]=a}return c},s.syncOrAsync=function(e,t,n){var r;function i(){return s.syncOrAsync(e,t,n)}for(;e.length;)if((r=(0,e.splice(0,1)[0])(t))&&r.then)return r.then(i).then(void 0,s.promiseError);return n&&n(t)},s.stripTrailingSlash=function(e){return"/"===e.substr(-1)?e.substr(0,e.length-1):e},s.noneOrAll=function(e,t,n){if(e){var r,i,a=!1,l=!0;for(r=0;r<n.length;r++)void 0!==(i=e[n[r]])&&null!==i?a=!0:l=!1;if(a&&!l)for(r=0;r<n.length;r++)e[n[r]]=t[n[r]]}},s.mergeArray=function(e,t,n){if(Array.isArray(e))for(var r=Math.min(e.length,t.length),i=0;i<r;i++)t[i][n]=e[i]},s.fillArray=function(e,t,n,r){if(r=r||s.identity,Array.isArray(e))for(var i=0;i<t.length;i++)t[i][n]=r(e[i])},s.castOption=function(e,t,n,r){r=r||s.identity;var i=s.nestedProperty(e,n).get();return Array.isArray(i)?Array.isArray(t)&&Array.isArray(i[t[0]])?r(i[t[0]][t[1]]):r(i[t]):i},s.getTargetArray=function(e,t){var n=t.target;if("string"==typeof n&&n){var r=s.nestedProperty(e,n).get();return!!Array.isArray(r)&&r}return!!Array.isArray(n)&&n},s.minExtend=function(e,t){var n={};"object"!=typeof t&&(t={});var r,i,a,l=Object.keys(e);for(r=0;r<l.length;r++)a=e[i=l[r]],"_"!==i.charAt(0)&&"function"!=typeof a&&"glTrace"!==i&&("module"===i?n[i]=a:Array.isArray(a)?n[i]=a.slice(0,3):n[i]=a&&"object"==typeof a?s.minExtend(e[i],t[i]):a);for(l=Object.keys(t),r=0;r<l.length;r++)"object"==typeof(a=t[i=l[r]])&&i in n&&"object"==typeof n[i]||(n[i]=a);return n},s.titleCase=function(e){return e.charAt(0).toUpperCase()+e.substr(1)},s.containsAny=function(e,t){for(var n=0;n<t.length;n++)if(-1!==e.indexOf(t[n]))return!0;return!1},s.isPlotDiv=function(e){var t=r.select(e);return t.node()instanceof HTMLElement&&t.size()&&t.classed("js-plotly-plot")},s.removeElement=function(e){var t=e&&e.parentNode;t&&t.removeChild(e)},s.addStyleRule=function(e,t){if(!s.styleSheet){var n=document.createElement("style");n.appendChild(document.createTextNode("")),document.head.appendChild(n),s.styleSheet=n.sheet}var r=s.styleSheet;r.insertRule?r.insertRule(e+"{"+t+"}",0):r.addRule?r.addRule(e,t,0):s.warn("addStyleRule failed")},s.isIE=function(){return void 0!==window.navigator.msSaveBlob},s.isD3Selection=function(e){return e&&"function"==typeof e.classed},s.objectFromPath=function(e,t){for(var n,r=e.split("."),i=n={},a=0;a<r.length;a++){var l=r[a],o=null,s=r[a].match(/(.*)\[([0-9]+)\]/);s?(l=s[1],o=s[2],n=n[l]=[],a===r.length-1?n[o]=t:n[o]={},n=n[o]):(a===r.length-1?n[l]=t:n[l]={},n=n[l])}return i};var y=/^([^\[\.]+)\.(.+)?/,g=/^([^\.]+)\[([0-9]+)\](\.)?(.+)?/;s.expandObjectPaths=function(e){var t,n,r,i,a,l,o;if("object"==typeof e&&!Array.isArray(e))for(n in e)e.hasOwnProperty(n)&&((t=n.match(y))?(i=e[n],r=t[1],delete e[n],e[r]=s.extendDeepNoArrays(e[r]||{},s.objectFromPath(n,s.expandObjectPaths(i))[r])):(t=n.match(g))?(i=e[n],r=t[1],a=parseInt(t[2]),delete e[n],e[r]=e[r]||[],"."===t[3]?(o=t[4],l=e[r][a]=e[r][a]||{},s.extendDeepNoArrays(l,s.objectFromPath(o,s.expandObjectPaths(i)))):e[r][a]=s.expandObjectPaths(i)):e[n]=s.expandObjectPaths(e[n]));return e},s.numSeparate=function(e,t,n){if(n||(n=!1),"string"!=typeof t||0===t.length)throw new Error("Separator string required for formatting!");"number"==typeof e&&(e=String(e));var r=/(\d+)(\d{3})/,i=t.charAt(0),a=t.charAt(1),l=e.split("."),o=l[0],s=l.length>1?i+l[1]:"";if(a&&(l.length>1||o.length>4||n))for(;r.test(o);)o=o.replace(r,"$1"+a+"$2");return o+s}},function(e,t,n){var r,i;!function(){var a={version:"3.5.17"},l=[].slice,o=function(e){return l.call(e)},s=this.document;function u(e){return e&&(e.ownerDocument||e.document||e).documentElement}function c(e){return e&&(e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView)}if(s)try{o(s.documentElement.childNodes)[0].nodeType}catch(e){o=function(e){for(var t=e.length,n=new Array(t);t--;)n[t]=e[t];return n}}if(Date.now||(Date.now=function(){return+new Date}),s)try{s.createElement("DIV").style.setProperty("opacity",0,"")}catch(e){var d=this.Element.prototype,f=d.setAttribute,h=d.setAttributeNS,p=this.CSSStyleDeclaration.prototype,v=p.setProperty;d.setAttribute=function(e,t){f.call(this,e,t+"")},d.setAttributeNS=function(e,t,n){h.call(this,e,t,n+"")},p.setProperty=function(e,t,n){v.call(this,e,t+"",n)}}function y(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function g(e){return null===e?NaN:+e}function m(e){return!isNaN(e)}function _(e){return{left:function(t,n,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=t.length);r<i;){var a=r+i>>>1;e(t[a],n)<0?r=a+1:i=a}return r},right:function(t,n,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=t.length);r<i;){var a=r+i>>>1;e(t[a],n)>0?i=a:r=a+1}return r}}}a.ascending=y,a.descending=function(e,t){return t<e?-1:t>e?1:t>=e?0:NaN},a.min=function(e,t){var n,r,i=-1,a=e.length;if(1===arguments.length){for(;++i<a;)if(null!=(r=e[i])&&r>=r){n=r;break}for(;++i<a;)null!=(r=e[i])&&n>r&&(n=r)}else{for(;++i<a;)if(null!=(r=t.call(e,e[i],i))&&r>=r){n=r;break}for(;++i<a;)null!=(r=t.call(e,e[i],i))&&n>r&&(n=r)}return n},a.max=function(e,t){var n,r,i=-1,a=e.length;if(1===arguments.length){for(;++i<a;)if(null!=(r=e[i])&&r>=r){n=r;break}for(;++i<a;)null!=(r=e[i])&&r>n&&(n=r)}else{for(;++i<a;)if(null!=(r=t.call(e,e[i],i))&&r>=r){n=r;break}for(;++i<a;)null!=(r=t.call(e,e[i],i))&&r>n&&(n=r)}return n},a.extent=function(e,t){var n,r,i,a=-1,l=e.length;if(1===arguments.length){for(;++a<l;)if(null!=(r=e[a])&&r>=r){n=i=r;break}for(;++a<l;)null!=(r=e[a])&&(n>r&&(n=r),i<r&&(i=r))}else{for(;++a<l;)if(null!=(r=t.call(e,e[a],a))&&r>=r){n=i=r;break}for(;++a<l;)null!=(r=t.call(e,e[a],a))&&(n>r&&(n=r),i<r&&(i=r))}return[n,i]},a.sum=function(e,t){var n,r=0,i=e.length,a=-1;if(1===arguments.length)for(;++a<i;)m(n=+e[a])&&(r+=n);else for(;++a<i;)m(n=+t.call(e,e[a],a))&&(r+=n);return r},a.mean=function(e,t){var n,r=0,i=e.length,a=-1,l=i;if(1===arguments.length)for(;++a<i;)m(n=g(e[a]))?r+=n:--l;else for(;++a<i;)m(n=g(t.call(e,e[a],a)))?r+=n:--l;if(l)return r/l},a.quantile=function(e,t){var n=(e.length-1)*t+1,r=Math.floor(n),i=+e[r-1],a=n-r;return a?i+a*(e[r]-i):i},a.median=function(e,t){var n,r=[],i=e.length,l=-1;if(1===arguments.length)for(;++l<i;)m(n=g(e[l]))&&r.push(n);else for(;++l<i;)m(n=g(t.call(e,e[l],l)))&&r.push(n);if(r.length)return a.quantile(r.sort(y),.5)},a.variance=function(e,t){var n,r,i=e.length,a=0,l=0,o=-1,s=0;if(1===arguments.length)for(;++o<i;)m(n=g(e[o]))&&(l+=(r=n-a)*(n-(a+=r/++s)));else for(;++o<i;)m(n=g(t.call(e,e[o],o)))&&(l+=(r=n-a)*(n-(a+=r/++s)));if(s>1)return l/(s-1)},a.deviation=function(){var e=a.variance.apply(this,arguments);return e?Math.sqrt(e):e};var T=_(y);function b(e){return e.length}a.bisectLeft=T.left,a.bisect=a.bisectRight=T.right,a.bisector=function(e){return _(1===e.length?function(t,n){return y(e(t),n)}:e)},a.shuffle=function(e,t,n){(a=arguments.length)<3&&(n=e.length,a<2&&(t=0));for(var r,i,a=n-t;a;)i=Math.random()*a--|0,r=e[a+t],e[a+t]=e[i+t],e[i+t]=r;return e},a.permute=function(e,t){for(var n=t.length,r=new Array(n);n--;)r[n]=e[t[n]];return r},a.pairs=function(e){for(var t=0,n=e.length-1,r=e[0],i=new Array(n<0?0:n);t<n;)i[t]=[r,r=e[++t]];return i},a.transpose=function(e){if(!(i=e.length))return[];for(var t=-1,n=a.min(e,b),r=new Array(n);++t<n;)for(var i,l=-1,o=r[t]=new Array(i);++l<i;)o[l]=e[l][t];return r},a.zip=function(){return a.transpose(arguments)},a.keys=function(e){var t=[];for(var n in e)t.push(n);return t},a.values=function(e){var t=[];for(var n in e)t.push(e[n]);return t},a.entries=function(e){var t=[];for(var n in e)t.push({key:n,value:e[n]});return t},a.merge=function(e){for(var t,n,r,i=e.length,a=-1,l=0;++a<i;)l+=e[a].length;for(n=new Array(l);--i>=0;)for(t=(r=e[i]).length;--t>=0;)n[--l]=r[t];return n};var M=Math.abs;function K(e,t){for(var n in t)Object.defineProperty(e.prototype,n,{value:t[n],enumerable:!1})}function k(){this._=Object.create(null)}a.range=function(e,t,n){if(arguments.length<3&&(n=1,arguments.length<2&&(t=e,e=0)),(t-e)/n==1/0)throw new Error("infinite range");var r,i=[],a=function(e){var t=1;for(;e*t%1;)t*=10;return t}(M(n)),l=-1;if(e*=a,t*=a,(n*=a)<0)for(;(r=e+n*++l)>t;)i.push(r/a);else for(;(r=e+n*++l)<t;)i.push(r/a);return i},a.map=function(e,t){var n=new k;if(e instanceof k)e.forEach(function(e,t){n.set(e,t)});else if(Array.isArray(e)){var r,i=-1,a=e.length;if(1===arguments.length)for(;++i<a;)n.set(i,e[i]);else for(;++i<a;)n.set(t.call(e,r=e[i],i),r)}else for(var l in e)n.set(l,e[l]);return n};var x="__proto__",C="\0";function A(e){return(e+="")===x||e[0]===C?C+e:e}function w(e){return(e+="")[0]===C?e.slice(1):e}function L(e){return A(e)in this._}function D(e){return(e=A(e))in this._&&delete this._[e]}function B(){var e=[];for(var t in this._)e.push(w(t));return e}function S(){var e=0;for(var t in this._)++e;return e}function G(){for(var e in this._)return!1;return!0}function W(){this._=Object.create(null)}function z(e){return e}function O(e,t,n){return function(){var r=n.apply(t,arguments);return r===t?e:r}}function P(e,t){if(t in e)return t;t=t.charAt(0).toUpperCase()+t.slice(1);for(var n=0,r=R.length;n<r;++n){var i=R[n]+t;if(i in e)return i}}K(k,{has:L,get:function(e){return this._[A(e)]},set:function(e,t){return this._[A(e)]=t},remove:D,keys:B,values:function(){var e=[];for(var t in this._)e.push(this._[t]);return e},entries:function(){var e=[];for(var t in this._)e.push({key:w(t),value:this._[t]});return e},size:S,empty:G,forEach:function(e){for(var t in this._)e.call(this,w(t),this._[t])}}),a.nest=function(){var e,t,n={},r=[],i=[];function l(i,a,o){if(o>=r.length)return t?t.call(n,a):e?a.sort(e):a;for(var s,u,c,d,f=-1,h=a.length,p=r[o++],v=new k;++f<h;)(d=v.get(s=p(u=a[f])))?d.push(u):v.set(s,[u]);return i?(u=i(),c=function(e,t){u.set(e,l(i,t,o))}):(u={},c=function(e,t){u[e]=l(i,t,o)}),v.forEach(c),u}return n.map=function(e,t){return l(t,e,0)},n.entries=function(e){return function e(t,n){if(n>=r.length)return t;var a=[],l=i[n++];return t.forEach(function(t,r){a.push({key:t,values:e(r,n)})}),l?a.sort(function(e,t){return l(e.key,t.key)}):a}(l(a.map,e,0),0)},n.key=function(e){return r.push(e),n},n.sortKeys=function(e){return i[r.length-1]=e,n},n.sortValues=function(t){return e=t,n},n.rollup=function(e){return t=e,n},n},a.set=function(e){var t=new W;if(e)for(var n=0,r=e.length;n<r;++n)t.add(e[n]);return t},K(W,{has:L,add:function(e){return this._[A(e+="")]=!0,e},remove:D,values:B,size:S,empty:G,forEach:function(e){for(var t in this._)e.call(this,w(t))}}),a.behavior={},a.rebind=function(e,t){for(var n,r=1,i=arguments.length;++r<i;)e[n=arguments[r]]=O(e,t,t[n]);return e};var R=["webkit","ms","moz","Moz","o","O"];function j(){}function E(){}function I(e){var t=[],n=new k;function r(){for(var n,r=t,i=-1,a=r.length;++i<a;)(n=r[i].on)&&n.apply(this,arguments);return e}return r.on=function(r,i){var a,l=n.get(r);return arguments.length<2?l&&l.on:(l&&(l.on=null,t=t.slice(0,a=t.indexOf(l)).concat(t.slice(a+1)),n.remove(r)),i&&t.push(n.set(r,{on:i})),e)},r}function N(){a.event.preventDefault()}function F(){for(var e,t=a.event;e=t.sourceEvent;)t=e;return t}function $(e){for(var t=new E,n=0,r=arguments.length;++n<r;)t[arguments[n]]=I(t);return t.of=function(n,r){return function(i){try{var l=i.sourceEvent=a.event;i.target=e,a.event=i,t[i.type].apply(n,r)}finally{a.event=l}}},t}a.dispatch=function(){for(var e=new E,t=-1,n=arguments.length;++t<n;)e[arguments[t]]=I(e);return e},E.prototype.on=function(e,t){var n=e.indexOf("."),r="";if(n>=0&&(r=e.slice(n+1),e=e.slice(0,n)),e)return arguments.length<2?this[e].on(r):this[e].on(r,t);if(2===arguments.length){if(null==t)for(e in this)this.hasOwnProperty(e)&&this[e].on(r,null);return this}},a.event=null,a.requote=function(e){return e.replace(V,"\\$&")};var V=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g,H={}.__proto__?function(e,t){e.__proto__=t}:function(e,t){for(var n in t)e[n]=t[n]};function q(e){return H(e,J),e}var U=function(e,t){return t.querySelector(e)},Y=function(e,t){return t.querySelectorAll(e)},X=function(e,t){var n=e.matches||e[P(e,"matchesSelector")];return(X=function(e,t){return n.call(e,t)})(e,t)};"function"==typeof Sizzle&&(U=function(e,t){return Sizzle(e,t)[0]||null},Y=Sizzle,X=Sizzle.matchesSelector),a.selection=function(){return a.select(s.documentElement)};var J=a.selection.prototype=[];function Z(e){return"function"==typeof e?e:function(){return U(e,this)}}function Q(e){return"function"==typeof e?e:function(){return Y(e,this)}}J.select=function(e){var t,n,r,i,a=[];e=Z(e);for(var l=-1,o=this.length;++l<o;){a.push(t=[]),t.parentNode=(r=this[l]).parentNode;for(var s=-1,u=r.length;++s<u;)(i=r[s])?(t.push(n=e.call(i,i.__data__,s,l)),n&&"__data__"in i&&(n.__data__=i.__data__)):t.push(null)}return q(a)},J.selectAll=function(e){var t,n,r=[];e=Q(e);for(var i=-1,a=this.length;++i<a;)for(var l=this[i],s=-1,u=l.length;++s<u;)(n=l[s])&&(r.push(t=o(e.call(n,n.__data__,s,i))),t.parentNode=n);return q(r)};var ee="http://www.w3.org/1999/xhtml",te={svg:"http://www.w3.org/2000/svg",xhtml:ee,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function ne(e,t){return e=a.ns.qualify(e),null==t?e.local?function(){this.removeAttributeNS(e.space,e.local)}:function(){this.removeAttribute(e)}:"function"==typeof t?e.local?function(){var n=t.apply(this,arguments);null==n?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,n)}:function(){var n=t.apply(this,arguments);null==n?this.removeAttribute(e):this.setAttribute(e,n)}:e.local?function(){this.setAttributeNS(e.space,e.local,t)}:function(){this.setAttribute(e,t)}}function re(e){return e.trim().replace(/\s+/g," ")}function ie(e){return new RegExp("(?:^|\\s+)"+a.requote(e)+"(?:\\s+|$)","g")}function ae(e){return(e+"").trim().split(/^|\s+/)}function le(e,t){var n=(e=ae(e).map(oe)).length;return"function"==typeof t?function(){for(var r=-1,i=t.apply(this,arguments);++r<n;)e[r](this,i)}:function(){for(var r=-1;++r<n;)e[r](this,t)}}function oe(e){var t=ie(e);return function(n,r){if(i=n.classList)return r?i.add(e):i.remove(e);var i=n.getAttribute("class")||"";r?(t.lastIndex=0,t.test(i)||n.setAttribute("class",re(i+" "+e))):n.setAttribute("class",re(i.replace(t," ")))}}function se(e,t,n){return null==t?function(){this.style.removeProperty(e)}:"function"==typeof t?function(){var r=t.apply(this,arguments);null==r?this.style.removeProperty(e):this.style.setProperty(e,r,n)}:function(){this.style.setProperty(e,t,n)}}function ue(e,t){return null==t?function(){delete this[e]}:"function"==typeof t?function(){var n=t.apply(this,arguments);null==n?delete this[e]:this[e]=n}:function(){this[e]=t}}function ce(e){return"function"==typeof e?e:(e=a.ns.qualify(e)).local?function(){return this.ownerDocument.createElementNS(e.space,e.local)}:function(){var t=this.ownerDocument,n=this.namespaceURI;return n===ee&&t.documentElement.namespaceURI===ee?t.createElement(e):t.createElementNS(n,e)}}function de(){var e=this.parentNode;e&&e.removeChild(this)}function fe(e){return{__data__:e}}function he(e){return function(){return X(this,e)}}function pe(e,t){for(var n=0,r=e.length;n<r;n++)for(var i,a=e[n],l=0,o=a.length;l<o;l++)(i=a[l])&&t(i,l,n);return e}function ve(e){return H(e,ye),e}a.ns={prefix:te,qualify:function(e){var t=e.indexOf(":"),n=e;return t>=0&&"xmlns"!==(n=e.slice(0,t))&&(e=e.slice(t+1)),te.hasOwnProperty(n)?{space:te[n],local:e}:e}},J.attr=function(e,t){if(arguments.length<2){if("string"==typeof e){var n=this.node();return(e=a.ns.qualify(e)).local?n.getAttributeNS(e.space,e.local):n.getAttribute(e)}for(t in e)this.each(ne(t,e[t]));return this}return this.each(ne(e,t))},J.classed=function(e,t){if(arguments.length<2){if("string"==typeof e){var n=this.node(),r=(e=ae(e)).length,i=-1;if(t=n.classList){for(;++i<r;)if(!t.contains(e[i]))return!1}else for(t=n.getAttribute("class");++i<r;)if(!ie(e[i]).test(t))return!1;return!0}for(t in e)this.each(le(t,e[t]));return this}return this.each(le(e,t))},J.style=function(e,t,n){var r=arguments.length;if(r<3){if("string"!=typeof e){for(n in r<2&&(t=""),e)this.each(se(n,e[n],t));return this}if(r<2){var i=this.node();return c(i).getComputedStyle(i,null).getPropertyValue(e)}n=""}return this.each(se(e,t,n))},J.property=function(e,t){if(arguments.length<2){if("string"==typeof e)return this.node()[e];for(t in e)this.each(ue(t,e[t]));return this}return this.each(ue(e,t))},J.text=function(e){return arguments.length?this.each("function"==typeof e?function(){var t=e.apply(this,arguments);this.textContent=null==t?"":t}:null==e?function(){this.textContent=""}:function(){this.textContent=e}):this.node().textContent},J.html=function(e){return arguments.length?this.each("function"==typeof e?function(){var t=e.apply(this,arguments);this.innerHTML=null==t?"":t}:null==e?function(){this.innerHTML=""}:function(){this.innerHTML=e}):this.node().innerHTML},J.append=function(e){return e=ce(e),this.select(function(){return this.appendChild(e.apply(this,arguments))})},J.insert=function(e,t){return e=ce(e),t=Z(t),this.select(function(){return this.insertBefore(e.apply(this,arguments),t.apply(this,arguments)||null)})},J.remove=function(){return this.each(de)},J.data=function(e,t){var n,r,i=-1,a=this.length;if(!arguments.length){for(e=new Array(a=(n=this[0]).length);++i<a;)(r=n[i])&&(e[i]=r.__data__);return e}function l(e,n){var r,i,a,l=e.length,c=n.length,d=Math.min(l,c),f=new Array(c),h=new Array(c),p=new Array(l);if(t){var v,y=new k,g=new Array(l);for(r=-1;++r<l;)(i=e[r])&&(y.has(v=t.call(i,i.__data__,r))?p[r]=i:y.set(v,i),g[r]=v);for(r=-1;++r<c;)(i=y.get(v=t.call(n,a=n[r],r)))?!0!==i&&(f[r]=i,i.__data__=a):h[r]=fe(a),y.set(v,!0);for(r=-1;++r<l;)r in g&&!0!==y.get(g[r])&&(p[r]=e[r])}else{for(r=-1;++r<d;)i=e[r],a=n[r],i?(i.__data__=a,f[r]=i):h[r]=fe(a);for(;r<c;++r)h[r]=fe(n[r]);for(;r<l;++r)p[r]=e[r]}h.update=f,h.parentNode=f.parentNode=p.parentNode=e.parentNode,o.push(h),s.push(f),u.push(p)}var o=ve([]),s=q([]),u=q([]);if("function"==typeof e)for(;++i<a;)l(n=this[i],e.call(n,n.parentNode.__data__,i));else for(;++i<a;)l(n=this[i],e);return s.enter=function(){return o},s.exit=function(){return u},s},J.datum=function(e){return arguments.length?this.property("__data__",e):this.property("__data__")},J.filter=function(e){var t,n,r,i=[];"function"!=typeof e&&(e=he(e));for(var a=0,l=this.length;a<l;a++){i.push(t=[]),t.parentNode=(n=this[a]).parentNode;for(var o=0,s=n.length;o<s;o++)(r=n[o])&&e.call(r,r.__data__,o,a)&&t.push(r)}return q(i)},J.order=function(){for(var e=-1,t=this.length;++e<t;)for(var n,r=this[e],i=r.length-1,a=r[i];--i>=0;)(n=r[i])&&(a&&a!==n.nextSibling&&a.parentNode.insertBefore(n,a),a=n);return this},J.sort=function(e){e=function(e){arguments.length||(e=y);return function(t,n){return t&&n?e(t.__data__,n.__data__):!t-!n}}.apply(this,arguments);for(var t=-1,n=this.length;++t<n;)this[t].sort(e);return this.order()},J.each=function(e){return pe(this,function(t,n,r){e.call(t,t.__data__,n,r)})},J.call=function(e){var t=o(arguments);return e.apply(t[0]=this,t),this},J.empty=function(){return!this.node()},J.node=function(){for(var e=0,t=this.length;e<t;e++)for(var n=this[e],r=0,i=n.length;r<i;r++){var a=n[r];if(a)return a}return null},J.size=function(){var e=0;return pe(this,function(){++e}),e};var ye=[];function ge(e,t,n){var r="__on"+e,i=e.indexOf("."),l=_e;i>0&&(e=e.slice(0,i));var s=me.get(e);function u(){var t=this[r];t&&(this.removeEventListener(e,t,t.$),delete this[r])}return s&&(e=s,l=Te),i?t?function(){var i=l(t,o(arguments));u.call(this),this.addEventListener(e,this[r]=i,i.$=n),i._=t}:u:t?j:function(){var t,n=new RegExp("^__on([^.]+)"+a.requote(e)+"$");for(var r in this)if(t=r.match(n)){var i=this[r];this.removeEventListener(t[1],i,i.$),delete this[r]}}}a.selection.enter=ve,a.selection.enter.prototype=ye,ye.append=J.append,ye.empty=J.empty,ye.node=J.node,ye.call=J.call,ye.size=J.size,ye.select=function(e){for(var t,n,r,i,a,l=[],o=-1,s=this.length;++o<s;){r=(i=this[o]).update,l.push(t=[]),t.parentNode=i.parentNode;for(var u=-1,c=i.length;++u<c;)(a=i[u])?(t.push(r[u]=n=e.call(i.parentNode,a.__data__,u,o)),n.__data__=a.__data__):t.push(null)}return q(l)},ye.insert=function(e,t){var n,r,i;return arguments.length<2&&(n=this,t=function(e,t,a){var l,o=n[a].update,s=o.length;for(a!=i&&(i=a,r=0),t>=r&&(r=t+1);!(l=o[r])&&++r<s;);return l}),J.insert.call(this,e,t)},a.select=function(e){var t;return"string"==typeof e?(t=[U(e,s)]).parentNode=s.documentElement:(t=[e]).parentNode=u(e),q([t])},a.selectAll=function(e){var t;return"string"==typeof e?(t=o(Y(e,s))).parentNode=s.documentElement:(t=o(e)).parentNode=null,q([t])},J.on=function(e,t,n){var r=arguments.length;if(r<3){if("string"!=typeof e){for(n in r<2&&(t=!1),e)this.each(ge(n,e[n],t));return this}if(r<2)return(r=this.node()["__on"+e])&&r._;n=!1}return this.each(ge(e,t,n))};var me=a.map({mouseenter:"mouseover",mouseleave:"mouseout"});function _e(e,t){return function(n){var r=a.event;a.event=n,t[0]=this.__data__;try{e.apply(this,t)}finally{a.event=r}}}function Te(e,t){var n=_e(e,t);return function(e){var t=e.relatedTarget;t&&(t===this||8&t.compareDocumentPosition(this))||n.call(this,e)}}s&&me.forEach(function(e){"on"+e in s&&me.remove(e)});var be,Me=0;function Ke(e){var t=".dragsuppress-"+ ++Me,n="click"+t,r=a.select(c(e)).on("touchmove"+t,N).on("dragstart"+t,N).on("selectstart"+t,N);if(null==be&&(be=!("onselectstart"in e)&&P(e.style,"userSelect")),be){var i=u(e).style,l=i[be];i[be]="none"}return function(e){if(r.on(t,null),be&&(i[be]=l),e){var a=function(){r.on(n,null)};r.on(n,function(){N(),a()},!0),setTimeout(a,0)}}}a.mouse=function(e){return xe(e,F())};var ke=this.navigator&&/WebKit/.test(this.navigator.userAgent)?-1:0;function xe(e,t){t.changedTouches&&(t=t.changedTouches[0]);var n=e.ownerSVGElement||e;if(n.createSVGPoint){var r=n.createSVGPoint();if(ke<0){var i=c(e);if(i.scrollX||i.scrollY){var l=(n=a.select("body").append("svg").style({position:"absolute",top:0,left:0,margin:0,padding:0,border:"none"},"important"))[0][0].getScreenCTM();ke=!(l.f||l.e),n.remove()}}return ke?(r.x=t.pageX,r.y=t.pageY):(r.x=t.clientX,r.y=t.clientY),[(r=r.matrixTransform(e.getScreenCTM().inverse())).x,r.y]}var o=e.getBoundingClientRect();return[t.clientX-o.left-e.clientLeft,t.clientY-o.top-e.clientTop]}function Ce(){return a.event.changedTouches[0].identifier}a.touch=function(e,t,n){if(arguments.length<3&&(n=t,t=F().changedTouches),t)for(var r,i=0,a=t.length;i<a;++i)if((r=t[i]).identifier===n)return xe(e,r)},a.behavior.drag=function(){var e=$(i,"drag","dragstart","dragend"),t=null,n=l(j,a.mouse,c,"mousemove","mouseup"),r=l(Ce,a.touch,z,"touchmove","touchend");function i(){this.on("mousedown.drag",n).on("touchstart.drag",r)}function l(n,r,i,l,o){return function(){var s,u=a.event.target.correspondingElement||a.event.target,c=this.parentNode,d=e.of(this,arguments),f=0,h=n(),p=".drag"+(null==h?"":"-"+h),v=a.select(i(u)).on(l+p,function(){var e,t,n=r(c,h);if(!n)return;e=n[0]-g[0],t=n[1]-g[1],f|=e|t,g=n,d({type:"drag",x:n[0]+s[0],y:n[1]+s[1],dx:e,dy:t})}).on(o+p,function(){if(!r(c,h))return;v.on(l+p,null).on(o+p,null),y(f),d({type:"dragend"})}),y=Ke(u),g=r(c,h);s=t?[(s=t.apply(this,arguments)).x-g[0],s.y-g[1]]:[0,0],d({type:"dragstart"})}}return i.origin=function(e){return arguments.length?(t=e,i):t},a.rebind(i,e,"on")},a.touches=function(e,t){return arguments.length<2&&(t=F().touches),t?o(t).map(function(t){var n=xe(e,t);return n.identifier=t.identifier,n}):[]};var Ae=1e-6,we=Ae*Ae,Le=Math.PI,De=2*Le,Be=De-Ae,Se=Le/2,Ge=Le/180,We=180/Le;function ze(e){return e>0?1:e<0?-1:0}function Oe(e,t,n){return(t[0]-e[0])*(n[1]-e[1])-(t[1]-e[1])*(n[0]-e[0])}function Pe(e){return e>1?0:e<-1?Le:Math.acos(e)}function Re(e){return e>1?Se:e<-1?-Se:Math.asin(e)}function je(e){return((e=Math.exp(e))+1/e)/2}function Ee(e){return(e=Math.sin(e/2))*e}var Ie=Math.SQRT2;a.interpolateZoom=function(e,t){var n,r,i=e[0],a=e[1],l=e[2],o=t[0],s=t[1],u=t[2],c=o-i,d=s-a,f=c*c+d*d;if(f<we)r=Math.log(u/l)/Ie,n=function(e){return[i+e*c,a+e*d,l*Math.exp(Ie*e*r)]};else{var h=Math.sqrt(f),p=(u*u-l*l+4*f)/(2*l*2*h),v=(u*u-l*l-4*f)/(2*u*2*h),y=Math.log(Math.sqrt(p*p+1)-p),g=Math.log(Math.sqrt(v*v+1)-v);r=(g-y)/Ie,n=function(e){var t,n=e*r,o=je(y),s=l/(2*h)*(o*(t=Ie*n+y,((t=Math.exp(2*t))-1)/(t+1))-function(e){return((e=Math.exp(e))-1/e)/2}(y));return[i+s*c,a+s*d,l*o/je(Ie*n+y)]}}return n.duration=1e3*r,n},a.behavior.zoom=function(){var e,t,n,r,i,l,o,u,d,f={x:0,y:0,k:1},h=[960,500],p=$e,v=250,y=0,g="mousedown.zoom",m="mousemove.zoom",_="mouseup.zoom",T="touchstart.zoom",b=$(M,"zoomstart","zoom","zoomend");function M(e){e.on(g,B).on(Fe+".zoom",G).on("dblclick.zoom",W).on(T,S)}function K(e){return[(e[0]-f.x)/f.k,(e[1]-f.y)/f.k]}function k(e){f.k=Math.max(p[0],Math.min(p[1],e))}function x(e,t){t=function(e){return[e[0]*f.k+f.x,e[1]*f.k+f.y]}(t),f.x+=e[0]-t[0],f.y+=e[1]-t[1]}function C(e,n,r,i){e.__chart__={x:f.x,y:f.y,k:f.k},k(Math.pow(2,i)),x(t=n,r),e=a.select(e),v>0&&(e=e.transition().duration(v)),e.call(M.event)}function A(){o&&o.domain(l.range().map(function(e){return(e-f.x)/f.k}).map(l.invert)),d&&d.domain(u.range().map(function(e){return(e-f.y)/f.k}).map(u.invert))}function w(e){y++||e({type:"zoomstart"})}function L(e){A(),e({type:"zoom",scale:f.k,translate:[f.x,f.y]})}function D(e){--y||(e({type:"zoomend"}),t=null)}function B(){var e=this,t=b.of(e,arguments),n=0,r=a.select(c(e)).on(m,function(){n=1,x(a.mouse(e),i),L(t)}).on(_,function(){r.on(m,null).on(_,null),l(n),D(t)}),i=K(a.mouse(e)),l=Ke(e);co.call(e),w(t)}function S(){var e,t=this,n=b.of(t,arguments),r={},l=0,o=".zoom-"+a.event.changedTouches[0].identifier,s="touchmove"+o,u="touchend"+o,c=[],d=a.select(t),h=Ke(t);function p(){var n=a.touches(t);return e=f.k,n.forEach(function(e){e.identifier in r&&(r[e.identifier]=K(e))}),n}function v(){var e=a.event.target;a.select(e).on(s,y).on(u,m),c.push(e);for(var n=a.event.changedTouches,o=0,d=n.length;o<d;++o)r[n[o].identifier]=null;var h=p(),v=Date.now();if(1===h.length){if(v-i<500){var g=h[0];C(t,g,r[g.identifier],Math.floor(Math.log(f.k)/Math.LN2)+1),N()}i=v}else if(h.length>1){g=h[0];var _=h[1],T=g[0]-_[0],b=g[1]-_[1];l=T*T+b*b}}function y(){var o,s,u,c,d=a.touches(t);co.call(t);for(var f=0,h=d.length;f<h;++f,c=null)if(u=d[f],c=r[u.identifier]){if(s)break;o=u,s=c}if(c){var p=(p=u[0]-o[0])*p+(p=u[1]-o[1])*p,v=l&&Math.sqrt(p/l);o=[(o[0]+u[0])/2,(o[1]+u[1])/2],s=[(s[0]+c[0])/2,(s[1]+c[1])/2],k(v*e)}i=null,x(o,s),L(n)}function m(){if(a.event.touches.length){for(var e=a.event.changedTouches,t=0,i=e.length;t<i;++t)delete r[e[t].identifier];for(var l in r)return void p()}a.selectAll(c).on(o,null),d.on(g,B).on(T,S),h(),D(n)}v(),w(n),d.on(g,null).on(T,v)}function G(){var i=b.of(this,arguments);r?clearTimeout(r):(co.call(this),e=K(t=n||a.mouse(this)),w(i)),r=setTimeout(function(){r=null,D(i)},50),N(),k(Math.pow(2,.002*Ne())*f.k),x(t,e),L(i)}function W(){var e=a.mouse(this),t=Math.log(f.k)/Math.LN2;C(this,e,K(e),a.event.shiftKey?Math.ceil(t)-1:Math.floor(t)+1)}return Fe||(Fe="onwheel"in s?(Ne=function(){return-a.event.deltaY*(a.event.deltaMode?120:1)},"wheel"):"onmousewheel"in s?(Ne=function(){return a.event.wheelDelta},"mousewheel"):(Ne=function(){return-a.event.detail},"MozMousePixelScroll")),M.event=function(e){e.each(function(){var e=b.of(this,arguments),n=f;po?a.select(this).transition().each("start.zoom",function(){f=this.__chart__||{x:0,y:0,k:1},w(e)}).tween("zoom:zoom",function(){var r=h[0],i=h[1],l=t?t[0]:r/2,o=t?t[1]:i/2,s=a.interpolateZoom([(l-f.x)/f.k,(o-f.y)/f.k,r/f.k],[(l-n.x)/n.k,(o-n.y)/n.k,r/n.k]);return function(t){var n=s(t),i=r/n[2];this.__chart__=f={x:l-n[0]*i,y:o-n[1]*i,k:i},L(e)}}).each("interrupt.zoom",function(){D(e)}).each("end.zoom",function(){D(e)}):(this.__chart__=f,w(e),L(e),D(e))})},M.translate=function(e){return arguments.length?(f={x:+e[0],y:+e[1],k:f.k},A(),M):[f.x,f.y]},M.scale=function(e){return arguments.length?(f={x:f.x,y:f.y,k:null},k(+e),A(),M):f.k},M.scaleExtent=function(e){return arguments.length?(p=null==e?$e:[+e[0],+e[1]],M):p},M.center=function(e){return arguments.length?(n=e&&[+e[0],+e[1]],M):n},M.size=function(e){return arguments.length?(h=e&&[+e[0],+e[1]],M):h},M.duration=function(e){return arguments.length?(v=+e,M):v},M.x=function(e){return arguments.length?(o=e,l=e.copy(),f={x:0,y:0,k:1},M):o},M.y=function(e){return arguments.length?(d=e,u=e.copy(),f={x:0,y:0,k:1},M):d},a.rebind(M,b,"on")};var Ne,Fe,$e=[0,1/0];function Ve(){}function He(e,t,n){return this instanceof He?(this.h=+e,this.s=+t,void(this.l=+n)):arguments.length<2?e instanceof He?new He(e.h,e.s,e.l):pt(""+e,vt,He):new He(e,t,n)}a.color=Ve,Ve.prototype.toString=function(){return this.rgb()+""},a.hsl=He;var qe=He.prototype=new Ve;function Ue(e,t,n){var r,i;function a(e){return Math.round(255*function(e){return e>360?e-=360:e<0&&(e+=360),e<60?r+(i-r)*e/60:e<180?i:e<240?r+(i-r)*(240-e)/60:r}(e))}return e=isNaN(e)?0:(e%=360)<0?e+360:e,t=isNaN(t)?0:t<0?0:t>1?1:t,r=2*(n=n<0?0:n>1?1:n)-(i=n<=.5?n*(1+t):n+t-n*t),new ut(a(e+120),a(e),a(e-120))}function Ye(e,t,n){return this instanceof Ye?(this.h=+e,this.c=+t,void(this.l=+n)):arguments.length<2?e instanceof Ye?new Ye(e.h,e.c,e.l):at(e instanceof Ze?e.l:(e=yt((e=a.rgb(e)).r,e.g,e.b)).l,e.a,e.b):new Ye(e,t,n)}qe.brighter=function(e){return e=Math.pow(.7,arguments.length?e:1),new He(this.h,this.s,this.l/e)},qe.darker=function(e){return e=Math.pow(.7,arguments.length?e:1),new He(this.h,this.s,e*this.l)},qe.rgb=function(){return Ue(this.h,this.s,this.l)},a.hcl=Ye;var Xe=Ye.prototype=new Ve;function Je(e,t,n){return isNaN(e)&&(e=0),isNaN(t)&&(t=0),new Ze(n,Math.cos(e*=Ge)*t,Math.sin(e)*t)}function Ze(e,t,n){return this instanceof Ze?(this.l=+e,this.a=+t,void(this.b=+n)):arguments.length<2?e instanceof Ze?new Ze(e.l,e.a,e.b):e instanceof Ye?Je(e.h,e.c,e.l):yt((e=ut(e)).r,e.g,e.b):new Ze(e,t,n)}Xe.brighter=function(e){return new Ye(this.h,this.c,Math.min(100,this.l+Qe*(arguments.length?e:1)))},Xe.darker=function(e){return new Ye(this.h,this.c,Math.max(0,this.l-Qe*(arguments.length?e:1)))},Xe.rgb=function(){return Je(this.h,this.c,this.l).rgb()},a.lab=Ze;var Qe=18,et=.95047,tt=1,nt=1.08883,rt=Ze.prototype=new Ve;function it(e,t,n){var r=(e+16)/116,i=r+t/500,a=r-n/200;return new ut(st(3.2404542*(i=lt(i)*et)-1.5371385*(r=lt(r)*tt)-.4985314*(a=lt(a)*nt)),st(-.969266*i+1.8760108*r+.041556*a),st(.0556434*i-.2040259*r+1.0572252*a))}function at(e,t,n){return e>0?new Ye(Math.atan2(n,t)*We,Math.sqrt(t*t+n*n),e):new Ye(NaN,NaN,e)}function lt(e){return e>.206893034?e*e*e:(e-4/29)/7.787037}function ot(e){return e>.008856?Math.pow(e,1/3):7.787037*e+4/29}function st(e){return Math.round(255*(e<=.00304?12.92*e:1.055*Math.pow(e,1/2.4)-.055))}function ut(e,t,n){return this instanceof ut?(this.r=~~e,this.g=~~t,void(this.b=~~n)):arguments.length<2?e instanceof ut?new ut(e.r,e.g,e.b):pt(""+e,ut,Ue):new ut(e,t,n)}function ct(e){return new ut(e>>16,e>>8&255,255&e)}function dt(e){return ct(e)+""}rt.brighter=function(e){return new Ze(Math.min(100,this.l+Qe*(arguments.length?e:1)),this.a,this.b)},rt.darker=function(e){return new Ze(Math.max(0,this.l-Qe*(arguments.length?e:1)),this.a,this.b)},rt.rgb=function(){return it(this.l,this.a,this.b)},a.rgb=ut;var ft=ut.prototype=new Ve;function ht(e){return e<16?"0"+Math.max(0,e).toString(16):Math.min(255,e).toString(16)}function pt(e,t,n){var r,i,a,l=0,o=0,s=0;if(r=/([a-z]+)\((.*)\)/.exec(e=e.toLowerCase()))switch(i=r[2].split(","),r[1]){case"hsl":return n(parseFloat(i[0]),parseFloat(i[1])/100,parseFloat(i[2])/100);case"rgb":return t(mt(i[0]),mt(i[1]),mt(i[2]))}return(a=_t.get(e))?t(a.r,a.g,a.b):(null==e||"#"!==e.charAt(0)||isNaN(a=parseInt(e.slice(1),16))||(4===e.length?(l=(3840&a)>>4,l|=l>>4,o=240&a,o|=o>>4,s=15&a,s|=s<<4):7===e.length&&(l=(16711680&a)>>16,o=(65280&a)>>8,s=255&a)),t(l,o,s))}function vt(e,t,n){var r,i,a=Math.min(e/=255,t/=255,n/=255),l=Math.max(e,t,n),o=l-a,s=(l+a)/2;return o?(i=s<.5?o/(l+a):o/(2-l-a),r=e==l?(t-n)/o+(t<n?6:0):t==l?(n-e)/o+2:(e-t)/o+4,r*=60):(r=NaN,i=s>0&&s<1?0:r),new He(r,i,s)}function yt(e,t,n){var r=ot((.4124564*(e=gt(e))+.3575761*(t=gt(t))+.1804375*(n=gt(n)))/et),i=ot((.2126729*e+.7151522*t+.072175*n)/tt);return Ze(116*i-16,500*(r-i),200*(i-ot((.0193339*e+.119192*t+.9503041*n)/nt)))}function gt(e){return(e/=255)<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}function mt(e){var t=parseFloat(e);return"%"===e.charAt(e.length-1)?Math.round(2.55*t):t}ft.brighter=function(e){e=Math.pow(.7,arguments.length?e:1);var t=this.r,n=this.g,r=this.b,i=30;return t||n||r?(t&&t<i&&(t=i),n&&n<i&&(n=i),r&&r<i&&(r=i),new ut(Math.min(255,t/e),Math.min(255,n/e),Math.min(255,r/e))):new ut(i,i,i)},ft.darker=function(e){return new ut((e=Math.pow(.7,arguments.length?e:1))*this.r,e*this.g,e*this.b)},ft.hsl=function(){return vt(this.r,this.g,this.b)},ft.toString=function(){return"#"+ht(this.r)+ht(this.g)+ht(this.b)};var _t=a.map({aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074});function Tt(e){return"function"==typeof e?e:function(){return e}}function bt(e){return function(t,n,r){return 2===arguments.length&&"function"==typeof n&&(r=n,n=null),Mt(t,n,e,r)}}function Mt(e,t,n,r){var i={},l=a.dispatch("beforesend","progress","load","error"),s={},u=new XMLHttpRequest,c=null;function d(){var e,t=u.status;if(!t&&function(e){var t=e.responseType;return t&&"text"!==t?e.response:e.responseText}(u)||t>=200&&t<300||304===t){try{e=n.call(i,u)}catch(e){return void l.error.call(i,e)}l.load.call(i,e)}else l.error.call(i,u)}return!this.XDomainRequest||"withCredentials"in u||!/^(http(s)?:)?\/\//.test(e)||(u=new XDomainRequest),"onload"in u?u.onload=u.onerror=d:u.onreadystatechange=function(){u.readyState>3&&d()},u.onprogress=function(e){var t=a.event;a.event=e;try{l.progress.call(i,u)}finally{a.event=t}},i.header=function(e,t){return e=(e+"").toLowerCase(),arguments.length<2?s[e]:(null==t?delete s[e]:s[e]=t+"",i)},i.mimeType=function(e){return arguments.length?(t=null==e?null:e+"",i):t},i.responseType=function(e){return arguments.length?(c=e,i):c},i.response=function(e){return n=e,i},["get","post"].forEach(function(e){i[e]=function(){return i.send.apply(i,[e].concat(o(arguments)))}}),i.send=function(n,r,a){if(2===arguments.length&&"function"==typeof r&&(a=r,r=null),u.open(n,e,!0),null==t||"accept"in s||(s.accept=t+",*/*"),u.setRequestHeader)for(var o in s)u.setRequestHeader(o,s[o]);return null!=t&&u.overrideMimeType&&u.overrideMimeType(t),null!=c&&(u.responseType=c),null!=a&&i.on("error",a).on("load",function(e){a(null,e)}),l.beforesend.call(i,u),u.send(null==r?null:r),i},i.abort=function(){return u.abort(),i},a.rebind(i,l,"on"),null==r?i:i.get(function(e){return 1===e.length?function(t,n){e(null==t?n:null)}:e}(r))}_t.forEach(function(e,t){_t.set(e,ct(t))}),a.functor=Tt,a.xhr=bt(z),a.dsv=function(e,t){var n=new RegExp('["'+e+"\n]"),r=e.charCodeAt(0);function i(e,n,r){arguments.length<3&&(r=n,n=null);var i=Mt(e,t,null==n?a:l(n),r);return i.row=function(e){return arguments.length?i.response(null==(n=e)?a:l(e)):n},i}function a(e){return i.parse(e.responseText)}function l(e){return function(t){return i.parse(t.responseText,e)}}function o(t){return t.map(s).join(e)}function s(e){return n.test(e)?'"'+e.replace(/\"/g,'""')+'"':e}return i.parse=function(e,t){var n;return i.parseRows(e,function(e,r){if(n)return n(e,r-1);var i=new Function("d","return {"+e.map(function(e,t){return JSON.stringify(e)+": d["+t+"]"}).join(",")+"}");n=t?function(e,n){return t(i(e),n)}:i})},i.parseRows=function(e,t){var n,i,a={},l={},o=[],s=e.length,u=0,c=0;function d(){if(u>=s)return l;if(i)return i=!1,a;var t=u;if(34===e.charCodeAt(t)){for(var n=t;n++<s;)if(34===e.charCodeAt(n)){if(34!==e.charCodeAt(n+1))break;++n}return u=n+2,13===(o=e.charCodeAt(n+1))?(i=!0,10===e.charCodeAt(n+2)&&++u):10===o&&(i=!0),e.slice(t+1,n).replace(/""/g,'"')}for(;u<s;){var o,c=1;if(10===(o=e.charCodeAt(u++)))i=!0;else if(13===o)i=!0,10===e.charCodeAt(u)&&(++u,++c);else if(o!==r)continue;return e.slice(t,u-c)}return e.slice(t)}for(;(n=d())!==l;){for(var f=[];n!==a&&n!==l;)f.push(n),n=d();t&&null==(f=t(f,c++))||o.push(f)}return o},i.format=function(t){if(Array.isArray(t[0]))return i.formatRows(t);var n=new W,r=[];return t.forEach(function(e){for(var t in e)n.has(t)||r.push(n.add(t))}),[r.map(s).join(e)].concat(t.map(function(t){return r.map(function(e){return s(t[e])}).join(e)})).join("\n")},i.formatRows=function(e){return e.map(o).join("\n")},i},a.csv=a.dsv(",","text/csv"),a.tsv=a.dsv("\t","text/tab-separated-values");var Kt,kt,xt,Ct,At=this[P(this,"requestAnimationFrame")]||function(e){setTimeout(e,17)};function wt(e,t,n){var r=arguments.length;r<2&&(t=0),r<3&&(n=Date.now());var i={c:e,t:n+t,n:null};return kt?kt.n=i:Kt=i,kt=i,xt||(Ct=clearTimeout(Ct),xt=1,At(Lt)),i}function Lt(){var e=Dt(),t=Bt()-e;t>24?(isFinite(t)&&(clearTimeout(Ct),Ct=setTimeout(Lt,t)),xt=0):(xt=1,At(Lt))}function Dt(){for(var e=Date.now(),t=Kt;t;)e>=t.t&&t.c(e-t.t)&&(t.c=null),t=t.n;return e}function Bt(){for(var e,t=Kt,n=1/0;t;)t.c?(t.t<n&&(n=t.t),t=(e=t).n):t=e?e.n=t.n:Kt=t.n;return kt=e,n}function St(e,t){return t-(e?Math.ceil(Math.log(e)/Math.LN10):1)}a.timer=function(){wt.apply(this,arguments)},a.timer.flush=function(){Dt(),Bt()},a.round=function(e,t){return t?Math.round(e*(t=Math.pow(10,t)))/t:Math.round(e)};var Gt=["y","z","a","f","p","n","ยต","m","","k","M","G","T","P","E","Z","Y"].map(function(e,t){var n=Math.pow(10,3*M(8-t));return{scale:t>8?function(e){return e/n}:function(e){return e*n},symbol:e}});a.formatPrefix=function(e,t){var n=0;return(e=+e)&&(e<0&&(e*=-1),t&&(e=a.round(e,St(e,t))),n=1+Math.floor(1e-12+Math.log(e)/Math.LN10),n=Math.max(-24,Math.min(24,3*Math.floor((n-1)/3)))),Gt[8+n/3]};var Wt=/(?:([^{])?([<>=^]))?([+\- ])?([$#])?(0)?(\d+)?(,)?(\.-?\d+)?([a-z%])?/i,zt=a.map({b:function(e){return e.toString(2)},c:function(e){return String.fromCharCode(e)},o:function(e){return e.toString(8)},x:function(e){return e.toString(16)},X:function(e){return e.toString(16).toUpperCase()},g:function(e,t){return e.toPrecision(t)},e:function(e,t){return e.toExponential(t)},f:function(e,t){return e.toFixed(t)},r:function(e,t){return(e=a.round(e,St(e,t))).toFixed(Math.max(0,Math.min(20,St(e*(1+1e-15),t))))}});function Ot(e){return e+""}var Pt=a.time={},Rt=Date;function jt(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}jt.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(){Et.setUTCDate.apply(this._,arguments)},setDay:function(){Et.setUTCDay.apply(this._,arguments)},setFullYear:function(){Et.setUTCFullYear.apply(this._,arguments)},setHours:function(){Et.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){Et.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){Et.setUTCMinutes.apply(this._,arguments)},setMonth:function(){Et.setUTCMonth.apply(this._,arguments)},setSeconds:function(){Et.setUTCSeconds.apply(this._,arguments)},setTime:function(){Et.setTime.apply(this._,arguments)}};var Et=Date.prototype;function It(e,t,n){function r(t){var n=e(t),r=a(n,1);return t-n<r-t?n:r}function i(n){return t(n=e(new Rt(n-1)),1),n}function a(e,n){return t(e=new Rt(+e),n),e}function l(e,r,a){var l=i(e),o=[];if(a>1)for(;l<r;)n(l)%a||o.push(new Date(+l)),t(l,1);else for(;l<r;)o.push(new Date(+l)),t(l,1);return o}e.floor=e,e.round=r,e.ceil=i,e.offset=a,e.range=l;var o=e.utc=Nt(e);return o.floor=o,o.round=Nt(r),o.ceil=Nt(i),o.offset=Nt(a),o.range=function(e,t,n){try{Rt=jt;var r=new jt;return r._=e,l(r,t,n)}finally{Rt=Date}},e}function Nt(e){return function(t,n){try{Rt=jt;var r=new jt;return r._=t,e(r,n)._}finally{Rt=Date}}}Pt.year=It(function(e){return(e=Pt.day(e)).setMonth(0,1),e},function(e,t){e.setFullYear(e.getFullYear()+t)},function(e){return e.getFullYear()}),Pt.years=Pt.year.range,Pt.years.utc=Pt.year.utc.range,Pt.day=It(function(e){var t=new Rt(2e3,0);return t.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),t},function(e,t){e.setDate(e.getDate()+t)},function(e){return e.getDate()-1}),Pt.days=Pt.day.range,Pt.days.utc=Pt.day.utc.range,Pt.dayOfYear=function(e){var t=Pt.year(e);return Math.floor((e-t-6e4*(e.getTimezoneOffset()-t.getTimezoneOffset()))/864e5)},["sunday","monday","tuesday","wednesday","thursday","friday","saturday"].forEach(function(e,t){t=7-t;var n=Pt[e]=It(function(e){return(e=Pt.day(e)).setDate(e.getDate()-(e.getDay()+t)%7),e},function(e,t){e.setDate(e.getDate()+7*Math.floor(t))},function(e){var n=Pt.year(e).getDay();return Math.floor((Pt.dayOfYear(e)+(n+t)%7)/7)-(n!==t)});Pt[e+"s"]=n.range,Pt[e+"s"].utc=n.utc.range,Pt[e+"OfYear"]=function(e){var n=Pt.year(e).getDay();return Math.floor((Pt.dayOfYear(e)+(n+t)%7)/7)}}),Pt.week=Pt.sunday,Pt.weeks=Pt.sunday.range,Pt.weeks.utc=Pt.sunday.utc.range,Pt.weekOfYear=Pt.sundayOfYear;var Ft={"-":"",_:" ",0:"0"},$t=/^\s*\d+/,Vt=/^%/;function Ht(e,t,n){var r=e<0?"-":"",i=(r?-e:e)+"",a=i.length;return r+(a<n?new Array(n-a+1).join(t)+i:i)}function qt(e){return new RegExp("^(?:"+e.map(a.requote).join("|")+")","i")}function Ut(e){for(var t=new k,n=-1,r=e.length;++n<r;)t.set(e[n].toLowerCase(),n);return t}function Yt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function Xt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n));return r?(e.U=+r[0],n+r[0].length):-1}function Jt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n));return r?(e.W=+r[0],n+r[0].length):-1}function Zt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function Qt(e,t,n){$t.lastIndex=0;var r,i=$t.exec(t.slice(n,n+2));return i?(e.y=(r=+i[0])+(r>68?1900:2e3),n+i[0].length):-1}function en(e,t,n){return/^[+-]\d{4}$/.test(t=t.slice(n,n+5))?(e.Z=-t,n+5):-1}function tn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function nn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function rn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+3));return r?(e.j=+r[0],n+r[0].length):-1}function an(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function ln(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function on(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function sn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function un(e){var t=e.getTimezoneOffset(),n=t>0?"-":"+",r=M(t)/60|0,i=M(t)%60;return n+Ht(r,"0",2)+Ht(i,"0",2)}function cn(e,t,n){Vt.lastIndex=0;var r=Vt.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function dn(e){for(var t=e.length,n=-1;++n<t;)e[n][0]=this(e[n][0]);return function(t){for(var n=0,r=e[n];!r[1](t);)r=e[++n];return r[0](t)}}a.locale=function(e){return{numberFormat:function(e){var t=e.decimal,n=e.thousands,r=e.grouping,i=e.currency,l=r&&n?function(e,t){for(var i=e.length,a=[],l=0,o=r[0],s=0;i>0&&o>0&&(s+o+1>t&&(o=Math.max(1,t-s)),a.push(e.substring(i-=o,i+o)),!((s+=o+1)>t));)o=r[l=(l+1)%r.length];return a.reverse().join(n)}:z;return function(e){var n=Wt.exec(e),r=n[1]||" ",o=n[2]||">",s=n[3]||"-",u=n[4]||"",c=n[5],d=+n[6],f=n[7],h=n[8],p=n[9],v=1,y="",g="",m=!1,_=!0;switch(h&&(h=+h.substring(1)),(c||"0"===r&&"="===o)&&(c=r="0",o="="),p){case"n":f=!0,p="g";break;case"%":v=100,g="%",p="f";break;case"p":v=100,g="%",p="r";break;case"b":case"o":case"x":case"X":"#"===u&&(y="0"+p.toLowerCase());case"c":_=!1;case"d":m=!0,h=0;break;case"s":v=-1,p="r"}"$"===u&&(y=i[0],g=i[1]),"r"!=p||h||(p="g"),null!=h&&("g"==p?h=Math.max(1,Math.min(21,h)):"e"!=p&&"f"!=p||(h=Math.max(0,Math.min(20,h)))),p=zt.get(p)||Ot;var T=c&&f;return function(e){var n=g;if(m&&e%1)return"";var i=e<0||0===e&&1/e<0?(e=-e,"-"):"-"===s?"":s;if(v<0){var u=a.formatPrefix(e,h);e=u.scale(e),n=u.symbol+g}else e*=v;var b,M,K=(e=p(e,h)).lastIndexOf(".");if(K<0){var k=_?e.lastIndexOf("e"):-1;k<0?(b=e,M=""):(b=e.substring(0,k),M=e.substring(k))}else b=e.substring(0,K),M=t+e.substring(K+1);!c&&f&&(b=l(b,1/0));var x=y.length+b.length+M.length+(T?0:i.length),C=x<d?new Array(x=d-x+1).join(r):"";return T&&(b=l(C+b,C.length?d-M.length:1/0)),i+=y,e=b+M,("<"===o?i+e+C:">"===o?C+i+e:"^"===o?C.substring(0,x>>=1)+i+e+C.substring(x):i+(T?e:C+e))+n}}}(e),timeFormat:function(e){var t=e.dateTime,n=e.date,r=e.time,i=e.periods,l=e.days,o=e.shortDays,s=e.months,u=e.shortMonths;function c(e){var t=e.length;function n(n){for(var r,i,a,l=[],o=-1,s=0;++o<t;)37===e.charCodeAt(o)&&(l.push(e.slice(s,o)),null!=(i=Ft[r=e.charAt(++o)])&&(r=e.charAt(++o)),(a=b[r])&&(r=a(n,null==i?"e"===r?" ":"0":i)),l.push(r),s=o+1);return l.push(e.slice(s,o)),l.join("")}return n.parse=function(t){var n={y:1900,m:0,d:1,H:0,M:0,S:0,L:0,Z:null};if(d(n,e,t,0)!=t.length)return null;"p"in n&&(n.H=n.H%12+12*n.p);var r=null!=n.Z&&Rt!==jt,i=new(r?jt:Rt);return"j"in n?i.setFullYear(n.y,0,n.j):"W"in n||"U"in n?("w"in n||(n.w="W"in n?1:0),i.setFullYear(n.y,0,1),i.setFullYear(n.y,0,"W"in n?(n.w+6)%7+7*n.W-(i.getDay()+5)%7:n.w+7*n.U-(i.getDay()+6)%7)):i.setFullYear(n.y,n.m,n.d),i.setHours(n.H+(n.Z/100|0),n.M+n.Z%100,n.S,n.L),r?i._:i},n.toString=function(){return e},n}function d(e,t,n,r){for(var i,a,l,o=0,s=t.length,u=n.length;o<s;){if(r>=u)return-1;if(37===(i=t.charCodeAt(o++))){if(l=t.charAt(o++),!(a=M[l in Ft?t.charAt(o++):l])||(r=a(e,n,r))<0)return-1}else if(i!=n.charCodeAt(r++))return-1}return r}c.utc=function(e){var t=c(e);function n(e){try{var n=new(Rt=jt);return n._=e,t(n)}finally{Rt=Date}}return n.parse=function(e){try{Rt=jt;var n=t.parse(e);return n&&n._}finally{Rt=Date}},n.toString=t.toString,n},c.multi=c.utc.multi=dn;var f=a.map(),h=qt(l),p=Ut(l),v=qt(o),y=Ut(o),g=qt(s),m=Ut(s),_=qt(u),T=Ut(u);i.forEach(function(e,t){f.set(e.toLowerCase(),t)});var b={a:function(e){return o[e.getDay()]},A:function(e){return l[e.getDay()]},b:function(e){return u[e.getMonth()]},B:function(e){return s[e.getMonth()]},c:c(t),d:function(e,t){return Ht(e.getDate(),t,2)},e:function(e,t){return Ht(e.getDate(),t,2)},H:function(e,t){return Ht(e.getHours(),t,2)},I:function(e,t){return Ht(e.getHours()%12||12,t,2)},j:function(e,t){return Ht(1+Pt.dayOfYear(e),t,3)},L:function(e,t){return Ht(e.getMilliseconds(),t,3)},m:function(e,t){return Ht(e.getMonth()+1,t,2)},M:function(e,t){return Ht(e.getMinutes(),t,2)},p:function(e){return i[+(e.getHours()>=12)]},S:function(e,t){return Ht(e.getSeconds(),t,2)},U:function(e,t){return Ht(Pt.sundayOfYear(e),t,2)},w:function(e){return e.getDay()},W:function(e,t){return Ht(Pt.mondayOfYear(e),t,2)},x:c(n),X:c(r),y:function(e,t){return Ht(e.getFullYear()%100,t,2)},Y:function(e,t){return Ht(e.getFullYear()%1e4,t,4)},Z:un,"%":function(){return"%"}},M={a:function(e,t,n){v.lastIndex=0;var r=v.exec(t.slice(n));return r?(e.w=y.get(r[0].toLowerCase()),n+r[0].length):-1},A:function(e,t,n){h.lastIndex=0;var r=h.exec(t.slice(n));return r?(e.w=p.get(r[0].toLowerCase()),n+r[0].length):-1},b:function(e,t,n){_.lastIndex=0;var r=_.exec(t.slice(n));return r?(e.m=T.get(r[0].toLowerCase()),n+r[0].length):-1},B:function(e,t,n){g.lastIndex=0;var r=g.exec(t.slice(n));return r?(e.m=m.get(r[0].toLowerCase()),n+r[0].length):-1},c:function(e,t,n){return d(e,b.c.toString(),t,n)},d:nn,e:nn,H:an,I:an,j:rn,L:sn,m:tn,M:ln,p:function(e,t,n){var r=f.get(t.slice(n,n+=2).toLowerCase());return null==r?-1:(e.p=r,n)},S:on,U:Xt,w:Yt,W:Jt,x:function(e,t,n){return d(e,b.x.toString(),t,n)},X:function(e,t,n){return d(e,b.X.toString(),t,n)},y:Qt,Y:Zt,Z:en,"%":cn};return c}(e)}};var fn=a.locale({decimal:".",thousands:",",grouping:[3],currency:["$",""],dateTime:"%a %b %e %X %Y",date:"%m/%d/%Y",time:"%H:%M:%S",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function hn(){}a.format=fn.numberFormat,a.geo={},hn.prototype={s:0,t:0,add:function(e){vn(e,this.t,pn),vn(pn.s,this.s,this),this.s?this.t+=pn.t:this.s=pn.t},reset:function(){this.s=this.t=0},valueOf:function(){return this.s}};var pn=new hn;function vn(e,t,n){var r=n.s=e+t,i=r-e,a=r-i;n.t=e-a+(t-i)}function yn(e,t){e&&mn.hasOwnProperty(e.type)&&mn[e.type](e,t)}a.geo.stream=function(e,t){e&&gn.hasOwnProperty(e.type)?gn[e.type](e,t):yn(e,t)};var gn={Feature:function(e,t){yn(e.geometry,t)},FeatureCollection:function(e,t){for(var n=e.features,r=-1,i=n.length;++r<i;)yn(n[r].geometry,t)}},mn={Sphere:function(e,t){t.sphere()},Point:function(e,t){e=e.coordinates,t.point(e[0],e[1],e[2])},MultiPoint:function(e,t){for(var n=e.coordinates,r=-1,i=n.length;++r<i;)e=n[r],t.point(e[0],e[1],e[2])},LineString:function(e,t){_n(e.coordinates,t,0)},MultiLineString:function(e,t){for(var n=e.coordinates,r=-1,i=n.length;++r<i;)_n(n[r],t,0)},Polygon:function(e,t){Tn(e.coordinates,t)},MultiPolygon:function(e,t){for(var n=e.coordinates,r=-1,i=n.length;++r<i;)Tn(n[r],t)},GeometryCollection:function(e,t){for(var n=e.geometries,r=-1,i=n.length;++r<i;)yn(n[r],t)}};function _n(e,t,n){var r,i=-1,a=e.length-n;for(t.lineStart();++i<a;)r=e[i],t.point(r[0],r[1],r[2]);t.lineEnd()}function Tn(e,t){var n=-1,r=e.length;for(t.polygonStart();++n<r;)_n(e[n],t,1);t.polygonEnd()}a.geo.area=function(e){return bn=0,a.geo.stream(e,Wn),bn};var bn,Mn,Kn,kn,xn,Cn,An,wn,Ln,Dn,Bn,Sn,Gn=new hn,Wn={sphere:function(){bn+=4*Le},point:j,lineStart:j,lineEnd:j,polygonStart:function(){Gn.reset(),Wn.lineStart=zn},polygonEnd:function(){var e=2*Gn;bn+=e<0?4*Le+e:e,Wn.lineStart=Wn.lineEnd=Wn.point=j}};function zn(){var e,t,n,r,i;function a(e,t){t=t*Ge/2+Le/4;var a=(e*=Ge)-n,l=a>=0?1:-1,o=l*a,s=Math.cos(t),u=Math.sin(t),c=i*u,d=r*s+c*Math.cos(o),f=c*l*Math.sin(o);Gn.add(Math.atan2(f,d)),n=e,r=s,i=u}Wn.point=function(l,o){Wn.point=a,n=(e=l)*Ge,r=Math.cos(o=(t=o)*Ge/2+Le/4),i=Math.sin(o)},Wn.lineEnd=function(){a(e,t)}}function On(e){var t=e[0],n=e[1],r=Math.cos(n);return[r*Math.cos(t),r*Math.sin(t),Math.sin(n)]}function Pn(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]}function Rn(e,t){return[e[1]*t[2]-e[2]*t[1],e[2]*t[0]-e[0]*t[2],e[0]*t[1]-e[1]*t[0]]}function jn(e,t){e[0]+=t[0],e[1]+=t[1],e[2]+=t[2]}function En(e,t){return[e[0]*t,e[1]*t,e[2]*t]}function In(e){var t=Math.sqrt(e[0]*e[0]+e[1]*e[1]+e[2]*e[2]);e[0]/=t,e[1]/=t,e[2]/=t}function Nn(e){return[Math.atan2(e[1],e[0]),Re(e[2])]}function Fn(e,t){return M(e[0]-t[0])<Ae&&M(e[1]-t[1])<Ae}a.geo.bounds=function(){var e,t,n,r,i,l,o,s,u,c,d,f={point:h,lineStart:v,lineEnd:y,polygonStart:function(){f.point=g,f.lineStart=m,f.lineEnd=_,u=0,Wn.polygonStart()},polygonEnd:function(){Wn.polygonEnd(),f.point=h,f.lineStart=v,f.lineEnd=y,Gn<0?(e=-(n=180),t=-(r=90)):u>Ae?r=90:u<-Ae&&(t=-90),d[0]=e,d[1]=n}};function h(i,a){c.push(d=[e=i,n=i]),a<t&&(t=a),a>r&&(r=a)}function p(a,l){var o=On([a*Ge,l*Ge]);if(s){var u=Rn(s,o),c=Rn([u[1],-u[0],0],u);In(c),c=Nn(c);var d=a-i,f=d>0?1:-1,p=c[0]*We*f,v=M(d)>180;if(v^(f*i<p&&p<f*a))(y=c[1]*We)>r&&(r=y);else if(v^(f*i<(p=(p+360)%360-180)&&p<f*a)){var y;(y=-c[1]*We)<t&&(t=y)}else l<t&&(t=l),l>r&&(r=l);v?a<i?T(e,a)>T(e,n)&&(n=a):T(a,n)>T(e,n)&&(e=a):n>=e?(a<e&&(e=a),a>n&&(n=a)):a>i?T(e,a)>T(e,n)&&(n=a):T(a,n)>T(e,n)&&(e=a)}else h(a,l);s=o,i=a}function v(){f.point=p}function y(){d[0]=e,d[1]=n,f.point=h,s=null}function g(e,t){if(s){var n=e-i;u+=M(n)>180?n+(n>0?360:-360):n}else l=e,o=t;Wn.point(e,t),p(e,t)}function m(){Wn.lineStart()}function _(){g(l,o),Wn.lineEnd(),M(u)>Ae&&(e=-(n=180)),d[0]=e,d[1]=n,s=null}function T(e,t){return(t-=e)<0?t+360:t}function b(e,t){return e[0]-t[0]}function K(e,t){return t[0]<=t[1]?t[0]<=e&&e<=t[1]:e<t[0]||t[1]<e}return function(i){if(r=n=-(e=t=1/0),c=[],a.geo.stream(i,f),u=c.length){c.sort(b);for(var l=1,o=[v=c[0]];l<u;++l)K((h=c[l])[0],v)||K(h[1],v)?(T(v[0],h[1])>T(v[0],v[1])&&(v[1]=h[1]),T(h[0],v[1])>T(v[0],v[1])&&(v[0]=h[0])):o.push(v=h);for(var s,u,h,p=-1/0,v=(l=0,o[u=o.length-1]);l<=u;v=h,++l)h=o[l],(s=T(v[1],h[0]))>p&&(p=s,e=h[0],n=v[1])}return c=d=null,e===1/0||t===1/0?[[NaN,NaN],[NaN,NaN]]:[[e,t],[n,r]]}}(),a.geo.centroid=function(e){Mn=Kn=kn=xn=Cn=An=wn=Ln=Dn=Bn=Sn=0,a.geo.stream(e,$n);var t=Dn,n=Bn,r=Sn,i=t*t+n*n+r*r;return i<we&&(t=An,n=wn,r=Ln,Kn<Ae&&(t=kn,n=xn,r=Cn),(i=t*t+n*n+r*r)<we)?[NaN,NaN]:[Math.atan2(n,t)*We,Re(r/Math.sqrt(i))*We]};var $n={sphere:j,point:Vn,lineStart:qn,lineEnd:Un,polygonStart:function(){$n.lineStart=Yn},polygonEnd:function(){$n.lineStart=qn}};function Vn(e,t){e*=Ge;var n=Math.cos(t*=Ge);Hn(n*Math.cos(e),n*Math.sin(e),Math.sin(t))}function Hn(e,t,n){kn+=(e-kn)/++Mn,xn+=(t-xn)/Mn,Cn+=(n-Cn)/Mn}function qn(){var e,t,n;function r(r,i){r*=Ge;var a=Math.cos(i*=Ge),l=a*Math.cos(r),o=a*Math.sin(r),s=Math.sin(i),u=Math.atan2(Math.sqrt((u=t*s-n*o)*u+(u=n*l-e*s)*u+(u=e*o-t*l)*u),e*l+t*o+n*s);Kn+=u,An+=u*(e+(e=l)),wn+=u*(t+(t=o)),Ln+=u*(n+(n=s)),Hn(e,t,n)}$n.point=function(i,a){i*=Ge;var l=Math.cos(a*=Ge);e=l*Math.cos(i),t=l*Math.sin(i),n=Math.sin(a),$n.point=r,Hn(e,t,n)}}function Un(){$n.point=Vn}function Yn(){var e,t,n,r,i;function a(e,t){e*=Ge;var a=Math.cos(t*=Ge),l=a*Math.cos(e),o=a*Math.sin(e),s=Math.sin(t),u=r*s-i*o,c=i*l-n*s,d=n*o-r*l,f=Math.sqrt(u*u+c*c+d*d),h=n*l+r*o+i*s,p=f&&-Pe(h)/f,v=Math.atan2(f,h);Dn+=p*u,Bn+=p*c,Sn+=p*d,Kn+=v,An+=v*(n+(n=l)),wn+=v*(r+(r=o)),Ln+=v*(i+(i=s)),Hn(n,r,i)}$n.point=function(l,o){e=l,t=o,$n.point=a,l*=Ge;var s=Math.cos(o*=Ge);n=s*Math.cos(l),r=s*Math.sin(l),i=Math.sin(o),Hn(n,r,i)},$n.lineEnd=function(){a(e,t),$n.lineEnd=Un,$n.point=Vn}}function Xn(e,t){function n(n,r){return n=e(n,r),t(n[0],n[1])}return e.invert&&t.invert&&(n.invert=function(n,r){return(n=t.invert(n,r))&&e.invert(n[0],n[1])}),n}function Jn(){return!0}function Zn(e,t,n,r,i){var a=[],l=[];if(e.forEach(function(e){if(!((t=e.length-1)<=0)){var t,n=e[0],r=e[t];if(Fn(n,r)){i.lineStart();for(var o=0;o<t;++o)i.point((n=e[o])[0],n[1]);i.lineEnd()}else{var s=new er(n,e,null,!0),u=new er(n,null,s,!1);s.o=u,a.push(s),l.push(u),u=new er(r,null,s=new er(r,e,null,!1),!0),s.o=u,a.push(s),l.push(u)}}}),l.sort(t),Qn(a),Qn(l),a.length){for(var o=0,s=n,u=l.length;o<u;++o)l[o].e=s=!s;for(var c,d,f=a[0];;){for(var h=f,p=!0;h.v;)if((h=h.n)===f)return;c=h.z,i.lineStart();do{if(h.v=h.o.v=!0,h.e){if(p)for(o=0,u=c.length;o<u;++o)i.point((d=c[o])[0],d[1]);else r(h.x,h.n.x,1,i);h=h.n}else{if(p)for(o=(c=h.p.z).length-1;o>=0;--o)i.point((d=c[o])[0],d[1]);else r(h.x,h.p.x,-1,i);h=h.p}c=(h=h.o).z,p=!p}while(!h.v);i.lineEnd()}}}function Qn(e){if(t=e.length){for(var t,n,r=0,i=e[0];++r<t;)i.n=n=e[r],n.p=i,i=n;i.n=n=e[0],n.p=i}}function er(e,t,n,r){this.x=e,this.z=t,this.o=n,this.e=r,this.v=!1,this.n=this.p=null}function tr(e,t,n,r){return function(i,l){var o,s=t(l),u=i.invert(r[0],r[1]),c={point:d,lineStart:h,lineEnd:p,polygonStart:function(){c.point=T,c.lineStart=b,c.lineEnd=M,o=[],v=[]},polygonEnd:function(){c.point=d,c.lineStart=h,c.lineEnd=p,o=a.merge(o);var e=function(e,t){var n=e[0],r=e[1],i=[Math.sin(n),-Math.cos(n),0],a=0,l=0;Gn.reset();for(var o=0,s=t.length;o<s;++o){var u=t[o],c=u.length;if(c)for(var d=u[0],f=d[0],h=d[1]/2+Le/4,p=Math.sin(h),v=Math.cos(h),y=1;;){y===c&&(y=0);var g=(e=u[y])[0],m=e[1]/2+Le/4,_=Math.sin(m),T=Math.cos(m),b=g-f,M=b>=0?1:-1,K=M*b,k=K>Le,x=p*_;if(Gn.add(Math.atan2(x*M*Math.sin(K),v*T+x*Math.cos(K))),a+=k?b+M*De:b,k^f>=n^g>=n){var C=Rn(On(d),On(e));In(C);var A=Rn(i,C);In(A);var w=(k^b>=0?-1:1)*Re(A[2]);(r>w||r===w&&(C[0]||C[1]))&&(l+=k^b>=0?1:-1)}if(!y++)break;f=g,p=_,v=T,d=e}}return(a<-Ae||a<Ae&&Gn<-Ae)^1&l}(u,v);o.length?(_||(l.polygonStart(),_=!0),Zn(o,ir,e,n,l)):e&&(_||(l.polygonStart(),_=!0),l.lineStart(),n(null,null,1,l),l.lineEnd()),_&&(l.polygonEnd(),_=!1),o=v=null},sphere:function(){l.polygonStart(),l.lineStart(),n(null,null,1,l),l.lineEnd(),l.polygonEnd()}};function d(t,n){var r=i(t,n);e(t=r[0],n=r[1])&&l.point(t,n)}function f(e,t){var n=i(e,t);s.point(n[0],n[1])}function h(){c.point=f,s.lineStart()}function p(){c.point=d,s.lineEnd()}var v,y,g=rr(),m=t(g),_=!1;function T(e,t){y.push([e,t]);var n=i(e,t);m.point(n[0],n[1])}function b(){m.lineStart(),y=[]}function M(){T(y[0][0],y[0][1]),m.lineEnd();var e,t=m.clean(),n=g.buffer(),r=n.length;if(y.pop(),v.push(y),y=null,r)if(1&t){var i,a=-1;if((r=(e=n[0]).length-1)>0){for(_||(l.polygonStart(),_=!0),l.lineStart();++a<r;)l.point((i=e[a])[0],i[1]);l.lineEnd()}}else r>1&&2&t&&n.push(n.pop().concat(n.shift())),o.push(n.filter(nr))}return c}}function nr(e){return e.length>1}function rr(){var e,t=[];return{lineStart:function(){t.push(e=[])},point:function(t,n){e.push([t,n])},lineEnd:j,buffer:function(){var n=t;return t=[],e=null,n},rejoin:function(){t.length>1&&t.push(t.pop().concat(t.shift()))}}}function ir(e,t){return((e=e.x)[0]<0?e[1]-Se-Ae:Se-e[1])-((t=t.x)[0]<0?t[1]-Se-Ae:Se-t[1])}var ar=tr(Jn,function(e){var t,n=NaN,r=NaN,i=NaN;return{lineStart:function(){e.lineStart(),t=1},point:function(a,l){var o=a>0?Le:-Le,s=M(a-n);M(s-Le)<Ae?(e.point(n,r=(r+l)/2>0?Se:-Se),e.point(i,r),e.lineEnd(),e.lineStart(),e.point(o,r),e.point(a,r),t=0):i!==o&&s>=Le&&(M(n-i)<Ae&&(n-=i*Ae),M(a-o)<Ae&&(a-=o*Ae),r=function(e,t,n,r){var i,a,l=Math.sin(e-n);return M(l)>Ae?Math.atan((Math.sin(t)*(a=Math.cos(r))*Math.sin(n)-Math.sin(r)*(i=Math.cos(t))*Math.sin(e))/(i*a*l)):(t+r)/2}(n,r,a,l),e.point(i,r),e.lineEnd(),e.lineStart(),e.point(o,r),t=0),e.point(n=a,r=l),i=o},lineEnd:function(){e.lineEnd(),n=r=NaN},clean:function(){return 2-t}}},function(e,t,n,r){var i;if(null==e)i=n*Se,r.point(-Le,i),r.point(0,i),r.point(Le,i),r.point(Le,0),r.point(Le,-i),r.point(0,-i),r.point(-Le,-i),r.point(-Le,0),r.point(-Le,i);else if(M(e[0]-t[0])>Ae){var a=e[0]<t[0]?Le:-Le;i=n*a/2,r.point(-a,i),r.point(0,i),r.point(a,i)}else r.point(t[0],t[1])},[-Le,-Le/2]);function lr(e,t,n,r){return function(i){var a,l=i.a,o=i.b,s=l.x,u=l.y,c=0,d=1,f=o.x-s,h=o.y-u;if(a=e-s,f||!(a>0)){if(a/=f,f<0){if(a<c)return;a<d&&(d=a)}else if(f>0){if(a>d)return;a>c&&(c=a)}if(a=n-s,f||!(a<0)){if(a/=f,f<0){if(a>d)return;a>c&&(c=a)}else if(f>0){if(a<c)return;a<d&&(d=a)}if(a=t-u,h||!(a>0)){if(a/=h,h<0){if(a<c)return;a<d&&(d=a)}else if(h>0){if(a>d)return;a>c&&(c=a)}if(a=r-u,h||!(a<0)){if(a/=h,h<0){if(a>d)return;a>c&&(c=a)}else if(h>0){if(a<c)return;a<d&&(d=a)}return c>0&&(i.a={x:s+c*f,y:u+c*h}),d<1&&(i.b={x:s+d*f,y:u+d*h}),i}}}}}}var or=1e9;function sr(e,t,n,r){return function(s){var u,c,d,f,h,p,v,y,g,m,_,T=s,b=rr(),M=lr(e,t,n,r),K={point:C,lineStart:function(){K.point=A,c&&c.push(d=[]);m=!0,g=!1,v=y=NaN},lineEnd:function(){u&&(A(f,h),p&&g&&b.rejoin(),u.push(b.buffer()));K.point=C,g&&s.lineEnd()},polygonStart:function(){s=b,u=[],c=[],_=!0},polygonEnd:function(){s=T,u=a.merge(u);var t=function(e){for(var t=0,n=c.length,r=e[1],i=0;i<n;++i)for(var a,l=1,o=c[i],s=o.length,u=o[0];l<s;++l)a=o[l],u[1]<=r?a[1]>r&&Oe(u,a,e)>0&&++t:a[1]<=r&&Oe(u,a,e)<0&&--t,u=a;return 0!==t}([e,r]),n=_&&t,i=u.length;(n||i)&&(s.polygonStart(),n&&(s.lineStart(),k(null,null,1,s),s.lineEnd()),i&&Zn(u,l,t,k,s),s.polygonEnd()),u=c=d=null}};function k(a,l,s,u){var c=0,d=0;if(null==a||(c=i(a,s))!==(d=i(l,s))||o(a,l)<0^s>0)do{u.point(0===c||3===c?e:n,c>1?r:t)}while((c=(c+s+4)%4)!==d);else u.point(l[0],l[1])}function x(i,a){return e<=i&&i<=n&&t<=a&&a<=r}function C(e,t){x(e,t)&&s.point(e,t)}function A(e,t){var n=x(e=Math.max(-or,Math.min(or,e)),t=Math.max(-or,Math.min(or,t)));if(c&&d.push([e,t]),m)f=e,h=t,p=n,m=!1,n&&(s.lineStart(),s.point(e,t));else if(n&&g)s.point(e,t);else{var r={a:{x:v,y:y},b:{x:e,y:t}};M(r)?(g||(s.lineStart(),s.point(r.a.x,r.a.y)),s.point(r.b.x,r.b.y),n||s.lineEnd(),_=!1):n&&(s.lineStart(),s.point(e,t),_=!1)}v=e,y=t,g=n}return K};function i(r,i){return M(r[0]-e)<Ae?i>0?0:3:M(r[0]-n)<Ae?i>0?2:1:M(r[1]-t)<Ae?i>0?1:0:i>0?3:2}function l(e,t){return o(e.x,t.x)}function o(e,t){var n=i(e,1),r=i(t,1);return n!==r?n-r:0===n?t[1]-e[1]:1===n?e[0]-t[0]:2===n?e[1]-t[1]:t[0]-e[0]}}function ur(e){var t=0,n=Le/3,r=Br(e),i=r(t,n);return i.parallels=function(e){return arguments.length?r(t=e[0]*Le/180,n=e[1]*Le/180):[t/Le*180,n/Le*180]},i}function cr(e,t){var n=Math.sin(e),r=(n+Math.sin(t))/2,i=1+n*(2*r-n),a=Math.sqrt(i)/r;function l(e,t){var n=Math.sqrt(i-2*r*Math.sin(t))/r;return[n*Math.sin(e*=r),a-n*Math.cos(e)]}return l.invert=function(e,t){var n=a-t;return[Math.atan2(e,n)/r,Re((i-(e*e+n*n)*r*r)/(2*r))]},l}a.geo.clipExtent=function(){var e,t,n,r,i,a,l={stream:function(e){return i&&(i.valid=!1),(i=a(e)).valid=!0,i},extent:function(o){return arguments.length?(a=sr(e=+o[0][0],t=+o[0][1],n=+o[1][0],r=+o[1][1]),i&&(i.valid=!1,i=null),l):[[e,t],[n,r]]}};return l.extent([[0,0],[960,500]])},(a.geo.conicEqualArea=function(){return ur(cr)}).raw=cr,a.geo.albers=function(){return a.geo.conicEqualArea().rotate([96,0]).center([-.6,38.7]).parallels([29.5,45.5]).scale(1070)},a.geo.albersUsa=function(){var e,t,n,r,i=a.geo.albers(),l=a.geo.conicEqualArea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),o=a.geo.conicEqualArea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),s={point:function(t,n){e=[t,n]}};function u(i){var a=i[0],l=i[1];return e=null,t(a,l),e||(n(a,l),e)||r(a,l),e}return u.invert=function(e){var t=i.scale(),n=i.translate(),r=(e[0]-n[0])/t,a=(e[1]-n[1])/t;return(a>=.12&&a<.234&&r>=-.425&&r<-.214?l:a>=.166&&a<.234&&r>=-.214&&r<-.115?o:i).invert(e)},u.stream=function(e){var t=i.stream(e),n=l.stream(e),r=o.stream(e);return{point:function(e,i){t.point(e,i),n.point(e,i),r.point(e,i)},sphere:function(){t.sphere(),n.sphere(),r.sphere()},lineStart:function(){t.lineStart(),n.lineStart(),r.lineStart()},lineEnd:function(){t.lineEnd(),n.lineEnd(),r.lineEnd()},polygonStart:function(){t.polygonStart(),n.polygonStart(),r.polygonStart()},polygonEnd:function(){t.polygonEnd(),n.polygonEnd(),r.polygonEnd()}}},u.precision=function(e){return arguments.length?(i.precision(e),l.precision(e),o.precision(e),u):i.precision()},u.scale=function(e){return arguments.length?(i.scale(e),l.scale(.35*e),o.scale(e),u.translate(i.translate())):i.scale()},u.translate=function(e){if(!arguments.length)return i.translate();var a=i.scale(),c=+e[0],d=+e[1];return t=i.translate(e).clipExtent([[c-.455*a,d-.238*a],[c+.455*a,d+.238*a]]).stream(s).point,n=l.translate([c-.307*a,d+.201*a]).clipExtent([[c-.425*a+Ae,d+.12*a+Ae],[c-.214*a-Ae,d+.234*a-Ae]]).stream(s).point,r=o.translate([c-.205*a,d+.212*a]).clipExtent([[c-.214*a+Ae,d+.166*a+Ae],[c-.115*a-Ae,d+.234*a-Ae]]).stream(s).point,u},u.scale(1070)};var dr,fr,hr,pr,vr,yr,gr={point:j,lineStart:j,lineEnd:j,polygonStart:function(){fr=0,gr.lineStart=mr},polygonEnd:function(){gr.lineStart=gr.lineEnd=gr.point=j,dr+=M(fr/2)}};function mr(){var e,t,n,r;function i(e,t){fr+=r*e-n*t,n=e,r=t}gr.point=function(a,l){gr.point=i,e=n=a,t=r=l},gr.lineEnd=function(){i(e,t)}}var _r={point:function(e,t){e<hr&&(hr=e);e>vr&&(vr=e);t<pr&&(pr=t);t>yr&&(yr=t)},lineStart:j,lineEnd:j,polygonStart:j,polygonEnd:j};function Tr(e){return"m0,"+e+"a"+e+","+e+" 0 1,1 0,"+-2*e+"a"+e+","+e+" 0 1,1 0,"+2*e+"z"}var br,Mr={point:Kr,lineStart:kr,lineEnd:xr,polygonStart:function(){Mr.lineStart=Cr},polygonEnd:function(){Mr.point=Kr,Mr.lineStart=kr,Mr.lineEnd=xr}};function Kr(e,t){kn+=e,xn+=t,++Cn}function kr(){var e,t;function n(n,r){var i=n-e,a=r-t,l=Math.sqrt(i*i+a*a);An+=l*(e+n)/2,wn+=l*(t+r)/2,Ln+=l,Kr(e=n,t=r)}Mr.point=function(r,i){Mr.point=n,Kr(e=r,t=i)}}function xr(){Mr.point=Kr}function Cr(){var e,t,n,r;function i(e,t){var i=e-n,a=t-r,l=Math.sqrt(i*i+a*a);An+=l*(n+e)/2,wn+=l*(r+t)/2,Ln+=l,Dn+=(l=r*e-n*t)*(n+e),Bn+=l*(r+t),Sn+=3*l,Kr(n=e,r=t)}Mr.point=function(a,l){Mr.point=i,Kr(e=n=a,t=r=l)},Mr.lineEnd=function(){i(e,t)}}function Ar(e){var t=.5,n=Math.cos(30*Ge),r=16;function i(t){return(r?function(t){var n,i,l,o,s,u,c,d,f,h,p,v,y={point:g,lineStart:m,lineEnd:T,polygonStart:function(){t.polygonStart(),y.lineStart=b},polygonEnd:function(){t.polygonEnd(),y.lineStart=m}};function g(n,r){n=e(n,r),t.point(n[0],n[1])}function m(){d=NaN,y.point=_,t.lineStart()}function _(n,i){var l=On([n,i]),o=e(n,i);a(d,f,c,h,p,v,d=o[0],f=o[1],c=n,h=l[0],p=l[1],v=l[2],r,t),t.point(d,f)}function T(){y.point=g,t.lineEnd()}function b(){m(),y.point=M,y.lineEnd=K}function M(e,t){_(n=e,t),i=d,l=f,o=h,s=p,u=v,y.point=_}function K(){a(d,f,c,h,p,v,i,l,n,o,s,u,r,t),y.lineEnd=T,T()}return y}:function(t){return Lr(t,function(n,r){n=e(n,r),t.point(n[0],n[1])})})(t)}function a(r,i,l,o,s,u,c,d,f,h,p,v,y,g){var m=c-r,_=d-i,T=m*m+_*_;if(T>4*t&&y--){var b=o+h,K=s+p,k=u+v,x=Math.sqrt(b*b+K*K+k*k),C=Math.asin(k/=x),A=M(M(k)-1)<Ae||M(l-f)<Ae?(l+f)/2:Math.atan2(K,b),w=e(A,C),L=w[0],D=w[1],B=L-r,S=D-i,G=_*B-m*S;(G*G/T>t||M((m*B+_*S)/T-.5)>.3||o*h+s*p+u*v<n)&&(a(r,i,l,o,s,u,L,D,A,b/=x,K/=x,k,y,g),g.point(L,D),a(L,D,A,b,K,k,c,d,f,h,p,v,y,g))}}return i.precision=function(e){return arguments.length?(r=(t=e*e)>0&&16,i):Math.sqrt(t)},i}function wr(e){this.stream=e}function Lr(e,t){return{point:t,sphere:function(){e.sphere()},lineStart:function(){e.lineStart()},lineEnd:function(){e.lineEnd()},polygonStart:function(){e.polygonStart()},polygonEnd:function(){e.polygonEnd()}}}function Dr(e){return Br(function(){return e})()}function Br(e){var t,n,r,i,l,o,s=Ar(function(e,n){return[(e=t(e,n))[0]*u+i,l-e[1]*u]}),u=150,c=480,d=250,f=0,h=0,p=0,v=0,y=0,g=ar,m=z,_=null,T=null;function b(e){return[(e=r(e[0]*Ge,e[1]*Ge))[0]*u+i,l-e[1]*u]}function K(e){return(e=r.invert((e[0]-i)/u,(l-e[1])/u))&&[e[0]*We,e[1]*We]}function k(){r=Xn(n=zr(p,v,y),t);var e=t(f,h);return i=c-e[0]*u,l=d+e[1]*u,x()}function x(){return o&&(o.valid=!1,o=null),b}return b.stream=function(e){return o&&(o.valid=!1),(o=Sr(g(n,s(m(e))))).valid=!0,o},b.clipAngle=function(e){return arguments.length?(g=null==e?(_=e,ar):function(e){var t=Math.cos(e),n=t>0,r=M(t)>Ae;return tr(i,function(e){var t,o,s,u,c;return{lineStart:function(){u=s=!1,c=1},point:function(d,f){var h,p=[d,f],v=i(d,f),y=n?v?0:l(d,f):v?l(d+(d<0?Le:-Le),f):0;if(!t&&(u=s=v)&&e.lineStart(),v!==s&&(h=a(t,p),(Fn(t,h)||Fn(p,h))&&(p[0]+=Ae,p[1]+=Ae,v=i(p[0],p[1]))),v!==s)c=0,v?(e.lineStart(),h=a(p,t),e.point(h[0],h[1])):(h=a(t,p),e.point(h[0],h[1]),e.lineEnd()),t=h;else if(r&&t&&n^v){var g;y&o||!(g=a(p,t,!0))||(c=0,n?(e.lineStart(),e.point(g[0][0],g[0][1]),e.point(g[1][0],g[1][1]),e.lineEnd()):(e.point(g[1][0],g[1][1]),e.lineEnd(),e.lineStart(),e.point(g[0][0],g[0][1])))}!v||t&&Fn(t,p)||e.point(p[0],p[1]),t=p,s=v,o=y},lineEnd:function(){s&&e.lineEnd(),t=null},clean:function(){return c|(u&&s)<<1}}},jr(e,6*Ge),n?[0,-e]:[-Le,e-Le]);function i(e,n){return Math.cos(e)*Math.cos(n)>t}function a(e,n,r){var i=[1,0,0],a=Rn(On(e),On(n)),l=Pn(a,a),o=a[0],s=l-o*o;if(!s)return!r&&e;var u=t*l/s,c=-t*o/s,d=Rn(i,a),f=En(i,u);jn(f,En(a,c));var h=d,p=Pn(f,h),v=Pn(h,h),y=p*p-v*(Pn(f,f)-1);if(!(y<0)){var g=Math.sqrt(y),m=En(h,(-p-g)/v);if(jn(m,f),m=Nn(m),!r)return m;var _,T=e[0],b=n[0],K=e[1],k=n[1];b<T&&(_=T,T=b,b=_);var x=b-T,C=M(x-Le)<Ae;if(!C&&k<K&&(_=K,K=k,k=_),C||x<Ae?C?K+k>0^m[1]<(M(m[0]-T)<Ae?K:k):K<=m[1]&&m[1]<=k:x>Le^(T<=m[0]&&m[0]<=b)){var A=En(h,(-p+g)/v);return jn(A,f),[m,Nn(A)]}}}function l(t,r){var i=n?e:Le-e,a=0;return t<-i?a|=1:t>i&&(a|=2),r<-i?a|=4:r>i&&(a|=8),a}}((_=+e)*Ge),x()):_},b.clipExtent=function(e){return arguments.length?(T=e,m=e?sr(e[0][0],e[0][1],e[1][0],e[1][1]):z,x()):T},b.scale=function(e){return arguments.length?(u=+e,k()):u},b.translate=function(e){return arguments.length?(c=+e[0],d=+e[1],k()):[c,d]},b.center=function(e){return arguments.length?(f=e[0]%360*Ge,h=e[1]%360*Ge,k()):[f*We,h*We]},b.rotate=function(e){return arguments.length?(p=e[0]%360*Ge,v=e[1]%360*Ge,y=e.length>2?e[2]%360*Ge:0,k()):[p*We,v*We,y*We]},a.rebind(b,s,"precision"),function(){return t=e.apply(this,arguments),b.invert=t.invert&&K,k()}}function Sr(e){return Lr(e,function(t,n){e.point(t*Ge,n*Ge)})}function Gr(e,t){return[e,t]}function Wr(e,t){return[e>Le?e-De:e<-Le?e+De:e,t]}function zr(e,t,n){return e?t||n?Xn(Pr(e),Rr(t,n)):Pr(e):t||n?Rr(t,n):Wr}function Or(e){return function(t,n){return[(t+=e)>Le?t-De:t<-Le?t+De:t,n]}}function Pr(e){var t=Or(e);return t.invert=Or(-e),t}function Rr(e,t){var n=Math.cos(e),r=Math.sin(e),i=Math.cos(t),a=Math.sin(t);function l(e,t){var l=Math.cos(t),o=Math.cos(e)*l,s=Math.sin(e)*l,u=Math.sin(t),c=u*n+o*r;return[Math.atan2(s*i-c*a,o*n-u*r),Re(c*i+s*a)]}return l.invert=function(e,t){var l=Math.cos(t),o=Math.cos(e)*l,s=Math.sin(e)*l,u=Math.sin(t),c=u*i-s*a;return[Math.atan2(s*i+u*a,o*n+c*r),Re(c*n-o*r)]},l}function jr(e,t){var n=Math.cos(e),r=Math.sin(e);return function(i,a,l,o){var s=l*t;null!=i?(i=Er(n,i),a=Er(n,a),(l>0?i<a:i>a)&&(i+=l*De)):(i=e+l*De,a=e-.5*s);for(var u,c=i;l>0?c>a:c<a;c-=s)o.point((u=Nn([n,-r*Math.cos(c),-r*Math.sin(c)]))[0],u[1])}}function Er(e,t){var n=On(t);n[0]-=e,In(n);var r=Pe(-n[1]);return((-n[2]<0?-r:r)+2*Math.PI-Ae)%(2*Math.PI)}function Ir(e,t,n){var r=a.range(e,t-Ae,n).concat(t);return function(e){return r.map(function(t){return[e,t]})}}function Nr(e,t,n){var r=a.range(e,t-Ae,n).concat(t);return function(e){return r.map(function(t){return[t,e]})}}function Fr(e){return e.source}function $r(e){return e.target}a.geo.path=function(){var e,t,n,r,i,l=4.5;function o(e){return e&&("function"==typeof l&&r.pointRadius(+l.apply(this,arguments)),i&&i.valid||(i=n(r)),a.geo.stream(e,i)),r.result()}function s(){return i=null,o}return o.area=function(e){return dr=0,a.geo.stream(e,n(gr)),dr},o.centroid=function(e){return kn=xn=Cn=An=wn=Ln=Dn=Bn=Sn=0,a.geo.stream(e,n(Mr)),Sn?[Dn/Sn,Bn/Sn]:Ln?[An/Ln,wn/Ln]:Cn?[kn/Cn,xn/Cn]:[NaN,NaN]},o.bounds=function(e){return vr=yr=-(hr=pr=1/0),a.geo.stream(e,n(_r)),[[hr,pr],[vr,yr]]},o.projection=function(t){return arguments.length?(n=(e=t)?t.stream||(r=t,i=Ar(function(e,t){return r([e*We,t*We])}),function(e){return Sr(i(e))}):z,s()):e;var r,i},o.context=function(e){return arguments.length?(r=null==(t=e)?new function(){var e=Tr(4.5),t=[],n={point:r,lineStart:function(){n.point=i},lineEnd:l,polygonStart:function(){n.lineEnd=o},polygonEnd:function(){n.lineEnd=l,n.point=r},pointRadius:function(t){return e=Tr(t),n},result:function(){if(t.length){var e=t.join("");return t=[],e}}};function r(n,r){t.push("M",n,",",r,e)}function i(e,r){t.push("M",e,",",r),n.point=a}function a(e,n){t.push("L",e,",",n)}function l(){n.point=r}function o(){t.push("Z")}return n}:new function(e){var t=4.5,n={point:r,lineStart:function(){n.point=i},lineEnd:l,polygonStart:function(){n.lineEnd=o},polygonEnd:function(){n.lineEnd=l,n.point=r},pointRadius:function(e){return t=e,n},result:j};function r(n,r){e.moveTo(n+t,r),e.arc(n,r,t,0,De)}function i(t,r){e.moveTo(t,r),n.point=a}function a(t,n){e.lineTo(t,n)}function l(){n.point=r}function o(){e.closePath()}return n}(e),"function"!=typeof l&&r.pointRadius(l),s()):t},o.pointRadius=function(e){return arguments.length?(l="function"==typeof e?e:(r.pointRadius(+e),+e),o):l},o.projection(a.geo.albersUsa()).context(null)},a.geo.transform=function(e){return{stream:function(t){var n=new wr(t);for(var r in e)n[r]=e[r];return n}}},wr.prototype={point:function(e,t){this.stream.point(e,t)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}},a.geo.projection=Dr,a.geo.projectionMutator=Br,(a.geo.equirectangular=function(){return Dr(Gr)}).raw=Gr.invert=Gr,a.geo.rotation=function(e){function t(t){return(t=e(t[0]*Ge,t[1]*Ge))[0]*=We,t[1]*=We,t}return e=zr(e[0]%360*Ge,e[1]*Ge,e.length>2?e[2]*Ge:0),t.invert=function(t){return(t=e.invert(t[0]*Ge,t[1]*Ge))[0]*=We,t[1]*=We,t},t},Wr.invert=Gr,a.geo.circle=function(){var e,t,n=[0,0],r=6;function i(){var e="function"==typeof n?n.apply(this,arguments):n,r=zr(-e[0]*Ge,-e[1]*Ge,0).invert,i=[];return t(null,null,1,{point:function(e,t){i.push(e=r(e,t)),e[0]*=We,e[1]*=We}}),{type:"Polygon",coordinates:[i]}}return i.origin=function(e){return arguments.length?(n=e,i):n},i.angle=function(n){return arguments.length?(t=jr((e=+n)*Ge,r*Ge),i):e},i.precision=function(n){return arguments.length?(t=jr(e*Ge,(r=+n)*Ge),i):r},i.angle(90)},a.geo.distance=function(e,t){var n,r=(t[0]-e[0])*Ge,i=e[1]*Ge,a=t[1]*Ge,l=Math.sin(r),o=Math.cos(r),s=Math.sin(i),u=Math.cos(i),c=Math.sin(a),d=Math.cos(a);return Math.atan2(Math.sqrt((n=d*l)*n+(n=u*c-s*d*o)*n),s*c+u*d*o)},a.geo.graticule=function(){var e,t,n,r,i,l,o,s,u,c,d,f,h=10,p=h,v=90,y=360,g=2.5;function m(){return{type:"MultiLineString",coordinates:_()}}function _(){return a.range(Math.ceil(r/v)*v,n,v).map(d).concat(a.range(Math.ceil(s/y)*y,o,y).map(f)).concat(a.range(Math.ceil(t/h)*h,e,h).filter(function(e){return M(e%v)>Ae}).map(u)).concat(a.range(Math.ceil(l/p)*p,i,p).filter(function(e){return M(e%y)>Ae}).map(c))}return m.lines=function(){return _().map(function(e){return{type:"LineString",coordinates:e}})},m.outline=function(){return{type:"Polygon",coordinates:[d(r).concat(f(o).slice(1),d(n).reverse().slice(1),f(s).reverse().slice(1))]}},m.extent=function(e){return arguments.length?m.majorExtent(e).minorExtent(e):m.minorExtent()},m.majorExtent=function(e){return arguments.length?(r=+e[0][0],n=+e[1][0],s=+e[0][1],o=+e[1][1],r>n&&(e=r,r=n,n=e),s>o&&(e=s,s=o,o=e),m.precision(g)):[[r,s],[n,o]]},m.minorExtent=function(n){return arguments.length?(t=+n[0][0],e=+n[1][0],l=+n[0][1],i=+n[1][1],t>e&&(n=t,t=e,e=n),l>i&&(n=l,l=i,i=n),m.precision(g)):[[t,l],[e,i]]},m.step=function(e){return arguments.length?m.majorStep(e).minorStep(e):m.minorStep()},m.majorStep=function(e){return arguments.length?(v=+e[0],y=+e[1],m):[v,y]},m.minorStep=function(e){return arguments.length?(h=+e[0],p=+e[1],m):[h,p]},m.precision=function(a){return arguments.length?(g=+a,u=Ir(l,i,90),c=Nr(t,e,g),d=Ir(s,o,90),f=Nr(r,n,g),m):g},m.majorExtent([[-180,-90+Ae],[180,90-Ae]]).minorExtent([[-180,-80-Ae],[180,80+Ae]])},a.geo.greatArc=function(){var e,t,n=Fr,r=$r;function i(){return{type:"LineString",coordinates:[e||n.apply(this,arguments),t||r.apply(this,arguments)]}}return i.distance=function(){return a.geo.distance(e||n.apply(this,arguments),t||r.apply(this,arguments))},i.source=function(t){return arguments.length?(n=t,e="function"==typeof t?null:t,i):n},i.target=function(e){return arguments.length?(r=e,t="function"==typeof e?null:e,i):r},i.precision=function(){return arguments.length?i:0},i},a.geo.interpolate=function(e,t){return n=e[0]*Ge,r=e[1]*Ge,i=t[0]*Ge,a=t[1]*Ge,l=Math.cos(r),o=Math.sin(r),s=Math.cos(a),u=Math.sin(a),c=l*Math.cos(n),d=l*Math.sin(n),f=s*Math.cos(i),h=s*Math.sin(i),p=2*Math.asin(Math.sqrt(Ee(a-r)+l*s*Ee(i-n))),v=1/Math.sin(p),(y=p?function(e){var t=Math.sin(e*=p)*v,n=Math.sin(p-e)*v,r=n*c+t*f,i=n*d+t*h,a=n*o+t*u;return[Math.atan2(i,r)*We,Math.atan2(a,Math.sqrt(r*r+i*i))*We]}:function(){return[n*We,r*We]}).distance=p,y;var n,r,i,a,l,o,s,u,c,d,f,h,p,v,y},a.geo.length=function(e){return br=0,a.geo.stream(e,Vr),br};var Vr={sphere:j,point:j,lineStart:function(){var e,t,n;function r(r,i){var a=Math.sin(i*=Ge),l=Math.cos(i),o=M((r*=Ge)-e),s=Math.cos(o);br+=Math.atan2(Math.sqrt((o=l*Math.sin(o))*o+(o=n*a-t*l*s)*o),t*a+n*l*s),e=r,t=a,n=l}Vr.point=function(i,a){e=i*Ge,t=Math.sin(a*=Ge),n=Math.cos(a),Vr.point=r},Vr.lineEnd=function(){Vr.point=Vr.lineEnd=j}},lineEnd:j,polygonStart:j,polygonEnd:j};function Hr(e,t){function n(t,n){var r=Math.cos(t),i=Math.cos(n),a=e(r*i);return[a*i*Math.sin(t),a*Math.sin(n)]}return n.invert=function(e,n){var r=Math.sqrt(e*e+n*n),i=t(r),a=Math.sin(i),l=Math.cos(i);return[Math.atan2(e*a,r*l),Math.asin(r&&n*a/r)]},n}var qr=Hr(function(e){return Math.sqrt(2/(1+e))},function(e){return 2*Math.asin(e/2)});(a.geo.azimuthalEqualArea=function(){return Dr(qr)}).raw=qr;var Ur=Hr(function(e){var t=Math.acos(e);return t&&t/Math.sin(t)},z);function Yr(e,t){var n=Math.cos(e),r=function(e){return Math.tan(Le/4+e/2)},i=e===t?Math.sin(e):Math.log(n/Math.cos(t))/Math.log(r(t)/r(e)),a=n*Math.pow(r(e),i)/i;if(!i)return Zr;function l(e,t){a>0?t<-Se+Ae&&(t=-Se+Ae):t>Se-Ae&&(t=Se-Ae);var n=a/Math.pow(r(t),i);return[n*Math.sin(i*e),a-n*Math.cos(i*e)]}return l.invert=function(e,t){var n=a-t,r=ze(i)*Math.sqrt(e*e+n*n);return[Math.atan2(e,n)/i,2*Math.atan(Math.pow(a/r,1/i))-Se]},l}function Xr(e,t){var n=Math.cos(e),r=e===t?Math.sin(e):(n-Math.cos(t))/(t-e),i=n/r+e;if(M(r)<Ae)return Gr;function a(e,t){var n=i-t;return[n*Math.sin(r*e),i-n*Math.cos(r*e)]}return a.invert=function(e,t){var n=i-t;return[Math.atan2(e,n)/r,i-ze(r)*Math.sqrt(e*e+n*n)]},a}(a.geo.azimuthalEquidistant=function(){return Dr(Ur)}).raw=Ur,(a.geo.conicConformal=function(){return ur(Yr)}).raw=Yr,(a.geo.conicEquidistant=function(){return ur(Xr)}).raw=Xr;var Jr=Hr(function(e){return 1/e},Math.atan);function Zr(e,t){return[e,Math.log(Math.tan(Le/4+t/2))]}function Qr(e){var t,n=Dr(e),r=n.scale,i=n.translate,a=n.clipExtent;return n.scale=function(){var e=r.apply(n,arguments);return e===n?t?n.clipExtent(null):n:e},n.translate=function(){var e=i.apply(n,arguments);return e===n?t?n.clipExtent(null):n:e},n.clipExtent=function(e){var l=a.apply(n,arguments);if(l===n){if(t=null==e){var o=Le*r(),s=i();a([[s[0]-o,s[1]-o],[s[0]+o,s[1]+o]])}}else t&&(l=null);return l},n.clipExtent(null)}(a.geo.gnomonic=function(){return Dr(Jr)}).raw=Jr,Zr.invert=function(e,t){return[e,2*Math.atan(Math.exp(t))-Se]},(a.geo.mercator=function(){return Qr(Zr)}).raw=Zr;var ei=Hr(function(){return 1},Math.asin);(a.geo.orthographic=function(){return Dr(ei)}).raw=ei;var ti=Hr(function(e){return 1/(1+e)},function(e){return 2*Math.atan(e)});function ni(e,t){return[Math.log(Math.tan(Le/4+t/2)),-e]}function ri(e){return e[0]}function ii(e){return e[1]}function ai(e){for(var t=e.length,n=[0,1],r=2,i=2;i<t;i++){for(;r>1&&Oe(e[n[r-2]],e[n[r-1]],e[i])<=0;)--r;n[r++]=i}return n.slice(0,r)}function li(e,t){return e[0]-t[0]||e[1]-t[1]}(a.geo.stereographic=function(){return Dr(ti)}).raw=ti,ni.invert=function(e,t){return[-t,2*Math.atan(Math.exp(e))-Se]},(a.geo.transverseMercator=function(){var e=Qr(ni),t=e.center,n=e.rotate;return e.center=function(e){return e?t([-e[1],e[0]]):[(e=t())[1],-e[0]]},e.rotate=function(e){return e?n([e[0],e[1],e.length>2?e[2]+90:90]):[(e=n())[0],e[1],e[2]-90]},n([0,0,90])}).raw=ni,a.geom={},a.geom.hull=function(e){var t=ri,n=ii;if(arguments.length)return r(e);function r(e){if(e.length<3)return[];var r,i=Tt(t),a=Tt(n),l=e.length,o=[],s=[];for(r=0;r<l;r++)o.push([+i.call(this,e[r],r),+a.call(this,e[r],r),r]);for(o.sort(li),r=0;r<l;r++)s.push([o[r][0],-o[r][1]]);var u=ai(o),c=ai(s),d=c[0]===u[0],f=c[c.length-1]===u[u.length-1],h=[];for(r=u.length-1;r>=0;--r)h.push(e[o[u[r]][2]]);for(r=+d;r<c.length-f;++r)h.push(e[o[c[r]][2]]);return h}return r.x=function(e){return arguments.length?(t=e,r):t},r.y=function(e){return arguments.length?(n=e,r):n},r},a.geom.polygon=function(e){return H(e,oi),e};var oi=a.geom.polygon.prototype=[];function si(e,t,n){return(n[0]-t[0])*(e[1]-t[1])<(n[1]-t[1])*(e[0]-t[0])}function ui(e,t,n,r){var i=e[0],a=n[0],l=t[0]-i,o=r[0]-a,s=e[1],u=n[1],c=t[1]-s,d=r[1]-u,f=(o*(s-u)-d*(i-a))/(d*l-o*c);return[i+f*l,s+f*c]}function ci(e){var t=e[0],n=e[e.length-1];return!(t[0]-n[0]||t[1]-n[1])}oi.area=function(){for(var e,t=-1,n=this.length,r=this[n-1],i=0;++t<n;)e=r,r=this[t],i+=e[1]*r[0]-e[0]*r[1];return.5*i},oi.centroid=function(e){var t,n,r=-1,i=this.length,a=0,l=0,o=this[i-1];for(arguments.length||(e=-1/(6*this.area()));++r<i;)t=o,o=this[r],n=t[0]*o[1]-o[0]*t[1],a+=(t[0]+o[0])*n,l+=(t[1]+o[1])*n;return[a*e,l*e]},oi.clip=function(e){for(var t,n,r,i,a,l,o=ci(e),s=-1,u=this.length-ci(this),c=this[u-1];++s<u;){for(t=e.slice(),e.length=0,i=this[s],a=t[(r=t.length-o)-1],n=-1;++n<r;)si(l=t[n],c,i)?(si(a,c,i)||e.push(ui(a,l,c,i)),e.push(l)):si(a,c,i)&&e.push(ui(a,l,c,i)),a=l;o&&e.push(e[0]),c=i}return e};var di,fi,hi,pi,vi,yi=[],gi=[];function mi(e){var t=yi.pop()||new function(){Wi(this),this.edge=this.site=this.circle=null};return t.site=e,t}function _i(e){Ai(e),hi.remove(e),yi.push(e),Wi(e)}function Ti(e){var t=e.circle,n=t.x,r=t.cy,i={x:n,y:r},a=e.P,l=e.N,o=[e];_i(e);for(var s=a;s.circle&&M(n-s.circle.x)<Ae&&M(r-s.circle.cy)<Ae;)a=s.P,o.unshift(s),_i(s),s=a;o.unshift(s),Ai(s);for(var u=l;u.circle&&M(n-u.circle.x)<Ae&&M(r-u.circle.cy)<Ae;)l=u.N,o.push(u),_i(u),u=l;o.push(u),Ai(u);var c,d=o.length;for(c=1;c<d;++c)u=o[c],s=o[c-1],Bi(u.edge,s.site,u.site,i);s=o[0],(u=o[d-1]).edge=Di(s.site,u.site,null,i),Ci(s),Ci(u)}function bi(e){for(var t,n,r,i,a=e.x,l=e.y,o=hi._;o;)if((r=Mi(o,l)-a)>Ae)o=o.L;else{if(!((i=a-Ki(o,l))>Ae)){r>-Ae?(t=o.P,n=o):i>-Ae?(t=o,n=o.N):t=n=o;break}if(!o.R){t=o;break}o=o.R}var s=mi(e);if(hi.insert(t,s),t||n){if(t===n)return Ai(t),n=mi(t.site),hi.insert(s,n),s.edge=n.edge=Di(t.site,s.site),Ci(t),void Ci(n);if(n){Ai(t),Ai(n);var u=t.site,c=u.x,d=u.y,f=e.x-c,h=e.y-d,p=n.site,v=p.x-c,y=p.y-d,g=2*(f*y-h*v),m=f*f+h*h,_=v*v+y*y,T={x:(y*m-h*_)/g+c,y:(f*_-v*m)/g+d};Bi(n.edge,u,p,T),s.edge=Di(u,e,null,T),n.edge=Di(e,p,null,T),Ci(t),Ci(n)}else s.edge=Di(t.site,s.site)}}function Mi(e,t){var n=e.site,r=n.x,i=n.y,a=i-t;if(!a)return r;var l=e.P;if(!l)return-1/0;var o=(n=l.site).x,s=n.y,u=s-t;if(!u)return o;var c=o-r,d=1/a-1/u,f=c/u;return d?(-f+Math.sqrt(f*f-2*d*(c*c/(-2*u)-s+u/2+i-a/2)))/d+r:(r+o)/2}function Ki(e,t){var n=e.N;if(n)return Mi(n,t);var r=e.site;return r.y===t?r.x:1/0}function ki(e){this.site=e,this.edges=[]}function xi(e,t){return t.angle-e.angle}function Ci(e){var t=e.P,n=e.N;if(t&&n){var r=t.site,i=e.site,a=n.site;if(r!==a){var l=i.x,o=i.y,s=r.x-l,u=r.y-o,c=a.x-l,d=2*(s*(y=a.y-o)-u*c);if(!(d>=-we)){var f=s*s+u*u,h=c*c+y*y,p=(y*f-u*h)/d,v=(s*h-c*f)/d,y=v+o,g=gi.pop()||new function(){Wi(this),this.x=this.y=this.arc=this.site=this.cy=null};g.arc=e,g.site=i,g.x=p+l,g.y=y+Math.sqrt(p*p+v*v),g.cy=y,e.circle=g;for(var m=null,_=vi._;_;)if(g.y<_.y||g.y===_.y&&g.x<=_.x){if(!_.L){m=_.P;break}_=_.L}else{if(!_.R){m=_;break}_=_.R}vi.insert(m,g),m||(pi=g)}}}}function Ai(e){var t=e.circle;t&&(t.P||(pi=t.N),vi.remove(t),gi.push(t),Wi(t),e.circle=null)}function wi(e,t){var n=e.b;if(n)return!0;var r,i,a=e.a,l=t[0][0],o=t[1][0],s=t[0][1],u=t[1][1],c=e.l,d=e.r,f=c.x,h=c.y,p=d.x,v=d.y,y=(f+p)/2,g=(h+v)/2;if(v===h){if(y<l||y>=o)return;if(f>p){if(a){if(a.y>=u)return}else a={x:y,y:s};n={x:y,y:u}}else{if(a){if(a.y<s)return}else a={x:y,y:u};n={x:y,y:s}}}else if(i=g-(r=(f-p)/(v-h))*y,r<-1||r>1)if(f>p){if(a){if(a.y>=u)return}else a={x:(s-i)/r,y:s};n={x:(u-i)/r,y:u}}else{if(a){if(a.y<s)return}else a={x:(u-i)/r,y:u};n={x:(s-i)/r,y:s}}else if(h<v){if(a){if(a.x>=o)return}else a={x:l,y:r*l+i};n={x:o,y:r*o+i}}else{if(a){if(a.x<l)return}else a={x:o,y:r*o+i};n={x:l,y:r*l+i}}return e.a=a,e.b=n,!0}function Li(e,t){this.l=e,this.r=t,this.a=this.b=null}function Di(e,t,n,r){var i=new Li(e,t);return di.push(i),n&&Bi(i,e,t,n),r&&Bi(i,t,e,r),fi[e.i].edges.push(new Si(i,e,t)),fi[t.i].edges.push(new Si(i,t,e)),i}function Bi(e,t,n,r){e.a||e.b?e.l===n?e.b=r:e.a=r:(e.a=r,e.l=t,e.r=n)}function Si(e,t,n){var r=e.a,i=e.b;this.edge=e,this.site=t,this.angle=n?Math.atan2(n.y-t.y,n.x-t.x):e.l===t?Math.atan2(i.x-r.x,r.y-i.y):Math.atan2(r.x-i.x,i.y-r.y)}function Gi(){this._=null}function Wi(e){e.U=e.C=e.L=e.R=e.P=e.N=null}function zi(e,t){var n=t,r=t.R,i=n.U;i?i.L===n?i.L=r:i.R=r:e._=r,r.U=i,n.U=r,n.R=r.L,n.R&&(n.R.U=n),r.L=n}function Oi(e,t){var n=t,r=t.L,i=n.U;i?i.L===n?i.L=r:i.R=r:e._=r,r.U=i,n.U=r,n.L=r.R,n.L&&(n.L.U=n),r.R=n}function Pi(e){for(;e.L;)e=e.L;return e}function Ri(e,t){var n,r,i,a=e.sort(ji).pop();for(di=[],fi=new Array(e.length),hi=new Gi,vi=new Gi;;)if(i=pi,a&&(!i||a.y<i.y||a.y===i.y&&a.x<i.x))a.x===n&&a.y===r||(fi[a.i]=new ki(a),bi(a),n=a.x,r=a.y),a=e.pop();else{if(!i)break;Ti(i.arc)}t&&(function(e){for(var t,n=di,r=lr(e[0][0],e[0][1],e[1][0],e[1][1]),i=n.length;i--;)(!wi(t=n[i],e)||!r(t)||M(t.a.x-t.b.x)<Ae&&M(t.a.y-t.b.y)<Ae)&&(t.a=t.b=null,n.splice(i,1))}(t),function(e){for(var t,n,r,i,a,l,o,s,u,c,d=e[0][0],f=e[1][0],h=e[0][1],p=e[1][1],v=fi,y=v.length;y--;)if((a=v[y])&&a.prepare())for(s=(o=a.edges).length,l=0;l<s;)r=(c=o[l].end()).x,i=c.y,t=(u=o[++l%s].start()).x,n=u.y,(M(r-t)>Ae||M(i-n)>Ae)&&(o.splice(l,0,new Si((g=a.site,m=c,_=M(r-d)<Ae&&p-i>Ae?{x:d,y:M(t-d)<Ae?n:p}:M(i-p)<Ae&&f-r>Ae?{x:M(n-p)<Ae?t:f,y:p}:M(r-f)<Ae&&i-h>Ae?{x:f,y:M(t-f)<Ae?n:h}:M(i-h)<Ae&&r-d>Ae?{x:M(n-h)<Ae?t:d,y:h}:null,T=void 0,T=new Li(g,null),T.a=m,T.b=_,di.push(T),T),a.site,null)),++s);var g,m,_,T}(t));var l={cells:fi,edges:di};return hi=vi=di=fi=null,l}function ji(e,t){return t.y-e.y||t.x-e.x}ki.prototype.prepare=function(){for(var e,t=this.edges,n=t.length;n--;)(e=t[n].edge).b&&e.a||t.splice(n,1);return t.sort(xi),t.length},Si.prototype={start:function(){return this.edge.l===this.site?this.edge.a:this.edge.b},end:function(){return this.edge.l===this.site?this.edge.b:this.edge.a}},Gi.prototype={insert:function(e,t){var n,r,i;if(e){if(t.P=e,t.N=e.N,e.N&&(e.N.P=t),e.N=t,e.R){for(e=e.R;e.L;)e=e.L;e.L=t}else e.R=t;n=e}else this._?(e=Pi(this._),t.P=null,t.N=e,e.P=e.L=t,n=e):(t.P=t.N=null,this._=t,n=null);for(t.L=t.R=null,t.U=n,t.C=!0,e=t;n&&n.C;)n===(r=n.U).L?(i=r.R)&&i.C?(n.C=i.C=!1,r.C=!0,e=r):(e===n.R&&(zi(this,n),n=(e=n).U),n.C=!1,r.C=!0,Oi(this,r)):(i=r.L)&&i.C?(n.C=i.C=!1,r.C=!0,e=r):(e===n.L&&(Oi(this,n),n=(e=n).U),n.C=!1,r.C=!0,zi(this,r)),n=e.U;this._.C=!1},remove:function(e){e.N&&(e.N.P=e.P),e.P&&(e.P.N=e.N),e.N=e.P=null;var t,n,r,i=e.U,a=e.L,l=e.R;if(n=a?l?Pi(l):a:l,i?i.L===e?i.L=n:i.R=n:this._=n,a&&l?(r=n.C,n.C=e.C,n.L=a,a.U=n,n!==l?(i=n.U,n.U=e.U,e=n.R,i.L=e,n.R=l,l.U=n):(n.U=i,i=n,e=n.R)):(r=e.C,e=n),e&&(e.U=i),!r)if(e&&e.C)e.C=!1;else{do{if(e===this._)break;if(e===i.L){if((t=i.R).C&&(t.C=!1,i.C=!0,zi(this,i),t=i.R),t.L&&t.L.C||t.R&&t.R.C){t.R&&t.R.C||(t.L.C=!1,t.C=!0,Oi(this,t),t=i.R),t.C=i.C,i.C=t.R.C=!1,zi(this,i),e=this._;break}}else if((t=i.L).C&&(t.C=!1,i.C=!0,Oi(this,i),t=i.L),t.L&&t.L.C||t.R&&t.R.C){t.L&&t.L.C||(t.R.C=!1,t.C=!0,zi(this,t),t=i.L),t.C=i.C,i.C=t.L.C=!1,Oi(this,i),e=this._;break}t.C=!0,e=i,i=i.U}while(!e.C);e&&(e.C=!1)}}},a.geom.voronoi=function(e){var t=ri,n=ii,r=t,i=n,a=Ei;if(e)return l(e);function l(e){var t=new Array(e.length),n=a[0][0],r=a[0][1],i=a[1][0],l=a[1][1];return Ri(o(e),a).cells.forEach(function(a,o){var s=a.edges,u=a.site;(t[o]=s.length?s.map(function(e){var t=e.start();return[t.x,t.y]}):u.x>=n&&u.x<=i&&u.y>=r&&u.y<=l?[[n,l],[i,l],[i,r],[n,r]]:[]).point=e[o]}),t}function o(e){return e.map(function(e,t){return{x:Math.round(r(e,t)/Ae)*Ae,y:Math.round(i(e,t)/Ae)*Ae,i:t}})}return l.links=function(e){return Ri(o(e)).edges.filter(function(e){return e.l&&e.r}).map(function(t){return{source:e[t.l.i],target:e[t.r.i]}})},l.triangles=function(e){var t=[];return Ri(o(e)).cells.forEach(function(n,r){for(var i,a,l,o,s=n.site,u=n.edges.sort(xi),c=-1,d=u.length,f=u[d-1].edge,h=f.l===s?f.r:f.l;++c<d;)f,i=h,h=(f=u[c].edge).l===s?f.r:f.l,r<i.i&&r<h.i&&(l=i,o=h,((a=s).x-o.x)*(l.y-a.y)-(a.x-l.x)*(o.y-a.y)<0)&&t.push([e[r],e[i.i],e[h.i]])}),t},l.x=function(e){return arguments.length?(r=Tt(t=e),l):t},l.y=function(e){return arguments.length?(i=Tt(n=e),l):n},l.clipExtent=function(e){return arguments.length?(a=null==e?Ei:e,l):a===Ei?null:a},l.size=function(e){return arguments.length?l.clipExtent(e&&[[0,0],e]):a===Ei?null:a&&a[1]},l};var Ei=[[-1e6,-1e6],[1e6,1e6]];function Ii(e){return e.x}function Ni(e){return e.y}function Fi(e,t){e=a.rgb(e),t=a.rgb(t);var n=e.r,r=e.g,i=e.b,l=t.r-n,o=t.g-r,s=t.b-i;return function(e){return"#"+ht(Math.round(n+l*e))+ht(Math.round(r+o*e))+ht(Math.round(i+s*e))}}function $i(e,t){var n,r={},i={};for(n in e)n in t?r[n]=Yi(e[n],t[n]):i[n]=e[n];for(n in t)n in e||(i[n]=t[n]);return function(e){for(n in r)i[n]=r[n](e);return i}}function Vi(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function Hi(e,t){var n,r,i,a=qi.lastIndex=Ui.lastIndex=0,l=-1,o=[],s=[];for(e+="",t+="";(n=qi.exec(e))&&(r=Ui.exec(t));)(i=r.index)>a&&(i=t.slice(a,i),o[l]?o[l]+=i:o[++l]=i),(n=n[0])===(r=r[0])?o[l]?o[l]+=r:o[++l]=r:(o[++l]=null,s.push({i:l,x:Vi(n,r)})),a=Ui.lastIndex;return a<t.length&&(i=t.slice(a),o[l]?o[l]+=i:o[++l]=i),o.length<2?s[0]?(t=s[0].x,function(e){return t(e)+""}):function(){return t}:(t=s.length,function(e){for(var n,r=0;r<t;++r)o[(n=s[r]).i]=n.x(e);return o.join("")})}a.geom.delaunay=function(e){return a.geom.voronoi().triangles(e)},a.geom.quadtree=function(e,t,n,r,i){var a,l=ri,o=ii;if(a=arguments.length)return l=Ii,o=Ni,3===a&&(i=n,r=t,n=t=0),s(e);function s(e){var s,u,c,d,f,h,p,v,y,g=Tt(l),m=Tt(o);if(null!=t)h=t,p=n,v=r,y=i;else if(v=y=-(h=p=1/0),u=[],c=[],f=e.length,a)for(d=0;d<f;++d)(s=e[d]).x<h&&(h=s.x),s.y<p&&(p=s.y),s.x>v&&(v=s.x),s.y>y&&(y=s.y),u.push(s.x),c.push(s.y);else for(d=0;d<f;++d){var _=+g(s=e[d],d),T=+m(s,d);_<h&&(h=_),T<p&&(p=T),_>v&&(v=_),T>y&&(y=T),u.push(_),c.push(T)}var b=v-h,K=y-p;function k(e,t,n,r,i,a,l,o){if(!isNaN(n)&&!isNaN(r))if(e.leaf){var s=e.x,u=e.y;if(null!=s)if(M(s-n)+M(u-r)<.01)x(e,t,n,r,i,a,l,o);else{var c=e.point;e.x=e.y=e.point=null,x(e,c,s,u,i,a,l,o),x(e,t,n,r,i,a,l,o)}else e.x=n,e.y=r,e.point=t}else x(e,t,n,r,i,a,l,o)}function x(e,t,n,r,i,a,l,o){var s=.5*(i+l),u=.5*(a+o),c=n>=s,d=r>=u,f=d<<1|c;e.leaf=!1,e=e.nodes[f]||(e.nodes[f]={leaf:!0,nodes:[],point:null,x:null,y:null,add:function(e){k(C,e,+g(e,++d),+m(e,d),h,p,v,y)}}),c?i=s:l=s,d?a=u:o=u,k(e,t,n,r,i,a,l,o)}b>K?y=p+b:v=h+K;var C={leaf:!0,nodes:[],point:null,x:null,y:null,add:function(e){k(C,e,+g(e,++d),+m(e,d),h,p,v,y)}};if(C.visit=function(e){!function e(t,n,r,i,a,l){if(!t(n,r,i,a,l)){var o=.5*(r+a),s=.5*(i+l),u=n.nodes;u[0]&&e(t,u[0],r,i,o,s),u[1]&&e(t,u[1],o,i,a,s),u[2]&&e(t,u[2],r,s,o,l),u[3]&&e(t,u[3],o,s,a,l)}}(e,C,h,p,v,y)},C.find=function(e){return function(e,t,n,r,i,a,l){var o,s=1/0;return function e(u,c,d,f,h){if(!(c>a||d>l||f<r||h<i)){if(p=u.point){var p,v=t-u.x,y=n-u.y,g=v*v+y*y;if(g<s){var m=Math.sqrt(s=g);r=t-m,i=n-m,a=t+m,l=n+m,o=p}}for(var _=u.nodes,T=.5*(c+f),b=.5*(d+h),M=(n>=b)<<1|t>=T,K=M+4;M<K;++M)if(u=_[3&M])switch(3&M){case 0:e(u,c,d,T,b);break;case 1:e(u,T,d,f,b);break;case 2:e(u,c,b,T,h);break;case 3:e(u,T,b,f,h)}}}(e,r,i,a,l),o}(C,e[0],e[1],h,p,v,y)},d=-1,null==t){for(;++d<f;)k(C,e[d],u[d],c[d],h,p,v,y);--d}else e.forEach(C.add);return u=c=e=s=null,C}return s.x=function(e){return arguments.length?(l=e,s):l},s.y=function(e){return arguments.length?(o=e,s):o},s.extent=function(e){return arguments.length?(null==e?t=n=r=i=null:(t=+e[0][0],n=+e[0][1],r=+e[1][0],i=+e[1][1]),s):null==t?null:[[t,n],[r,i]]},s.size=function(e){return arguments.length?(null==e?t=n=r=i=null:(t=n=0,r=+e[0],i=+e[1]),s):null==t?null:[r-t,i-n]},s},a.interpolateRgb=Fi,a.interpolateObject=$i,a.interpolateNumber=Vi,a.interpolateString=Hi;var qi=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Ui=new RegExp(qi.source,"g");function Yi(e,t){for(var n,r=a.interpolators.length;--r>=0&&!(n=a.interpolators[r](e,t)););return n}function Xi(e,t){var n,r=[],i=[],a=e.length,l=t.length,o=Math.min(e.length,t.length);for(n=0;n<o;++n)r.push(Yi(e[n],t[n]));for(;n<a;++n)i[n]=e[n];for(;n<l;++n)i[n]=t[n];return function(e){for(n=0;n<o;++n)i[n]=r[n](e);return i}}a.interpolate=Yi,a.interpolators=[function(e,t){var n=typeof t;return("string"===n?_t.has(t.toLowerCase())||/^(#|rgb\(|hsl\()/i.test(t)?Fi:Hi:t instanceof Ve?Fi:Array.isArray(t)?Xi:"object"===n&&isNaN(t)?$i:Vi)(e,t)}],a.interpolateArray=Xi;var Ji=function(){return z},Zi=a.map({linear:Ji,poly:function(e){return function(t){return Math.pow(t,e)}},quad:function(){return na},cubic:function(){return ra},sin:function(){return aa},exp:function(){return la},circle:function(){return oa},elastic:function(e,t){var n;arguments.length<2&&(t=.45);arguments.length?n=t/De*Math.asin(1/e):(e=1,n=t/4);return function(r){return 1+e*Math.pow(2,-10*r)*Math.sin((r-n)*De/t)}},back:function(e){e||(e=1.70158);return function(t){return t*t*((e+1)*t-e)}},bounce:function(){return sa}}),Qi=a.map({in:z,out:ea,"in-out":ta,"out-in":function(e){return ta(ea(e))}});function ea(e){return function(t){return 1-e(1-t)}}function ta(e){return function(t){return.5*(t<.5?e(2*t):2-e(2-2*t))}}function na(e){return e*e}function ra(e){return e*e*e}function ia(e){if(e<=0)return 0;if(e>=1)return 1;var t=e*e,n=t*e;return 4*(e<.5?n:3*(e-t)+n-.75)}function aa(e){return 1-Math.cos(e*Se)}function la(e){return Math.pow(2,10*(e-1))}function oa(e){return 1-Math.sqrt(1-e*e)}function sa(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375}function ua(e,t){return t-=e,function(n){return Math.round(e+t*n)}}function ca(e){var t,n,r,i=[e.a,e.b],a=[e.c,e.d],l=fa(i),o=da(i,a),s=fa(((t=a)[0]+=(r=-o)*(n=i)[0],t[1]+=r*n[1],t))||0;i[0]*a[1]<a[0]*i[1]&&(i[0]*=-1,i[1]*=-1,l*=-1,o*=-1),this.rotate=(l?Math.atan2(i[1],i[0]):Math.atan2(-a[0],a[1]))*We,this.translate=[e.e,e.f],this.scale=[l,s],this.skew=s?Math.atan2(o,s)*We:0}function da(e,t){return e[0]*t[0]+e[1]*t[1]}function fa(e){var t=Math.sqrt(da(e,e));return t&&(e[0]/=t,e[1]/=t),t}a.ease=function(e){var t,n=e.indexOf("-"),r=n>=0?e.slice(0,n):e,i=n>=0?e.slice(n+1):"in";return r=Zi.get(r)||Ji,i=Qi.get(i)||z,t=i(r.apply(null,l.call(arguments,1))),function(e){return e<=0?0:e>=1?1:t(e)}},a.interpolateHcl=function(e,t){e=a.hcl(e),t=a.hcl(t);var n=e.h,r=e.c,i=e.l,l=t.h-n,o=t.c-r,s=t.l-i;isNaN(o)&&(o=0,r=isNaN(r)?t.c:r);isNaN(l)?(l=0,n=isNaN(n)?t.h:n):l>180?l-=360:l<-180&&(l+=360);return function(e){return Je(n+l*e,r+o*e,i+s*e)+""}},a.interpolateHsl=function(e,t){e=a.hsl(e),t=a.hsl(t);var n=e.h,r=e.s,i=e.l,l=t.h-n,o=t.s-r,s=t.l-i;isNaN(o)&&(o=0,r=isNaN(r)?t.s:r);isNaN(l)?(l=0,n=isNaN(n)?t.h:n):l>180?l-=360:l<-180&&(l+=360);return function(e){return Ue(n+l*e,r+o*e,i+s*e)+""}},a.interpolateLab=function(e,t){e=a.lab(e),t=a.lab(t);var n=e.l,r=e.a,i=e.b,l=t.l-n,o=t.a-r,s=t.b-i;return function(e){return it(n+l*e,r+o*e,i+s*e)+""}},a.interpolateRound=ua,a.transform=function(e){var t=s.createElementNS(a.ns.prefix.svg,"g");return(a.transform=function(e){if(null!=e){t.setAttribute("transform",e);var n=t.transform.baseVal.consolidate()}return new ca(n?n.matrix:ha)})(e)},ca.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};var ha={a:1,b:0,c:0,d:1,e:0,f:0};function pa(e){return e.length?e.pop()+",":""}function va(e,t){var n=[],r=[];return e=a.transform(e),t=a.transform(t),function(e,t,n,r){if(e[0]!==t[0]||e[1]!==t[1]){var i=n.push("translate(",null,",",null,")");r.push({i:i-4,x:Vi(e[0],t[0])},{i:i-2,x:Vi(e[1],t[1])})}else(t[0]||t[1])&&n.push("translate("+t+")")}(e.translate,t.translate,n,r),function(e,t,n,r){e!==t?(e-t>180?t+=360:t-e>180&&(e+=360),r.push({i:n.push(pa(n)+"rotate(",null,")")-2,x:Vi(e,t)})):t&&n.push(pa(n)+"rotate("+t+")")}(e.rotate,t.rotate,n,r),function(e,t,n,r){e!==t?r.push({i:n.push(pa(n)+"skewX(",null,")")-2,x:Vi(e,t)}):t&&n.push(pa(n)+"skewX("+t+")")}(e.skew,t.skew,n,r),function(e,t,n,r){if(e[0]!==t[0]||e[1]!==t[1]){var i=n.push(pa(n)+"scale(",null,",",null,")");r.push({i:i-4,x:Vi(e[0],t[0])},{i:i-2,x:Vi(e[1],t[1])})}else 1===t[0]&&1===t[1]||n.push(pa(n)+"scale("+t+")")}(e.scale,t.scale,n,r),e=t=null,function(e){for(var t,i=-1,a=r.length;++i<a;)n[(t=r[i]).i]=t.x(e);return n.join("")}}function ya(e,t){return t=(t-=e=+e)||1/t,function(n){return(n-e)/t}}function ga(e,t){return t=(t-=e=+e)||1/t,function(n){return Math.max(0,Math.min(1,(n-e)/t))}}function ma(e){for(var t=e.source,n=e.target,r=function(e,t){if(e===t)return e;var n=_a(e),r=_a(t),i=n.pop(),a=r.pop(),l=null;for(;i===a;)l=i,i=n.pop(),a=r.pop();return l}(t,n),i=[t];t!==r;)t=t.parent,i.push(t);for(var a=i.length;n!==r;)i.splice(a,0,n),n=n.parent;return i}function _a(e){for(var t=[],n=e.parent;null!=n;)t.push(e),e=n,n=n.parent;return t.push(e),t}function Ta(e){e.fixed|=2}function ba(e){e.fixed&=-7}function Ma(e){e.fixed|=4,e.px=e.x,e.py=e.y}function Ka(e){e.fixed&=-5}a.interpolateTransform=va,a.layout={},a.layout.bundle=function(){return function(e){for(var t=[],n=-1,r=e.length;++n<r;)t.push(ma(e[n]));return t}},a.layout.chord=function(){var e,t,n,r,i,l,o,s={},u=0;function c(){var s,c,f,h,p,v={},y=[],g=a.range(r),m=[];for(e=[],t=[],s=0,h=-1;++h<r;){for(c=0,p=-1;++p<r;)c+=n[h][p];y.push(c),m.push(a.range(r)),s+=c}for(i&&g.sort(function(e,t){return i(y[e],y[t])}),l&&m.forEach(function(e,t){e.sort(function(e,r){return l(n[t][e],n[t][r])})}),s=(De-u*r)/s,c=0,h=-1;++h<r;){for(f=c,p=-1;++p<r;){var _=g[h],T=m[_][p],b=n[_][T],M=c,K=c+=b*s;v[_+"-"+T]={index:_,subindex:T,startAngle:M,endAngle:K,value:b}}t[_]={index:_,startAngle:f,endAngle:c,value:y[_]},c+=u}for(h=-1;++h<r;)for(p=h-1;++p<r;){var k=v[h+"-"+p],x=v[p+"-"+h];(k.value||x.value)&&e.push(k.value<x.value?{source:x,target:k}:{source:k,target:x})}o&&d()}function d(){e.sort(function(e,t){return o((e.source.value+e.target.value)/2,(t.source.value+t.target.value)/2)})}return s.matrix=function(i){return arguments.length?(r=(n=i)&&n.length,e=t=null,s):n},s.padding=function(n){return arguments.length?(u=n,e=t=null,s):u},s.sortGroups=function(n){return arguments.length?(i=n,e=t=null,s):i},s.sortSubgroups=function(t){return arguments.length?(l=t,e=null,s):l},s.sortChords=function(t){return arguments.length?(o=t,e&&d(),s):o},s.chords=function(){return e||c(),e},s.groups=function(){return t||c(),t},s},a.layout.force=function(){var e,t,n,r,i,l,o={},s=a.dispatch("start","tick","end"),u=[1,1],c=.9,d=ka,f=xa,h=-30,p=Ca,v=.1,y=.64,g=[],m=[];function _(e){return function(t,n,r,i){if(t.point!==e){var a=t.cx-e.x,l=t.cy-e.y,o=i-n,s=a*a+l*l;if(o*o/y<s){if(s<p){var u=t.charge/s;e.px-=a*u,e.py-=l*u}return!0}if(t.point&&s&&s<p){u=t.pointCharge/s;e.px-=a*u,e.py-=l*u}}return!t.charge}}function T(e){e.px=a.event.x,e.py=a.event.y,o.resume()}return o.tick=function(){if((n*=.99)<.005)return e=null,s.end({type:"end",alpha:n=0}),!0;var t,o,d,f,p,y,T,b,M,K=g.length,k=m.length;for(o=0;o<k;++o)f=(d=m[o]).source,(y=(b=(p=d.target).x-f.x)*b+(M=p.y-f.y)*M)&&(b*=y=n*i[o]*((y=Math.sqrt(y))-r[o])/y,M*=y,p.x-=b*(T=f.weight+p.weight?f.weight/(f.weight+p.weight):.5),p.y-=M*T,f.x+=b*(T=1-T),f.y+=M*T);if((T=n*v)&&(b=u[0]/2,M=u[1]/2,o=-1,T))for(;++o<K;)(d=g[o]).x+=(b-d.x)*T,d.y+=(M-d.y)*T;if(h)for(!function e(t,n,r){var i=0,a=0;t.charge=0;if(!t.leaf)for(var l,o=t.nodes,s=o.length,u=-1;++u<s;)null!=(l=o[u])&&(e(l,n,r),t.charge+=l.charge,i+=l.charge*l.cx,a+=l.charge*l.cy);if(t.point){t.leaf||(t.point.x+=Math.random()-.5,t.point.y+=Math.random()-.5);var c=n*r[t.point.index];t.charge+=t.pointCharge=c,i+=c*t.point.x,a+=c*t.point.y}t.cx=i/t.charge;t.cy=a/t.charge}(t=a.geom.quadtree(g),n,l),o=-1;++o<K;)(d=g[o]).fixed||t.visit(_(d));for(o=-1;++o<K;)(d=g[o]).fixed?(d.x=d.px,d.y=d.py):(d.x-=(d.px-(d.px=d.x))*c,d.y-=(d.py-(d.py=d.y))*c);s.tick({type:"tick",alpha:n})},o.nodes=function(e){return arguments.length?(g=e,o):g},o.links=function(e){return arguments.length?(m=e,o):m},o.size=function(e){return arguments.length?(u=e,o):u},o.linkDistance=function(e){return arguments.length?(d="function"==typeof e?e:+e,o):d},o.distance=o.linkDistance,o.linkStrength=function(e){return arguments.length?(f="function"==typeof e?e:+e,o):f},o.friction=function(e){return arguments.length?(c=+e,o):c},o.charge=function(e){return arguments.length?(h="function"==typeof e?e:+e,o):h},o.chargeDistance=function(e){return arguments.length?(p=e*e,o):Math.sqrt(p)},o.gravity=function(e){return arguments.length?(v=+e,o):v},o.theta=function(e){return arguments.length?(y=e*e,o):Math.sqrt(y)},o.alpha=function(t){return arguments.length?(t=+t,n?t>0?n=t:(e.c=null,e.t=NaN,e=null,s.end({type:"end",alpha:n=0})):t>0&&(s.start({type:"start",alpha:n=t}),e=wt(o.tick)),o):n},o.start=function(){var e,t,n,a=g.length,s=m.length,c=u[0],p=u[1];for(e=0;e<a;++e)(n=g[e]).index=e,n.weight=0;for(e=0;e<s;++e)"number"==typeof(n=m[e]).source&&(n.source=g[n.source]),"number"==typeof n.target&&(n.target=g[n.target]),++n.source.weight,++n.target.weight;for(e=0;e<a;++e)n=g[e],isNaN(n.x)&&(n.x=v("x",c)),isNaN(n.y)&&(n.y=v("y",p)),isNaN(n.px)&&(n.px=n.x),isNaN(n.py)&&(n.py=n.y);if(r=[],"function"==typeof d)for(e=0;e<s;++e)r[e]=+d.call(this,m[e],e);else for(e=0;e<s;++e)r[e]=d;if(i=[],"function"==typeof f)for(e=0;e<s;++e)i[e]=+f.call(this,m[e],e);else for(e=0;e<s;++e)i[e]=f;if(l=[],"function"==typeof h)for(e=0;e<a;++e)l[e]=+h.call(this,g[e],e);else for(e=0;e<a;++e)l[e]=h;function v(n,r){if(!t){for(t=new Array(a),u=0;u<a;++u)t[u]=[];for(u=0;u<s;++u){var i=m[u];t[i.source.index].push(i.target),t[i.target.index].push(i.source)}}for(var l,o=t[e],u=-1,c=o.length;++u<c;)if(!isNaN(l=o[u][n]))return l;return Math.random()*r}return o.resume()},o.resume=function(){return o.alpha(.1)},o.stop=function(){return o.alpha(0)},o.drag=function(){if(t||(t=a.behavior.drag().origin(z).on("dragstart.force",Ta).on("drag.force",T).on("dragend.force",ba)),!arguments.length)return t;this.on("mouseover.force",Ma).on("mouseout.force",Ka).call(t)},a.rebind(o,s,"on")};var ka=20,xa=1,Ca=1/0;function Aa(e,t){return a.rebind(e,t,"sort","children","value"),e.nodes=e,e.links=Ga,e}function wa(e,t){for(var n=[e];null!=(e=n.pop());)if(t(e),(i=e.children)&&(r=i.length))for(var r,i;--r>=0;)n.push(i[r])}function La(e,t){for(var n=[e],r=[];null!=(e=n.pop());)if(r.push(e),(a=e.children)&&(i=a.length))for(var i,a,l=-1;++l<i;)n.push(a[l]);for(;null!=(e=r.pop());)t(e)}function Da(e){return e.children}function Ba(e){return e.value}function Sa(e,t){return t.value-e.value}function Ga(e){return a.merge(e.map(function(e){return(e.children||[]).map(function(t){return{source:e,target:t}})}))}a.layout.hierarchy=function(){var e=Sa,t=Da,n=Ba;function r(i){var a,l=[i],o=[];for(i.depth=0;null!=(a=l.pop());)if(o.push(a),(u=t.call(r,a,a.depth))&&(s=u.length)){for(var s,u,c;--s>=0;)l.push(c=u[s]),c.parent=a,c.depth=a.depth+1;n&&(a.value=0),a.children=u}else n&&(a.value=+n.call(r,a,a.depth)||0),delete a.children;return La(i,function(t){var r,i;e&&(r=t.children)&&r.sort(e),n&&(i=t.parent)&&(i.value+=t.value)}),o}return r.sort=function(t){return arguments.length?(e=t,r):e},r.children=function(e){return arguments.length?(t=e,r):t},r.value=function(e){return arguments.length?(n=e,r):n},r.revalue=function(e){return n&&(wa(e,function(e){e.children&&(e.value=0)}),La(e,function(e){var t;e.children||(e.value=+n.call(r,e,e.depth)||0),(t=e.parent)&&(t.value+=e.value)})),e},r},a.layout.partition=function(){var e=a.layout.hierarchy(),t=[1,1];function n(n,r){var i=e.call(this,n,r);return function e(t,n,r,i){var a=t.children;if(t.x=n,t.y=t.depth*i,t.dx=r,t.dy=i,a&&(l=a.length)){var l,o,s,u=-1;for(r=t.value?r/t.value:0;++u<l;)e(o=a[u],n,s=o.value*r,i),n+=s}}(i[0],0,t[0],t[1]/function e(t){var n=t.children,r=0;if(n&&(i=n.length))for(var i,a=-1;++a<i;)r=Math.max(r,e(n[a]));return 1+r}(i[0])),i}return n.size=function(e){return arguments.length?(t=e,n):t},Aa(n,e)},a.layout.pie=function(){var e=Number,t=Wa,n=0,r=De,i=0;function l(o){var s,u=o.length,c=o.map(function(t,n){return+e.call(l,t,n)}),d=+("function"==typeof n?n.apply(this,arguments):n),f=("function"==typeof r?r.apply(this,arguments):r)-d,h=Math.min(Math.abs(f)/u,+("function"==typeof i?i.apply(this,arguments):i)),p=h*(f<0?-1:1),v=a.sum(c),y=v?(f-u*p)/v:0,g=a.range(u),m=[];return null!=t&&g.sort(t===Wa?function(e,t){return c[t]-c[e]}:function(e,n){return t(o[e],o[n])}),g.forEach(function(e){m[e]={data:o[e],value:s=c[e],startAngle:d,endAngle:d+=s*y+p,padAngle:h}}),m}return l.value=function(t){return arguments.length?(e=t,l):e},l.sort=function(e){return arguments.length?(t=e,l):t},l.startAngle=function(e){return arguments.length?(n=e,l):n},l.endAngle=function(e){return arguments.length?(r=e,l):r},l.padAngle=function(e){return arguments.length?(i=e,l):i},l};var Wa={};function za(e){return e.x}function Oa(e){return e.y}function Pa(e,t,n){e.y0=t,e.y=n}a.layout.stack=function(){var e=z,t=Ea,n=Ia,r=Pa,i=za,l=Oa;function o(s,u){if(!(h=s.length))return s;var c=s.map(function(t,n){return e.call(o,t,n)}),d=c.map(function(e){return e.map(function(e,t){return[i.call(o,e,t),l.call(o,e,t)]})}),f=t.call(o,d,u);c=a.permute(c,f),d=a.permute(d,f);var h,p,v,y,g=n.call(o,d,u),m=c[0].length;for(v=0;v<m;++v)for(r.call(o,c[0][v],y=g[v],d[0][v][1]),p=1;p<h;++p)r.call(o,c[p][v],y+=d[p-1][v][1],d[p][v][1]);return s}return o.values=function(t){return arguments.length?(e=t,o):e},o.order=function(e){return arguments.length?(t="function"==typeof e?e:Ra.get(e)||Ea,o):t},o.offset=function(e){return arguments.length?(n="function"==typeof e?e:ja.get(e)||Ia,o):n},o.x=function(e){return arguments.length?(i=e,o):i},o.y=function(e){return arguments.length?(l=e,o):l},o.out=function(e){return arguments.length?(r=e,o):r},o};var Ra=a.map({"inside-out":function(e){var t,n,r=e.length,i=e.map(Na),l=e.map(Fa),o=a.range(r).sort(function(e,t){return i[e]-i[t]}),s=0,u=0,c=[],d=[];for(t=0;t<r;++t)n=o[t],s<u?(s+=l[n],c.push(n)):(u+=l[n],d.push(n));return d.reverse().concat(c)},reverse:function(e){return a.range(e.length).reverse()},default:Ea}),ja=a.map({silhouette:function(e){var t,n,r,i=e.length,a=e[0].length,l=[],o=0,s=[];for(n=0;n<a;++n){for(t=0,r=0;t<i;t++)r+=e[t][n][1];r>o&&(o=r),l.push(r)}for(n=0;n<a;++n)s[n]=(o-l[n])/2;return s},wiggle:function(e){var t,n,r,i,a,l,o,s,u,c=e.length,d=e[0],f=d.length,h=[];for(h[0]=s=u=0,n=1;n<f;++n){for(t=0,i=0;t<c;++t)i+=e[t][n][1];for(t=0,a=0,o=d[n][0]-d[n-1][0];t<c;++t){for(r=0,l=(e[t][n][1]-e[t][n-1][1])/(2*o);r<t;++r)l+=(e[r][n][1]-e[r][n-1][1])/o;a+=l*e[t][n][1]}h[n]=s-=i?a/i*o:0,s<u&&(u=s)}for(n=0;n<f;++n)h[n]-=u;return h},expand:function(e){var t,n,r,i=e.length,a=e[0].length,l=1/i,o=[];for(n=0;n<a;++n){for(t=0,r=0;t<i;t++)r+=e[t][n][1];if(r)for(t=0;t<i;t++)e[t][n][1]/=r;else for(t=0;t<i;t++)e[t][n][1]=l}for(n=0;n<a;++n)o[n]=0;return o},zero:Ia});function Ea(e){return a.range(e.length)}function Ia(e){for(var t=-1,n=e[0].length,r=[];++t<n;)r[t]=0;return r}function Na(e){for(var t,n=1,r=0,i=e[0][1],a=e.length;n<a;++n)(t=e[n][1])>i&&(r=n,i=t);return r}function Fa(e){return e.reduce($a,0)}function $a(e,t){return e+t[1]}function Va(e,t){return Ha(e,Math.ceil(Math.log(t.length)/Math.LN2+1))}function Ha(e,t){for(var n=-1,r=+e[0],i=(e[1]-r)/t,a=[];++n<=t;)a[n]=i*n+r;return a}function qa(e){return[a.min(e),a.max(e)]}function Ua(e,t){return e.value-t.value}function Ya(e,t){var n=e._pack_next;e._pack_next=t,t._pack_prev=e,t._pack_next=n,n._pack_prev=t}function Xa(e,t){e._pack_next=t,t._pack_prev=e}function Ja(e,t){var n=t.x-e.x,r=t.y-e.y,i=e.r+t.r;return.999*i*i>n*n+r*r}function Za(e){if((t=e.children)&&(s=t.length)){var t,n,r,i,a,l,o,s,u=1/0,c=-1/0,d=1/0,f=-1/0;if(t.forEach(Qa),(n=t[0]).x=-n.r,n.y=0,_(n),s>1&&((r=t[1]).x=r.r,r.y=0,_(r),s>2))for(tl(n,r,i=t[2]),_(i),Ya(n,i),n._pack_prev=i,Ya(i,r),r=n._pack_next,a=3;a<s;a++){tl(n,r,i=t[a]);var h=0,p=1,v=1;for(l=r._pack_next;l!==r;l=l._pack_next,p++)if(Ja(l,i)){h=1;break}if(1==h)for(o=n._pack_prev;o!==l._pack_prev&&!Ja(o,i);o=o._pack_prev,v++);h?(p<v||p==v&&r.r<n.r?Xa(n,r=l):Xa(n=o,r),a--):(Ya(n,i),r=i,_(i))}var y=(u+c)/2,g=(d+f)/2,m=0;for(a=0;a<s;a++)(i=t[a]).x-=y,i.y-=g,m=Math.max(m,i.r+Math.sqrt(i.x*i.x+i.y*i.y));e.r=m,t.forEach(el)}function _(e){u=Math.min(e.x-e.r,u),c=Math.max(e.x+e.r,c),d=Math.min(e.y-e.r,d),f=Math.max(e.y+e.r,f)}}function Qa(e){e._pack_next=e._pack_prev=e}function el(e){delete e._pack_next,delete e._pack_prev}function tl(e,t,n){var r=e.r+n.r,i=t.x-e.x,a=t.y-e.y;if(r&&(i||a)){var l=t.r+n.r,o=i*i+a*a,s=.5+((r*=r)-(l*=l))/(2*o),u=Math.sqrt(Math.max(0,2*l*(r+o)-(r-=o)*r-l*l))/(2*o);n.x=e.x+s*i+u*a,n.y=e.y+s*a-u*i}else n.x=e.x+r,n.y=e.y}function nl(e,t){return e.parent==t.parent?1:2}function rl(e){var t=e.children;return t.length?t[0]:e.t}function il(e){var t,n=e.children;return(t=n.length)?n[t-1]:e.t}function al(e,t,n){var r=n/(t.i-e.i);t.c-=r,t.s+=n,e.c+=r,t.z+=n,t.m+=n}function ll(e,t,n){return e.a.parent===t.parent?e.a:n}function ol(e){return{x:e.x,y:e.y,dx:e.dx,dy:e.dy}}function sl(e,t){var n=e.x+t[3],r=e.y+t[0],i=e.dx-t[1]-t[3],a=e.dy-t[0]-t[2];return i<0&&(n+=i/2,i=0),a<0&&(r+=a/2,a=0),{x:n,y:r,dx:i,dy:a}}function ul(e){var t=e[0],n=e[e.length-1];return t<n?[t,n]:[n,t]}function cl(e){return e.rangeExtent?e.rangeExtent():ul(e.range())}function dl(e,t,n,r){var i=n(e[0],e[1]),a=r(t[0],t[1]);return function(e){return a(i(e))}}function fl(e,t){var n,r=0,i=e.length-1,a=e[r],l=e[i];return l<a&&(n=r,r=i,i=n,n=a,a=l,l=n),e[r]=t.floor(a),e[i]=t.ceil(l),e}function hl(e){return e?{floor:function(t){return Math.floor(t/e)*e},ceil:function(t){return Math.ceil(t/e)*e}}:pl}a.layout.histogram=function(){var e=!0,t=Number,n=qa,r=Va;function i(i,l){for(var o,s,u=[],c=i.map(t,this),d=n.call(this,c,l),f=r.call(this,d,c,l),h=(l=-1,c.length),p=f.length-1,v=e?1:1/h;++l<p;)(o=u[l]=[]).dx=f[l+1]-(o.x=f[l]),o.y=0;if(p>0)for(l=-1;++l<h;)(s=c[l])>=d[0]&&s<=d[1]&&((o=u[a.bisect(f,s,1,p)-1]).y+=v,o.push(i[l]));return u}return i.value=function(e){return arguments.length?(t=e,i):t},i.range=function(e){return arguments.length?(n=Tt(e),i):n},i.bins=function(e){return arguments.length?(r="number"==typeof e?function(t){return Ha(t,e)}:Tt(e),i):r},i.frequency=function(t){return arguments.length?(e=!!t,i):e},i},a.layout.pack=function(){var e,t=a.layout.hierarchy().sort(Ua),n=0,r=[1,1];function i(i,a){var l=t.call(this,i,a),o=l[0],s=r[0],u=r[1],c=null==e?Math.sqrt:"function"==typeof e?e:function(){return e};if(o.x=o.y=0,La(o,function(e){e.r=+c(e.value)}),La(o,Za),n){var d=n*(e?1:Math.max(2*o.r/s,2*o.r/u))/2;La(o,function(e){e.r+=d}),La(o,Za),La(o,function(e){e.r-=d})}return function e(t,n,r,i){var a=t.children;t.x=n+=i*t.x;t.y=r+=i*t.y;t.r*=i;if(a)for(var l=-1,o=a.length;++l<o;)e(a[l],n,r,i)}(o,s/2,u/2,e?1:1/Math.max(2*o.r/s,2*o.r/u)),l}return i.size=function(e){return arguments.length?(r=e,i):r},i.radius=function(t){return arguments.length?(e=null==t||"function"==typeof t?t:+t,i):e},i.padding=function(e){return arguments.length?(n=+e,i):n},Aa(i,t)},a.layout.tree=function(){var e=a.layout.hierarchy().sort(null).value(null),t=nl,n=[1,1],r=null;function i(i,a){var u=e.call(this,i,a),c=u[0],d=function(e){var t,n={A:null,children:[e]},r=[n];for(;null!=(t=r.pop());)for(var i,a=t.children,l=0,o=a.length;l<o;++l)r.push((a[l]=i={_:a[l],parent:t,children:(i=a[l].children)&&i.slice()||[],A:null,a:null,z:0,m:0,c:0,s:0,t:null,i:l}).a=i);return n.children[0]}(c);if(La(d,l),d.parent.m=-d.z,wa(d,o),r)wa(c,s);else{var f=c,h=c,p=c;wa(c,function(e){e.x<f.x&&(f=e),e.x>h.x&&(h=e),e.depth>p.depth&&(p=e)});var v=t(f,h)/2-f.x,y=n[0]/(h.x+t(h,f)/2+v),g=n[1]/(p.depth||1);wa(c,function(e){e.x=(e.x+v)*y,e.y=e.depth*g})}return u}function l(e){var n=e.children,r=e.parent.children,i=e.i?r[e.i-1]:null;if(n.length){!function(e){var t,n=0,r=0,i=e.children,a=i.length;for(;--a>=0;)(t=i[a]).z+=n,t.m+=n,n+=t.s+(r+=t.c)}(e);var a=(n[0].z+n[n.length-1].z)/2;i?(e.z=i.z+t(e._,i._),e.m=e.z-a):e.z=a}else i&&(e.z=i.z+t(e._,i._));e.parent.A=function(e,n,r){if(n){for(var i,a=e,l=e,o=n,s=a.parent.children[0],u=a.m,c=l.m,d=o.m,f=s.m;o=il(o),a=rl(a),o&&a;)s=rl(s),(l=il(l)).a=e,(i=o.z+d-a.z-u+t(o._,a._))>0&&(al(ll(o,e,r),e,i),u+=i,c+=i),d+=o.m,u+=a.m,f+=s.m,c+=l.m;o&&!il(l)&&(l.t=o,l.m+=d-c),a&&!rl(s)&&(s.t=a,s.m+=u-f,r=e)}return r}(e,i,e.parent.A||r[0])}function o(e){e._.x=e.z+e.parent.m,e.m+=e.parent.m}function s(e){e.x*=n[0],e.y=e.depth*n[1]}return i.separation=function(e){return arguments.length?(t=e,i):t},i.size=function(e){return arguments.length?(r=null==(n=e)?s:null,i):r?null:n},i.nodeSize=function(e){return arguments.length?(r=null==(n=e)?null:s,i):r?n:null},Aa(i,e)},a.layout.cluster=function(){var e=a.layout.hierarchy().sort(null).value(null),t=nl,n=[1,1],r=!1;function i(i,l){var o,s=e.call(this,i,l),u=s[0],c=0;La(u,function(e){var n=e.children;n&&n.length?(e.x=function(e){return e.reduce(function(e,t){return e+t.x},0)/e.length}(n),e.y=function(e){return 1+a.max(e,function(e){return e.y})}(n)):(e.x=o?c+=t(e,o):0,e.y=0,o=e)});var d=function e(t){var n=t.children;return n&&n.length?e(n[0]):t}(u),f=function e(t){var n,r=t.children;return r&&(n=r.length)?e(r[n-1]):t}(u),h=d.x-t(d,f)/2,p=f.x+t(f,d)/2;return La(u,r?function(e){e.x=(e.x-u.x)*n[0],e.y=(u.y-e.y)*n[1]}:function(e){e.x=(e.x-h)/(p-h)*n[0],e.y=(1-(u.y?e.y/u.y:1))*n[1]}),s}return i.separation=function(e){return arguments.length?(t=e,i):t},i.size=function(e){return arguments.length?(r=null==(n=e),i):r?null:n},i.nodeSize=function(e){return arguments.length?(r=null!=(n=e),i):r?n:null},Aa(i,e)},a.layout.treemap=function(){var e,t=a.layout.hierarchy(),n=Math.round,r=[1,1],i=null,l=ol,o=!1,s="squarify",u=.5*(1+Math.sqrt(5));function c(e,t){for(var n,r,i=-1,a=e.length;++i<a;)r=(n=e[i]).value*(t<0?0:t),n.area=isNaN(r)||r<=0?0:r}function d(e){var t=e.children;if(t&&t.length){var n,r,i,a=l(e),o=[],u=t.slice(),f=1/0,v="slice"===s?a.dx:"dice"===s?a.dy:"slice-dice"===s?1&e.depth?a.dy:a.dx:Math.min(a.dx,a.dy);for(c(u,a.dx*a.dy/e.value),o.area=0;(i=u.length)>0;)o.push(n=u[i-1]),o.area+=n.area,"squarify"!==s||(r=h(o,v))<=f?(u.pop(),f=r):(o.area-=o.pop().area,p(o,v,a,!1),v=Math.min(a.dx,a.dy),o.length=o.area=0,f=1/0);o.length&&(p(o,v,a,!0),o.length=o.area=0),t.forEach(d)}}function f(e){var t=e.children;if(t&&t.length){var n,r=l(e),i=t.slice(),a=[];for(c(i,r.dx*r.dy/e.value),a.area=0;n=i.pop();)a.push(n),a.area+=n.area,null!=n.z&&(p(a,n.z?r.dx:r.dy,r,!i.length),a.length=a.area=0);t.forEach(f)}}function h(e,t){for(var n,r=e.area,i=0,a=1/0,l=-1,o=e.length;++l<o;)(n=e[l].area)&&(n<a&&(a=n),n>i&&(i=n));return t*=t,(r*=r)?Math.max(t*i*u/r,r/(t*a*u)):1/0}function p(e,t,r,i){var a,l=-1,o=e.length,s=r.x,u=r.y,c=t?n(e.area/t):0;if(t==r.dx){for((i||c>r.dy)&&(c=r.dy);++l<o;)(a=e[l]).x=s,a.y=u,a.dy=c,s+=a.dx=Math.min(r.x+r.dx-s,c?n(a.area/c):0);a.z=!0,a.dx+=r.x+r.dx-s,r.y+=c,r.dy-=c}else{for((i||c>r.dx)&&(c=r.dx);++l<o;)(a=e[l]).x=s,a.y=u,a.dx=c,u+=a.dy=Math.min(r.y+r.dy-u,c?n(a.area/c):0);a.z=!1,a.dy+=r.y+r.dy-u,r.x+=c,r.dx-=c}}function v(n){var i=e||t(n),a=i[0];return a.x=a.y=0,a.value?(a.dx=r[0],a.dy=r[1]):a.dx=a.dy=0,e&&t.revalue(a),c([a],a.dx*a.dy/a.value),(e?f:d)(a),o&&(e=i),i}return v.size=function(e){return arguments.length?(r=e,v):r},v.padding=function(e){if(!arguments.length)return i;function t(t){return sl(t,e)}var n;return l=null==(i=e)?ol:"function"==(n=typeof e)?function(t){var n=e.call(v,t,t.depth);return null==n?ol(t):sl(t,"number"==typeof n?[n,n,n,n]:n)}:"number"===n?(e=[e,e,e,e],t):t,v},v.round=function(e){return arguments.length?(n=e?Math.round:Number,v):n!=Number},v.sticky=function(t){return arguments.length?(o=t,e=null,v):o},v.ratio=function(e){return arguments.length?(u=e,v):u},v.mode=function(e){return arguments.length?(s=e+"",v):s},Aa(v,t)},a.random={normal:function(e,t){var n=arguments.length;return n<2&&(t=1),n<1&&(e=0),function(){var n,r,i;do{i=(n=2*Math.random()-1)*n+(r=2*Math.random()-1)*r}while(!i||i>1);return e+t*n*Math.sqrt(-2*Math.log(i)/i)}},logNormal:function(){var e=a.random.normal.apply(a,arguments);return function(){return Math.exp(e())}},bates:function(e){var t=a.random.irwinHall(e);return function(){return t()/e}},irwinHall:function(e){return function(){for(var t=0,n=0;n<e;n++)t+=Math.random();return t}}},a.scale={};var pl={floor:z,ceil:z};function vl(e,t,n,r){var i=[],l=[],o=0,s=Math.min(e.length,t.length)-1;for(e[s]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++o<=s;)i.push(n(e[o-1],e[o])),l.push(r(t[o-1],t[o]));return function(t){var n=a.bisect(e,t,1,s)-1;return l[n](i[n](t))}}function yl(e,t){return a.rebind(e,t,"range","rangeRound","interpolate","clamp")}function gl(e,t){return fl(e,hl(ml(e,t)[2])),fl(e,hl(ml(e,t)[2])),e}function ml(e,t){null==t&&(t=10);var n=ul(e),r=n[1]-n[0],i=Math.pow(10,Math.floor(Math.log(r/t)/Math.LN10)),a=t/r*i;return a<=.15?i*=10:a<=.35?i*=5:a<=.75&&(i*=2),n[0]=Math.ceil(n[0]/i)*i,n[1]=Math.floor(n[1]/i)*i+.5*i,n[2]=i,n}function _l(e,t){return a.range.apply(a,ml(e,t))}function Tl(e,t,n){var r=ml(e,t);if(n){var i=Wt.exec(n);if(i.shift(),"s"===i[8]){var l=a.formatPrefix(Math.max(M(r[0]),M(r[1])));return i[7]||(i[7]="."+Ml(l.scale(r[2]))),i[8]="f",n=a.format(i.join("")),function(e){return n(l.scale(e))+l.symbol}}i[7]||(i[7]="."+function(e,t){var n=Ml(t[2]);return e in bl?Math.abs(n-Ml(Math.max(M(t[0]),M(t[1]))))+ +("e"!==e):n-2*("%"===e)}(i[8],r)),n=i.join("")}else n=",."+Ml(r[2])+"f";return a.format(n)}a.scale.linear=function(){return function e(t,n,r,i){var a,l;function o(){var e=Math.min(t.length,n.length)>2?vl:dl,o=i?ga:ya;return a=e(t,n,o,r),l=e(n,t,o,Yi),s}function s(e){return a(e)}s.invert=function(e){return l(e)};s.domain=function(e){return arguments.length?(t=e.map(Number),o()):t};s.range=function(e){return arguments.length?(n=e,o()):n};s.rangeRound=function(e){return s.range(e).interpolate(ua)};s.clamp=function(e){return arguments.length?(i=e,o()):i};s.interpolate=function(e){return arguments.length?(r=e,o()):r};s.ticks=function(e){return _l(t,e)};s.tickFormat=function(e,n){return Tl(t,e,n)};s.nice=function(e){return gl(t,e),o()};s.copy=function(){return e(t,n,r,i)};return o()}([0,1],[0,1],Yi,!1)};var bl={s:1,g:1,p:1,r:1,e:1};function Ml(e){return-Math.floor(Math.log(e)/Math.LN10+.01)}a.scale.log=function(){return function e(t,n,r,i){function l(e){return(r?Math.log(e<0?0:e):-Math.log(e>0?0:-e))/Math.log(n)}function o(e){return r?Math.pow(n,e):-Math.pow(n,-e)}function s(e){return t(l(e))}s.invert=function(e){return o(t.invert(e))};s.domain=function(e){return arguments.length?(r=e[0]>=0,t.domain((i=e.map(Number)).map(l)),s):i};s.base=function(e){return arguments.length?(n=+e,t.domain(i.map(l)),s):n};s.nice=function(){var e=fl(i.map(l),r?Math:kl);return t.domain(e),i=e.map(o),s};s.ticks=function(){var e=ul(i),t=[],a=e[0],s=e[1],u=Math.floor(l(a)),c=Math.ceil(l(s)),d=n%1?2:n;if(isFinite(c-u)){if(r){for(;u<c;u++)for(var f=1;f<d;f++)t.push(o(u)*f);t.push(o(u))}else for(t.push(o(u));u++<c;)for(var f=d-1;f>0;f--)t.push(o(u)*f);for(u=0;t[u]<a;u++);for(c=t.length;t[c-1]>s;c--);t=t.slice(u,c)}return t};s.tickFormat=function(e,t){if(!arguments.length)return Kl;arguments.length<2?t=Kl:"function"!=typeof t&&(t=a.format(t));var r=Math.max(1,n*e/s.ticks().length);return function(e){var i=e/o(Math.round(l(e)));return i*n<n-.5&&(i*=n),i<=r?t(e):""}};s.copy=function(){return e(t.copy(),n,r,i)};return yl(s,t)}(a.scale.linear().domain([0,1]),10,!0,[1,10])};var Kl=a.format(".0e"),kl={floor:function(e){return-Math.ceil(-e)},ceil:function(e){return-Math.floor(-e)}};function xl(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}a.scale.pow=function(){return function e(t,n,r){var i=xl(n),a=xl(1/n);function l(e){return t(i(e))}l.invert=function(e){return a(t.invert(e))};l.domain=function(e){return arguments.length?(t.domain((r=e.map(Number)).map(i)),l):r};l.ticks=function(e){return _l(r,e)};l.tickFormat=function(e,t){return Tl(r,e,t)};l.nice=function(e){return l.domain(gl(r,e))};l.exponent=function(e){return arguments.length?(i=xl(n=e),a=xl(1/n),t.domain(r.map(i)),l):n};l.copy=function(){return e(t.copy(),n,r)};return yl(l,t)}(a.scale.linear(),1,[0,1])},a.scale.sqrt=function(){return a.scale.pow().exponent(.5)},a.scale.ordinal=function(){return function e(t,n){var r,i,l;function o(e){return i[((r.get(e)||("range"===n.t?r.set(e,t.push(e)):NaN))-1)%i.length]}function s(e,n){return a.range(t.length).map(function(t){return e+n*t})}o.domain=function(e){if(!arguments.length)return t;t=[],r=new k;for(var i,a=-1,l=e.length;++a<l;)r.has(i=e[a])||r.set(i,t.push(i));return o[n.t].apply(o,n.a)};o.range=function(e){return arguments.length?(i=e,l=0,n={t:"range",a:arguments},o):i};o.rangePoints=function(e,r){arguments.length<2&&(r=0);var a=e[0],u=e[1],c=t.length<2?(a=(a+u)/2,0):(u-a)/(t.length-1+r);return i=s(a+c*r/2,c),l=0,n={t:"rangePoints",a:arguments},o};o.rangeRoundPoints=function(e,r){arguments.length<2&&(r=0);var a=e[0],u=e[1],c=t.length<2?(a=u=Math.round((a+u)/2),0):(u-a)/(t.length-1+r)|0;return i=s(a+Math.round(c*r/2+(u-a-(t.length-1+r)*c)/2),c),l=0,n={t:"rangeRoundPoints",a:arguments},o};o.rangeBands=function(e,r,a){arguments.length<2&&(r=0),arguments.length<3&&(a=r);var u=e[1]<e[0],c=e[u-0],d=e[1-u],f=(d-c)/(t.length-r+2*a);return i=s(c+f*a,f),u&&i.reverse(),l=f*(1-r),n={t:"rangeBands",a:arguments},o};o.rangeRoundBands=function(e,r,a){arguments.length<2&&(r=0),arguments.length<3&&(a=r);var u=e[1]<e[0],c=e[u-0],d=e[1-u],f=Math.floor((d-c)/(t.length-r+2*a));return i=s(c+Math.round((d-c-(t.length-r)*f)/2),f),u&&i.reverse(),l=Math.round(f*(1-r)),n={t:"rangeRoundBands",a:arguments},o};o.rangeBand=function(){return l};o.rangeExtent=function(){return ul(n.a[0])};o.copy=function(){return e(t,n)};return o.domain(t)}([],{t:"range",a:[[]]})},a.scale.category10=function(){return a.scale.ordinal().range(Cl)},a.scale.category20=function(){return a.scale.ordinal().range(Al)},a.scale.category20b=function(){return a.scale.ordinal().range(wl)},a.scale.category20c=function(){return a.scale.ordinal().range(Ll)};var Cl=[2062260,16744206,2924588,14034728,9725885,9197131,14907330,8355711,12369186,1556175].map(dt),Al=[2062260,11454440,16744206,16759672,2924588,10018698,14034728,16750742,9725885,12955861,9197131,12885140,14907330,16234194,8355711,13092807,12369186,14408589,1556175,10410725].map(dt),wl=[3750777,5395619,7040719,10264286,6519097,9216594,11915115,13556636,9202993,12426809,15186514,15190932,8666169,11356490,14049643,15177372,8077683,10834324,13528509,14589654].map(dt),Ll=[3244733,7057110,10406625,13032431,15095053,16616764,16625259,16634018,3253076,7652470,10607003,13101504,7695281,10394312,12369372,14342891,6513507,9868950,12434877,14277081].map(dt);function Dl(){return 0}a.scale.quantile=function(){return function e(t,n){var r;function i(){var e=0,i=n.length;for(r=[];++e<i;)r[e-1]=a.quantile(t,e/i);return l}function l(e){if(!isNaN(e=+e))return n[a.bisect(r,e)]}l.domain=function(e){return arguments.length?(t=e.map(g).filter(m).sort(y),i()):t};l.range=function(e){return arguments.length?(n=e,i()):n};l.quantiles=function(){return r};l.invertExtent=function(e){return(e=n.indexOf(e))<0?[NaN,NaN]:[e>0?r[e-1]:t[0],e<r.length?r[e]:t[t.length-1]]};l.copy=function(){return e(t,n)};return i()}([],[])},a.scale.quantize=function(){return function e(t,n,r){var i,a;function l(e){return r[Math.max(0,Math.min(a,Math.floor(i*(e-t))))]}function o(){return i=r.length/(n-t),a=r.length-1,l}l.domain=function(e){return arguments.length?(t=+e[0],n=+e[e.length-1],o()):[t,n]};l.range=function(e){return arguments.length?(r=e,o()):r};l.invertExtent=function(e){return[e=(e=r.indexOf(e))<0?NaN:e/i+t,e+1/i]};l.copy=function(){return e(t,n,r)};return o()}(0,1,[0,1])},a.scale.threshold=function(){return function e(t,n){function r(e){if(e<=e)return n[a.bisect(t,e)]}r.domain=function(e){return arguments.length?(t=e,r):t};r.range=function(e){return arguments.length?(n=e,r):n};r.invertExtent=function(e){return e=n.indexOf(e),[t[e-1],t[e]]};r.copy=function(){return e(t,n)};return r}([.5],[0,1])},a.scale.identity=function(){return function e(t){function n(e){return+e}n.invert=n;n.domain=n.range=function(e){return arguments.length?(t=e.map(n),n):t};n.ticks=function(e){return _l(t,e)};n.tickFormat=function(e,n){return Tl(t,e,n)};n.copy=function(){return e(t)};return n}([0,1])},a.svg={},a.svg.arc=function(){var e=Sl,t=Gl,n=Dl,r=Bl,i=Wl,a=zl,l=Ol;function o(){var o=Math.max(0,+e.apply(this,arguments)),u=Math.max(0,+t.apply(this,arguments)),c=i.apply(this,arguments)-Se,d=a.apply(this,arguments)-Se,f=Math.abs(d-c),h=c>d?0:1;if(u<o&&(p=u,u=o,o=p),f>=Be)return s(u,h)+(o?s(o,1-h):"")+"Z";var p,v,y,g,m,_,T,b,M,K,k,x,C=0,A=0,w=[];if((g=(+l.apply(this,arguments)||0)/2)&&(y=r===Bl?Math.sqrt(o*o+u*u):+r.apply(this,arguments),h||(A*=-1),u&&(A=Re(y/u*Math.sin(g))),o&&(C=Re(y/o*Math.sin(g)))),u){m=u*Math.cos(c+A),_=u*Math.sin(c+A),T=u*Math.cos(d-A),b=u*Math.sin(d-A);var L=Math.abs(d-c-2*A)<=Le?0:1;if(A&&Pl(m,_,T,b)===h^L){var D=(c+d)/2;m=u*Math.cos(D),_=u*Math.sin(D),T=b=null}}else m=_=0;if(o){M=o*Math.cos(d-C),K=o*Math.sin(d-C),k=o*Math.cos(c+C),x=o*Math.sin(c+C);var B=Math.abs(c-d+2*C)<=Le?0:1;if(C&&Pl(M,K,k,x)===1-h^B){var S=(c+d)/2;M=o*Math.cos(S),K=o*Math.sin(S),k=x=null}}else M=K=0;if(f>Ae&&(p=Math.min(Math.abs(u-o)/2,+n.apply(this,arguments)))>.001){v=o<u^h?0:1;var G=p,W=p;if(f<Le){var z=null==k?[M,K]:null==T?[m,_]:ui([m,_],[k,x],[T,b],[M,K]),O=m-z[0],P=_-z[1],R=T-z[0],j=b-z[1],E=1/Math.sin(Math.acos((O*R+P*j)/(Math.sqrt(O*O+P*P)*Math.sqrt(R*R+j*j)))/2),I=Math.sqrt(z[0]*z[0]+z[1]*z[1]);W=Math.min(p,(o-I)/(E-1)),G=Math.min(p,(u-I)/(E+1))}if(null!=T){var N=Rl(null==k?[M,K]:[k,x],[m,_],u,G,h),F=Rl([T,b],[M,K],u,G,h);p===G?w.push("M",N[0],"A",G,",",G," 0 0,",v," ",N[1],"A",u,",",u," 0 ",1-h^Pl(N[1][0],N[1][1],F[1][0],F[1][1]),",",h," ",F[1],"A",G,",",G," 0 0,",v," ",F[0]):w.push("M",N[0],"A",G,",",G," 0 1,",v," ",F[0])}else w.push("M",m,",",_);if(null!=k){var $=Rl([m,_],[k,x],o,-W,h),V=Rl([M,K],null==T?[m,_]:[T,b],o,-W,h);p===W?w.push("L",V[0],"A",W,",",W," 0 0,",v," ",V[1],"A",o,",",o," 0 ",h^Pl(V[1][0],V[1][1],$[1][0],$[1][1]),",",1-h," ",$[1],"A",W,",",W," 0 0,",v," ",$[0]):w.push("L",V[0],"A",W,",",W," 0 0,",v," ",$[0])}else w.push("L",M,",",K)}else w.push("M",m,",",_),null!=T&&w.push("A",u,",",u," 0 ",L,",",h," ",T,",",b),w.push("L",M,",",K),null!=k&&w.push("A",o,",",o," 0 ",B,",",1-h," ",k,",",x);return w.push("Z"),w.join("")}function s(e,t){return"M0,"+e+"A"+e+","+e+" 0 1,"+t+" 0,"+-e+"A"+e+","+e+" 0 1,"+t+" 0,"+e}return o.innerRadius=function(t){return arguments.length?(e=Tt(t),o):e},o.outerRadius=function(e){return arguments.length?(t=Tt(e),o):t},o.cornerRadius=function(e){return arguments.length?(n=Tt(e),o):n},o.padRadius=function(e){return arguments.length?(r=e==Bl?Bl:Tt(e),o):r},o.startAngle=function(e){return arguments.length?(i=Tt(e),o):i},o.endAngle=function(e){return arguments.length?(a=Tt(e),o):a},o.padAngle=function(e){return arguments.length?(l=Tt(e),o):l},o.centroid=function(){var n=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,r=(+i.apply(this,arguments)+ +a.apply(this,arguments))/2-Se;return[Math.cos(r)*n,Math.sin(r)*n]},o};var Bl="auto";function Sl(e){return e.innerRadius}function Gl(e){return e.outerRadius}function Wl(e){return e.startAngle}function zl(e){return e.endAngle}function Ol(e){return e&&e.padAngle}function Pl(e,t,n,r){return(e-n)*t-(t-r)*e>0?0:1}function Rl(e,t,n,r,i){var a=e[0]-t[0],l=e[1]-t[1],o=(i?r:-r)/Math.sqrt(a*a+l*l),s=o*l,u=-o*a,c=e[0]+s,d=e[1]+u,f=t[0]+s,h=t[1]+u,p=(c+f)/2,v=(d+h)/2,y=f-c,g=h-d,m=y*y+g*g,_=n-r,T=c*h-f*d,b=(g<0?-1:1)*Math.sqrt(Math.max(0,_*_*m-T*T)),M=(T*g-y*b)/m,K=(-T*y-g*b)/m,k=(T*g+y*b)/m,x=(-T*y+g*b)/m,C=M-p,A=K-v,w=k-p,L=x-v;return C*C+A*A>w*w+L*L&&(M=k,K=x),[[M-s,K-u],[M*n/_,K*n/_]]}function jl(e){var t=ri,n=ii,r=Jn,i=Il,a=i.key,l=.7;function o(a){var o,s=[],u=[],c=-1,d=a.length,f=Tt(t),h=Tt(n);function p(){s.push("M",i(e(u),l))}for(;++c<d;)r.call(this,o=a[c],c)?u.push([+f.call(this,o,c),+h.call(this,o,c)]):u.length&&(p(),u=[]);return u.length&&p(),s.length?s.join(""):null}return o.x=function(e){return arguments.length?(t=e,o):t},o.y=function(e){return arguments.length?(n=e,o):n},o.defined=function(e){return arguments.length?(r=e,o):r},o.interpolate=function(e){return arguments.length?(a="function"==typeof e?i=e:(i=El.get(e)||Il).key,o):a},o.tension=function(e){return arguments.length?(l=e,o):l},o}a.svg.line=function(){return jl(z)};var El=a.map({linear:Il,"linear-closed":Nl,step:function(e){var t=0,n=e.length,r=e[0],i=[r[0],",",r[1]];for(;++t<n;)i.push("H",(r[0]+(r=e[t])[0])/2,"V",r[1]);n>1&&i.push("H",r[0]);return i.join("")},"step-before":Fl,"step-after":$l,basis:ql,"basis-open":function(e){if(e.length<4)return Il(e);var t,n=[],r=-1,i=e.length,a=[0],l=[0];for(;++r<3;)t=e[r],a.push(t[0]),l.push(t[1]);n.push(Ul(Jl,a)+","+Ul(Jl,l)),--r;for(;++r<i;)t=e[r],a.shift(),a.push(t[0]),l.shift(),l.push(t[1]),Zl(n,a,l);return n.join("")},"basis-closed":function(e){var t,n,r=-1,i=e.length,a=i+4,l=[],o=[];for(;++r<4;)n=e[r%i],l.push(n[0]),o.push(n[1]);t=[Ul(Jl,l),",",Ul(Jl,o)],--r;for(;++r<a;)n=e[r%i],l.shift(),l.push(n[0]),o.shift(),o.push(n[1]),Zl(t,l,o);return t.join("")},bundle:function(e,t){var n=e.length-1;if(n)for(var r,i,a=e[0][0],l=e[0][1],o=e[n][0]-a,s=e[n][1]-l,u=-1;++u<=n;)r=e[u],i=u/n,r[0]=t*r[0]+(1-t)*(a+i*o),r[1]=t*r[1]+(1-t)*(l+i*s);return ql(e)},cardinal:function(e,t){return e.length<3?Il(e):e[0]+Vl(e,Hl(e,t))},"cardinal-open":function(e,t){return e.length<4?Il(e):e[1]+Vl(e.slice(1,-1),Hl(e,t))},"cardinal-closed":function(e,t){return e.length<3?Nl(e):e[0]+Vl((e.push(e[0]),e),Hl([e[e.length-2]].concat(e,[e[1]]),t))},monotone:function(e){return e.length<3?Il(e):e[0]+Vl(e,function(e){var t,n,r,i,a=[],l=function(e){var t=0,n=e.length-1,r=[],i=e[0],a=e[1],l=r[0]=Ql(i,a);for(;++t<n;)r[t]=(l+(l=Ql(i=a,a=e[t+1])))/2;return r[t]=l,r}(e),o=-1,s=e.length-1;for(;++o<s;)t=Ql(e[o],e[o+1]),M(t)<Ae?l[o]=l[o+1]=0:(n=l[o]/t,r=l[o+1]/t,(i=n*n+r*r)>9&&(i=3*t/Math.sqrt(i),l[o]=i*n,l[o+1]=i*r));o=-1;for(;++o<=s;)i=(e[Math.min(s,o+1)][0]-e[Math.max(0,o-1)][0])/(6*(1+l[o]*l[o])),a.push([i||0,l[o]*i||0]);return a}(e))}});function Il(e){return e.length>1?e.join("L"):e+"Z"}function Nl(e){return e.join("L")+"Z"}function Fl(e){for(var t=0,n=e.length,r=e[0],i=[r[0],",",r[1]];++t<n;)i.push("V",(r=e[t])[1],"H",r[0]);return i.join("")}function $l(e){for(var t=0,n=e.length,r=e[0],i=[r[0],",",r[1]];++t<n;)i.push("H",(r=e[t])[0],"V",r[1]);return i.join("")}function Vl(e,t){if(t.length<1||e.length!=t.length&&e.length!=t.length+2)return Il(e);var n=e.length!=t.length,r="",i=e[0],a=e[1],l=t[0],o=l,s=1;if(n&&(r+="Q"+(a[0]-2*l[0]/3)+","+(a[1]-2*l[1]/3)+","+a[0]+","+a[1],i=e[1],s=2),t.length>1){o=t[1],a=e[s],s++,r+="C"+(i[0]+l[0])+","+(i[1]+l[1])+","+(a[0]-o[0])+","+(a[1]-o[1])+","+a[0]+","+a[1];for(var u=2;u<t.length;u++,s++)a=e[s],o=t[u],r+="S"+(a[0]-o[0])+","+(a[1]-o[1])+","+a[0]+","+a[1]}if(n){var c=e[s];r+="Q"+(a[0]+2*o[0]/3)+","+(a[1]+2*o[1]/3)+","+c[0]+","+c[1]}return r}function Hl(e,t){for(var n,r=[],i=(1-t)/2,a=e[0],l=e[1],o=1,s=e.length;++o<s;)n=a,a=l,l=e[o],r.push([i*(l[0]-n[0]),i*(l[1]-n[1])]);return r}function ql(e){if(e.length<3)return Il(e);var t=1,n=e.length,r=e[0],i=r[0],a=r[1],l=[i,i,i,(r=e[1])[0]],o=[a,a,a,r[1]],s=[i,",",a,"L",Ul(Jl,l),",",Ul(Jl,o)];for(e.push(e[n-1]);++t<=n;)r=e[t],l.shift(),l.push(r[0]),o.shift(),o.push(r[1]),Zl(s,l,o);return e.pop(),s.push("L",r),s.join("")}function Ul(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]+e[3]*t[3]}El.forEach(function(e,t){t.key=e,t.closed=/-closed$/.test(e)});var Yl=[0,2/3,1/3,0],Xl=[0,1/3,2/3,0],Jl=[0,1/6,2/3,1/6];function Zl(e,t,n){e.push("C",Ul(Yl,t),",",Ul(Yl,n),",",Ul(Xl,t),",",Ul(Xl,n),",",Ul(Jl,t),",",Ul(Jl,n))}function Ql(e,t){return(t[1]-e[1])/(t[0]-e[0])}function eo(e){for(var t,n,r,i=-1,a=e.length;++i<a;)n=(t=e[i])[0],r=t[1]-Se,t[0]=n*Math.cos(r),t[1]=n*Math.sin(r);return e}function to(e){var t=ri,n=ri,r=0,i=ii,a=Jn,l=Il,o=l.key,s=l,u="L",c=.7;function d(o){var d,f,h,p=[],v=[],y=[],g=-1,m=o.length,_=Tt(t),T=Tt(r),b=t===n?function(){return f}:Tt(n),M=r===i?function(){return h}:Tt(i);function K(){p.push("M",l(e(y),c),u,s(e(v.reverse()),c),"Z")}for(;++g<m;)a.call(this,d=o[g],g)?(v.push([f=+_.call(this,d,g),h=+T.call(this,d,g)]),y.push([+b.call(this,d,g),+M.call(this,d,g)])):v.length&&(K(),v=[],y=[]);return v.length&&K(),p.length?p.join(""):null}return d.x=function(e){return arguments.length?(t=n=e,d):n},d.x0=function(e){return arguments.length?(t=e,d):t},d.x1=function(e){return arguments.length?(n=e,d):n},d.y=function(e){return arguments.length?(r=i=e,d):i},d.y0=function(e){return arguments.length?(r=e,d):r},d.y1=function(e){return arguments.length?(i=e,d):i},d.defined=function(e){return arguments.length?(a=e,d):a},d.interpolate=function(e){return arguments.length?(o="function"==typeof e?l=e:(l=El.get(e)||Il).key,s=l.reverse||l,u=l.closed?"M":"L",d):o},d.tension=function(e){return arguments.length?(c=e,d):c},d}function no(e){return e.radius}function ro(e){return[e.x,e.y]}function io(){return 64}function ao(){return"circle"}function lo(e){var t=Math.sqrt(e/Le);return"M0,"+t+"A"+t+","+t+" 0 1,1 0,"+-t+"A"+t+","+t+" 0 1,1 0,"+t+"Z"}a.svg.line.radial=function(){var e=jl(eo);return e.radius=e.x,delete e.x,e.angle=e.y,delete e.y,e},Fl.reverse=$l,$l.reverse=Fl,a.svg.area=function(){return to(z)},a.svg.area.radial=function(){var e=to(eo);return e.radius=e.x,delete e.x,e.innerRadius=e.x0,delete e.x0,e.outerRadius=e.x1,delete e.x1,e.angle=e.y,delete e.y,e.startAngle=e.y0,delete e.y0,e.endAngle=e.y1,delete e.y1,e},a.svg.chord=function(){var e=Fr,t=$r,n=no,r=Wl,i=zl;function a(n,r){var i,a,u=l(this,e,n,r),c=l(this,t,n,r);return"M"+u.p0+o(u.r,u.p1,u.a1-u.a0)+(a=c,(i=u).a0==a.a0&&i.a1==a.a1?s(u.r,u.p1,u.r,u.p0):s(u.r,u.p1,c.r,c.p0)+o(c.r,c.p1,c.a1-c.a0)+s(c.r,c.p1,u.r,u.p0))+"Z"}function l(e,t,a,l){var o=t.call(e,a,l),s=n.call(e,o,l),u=r.call(e,o,l)-Se,c=i.call(e,o,l)-Se;return{r:s,a0:u,a1:c,p0:[s*Math.cos(u),s*Math.sin(u)],p1:[s*Math.cos(c),s*Math.sin(c)]}}function o(e,t,n){return"A"+e+","+e+" 0 "+ +(n>Le)+",1 "+t}function s(e,t,n,r){return"Q 0,0 "+r}return a.radius=function(e){return arguments.length?(n=Tt(e),a):n},a.source=function(t){return arguments.length?(e=Tt(t),a):e},a.target=function(e){return arguments.length?(t=Tt(e),a):t},a.startAngle=function(e){return arguments.length?(r=Tt(e),a):r},a.endAngle=function(e){return arguments.length?(i=Tt(e),a):i},a},a.svg.diagonal=function(){var e=Fr,t=$r,n=ro;function r(r,i){var a=e.call(this,r,i),l=t.call(this,r,i),o=(a.y+l.y)/2,s=[a,{x:a.x,y:o},{x:l.x,y:o},l];return"M"+(s=s.map(n))[0]+"C"+s[1]+" "+s[2]+" "+s[3]}return r.source=function(t){return arguments.length?(e=Tt(t),r):e},r.target=function(e){return arguments.length?(t=Tt(e),r):t},r.projection=function(e){return arguments.length?(n=e,r):n},r},a.svg.diagonal.radial=function(){var e=a.svg.diagonal(),t=ro,n=e.projection;return e.projection=function(e){return arguments.length?n(function(e){return function(){var t=e.apply(this,arguments),n=t[0],r=t[1]-Se;return[n*Math.cos(r),n*Math.sin(r)]}}(t=e)):t},e},a.svg.symbol=function(){var e=ao,t=io;function n(n,r){return(oo.get(e.call(this,n,r))||lo)(t.call(this,n,r))}return n.type=function(t){return arguments.length?(e=Tt(t),n):e},n.size=function(e){return arguments.length?(t=Tt(e),n):t},n};var oo=a.map({circle:lo,cross:function(e){var t=Math.sqrt(e/5)/2;return"M"+-3*t+","+-t+"H"+-t+"V"+-3*t+"H"+t+"V"+-t+"H"+3*t+"V"+t+"H"+t+"V"+3*t+"H"+-t+"V"+t+"H"+-3*t+"Z"},diamond:function(e){var t=Math.sqrt(e/(2*uo)),n=t*uo;return"M0,"+-t+"L"+n+",0 0,"+t+" "+-n+",0Z"},square:function(e){var t=Math.sqrt(e)/2;return"M"+-t+","+-t+"L"+t+","+-t+" "+t+","+t+" "+-t+","+t+"Z"},"triangle-down":function(e){var t=Math.sqrt(e/so),n=t*so/2;return"M0,"+n+"L"+t+","+-n+" "+-t+","+-n+"Z"},"triangle-up":function(e){var t=Math.sqrt(e/so),n=t*so/2;return"M0,"+-n+"L"+t+","+n+" "+-t+","+n+"Z"}});a.svg.symbolTypes=oo.keys();var so=Math.sqrt(3),uo=Math.tan(30*Ge);J.transition=function(e){for(var t,n,r=po||++go,i=To(e),a=[],l=vo||{time:Date.now(),ease:ia,delay:0,duration:250},o=-1,s=this.length;++o<s;){a.push(t=[]);for(var u=this[o],c=-1,d=u.length;++c<d;)(n=u[c])&&bo(n,c,i,r,l),t.push(n)}return ho(a,i,r)},J.interrupt=function(e){return this.each(null==e?co:fo(To(e)))};var co=fo(To());function fo(e){return function(){var t,n,r;(t=this[e])&&(r=t[n=t.active])&&(r.timer.c=null,r.timer.t=NaN,--t.count?delete t[n]:delete this[e],t.active+=.5,r.event&&r.event.interrupt.call(this,this.__data__,r.index))}}function ho(e,t,n){return H(e,yo),e.namespace=t,e.id=n,e}var po,vo,yo=[],go=0;function mo(e,t,n,r){var i=e.id,a=e.namespace;return pe(e,"function"==typeof n?function(e,l,o){e[a][i].tween.set(t,r(n.call(e,e.__data__,l,o)))}:(n=r(n),function(e){e[a][i].tween.set(t,n)}))}function _o(e){return null==e&&(e=""),function(){this.textContent=e}}function To(e){return null==e?"__transition__":"__transition_"+e+"__"}function bo(e,t,n,r,i){var a,l,o,s,u,c=e[n]||(e[n]={active:0,count:0}),d=c[r];function f(n){var i=c.active,f=c[i];for(var p in f&&(f.timer.c=null,f.timer.t=NaN,--c.count,delete c[i],f.event&&f.event.interrupt.call(e,e.__data__,f.index)),c)if(+p<r){var v=c[p];v.timer.c=null,v.timer.t=NaN,--c.count,delete c[p]}l.c=h,wt(function(){return l.c&&h(n||1)&&(l.c=null,l.t=NaN),1},0,a),c.active=r,d.event&&d.event.start.call(e,e.__data__,t),u=[],d.tween.forEach(function(n,r){(r=r.call(e,e.__data__,t))&&u.push(r)}),s=d.ease,o=d.duration}function h(i){for(var a=i/o,l=s(a),f=u.length;f>0;)u[--f].call(e,l);if(a>=1)return d.event&&d.event.end.call(e,e.__data__,t),--c.count?delete c[r]:delete e[n],1}d||(a=i.time,l=wt(function(e){var t=d.delay;if(l.t=t+a,t<=e)return f(e-t);l.c=f},0,a),d=c[r]={tween:new k,time:a,timer:l,delay:i.delay,duration:i.duration,ease:i.ease,index:t},i=null,++c.count)}yo.call=J.call,yo.empty=J.empty,yo.node=J.node,yo.size=J.size,a.transition=function(e,t){return e&&e.transition?po?e.transition(t):e:a.selection().transition(e)},a.transition.prototype=yo,yo.select=function(e){var t,n,r,i=this.id,a=this.namespace,l=[];e=Z(e);for(var o=-1,s=this.length;++o<s;){l.push(t=[]);for(var u=this[o],c=-1,d=u.length;++c<d;)(r=u[c])&&(n=e.call(r,r.__data__,c,o))?("__data__"in r&&(n.__data__=r.__data__),bo(n,c,a,i,r[a][i]),t.push(n)):t.push(null)}return ho(l,a,i)},yo.selectAll=function(e){var t,n,r,i,a,l=this.id,o=this.namespace,s=[];e=Q(e);for(var u=-1,c=this.length;++u<c;)for(var d=this[u],f=-1,h=d.length;++f<h;)if(r=d[f]){a=r[o][l],n=e.call(r,r.__data__,f,u),s.push(t=[]);for(var p=-1,v=n.length;++p<v;)(i=n[p])&&bo(i,p,o,l,a),t.push(i)}return ho(s,o,l)},yo.filter=function(e){var t,n,r=[];"function"!=typeof e&&(e=he(e));for(var i=0,a=this.length;i<a;i++){r.push(t=[]);for(var l,o=0,s=(l=this[i]).length;o<s;o++)(n=l[o])&&e.call(n,n.__data__,o,i)&&t.push(n)}return ho(r,this.namespace,this.id)},yo.tween=function(e,t){var n=this.id,r=this.namespace;return arguments.length<2?this.node()[r][n].tween.get(e):pe(this,null==t?function(t){t[r][n].tween.remove(e)}:function(i){i[r][n].tween.set(e,t)})},yo.attr=function(e,t){if(arguments.length<2){for(t in e)this.attr(t,e[t]);return this}var n="transform"==e?va:Yi,r=a.ns.qualify(e);function i(){this.removeAttribute(r)}function l(){this.removeAttributeNS(r.space,r.local)}return mo(this,"attr."+e,t,r.local?function(e){return null==e?l:(e+="",function(){var t,i=this.getAttributeNS(r.space,r.local);return i!==e&&(t=n(i,e),function(e){this.setAttributeNS(r.space,r.local,t(e))})})}:function(e){return null==e?i:(e+="",function(){var t,i=this.getAttribute(r);return i!==e&&(t=n(i,e),function(e){this.setAttribute(r,t(e))})})})},yo.attrTween=function(e,t){var n=a.ns.qualify(e);return this.tween("attr."+e,n.local?function(e,r){var i=t.call(this,e,r,this.getAttributeNS(n.space,n.local));return i&&function(e){this.setAttributeNS(n.space,n.local,i(e))}}:function(e,r){var i=t.call(this,e,r,this.getAttribute(n));return i&&function(e){this.setAttribute(n,i(e))}})},yo.style=function(e,t,n){var r=arguments.length;if(r<3){if("string"!=typeof e){for(n in r<2&&(t=""),e)this.style(n,e[n],t);return this}n=""}function i(){this.style.removeProperty(e)}return mo(this,"style."+e,t,function(t){return null==t?i:(t+="",function(){var r,i=c(this).getComputedStyle(this,null).getPropertyValue(e);return i!==t&&(r=Yi(i,t),function(t){this.style.setProperty(e,r(t),n)})})})},yo.styleTween=function(e,t,n){return arguments.length<3&&(n=""),this.tween("style."+e,function(r,i){var a=t.call(this,r,i,c(this).getComputedStyle(this,null).getPropertyValue(e));return a&&function(t){this.style.setProperty(e,a(t),n)}})},yo.text=function(e){return mo(this,"text",e,_o)},yo.remove=function(){var e=this.namespace;return this.each("end.transition",function(){var t;this[e].count<2&&(t=this.parentNode)&&t.removeChild(this)})},yo.ease=function(e){var t=this.id,n=this.namespace;return arguments.length<1?this.node()[n][t].ease:("function"!=typeof e&&(e=a.ease.apply(a,arguments)),pe(this,function(r){r[n][t].ease=e}))},yo.delay=function(e){var t=this.id,n=this.namespace;return arguments.length<1?this.node()[n][t].delay:pe(this,"function"==typeof e?function(r,i,a){r[n][t].delay=+e.call(r,r.__data__,i,a)}:(e=+e,function(r){r[n][t].delay=e}))},yo.duration=function(e){var t=this.id,n=this.namespace;return arguments.length<1?this.node()[n][t].duration:pe(this,"function"==typeof e?function(r,i,a){r[n][t].duration=Math.max(1,e.call(r,r.__data__,i,a))}:(e=Math.max(1,e),function(r){r[n][t].duration=e}))},yo.each=function(e,t){var n=this.id,r=this.namespace;if(arguments.length<2){var i=vo,l=po;try{po=n,pe(this,function(t,i,a){vo=t[r][n],e.call(t,t.__data__,i,a)})}finally{vo=i,po=l}}else pe(this,function(i){var l=i[r][n];(l.event||(l.event=a.dispatch("start","end","interrupt"))).on(e,t)});return this},yo.transition=function(){for(var e,t,n,r=this.id,i=++go,a=this.namespace,l=[],o=0,s=this.length;o<s;o++){l.push(e=[]);for(var u,c=0,d=(u=this[o]).length;c<d;c++)(t=u[c])&&bo(t,c,a,i,{time:(n=t[a][r]).time,ease:n.ease,delay:n.delay+n.duration,duration:n.duration}),e.push(t)}return ho(l,a,i)},a.svg.axis=function(){var e,t=a.scale.linear(),n=Mo,r=6,i=6,l=3,s=[10],u=null;function c(o){o.each(function(){var o,c=a.select(this),d=this.__chart__||t,f=this.__chart__=t.copy(),h=null==u?f.ticks?f.ticks.apply(f,s):f.domain():u,p=null==e?f.tickFormat?f.tickFormat.apply(f,s):z:e,v=c.selectAll(".tick").data(h,f),y=v.enter().insert("g",".domain").attr("class","tick").style("opacity",Ae),g=a.transition(v.exit()).style("opacity",Ae).remove(),m=a.transition(v.order()).style("opacity",1),_=Math.max(r,0)+l,T=cl(f),b=c.selectAll(".domain").data([0]),M=(b.enter().append("path").attr("class","domain"),a.transition(b));y.append("line"),y.append("text");var K,k,x,C,A=y.select("line"),w=m.select("line"),L=v.select("text").text(p),D=y.select("text"),B=m.select("text"),S="top"===n||"left"===n?-1:1;if("bottom"===n||"top"===n?(o=ko,K="x",x="y",k="x2",C="y2",L.attr("dy",S<0?"0em":".71em").style("text-anchor","middle"),M.attr("d","M"+T[0]+","+S*i+"V0H"+T[1]+"V"+S*i)):(o=xo,K="y",x="x",k="y2",C="x2",L.attr("dy",".32em").style("text-anchor",S<0?"end":"start"),M.attr("d","M"+S*i+","+T[0]+"H0V"+T[1]+"H"+S*i)),A.attr(C,S*r),D.attr(x,S*_),w.attr(k,0).attr(C,S*r),B.attr(K,0).attr(x,S*_),f.rangeBand){var G=f,W=G.rangeBand()/2;d=f=function(e){return G(e)+W}}else d.rangeBand?d=f:g.call(o,f,d);y.call(o,d,f),m.call(o,f,f)})}return c.scale=function(e){return arguments.length?(t=e,c):t},c.orient=function(e){return arguments.length?(n=e in Ko?e+"":Mo,c):n},c.ticks=function(){return arguments.length?(s=o(arguments),c):s},c.tickValues=function(e){return arguments.length?(u=e,c):u},c.tickFormat=function(t){return arguments.length?(e=t,c):e},c.tickSize=function(e){var t=arguments.length;return t?(r=+e,i=+arguments[t-1],c):r},c.innerTickSize=function(e){return arguments.length?(r=+e,c):r},c.outerTickSize=function(e){return arguments.length?(i=+e,c):i},c.tickPadding=function(e){return arguments.length?(l=+e,c):l},c.tickSubdivide=function(){return arguments.length&&c},c};var Mo="bottom",Ko={top:1,right:1,bottom:1,left:1};function ko(e,t,n){e.attr("transform",function(e){var r=t(e);return"translate("+(isFinite(r)?r:n(e))+",0)"})}function xo(e,t,n){e.attr("transform",function(e){var r=t(e);return"translate(0,"+(isFinite(r)?r:n(e))+")"})}a.svg.brush=function(){var e,t,n=$(f,"brushstart","brush","brushend"),r=null,i=null,l=[0,0],o=[0,0],s=!0,u=!0,d=Ao[0];function f(e){e.each(function(){var e=a.select(this).style("pointer-events","all").style("-webkit-tap-highlight-color","rgba(0,0,0,0)").on("mousedown.brush",y).on("touchstart.brush",y),t=e.selectAll(".background").data([0]);t.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),e.selectAll(".extent").data([0]).enter().append("rect").attr("class","extent").style("cursor","move");var n=e.selectAll(".resize").data(d,z);n.exit().remove(),n.enter().append("g").attr("class",function(e){return"resize "+e}).style("cursor",function(e){return Co[e]}).append("rect").attr("x",function(e){return/[ew]$/.test(e)?-3:null}).attr("y",function(e){return/^[ns]/.test(e)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),n.style("display",f.empty()?"none":null);var l,o=a.transition(e),s=a.transition(t);r&&(l=cl(r),s.attr("x",l[0]).attr("width",l[1]-l[0]),p(o)),i&&(l=cl(i),s.attr("y",l[0]).attr("height",l[1]-l[0]),v(o)),h(o)})}function h(e){e.selectAll(".resize").attr("transform",function(e){return"translate("+l[+/e$/.test(e)]+","+o[+/^s/.test(e)]+")"})}function p(e){e.select(".extent").attr("x",l[0]),e.selectAll(".extent,.n>rect,.s>rect").attr("width",l[1]-l[0])}function v(e){e.select(".extent").attr("y",o[0]),e.selectAll(".extent,.e>rect,.w>rect").attr("height",o[1]-o[0])}function y(){var d,y,g=this,m=a.select(a.event.target),_=n.of(g,arguments),T=a.select(g),b=m.datum(),M=!/^(n|s)$/.test(b)&&r,K=!/^(e|w)$/.test(b)&&i,k=m.classed("extent"),x=Ke(g),C=a.mouse(g),A=a.select(c(g)).on("keydown.brush",function(){32==a.event.keyCode&&(k||(d=null,C[0]-=l[1],C[1]-=o[1],k=2),N())}).on("keyup.brush",function(){32==a.event.keyCode&&2==k&&(C[0]+=l[1],C[1]+=o[1],k=0,N())});if(a.event.changedTouches?A.on("touchmove.brush",D).on("touchend.brush",S):A.on("mousemove.brush",D).on("mouseup.brush",S),T.interrupt().selectAll("*").interrupt(),k)C[0]=l[0]-C[0],C[1]=o[0]-C[1];else if(b){var w=+/w$/.test(b),L=+/^n/.test(b);y=[l[1-w]-C[0],o[1-L]-C[1]],C[0]=l[w],C[1]=o[L]}else a.event.altKey&&(d=C.slice());function D(){var e=a.mouse(g),t=!1;y&&(e[0]+=y[0],e[1]+=y[1]),k||(a.event.altKey?(d||(d=[(l[0]+l[1])/2,(o[0]+o[1])/2]),C[0]=l[+(e[0]<d[0])],C[1]=o[+(e[1]<d[1])]):d=null),M&&B(e,r,0)&&(p(T),t=!0),K&&B(e,i,1)&&(v(T),t=!0),t&&(h(T),_({type:"brush",mode:k?"move":"resize"}))}function B(n,r,i){var a,c,f=cl(r),h=f[0],p=f[1],v=C[i],y=i?o:l,g=y[1]-y[0];if(k&&(h-=v,p-=g+v),a=(i?u:s)?Math.max(h,Math.min(p,n[i])):n[i],k?c=(a+=v)+g:(d&&(v=Math.max(h,Math.min(p,2*d[i]-a))),v<a?(c=a,a=v):c=v),y[0]!=a||y[1]!=c)return i?t=null:e=null,y[0]=a,y[1]=c,!0}function S(){D(),T.style("pointer-events","all").selectAll(".resize").style("display",f.empty()?"none":null),a.select("body").style("cursor",null),A.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),x(),_({type:"brushend"})}T.style("pointer-events","none").selectAll(".resize").style("display",null),a.select("body").style("cursor",m.style("cursor")),_({type:"brushstart"}),D()}return f.event=function(r){r.each(function(){var r=n.of(this,arguments),i={x:l,y:o,i:e,j:t},s=this.__chart__||i;this.__chart__=i,po?a.select(this).transition().each("start.brush",function(){e=s.i,t=s.j,l=s.x,o=s.y,r({type:"brushstart"})}).tween("brush:brush",function(){var n=Xi(l,i.x),a=Xi(o,i.y);return e=t=null,function(e){l=i.x=n(e),o=i.y=a(e),r({type:"brush",mode:"resize"})}}).each("end.brush",function(){e=i.i,t=i.j,r({type:"brush",mode:"resize"}),r({type:"brushend"})}):(r({type:"brushstart"}),r({type:"brush",mode:"resize"}),r({type:"brushend"}))})},f.x=function(e){return arguments.length?(d=Ao[!(r=e)<<1|!i],f):r},f.y=function(e){return arguments.length?(d=Ao[!r<<1|!(i=e)],f):i},f.clamp=function(e){return arguments.length?(r&&i?(s=!!e[0],u=!!e[1]):r?s=!!e:i&&(u=!!e),f):r&&i?[s,u]:r?s:i?u:null},f.extent=function(n){var a,s,u,c,d;return arguments.length?(r&&(a=n[0],s=n[1],i&&(a=a[0],s=s[0]),e=[a,s],r.invert&&(a=r(a),s=r(s)),s<a&&(d=a,a=s,s=d),a==l[0]&&s==l[1]||(l=[a,s])),i&&(u=n[0],c=n[1],r&&(u=u[1],c=c[1]),t=[u,c],i.invert&&(u=i(u),c=i(c)),c<u&&(d=u,u=c,c=d),u==o[0]&&c==o[1]||(o=[u,c])),f):(r&&(e?(a=e[0],s=e[1]):(a=l[0],s=l[1],r.invert&&(a=r.invert(a),s=r.invert(s)),s<a&&(d=a,a=s,s=d))),i&&(t?(u=t[0],c=t[1]):(u=o[0],c=o[1],i.invert&&(u=i.invert(u),c=i.invert(c)),c<u&&(d=u,u=c,c=d))),r&&i?[[a,u],[s,c]]:r?[a,s]:i&&[u,c])},f.clear=function(){return f.empty()||(l=[0,0],o=[0,0],e=t=null),f},f.empty=function(){return!!r&&l[0]==l[1]||!!i&&o[0]==o[1]},a.rebind(f,n,"on")};var Co={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},Ao=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]],wo=Pt.format=fn.timeFormat,Lo=wo.utc,Do=Lo("%Y-%m-%dT%H:%M:%S.%LZ");function Bo(e){return e.toISOString()}function So(e,t,n){function r(t){return e(t)}function i(e,n){var r=(e[1]-e[0])/n,i=a.bisect(Wo,r);return i==Wo.length?[t.year,ml(e.map(function(e){return e/31536e6}),n)[2]]:i?t[r/Wo[i-1]<Wo[i]/r?i-1:i]:[Po,ml(e,n)[2]]}return r.invert=function(t){return Go(e.invert(t))},r.domain=function(t){return arguments.length?(e.domain(t),r):e.domain().map(Go)},r.nice=function(e,t){var n=r.domain(),a=ul(n),l=null==e?i(a,10):"number"==typeof e&&i(a,e);function o(n){return!isNaN(n)&&!e.range(n,Go(+n+1),t).length}return l&&(e=l[0],t=l[1]),r.domain(fl(n,t>1?{floor:function(t){for(;o(t=e.floor(t));)t=Go(t-1);return t},ceil:function(t){for(;o(t=e.ceil(t));)t=Go(+t+1);return t}}:e))},r.ticks=function(e,t){var n=ul(r.domain()),a=null==e?i(n,10):"number"==typeof e?i(n,e):!e.range&&[{range:e},t];return a&&(e=a[0],t=a[1]),e.range(n[0],Go(+n[1]+1),t<1?1:t)},r.tickFormat=function(){return n},r.copy=function(){return So(e.copy(),t,n)},yl(r,e)}function Go(e){return new Date(e)}wo.iso=Date.prototype.toISOString&&+new Date("2000-01-01T00:00:00.000Z")?Bo:Do,Bo.parse=function(e){var t=new Date(e);return isNaN(t)?null:t},Bo.toString=Do.toString,Pt.second=It(function(e){return new Rt(1e3*Math.floor(e/1e3))},function(e,t){e.setTime(e.getTime()+1e3*Math.floor(t))},function(e){return e.getSeconds()}),Pt.seconds=Pt.second.range,Pt.seconds.utc=Pt.second.utc.range,Pt.minute=It(function(e){return new Rt(6e4*Math.floor(e/6e4))},function(e,t){e.setTime(e.getTime()+6e4*Math.floor(t))},function(e){return e.getMinutes()}),Pt.minutes=Pt.minute.range,Pt.minutes.utc=Pt.minute.utc.range,Pt.hour=It(function(e){var t=e.getTimezoneOffset()/60;return new Rt(36e5*(Math.floor(e/36e5-t)+t))},function(e,t){e.setTime(e.getTime()+36e5*Math.floor(t))},function(e){return e.getHours()}),Pt.hours=Pt.hour.range,Pt.hours.utc=Pt.hour.utc.range,Pt.month=It(function(e){return(e=Pt.day(e)).setDate(1),e},function(e,t){e.setMonth(e.getMonth()+t)},function(e){return e.getMonth()}),Pt.months=Pt.month.range,Pt.months.utc=Pt.month.utc.range;var Wo=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],zo=[[Pt.second,1],[Pt.second,5],[Pt.second,15],[Pt.second,30],[Pt.minute,1],[Pt.minute,5],[Pt.minute,15],[Pt.minute,30],[Pt.hour,1],[Pt.hour,3],[Pt.hour,6],[Pt.hour,12],[Pt.day,1],[Pt.day,2],[Pt.week,1],[Pt.month,1],[Pt.month,3],[Pt.year,1]],Oo=wo.multi([[".%L",function(e){return e.getMilliseconds()}],[":%S",function(e){return e.getSeconds()}],["%I:%M",function(e){return e.getMinutes()}],["%I %p",function(e){return e.getHours()}],["%a %d",function(e){return e.getDay()&&1!=e.getDate()}],["%b %d",function(e){return 1!=e.getDate()}],["%B",function(e){return e.getMonth()}],["%Y",Jn]]),Po={range:function(e,t,n){return a.range(Math.ceil(e/n)*n,+t,n).map(Go)},floor:z,ceil:z};zo.year=Pt.year,Pt.scale=function(){return So(a.scale.linear(),zo,Oo)};var Ro=zo.map(function(e){return[e[0].utc,e[1]]}),jo=Lo.multi([[".%L",function(e){return e.getUTCMilliseconds()}],[":%S",function(e){return e.getUTCSeconds()}],["%I:%M",function(e){return e.getUTCMinutes()}],["%I %p",function(e){return e.getUTCHours()}],["%a %d",function(e){return e.getUTCDay()&&1!=e.getUTCDate()}],["%b %d",function(e){return 1!=e.getUTCDate()}],["%B",function(e){return e.getUTCMonth()}],["%Y",Jn]]);function Eo(e){return JSON.parse(e.responseText)}function Io(e){var t=s.createRange();return t.selectNode(s.body),t.createContextualFragment(e.responseText)}Ro.year=Pt.year.utc,Pt.scale.utc=function(){return So(a.scale.linear(),Ro,jo)},a.text=bt(function(e){return e.responseText}),a.json=function(e,t){return Mt(e,"application/json",Eo,t)},a.html=function(e,t){return Mt(e,"text/html",Io,t)},a.xml=bt(function(e){return e.responseXML}),this.d3=a,void 0===(i="function"==typeof(r=a)?r.call(t,n,t,e):r)||(e.exports=i)}()},function(e,t,n){"use strict";e.exports=function(e){var t=typeof e;if("string"===t){var n=e;if(0===(e=+e)&&function(e){for(var t,n=e.length,r=0;r<n;r++)if(((t=e.charCodeAt(r))<9||t>13)&&32!==t&&133!==t&&160!==t&&5760!==t&&6158!==t&&(t<8192||t>8205)&&8232!==t&&8233!==t&&8239!==t&&8287!==t&&8288!==t&&12288!==t&&65279!==t)return!1;return!0}(n))return!1}else if("number"!==t)return!1;return e-e<1}},function(e,t,n){"use strict";var r=n(22),i=n(2),a=e.exports={},l=n(24);a.defaults=l.defaults;var o=a.defaultLine=l.defaultLine;a.lightLine=l.lightLine;var s=a.background=l.background;function u(e){if(i(e)||"string"!=typeof e)return e;var t=e.trim();if("rgb"!==t.substr(0,3))return e;var n=t.match(/^rgba?\s*\(([^()]*)\)$/);if(!n)return e;var r=n[1].trim().split(/\s*[\s,]\s*/),a="a"===t.charAt(3)&&4===r.length;if(!a&&3!==r.length)return e;for(var l=0;l<r.length;l++){if(!r[l].length)return e;if(r[l]=Number(r[l]),!(r[l]>=0))return e;if(3===l)r[l]>1&&(r[l]=1);else if(r[l]>=1)return e}var o=Math.round(255*r[0])+", "+Math.round(255*r[1])+", "+Math.round(255*r[2]);return a?"rgba("+o+", "+r[3]+")":"rgb("+o+")"}a.tinyRGB=function(e){var t=e.toRgb();return"rgb("+Math.round(t.r)+", "+Math.round(t.g)+", "+Math.round(t.b)+")"},a.rgb=function(e){return a.tinyRGB(r(e))},a.opacity=function(e){return e?r(e).getAlpha():0},a.addOpacity=function(e,t){var n=r(e).toRgb();return"rgba("+Math.round(n.r)+", "+Math.round(n.g)+", "+Math.round(n.b)+", "+t+")"},a.combine=function(e,t){var n=r(e).toRgb();if(1===n.a)return r(e).toRgbString();var i=r(t||s).toRgb(),a=1===i.a?i:{r:255*(1-i.a)+i.r*i.a,g:255*(1-i.a)+i.g*i.a,b:255*(1-i.a)+i.b*i.a},l={r:a.r*(1-n.a)+n.r*n.a,g:a.g*(1-n.a)+n.g*n.a,b:a.b*(1-n.a)+n.b*n.a};return r(l).toRgbString()},a.contrast=function(e,t,n){var i=r(e);return 1!==i.getAlpha()&&(i=r(a.combine(e,s))),(i.isDark()?t?i.lighten(t):s:n?i.darken(n):o).toString()},a.stroke=function(e,t){var n=r(t);e.style({stroke:a.tinyRGB(n),"stroke-opacity":n.getAlpha()})},a.fill=function(e,t){var n=r(t);e.style({fill:a.tinyRGB(n),"fill-opacity":n.getAlpha()})},a.clean=function(e){if(e&&"object"==typeof e){var t,n,r,i,l=Object.keys(e);for(t=0;t<l.length;t++)if(i=e[r=l[t]],"color"===r.substr(r.length-5))if(Array.isArray(i))for(n=0;n<i.length;n++)i[n]=u(i[n]);else e[r]=u(i);else if("colorscale"===r.substr(r.length-10)&&Array.isArray(i))for(n=0;n<i.length;n++)Array.isArray(i[n])&&(i[n][1]=u(i[n][1]));else if(Array.isArray(i)){var o=i[0];if(!Array.isArray(o)&&o&&"object"==typeof o)for(n=0;n<i.length;n++)a.clean(i[n])}else i&&"object"==typeof i&&a.clean(i)}}},function(e,t,n){"use strict";var r=n(33),i=n(111),a=n(171),l=n(42);function o(e){if(e.layoutAttributes){var n=e.layoutAttributes._arrayAttrRegexps;if(n)for(var r=0;r<n.length;r++)a(t.layoutArrayRegexes,n[r])}}function s(e){return"object"==typeof e&&(e=e.type),e}t.modules={},t.allCategories={},t.allTypes=[],t.subplotsRegistry={},t.transformsRegistry={},t.componentsRegistry={},t.layoutArrayContainers=[],t.layoutArrayRegexes=[],t.register=function(e,n,i,a){if(t.modules[n])r.log("Type "+n+" already registered");else{for(var l={},o=0;o<i.length;o++)l[i[o]]=!0,t.allCategories[i[o]]=!0;t.modules[n]={_module:e,categories:l},a&&Object.keys(a).length&&(t.modules[n].meta=a),t.allTypes.push(n)}},t.registerSubplot=function(e){var n=e.name;t.subplotsRegistry[n]?r.log("Plot type "+n+" already registered."):(o(e),t.subplotsRegistry[n]=e)},t.registerComponent=function(e){var n=e.name;t.componentsRegistry[n]=e,e.layoutAttributes&&(e.layoutAttributes._isLinkedToArray&&a(t.layoutArrayContainers,n),o(e))},t.getModule=function(e){if(void 0!==e.r)return r.warn("Tried to put a polar trace on an incompatible graph of cartesian data. Ignoring this dataset.",e),!1;var n=t.modules[s(e)];return!!n&&n._module},t.traceIs=function(e,n){if("various"===(e=s(e)))return!1;var i=t.modules[e];return i||(e&&"area"!==e&&r.log("Unrecognized trace type "+e+"."),i=t.modules[l.type.dflt]),!!i.categories[n]},t.getComponentMethod=function(e,n){var r=t.componentsRegistry[e];return r&&r[n]||i}},function(e,t,n){"use strict";function r(e,t,n,r,i,a,l,o){var s,u="function"==typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),a&&(u._scopeId="data-v-"+a),l?(s=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(l)},u._ssrRegister=s):i&&(s=o?function(){i.call(this,this.$root.$options.shadowRoot)}:i),s)if(u.functional){u._injectStyles=s;var c=u.render;u.render=function(e,t){return s.call(t),c(e,t)}}else{var d=u.beforeCreate;u.beforeCreate=d?[].concat(d,s):[s]}return{exports:e,options:u}}n.d(t,"a",function(){return r})},function(e,t,n){"use strict";var r=n(1),i=n(2),a=n(4),l=n(0),o=n(14),s=n(99),u=n(3),c=n(7),d=n(16),f=d.FP_SAFE,h=d.ONEAVGYEAR,p=d.ONEAVGMONTH,v=d.ONEDAY,y=d.ONEHOUR,g=d.ONEMIN,m=d.ONESEC,_=e.exports={};_.layoutAttributes=n(23),_.supplyLayoutDefaults=n(288),_.setConvert=n(152);var T=n(154),b=n(18);_.id2name=b.id2name,_.cleanId=b.cleanId,_.list=b.list,_.listIds=b.listIds,_.getFromId=b.getFromId,_.getFromTrace=b.getFromTrace,_.coerceRef=function(e,t,n,r,i,a){var o=r.charAt(r.length-1),s=_.listIds(n,o),u=r+"ref",c={};return i||(i=s[0]||a),a||(a=i),c[u]={valType:"enumerated",values:s.concat(a?[a]:[]),dflt:i},l.coerce(e,t,c,u)},_.coercePosition=function(e,t,n,r,i,a){var o,s;if("paper"===r||"pixel"===r)o=l.ensureNumber,s=n(i,a);else{var u=_.getFromId(t,r);s=n(i,a=u.fraction2r(a)),o=u.cleanPos}e[i]=o(s)},_.cleanPosition=function(e,t,n){return("paper"===n||"pixel"===n?l.ensureNumber:_.getFromId(t,n).cleanPos)(e)},_.getDataToCoordFunc=function(e,t,n,r){var i,a="x"===n||"y"===n||"z"===n?n:r;if(Array.isArray(a)){if(i={type:T(r),_categories:[]},_.setConvert(i),"category"===i.type)for(var l=0;l<r.length;l++)i.d2c(r[l])}else i=_.getFromTrace(e,t,a);return i?i.d2c:"ids"===a?function(e){return String(e)}:function(e){return+e}},_.clearTypes=function(e,t){Array.isArray(t)&&t.length||(t=e._fullData.map(function(e,t){return t})),t.forEach(function(t){var n=e.data[t];delete(_.getFromId(e,n.xaxis)||{}).type,delete(_.getFromId(e,n.yaxis)||{}).type})},_.counterLetter=function(e){var t=e.charAt(0);return"x"===t?"y":"y"===t?"x":void 0},_.minDtick=function(e,t,n,r){-1===["log","category"].indexOf(e.type)&&r?void 0===e._minDtick?(e._minDtick=t,e._forceTick0=n):e._minDtick&&((e._minDtick/t+1e-6)%1<2e-6&&((n-e._forceTick0)/t%1+1.000001)%1<2e-6?(e._minDtick=t,e._forceTick0=n):((t/e._minDtick+1e-6)%1>2e-6||((n-e._forceTick0)/e._minDtick%1+1.000001)%1>2e-6)&&(e._minDtick=0)):e._minDtick=0},_.getAutoRange=function(e){var t,n=[],r=e._min[0].val,i=e._max[0].val;for(t=1;t<e._min.length&&r===i;t++)r=Math.min(r,e._min[t].val);for(t=1;t<e._max.length&&r===i;t++)i=Math.max(i,e._max[t].val);var a,o,s,u,c,d,f,h=0,p=!1;if(e.range){var v=l.simpleMap(e.range,e.r2l);p=v[1]<v[0]}for("reversed"===e.autorange&&(p=!0,e.autorange=!0),t=0;t<e._min.length;t++)for(o=e._min[t],a=0;a<e._max.length;a++)f=(s=e._max[a]).val-o.val,d=e._length-o.pad-s.pad,f>0&&d>0&&f/d>h&&(u=o,c=s,h=f/d);if(r===i){var y=r-1,g=r+1;n="tozero"===e.rangemode?r<0?[y,0]:[0,g]:"nonnegative"===e.rangemode?[Math.max(0,y),Math.max(0,g)]:[y,g]}else h&&("linear"!==e.type&&"-"!==e.type||("tozero"===e.rangemode?(u.val>=0&&(u={val:0,pad:0}),c.val<=0&&(c={val:0,pad:0})):"nonnegative"===e.rangemode&&(u.val-h*u.pad<0&&(u={val:0,pad:0}),c.val<0&&(c={val:1,pad:0})),h=(c.val-u.val)/(e._length-u.pad-c.pad)),n=[u.val-h*u.pad,c.val+h*c.pad]);return n[0]===n[1]&&("tozero"===e.rangemode?n=n[0]<0?[n[0],0]:n[0]>0?[0,n[0]]:[0,1]:(n=[n[0]-1,n[0]+1],"nonnegative"===e.rangemode&&(n[0]=Math.max(0,n[0])))),p&&n.reverse(),l.simpleMap(n,e.l2r||Number)},_.doAutoRange=function(e){e._length||e.setScale();var t=e._min&&e._max&&e._min.length&&e._max.length;if(e.autorange&&t){e.range=_.getAutoRange(e),e._r=e.range.slice(),e._rl=l.simpleMap(e._r,e.r2l);var n=e._input;n.range=e.range.slice(),n.autorange=e.autorange}},_.saveRangeInitial=function(e,t){for(var n=_.list(e,"",!0),r=!1,i=0;i<n.length;i++){var a=n[i],l=void 0===a._rangeInitial,o=l||!(a.range[0]===a._rangeInitial[0]&&a.range[1]===a._rangeInitial[1]);(l&&!1===a.autorange||t&&o)&&(a._rangeInitial=a.range.slice(),r=!0)}return r},_.saveShowSpikeInitial=function(e,t){for(var n=_.list(e,"",!0),r=!1,i="on",a=0;a<n.length;a++){var l=n[a],o=void 0===l._showSpikeInitial,s=o||!(l.showspikes===l._showspikes);(o||t&&s)&&(l._showSpikeInitial=l.showspikes,r=!0),"on"!==i||l.showspikes||(i="off")}return e._fullLayout._cartesianSpikesEnabled=i,r},_.expand=function(e,t,n){if((e.autorange||!!l.nestedProperty(e,"rangeslider.autorange").get())&&t){e._min||(e._min=[]),e._max||(e._max=[]),n||(n={}),e._m||e.setScale();var r,a,o,s,u,c,d,h,p,v,y,g=t.length,m=n.padded?.05*e._length:0,_=n.tozero&&("linear"===e.type||"-"===e.type);m&&"domain"===e.constrain&&e._inputDomain&&(m*=(e._inputDomain[1]-e._inputDomain[0])/(e.domain[1]-e.domain[0]));var T=k((e._m>0?n.ppadplus:n.ppadminus)||n.ppad||0),b=k((e._m>0?n.ppadminus:n.ppadplus)||n.ppad||0),M=k(n.vpadplus||n.vpad),K=k(n.vpadminus||n.vpad);for(r=0;r<6;r++)x(r);for(r=g-1;r>5;r--)x(r)}function k(e){if(Array.isArray(e))return function(t){return Math.max(Number(e[t]||0),0)};var t=Math.max(Number(e||0),0);return function(){return t}}function x(n){if(s=t[n],i(s)){if(d=T(n)+m,h=b(n)+m,v=s-K(n),y=s+M(n),"log"===e.type&&v<y/10&&(v=y/10),u=e.c2l(v),c=e.c2l(y),_&&(u=Math.min(0,u),c=Math.max(0,c)),r(u)){for(p=!0,a=0;a<e._min.length&&p;a++)(o=e._min[a]).val<=u&&o.pad>=h?p=!1:o.val>=u&&o.pad<=h&&(e._min.splice(a,1),a--);p&&e._min.push({val:u,pad:_&&0===u?0:h})}if(r(c)){for(p=!0,a=0;a<e._max.length&&p;a++)(o=e._max[a]).val>=c&&o.pad>=d?p=!1:o.val<=c&&o.pad<=d&&(e._max.splice(a,1),a--);p&&e._max.push({val:c,pad:_&&0===c?0:d})}}function r(e){return i(e)&&Math.abs(e)<f}}},_.autoBin=function(e,t,n,r,a){var o,s,u=l.aggNums(Math.min,null,e),c=l.aggNums(Math.max,null,e);if(a||(a=t.calendar),"category"===t.type)return{start:u-.5,end:c+.5,size:1};if(n)o=(c-u)/n;else{var d=l.distinctVals(e),f=Math.pow(10,Math.floor(Math.log(d.minDiff)/Math.LN10)),h=f*l.roundUp(d.minDiff/f,[.9,1.9,4.9,9.9],!0);o=Math.max(h,2*l.stdev(e)/Math.pow(e.length,r?.25:.4)),i(o)||(o=1)}s="log"===t.type?{type:"linear",range:[u,c]}:{type:t.type,range:l.simpleMap([u,c],t.c2r,0,a),calendar:a},_.setConvert(s),_.autoTicks(s,o);var p,y=_.tickIncrement(_.tickFirst(s),s.dtick,"reverse",a);if("number"==typeof s.dtick)p=(y=function(e,t,n,r,a){var l=0,o=0,s=0,u=0;function c(t){return(1+100*(t-e)/n.dtick)%100<2}for(var d=0;d<t.length;d++)t[d]%1==0?s++:i(t[d])||u++,c(t[d])&&l++,c(t[d]+n.dtick/2)&&o++;var f=t.length-u;if(s===f&&"date"!==n.type)n.dtick<1?e=r-.5*n.dtick:(e-=.5)+n.dtick<r&&(e+=n.dtick);else if(o<.1*f&&(l>.3*f||c(r)||c(a))){var h=n.dtick/2;e+=e+h<r?h:-h}return e}(y,e,s,u,c))+(1+Math.floor((c-y)/s.dtick))*s.dtick;else for("M"===s.dtick.charAt(0)&&(y=function(e,t,n,r,i){var a=l.findExactDates(t,i);if(a.exactDays>.8){var o=Number(n.substr(1));a.exactYears>.8&&o%12==0?e=_.tickIncrement(e,"M6","reverse")+1.5*v:a.exactMonths>.8?e=_.tickIncrement(e,"M1","reverse")+15.5*v:e-=v/2;var s=_.tickIncrement(e,n);if(s<=r)return s}return e}(y,e,s.dtick,u,a)),p=y;p<=c;)p=_.tickIncrement(p,s.dtick,!1,a);return{start:t.c2r(y,0,a),end:t.c2r(p,0,a),size:s.dtick}},_.calcTicks=function(e){var t=l.simpleMap(e.range,e.r2l);if("auto"===e.tickmode||!e.dtick){var n,r=e.nticks;r||("category"===e.type?(n=e.tickfont?1.2*(e.tickfont.size||12):15,r=e._length/n):(n="y"===e._id.charAt(0)?40:80,r=l.constrain(e._length/n,4,9)+1)),"array"===e.tickmode&&(r*=100),_.autoTicks(e,Math.abs(t[1]-t[0])/r),e._minDtick>0&&e.dtick<2*e._minDtick&&(e.dtick=e._minDtick,e.tick0=e.l2r(e._forceTick0))}if(e.tick0||(e.tick0="date"===e.type?"2000-01-01":0),L(e),"array"===e.tickmode)return function(e){var t,n,r=e.tickvals,i=e.ticktext,a=new Array(r.length),o=l.simpleMap(e.range,e.r2l),s=1.0001*o[0]-1e-4*o[1],u=1.0001*o[1]-1e-4*o[0],c=Math.min(s,u),d=Math.max(s,u),f=0;Array.isArray(i)||(i=[]);var h="category"===e.type?e.d2l_noadd:e.d2l;"log"===e.type&&"L"!==String(e.dtick).charAt(0)&&(e.dtick="L"+Math.pow(10,Math.floor(Math.min(e.range[0],e.range[1]))-1));for(n=0;n<r.length;n++)(t=h(r[n]))>c&&t<d&&(void 0===i[n]?a[f]=_.tickText(e,t):a[f]=D(e,t,String(i[n])),f++);f<r.length&&a.splice(f,r.length-f);return a}(e);e._tmin=_.tickFirst(e);var i=t[1]<t[0],a=[],o=1.0001*t[1]-1e-4*t[0];"category"===e.type&&(o=i?Math.max(-.5,o):Math.min(e._categories.length-.5,o));for(var s=e._tmin;(i?s>=o:s<=o)&&(a.push(s),!(a.length>1e3));s=_.tickIncrement(s,e.dtick,i,e.calendar));e._tmax=a[a.length-1],e._prevDateHead="",e._inCalcTicks=!0;for(var u=new Array(a.length),c=0;c<a.length;c++)u[c]=_.tickText(e,a[c]);return e._inCalcTicks=!1,u};var M=[2,5,10],K=[1,2,3,6,12],k=[1,2,5,10,15,30],x=[1,2,3,7,14],C=[-.046,0,.301,.477,.602,.699,.778,.845,.903,.954,1],A=[-.301,0,.301,.699,1];function w(e,t,n){return t*l.roundUp(e/t,n)}function L(e){var t=e.dtick;if(e._tickexponent=0,i(t)||"string"==typeof t||(t=1),"category"===e.type&&(e._tickround=null),"date"===e.type){var n=e.r2l(e.tick0),r=e.l2r(n).replace(/(^-|i)/g,""),a=r.length;if("M"===String(t).charAt(0))a>10||"01-01"!==r.substr(5)?e._tickround="d":e._tickround=+t.substr(1)%12==0?"y":"m";else if(t>=v&&a<=10||t>=15*v)e._tickround="d";else if(t>=g&&a<=16||t>=y)e._tickround="M";else if(t>=m&&a<=19||t>=g)e._tickround="S";else{var l=e.l2r(n+t).replace(/^-/,"").length;e._tickround=Math.max(a,l)-20}}else if(i(t)||"L"===t.charAt(0)){var o=e.range.map(e.r2d||Number);i(t)||(t=Number(t.substr(1))),e._tickround=2-Math.floor(Math.log(t)/Math.LN10+.01);var s=Math.max(Math.abs(o[0]),Math.abs(o[1])),u=Math.floor(Math.log(s)/Math.LN10+.01);Math.abs(u)>3&&("SI"===e.exponentformat||"B"===e.exponentformat?e._tickexponent=3*Math.round((u-1)/3):e._tickexponent=u)}else e._tickround=null}function D(e,t,n){var r=e.tickfont||{};return{x:t,dx:0,dy:0,text:n||"",fontSize:r.size,font:r.family,fontColor:r.color}}_.autoTicks=function(e,t){var n;if("date"===e.type){e.tick0=l.dateTick0(e.calendar);var r=2*t;r>h?(t/=h,n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick="M"+12*w(t,n,M)):r>p?(t/=p,e.dtick="M"+w(t,1,K)):r>v?(e.dtick=w(t,v,x),e.tick0=l.dateTick0(e.calendar,!0)):r>y?e.dtick=w(t,y,K):r>g?e.dtick=w(t,g,k):r>m?e.dtick=w(t,m,k):(n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick=w(t,n,M))}else if("log"===e.type){e.tick0=0;var a=l.simpleMap(e.range,e.r2l);if(t>.7)e.dtick=Math.ceil(t);else if(Math.abs(a[1]-a[0])<1){var o=1.5*Math.abs((a[1]-a[0])/t);t=Math.abs(Math.pow(10,a[1])-Math.pow(10,a[0]))/o,n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick="L"+w(t,n,M)}else e.dtick=t>.3?"D2":"D1"}else"category"===e.type?(e.tick0=0,e.dtick=Math.ceil(Math.max(t,1))):(e.tick0=0,n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick=w(t,n,M));if(0===e.dtick&&(e.dtick=1),!i(e.dtick)&&"string"!=typeof e.dtick){var s=e.dtick;throw e.dtick=1,"ax.dtick error: "+String(s)}},_.tickIncrement=function(e,t,n,a){var o=n?-1:1;if(i(t))return e+o*t;var s=t.charAt(0),u=o*Number(t.substr(1));if("M"===s)return l.incrementMonth(e,u,a);if("L"===s)return Math.log(Math.pow(10,e)+u)/Math.LN10;if("D"===s){var c="D2"===t?A:C,d=e+.01*o,f=l.roundUp(l.mod(d,1),c,n);return Math.floor(d)+Math.log(r.round(Math.pow(10,f),1))/Math.LN10}throw"unrecognized dtick "+String(t)},_.tickFirst=function(e){var t=e.r2l||Number,n=l.simpleMap(e.range,t),a=n[1]<n[0],o=a?Math.floor:Math.ceil,s=1.0001*n[0]-1e-4*n[1],u=e.dtick,c=t(e.tick0);if(i(u)){var d=o((s-c)/u)*u+c;return"category"===e.type&&(d=l.constrain(d,0,e._categories.length-1)),d}var f=u.charAt(0),h=Number(u.substr(1));if("M"===f){for(var p,v,y,g=0,m=c;g<10;){if(((p=_.tickIncrement(m,u,a,e.calendar))-s)*(m-s)<=0)return a?Math.min(m,p):Math.max(m,p);v=(s-(m+p)/2)/(p-m),y=f+(Math.abs(Math.round(v))||1)*h,m=_.tickIncrement(m,y,v<0?!a:a,e.calendar),g++}return l.error("tickFirst did not converge",e),m}if("L"===f)return Math.log(o((Math.pow(10,s)-c)/h)*h+c)/Math.LN10;if("D"===f){var T="D2"===u?A:C,b=l.roundUp(l.mod(s,1),T,a);return Math.floor(s)+Math.log(r.round(Math.pow(10,b),1))/Math.LN10}throw"unrecognized dtick "+String(u)},_.tickText=function(e,t,n){var r,a,o=D(e,t),s="array"===e.tickmode,u=n||s,c="category"===e.type?e.d2l_noadd:e.d2l;if(s&&Array.isArray(e.ticktext)){var d=l.simpleMap(e.range,e.r2l),f=Math.abs(d[1]-d[0])/1e4;for(a=0;a<e.ticktext.length&&!(Math.abs(t-c(e.tickvals[a]))<f);a++);if(a<e.ticktext.length)return o.text=String(e.ticktext[a]),o}function h(r){var i;return void 0===r||(n?"none"===r:(i={first:e._tmin,last:e._tmax}[r],"all"!==r&&t!==i))}return r="none"!==e.exponentformat&&h(e.showexponent)?"hide":"","date"===e.type?function(e,t,n,r){var a=e._tickround,o=n&&e.hoverformat||e.tickformat;r&&(a=i(a)?4:{y:"m",m:"d",d:"M",M:"S",S:4}[a]);var s,u=l.formatDate(t.x,o,a,e.calendar),c=u.indexOf("\n");-1!==c&&(s=u.substr(c+1),u=u.substr(0,c));r&&("00:00:00"===u||"00:00"===u?(u=s,s=""):8===u.length&&(u=u.replace(/:00$/,"")));s&&(n?"d"===a?u+=", "+s:u=s+(u?", "+u:""):e._inCalcTicks&&s===e._prevDateHead||(u+="<br>"+s,e._prevDateHead=s));t.text=u}(e,o,n,u):"log"===e.type?function(e,t,n,r,a){var o=e.dtick,s=t.x;!r||"string"==typeof o&&"L"===o.charAt(0)||(o="L3");if(e.tickformat||"string"==typeof o&&"L"===o.charAt(0))t.text=S(Math.pow(10,s),e,a,r);else if(i(o)||"D"===o.charAt(0)&&l.mod(s+.01,1)<.1)if(-1!==["e","E","power"].indexOf(e.exponentformat)){var u=Math.round(s);t.text=0===u?1:1===u?"10":u>1?"10<sup>"+u+"</sup>":"10<sup>โ"+-u+"</sup>",t.fontSize*=1.25}else t.text=S(Math.pow(10,s),e,"","fakehover"),"D1"===o&&"y"===e._id.charAt(0)&&(t.dy-=t.fontSize/6);else{if("D"!==o.charAt(0))throw"unrecognized dtick "+String(o);t.text=String(Math.round(Math.pow(10,l.mod(s,1)))),t.fontSize*=.75}if("D1"===e.dtick){var c=String(t.text).charAt(0);"0"!==c&&"1"!==c||("y"===e._id.charAt(0)?t.dx-=t.fontSize/4:(t.dy+=t.fontSize/2,t.dx+=(e.range[1]>e.range[0]?1:-1)*t.fontSize*(s<0?.5:.25)))}}(e,o,0,u,r):"category"===e.type?function(e,t){var n=e._categories[Math.round(t.x)];void 0===n&&(n="");t.text=String(n)}(e,o):function(e,t,n,r,i){"all"===e.showexponent&&Math.abs(t.x/e.dtick)<1e-6&&(i="hide");t.text=S(t.x,e,i,r)}(e,o,0,u,r),e.tickprefix&&!h(e.showtickprefix)&&(o.text=e.tickprefix+o.text),e.ticksuffix&&!h(e.showticksuffix)&&(o.text+=e.ticksuffix),o};var B=["f","p","n","ฮผ","m","","k","M","G","T"];function S(e,t,n,a){var o=e<0,s=t._tickround,u=n||t.exponentformat||"B",c=t._tickexponent,d=t.tickformat,f=t.separatethousands;if(a){var h={exponentformat:t.exponentformat,dtick:"none"===t.showexponent?t.dtick:i(e)&&Math.abs(e)||1,range:"none"===t.showexponent?t.range.map(t.r2d):[0,e||1]};L(h),s=(Number(h._tickround)||0)+4,c=h._tickexponent,t.hoverformat&&(d=t.hoverformat)}if(d)return r.format(d)(e).replace(/-/g,"โ");var p,v=Math.pow(10,-s)/2;if("none"===u&&(c=0),(e=Math.abs(e))<v)e="0",o=!1;else{if(e+=v,c&&(e*=Math.pow(10,-c),s+=c),0===s)e=String(Math.floor(e));else if(s<0){e=(e=String(Math.round(e))).substr(0,e.length+s);for(var y=s;y<0;y++)e+="0"}else{var g=(e=String(e)).indexOf(".")+1;g&&(e=e.substr(0,g+s).replace(/\.?0+$/,""))}e=l.numSeparate(e,t._separators,f)}c&&"hide"!==u&&(p=c<0?"โ"+-c:"power"!==u?"+"+c:String(c),"e"===u||("SI"===u||"B"===u)&&(c>12||c<-15)?e+="e"+p:"E"===u?e+="E"+p:"power"===u?e+="ร10<sup>"+p+"</sup>":"B"===u&&9===c?e+="B":"SI"!==u&&"B"!==u||(e+=B[c/3+5]));return o?"โ"+e:e}function G(e,t){for(var n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n])}function W(e,t,n){var r,i,a=[],o=[],s=e.layout;for(r=0;r<t.length;r++)a.push(_.getFromId(e,t[r]));for(r=0;r<n.length;r++)o.push(_.getFromId(e,n[r]));var u=Object.keys(a[0]),c=["anchor","domain","overlaying","position","side","tickangle"],d=["linear","log"];for(r=0;r<u.length;r++){var f=u[r],h=a[0][f],p=o[0][f],v=!0,y=!1,g=!1;if("_"!==f.charAt(0)&&"function"!=typeof h&&-1===c.indexOf(f)){for(i=1;i<a.length&&v;i++){var m=a[i][f];"type"===f&&-1!==d.indexOf(h)&&-1!==d.indexOf(m)&&h!==m?y=!0:m!==h&&(v=!1)}for(i=1;i<o.length&&v;i++){var T=o[i][f];"type"===f&&-1!==d.indexOf(p)&&-1!==d.indexOf(T)&&p!==T?g=!0:o[i][f]!==p&&(v=!1)}v&&(y&&(s[a[0]._name].type="linear"),g&&(s[o[0]._name].type="linear"),z(s,f,a,o))}}for(r=0;r<e._fullLayout.annotations.length;r++){var b=e._fullLayout.annotations[r];-1!==t.indexOf(b.xref)&&-1!==n.indexOf(b.yref)&&l.swapAttrs(s.annotations[r],["?"])}}function z(e,t,n,r){var i,a=l.nestedProperty,o=a(e[n[0]._name],t).get(),s=a(e[r[0]._name],t).get();for("title"===t&&("Click to enter X axis title"===o&&(o="Click to enter Y axis title"),"Click to enter Y axis title"===s&&(s="Click to enter X axis title")),i=0;i<n.length;i++)a(e,n[i]._name+"."+t).set(s);for(i=0;i<r.length;i++)a(e,r[i]._name+"."+t).set(o)}_.subplotMatch=/^x([0-9]*)y([0-9]*)$/,_.getSubplots=function(e,t){var n,r,i,l=[],o=e._fullData||e.data||[];for(n=0;n<o.length;n++){var s=o[n];if(!1!==s.visible&&"legendonly"!==s.visible&&(a.traceIs(s,"cartesian")||a.traceIs(s,"gl2d")))i=(s.xaxis||"x")+(s.yaxis||"y"),-1===l.indexOf(i)&&l.push(i)}var u=_.list(e,"",!0);function c(e,t){return-1!==e.indexOf(t._id)}for(n=0;n<u.length;n++){var d=u[n],f=d._id.charAt(0),h="free"===d.anchor?"x"===f?"y":"x":d.anchor,p=_.getFromId(e,h),v=!1;for(r=0;r<l.length;r++)if(c(l[r],d)){v=!0;break}"free"===d.anchor&&v||p&&(i="x"===f?d._id+p._id:p._id+d._id,-1===l.indexOf(i)&&l.push(i))}var y=_.subplotMatch,g=[];for(n=0;n<l.length;n++)i=l[n],y.test(i)&&g.push(i);return g.sort(function(e,t){var n=e.match(y),r=t.match(y);return n[1]===r[1]?+(n[2]||1)-(r[2]||1):+(n[1]||0)-(r[1]||0)}),t?_.findSubplotsWithAxis(g,t):g},_.findSubplotsWithAxis=function(e,t){for(var n=new RegExp("x"===t._id.charAt(0)?"^"+t._id+"y":t._id+"$"),r=[],i=0;i<e.length;i++){var a=e[i];n.test(a)&&r.push(a)}return r},_.makeClipPaths=function(e){var t,n,i=e._fullLayout,a=i._defs,l={_offset:0,_length:i.width,_id:""},o={_offset:0,_length:i.height,_id:""},s=_.list(e,"x",!0),u=_.list(e,"y",!0),c=[];for(t=0;t<s.length;t++)for(c.push({x:s[t],y:o}),n=0;n<u.length;n++)0===t&&c.push({x:l,y:u[n]}),c.push({x:s[t],y:u[n]});var d=a.selectAll("g.clips").data([0]);d.enter().append("g").classed("clips",!0);var f=d.selectAll(".axesclip").data(c,function(e){return e.x._id+e.y._id});f.enter().append("clipPath").classed("axesclip",!0).attr("id",function(e){return"clip"+i._uid+e.x._id+e.y._id}).append("rect"),f.exit().remove(),f.each(function(e){r.select(this).select("rect").attr({x:e.x._offset||0,y:e.y._offset||0,width:e.x._length||1,height:e.y._length||1})})},_.doTicks=function(e,t,n){var d,f=e._fullLayout,h=!1;if("object"==typeof t)t=(d=t)._id,h=!0;else if(d=_.getFromId(e,t),"redraw"===t&&f._paper.selectAll("g.subplot").each(function(e){var t=f._plots[e],n=t.xaxis,r=t.yaxis;t.xaxislayer.selectAll("."+n._id+"tick").remove(),t.yaxislayer.selectAll("."+r._id+"tick").remove(),t.gridlayer.selectAll("path").remove(),t.zerolinelayer.selectAll("path").remove()}),!t||"redraw"===t)return l.syncOrAsync(_.list(e,"",!0).map(function(n){return function(){if(n._id){var r=_.doTicks(e,n._id);return"redraw"===t&&(n._r=n.range.slice(),n._rl=l.simpleMap(n._r,n.r2l)),r}}}));d.tickformat||(-1===["none","e","E","power","SI","B"].indexOf(d.exponentformat)&&(d.exponentformat="e"),-1===["all","first","last","none"].indexOf(d.showexponent)&&(d.showexponent="all")),d.setScale();var p,v,y,g,m,T=t.charAt(0),M=_.counterLetter(t),K=_.calcTicks(d),k=function(e){return[e.text,e.x,d.mirror].join("_")},x=t+"tick",C=t+"grid",A=t+"zl",w=(d.linewidth||1)/2,L=("outside"===d.ticks?d.ticklen:1)+(d.linewidth||0),D=0,B=c.crispRound(e,d.gridwidth,1),S=c.crispRound(e,d.zerolinewidth,B),G=c.crispRound(e,d.tickwidth,1);if(d._counterangle&&"outside"===d.ticks){var W=d._counterangle*Math.PI/180;L=d.ticklen*Math.cos(W)+(d.linewidth||0),D=d.ticklen*Math.sin(W)}if("x"===T)p=["bottom","top"],v=function(e){return"translate("+d.l2p(e.x)+",0)"},y=function(e,t){if(d._counterangle){var n=d._counterangle*Math.PI/180;return"M0,"+e+"l"+Math.sin(n)*t+","+Math.cos(n)*t}return"M0,"+e+"v"+t};else{if("y"!==T)return void l.warn("Unrecognized doTicks axis:",t);p=["left","right"],v=function(e){return"translate(0,"+d.l2p(e.x)+")"},y=function(e,t){if(d._counterangle){var n=d._counterangle*Math.PI/180;return"M"+e+",0l"+Math.cos(n)*t+","+-Math.sin(n)*t}return"M"+e+",0h"+t}}var z=d.side||p[0],O=[-1,1,z===p[1]?1:-1];if("inside"!==d.ticks==("x"===T)&&(O=O.map(function(e){return-e})),d.visible){var P=K.filter(j);if(h){if(E(d._axislayer,y(d._pos+w*O[2],O[2]*d.ticklen)),d._counteraxis)$({gridlayer:d._gridlayer,zerolinelayer:d._zerolinelayer},d._counteraxis);return I(d._axislayer,d._pos)}var R=(g=_.getSubplots(e,d)).map(function(e){var t=f._plots[e];if(f._has("cartesian")){var n=t[T+"axislayer"],r=d._linepositions[e]||[],a=t[M+"axis"],l=a._id===d.anchor,o=[!1,!1,!1],s="";if("allticks"===d.mirror?o=[!0,!0,!1]:l&&("ticks"===d.mirror?o=[!0,!0,!1]:o[p.indexOf(z)]=!0),d.mirrors)for(m=0;m<2;m++){var u=d.mirrors[a._id+p[m]];"ticks"!==u&&"labels"!==u||(o[m]=!0)}return void 0!==r[2]&&(o[2]=!0),o.forEach(function(e,t){var n=r[t],a=O[t];e&&i(n)&&(s+=y(n+w*a,a*d.ticklen))}),E(n,s),$(t,a,e),I(n,r[3])}}).filter(function(e){return e&&e.then});return R.length?Promise.all(R):0}function j(e){var t=d.l2p(e.x);return t>1&&t<d._length-1}function E(e,t){var n=e.selectAll("path."+x).data("inside"===d.ticks?P:K,k);t&&d.ticks?(n.enter().append("path").classed(x,1).classed("ticks",1).classed("crisp",1).call(u.stroke,d.tickcolor).style("stroke-width",G+"px").attr("d",t),n.attr("transform",v),n.exit().remove()):n.remove()}function I(n,a){var s,u,h,p,y,_=n.selectAll("g."+x).data(K,k);if(!d.showticklabels||!i(a))return _.remove(),void N();"x"===T?(s=function(e){return e.dx+D*y},p=a+(L+w)*(y="bottom"===z?1:-1),u=function(e){return e.dy+p+e.fontSize*("bottom"===z?1:-.5)},h=function(e){return i(e)&&0!==e&&180!==e?e*y<0?"end":"start":"middle"}):(y="right"===z?1:-1,u=function(e){return e.dy+e.fontSize/2-D*y},s=function(e){return e.dx+a+(L+w+(90===Math.abs(d.tickangle)?e.fontSize/2:0))*y},h=function(e){return i(e)&&90===Math.abs(e)?"middle":"right"===z?"start":"end"});var b=0,M=0,C=[];function A(e,t){e.each(function(e){var n=h(t),a=r.select(this),l=a.select(".text-math-group"),o=v(e)+(i(t)&&0!=+t?" rotate("+t+","+s(e)+","+(u(e)-e.fontSize/2)+")":"");if(l.empty())a.select("text").attr({transform:o,"text-anchor":n});else{var d=c.bBox(l.node()).width*{end:-.5,start:.5}[n];l.attr("transform",o+(d?"translate("+d+",0)":""))}})}_.enter().append("g").classed(x,1).append("text").attr("text-anchor","middle").each(function(t){var n=r.select(this),i=e._promises.length;n.call(o.positionText,s(t),u(t)).call(c.font,t.font,t.fontSize,t.fontColor).text(t.text).call(o.convertToTspans,e),(i=e._promises[i])?C.push(e._promises.pop().then(function(){A(n,d.tickangle)})):A(n,d.tickangle)}),_.exit().remove(),_.each(function(e){b=Math.max(b,e.fontSize)}),A(_,d._lastangle||d.tickangle);var B=l.syncOrAsync([function(){return C.length&&Promise.all(C)},function(){if(A(_,d.tickangle),"x"===T&&!i(d.tickangle)&&("log"!==d.type||"D"!==String(d.dtick).charAt(0))){var e=[];for(_.each(function(t){var n=r.select(this),i=n.select(".text-math-group"),a=d.l2p(t.x);i.empty()&&(i=n.select("text"));var l=c.bBox(i.node());e.push({top:0,bottom:10,height:10,left:a-l.width/2,right:a+l.width/2+2,width:l.width+2})}),m=0;m<e.length-1;m++)if(l.bBoxIntersect(e[m],e[m+1])){M=30;break}M&&(Math.abs((K[K.length-1].x-K[0].x)*d._m)/(K.length-1)<2.5*b&&(M=90),A(_,M)),d._lastangle=M}return N(),t+" done"},function(){var t=n.node().getBoundingClientRect(),r=e.getBoundingClientRect();if(d._boundingBox={width:t.width,height:t.height,left:t.left-r.left,right:t.right-r.left,top:t.top-r.top,bottom:t.bottom-r.top},g){var i=d._counterSpan=[1/0,-1/0];for(m=0;m<g.length;m++){var a=f._plots[g[m]]["x"===T?"yaxis":"xaxis"];l(i,[a._offset,a._offset+a._length])}"free"===d.anchor&&l(i,"x"===T?[d._boundingBox.bottom,d._boundingBox.top]:[d._boundingBox.right,d._boundingBox.left])}function l(e,t){e[0]=Math.min(e[0],t[0]),e[1]=Math.max(e[1],t[1])}}]);return B&&B.then&&e._promises.push(B),B}function N(){if(!n){var i,a,l,o,u=b.getFromId(e,t),d=r.select(e).selectAll("g."+t+"tick"),h={selection:d,side:u.side},p=t.charAt(0),v=e._fullLayout._size,y=u.titlefont.size;if(d.size()){var g=c.getTranslate(d.node().parentNode);h.offsetLeft=g.x,h.offsetTop=g.y}"x"===p?(a="free"===u.anchor?{_offset:v.t+(1-(u.position||0))*v.h,_length:0}:b.getFromId(e,u.anchor),l=u._offset+u._length/2,o=a._offset+("top"===u.side?-10-y*(1.5+(u.showticklabels?1:0)):a._length+10+y*(1.5+(u.showticklabels?1.5:.5))),u.rangeslider&&u.rangeslider.visible&&u._boundingBox&&(o+=(f.height-f.margin.b-f.margin.t)*u.rangeslider.thickness+u._boundingBox.height),h.side||(h.side="bottom")):(a="free"===u.anchor?{_offset:v.l+(u.position||0)*v.w,_length:0}:b.getFromId(e,u.anchor),o=u._offset+u._length/2,l=a._offset+("right"===u.side?a._length+10+y*(1.5+(u.showticklabels?1:.5)):-10-y*(1.5+(u.showticklabels?.5:0))),i={rotate:"-90",offset:0},h.side||(h.side="left")),s.draw(e,t+"title",{propContainer:u,propName:u._name+".title",dfltName:p.toUpperCase()+" axis",avoid:h,transform:i,attributes:{x:l,y:o,"text-anchor":"middle"}})}}function F(e,t){return!0===e.visible&&e.xaxis+e.yaxis===t&&(!(!a.traceIs(e,"bar")||e.orientation!=={x:"h",y:"v"}[T])||e.fill&&e.fill.charAt(e.fill.length-1)===T)}function $(t,n,i){var a=t.gridlayer,o=t.zerolinelayer,s=t["hidegrid"+T]?[]:P,c=d._gridpath||"M0,0"+("x"===T?"v":"h")+n._length,f=a.selectAll("path."+C).data(!1===d.showgrid?[]:s,k);if(f.enter().append("path").classed(C,1).classed("crisp",1).attr("d",c).each(function(e){d.zeroline&&("linear"===d.type||"-"===d.type)&&Math.abs(e.x)<d.dtick/100&&r.select(this).remove()}),f.attr("transform",v).call(u.stroke,d.gridcolor||"#ddd").style("stroke-width",B+"px"),f.exit().remove(),o){for(var h=!1,p=0;p<e._fullData.length;p++)if(F(e._fullData[p],i)){h=!0;break}var y=l.simpleMap(d.range,d.r2l),g=y[0]*y[1]<=0&&d.zeroline&&("linear"===d.type||"-"===d.type)&&s.length&&(h||j({x:0})||!d.showline),m=o.selectAll("path."+A).data(g?[{x:0}]:[]);m.enter().append("path").classed(A,1).classed("zl",1).classed("crisp",1).attr("d",c),m.attr("transform",v).call(u.stroke,d.zerolinecolor||u.defaultLine).style("stroke-width",S+"px"),m.exit().remove()}}},_.swap=function(e,t){for(var n=function(e,t){var n,r,i=[];for(n=0;n<t.length;n++){var a=[],l=e._fullData[t[n]].xaxis,o=e._fullData[t[n]].yaxis;if(l&&o){for(r=0;r<i.length;r++)-1===i[r].x.indexOf(l)&&-1===i[r].y.indexOf(o)||a.push(r);if(a.length){var s,u=i[a[0]];if(a.length>1)for(r=1;r<a.length;r++)s=i[a[r]],G(u.x,s.x),G(u.y,s.y);G(u.x,[l]),G(u.y,[o])}else i.push({x:[l],y:[o]})}}return i}(e,t),r=0;r<n.length;r++)W(e,n[r].x,n[r].y)}},function(e,t,n){"use strict";var r=n(1),i=n(2),a=n(22),l=n(4),o=n(3),s=n(161),u=n(0),c=n(14),d=n(31),f=n(19).LINE_SPACING,h=n(13),p=n(292),v=e.exports={};v.font=function(e,t,n,r){t&&t.family&&(r=t.color,n=t.size,t=t.family),t&&e.style("font-family",t),n+1&&e.style("font-size",n+"px"),r&&e.call(o.fill,r)},v.setPosition=function(e,t,n){e.attr("x",t).attr("y",n)},v.setSize=function(e,t,n){e.attr("width",t).attr("height",n)},v.setRect=function(e,t,n,r,i){e.call(v.setPosition,t,n).call(v.setSize,r,i)},v.translatePoint=function(e,t,n,r){var a=e.xp||n.c2p(e.x),l=e.yp||r.c2p(e.y);return!!(i(a)&&i(l)&&t.node())&&("text"===t.node().nodeName?t.attr("x",a).attr("y",l):t.attr("transform","translate("+a+","+l+")"),!0)},v.translatePoints=function(e,t,n,i){e.each(function(e){var a=r.select(this);v.translatePoint(e,a,t,n,i)})},v.getPx=function(e,t){return Number(e.style(t).replace(/px$/,""))},v.crispRound=function(e,t,n){return t&&i(t)?e._context.staticPlot?t:t<1?1:Math.round(t):n||0},v.singleLineStyle=function(e,t,n,r,i){t.style("fill","none");var a=(((e||[])[0]||{}).trace||{}).line||{},l=n||a.width||0,s=i||a.dash||"";o.stroke(t,r||a.color),v.dashLine(t,s,l)},v.lineGroupStyle=function(e,t,n,i){e.style("fill","none").each(function(e){var a=(((e||[])[0]||{}).trace||{}).line||{},l=t||a.width||0,s=i||a.dash||"";r.select(this).call(o.stroke,n||a.color).call(v.dashLine,s,l)})},v.dashLine=function(e,t,n){n=+n||0,t=v.dashStyle(t,n),e.style({"stroke-dasharray":t,"stroke-width":n+"px"})},v.dashStyle=function(e,t){t=+t||1;var n=Math.max(t,3);return"solid"===e?e="":"dot"===e?e=n+"px,"+n+"px":"dash"===e?e=3*n+"px,"+3*n+"px":"longdash"===e?e=5*n+"px,"+5*n+"px":"dashdot"===e?e=3*n+"px,"+n+"px,"+n+"px,"+n+"px":"longdashdot"===e&&(e=5*n+"px,"+2*n+"px,"+n+"px,"+2*n+"px"),e},v.singleFillStyle=function(e){var t=(((r.select(e.node()).data()[0]||[])[0]||{}).trace||{}).fillcolor;t&&e.call(o.fill,t)},v.fillGroupStyle=function(e){e.style("stroke-width",0).each(function(t){var n=r.select(this);try{n.call(o.fill,t[0].trace.fillcolor)}catch(t){u.error(t,e),n.remove()}})};var y=n(291);v.symbolNames=[],v.symbolFuncs=[],v.symbolNeedLines={},v.symbolNoDot={},v.symbolList=[],Object.keys(y).forEach(function(e){var t=y[e];v.symbolList=v.symbolList.concat([t.n,e,t.n+100,e+"-open"]),v.symbolNames[t.n]=e,v.symbolFuncs[t.n]=t.f,t.needLine&&(v.symbolNeedLines[t.n]=!0),t.noDot?v.symbolNoDot[t.n]=!0:v.symbolList=v.symbolList.concat([t.n+200,e+"-dot",t.n+300,e+"-open-dot"])});var g=v.symbolNames.length,m="M0,0.5L0.5,0L0,-0.5L-0.5,0Z";v.symbolNumber=function(e){if("string"==typeof e){var t=0;e.indexOf("-open")>0&&(t=100,e=e.replace("-open","")),e.indexOf("-dot")>0&&(t+=200,e=e.replace("-dot","")),(e=v.symbolNames.indexOf(e))>=0&&(e+=t)}return e%100>=g||e>=400?0:Math.floor(Math.max(e,0))};var _={x1:1,x2:0,y1:0,y2:0},T={x1:0,x2:0,y1:1,y2:0};v.gradient=function(e,t,n,i,l,s){var c=t._fullLayout._defs.select(".gradients").selectAll("#"+n).data([i+l+s],u.identity);c.exit().remove(),c.enter().append("radial"===i?"radialGradient":"linearGradient").each(function(){var e=r.select(this);"horizontal"===i?e.attr(_):"vertical"===i&&e.attr(T),e.attr("id",n);var t=a(l),u=a(s);e.append("stop").attr({offset:"0%","stop-color":o.tinyRGB(u),"stop-opacity":u.getAlpha()}),e.append("stop").attr({offset:"100%","stop-color":o.tinyRGB(t),"stop-opacity":t.getAlpha()})}),e.style({fill:"url(#"+n+")","fill-opacity":null})},v.initGradients=function(e){var t=e._fullLayout._defs.selectAll(".gradients").data([0]);t.enter().append("g").classed("gradients",!0),t.selectAll("linearGradient,radialGradient").remove()},v.singlePointStyle=function(e,t,n,r,i,a){var s=n.marker;!function(e,t,n,r,i,a,s,u){if(l.traceIs(n,"symbols")){var c=p(n);t.attr("d",function(e){var t;t="various"===e.ms||"various"===a.size?3:h.isBubble(n)?c(e.ms):(a.size||6)/2,e.mrc=t;var r=v.symbolNumber(e.mx||a.symbol)||0,i=r%100;return e.om=r%200>=100,v.symbolFuncs[i](t)+(r>=200?m:"")}).style("opacity",function(e){return(e.mo+1||a.opacity+1)-1})}var d,f,y,g=!1;if(e.so?(y=s.outlierwidth,f=s.outliercolor,d=a.outliercolor):(y=(e.mlw+1||s.width+1||(e.trace?e.trace.marker.line.width:0)+1)-1,f="mlc"in e?e.mlcc=i(e.mlc):Array.isArray(s.color)?o.defaultLine:s.color,Array.isArray(a.color)&&(d=o.defaultLine,g=!0),d="mc"in e?e.mcc=r(e.mc):a.color||"rgba(0,0,0,0)"),e.om)t.call(o.stroke,d).style({"stroke-width":(y||1)+"px",fill:"none"});else{t.style("stroke-width",y+"px");var _=a.gradient,T=e.mgt;if(T?g=!0:T=_&&_.type,T&&"none"!==T){var b=e.mgc;b?g=!0:b=_.color;var M="g"+u._fullLayout._uid+"-"+n.uid;g&&(M+="-"+e.i),t.call(v.gradient,u,M,T,d,b)}else t.call(o.fill,d);y&&t.call(o.stroke,f)}}(e,t,n,r,i,s,s.line,a)},v.pointStyle=function(e,t,n){if(e.size()){var i=t.marker,a=v.tryColorscale(i,""),l=v.tryColorscale(i,"line");e.each(function(e){v.singlePointStyle(e,r.select(this),t,a,l,n)})}},v.tryColorscale=function(e,t){var n=t?u.nestedProperty(e,t).get():e,r=n.colorscale,i=n.color;return r&&Array.isArray(i)?s.makeColorScaleFunc(s.extractScale(r,n.cmin,n.cmax)):u.identity};var b={start:1,end:-1,middle:0,bottom:1,top:-1};v.textPointStyle=function(e,t,n){e.each(function(e){var a=r.select(this),l=e.tx||t.text;if(l&&!Array.isArray(l)){var o=e.tp||t.textposition,s=-1!==o.indexOf("top")?"top":-1!==o.indexOf("bottom")?"bottom":"middle",u=-1!==o.indexOf("left")?"end":-1!==o.indexOf("right")?"start":"middle",d=e.ts||t.textfont.size,h=e.mrc?e.mrc/.8+1:0;d=i(d)&&d>0?d:0,a.call(v.font,e.tf||t.textfont.family,d,e.tc||t.textfont.color).attr("text-anchor",u).text(l).call(c.convertToTspans,n);var p=r.select(this.parentNode),y=(c.lineCount(a)-1)*f+1,g=b[u]*h,m=.75*d+b[s]*h+(b[s]-1)*y*d/2;p.attr("transform","translate("+g+","+m+")")}else a.remove()})};var M=.5;function K(e,t,n,i){var a=e[0]-t[0],l=e[1]-t[1],o=n[0]-t[0],s=n[1]-t[1],u=Math.pow(a*a+l*l,M/2),c=Math.pow(o*o+s*s,M/2),d=(c*c*a-u*u*o)*i,f=(c*c*l-u*u*s)*i,h=3*c*(u+c),p=3*u*(u+c);return[[r.round(t[0]+(h&&d/h),2),r.round(t[1]+(h&&f/h),2)],[r.round(t[0]-(p&&d/p),2),r.round(t[1]-(p&&f/p),2)]]}v.smoothopen=function(e,t){if(e.length<3)return"M"+e.join("L");var n,r="M"+e[0],i=[];for(n=1;n<e.length-1;n++)i.push(K(e[n-1],e[n],e[n+1],t));for(r+="Q"+i[0][0]+" "+e[1],n=2;n<e.length-1;n++)r+="C"+i[n-2][1]+" "+i[n-1][0]+" "+e[n];return r+="Q"+i[e.length-3][1]+" "+e[e.length-1]},v.smoothclosed=function(e,t){if(e.length<3)return"M"+e.join("L")+"Z";var n,r="M"+e[0],i=e.length-1,a=[K(e[i],e[0],e[1],t)];for(n=1;n<i;n++)a.push(K(e[n-1],e[n],e[n+1],t));for(a.push(K(e[i-1],e[i],e[0],t)),n=1;n<=i;n++)r+="C"+a[n-1][1]+" "+a[n][0]+" "+e[n];return r+="C"+a[i][1]+" "+a[0][0]+" "+e[0]+"Z"};var k={hv:function(e,t){return"H"+r.round(t[0],2)+"V"+r.round(t[1],2)},vh:function(e,t){return"V"+r.round(t[1],2)+"H"+r.round(t[0],2)},hvh:function(e,t){return"H"+r.round((e[0]+t[0])/2,2)+"V"+r.round(t[1],2)+"H"+r.round(t[0],2)},vhv:function(e,t){return"V"+r.round((e[1]+t[1])/2,2)+"H"+r.round(t[0],2)+"V"+r.round(t[1],2)}},x=function(e,t){return"L"+r.round(t[0],2)+","+r.round(t[1],2)};v.steps=function(e){var t=k[e]||x;return function(e){for(var n="M"+r.round(e[0][0],2)+","+r.round(e[0][1],2),i=1;i<e.length;i++)n+=t(e[i-1],e[i]);return n}},v.makeTester=function(){var e=r.select("body").selectAll("#js-plotly-tester").data([0]);e.enter().append("svg").attr("id","js-plotly-tester").attr(d.svgAttrs).style({position:"absolute",left:"-10000px",top:"-10000px",width:"9000px",height:"9000px","z-index":"1"});var t=e.selectAll(".js-reference-point").data([0]);t.enter().append("path").classed("js-reference-point",!0).attr("d","M0,0H1V1H0Z").style({"stroke-width":0,fill:"black"}),e.node()._cache||(e.node()._cache={}),v.tester=e,v.testref=t},v.savedBBoxes={};var C=0;function A(e){var t=e.getAttribute("data-unformatted");if(null!==t)return t+e.getAttribute("data-math")+e.getAttribute("text-anchor")+e.getAttribute("style")}v.bBox=function(e,t){var n;if(t||(t=A(e)),t){if(n=v.savedBBoxes[t])return u.extendFlat({},n)}else if(1===e.childNodes.length){var i=e.childNodes[0];if(t=A(i)){var a=+i.getAttribute("x")||0,l=+i.getAttribute("y")||0,o=i.getAttribute("transform");if(!o){var s=v.bBox(i,t);return a&&(s.left+=a,s.right+=a),l&&(s.top+=l,s.bottom+=l),s}if(t+="~"+a+"~"+l+"~"+o,n=v.savedBBoxes[t])return u.extendFlat({},n)}}var d=v.tester.node(),f=e.cloneNode(!0);d.appendChild(f),r.select(f).attr("transform",null).call(c.positionText,0,0);var h=f.getBoundingClientRect(),p=v.testref.node().getBoundingClientRect();d.removeChild(f);var y={height:h.height,width:h.width,left:h.left-p.left,top:h.top-p.top,right:h.right-p.left,bottom:h.bottom-p.top};return C>=1e4&&(v.savedBBoxes={},C=0),t&&(v.savedBBoxes[t]=y),C++,u.extendFlat({},y)},v.setClipUrl=function(e,t){if(t){var n="#"+t,i=r.select("base");i.size()&&i.attr("href")&&(n=window.location.href.split("#")[0]+n),e.attr("clip-path","url("+n+")")}else e.attr("clip-path",null)},v.getTranslate=function(e){var t=(e[e.attr?"attr":"getAttribute"]("transform")||"").replace(/.*\btranslate\((-?\d*\.?\d*)[^-\d]*(-?\d*\.?\d*)[^\d].*/,function(e,t,n){return[t,n].join(" ")}).split(" ");return{x:+t[0]||0,y:+t[1]||0}},v.setTranslate=function(e,t,n){var r=e.attr?"attr":"getAttribute",i=e.attr?"attr":"setAttribute",a=e[r]("transform")||"";return t=t||0,n=n||0,a=a.replace(/(\btranslate\(.*?\);?)/,"").trim(),a=(a+=" translate("+t+", "+n+")").trim(),e[i]("transform",a),a},v.getScale=function(e){var t=(e[e.attr?"attr":"getAttribute"]("transform")||"").replace(/.*\bscale\((\d*\.?\d*)[^\d]*(\d*\.?\d*)[^\d].*/,function(e,t,n){return[t,n].join(" ")}).split(" ");return{x:+t[0]||1,y:+t[1]||1}},v.setScale=function(e,t,n){var r=e.attr?"attr":"getAttribute",i=e.attr?"attr":"setAttribute",a=e[r]("transform")||"";return t=t||1,n=n||1,a=a.replace(/(\bscale\(.*?\);?)/,"").trim(),a=(a+=" scale("+t+", "+n+")").trim(),e[i]("transform",a),a},v.setPointGroupScale=function(e,t,n){var r,i,a;return t=t||1,n=n||1,i=1===t&&1===n?"":" scale("+t+","+n+")",a=/\s*sc.*/,e.each(function(){r=(this.getAttribute("transform")||"").replace(a,""),r=(r+=i).trim(),this.setAttribute("transform",r)}),i};var w=/translate\([^)]*\)\s*$/;v.setTextPointsScale=function(e,t,n){e.each(function(){var e,i=r.select(this),a=i.select("text"),l=parseFloat(a.attr("x")||0),o=parseFloat(a.attr("y")||0),s=(i.attr("transform")||"").match(w);e=1===t&&1===n?[]:["translate("+l+","+o+")","scale("+t+","+n+")","translate("+-l+","+-o+")"],s&&e.push(s),i.attr("transform",e.join(" "))})}},function(e,t,n){"use strict";t.defaultConfig=n(113),t.Plots=n(9),t.Axes=n(6),t.ModeBar=n(150),n(275)},function(e,t,n){"use strict";var r=n(1),i=n(2),a=n(8),l=n(112),o=n(4),s=n(0),u=n(3),c=n(16).BADNUM,d=e.exports={},f=n(106),h=n(163),p=s.relinkPrivateKeys;s.extendFlat(d,o),d.attributes=n(42),d.attributes.type.values=d.allTypes,d.fontAttrs=n(17),d.layoutAttributes=n(41),d.fontWeight="normal";var v=d.subplotsRegistry,y=d.transformsRegistry,g=n(30),m=n(280);function _(e,t){var n,r,i=e.trace,a=i._arrayAttrs,l={};for(n=0;n<a.length;n++)l[r=a[n]]=s.nestedProperty(i,r).get().slice();for(e.trace=t,n=0;n<a.length;n++)r=a[n],s.nestedProperty(e.trace,r).set(l[r])}function T(e,t,n,r){for(var i=e.transforms,a=[e],l=0;l<i.length;l++){var o=i[l],s=y[o.type];s&&s.transform&&(a=s.transform(a,{transform:o,fullTrace:e,fullData:t,layout:n,fullLayout:r,transformIndex:l}))}return a}function b(e){for(var t=0;t<e.length;t++){e[t]._categories=e[t]._initialCategories.slice(),e[t]._categoriesMap={};for(var n=0;n<e[t]._categories.length;n++)e[t]._categoriesMap[e[t]._categories[n]]=n}}d.executeAPICommand=m.executeAPICommand,d.computeAPICommandBindings=m.computeAPICommandBindings,d.manageCommandObserver=m.manageCommandObserver,d.hasSimpleAPICommandBindings=m.hasSimpleAPICommandBindings,d.findSubplotIds=function(e,t){var n=[];if(!d.subplotsRegistry[t])return n;for(var r=d.subplotsRegistry[t].attr,i=0;i<e.length;i++){var a=e[i];d.traceIs(a,t)&&-1===n.indexOf(a[r])&&n.push(a[r])}return n},d.getSubplotIds=function(e,t){var n=d.subplotsRegistry[t];if(!n)return[];if(!("cartesian"!==t||e._has&&e._has("cartesian")))return[];if(!("gl2d"!==t||e._has&&e._has("gl2d")))return[];if("cartesian"===t||"gl2d"===t)return Object.keys(e._plots||{});for(var r=n.idRegex,i=Object.keys(e),a=[],l=0;l<i.length;l++){var o=i[l];r.test(o)&&a.push(o)}var s=n.idRoot.length;return a.sort(function(e,t){return+(e.substr(s)||1)-+(t.substr(s)||1)}),a},d.getSubplotData=function(e,t,n){if(!d.subplotsRegistry[t])return[];for(var r,i=d.subplotsRegistry[t].attr,l=[],o=0;o<e.length;o++)if(r=e[o],"gl2d"===t&&d.traceIs(r,"gl2d")){var s=a.Axes.subplotMatch,u="x"+n.match(s)[1],c="y"+n.match(s)[2];r[i[0]]===u&&r[i[1]]===c&&l.push(r)}else r[i]===n&&l.push(r);return l},d.getSubplotCalcData=function(e,t,n){if(!d.subplotsRegistry[t])return[];for(var r=d.subplotsRegistry[t].attr,i=[],a=0;a<e.length;a++){var l=e[a];l[0].trace[r]===n&&i.push(l)}return i},d.redrawText=function(e){if(!(e.data&&e.data[0]&&e.data[0].r))return new Promise(function(t){setTimeout(function(){o.getComponentMethod("annotations","draw")(e),o.getComponentMethod("legend","draw")(e),(e.calcdata||[]).forEach(function(e){e[0]&&e[0].t&&e[0].t.cb&&e[0].t.cb()}),t(d.previousPromises(e))},300)})},d.resize=function(e){return new Promise(function(t,n){e&&"none"!==r.select(e).style("display")||n(new Error("Resize must be passed a plot div element.")),e._redrawTimer&&clearTimeout(e._redrawTimer),e._redrawTimer=setTimeout(function(){if(e.layout.width&&e.layout.height)t(e);else{delete e.layout.width,delete e.layout.height;var n=e.changed;e.autoplay=!0,a.relayout(e,{autosize:!0}).then(function(){e.changed=n,t(e)})}},100)})},d.previousPromises=function(e){if((e._promises||[]).length)return Promise.all(e._promises).then(function(){e._promises=[]})},d.addLinks=function(e){if(e._context.showLink||e._context.showSources){var t=e._fullLayout,n=t._paper.selectAll("text.js-plot-link-container").data([0]);n.enter().append("text").classed("js-plot-link-container",!0).style({"font-family":'"Open Sans", Arial, sans-serif',"font-size":"12px",fill:u.defaultLine,"pointer-events":"all"}).each(function(){var e=r.select(this);e.append("tspan").classed("js-link-to-tool",!0),e.append("tspan").classed("js-link-spacer",!0),e.append("tspan").classed("js-sourcelinks",!0)});var i=n.node(),a={y:t._paper.attr("height")-9};document.body.contains(i)&&i.getComputedTextLength()>=t.width-20?(a["text-anchor"]="start",a.x=5):(a["text-anchor"]="end",a.x=t._paper.attr("width")-7),n.attr(a);var l=n.select(".js-link-to-tool"),o=n.select(".js-link-spacer"),s=n.select(".js-sourcelinks");e._context.showSources&&e._context.showSources(e),e._context.showLink&&function(e,t){t.text("");var n=t.append("a").attr({"xlink:xlink:href":"#",class:"link--impt link--embedview","font-weight":"bold"}).text(e._context.linkText+" "+String.fromCharCode(187));if(e._context.sendData)n.on("click",function(){d.sendDataToCloud(e)});else{var r=window.location.pathname.split("/"),i=window.location.search;n.attr({"xlink:xlink:show":"new","xlink:xlink:href":"/"+r[2].split(".")[0]+"/"+r[1]+i})}}(e,l),o.text(l.text()&&s.text()?" - ":"")}},d.sendDataToCloud=function(e){e.emit("plotly_beforeexport");var t=window.PLOTLYENV&&window.PLOTLYENV.BASE_URL||"https://plot.ly",n=r.select(e).append("div").attr("id","hiddenform").style("display","none"),i=n.append("form").attr({action:t+"/external",method:"post",target:"_blank"});return i.append("input").attr({type:"text",name:"data"}).node().value=d.graphJson(e,!1,"keepdata"),i.node().submit(),n.remove(),e.emit("plotly_afterexport"),!1},d.supplyDefaults=function(e){var t,n=e._fullLayout||{},r=e._fullLayout={},i=e.layout||{},l=e._fullData||[],o=e._fullData=[],s=e.data||[];if(e._transitionData||d.createTransitionData(e),n._initialAutoSizeIsDone){var u=n.width,c=n.height;d.supplyLayoutGlobalDefaults(i,r),i.width||(r.width=u),i.height||(r.height=c)}else{d.supplyLayoutGlobalDefaults(i,r);var f=!i.width||!i.height,h=r.autosize,v=e._context&&e._context.autosizable;f&&(h||v)?d.plotAutoSize(e,i,r):f&&d.sanitizeMargins(e),!h&&f&&(i.width=r.width,i.height=r.height)}r._initialAutoSizeIsDone=!0,r._dataLength=s.length,r._globalTransforms=(e._context||{}).globalTransforms,d.supplyDataDefaults(s,o,i,r),r._has=d._hasPlotType.bind(r);var y=r._modules;for(t=0;t<y.length;t++){var g=y[t];g.cleanData&&g.cleanData(o)}if(l.length===s.length)for(t=0;t<o.length;t++)p(o[t],l[t]);d.supplyLayoutModuleDefaults(i,r,o,e._transitionData),r._hasCartesian=r._has("cartesian"),r._hasGeo=r._has("geo"),r._hasGL3D=r._has("gl3d"),r._hasGL2D=r._has("gl2d"),r._hasTernary=r._has("ternary"),r._hasPie=r._has("pie"),d.cleanPlot(o,r,l,n),d.linkSubplots(o,r,l,n),p(r,n),d.doAutoMargin(e);var m=a.Axes.list(e);for(t=0;t<m.length;t++){m[t].setScale()}if((e.calcdata||[]).length===o.length)for(t=0;t<o.length;t++){var T=o[t],b=e.calcdata[t][0];b&&b.trace&&(b.trace._hasCalcTransform?_(b,T):b.trace=T)}},d.createTransitionData=function(e){e._transitionData||(e._transitionData={}),e._transitionData._frames||(e._transitionData._frames=[]),e._transitionData._frameHash||(e._transitionData._frameHash={}),e._transitionData._counter||(e._transitionData._counter=0),e._transitionData._interruptCallbacks||(e._transitionData._interruptCallbacks=[])},d._hasPlotType=function(e){for(var t=this._basePlotModules||[],n=0;n<t.length;n++){if(t[n].name===e)return!0}return!1},d.cleanPlot=function(e,t,n,r){var i,a,l=r._basePlotModules||[];for(i=0;i<l.length;i++){var o=l[i];o.clean&&o.clean(e,t,n,r)}var s=!!r._paper,u=!!r._infolayer;e:for(i=0;i<n.length;i++){var c=n[i].uid;for(a=0;a<e.length;a++){if(c===e[a].uid)continue e}var d=".hm"+c+",.contour"+c+",.carpet"+c+",#clip"+c+",.trace"+c;s&&r._paper.selectAll(d).remove(),u&&(r._infolayer.selectAll(".cb"+c).remove(),r._infolayer.selectAll("g.rangeslider-container").selectAll(d).remove())}},d.linkSubplots=function(e,t,n,r){for(var i=r._plots||{},l=t._plots={},o={_fullData:e,_fullLayout:t},s=a.Axes.getSubplots(o),u=0;u<s.length;u++){var c,d=s[u],f=i[d];f?(c=l[d]=f)._scene2d&&c._scene2d.updateRefs(t):(c=l[d]={}).id=d,c.xaxis=a.Axes.getFromId(o,d,"x"),c.yaxis=a.Axes.getFromId(o,d,"y")}},d.supplyDataDefaults=function(e,t,n,r){var i,a,l,u=r._modules=[],c=r._basePlotModules=[],f=0;function h(e){t.push(e);var n=e._module;n&&(s.pushUnique(u,n),s.pushUnique(c,e._module.basePlotModule),f++)}r._transformModules=[];var p={},v=[];for(i=0;i<e.length;i++){if(l=e[i],(a=d.supplyTraceDefaults(l,f,r,i)).index=i,a._input=l,a._expandedIndex=f,a.transforms&&a.transforms.length)for(var y=T(a,t,n,r),g=0;g<y.length;g++){var m=y[g],_=d.supplyTraceDefaults(m,f,r,i);m.uid=_.uid=a.uid+g,_.index=i,_._input=l,_._fullInput=a,_._expandedIndex=f,_._expandedInput=m,h(_)}else a._fullInput=a,a._expandedInput=a,h(a);o.traceIs(a,"carpetAxis")&&(p[a.carpet]=a),o.traceIs(a,"carpetDependent")&&v.push(i)}for(i=0;i<v.length;i++)if((a=t[v[i]]).visible){var b=p[a.carpet];a._carpet=b,b&&b.visible?(a.xaxis=b.xaxis,a.yaxis=b.yaxis):a.visible=!1}},d.supplyAnimationDefaults=function(e){var t;e=e||{};var n={};function r(t,r){return s.coerce(e||{},n,f,t,r)}if(r("mode"),r("direction"),r("fromcurrent"),Array.isArray(e.frame))for(n.frame=[],t=0;t<e.frame.length;t++)n.frame[t]=d.supplyAnimationFrameDefaults(e.frame[t]||{});else n.frame=d.supplyAnimationFrameDefaults(e.frame||{});if(Array.isArray(e.transition))for(n.transition=[],t=0;t<e.transition.length;t++)n.transition[t]=d.supplyAnimationTransitionDefaults(e.transition[t]||{});else n.transition=d.supplyAnimationTransitionDefaults(e.transition||{});return n},d.supplyAnimationFrameDefaults=function(e){var t={};function n(n,r){return s.coerce(e||{},t,f.frame,n,r)}return n("duration"),n("redraw"),t},d.supplyAnimationTransitionDefaults=function(e){var t={};function n(n,r){return s.coerce(e||{},t,f.transition,n,r)}return n("duration"),n("easing"),t},d.supplyFrameDefaults=function(e){var t={};function n(n,r){return s.coerce(e,t,h,n,r)}return n("group"),n("name"),n("traces"),n("baseframe"),n("data"),n("layout"),t},d.supplyTraceDefaults=function(e,t,n,r){var i={},a=u.defaults[t%u.defaults.length];function l(t,n){return s.coerce(e,i,d.attributes,t,n)}function c(t,n){if(d.traceIs(i,t))return s.coerce(e,i,d.subplotsRegistry[t].attributes,n)}var f=l("visible");l("type"),l("uid"),l("name","trace "+r);for(var h=Object.keys(v),p=0;p<h.length;p++){var y=h[p];if(-1===["cartesian","gl2d"].indexOf(y)){var g=v[y].attr;g&&c(y,g)}}if(f){l("customdata"),l("ids");var m=d.getModule(i);i._module=m,d.traceIs(i,"showLegend")&&(l("showlegend"),l("legendgroup")),o.getComponentMethod("fx","supplyDefaults")(e,i,a,n),m&&(m.supplyDefaults(e,i,a,n),s.coerceHoverinfo(e,i,n)),d.traceIs(i,"noOpacity")||l("opacity"),c("cartesian","xaxis"),c("cartesian","yaxis"),c("gl2d","xaxis"),c("gl2d","yaxis"),d.traceIs(i,"notLegendIsolatable")&&(i.visible=!!i.visible),d.supplyTransformDefaults(e,i,n)}return i},d.supplyTransformDefaults=function(e,t,n){var r=n._globalTransforms||[],i=n._transformModules||[];if(Array.isArray(e.transforms)||0!==r.length)for(var a=e.transforms||[],l=r.concat(a),o=t.transforms=[],u=0;u<l.length;u++){var c,d=l[u],f=d.type,h=y[f];h||s.warn("Unrecognized transform type "+f+"."),h&&h.supplyDefaults?((c=h.supplyDefaults(d,t,n,e)).type=f,c._module=h,s.pushUnique(i,h)):c=s.extendFlat({},d),o.push(c)}},d.supplyLayoutGlobalDefaults=function(e,t){function n(n,r){return s.coerce(e,t,d.layoutAttributes,n,r)}var r=s.coerceFont(n,"font");n("title"),s.coerceFont(n,"titlefont",{family:r.family,size:Math.round(1.4*r.size),color:r.color}),n("autosize",!(e.width&&e.height)),n("width"),n("height"),n("margin.l"),n("margin.r"),n("margin.t"),n("margin.b"),n("margin.pad"),n("margin.autoexpand"),e.width&&e.height&&d.sanitizeMargins(t),n("paper_bgcolor"),n("separators"),n("hidesources"),n("smith"),o.getComponentMethod("calendars","handleDefaults")(e,t,"calendar"),o.getComponentMethod("fx","supplyLayoutGlobalDefaults")(e,t,n)},d.plotAutoSize=function(e,t,n){var r,a,l=e._context||{},o=l.frameMargins,u=s.isPlotDiv(e);if(u&&e.emit("plotly_autosize"),l.fillFrame)r=window.innerWidth,a=window.innerHeight,document.body.style.overflow="hidden";else if(i(o)&&o>0){var c=function(e){var t,n={left:0,right:0,bottom:0,top:0};if(e)for(t in e)e.hasOwnProperty(t)&&(n.left+=e[t].left||0,n.right+=e[t].right||0,n.bottom+=e[t].bottom||0,n.top+=e[t].top||0);return n}(e._boundingBoxMargins),f=c.left+c.right,h=c.bottom+c.top,p=1-2*o,v=n._container&&n._container.node?n._container.node().getBoundingClientRect():{width:n.width,height:n.height};r=Math.round(p*(v.width-f)),a=Math.round(p*(v.height-h))}else{var y=u?window.getComputedStyle(e):{};r=parseFloat(y.width)||n.width,a=parseFloat(y.height)||n.height}var g=d.layoutAttributes.width.min,m=d.layoutAttributes.height.min;r<g&&(r=g),a<m&&(a=m);var _=!t.width&&Math.abs(n.width-r)>1,T=!t.height&&Math.abs(n.height-a)>1;(T||_)&&(_&&(n.width=r),T&&(n.height=a)),e._initialAutoSize||(e._initialAutoSize={width:r,height:a}),d.sanitizeMargins(n)},d.supplyLayoutModuleDefaults=function(e,t,n,r){var i,l;a.Axes.supplyLayoutDefaults(e,t,n);var s=t._basePlotModules;for(i=0;i<s.length;i++)"cartesian"!==(l=s[i]).name&&l.supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n);var u=t._modules;for(i=0;i<u.length;i++)(l=u[i]).supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n);var c=t._transformModules;for(i=0;i<c.length;i++)(l=c[i]).supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n,r);var d=Object.keys(o.componentsRegistry);for(i=0;i<d.length;i++)(l=o.componentsRegistry[d[i]]).supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n)},d.purge=function(e){var t=e._fullLayout||{};void 0!==t._glcontainer&&t._glcontainer.remove(),void 0!==t._geocontainer&&t._geocontainer.remove(),t._modeBar&&t._modeBar.destroy(),e._transitionData&&(e._transitionData._interruptCallbacks&&(e._transitionData._interruptCallbacks.length=0),e._transitionData._animationRaf&&window.cancelAnimationFrame(e._transitionData._animationRaf)),delete e.data,delete e.layout,delete e._fullData,delete e._fullLayout,delete e.calcdata,delete e.framework,delete e.empty,delete e.fid,delete e.undoqueue,delete e.undonum,delete e.autoplay,delete e.changed,delete e._promises,delete e._redrawTimer,delete e.firstscatter,delete e.hmlumcount,delete e.hmpixcount,delete e.numboxes,delete e._hoverTimer,delete e._lastHoverTime,delete e._transitionData,delete e._transitioning,delete e._initialAutoSize,e.removeAllListeners&&e.removeAllListeners()},d.style=function(e){for(var t=e._fullLayout._modules,n=0;n<t.length;n++){var r=t[n];r.style&&r.style(e)}},d.sanitizeMargins=function(e){if(e&&e.margin){var t,n=e.width,r=e.height,i=e.margin,a=n-(i.l+i.r),l=r-(i.t+i.b);a<0&&(t=(n-1)/(i.l+i.r),i.l=Math.floor(t*i.l),i.r=Math.floor(t*i.r)),l<0&&(t=(r-1)/(i.t+i.b),i.t=Math.floor(t*i.t),i.b=Math.floor(t*i.b))}},d.autoMargin=function(e,t,n){var r=e._fullLayout;if(r._pushmargin||(r._pushmargin={}),!1!==r.margin.autoexpand){if(n){var i=void 0===n.pad?12:n.pad;n.l+n.r>.5*r.width&&(n.l=n.r=0),n.b+n.t>.5*r.height&&(n.b=n.t=0),r._pushmargin[t]={l:{val:n.x,size:n.l+i},r:{val:n.x,size:n.r+i},b:{val:n.y,size:n.b+i},t:{val:n.y,size:n.t+i}}}else delete r._pushmargin[t];r._replotting||d.doAutoMargin(e)}},d.doAutoMargin=function(e){var t=e._fullLayout;t._size||(t._size={}),t._pushmargin||(t._pushmargin={});var n=t._size,r=JSON.stringify(n),l=Math.max(t.margin.l||0,0),o=Math.max(t.margin.r||0,0),s=Math.max(t.margin.t||0,0),u=Math.max(t.margin.b||0,0),c=t._pushmargin;if(!1!==t.margin.autoexpand){c.base={l:{val:0,size:l},r:{val:1,size:o},t:{val:1,size:s},b:{val:0,size:u}};for(var d=Object.keys(c),f=0;f<d.length;f++)for(var h=d[f],p=c[h].l||{},v=c[h].b||{},y=p.val,g=p.size,m=v.val,_=v.size,T=0;T<d.length;T++){var b=d[T];if(i(g)&&c[b].r){var M=c[b].r.val,K=c[b].r.size;if(M>y){var k=(g*M+(K-t.width)*y)/(M-y),x=(K*(1-y)+(g-t.width)*(1-M))/(M-y);k>=0&&x>=0&&k+x>l+o&&(l=k,o=x)}}if(i(_)&&c[b].t){var C=c[b].t.val,A=c[b].t.size;if(C>m){var w=(_*C+(A-t.height)*m)/(C-m),L=(A*(1-m)+(_-t.height)*(1-C))/(C-m);w>=0&&L>=0&&w+L>u+s&&(u=w,s=L)}}}}if(n.l=Math.round(l),n.r=Math.round(o),n.t=Math.round(s),n.b=Math.round(u),n.p=Math.round(t.margin.pad),n.w=Math.round(t.width)-n.l-n.r,n.h=Math.round(t.height)-n.t-n.b,!t._replotting&&"{}"!==r&&r!==JSON.stringify(t._size))return a.plot(e)},d.graphJson=function(e,t,n,r,i){(i&&t&&!e._fullData||i&&!t&&!e._fullLayout)&&d.supplyDefaults(e);var a=i?e._fullData:e.data,l=i?e._fullLayout:e.layout,o=(e._transitionData||{})._frames;function u(e){if("function"==typeof e)return null;if(s.isPlainObject(e)){var t,r,i={};for(t in e)if("function"!=typeof e[t]&&-1===["_","["].indexOf(t.charAt(0))){if("keepdata"===n){if("src"===t.substr(t.length-3))continue}else if("keepstream"===n){if("string"==typeof(r=e[t+"src"])&&r.indexOf(":")>0&&!s.isPlainObject(e.stream))continue}else if("keepall"!==n&&"string"==typeof(r=e[t+"src"])&&r.indexOf(":")>0)continue;i[t]=u(e[t])}return i}return Array.isArray(e)?e.map(u):s.isJSDate(e)?s.ms2DateTimeLocal(+e):e}var c={data:(a||[]).map(function(e){var n=u(e);return t&&delete n.fit,n})};return t||(c.layout=u(l)),e.framework&&e.framework.isPolar&&(c=e.framework.getConfig()),o&&(c.frames=u(o)),"object"===r?c:JSON.stringify(c)},d.modifyFrames=function(e,t){var n,r,i,a=e._transitionData._frames,l=e._transitionData._frameHash;for(n=0;n<t.length;n++)switch((r=t[n]).type){case"replace":i=r.value;var o=(a[r.index]||{}).name,s=i.name;a[r.index]=l[s]=i,s!==o&&(delete l[o],l[s]=i);break;case"insert":l[(i=r.value).name]=i,a.splice(r.index,0,i);break;case"delete":delete l[(i=a[r.index]).name],a.splice(r.index,1)}return Promise.resolve()},d.computeFrame=function(e,t){var n,r,i,a,l=e._transitionData._frameHash;if(!t)throw new Error("computeFrame must be given a string frame name");var o=l[t.toString()];if(!o)return!1;for(var s=[o],u=[o.name];o.baseframe&&(o=l[o.baseframe.toString()])&&-1===u.indexOf(o.name);)s.push(o),u.push(o.name);for(var c={};o=s.pop();)if(o.layout&&(c.layout=d.extendLayout(c.layout,o.layout)),o.data){if(c.data||(c.data=[]),!(r=o.traces))for(r=[],n=0;n<o.data.length;n++)r[n]=n;for(c.traces||(c.traces=[]),n=0;n<o.data.length;n++)void 0!==(i=r[n])&&null!==i&&(-1===(a=c.traces.indexOf(i))&&(a=c.data.length,c.traces[a]=i),c.data[a]=d.extendTrace(c.data[a],o.data[n]))}return c},d.recomputeFrameHash=function(e){for(var t=e._transitionData._frameHash={},n=e._transitionData._frames,r=0;r<n.length;r++){var i=n[r];i&&i.name&&(t[i.name]=i)}},d.extendObjectWithContainers=function(e,t,n){var r,i,a,l,o,u,c,f=s.extendDeepNoArrays({},t||{}),h=s.expandObjectPaths(f),p={};if(n&&n.length)for(a=0;a<n.length;a++)void 0===(i=(r=s.nestedProperty(h,n[a])).get())?s.nestedProperty(p,n[a]).set(null):(r.set(null),s.nestedProperty(p,n[a]).set(i));if(e=s.extendDeepNoArrays(e||{},h),n&&n.length)for(a=0;a<n.length;a++)if(u=s.nestedProperty(p,n[a]).get()){for(c=(o=s.nestedProperty(e,n[a])).get(),Array.isArray(c)||(c=[],o.set(c)),l=0;l<u.length;l++){var v=u[l];c[l]=null===v?null:d.extendObjectWithContainers(c[l],v)}o.set(c)}return e},d.dataArrayContainers=["transforms"],d.layoutArrayContainers=o.layoutArrayContainers,d.extendTrace=function(e,t){return d.extendObjectWithContainers(e,t,d.dataArrayContainers)},d.extendLayout=function(e,t){return d.extendObjectWithContainers(e,t,d.layoutArrayContainers)},d.transition=function(e,t,n,r,i,l){var o,u,c=Array.isArray(t)?t.length:0,f=r.slice(0,c),h=[];var p=!1;for(o=0;o<f.length;o++){u=f[o];var v=e._fullData[u]._module;if(v&&!v.animatable){var y={};for(var m in t[o])y[m]=[t[o][m]]}}var _=[d.previousPromises,function(){if(e._transitionData)return e._transitioning=!1,function(e){var t=Promise.resolve();if(!e)return t;for(;e.length;)t=t.then(e.shift());return t}(e._transitionData._interruptCallbacks)},function(){var r;for(r=0;r<f.length;r++){var i=f[r],a=e._fullData[i]._module;a&&(a.animatable&&h.push(i),e.data[f[r]]=d.extendTrace(e.data[f[r]],t[r]))}var l=s.expandObjectPaths(s.extendDeepNoArrays({},n)),o=/^[xy]axis[0-9]*$/;for(var u in l)o.test(u)&&delete l[u].range;return d.extendLayout(e.layout,l),delete e.calcdata,d.supplyDefaults(e),d.doCalcdata(e),g.calc(e),Promise.resolve()},d.rehover,function(){return e.emit("plotly_transitioning",[]),new Promise(function(t){e._transitioning=!0,l.duration>0&&(e._transitioningWithDuration=!0),e._transitionData._interruptCallbacks.push(function(){p=!0}),i.redraw&&e._transitionData._interruptCallbacks.push(function(){return a.redraw(e)}),e._transitionData._interruptCallbacks.push(function(){e.emit("plotly_transitioninterrupted",[])});var r,o,u=0,c=0;function d(){return u++,function(){var n;p||++c!==u||(n=t,e._transitionData&&(function(e){if(e)for(;e.length;)e.shift()}(e._transitionData._interruptCallbacks),Promise.resolve().then(function(){if(i.redraw)return a.redraw(e)}).then(function(){e._transitioning=!1,e._transitioningWithDuration=!1,e.emit("plotly_transitioned",[])}).then(n)))}}var f=e._fullLayout._basePlotModules,v=!1;if(n)for(o=0;o<f.length;o++)if(f[o].transitionAxes){var y=s.expandObjectPaths(n);v=f[o].transitionAxes(e,y,l,d)||v}for(v?(r=s.extendFlat({},l)).duration=0:r=l,o=0;o<f.length;o++)f[o].plot(e,h,r,d);setTimeout(d())})}],T=s.syncOrAsync(_,e);return T&&T.then||(T=Promise.resolve()),T.then(function(){return e})},d.doCalcdata=function(e,t){var n,r,i,s,u=a.Axes.list(e),d=e._fullData,f=e._fullLayout,h=new Array(d.length),p=(e.calcdata||[]).slice(0);for(e.calcdata=h,e.firstscatter=!0,e.numboxes=0,e._hmpixcount=0,e._hmlumcount=0,f._piecolormap={},f._piedefaultcolorcount=0,i=0;i<d.length;i++)Array.isArray(t)&&-1===t.indexOf(i)&&(h[i]=p[i]);for(i=0;i<d.length;i++)(n=d[i])._arrayAttrs=l.findArrayAttributes(n);b(u);var v=!1;for(i=0;i<d.length;i++)if(!0===(n=d[i]).visible&&n.transforms)for((r=n._module)&&r.calc&&r.calc(e,n),s=0;s<n.transforms.length;s++){var g=n.transforms[s];(r=y[g.type])&&r.calcTransform&&(n._hasCalcTransform=!0,v=!0,r.calcTransform(e,n,g))}if(v){for(i=0;i<u.length;i++)u[i]._min=[],u[i]._max=[],u[i]._categories=[],u[i]._categoriesMap={};b(u)}for(i=0;i<d.length;i++){var m=[];!0===(n=d[i]).visible&&(r=n._module)&&r.calc&&(m=r.calc(e,n)),Array.isArray(m)&&m[0]||(m=[{x:c,y:c}]),m[0].t||(m[0].t={}),m[0].trace=n,h[i]=m}o.getComponentMethod("fx","calc")(e)},d.rehover=function(e){e._fullLayout._rehover&&e._fullLayout._rehover()},d.generalUpdatePerTraceModule=function(e,t,n){var r,i=e.traceHash,a={};function l(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];!0===r[0].trace.visible&&t.push(r)}return t}for(r=0;r<t.length;r++){var o=t[r],s=o[0].trace;s.visible&&(a[s.type]=a[s.type]||[],a[s.type].push(o))}var u=Object.keys(i),c=Object.keys(a);for(r=0;r<u.length;r++){var d=u[r];if(-1===c.indexOf(d)){var f=i[d][0];f[0].trace.visible=!1,a[d]=[f]}}for(c=Object.keys(a),r=0;r<c.length;r++){var h=a[c[r]];h[0][0].trace._module.plot(e,l(h),n)}e.traceHash=a}},function(e,t,n){"use strict";var r=n(32),i=Array.isArray;function a(e,t,n,l){var o,s,u,c,d,f,h=e[0],p=e.length;if(2===p&&i(h)&&i(e[1])&&0===h.length){if(function(e,t){var n,r;for(n=0;n<e.length;n++){if(null!==(r=e[n])&&"object"==typeof r)return!1;void 0!==r&&(t[n]=r)}return!0}(e[1],h))return h;h.splice(0,h.length)}for(var v=1;v<p;v++)for(s in o=e[v])u=h[s],c=o[s],l&&i(c)?h[s]=c:t&&c&&(r(c)||(d=i(c)))?(d?(d=!1,f=u&&i(u)?u:[]):f=u&&r(u)?u:{},h[s]=a([f,c],t,n,l)):(void 0!==c||n)&&(h[s]=c);return h}t.extendFlat=function(){return a(arguments,!1,!1,!1)},t.extendDeep=function(){return a(arguments,!0,!1,!1)},t.extendDeepAll=function(){return a(arguments,!0,!0,!1)},t.extendDeepNoArrays=function(){return a(arguments,!0,!1,!0)}},function(e,t,n){"use strict";var r=n(331),i=n(330),a=n(329),l=["None","Rare","Epic","Legendary"];function o(e){if(!e||"NoTalent"==e)return"None";switch(e.slice(e.length-7-1,e.length-1)){case"TalentA":return"Rare";case"TalentB":return"Epic";case"TalentC":return"Legendary";default:return Object.keys(r).includes(e)?r[e]:"unknown"}}function s(e){switch(o(e.Talent)){case"unknown":case"None":return-1;case"Rare":return 20;case"Epic":return 10;case"Legendary":return 5}}function u(e){return e.Kills-e.Deaths}function c(e){return e.CrystalMinerKills+e.GoldMinerKills+e.TurretKills}e.exports={RARITIES:l,getTalentName:function(e){if("NoTalent"==e)return"No Talent";switch(e.slice(e.length-7-1,e.length-1)){case"TalentA":case"TalentB":case"TalentC":return Object.keys(i).includes(e)?i[e]:"unknown";default:return e.substring(e.lastIndexOf("_")+1,e.length-1).replace(/([A-Z])/g,function(e){return" "+e.toLowerCase()}).split(" ").map(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}).join(" ").substring(1)}},getTalentRarity:o,getTalentRarityIndex:function(e){return l.indexOf(o(e))},getMaxLevel:s,getScaledLevel:function(e){return["unknown","None"].includes(o(e.Talent))?0:e.Level/s(e)},getHero:function(e){return e.substring(1,e.length-1)},getMode:function(e){return a[e]},hasTalents:function(e){return["blitz_pvp_ranked","casual_aral"].includes(e)},playersPerMatch:function(e){return e.includes("5v5")?10:6},killDeathPoints:u,objectivePoints:c,blitzPointsDelta:function(e){return u(e)+3*c(e)}}},function(e,t,n){"use strict";n.r(t),function(e,n){ /*! * Vue.js v2.5.16 * (c) 2014-2018 Evan You * Released under the MIT License. */ -var r=Object.freeze({});function a(e){return void 0===e||null===e}function i(e){return void 0!==e&&null!==e}function l(e){return!0===e}function o(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function s(e){return null!==e&&"object"==typeof e}var u=Object.prototype.toString;function c(e){return"[object Object]"===u.call(e)}function d(e){return"[object RegExp]"===u.call(e)}function f(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function h(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function p(e){var t=parseFloat(e);return isNaN(t)?e:t}function v(e,t){for(var n=Object.create(null),r=e.split(","),a=0;a<r.length;a++)n[r[a]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}v("slot,component",!0);var y=v("key,ref,slot,slot-scope,is");function g(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}var m=Object.prototype.hasOwnProperty;function _(e,t){return m.call(e,t)}function T(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var M=/-(\w)/g,b=T(function(e){return e.replace(M,function(e,t){return t?t.toUpperCase():""})}),K=T(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),k=/\B([A-Z])/g,x=T(function(e){return e.replace(k,"-$1").toLowerCase()});var C=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function A(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function w(e,t){for(var n in t)e[n]=t[n];return e}function L(e){for(var t={},n=0;n<e.length;n++)e[n]&&w(t,e[n]);return t}function D(e,t,n){}var B=function(e,t,n){return!1},S=function(e){return e};function G(e,t){if(e===t)return!0;var n=s(e),r=s(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var a=Array.isArray(e),i=Array.isArray(t);if(a&&i)return e.length===t.length&&e.every(function(e,n){return G(e,t[n])});if(a||i)return!1;var l=Object.keys(e),o=Object.keys(t);return l.length===o.length&&l.every(function(n){return G(e[n],t[n])})}catch(e){return!1}}function W(e,t){for(var n=0;n<e.length;n++)if(G(e[n],t))return n;return-1}function z(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var O="data-server-rendered",P=["component","directive","filter"],R=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured"],E={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:B,isReservedAttr:B,isUnknownElement:B,getTagNamespace:D,parsePlatformTagName:S,mustUseProp:B,_lifecycleHooks:R};function j(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var I=/[^\w.$]/;var N,F="__proto__"in{},$="undefined"!=typeof window,V="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,H=V&&WXEnvironment.platform.toLowerCase(),q=$&&window.navigator.userAgent.toLowerCase(),U=q&&/msie|trident/.test(q),Y=q&&q.indexOf("msie 9.0")>0,X=q&&q.indexOf("edge/")>0,J=(q&&q.indexOf("android"),q&&/iphone|ipad|ipod|ios/.test(q)||"ios"===H),Z=(q&&/chrome\/\d+/.test(q),{}.watch),Q=!1;if($)try{var ee={};Object.defineProperty(ee,"passive",{get:function(){Q=!0}}),window.addEventListener("test-passive",null,ee)}catch(e){}var te=function(){return void 0===N&&(N=!$&&!V&&void 0!==e&&"server"===e.process.env.VUE_ENV),N},ne=$&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function re(e){return"function"==typeof e&&/native code/.test(e.toString())}var ae,ie="undefined"!=typeof Symbol&&re(Symbol)&&"undefined"!=typeof Reflect&&re(Reflect.ownKeys);ae="undefined"!=typeof Set&&re(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var le=D,oe=0,se=function(){this.id=oe++,this.subs=[]};se.prototype.addSub=function(e){this.subs.push(e)},se.prototype.removeSub=function(e){g(this.subs,e)},se.prototype.depend=function(){se.target&&se.target.addDep(this)},se.prototype.notify=function(){for(var e=this.subs.slice(),t=0,n=e.length;t<n;t++)e[t].update()},se.target=null;var ue=[];function ce(e){se.target&&ue.push(se.target),se.target=e}function de(){se.target=ue.pop()}var fe=function(e,t,n,r,a,i,l,o){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=a,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=l,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=o,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},he={child:{configurable:!0}};he.child.get=function(){return this.componentInstance},Object.defineProperties(fe.prototype,he);var pe=function(e){void 0===e&&(e="");var t=new fe;return t.text=e,t.isComment=!0,t};function ve(e){return new fe(void 0,void 0,void 0,String(e))}function ye(e){var t=new fe(e.tag,e.data,e.children,e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.isCloned=!0,t}var ge=Array.prototype,me=Object.create(ge);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(e){var t=ge[e];j(me,e,function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var a,i=t.apply(this,n),l=this.__ob__;switch(e){case"push":case"unshift":a=n;break;case"splice":a=n.slice(2)}return a&&l.observeArray(a),l.dep.notify(),i})});var _e=Object.getOwnPropertyNames(me),Te=!0;function Me(e){Te=e}var be=function(e){(this.value=e,this.dep=new se,this.vmCount=0,j(e,"__ob__",this),Array.isArray(e))?((F?Ke:ke)(e,me,_e),this.observeArray(e)):this.walk(e)};function Ke(e,t,n){e.__proto__=t}function ke(e,t,n){for(var r=0,a=n.length;r<a;r++){var i=n[r];j(e,i,t[i])}}function xe(e,t){var n;if(s(e)&&!(e instanceof fe))return _(e,"__ob__")&&e.__ob__ instanceof be?n=e.__ob__:Te&&!te()&&(Array.isArray(e)||c(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new be(e)),t&&n&&n.vmCount++,n}function Ce(e,t,n,r,a){var i=new se,l=Object.getOwnPropertyDescriptor(e,t);if(!l||!1!==l.configurable){var o=l&&l.get;o||2!==arguments.length||(n=e[t]);var s=l&&l.set,u=!a&&xe(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=o?o.call(e):n;return se.target&&(i.depend(),u&&(u.dep.depend(),Array.isArray(t)&&function e(t){for(var n=void 0,r=0,a=t.length;r<a;r++)(n=t[r])&&n.__ob__&&n.__ob__.dep.depend(),Array.isArray(n)&&e(n)}(t))),t},set:function(t){var r=o?o.call(e):n;t===r||t!=t&&r!=r||(s?s.call(e,t):n=t,u=!a&&xe(t),i.notify())}})}}function Ae(e,t,n){if(Array.isArray(e)&&f(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?(Ce(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function we(e,t){if(Array.isArray(e)&&f(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||_(e,t)&&(delete e[t],n&&n.dep.notify())}}be.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)Ce(e,t[n])},be.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)xe(e[t])};var Le=E.optionMergeStrategies;function De(e,t){if(!t)return e;for(var n,r,a,i=Object.keys(t),l=0;l<i.length;l++)r=e[n=i[l]],a=t[n],_(e,n)?c(r)&&c(a)&&De(r,a):Ae(e,n,a);return e}function Be(e,t,n){return n?function(){var r="function"==typeof t?t.call(n,n):t,a="function"==typeof e?e.call(n,n):e;return r?De(r,a):a}:t?e?function(){return De("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function Se(e,t){return t?e?e.concat(t):Array.isArray(t)?t:[t]:e}function Ge(e,t,n,r){var a=Object.create(e||null);return t?w(a,t):a}Le.data=function(e,t,n){return n?Be(e,t,n):t&&"function"!=typeof t?e:Be(e,t)},R.forEach(function(e){Le[e]=Se}),P.forEach(function(e){Le[e+"s"]=Ge}),Le.watch=function(e,t,n,r){if(e===Z&&(e=void 0),t===Z&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var a={};for(var i in w(a,e),t){var l=a[i],o=t[i];l&&!Array.isArray(l)&&(l=[l]),a[i]=l?l.concat(o):Array.isArray(o)?o:[o]}return a},Le.props=Le.methods=Le.inject=Le.computed=function(e,t,n,r){if(!e)return t;var a=Object.create(null);return w(a,e),t&&w(a,t),a},Le.provide=Be;var We=function(e,t){return void 0===t?e:t};function ze(e,t,n){"function"==typeof t&&(t=t.options),function(e,t){var n=e.props;if(n){var r,a,i={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(a=n[r])&&(i[b(a)]={type:null});else if(c(n))for(var l in n)a=n[l],i[b(l)]=c(a)?a:{type:a};e.props=i}}(t),function(e,t){var n=e.inject;if(n){var r=e.inject={};if(Array.isArray(n))for(var a=0;a<n.length;a++)r[n[a]]={from:n[a]};else if(c(n))for(var i in n){var l=n[i];r[i]=c(l)?w({from:i},l):{from:l}}}}(t),function(e){var t=e.directives;if(t)for(var n in t){var r=t[n];"function"==typeof r&&(t[n]={bind:r,update:r})}}(t);var r=t.extends;if(r&&(e=ze(e,r,n)),t.mixins)for(var a=0,i=t.mixins.length;a<i;a++)e=ze(e,t.mixins[a],n);var l,o={};for(l in e)s(l);for(l in t)_(e,l)||s(l);function s(r){var a=Le[r]||We;o[r]=a(e[r],t[r],n,r)}return o}function Oe(e,t,n,r){if("string"==typeof n){var a=e[t];if(_(a,n))return a[n];var i=b(n);if(_(a,i))return a[i];var l=K(i);return _(a,l)?a[l]:a[n]||a[i]||a[l]}}function Pe(e,t,n,r){var a=t[e],i=!_(n,e),l=n[e],o=je(Boolean,a.type);if(o>-1)if(i&&!_(a,"default"))l=!1;else if(""===l||l===x(e)){var s=je(String,a.type);(s<0||o<s)&&(l=!0)}if(void 0===l){l=function(e,t,n){if(!_(t,"default"))return;var r=t.default;0;if(e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n])return e._props[n];return"function"==typeof r&&"Function"!==Re(t.type)?r.call(e):r}(r,a,e);var u=Te;Me(!0),xe(l),Me(u)}return l}function Re(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function Ee(e,t){return Re(e)===Re(t)}function je(e,t){if(!Array.isArray(t))return Ee(t,e)?0:-1;for(var n=0,r=t.length;n<r;n++)if(Ee(t[n],e))return n;return-1}function Ie(e,t,n){if(t)for(var r=t;r=r.$parent;){var a=r.$options.errorCaptured;if(a)for(var i=0;i<a.length;i++)try{if(!1===a[i].call(r,e,t,n))return}catch(e){Ne(e,r,"errorCaptured hook")}}Ne(e,t,n)}function Ne(e,t,n){if(E.errorHandler)try{return E.errorHandler.call(null,e,t,n)}catch(e){Fe(e,null,"config.errorHandler")}Fe(e,t,n)}function Fe(e,t,n){if(!$&&!V||"undefined"==typeof console)throw e;console.error(e)}var $e,Ve,He=[],qe=!1;function Ue(){qe=!1;var e=He.slice(0);He.length=0;for(var t=0;t<e.length;t++)e[t]()}var Ye=!1;if(void 0!==n&&re(n))Ve=function(){n(Ue)};else if("undefined"==typeof MessageChannel||!re(MessageChannel)&&"[object MessageChannelConstructor]"!==MessageChannel.toString())Ve=function(){setTimeout(Ue,0)};else{var Xe=new MessageChannel,Je=Xe.port2;Xe.port1.onmessage=Ue,Ve=function(){Je.postMessage(1)}}if("undefined"!=typeof Promise&&re(Promise)){var Ze=Promise.resolve();$e=function(){Ze.then(Ue),J&&setTimeout(D)}}else $e=Ve;function Qe(e,t){var n;if(He.push(function(){if(e)try{e.call(t)}catch(e){Ie(e,t,"nextTick")}else n&&n(t)}),qe||(qe=!0,Ye?Ve():$e()),!e&&"undefined"!=typeof Promise)return new Promise(function(e){n=e})}var et=new ae;function tt(e){!function e(t,n){var r,a;var i=Array.isArray(t);if(!i&&!s(t)||Object.isFrozen(t)||t instanceof fe)return;if(t.__ob__){var l=t.__ob__.dep.id;if(n.has(l))return;n.add(l)}if(i)for(r=t.length;r--;)e(t[r],n);else for(a=Object.keys(t),r=a.length;r--;)e(t[a[r]],n)}(e,et),et.clear()}var nt,rt=T(function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),r="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=r?e.slice(1):e,once:n,capture:r,passive:t}});function at(e){function t(){var e=arguments,n=t.fns;if(!Array.isArray(n))return n.apply(null,arguments);for(var r=n.slice(),a=0;a<r.length;a++)r[a].apply(null,e)}return t.fns=e,t}function it(e,t,n,r,i){var l,o,s,u;for(l in e)o=e[l],s=t[l],u=rt(l),a(o)||(a(s)?(a(o.fns)&&(o=e[l]=at(o)),n(u.name,o,u.once,u.capture,u.passive,u.params)):o!==s&&(s.fns=o,e[l]=s));for(l in t)a(e[l])&&r((u=rt(l)).name,t[l],u.capture)}function lt(e,t,n){var r;e instanceof fe&&(e=e.data.hook||(e.data.hook={}));var o=e[t];function s(){n.apply(this,arguments),g(r.fns,s)}a(o)?r=at([s]):i(o.fns)&&l(o.merged)?(r=o).fns.push(s):r=at([o,s]),r.merged=!0,e[t]=r}function ot(e,t,n,r,a){if(i(t)){if(_(t,n))return e[n]=t[n],a||delete t[n],!0;if(_(t,r))return e[n]=t[r],a||delete t[r],!0}return!1}function st(e){return o(e)?[ve(e)]:Array.isArray(e)?function e(t,n){var r=[];var s,u,c,d;for(s=0;s<t.length;s++)a(u=t[s])||"boolean"==typeof u||(c=r.length-1,d=r[c],Array.isArray(u)?u.length>0&&(ut((u=e(u,(n||"")+"_"+s))[0])&&ut(d)&&(r[c]=ve(d.text+u[0].text),u.shift()),r.push.apply(r,u)):o(u)?ut(d)?r[c]=ve(d.text+u):""!==u&&r.push(ve(u)):ut(u)&&ut(d)?r[c]=ve(d.text+u.text):(l(t._isVList)&&i(u.tag)&&a(u.key)&&i(n)&&(u.key="__vlist"+n+"_"+s+"__"),r.push(u)));return r}(e):void 0}function ut(e){return i(e)&&i(e.text)&&!1===e.isComment}function ct(e,t){return(e.__esModule||ie&&"Module"===e[Symbol.toStringTag])&&(e=e.default),s(e)?t.extend(e):e}function dt(e){return e.isComment&&e.asyncFactory}function ft(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(i(n)&&(i(n.componentOptions)||dt(n)))return n}}function ht(e,t,n){n?nt.$once(e,t):nt.$on(e,t)}function pt(e,t){nt.$off(e,t)}function vt(e,t,n){nt=e,it(t,n||{},ht,pt),nt=void 0}function yt(e,t){var n={};if(!e)return n;for(var r=0,a=e.length;r<a;r++){var i=e[r],l=i.data;if(l&&l.attrs&&l.attrs.slot&&delete l.attrs.slot,i.context!==t&&i.fnContext!==t||!l||null==l.slot)(n.default||(n.default=[])).push(i);else{var o=l.slot,s=n[o]||(n[o]=[]);"template"===i.tag?s.push.apply(s,i.children||[]):s.push(i)}}for(var u in n)n[u].every(gt)&&delete n[u];return n}function gt(e){return e.isComment&&!e.asyncFactory||" "===e.text}function mt(e,t){t=t||{};for(var n=0;n<e.length;n++)Array.isArray(e[n])?mt(e[n],t):t[e[n].key]=e[n].fn;return t}var _t=null;function Tt(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function Mt(e,t){if(t){if(e._directInactive=!1,Tt(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)Mt(e.$children[n]);bt(e,"activated")}}function bt(e,t){ce();var n=e.$options[t];if(n)for(var r=0,a=n.length;r<a;r++)try{n[r].call(e)}catch(n){Ie(n,e,t+" hook")}e._hasHookEvent&&e.$emit("hook:"+t),de()}var Kt=[],kt=[],xt={},Ct=!1,At=!1,wt=0;function Lt(){var e,t;for(At=!0,Kt.sort(function(e,t){return e.id-t.id}),wt=0;wt<Kt.length;wt++)t=(e=Kt[wt]).id,xt[t]=null,e.run();var n=kt.slice(),r=Kt.slice();wt=Kt.length=kt.length=0,xt={},Ct=At=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,Mt(e[t],!0)}(n),function(e){var t=e.length;for(;t--;){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&bt(r,"updated")}}(r),ne&&E.devtools&&ne.emit("flush")}var Dt=0,Bt=function(e,t,n,r,a){this.vm=e,a&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++Dt,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ae,this.newDepIds=new ae,this.expression="","function"==typeof t?this.getter=t:(this.getter=function(e){if(!I.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};Bt.prototype.get=function(){var e;ce(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;Ie(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&tt(e),de(),this.cleanupDeps()}return e},Bt.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},Bt.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},Bt.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==xt[t]){if(xt[t]=!0,At){for(var n=Kt.length-1;n>wt&&Kt[n].id>e.id;)n--;Kt.splice(n+1,0,e)}else Kt.push(e);Ct||(Ct=!0,Qe(Lt))}}(this)},Bt.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||s(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){Ie(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},Bt.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Bt.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},Bt.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||g(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var St={enumerable:!0,configurable:!0,get:D,set:D};function Gt(e,t,n){St.get=function(){return this[t][n]},St.set=function(e){this[t][n]=e},Object.defineProperty(e,n,St)}function Wt(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props={},a=e.$options._propKeys=[];e.$parent&&Me(!1);var i=function(i){a.push(i);var l=Pe(i,t,n,e);Ce(r,i,l),i in e||Gt(e,"_props",i)};for(var l in t)i(l);Me(!0)}(e,t.props),t.methods&&function(e,t){e.$options.props;for(var n in t)e[n]=null==t[n]?D:C(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;c(t=e._data="function"==typeof t?function(e,t){ce();try{return e.call(t,t)}catch(e){return Ie(e,t,"data()"),{}}finally{de()}}(t,e):t||{})||(t={});var n=Object.keys(t),r=e.$options.props,a=(e.$options.methods,n.length);for(;a--;){var i=n[a];0,r&&_(r,i)||(void 0,36!==(l=(i+"").charCodeAt(0))&&95!==l&&Gt(e,"_data",i))}var l;xe(t,!0)}(e):xe(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=te();for(var a in t){var i=t[a],l="function"==typeof i?i:i.get;0,r||(n[a]=new Bt(e,l||D,D,zt)),a in e||Ot(e,a,i)}}(e,t.computed),t.watch&&t.watch!==Z&&function(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var a=0;a<r.length;a++)Rt(e,n,r[a]);else Rt(e,n,r)}}(e,t.watch)}var zt={lazy:!0};function Ot(e,t,n){var r=!te();"function"==typeof n?(St.get=r?Pt(t):n,St.set=D):(St.get=n.get?r&&!1!==n.cache?Pt(t):n.get:D,St.set=n.set?n.set:D),Object.defineProperty(e,t,St)}function Pt(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),se.target&&t.depend(),t.value}}function Rt(e,t,n,r){return c(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}function Et(e,t){if(e){for(var n=Object.create(null),r=ie?Reflect.ownKeys(e).filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}):Object.keys(e),a=0;a<r.length;a++){for(var i=r[a],l=e[i].from,o=t;o;){if(o._provided&&_(o._provided,l)){n[i]=o._provided[l];break}o=o.$parent}if(!o)if("default"in e[i]){var s=e[i].default;n[i]="function"==typeof s?s.call(t):s}else 0}return n}}function jt(e,t){var n,r,a,l,o;if(Array.isArray(e)||"string"==typeof e)for(n=new Array(e.length),r=0,a=e.length;r<a;r++)n[r]=t(e[r],r);else if("number"==typeof e)for(n=new Array(e),r=0;r<e;r++)n[r]=t(r+1,r);else if(s(e))for(l=Object.keys(e),n=new Array(l.length),r=0,a=l.length;r<a;r++)o=l[r],n[r]=t(e[o],o,r);return i(n)&&(n._isVList=!0),n}function It(e,t,n,r){var a,i=this.$scopedSlots[e];if(i)n=n||{},r&&(n=w(w({},r),n)),a=i(n)||t;else{var l=this.$slots[e];l&&(l._rendered=!0),a=l||t}var o=n&&n.slot;return o?this.$createElement("template",{slot:o},a):a}function Nt(e){return Oe(this.$options,"filters",e)||S}function Ft(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function $t(e,t,n,r,a){var i=E.keyCodes[t]||n;return a&&r&&!E.keyCodes[t]?Ft(a,r):i?Ft(i,e):r?x(r)!==t:void 0}function Vt(e,t,n,r,a){if(n)if(s(n)){var i;Array.isArray(n)&&(n=L(n));var l=function(l){if("class"===l||"style"===l||y(l))i=e;else{var o=e.attrs&&e.attrs.type;i=r||E.mustUseProp(t,o,l)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}l in i||(i[l]=n[l],a&&((e.on||(e.on={}))["update:"+l]=function(e){n[l]=e}))};for(var o in n)l(o)}else;return e}function Ht(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t?r:(Ut(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),r)}function qt(e,t,n){return Ut(e,"__once__"+t+(n?"_"+n:""),!0),e}function Ut(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&"string"!=typeof e[r]&&Yt(e[r],t+"_"+r,n);else Yt(e,t,n)}function Yt(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function Xt(e,t){if(t)if(c(t)){var n=e.on=e.on?w({},e.on):{};for(var r in t){var a=n[r],i=t[r];n[r]=a?[].concat(a,i):i}}else;return e}function Jt(e){e._o=qt,e._n=p,e._s=h,e._l=jt,e._t=It,e._q=G,e._i=W,e._m=Ht,e._f=Nt,e._k=$t,e._b=Vt,e._v=ve,e._e=pe,e._u=mt,e._g=Xt}function Zt(e,t,n,a,i){var o,s=i.options;_(a,"_uid")?(o=Object.create(a))._original=a:(o=a,a=a._original);var u=l(s._compiled),c=!u;this.data=e,this.props=t,this.children=n,this.parent=a,this.listeners=e.on||r,this.injections=Et(s.inject,a),this.slots=function(){return yt(n,a)},u&&(this.$options=s,this.$slots=this.slots(),this.$scopedSlots=e.scopedSlots||r),s._scopeId?this._c=function(e,t,n,r){var i=on(o,e,t,n,r,c);return i&&!Array.isArray(i)&&(i.fnScopeId=s._scopeId,i.fnContext=a),i}:this._c=function(e,t,n,r){return on(o,e,t,n,r,c)}}function Qt(e,t,n,r){var a=ye(e);return a.fnContext=n,a.fnOptions=r,t.slot&&((a.data||(a.data={})).slot=t.slot),a}function en(e,t){for(var n in t)e[b(n)]=t[n]}Jt(Zt.prototype);var tn={init:function(e,t,n,r){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var a=e;tn.prepatch(a,a)}else{(e.componentInstance=function(e,t,n,r){var a={_isComponent:!0,parent:t,_parentVnode:e,_parentElm:n||null,_refElm:r||null},l=e.data.inlineTemplate;i(l)&&(a.render=l.render,a.staticRenderFns=l.staticRenderFns);return new e.componentOptions.Ctor(a)}(e,_t,n,r)).$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var n=t.componentOptions;!function(e,t,n,a,i){var l=!!(i||e.$options._renderChildren||a.data.scopedSlots||e.$scopedSlots!==r);if(e.$options._parentVnode=a,e.$vnode=a,e._vnode&&(e._vnode.parent=a),e.$options._renderChildren=i,e.$attrs=a.data.attrs||r,e.$listeners=n||r,t&&e.$options.props){Me(!1);for(var o=e._props,s=e.$options._propKeys||[],u=0;u<s.length;u++){var c=s[u],d=e.$options.props;o[c]=Pe(c,d,t,e)}Me(!0),e.$options.propsData=t}n=n||r;var f=e.$options._parentListeners;e.$options._parentListeners=n,vt(e,n,f),l&&(e.$slots=yt(i,a.context),e.$forceUpdate())}(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t,n=e.context,r=e.componentInstance;r._isMounted||(r._isMounted=!0,bt(r,"mounted")),e.data.keepAlive&&(n._isMounted?((t=r)._inactive=!1,kt.push(t)):Mt(r,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(!(n&&(t._directInactive=!0,Tt(t))||t._inactive)){t._inactive=!0;for(var r=0;r<t.$children.length;r++)e(t.$children[r]);bt(t,"deactivated")}}(t,!0):t.$destroy())}},nn=Object.keys(tn);function rn(e,t,n,o,u){if(!a(e)){var c=n.$options._base;if(s(e)&&(e=c.extend(e)),"function"==typeof e){var d;if(a(e.cid)&&void 0===(e=function(e,t,n){if(l(e.error)&&i(e.errorComp))return e.errorComp;if(i(e.resolved))return e.resolved;if(l(e.loading)&&i(e.loadingComp))return e.loadingComp;if(!i(e.contexts)){var r=e.contexts=[n],o=!0,u=function(){for(var e=0,t=r.length;e<t;e++)r[e].$forceUpdate()},c=z(function(n){e.resolved=ct(n,t),o||u()}),d=z(function(t){i(e.errorComp)&&(e.error=!0,u())}),f=e(c,d);return s(f)&&("function"==typeof f.then?a(e.resolved)&&f.then(c,d):i(f.component)&&"function"==typeof f.component.then&&(f.component.then(c,d),i(f.error)&&(e.errorComp=ct(f.error,t)),i(f.loading)&&(e.loadingComp=ct(f.loading,t),0===f.delay?e.loading=!0:setTimeout(function(){a(e.resolved)&&a(e.error)&&(e.loading=!0,u())},f.delay||200)),i(f.timeout)&&setTimeout(function(){a(e.resolved)&&d(null)},f.timeout))),o=!1,e.loading?e.loadingComp:e.resolved}e.contexts.push(n)}(d=e,c,n)))return function(e,t,n,r,a){var i=pe();return i.asyncFactory=e,i.asyncMeta={data:t,context:n,children:r,tag:a},i}(d,t,n,o,u);t=t||{},un(e),i(t.model)&&function(e,t){var n=e.model&&e.model.prop||"value",r=e.model&&e.model.event||"input";(t.props||(t.props={}))[n]=t.model.value;var a=t.on||(t.on={});i(a[r])?a[r]=[t.model.callback].concat(a[r]):a[r]=t.model.callback}(e.options,t);var f=function(e,t,n){var r=t.options.props;if(!a(r)){var l={},o=e.attrs,s=e.props;if(i(o)||i(s))for(var u in r){var c=x(u);ot(l,s,u,c,!0)||ot(l,o,u,c,!1)}return l}}(t,e);if(l(e.options.functional))return function(e,t,n,a,l){var o=e.options,s={},u=o.props;if(i(u))for(var c in u)s[c]=Pe(c,u,t||r);else i(n.attrs)&&en(s,n.attrs),i(n.props)&&en(s,n.props);var d=new Zt(n,s,l,a,e),f=o.render.call(null,d._c,d);if(f instanceof fe)return Qt(f,n,d.parent,o);if(Array.isArray(f)){for(var h=st(f)||[],p=new Array(h.length),v=0;v<h.length;v++)p[v]=Qt(h[v],n,d.parent,o);return p}}(e,f,t,n,o);var h=t.on;if(t.on=t.nativeOn,l(e.options.abstract)){var p=t.slot;t={},p&&(t.slot=p)}!function(e){for(var t=e.hook||(e.hook={}),n=0;n<nn.length;n++){var r=nn[n];t[r]=tn[r]}}(t);var v=e.options.name||u;return new fe("vue-component-"+e.cid+(v?"-"+v:""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:f,listeners:h,tag:u,children:o},d)}}}var an=1,ln=2;function on(e,t,n,r,u,c){return(Array.isArray(n)||o(n))&&(u=r,r=n,n=void 0),l(c)&&(u=ln),function(e,t,n,r,o){if(i(n)&&i(n.__ob__))return pe();i(n)&&i(n.is)&&(t=n.is);if(!t)return pe();0;Array.isArray(r)&&"function"==typeof r[0]&&((n=n||{}).scopedSlots={default:r[0]},r.length=0);o===ln?r=st(r):o===an&&(r=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(r));var u,c;if("string"==typeof t){var d;c=e.$vnode&&e.$vnode.ns||E.getTagNamespace(t),u=E.isReservedTag(t)?new fe(E.parsePlatformTagName(t),n,r,void 0,void 0,e):i(d=Oe(e.$options,"components",t))?rn(d,n,e,r,t):new fe(t,n,r,void 0,void 0,e)}else u=rn(t,n,e,r);return Array.isArray(u)?u:i(u)?(i(c)&&function e(t,n,r){t.ns=n;"foreignObject"===t.tag&&(n=void 0,r=!0);if(i(t.children))for(var o=0,s=t.children.length;o<s;o++){var u=t.children[o];i(u.tag)&&(a(u.ns)||l(r)&&"svg"!==u.tag)&&e(u,n,r)}}(u,c),i(n)&&function(e){s(e.style)&&tt(e.style);s(e.class)&&tt(e.class)}(n),u):pe()}(e,t,n,r,u)}var sn=0;function un(e){var t=e.options;if(e.super){var n=un(e.super);if(n!==e.superOptions){e.superOptions=n;var r=function(e){var t,n=e.options,r=e.extendOptions,a=e.sealedOptions;for(var i in n)n[i]!==a[i]&&(t||(t={}),t[i]=cn(n[i],r[i],a[i]));return t}(e);r&&w(e.extendOptions,r),(t=e.options=ze(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function cn(e,t,n){if(Array.isArray(e)){var r=[];n=Array.isArray(n)?n:[n],t=Array.isArray(t)?t:[t];for(var a=0;a<e.length;a++)(t.indexOf(e[a])>=0||n.indexOf(e[a])<0)&&r.push(e[a]);return r}return e}function dn(e){this._init(e)}function fn(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,a=e._Ctor||(e._Ctor={});if(a[r])return a[r];var i=e.name||n.options.name;var l=function(e){this._init(e)};return(l.prototype=Object.create(n.prototype)).constructor=l,l.cid=t++,l.options=ze(n.options,e),l.super=n,l.options.props&&function(e){var t=e.options.props;for(var n in t)Gt(e.prototype,"_props",n)}(l),l.options.computed&&function(e){var t=e.options.computed;for(var n in t)Ot(e.prototype,n,t[n])}(l),l.extend=n.extend,l.mixin=n.mixin,l.use=n.use,P.forEach(function(e){l[e]=n[e]}),i&&(l.options.components[i]=l),l.superOptions=n.options,l.extendOptions=e,l.sealedOptions=w({},l.options),a[r]=l,l}}function hn(e){return e&&(e.Ctor.options.name||e.tag)}function pn(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!d(e)&&e.test(t)}function vn(e,t){var n=e.cache,r=e.keys,a=e._vnode;for(var i in n){var l=n[i];if(l){var o=hn(l.componentOptions);o&&!t(o)&&yn(n,i,r,a)}}}function yn(e,t,n,r){var a=e[t];!a||r&&a.tag===r.tag||a.componentInstance.$destroy(),e[t]=null,g(n,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=sn++,t._isVue=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r,n._parentElm=t._parentElm,n._refElm=t._refElm;var a=r.componentOptions;n.propsData=a.propsData,n._parentListeners=a.listeners,n._renderChildren=a.children,n._componentTag=a.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=ze(un(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&vt(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,a=n&&n.context;e.$slots=yt(t._renderChildren,a),e.$scopedSlots=r,e._c=function(t,n,r,a){return on(e,t,n,r,a,!1)},e.$createElement=function(t,n,r,a){return on(e,t,n,r,a,!0)};var i=n&&n.data;Ce(e,"$attrs",i&&i.attrs||r,null,!0),Ce(e,"$listeners",t._parentListeners||r,null,!0)}(t),bt(t,"beforeCreate"),function(e){var t=Et(e.$options.inject,e);t&&(Me(!1),Object.keys(t).forEach(function(n){Ce(e,n,t[n])}),Me(!0))}(t),Wt(t),function(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}(t),bt(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}(dn),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=Ae,e.prototype.$delete=we,e.prototype.$watch=function(e,t,n){if(c(t))return Rt(this,e,t,n);(n=n||{}).user=!0;var r=new Bt(this,e,t,n);return n.immediate&&t.call(this,r.value),function(){r.teardown()}}}(dn),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){if(Array.isArray(e))for(var r=0,a=e.length;r<a;r++)this.$on(e[r],n);else(this._events[e]||(this._events[e]=[])).push(n),t.test(e)&&(this._hasHookEvent=!0);return this},e.prototype.$once=function(e,t){var n=this;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn=t,n.$on(e,r),n},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var r=0,a=e.length;r<a;r++)this.$off(e[r],t);return n}var i=n._events[e];if(!i)return n;if(!t)return n._events[e]=null,n;if(t)for(var l,o=i.length;o--;)if((l=i[o])===t||l.fn===t){i.splice(o,1);break}return n},e.prototype.$emit=function(e){var t=this._events[e];if(t){t=t.length>1?A(t):t;for(var n=A(arguments,1),r=0,a=t.length;r<a;r++)try{t[r].apply(this,n)}catch(t){Ie(t,this,'event handler for "'+e+'"')}}return this}}(dn),function(e){e.prototype._update=function(e,t){var n=this;n._isMounted&&bt(n,"beforeUpdate");var r=n.$el,a=n._vnode,i=_t;_t=n,n._vnode=e,a?n.$el=n.__patch__(a,e):(n.$el=n.__patch__(n.$el,e,t,!1,n.$options._parentElm,n.$options._refElm),n.$options._parentElm=n.$options._refElm=null),_t=i,r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){bt(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||g(t.$children,e),e._watcher&&e._watcher.teardown();for(var n=e._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),bt(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(dn),function(e){Jt(e.prototype),e.prototype.$nextTick=function(e){return Qe(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,a=n.render,i=n._parentVnode;i&&(t.$scopedSlots=i.data.scopedSlots||r),t.$vnode=i;try{e=a.call(t._renderProxy,t.$createElement)}catch(n){Ie(n,t,"render"),e=t._vnode}return e instanceof fe||(e=pe()),e.parent=i,e}}(dn);var gn=[String,RegExp,Array],mn={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:gn,exclude:gn,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)yn(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",function(t){vn(e,function(e){return pn(t,e)})}),this.$watch("exclude",function(t){vn(e,function(e){return!pn(t,e)})})},render:function(){var e=this.$slots.default,t=ft(e),n=t&&t.componentOptions;if(n){var r=hn(n),a=this.include,i=this.exclude;if(a&&(!r||!pn(a,r))||i&&r&&pn(i,r))return t;var l=this.cache,o=this.keys,s=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;l[s]?(t.componentInstance=l[s].componentInstance,g(o,s),o.push(s)):(l[s]=t,o.push(s),this.max&&o.length>parseInt(this.max)&&yn(l,o[0],o,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={get:function(){return E}};Object.defineProperty(e,"config",t),e.util={warn:le,extend:w,mergeOptions:ze,defineReactive:Ce},e.set=Ae,e.delete=we,e.nextTick=Qe,e.options=Object.create(null),P.forEach(function(t){e.options[t+"s"]=Object.create(null)}),e.options._base=e,w(e.options.components,mn),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=A(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=ze(this.options,e),this}}(e),fn(e),function(e){P.forEach(function(t){e[t]=function(e,n){return n?("component"===t&&c(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}})}(e)}(dn),Object.defineProperty(dn.prototype,"$isServer",{get:te}),Object.defineProperty(dn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(dn,"FunctionalRenderContext",{value:Zt}),dn.version="2.5.16";var _n=v("style,class"),Tn=v("input,textarea,option,select,progress"),Mn=v("contenteditable,draggable,spellcheck"),bn=v("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Kn="http://www.w3.org/1999/xlink",kn=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},xn=function(e){return kn(e)?e.slice(6,e.length):""},Cn=function(e){return null==e||!1===e};function An(e){for(var t=e.data,n=e,r=e;i(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=wn(r.data,t));for(;i(n=n.parent);)n&&n.data&&(t=wn(t,n.data));return function(e,t){if(i(e)||i(t))return Ln(e,Dn(t));return""}(t.staticClass,t.class)}function wn(e,t){return{staticClass:Ln(e.staticClass,t.staticClass),class:i(e.class)?[e.class,t.class]:t.class}}function Ln(e,t){return e?t?e+" "+t:e:t||""}function Dn(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,a=e.length;r<a;r++)i(t=Dn(e[r]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):s(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}var Bn={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Sn=v("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Gn=v("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Wn=function(e){return Sn(e)||Gn(e)};var zn=Object.create(null);var On=v("text,number,password,search,email,tel,url");var Pn=Object.freeze({createElement:function(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)},createElementNS:function(e,t){return document.createElementNS(Bn[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setStyleScope:function(e,t){e.setAttribute(t,"")}}),Rn={create:function(e,t){En(t)},update:function(e,t){e.data.ref!==t.data.ref&&(En(e,!0),En(t))},destroy:function(e){En(e,!0)}};function En(e,t){var n=e.data.ref;if(i(n)){var r=e.context,a=e.componentInstance||e.elm,l=r.$refs;t?Array.isArray(l[n])?g(l[n],a):l[n]===a&&(l[n]=void 0):e.data.refInFor?Array.isArray(l[n])?l[n].indexOf(a)<0&&l[n].push(a):l[n]=[a]:l[n]=a}}var jn=new fe("",{},[]),In=["create","activate","update","remove","destroy"];function Nn(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&i(e.data)===i(t.data)&&function(e,t){if("input"!==e.tag)return!0;var n,r=i(n=e.data)&&i(n=n.attrs)&&n.type,a=i(n=t.data)&&i(n=n.attrs)&&n.type;return r===a||On(r)&&On(a)}(e,t)||l(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&a(t.asyncFactory.error))}function Fn(e,t,n){var r,a,l={};for(r=t;r<=n;++r)i(a=e[r].key)&&(l[a]=r);return l}var $n={create:Vn,update:Vn,destroy:function(e){Vn(e,jn)}};function Vn(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,r,a,i=e===jn,l=t===jn,o=qn(e.data.directives,e.context),s=qn(t.data.directives,t.context),u=[],c=[];for(n in s)r=o[n],a=s[n],r?(a.oldValue=r.value,Yn(a,"update",t,e),a.def&&a.def.componentUpdated&&c.push(a)):(Yn(a,"bind",t,e),a.def&&a.def.inserted&&u.push(a));if(u.length){var d=function(){for(var n=0;n<u.length;n++)Yn(u[n],"inserted",t,e)};i?lt(t,"insert",d):d()}c.length&<(t,"postpatch",function(){for(var n=0;n<c.length;n++)Yn(c[n],"componentUpdated",t,e)});if(!i)for(n in o)s[n]||Yn(o[n],"unbind",e,e,l)}(e,t)}var Hn=Object.create(null);function qn(e,t){var n,r,a=Object.create(null);if(!e)return a;for(n=0;n<e.length;n++)(r=e[n]).modifiers||(r.modifiers=Hn),a[Un(r)]=r,r.def=Oe(t.$options,"directives",r.name);return a}function Un(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function Yn(e,t,n,r,a){var i=e.def&&e.def[t];if(i)try{i(n.elm,e,n,r,a)}catch(r){Ie(r,n.context,"directive "+e.name+" "+t+" hook")}}var Xn=[Rn,$n];function Jn(e,t){var n=t.componentOptions;if(!(i(n)&&!1===n.Ctor.options.inheritAttrs||a(e.data.attrs)&&a(t.data.attrs))){var r,l,o=t.elm,s=e.data.attrs||{},u=t.data.attrs||{};for(r in i(u.__ob__)&&(u=t.data.attrs=w({},u)),u)l=u[r],s[r]!==l&&Zn(o,r,l);for(r in(U||X)&&u.value!==s.value&&Zn(o,"value",u.value),s)a(u[r])&&(kn(r)?o.removeAttributeNS(Kn,xn(r)):Mn(r)||o.removeAttribute(r))}}function Zn(e,t,n){e.tagName.indexOf("-")>-1?Qn(e,t,n):bn(t)?Cn(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):Mn(t)?e.setAttribute(t,Cn(n)||"false"===n?"false":"true"):kn(t)?Cn(n)?e.removeAttributeNS(Kn,xn(t)):e.setAttributeNS(Kn,t,n):Qn(e,t,n)}function Qn(e,t,n){if(Cn(n))e.removeAttribute(t);else{if(U&&!Y&&"TEXTAREA"===e.tagName&&"placeholder"===t&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var er={create:Jn,update:Jn};function tr(e,t){var n=t.elm,r=t.data,l=e.data;if(!(a(r.staticClass)&&a(r.class)&&(a(l)||a(l.staticClass)&&a(l.class)))){var o=An(t),s=n._transitionClasses;i(s)&&(o=Ln(o,Dn(s))),o!==n._prevClass&&(n.setAttribute("class",o),n._prevClass=o)}}var nr,rr={create:tr,update:tr},ar="__r",ir="__c";function lr(e,t,n,r,a){var i;t=(i=t)._withTask||(i._withTask=function(){Ye=!0;var e=i.apply(null,arguments);return Ye=!1,e}),n&&(t=function(e,t,n){var r=nr;return function a(){null!==e.apply(null,arguments)&&or(t,a,n,r)}}(t,e,r)),nr.addEventListener(e,t,Q?{capture:r,passive:a}:r)}function or(e,t,n,r){(r||nr).removeEventListener(e,t._withTask||t,n)}function sr(e,t){if(!a(e.data.on)||!a(t.data.on)){var n=t.data.on||{},r=e.data.on||{};nr=t.elm,function(e){if(i(e[ar])){var t=U?"change":"input";e[t]=[].concat(e[ar],e[t]||[]),delete e[ar]}i(e[ir])&&(e.change=[].concat(e[ir],e.change||[]),delete e[ir])}(n),it(n,r,lr,or,t.context),nr=void 0}}var ur={create:sr,update:sr};function cr(e,t){if(!a(e.data.domProps)||!a(t.data.domProps)){var n,r,l=t.elm,o=e.data.domProps||{},s=t.data.domProps||{};for(n in i(s.__ob__)&&(s=t.data.domProps=w({},s)),o)a(s[n])&&(l[n]="");for(n in s){if(r=s[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),r===o[n])continue;1===l.childNodes.length&&l.removeChild(l.childNodes[0])}if("value"===n){l._value=r;var u=a(r)?"":String(r);dr(l,u)&&(l.value=u)}else l[n]=r}}}function dr(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(i(r)){if(r.lazy)return!1;if(r.number)return p(n)!==p(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var fr={create:cr,update:cr},hr=T(function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach(function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t});function pr(e){var t=vr(e.style);return e.staticStyle?w(e.staticStyle,t):t}function vr(e){return Array.isArray(e)?L(e):"string"==typeof e?hr(e):e}var yr,gr=/^--/,mr=/\s*!important$/,_r=function(e,t,n){if(gr.test(t))e.style.setProperty(t,n);else if(mr.test(n))e.style.setProperty(t,n.replace(mr,""),"important");else{var r=Mr(t);if(Array.isArray(n))for(var a=0,i=n.length;a<i;a++)e.style[r]=n[a];else e.style[r]=n}},Tr=["Webkit","Moz","ms"],Mr=T(function(e){if(yr=yr||document.createElement("div").style,"filter"!==(e=b(e))&&e in yr)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<Tr.length;n++){var r=Tr[n]+t;if(r in yr)return r}});function br(e,t){var n=t.data,r=e.data;if(!(a(n.staticStyle)&&a(n.style)&&a(r.staticStyle)&&a(r.style))){var l,o,s=t.elm,u=r.staticStyle,c=r.normalizedStyle||r.style||{},d=u||c,f=vr(t.data.style)||{};t.data.normalizedStyle=i(f.__ob__)?w({},f):f;var h=function(e,t){var n,r={};if(t)for(var a=e;a.componentInstance;)(a=a.componentInstance._vnode)&&a.data&&(n=pr(a.data))&&w(r,n);(n=pr(e.data))&&w(r,n);for(var i=e;i=i.parent;)i.data&&(n=pr(i.data))&&w(r,n);return r}(t,!0);for(o in d)a(h[o])&&_r(s,o,"");for(o in h)(l=h[o])!==d[o]&&_r(s,o,null==l?"":l)}}var Kr={create:br,update:br};function kr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function xr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function Cr(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&w(t,Ar(e.name||"v")),w(t,e),t}return"string"==typeof e?Ar(e):void 0}}var Ar=T(function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}}),wr=$&&!Y,Lr="transition",Dr="animation",Br="transition",Sr="transitionend",Gr="animation",Wr="animationend";wr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Br="WebkitTransition",Sr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Gr="WebkitAnimation",Wr="webkitAnimationEnd"));var zr=$?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Or(e){zr(function(){zr(e)})}function Pr(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),kr(e,t))}function Rr(e,t){e._transitionClasses&&g(e._transitionClasses,t),xr(e,t)}function Er(e,t,n){var r=Ir(e,t),a=r.type,i=r.timeout,l=r.propCount;if(!a)return n();var o=a===Lr?Sr:Wr,s=0,u=function(){e.removeEventListener(o,c),n()},c=function(t){t.target===e&&++s>=l&&u()};setTimeout(function(){s<l&&u()},i+1),e.addEventListener(o,c)}var jr=/\b(transform|all)(,|$)/;function Ir(e,t){var n,r=window.getComputedStyle(e),a=r[Br+"Delay"].split(", "),i=r[Br+"Duration"].split(", "),l=Nr(a,i),o=r[Gr+"Delay"].split(", "),s=r[Gr+"Duration"].split(", "),u=Nr(o,s),c=0,d=0;return t===Lr?l>0&&(n=Lr,c=l,d=i.length):t===Dr?u>0&&(n=Dr,c=u,d=s.length):d=(n=(c=Math.max(l,u))>0?l>u?Lr:Dr:null)?n===Lr?i.length:s.length:0,{type:n,timeout:c,propCount:d,hasTransform:n===Lr&&jr.test(r[Br+"Property"])}}function Nr(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(t,n){return Fr(t)+Fr(e[n])}))}function Fr(e){return 1e3*Number(e.slice(0,-1))}function $r(e,t){var n=e.elm;i(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=Cr(e.data.transition);if(!a(r)&&!i(n._enterCb)&&1===n.nodeType){for(var l=r.css,o=r.type,u=r.enterClass,c=r.enterToClass,d=r.enterActiveClass,f=r.appearClass,h=r.appearToClass,v=r.appearActiveClass,y=r.beforeEnter,g=r.enter,m=r.afterEnter,_=r.enterCancelled,T=r.beforeAppear,M=r.appear,b=r.afterAppear,K=r.appearCancelled,k=r.duration,x=_t,C=_t.$vnode;C&&C.parent;)x=(C=C.parent).context;var A=!x._isMounted||!e.isRootInsert;if(!A||M||""===M){var w=A&&f?f:u,L=A&&v?v:d,D=A&&h?h:c,B=A&&T||y,S=A&&"function"==typeof M?M:g,G=A&&b||m,W=A&&K||_,O=p(s(k)?k.enter:k);0;var P=!1!==l&&!Y,R=qr(S),E=n._enterCb=z(function(){P&&(Rr(n,D),Rr(n,L)),E.cancelled?(P&&Rr(n,w),W&&W(n)):G&&G(n),n._enterCb=null});e.data.show||lt(e,"insert",function(){var t=n.parentNode,r=t&&t._pending&&t._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),S&&S(n,E)}),B&&B(n),P&&(Pr(n,w),Pr(n,L),Or(function(){Rr(n,w),E.cancelled||(Pr(n,D),R||(Hr(O)?setTimeout(E,O):Er(n,o,E)))})),e.data.show&&(t&&t(),S&&S(n,E)),P||R||E()}}}function Vr(e,t){var n=e.elm;i(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=Cr(e.data.transition);if(a(r)||1!==n.nodeType)return t();if(!i(n._leaveCb)){var l=r.css,o=r.type,u=r.leaveClass,c=r.leaveToClass,d=r.leaveActiveClass,f=r.beforeLeave,h=r.leave,v=r.afterLeave,y=r.leaveCancelled,g=r.delayLeave,m=r.duration,_=!1!==l&&!Y,T=qr(h),M=p(s(m)?m.leave:m);0;var b=n._leaveCb=z(function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),_&&(Rr(n,c),Rr(n,d)),b.cancelled?(_&&Rr(n,u),y&&y(n)):(t(),v&&v(n)),n._leaveCb=null});g?g(K):K()}function K(){b.cancelled||(e.data.show||((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),f&&f(n),_&&(Pr(n,u),Pr(n,d),Or(function(){Rr(n,u),b.cancelled||(Pr(n,c),T||(Hr(M)?setTimeout(b,M):Er(n,o,b)))})),h&&h(n,b),_||T||b())}}function Hr(e){return"number"==typeof e&&!isNaN(e)}function qr(e){if(a(e))return!1;var t=e.fns;return i(t)?qr(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Ur(e,t){!0!==t.data.show&&$r(t)}var Yr=function(e){var t,n,r={},s=e.modules,u=e.nodeOps;for(t=0;t<In.length;++t)for(r[In[t]]=[],n=0;n<s.length;++n)i(s[n][In[t]])&&r[In[t]].push(s[n][In[t]]);function c(e){var t=u.parentNode(e);i(t)&&u.removeChild(t,e)}function d(e,t,n,a,o,s,c){if(i(e.elm)&&i(s)&&(e=s[c]=ye(e)),e.isRootInsert=!o,!function(e,t,n,a){var o=e.data;if(i(o)){var s=i(e.componentInstance)&&o.keepAlive;if(i(o=o.hook)&&i(o=o.init)&&o(e,!1,n,a),i(e.componentInstance))return f(e,t),l(s)&&function(e,t,n,a){for(var l,o=e;o.componentInstance;)if(o=o.componentInstance._vnode,i(l=o.data)&&i(l=l.transition)){for(l=0;l<r.activate.length;++l)r.activate[l](jn,o);t.push(o);break}h(n,e.elm,a)}(e,t,n,a),!0}}(e,t,n,a)){var d=e.data,v=e.children,y=e.tag;i(y)?(e.elm=e.ns?u.createElementNS(e.ns,y):u.createElement(y,e),m(e),p(e,v,t),i(d)&&g(e,t),h(n,e.elm,a)):l(e.isComment)?(e.elm=u.createComment(e.text),h(n,e.elm,a)):(e.elm=u.createTextNode(e.text),h(n,e.elm,a))}}function f(e,t){i(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,y(e)?(g(e,t),m(e)):(En(e),t.push(e))}function h(e,t,n){i(e)&&(i(n)?n.parentNode===e&&u.insertBefore(e,t,n):u.appendChild(e,t))}function p(e,t,n){if(Array.isArray(t))for(var r=0;r<t.length;++r)d(t[r],n,e.elm,null,!0,t,r);else o(e.text)&&u.appendChild(e.elm,u.createTextNode(String(e.text)))}function y(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return i(e.tag)}function g(e,n){for(var a=0;a<r.create.length;++a)r.create[a](jn,e);i(t=e.data.hook)&&(i(t.create)&&t.create(jn,e),i(t.insert)&&n.push(e))}function m(e){var t;if(i(t=e.fnScopeId))u.setStyleScope(e.elm,t);else for(var n=e;n;)i(t=n.context)&&i(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t),n=n.parent;i(t=_t)&&t!==e.context&&t!==e.fnContext&&i(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t)}function _(e,t,n,r,a,i){for(;r<=a;++r)d(n[r],i,e,t,!1,n,r)}function T(e){var t,n,a=e.data;if(i(a))for(i(t=a.hook)&&i(t=t.destroy)&&t(e),t=0;t<r.destroy.length;++t)r.destroy[t](e);if(i(t=e.children))for(n=0;n<e.children.length;++n)T(e.children[n])}function M(e,t,n,r){for(;n<=r;++n){var a=t[n];i(a)&&(i(a.tag)?(b(a),T(a)):c(a.elm))}}function b(e,t){if(i(t)||i(e.data)){var n,a=r.remove.length+1;for(i(t)?t.listeners+=a:t=function(e,t){function n(){0==--n.listeners&&c(e)}return n.listeners=t,n}(e.elm,a),i(n=e.componentInstance)&&i(n=n._vnode)&&i(n.data)&&b(n,t),n=0;n<r.remove.length;++n)r.remove[n](e,t);i(n=e.data.hook)&&i(n=n.remove)?n(e,t):t()}else c(e.elm)}function K(e,t,n,r){for(var a=n;a<r;a++){var l=t[a];if(i(l)&&Nn(e,l))return a}}function k(e,t,n,o){if(e!==t){var s=t.elm=e.elm;if(l(e.isAsyncPlaceholder))i(t.asyncFactory.resolved)?A(e.elm,t,n):t.isAsyncPlaceholder=!0;else if(l(t.isStatic)&&l(e.isStatic)&&t.key===e.key&&(l(t.isCloned)||l(t.isOnce)))t.componentInstance=e.componentInstance;else{var c,f=t.data;i(f)&&i(c=f.hook)&&i(c=c.prepatch)&&c(e,t);var h=e.children,p=t.children;if(i(f)&&y(t)){for(c=0;c<r.update.length;++c)r.update[c](e,t);i(c=f.hook)&&i(c=c.update)&&c(e,t)}a(t.text)?i(h)&&i(p)?h!==p&&function(e,t,n,r,l){for(var o,s,c,f=0,h=0,p=t.length-1,v=t[0],y=t[p],g=n.length-1,m=n[0],T=n[g],b=!l;f<=p&&h<=g;)a(v)?v=t[++f]:a(y)?y=t[--p]:Nn(v,m)?(k(v,m,r),v=t[++f],m=n[++h]):Nn(y,T)?(k(y,T,r),y=t[--p],T=n[--g]):Nn(v,T)?(k(v,T,r),b&&u.insertBefore(e,v.elm,u.nextSibling(y.elm)),v=t[++f],T=n[--g]):Nn(y,m)?(k(y,m,r),b&&u.insertBefore(e,y.elm,v.elm),y=t[--p],m=n[++h]):(a(o)&&(o=Fn(t,f,p)),a(s=i(m.key)?o[m.key]:K(m,t,f,p))?d(m,r,e,v.elm,!1,n,h):Nn(c=t[s],m)?(k(c,m,r),t[s]=void 0,b&&u.insertBefore(e,c.elm,v.elm)):d(m,r,e,v.elm,!1,n,h),m=n[++h]);f>p?_(e,a(n[g+1])?null:n[g+1].elm,n,h,g,r):h>g&&M(0,t,f,p)}(s,h,p,n,o):i(p)?(i(e.text)&&u.setTextContent(s,""),_(s,null,p,0,p.length-1,n)):i(h)?M(0,h,0,h.length-1):i(e.text)&&u.setTextContent(s,""):e.text!==t.text&&u.setTextContent(s,t.text),i(f)&&i(c=f.hook)&&i(c=c.postpatch)&&c(e,t)}}}function x(e,t,n){if(l(n)&&i(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r<t.length;++r)t[r].data.hook.insert(t[r])}var C=v("attrs,class,staticClass,staticStyle,key");function A(e,t,n,r){var a,o=t.tag,s=t.data,u=t.children;if(r=r||s&&s.pre,t.elm=e,l(t.isComment)&&i(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(i(s)&&(i(a=s.hook)&&i(a=a.init)&&a(t,!0),i(a=t.componentInstance)))return f(t,n),!0;if(i(o)){if(i(u))if(e.hasChildNodes())if(i(a=s)&&i(a=a.domProps)&&i(a=a.innerHTML)){if(a!==e.innerHTML)return!1}else{for(var c=!0,d=e.firstChild,h=0;h<u.length;h++){if(!d||!A(d,u[h],n,r)){c=!1;break}d=d.nextSibling}if(!c||d)return!1}else p(t,u,n);if(i(s)){var v=!1;for(var y in s)if(!C(y)){v=!0,g(t,n);break}!v&&s.class&&tt(s.class)}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,n,o,s,c){if(!a(t)){var f,h=!1,p=[];if(a(e))h=!0,d(t,p,s,c);else{var v=i(e.nodeType);if(!v&&Nn(e,t))k(e,t,p,o);else{if(v){if(1===e.nodeType&&e.hasAttribute(O)&&(e.removeAttribute(O),n=!0),l(n)&&A(e,t,p))return x(t,p,!0),e;f=e,e=new fe(u.tagName(f).toLowerCase(),{},[],void 0,f)}var g=e.elm,m=u.parentNode(g);if(d(t,p,g._leaveCb?null:m,u.nextSibling(g)),i(t.parent))for(var _=t.parent,b=y(t);_;){for(var K=0;K<r.destroy.length;++K)r.destroy[K](_);if(_.elm=t.elm,b){for(var C=0;C<r.create.length;++C)r.create[C](jn,_);var w=_.data.hook.insert;if(w.merged)for(var L=1;L<w.fns.length;L++)w.fns[L]()}else En(_);_=_.parent}i(m)?M(0,[e],0,0):i(e.tag)&&T(e)}}return x(t,p,h),t.elm}i(e)&&T(e)}}({nodeOps:Pn,modules:[er,rr,ur,fr,Kr,$?{create:Ur,activate:Ur,remove:function(e,t){!0!==e.data.show?Vr(e,t):t()}}:{}].concat(Xn)});Y&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&ra(e,"input")});var Xr={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?lt(n,"postpatch",function(){Xr.componentUpdated(e,t,n)}):Jr(e,t,n.context),e._vOptions=[].map.call(e.options,ea)):("textarea"===n.tag||On(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",ta),e.addEventListener("compositionend",na),e.addEventListener("change",na),Y&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Jr(e,t,n.context);var r=e._vOptions,a=e._vOptions=[].map.call(e.options,ea);if(a.some(function(e,t){return!G(e,r[t])}))(e.multiple?t.value.some(function(e){return Qr(e,a)}):t.value!==t.oldValue&&Qr(t.value,a))&&ra(e,"change")}}};function Jr(e,t,n){Zr(e,t,n),(U||X)&&setTimeout(function(){Zr(e,t,n)},0)}function Zr(e,t,n){var r=t.value,a=e.multiple;if(!a||Array.isArray(r)){for(var i,l,o=0,s=e.options.length;o<s;o++)if(l=e.options[o],a)i=W(r,ea(l))>-1,l.selected!==i&&(l.selected=i);else if(G(ea(l),r))return void(e.selectedIndex!==o&&(e.selectedIndex=o));a||(e.selectedIndex=-1)}}function Qr(e,t){return t.every(function(t){return!G(t,e)})}function ea(e){return"_value"in e?e._value:e.value}function ta(e){e.target.composing=!0}function na(e){e.target.composing&&(e.target.composing=!1,ra(e.target,"input"))}function ra(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function aa(e){return!e.componentInstance||e.data&&e.data.transition?e:aa(e.componentInstance._vnode)}var ia={model:Xr,show:{bind:function(e,t,n){var r=t.value,a=(n=aa(n)).data&&n.data.transition,i=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&a?(n.data.show=!0,$r(n,function(){e.style.display=i})):e.style.display=r?i:"none"},update:function(e,t,n){var r=t.value;!r!=!t.oldValue&&((n=aa(n)).data&&n.data.transition?(n.data.show=!0,r?$r(n,function(){e.style.display=e.__vOriginalDisplay}):Vr(n,function(){e.style.display="none"})):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,a){a||(e.style.display=e.__vOriginalDisplay)}}},la={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function oa(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?oa(ft(t.children)):e}function sa(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var a=n._parentListeners;for(var i in a)t[b(i)]=a[i];return t}function ua(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var ca={name:"transition",props:la,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(function(e){return e.tag||dt(e)})).length){0;var r=this.mode;0;var a=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return a;var i=oa(a);if(!i)return a;if(this._leaving)return ua(e,a);var l="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?l+"comment":l+i.tag:o(i.key)?0===String(i.key).indexOf(l)?i.key:l+i.key:i.key;var s=(i.data||(i.data={})).transition=sa(this),u=this._vnode,c=oa(u);if(i.data.directives&&i.data.directives.some(function(e){return"show"===e.name})&&(i.data.show=!0),c&&c.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(i,c)&&!dt(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var d=c.data.transition=w({},s);if("out-in"===r)return this._leaving=!0,lt(d,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),ua(e,a);if("in-out"===r){if(dt(i))return u;var f,h=function(){f()};lt(s,"afterEnter",h),lt(s,"enterCancelled",h),lt(d,"delayLeave",function(e){f=e})}}return a}}},da=w({tag:String,moveClass:String},la);function fa(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function ha(e){e.data.newPos=e.elm.getBoundingClientRect()}function pa(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,a=t.top-n.top;if(r||a){e.data.moved=!0;var i=e.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+a+"px)",i.transitionDuration="0s"}}delete da.mode;var va={Transition:ca,TransitionGroup:{props:da,render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,a=this.$slots.default||[],i=this.children=[],l=sa(this),o=0;o<a.length;o++){var s=a[o];if(s.tag)if(null!=s.key&&0!==String(s.key).indexOf("__vlist"))i.push(s),n[s.key]=s,(s.data||(s.data={})).transition=l;else;}if(r){for(var u=[],c=[],d=0;d<r.length;d++){var f=r[d];f.data.transition=l,f.data.pos=f.elm.getBoundingClientRect(),n[f.key]?u.push(f):c.push(f)}this.kept=e(t,null,u),this.removed=c}return e(t,null,i)},beforeUpdate:function(){this.__patch__(this._vnode,this.kept,!1,!0),this._vnode=this.kept},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(fa),e.forEach(ha),e.forEach(pa),this._reflow=document.body.offsetHeight,e.forEach(function(e){if(e.data.moved){var n=e.elm,r=n.style;Pr(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Sr,n._moveCb=function e(r){r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Sr,e),n._moveCb=null,Rr(n,t))})}}))},methods:{hasMove:function(e,t){if(!wr)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach(function(e){xr(n,e)}),kr(n,t),n.style.display="none",this.$el.appendChild(n);var r=Ir(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}}};dn.config.mustUseProp=function(e,t,n){return"value"===n&&Tn(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},dn.config.isReservedTag=Wn,dn.config.isReservedAttr=_n,dn.config.getTagNamespace=function(e){return Gn(e)?"svg":"math"===e?"math":void 0},dn.config.isUnknownElement=function(e){if(!$)return!0;if(Wn(e))return!1;if(e=e.toLowerCase(),null!=zn[e])return zn[e];var t=document.createElement(e);return e.indexOf("-")>-1?zn[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:zn[e]=/HTMLUnknownElement/.test(t.toString())},w(dn.options.directives,ia),w(dn.options.components,va),dn.prototype.__patch__=$?Yr:D,dn.prototype.$mount=function(e,t){return function(e,t,n){return e.$el=t,e.$options.render||(e.$options.render=pe),bt(e,"beforeMount"),new Bt(e,function(){e._update(e._render(),n)},D,null,!0),n=!1,null==e.$vnode&&(e._isMounted=!0,bt(e,"mounted")),e}(this,e=e&&$?function(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}(e):void 0,t)},$&&setTimeout(function(){E.devtools&&ne&&ne.emit("init",dn)},0),t.default=dn}.call(this,n(44),n(337).setImmediate)},function(e,t,n){"use strict";var r=n(0);e.exports={hasLines:function(e){return e.visible&&e.mode&&-1!==e.mode.indexOf("lines")},hasMarkers:function(e){return e.visible&&e.mode&&-1!==e.mode.indexOf("markers")},hasText:function(e){return e.visible&&e.mode&&-1!==e.mode.indexOf("text")},isBubble:function(e){return r.isPlainObject(e.marker)&&Array.isArray(e.marker.size)}}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(31),l=n(288),o=n(19).LINE_SPACING;function s(e,t){return e.node().getBoundingClientRect()[t]}var u=/([^$]*)([$]+[^$]*[$]+)([^$]*)/;t.convertToTspans=function(e,n,l){var g=e.text(),L=!e.attr("data-notex")&&"undefined"!=typeof MathJax&&g.match(u),D=r.select(e.node().parentNode);if(!D.empty()){var B=e.attr("class")?e.attr("class").split(" ")[0]:"text";return B+="-math",D.selectAll("svg."+B).remove(),D.selectAll("g."+B+"-group").remove(),e.style("display",null).attr({"data-unformatted":g,"data-math":"N"}),L?(n&&n._promises||[]).push(new Promise(function(t){e.style("display","none");var n={fontSize:parseInt(e.style("font-size"),10)};!function(e,t,n){var i="math-output-"+a.randstr([],64),l=r.select("body").append("div").attr({id:i}).style({visibility:"hidden",position:"absolute"}).style({"font-size":t.fontSize+"px"}).text((o=e,o.replace(c,"\\lt ").replace(d,"\\gt ")));var o;MathJax.Hub.Queue(["Typeset",MathJax.Hub,l.node()],function(){var t=r.select("body").select("#MathJax_SVG_glyphs");if(l.select(".MathJax_SVG").empty()||!l.select("svg").node())a.log("There was an error in the tex syntax.",e),n();else{var i=l.select("svg").node().getBoundingClientRect();n(l.select(".MathJax_SVG"),t,i)}l.remove()})}(L[2],n,function(n,r,a){D.selectAll("svg."+B).remove(),D.selectAll("g."+B+"-group").remove();var i=n&&n.select("svg");if(!i||!i.node())return S(),void t();var o=D.append("g").classed(B+"-group",!0).attr({"pointer-events":"none","data-unformatted":g,"data-math":"Y"});o.node().appendChild(i.node()),r&&r.node()&&i.node().insertBefore(r.node().cloneNode(!0),i.node().firstChild),i.attr({class:B,height:a.height,preserveAspectRatio:"xMinYMin meet"}).style({overflow:"visible","pointer-events":"none"});var u=e.style("fill")||"black";i.select("g").attr({fill:u,stroke:u});var c=s(i,"width"),d=s(i,"height"),f=+e.attr("x")-c*{start:0,middle:.5,end:1}[e.attr("text-anchor")||"start"],h=-(parseInt(e.style("font-size"),10)||s(e,"height"))/4;"y"===B[0]?(o.attr({transform:"rotate("+[-90,+e.attr("x"),+e.attr("y")]+") translate("+[-c/2,h-d/2]+")"}),i.attr({x:+e.attr("x"),y:+e.attr("y")})):"l"===B[0]?i.attr({x:e.attr("x"),y:h-d/2}):"a"===B[0]?i.attr({x:0,y:h}):i.attr({x:f,y:+e.attr("y")+h-d/2}),l&&l.call(e,o),t(o)})})):S(),e}function S(){D.empty()||(B=e.attr("class")+"-math",D.select("svg."+B).remove()),e.text("").style("white-space","pre"),function(e,t){t=(n=t,function(e,t){if(!e)return"";for(var n=0;n<t.length;n++){var r=t[n];e=e.replace(r.regExp,r.sub)}return e}(n,m)).replace(_," ");var n;var l,s=!1,u=[],c=-1;function d(){c++;var t=document.createElementNS(i.svg,"tspan");r.select(t).attr({class:"line",dy:c*o+"em"}),e.appendChild(t),l=t;var n=u;if(u=[{node:t}],n.length>1)for(var a=1;a<n.length;a++)g(n[a])}function g(e){var t,n=e.type,a={};if("a"===n){t="a";var o=e.target,s=e.href,c=e.popup;s&&(a={"xlink:xlink:show":"_blank"===o||"_"!==o.charAt(0)?"new":"replace",target:o,"xlink:xlink:href":s},c&&(a.onclick='window.open("'+s+'","'+o+'","'+c+'");return false;'))}else t="tspan";e.style&&(a.style=e.style);var d=document.createElementNS(i.svg,t);if("sup"===n||"sub"===n){L(l,v),l.appendChild(d);var f=document.createElementNS(i.svg,"tspan");L(f,v),r.select(f).attr("dy",p[n]),a.dy=h[n],l.appendChild(d),l.appendChild(f)}else l.appendChild(d);r.select(d).attr(a),l=e.node=d,u.push(e)}function L(e,t){e.appendChild(document.createTextNode(t))}function D(e){var n=u.pop();e!==n.type&&a.log("Start tag <"+n.type+"> doesnt match end tag <"+e+">. Pretending it did match.",t),l=u[u.length-1].node}b.test(t)?d():(l=e,u=[{node:e}]);for(var B=t.split(T),S=0;S<B.length;S++){var G=B[S],W=G.match(M),z=W&&W[2].toLowerCase(),O=f[z];if("br"===z)d();else if(void 0===O)L(l,G);else if(W[1])D(z);else{var P=W[4],R={type:z},E=A(P,K);if(E?(E=E.replace(w,"$1 fill:"),O&&(E+=";"+O)):O&&(E=O),E&&(R.style=E),"a"===z){s=!0;var j=A(P,k);if(j){var I=document.createElement("a");I.href=j,-1!==y.indexOf(I.protocol)&&(R.href=j,R.target=A(P,x)||"_blank",R.popup=A(P,C))}}g(R)}}return s}(e.node(),g)&&e.style("pointer-events","all"),t.positionText(e),l&&l.call(e)}};var c=/(<|<|<)/g,d=/(>|>|>)/g;var f={sup:"font-size:70%",sub:"font-size:70%",b:"font-weight:bold",i:"font-style:italic",a:"cursor:pointer",span:"",em:"font-style:italic;font-weight:bold"},h={sub:"0.3em",sup:"-0.6em"},p={sub:"-0.21em",sup:"0.42em"},v="โ",y=["http:","https:","mailto:","",void 0,":"],g=new RegExp("</?("+Object.keys(f).join("|")+")( [^>]*)?/?>","g"),m=Object.keys(l.entityToUnicode).map(function(e){return{regExp:new RegExp("&"+e+";","g"),sub:l.entityToUnicode[e]}}),_=/(\r\n?|\n)/g,T=/(<[^<>]*>)/,M=/<(\/?)([^ >]*)(\s+(.*))?>/i,b=/<br(\s+.*)?>/i,K=/(^|[\s"'])style\s*=\s*("([^"]*);?"|'([^']*);?')/i,k=/(^|[\s"'])href\s*=\s*("([^"]*)"|'([^']*)')/i,x=/(^|[\s"'])target\s*=\s*("([^"\s]*)"|'([^'\s]*)')/i,C=/(^|[\s"'])popup\s*=\s*("([^"\s]*)"|'([^'\s]*)')/i;function A(e,t){if(!e)return null;var n=e.match(t);return n&&(n[3]||n[4])}var w=/(^|;)\s*color:/;function L(e,t,n){var r,a,i,l=n.horizontalAlign,o=n.verticalAlign||"top",s=e.node().getBoundingClientRect(),u=t.node().getBoundingClientRect();return a="bottom"===o?function(){return s.bottom-r.height}:"middle"===o?function(){return s.top+(s.height-r.height)/2}:function(){return s.top},i="right"===l?function(){return s.right-r.width}:"center"===l?function(){return s.left+(s.width-r.width)/2}:function(){return s.left},function(){return r=this.node().getBoundingClientRect(),this.style({top:a()-u.top+"px",left:i()-u.left+"px","z-index":1e3}),this}}t.plainText=function(e){return(e||"").replace(g," ")},t.lineCount=function(e){return e.selectAll("tspan.line").size()||1},t.positionText=function(e,t,n){return e.each(function(){var e=r.select(this);function a(t,n){return void 0===n?null===(n=e.attr(t))&&(e.attr(t,0),n=0):e.attr(t,n),n}var i=a("x",t),l=a("y",n);"text"===this.nodeName&&e.selectAll("tspan.line").attr({x:i,y:l})})},t.makeEditable=function(e,t){var n=t.gd,a=t.delegate,i=r.dispatch("edit","input","cancel"),l=a||e;if(e.style({"pointer-events":a?"none":"all"}),1!==e.size())throw new Error("boo");function o(){var a,o;a=r.select(n).select(".svg-container"),(o=a.append("div")).classed("plugin-editable editable",!0).style({position:"absolute","font-family":e.style("font-family")||"Arial","font-size":e.style("font-size")||12,color:t.fill||e.style("fill")||"black",opacity:1,"background-color":t.background||"transparent",outline:"#ffffff33 1px solid",margin:[-parseFloat(e.style("font-size"))/8+1,0,0,-1].join("px ")+"px",padding:"0","box-sizing":"border-box"}).attr({contenteditable:!0}).text(t.text||e.attr("data-unformatted")).call(L(e,a,t)).on("blur",function(){n._editing=!1,e.text(this.textContent).style({opacity:1});var t,a=r.select(this).attr("class");(t=a?"."+a.split(" ")[0]+"-math-group":"[class*=-math-group]")&&r.select(e.node().parentNode).select(t).style({opacity:0});var l=this.textContent;r.select(this).transition().duration(0).remove(),r.select(document).on("mouseup",null),i.edit.call(e,l)}).on("focus",function(){var e=this;n._editing=!0,r.select(document).on("mouseup",function(){if(r.event.target===e)return!1;document.activeElement===o.node()&&o.node().blur()})}).on("keyup",function(){27===r.event.which?(n._editing=!1,e.style({opacity:1}),r.select(this).style({opacity:0}).on("blur",function(){return!1}).transition().remove(),i.cancel.call(e,this.textContent)):(i.input.call(e,this.textContent),r.select(this).call(L(e,a,t)))}).on("keydown",function(){13===r.event.which&&this.blur()}).call(s),e.style({opacity:0});var u,c=l.attr("class");(u=c?"."+c.split(" ")[0]+"-math-group":"[class*=-math-group]")&&r.select(e.node().parentNode).select(u).style({opacity:0})}function s(e){var t=e.node(),n=document.createRange();n.selectNodeContents(t);var r=window.getSelection();r.removeAllRanges(),r.addRange(n),t.focus()}return t.immediate?o():l.on("click",o),r.rebind(e,i,"on")}},function(e,t,n){"use strict";e.exports={idRegex:{x:/^x([2-9]|[1-9][0-9]+)?$/,y:/^y([2-9]|[1-9][0-9]+)?$/},attrRegex:{x:/^xaxis([2-9]|[1-9][0-9]+)?$/,y:/^yaxis([2-9]|[1-9][0-9]+)?$/},xAxisMatch:/^xaxis[0-9]*$/,yAxisMatch:/^yaxis[0-9]*$/,AX_ID_PATTERN:/^[xyz][0-9]*$/,AX_NAME_PATTERN:/^[xyz]axis[0-9]*$/,MINDRAG:8,MINSELECT:12,MINZOOM:20,DRAGGERSIZE:20,BENDPX:1.5,REDRAWDELAY:50,DFLTRANGEX:[-1,6],DFLTRANGEY:[-1,4]}},function(e,t,n){"use strict";e.exports={BADNUM:void 0,FP_SAFE:Number.MAX_VALUE/1e4,ONEAVGYEAR:315576e5,ONEAVGMONTH:26298e5,ONEDAY:864e5,ONEHOUR:36e5,ONEMIN:6e4,ONESEC:1e3,EPOCHJD:2440587.5,ALMOST_EQUAL:1-1e-6}},function(e,t,n){"use strict";e.exports={family:{valType:"string",role:"style",noBlank:!0,strict:!0,description:["HTML font family - the typeface that will be applied by the web browser.","The web browser will only be able to apply a font if it is available on the system","which it operates. Provide multiple font families, separated by commas, to indicate","the preference in which to apply fonts if they aren't available on the system.","The plotly service (at https://plot.ly or on-premise) generates images on a server,","where only a select number of","fonts are installed and supported.","These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*,","*Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*,","*PT Sans Narrow*, *Raleway*, *Times New Roman*."].join(" ")},size:{valType:"number",role:"style",min:1},color:{valType:"color",role:"style"}}},function(e,t,n){"use strict";var r=n(4),a=n(9),i=n(0),l=n(15);function o(e,t,n){var r=e._fullLayout;if(!r)return[];function i(e,n){for(var r=Object.keys(e),a=/^[xyz]axis[0-9]*/,i=[],l=0;l<r.length;l++){var o=r[l];t&&o.charAt(0)!==t||a.test(o)&&i.push(n+o)}return i.sort()}var l=i(r,"");if(n)return l;for(var o=a.getSubplotIds(r,"gl3d")||[],s=0;s<o.length;s++){var u=o[s];l=l.concat(i(r[u],u+"."))}return l}t.id2name=function(e){if("string"==typeof e&&e.match(l.AX_ID_PATTERN)){var t=e.substr(1);return"1"===t&&(t=""),e.charAt(0)+"axis"+t}},t.name2id=function(e){if(e.match(l.AX_NAME_PATTERN)){var t=e.substr(5);return"1"===t&&(t=""),e.charAt(0)+t}},t.cleanId=function(e,t){if(e.match(l.AX_ID_PATTERN)&&(!t||e.charAt(0)===t)){var n=e.substr(1).replace(/^0+/,"");return"1"===n&&(n=""),e.charAt(0)+n}},t.list=function(e,t,n){return o(e,t,n).map(function(t){return i.nestedProperty(e._fullLayout,t).get()})},t.listIds=function(e,n){return o(e,n,!0).map(t.name2id)},t.getFromId=function(e,n,r){var a=e._fullLayout;return"x"===r?n=n.replace(/y[0-9]*/,""):"y"===r&&(n=n.replace(/x[0-9]*/,"")),a[t.id2name(n)]},t.getFromTrace=function(e,n,a){var i=e._fullLayout,l=null;if(r.traceIs(n,"gl3d")){var o=n.scene;"scene"===o.substr(0,5)&&(l=i[o][a+"axis"])}else l=t.getFromId(e,n[a+"axis"]||a);return l}},function(e,t,n){"use strict";e.exports={FROM_BL:{left:0,center:.5,right:1,bottom:0,middle:.5,top:1},FROM_TL:{left:0,center:.5,right:1,bottom:1,middle:.5,top:0},LINE_SPACING:1.3}},function(e,t,n){"use strict";var r=n(8),a=n(0),i=n(15),l=n(96),o=e.exports={};o.align=n(266),o.getCursor=n(265);var s=n(264);function u(){var e=document.createElement("div");e.className="dragcover";var t=e.style;return t.position="fixed",t.left=0,t.right=0,t.top=0,t.bottom=0,t.zIndex=999999999,t.background="none",document.body.appendChild(e),e}o.unhover=s.wrapped,o.unhoverRaw=s.raw,o.init=function(e){var t,n,s,c,d,f=e.gd,h=1,p=l.DBLCLICKDELAY;function v(r){var l=r.clientX-t,s=r.clientY-n,u=e.minDrag||i.MINDRAG;return Math.abs(l)<u&&(l=0),Math.abs(s)<u&&(s=0),(l||s)&&(f._dragged=!0,o.unhover(f)),e.moveFn&&e.moveFn(l,s,f._dragged),a.pauseEvent(r)}function y(t){if(c.onmousemove=null,c.onmouseup=null,c.onmouseout=null,a.removeElement(c),f._dragging){if(f._dragging=!1,(new Date).getTime()-f._mouseDownTime>p&&(h=Math.max(h-1,1)),e.doneFn&&e.doneFn(f._dragged,h,t),!f._dragged){var n;try{n=new MouseEvent("click",t)}catch(e){(n=document.createEvent("MouseEvents")).initMouseEvent("click",t.bubbles,t.cancelable,t.view,t.detail,t.screenX,t.screenY,t.clientX,t.clientY,t.ctrlKey,t.altKey,t.shiftKey,t.metaKey,t.button,t.relatedTarget)}d.dispatchEvent(n)}return function(e){e._dragging=!1,e._replotPending&&r.plot(e)}(f),f._dragged=!1,a.pauseEvent(t)}f._dragged=!1}f._mouseDownTime||(f._mouseDownTime=0),e.element.onmousedown=function(r){return f._dragged=!1,f._dragging=!0,t=r.clientX,n=r.clientY,d=r.target,(s=(new Date).getTime())-f._mouseDownTime<p?h+=1:(h=1,f._mouseDownTime=s),e.prepFn&&e.prepFn(r,t,n),(c=u()).onmousemove=v,c.onmouseup=y,c.onmouseout=y,c.style.cursor=window.getComputedStyle(e.element).cursor,a.pauseEvent(r)},e.element.style.pointerEvents="all"},o.coverSlip=u},function(e,t,n){var r;!function(a){var i=/^\s+/,l=/\s+$/,o=0,s=a.round,u=a.min,c=a.max,d=a.random;function f(e,t){if(e=e||"",t=t||{},e instanceof f)return e;if(!(this instanceof f))return new f(e,t);var n=function(e){var t={r:0,g:0,b:0},n=1,r=null,o=null,s=null,d=!1,f=!1;"string"==typeof e&&(e=function(e){e=e.replace(i,"").replace(l,"").toLowerCase();var t,n=!1;if(D[e])e=D[e],n=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};if(t=F.rgb.exec(e))return{r:t[1],g:t[2],b:t[3]};if(t=F.rgba.exec(e))return{r:t[1],g:t[2],b:t[3],a:t[4]};if(t=F.hsl.exec(e))return{h:t[1],s:t[2],l:t[3]};if(t=F.hsla.exec(e))return{h:t[1],s:t[2],l:t[3],a:t[4]};if(t=F.hsv.exec(e))return{h:t[1],s:t[2],v:t[3]};if(t=F.hsva.exec(e))return{h:t[1],s:t[2],v:t[3],a:t[4]};if(t=F.hex8.exec(e))return{r:z(t[1]),g:z(t[2]),b:z(t[3]),a:E(t[4]),format:n?"name":"hex8"};if(t=F.hex6.exec(e))return{r:z(t[1]),g:z(t[2]),b:z(t[3]),format:n?"name":"hex"};if(t=F.hex4.exec(e))return{r:z(t[1]+""+t[1]),g:z(t[2]+""+t[2]),b:z(t[3]+""+t[3]),a:E(t[4]+""+t[4]),format:n?"name":"hex8"};if(t=F.hex3.exec(e))return{r:z(t[1]+""+t[1]),g:z(t[2]+""+t[2]),b:z(t[3]+""+t[3]),format:n?"name":"hex"};return!1}(e));"object"==typeof e&&($(e.r)&&$(e.g)&&$(e.b)?(h=e.r,p=e.g,v=e.b,t={r:255*G(h,255),g:255*G(p,255),b:255*G(v,255)},d=!0,f="%"===String(e.r).substr(-1)?"prgb":"rgb"):$(e.h)&&$(e.s)&&$(e.v)?(r=P(e.s),o=P(e.v),t=function(e,t,n){e=6*G(e,360),t=G(t,100),n=G(n,100);var r=a.floor(e),i=e-r,l=n*(1-t),o=n*(1-i*t),s=n*(1-(1-i)*t),u=r%6;return{r:255*[n,o,l,l,s,n][u],g:255*[s,n,n,o,l,l][u],b:255*[l,l,s,n,n,o][u]}}(e.h,r,o),d=!0,f="hsv"):$(e.h)&&$(e.s)&&$(e.l)&&(r=P(e.s),s=P(e.l),t=function(e,t,n){var r,a,i;function l(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}if(e=G(e,360),t=G(t,100),n=G(n,100),0===t)r=a=i=n;else{var o=n<.5?n*(1+t):n+t-n*t,s=2*n-o;r=l(s,o,e+1/3),a=l(s,o,e),i=l(s,o,e-1/3)}return{r:255*r,g:255*a,b:255*i}}(e.h,r,s),d=!0,f="hsl"),e.hasOwnProperty("a")&&(n=e.a));var h,p,v;return n=S(n),{ok:d,format:e.format||f,r:u(255,c(t.r,0)),g:u(255,c(t.g,0)),b:u(255,c(t.b,0)),a:n}}(e);this._originalInput=e,this._r=n.r,this._g=n.g,this._b=n.b,this._a=n.a,this._roundA=s(100*this._a)/100,this._format=t.format||n.format,this._gradientType=t.gradientType,this._r<1&&(this._r=s(this._r)),this._g<1&&(this._g=s(this._g)),this._b<1&&(this._b=s(this._b)),this._ok=n.ok,this._tc_id=o++}function h(e,t,n){e=G(e,255),t=G(t,255),n=G(n,255);var r,a,i=c(e,t,n),l=u(e,t,n),o=(i+l)/2;if(i==l)r=a=0;else{var s=i-l;switch(a=o>.5?s/(2-i-l):s/(i+l),i){case e:r=(t-n)/s+(t<n?6:0);break;case t:r=(n-e)/s+2;break;case n:r=(e-t)/s+4}r/=6}return{h:r,s:a,l:o}}function p(e,t,n){e=G(e,255),t=G(t,255),n=G(n,255);var r,a,i=c(e,t,n),l=u(e,t,n),o=i,s=i-l;if(a=0===i?0:s/i,i==l)r=0;else{switch(i){case e:r=(t-n)/s+(t<n?6:0);break;case t:r=(n-e)/s+2;break;case n:r=(e-t)/s+4}r/=6}return{h:r,s:a,v:o}}function v(e,t,n,r){var a=[O(s(e).toString(16)),O(s(t).toString(16)),O(s(n).toString(16))];return r&&a[0].charAt(0)==a[0].charAt(1)&&a[1].charAt(0)==a[1].charAt(1)&&a[2].charAt(0)==a[2].charAt(1)?a[0].charAt(0)+a[1].charAt(0)+a[2].charAt(0):a.join("")}function y(e,t,n,r){return[O(R(r)),O(s(e).toString(16)),O(s(t).toString(16)),O(s(n).toString(16))].join("")}function g(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.s-=t/100,n.s=W(n.s),f(n)}function m(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.s+=t/100,n.s=W(n.s),f(n)}function _(e){return f(e).desaturate(100)}function T(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.l+=t/100,n.l=W(n.l),f(n)}function M(e,t){t=0===t?0:t||10;var n=f(e).toRgb();return n.r=c(0,u(255,n.r-s(-t/100*255))),n.g=c(0,u(255,n.g-s(-t/100*255))),n.b=c(0,u(255,n.b-s(-t/100*255))),f(n)}function b(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.l-=t/100,n.l=W(n.l),f(n)}function K(e,t){var n=f(e).toHsl(),r=(n.h+t)%360;return n.h=r<0?360+r:r,f(n)}function k(e){var t=f(e).toHsl();return t.h=(t.h+180)%360,f(t)}function x(e){var t=f(e).toHsl(),n=t.h;return[f(e),f({h:(n+120)%360,s:t.s,l:t.l}),f({h:(n+240)%360,s:t.s,l:t.l})]}function C(e){var t=f(e).toHsl(),n=t.h;return[f(e),f({h:(n+90)%360,s:t.s,l:t.l}),f({h:(n+180)%360,s:t.s,l:t.l}),f({h:(n+270)%360,s:t.s,l:t.l})]}function A(e){var t=f(e).toHsl(),n=t.h;return[f(e),f({h:(n+72)%360,s:t.s,l:t.l}),f({h:(n+216)%360,s:t.s,l:t.l})]}function w(e,t,n){t=t||6,n=n||30;var r=f(e).toHsl(),a=360/n,i=[f(e)];for(r.h=(r.h-(a*t>>1)+720)%360;--t;)r.h=(r.h+a)%360,i.push(f(r));return i}function L(e,t){t=t||6;for(var n=f(e).toHsv(),r=n.h,a=n.s,i=n.v,l=[],o=1/t;t--;)l.push(f({h:r,s:a,v:i})),i=(i+o)%1;return l}f.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,t,n,r=this.toRgb();return e=r.r/255,t=r.g/255,n=r.b/255,.2126*(e<=.03928?e/12.92:a.pow((e+.055)/1.055,2.4))+.7152*(t<=.03928?t/12.92:a.pow((t+.055)/1.055,2.4))+.0722*(n<=.03928?n/12.92:a.pow((n+.055)/1.055,2.4))},setAlpha:function(e){return this._a=S(e),this._roundA=s(100*this._a)/100,this},toHsv:function(){var e=p(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=p(this._r,this._g,this._b),t=s(360*e.h),n=s(100*e.s),r=s(100*e.v);return 1==this._a?"hsv("+t+", "+n+"%, "+r+"%)":"hsva("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHsl:function(){var e=h(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=h(this._r,this._g,this._b),t=s(360*e.h),n=s(100*e.s),r=s(100*e.l);return 1==this._a?"hsl("+t+", "+n+"%, "+r+"%)":"hsla("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHex:function(e){return v(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return function(e,t,n,r,a){var i=[O(s(e).toString(16)),O(s(t).toString(16)),O(s(n).toString(16)),O(R(r))];if(a&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)&&i[3].charAt(0)==i[3].charAt(1))return i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0)+i[3].charAt(0);return i.join("")}(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:s(this._r),g:s(this._g),b:s(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+s(this._r)+", "+s(this._g)+", "+s(this._b)+")":"rgba("+s(this._r)+", "+s(this._g)+", "+s(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:s(100*G(this._r,255))+"%",g:s(100*G(this._g,255))+"%",b:s(100*G(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+s(100*G(this._r,255))+"%, "+s(100*G(this._g,255))+"%, "+s(100*G(this._b,255))+"%)":"rgba("+s(100*G(this._r,255))+"%, "+s(100*G(this._g,255))+"%, "+s(100*G(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(B[v(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t="#"+y(this._r,this._g,this._b,this._a),n=t,r=this._gradientType?"GradientType = 1, ":"";if(e){var a=f(e);n="#"+y(a._r,a._g,a._b,a._a)}return"progid:DXImageTransform.Microsoft.gradient("+r+"startColorstr="+t+",endColorstr="+n+")"},toString:function(e){var t=!!e;e=e||this._format;var n=!1,r=this._a<1&&this._a>=0;return t||!r||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(n=this.toRgbString()),"prgb"===e&&(n=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(n=this.toHexString()),"hex3"===e&&(n=this.toHexString(!0)),"hex4"===e&&(n=this.toHex8String(!0)),"hex8"===e&&(n=this.toHex8String()),"name"===e&&(n=this.toName()),"hsl"===e&&(n=this.toHslString()),"hsv"===e&&(n=this.toHsvString()),n||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return f(this.toString())},_applyModification:function(e,t){var n=e.apply(null,[this].concat([].slice.call(t)));return this._r=n._r,this._g=n._g,this._b=n._b,this.setAlpha(n._a),this},lighten:function(){return this._applyModification(T,arguments)},brighten:function(){return this._applyModification(M,arguments)},darken:function(){return this._applyModification(b,arguments)},desaturate:function(){return this._applyModification(g,arguments)},saturate:function(){return this._applyModification(m,arguments)},greyscale:function(){return this._applyModification(_,arguments)},spin:function(){return this._applyModification(K,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(w,arguments)},complement:function(){return this._applyCombination(k,arguments)},monochromatic:function(){return this._applyCombination(L,arguments)},splitcomplement:function(){return this._applyCombination(A,arguments)},triad:function(){return this._applyCombination(x,arguments)},tetrad:function(){return this._applyCombination(C,arguments)}},f.fromRatio=function(e,t){if("object"==typeof e){var n={};for(var r in e)e.hasOwnProperty(r)&&(n[r]="a"===r?e[r]:P(e[r]));e=n}return f(e,t)},f.equals=function(e,t){return!(!e||!t)&&f(e).toRgbString()==f(t).toRgbString()},f.random=function(){return f.fromRatio({r:d(),g:d(),b:d()})},f.mix=function(e,t,n){n=0===n?0:n||50;var r=f(e).toRgb(),a=f(t).toRgb(),i=n/100;return f({r:(a.r-r.r)*i+r.r,g:(a.g-r.g)*i+r.g,b:(a.b-r.b)*i+r.b,a:(a.a-r.a)*i+r.a})},f.readability=function(e,t){var n=f(e),r=f(t);return(a.max(n.getLuminance(),r.getLuminance())+.05)/(a.min(n.getLuminance(),r.getLuminance())+.05)},f.isReadable=function(e,t,n){var r,a,i=f.readability(e,t);switch(a=!1,(r=function(e){var t,n;t=((e=e||{level:"AA",size:"small"}).level||"AA").toUpperCase(),n=(e.size||"small").toLowerCase(),"AA"!==t&&"AAA"!==t&&(t="AA");"small"!==n&&"large"!==n&&(n="small");return{level:t,size:n}}(n)).level+r.size){case"AAsmall":case"AAAlarge":a=i>=4.5;break;case"AAlarge":a=i>=3;break;case"AAAsmall":a=i>=7}return a},f.mostReadable=function(e,t,n){var r,a,i,l,o=null,s=0;a=(n=n||{}).includeFallbackColors,i=n.level,l=n.size;for(var u=0;u<t.length;u++)(r=f.readability(e,t[u]))>s&&(s=r,o=f(t[u]));return f.isReadable(e,o,{level:i,size:l})||!a?o:(n.includeFallbackColors=!1,f.mostReadable(e,["#fff","#000"],n))};var D=f.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},B=f.hexNames=function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}(D);function S(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function G(e,t){(function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var n=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return e=u(t,c(0,parseFloat(e))),n&&(e=parseInt(e*t,10)/100),a.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function W(e){return u(1,c(0,e))}function z(e){return parseInt(e,16)}function O(e){return 1==e.length?"0"+e:""+e}function P(e){return e<=1&&(e=100*e+"%"),e}function R(e){return a.round(255*parseFloat(e)).toString(16)}function E(e){return z(e)/255}var j,I,N,F=(I="[\\s|\\(]+("+(j="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+j+")[,|\\s]+("+j+")\\s*\\)?",N="[\\s|\\(]+("+j+")[,|\\s]+("+j+")[,|\\s]+("+j+")[,|\\s]+("+j+")\\s*\\)?",{CSS_UNIT:new RegExp(j),rgb:new RegExp("rgb"+I),rgba:new RegExp("rgba"+N),hsl:new RegExp("hsl"+I),hsla:new RegExp("hsla"+N),hsv:new RegExp("hsv"+I),hsva:new RegExp("hsva"+N),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function $(e){return!!F.CSS_UNIT.exec(e)}void 0!==e&&e.exports?e.exports=f:void 0===(r=function(){return f}.call(t,n,t,e))||(e.exports=r)}(Math)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));t.default={computed:{playersPerMatch:function(){return r.playersPerMatch(this.selectedMode)},hasTalents:function(){return r.hasTalents(this.selectedMode)},selectedActor:{get:function(){return this.$route.query.actor||"*Kinetic*"},set:function(e){this.$ga.event("Hero","update",e);var t=Object.assign({},this.$route.query,{actor:e});this.$router.push({query:t})}},selectedMode:{get:function(){return this.$route.query.mode||"blitz_pvp_ranked"},set:function(e){this.$ga.event("Mode","update",e);var t=Object.assign({},this.$route.query,{mode:e});this.$router.push({query:t})}},filterRarity:{get:function(){return this.$route.query.rarity||""},set:function(e){this.$ga.event("Rarity","update",e);var t=Object.assign({},this.$route.query,{rarity:e});this.$router.push({query:t})}},filterName:{get:function(){return this.$route.query.search||""},set:function(e){this.$ga.event("Search","update",e);var t=Object.assign({},this.$route.query,{search:e});this.$router.push({query:t})}},filterLowPickrate:{get:function(){return 1==this.$route.query.lowPickrate},set:function(e){this.$ga.event("LowPickrate","update",e);var t=Object.assign({},this.$route.query,{lowPickrate:e});this.$router.push({query:t})}}}}},function(e,t,n){"use strict";var r=n(17),a=n(24),i=n(101).dash,l=n(10).extendFlat,o=n(15);e.exports={visible:{valType:"boolean",role:"info",description:["A single toggle to hide the axis while preserving interaction like dragging.","Default is true when a cheater plot is present on the axis, otherwise","false"].join(" ")},color:{valType:"color",dflt:a.defaultLine,role:"style",description:["Sets default for all colors associated with this axis","all at once: line, font, tick, and grid colors.","Grid color is lightened by blending this with the plot background","Individual pieces can override this."].join(" ")},title:{valType:"string",role:"info",description:"Sets the title of this axis."},titlefont:l({},r,{description:["Sets this axis' title font."].join(" ")}),type:{valType:"enumerated",values:["-","linear","log","date","category"],dflt:"-",role:"info",description:["Sets the axis type.","By default, plotly attempts to determined the axis type","by looking into the data of the traces that referenced","the axis in question."].join(" ")},autorange:{valType:"enumerated",values:[!0,!1,"reversed"],dflt:!0,role:"style",description:["Determines whether or not the range of this axis is","computed in relation to the input data.","See `rangemode` for more info.","If `range` is provided, then `autorange` is set to *false*."].join(" ")},rangemode:{valType:"enumerated",values:["normal","tozero","nonnegative"],dflt:"normal",role:"style",description:["If *normal*, the range is computed in relation to the extrema","of the input data.","If *tozero*`, the range extends to 0,","regardless of the input data","If *nonnegative*, the range is non-negative,","regardless of the input data."].join(" ")},range:{valType:"info_array",role:"info",items:[{valType:"any"},{valType:"any"}],description:["Sets the range of this axis.","If the axis `type` is *log*, then you must take the log of your","desired range (e.g. to set the range from 1 to 100,","set the range from 0 to 2).","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},fixedrange:{valType:"boolean",dflt:!1,role:"info",description:["Determines whether or not this axis is zoom-able.","If true, then zoom is disabled."].join(" ")},scaleanchor:{valType:"enumerated",values:[o.idRegex.x.toString(),o.idRegex.y.toString()],role:"info",description:["If set to another axis id (e.g. `x2`, `y`), the range of this axis","changes together with the range of the corresponding axis","such that the scale of pixels per unit is in a constant ratio.","Both axes are still zoomable, but when you zoom one, the other will","zoom the same amount, keeping a fixed midpoint.","`constrain` and `constraintoward` determine how we enforce the constraint.","You can chain these, ie `yaxis: {scaleanchor: *x*}, xaxis2: {scaleanchor: *y*}`","but you can only link axes of the same `type`.","The linked axis can have the opposite letter (to constrain the aspect ratio)","or the same letter (to match scales across subplots).","Loops (`yaxis: {scaleanchor: *x*}, xaxis: {scaleanchor: *y*}` or longer) are redundant","and the last constraint encountered will be ignored to avoid possible","inconsistent constraints via `scaleratio`."].join(" ")},scaleratio:{valType:"number",min:0,dflt:1,role:"info",description:["If this axis is linked to another by `scaleanchor`, this determines the pixel","to unit scale ratio. For example, if this value is 10, then every unit on","this axis spans 10 times the number of pixels as a unit on the linked axis.","Use this for example to create an elevation profile where the vertical scale","is exaggerated a fixed amount with respect to the horizontal."].join(" ")},constrain:{valType:"enumerated",values:["range","domain"],dflt:"range",role:"info",description:["If this axis needs to be compressed (either due to its own `scaleanchor` and","`scaleratio` or those of the other axis), determines how that happens:","by increasing the *range* (default), or by decreasing the *domain*."].join(" ")},constraintoward:{valType:"enumerated",values:["left","center","right","top","middle","bottom"],role:"info",description:["If this axis needs to be compressed (either due to its own `scaleanchor` and","`scaleratio` or those of the other axis), determines which direction we push","the originally specified plot area. Options are *left*, *center* (default),","and *right* for x axes, and *top*, *middle* (default), and *bottom* for y axes."].join(" ")},tickmode:{valType:"enumerated",values:["auto","linear","array"],role:"info",description:["Sets the tick mode for this axis.","If *auto*, the number of ticks is set via `nticks`.","If *linear*, the placement of the ticks is determined by","a starting position `tick0` and a tick step `dtick`","(*linear* is the default value if `tick0` and `dtick` are provided).","If *array*, the placement of the ticks is set via `tickvals`","and the tick text is `ticktext`.","(*array* is the default value if `tickvals` is provided)."].join(" ")},nticks:{valType:"integer",min:0,dflt:0,role:"style",description:["Specifies the maximum number of ticks for the particular axis.","The actual number of ticks will be chosen automatically to be","less than or equal to `nticks`.","Has an effect only if `tickmode` is set to *auto*."].join(" ")},tick0:{valType:"any",role:"style",description:["Sets the placement of the first tick on this axis.","Use with `dtick`.","If the axis `type` is *log*, then you must take the log of your starting tick","(e.g. to set the starting tick to 100, set the `tick0` to 2)","except when `dtick`=*L<f>* (see `dtick` for more info).","If the axis `type` is *date*, it should be a date string, like date data.","If the axis `type` is *category*, it should be a number, using the scale where","each category is assigned a serial number from zero in the order it appears."].join(" ")},dtick:{valType:"any",role:"style",description:["Sets the step in-between ticks on this axis. Use with `tick0`.","Must be a positive number, or special strings available to *log* and *date* axes.","If the axis `type` is *log*, then ticks are set every 10^(n*dtick) where n","is the tick number. For example,","to set a tick mark at 1, 10, 100, 1000, ... set dtick to 1.","To set tick marks at 1, 100, 10000, ... set dtick to 2.","To set tick marks at 1, 5, 25, 125, 625, 3125, ... set dtick to log_10(5), or 0.69897000433.","*log* has several special values; *L<f>*, where `f` is a positive number,","gives ticks linearly spaced in value (but not position).","For example `tick0` = 0.1, `dtick` = *L0.5* will put ticks at 0.1, 0.6, 1.1, 1.6 etc.","To show powers of 10 plus small digits between, use *D1* (all digits) or *D2* (only 2 and 5).","`tick0` is ignored for *D1* and *D2*.","If the axis `type` is *date*, then you must convert the time to milliseconds.","For example, to set the interval between ticks to one day,","set `dtick` to 86400000.0.","*date* also has special values *M<n>* gives ticks spaced by a number of months.","`n` must be a positive integer.","To set ticks on the 15th of every third month, set `tick0` to *2000-01-15* and `dtick` to *M3*.","To set ticks every 4 years, set `dtick` to *M48*"].join(" ")},tickvals:{valType:"data_array",description:["Sets the values at which ticks on this axis appear.","Only has an effect if `tickmode` is set to *array*.","Used with `ticktext`."].join(" ")},ticktext:{valType:"data_array",description:["Sets the text displayed at the ticks position via `tickvals`.","Only has an effect if `tickmode` is set to *array*.","Used with `tickvals`."].join(" ")},ticks:{valType:"enumerated",values:["outside","inside",""],role:"style",description:["Determines whether ticks are drawn or not.","If **, this axis' ticks are not drawn.","If *outside* (*inside*), this axis' are drawn outside (inside)","the axis lines."].join(" ")},mirror:{valType:"enumerated",values:[!0,"ticks",!1,"all","allticks"],dflt:!1,role:"style",description:["Determines if the axis lines or/and ticks are mirrored to","the opposite side of the plotting area.","If *true*, the axis lines are mirrored.","If *ticks*, the axis lines and ticks are mirrored.","If *false*, mirroring is disable.","If *all*, axis lines are mirrored on all shared-axes subplots.","If *allticks*, axis lines and ticks are mirrored","on all shared-axes subplots."].join(" ")},ticklen:{valType:"number",min:0,dflt:5,role:"style",description:"Sets the tick length (in px)."},tickwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the tick width (in px)."},tickcolor:{valType:"color",dflt:a.defaultLine,role:"style",description:"Sets the tick color."},showticklabels:{valType:"boolean",dflt:!0,role:"style",description:"Determines whether or not the tick labels are drawn."},showspikes:{valType:"boolean",dflt:!1,role:"style",description:["Determines whether or not spikes (aka droplines) are drawn for this axis.","Note: This only takes affect when hovermode = closest"].join(" ")},spikecolor:{valType:"color",dflt:null,role:"style",description:"Sets the spike color. If undefined, will use the series color"},spikethickness:{valType:"number",dflt:3,role:"style",description:"Sets the width (in px) of the zero line."},spikedash:l({},i,{dflt:"dash"}),spikemode:{valType:"flaglist",flags:["toaxis","across","marker"],role:"style",dflt:"toaxis",description:["Determines the drawing mode for the spike line","If *toaxis*, the line is drawn from the data point to the axis the ","series is plotted on.","If *across*, the line is drawn across the entire plot area, and","supercedes *toaxis*.","If *marker*, then a marker dot is drawn on the axis the series is","plotted on"].join(" ")},tickfont:l({},r,{description:"Sets the tick font."}),tickangle:{valType:"angle",dflt:"auto",role:"style",description:["Sets the angle of the tick labels with respect to the horizontal.","For example, a `tickangle` of -90 draws the tick labels","vertically."].join(" ")},tickprefix:{valType:"string",dflt:"",role:"style",description:"Sets a tick label prefix."},showtickprefix:{valType:"enumerated",values:["all","first","last","none"],dflt:"all",role:"style",description:["If *all*, all tick labels are displayed with a prefix.","If *first*, only the first tick is displayed with a prefix.","If *last*, only the last tick is displayed with a suffix.","If *none*, tick prefixes are hidden."].join(" ")},ticksuffix:{valType:"string",dflt:"",role:"style",description:"Sets a tick label suffix."},showticksuffix:{valType:"enumerated",values:["all","first","last","none"],dflt:"all",role:"style",description:"Same as `showtickprefix` but for tick suffixes."},showexponent:{valType:"enumerated",values:["all","first","last","none"],dflt:"all",role:"style",description:["If *all*, all exponents are shown besides their significands.","If *first*, only the exponent of the first tick is shown.","If *last*, only the exponent of the last tick is shown.","If *none*, no exponents appear."].join(" ")},exponentformat:{valType:"enumerated",values:["none","e","E","power","SI","B"],dflt:"B",role:"style",description:["Determines a formatting rule for the tick exponents.","For example, consider the number 1,000,000,000.","If *none*, it appears as 1,000,000,000.","If *e*, 1e+9.","If *E*, 1E+9.","If *power*, 1x10^9 (with 9 in a super script).","If *SI*, 1G.","If *B*, 1B."].join(" ")},separatethousands:{valType:"boolean",dflt:!1,role:"style",description:['If "true", even 4-digit integers are separated'].join(" ")},tickformat:{valType:"string",dflt:"",role:"style",description:["Sets the tick label formatting rule using d3 formatting mini-languages","which are very similar to those in Python. For numbers, see:","https://github.com/d3/d3-format/blob/master/README.md#locale_format","And for dates see:","https://github.com/d3/d3-time-format/blob/master/README.md#locale_format","We add one item to d3's date formatter: *%{n}f* for fractional seconds","with n digits. For example, *2016-10-13 09:15:23.456* with tickformat","*%H~%M~%S.%2f* would display *09~15~23.46*"].join(" ")},hoverformat:{valType:"string",dflt:"",role:"style",description:["Sets the hover text formatting rule using d3 formatting mini-languages","which are very similar to those in Python. For numbers, see:","https://github.com/d3/d3-format/blob/master/README.md#locale_format","And for dates see:","https://github.com/d3/d3-time-format/blob/master/README.md#locale_format","We add one item to d3's date formatter: *%{n}f* for fractional seconds","with n digits. For example, *2016-10-13 09:15:23.456* with tickformat","*%H~%M~%S.%2f* would display *09~15~23.46*"].join(" ")},showline:{valType:"boolean",dflt:!1,role:"style",description:["Determines whether or not a line bounding this axis is drawn."].join(" ")},linecolor:{valType:"color",dflt:a.defaultLine,role:"style",description:"Sets the axis line color."},linewidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the width (in px) of the axis line."},showgrid:{valType:"boolean",role:"style",description:["Determines whether or not grid lines are drawn.","If *true*, the grid lines are drawn at every tick mark."].join(" ")},gridcolor:{valType:"color",dflt:a.lightLine,role:"style",description:"Sets the color of the grid lines."},gridwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the width (in px) of the grid lines."},zeroline:{valType:"boolean",role:"style",description:["Determines whether or not a line is drawn at along the 0 value","of this axis.","If *true*, the zero line is drawn on top of the grid lines."].join(" ")},zerolinecolor:{valType:"color",dflt:a.defaultLine,role:"style",description:"Sets the line color of the zero line."},zerolinewidth:{valType:"number",dflt:1,role:"style",description:"Sets the width (in px) of the zero line."},anchor:{valType:"enumerated",values:["free",o.idRegex.x.toString(),o.idRegex.y.toString()],role:"info",description:["If set to an opposite-letter axis id (e.g. `x2`, `y`), this axis is bound to","the corresponding opposite-letter axis.","If set to *free*, this axis' position is determined by `position`."].join(" ")},side:{valType:"enumerated",values:["top","bottom","left","right"],role:"info",description:["Determines whether a x (y) axis is positioned","at the *bottom* (*left*) or *top* (*right*)","of the plotting area."].join(" ")},overlaying:{valType:"enumerated",values:["free",o.idRegex.x.toString(),o.idRegex.y.toString()],role:"info",description:["If set a same-letter axis id, this axis is overlaid on top of","the corresponding same-letter axis.","If *false*, this axis does not overlay any same-letter axes."].join(" ")},domain:{valType:"info_array",role:"info",items:[{valType:"number",min:0,max:1},{valType:"number",min:0,max:1}],dflt:[0,1],description:["Sets the domain of this axis (in plot fraction)."].join(" ")},position:{valType:"number",min:0,max:1,dflt:0,role:"style",description:["Sets the position of this axis in the plotting space","(in normalized coordinates).","Only has an effect if `anchor` is set to *free*."].join(" ")},categoryorder:{valType:"enumerated",values:["trace","category ascending","category descending","array"],dflt:"trace",role:"info",description:["Specifies the ordering logic for the case of categorical variables.","By default, plotly uses *trace*, which specifies the order that is present in the data supplied.","Set `categoryorder` to *category ascending* or *category descending* if order should be determined by","the alphanumerical order of the category names.","Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category","is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to","the *trace* mode. The unspecified categories will follow the categories in `categoryarray`."].join(" ")},categoryarray:{valType:"data_array",role:"info",description:["Sets the order in which categories on this axis appear.","Only has an effect if `categoryorder` is set to *array*.","Used with `categoryorder`."].join(" ")},_deprecated:{autotick:{valType:"boolean",role:"info",description:["Obsolete.","Set `tickmode` to *auto* for old `autotick` *true* behavior.","Set `tickmode` to *linear* for `autotick` *false*."].join(" ")}}}},function(e,t,n){"use strict";t.defaults=["#1f77b4","#ff7f0e","#2ca02c","#d62728","#9467bd","#8c564b","#e377c2","#7f7f7f","#bcbd22","#17becf"],t.defaultLine="#444",t.lightLine="#eee",t.background="#fff",t.borderLine="#BEC8D9",t.lightFraction=1e3/11},function(e,t,n){"use strict";e.exports={Greys:[[0,"rgb(0,0,0)"],[1,"rgb(255,255,255)"]],YlGnBu:[[0,"rgb(8,29,88)"],[.125,"rgb(37,52,148)"],[.25,"rgb(34,94,168)"],[.375,"rgb(29,145,192)"],[.5,"rgb(65,182,196)"],[.625,"rgb(127,205,187)"],[.75,"rgb(199,233,180)"],[.875,"rgb(237,248,217)"],[1,"rgb(255,255,217)"]],Greens:[[0,"rgb(0,68,27)"],[.125,"rgb(0,109,44)"],[.25,"rgb(35,139,69)"],[.375,"rgb(65,171,93)"],[.5,"rgb(116,196,118)"],[.625,"rgb(161,217,155)"],[.75,"rgb(199,233,192)"],[.875,"rgb(229,245,224)"],[1,"rgb(247,252,245)"]],YlOrRd:[[0,"rgb(128,0,38)"],[.125,"rgb(189,0,38)"],[.25,"rgb(227,26,28)"],[.375,"rgb(252,78,42)"],[.5,"rgb(253,141,60)"],[.625,"rgb(254,178,76)"],[.75,"rgb(254,217,118)"],[.875,"rgb(255,237,160)"],[1,"rgb(255,255,204)"]],Bluered:[[0,"rgb(0,0,255)"],[1,"rgb(255,0,0)"]],RdBu:[[0,"rgb(5,10,172)"],[.35,"rgb(106,137,247)"],[.5,"rgb(190,190,190)"],[.6,"rgb(220,170,132)"],[.7,"rgb(230,145,90)"],[1,"rgb(178,10,28)"]],Reds:[[0,"rgb(220,220,220)"],[.2,"rgb(245,195,157)"],[.4,"rgb(245,160,105)"],[1,"rgb(178,10,28)"]],Blues:[[0,"rgb(5,10,172)"],[.35,"rgb(40,60,190)"],[.5,"rgb(70,100,245)"],[.6,"rgb(90,120,245)"],[.7,"rgb(106,137,247)"],[1,"rgb(220,220,220)"]],Picnic:[[0,"rgb(0,0,255)"],[.1,"rgb(51,153,255)"],[.2,"rgb(102,204,255)"],[.3,"rgb(153,204,255)"],[.4,"rgb(204,204,255)"],[.5,"rgb(255,255,255)"],[.6,"rgb(255,204,255)"],[.7,"rgb(255,153,255)"],[.8,"rgb(255,102,204)"],[.9,"rgb(255,102,102)"],[1,"rgb(255,0,0)"]],Rainbow:[[0,"rgb(150,0,90)"],[.125,"rgb(0,0,200)"],[.25,"rgb(0,25,255)"],[.375,"rgb(0,152,255)"],[.5,"rgb(44,255,150)"],[.625,"rgb(151,255,0)"],[.75,"rgb(255,234,0)"],[.875,"rgb(255,111,0)"],[1,"rgb(255,0,0)"]],Portland:[[0,"rgb(12,51,131)"],[.25,"rgb(10,136,186)"],[.5,"rgb(242,211,56)"],[.75,"rgb(242,143,56)"],[1,"rgb(217,30,30)"]],Jet:[[0,"rgb(0,0,131)"],[.125,"rgb(0,60,170)"],[.375,"rgb(5,255,255)"],[.625,"rgb(255,255,0)"],[.875,"rgb(250,0,0)"],[1,"rgb(128,0,0)"]],Hot:[[0,"rgb(0,0,0)"],[.3,"rgb(230,0,0)"],[.6,"rgb(255,210,0)"],[1,"rgb(255,255,255)"]],Blackbody:[[0,"rgb(0,0,0)"],[.2,"rgb(230,0,0)"],[.4,"rgb(230,210,0)"],[.7,"rgb(255,255,255)"],[1,"rgb(160,200,255)"]],Earth:[[0,"rgb(0,0,130)"],[.1,"rgb(0,180,180)"],[.2,"rgb(40,210,40)"],[.4,"rgb(230,230,50)"],[.6,"rgb(120,70,20)"],[1,"rgb(255,255,255)"]],Electric:[[0,"rgb(0,0,0)"],[.15,"rgb(30,0,100)"],[.4,"rgb(120,0,100)"],[.6,"rgb(160,90,0)"],[.8,"rgb(230,200,0)"],[1,"rgb(255,250,220)"]],Viridis:[[0,"#440154"],[.06274509803921569,"#48186a"],[.12549019607843137,"#472d7b"],[.18823529411764706,"#424086"],[.25098039215686274,"#3b528b"],[.3137254901960784,"#33638d"],[.3764705882352941,"#2c728e"],[.4392156862745098,"#26828e"],[.5019607843137255,"#21918c"],[.5647058823529412,"#1fa088"],[.6274509803921569,"#28ae80"],[.6901960784313725,"#3fbc73"],[.7529411764705882,"#5ec962"],[.8156862745098039,"#84d44b"],[.8784313725490196,"#addc30"],[.9411764705882353,"#d8e219"],[1,"#fde725"]]}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(n(11)),a=i(n(319));function i(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}function l(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var o=n(318).filter(function(e){return void 0!=e.Actor}),s=new Map,u=new Map,c=new Map,d=new Map,f=new Map,h=new Map,p=new Map,v=new Map,y=new Map,g=new Map,m=new Map,_=new Map,T=new Map,M=new Map,b=0,K=[],k=a.config.api.modes,x=function(e){var t=function(t){return t.TotalPicks/u.get(e)*t.TotalWinner},n=r.playersPerMatch(e),i=o.filter(function(t){return t.Mode==e}),k=i.filter(function(e){return e.LevelBucket==function(e){return i.filter(function(t){return t.Actor==e.Actor&&t.Talent==e.Talent}).map(function(e){return e.LevelBucket}).reduce(function(e,t){return t<e?t:e})}(e)}).map(function(e){var t,n,o=function(e,t){return e+t},s=function(e){return[].concat(l(Array(e).keys()))},u=i.filter(function(t){return t.Actor==e.Actor&&t.Talent==e.Talent&&t.LevelBucket>=0}),c=u.map(function(e){return e.LevelBucket}).sort(),d=function(e){return u.find(function(t){return t.LevelBucket==e})},f=c.map(function(e){return d(e).Count}),h=f.reduce(o,0),p=(t=[]).concat.apply(t,l(c.map(function(e,t){return s(f[t]).map(function(t){return e/a.config.self.levelBuckets})}))),v=(n=[]).concat.apply(n,l(c.map(function(e,t){return s(f[t]).map(function(t){return d(e).Winner})}))),y=p.length,g=p.reduce(o,0),m=v.reduce(o,0),_=p.map(function(e,t){return e*v[t]}).reduce(o,0),T=p.map(function(e){return e*e}).reduce(o,0),M=(v.map(function(e){return e*e}).reduce(o,0),(y*_-g*m)/(y*T-g*g)),b=(m-M*g)/y,K=v.map(function(e){return Math.pow(e-m/y,2)}).reduce(o,0),k=1-v.map(function(e,t){return Math.pow(b+M*p[t]-e,2)}).reduce(o,0)/K;return Object.assign({},e,{TalentWinrateBase:b,TalentWinrateScaling:M,TalentWinrateMax:b+M,TalentWinrateLevelScaling:M/r.getMaxLevel(e),TalentWinrateVariance:k,TotalPicks:h||e.Count,TotalWinner:m/h||e.Winner,SampleTooSmall:h<300,KillDeathPoints:r.killDeathPoints(e),ObjectivePoints:r.objectivePoints(e),BlitzPointsDelta:r.blitzPointsDelta(e),VarianceTooLarge:k<.25})});s.set(e,k),u.set(e,s.get(e).map(function(e){return e.TotalPicks}).reduce(function(e,t){return e+t},0)),b+=u.get(e)/r.playersPerMatch(e),c.set(e,s.get(e).sort(function(e,n){return t(n)-t(e)}).slice(0,10)),d.set(e,s.get(e).sort(function(e,t){return t.TotalPicks-e.TotalPicks})[0]),f.set(e,s.get(e).filter(function(t){return 100*n*t.TotalPicks/u.get(e)>1}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),m.set(e,s.get(e).filter(function(t){return 100*n*t.TotalPicks/u.get(e)<=1&&t.TotalPicks>300}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),h.set(e,s.get(e).filter(function(t){return"Rare"==r.getTalentRarity(t.Talent)&&100*n*t.TotalPicks/u.get(e)}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),p.set(e,s.get(e).filter(function(t){return"Epic"==r.getTalentRarity(t.Talent)&&100*n*t.TotalPicks/u.get(e)}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),v.set(e,s.get(e).filter(function(t){return"Legendary"==r.getTalentRarity(t.Talent)&&100*n*t.TotalPicks/u.get(e)}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),y.set(e,s.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.TalentWinrateBase}).sort(function(e,t){return t.TalentWinrateBase-e.TalentWinrateBase})[0]),g.set(e,s.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.TalentWinrateLevelScaling}).sort(function(e,t){return t.TalentWinrateLevelScaling-e.TalentWinrateLevelScaling})[0]),_.set(e,s.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.KillDeathPoints}).sort(function(e,t){return t.KillDeathPoints-e.KillDeathPoints})[0]),T.set(e,s.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.ObjectivePoints}).sort(function(e,t){return t.ObjectivePoints-e.ObjectivePoints})[0]),M.set(e,s.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.BlitzPointsDelta}).sort(function(e,t){return t.BlitzPointsDelta-e.BlitzPointsDelta})[0]),0==K.length&&(K=[].concat(l(new Set(s.get(e).map(function(e){return e.Actor})))))},C=!0,A=!1,w=void 0;try{for(var L,D=k[Symbol.iterator]();!(C=(L=D.next()).done);C=!0){x(L.value)}}catch(e){A=!0,w=e}finally{try{!C&&D.return&&D.return()}finally{if(A)throw w}}t.default={getReport:function(e){return s.get(e)},getCsv:function(e){return"Hero,Talent,Rarity,Kills,Deaths,TurretKills,AverageWinrate,BaseLevelWinrate,MaxLevelWinrate,LevelWinrateVariance,Wins,Picks\n"+s.get(e).map(function(e){return[r.getHero(e.Actor),r.getTalentName(e.Talent),r.getTalentRarity(e.Talent),e.Kills,e.Deaths,e.TurretKills,e.TotalWinner,e.TalentWinrateBase||e.TotalWinner,e.TalentWinrateMax||e.TotalWinner,e.TalentWinrateVariance||e.TotalWinner,e.TotalWinner*e.TotalPicks,e.TotalPicks].join(",")}).join("\n")},getTotalPicks:function(e){return u.get(e)},getTopPick:function(e){return d.get(e)},getTop10Picks:function(e){return c.get(e)},getTopLowLevel:function(e){return y.get(e)},getTopScaling:function(e){return g.get(e)},getTopWin:function(e){return f.get(e)},getTopUnpopularWin:function(e){return m.get(e)},getTopRareWins:function(e){return h.get(e)},getTopEpicWins:function(e){return p.get(e)},getTopLegendaryWins:function(e){return v.get(e)},getBestUnpopular:function(e){return topUnpopular.get(e)},getTopKillDeathPoints:function(e){return _.get(e)},getTopObjectivePoints:function(e){return T.get(e)},getTopBlitzPointsDelta:function(e){return M.get(e)},getActors:function(){return K},getModes:function(){return k},getTotalMatches:function(){return b},getLastUpdate:function(){return a.lastUpdate},getLevelBuckets:function(){return a.config.self.levelBuckets}}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n){var a,i=n.name,l=t[i],o=r.isArray(e[i])?e[i]:[],s=t[i]=[];for(a=0;a<o.length;a++){var u=o[a],c={},d={};r.isPlainObject(u)||(d.itemIsNotPlainObject=!0,u={}),n.handleItemDefaults(u,c,t,n,d),c._input=u,c._index=a,s.push(c)}if(r.isArray(l)){var f=Math.min(l.length,s.length);for(a=0;a<f;a++)r.relinkPrivateKeys(s[a],l[a])}}},function(e,t,n){"use strict";e.exports=function(e,t){(e.attr("class")||"").split(" ").forEach(function(t){0===t.indexOf("cursor-")&&e.classed(t,!1)}),t&&e.classed("cursor-"+t,!0)}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(20),l=n(87),o=n(86);e.exports={moduleType:"component",name:"fx",constants:n(38),schema:{layout:o},attributes:n(108),layoutAttributes:o,supplyLayoutGlobalDefaults:n(263),supplyDefaults:n(262),supplyLayoutDefaults:n(261),calc:n(260),getDistanceFunction:l.getDistanceFunction,getClosest:l.getClosest,inbox:l.inbox,appendArrayPointValue:l.appendArrayPointValue,castHoverOption:function(e,t,n){return a.castOption(e,t,"hoverlabel."+n)},castHoverinfo:function(e,t,n){return a.castOption(e,n,"hoverinfo",function(n){return a.coerceHoverinfo({hoverinfo:n},{_module:e._module},t)})},hover:n(85).hover,unhover:i.unhover,loneHover:n(85).loneHover,loneUnhover:function(e){var t=a.isD3Selection(e)?e:r.select(e);t.selectAll("g.hovertext").remove(),t.selectAll(".spikeline").remove()},click:n(258)}},function(e,t,n){"use strict";var r=e.exports={};r.attributes=n(103),r.supplyDefaults=n(152),r.calc=n(284),r.calcFromTrace=function(e,t){for(var n=e.x||[],a=e.y||[],i=n.length||a.length,l=new Array(i),o=0;o<i;o++)l[o]={x:n[o],y:a[o]};return l[0].trace=e,r.calc({calcdata:[l],_fullLayout:t}),l},r.plot=n(277),r.style=n(276),r.hoverInfo=function(e,t,n){(t.error_y||{}).visible&&(n.yerr=e.yh-e.y,t.error_y.symmetric||(n.yerrneg=e.y-e.ys)),(t.error_x||{}).visible&&(n.xerr=e.xh-e.x,t.error_x.symmetric||(n.xerrneg=e.x-e.xs))}},function(e,t,n){"use strict";t.xmlns="http://www.w3.org/2000/xmlns/",t.svg="http://www.w3.org/2000/svg",t.xlink="http://www.w3.org/1999/xlink",t.svgAttrs={xmlns:t.svg,"xmlns:xlink":t.xlink}},function(e,t,n){"use strict";e.exports=function(e){return window&&window.process&&window.process.versions?"[object Object]"===Object.prototype.toString.call(e):"[object Object]"===Object.prototype.toString.call(e)&&Object.getPrototypeOf(e)===Object.prototype}},function(e,t,n){"use strict";var r=n(111),a=e.exports={};function i(e,t){if(e.apply)e.apply(e,t);else for(var n=0;n<t.length;n++)e(t[n])}a.log=function(){if(r.logging>1){for(var e=["LOG:"],t=0;t<arguments.length;t++)e.push(arguments[t]);i(console.trace||console.log,e)}},a.warn=function(){if(r.logging>0){for(var e=["WARN:"],t=0;t<arguments.length;t++)e.push(arguments[t]);i(console.trace||console.log,e)}},a.error=function(){if(r.logging>0){for(var e=["ERROR:"],t=0;t<arguments.length;t++)e.push(arguments[t]);i(console.error,e)}}},function(e,t,n){"use strict";n.r(t);var r=n(112),a=n(66);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";e.exports={name:"sliders",containerClassName:"slider-container",groupClassName:"slider-group",inputAreaClass:"slider-input-area",railRectClass:"slider-rail-rect",railTouchRectClass:"slider-rail-touch-rect",gripRectClass:"slider-grip-rect",tickRectClass:"slider-tick-rect",inputProxyClass:"slider-input-proxy",labelsClass:"slider-labels",labelGroupClass:"slider-label-group",labelClass:"slider-label",currentValueClass:"slider-current-value",railHeight:5,menuIndexAttrName:"slider-active-index",autoMarginIdRoot:"slider-",minWidth:30,minHeight:30,textPadX:40,arrowOffsetX:4,railRadius:2,railWidth:5,railBorder:4,railBorderWidth:1,railBorderColor:"#bec8d9",railBgColor:"#f8fafc",railInset:8,stepInset:10,gripRadius:10,gripWidth:20,gripHeight:20,gripBorder:20,gripBorderWidth:1,gripBorderColor:"#bec8d9",gripBgColor:"#f6f8fa",gripBgActiveColor:"#dbdde0",labelPadding:8,labelOffset:0,tickWidth:1,tickColor:"#333",tickOffset:25,tickLength:7,minorTickOffset:25,minorTickColor:"#333",minorTickLength:4,currentValuePadding:8,currentValueInset:0}},function(e,t,n){"use strict";var r=n(135),a=n(17),i=n(15),l=n(10).extendFlat;e.exports={_isLinkedToArray:"annotation",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not this annotation is visible."].join(" ")},text:{valType:"string",role:"info",description:["Sets the text associated with this annotation.","Plotly uses a subset of HTML tags to do things like","newline (<br>), bold (<b></b>), italics (<i></i>),","hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub>","<span> are also supported."].join(" ")},textangle:{valType:"angle",dflt:0,role:"style",description:["Sets the angle at which the `text` is drawn","with respect to the horizontal."].join(" ")},font:l({},a,{description:"Sets the annotation text font."}),width:{valType:"number",min:1,dflt:null,role:"style",description:["Sets an explicit width for the text box. null (default) lets the","text set the box width. Wider text will be clipped.","There is no automatic wrapping; use <br> to start a new line."].join(" ")},height:{valType:"number",min:1,dflt:null,role:"style",description:["Sets an explicit height for the text box. null (default) lets the","text set the box height. Taller text will be clipped."].join(" ")},opacity:{valType:"number",min:0,max:1,dflt:1,role:"style",description:"Sets the opacity of the annotation (text + arrow)."},align:{valType:"enumerated",values:["left","center","right"],dflt:"center",role:"style",description:["Sets the horizontal alignment of the `text` within the box.","Has an effect only if `text` spans more two or more lines","(i.e. `text` contains one or more <br> HTML tags) or if an","explicit width is set to override the text width."].join(" ")},valign:{valType:"enumerated",values:["top","middle","bottom"],dflt:"middle",role:"style",description:["Sets the vertical alignment of the `text` within the box.","Has an effect only if an explicit height is set to override","the text height."].join(" ")},bgcolor:{valType:"color",dflt:"rgba(0,0,0,0)",role:"style",description:"Sets the background color of the annotation."},bordercolor:{valType:"color",dflt:"rgba(0,0,0,0)",role:"style",description:["Sets the color of the border enclosing the annotation `text`."].join(" ")},borderpad:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the padding (in px) between the `text`","and the enclosing border."].join(" ")},borderwidth:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the width (in px) of the border enclosing","the annotation `text`."].join(" ")},showarrow:{valType:"boolean",dflt:!0,role:"style",description:["Determines whether or not the annotation is drawn with an arrow.","If *true*, `text` is placed near the arrow's tail.","If *false*, `text` lines up with the `x` and `y` provided."].join(" ")},arrowcolor:{valType:"color",role:"style",description:"Sets the color of the annotation arrow."},arrowhead:{valType:"integer",min:0,max:r.length,dflt:1,role:"style",description:"Sets the annotation arrow head style."},arrowsize:{valType:"number",min:.3,dflt:1,role:"style",description:"Sets the size (in px) of annotation arrow head."},arrowwidth:{valType:"number",min:.1,role:"style",description:"Sets the width (in px) of annotation arrow."},standoff:{valType:"number",min:0,dflt:0,role:"style",description:["Sets a distance, in pixels, to move the arrowhead away from the","position it is pointing at, for example to point at the edge of","a marker independent of zoom. Note that this shortens the arrow","from the `ax` / `ay` vector, in contrast to `xshift` / `yshift`","which moves everything by this amount."].join(" ")},ax:{valType:"any",role:"info",description:["Sets the x component of the arrow tail about the arrow head.","If `axref` is `pixel`, a positive (negative) ","component corresponds to an arrow pointing","from right to left (left to right).","If `axref` is an axis, this is an absolute value on that axis,","like `x`, NOT a relative value."].join(" ")},ay:{valType:"any",role:"info",description:["Sets the y component of the arrow tail about the arrow head.","If `ayref` is `pixel`, a positive (negative) ","component corresponds to an arrow pointing","from bottom to top (top to bottom).","If `ayref` is an axis, this is an absolute value on that axis,","like `y`, NOT a relative value."].join(" ")},axref:{valType:"enumerated",dflt:"pixel",values:["pixel",i.idRegex.x.toString()],role:"info",description:["Indicates in what terms the tail of the annotation (ax,ay) ","is specified. If `pixel`, `ax` is a relative offset in pixels ","from `x`. If set to an x axis id (e.g. *x* or *x2*), `ax` is ","specified in the same terms as that axis. This is useful ","for trendline annotations which should continue to indicate ","the correct trend when zoomed."].join(" ")},ayref:{valType:"enumerated",dflt:"pixel",values:["pixel",i.idRegex.y.toString()],role:"info",description:["Indicates in what terms the tail of the annotation (ax,ay) ","is specified. If `pixel`, `ay` is a relative offset in pixels ","from `y`. If set to a y axis id (e.g. *y* or *y2*), `ay` is ","specified in the same terms as that axis. This is useful ","for trendline annotations which should continue to indicate ","the correct trend when zoomed."].join(" ")},xref:{valType:"enumerated",values:["paper",i.idRegex.x.toString()],role:"info",description:["Sets the annotation's x coordinate axis.","If set to an x axis id (e.g. *x* or *x2*), the `x` position","refers to an x coordinate","If set to *paper*, the `x` position refers to the distance from","the left side of the plotting area in normalized coordinates","where 0 (1) corresponds to the left (right) side."].join(" ")},x:{valType:"any",role:"info",description:["Sets the annotation's x position.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"auto",role:"info",description:["Sets the text box's horizontal position anchor","This anchor binds the `x` position to the *left*, *center*","or *right* of the annotation.","For example, if `x` is set to 1, `xref` to *paper* and","`xanchor` to *right* then the right-most portion of the","annotation lines up with the right-most edge of the","plotting area.","If *auto*, the anchor is equivalent to *center* for","data-referenced annotations or if there is an arrow,","whereas for paper-referenced with no arrow, the anchor picked","corresponds to the closest side."].join(" ")},xshift:{valType:"number",dflt:0,role:"style",description:["Shifts the position of the whole annotation and arrow to the","right (positive) or left (negative) by this many pixels."].join(" ")},yref:{valType:"enumerated",values:["paper",i.idRegex.y.toString()],role:"info",description:["Sets the annotation's y coordinate axis.","If set to an y axis id (e.g. *y* or *y2*), the `y` position","refers to an y coordinate","If set to *paper*, the `y` position refers to the distance from","the bottom of the plotting area in normalized coordinates","where 0 (1) corresponds to the bottom (top)."].join(" ")},y:{valType:"any",role:"info",description:["Sets the annotation's y position.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"auto",role:"info",description:["Sets the text box's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the annotation.","For example, if `y` is set to 1, `yref` to *paper* and","`yanchor` to *top* then the top-most portion of the","annotation lines up with the top-most edge of the","plotting area.","If *auto*, the anchor is equivalent to *middle* for","data-referenced annotations or if there is an arrow,","whereas for paper-referenced with no arrow, the anchor picked","corresponds to the closest side."].join(" ")},yshift:{valType:"number",dflt:0,role:"style",description:["Shifts the position of the whole annotation and arrow up","(positive) or down (negative) by this many pixels."].join(" ")},clicktoshow:{valType:"enumerated",values:[!1,"onoff","onout"],dflt:!1,role:"style",description:["Makes this annotation respond to clicks on the plot.","If you click a data point that exactly matches the `x` and `y`","values of this annotation, and it is hidden (visible: false),","it will appear. In *onoff* mode, you must click the same point","again to make it disappear, so if you click multiple points,","you can show multiple annotations. In *onout* mode, a click","anywhere else in the plot (on another data point or not) will","hide this annotation.","If you need to show/hide this annotation in response to different","`x` or `y` values, you can set `xclick` and/or `yclick`. This is","useful for example to label the side of a bar. To label markers","though, `standoff` is preferred over `xclick` and `yclick`."].join(" ")},xclick:{valType:"any",role:"info",description:["Toggle this annotation when clicking a data point whose `x` value","is `xclick` rather than the annotation's `x` value."].join(" ")},yclick:{valType:"any",role:"info",description:["Toggle this annotation when clicking a data point whose `y` value","is `yclick` rather than the annotation's `y` value."].join(" ")},hovertext:{valType:"string",role:"info",description:["Sets text to appear when hovering over this annotation.","If omitted or blank, no hover label will appear."].join(" ")},hoverlabel:{bgcolor:{valType:"color",role:"style",description:["Sets the background color of the hover label.","By default uses the annotation's `bgcolor` made opaque,","or white if it was transparent."].join(" ")},bordercolor:{valType:"color",role:"style",description:["Sets the border color of the hover label.","By default uses either dark grey or white, for maximum","contrast with `hoverlabel.bgcolor`."].join(" ")},font:l({},a,{description:["Sets the hover label text font.","By default uses the global hover font and size,","with color from `hoverlabel.bordercolor`."].join(" ")})},captureevents:{valType:"boolean",role:"info",description:["Determines whether the annotation text box captures mouse move","and click events, or allows those events to pass through to data","points in the plot that may be behind the annotation. By default","`captureevents` is *false* unless `hovertext` is provided.","If you use the event `plotly_clickannotation` without `hovertext`","you must explicitly enable `captureevents`."].join(" ")},_deprecated:{ref:{valType:"string",role:"info",description:["Obsolete. Set `xref` and `yref` separately instead."].join(" ")}}}},function(e,t,n){"use strict";t.isRightAnchor=function(e){return"right"===e.xanchor||"auto"===e.xanchor&&e.x>=2/3},t.isCenterAnchor=function(e){return"center"===e.xanchor||"auto"===e.xanchor&&e.x>1/3&&e.x<2/3},t.isBottomAnchor=function(e){return"bottom"===e.yanchor||"auto"===e.yanchor&&e.y<=1/3},t.isMiddleAnchor=function(e){return"middle"===e.yanchor||"auto"===e.yanchor&&e.y>1/3&&e.y<2/3}},function(e,t,n){"use strict";e.exports={MAXDIST:20,YANGLE:60,HOVERARROWSIZE:6,HOVERTEXTPAD:3,HOVERFONTSIZE:13,HOVERFONT:"Arial, sans-serif",HOVERMINTIME:50}},function(e,t,n){"use strict";var r=n(2),a=n(0),i=n(99);e.exports=function(e,t){var n=t?a.nestedProperty(e,t).get()||{}:e,l=n.color,o=!1;if(Array.isArray(l))for(var s=0;s<l.length;s++)if(r(l[s])){o=!0;break}return a.isPlainObject(n)&&(o||!0===n.showscale||r(n.cmin)&&r(n.cmax)||i(n.colorscale)||a.isPlainObject(n.colorbar))}},function(e,t,n){"use strict";var r=n(293),a=n(103),i=n(102),l=n(101).dash,o=n(7),s=n(153),u=n(10).extendFlat;e.exports={x:{valType:"data_array",description:"Sets the x coordinates."},x0:{valType:"any",dflt:0,role:"info",description:["Alternate to `x`.","Builds a linear space of x coordinates.","Use with `dx`","where `x0` is the starting coordinate and `dx` the step."].join(" ")},dx:{valType:"number",dflt:1,role:"info",description:["Sets the x coordinate step.","See `x0` for more info."].join(" ")},y:{valType:"data_array",description:"Sets the y coordinates."},y0:{valType:"any",dflt:0,role:"info",description:["Alternate to `y`.","Builds a linear space of y coordinates.","Use with `dy`","where `y0` is the starting coordinate and `dy` the step."].join(" ")},dy:{valType:"number",dflt:1,role:"info",description:["Sets the y coordinate step.","See `y0` for more info."].join(" ")},text:{valType:"string",role:"info",dflt:"",arrayOk:!0,description:["Sets text elements associated with each (x,y) pair.","If a single string, the same string appears over","all the data points.","If an array of string, the items are mapped in order to the","this trace's (x,y) coordinates.","If trace `hoverinfo` contains a *text* flag and *hovertext* is not set,","these elements will be seen in the hover labels."].join(" ")},hovertext:{valType:"string",role:"info",dflt:"",arrayOk:!0,description:["Sets hover text elements associated with each (x,y) pair.","If a single string, the same string appears over","all the data points.","If an array of string, the items are mapped in order to the","this trace's (x,y) coordinates.","To be seen, trace `hoverinfo` must contain a *text* flag."].join(" ")},mode:{valType:"flaglist",flags:["lines","markers","text"],extras:["none"],role:"info",description:["Determines the drawing mode for this scatter trace.","If the provided `mode` includes *text* then the `text` elements","appear at the coordinates. Otherwise, the `text` elements","appear on hover.","If there are less than "+s.PTS_LINESONLY+" points,","then the default is *lines+markers*. Otherwise, *lines*."].join(" ")},hoveron:{valType:"flaglist",flags:["points","fills"],role:"info",description:["Do the hover effects highlight individual points (markers or","line points) or do they highlight filled regions?","If the fill is *toself* or *tonext* and there are no markers","or text, then the default is *fills*, otherwise it is *points*."].join(" ")},line:{color:{valType:"color",role:"style",description:"Sets the line color."},width:{valType:"number",min:0,dflt:2,role:"style",description:"Sets the line width (in px)."},shape:{valType:"enumerated",values:["linear","spline","hv","vh","hvh","vhv"],dflt:"linear",role:"style",description:["Determines the line shape.","With *spline* the lines are drawn using spline interpolation.","The other available values correspond to step-wise line shapes."].join(" ")},smoothing:{valType:"number",min:0,max:1.3,dflt:1,role:"style",description:["Has an effect only if `shape` is set to *spline*","Sets the amount of smoothing.","*0* corresponds to no smoothing (equivalent to a *linear* shape)."].join(" ")},dash:l,simplify:{valType:"boolean",dflt:!0,role:"info",description:["Simplifies lines by removing nearly-collinear points. When transitioning","lines, it may be desirable to disable this so that the number of points","along the resulting SVG path is unaffected."].join(" ")}},connectgaps:{valType:"boolean",dflt:!1,role:"info",description:["Determines whether or not gaps","(i.e. {nan} or missing values)","in the provided data arrays are connected."].join(" ")},fill:{valType:"enumerated",values:["none","tozeroy","tozerox","tonexty","tonextx","toself","tonext"],dflt:"none",role:"style",description:["Sets the area to fill with a solid color.","Use with `fillcolor` if not *none*.","*tozerox* and *tozeroy* fill to x=0 and y=0 respectively.","*tonextx* and *tonexty* fill between the endpoints of this","trace and the endpoints of the trace before it, connecting those","endpoints with straight lines (to make a stacked area graph);","if there is no trace before it, they behave like *tozerox* and","*tozeroy*.","*toself* connects the endpoints of the trace (or each segment","of the trace if it has gaps) into a closed shape.","*tonext* fills the space between two traces if one completely","encloses the other (eg consecutive contour lines), and behaves like","*toself* if there is no trace before it. *tonext* should not be","used if one trace does not enclose the other."].join(" ")},fillcolor:{valType:"color",role:"style",description:["Sets the fill color.","Defaults to a half-transparent variant of the line color,","marker color, or marker line color, whichever is available."].join(" ")},marker:u({},{symbol:{valType:"enumerated",values:o.symbolList,dflt:"circle",arrayOk:!0,role:"style",description:["Sets the marker symbol type.","Adding 100 is equivalent to appending *-open* to a symbol name.","Adding 200 is equivalent to appending *-dot* to a symbol name.","Adding 300 is equivalent to appending *-open-dot*","or *dot-open* to a symbol name."].join(" ")},opacity:{valType:"number",min:0,max:1,arrayOk:!0,role:"style",description:"Sets the marker opacity."},size:{valType:"number",min:0,dflt:6,arrayOk:!0,role:"style",description:"Sets the marker size (in px)."},maxdisplayed:{valType:"number",min:0,dflt:0,role:"style",description:["Sets a maximum number of points to be drawn on the graph.","*0* corresponds to no limit."].join(" ")},sizeref:{valType:"number",dflt:1,role:"style",description:["Has an effect only if `marker.size` is set to a numerical array.","Sets the scale factor used to determine the rendered size of","marker points. Use with `sizemin` and `sizemode`."].join(" ")},sizemin:{valType:"number",min:0,dflt:0,role:"style",description:["Has an effect only if `marker.size` is set to a numerical array.","Sets the minimum size (in px) of the rendered marker points."].join(" ")},sizemode:{valType:"enumerated",values:["diameter","area"],dflt:"diameter",role:"info",description:["Has an effect only if `marker.size` is set to a numerical array.","Sets the rule for which the data in `size` is converted","to pixels."].join(" ")},showscale:{valType:"boolean",role:"info",dflt:!1,description:["Has an effect only if `marker.color` is set to a numerical array.","Determines whether or not a colorbar is displayed."].join(" ")},colorbar:i,line:u({},{width:{valType:"number",min:0,arrayOk:!0,role:"style",description:"Sets the width (in px) of the lines bounding the marker points."}},r("marker.line")),gradient:{type:{valType:"enumerated",values:["radial","horizontal","vertical","none"],arrayOk:!0,dflt:"none",role:"style",description:["Sets the type of gradient used to fill the markers"].join(" ")},color:{valType:"color",arrayOk:!0,role:"style",description:["Sets the final color of the gradient fill:","the center color for radial, the right for horizontal,","or the bottom for vertical."].join(" ")}}},r("marker")),textposition:{valType:"enumerated",values:["top left","top center","top right","middle left","middle center","middle right","bottom left","bottom center","bottom right"],dflt:"middle center",arrayOk:!0,role:"style",description:["Sets the positions of the `text` elements","with respects to the (x,y) coordinates."].join(" ")},textfont:{family:{valType:"string",role:"style",noBlank:!0,strict:!0,arrayOk:!0},size:{valType:"number",role:"style",min:1,arrayOk:!0},color:{valType:"color",role:"style",arrayOk:!0},description:"Sets the text font."},r:{valType:"data_array",description:["For polar chart only.","Sets the radial coordinates."].join("")},t:{valType:"data_array",description:["For polar chart only.","Sets the angular coordinates."].join("")},error_y:a,error_x:a}},function(e,t,n){"use strict";var r=n(0).extendFlat,a=n(17),i=n(24);e.exports={font:{family:r({},a.family,{dflt:'"Open Sans", verdana, arial, sans-serif'}),size:r({},a.size,{dflt:12}),color:r({},a.color,{dflt:i.defaultLine}),description:["Sets the global font.","Note that fonts used in traces and other","layout components inherit from the global font."].join(" ")},title:{valType:"string",role:"info",dflt:"Click to enter Plot title",description:["Sets the plot's title."].join(" ")},titlefont:r({},a,{description:"Sets the title font."}),autosize:{valType:"boolean",role:"info",dflt:!1,description:["Determines whether or not a layout width or height","that has been left undefined by the user","is initialized on each relayout.","Note that, regardless of this attribute,","an undefined layout width or height","is always initialized on the first call to plot."].join(" ")},width:{valType:"number",role:"info",min:10,dflt:700,description:["Sets the plot's width (in px)."].join(" ")},height:{valType:"number",role:"info",min:10,dflt:450,description:["Sets the plot's height (in px)."].join(" ")},margin:{l:{valType:"number",role:"info",min:0,dflt:80,description:"Sets the left margin (in px)."},r:{valType:"number",role:"info",min:0,dflt:80,description:"Sets the right margin (in px)."},t:{valType:"number",role:"info",min:0,dflt:100,description:"Sets the top margin (in px)."},b:{valType:"number",role:"info",min:0,dflt:80,description:"Sets the bottom margin (in px)."},pad:{valType:"number",role:"info",min:0,dflt:0,description:["Sets the amount of padding (in px)","between the plotting area and the axis lines"].join(" ")},autoexpand:{valType:"boolean",role:"info",dflt:!0}},paper_bgcolor:{valType:"color",role:"style",dflt:i.background,description:"Sets the color of paper where the graph is drawn."},plot_bgcolor:{valType:"color",role:"style",dflt:i.background,description:["Sets the color of plotting area in-between x and y axes."].join(" ")},separators:{valType:"string",role:"style",dflt:".,",description:["Sets the decimal and thousand separators.","For example, *. * puts a '.' before decimals and","a space between thousands."].join(" ")},hidesources:{valType:"boolean",role:"info",dflt:!1,description:["Determines whether or not a text link citing the data source is","placed at the bottom-right cored of the figure.","Has only an effect only on graphs that have been generated via","forked graphs from the plotly service (at https://plot.ly or on-premise)."].join(" ")},smith:{valType:"enumerated",role:"info",values:[!1],dflt:!1},showlegend:{valType:"boolean",role:"info",description:"Determines whether or not a legend is drawn."}}},function(e,t,n){"use strict";var r=n(108);e.exports={type:{valType:"enumerated",role:"info",values:[],dflt:"scatter"},visible:{valType:"enumerated",values:[!0,!1,"legendonly"],role:"info",dflt:!0,description:["Determines whether or not this trace is visible.","If *legendonly*, the trace is not drawn,","but can appear as a legend item","(provided that the legend itself is visible)."].join(" ")},showlegend:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not an item corresponding to this","trace is shown in the legend."].join(" ")},legendgroup:{valType:"string",role:"info",dflt:"",description:["Sets the legend group for this trace.","Traces part of the same legend group hide/show at the same time","when toggling legend items."].join(" ")},opacity:{valType:"number",role:"style",min:0,max:1,dflt:1,description:"Sets the opacity of the trace."},name:{valType:"string",role:"info",description:["Sets the trace name.","The trace name appear as the legend item and on hover."].join(" ")},uid:{valType:"string",role:"info",dflt:""},ids:{valType:"data_array",description:["Assigns id labels to each datum.","These ids for object constancy of data points during animation."].join(" ")},customdata:{valType:"data_array",description:["Assigns extra data each datum.","This may be useful when listening to hover, click and selection events.","Note that, *scatter* traces also appends customdata items in the markers","DOM elements"].join(" ")},hoverinfo:{valType:"flaglist",role:"info",flags:["x","y","z","text","name"],extras:["all","none","skip"],arrayOk:!0,dflt:"all",description:["Determines which trace information appear on hover.","If `none` or `skip` are set, no information is displayed upon hovering.","But, if `none` is set, click and hover events are still fired."].join(" ")},hoverlabel:r.hoverlabel,stream:{token:{valType:"string",noBlank:!0,strict:!0,role:"info",description:["The stream id number links a data trace on a plot with a stream.","See https://plot.ly/settings for more details."].join(" ")},maxpoints:{valType:"number",min:0,max:1e4,dflt:500,role:"info",description:["Sets the maximum number of points to keep on the plots from an","incoming stream.","If `maxpoints` is set to *50*, only the newest 50 points will","be displayed on the plot."].join(" ")}}}},function(e,t,n){"use strict";n.r(t);var r=n(114),a=n(69);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(323);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"0f598b8f",null);t.default=o.exports},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=s(n(12)),a=s(n(306)),i=s(n(26)),l=s(n(22)),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function s(e){return e&&e.__esModule?e:{default:e}}a.default.register([]),t.default=r.default.component("win-pick-scatter",{mixins:[l.default],mounted:function(){this.refresh(),window.addEventListener("resize",this.resize)},watch:{selectedMode:function(){this.refresh()},filterLowPickrate:function(){this.refresh()},yMetric:function(){this.refresh()},fixedXRange:function(){this.refresh()}},data:function(){return{yMetric:"TotalWinner",fixedXRange:!1}},methods:{refresh:function(){var e=this,t=i.default.getReport(this.selectedMode).filter(function(t){return!!e.filterLowPickrate||!t.SampleTooSmall}),n=i.default.getTotalPicks(this.selectedMode),r=function(e){return t.filter(function(t){return o.getTalentRarity(t.Talent)==e})},l=o.RARITIES.map(function(t){return{x:r(t).map(function(t){return t[e.yMetric]}),y:r(t).map(function(t){return o.playersPerMatch(e.selectedMode)*(t.TotalCount||t.Count)/n}),text:r(t).map(function(e){return o.getHero(e.Actor)}),name:t,mode:"markers",type:"scatter"}});this.plot=a.default.newPlot(this.$refs.graph,l,{xaxis:{title:"Win Rate",fixedrange:!0,tickformat:",.0%",range:this.fixedXRange?[.25,.75]:void 0},yaxis:{title:"Pick Rate",fixedrange:!0,tickformat:",.0%"},margin:{t:40,l:40,b:40,r:40},staticPlot:!0,shapes:[{type:"line",x0:.4,y0:0,x1:.4,y1:1,yref:"paper",line:{color:"grey",width:1.5,dash:"dot"}},{type:"line",x0:.6,y0:0,x1:.6,y1:1,yref:"paper",line:{color:"grey",width:1.5,dash:"dot"}}]},{displayModeBar:!1})},resize:function(){this.$refs.graph&&a.default.Plots.resize(this.$refs.graph)}}})},function(e,t,n){"use strict";n.r(t);var r=n(48),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(12),i=(r=a)&&r.__esModule?r:{default:r};t.default=i.default.component("install-notification",{data:function(){return{deferredPrompt:void 0}},methods:{promptInstall:function(e){var t=this;this.$ga.event("PWA","available"),e.preventDefault(),this.deferredPrompt=e,this.deferredPrompt.userChoice.then(function(e){t.$ga.event("PWA","popup",e.outcome),t.deferredPrompt=null})},installed:function(e){this.$ga.event("PWA","installed")}},created:function(){window.addEventListener("beforeinstallprompt",this.promptInstall),window.addEventListener("appinstalled",this.installed)},destroyed:function(){window.removeEventListener("beforeinstallprompt",this.promptInstall),window.removeEventListener("appinstalled",this.installed)}})},function(e,t,n){"use strict";n.r(t);var r=n(51),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(n(12)),a=i(n(22));function i(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("intro-box",{mixins:[a.default],data:function(){return{hideIntro:!!localStorage.getItem("hideIntro"),gaOptedOut:!!localStorage.getItem("gaOptOut")}},methods:{optOutAnalytics:function(){this.$ga.disable(),this.gaOptedOut=!0}},created:function(){this.gaOptedOut&&this.$ga.disable()},watch:{hideIntro:function(e){localStorage.setItem("hideIntro",e)},gaOptedOut:function(e){localStorage.setItem("gaOptOut",e)},selectedMode:function(e){this.hideIntro=!!localStorage.getItem("hideIntro")}}})},function(e,t,n){"use strict";n.r(t);var r=n(53),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=s(n(12)),a=s(n(34)),i=s(n(22)),l=s(n(26)),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function s(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("report-table",{mixins:[i.default],data:function(){var e=this;return{RARITIES:o.RARITIES,getTalentName:o.getTalentName,getTalentRarityIndex:o.getTalentRarityIndex,getHero:o.getHero,getLevelBuckets:l.default.getLevelBuckets,getLevelsPerBucket:function(t){return o.getMaxLevel(t)/e.getLevelBuckets()}}},computed:{report:function(){var e=this,t=function(e){return!0},n=[""!=this.filterRarity?function(t){return o.getTalentRarity(t.Talent)==e.filterRarity}:t,this.filterLowPickrate?t:function(e){return!e.SampleTooSmall}],r=function(e,t){return e&&t};return l.default.getReport(this.selectedMode).filter(function(e){return n.map(function(t){return t(e)}).reduce(r,!0)})},totalPicks:function(){return l.default.getTotalPicks(this.selectedMode)}},methods:{downloadCsv:function(){var e=l.default.getCsv(this.selectedMode),t=document.createElement("a");t.href="data:text/csv;charset=utf-8,"+encodeURI(e),t.target="_blank",t.download=o.getMode(this.selectedMode)+".csv",t.click()}},components:{HeroImage:a.default}})},function(e,t,n){"use strict";n.r(t);var r=n(55),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=u(n(12)),a=u(n(43)),i=u(n(34)),l=u(n(22)),o=u(n(26)),s=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function u(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("hero-talent-table",{mixins:[l.default],data:function(){var e=this;return{getTalentName:s.getTalentName,getLevelBuckets:o.default.getLevelBuckets,getLevelsPerBucket:function(t){return s.getMaxLevel(t)/e.getLevelBuckets()}}},computed:{hasTalents:function(){return s.hasTalents(this.selectedMode)},totalPicks:function(){return o.default.getTotalPicks(this.selectedMode)},heroReport:function(){var e=this;return o.default.getReport(this.selectedMode).filter(function(t){return t.Actor==e.selectedActor}).sort(function(e,t){return s.getTalentRarityIndex(e.Talent)-s.getTalentRarityIndex(t.Talent)})},totalHeroReport:function(){return this.heroReport.map(function(e){return{TotalWinner:e.TotalPicks*e.TotalWinner,TotalPicks:e.TotalPicks}}).reduce(function(e,t){return{TotalWinner:e.TotalWinner+t.TotalWinner,TotalPicks:e.TotalPicks+t.TotalPicks}},{TotalWinner:0,TotalPicks:0})},playersPerMatch:function(){return s.playersPerMatch(this.selectedMode)}},components:{TalentImage:a.default,HeroImage:i.default}})},function(e,t,n){"use strict";n.r(t);var r=n(57),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=u(n(12)),a=u(n(43)),i=u(n(34)),l=u(n(22)),o=u(n(26)),s=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function u(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("hero-draft-grid",{mixins:[l.default],data:function(){return{actors:o.default.getActors().sort(),getHero:s.getHero,getTalentName:s.getTalentName}},components:{TalentImage:a.default,HeroImage:i.default}})},function(e,t,n){"use strict";n.r(t);var r=n(60),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=u(n(12)),a=u(n(43)),i=u(n(34)),l=u(n(22)),o=u(n(26)),s=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function u(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("top-talents-box",{mixins:[l.default],data:function(){return{getHero:s.getHero,getTalentName:s.getTalentName}},computed:{top10Talents:function(){return o.default.getTop10Picks(this.selectedMode)},hasTalents:function(){return s.hasTalents(this.selectedMode)},totalPicks:function(){return o.default.getTotalPicks(this.selectedMode)},playersPerMatch:function(){return s.playersPerMatch(this.selectedMode)}},components:{TalentImage:a.default,HeroImage:i.default}})},function(e,t,n){"use strict";n.r(t);var r=n(62),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(12),i=(r=a)&&r.__esModule?r:{default:r},l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));t.default=i.default.component("hero-image",{props:["actor","round"],computed:{hero:function(){return l.getHero(this.actor)}}})},function(e,t,n){"use strict";n.r(t);var r=n(65),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(12),i=(r=a)&&r.__esModule?r:{default:r},l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));t.default=i.default.component("talent-image",{props:["entry","size"],computed:{hero:function(){return l.getHero(this.entry.Actor)},rarity:function(){return l.getTalentRarity(this.entry.Talent)}}})},function(e,t,n){"use strict";n.r(t);var r=n(68),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(n(12)),a=o(n(43)),i=o(n(34)),l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function o(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("talent-box",{props:["title","content","entry","type","value","label"],computed:{hero:function(){return l.getHero(this.entry.Actor)},hasTalent:function(){return"None"!=l.getTalentRarity(this.entry.Talent)}},components:{TalentImage:a.default,HeroImage:i.default}})},function(e,t,n){"use strict";n.r(t);var r=n(70),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=s(n(12)),a=s(n(327)),i=s(n(22)),l=s(n(26)),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function s(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("highlights",{mixins:[i.default],computed:{stats:function(){return{topWin:l.default.getTopWin(this.selectedMode),topUnpopularWin:l.default.getTopUnpopularWin(this.selectedMode),topPick:l.default.getTopPick(this.selectedMode),totalPicks:l.default.getTotalPicks(this.selectedMode),topRareWin:l.default.getTopRareWins(this.selectedMode),topEpicWin:l.default.getTopEpicWins(this.selectedMode),topLegendaryWin:l.default.getTopLegendaryWins(this.selectedMode),topLowLevel:l.default.getTopLowLevel(this.selectedMode),topScaling:l.default.getTopScaling(this.selectedMode),topKillDeathPoints:l.default.getTopKillDeathPoints(this.selectedMode),topObjectivePoints:l.default.getTopObjectivePoints(this.selectedMode),topBlitzPointsDelta:l.default.getTopBlitzPointsDelta(this.selectedMode)}},playersPerMatch:function(){return o.playersPerMatch(this.selectedMode)}},components:{TalentBox:a.default}})},function(e,t,n){"use strict";n.r(t);var r=n(72),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=p(n(12)),a=p(n(328)),i=p(n(317)),l=p(n(316)),o=p(n(313)),s=p(n(312)),u=p(n(311)),c=p(n(310)),d=p(n(307)),f=p(n(22)),h=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function p(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("mode-tab",{mixins:[f.default],data:function(){return{getHero:h.getHero}},computed:{hasTalents:function(){return h.hasTalents(this.selectedMode)}},components:{Highlights:a.default,TopTalentsBox:i.default,HeroDraftGrid:l.default,HeroTalentTable:o.default,ReportTable:s.default,IntroBox:u.default,WinPickScatter:d.default,InstallNotification:c.default}})},function(e,t,n){"use strict";n.r(t);var r=n(74),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(n(169)),a=o(n(22)),i=o(n(26)),l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function o(e){return e&&e.__esModule?e:{default:e}}t.default={name:"App",mixins:[a.default],data:function(){return{totalMatches:100*Math.floor(i.default.getTotalMatches()/100),lastUpdate:i.default.getLastUpdate(),modes:i.default.getModes(),getMode:l.getMode}},components:{ModeTab:r.default}}},function(e,t,n){"use strict";n.r(t);var r=n(76),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";var r=n(17),a=n(24),i=n(10).extendFlat,l=n(126);l=i(l,{_isLinkedToArray:"button",description:["Sets the specifications for each buttons.","By default, a range selector comes with no buttons."].join(" ")}),e.exports={visible:{valType:"boolean",role:"info",description:["Determines whether or not this range selector is visible.","Note that range selectors are only available for x axes of","`type` set to or auto-typed to *date*."].join(" ")},buttons:l,x:{valType:"number",min:-2,max:3,role:"style",description:"Sets the x position (in normalized coordinates) of the range selector."},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"left",role:"info",description:["Sets the range selector's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the range selector."].join(" ")},y:{valType:"number",min:-2,max:3,role:"style",description:"Sets the y position (in normalized coordinates) of the range selector."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"bottom",role:"info",description:["Sets the range selector's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the range selector."].join(" ")},font:i({},r,{description:"Sets the font of the range selector button text."}),bgcolor:{valType:"color",dflt:a.lightLine,role:"style",description:"Sets the background color of the range selector buttons."},activecolor:{valType:"color",role:"style",description:"Sets the background color of the active range selector button."},bordercolor:{valType:"color",dflt:a.defaultLine,role:"style",description:"Sets the color of the border enclosing the range selector."},borderwidth:{valType:"number",min:0,dflt:0,role:"style",description:"Sets the width (in px) of the border enclosing the range selector."}}},function(e,t,n){"use strict";var r=n(24);e.exports={bgcolor:{valType:"color",dflt:r.background,role:"style",description:"Sets the background color of the range slider."},bordercolor:{valType:"color",dflt:r.defaultLine,role:"style",description:"Sets the border color of the range slider."},borderwidth:{valType:"integer",dflt:0,min:0,role:"style",description:"Sets the border color of the range slider."},autorange:{valType:"boolean",dflt:!0,role:"style",description:["Determines whether or not the range slider range is","computed in relation to the input data.","If `range` is provided, then `autorange` is set to *false*."].join(" ")},range:{valType:"info_array",role:"info",items:[{valType:"any"},{valType:"any"}],description:["Sets the range of the range slider.","If not set, defaults to the full xaxis range.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},thickness:{valType:"number",dflt:.15,min:0,max:1,role:"style",description:["The height of the range slider as a fraction of the","total plot area height."].join(" ")},visible:{valType:"boolean",dflt:!0,role:"info",description:["Determines whether or not the range slider will be visible.","If visible, perpendicular axes will be set to `fixedrange`"].join(" ")}}},function(e,t,n){"use strict";e.exports={name:"updatemenus",containerClassName:"updatemenu-container",headerGroupClassName:"updatemenu-header-group",headerClassName:"updatemenu-header",headerArrowClassName:"updatemenu-header-arrow",dropdownButtonGroupClassName:"updatemenu-dropdown-button-group",dropdownButtonClassName:"updatemenu-dropdown-button",buttonClassName:"updatemenu-button",itemRectClassName:"updatemenu-item-rect",itemTextClassName:"updatemenu-item-text",menuIndexAttrName:"updatemenu-active-index",autoMarginIdRoot:"updatemenu-",blankHeaderOpts:{label:" "},minWidth:30,minHeight:30,textPadX:24,arrowPadX:16,rx:2,ry:2,textOffsetX:12,textOffsetY:3,arrowOffsetX:4,gapButtonHeader:5,gapButton:2,activeColor:"#F4FAFF",hoverColor:"#F4FAFF",arrowSymbol:{left:"โ",right:"โบ",up:"โฒ",down:"โผ"}}},function(e,t,n){"use strict";t.rangeToShapePosition=function(e){return"log"===e.type?e.r2d:function(e){return e}},t.shapePositionToRange=function(e){return"log"===e.type?e.d2r:function(e){return e}},t.decodeDate=function(e){return function(t){return t.replace&&(t=t.replace("_"," ")),e(t)}},t.encodeDate=function(e){return function(t){return e(t).replace(" ","_")}},t.getDataToPixel=function(e,n,r){var a,i=e._fullLayout._size;if(n){var l=t.shapePositionToRange(n);a=function(e){return n._offset+n.r2p(l(e,!0))},"date"===n.type&&(a=t.decodeDate(a))}else a=r?function(e){return i.t+i.h*(1-e)}:function(e){return i.l+i.w*e};return a},t.getPixelToData=function(e,n,r){var a,i=e._fullLayout._size;if(n){var l=t.rangeToShapePosition(n);a=function(e){return l(n.p2r(e-n._offset))}}else a=r?function(e){return 1-(e-i.t)/i.h}:function(e){return(e-i.l)/i.w};return a}},function(e,t,n){"use strict";var r=n(36);e.exports={_isLinkedToArray:"annotation",visible:r.visible,x:{valType:"any",role:"info",description:["Sets the annotation's x position."].join(" ")},y:{valType:"any",role:"info",description:["Sets the annotation's y position."].join(" ")},z:{valType:"any",role:"info",description:["Sets the annotation's z position."].join(" ")},ax:{valType:"number",role:"info",description:["Sets the x component of the arrow tail about the arrow head (in pixels)."].join(" ")},ay:{valType:"number",role:"info",description:["Sets the y component of the arrow tail about the arrow head (in pixels)."].join(" ")},xanchor:r.xanchor,xshift:r.xshift,yanchor:r.yanchor,yshift:r.yshift,text:r.text,textangle:r.textangle,font:r.font,width:r.width,height:r.height,opacity:r.opacity,align:r.align,valign:r.valign,bgcolor:r.bgcolor,bordercolor:r.bordercolor,borderpad:r.borderpad,borderwidth:r.borderwidth,showarrow:r.showarrow,arrowcolor:r.arrowcolor,arrowhead:r.arrowhead,arrowsize:r.arrowsize,arrowwidth:r.arrowwidth,standoff:r.standoff,hovertext:r.hovertext,hoverlabel:r.hoverlabel,captureevents:r.captureevents}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(9),l=n(0),o=n(6),s=n(3),u=n(7),c=n(29),d=n(14),f=n(28),h=n(20),p=n(214);function v(e,t){var n=e._fullLayout.annotations[t]||{};y(e,n,t,!1,o.getFromId(e,n.xref),o.getFromId(e,n.yref))}function y(e,t,n,i,o,v){var y,m,_=e._fullLayout,T=e._fullLayout._size;i?(y="annotation-"+i,m=i+".annotations["+n+"]"):(y="annotation",m="annotations["+n+"]"),_._infolayer.selectAll("."+y+'[data-index="'+n+'"]').remove();var M="clip"+_._uid+"_ann"+n;if(t._input&&!1!==t.visible){var b={x:{},y:{}},K=+t.textangle||0,k=_._infolayer.append("g").classed(y,!0).attr("data-index",String(n)).style("opacity",t.opacity),x=k.append("g").classed("annotation-text-g",!0),C=x.append("g").style("pointer-events",t.captureevents?"all":null).call(f,"default").on("click",function(){e._dragging=!1;var a={index:n,annotation:t._input,fullAnnotation:t,event:r.event};i&&(a.subplotId=i),e.emit("plotly_clickannotation",a)});t.hovertext&&C.on("mouseover",function(){var n=t.hoverlabel,r=n.font,a=this.getBoundingClientRect(),i=e.getBoundingClientRect();c.loneHover({x0:a.left-i.left,x1:a.right-i.left,y:(a.top+a.bottom)/2-i.top,text:t.hovertext,color:n.bgcolor,borderColor:n.bordercolor,fontFamily:r.family,fontSize:r.size,fontColor:r.color},{container:_._hoverlayer.node(),outerContainer:_._paper.node(),gd:e})}).on("mouseout",function(){c.loneUnhover(_._hoverlayer.node())});var A=t.borderwidth,w=t.borderpad,L=A+w,D=C.append("rect").attr("class","bg").style("stroke-width",A+"px").call(s.stroke,t.bordercolor).call(s.fill,t.bgcolor),B=t.width||t.height,S=_._defs.select(".clips").selectAll("#"+M).data(B?[0]:[]);S.enter().append("clipPath").classed("annclip",!0).attr("id",M).append("rect"),S.exit().remove();var G=t.font,W=C.append("text").classed("annotation-text",!0).text(t.text);e._context.editable?W.call(d.makeEditable,{delegate:C,gd:e}).call(z).on("edit",function(n){t.text=n,this.call(z);var r={};r[m+".text"]=t.text,o&&o.autorange&&(r[o._name+".autorange"]=!0),v&&v.autorange&&(r[v._name+".autorange"]=!0),a.relayout(e,r)}):W.call(z)}else r.selectAll("#"+M).remove();function z(n){return n.call(u.font,G).attr({"text-anchor":{left:"start",right:"end"}[t.align]||"middle"}),d.convertToTspans(n,e,O),n}function O(){var n=W.selectAll("a");1===n.size()&&n.text()===W.text()&&C.insert("a",":first-child").attr({"xlink:xlink:href":n.attr("xlink:href"),"xlink:xlink:show":n.attr("xlink:show")}).style({cursor:"pointer"}).node().appendChild(D.node());var r=C.select(".annotation-text-math-group"),c=!r.empty(),y=u.bBox((c?r:W).node()),w=y.width,G=y.height,z=t.width||w,O=t.height||G,P=Math.round(z+2*L),R=Math.round(O+2*L);function E(e,t){return"auto"===t&&(t=e<1/3?"left":e>2/3?"right":"center"),{center:0,middle:0,left:.5,bottom:-.5,right:-.5,top:.5}[t]}t._w=z,t._h=O;for(var j=!1,I=["x","y"],N=0;N<I.length;N++){var F,$,V,H,q,U=I[N],Y=t[U+"ref"]||U,X=t["a"+U+"ref"],J={x:o,y:v}[U],Z=(K+("x"===U?0:-90))*Math.PI/180,Q=P*Math.cos(Z),ee=R*Math.sin(Z),te=Math.abs(Q)+Math.abs(ee),ne=t[U+"anchor"],re=t[U+"shift"]*("x"===U?1:-1),ae=b[U];if(J){var ie=J.r2fraction(t[U]);if((e._dragging||!J.autorange)&&(ie<0||ie>1)&&(X===Y?((ie=J.r2fraction(t["a"+U]))<0||ie>1)&&(j=!0):j=!0,j))continue;F=J._offset+J.r2p(t[U]),H=.5}else"x"===U?(V=t[U],F=T.l+T.w*V):(V=1-t[U],F=T.t+T.h*V),H=t.showarrow?.5:V;if(t.showarrow){ae.head=F;var le=t["a"+U];q=Q*E(.5,t.xanchor)-ee*E(.5,t.yanchor),X===Y?(ae.tail=J._offset+J.r2p(le),$=q):(ae.tail=F+le,$=q+le),ae.text=ae.tail+q;var oe=_["x"===U?"width":"height"];if("paper"===Y&&(ae.head=l.constrain(ae.head,1,oe-1)),"pixel"===X){var se=-Math.max(ae.tail-3,ae.text),ue=Math.min(ae.tail+3,ae.text)-oe;se>0?(ae.tail+=se,ae.text+=se):ue>0&&(ae.tail-=ue,ae.text-=ue)}ae.tail+=re,ae.head+=re}else $=q=te*E(H,ne),ae.text=F+q;ae.text+=re,q+=re,$+=re,t["_"+U+"padplus"]=te/2+$,t["_"+U+"padminus"]=te/2-$,t["_"+U+"size"]=te,t["_"+U+"shift"]=q}if(j)C.remove();else{var ce=0,de=0;if("left"!==t.align&&(ce=(z-w)*("center"===t.align?.5:1)),"top"!==t.valign&&(de=(O-G)*("middle"===t.valign?.5:1)),c)r.select("svg").attr({x:L+ce-1,y:L+de}).call(u.setClipUrl,B?M:null);else{var fe=L+de-y.top,he=L+ce-y.left;W.call(d.positionText,he,fe).call(u.setClipUrl,B?M:null)}S.select("rect").call(u.setRect,L,L,z,O),D.call(u.setRect,A/2,A/2,P-A,R-A),C.call(u.setTranslate,Math.round(b.x.text-P/2),Math.round(b.y.text-R/2)),x.attr({transform:"rotate("+K+","+b.x.text+","+b.y.text+")"});var pe,ve,ye=function(n,r){k.selectAll(".annotation-arrow-g").remove();var c=b.x.head,d=b.y.head,f=b.x.tail+n,y=b.y.tail+r,_=b.x.text+n,M=b.y.text+r,A=l.rotationXYMatrix(K,_,M),w=l.apply2DTransform(A),L=l.apply2DTransform2(A),B=+D.attr("width"),S=+D.attr("height"),G=_-.5*B,W=G+B,z=M-.5*S,O=z+S,P=[[G,z,G,O],[G,O,W,O],[W,O,W,z],[W,z,G,z]].map(L);if(!P.reduce(function(e,t){return e^!!g(c,d,c+1e6,d+1e6,t[0],t[1],t[2],t[3])},!1)){P.forEach(function(e){var t=g(f,y,c,d,e[0],e[1],e[2],e[3]);t&&(f=t.x,y=t.y)});var R=t.arrowwidth,E=t.arrowcolor,j=k.append("g").style({opacity:s.opacity(E)}).classed("annotation-arrow-g",!0),I=j.append("path").attr("d","M"+f+","+y+"L"+c+","+d).style("stroke-width",R+"px").call(s.stroke,s.rgb(E));if(p(I,t.arrowhead,"end",t.arrowsize,t.standoff),e._context.editable&&I.node().parentNode&&!i){var N=c,F=d;if(t.standoff){var $=Math.sqrt(Math.pow(c-f,2)+Math.pow(d-y,2));N+=t.standoff*(f-c)/$,F+=t.standoff*(y-d)/$}var V,H,q,U=j.append("path").classed("annotation-arrow",!0).classed("anndrag",!0).attr({d:"M3,3H-3V-3H3ZM0,0L"+(f-N)+","+(y-F),transform:"translate("+N+","+F+")"}).style("stroke-width",R+6+"px").call(s.stroke,"rgba(0,0,0,0)").call(s.fill,"rgba(0,0,0,0)");h.init({element:U.node(),gd:e,prepFn:function(){var e=u.getTranslate(C);H=e.x,q=e.y,V={},o&&o.autorange&&(V[o._name+".autorange"]=!0),v&&v.autorange&&(V[v._name+".autorange"]=!0)},moveFn:function(e,n){var r=w(H,q),a=r[0]+e,i=r[1]+n;C.call(u.setTranslate,a,i),V[m+".x"]=o?o.p2r(o.r2p(t.x)+e):t.x+e/T.w,V[m+".y"]=v?v.p2r(v.r2p(t.y)+n):t.y-n/T.h,t.axref===t.xref&&(V[m+".ax"]=o.p2r(o.r2p(t.ax)+e)),t.ayref===t.yref&&(V[m+".ay"]=v.p2r(v.r2p(t.ay)+n)),j.attr("transform","translate("+e+","+n+")"),x.attr({transform:"rotate("+K+","+a+","+i+")"})},doneFn:function(t){if(t){a.relayout(e,V);var n=document.querySelector(".js-notes-box-panel");n&&n.redraw(n.selectedObj)}}})}}};if(t.showarrow&&ye(0,0),e._context.editable)h.init({element:C.node(),gd:e,prepFn:function(){ve=x.attr("transform"),pe={}},moveFn:function(e,n){var r="pointer";if(t.showarrow)t.axref===t.xref?pe[m+".ax"]=o.p2r(o.r2p(t.ax)+e):pe[m+".ax"]=t.ax+e,t.ayref===t.yref?pe[m+".ay"]=v.p2r(v.r2p(t.ay)+n):pe[m+".ay"]=t.ay+n,ye(e,n);else{if(i)return;if(o)pe[m+".x"]=t.x+e/o._m;else{var a=t._xsize/T.w,l=t.x+(t._xshift-t.xshift)/T.w-a/2;pe[m+".x"]=h.align(l+e/T.w,a,0,1,t.xanchor)}if(v)pe[m+".y"]=t.y+n/v._m;else{var s=t._ysize/T.h,u=t.y-(t._yshift+t.yshift)/T.h-s/2;pe[m+".y"]=h.align(u-n/T.h,s,0,1,t.yanchor)}o&&v||(r=h.getCursor(o?.5:pe[m+".x"],v?.5:pe[m+".y"],t.xanchor,t.yanchor))}x.attr({transform:"translate("+e+","+n+")"+ve}),f(C,r)},doneFn:function(t){if(f(C),t){a.relayout(e,pe);var n=document.querySelector(".js-notes-box-panel");n&&n.redraw(n.selectedObj)}}})}}}function g(e,t,n,r,a,i,l,o){var s=n-e,u=a-e,c=l-a,d=r-t,f=i-t,h=o-i,p=s*h-c*d;if(0===p)return null;var v=(u*h-c*f)/p,y=(u*d-s*f)/p;return y<0||y>1||v<0||v>1?null:{x:e+s*v,y:t+d*v}}e.exports={draw:function(e){var t=e._fullLayout;t._infolayer.selectAll(".annotation").remove();for(var n=0;n<t.annotations.length;n++)t.annotations[n].visible&&v(e,n);return i.previousPromises(e)},drawOne:v,drawRaw:y}},function(e,t,n){"use strict";var r=n(4);t.legendGetsTrace=function(e){return e.visible&&r.traceIs(e,"showLegend")},t.isGrouped=function(e){return-1!==(e.traceorder||"").indexOf("grouped")},t.isVertical=function(e){return"h"!==e.orientation},t.isReversed=function(e){return-1!==(e.traceorder||"").indexOf("reversed")}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(21),l=n(0),o=n(88),s=n(14),u=n(259),c=n(7),d=n(3),f=n(20),h=n(6),p=n(4),v=n(87),y=n(38),g=y.YANGLE,m=Math.PI*g/180,_=1/Math.sin(m),T=Math.cos(m),M=Math.sin(m),b=y.HOVERARROWSIZE,K=y.HOVERTEXTPAD;function k(e,t,n,s){if("pie"!==n&&"sankey"!==n||s){n||(n="xy");var g=Array.isArray(n)?n:[n],m=e._fullLayout,T=m._plots||[],M=T[n];if(M){var b=M.overlays.map(function(e){return e.id});g=g.concat(b)}for(var K=g.length,k=new Array(K),L=new Array(K),D=0;D<K;D++){var B=g[D],S=T[B];if(S)k[D]=h.getFromId(e,S.xaxis._id),L[D]=h.getFromId(e,S.yaxis._id);else{var G=m[B]._subplot;k[D]=G.xaxis,L[D]=G.yaxis}}var W=t.hovermode||m.hovermode;if(-1===["x","y","closest"].indexOf(W)||!e.calcdata||e.querySelector(".zoombox")||e._dragging)return f.unhoverRaw(e,t);var z,O,P,R,E,j,I,N,F,$,V,H,q,U=[],Y=[];if(Array.isArray(t))for(W="array",P=0;P<t.length;P++)"skip"!==(E=e.calcdata[t[P].curveNumber||0])[0].trace.hoverinfo&&Y.push(E);else{for(R=0;R<e.calcdata.length;R++)"skip"!==(j=(E=e.calcdata[R])[0].trace).hoverinfo&&-1!==g.indexOf(v.getSubplot(j))&&Y.push(E);var X,J;if(!t.target)X="xpx"in t?t.xpx:k[0]._length/2,J="ypx"in t?t.ypx:L[0]._length/2;else{if(!1===o.triggerHandler(e,"plotly_beforehover",t))return;var Z=t.target.getBoundingClientRect();if(X=t.clientX-Z.left,J=t.clientY-Z.top,X<0||X>Z.width||J<0||J>Z.height)return f.unhoverRaw(e,t)}if(z="xval"in t?v.flat(g,t.xval):v.p2c(k,X),O="yval"in t?v.flat(g,t.yval):v.p2c(L,J),!a(z[0])||!a(O[0]))return l.warn("Fx.hover failed",t,e),f.unhoverRaw(e,t)}var Q=1/0;for(R=0;R<Y.length;R++)if((E=Y[R])&&E[0]&&E[0].trace&&!0===E[0].trace.visible&&(j=E[0].trace,-1===["carpet","contourcarpet"].indexOf(j._module.name))){if(I=v.getSubplot(j),F=W,H={cd:E,trace:j,xa:k[N=g.indexOf(I)],ya:L[N],index:!1,distance:Math.min(Q,y.MAXDIST),color:d.defaultLine,name:j.name,x0:void 0,x1:void 0,y0:void 0,y1:void 0,xLabelVal:void 0,yLabelVal:void 0,zLabelVal:void 0,text:void 0},m[I]&&(H.subplot=m[I]._subplot),q=U.length,"array"===F){var ee=t[R];"pointNumber"in ee?(H.index=ee.pointNumber,F="closest"):(F="","xval"in ee&&($=ee.xval,F="x"),"yval"in ee&&(V=ee.yval,F=F?"closest":"y"))}else $=z[N],V=O[N];if(j._module&&j._module.hoverPoints){var te=j._module.hoverPoints(H,$,V,F);if(te)for(var ne,re=0;re<te.length;re++)ne=te[re],a(ne.x0)&&a(ne.y0)&&U.push(A(ne,W))}else l.log("Unrecognized trace type in hover:",j);"closest"===W&&U.length>q&&(U.splice(0,q),Q=U[0].distance)}if(0===U.length)return f.unhoverRaw(e,t);U.sort(function(e,t){return e.distance-t.distance});var ae=e._hoverdata,ie=[];for(P=0;P<U.length;P++){var le=U[P],oe={data:le.trace._input,fullData:le.trace,curveNumber:le.trace.index,pointNumber:le.index};le.trace._module.eventData?oe=le.trace._module.eventData(oe,le):(oe.x=le.xVal,oe.y=le.yVal,oe.xaxis=le.xa,oe.yaxis=le.ya,void 0!==le.zLabelVal&&(oe.z=le.zLabelVal)),v.appendArrayPointValue(oe,le.trace,le.index),ie.push(oe)}if(e._hoverdata=ie,w(e,t,ae)&&m._hasCartesian)!function(e,t){var n=t.hovermode,r=t.container,a=e[0],l=a.xa,o=a.ya,s=l.showspikes,u=o.showspikes;if(r.selectAll(".spikeline").remove(),"closest"!==n||!s&&!u)return;var f=t.fullLayout,h=l._offset+(a.x0+a.x1)/2,p=o._offset+(a.y0+a.y1)/2,v=d.combine(f.plot_bgcolor,f.paper_bgcolor),y=i.readability(a.color,v)<1.5?d.contrast(v):a.color;if(u){var g=o.spikemode,m=o.spikethickness,_=o.spikecolor||y,T=o._boundingBox,M=(T.left+T.right)/2<h?T.right:T.left;if(-1!==g.indexOf("toaxis")||-1!==g.indexOf("across")){var b=M,K=h;-1!==g.indexOf("across")&&(b=o._counterSpan[0],K=o._counterSpan[1]),r.append("line").attr({x1:b,x2:K,y1:p,y2:p,"stroke-width":m+2,stroke:v}).classed("spikeline",!0).classed("crisp",!0),r.append("line").attr({x1:b,x2:K,y1:p,y2:p,"stroke-width":m,stroke:_,"stroke-dasharray":c.dashStyle(o.spikedash,m)}).classed("spikeline",!0).classed("crisp",!0)}-1!==g.indexOf("marker")&&r.append("circle").attr({cx:M+("right"!==o.side?m:-m),cy:p,r:m,fill:_}).classed("spikeline",!0)}if(s){var k=l.spikemode,x=l.spikethickness,C=l.spikecolor||y,A=l._boundingBox,w=(A.top+A.bottom)/2<p?A.bottom:A.top;if(-1!==k.indexOf("toaxis")||-1!==k.indexOf("across")){var L=w,D=p;-1!==k.indexOf("across")&&(L=l._counterSpan[0],D=l._counterSpan[1]),r.append("line").attr({x1:h,x2:h,y1:L,y2:D,"stroke-width":x+2,stroke:v}).classed("spikeline",!0).classed("crisp",!0),r.append("line").attr({x1:h,x2:h,y1:L,y2:D,"stroke-width":x,stroke:C,"stroke-dasharray":c.dashStyle(l.spikedash,x)}).classed("spikeline",!0).classed("crisp",!0)}-1!==k.indexOf("marker")&&r.append("circle").attr({cx:h,cy:w-("top"!==l.side?x:-x),r:x,fill:C}).classed("spikeline",!0)}}(U,{hovermode:W,fullLayout:m,container:m._hoverlayer,outerContainer:m._paperdiv});var se="y"===W&&Y.length>1,ue=x(U,{hovermode:W,rotateLabels:se,bgColor:d.combine(m.plot_bgcolor||d.background,m.paper_bgcolor),container:m._hoverlayer,outerContainer:m._paperdiv,commonLabelOpts:m.hoverlabel},e);if(function(e,t){var n,r,a,i,l,o,s,u=0,c=e.map(function(e,n){var r=e[t];return[{i:n,dp:0,pos:e.pos,posref:e.posref,size:e.by*("x"===r._id.charAt(0)?_:1)/2,pmin:r._offset,pmax:r._offset+r._length}]}).sort(function(e,t){return e[0].posref-t[0].posref});function d(e){var t=e[0],s=e[e.length-1];if(r=t.pmin-t.pos-t.dp+t.size,a=s.pos+s.dp+s.size-t.pmax,r>.01){for(l=e.length-1;l>=0;l--)e[l].dp+=r;n=!1}if(!(a<.01)){if(r<-.01){for(l=e.length-1;l>=0;l--)e[l].dp-=a;n=!1}if(n){var u=0;for(i=0;i<e.length;i++)(o=e[i]).pos+o.dp+o.size>t.pmax&&u++;for(i=e.length-1;i>=0&&!(u<=0);i--)(o=e[i]).pos>t.pmax-1&&(o.del=!0,u--);for(i=0;i<e.length&&!(u<=0);i++)if((o=e[i]).pos<t.pmin+1)for(o.del=!0,u--,a=2*o.size,l=e.length-1;l>=0;l--)e[l].dp-=a;for(i=e.length-1;i>=0&&!(u<=0);i--)(o=e[i]).pos+o.dp+o.size>t.pmax&&(o.del=!0,u--)}}}for(;!n&&u<=e.length;){for(u++,n=!0,i=0;i<c.length-1;){var f=c[i],h=c[i+1],p=f[f.length-1],v=h[0];if((r=p.pos+p.dp+p.size-v.pos-v.dp+v.size)>.01&&p.pmin===v.pmin&&p.pmax===v.pmax){for(l=h.length-1;l>=0;l--)h[l].dp+=r;for(f.push.apply(f,h),c.splice(i+1,1),s=0,l=f.length-1;l>=0;l--)s+=f[l].dp;for(a=s/f.length,l=f.length-1;l>=0;l--)f[l].dp-=a;n=!1}else i++}c.forEach(d)}for(i=c.length-1;i>=0;i--){var y=c[i];for(l=y.length-1;l>=0;l--){var g=y[l],m=e[g.i];m.offset=g.dp,m.del=g.del}}}(U,se?"xa":"ya"),C(ue,se),t.target&&t.target.tagName){var ce=p.getComponentMethod("annotations","hasClickToShow")(e,ie);u(r.select(t.target),ce?"pointer":"")}t.target&&!s&&w(e,t,ae)&&(ae&&e.emit("plotly_unhover",{event:t,points:ae}),e.emit("plotly_hover",{event:t,points:e._hoverdata,xaxes:k,yaxes:L,xvals:z,yvals:O}))}else e.emit("plotly_hover",{event:t.originalEvent,points:[t]})}function x(e,t,n){var a,i=t.hovermode,l=t.rotateLabels,o=t.bgColor,u=t.container,f=t.outerContainer,h=t.commonLabelOpts||{},p=t.fontFamily||y.HOVERFONT,v=t.fontSize||y.HOVERFONTSIZE,m=e[0],_=m.xa,T=m.ya,M="y"===i?"yLabel":"xLabel",k=m[M],x=(String(k)||"").split(" ")[0],C=f.node().getBoundingClientRect(),A=C.top,w=C.width,L=C.height,D=m.distance<=y.MAXDIST&&("x"===i||"y"===i);for(a=0;a<e.length;a++){var B=(e[a].hoverinfo||e[a].trace.hoverinfo).split("+");if(-1===B.indexOf("all")&&-1===B.indexOf(i)){D=!1;break}}var S=u.selectAll("g.axistext").data(D?[0]:[]);S.enter().append("g").classed("axistext",!0),S.exit().remove(),S.each(function(){var t=r.select(this),a=t.selectAll("path").data([0]),l=t.selectAll("text").data([0]);a.enter().append("path").style({fill:h.bgcolor||d.defaultLine,stroke:h.bordercolor||d.background,"stroke-width":"1px"}),l.enter().append("text").call(c.font,h.font.family||p,h.font.size||v,h.font.color||d.background).attr("data-notex",1),l.text(k).call(s.positionText,0,0).call(s.convertToTspans,n),t.attr("transform","");var o=l.node().getBoundingClientRect();if("x"===i){l.attr("text-anchor","middle").call(s.positionText,0,"top"===_.side?A-o.bottom-b-K:A-o.top+b+K);var u="top"===_.side?"-":"";a.attr("d","M0,0L"+b+","+u+b+"H"+(K+o.width/2)+"v"+u+(2*K+o.height)+"H-"+(K+o.width/2)+"V"+u+b+"H-"+b+"Z"),t.attr("transform","translate("+(_._offset+(m.x0+m.x1)/2)+","+(T._offset+("top"===_.side?0:T._length))+")")}else{l.attr("text-anchor","right"===T.side?"start":"end").call(s.positionText,("right"===T.side?1:-1)*(K+b),A-o.top-o.height/2);var f="right"===T.side?"":"-";a.attr("d","M0,0L"+f+b+","+b+"V"+(K+o.height/2)+"h"+f+(2*K+o.width)+"V-"+(K+o.height/2)+"H"+f+b+"V-"+b+"Z"),t.attr("transform","translate("+(_._offset+("right"===T.side?_._length:0))+","+(T._offset+(m.y0+m.y1)/2)+")")}e=e.filter(function(e){return void 0!==e.zLabelVal||(e[M]||"").split(" ")[0]===x})});var G=u.selectAll("g.hovertext").data(e,function(e){return[e.trace.index,e.index,e.x0,e.y0,e.name,e.attr,e.xa,e.ya||""].join(",")});return G.enter().append("g").classed("hovertext",!0).each(function(){var e=r.select(this);e.append("rect").call(d.fill,d.addOpacity(o,.8)),e.append("text").classed("name",!0),e.append("path").style("stroke-width","1px"),e.append("text").classed("nums",!0).call(c.font,p,v)}),G.exit().remove(),G.each(function(e){var t=r.select(this).attr("transform",""),a="",u="",f=d.opacity(e.color)?e.color:d.defaultLine,h=d.combine(f,o),y=e.borderColor||d.contrast(h);void 0!==e.nameOverride&&(e.name=e.nameOverride),e.name&&(a=s.plainText(e.name||"")).length>15&&(a=a.substr(0,12)+"..."),void 0!==e.extraText&&(u+=e.extraText),void 0!==e.zLabel?(void 0!==e.xLabel&&(u+="x: "+e.xLabel+"<br>"),void 0!==e.yLabel&&(u+="y: "+e.yLabel+"<br>"),u+=(u?"z: ":"")+e.zLabel):D&&e[i+"Label"]===k?u=e[("x"===i?"y":"x")+"Label"]||"":void 0===e.xLabel?void 0!==e.yLabel&&(u=e.yLabel):u=void 0===e.yLabel?e.xLabel:"("+e.xLabel+", "+e.yLabel+")",e.text&&!Array.isArray(e.text)&&(u+=(u?"<br>":"")+e.text),""===u&&(""===a&&t.remove(),u=a);var m=t.select("text.nums").call(c.font,e.fontFamily||p,e.fontSize||v,e.fontColor||y).text(u).attr("data-notex",1).call(s.positionText,0,0).call(s.convertToTspans,n),_=t.select("text.name"),T=0;a&&a!==u?(_.call(c.font,e.fontFamily||p,e.fontSize||v,h).text(a).attr("data-notex",1).call(s.positionText,0,0).call(s.convertToTspans,n),T=_.node().getBoundingClientRect().width+2*K):(_.remove(),t.select("rect").remove()),t.select("path").style({fill:h,stroke:y});var M,x,C=m.node().getBoundingClientRect(),B=e.xa._offset+(e.x0+e.x1)/2,S=e.ya._offset+(e.y0+e.y1)/2,G=Math.abs(e.x1-e.x0),W=Math.abs(e.y1-e.y0),z=C.width+b+K+T;e.ty0=A-C.top,e.bx=C.width+2*K,e.by=C.height+2*K,e.anchor="start",e.txwidth=C.width,e.tx2width=T,e.offset=0,l?(e.pos=B,M=S+W/2+z<=L,x=S-W/2-z>=0,"top"!==e.idealAlign&&M||!x?M?(S+=W/2,e.anchor="start"):e.anchor="middle":(S-=W/2,e.anchor="end")):(e.pos=S,M=B+G/2+z<=w,x=B-G/2-z>=0,"left"!==e.idealAlign&&M||!x?M?(B+=G/2,e.anchor="start"):e.anchor="middle":(B-=G/2,e.anchor="end")),m.attr("text-anchor",e.anchor),T&&_.attr("text-anchor",e.anchor),t.attr("transform","translate("+B+","+S+")"+(l?"rotate("+g+")":""))}),G}function C(e,t){e.each(function(e){var n=r.select(this);if(e.del)n.remove();else{var a="end"===e.anchor?-1:1,i=n.select("text.nums"),l={start:1,end:-1,middle:0}[e.anchor],o=l*(b+K),u=o+l*(e.txwidth+K),d=0,f=e.offset;"middle"===e.anchor&&(o-=e.tx2width/2,u-=e.tx2width/2),t&&(f*=-M,d=e.offset*T),n.select("path").attr("d","middle"===e.anchor?"M-"+e.bx/2+",-"+e.by/2+"h"+e.bx+"v"+e.by+"h-"+e.bx+"Z":"M0,0L"+(a*b+d)+","+(b+f)+"v"+(e.by/2-b)+"h"+a*e.bx+"v-"+e.by+"H"+(a*b+d)+"V"+(f-b)+"Z"),i.call(s.positionText,o+d,f+e.ty0-e.by/2+K),e.tx2width&&(n.select("text.name").call(s.positionText,u+l*K+d,f+e.ty0-e.by/2+K),n.select("rect").call(c.setRect,u+(l-1)*e.tx2width/2+d,f-e.by/2-1,e.tx2width,e.by+2))}})}function A(e,t){var n,r=e.trace||{},a=e.cd[0],i=e.cd[e.index]||{};function o(t,n,o){var s;if(i[n])s=i[n];else if(a[n]){var u=a[n];Array.isArray(u)&&Array.isArray(u[e.index[0]])&&(s=u[e.index[0]][e.index[1]])}else s=l.nestedProperty(r,o).get();s&&(e[t]=s)}if(o("hoverinfo","hi","hoverinfo"),o("color","hbg","hoverlabel.bgcolor"),o("borderColor","hbc","hoverlabel.bordercolor"),o("fontFamily","htf","hoverlabel.font.family"),o("fontSize","hts","hoverlabel.font.size"),o("fontColor","htc","hoverlabel.font.color"),e.posref="y"===t?(e.x0+e.x1)/2:(e.y0+e.y1)/2,e.x0=l.constrain(e.x0,0,e.xa._length),e.x1=l.constrain(e.x1,0,e.xa._length),e.y0=l.constrain(e.y0,0,e.ya._length),e.y1=l.constrain(e.y1,0,e.ya._length),void 0!==e.xLabelVal){n="log"===e.xa.type&&e.xLabelVal<=0;var s=h.tickText(e.xa,e.xa.c2l(n?-e.xLabelVal:e.xLabelVal),"hover");n?0===e.xLabelVal?e.xLabel="0":e.xLabel="-"+s.text:e.xLabel=s.text,e.xVal=e.xa.c2d(e.xLabelVal)}if(void 0!==e.yLabelVal){n="log"===e.ya.type&&e.yLabelVal<=0;var u=h.tickText(e.ya,e.ya.c2l(n?-e.yLabelVal:e.yLabelVal),"hover");n?0===e.yLabelVal?e.yLabel="0":e.yLabel="-"+u.text:e.yLabel=u.text,e.yVal=e.ya.c2d(e.yLabelVal)}if(void 0!==e.zLabelVal&&(e.zLabel=String(e.zLabelVal)),!(isNaN(e.xerr)||"log"===e.xa.type&&e.xerr<=0)){var c=h.tickText(e.xa,e.xa.c2l(e.xerr),"hover").text;void 0!==e.xerrneg?e.xLabel+=" +"+c+" / -"+h.tickText(e.xa,e.xa.c2l(e.xerrneg),"hover").text:e.xLabel+=" ยฑ "+c,"x"===t&&(e.distance+=1)}if(!(isNaN(e.yerr)||"log"===e.ya.type&&e.yerr<=0)){var d=h.tickText(e.ya,e.ya.c2l(e.yerr),"hover").text;void 0!==e.yerrneg?e.yLabel+=" +"+d+" / -"+h.tickText(e.ya,e.ya.c2l(e.yerrneg),"hover").text:e.yLabel+=" ยฑ "+d,"y"===t&&(e.distance+=1)}var f=e.hoverinfo||e.trace.hoverinfo;return"all"!==f&&(-1===(f=f.split("+")).indexOf("x")&&(e.xLabel=void 0),-1===f.indexOf("y")&&(e.yLabel=void 0),-1===f.indexOf("z")&&(e.zLabel=void 0),-1===f.indexOf("text")&&(e.text=void 0),-1===f.indexOf("name")&&(e.name=void 0)),e}function w(e,t,n){if(!n||n.length!==e._hoverdata.length)return!0;for(var r=n.length-1;r>=0;r--){var a=n[r],i=e._hoverdata[r];if(a.curveNumber!==i.curveNumber||String(a.pointNumber)!==String(i.pointNumber))return!0}return!1}t.hover=function(e,t,n,r){if("string"==typeof e&&(e=document.getElementById(e)),void 0===e._lastHoverTime&&(e._lastHoverTime=0),void 0!==e._hoverTimer&&(clearTimeout(e._hoverTimer),e._hoverTimer=void 0),Date.now()>e._lastHoverTime+y.HOVERMINTIME)return k(e,t,n,r),void(e._lastHoverTime=Date.now());e._hoverTimer=setTimeout(function(){k(e,t,n,r),e._lastHoverTime=Date.now(),e._hoverTimer=void 0},y.HOVERMINTIME)},t.loneHover=function(e,t){var n={color:e.color||d.defaultLine,x0:e.x0||e.x||0,x1:e.x1||e.x||0,y0:e.y0||e.y||0,y1:e.y1||e.y||0,xLabel:e.xLabel,yLabel:e.yLabel,zLabel:e.zLabel,text:e.text,name:e.name,idealAlign:e.idealAlign,borderColor:e.borderColor,fontFamily:e.fontFamily,fontSize:e.fontSize,fontColor:e.fontColor,trace:{index:0,hoverinfo:""},xa:{_offset:0},ya:{_offset:0},index:0},a=r.select(t.container),i=t.outerContainer?r.select(t.outerContainer):a,l={hovermode:"closest",rotateLabels:!1,bgColor:t.bgColor||d.background,container:a,outerContainer:i},o=x([n],l,t.gd);return C(o,l.rotateLabels),o.node()}},function(e,t,n){"use strict";var r=n(10).extendFlat,a=n(17),i=n(38);e.exports={dragmode:{valType:"enumerated",role:"info",values:["zoom","pan","select","lasso","orbit","turntable"],dflt:"zoom",description:["Determines the mode of drag interactions.","*select* and *lasso* apply only to scatter traces with","markers or text. *orbit* and *turntable* apply only to","3D scenes."].join(" ")},hovermode:{valType:"enumerated",role:"info",values:["x","y","closest",!1],description:"Determines the mode of hover interactions."},hoverlabel:{bgcolor:{valType:"color",role:"style",description:["Sets the background color of all hover labels on graph"].join(" ")},bordercolor:{valType:"color",role:"style",description:["Sets the border color of all hover labels on graph."].join(" ")},font:{family:r({},a.family,{dflt:i.HOVERFONT}),size:r({},a.size,{dflt:i.HOVERFONTSIZE}),color:r({},a.color)}}}},function(e,t,n){"use strict";var r=n(0),a=n(38);t.getSubplot=function(e){return e.subplot||e.xaxis+e.yaxis||e.geo},t.flat=function(e,t){for(var n=new Array(e.length),r=0;r<e.length;r++)n[r]=t;return n},t.p2c=function(e,t){for(var n=new Array(e.length),r=0;r<e.length;r++)n[r]=e[r].p2c(t);return n},t.getDistanceFunction=function(e,t,n,r){return"closest"===e?r||function(e,t){return function(n){var r=e(n),a=t(n);return Math.sqrt(r*r+a*a)}}(t,n):"x"===e?t:n},t.getClosest=function(e,t,n){if(!1!==n.index)n.index>=0&&n.index<e.length?n.distance=0:n.index=!1;else for(var r=0;r<e.length;r++){var a=t(e[r]);a<=n.distance&&(n.index=r,n.distance=a)}return n},t.inbox=function(e,t){return e*t<0||0===e?a.MAXDIST*(.6-.3/Math.max(3,Math.abs(e-t))):1/0},t.appendArrayPointValue=function(e,t,n){var a=t._arrayAttrs;if(a)for(var i=0;i<a.length;i++){var l,o=a[i];if(void 0===e[l="ids"===o?"id":"locations"===o?"location":o]){var s=r.nestedProperty(t,o).get();e[l]=Array.isArray(n)?s[n[0]][n[1]]:s[n]}}}},function(e,t,n){"use strict";var r=n(89).EventEmitter,a={init:function(e){if(e._ev instanceof r)return e;var t=new r,n=new r;return e._ev=t,e._internalEv=n,e.on=t.on.bind(t),e.once=t.once.bind(t),e.removeListener=t.removeListener.bind(t),e.removeAllListeners=t.removeAllListeners.bind(t),e._internalOn=n.on.bind(n),e._internalOnce=n.once.bind(n),e._removeInternalListener=n.removeListener.bind(n),e._removeAllInternalListeners=n.removeAllListeners.bind(n),e.emit=function(r,a){"undefined"!=typeof jQuery&&jQuery(e).trigger(r,a),t.emit(r,a),n.emit(r,a)},e},triggerHandler:function(e,t,n){var r,a;"undefined"!=typeof jQuery&&(r=jQuery(e).triggerHandler(t,n));var i=e._ev;if(!i)return r;var l=i._events[t];if(!l)return r;"function"==typeof l&&(l=[l]);for(var o=l.pop(),s=0;s<l.length;s++)l[s](n);return a=o(n),void 0!==r?r:a},purge:function(e){return delete e._ev,delete e.on,delete e.once,delete e.removeListener,delete e.removeAllListeners,delete e.emit,delete e._ev,delete e._internalEv,delete e._internalOn,delete e._internalOnce,delete e._removeInternalListener,delete e._removeAllInternalListeners,e}};e.exports=a},function(e,t){function n(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function r(e){return"function"==typeof e}function a(e){return"object"==typeof e&&null!==e}function i(e){return void 0===e}e.exports=n,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._maxListeners=void 0,n.defaultMaxListeners=10,n.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||isNaN(e))throw TypeError("n must be a positive number");return this._maxListeners=e,this},n.prototype.emit=function(e){var t,n,l,o,s,u;if(this._events||(this._events={}),"error"===e&&(!this._events.error||a(this._events.error)&&!this._events.error.length)){if((t=arguments[1])instanceof Error)throw t;var c=new Error('Uncaught, unspecified "error" event. ('+t+")");throw c.context=t,c}if(i(n=this._events[e]))return!1;if(r(n))switch(arguments.length){case 1:n.call(this);break;case 2:n.call(this,arguments[1]);break;case 3:n.call(this,arguments[1],arguments[2]);break;default:o=Array.prototype.slice.call(arguments,1),n.apply(this,o)}else if(a(n))for(o=Array.prototype.slice.call(arguments,1),l=(u=n.slice()).length,s=0;s<l;s++)u[s].apply(this,o);return!0},n.prototype.addListener=function(e,t){var l;if(!r(t))throw TypeError("listener must be a function");return this._events||(this._events={}),this._events.newListener&&this.emit("newListener",e,r(t.listener)?t.listener:t),this._events[e]?a(this._events[e])?this._events[e].push(t):this._events[e]=[this._events[e],t]:this._events[e]=t,a(this._events[e])&&!this._events[e].warned&&(l=i(this._maxListeners)?n.defaultMaxListeners:this._maxListeners)&&l>0&&this._events[e].length>l&&(this._events[e].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[e].length),"function"==typeof console.trace&&console.trace()),this},n.prototype.on=n.prototype.addListener,n.prototype.once=function(e,t){if(!r(t))throw TypeError("listener must be a function");var n=!1;function a(){this.removeListener(e,a),n||(n=!0,t.apply(this,arguments))}return a.listener=t,this.on(e,a),this},n.prototype.removeListener=function(e,t){var n,i,l,o;if(!r(t))throw TypeError("listener must be a function");if(!this._events||!this._events[e])return this;if(l=(n=this._events[e]).length,i=-1,n===t||r(n.listener)&&n.listener===t)delete this._events[e],this._events.removeListener&&this.emit("removeListener",e,t);else if(a(n)){for(o=l;o-- >0;)if(n[o]===t||n[o].listener&&n[o].listener===t){i=o;break}if(i<0)return this;1===n.length?(n.length=0,delete this._events[e]):n.splice(i,1),this._events.removeListener&&this.emit("removeListener",e,t)}return this},n.prototype.removeAllListeners=function(e){var t,n;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[e]&&delete this._events[e],this;if(0===arguments.length){for(t in this._events)"removeListener"!==t&&this.removeAllListeners(t);return this.removeAllListeners("removeListener"),this._events={},this}if(r(n=this._events[e]))this.removeListener(e,n);else if(n)for(;n.length;)this.removeListener(e,n[n.length-1]);return delete this._events[e],this},n.prototype.listeners=function(e){return this._events&&this._events[e]?r(this._events[e])?[this._events[e]]:this._events[e].slice():[]},n.prototype.listenerCount=function(e){if(this._events){var t=this._events[e];if(r(t))return 1;if(t)return t.length}return 0},n.listenerCount=function(e,t){return e.listenerCount(t)}},function(e,t,n){"use strict";var r=n(0),a=n(89).EventEmitter;e.exports=function(e){var t=e.emitter||new a,n=new Promise(function(a,i){var l=window.Image,o=e.svg,s=e.format||"png";if(r.isIE()&&(o=(o=(o=o.replace(/"/gi,"'")).replace(/(\('#)([^']*)('\))/gi,'("$2")')).replace(/(\\')/gi,'"'),"svg"!==s)){var u=new Error("Sorry IE does not support downloading from canvas. Try {format:'svg'} instead.");return i(u),e.promise?n:t.emit("error",u)}var c=e.canvas,d=c.getContext("2d"),f=new l,h="data:image/svg+xml,"+encodeURIComponent(o);c.height=e.height||150,c.width=e.width||300,f.onload=function(){var n;switch("svg"!==s&&d.drawImage(f,0,0),s){case"jpeg":n=c.toDataURL("image/jpeg");break;case"png":n=c.toDataURL("image/png");break;case"webp":n=c.toDataURL("image/webp");break;case"svg":n=h;break;default:if(i(new Error("Image format is not jpeg, png or svg")),!e.promise)return t.emit("error","Image format is not jpeg, png or svg")}a(n),e.promise||t.emit("success",n)},f.onerror=function(n){if(i(n),!e.promise)return t.emit("error",n)},f.src=h});return e.promise?n:t}},function(e,t,n){"use strict";var r=n(1),a=n(7),i=n(3),l=n(31),o=/"/g,s=new RegExp('("TOBESTRIPPED)|(TOBESTRIPPED")',"g");e.exports=function(e,t){var n,u=e._fullLayout,c=u._paper,d=u._toppaper;c.insert("rect",":first-child").call(a.setRect,0,0,u.width,u.height).call(i.fill,u.paper_bgcolor);var f=u._basePlotModules||[];for(n=0;n<f.length;n++){var h=f[n];h.toSVG&&h.toSVG(e)}if(d){var p=d.node().childNodes,v=Array.prototype.slice.call(p);for(n=0;n<v.length;n++){var y=v[n];y.childNodes.length&&c.node().appendChild(y)}}u._draggers&&u._draggers.remove(),c.node().style.background="",c.selectAll("text").attr({"data-unformatted":null,"data-math":null}).each(function(){var e=r.select(this);if("hidden"!==e.style("visibility")&&"none"!==e.style("display")){e.style({visibility:null,display:null});var t=e.style("font-family");t&&-1!==t.indexOf('"')&&e.style("font-family",t.replace(o,"TOBESTRIPPED"))}else e.remove()}),c.selectAll(".point").each(function(){var e=r.select(this),t=e.style("fill");t&&-1!==t.indexOf("url(")&&e.style("fill",t.replace(o,"TOBESTRIPPED"))}),"pdf"!==t&&"eps"!==t||c.selectAll("#MathJax_SVG_glyphs path").attr("stroke-width",0),c.node().setAttributeNS(l.xmlns,"xmlns",l.svg),c.node().setAttributeNS(l.xmlns,"xmlns:xlink",l.xlink);var g=(new window.XMLSerializer).serializeToString(c.node());return g=function(e){var t=r.select("body").append("div").style({display:"none"}).html(""),n=e.replace(/(&[^;]*;)/gi,function(e){return"<"===e?"<":"&rt;"===e?">":-1!==e.indexOf("<")||-1!==e.indexOf(">")?"":t.html(e).text()});return t.remove(),n}(g),g=(g=g.replace(/&(?!\w+;|\#[0-9]+;| \#x[0-9A-F]+;)/g,"&")).replace(s,"'")}},function(e,t,n){"use strict";var r=n(0),a=n(9),i=r.extendFlat,l=r.extendDeep;function o(e){var t;switch(e){case"themes__thumb":t={autosize:!0,width:150,height:150,title:"",showlegend:!1,margin:{l:5,r:5,t:5,b:5,pad:0},annotations:[]};break;case"thumbnail":t={title:"",hidesources:!0,showlegend:!1,borderwidth:0,bordercolor:"",margin:{l:1,r:1,t:1,b:1,pad:0},annotations:[]};break;default:t={}}return t}e.exports=function(e,t){var n;e.framework&&e.framework.isPolar&&(e=e.framework.getConfig());var r,s=e.data,u=e.layout,c=l([],s),d=l({},u,o(t.tileClass)),f=e._context||{};if(t.width&&(d.width=t.width),t.height&&(d.height=t.height),"thumbnail"===t.tileClass||"themes__thumb"===t.tileClass){d.annotations=[];var h=Object.keys(d);for(n=0;n<h.length;n++)r=h[n],["xaxis","yaxis","zaxis"].indexOf(r.slice(0,5))>-1&&(d[h[n]].title="");for(n=0;n<c.length;n++){var p=c[n];p.showscale=!1,p.marker&&(p.marker.showscale=!1),"pie"===p.type&&(p.textposition="none")}}if(Array.isArray(t.annotations))for(n=0;n<t.annotations.length;n++)d.annotations.push(t.annotations[n]);var v=a.getSubplotIds(d,"gl3d");if(v.length){var y={};for("thumbnail"===t.tileClass&&(y={title:"",showaxeslabels:!1,showticklabels:!1,linetickenable:!1}),n=0;n<v.length;n++){var g=d[v[n]];g.xaxis||(g.xaxis={}),g.yaxis||(g.yaxis={}),g.zaxis||(g.zaxis={}),i(g.xaxis,y),i(g.yaxis,y),i(g.zaxis,y),g._scene=null}}var m=document.createElement("div");t.tileClass&&(m.className=t.tileClass);var _={gd:m,td:m,layout:d,data:c,config:{staticPlot:void 0===t.staticPlot||t.staticPlot,plotGlPixelRatio:void 0===t.plotGlPixelRatio?2:t.plotGlPixelRatio,displaylogo:t.displaylogo||!1,showLink:t.showLink||!1,showTips:t.showTips||!1,mapboxAccessToken:f.mapboxAccessToken}};return"transparent"!==t.setBackground&&(_.config.setBackground=t.setBackground||"opaque"),_.gd.defaultLayout=o(t.tileClass),_}},function(e,t,n){"use strict";t.getDelay=function(e){return e._has&&(e._has("gl3d")||e._has("gl2d"))?500:0},t.getRedrawFunc=function(e){if(!(e.data&&e.data[0]&&e.data[0].r))return function(){(e.calcdata||[]).forEach(function(e){e[0]&&e[0].t&&e[0].t.cb&&e[0].t.cb()})}}},function(e,t,n){"use strict";var r=n(146),a=n(0),i=n(271);e.exports=function(e,t){return(t=t||{}).format=t.format||"png",new Promise(function(n,l){e._snapshotInProgress&&l(new Error("Snapshotting already in progress.")),a.isIE()&&"svg"!==t.format&&l(new Error("Sorry IE does not support downloading from canvas. Try {format:'svg'} instead.")),e._snapshotInProgress=!0;var o=r(e,t),s=t.filename||e.fn||"newplot";s+="."+t.format,o.then(function(t){return e._snapshotInProgress=!1,i(t,s)}).then(function(e){n(e)}).catch(function(t){e._snapshotInProgress=!1,l(t)})})}},function(e,t,n){"use strict";e.exports={undo:{width:857.1,path:"m857 350q0-87-34-166t-91-137-137-92-166-34q-96 0-183 41t-147 114q-4 6-4 13t5 11l76 77q6 5 14 5 9-1 13-7 41-53 100-82t126-29q58 0 110 23t92 61 61 91 22 111-22 111-61 91-92 61-110 23q-55 0-105-20t-90-57l77-77q17-16 8-38-10-23-33-23h-250q-15 0-25 11t-11 25v250q0 24 22 33 22 10 39-8l72-72q60 57 137 88t159 31q87 0 166-34t137-92 91-137 34-166z",ascent:850,descent:-150},home:{width:928.6,path:"m786 296v-267q0-15-11-26t-25-10h-214v214h-143v-214h-214q-15 0-25 10t-11 26v267q0 1 0 2t0 2l321 264 321-264q1-1 1-4z m124 39l-34-41q-5-5-12-6h-2q-7 0-12 3l-386 322-386-322q-7-4-13-4-7 2-12 7l-35 41q-4 5-3 13t6 12l401 334q18 15 42 15t43-15l136-114v109q0 8 5 13t13 5h107q8 0 13-5t5-13v-227l122-102q5-5 6-12t-4-13z",ascent:850,descent:-150},"camera-retro":{width:1e3,path:"m518 386q0 8-5 13t-13 5q-37 0-63-27t-26-63q0-8 5-13t13-5 12 5 5 13q0 23 16 38t38 16q8 0 13 5t5 13z m125-73q0-59-42-101t-101-42-101 42-42 101 42 101 101 42 101-42 42-101z m-572-320h858v71h-858v-71z m643 320q0 89-62 152t-152 62-151-62-63-152 63-151 151-63 152 63 62 151z m-571 358h214v72h-214v-72z m-72-107h858v143h-462l-36-71h-360v-72z m929 143v-714q0-30-21-51t-50-21h-858q-29 0-50 21t-21 51v714q0 30 21 51t50 21h858q29 0 50-21t21-51z",ascent:850,descent:-150},zoombox:{width:1e3,path:"m1000-25l-250 251c40 63 63 138 63 218 0 224-182 406-407 406-224 0-406-182-406-406s183-406 407-406c80 0 155 22 218 62l250-250 125 125z m-812 250l0 438 437 0 0-438-437 0z m62 375l313 0 0-312-313 0 0 312z",ascent:850,descent:-150},pan:{width:1e3,path:"m1000 350l-187 188 0-125-250 0 0 250 125 0-188 187-187-187 125 0 0-250-250 0 0 125-188-188 186-187 0 125 252 0 0-250-125 0 187-188 188 188-125 0 0 250 250 0 0-126 187 188z",ascent:850,descent:-150},zoom_plus:{width:1e3,path:"m1 787l0-875 875 0 0 875-875 0z m687-500l-187 0 0-187-125 0 0 187-188 0 0 125 188 0 0 187 125 0 0-187 187 0 0-125z",ascent:850,descent:-150},zoom_minus:{width:1e3,path:"m0 788l0-876 875 0 0 876-875 0z m688-500l-500 0 0 125 500 0 0-125z",ascent:850,descent:-150},autoscale:{width:1e3,path:"m250 850l-187 0-63 0 0-62 0-188 63 0 0 188 187 0 0 62z m688 0l-188 0 0-62 188 0 0-188 62 0 0 188 0 62-62 0z m-875-938l0 188-63 0 0-188 0-62 63 0 187 0 0 62-187 0z m875 188l0-188-188 0 0-62 188 0 62 0 0 62 0 188-62 0z m-125 188l-1 0-93-94-156 156 156 156 92-93 2 0 0 250-250 0 0-2 93-92-156-156-156 156 94 92 0 2-250 0 0-250 0 0 93 93 157-156-157-156-93 94 0 0 0-250 250 0 0 0-94 93 156 157 156-157-93-93 0 0 250 0 0 250z",ascent:850,descent:-150},tooltip_basic:{width:1500,path:"m375 725l0 0-375-375 375-374 0-1 1125 0 0 750-1125 0z",ascent:850,descent:-150},tooltip_compare:{width:1125,path:"m187 786l0 2-187-188 188-187 0 0 937 0 0 373-938 0z m0-499l0 1-187-188 188-188 0 0 937 0 0 376-938-1z",ascent:850,descent:-150},plotlylogo:{width:1542,path:"m0-10h182v-140h-182v140z m228 146h183v-286h-183v286z m225 714h182v-1000h-182v1000z m225-285h182v-715h-182v715z m225 142h183v-857h-183v857z m231-428h182v-429h-182v429z m225-291h183v-138h-183v138z",ascent:850,descent:-150},"z-axis":{width:1e3,path:"m833 5l-17 108v41l-130-65 130-66c0 0 0 38 0 39 0-1 36-14 39-25 4-15-6-22-16-30-15-12-39-16-56-20-90-22-187-23-279-23-261 0-341 34-353 59 3 60 228 110 228 110-140-8-351-35-351-116 0-120 293-142 474-142 155 0 477 22 477 142 0 50-74 79-163 96z m-374 94c-58-5-99-21-99-40 0-24 65-43 144-43 79 0 143 19 143 43 0 19-42 34-98 40v216h87l-132 135-133-135h88v-216z m167 515h-136v1c16 16 31 34 46 52l84 109v54h-230v-71h124v-1c-16-17-28-32-44-51l-89-114v-51h245v72z",ascent:850,descent:-150},"3d_rotate":{width:1e3,path:"m922 660c-5 4-9 7-14 11-359 263-580-31-580-31l-102 28 58-400c0 1 1 1 2 2 118 108 351 249 351 249s-62 27-100 42c88 83 222 183 347 122 16-8 30-17 44-27-2 1-4 2-6 4z m36-329c0 0 64 229-88 296-62 27-124 14-175-11 157-78 225-208 249-266 8-19 11-31 11-31 2 5 6 15 11 32-5-13-8-20-8-20z m-775-239c70-31 117-50 198-32-121 80-199 346-199 346l-96-15-58-12c0 0 55-226 155-287z m603 133l-317-139c0 0 4-4 19-14 7-5 24-15 24-15s-177-147-389 4c235-287 536-112 536-112l31-22 100 299-4-1z m-298-153c6-4 14-9 24-15 0 0-17 10-24 15z",ascent:850,descent:-150},camera:{width:1e3,path:"m500 450c-83 0-150-67-150-150 0-83 67-150 150-150 83 0 150 67 150 150 0 83-67 150-150 150z m400 150h-120c-16 0-34 13-39 29l-31 93c-6 15-23 28-40 28h-340c-16 0-34-13-39-28l-31-94c-6-15-23-28-40-28h-120c-55 0-100-45-100-100v-450c0-55 45-100 100-100h800c55 0 100 45 100 100v450c0 55-45 100-100 100z m-400-550c-138 0-250 112-250 250 0 138 112 250 250 250 138 0 250-112 250-250 0-138-112-250-250-250z m365 380c-19 0-35 16-35 35 0 19 16 35 35 35 19 0 35-16 35-35 0-19-16-35-35-35z",ascent:850,descent:-150},movie:{width:1e3,path:"m938 413l-188-125c0 37-17 71-44 94 64 38 107 107 107 187 0 121-98 219-219 219-121 0-219-98-219-219 0-61 25-117 66-156h-115c30 33 49 76 49 125 0 103-84 187-187 187s-188-84-188-187c0-57 26-107 65-141-38-22-65-62-65-109v-250c0-70 56-126 125-126h500c69 0 125 56 125 126l188-126c34 0 62 28 62 63v375c0 35-28 63-62 63z m-750 0c-69 0-125 56-125 125s56 125 125 125 125-56 125-125-56-125-125-125z m406-1c-87 0-157 70-157 157 0 86 70 156 157 156s156-70 156-156-70-157-156-157z",ascent:850,descent:-150},question:{width:857.1,path:"m500 82v107q0 8-5 13t-13 5h-107q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h107q8 0 13 5t5 13z m143 375q0 49-31 91t-77 65-95 23q-136 0-207-119-9-14 4-24l74-55q4-4 10-4 9 0 14 7 30 38 48 51 19 14 48 14 27 0 48-15t21-33q0-21-11-34t-38-25q-35-16-65-48t-29-70v-20q0-8 5-13t13-5h107q8 0 13 5t5 13q0 10 12 27t30 28q18 10 28 16t25 19 25 27 16 34 7 45z m214-107q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z",ascent:850,descent:-150},disk:{width:857.1,path:"m214-7h429v214h-429v-214z m500 0h72v500q0 8-6 21t-11 20l-157 156q-5 6-19 12t-22 5v-232q0-22-15-38t-38-16h-322q-22 0-37 16t-16 38v232h-72v-714h72v232q0 22 16 38t37 16h465q22 0 38-16t15-38v-232z m-214 518v178q0 8-5 13t-13 5h-107q-7 0-13-5t-5-13v-178q0-8 5-13t13-5h107q7 0 13 5t5 13z m357-18v-518q0-22-15-38t-38-16h-750q-23 0-38 16t-16 38v750q0 22 16 38t38 16h517q23 0 50-12t42-26l156-157q16-15 27-42t11-49z",ascent:850,descent:-150},lasso:{width:1031,path:"m1018 538c-36 207-290 336-568 286-277-48-473-256-436-463 10-57 36-108 76-151-13-66 11-137 68-183 34-28 75-41 114-42l-55-70 0 0c-2-1-3-2-4-3-10-14-8-34 5-45 14-11 34-8 45 4 1 1 2 3 2 5l0 0 113 140c16 11 31 24 45 40 4 3 6 7 8 11 48-3 100 0 151 9 278 48 473 255 436 462z m-624-379c-80 14-149 48-197 96 42 42 109 47 156 9 33-26 47-66 41-105z m-187-74c-19 16-33 37-39 60 50-32 109-55 174-68-42-25-95-24-135 8z m360 75c-34-7-69-9-102-8 8 62-16 128-68 170-73 59-175 54-244-5-9 20-16 40-20 61-28 159 121 317 333 354s407-60 434-217c28-159-121-318-333-355z",ascent:850,descent:-150},selectbox:{width:1e3,path:"m0 850l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z m285 0l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z m-857-286l0-143 143 0 0 143-143 0z m857 0l0-143 143 0 0 143-143 0z m-857-285l0-143 143 0 0 143-143 0z m857 0l0-143 143 0 0 143-143 0z m-857-286l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z m285 0l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z",ascent:850,descent:-150},spikeline:{width:1e3,path:"M512 409c0-57-46-104-103-104-57 0-104 47-104 104 0 57 47 103 104 103 57 0 103-46 103-103z m-327-39l92 0 0 92-92 0z m-185 0l92 0 0 92-92 0z m370-186l92 0 0 93-92 0z m0-184l92 0 0 92-92 0z",ascent:850,descent:-150}}},function(e,t,n){"use strict";e.exports={SHOW_PLACEHOLDER:100,HIDE_PLACEHOLDER:1e3,DBLCLICKDELAY:300}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(8),l=n(9),o=n(0),s=n(7),u=n(3),c=n(14),d=n(96),f=/Click to enter .+ title/;(e.exports={}).draw=function(e,t,n){var h=n.propContainer,p=n.propName,v=n.traceIndex,y=n.dfltName,g=n.avoid||{},m=n.attributes,_=n.transform,T=n.containerGroup,M=e._fullLayout,b=h.titlefont.family,K=h.titlefont.size,k=h.titlefont.color,x=1,C=!1,A=h.title.trim(),w=e._context.editable;""===A&&(x=0),A.match(f)&&(x=.2,C=!0,w||(A=""));var L=A||w;T||(T=M._infolayer.selectAll(".g-"+t).data([0])).enter().append("g").classed("g-"+t,!0);var D=T.selectAll("text").data(L?[0]:[]);if(D.enter().append("text"),D.text(A).attr("class",t),D.exit().remove(),L){D.call(S);var B="Click to enter "+y+" title";w&&(A?D.on(".opacity",null):(x=0,C=!0,A=B,D.text(A).on("mouseover.opacity",function(){r.select(this).transition().duration(d.SHOW_PLACEHOLDER).style("opacity",1)}).on("mouseout.opacity",function(){r.select(this).transition().duration(d.HIDE_PLACEHOLDER).style("opacity",0)})),D.call(c.makeEditable,{gd:e}).on("edit",function(t){void 0!==v?i.restyle(e,p,t,v):i.relayout(e,p,t)}).on("cancel",function(){this.text(this.attr("data-unformatted")).call(S)}).on("input",function(e){this.text(e||" ").call(c.positionText,m.x,m.y)})),D.classed("js-placeholder",C)}function S(e){o.syncOrAsync([G,W],e)}function G(t){return t.attr("transform",_?"rotate("+[_.rotate,m.x,m.y]+") translate(0, "+_.offset+")":null),t.style({"font-family":b,"font-size":r.round(K,2)+"px",fill:u.rgb(k),opacity:x*u.opacity(k),"font-weight":l.fontWeight}).attr(m).call(c.convertToTspans,e),l.previousPromises(e)}function W(e){var t=r.select(e.node().parentNode);if(g&&g.selection&&g.side&&A){t.attr("transform",null);var n=0,i={left:"right",right:"left",top:"bottom",bottom:"top"}[g.side],l=-1!==["left","top"].indexOf(g.side)?-1:1,u=a(g.pad)?g.pad:2,c=s.bBox(t.node()),d={left:0,top:0,right:M.width,bottom:M.height},f=g.maxShift||(d[g.side]-c[g.side])*("left"===g.side||"top"===g.side?-1:1);if(f<0)n=f;else{var h=g.offsetLeft||0,p=g.offsetTop||0;c.left-=h,c.right-=h,c.top-=p,c.bottom-=p,g.selection.each(function(){var e=s.bBox(this);o.bBoxIntersect(c,e,u)&&(n=Math.max(n,l*(e[g.side]-c[i])+u))}),n=Math.min(f,n)}if(n>0||f<0){var v={left:[-n,0],right:[n,0],top:[0,-n],bottom:[0,n]}[g.side];t.attr("transform","translate("+v+")")}}}}},function(e,t,n){"use strict";e.exports=function(e){for(var t,n=e.length,r=new Array(n),a=n-1,i=0;a>=0;a--,i++)t=e[a],r[i]=[1-t[0],t[1]];return r}},function(e,t,n){"use strict";var r=n(25),a=n(163);e.exports=function(e){return void 0!==r[e]||a(e)}},function(e,t,n){"use strict";var r=n(2),a=n(0),i=n(292),l=n(291),o=n(99),s=n(98);e.exports=function(e,t,n,u,c){var d,f=c.prefix,h=c.cLetter,p=f.slice(0,f.length-1),v=f?a.nestedProperty(e,p).get()||{}:e,y=f?a.nestedProperty(t,p).get()||{}:t,g=v[h+"min"],m=v[h+"max"],_=v.colorscale;u(f+h+"auto",!(r(g)&&r(m)&&g<m)),u(f+h+"min"),u(f+h+"max"),void 0!==_&&(d=!o(_)),u(f+"autocolorscale",d);var T,M=u(f+"colorscale");(u(f+"reversescale")&&(y.colorscale=s(M)),"marker.line."!==f)&&(f&&(T=i(v)),u(f+"showscale",T)&&l(v,y,n))}},function(e,t,n){"use strict";t.dash={valType:"string",values:["solid","dot","dash","longdash","dashdot","longdashdot"],dflt:"solid",role:"style",description:["Sets the dash style of lines. Set to a dash type string","(*solid*, *dot*, *dash*, *longdash*, *dashdot*, or *longdashdot*)","or a dash length list in px (eg *5px,10px,2px,2px*)."].join(" ")}},function(e,t,n){"use strict";var r=n(23),a=n(17),i=n(10).extendFlat;e.exports={thicknessmode:{valType:"enumerated",values:["fraction","pixels"],role:"style",dflt:"pixels",description:["Determines whether this color bar's thickness","(i.e. the measure in the constant color direction)","is set in units of plot *fraction* or in *pixels*.","Use `thickness` to set the value."].join(" ")},thickness:{valType:"number",role:"style",min:0,dflt:30,description:["Sets the thickness of the color bar","This measure excludes the size of the padding, ticks and labels."].join(" ")},lenmode:{valType:"enumerated",values:["fraction","pixels"],role:"info",dflt:"fraction",description:["Determines whether this color bar's length","(i.e. the measure in the color variation direction)","is set in units of plot *fraction* or in *pixels.","Use `len` to set the value."].join(" ")},len:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the length of the color bar","This measure excludes the padding of both ends.","That is, the color bar length is this length minus the","padding on both ends."].join(" ")},x:{valType:"number",dflt:1.02,min:-2,max:3,role:"style",description:["Sets the x position of the color bar (in plot fraction)."].join(" ")},xanchor:{valType:"enumerated",values:["left","center","right"],dflt:"left",role:"style",description:["Sets this color bar's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the color bar."].join(" ")},xpad:{valType:"number",role:"style",min:0,dflt:10,description:"Sets the amount of padding (in px) along the x direction."},y:{valType:"number",role:"style",dflt:.5,min:-2,max:3,description:["Sets the y position of the color bar (in plot fraction)."].join(" ")},yanchor:{valType:"enumerated",values:["top","middle","bottom"],role:"style",dflt:"middle",description:["Sets this color bar's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the color bar."].join(" ")},ypad:{valType:"number",role:"style",min:0,dflt:10,description:"Sets the amount of padding (in px) along the y direction."},outlinecolor:r.linecolor,outlinewidth:r.linewidth,bordercolor:r.linecolor,borderwidth:{valType:"number",role:"style",min:0,dflt:0,description:["Sets the width (in px) or the border enclosing this color bar."].join(" ")},bgcolor:{valType:"color",role:"style",dflt:"rgba(0,0,0,0)",description:"Sets the color of padded area."},tickmode:r.tickmode,nticks:r.nticks,tick0:r.tick0,dtick:r.dtick,tickvals:r.tickvals,ticktext:r.ticktext,ticks:i({},r.ticks,{dflt:""}),ticklen:r.ticklen,tickwidth:r.tickwidth,tickcolor:r.tickcolor,showticklabels:r.showticklabels,tickfont:r.tickfont,tickangle:r.tickangle,tickformat:r.tickformat,tickprefix:r.tickprefix,showtickprefix:r.showtickprefix,ticksuffix:r.ticksuffix,showticksuffix:r.showticksuffix,separatethousands:r.separatethousands,exponentformat:r.exponentformat,showexponent:r.showexponent,title:{valType:"string",role:"info",dflt:"Click to enter colorscale title",description:"Sets the title of the color bar."},titlefont:i({},a,{description:["Sets this color bar's title font."].join(" ")}),titleside:{valType:"enumerated",values:["right","top","bottom"],role:"style",dflt:"top",description:["Determines the location of the colorbar title","with respect to the color bar."].join(" ")}}},function(e,t,n){"use strict";e.exports={visible:{valType:"boolean",role:"info",description:["Determines whether or not this set of error bars is visible."].join(" ")},type:{valType:"enumerated",values:["percent","constant","sqrt","data"],role:"info",description:["Determines the rule used to generate the error bars.","If *constant`, the bar lengths are of a constant value.","Set this constant in `value`.","If *percent*, the bar lengths correspond to a percentage of","underlying data. Set this percentage in `value`.","If *sqrt*, the bar lengths correspond to the sqaure of the","underlying data.","If *array*, the bar lengths are set with data set `array`."].join(" ")},symmetric:{valType:"boolean",role:"info",description:["Determines whether or not the error bars have the same length","in both direction","(top/bottom for vertical bars, left/right for horizontal bars."].join(" ")},array:{valType:"data_array",description:["Sets the data corresponding the length of each error bar.","Values are plotted relative to the underlying data."].join(" ")},arrayminus:{valType:"data_array",description:["Sets the data corresponding the length of each error bar in the","bottom (left) direction for vertical (horizontal) bars","Values are plotted relative to the underlying data."].join(" ")},value:{valType:"number",min:0,dflt:10,role:"info",description:["Sets the value of either the percentage","(if `type` is set to *percent*) or the constant","(if `type` is set to *constant*) corresponding to the lengths of","the error bars."].join(" ")},valueminus:{valType:"number",min:0,dflt:10,role:"info",description:["Sets the value of either the percentage","(if `type` is set to *percent*) or the constant","(if `type` is set to *constant*) corresponding to the lengths of","the error bars in the","bottom (left) direction for vertical (horizontal) bars"].join(" ")},traceref:{valType:"integer",min:0,dflt:0,role:"info"},tracerefminus:{valType:"integer",min:0,dflt:0,role:"info"},copy_ystyle:{valType:"boolean",role:"style"},copy_zstyle:{valType:"boolean",role:"style"},color:{valType:"color",role:"style",description:"Sets the stoke color of the error bars."},thickness:{valType:"number",min:0,dflt:2,role:"style",description:"Sets the thickness (in px) of the error bars."},width:{valType:"number",min:0,role:"style",description:["Sets the width (in px) of the cross-bar at both ends","of the error bars."].join(" ")},_deprecated:{opacity:{valType:"number",role:"style",description:["Obsolete.","Use the alpha channel in error bar `color` to set the opacity."].join(" ")}}}},function(e,t,n){"use strict";e.exports={mode:{valType:"enumerated",dflt:"afterall",role:"info",values:["immediate","next","afterall"],description:["Describes how a new animate call interacts with currently-running","animations. If `immediate`, current animations are interrupted and","the new animation is started. If `next`, the current frame is allowed","to complete, after which the new animation is started. If `afterall`","all existing frames are animated to completion before the new animation","is started."].join(" ")},direction:{valType:"enumerated",role:"info",values:["forward","reverse"],dflt:"forward",description:["The direction in which to play the frames triggered by the animation call"].join(" ")},fromcurrent:{valType:"boolean",dflt:!1,role:"info",description:["Play frames starting at the current frame instead of the beginning."].join(" ")},frame:{duration:{valType:"number",role:"info",min:0,dflt:500,description:["The duration in milliseconds of each frame. If greater than the frame","duration, it will be limited to the frame duration."].join(" ")},redraw:{valType:"boolean",role:"info",dflt:!0,description:["Redraw the plot at completion of the transition. This is desirable","for transitions that include properties that cannot be transitioned,","but may significantly slow down updates that do not require a full","redraw of the plot"].join(" ")}},transition:{duration:{valType:"number",role:"info",min:0,dflt:500,description:["The duration of the transition, in milliseconds. If equal to zero,","updates are synchronous."].join(" ")},easing:{valType:"enumerated",dflt:"cubic-in-out",values:["linear","quad","cubic","sin","exp","circle","elastic","back","bounce","linear-in","quad-in","cubic-in","sin-in","exp-in","circle-in","elastic-in","back-in","bounce-in","linear-out","quad-out","cubic-out","sin-out","exp-out","circle-out","elastic-out","back-out","bounce-out","linear-in-out","quad-in-out","cubic-in-out","sin-in-out","exp-in-out","circle-in-out","elastic-in-out","back-in-out","bounce-in-out"],role:"info",description:"The easing function used for the transition"}}}},function(e,t,n){"use strict";var r=n(2);e.exports=function(e,t){if(e>0)return Math.log(e)/Math.LN10;var n=Math.log(Math.min(t[0],t[1]))/Math.LN10;return r(n)||(n=Math.log(Math.max(t[0],t[1]))/Math.LN10-6),n}},function(e,t,n){"use strict";var r="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer:{isView:function(){return!1}};e.exports=function(e){return Array.isArray(e)||r.isView(e)}},function(e,t,n){"use strict";var r=n(2),a=n(106),i=n(32),l=n(167);e.exports=function(e,t){if(r(t))t=String(t);else if("string"!=typeof t||"[-1]"===t.substr(t.length-4))throw"bad property string";for(var n,i,l,o=0,s=t.split(".");o<s.length;){if(n=String(s[o]).match(/^([^\[\]]*)((\[\-?[0-9]*\])+)$/)){if(n[1])s[o]=n[1];else{if(0!==o)throw"bad property string";s.splice(0,1)}for(i=n[2].substr(1,n[2].length-2).split("]["),l=0;l<i.length;l++)o++,s.splice(o,0,Number(i[l]))}o++}return"object"!=typeof e?function(e,t,n){return{set:function(){throw"bad container"},get:function(){},astr:t,parts:n,obj:e}}(e,t,s):{set:c(e,s,t),get:function e(t,n){return function(){var r,i,l,o,s,u=t;for(o=0;o<n.length-1;o++){if(-1===(r=n[o])){for(i=!0,l=[],s=0;s<u.length;s++)l[s]=e(u[s],n.slice(o+1))(),l[s]!==l[0]&&(i=!1);return i?l[0]:l}if("number"==typeof r&&!a(u))return;if("object"!=typeof(u=u[r])||null===u)return}if("object"==typeof u&&null!==u&&null!==(l=u[n[o]]))return l}}(e,s),astr:t,parts:s,obj:e}};var o=/(^|\.)((domain|range)(\.[xy])?|args|parallels)$/,s=/(^|\.)args\[/;function u(e,t){if(void 0!==(n=e)&&null!==n&&("object"!=typeof n||(a(n)?n.length:Object.keys(n).length))||i(e)&&"]"===t.charAt(t.length-1)||t.match(s)&&void 0!==e)return!1;var n;if(!a(e))return!0;if(t.match(o))return!0;var r=l(t);return r&&""===r.index}function c(e,t,n){return function(r){var i,l,o=e,s="",c=[[e,s]],p=u(r,n);for(l=0;l<t.length-1;l++){if("number"==typeof(i=t[l])&&!a(o))throw"array index but container is not an array";if(-1===i){if(p=!f(o,t.slice(l+1),r,n))break;return}if(!h(o,i,t[l+1],p))break;if("object"!=typeof(o=o[i])||null===o)throw"container is not an object";s=d(s,i),c.push([o,s])}p?(l===t.length-1&&delete o[t[l]],function(e){var t,n,r,i,l,o;for(t=e.length-1;t>=0;t--){if(r=e[t][0],i=e[t][1],o=!1,a(r))for(n=r.length-1;n>=0;n--)u(r[n],d(i,n))?o?r[n]=void 0:r.pop():o=!0;else if("object"==typeof r&&null!==r)for(l=Object.keys(r),o=!1,n=l.length-1;n>=0;n--)u(r[l[n]],d(i,l[n]))?delete r[l[n]]:o=!0;if(o)return}}(c)):o[t[l]]=r}}function d(e,t){var n=t;return r(t)?n="["+t+"]":e&&(n="."+t),e+n}function f(e,t,n,r){var i,l=a(n),o=!0,s=n,d=r.replace("-1",0),f=!l&&u(n,d),p=t[0];for(i=0;i<e.length;i++)d=r.replace("-1",i),l&&(f=u(s=n[i%n.length],d)),f&&(o=!1),h(e,i,p,f)&&c(e[i],t,r.replace("-1",i))(s);return o}function h(e,t,n,r){if(void 0===e[t]){if(r)return!1;e[t]="number"==typeof n?[]:{}}return!0}},function(e,t,n){"use strict";var r=n(10).extendFlat,a=n(17);e.exports={hoverlabel:{bgcolor:{valType:"color",role:"style",arrayOk:!0,description:["Sets the background color of the hover labels for this trace"].join(" ")},bordercolor:{valType:"color",role:"style",arrayOk:!0,description:["Sets the border color of the hover labels for this trace."].join(" ")},font:{family:r({},a.family,{arrayOk:!0}),size:r({},a.size,{arrayOk:!0}),color:r({},a.color,{arrayOk:!0})}}}},function(e,t,n){"use strict";e.exports=function(){}},function(e,t,n){"use strict";var r=n(4),a=n(0),i=n(42),l=n(41),o=n(160),s=n(104),u=n(294),c=n(285),d=a.extendFlat,f=a.extendDeep,h="_isSubplotObj",p="_isLinkedToArray",v=[h,p,"_arrayAttrRegexps","_deprecated"];function y(e){return function(e){function n(e){return{valType:"string",role:"info",description:["Sets the source reference on plot.ly for ",e,"."].join(" ")}}t.crawl(e,function(e,r,i){t.isValObject(e)?"data_array"===e.valType?(e.role="data",i[r+"src"]=n(r)):!0===e.arrayOk&&(i[r+"src"]=n(r)):a.isPlainObject(e)&&(e.role="object")})}(e),function(e){t.crawl(e,function(e,t,n){if(!e)return;var r=e[p];if(!r)return;delete e[p],n[t]={items:{}},n[t].items[r]=e,n[t].role="object"})}(e),e}function g(e,t,n){var r=a.nestedProperty(e,n),i=f({},t.layoutAttributes);i[h]=!0,r.set(i)}function m(e,t,n){var r=a.nestedProperty(e,n);r.set(f(r.get()||{},t))}t.IS_SUBPLOT_OBJ=h,t.IS_LINKED_TO_ARRAY=p,t.DEPRECATED="_deprecated",t.UNDERSCORE_ATTRS=v,t.get=function(){var e={};r.allTypes.concat("area").forEach(function(t){e[t]=function(e){var t,n;"area"===e?(t={attributes:u},n={}):(t=r.modules[e]._module,n=t.basePlotModule);var a={type:null};f(a,i),f(a,t.attributes),n.attributes&&f(a,n.attributes);Object.keys(r.componentsRegistry).forEach(function(t){var n=r.componentsRegistry[t];n.schema&&n.schema.traces&&n.schema.traces[e]&&Object.keys(n.schema.traces[e]).forEach(function(t){m(a,n.schema.traces[e][t],t)})}),a.type=e;var l={meta:t.meta||{},attributes:y(a)};if(t.layoutAttributes){var o={};f(o,t.layoutAttributes),l.layoutAttributes=y(o)}return l}(t)});var t,n,h={};return Object.keys(r.transformsRegistry).forEach(function(e){h[e]=function(e){var t=r.transformsRegistry[e],n=f({},t.attributes);return Object.keys(r.componentsRegistry).forEach(function(t){var a=r.componentsRegistry[t];a.schema&&a.schema.transforms&&a.schema.transforms[e]&&Object.keys(a.schema.transforms[e]).forEach(function(t){m(n,a.schema.transforms[e][t],t)})}),{attributes:y(n)}}(e)}),{defs:{valObjects:a.valObjects,metaKeys:v.concat(["description","role"])},traces:e,layout:(n={},f(n,l),Object.keys(r.subplotsRegistry).forEach(function(e){var t=r.subplotsRegistry[e];if(t.layoutAttributes)if("cartesian"===t.name)g(n,t,"xaxis"),g(n,t,"yaxis");else{var a="subplot"===t.attr?t.name:t.attr;g(n,t,a)}}),n=function(e){return d(e,{radialaxis:c.radialaxis,angularaxis:c.angularaxis}),d(e,c.layout),e}(n),Object.keys(r.componentsRegistry).forEach(function(e){var t=r.componentsRegistry[e];t.layoutAttributes&&(t.schema&&t.schema.layout?Object.keys(t.schema.layout).forEach(function(e){m(n,t.schema.layout[e],e)}):m(n,t.layoutAttributes,t.name))}),{layoutAttributes:y(n)}),transforms:h,frames:(t={frames:a.extendDeep({},o)},y(t),t.frames),animation:y(s)}},t.crawl=function(e,n,r){var i=r||0;Object.keys(e).forEach(function(r){var l=e[r];-1===v.indexOf(r)&&(n(l,r,e,i),t.isValObject(l)||a.isPlainObject(l)&&t.crawl(l,n,i+1))})},t.isValObject=function(e){return e&&void 0!==e.valType},t.findArrayAttributes=function(e){var n=[],r=[];function l(t,i,l,o){if(r=r.slice(0,o).concat([i]),t&&("data_array"===t.valType||!0===t.arrayOk)){var s=function(e){return e.join(".")}(r),u=a.nestedProperty(e,s).get();Array.isArray(u)&&n.push(s)}}if(t.crawl(i,l),e._module&&e._module.attributes&&t.crawl(e._module.attributes,l),e.transforms)for(var o=e.transforms,s=0;s<o.length;s++){var u=o[s];r=["transforms["+s+"]"],t.crawl(u._module.attributes,l,1)}return e._fullInput&&e._fullInput._module&&e._fullInput._module.attributes&&(t.crawl(e._fullInput._module.attributes,l),n=a.filterUnique(n)),n}},function(e,t,n){"use strict";e.exports={staticPlot:!1,editable:!1,autosizable:!1,queueLength:0,fillFrame:!1,frameMargins:0,scrollZoom:!1,doubleClick:"reset+autosize",showTips:!0,showAxisDragHandles:!0,showAxisRangeEntryBoxes:!0,showLink:!1,sendData:!0,linkText:"Edit chart",showSources:!1,displayModeBar:"hover",modeBarButtonsToRemove:[],modeBarButtonsToAdd:[],modeBarButtons:!1,displaylogo:!0,plotGlPixelRatio:2,setBackground:function(t,n){try{t._fullLayout._paper.style("background",n)}catch(t){e.exports.logging>0&&console.error(t)}},topojsonURL:"https://cdn.plot.ly/",mapboxAccessToken:null,logging:!1,globalTransforms:[]}},function(e,t,n){"use strict";var r=function(){var e=this.$createElement,t=this._self._c||e;return t("figure",{staticClass:"image"},[t("img",{style:this.round?"border-radius: 50%":"",attrs:{src:"/dist/assets/hero-icons/"+this.hero.toLowerCase()+".jpg",alt:this.hero,title:this.hero}})])},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("p",{staticClass:"title-box"},[e._v(e._s(e.title))]),e._v(" "),n("div",{staticClass:"columns is-mobile"},[n("div",{staticClass:"column is-centered"},[n("hero-image",{staticClass:"is-64x64 hero-image-slot",attrs:{actor:e.entry.Actor}}),e._v(" "),n("span",{staticClass:"hero-name"},[e._v(e._s(e.hero))])],1),e._v(" "),n("div",{staticClass:"column value is-centered"},[e.hasTalent?n("talent-image",{attrs:{entry:e.entry,size:64}}):n("span",[e._v("No Talent")]),e._v(" "),n("span",[e._v(e._s(e.value)+e._s(e.label))]),e._v(" "),n("span",{staticClass:"type"},[e._v(e._s(e.type))])],1)])])},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return"None"!=e.rarity?n("div",{staticClass:"talent-image",style:"background-image: url('/dist/assets/talent-icons-small/"+e.hero+"/"+e.hero+"_"+e.rarity+".jpg'); width: "+e.size+"px; height: "+e.size+"px",attrs:{alt:e.hero+" "+e.rarity,title:e.hero+" "+e.rarity}}):e._e()},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"columns is-multiline is-mobile"},[e.stats.topWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Overpowered",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topWin.TotalWinner),entry:e.stats.topWin}})],1):e._e(),e._v(" "),e.stats.topPick?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Trending",type:"Total Pick Rate",label:"%",value:(100*e.playersPerMatch*e.stats.topPick.TotalPicks/e.stats.totalPicks).toFixed(2),entry:e.stats.topPick}})],1):e._e(),e._v(" "),e.stats.topLowLevel?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Beginner",type:"Level 1 Win Rate",label:"%",value:Math.round(100*e.stats.topLowLevel.TalentWinrateBase),entry:e.stats.topLowLevel}})],1):e._e(),e._v(" "),e.stats.topScaling?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Spender",type:"Win Rate per Level",label:"%",value:"+"+Math.round(100*e.stats.topScaling.TalentWinrateLevelScaling),entry:e.stats.topScaling}})],1):e._e(),e._v(" "),e.stats.topUnpopularWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Hidden Gem",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topUnpopularWin.TotalWinner),entry:e.stats.topUnpopularWin}})],1):e._e(),e._v(" "),e.stats.topRareWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Best Rare",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topRareWin.TotalWinner),entry:e.stats.topRareWin}})],1):e._e(),e._v(" "),e.stats.topEpicWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Best Epic",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topEpicWin.TotalWinner),entry:e.stats.topEpicWin}})],1):e._e(),e._v(" "),e.stats.topLegendaryWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Best Legendary",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topLegendaryWin.TotalWinner),entry:e.stats.topLegendaryWin}})],1):e._e(),e._v(" "),e.stats.topKillDeathPoints?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Soldier",type:"Kill Death Difference",label:"",value:"+"+e.stats.topKillDeathPoints.KillDeathPoints.toFixed(2),entry:e.stats.topKillDeathPoints}})],1):e._e(),e._v(" "),e.stats.topObjectivePoints?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Trebuchet",type:"Objectives",label:"",value:e.stats.topObjectivePoints.ObjectivePoints.toFixed(2),entry:e.stats.topObjectivePoints}})],1):e._e(),e._v(" "),e.stats.topBlitzPointsDelta?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Blitzkrieg",type:"Blitz Points",label:"",value:"+"+e.stats.topBlitzPointsDelta.BlitzPointsDelta.toFixed(2),entry:e.stats.topBlitzPointsDelta}})],1):e._e()])},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box"},[n("div",{staticClass:"columns is-mobile is-multiline is-centered"},e._l(e.actors,function(t){return n("div",{key:t,staticClass:"column is-narrow"},[n("a",{on:{click:function(n){e.selectedActor=t}}},[n("hero-image",{class:"is-48x48 "+(e.selectedActor==t?"highlight-selection":""),attrs:{actor:t}})],1)])}))])},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box"},[n("b-table",{attrs:{data:e.top10Talents,"mobile-cards":!1},scopedSlots:e._u([{key:"default",fn:function(t){return[n("b-table-column",{attrs:{field:"Actor",label:"Hero"}},[n("hero-image",{staticClass:"is-square",attrs:{actor:t.row.Actor}})],1),e._v(" "),n("b-table-column",{attrs:{field:"Talent",label:"Talent",visible:e.hasTalents}},[n("div",{staticStyle:{display:"flex","align-items":"center","justify-content":"space-between"}},[n("span",[e._v(e._s(e.getTalentName(t.row.Talent)))]),e._v(" "),n("talent-image",{attrs:{entry:t.row,size:48}})],1)]),e._v(" "),n("b-table-column",{attrs:{field:"Count",label:"Pick Rate",visible:!e.hasTalents,sortable:"",numeric:""}},[n("span",[e._v(e._s(Math.round(100*e.playersPerMatch*t.row.Count/e.totalPicks))+"%")])]),e._v(" "),n("b-table-column",{attrs:{field:"TotalWinner",label:"Win Rate",sortable:"",numeric:""}},[n("span",[e._v(e._s(Math.round(100*t.row.TotalWinner))+"%")])])]}}])})],1)},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"container"},[e._m(0),e._v(" "),n("div",{staticClass:"tabs is-fullwidth"},[n("ul",e._l(e.modes,function(t){return n("li",{key:t,class:t==e.selectedMode?"is-active":""},[n("a",{on:{click:function(n){e.selectedMode=t}}},[n("span",[e._v(e._s(e.getMode(t)))])])])}))]),e._v(" "),n("mode-tab",{staticClass:"tab"}),e._v(" "),n("footer",{staticClass:"footer"},[n("div",{staticClass:"container"},[n("div",{staticClass:"content has-text-centered"},[n("p",[e._v("\n Last update: "+e._s(e.lastUpdate)+", with "+e._s(e.totalMatches)+" matches total.\n ")]),e._v(" "),e._m(1),e._v(" "),n("p")])])])],1)},a=[function(){var e=this.$createElement,t=this._self._c||e;return t("section",{staticClass:"hero is-medium is-bold header"},[t("div",{staticClass:"hero-body"},[t("div",{staticClass:"container"},[t("h1",{staticClass:"title has-text-white"},[this._v("\n Broken Talents\n ")]),this._v(" "),t("h2",{staticClass:"subtitle has-text-white"},[this._v("\n Tilting Brawlers since Update 2.5\n ")])])])])},function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("p",[n("strong",[e._v("BrokenTalentsFun")]),e._v(", the Vainglory Talents and Hero win rate statistics site, by shutterfly ("),n("a",{attrs:{href:"https://schneefux.xyz"}},[e._v("@schneefux")]),e._v(").\n "),n("br"),e._v(" "),n("a",{attrs:{href:"https://github.com/BrokenTalents/brokentalents.github.io"}},[e._v("Source Code")]),e._v(".\n Built with the "),n("a",{attrs:{href:"http://developer.vainglorygame.com"}},[e._v("Vainglory API")]),e._v(".\n Images by "),n("a",{attrs:{href:"https://vainglorygame.com"}},[e._v("Super Evil Mega Corp")]),e._v(", Gwen Icon by Bleeko.\n "),n("br"),e._v("\n Join the "),n("a",{attrs:{href:"https://discord.gg/txTchJY"}},[e._v("Discord Server")]),e._v(" or "),n("a",{attrs:{href:"https://twitter.com/brokentalents"}},[e._v("Tweet")]),e._v(" if you have questions.\n ")])}];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",[n("b-field",{directives:[{name:"show",rawName:"v-show",value:e.hasTalents,expression:"hasTalents"}]},[n("p",{staticClass:"control"},[n("b-dropdown",{model:{value:e.filterRarity,callback:function(t){e.filterRarity=t},expression:"filterRarity"}},[n("button",{staticClass:"button",attrs:{slot:"trigger"},slot:"trigger"},[n("span",[e._v(e._s(e.filterRarity.replace("None","No")||"All")+" Talents")]),e._v(" "),n("b-icon",{attrs:{icon:"menu-down"}})],1),e._v(" "),n("b-dropdown-item",{attrs:{value:""}},[e._v("All Talents")]),e._v(" "),e._l(e.RARITIES,function(t){return n("b-dropdown-item",{key:t,attrs:{value:t}},[e._v(e._s(t.replace("None","No"))+" Talents")])})],2)],1)]),e._v(" "),n("b-field",[n("div",{staticClass:"control"},[n("b-switch",{model:{value:e.filterLowPickrate,callback:function(t){e.filterLowPickrate=t},expression:"filterLowPickrate"}},[e._v("Include entries without enough data (statistics will be inaccurate)")])],1)]),e._v(" "),n("b-table",{attrs:{data:e.report,"default-sort":["TotalPicks","desc"],"default-sort-directon":"desc",paginated:!0},scopedSlots:e._u([{key:"header",fn:function(t){return[n("b-tooltip",{attrs:{active:!!t.column.meta,label:t.column.meta||"",position:"is-bottom",dashed:""}},[e._v("\n "+e._s(t.column.label)+"\n ")])]}},{key:"default",fn:function(t){return[n("b-table-column",{attrs:{field:"Actor",label:"Hero",sortable:""}},[n("div",{staticClass:"is-hidden-touch"},[n("div",{staticStyle:{display:"flex","align-items":"center"}},[n("hero-image",{staticClass:"is-48x48",attrs:{round:"true",actor:t.row.Actor}}),e._v(" "),n("span",{staticStyle:{"padding-left":"0.75em"}},[e._v(e._s(e.getHero(t.row.Actor)))])],1)]),e._v(" "),n("div",{staticClass:"is-hidden-desktop"},[n("div",{staticStyle:{display:"flex","align-items":"center"}},[n("span",{staticStyle:{"padding-right":"0.5em"}},[e._v(e._s(e.getHero(t.row.Actor)))]),e._v(" "),n("hero-image",{staticClass:"is-48x48",attrs:{round:"true",actor:t.row.Actor}})],1)])]),e._v(" "),n("b-table-column",{attrs:{field:"Talent",label:"Talent",visible:e.hasTalents}},[n("div",{staticClass:"is-hidden-touch"},[n("div",{staticStyle:{display:"flex","align-items":"center","justify-content":"space-between"}},[n("span",[e._v(e._s(e.getTalentName(t.row.Talent)))]),e._v(" "),n("talent-image",{attrs:{entry:t.row,size:48}})],1)]),e._v(" "),n("div",{staticClass:"is-hidden-desktop"},[n("div",{staticStyle:{display:"flex","align-items":"center"}},[n("span",{staticStyle:{"padding-right":"0.5em"}},[e._v(e._s(e.getTalentName(t.row.Talent)))]),e._v(" "),n("talent-image",{attrs:{entry:t.row,size:48}})],1)])]),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateBase",label:"Level 1 Win Rate",meta:"Estimated.",visible:e.hasTalents,sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateBase)?[e._v("\n "+e._s((100*t.row.Winner).toFixed(0))+"% ")]:[e._v("\n "+e._s((100*t.row.TalentWinrateBase).toFixed(0))+"%\n ")]],2),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateMax",label:"Max Level Win Rate",meta:"Estimated.",visible:e.hasTalents,sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateMax)?e._e():[e._v("\n "+e._s((100*t.row.TalentWinrateMax).toFixed(0))+"%\n "),t.row.VarianceTooLarge?n("small",[n("br"),e._v("uncertain")]):e._e()]],2),e._v(" "),n("b-table-column",{attrs:{field:"BlitzPointsDelta",label:"Blitz Points",visible:e.hasTalents,sortable:"",numeric:""}},[e._v("\n "+e._s((t.row.BlitzPointsDelta>0?"+":"")+t.row.BlitzPointsDelta.toFixed(2))+"\n ")]),e._v(" "),n("b-table-column",{attrs:{field:"Winner",label:"Win Rate",visible:!e.hasTalents,sortable:"",numeric:""}},[e._v("\n "+e._s((100*t.row.Winner).toFixed(0))+"%\n ")]),e._v(" "),n("b-table-column",{attrs:{field:"TotalPicks",label:"Pick Rate",sortable:"",numeric:""}},[e._v("\n "+e._s((100*e.playersPerMatch*t.row.TotalPicks/e.totalPicks).toFixed(2))+"%\n ")])]}}])},[n("template",{slot:"footer"},[n("div",{staticClass:"has-text-right"},[n("button",{staticClass:"button",on:{click:function(t){e.downloadCsv()}}},[e._v("Download CSV")])])])],2)],1)},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:"notification "+(e.hideIntro?"is-hidden":"")},[n("button",{staticClass:"delete",on:{click:function(t){e.hideIntro=!0}}}),e._v(" "),n("div",{staticClass:"content"},[n("h3",[e._v("Hi There!")]),e._v(" "),n("img",{staticClass:"image is-64x64",staticStyle:{float:"right"},attrs:{src:"/dist/assets/gwenbarf.png"}}),e._v(" "),e._m(0),e._v(" "),n("p",[e._v("\n This site shares visitor data with Google Analytics and Google AdSense which store cookies. If you do not want that, you can "),n("a",{on:{click:function(t){e.optOutAnalytics()}}},[e._v("opt out of Google Analytics")]),e.gaOptedOut?n("span",[e._v(" (Google Analytics is disabled for you)")]):e._e(),e._v(" and "),n("a",{attrs:{href:"http://www.youronlinechoices.com/"}},[e._v("opt out of targeted advertisements")]),e._v(".\n ")])])])},a=[function(){var e=this.$createElement,t=this._self._c||e;return t("p",[this._v("\n Broken Talents Fun will help you find the best Talents for the Vainglory mobile MOBA game.\n "),t("br"),this._v("\n Talents are special boosts for Vainglory's Brawl modes that upgrade and change hero abilities in a variety of different ways.\n "),t("br"),this._v("\n The pick and win rates on this site have been gathered from real Vainglory matches.\n The data can be imprecise and can be contrary to your personal experience.\n ")])}];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"show",rawName:"v-show",value:void 0!=e.deferredPrompt,expression:"deferredPrompt != undefined"}],staticClass:"notification is-primary"},[n("button",{staticClass:"delete",on:{click:function(t){e.deferredPrompt=void 0}}}),e._v(" "),n("div",{staticClass:"has-text-centered"},[e._v("Add to your homescreen for fast and offline access?")]),e._v(" "),n("div",{staticClass:"has-text-centered install-button"},[n("button",{staticClass:"button is-medium",on:{click:function(t){e.deferredPrompt.prompt()}}},[n("span",{staticClass:"mdi mdi-download"}),e._v(" "),n("span",[e._v("ย Install")])])])])},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",[n("div",{directives:[{name:"show",rawName:"v-show",value:e.hasTalents,expression:"hasTalents"}],staticClass:"block"},[n("b-radio",{attrs:{"native-value":"TotalWinner"},model:{value:e.yMetric,callback:function(t){e.yMetric=t},expression:"yMetric"}},[e._v("\n Win Rate\n ")]),e._v(" "),n("b-radio",{attrs:{"native-value":"TalentWinrateBase"},model:{value:e.yMetric,callback:function(t){e.yMetric=t},expression:"yMetric"}},[e._v("\n Level 1 Win Rate\n ")]),e._v(" "),n("b-radio",{attrs:{"native-value":"TalentWinrateMax"},model:{value:e.yMetric,callback:function(t){e.yMetric=t},expression:"yMetric"}},[e._v("\n Max Level Win Rate\n ")])],1),e._v(" "),n("b-field",[n("b-checkbox",{model:{value:e.fixedXRange,callback:function(t){e.fixedXRange=t},expression:"fixedXRange"}},[e._v("\n Fixed Range\n ")]),e._v(" "),n("b-checkbox",{model:{value:e.filterLowPickrate,callback:function(t){e.filterLowPickrate=t},expression:"filterLowPickrate"}},[e._v("\n Include entries without enough data (statistics will be inaccurate)\n ")])],1),e._v(" "),n("div",{ref:"graph",staticClass:"plotly"})],1)},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("intro-box"),e._v(" "),n("install-notification"),e._v(" "),n("div",{staticClass:"columns is-multiline"},[e.hasTalents?n("div",{staticClass:"column"},[n("h2",{staticClass:"title is-2"},[e._v("Highlights")]),e._v(" "),n("highlights")],1):e._e(),e._v(" "),n("div",{staticClass:"column is-narrow"},[n("h2",{staticClass:"title is-2"},[e._v("Top 10")]),e._v(" "),n("top-talents-box")],1)]),e._v(" "),n("Adsense",{staticClass:"adsense",attrs:{"data-ad-client":"ca-pub-6856963757796636","data-ad-slot":"3898218968"}}),e._v(" "),n("div",{staticClass:"columns is-multiline"},[n("div",{staticClass:"column is-two-thirds"},[n("h2",{staticClass:"title is-2"},[e._v("Individual Hero Statistics")]),e._v(" "),n("h3",{staticClass:"subtitle"},[e._v("Select a Hero")]),e._v(" "),n("hero-draft-grid")],1),e._v(" "),n("div",{staticClass:"column is-one-third"},[n("h2",{staticClass:"title is-2"},[e._v(e._s(e.getHero(e.selectedActor))+" Statistics")]),e._v(" "),n("hero-talent-table")],1)]),e._v(" "),n("div",{staticClass:"box"},[n("h2",{staticClass:"title is-2"},[e._v("Hero Balance Overview")]),e._v(" "),n("h3",{staticClass:"subtitle is-hidden-desktop"},[e._v("Best viewed on a large screen")]),e._v(" "),n("win-pick-scatter")],1),e._v(" "),n("Adsense",{staticClass:"adsense",attrs:{"data-ad-client":"ca-pub-6856963757796636","data-ad-slot":"4801023518"}}),e._v(" "),n("div",[n("h2",{staticClass:"title is-2"},[e._v("All Hero Statistics")]),e._v(" "),n("report-table")],1)],1)},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box"},[n("div",{staticClass:"columns is-mobile"},[n("div",{staticClass:"column is-one-quarter"},[n("hero-image",{staticClass:"is-64x64",attrs:{actor:e.selectedActor}})],1),e._v(" "),n("div",{staticClass:"column has-text-centered"},[e._v(e._s((100*e.totalHeroReport.TotalWinner/e.totalHeroReport.TotalPicks).toFixed(0))+"% Winย Rate")]),e._v(" "),n("div",{staticClass:"column has-text-centered"},[e._v(e._s((100*e.totalHeroReport.TotalPicks/e.totalPicks*e.playersPerMatch).toFixed(0))+"% Pickย Rate")])]),e._v(" "),n("b-table",{directives:[{name:"show",rawName:"v-show",value:e.hasTalents,expression:"hasTalents"}],attrs:{data:e.heroReport,"mobile-cards":!1},scopedSlots:e._u([{key:"header",fn:function(t){return[n("b-tooltip",{attrs:{active:!!t.column.meta,label:t.column.meta||"",position:"is-bottom",dashed:""}},[e._v("\n "+e._s(t.column.label)+"\n ")])]}},{key:"default",fn:function(t){return[n("b-table-column",{attrs:{field:"Talent",label:"Talent"}},[n("talent-image",{attrs:{entry:t.row,size:48}})],1),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateBase",label:"Level 1 Win Rate",meta:"Estimated.",sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateBase)?[e._v("\n "+e._s((100*t.row.Winner).toFixed(0))+"% ")]:[e._v("\n "+e._s((100*t.row.TalentWinrateBase).toFixed(0))+"%\n ")],e._v(" "),t.row.SampleTooSmall?n("small",[n("br"),e._v("uncertain")]):e._e()],2),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateMax",label:"Max Level Win Rate",meta:"Estimated.",sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateMax)?e._e():[e._v("\n "+e._s((100*t.row.TalentWinrateMax).toFixed(0))+"%\n "),t.row.SampleTooSmall||t.row.VarianceTooLarge?n("small",[n("br"),e._v("uncertain")]):e._e()]],2)]}}])})],1)},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";e.exports={yPad:.02,minButtonWidth:30,rx:3,ry:3,lightAmount:25,darkAmount:10}},function(e,t,n){"use strict";e.exports={step:{valType:"enumerated",role:"info",values:["month","year","day","hour","minute","second","all"],dflt:"month",description:["The unit of measurement that the `count` value will set the range by."].join(" ")},stepmode:{valType:"enumerated",role:"info",values:["backward","todate"],dflt:"backward",description:["Sets the range update mode.","If *backward*, the range update shifts the start of range","back *count* times *step* milliseconds.","If *todate*, the range update shifts the start of range","back to the first timestamp from *count* times","*step* milliseconds back.","For example, with `step` set to *year* and `count` set to *1*","the range update shifts the start of the range back to","January 01 of the current year.","Month and year *todate* are currently available only","for the built-in (Gregorian) calendar."].join(" ")},count:{valType:"number",role:"info",min:0,dflt:1,description:["Sets the number of steps to take to update the range.","Use with `step` to specify the update interval."].join(" ")},label:{valType:"string",role:"info",description:"Sets the text label to appear on the button."}}},function(e,t,n){"use strict";e.exports={name:"rangeslider",containerClassName:"rangeslider-container",bgClassName:"rangeslider-bg",rangePlotClassName:"rangeslider-rangeplot",maskMinClassName:"rangeslider-mask-min",maskMaxClassName:"rangeslider-mask-max",slideBoxClassName:"rangeslider-slidebox",grabberMinClassName:"rangeslider-grabber-min",grabAreaMinClassName:"rangeslider-grabarea-min",handleMinClassName:"rangeslider-handle-min",grabberMaxClassName:"rangeslider-grabber-max",grabAreaMaxClassName:"rangeslider-grabarea-max",handleMaxClassName:"rangeslider-handle-max",maskColor:"rgba(0,0,0,0.4)",slideBoxFill:"transparent",slideBoxCursor:"ew-resize",grabAreaFill:"transparent",grabAreaCursor:"col-resize",grabAreaWidth:10,handleWidth:4,handleRadius:1,handleStrokeWidth:1,extraPad:15}},function(e,t,n){"use strict";var r=n(17),a=n(129),i=n(10).extendFlat,l=n(10).extendDeep,o=n(104),s=n(35),u={_isLinkedToArray:"step",method:{valType:"enumerated",values:["restyle","relayout","animate","update","skip"],dflt:"restyle",role:"info",description:["Sets the Plotly method to be called when the slider value is changed.","If the `skip` method is used, the API slider will function as normal","but will perform no API calls and will not bind automatically to state","updates. This may be used to create a component interface and attach to","slider events manually via JavaScript."].join(" ")},args:{valType:"info_array",role:"info",freeLength:!0,items:[{valType:"any"},{valType:"any"},{valType:"any"}],description:["Sets the arguments values to be passed to the Plotly","method set in `method` on slide."].join(" ")},label:{valType:"string",role:"info",description:"Sets the text label to appear on the slider"},value:{valType:"string",role:"info",description:["Sets the value of the slider step, used to refer to the step programatically.","Defaults to the slider label if not provided."].join(" ")},execute:{valType:"boolean",role:"info",dflt:!0,description:["When true, the API method is executed. When false, all other behaviors are the same","and command execution is skipped. This may be useful when hooking into, for example,","the `plotly_sliderchange` method and executing the API command manually without losing","the benefit of the slider automatically binding to the state of the plot through the","specification of `method` and `args`."].join(" ")}};e.exports={_isLinkedToArray:"slider",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not the slider is visible."].join(" ")},active:{valType:"number",role:"info",min:0,dflt:0,description:["Determines which button (by index starting from 0) is","considered active."].join(" ")},steps:u,lenmode:{valType:"enumerated",values:["fraction","pixels"],role:"info",dflt:"fraction",description:["Determines whether this slider length","is set in units of plot *fraction* or in *pixels.","Use `len` to set the value."].join(" ")},len:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the length of the slider","This measure excludes the padding of both ends.","That is, the slider's length is this length minus the","padding on both ends."].join(" ")},x:{valType:"number",min:-2,max:3,dflt:0,role:"style",description:"Sets the x position (in normalized coordinates) of the slider."},pad:l({},a,{description:"Set the padding of the slider component along each side."},{t:{dflt:20}}),xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"left",role:"info",description:["Sets the slider's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the range selector."].join(" ")},y:{valType:"number",min:-2,max:3,dflt:0,role:"style",description:"Sets the y position (in normalized coordinates) of the slider."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"top",role:"info",description:["Sets the slider's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the range selector."].join(" ")},transition:{duration:{valType:"number",role:"info",min:0,dflt:150,description:"Sets the duration of the slider transition"},easing:{valType:"enumerated",values:o.transition.easing.values,role:"info",dflt:"cubic-in-out",description:"Sets the easing function of the slider transition"}},currentvalue:{visible:{valType:"boolean",role:"info",dflt:!0,description:["Shows the currently-selected value above the slider."].join(" ")},xanchor:{valType:"enumerated",values:["left","center","right"],dflt:"left",role:"info",description:["The alignment of the value readout relative to the length of the slider."].join(" ")},offset:{valType:"number",dflt:10,role:"info",description:["The amount of space, in pixels, between the current value label","and the slider."].join(" ")},prefix:{valType:"string",role:"info",description:"When currentvalue.visible is true, this sets the prefix of the label."},suffix:{valType:"string",role:"info",description:"When currentvalue.visible is true, this sets the suffix of the label."},font:i({},r,{description:"Sets the font of the current value label text."})},font:i({},r,{description:"Sets the font of the slider step labels."}),activebgcolor:{valType:"color",role:"style",dflt:s.gripBgActiveColor,description:["Sets the background color of the slider grip","while dragging."].join(" ")},bgcolor:{valType:"color",role:"style",dflt:s.railBgColor,description:"Sets the background color of the slider."},bordercolor:{valType:"color",dflt:s.railBorderColor,role:"style",description:"Sets the color of the border enclosing the slider."},borderwidth:{valType:"number",min:0,dflt:s.railBorderWidth,role:"style",description:"Sets the width (in px) of the border enclosing the slider."},ticklen:{valType:"number",min:0,dflt:s.tickLength,role:"style",description:"Sets the length in pixels of step tick marks"},tickcolor:{valType:"color",dflt:s.tickColor,role:"style",description:"Sets the color of the border enclosing the slider."},tickwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the tick width (in px)."},minorticklen:{valType:"number",min:0,dflt:s.minorTickLength,role:"style",description:"Sets the length in pixels of minor step tick marks"}}},function(e,t,n){"use strict";e.exports={t:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) along the top of the component."},r:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) on the right side of the component."},b:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) along the bottom of the component."},l:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) on the left side of the component."}}},function(e,t,n){"use strict";var r=n(17),a=n(24),i=n(10).extendFlat,l=n(129),o={_isLinkedToArray:"button",method:{valType:"enumerated",values:["restyle","relayout","animate","update","skip"],dflt:"restyle",role:"info",description:["Sets the Plotly method to be called on click.","If the `skip` method is used, the API updatemenu will function as normal","but will perform no API calls and will not bind automatically to state","updates. This may be used to create a component interface and attach to","updatemenu events manually via JavaScript."].join(" ")},args:{valType:"info_array",role:"info",freeLength:!0,items:[{valType:"any"},{valType:"any"},{valType:"any"}],description:["Sets the arguments values to be passed to the Plotly","method set in `method` on click."].join(" ")},label:{valType:"string",role:"info",dflt:"",description:"Sets the text label to appear on the button."},execute:{valType:"boolean",role:"info",dflt:!0,description:["When true, the API method is executed. When false, all other behaviors are the same","and command execution is skipped. This may be useful when hooking into, for example,","the `plotly_buttonclicked` method and executing the API command manually without losing","the benefit of the updatemenu automatically binding to the state of the plot through the","specification of `method` and `args`."].join(" ")}};e.exports={_isLinkedToArray:"updatemenu",_arrayAttrRegexps:[/^updatemenus\[(0|[1-9][0-9]+)\]\.buttons/],visible:{valType:"boolean",role:"info",description:["Determines whether or not the update menu is visible."].join(" ")},type:{valType:"enumerated",values:["dropdown","buttons"],dflt:"dropdown",role:"info",description:["Determines whether the buttons are accessible via a dropdown menu","or whether the buttons are stacked horizontally or vertically"].join(" ")},direction:{valType:"enumerated",values:["left","right","up","down"],dflt:"down",role:"info",description:["Determines the direction in which the buttons are laid out, whether","in a dropdown menu or a row/column of buttons. For `left` and `up`,","the buttons will still appear in left-to-right or top-to-bottom order","respectively."].join(" ")},active:{valType:"integer",role:"info",min:-1,dflt:0,description:["Determines which button (by index starting from 0) is","considered active."].join(" ")},showactive:{valType:"boolean",role:"info",dflt:!0,description:"Highlights active dropdown item or active button if true."},buttons:o,x:{valType:"number",min:-2,max:3,dflt:-.05,role:"style",description:"Sets the x position (in normalized coordinates) of the update menu."},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"right",role:"info",description:["Sets the update menu's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the range selector."].join(" ")},y:{valType:"number",min:-2,max:3,dflt:1,role:"style",description:"Sets the y position (in normalized coordinates) of the update menu."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"top",role:"info",description:["Sets the update menu's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the range selector."].join(" ")},pad:i({},l,{description:"Sets the padding around the buttons or dropdown menu."}),font:i({},r,{description:"Sets the font of the update menu button text."}),bgcolor:{valType:"color",role:"style",description:"Sets the background color of the update menu buttons."},bordercolor:{valType:"color",dflt:a.borderLine,role:"style",description:"Sets the color of the border enclosing the update menu."},borderwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the width (in px) of the border enclosing the update menu."}}},function(e,t,n){"use strict";var r=n(15);e.exports={_isLinkedToArray:"image",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not this image is visible."].join(" ")},source:{valType:"string",role:"info",description:["Specifies the URL of the image to be used.","The URL must be accessible from the domain where the","plot code is run, and can be either relative or absolute."].join(" ")},layer:{valType:"enumerated",values:["below","above"],dflt:"above",role:"info",description:["Specifies whether images are drawn below or above traces.","When `xref` and `yref` are both set to `paper`,","image is drawn below the entire plot area."].join(" ")},sizex:{valType:"number",role:"info",dflt:0,description:["Sets the image container size horizontally.","The image will be sized based on the `position` value.","When `xref` is set to `paper`, units are sized relative","to the plot width."].join(" ")},sizey:{valType:"number",role:"info",dflt:0,description:["Sets the image container size vertically.","The image will be sized based on the `position` value.","When `yref` is set to `paper`, units are sized relative","to the plot height."].join(" ")},sizing:{valType:"enumerated",values:["fill","contain","stretch"],dflt:"contain",role:"info",description:["Specifies which dimension of the image to constrain."].join(" ")},opacity:{valType:"number",role:"info",min:0,max:1,dflt:1,description:"Sets the opacity of the image."},x:{valType:"any",role:"info",dflt:0,description:["Sets the image's x position.","When `xref` is set to `paper`, units are sized relative","to the plot height.","See `xref` for more info"].join(" ")},y:{valType:"any",role:"info",dflt:0,description:["Sets the image's y position.","When `yref` is set to `paper`, units are sized relative","to the plot height.","See `yref` for more info"].join(" ")},xanchor:{valType:"enumerated",values:["left","center","right"],dflt:"left",role:"info",description:"Sets the anchor for the x position"},yanchor:{valType:"enumerated",values:["top","middle","bottom"],dflt:"top",role:"info",description:"Sets the anchor for the y position."},xref:{valType:"enumerated",values:["paper",r.idRegex.x.toString()],dflt:"paper",role:"info",description:["Sets the images's x coordinate axis.","If set to a x axis id (e.g. *x* or *x2*), the `x` position","refers to an x data coordinate","If set to *paper*, the `x` position refers to the distance from","the left of plot in normalized coordinates","where *0* (*1*) corresponds to the left (right)."].join(" ")},yref:{valType:"enumerated",values:["paper",r.idRegex.y.toString()],dflt:"paper",role:"info",description:["Sets the images's y coordinate axis.","If set to a y axis id (e.g. *y* or *y2*), the `y` position","refers to a y data coordinate.","If set to *paper*, the `y` position refers to the distance from","the bottom of the plot in normalized coordinates","where *0* (*1*) corresponds to the bottom (top)."].join(" ")}}},function(e,t,n){"use strict";var r=n(36),a=n(40).line,i=n(101).dash,l=n(10).extendFlat;e.exports={_isLinkedToArray:"shape",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not this shape is visible."].join(" ")},type:{valType:"enumerated",values:["circle","rect","path","line"],role:"info",description:["Specifies the shape type to be drawn.","If *line*, a line is drawn from (`x0`,`y0`) to (`x1`,`y1`)","If *circle*, a circle is drawn from","((`x0`+`x1`)/2, (`y0`+`y1`)/2))","with radius","(|(`x0`+`x1`)/2 - `x0`|, |(`y0`+`y1`)/2 -`y0`)|)","If *rect*, a rectangle is drawn linking","(`x0`,`y0`), (`x1`,`y0`), (`x1`,`y1`), (`x0`,`y1`), (`x0`,`y0`)","If *path*, draw a custom SVG path using `path`."].join(" ")},layer:{valType:"enumerated",values:["below","above"],dflt:"above",role:"info",description:"Specifies whether shapes are drawn below or above traces."},xref:l({},r.xref,{description:["Sets the shape's x coordinate axis.","If set to an x axis id (e.g. *x* or *x2*), the `x` position","refers to an x coordinate","If set to *paper*, the `x` position refers to the distance from","the left side of the plotting area in normalized coordinates","where *0* (*1*) corresponds to the left (right) side.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, then you must convert","the date to unix time in milliseconds."].join(" ")}),x0:{valType:"any",role:"info",description:["Sets the shape's starting x position.","See `type` for more info."].join(" ")},x1:{valType:"any",role:"info",description:["Sets the shape's end x position.","See `type` for more info."].join(" ")},yref:l({},r.yref,{description:["Sets the annotation's y coordinate axis.","If set to an y axis id (e.g. *y* or *y2*), the `y` position","refers to an y coordinate","If set to *paper*, the `y` position refers to the distance from","the bottom of the plotting area in normalized coordinates","where *0* (*1*) corresponds to the bottom (top)."].join(" ")}),y0:{valType:"any",role:"info",description:["Sets the shape's starting y position.","See `type` for more info."].join(" ")},y1:{valType:"any",role:"info",description:["Sets the shape's end y position.","See `type` for more info."].join(" ")},path:{valType:"string",role:"info",description:["For `type` *path* - a valid SVG path but with the pixel values","replaced by data values. There are a few restrictions / quirks","only absolute instructions, not relative. So the allowed segments","are: M, L, H, V, Q, C, T, S, and Z","arcs (A) are not allowed because radius rx and ry are relative.","In the future we could consider supporting relative commands,","but we would have to decide on how to handle date and log axes.","Note that even as is, Q and C Bezier paths that are smooth on","linear axes may not be smooth on log, and vice versa.",'no chained "polybezier" commands - specify the segment type for',"each one.","On category axes, values are numbers scaled to the serial numbers","of categories because using the categories themselves there would","be no way to describe fractional positions","On data axes: because space and T are both normal components of path","strings, we can't use either to separate date from time parts.","Therefore we'll use underscore for this purpose:","2015-02-21_13:45:56.789"].join(" ")},opacity:{valType:"number",min:0,max:1,dflt:1,role:"info",description:"Sets the opacity of the shape."},line:{color:a.color,width:a.width,dash:i,role:"info"},fillcolor:{valType:"color",dflt:"rgba(0,0,0,0)",role:"info",description:["Sets the color filling the shape's interior."].join(" ")}}},function(e,t,n){"use strict";e.exports={segmentRE:/[MLHVQCTSZ][^MLHVQCTSZ]*/g,paramRE:/[^\s,]+/g,paramIsX:{M:{0:!0,drawn:0},L:{0:!0,drawn:0},H:{0:!0,drawn:0},V:{},Q:{0:!0,2:!0,drawn:2},C:{0:!0,2:!0,4:!0,drawn:4},T:{0:!0,drawn:0},S:{0:!0,2:!0,drawn:2},Z:{}},paramIsY:{M:{1:!0,drawn:1},L:{1:!0,drawn:1},H:{},V:{0:!0,drawn:0},Q:{1:!0,3:!0,drawn:3},C:{1:!0,3:!0,5:!0,drawn:5},T:{1:!0,drawn:1},S:{1:!0,3:!0,drawn:5},Z:{}},numParams:{M:2,L:2,H:1,V:1,Q:4,C:6,T:2,S:4,Z:0}}},function(e,t,n){"use strict";var r=n(0),a=n(3);e.exports=function(e,t,n,i){i("opacity");var l=i("bgcolor"),o=i("bordercolor"),s=a.opacity(o);i("borderpad");var u=i("borderwidth"),c=i("showarrow");i("text",c?" ":"new text"),i("textangle"),r.coerceFont(i,"font",n.font),i("width"),i("align"),i("height")&&i("valign"),c&&(i("arrowcolor",s?t.bordercolor:a.defaultLine),i("arrowhead"),i("arrowsize"),i("arrowwidth",2*(s&&u||1)),i("standoff"));var d=i("hovertext"),f=n.hoverlabel||{};if(d){var h=i("hoverlabel.bgcolor",f.bgcolor||(a.opacity(l)?a.rgb(l):a.defaultLine)),p=i("hoverlabel.bordercolor",f.bordercolor||a.contrast(h));r.coerceFont(i,"hoverlabel.font",{family:f.font.family,size:f.font.size,color:f.font.color||p})}i("captureevents",!!d)}},function(e,t,n){"use strict";e.exports=[{path:"",backoff:0},{path:"M-2.4,-3V3L0.6,0Z",backoff:.6},{path:"M-3.7,-2.5V2.5L1.3,0Z",backoff:1.3},{path:"M-4.45,-3L-1.65,-0.2V0.2L-4.45,3L1.55,0Z",backoff:1.55},{path:"M-2.2,-2.2L-0.2,-0.2V0.2L-2.2,2.2L-1.4,3L1.6,0L-1.4,-3Z",backoff:1.6},{path:"M-4.4,-2.1L-0.6,-0.2V0.2L-4.4,2.1L-4,3L2,0L-4,-3Z",backoff:2},{path:"M2,0A2,2 0 1,1 0,-2A2,2 0 0,1 2,0Z",backoff:0},{path:"M2,2V-2H-2V2Z",backoff:0}]},function(e,t,n){"use strict";var r=n(1),a=n(4),i=n(0),l=n(7),o=n(3),s=n(13),u=n(216);e.exports=function(e,t){e.each(function(e){var t=r.select(this).selectAll("g.layers").data([0]);t.enter().append("g").classed("layers",!0),t.style("opacity",e[0].trace.opacity),t.selectAll("g.legendfill").data([e]).enter().append("g").classed("legendfill",!0),t.selectAll("g.legendlines").data([e]).enter().append("g").classed("legendlines",!0);var n=t.selectAll("g.legendsymbols").data([e]);n.enter().append("g").classed("legendsymbols",!0),n.selectAll("g.legendpoints").data([e]).enter().append("g").classed("legendpoints",!0)}).each(function(e){var t=e[0].trace,n=t.marker||{},i=n.line||{},l=r.select(this).select("g.legendpoints").selectAll("path.legendbar").data(a.traceIs(t,"bar")?[e]:[]);l.enter().append("path").classed("legendbar",!0).attr("d","M6,6H-6V-6H6Z").attr("transform","translate(20,0)"),l.exit().remove(),l.each(function(e){var t=r.select(this),a=e[0],l=(a.mlw+1||i.width+1)-1;t.style("stroke-width",l+"px").call(o.fill,a.mc||n.color),l&&t.call(o.stroke,a.mlc||i.color)})}).each(function(e){var t=e[0].trace,n=r.select(this).select("g.legendpoints").selectAll("path.legendbox").data(a.traceIs(t,"box")&&t.visible?[e]:[]);n.enter().append("path").classed("legendbox",!0).attr("d","M6,6H-6V-6H6Z").attr("transform","translate(20,0)"),n.exit().remove(),n.each(function(){var e=t.line.width,n=r.select(this);n.style("stroke-width",e+"px").call(o.fill,t.fillcolor),e&&n.call(o.stroke,t.line.color)})}).each(function(e){var t=e[0].trace,n=r.select(this).select("g.legendpoints").selectAll("path.legendpie").data(a.traceIs(t,"pie")&&t.visible?[e]:[]);n.enter().append("path").classed("legendpie",!0).attr("d","M6,6H-6V-6H6Z").attr("transform","translate(20,0)"),n.exit().remove(),n.size()&&n.call(u,e[0],t)}).each(function(e){var t=e[0].trace,n=t.visible&&t.fill&&"none"!==t.fill,a=s.hasLines(t);t&&t._module&&"contourcarpet"===t._module.name&&(a=t.contours.showlines,n="fill"===t.contours.coloring);var i=r.select(this).select(".legendfill").selectAll("path").data(n?[e]:[]);i.enter().append("path").classed("js-fill",!0),i.exit().remove(),i.attr("d","M5,0h30v6h-30z").call(l.fillGroupStyle);var o=r.select(this).select(".legendlines").selectAll("path").data(a?[e]:[]);o.enter().append("path").classed("js-line",!0).attr("d","M5,0h30"),o.exit().remove(),o.call(l.lineGroupStyle)}).each(function(e){var n,a,o=e[0],u=o.trace,c=s.hasMarkers(u),d=s.hasText(u),f=s.hasLines(u);function h(e,t,n){var r=i.nestedProperty(u,e).get(),a=Array.isArray(r)&&t?t(r):r;if(n){if(a<n[0])return n[0];if(a>n[1])return n[1]}return a}function p(e){return e[0]}if(c||d||f){var v={},y={};c&&(v.mc=h("marker.color",p),v.mo=h("marker.opacity",i.mean,[.2,1]),v.ms=h("marker.size",i.mean,[2,16]),v.mlc=h("marker.line.color",p),v.mlw=h("marker.line.width",i.mean,[0,5]),y.marker={sizeref:1,sizemin:1,sizemode:"diameter"}),f&&(y.line={width:h("line.width",p,[0,10])}),d&&(v.tx="Aa",v.tp=h("textposition",p),v.ts=10,v.tc=h("textfont.color",p),v.tf=h("textfont.family",p)),n=[i.minExtend(o,v)],a=i.minExtend(u,y)}var g=r.select(this).select("g.legendpoints"),m=g.selectAll("path.scatterpts").data(c?n:[]);m.enter().append("path").classed("scatterpts",!0).attr("transform","translate(20,0)"),m.exit().remove(),m.call(l.pointStyle,a,t),c&&(n[0].mrc=3);var _=g.selectAll("g.pointtext").data(d?n:[]);_.enter().append("g").classed("pointtext",!0).append("text").attr("transform","translate(20,0)"),_.exit().remove(),_.selectAll("text").call(l.textPointStyle,a,t)})}},function(e,t,n){"use strict";var r=n(17),a=n(24),i=n(10).extendFlat;e.exports={bgcolor:{valType:"color",role:"style",description:"Sets the legend background color."},bordercolor:{valType:"color",dflt:a.defaultLine,role:"style",description:"Sets the color of the border enclosing the legend."},borderwidth:{valType:"number",min:0,dflt:0,role:"style",description:"Sets the width (in px) of the border enclosing the legend."},font:i({},r,{description:"Sets the font used to text the legend items."}),orientation:{valType:"enumerated",values:["v","h"],dflt:"v",role:"info",description:"Sets the orientation of the legend."},traceorder:{valType:"flaglist",flags:["reversed","grouped"],extras:["normal"],role:"style",description:["Determines the order at which the legend items are displayed.","If *normal*, the items are displayed top-to-bottom in the same","order as the input data.","If *reversed*, the items are displayed in the opposite order","as *normal*.","If *grouped*, the items are displayed in groups","(when a trace `legendgroup` is provided).","if *grouped+reversed*, the items are displayed in the opposite order","as *grouped*."].join(" ")},tracegroupgap:{valType:"number",min:0,dflt:10,role:"style",description:["Sets the amount of vertical space (in px) between legend groups."].join(" ")},x:{valType:"number",min:-2,max:3,dflt:1.02,role:"style",description:"Sets the x position (in normalized coordinates) of the legend."},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"left",role:"info",description:["Sets the legend's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the legend."].join(" ")},y:{valType:"number",min:-2,max:3,dflt:1,role:"style",description:"Sets the y position (in normalized coordinates) of the legend."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"auto",role:"info",description:["Sets the legend's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the legend."].join(" ")}}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(9),l=n(18),o=n(15);function s(e,t,n,r,a){var i=e._fullLayout._modules;t.plot&&t.plot.selectAll("g:not(.scatterlayer)").selectAll("g.trace").remove();for(var l=0;l<i.length;l++){var o=i[l];if("cartesian"===o.basePlotModule.name){for(var s=[],u=0;u<n.length;u++){var c=n[u],d=c[0].trace;d._module===o&&!0===d.visible&&s.push(c)}o.plot(e,t,s,r,a)}}}function u(e){var t=e.plotgroup,n=e.id;if(e.mainplot){var r=e.mainplotinfo;e.gridlayer=d(r.overgrid,"g",n),e.zerolinelayer=d(r.overzero,"g",n),e.plot=d(r.overplot,"g",n),e.xlines=d(r.overlines,"path",n),e.ylines=d(r.overlines,"path",n),e.xaxislayer=d(r.overaxes,"g",n),e.yaxislayer=d(r.overaxes,"g",n)}else{var a=d(t,"g","layer-subplot");e.shapelayer=d(a,"g","shapelayer"),e.imagelayer=d(a,"g","imagelayer"),e.gridlayer=d(t,"g","gridlayer"),e.overgrid=d(t,"g","overgrid"),e.zerolinelayer=d(t,"g","zerolinelayer"),e.overzero=d(t,"g","overzero"),e.plot=d(t,"g","plot"),e.overplot=d(t,"g","overplot"),e.xlines=d(t,"path","xlines"),e.ylines=d(t,"path","ylines"),e.overlines=d(t,"g","overlines"),e.xaxislayer=d(t,"g","xaxislayer"),e.yaxislayer=d(t,"g","yaxislayer"),e.overaxes=d(t,"g","overaxes")}e.plot.call(function(e){d(e,"g","imagelayer"),d(e,"g","maplayer"),d(e,"g","barlayer"),d(e,"g","carpetlayer"),d(e,"g","boxlayer"),d(e,"g","scatterlayer")}),e.xlines.style("fill","none").classed("crisp",!0),e.ylines.style("fill","none").classed("crisp",!0)}function c(e,t){e&&e.each(function(e){var n=r.select(this),a="clip"+t._uid+e+"plot";n.remove(),t._draggers.selectAll("g."+e).remove(),t._defs.select("#"+a).remove()})}function d(e,t,n){var r=e.selectAll("."+n).data([0]);return r.enter().append(t).classed(n,!0),r}t.name="cartesian",t.attr=["xaxis","yaxis"],t.idRoot=["x","y"],t.idRegex=o.idRegex,t.attrRegex=o.attrRegex,t.attributes=n(223),t.layoutAttributes=n(23),t.transitionAxes=n(222),t.plot=function(e,t,n,r){var a,l=e._fullLayout,o=i.getSubplotIds(l,"cartesian"),u=e.calcdata;if(!Array.isArray(t))for(t=[],a=0;a<u.length;a++)t.push(a);for(a=0;a<o.length;a++){for(var c,d=o[a],f=l._plots[d],h=[],p=0;p<u.length;p++){var v=u[p],y=v[0].trace;y.xaxis+y.yaxis===d&&((-1!==t.indexOf(y.index)||y.carpet)&&(c&&c[0].trace.xaxis+c[0].trace.yaxis===d&&-1!==["tonextx","tonexty","tonext"].indexOf(y.fill)&&-1===h.indexOf(c)&&h.push(c),h.push(v)),c=v)}s(e,f,h,n,r)}},t.clean=function(e,t,n,r){var a,i,o,s=r._modules||[],u=t._modules||[];for(o=0;o<s.length;o++)if("scatter"===s[o].name){a=!0;break}for(o=0;o<u.length;o++)if("scatter"===u[o].name){i=!0;break}if(a&&!i){var d=r._plots,f=Object.keys(d||{});for(o=0;o<f.length;o++){var h=d[f[o]];h.plot&&h.plot.select("g.scatterlayer").selectAll("g.trace").remove()}r._infolayer.selectAll("g.rangeslider-container").select("g.scatterlayer").selectAll("g.trace").remove()}var p=r._has&&r._has("cartesian"),v=t._has&&t._has("cartesian");if(p&&!v){var y=r._cartesianlayer.selectAll(".subplot"),g=l.listIds({_fullLayout:r});for(y.call(c,r),r._defs.selectAll(".axesclip").remove(),o=0;o<g.length;o++)r._infolayer.select("."+g[o]+"title").remove()}r._zoomlayer&&r._zoomlayer.selectAll(".select-outline").remove()},t.drawFramework=function(e){var t=e._fullLayout,n=function(e){for(var t=e._fullLayout,n=Object.keys(t._plots),r=[],a=[],i=0;i<n.length;i++){var o=n[i],s=t._plots[o],u=s.xaxis,c=s.yaxis,d=l.getFromId(e,u.overlaying)||u;d!==u&&d.overlaying&&(d=u,u.overlaying=!1);var f=l.getFromId(e,c.overlaying)||c;f!==c&&f.overlaying&&(f=c,c.overlaying=!1);var h=d._id+f._id;h!==o&&-1!==n.indexOf(h)?(s.mainplot=h,s.mainplotinfo=t._plots[h],a.push(o),u.domain=d.domain.slice(),c.domain=f.domain.slice()):r.push(o)}return r=r.concat(a)}(e),i=t._cartesianlayer.selectAll(".subplot").data(n,a.identity);i.enter().append("g").attr("class",function(e){return"subplot "+e}),i.order(),i.exit().call(c,t),i.each(function(e){var n=t._plots[e];(n.plotgroup=r.select(this),n.overlays=[],u(n),n.mainplot)&&t._plots[n.mainplot].overlays.push(n);n.draglayer=d(t._draggers,"g",e)})},t.rangePlot=function(e,t,n){u(t),s(e,t,n),i.style(e)}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t){for(var n=0;n<e.length;n++)e[n].i=n;r.mergeArray(t.text,e,"tx"),r.mergeArray(t.hovertext,e,"htx"),r.mergeArray(t.customdata,e,"data"),r.mergeArray(t.textposition,e,"tp"),t.textfont&&(r.mergeArray(t.textfont.size,e,"ts"),r.mergeArray(t.textfont.color,e,"tc"),r.mergeArray(t.textfont.family,e,"tf"));var a=t.marker;if(a){r.mergeArray(a.size,e,"ms"),r.mergeArray(a.opacity,e,"mo"),r.mergeArray(a.symbol,e,"mx"),r.mergeArray(a.color,e,"mc");var i=a.line;a.line&&(r.mergeArray(i.color,e,"mlc"),r.mergeArray(i.width,e,"mlw"));var l=a.gradient;l&&"none"!==l.type&&(r.mergeArray(l.type,e,"mgt"),r.mergeArray(l.color,e,"mgc"))}}},function(e,t,n){"use strict";var r=n(19).FROM_BL;e.exports=function(e,t,n){void 0===n&&(n=r[e.constraintoward||"center"]);var a=[e.r2l(e.range[0]),e.r2l(e.range[1])],i=a[0]+(a[1]-a[0])*n;e.range=e._input.range=[e.l2r(i+(a[0]-i)*t),e.l2r(i+(a[1]-i)*t)]}},function(e,t,n){"use strict";var r=n(161).dot,a=n(16).BADNUM,i=e.exports={};i.tester=function(e){var t=e.slice(),n=t[0][0],r=n,i=t[0][1],l=i;t.push(t[0]);for(var o=1;o<t.length;o++)n=Math.min(n,t[o][0]),r=Math.max(r,t[o][0]),i=Math.min(i,t[o][1]),l=Math.max(l,t[o][1]);var s,u=!1;return 5===t.length&&(t[0][0]===t[1][0]?t[2][0]===t[3][0]&&t[0][1]===t[3][1]&&t[1][1]===t[2][1]&&(u=!0,s=function(e){return e[0]===t[0][0]}):t[0][1]===t[1][1]&&t[2][1]===t[3][1]&&t[0][0]===t[3][0]&&t[1][0]===t[2][0]&&(u=!0,s=function(e){return e[1]===t[0][1]})),{xmin:n,xmax:r,ymin:i,ymax:l,pts:t,contains:u?function(e,t){var o=e[0],u=e[1];return!(o===a||o<n||o>r||u===a||u<i||u>l||t&&s(e))}:function(e,o){var s=e[0],u=e[1];if(s===a||s<n||s>r||u===a||u<i||u>l)return!1;var c,d,f,h,p,v=t.length,y=t[0][0],g=t[0][1],m=0;for(c=1;c<v;c++)if(d=y,f=g,y=t[c][0],g=t[c][1],!(s<(h=Math.min(d,y))||s>Math.max(d,y)||u>Math.max(f,g)))if(u<Math.min(f,g))s!==h&&m++;else{if(u===(p=y===d?u:f+(s-d)*(g-f)/(y-d)))return 1!==c||!o;u<=p&&s!==h&&m++}return m%2==1},isRect:u}};var l=i.isSegmentBent=function(e,t,n,a){var i,l,o,s=e[t],u=[e[n][0]-s[0],e[n][1]-s[1]],c=r(u,u),d=Math.sqrt(c),f=[-u[1]/d,u[0]/d];for(i=t+1;i<n;i++)if(l=[e[i][0]-s[0],e[i][1]-s[1]],(o=r(l,u))<0||o>c||Math.abs(r(l,f))>a)return!0;return!1};i.filter=function(e,t){var n=[e[0]],r=0,a=0;function i(i){e.push(i);var o=n.length,s=r;n.splice(a+1);for(var u=s+1;u<e.length;u++)(u===e.length-1||l(e,s,u+1,t))&&(n.push(e[u]),n.length<o-2&&(r=u,a=n.length-1),s=u)}e.length>1&&i(e.pop());return{addPt:i,raw:e,filtered:n}}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n,a){n("hoverlabel.bgcolor",(a=a||{}).bgcolor),n("hoverlabel.bordercolor",a.bordercolor),r.coerceFont(n,"hoverlabel.font",a.font)}},function(e,t,n){"use strict";var r=n(2),a=n(29),i=n(20),l=n(15),o=n(257);e.exports=function(e){var t=e._fullLayout;if((t._has("cartesian")||t._has("gl2d"))&&!e._context.staticPlot){Object.keys(t._plots||{}).sort(function(e,n){if((t._plots[e].mainplot&&!0)===(t._plots[n].mainplot&&!0)){var r=e.split("y"),a=n.split("y");return r[0]===a[0]?Number(r[1]||1)-Number(a[1]||1):Number(r[0]||1)-Number(a[0]||1)}return t._plots[e].mainplot?1:-1}).forEach(function(n){var s=t._plots[n],u=s.xaxis,c=s.yaxis,d=(u._linepositions[n]||[])[3],f=(c._linepositions[n]||[])[3],h=l.DRAGGERSIZE;if(r(d)&&"top"===u.side&&(d-=h),r(f)&&"right"!==c.side&&(f-=h),!s.mainplot){var p=o(e,s,0,0,u._length,c._length,"ns","ew");p.onmousemove=function(t){e._fullLayout._rehover=function(){e._fullLayout._hoversubplot===n&&a.hover(e,t,n)},a.hover(e,t,n),e._fullLayout._lasthover=p,e._fullLayout._hoversubplot=n},p.onmouseout=function(t){e._dragging||(e._fullLayout._hoversubplot=null,i.unhover(e,t))},p.onclick=function(t){a.click(e,t,n)},e._context.showAxisDragHandles&&(o(e,s,-h,-h,h,h,"n","w"),o(e,s,u._length,-h,h,h,"n","e"),o(e,s,-h,c._length,h,h,"s","w"),o(e,s,u._length,c._length,h,h,"s","e"))}e._context.showAxisDragHandles&&(r(d)&&("free"===u.anchor&&(d-=t._size.h*(1-c.domain[1])),o(e,s,.1*u._length,d,.8*u._length,h,"","ew"),o(e,s,0,d,.1*u._length,h,"","w"),o(e,s,.9*u._length,d,.1*u._length,h,"","e")),r(f)&&("free"===c.anchor&&(f-=t._size.w*u.domain[0]),o(e,s,f,.1*c._length,h,.8*c._length,"ns",""),o(e,s,f,.9*c._length,h,.1*c._length,"s",""),o(e,s,f,0,h,.1*c._length,"n","")))});var n=t._hoverlayer.node();n.onmousemove=function(n){n.target=t._lasthover,a.hover(e,n,t._hoversubplot)},n.onclick=function(n){n.target=t._lasthover,a.click(e,n)},n.onmousedown=function(e){t._lasthover.onmousedown(e)}}}},function(e,t,n){var r=n(1),a=n(0).extendDeepAll,i=e.exports={version:"0.2.2"};i.Axis=function(){var e,t,n,l,o={data:[],layout:{}},s={},u={},c=r.dispatch("hover"),d={};return d.render=function(s){return function(s){t=s||t;var c=o.data,d=o.layout;("string"==typeof t||t.nodeName)&&(t=r.select(t)),t.datum(c).each(function(t,o){var s=t.slice();u={data:i.util.cloneJson(s),layout:i.util.cloneJson(d)};var c=0;s.forEach(function(e,t){e.color||(e.color=d.defaultColorRange[c],c=(c+1)%d.defaultColorRange.length),e.strokeColor||(e.strokeColor="LinePlot"===e.geometry?e.color:r.rgb(e.color).darker().toString()),u.data[t].color=e.color,u.data[t].strokeColor=e.strokeColor,u.data[t].strokeDash=e.strokeDash,u.data[t].strokeSize=e.strokeSize});var f=s.filter(function(e,t){var n=e.visible;return void 0===n||!0===n}),h=!1,p=f.map(function(e,t){return h=h||void 0!==e.groupId,e});if(h){var v=[],y=r.nest().key(function(e,t){return void 0!==e.groupId?e.groupId:"unstacked"}).entries(p).map(function(e,t){if("unstacked"===e.key)return e.values;var n=e.values[0].r.map(function(e,t){return 0});return e.values.forEach(function(e,t,r){e.yStack=[n],v.push(n),n=i.util.sumArrays(e.r,n)}),e.values});f=r.merge(y)}f.forEach(function(e,t){e.t=Array.isArray(e.t[0])?e.t:[e.t],e.r=Array.isArray(e.r[0])?e.r:[e.r]});var g=Math.min(d.width-d.margin.left-d.margin.right,d.height-d.margin.top-d.margin.bottom)/2;g=Math.max(10,g);var m,_=[d.margin.left+g,d.margin.top+g];m=h?[0,r.max(i.util.sumArrays(i.util.arrayLast(f).r[0],i.util.arrayLast(v)))]:r.extent(i.util.flattenArray(f.map(function(e,t){return e.r}))),d.radialAxis.domain!=i.DATAEXTENT&&(m[0]=0),n=r.scale.linear().domain(d.radialAxis.domain!=i.DATAEXTENT&&d.radialAxis.domain?d.radialAxis.domain:m).range([0,g]),u.layout.radialAxis.domain=n.domain();var T,M=i.util.flattenArray(f.map(function(e,t){return e.t})),b="string"==typeof M[0];b&&(M=i.util.deduplicate(M),T=M.slice(),M=r.range(M.length),f=f.map(function(e,t){var n=e;return e.t=[M],h&&(n.yStack=e.yStack),n}));var K=f.filter(function(e,t){return"LinePlot"===e.geometry||"DotPlot"===e.geometry}).length===f.length,k=null===d.needsEndSpacing?b||!K:d.needsEndSpacing,x=d.angularAxis.domain&&d.angularAxis.domain!=i.DATAEXTENT&&!b&&d.angularAxis.domain[0]>=0?d.angularAxis.domain:r.extent(M),C=Math.abs(M[1]-M[0]);K&&!b&&(C=0);var A=x.slice();k&&b&&(A[1]+=C);var w=d.angularAxis.ticksCount||4;w>8&&(w=w/(w/8)+w%8),d.angularAxis.ticksStep&&(w=(A[1]-A[0])/w);var L=d.angularAxis.ticksStep||(A[1]-A[0])/(w*(d.minorTicks+1));T&&(L=Math.max(Math.round(L),1)),A[2]||(A[2]=L);var D=r.range.apply(this,A);if(D=D.map(function(e,t){return parseFloat(e.toPrecision(12))}),l=r.scale.linear().domain(A.slice(0,2)).range("clockwise"===d.direction?[0,360]:[360,0]),u.layout.angularAxis.domain=l.domain(),u.layout.angularAxis.endPadding=k?C:0,void 0===(e=r.select(this).select("svg.chart-root"))||e.empty()){var B=(new DOMParser).parseFromString("<svg xmlns='http://www.w3.org/2000/svg' class='chart-root'>' + '<g class='outer-group'>' + '<g class='chart-group'>' + '<circle class='background-circle'></circle>' + '<g class='geometry-group'></g>' + '<g class='radial axis-group'>' + '<circle class='outside-circle'></circle>' + '</g>' + '<g class='angular axis-group'></g>' + '<g class='guides-group'><line></line><circle r='0'></circle></g>' + '</g>' + '<g class='legend-group'></g>' + '<g class='tooltips-group'></g>' + '<g class='title-group'><text></text></g>' + '</g>' + '</svg>","application/xml"),S=this.appendChild(this.ownerDocument.importNode(B.documentElement,!0));e=r.select(S)}e.select(".guides-group").style({"pointer-events":"none"}),e.select(".angular.axis-group").style({"pointer-events":"none"}),e.select(".radial.axis-group").style({"pointer-events":"none"});var G,W=e.select(".chart-group"),z={fill:"none",stroke:d.tickColor},O={"font-size":d.font.size,"font-family":d.font.family,fill:d.font.color,"text-shadow":["-1px 0px","1px -1px","-1px 1px","1px 1px"].map(function(e,t){return" "+e+" 0 "+d.font.outlineColor}).join(",")};if(d.showLegend){G=e.select(".legend-group").attr({transform:"translate("+[g,d.margin.top]+")"}).style({display:"block"});var P=f.map(function(e,t){var n=i.util.cloneJson(e);return n.symbol="DotPlot"===e.geometry?e.dotType||"circle":"LinePlot"!=e.geometry?"square":"line",n.visibleInLegend=void 0===e.visibleInLegend||e.visibleInLegend,n.color="LinePlot"===e.geometry?e.strokeColor:e.color,n});i.Legend().config({data:f.map(function(e,t){return e.name||"Element"+t}),legendConfig:a({},i.Legend.defaultConfig().legendConfig,{container:G,elements:P,reverseOrder:d.legend.reverseOrder})})();var R=G.node().getBBox();g=Math.min(d.width-R.width-d.margin.left-d.margin.right,d.height-d.margin.top-d.margin.bottom)/2,g=Math.max(10,g),_=[d.margin.left+g,d.margin.top+g],n.range([0,g]),u.layout.radialAxis.domain=n.domain(),G.attr("transform","translate("+[_[0]+g,_[1]-g]+")")}else G=e.select(".legend-group").style({display:"none"});e.attr({width:d.width,height:d.height}).style({opacity:d.opacity}),W.attr("transform","translate("+_+")").style({cursor:"crosshair"});var E=[(d.width-(d.margin.left+d.margin.right+2*g+(R?R.width:0)))/2,(d.height-(d.margin.top+d.margin.bottom+2*g))/2];if(E[0]=Math.max(0,E[0]),E[1]=Math.max(0,E[1]),e.select(".outer-group").attr("transform","translate("+E+")"),d.title){var j=e.select("g.title-group text").style(O).text(d.title),I=j.node().getBBox();j.attr({x:_[0]-I.width/2,y:_[1]-g-20})}var N=e.select(".radial.axis-group");if(d.radialAxis.gridLinesVisible){var F=N.selectAll("circle.grid-circle").data(n.ticks(5));F.enter().append("circle").attr({class:"grid-circle"}).style(z),F.attr("r",n),F.exit().remove()}N.select("circle.outside-circle").attr({r:g}).style(z);var $=e.select("circle.background-circle").attr({r:g}).style({fill:d.backgroundColor,stroke:d.stroke});function V(e,t){return l(e)%360+d.orientation}if(d.radialAxis.visible){var H=r.svg.axis().scale(n).ticks(5).tickSize(5);N.call(H).attr({transform:"rotate("+d.radialAxis.orientation+")"}),N.selectAll(".domain").style(z),N.selectAll("g>text").text(function(e,t){return this.textContent+d.radialAxis.ticksSuffix}).style(O).style({"text-anchor":"start"}).attr({x:0,y:0,dx:0,dy:0,transform:function(e,t){return"horizontal"===d.radialAxis.tickOrientation?"rotate("+-d.radialAxis.orientation+") translate("+[0,O["font-size"]]+")":"translate("+[0,O["font-size"]]+")"}}),N.selectAll("g>line").style({stroke:"black"})}var q=e.select(".angular.axis-group").selectAll("g.angular-tick").data(D),U=q.enter().append("g").classed("angular-tick",!0);q.attr({transform:function(e,t){return"rotate("+V(e)+")"}}).style({display:d.angularAxis.visible?"block":"none"}),q.exit().remove(),U.append("line").classed("grid-line",!0).classed("major",function(e,t){return t%(d.minorTicks+1)==0}).classed("minor",function(e,t){return!(t%(d.minorTicks+1)==0)}).style(z),U.selectAll(".minor").style({stroke:d.minorTickColor}),q.select("line.grid-line").attr({x1:d.tickLength?g-d.tickLength:0,x2:g}).style({display:d.angularAxis.gridLinesVisible?"block":"none"}),U.append("text").classed("axis-text",!0).style(O);var Y=q.select("text.axis-text").attr({x:g+d.labelOffset,dy:".35em",transform:function(e,t){var n=V(e),r=g+d.labelOffset,a=d.angularAxis.tickOrientation;return"horizontal"==a?"rotate("+-n+" "+r+" 0)":"radial"==a?n<270&&n>90?"rotate(180 "+r+" 0)":null:"rotate("+(n<=180&&n>0?-90:90)+" "+r+" 0)"}}).style({"text-anchor":"middle",display:d.angularAxis.labelsVisible?"block":"none"}).text(function(e,t){return t%(d.minorTicks+1)!=0?"":T?T[e]+d.angularAxis.ticksSuffix:e+d.angularAxis.ticksSuffix}).style(O);d.angularAxis.rewriteTicks&&Y.text(function(e,t){return t%(d.minorTicks+1)!=0?"":d.angularAxis.rewriteTicks(this.textContent,t)});var X=r.max(W.selectAll(".angular-tick text")[0].map(function(e,t){return e.getCTM().e+e.getBBox().width}));G.attr({transform:"translate("+[g+X,d.margin.top]+")"});var J=e.select("g.geometry-group").selectAll("g").size()>0,Z=e.select("g.geometry-group").selectAll("g.geometry").data(f);if(Z.enter().append("g").attr({class:function(e,t){return"geometry geometry"+t}}),Z.exit().remove(),f[0]||J){var Q=[];f.forEach(function(e,t){var r={};r.radialScale=n,r.angularScale=l,r.container=Z.filter(function(e,n){return n==t}),r.geometry=e.geometry,r.orientation=d.orientation,r.direction=d.direction,r.index=t,Q.push({data:e,geometryConfig:r})});var ee=[];r.nest().key(function(e,t){return void 0!==e.data.groupId||"unstacked"}).entries(Q).forEach(function(e,t){"unstacked"===e.key?ee=ee.concat(e.values.map(function(e,t){return[e]})):ee.push(e.values)}),ee.forEach(function(e,t){var n;n=Array.isArray(e)?e[0].geometryConfig.geometry:e.geometryConfig.geometry;var r=e.map(function(e,t){return a(i[n].defaultConfig(),e)});i[n]().config(r)()})}var te,ne,re=e.select(".guides-group"),ae=e.select(".tooltips-group"),ie=i.tooltipPanel().config({container:ae,fontSize:8})(),le=i.tooltipPanel().config({container:ae,fontSize:8})(),oe=i.tooltipPanel().config({container:ae,hasTick:!0})();if(!b){var se=re.select("line").attr({x1:0,y1:0,y2:0}).style({stroke:"grey","pointer-events":"none"});W.on("mousemove.angular-guide",function(e,t){var n=i.util.getMousePos($).angle;se.attr({x2:-g,transform:"rotate("+n+")"}).style({opacity:.5});var r=(n+180+360-d.orientation)%360;te=l.invert(r);var a=i.util.convertToCartesian(g+12,n+180);ie.text(i.util.round(te)).move([a[0]+_[0],a[1]+_[1]])}).on("mouseout.angular-guide",function(e,t){re.select("line").style({opacity:0})})}var ue=re.select("circle").style({stroke:"grey",fill:"none"});W.on("mousemove.radial-guide",function(e,t){var r=i.util.getMousePos($).radius;ue.attr({r:r}).style({opacity:.5}),ne=n.invert(i.util.getMousePos($).radius);var a=i.util.convertToCartesian(r,d.radialAxis.orientation);le.text(i.util.round(ne)).move([a[0]+_[0],a[1]+_[1]])}).on("mouseout.radial-guide",function(e,t){ue.style({opacity:0}),oe.hide(),ie.hide(),le.hide()}),e.selectAll(".geometry-group .mark").on("mouseover.tooltip",function(t,n){var a=r.select(this),l=a.style("fill"),o="black",s=a.style("opacity")||1;if(a.attr({"data-opacity":s}),"none"!=l){a.attr({"data-fill":l}),o=r.hsl(l).darker().toString(),a.style({fill:o,opacity:1});var u={t:i.util.round(t[0]),r:i.util.round(t[1])};b&&(u.t=T[t[0]]);var c="t: "+u.t+", r: "+u.r,d=this.getBoundingClientRect(),f=e.node().getBoundingClientRect(),h=[d.left+d.width/2-E[0]-f.left,d.top+d.height/2-E[1]-f.top];oe.config({color:o}).text(c),oe.move(h)}else l=a.style("stroke"),a.attr({"data-stroke":l}),o=r.hsl(l).darker().toString(),a.style({stroke:o,opacity:1})}).on("mousemove.tooltip",function(e,t){if(0!=r.event.which)return!1;r.select(this).attr("data-fill")&&oe.show()}).on("mouseout.tooltip",function(e,t){oe.hide();var n=r.select(this),a=n.attr("data-fill");a?n.style({fill:a,opacity:n.attr("data-opacity")}):n.style({stroke:n.attr("data-stroke"),opacity:n.attr("data-opacity")})})})}(s),this},d.config=function(e){if(!arguments.length)return o;var t=i.util.cloneJson(e);return t.data.forEach(function(e,t){o.data[t]||(o.data[t]={}),a(o.data[t],i.Axis.defaultConfig().data[0]),a(o.data[t],e)}),a(o.layout,i.Axis.defaultConfig().layout),a(o.layout,t.layout),this},d.getLiveConfig=function(){return u},d.getinputConfig=function(){return s},d.radialScale=function(e){return n},d.angularScale=function(e){return l},d.svg=function(){return e},r.rebind(d,c,"on"),d},i.Axis.defaultConfig=function(e,t){return{data:[{t:[1,2,3,4],r:[10,11,12,13],name:"Line1",geometry:"LinePlot",color:null,strokeDash:"solid",strokeColor:null,strokeSize:"1",visibleInLegend:!0,opacity:1}],layout:{defaultColorRange:r.scale.category10().range(),title:null,height:450,width:500,margin:{top:40,right:40,bottom:40,left:40},font:{size:12,color:"gray",outlineColor:"white",family:"Tahoma, sans-serif"},direction:"clockwise",orientation:0,labelOffset:10,radialAxis:{domain:null,orientation:-45,ticksSuffix:"",visible:!0,gridLinesVisible:!0,tickOrientation:"horizontal",rewriteTicks:null},angularAxis:{domain:[0,360],ticksSuffix:"",visible:!0,gridLinesVisible:!0,labelsVisible:!0,tickOrientation:"horizontal",rewriteTicks:null,ticksCount:null,ticksStep:null},minorTicks:0,tickLength:null,tickColor:"silver",minorTickColor:"#eee",backgroundColor:"none",needsEndSpacing:null,showLegend:!0,legend:{reverseOrder:!1},opacity:1}}},i.util={},i.DATAEXTENT="dataExtent",i.AREA="AreaChart",i.LINE="LinePlot",i.DOT="DotPlot",i.BAR="BarChart",i.util._override=function(e,t){for(var n in e)n in t&&(t[n]=e[n])},i.util._extend=function(e,t){for(var n in e)t[n]=e[n]},i.util._rndSnd=function(){return 2*Math.random()-1+(2*Math.random()-1)+(2*Math.random()-1)},i.util.dataFromEquation2=function(e,t){var n=t||6;return r.range(0,360+n,n).map(function(t,n){var r=t*Math.PI/180;return[t,e(r)]})},i.util.dataFromEquation=function(e,t,n){var a=t||6,i=[],l=[];r.range(0,360+a,a).forEach(function(t,n){var r=t*Math.PI/180,a=e(r);i.push(t),l.push(a)});var o={t:i,r:l};return n&&(o.name=n),o},i.util.ensureArray=function(e,t){if(void 0===e)return null;var n=[].concat(e);return r.range(t).map(function(e,t){return n[t]||n[0]})},i.util.fillArrays=function(e,t,n){return t.forEach(function(t,r){e[t]=i.util.ensureArray(e[t],n)}),e},i.util.cloneJson=function(e){return JSON.parse(JSON.stringify(e))},i.util.validateKeys=function(e,t){"string"==typeof t&&(t=t.split("."));var n=t.shift();return e[n]&&(!t.length||objHasKeys(e[n],t))},i.util.sumArrays=function(e,t){return r.zip(e,t).map(function(e,t){return r.sum(e)})},i.util.arrayLast=function(e){return e[e.length-1]},i.util.arrayEqual=function(e,t){for(var n=Math.max(e.length,t.length,1);n-- >=0&&e[n]===t[n];);return-2===n},i.util.flattenArray=function(e){for(var t=[];!i.util.arrayEqual(t,e);)t=e,e=[].concat.apply([],e);return e},i.util.deduplicate=function(e){return e.filter(function(e,t,n){return n.indexOf(e)==t})},i.util.convertToCartesian=function(e,t){var n=t*Math.PI/180;return[e*Math.cos(n),e*Math.sin(n)]},i.util.round=function(e,t){var n=t||2,r=Math.pow(10,n);return Math.round(e*r)/r},i.util.getMousePos=function(e){var t=r.mouse(e.node()),n=t[0],a=t[1],i={};return i.x=n,i.y=a,i.pos=t,i.angle=180*(Math.atan2(a,n)+Math.PI)/Math.PI,i.radius=Math.sqrt(n*n+a*a),i},i.util.duplicatesCount=function(e){for(var t,n={},r={},a=0,i=e.length;a<i;a++)(t=e[a])in n?(n[t]++,r[t]=n[t]):n[t]=1;return r},i.util.duplicates=function(e){return Object.keys(i.util.duplicatesCount(e))},i.util.translator=function(e,t,n,r){if(r){var a=n.slice();n=t,t=a}var i=t.reduce(function(e,t){if(void 0!==e)return e[t]},e);void 0!==i&&(t.reduce(function(e,n,r){if(void 0!==e)return r===t.length-1&&delete e[n],e[n]},e),n.reduce(function(e,t,r){return void 0===e[t]&&(e[t]={}),r===n.length-1&&(e[t]=i),e[t]},e))},i.PolyChart=function(){var e=[i.PolyChart.defaultConfig()],t=r.dispatch("hover"),n={solid:"none",dash:[5,2],dot:[2,5]};function l(){var t=e[0].geometryConfig,a=t.container;"string"==typeof a&&(a=r.select(a)),a.datum(e).each(function(e,a){var i=!!e[0].data.yStack,l=e.map(function(e,t){return i?r.zip(e.data.t[0],e.data.r[0],e.data.yStack[0]):r.zip(e.data.t[0],e.data.r[0])}),o=t.angularScale,s=t.radialScale.domain()[0],u={bar:function(n,a,i){var l=e[i].data,s=t.radialScale(n[1])-t.radialScale(0),u=t.radialScale(n[2]||0),c=l.barWidth;r.select(this).attr({class:"mark bar",d:"M"+[[s+u,-c/2],[s+u,c/2],[u,c/2],[u,-c/2]].join("L")+"Z",transform:function(e,n){return"rotate("+(t.orientation+o(e[0]))+")"}})}};u.dot=function(n,a,i){var l=n[2]?[n[0],n[1]+n[2]]:n,o=r.svg.symbol().size(e[i].data.dotSize).type(e[i].data.dotType)(n,a);r.select(this).attr({class:"mark dot",d:o,transform:function(e,n){var r,a,i,o=(r=function(e,n){var r=t.radialScale(e[1]),a=(t.angularScale(e[0])+t.orientation)*Math.PI/180;return{r:r,t:a}}(l),a=r.r*Math.cos(r.t),i=r.r*Math.sin(r.t),{x:a,y:i});return"translate("+[o.x,o.y]+")"}})};var c=r.svg.line.radial().interpolate(e[0].data.lineInterpolation).radius(function(e){return t.radialScale(e[1])}).angle(function(e){return t.angularScale(e[0])*Math.PI/180});u.line=function(n,a,i){var o=n[2]?l[i].map(function(e,t){return[e[0],e[1]+e[2]]}):l[i];if(r.select(this).each(u.dot).style({opacity:function(t,n){return+e[i].data.dotVisible},fill:p.stroke(n,a,i)}).attr({class:"mark dot"}),!(a>0)){var s=r.select(this.parentNode).selectAll("path.line").data([0]);s.enter().insert("path"),s.attr({class:"line",d:c(o),transform:function(e,n){return"rotate("+(t.orientation+90)+")"},"pointer-events":"none"}).style({fill:function(e,t){return p.fill(n,a,i)},"fill-opacity":0,stroke:function(e,t){return p.stroke(n,a,i)},"stroke-width":function(e,t){return p["stroke-width"](n,a,i)},"stroke-dasharray":function(e,t){return p["stroke-dasharray"](n,a,i)},opacity:function(e,t){return p.opacity(n,a,i)},display:function(e,t){return p.display(n,a,i)}})}};var d=t.angularScale.range(),f=Math.abs(d[1]-d[0])/l[0].length*Math.PI/180,h=r.svg.arc().startAngle(function(e){return-f/2}).endAngle(function(e){return f/2}).innerRadius(function(e){return t.radialScale(s+(e[2]||0))}).outerRadius(function(e){return t.radialScale(s+(e[2]||0))+t.radialScale(e[1])});u.arc=function(e,n,a){r.select(this).attr({class:"mark arc",d:h,transform:function(e,n){return"rotate("+(t.orientation+o(e[0])+90)+")"}})};var p={fill:function(t,n,r){return e[r].data.color},stroke:function(t,n,r){return e[r].data.strokeColor},"stroke-width":function(t,n,r){return e[r].data.strokeSize+"px"},"stroke-dasharray":function(t,r,a){return n[e[a].data.strokeDash]},opacity:function(t,n,r){return e[r].data.opacity},display:function(t,n,r){return void 0===e[r].data.visible||e[r].data.visible?"block":"none"}},v=r.select(this).selectAll("g.layer").data(l);v.enter().append("g").attr({class:"layer"});var y=v.selectAll("path.mark").data(function(e,t){return e});y.enter().append("path").attr({class:"mark"}),y.style(p).each(u[t.geometryType]),y.exit().remove(),v.exit().remove()})}return l.config=function(t){return arguments.length?(t.forEach(function(t,n){e[n]||(e[n]={}),a(e[n],i.PolyChart.defaultConfig()),a(e[n],t)}),this):e},l.getColorScale=function(){},r.rebind(l,t,"on"),l},i.PolyChart.defaultConfig=function(){return{data:{name:"geom1",t:[[1,2,3,4]],r:[[1,2,3,4]],dotType:"circle",dotSize:64,dotVisible:!1,barWidth:20,color:"#ffa500",strokeSize:1,strokeColor:"silver",strokeDash:"solid",opacity:1,index:0,visible:!0,visibleInLegend:!0},geometryConfig:{geometry:"LinePlot",geometryType:"arc",direction:"clockwise",orientation:0,container:"body",radialScale:null,angularScale:null,colorScale:r.scale.category20()}}},i.BarChart=function(){return i.PolyChart()},i.BarChart.defaultConfig=function(){return{geometryConfig:{geometryType:"bar"}}},i.AreaChart=function(){return i.PolyChart()},i.AreaChart.defaultConfig=function(){return{geometryConfig:{geometryType:"arc"}}},i.DotPlot=function(){return i.PolyChart()},i.DotPlot.defaultConfig=function(){return{geometryConfig:{geometryType:"dot",dotType:"circle"}}},i.LinePlot=function(){return i.PolyChart()},i.LinePlot.defaultConfig=function(){return{geometryConfig:{geometryType:"line"}}},i.Legend=function(){var e=i.Legend.defaultConfig(),t=r.dispatch("hover");function n(){var t=e.legendConfig,i=e.data.map(function(e,n){return[].concat(e).map(function(e,r){var i=a({},t.elements[n]);return i.name=e,i.color=[].concat(t.elements[n].color)[r],i})}),l=r.merge(i);l=l.filter(function(e,n){return t.elements[n]&&(t.elements[n].visibleInLegend||void 0===t.elements[n].visibleInLegend)}),t.reverseOrder&&(l=l.reverse());var o=t.container;("string"==typeof o||o.nodeName)&&(o=r.select(o));var s=l.map(function(e,t){return e.color}),u=t.fontSize,c=null==t.isContinuous?"number"==typeof l[0]:t.isContinuous,d=c?t.height:u*l.length,f=o.classed("legend-group",!0).selectAll("svg").data([0]),h=f.enter().append("svg").attr({width:300,height:d+u,xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",version:"1.1"});h.append("g").classed("legend-axis",!0),h.append("g").classed("legend-marks",!0);var p=r.range(l.length),v=r.scale[c?"linear":"ordinal"]().domain(p).range(s),y=r.scale[c?"linear":"ordinal"]().domain(p)[c?"range":"rangePoints"]([0,d]);if(c){var g=f.select(".legend-marks").append("defs").append("linearGradient").attr({id:"grad1",x1:"0%",y1:"0%",x2:"0%",y2:"100%"}).selectAll("stop").data(s);g.enter().append("stop"),g.attr({offset:function(e,t){return t/(s.length-1)*100+"%"}}).style({"stop-color":function(e,t){return e}}),f.append("rect").classed("legend-mark",!0).attr({height:t.height,width:t.colorBandWidth,fill:"url(#grad1)"})}else{var m=f.select(".legend-marks").selectAll("path.legend-mark").data(l);m.enter().append("path").classed("legend-mark",!0),m.attr({transform:function(e,t){return"translate("+[u/2,y(t)+u/2]+")"},d:function(e,t){var n,a,i,l=e.symbol;return i=3*(a=u),"line"===(n=l)?"M"+[[-a/2,-a/12],[a/2,-a/12],[a/2,a/12],[-a/2,a/12]]+"Z":-1!=r.svg.symbolTypes.indexOf(n)?r.svg.symbol().type(n).size(i)():r.svg.symbol().type("square").size(i)()},fill:function(e,t){return v(t)}}),m.exit().remove()}var _=r.svg.axis().scale(y).orient("right"),T=f.select("g.legend-axis").attr({transform:"translate("+[c?t.colorBandWidth:u,u/2]+")"}).call(_);return T.selectAll(".domain").style({fill:"none",stroke:"none"}),T.selectAll("line").style({fill:"none",stroke:c?t.textColor:"none"}),T.selectAll("text").style({fill:t.textColor,"font-size":t.fontSize}).text(function(e,t){return l[t].name}),n}return n.config=function(t){return arguments.length?(a(e,t),this):e},r.rebind(n,t,"on"),n},i.Legend.defaultConfig=function(e,t){return{data:["a","b","c"],legendConfig:{elements:[{symbol:"line",color:"red"},{symbol:"square",color:"yellow"},{symbol:"diamond",color:"limegreen"}],height:150,colorBandWidth:30,fontSize:12,container:"body",isContinuous:null,textColor:"grey",reverseOrder:!1}}},i.tooltipPanel=function(){var e,t,n,l={container:null,hasTick:!1,fontSize:12,color:"white",padding:5},o="tooltip-"+i.tooltipPanel.uid++,s=10,u=function(){var r=(e=l.container.selectAll("g."+o).data([0])).enter().append("g").classed(o,!0).style({"pointer-events":"none",display:"none"});return n=r.append("path").style({fill:"white","fill-opacity":.9}).attr({d:"M0 0"}),t=r.append("text").attr({dx:l.padding+s,dy:.3*+l.fontSize}),u};return u.text=function(a){var i=r.hsl(l.color).l,o=i>=.5?"#aaa":"white",c=i>=.5?"black":"white",d=a||"";t.style({fill:c,"font-size":l.fontSize+"px"}).text(d);var f=l.padding,h=t.node().getBBox(),p={fill:l.color,stroke:o,"stroke-width":"2px"},v=h.width+2*f+s,y=h.height+2*f;return n.attr({d:"M"+[[s,-y/2],[s,-y/4],[l.hasTick?0:s,0],[s,y/4],[s,y/2],[v,y/2],[v,-y/2]].join("L")+"Z"}).style(p),e.attr({transform:"translate("+[s,-y/2+2*f]+")"}),e.style({display:"block"}),u},u.move=function(t){if(e)return e.attr({transform:"translate("+[t[0],t[1]]+")"}).style({display:"block"}),u},u.hide=function(){if(e)return e.style({display:"none"}),u},u.show=function(){if(e)return e.style({display:"block"}),u},u.config=function(e){return a(l,e),u},u},i.tooltipPanel.uid=1,i.adapter={},i.adapter.plotly=function(){var e={convert:function(e,t){var n={};if(e.data&&(n.data=e.data.map(function(e,n){var r=a({},e);return[[r,["marker","color"],["color"]],[r,["marker","opacity"],["opacity"]],[r,["marker","line","color"],["strokeColor"]],[r,["marker","line","dash"],["strokeDash"]],[r,["marker","line","width"],["strokeSize"]],[r,["marker","symbol"],["dotType"]],[r,["marker","size"],["dotSize"]],[r,["marker","barWidth"],["barWidth"]],[r,["line","interpolation"],["lineInterpolation"]],[r,["showlegend"],["visibleInLegend"]]].forEach(function(e,n){i.util.translator.apply(null,e.concat(t))}),t||delete r.marker,t&&delete r.groupId,t?("LinePlot"===r.geometry?(r.type="scatter",!0===r.dotVisible?(delete r.dotVisible,r.mode="lines+markers"):r.mode="lines"):"DotPlot"===r.geometry?(r.type="scatter",r.mode="markers"):"AreaChart"===r.geometry?r.type="area":"BarChart"===r.geometry&&(r.type="bar"),delete r.geometry):("scatter"===r.type?"lines"===r.mode?r.geometry="LinePlot":"markers"===r.mode?r.geometry="DotPlot":"lines+markers"===r.mode&&(r.geometry="LinePlot",r.dotVisible=!0):"area"===r.type?r.geometry="AreaChart":"bar"===r.type&&(r.geometry="BarChart"),delete r.mode,delete r.type),r}),!t&&e.layout&&"stack"===e.layout.barmode)){var l=i.util.duplicates(n.data.map(function(e,t){return e.geometry}));n.data.forEach(function(e,t){var r=l.indexOf(e.geometry);-1!=r&&(n.data[t].groupId=r)})}if(e.layout){var o=a({},e.layout);if([[o,["plot_bgcolor"],["backgroundColor"]],[o,["showlegend"],["showLegend"]],[o,["radialaxis"],["radialAxis"]],[o,["angularaxis"],["angularAxis"]],[o.angularaxis,["showline"],["gridLinesVisible"]],[o.angularaxis,["showticklabels"],["labelsVisible"]],[o.angularaxis,["nticks"],["ticksCount"]],[o.angularaxis,["tickorientation"],["tickOrientation"]],[o.angularaxis,["ticksuffix"],["ticksSuffix"]],[o.angularaxis,["range"],["domain"]],[o.angularaxis,["endpadding"],["endPadding"]],[o.radialaxis,["showline"],["gridLinesVisible"]],[o.radialaxis,["tickorientation"],["tickOrientation"]],[o.radialaxis,["ticksuffix"],["ticksSuffix"]],[o.radialaxis,["range"],["domain"]],[o.angularAxis,["showline"],["gridLinesVisible"]],[o.angularAxis,["showticklabels"],["labelsVisible"]],[o.angularAxis,["nticks"],["ticksCount"]],[o.angularAxis,["tickorientation"],["tickOrientation"]],[o.angularAxis,["ticksuffix"],["ticksSuffix"]],[o.angularAxis,["range"],["domain"]],[o.angularAxis,["endpadding"],["endPadding"]],[o.radialAxis,["showline"],["gridLinesVisible"]],[o.radialAxis,["tickorientation"],["tickOrientation"]],[o.radialAxis,["ticksuffix"],["ticksSuffix"]],[o.radialAxis,["range"],["domain"]],[o.font,["outlinecolor"],["outlineColor"]],[o.legend,["traceorder"],["reverseOrder"]],[o,["labeloffset"],["labelOffset"]],[o,["defaultcolorrange"],["defaultColorRange"]]].forEach(function(e,n){i.util.translator.apply(null,e.concat(t))}),t?(void 0!==o.tickLength&&(o.angularaxis.ticklen=o.tickLength,delete o.tickLength),o.tickColor&&(o.angularaxis.tickcolor=o.tickColor,delete o.tickColor)):(o.angularAxis&&void 0!==o.angularAxis.ticklen&&(o.tickLength=o.angularAxis.ticklen),o.angularAxis&&void 0!==o.angularAxis.tickcolor&&(o.tickColor=o.angularAxis.tickcolor)),o.legend&&"boolean"!=typeof o.legend.reverseOrder&&(o.legend.reverseOrder="normal"!=o.legend.reverseOrder),o.legend&&"boolean"==typeof o.legend.traceorder&&(o.legend.traceorder=o.legend.traceorder?"reversed":"normal",delete o.legend.reverseOrder),o.margin&&void 0!==o.margin.t){var s=["t","r","b","l","pad"],u=["top","right","bottom","left","pad"],c={};r.entries(o.margin).forEach(function(e,t){c[u[s.indexOf(e.key)]]=e.value}),o.margin=c}t&&(delete o.needsEndSpacing,delete o.minorTickColor,delete o.minorTicks,delete o.angularaxis.ticksCount,delete o.angularaxis.ticksCount,delete o.angularaxis.ticksStep,delete o.angularaxis.rewriteTicks,delete o.angularaxis.nticks,delete o.radialaxis.ticksCount,delete o.radialaxis.ticksCount,delete o.radialaxis.ticksStep,delete o.radialaxis.rewriteTicks,delete o.radialaxis.nticks),n.layout=o}return n}};return e}},function(e,t,n){"use strict";var r=n(0),a=n(111);var i={add:function(e,t,n,r,i){var l,o;e.undoQueue=e.undoQueue||{index:0,queue:[],sequence:!1},o=e.undoQueue.index,e.autoplay?e.undoQueue.inSequence||(e.autoplay=!1):(!e.undoQueue.sequence||e.undoQueue.beginSequence?(l={undo:{calls:[],args:[]},redo:{calls:[],args:[]}},e.undoQueue.queue.splice(o,e.undoQueue.queue.length-o,l),e.undoQueue.index+=1):l=e.undoQueue.queue[o-1],e.undoQueue.beginSequence=!1,l&&(l.undo.calls.unshift(t),l.undo.args.unshift(n),l.redo.calls.push(r),l.redo.args.push(i)),e.undoQueue.queue.length>a.queueLength&&(e.undoQueue.queue.shift(),e.undoQueue.index--))},startSequence:function(e){e.undoQueue=e.undoQueue||{index:0,queue:[],sequence:!1},e.undoQueue.sequence=!0,e.undoQueue.beginSequence=!0},stopSequence:function(e){e.undoQueue=e.undoQueue||{index:0,queue:[],sequence:!1},e.undoQueue.sequence=!1,e.undoQueue.beginSequence=!1},undo:function(e){var t,n;if(e.framework&&e.framework.isPolar)e.framework.undo();else if(!(void 0===e.undoQueue||isNaN(e.undoQueue.index)||e.undoQueue.index<=0)){for(e.undoQueue.index--,t=e.undoQueue.queue[e.undoQueue.index],e.undoQueue.inSequence=!0,n=0;n<t.undo.calls.length;n++)i.plotDo(e,t.undo.calls[n],t.undo.args[n]);e.undoQueue.inSequence=!1,e.autoplay=!1}},redo:function(e){var t,n;if(e.framework&&e.framework.isPolar)e.framework.redo();else if(!(void 0===e.undoQueue||isNaN(e.undoQueue.index)||e.undoQueue.index>=e.undoQueue.queue.length)){for(t=e.undoQueue.queue[e.undoQueue.index],e.undoQueue.inSequence=!0,n=0;n<t.redo.calls.length;n++)i.plotDo(e,t.redo.calls[n],t.redo.args[n]);e.undoQueue.inSequence=!1,e.autoplay=!1,e.undoQueue.index++}}};i.plotDo=function(e,t,n){e.autoplay=!0,n=function(e,t){for(var n,a=[],i=0;i<t.length;i++)n=t[i],a[i]=n===e?n:"object"==typeof n?Array.isArray(n)?r.extendDeep([],n):r.extendDeepAll({},n):n;return a}(e,n),t.apply(null,n)},e.exports=i},function(e,t,n){"use strict";var r=n(2),a=n(8),i=n(0),l=n(93),o=n(92),s=n(91),u=n(90);e.exports=function(e,t){return new Promise(function(n,c){(t=t||{}).format=t.format||"png";var d=function(e){return void 0===e||null===e||!!(r(e)&&e>1)};d(t.width)&&d(t.height)||c(new Error("Height and width should be pixel values."));var f=o(e,{format:"png",height:t.height,width:t.width}),h=f.gd;h.style.position="absolute",h.style.left="-5000px",document.body.appendChild(h);var p=l.getRedrawFunc(h);a.plot(h,f.data,f.layout,f.config).then(p).then(function(){var e=l.getDelay(h._fullLayout);return new Promise(function(n,r){setTimeout(function(){var e=s(h),a=document.createElement("canvas");a.id=i.randstr(),u({format:t.format,width:h._fullLayout.width,height:h._fullLayout.height,canvas:a,svg:e,promise:!0}).then(function(e){h&&document.body.removeChild(h),n(e)}).catch(function(e){r(e)})},e)})}).then(function(e){n(e)}).catch(function(e){c(e)})})}},function(e,t,n){"use strict";t.manage=n(274)},function(e,t,n){"use strict";var r=n(2),a=n(0);e.exports=function(e,t,n,i){var l=i.counterAxes||[],o=i.overlayableAxes||[],s=i.letter;"free"===a.coerce(e,t,{anchor:{valType:"enumerated",values:["free"].concat(l),dflt:r(e.position)?"free":l[0]||"free"}},"anchor")&&n("position"),a.coerce(e,t,{side:{valType:"enumerated",values:"x"===s?["bottom","top"]:["left","right"],dflt:"x"===s?"bottom":"left"}},"side");var u=!1;if(o.length&&(u=a.coerce(e,t,{overlaying:{valType:"enumerated",values:[!1].concat(o),dflt:!1}},"overlaying")),!u){var c=n("domain");c[0]>c[1]-.01&&(t.domain=[0,1]),a.noneOrAll(e.domain,t.domain,[0,1])}return t}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(0),l=i.cleanNumber,o=i.ms2DateTime,s=i.dateTime2ms,u=i.ensureNumber,c=n(16),d=c.FP_SAFE,f=c.BADNUM,h=n(15),p=n(18);function v(e){return Math.pow(10,e)}e.exports=function(e,t){t=t||{};var n=10;function c(t,r){if(t>0)return Math.log(t)/Math.LN10;if(t<=0&&r&&e.range&&2===e.range.length){var a=e.range[0],i=e.range[1];return.5*(a+i-3*n*Math.abs(a-i))}return f}function y(t,n,r){var i=s(t,r||e.calendar);if(i===f){if(!a(t))return f;i=s(new Date(+t))}return i}function g(t,n,r){return o(t,n,r||e.calendar)}function m(t){return e._categories[Math.round(t)]}function _(t){if(e._categoriesMap){var n=e._categoriesMap[t];if(void 0!==n)return n}if(a(t))return+t}function T(t){return a(t)?r.round(e._b+e._m*t,2):f}function M(t){return(t-e._b)/e._m}e.c2l="log"===e.type?c:u,e.l2c="log"===e.type?v:u,e.l2p=T,e.p2l=M,e.c2p="log"===e.type?function(e,t){return T(c(e,t))}:T,e.p2c="log"===e.type?function(e){return v(M(e))}:M,-1!==["linear","-"].indexOf(e.type)?(e.d2r=e.r2d=e.d2c=e.r2c=e.d2l=e.r2l=l,e.c2d=e.c2r=e.l2d=e.l2r=u,e.d2p=e.r2p=function(t){return e.l2p(l(t))},e.p2d=e.p2r=M,e.cleanPos=u):"log"===e.type?(e.d2r=e.d2l=function(e,t){return c(l(e),t)},e.r2d=e.r2c=function(e){return v(l(e))},e.d2c=e.r2l=l,e.c2d=e.l2r=u,e.c2r=c,e.l2d=v,e.d2p=function(t,n){return e.l2p(e.d2r(t,n))},e.p2d=function(e){return v(M(e))},e.r2p=function(t){return e.l2p(l(t))},e.p2r=M,e.cleanPos=u):"date"===e.type?(e.d2r=e.r2d=i.identity,e.d2c=e.r2c=e.d2l=e.r2l=y,e.c2d=e.c2r=e.l2d=e.l2r=g,e.d2p=e.r2p=function(t,n,r){return e.l2p(y(t,0,r))},e.p2d=e.p2r=function(e,t,n){return g(M(e),t,n)},e.cleanPos=function(t){return i.cleanDate(t,f,e.calendar)}):"category"===e.type&&(e.d2c=e.d2l=function(t){if(null!==t&&void 0!==t){if(void 0===e._categoriesMap&&(e._categoriesMap={}),void 0!==e._categoriesMap[t])return e._categoriesMap[t];e._categories.push(t);var n=e._categories.length-1;return e._categoriesMap[t]=n,n}return f},e.r2d=e.c2d=e.l2d=m,e.d2r=e.d2l_noadd=_,e.r2c=function(t){var n=_(t);return void 0!==n?n:e.fraction2r(.5)},e.l2r=e.c2r=u,e.r2l=_,e.d2p=function(t){return e.l2p(e.r2c(t))},e.p2d=function(e){return m(M(e))},e.r2p=e.d2p,e.p2r=M,e.cleanPos=function(e){return"string"==typeof e&&""!==e?e:u(e)}),e.fraction2r=function(t){var n=e.r2l(e.range[0]),r=e.r2l(e.range[1]);return e.l2r(n+t*(r-n))},e.r2fraction=function(t){var n=e.r2l(e.range[0]),r=e.r2l(e.range[1]);return(e.r2l(t)-n)/(r-n)},e.cleanRange=function(t){t||(t="range");var n,r,l=i.nestedProperty(e,t).get(),o=(e._id||"x").charAt(0);if(r=(r="date"===e.type?i.dfltRange(e.calendar):"y"===o?h.DFLTRANGEY:h.DFLTRANGEX).slice(),l&&2===l.length)for("date"===e.type&&(l[0]=i.cleanDate(l[0],f,e.calendar),l[1]=i.cleanDate(l[1],f,e.calendar)),n=0;n<2;n++)if("date"===e.type){if(!i.isDateTime(l[n],e.calendar)){e[t]=r;break}if(e.r2l(l[0])===e.r2l(l[1])){var s=i.constrain(e.r2l(l[0]),i.MIN_MS+1e3,i.MAX_MS-1e3);l[0]=e.l2r(s-1e3),l[1]=e.l2r(s+1e3);break}}else{if(!a(l[n])){if(!a(l[1-n])){e[t]=r;break}l[n]=l[1-n]*(n?10:.1)}if(l[n]<-d?l[n]=-d:l[n]>d&&(l[n]=d),l[0]===l[1]){var u=Math.max(1,Math.abs(1e-6*l[0]));l[0]-=u,l[1]+=u}}else i.nestedProperty(e,t).set(r)},e.setScale=function(n){var r=t._size,a=e._id.charAt(0);if(e._categories||(e._categories=[]),e._categoriesMap||(e._categoriesMap={}),e.overlaying){var l=p.getFromId({_fullLayout:t},e.overlaying);e.domain=l.domain}var o=n&&e._r?"_r":"range",s=e.calendar;e.cleanRange(o);var u=e.r2l(e[o][0],s),c=e.r2l(e[o][1],s);if("y"===a?(e._offset=r.t+(1-e.domain[1])*r.h,e._length=r.h*(e.domain[1]-e.domain[0]),e._m=e._length/(u-c),e._b=-e._m*c):(e._offset=r.l+e.domain[0]*r.w,e._length=r.w*(e.domain[1]-e.domain[0]),e._m=e._length/(c-u),e._b=-e._m*u),!isFinite(e._m)||!isFinite(e._b))throw i.notifier("Something went wrong with axis scaling","long"),t._replotting=!1,new Error("axis scaling")},e.makeCalcdata=function(t,n){var r,a,i,l="date"===e.type&&t[n+"calendar"];if(n in t)for(r=t[n],a=new Array(r.length),i=0;i<r.length;i++)a[i]=e.d2c(r[i],0,l);else{var o=n+"0"in t?e.d2c(t[n+"0"],0,l):0,s=t["d"+n]?Number(t["d"+n]):1;for(r=t[{x:"y",y:"x"}[n]],a=new Array(r.length),i=0;i<r.length;i++)a[i]=o+i*s}return a},e.isValidRange=function(t){return Array.isArray(t)&&2===t.length&&a(e.r2l(t[0]))&&a(e.r2l(t[1]))},e._min=[],e._max=[],e._separators=t.separators,delete e._minDtick,delete e._forceTick0}},function(e,t,n){"use strict";var r=n(21).mix,a=n(4),i=n(0),l=n(24).lightFraction,o=n(23),s=n(157),u=n(156),c=n(155),d=n(281),f=n(149),h=n(280);e.exports=function(e,t,n,p,v){var y=p.letter,g=p.font||{},m="Click to enter "+(p.title||y.toUpperCase()+" axis")+" title";function _(n,r){return i.coerce2(e,t,o,n,r)}var T=n("visible",!p.cheateronly),M=t.type;"date"===M&&a.getComponentMethod("calendars","handleDefaults")(e,t,"calendar",p.calendar);if(f(t,v),n("autorange",!t.isValidRange(e.range))&&n("rangemode"),n("range"),t.cleanRange(),d(e,t,n),t._initialCategories="category"===M?h(y,t.categoryorder,t.categoryarray,p.data):[],!T)return t;var b=n("color"),K=b===e.color?b:g.color;n("title",m),i.coerceFont(n,"titlefont",{family:g.family,size:Math.round(1.2*g.size),color:K}),s(e,t,n,M),c(e,t,n,M,p),u(e,t,n,p);var k=_("linecolor",b),x=_("linewidth"),C=n("showline",!!k||!!x);C||(delete t.linecolor,delete t.linewidth),(C||t.ticks)&&n("mirror");var A=_("gridcolor",r(b,p.bgColor,l).toRgbString()),w=_("gridwidth");n("showgrid",p.showGrid||!!A||!!w)||(delete t.gridcolor,delete t.gridwidth);var L=_("zerolinecolor",b),D=_("zerolinewidth");return n("zeroline",p.showGrid||!!L||!!D)||(delete t.zerolinecolor,delete t.zerolinewidth),t}},function(e,t,n){"use strict";var r=n(2),a=n(0),i=n(16).BADNUM;e.exports=function(e,t){return function(e,t){for(var n,i=0,l=0,o=Math.max(1,(e.length-1)/1e3),s=0;s<e.length;s+=o)n=e[Math.round(s)],a.isDateTime(n,t)&&(i+=1),r(n)&&(l+=1);return i>2*l}(e,t)?"date":function(e){for(var t,n=Math.max(1,(e.length-1)/1e3),r=0,l=0,o=0;o<e.length;o+=n)t=e[Math.round(o)],a.cleanNumber(t)!==i?r++:"string"==typeof t&&""!==t&&"None"!==t&&l++;return l>2*r}(e)?"category":function(e){if(!e)return!1;for(var t=0;t<e.length;t++)if(r(e[t]))return!0;return!1}(e)?"linear":"-"}},function(e,t,n){"use strict";var r=n(2),a=n(4),i=n(0),l=n(103);e.exports=function(e,t,n,o){var s="error_"+o.axis,u=t[s]={},c=e[s]||{};function d(e,t){return i.coerce(c,u,l,e,t)}if(!1!==d("visible",void 0!==c.array||void 0!==c.value||"sqrt"===c.type)){var f=d("type","array"in c?"data":"percent"),h=!0;if("sqrt"!==f&&(h=d("symmetric",!(("data"===f?"arrayminus":"valueminus")in c))),"data"===f){if(d("array")||(u.array=[]),d("traceref"),!h)d("arrayminus")||(u.arrayminus=[]),d("tracerefminus")}else"percent"!==f&&"constant"!==f||(d("value"),h||d("valueminus"));var p="copy_"+o.inherit+"style";if(o.inherit)(t["error_"+o.inherit]||{}).visible&&d(p,!(c.color||r(c.thickness)||r(c.width)));o.inherit&&u[p]||(d("color",n),d("thickness"),d("width",a.traceIs(t,"gl3d")?0:4))}}},function(e,t,n){"use strict";e.exports={PTS_LINESONLY:20}},function(e,t,n){"use strict";var r=n(0),a=n(25),i=n(98);e.exports=function(e,t,n,l){var o,s;n?(o=r.nestedProperty(e,n).get(),s=r.nestedProperty(e._input,n).get()):(o=e,s=e._input);var u=l+"auto",c=l+"min",d=l+"max",f=o[u],h=o[c],p=o[d],v=o.colorscale;!1===f&&void 0!==h||(h=r.aggNums(Math.min,null,t)),!1===f&&void 0!==p||(p=r.aggNums(Math.max,null,t)),h===p&&(h-=.5,p+=.5),o[c]=h,o[d]=p,s[c]=h,s[d]=p,s[u]=!1!==f||void 0===h&&void 0===p,o.autocolorscale&&(v=h*p<0?a.RdBu:h>=0?a.Reds:a.Blues,s.colorscale=v,o.reversescale&&(v=i(v)),o.colorscale=v)}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n,a,i){var l=function(e){var t=["showexponent","showtickprefix","showticksuffix"].filter(function(t){return void 0!==e[t]});if(t.every(function(n){return e[n]===e[t[0]]})||1===t.length)return e[t[0]]}(e);if(n("tickprefix")&&n("showtickprefix",l),n("ticksuffix")&&n("showticksuffix",l),n("showticklabels")){var o=i.font||{},s=t.color===e.color?t.color:o.color;if(r.coerceFont(n,"tickfont",{family:o.family,size:o.size,color:s}),n("tickangle"),"category"!==a)n("tickformat")||"date"===a||(n("showexponent",l),n("exponentformat"),n("separatethousands"))}"category"===a||i.noHover||n("hoverformat")}},function(e,t,n){"use strict";var r=n(0),a=n(23);e.exports=function(e,t,n,i){var l=r.coerce2(e,t,a,"ticklen"),o=r.coerce2(e,t,a,"tickwidth"),s=r.coerce2(e,t,a,"tickcolor",t.color);n("ticks",i.outerTicks||l||o||s?"outside":"")||(delete t.ticklen,delete t.tickwidth,delete t.tickcolor)}},function(e,t,n){"use strict";var r=n(2),a=n(0),i=n(16).ONEDAY;e.exports=function(e,t,n,l){var o="auto";"array"!==e.tickmode||"log"!==l&&"date"!==l||(e.tickmode="auto"),Array.isArray(e.tickvals)?o="array":e.dtick&&(o="linear");var s=n("tickmode",o);if("auto"===s)n("nticks");else if("linear"===s){var u="date"===l?i:1,c=n("dtick",u);if(r(c))t.dtick=c>0?Number(c):u;else if("string"!=typeof c)t.dtick=u;else{var d=c.charAt(0),f=c.substr(1);((f=r(f)?Number(f):0)<=0||!("date"===l&&"M"===d&&f===Math.round(f)||"log"===l&&"L"===d||"log"===l&&"D"===d&&(1===f||2===f)))&&(t.dtick=u)}var h="date"===l?a.dateTick0(t.calendar):0,p=n("tick0",h);"date"===l?t.tick0=a.cleanDate(p,h):r(p)&&"D1"!==c&&"D2"!==c?t.tick0=Number(p):t.tick0=h}else{void 0===n("tickvals")?t.tickmode="auto":n("ticktext")}}},function(e,t,n){"use strict";t.scales=n(25),t.defaultScale=n(164),t.attributes=n(159),t.handleDefaults=n(100),t.calc=n(154),t.hasColorscale=n(39),t.isValidScale=n(99),t.getScale=n(165),t.flipScale=n(98),t.extractScale=n(290),t.makeColorScaleFunc=n(289)},function(e,t,n){"use strict";e.exports={zauto:{valType:"boolean",role:"info",dflt:!0,description:["Determines the whether or not the color domain is computed","with respect to the input data."].join(" ")},zmin:{valType:"number",role:"info",dflt:null,description:"Sets the lower bound of color domain."},zmax:{valType:"number",role:"info",dflt:null,description:"Sets the upper bound of color domain."},colorscale:{valType:"colorscale",role:"style",description:["Sets the colorscale.","The colorscale must be an array containing","arrays mapping a normalized value to an","rgb, rgba, hex, hsl, hsv, or named color string.","At minimum, a mapping for the lowest (0) and highest (1)","values are required. For example,","`[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`.","To control the bounds of the colorscale in z space,","use zmin and zmax"].join(" ")},autocolorscale:{valType:"boolean",role:"style",dflt:!0,description:["Determines whether or not the colorscale is picked using the sign of","the input z values."].join(" ")},reversescale:{valType:"boolean",role:"style",dflt:!1,description:"Reverses the colorscale."},showscale:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not a colorbar is displayed for this trace."].join(" ")}}},function(e,t,n){"use strict";e.exports={_isLinkedToArray:"frames_entry",group:{valType:"string",role:"info",description:["An identifier that specifies the group to which the frame belongs,","used by animate to select a subset of frames."].join(" ")},name:{valType:"string",role:"info",description:"A label by which to identify the frame"},traces:{valType:"any",role:"info",description:["A list of trace indices that identify the respective traces in the","data attribute"].join(" ")},baseframe:{valType:"string",role:"info",description:["The name of the frame into which this frame's properties are merged","before applying. This is used to unify properties and avoid needing","to specify the same values for the same properties in multiple frames."].join(" ")},data:{valType:"any",role:"object",description:["A list of traces this frame modifies. The format is identical to the","normal trace definition."].join(" ")},layout:{valType:"any",role:"object",description:["Layout properties which this frame modifies. The format is identical","to the normal layout definition."].join(" ")}}},function(e,t,n){"use strict";t.init2dArray=function(e,t){for(var n=new Array(e),r=0;r<e;r++)n[r]=new Array(t);return n},t.transposeRagged=function(e){var t,n,r=0,a=e.length;for(t=0;t<a;t++)r=Math.max(r,e[t].length);var i=new Array(r);for(t=0;t<r;t++)for(i[t]=new Array(a),n=0;n<a;n++)i[t][n]=e[n][t];return i},t.dot=function(e,n){if(!e.length||!n.length||e.length!==n.length)return null;var r,a,i=e.length;if(e[0].length)for(r=new Array(i),a=0;a<i;a++)r[a]=t.dot(e[a],n);else if(n[0].length){var l=t.transposeRagged(n);for(r=new Array(l.length),a=0;a<l.length;a++)r[a]=t.dot(e,l[a])}else for(r=0,a=0;a<i;a++)r+=e[a]*n[a];return r},t.translationMatrix=function(e,t){return[[1,0,e],[0,1,t],[0,0,1]]},t.rotationMatrix=function(e){var t=e*Math.PI/180;return[[Math.cos(t),-Math.sin(t),0],[Math.sin(t),Math.cos(t),0],[0,0,1]]},t.rotationXYMatrix=function(e,n,r){return t.dot(t.dot(t.translationMatrix(n,r),t.rotationMatrix(e)),t.translationMatrix(-n,-r))},t.apply2DTransform=function(e){return function(){var n=arguments;3===n.length&&(n=n[0]);var r=1===arguments.length?n[0]:[n[0],n[1]];return t.dot(e,[r[0],r[1],1]).slice(0,2)}},t.apply2DTransform2=function(e){var n=t.apply2DTransform(e);return function(e){return n(e.slice(0,2)).concat(n(e.slice(2,4)))}}},function(e,t,n){"use strict";var r=n(2),a=n(33);function i(e,t){return e<t}function l(e,t){return e<=t}function o(e,t){return e>t}function s(e,t){return e>=t}t.findBin=function(e,t,n){if(r(t.start))return n?Math.ceil((e-t.start)/t.size)-1:Math.floor((e-t.start)/t.size);var u,c,d=0,f=t.length,h=0;for(c=t[t.length-1]>=t[0]?n?i:l:n?s:o;d<f&&h++<100;)c(t[u=Math.floor((d+f)/2)],e)?d=u+1:f=u;return h>90&&a.log("Long binary search..."),d-1},t.sorterAsc=function(e,t){return e-t},t.sorterDes=function(e,t){return t-e},t.distinctVals=function(e){var n=e.slice();n.sort(t.sorterAsc);for(var r=n.length-1,a=n[r]-n[0]||1,i=a/(r||1)/1e4,l=[n[0]],o=0;o<r;o++)n[o+1]>n[o]+i&&(a=Math.min(a,n[o+1]-n[o]),l.push(n[o+1]));return{vals:l,minDiff:a}},t.roundUp=function(e,t,n){for(var r,a=0,i=t.length-1,l=0,o=n?0:1,s=n?1:0,u=n?Math.ceil:Math.floor;a<i&&l++<100;)t[r=u((a+i)/2)]<=e?a=r+o:i=r-s;return t[a]}},function(e,t,n){"use strict";var r=n(21);e.exports=function(e){var t=0;if(!Array.isArray(e)||e.length<2)return!1;if(!e[0]||!e[e.length-1])return!1;if(0!=+e[0][0]||1!=+e[e.length-1][0])return!1;for(var n=0;n<e.length;n++){var a=e[n];if(2!==a.length||+a[0]<t||!r(a[1]).isValid())return!1;t=+a[0]}return!0}},function(e,t,n){"use strict";var r=n(25);e.exports=r.RdBu},function(e,t,n){"use strict";var r=n(25),a=n(164),i=n(163);e.exports=function(e,t){if(t||(t=a),!e)return t;function n(){try{e=r[e]||JSON.parse(e)}catch(n){e=t}}return"string"==typeof e&&(n(),"string"==typeof e&&n()),i(e)?e:t}},function(e,t,n){"use strict";e.exports=function(e,t){var n=e%t;return n<0?n+t:n}},function(e,t,n){"use strict";var r=n(4);e.exports=function(e){for(var t,n,a=r.layoutArrayContainers,i=r.layoutArrayRegexes,l=e.split("[")[0],o=0;o<i.length;o++)if((n=e.match(i[o]))&&0===n.index){t=n[0];break}if(t||(t=a[a.indexOf(l)]),!t)return!1;var s=e.substr(t.length);return s?!!(n=s.match(/^\[(0|[1-9][0-9]*)\](\.(.+))?$/))&&{array:t,index:Number(n[1]),property:n[3]||""}:{array:t,index:"",property:""}}},function(e,t,n){"use strict";e.exports=function(e,t){if(t instanceof RegExp){var n,r=t.toString();for(n=0;n<e.length;n++)if(e[n]instanceof RegExp&&e[n].toString()===r)return e;e.push(t)}else t&&-1===e.indexOf(t)&&e.push(t);return e}},function(e,t,n){"use strict";n.r(t);var r=n(123),a=n(75);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(175);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"3916a94e",null);t.default=o.exports},function(e,t){var n,r,a=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function l(){throw new Error("clearTimeout has not been defined")}function o(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(e){n=i}try{r="function"==typeof clearTimeout?clearTimeout:l}catch(e){r=l}}();var s,u=[],c=!1,d=-1;function f(){c&&s&&(c=!1,s.length?u=s.concat(u):d=-1,u.length&&h())}function h(){if(!c){var e=o(f);c=!0;for(var t=u.length;t;){for(s=u,u=[];++d<t;)s&&s[d].run();d=-1,t=u.length}s=null,c=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===l||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function v(){}a.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];u.push(new p(e,t)),1!==u.length||c||o(h)},p.prototype.run=function(){this.fun.apply(null,this.array)},a.title="browser",a.browser=!0,a.env={},a.argv=[],a.version="",a.versions={},a.on=v,a.addListener=v,a.once=v,a.off=v,a.removeListener=v,a.removeAllListeners=v,a.emit=v,a.prependListener=v,a.prependOnceListener=v,a.listeners=function(e){return[]},a.binding=function(e){throw new Error("process.binding is not supported")},a.cwd=function(){return"/"},a.chdir=function(e){throw new Error("process.chdir is not supported")},a.umask=function(){return 0}},function(e,t,n){ +var r=Object.freeze({});function i(e){return void 0===e||null===e}function a(e){return void 0!==e&&null!==e}function l(e){return!0===e}function o(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function s(e){return null!==e&&"object"==typeof e}var u=Object.prototype.toString;function c(e){return"[object Object]"===u.call(e)}function d(e){return"[object RegExp]"===u.call(e)}function f(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function h(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function p(e){var t=parseFloat(e);return isNaN(t)?e:t}function v(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}v("slot,component",!0);var y=v("key,ref,slot,slot-scope,is");function g(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}var m=Object.prototype.hasOwnProperty;function _(e,t){return m.call(e,t)}function T(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var b=/-(\w)/g,M=T(function(e){return e.replace(b,function(e,t){return t?t.toUpperCase():""})}),K=T(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),k=/\B([A-Z])/g,x=T(function(e){return e.replace(k,"-$1").toLowerCase()});var C=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function A(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function w(e,t){for(var n in t)e[n]=t[n];return e}function L(e){for(var t={},n=0;n<e.length;n++)e[n]&&w(t,e[n]);return t}function D(e,t,n){}var B=function(e,t,n){return!1},S=function(e){return e};function G(e,t){if(e===t)return!0;var n=s(e),r=s(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var i=Array.isArray(e),a=Array.isArray(t);if(i&&a)return e.length===t.length&&e.every(function(e,n){return G(e,t[n])});if(i||a)return!1;var l=Object.keys(e),o=Object.keys(t);return l.length===o.length&&l.every(function(n){return G(e[n],t[n])})}catch(e){return!1}}function W(e,t){for(var n=0;n<e.length;n++)if(G(e[n],t))return n;return-1}function z(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var O="data-server-rendered",P=["component","directive","filter"],R=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured"],j={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:B,isReservedAttr:B,isUnknownElement:B,getTagNamespace:D,parsePlatformTagName:S,mustUseProp:B,_lifecycleHooks:R};function E(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var I=/[^\w.$]/;var N,F="__proto__"in{},$="undefined"!=typeof window,V="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,H=V&&WXEnvironment.platform.toLowerCase(),q=$&&window.navigator.userAgent.toLowerCase(),U=q&&/msie|trident/.test(q),Y=q&&q.indexOf("msie 9.0")>0,X=q&&q.indexOf("edge/")>0,J=(q&&q.indexOf("android"),q&&/iphone|ipad|ipod|ios/.test(q)||"ios"===H),Z=(q&&/chrome\/\d+/.test(q),{}.watch),Q=!1;if($)try{var ee={};Object.defineProperty(ee,"passive",{get:function(){Q=!0}}),window.addEventListener("test-passive",null,ee)}catch(e){}var te=function(){return void 0===N&&(N=!$&&!V&&void 0!==e&&"server"===e.process.env.VUE_ENV),N},ne=$&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function re(e){return"function"==typeof e&&/native code/.test(e.toString())}var ie,ae="undefined"!=typeof Symbol&&re(Symbol)&&"undefined"!=typeof Reflect&&re(Reflect.ownKeys);ie="undefined"!=typeof Set&&re(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var le=D,oe=0,se=function(){this.id=oe++,this.subs=[]};se.prototype.addSub=function(e){this.subs.push(e)},se.prototype.removeSub=function(e){g(this.subs,e)},se.prototype.depend=function(){se.target&&se.target.addDep(this)},se.prototype.notify=function(){for(var e=this.subs.slice(),t=0,n=e.length;t<n;t++)e[t].update()},se.target=null;var ue=[];function ce(e){se.target&&ue.push(se.target),se.target=e}function de(){se.target=ue.pop()}var fe=function(e,t,n,r,i,a,l,o){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=a,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=l,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=o,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},he={child:{configurable:!0}};he.child.get=function(){return this.componentInstance},Object.defineProperties(fe.prototype,he);var pe=function(e){void 0===e&&(e="");var t=new fe;return t.text=e,t.isComment=!0,t};function ve(e){return new fe(void 0,void 0,void 0,String(e))}function ye(e){var t=new fe(e.tag,e.data,e.children,e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.isCloned=!0,t}var ge=Array.prototype,me=Object.create(ge);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(e){var t=ge[e];E(me,e,function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var i,a=t.apply(this,n),l=this.__ob__;switch(e){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2)}return i&&l.observeArray(i),l.dep.notify(),a})});var _e=Object.getOwnPropertyNames(me),Te=!0;function be(e){Te=e}var Me=function(e){(this.value=e,this.dep=new se,this.vmCount=0,E(e,"__ob__",this),Array.isArray(e))?((F?Ke:ke)(e,me,_e),this.observeArray(e)):this.walk(e)};function Ke(e,t,n){e.__proto__=t}function ke(e,t,n){for(var r=0,i=n.length;r<i;r++){var a=n[r];E(e,a,t[a])}}function xe(e,t){var n;if(s(e)&&!(e instanceof fe))return _(e,"__ob__")&&e.__ob__ instanceof Me?n=e.__ob__:Te&&!te()&&(Array.isArray(e)||c(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new Me(e)),t&&n&&n.vmCount++,n}function Ce(e,t,n,r,i){var a=new se,l=Object.getOwnPropertyDescriptor(e,t);if(!l||!1!==l.configurable){var o=l&&l.get;o||2!==arguments.length||(n=e[t]);var s=l&&l.set,u=!i&&xe(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=o?o.call(e):n;return se.target&&(a.depend(),u&&(u.dep.depend(),Array.isArray(t)&&function e(t){for(var n=void 0,r=0,i=t.length;r<i;r++)(n=t[r])&&n.__ob__&&n.__ob__.dep.depend(),Array.isArray(n)&&e(n)}(t))),t},set:function(t){var r=o?o.call(e):n;t===r||t!=t&&r!=r||(s?s.call(e,t):n=t,u=!i&&xe(t),a.notify())}})}}function Ae(e,t,n){if(Array.isArray(e)&&f(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?(Ce(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function we(e,t){if(Array.isArray(e)&&f(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||_(e,t)&&(delete e[t],n&&n.dep.notify())}}Me.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)Ce(e,t[n])},Me.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)xe(e[t])};var Le=j.optionMergeStrategies;function De(e,t){if(!t)return e;for(var n,r,i,a=Object.keys(t),l=0;l<a.length;l++)r=e[n=a[l]],i=t[n],_(e,n)?c(r)&&c(i)&&De(r,i):Ae(e,n,i);return e}function Be(e,t,n){return n?function(){var r="function"==typeof t?t.call(n,n):t,i="function"==typeof e?e.call(n,n):e;return r?De(r,i):i}:t?e?function(){return De("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function Se(e,t){return t?e?e.concat(t):Array.isArray(t)?t:[t]:e}function Ge(e,t,n,r){var i=Object.create(e||null);return t?w(i,t):i}Le.data=function(e,t,n){return n?Be(e,t,n):t&&"function"!=typeof t?e:Be(e,t)},R.forEach(function(e){Le[e]=Se}),P.forEach(function(e){Le[e+"s"]=Ge}),Le.watch=function(e,t,n,r){if(e===Z&&(e=void 0),t===Z&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var i={};for(var a in w(i,e),t){var l=i[a],o=t[a];l&&!Array.isArray(l)&&(l=[l]),i[a]=l?l.concat(o):Array.isArray(o)?o:[o]}return i},Le.props=Le.methods=Le.inject=Le.computed=function(e,t,n,r){if(!e)return t;var i=Object.create(null);return w(i,e),t&&w(i,t),i},Le.provide=Be;var We=function(e,t){return void 0===t?e:t};function ze(e,t,n){"function"==typeof t&&(t=t.options),function(e,t){var n=e.props;if(n){var r,i,a={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(i=n[r])&&(a[M(i)]={type:null});else if(c(n))for(var l in n)i=n[l],a[M(l)]=c(i)?i:{type:i};e.props=a}}(t),function(e,t){var n=e.inject;if(n){var r=e.inject={};if(Array.isArray(n))for(var i=0;i<n.length;i++)r[n[i]]={from:n[i]};else if(c(n))for(var a in n){var l=n[a];r[a]=c(l)?w({from:a},l):{from:l}}}}(t),function(e){var t=e.directives;if(t)for(var n in t){var r=t[n];"function"==typeof r&&(t[n]={bind:r,update:r})}}(t);var r=t.extends;if(r&&(e=ze(e,r,n)),t.mixins)for(var i=0,a=t.mixins.length;i<a;i++)e=ze(e,t.mixins[i],n);var l,o={};for(l in e)s(l);for(l in t)_(e,l)||s(l);function s(r){var i=Le[r]||We;o[r]=i(e[r],t[r],n,r)}return o}function Oe(e,t,n,r){if("string"==typeof n){var i=e[t];if(_(i,n))return i[n];var a=M(n);if(_(i,a))return i[a];var l=K(a);return _(i,l)?i[l]:i[n]||i[a]||i[l]}}function Pe(e,t,n,r){var i=t[e],a=!_(n,e),l=n[e],o=Ee(Boolean,i.type);if(o>-1)if(a&&!_(i,"default"))l=!1;else if(""===l||l===x(e)){var s=Ee(String,i.type);(s<0||o<s)&&(l=!0)}if(void 0===l){l=function(e,t,n){if(!_(t,"default"))return;var r=t.default;0;if(e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n])return e._props[n];return"function"==typeof r&&"Function"!==Re(t.type)?r.call(e):r}(r,i,e);var u=Te;be(!0),xe(l),be(u)}return l}function Re(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function je(e,t){return Re(e)===Re(t)}function Ee(e,t){if(!Array.isArray(t))return je(t,e)?0:-1;for(var n=0,r=t.length;n<r;n++)if(je(t[n],e))return n;return-1}function Ie(e,t,n){if(t)for(var r=t;r=r.$parent;){var i=r.$options.errorCaptured;if(i)for(var a=0;a<i.length;a++)try{if(!1===i[a].call(r,e,t,n))return}catch(e){Ne(e,r,"errorCaptured hook")}}Ne(e,t,n)}function Ne(e,t,n){if(j.errorHandler)try{return j.errorHandler.call(null,e,t,n)}catch(e){Fe(e,null,"config.errorHandler")}Fe(e,t,n)}function Fe(e,t,n){if(!$&&!V||"undefined"==typeof console)throw e;console.error(e)}var $e,Ve,He=[],qe=!1;function Ue(){qe=!1;var e=He.slice(0);He.length=0;for(var t=0;t<e.length;t++)e[t]()}var Ye=!1;if(void 0!==n&&re(n))Ve=function(){n(Ue)};else if("undefined"==typeof MessageChannel||!re(MessageChannel)&&"[object MessageChannelConstructor]"!==MessageChannel.toString())Ve=function(){setTimeout(Ue,0)};else{var Xe=new MessageChannel,Je=Xe.port2;Xe.port1.onmessage=Ue,Ve=function(){Je.postMessage(1)}}if("undefined"!=typeof Promise&&re(Promise)){var Ze=Promise.resolve();$e=function(){Ze.then(Ue),J&&setTimeout(D)}}else $e=Ve;function Qe(e,t){var n;if(He.push(function(){if(e)try{e.call(t)}catch(e){Ie(e,t,"nextTick")}else n&&n(t)}),qe||(qe=!0,Ye?Ve():$e()),!e&&"undefined"!=typeof Promise)return new Promise(function(e){n=e})}var et=new ie;function tt(e){!function e(t,n){var r,i;var a=Array.isArray(t);if(!a&&!s(t)||Object.isFrozen(t)||t instanceof fe)return;if(t.__ob__){var l=t.__ob__.dep.id;if(n.has(l))return;n.add(l)}if(a)for(r=t.length;r--;)e(t[r],n);else for(i=Object.keys(t),r=i.length;r--;)e(t[i[r]],n)}(e,et),et.clear()}var nt,rt=T(function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),r="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=r?e.slice(1):e,once:n,capture:r,passive:t}});function it(e){function t(){var e=arguments,n=t.fns;if(!Array.isArray(n))return n.apply(null,arguments);for(var r=n.slice(),i=0;i<r.length;i++)r[i].apply(null,e)}return t.fns=e,t}function at(e,t,n,r,a){var l,o,s,u;for(l in e)o=e[l],s=t[l],u=rt(l),i(o)||(i(s)?(i(o.fns)&&(o=e[l]=it(o)),n(u.name,o,u.once,u.capture,u.passive,u.params)):o!==s&&(s.fns=o,e[l]=s));for(l in t)i(e[l])&&r((u=rt(l)).name,t[l],u.capture)}function lt(e,t,n){var r;e instanceof fe&&(e=e.data.hook||(e.data.hook={}));var o=e[t];function s(){n.apply(this,arguments),g(r.fns,s)}i(o)?r=it([s]):a(o.fns)&&l(o.merged)?(r=o).fns.push(s):r=it([o,s]),r.merged=!0,e[t]=r}function ot(e,t,n,r,i){if(a(t)){if(_(t,n))return e[n]=t[n],i||delete t[n],!0;if(_(t,r))return e[n]=t[r],i||delete t[r],!0}return!1}function st(e){return o(e)?[ve(e)]:Array.isArray(e)?function e(t,n){var r=[];var s,u,c,d;for(s=0;s<t.length;s++)i(u=t[s])||"boolean"==typeof u||(c=r.length-1,d=r[c],Array.isArray(u)?u.length>0&&(ut((u=e(u,(n||"")+"_"+s))[0])&&ut(d)&&(r[c]=ve(d.text+u[0].text),u.shift()),r.push.apply(r,u)):o(u)?ut(d)?r[c]=ve(d.text+u):""!==u&&r.push(ve(u)):ut(u)&&ut(d)?r[c]=ve(d.text+u.text):(l(t._isVList)&&a(u.tag)&&i(u.key)&&a(n)&&(u.key="__vlist"+n+"_"+s+"__"),r.push(u)));return r}(e):void 0}function ut(e){return a(e)&&a(e.text)&&!1===e.isComment}function ct(e,t){return(e.__esModule||ae&&"Module"===e[Symbol.toStringTag])&&(e=e.default),s(e)?t.extend(e):e}function dt(e){return e.isComment&&e.asyncFactory}function ft(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(a(n)&&(a(n.componentOptions)||dt(n)))return n}}function ht(e,t,n){n?nt.$once(e,t):nt.$on(e,t)}function pt(e,t){nt.$off(e,t)}function vt(e,t,n){nt=e,at(t,n||{},ht,pt),nt=void 0}function yt(e,t){var n={};if(!e)return n;for(var r=0,i=e.length;r<i;r++){var a=e[r],l=a.data;if(l&&l.attrs&&l.attrs.slot&&delete l.attrs.slot,a.context!==t&&a.fnContext!==t||!l||null==l.slot)(n.default||(n.default=[])).push(a);else{var o=l.slot,s=n[o]||(n[o]=[]);"template"===a.tag?s.push.apply(s,a.children||[]):s.push(a)}}for(var u in n)n[u].every(gt)&&delete n[u];return n}function gt(e){return e.isComment&&!e.asyncFactory||" "===e.text}function mt(e,t){t=t||{};for(var n=0;n<e.length;n++)Array.isArray(e[n])?mt(e[n],t):t[e[n].key]=e[n].fn;return t}var _t=null;function Tt(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function bt(e,t){if(t){if(e._directInactive=!1,Tt(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)bt(e.$children[n]);Mt(e,"activated")}}function Mt(e,t){ce();var n=e.$options[t];if(n)for(var r=0,i=n.length;r<i;r++)try{n[r].call(e)}catch(n){Ie(n,e,t+" hook")}e._hasHookEvent&&e.$emit("hook:"+t),de()}var Kt=[],kt=[],xt={},Ct=!1,At=!1,wt=0;function Lt(){var e,t;for(At=!0,Kt.sort(function(e,t){return e.id-t.id}),wt=0;wt<Kt.length;wt++)t=(e=Kt[wt]).id,xt[t]=null,e.run();var n=kt.slice(),r=Kt.slice();wt=Kt.length=kt.length=0,xt={},Ct=At=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,bt(e[t],!0)}(n),function(e){var t=e.length;for(;t--;){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&Mt(r,"updated")}}(r),ne&&j.devtools&&ne.emit("flush")}var Dt=0,Bt=function(e,t,n,r,i){this.vm=e,i&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++Dt,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ie,this.newDepIds=new ie,this.expression="","function"==typeof t?this.getter=t:(this.getter=function(e){if(!I.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};Bt.prototype.get=function(){var e;ce(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;Ie(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&tt(e),de(),this.cleanupDeps()}return e},Bt.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},Bt.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},Bt.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==xt[t]){if(xt[t]=!0,At){for(var n=Kt.length-1;n>wt&&Kt[n].id>e.id;)n--;Kt.splice(n+1,0,e)}else Kt.push(e);Ct||(Ct=!0,Qe(Lt))}}(this)},Bt.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||s(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){Ie(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},Bt.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Bt.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},Bt.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||g(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var St={enumerable:!0,configurable:!0,get:D,set:D};function Gt(e,t,n){St.get=function(){return this[t][n]},St.set=function(e){this[t][n]=e},Object.defineProperty(e,n,St)}function Wt(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[];e.$parent&&be(!1);var a=function(a){i.push(a);var l=Pe(a,t,n,e);Ce(r,a,l),a in e||Gt(e,"_props",a)};for(var l in t)a(l);be(!0)}(e,t.props),t.methods&&function(e,t){e.$options.props;for(var n in t)e[n]=null==t[n]?D:C(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;c(t=e._data="function"==typeof t?function(e,t){ce();try{return e.call(t,t)}catch(e){return Ie(e,t,"data()"),{}}finally{de()}}(t,e):t||{})||(t={});var n=Object.keys(t),r=e.$options.props,i=(e.$options.methods,n.length);for(;i--;){var a=n[i];0,r&&_(r,a)||(void 0,36!==(l=(a+"").charCodeAt(0))&&95!==l&&Gt(e,"_data",a))}var l;xe(t,!0)}(e):xe(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=te();for(var i in t){var a=t[i],l="function"==typeof a?a:a.get;0,r||(n[i]=new Bt(e,l||D,D,zt)),i in e||Ot(e,i,a)}}(e,t.computed),t.watch&&t.watch!==Z&&function(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var i=0;i<r.length;i++)Rt(e,n,r[i]);else Rt(e,n,r)}}(e,t.watch)}var zt={lazy:!0};function Ot(e,t,n){var r=!te();"function"==typeof n?(St.get=r?Pt(t):n,St.set=D):(St.get=n.get?r&&!1!==n.cache?Pt(t):n.get:D,St.set=n.set?n.set:D),Object.defineProperty(e,t,St)}function Pt(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),se.target&&t.depend(),t.value}}function Rt(e,t,n,r){return c(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}function jt(e,t){if(e){for(var n=Object.create(null),r=ae?Reflect.ownKeys(e).filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}):Object.keys(e),i=0;i<r.length;i++){for(var a=r[i],l=e[a].from,o=t;o;){if(o._provided&&_(o._provided,l)){n[a]=o._provided[l];break}o=o.$parent}if(!o)if("default"in e[a]){var s=e[a].default;n[a]="function"==typeof s?s.call(t):s}else 0}return n}}function Et(e,t){var n,r,i,l,o;if(Array.isArray(e)||"string"==typeof e)for(n=new Array(e.length),r=0,i=e.length;r<i;r++)n[r]=t(e[r],r);else if("number"==typeof e)for(n=new Array(e),r=0;r<e;r++)n[r]=t(r+1,r);else if(s(e))for(l=Object.keys(e),n=new Array(l.length),r=0,i=l.length;r<i;r++)o=l[r],n[r]=t(e[o],o,r);return a(n)&&(n._isVList=!0),n}function It(e,t,n,r){var i,a=this.$scopedSlots[e];if(a)n=n||{},r&&(n=w(w({},r),n)),i=a(n)||t;else{var l=this.$slots[e];l&&(l._rendered=!0),i=l||t}var o=n&&n.slot;return o?this.$createElement("template",{slot:o},i):i}function Nt(e){return Oe(this.$options,"filters",e)||S}function Ft(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function $t(e,t,n,r,i){var a=j.keyCodes[t]||n;return i&&r&&!j.keyCodes[t]?Ft(i,r):a?Ft(a,e):r?x(r)!==t:void 0}function Vt(e,t,n,r,i){if(n)if(s(n)){var a;Array.isArray(n)&&(n=L(n));var l=function(l){if("class"===l||"style"===l||y(l))a=e;else{var o=e.attrs&&e.attrs.type;a=r||j.mustUseProp(t,o,l)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}l in a||(a[l]=n[l],i&&((e.on||(e.on={}))["update:"+l]=function(e){n[l]=e}))};for(var o in n)l(o)}else;return e}function Ht(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t?r:(Ut(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),r)}function qt(e,t,n){return Ut(e,"__once__"+t+(n?"_"+n:""),!0),e}function Ut(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&"string"!=typeof e[r]&&Yt(e[r],t+"_"+r,n);else Yt(e,t,n)}function Yt(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function Xt(e,t){if(t)if(c(t)){var n=e.on=e.on?w({},e.on):{};for(var r in t){var i=n[r],a=t[r];n[r]=i?[].concat(i,a):a}}else;return e}function Jt(e){e._o=qt,e._n=p,e._s=h,e._l=Et,e._t=It,e._q=G,e._i=W,e._m=Ht,e._f=Nt,e._k=$t,e._b=Vt,e._v=ve,e._e=pe,e._u=mt,e._g=Xt}function Zt(e,t,n,i,a){var o,s=a.options;_(i,"_uid")?(o=Object.create(i))._original=i:(o=i,i=i._original);var u=l(s._compiled),c=!u;this.data=e,this.props=t,this.children=n,this.parent=i,this.listeners=e.on||r,this.injections=jt(s.inject,i),this.slots=function(){return yt(n,i)},u&&(this.$options=s,this.$slots=this.slots(),this.$scopedSlots=e.scopedSlots||r),s._scopeId?this._c=function(e,t,n,r){var a=on(o,e,t,n,r,c);return a&&!Array.isArray(a)&&(a.fnScopeId=s._scopeId,a.fnContext=i),a}:this._c=function(e,t,n,r){return on(o,e,t,n,r,c)}}function Qt(e,t,n,r){var i=ye(e);return i.fnContext=n,i.fnOptions=r,t.slot&&((i.data||(i.data={})).slot=t.slot),i}function en(e,t){for(var n in t)e[M(n)]=t[n]}Jt(Zt.prototype);var tn={init:function(e,t,n,r){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var i=e;tn.prepatch(i,i)}else{(e.componentInstance=function(e,t,n,r){var i={_isComponent:!0,parent:t,_parentVnode:e,_parentElm:n||null,_refElm:r||null},l=e.data.inlineTemplate;a(l)&&(i.render=l.render,i.staticRenderFns=l.staticRenderFns);return new e.componentOptions.Ctor(i)}(e,_t,n,r)).$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var n=t.componentOptions;!function(e,t,n,i,a){var l=!!(a||e.$options._renderChildren||i.data.scopedSlots||e.$scopedSlots!==r);if(e.$options._parentVnode=i,e.$vnode=i,e._vnode&&(e._vnode.parent=i),e.$options._renderChildren=a,e.$attrs=i.data.attrs||r,e.$listeners=n||r,t&&e.$options.props){be(!1);for(var o=e._props,s=e.$options._propKeys||[],u=0;u<s.length;u++){var c=s[u],d=e.$options.props;o[c]=Pe(c,d,t,e)}be(!0),e.$options.propsData=t}n=n||r;var f=e.$options._parentListeners;e.$options._parentListeners=n,vt(e,n,f),l&&(e.$slots=yt(a,i.context),e.$forceUpdate())}(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t,n=e.context,r=e.componentInstance;r._isMounted||(r._isMounted=!0,Mt(r,"mounted")),e.data.keepAlive&&(n._isMounted?((t=r)._inactive=!1,kt.push(t)):bt(r,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(!(n&&(t._directInactive=!0,Tt(t))||t._inactive)){t._inactive=!0;for(var r=0;r<t.$children.length;r++)e(t.$children[r]);Mt(t,"deactivated")}}(t,!0):t.$destroy())}},nn=Object.keys(tn);function rn(e,t,n,o,u){if(!i(e)){var c=n.$options._base;if(s(e)&&(e=c.extend(e)),"function"==typeof e){var d;if(i(e.cid)&&void 0===(e=function(e,t,n){if(l(e.error)&&a(e.errorComp))return e.errorComp;if(a(e.resolved))return e.resolved;if(l(e.loading)&&a(e.loadingComp))return e.loadingComp;if(!a(e.contexts)){var r=e.contexts=[n],o=!0,u=function(){for(var e=0,t=r.length;e<t;e++)r[e].$forceUpdate()},c=z(function(n){e.resolved=ct(n,t),o||u()}),d=z(function(t){a(e.errorComp)&&(e.error=!0,u())}),f=e(c,d);return s(f)&&("function"==typeof f.then?i(e.resolved)&&f.then(c,d):a(f.component)&&"function"==typeof f.component.then&&(f.component.then(c,d),a(f.error)&&(e.errorComp=ct(f.error,t)),a(f.loading)&&(e.loadingComp=ct(f.loading,t),0===f.delay?e.loading=!0:setTimeout(function(){i(e.resolved)&&i(e.error)&&(e.loading=!0,u())},f.delay||200)),a(f.timeout)&&setTimeout(function(){i(e.resolved)&&d(null)},f.timeout))),o=!1,e.loading?e.loadingComp:e.resolved}e.contexts.push(n)}(d=e,c,n)))return function(e,t,n,r,i){var a=pe();return a.asyncFactory=e,a.asyncMeta={data:t,context:n,children:r,tag:i},a}(d,t,n,o,u);t=t||{},un(e),a(t.model)&&function(e,t){var n=e.model&&e.model.prop||"value",r=e.model&&e.model.event||"input";(t.props||(t.props={}))[n]=t.model.value;var i=t.on||(t.on={});a(i[r])?i[r]=[t.model.callback].concat(i[r]):i[r]=t.model.callback}(e.options,t);var f=function(e,t,n){var r=t.options.props;if(!i(r)){var l={},o=e.attrs,s=e.props;if(a(o)||a(s))for(var u in r){var c=x(u);ot(l,s,u,c,!0)||ot(l,o,u,c,!1)}return l}}(t,e);if(l(e.options.functional))return function(e,t,n,i,l){var o=e.options,s={},u=o.props;if(a(u))for(var c in u)s[c]=Pe(c,u,t||r);else a(n.attrs)&&en(s,n.attrs),a(n.props)&&en(s,n.props);var d=new Zt(n,s,l,i,e),f=o.render.call(null,d._c,d);if(f instanceof fe)return Qt(f,n,d.parent,o);if(Array.isArray(f)){for(var h=st(f)||[],p=new Array(h.length),v=0;v<h.length;v++)p[v]=Qt(h[v],n,d.parent,o);return p}}(e,f,t,n,o);var h=t.on;if(t.on=t.nativeOn,l(e.options.abstract)){var p=t.slot;t={},p&&(t.slot=p)}!function(e){for(var t=e.hook||(e.hook={}),n=0;n<nn.length;n++){var r=nn[n];t[r]=tn[r]}}(t);var v=e.options.name||u;return new fe("vue-component-"+e.cid+(v?"-"+v:""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:f,listeners:h,tag:u,children:o},d)}}}var an=1,ln=2;function on(e,t,n,r,u,c){return(Array.isArray(n)||o(n))&&(u=r,r=n,n=void 0),l(c)&&(u=ln),function(e,t,n,r,o){if(a(n)&&a(n.__ob__))return pe();a(n)&&a(n.is)&&(t=n.is);if(!t)return pe();0;Array.isArray(r)&&"function"==typeof r[0]&&((n=n||{}).scopedSlots={default:r[0]},r.length=0);o===ln?r=st(r):o===an&&(r=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(r));var u,c;if("string"==typeof t){var d;c=e.$vnode&&e.$vnode.ns||j.getTagNamespace(t),u=j.isReservedTag(t)?new fe(j.parsePlatformTagName(t),n,r,void 0,void 0,e):a(d=Oe(e.$options,"components",t))?rn(d,n,e,r,t):new fe(t,n,r,void 0,void 0,e)}else u=rn(t,n,e,r);return Array.isArray(u)?u:a(u)?(a(c)&&function e(t,n,r){t.ns=n;"foreignObject"===t.tag&&(n=void 0,r=!0);if(a(t.children))for(var o=0,s=t.children.length;o<s;o++){var u=t.children[o];a(u.tag)&&(i(u.ns)||l(r)&&"svg"!==u.tag)&&e(u,n,r)}}(u,c),a(n)&&function(e){s(e.style)&&tt(e.style);s(e.class)&&tt(e.class)}(n),u):pe()}(e,t,n,r,u)}var sn=0;function un(e){var t=e.options;if(e.super){var n=un(e.super);if(n!==e.superOptions){e.superOptions=n;var r=function(e){var t,n=e.options,r=e.extendOptions,i=e.sealedOptions;for(var a in n)n[a]!==i[a]&&(t||(t={}),t[a]=cn(n[a],r[a],i[a]));return t}(e);r&&w(e.extendOptions,r),(t=e.options=ze(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function cn(e,t,n){if(Array.isArray(e)){var r=[];n=Array.isArray(n)?n:[n],t=Array.isArray(t)?t:[t];for(var i=0;i<e.length;i++)(t.indexOf(e[i])>=0||n.indexOf(e[i])<0)&&r.push(e[i]);return r}return e}function dn(e){this._init(e)}function fn(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,i=e._Ctor||(e._Ctor={});if(i[r])return i[r];var a=e.name||n.options.name;var l=function(e){this._init(e)};return(l.prototype=Object.create(n.prototype)).constructor=l,l.cid=t++,l.options=ze(n.options,e),l.super=n,l.options.props&&function(e){var t=e.options.props;for(var n in t)Gt(e.prototype,"_props",n)}(l),l.options.computed&&function(e){var t=e.options.computed;for(var n in t)Ot(e.prototype,n,t[n])}(l),l.extend=n.extend,l.mixin=n.mixin,l.use=n.use,P.forEach(function(e){l[e]=n[e]}),a&&(l.options.components[a]=l),l.superOptions=n.options,l.extendOptions=e,l.sealedOptions=w({},l.options),i[r]=l,l}}function hn(e){return e&&(e.Ctor.options.name||e.tag)}function pn(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!d(e)&&e.test(t)}function vn(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var a in n){var l=n[a];if(l){var o=hn(l.componentOptions);o&&!t(o)&&yn(n,a,r,i)}}}function yn(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,g(n,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=sn++,t._isVue=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r,n._parentElm=t._parentElm,n._refElm=t._refElm;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=ze(un(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&vt(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,i=n&&n.context;e.$slots=yt(t._renderChildren,i),e.$scopedSlots=r,e._c=function(t,n,r,i){return on(e,t,n,r,i,!1)},e.$createElement=function(t,n,r,i){return on(e,t,n,r,i,!0)};var a=n&&n.data;Ce(e,"$attrs",a&&a.attrs||r,null,!0),Ce(e,"$listeners",t._parentListeners||r,null,!0)}(t),Mt(t,"beforeCreate"),function(e){var t=jt(e.$options.inject,e);t&&(be(!1),Object.keys(t).forEach(function(n){Ce(e,n,t[n])}),be(!0))}(t),Wt(t),function(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}(t),Mt(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}(dn),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=Ae,e.prototype.$delete=we,e.prototype.$watch=function(e,t,n){if(c(t))return Rt(this,e,t,n);(n=n||{}).user=!0;var r=new Bt(this,e,t,n);return n.immediate&&t.call(this,r.value),function(){r.teardown()}}}(dn),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){if(Array.isArray(e))for(var r=0,i=e.length;r<i;r++)this.$on(e[r],n);else(this._events[e]||(this._events[e]=[])).push(n),t.test(e)&&(this._hasHookEvent=!0);return this},e.prototype.$once=function(e,t){var n=this;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn=t,n.$on(e,r),n},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var r=0,i=e.length;r<i;r++)this.$off(e[r],t);return n}var a=n._events[e];if(!a)return n;if(!t)return n._events[e]=null,n;if(t)for(var l,o=a.length;o--;)if((l=a[o])===t||l.fn===t){a.splice(o,1);break}return n},e.prototype.$emit=function(e){var t=this._events[e];if(t){t=t.length>1?A(t):t;for(var n=A(arguments,1),r=0,i=t.length;r<i;r++)try{t[r].apply(this,n)}catch(t){Ie(t,this,'event handler for "'+e+'"')}}return this}}(dn),function(e){e.prototype._update=function(e,t){var n=this;n._isMounted&&Mt(n,"beforeUpdate");var r=n.$el,i=n._vnode,a=_t;_t=n,n._vnode=e,i?n.$el=n.__patch__(i,e):(n.$el=n.__patch__(n.$el,e,t,!1,n.$options._parentElm,n.$options._refElm),n.$options._parentElm=n.$options._refElm=null),_t=a,r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){Mt(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||g(t.$children,e),e._watcher&&e._watcher.teardown();for(var n=e._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),Mt(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(dn),function(e){Jt(e.prototype),e.prototype.$nextTick=function(e){return Qe(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,i=n.render,a=n._parentVnode;a&&(t.$scopedSlots=a.data.scopedSlots||r),t.$vnode=a;try{e=i.call(t._renderProxy,t.$createElement)}catch(n){Ie(n,t,"render"),e=t._vnode}return e instanceof fe||(e=pe()),e.parent=a,e}}(dn);var gn=[String,RegExp,Array],mn={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:gn,exclude:gn,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)yn(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",function(t){vn(e,function(e){return pn(t,e)})}),this.$watch("exclude",function(t){vn(e,function(e){return!pn(t,e)})})},render:function(){var e=this.$slots.default,t=ft(e),n=t&&t.componentOptions;if(n){var r=hn(n),i=this.include,a=this.exclude;if(i&&(!r||!pn(i,r))||a&&r&&pn(a,r))return t;var l=this.cache,o=this.keys,s=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;l[s]?(t.componentInstance=l[s].componentInstance,g(o,s),o.push(s)):(l[s]=t,o.push(s),this.max&&o.length>parseInt(this.max)&&yn(l,o[0],o,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={get:function(){return j}};Object.defineProperty(e,"config",t),e.util={warn:le,extend:w,mergeOptions:ze,defineReactive:Ce},e.set=Ae,e.delete=we,e.nextTick=Qe,e.options=Object.create(null),P.forEach(function(t){e.options[t+"s"]=Object.create(null)}),e.options._base=e,w(e.options.components,mn),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=A(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=ze(this.options,e),this}}(e),fn(e),function(e){P.forEach(function(t){e[t]=function(e,n){return n?("component"===t&&c(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}})}(e)}(dn),Object.defineProperty(dn.prototype,"$isServer",{get:te}),Object.defineProperty(dn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(dn,"FunctionalRenderContext",{value:Zt}),dn.version="2.5.16";var _n=v("style,class"),Tn=v("input,textarea,option,select,progress"),bn=v("contenteditable,draggable,spellcheck"),Mn=v("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Kn="http://www.w3.org/1999/xlink",kn=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},xn=function(e){return kn(e)?e.slice(6,e.length):""},Cn=function(e){return null==e||!1===e};function An(e){for(var t=e.data,n=e,r=e;a(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=wn(r.data,t));for(;a(n=n.parent);)n&&n.data&&(t=wn(t,n.data));return function(e,t){if(a(e)||a(t))return Ln(e,Dn(t));return""}(t.staticClass,t.class)}function wn(e,t){return{staticClass:Ln(e.staticClass,t.staticClass),class:a(e.class)?[e.class,t.class]:t.class}}function Ln(e,t){return e?t?e+" "+t:e:t||""}function Dn(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,i=e.length;r<i;r++)a(t=Dn(e[r]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):s(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}var Bn={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Sn=v("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Gn=v("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Wn=function(e){return Sn(e)||Gn(e)};var zn=Object.create(null);var On=v("text,number,password,search,email,tel,url");var Pn=Object.freeze({createElement:function(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)},createElementNS:function(e,t){return document.createElementNS(Bn[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setStyleScope:function(e,t){e.setAttribute(t,"")}}),Rn={create:function(e,t){jn(t)},update:function(e,t){e.data.ref!==t.data.ref&&(jn(e,!0),jn(t))},destroy:function(e){jn(e,!0)}};function jn(e,t){var n=e.data.ref;if(a(n)){var r=e.context,i=e.componentInstance||e.elm,l=r.$refs;t?Array.isArray(l[n])?g(l[n],i):l[n]===i&&(l[n]=void 0):e.data.refInFor?Array.isArray(l[n])?l[n].indexOf(i)<0&&l[n].push(i):l[n]=[i]:l[n]=i}}var En=new fe("",{},[]),In=["create","activate","update","remove","destroy"];function Nn(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&a(e.data)===a(t.data)&&function(e,t){if("input"!==e.tag)return!0;var n,r=a(n=e.data)&&a(n=n.attrs)&&n.type,i=a(n=t.data)&&a(n=n.attrs)&&n.type;return r===i||On(r)&&On(i)}(e,t)||l(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&i(t.asyncFactory.error))}function Fn(e,t,n){var r,i,l={};for(r=t;r<=n;++r)a(i=e[r].key)&&(l[i]=r);return l}var $n={create:Vn,update:Vn,destroy:function(e){Vn(e,En)}};function Vn(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,r,i,a=e===En,l=t===En,o=qn(e.data.directives,e.context),s=qn(t.data.directives,t.context),u=[],c=[];for(n in s)r=o[n],i=s[n],r?(i.oldValue=r.value,Yn(i,"update",t,e),i.def&&i.def.componentUpdated&&c.push(i)):(Yn(i,"bind",t,e),i.def&&i.def.inserted&&u.push(i));if(u.length){var d=function(){for(var n=0;n<u.length;n++)Yn(u[n],"inserted",t,e)};a?lt(t,"insert",d):d()}c.length&<(t,"postpatch",function(){for(var n=0;n<c.length;n++)Yn(c[n],"componentUpdated",t,e)});if(!a)for(n in o)s[n]||Yn(o[n],"unbind",e,e,l)}(e,t)}var Hn=Object.create(null);function qn(e,t){var n,r,i=Object.create(null);if(!e)return i;for(n=0;n<e.length;n++)(r=e[n]).modifiers||(r.modifiers=Hn),i[Un(r)]=r,r.def=Oe(t.$options,"directives",r.name);return i}function Un(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function Yn(e,t,n,r,i){var a=e.def&&e.def[t];if(a)try{a(n.elm,e,n,r,i)}catch(r){Ie(r,n.context,"directive "+e.name+" "+t+" hook")}}var Xn=[Rn,$n];function Jn(e,t){var n=t.componentOptions;if(!(a(n)&&!1===n.Ctor.options.inheritAttrs||i(e.data.attrs)&&i(t.data.attrs))){var r,l,o=t.elm,s=e.data.attrs||{},u=t.data.attrs||{};for(r in a(u.__ob__)&&(u=t.data.attrs=w({},u)),u)l=u[r],s[r]!==l&&Zn(o,r,l);for(r in(U||X)&&u.value!==s.value&&Zn(o,"value",u.value),s)i(u[r])&&(kn(r)?o.removeAttributeNS(Kn,xn(r)):bn(r)||o.removeAttribute(r))}}function Zn(e,t,n){e.tagName.indexOf("-")>-1?Qn(e,t,n):Mn(t)?Cn(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):bn(t)?e.setAttribute(t,Cn(n)||"false"===n?"false":"true"):kn(t)?Cn(n)?e.removeAttributeNS(Kn,xn(t)):e.setAttributeNS(Kn,t,n):Qn(e,t,n)}function Qn(e,t,n){if(Cn(n))e.removeAttribute(t);else{if(U&&!Y&&"TEXTAREA"===e.tagName&&"placeholder"===t&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var er={create:Jn,update:Jn};function tr(e,t){var n=t.elm,r=t.data,l=e.data;if(!(i(r.staticClass)&&i(r.class)&&(i(l)||i(l.staticClass)&&i(l.class)))){var o=An(t),s=n._transitionClasses;a(s)&&(o=Ln(o,Dn(s))),o!==n._prevClass&&(n.setAttribute("class",o),n._prevClass=o)}}var nr,rr={create:tr,update:tr},ir="__r",ar="__c";function lr(e,t,n,r,i){var a;t=(a=t)._withTask||(a._withTask=function(){Ye=!0;var e=a.apply(null,arguments);return Ye=!1,e}),n&&(t=function(e,t,n){var r=nr;return function i(){null!==e.apply(null,arguments)&&or(t,i,n,r)}}(t,e,r)),nr.addEventListener(e,t,Q?{capture:r,passive:i}:r)}function or(e,t,n,r){(r||nr).removeEventListener(e,t._withTask||t,n)}function sr(e,t){if(!i(e.data.on)||!i(t.data.on)){var n=t.data.on||{},r=e.data.on||{};nr=t.elm,function(e){if(a(e[ir])){var t=U?"change":"input";e[t]=[].concat(e[ir],e[t]||[]),delete e[ir]}a(e[ar])&&(e.change=[].concat(e[ar],e.change||[]),delete e[ar])}(n),at(n,r,lr,or,t.context),nr=void 0}}var ur={create:sr,update:sr};function cr(e,t){if(!i(e.data.domProps)||!i(t.data.domProps)){var n,r,l=t.elm,o=e.data.domProps||{},s=t.data.domProps||{};for(n in a(s.__ob__)&&(s=t.data.domProps=w({},s)),o)i(s[n])&&(l[n]="");for(n in s){if(r=s[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),r===o[n])continue;1===l.childNodes.length&&l.removeChild(l.childNodes[0])}if("value"===n){l._value=r;var u=i(r)?"":String(r);dr(l,u)&&(l.value=u)}else l[n]=r}}}function dr(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(a(r)){if(r.lazy)return!1;if(r.number)return p(n)!==p(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var fr={create:cr,update:cr},hr=T(function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach(function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t});function pr(e){var t=vr(e.style);return e.staticStyle?w(e.staticStyle,t):t}function vr(e){return Array.isArray(e)?L(e):"string"==typeof e?hr(e):e}var yr,gr=/^--/,mr=/\s*!important$/,_r=function(e,t,n){if(gr.test(t))e.style.setProperty(t,n);else if(mr.test(n))e.style.setProperty(t,n.replace(mr,""),"important");else{var r=br(t);if(Array.isArray(n))for(var i=0,a=n.length;i<a;i++)e.style[r]=n[i];else e.style[r]=n}},Tr=["Webkit","Moz","ms"],br=T(function(e){if(yr=yr||document.createElement("div").style,"filter"!==(e=M(e))&&e in yr)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<Tr.length;n++){var r=Tr[n]+t;if(r in yr)return r}});function Mr(e,t){var n=t.data,r=e.data;if(!(i(n.staticStyle)&&i(n.style)&&i(r.staticStyle)&&i(r.style))){var l,o,s=t.elm,u=r.staticStyle,c=r.normalizedStyle||r.style||{},d=u||c,f=vr(t.data.style)||{};t.data.normalizedStyle=a(f.__ob__)?w({},f):f;var h=function(e,t){var n,r={};if(t)for(var i=e;i.componentInstance;)(i=i.componentInstance._vnode)&&i.data&&(n=pr(i.data))&&w(r,n);(n=pr(e.data))&&w(r,n);for(var a=e;a=a.parent;)a.data&&(n=pr(a.data))&&w(r,n);return r}(t,!0);for(o in d)i(h[o])&&_r(s,o,"");for(o in h)(l=h[o])!==d[o]&&_r(s,o,null==l?"":l)}}var Kr={create:Mr,update:Mr};function kr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function xr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function Cr(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&w(t,Ar(e.name||"v")),w(t,e),t}return"string"==typeof e?Ar(e):void 0}}var Ar=T(function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}}),wr=$&&!Y,Lr="transition",Dr="animation",Br="transition",Sr="transitionend",Gr="animation",Wr="animationend";wr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Br="WebkitTransition",Sr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Gr="WebkitAnimation",Wr="webkitAnimationEnd"));var zr=$?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Or(e){zr(function(){zr(e)})}function Pr(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),kr(e,t))}function Rr(e,t){e._transitionClasses&&g(e._transitionClasses,t),xr(e,t)}function jr(e,t,n){var r=Ir(e,t),i=r.type,a=r.timeout,l=r.propCount;if(!i)return n();var o=i===Lr?Sr:Wr,s=0,u=function(){e.removeEventListener(o,c),n()},c=function(t){t.target===e&&++s>=l&&u()};setTimeout(function(){s<l&&u()},a+1),e.addEventListener(o,c)}var Er=/\b(transform|all)(,|$)/;function Ir(e,t){var n,r=window.getComputedStyle(e),i=r[Br+"Delay"].split(", "),a=r[Br+"Duration"].split(", "),l=Nr(i,a),o=r[Gr+"Delay"].split(", "),s=r[Gr+"Duration"].split(", "),u=Nr(o,s),c=0,d=0;return t===Lr?l>0&&(n=Lr,c=l,d=a.length):t===Dr?u>0&&(n=Dr,c=u,d=s.length):d=(n=(c=Math.max(l,u))>0?l>u?Lr:Dr:null)?n===Lr?a.length:s.length:0,{type:n,timeout:c,propCount:d,hasTransform:n===Lr&&Er.test(r[Br+"Property"])}}function Nr(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(t,n){return Fr(t)+Fr(e[n])}))}function Fr(e){return 1e3*Number(e.slice(0,-1))}function $r(e,t){var n=e.elm;a(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=Cr(e.data.transition);if(!i(r)&&!a(n._enterCb)&&1===n.nodeType){for(var l=r.css,o=r.type,u=r.enterClass,c=r.enterToClass,d=r.enterActiveClass,f=r.appearClass,h=r.appearToClass,v=r.appearActiveClass,y=r.beforeEnter,g=r.enter,m=r.afterEnter,_=r.enterCancelled,T=r.beforeAppear,b=r.appear,M=r.afterAppear,K=r.appearCancelled,k=r.duration,x=_t,C=_t.$vnode;C&&C.parent;)x=(C=C.parent).context;var A=!x._isMounted||!e.isRootInsert;if(!A||b||""===b){var w=A&&f?f:u,L=A&&v?v:d,D=A&&h?h:c,B=A&&T||y,S=A&&"function"==typeof b?b:g,G=A&&M||m,W=A&&K||_,O=p(s(k)?k.enter:k);0;var P=!1!==l&&!Y,R=qr(S),j=n._enterCb=z(function(){P&&(Rr(n,D),Rr(n,L)),j.cancelled?(P&&Rr(n,w),W&&W(n)):G&&G(n),n._enterCb=null});e.data.show||lt(e,"insert",function(){var t=n.parentNode,r=t&&t._pending&&t._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),S&&S(n,j)}),B&&B(n),P&&(Pr(n,w),Pr(n,L),Or(function(){Rr(n,w),j.cancelled||(Pr(n,D),R||(Hr(O)?setTimeout(j,O):jr(n,o,j)))})),e.data.show&&(t&&t(),S&&S(n,j)),P||R||j()}}}function Vr(e,t){var n=e.elm;a(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=Cr(e.data.transition);if(i(r)||1!==n.nodeType)return t();if(!a(n._leaveCb)){var l=r.css,o=r.type,u=r.leaveClass,c=r.leaveToClass,d=r.leaveActiveClass,f=r.beforeLeave,h=r.leave,v=r.afterLeave,y=r.leaveCancelled,g=r.delayLeave,m=r.duration,_=!1!==l&&!Y,T=qr(h),b=p(s(m)?m.leave:m);0;var M=n._leaveCb=z(function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),_&&(Rr(n,c),Rr(n,d)),M.cancelled?(_&&Rr(n,u),y&&y(n)):(t(),v&&v(n)),n._leaveCb=null});g?g(K):K()}function K(){M.cancelled||(e.data.show||((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),f&&f(n),_&&(Pr(n,u),Pr(n,d),Or(function(){Rr(n,u),M.cancelled||(Pr(n,c),T||(Hr(b)?setTimeout(M,b):jr(n,o,M)))})),h&&h(n,M),_||T||M())}}function Hr(e){return"number"==typeof e&&!isNaN(e)}function qr(e){if(i(e))return!1;var t=e.fns;return a(t)?qr(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Ur(e,t){!0!==t.data.show&&$r(t)}var Yr=function(e){var t,n,r={},s=e.modules,u=e.nodeOps;for(t=0;t<In.length;++t)for(r[In[t]]=[],n=0;n<s.length;++n)a(s[n][In[t]])&&r[In[t]].push(s[n][In[t]]);function c(e){var t=u.parentNode(e);a(t)&&u.removeChild(t,e)}function d(e,t,n,i,o,s,c){if(a(e.elm)&&a(s)&&(e=s[c]=ye(e)),e.isRootInsert=!o,!function(e,t,n,i){var o=e.data;if(a(o)){var s=a(e.componentInstance)&&o.keepAlive;if(a(o=o.hook)&&a(o=o.init)&&o(e,!1,n,i),a(e.componentInstance))return f(e,t),l(s)&&function(e,t,n,i){for(var l,o=e;o.componentInstance;)if(o=o.componentInstance._vnode,a(l=o.data)&&a(l=l.transition)){for(l=0;l<r.activate.length;++l)r.activate[l](En,o);t.push(o);break}h(n,e.elm,i)}(e,t,n,i),!0}}(e,t,n,i)){var d=e.data,v=e.children,y=e.tag;a(y)?(e.elm=e.ns?u.createElementNS(e.ns,y):u.createElement(y,e),m(e),p(e,v,t),a(d)&&g(e,t),h(n,e.elm,i)):l(e.isComment)?(e.elm=u.createComment(e.text),h(n,e.elm,i)):(e.elm=u.createTextNode(e.text),h(n,e.elm,i))}}function f(e,t){a(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,y(e)?(g(e,t),m(e)):(jn(e),t.push(e))}function h(e,t,n){a(e)&&(a(n)?n.parentNode===e&&u.insertBefore(e,t,n):u.appendChild(e,t))}function p(e,t,n){if(Array.isArray(t))for(var r=0;r<t.length;++r)d(t[r],n,e.elm,null,!0,t,r);else o(e.text)&&u.appendChild(e.elm,u.createTextNode(String(e.text)))}function y(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return a(e.tag)}function g(e,n){for(var i=0;i<r.create.length;++i)r.create[i](En,e);a(t=e.data.hook)&&(a(t.create)&&t.create(En,e),a(t.insert)&&n.push(e))}function m(e){var t;if(a(t=e.fnScopeId))u.setStyleScope(e.elm,t);else for(var n=e;n;)a(t=n.context)&&a(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t),n=n.parent;a(t=_t)&&t!==e.context&&t!==e.fnContext&&a(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t)}function _(e,t,n,r,i,a){for(;r<=i;++r)d(n[r],a,e,t,!1,n,r)}function T(e){var t,n,i=e.data;if(a(i))for(a(t=i.hook)&&a(t=t.destroy)&&t(e),t=0;t<r.destroy.length;++t)r.destroy[t](e);if(a(t=e.children))for(n=0;n<e.children.length;++n)T(e.children[n])}function b(e,t,n,r){for(;n<=r;++n){var i=t[n];a(i)&&(a(i.tag)?(M(i),T(i)):c(i.elm))}}function M(e,t){if(a(t)||a(e.data)){var n,i=r.remove.length+1;for(a(t)?t.listeners+=i:t=function(e,t){function n(){0==--n.listeners&&c(e)}return n.listeners=t,n}(e.elm,i),a(n=e.componentInstance)&&a(n=n._vnode)&&a(n.data)&&M(n,t),n=0;n<r.remove.length;++n)r.remove[n](e,t);a(n=e.data.hook)&&a(n=n.remove)?n(e,t):t()}else c(e.elm)}function K(e,t,n,r){for(var i=n;i<r;i++){var l=t[i];if(a(l)&&Nn(e,l))return i}}function k(e,t,n,o){if(e!==t){var s=t.elm=e.elm;if(l(e.isAsyncPlaceholder))a(t.asyncFactory.resolved)?A(e.elm,t,n):t.isAsyncPlaceholder=!0;else if(l(t.isStatic)&&l(e.isStatic)&&t.key===e.key&&(l(t.isCloned)||l(t.isOnce)))t.componentInstance=e.componentInstance;else{var c,f=t.data;a(f)&&a(c=f.hook)&&a(c=c.prepatch)&&c(e,t);var h=e.children,p=t.children;if(a(f)&&y(t)){for(c=0;c<r.update.length;++c)r.update[c](e,t);a(c=f.hook)&&a(c=c.update)&&c(e,t)}i(t.text)?a(h)&&a(p)?h!==p&&function(e,t,n,r,l){for(var o,s,c,f=0,h=0,p=t.length-1,v=t[0],y=t[p],g=n.length-1,m=n[0],T=n[g],M=!l;f<=p&&h<=g;)i(v)?v=t[++f]:i(y)?y=t[--p]:Nn(v,m)?(k(v,m,r),v=t[++f],m=n[++h]):Nn(y,T)?(k(y,T,r),y=t[--p],T=n[--g]):Nn(v,T)?(k(v,T,r),M&&u.insertBefore(e,v.elm,u.nextSibling(y.elm)),v=t[++f],T=n[--g]):Nn(y,m)?(k(y,m,r),M&&u.insertBefore(e,y.elm,v.elm),y=t[--p],m=n[++h]):(i(o)&&(o=Fn(t,f,p)),i(s=a(m.key)?o[m.key]:K(m,t,f,p))?d(m,r,e,v.elm,!1,n,h):Nn(c=t[s],m)?(k(c,m,r),t[s]=void 0,M&&u.insertBefore(e,c.elm,v.elm)):d(m,r,e,v.elm,!1,n,h),m=n[++h]);f>p?_(e,i(n[g+1])?null:n[g+1].elm,n,h,g,r):h>g&&b(0,t,f,p)}(s,h,p,n,o):a(p)?(a(e.text)&&u.setTextContent(s,""),_(s,null,p,0,p.length-1,n)):a(h)?b(0,h,0,h.length-1):a(e.text)&&u.setTextContent(s,""):e.text!==t.text&&u.setTextContent(s,t.text),a(f)&&a(c=f.hook)&&a(c=c.postpatch)&&c(e,t)}}}function x(e,t,n){if(l(n)&&a(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r<t.length;++r)t[r].data.hook.insert(t[r])}var C=v("attrs,class,staticClass,staticStyle,key");function A(e,t,n,r){var i,o=t.tag,s=t.data,u=t.children;if(r=r||s&&s.pre,t.elm=e,l(t.isComment)&&a(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(a(s)&&(a(i=s.hook)&&a(i=i.init)&&i(t,!0),a(i=t.componentInstance)))return f(t,n),!0;if(a(o)){if(a(u))if(e.hasChildNodes())if(a(i=s)&&a(i=i.domProps)&&a(i=i.innerHTML)){if(i!==e.innerHTML)return!1}else{for(var c=!0,d=e.firstChild,h=0;h<u.length;h++){if(!d||!A(d,u[h],n,r)){c=!1;break}d=d.nextSibling}if(!c||d)return!1}else p(t,u,n);if(a(s)){var v=!1;for(var y in s)if(!C(y)){v=!0,g(t,n);break}!v&&s.class&&tt(s.class)}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,n,o,s,c){if(!i(t)){var f,h=!1,p=[];if(i(e))h=!0,d(t,p,s,c);else{var v=a(e.nodeType);if(!v&&Nn(e,t))k(e,t,p,o);else{if(v){if(1===e.nodeType&&e.hasAttribute(O)&&(e.removeAttribute(O),n=!0),l(n)&&A(e,t,p))return x(t,p,!0),e;f=e,e=new fe(u.tagName(f).toLowerCase(),{},[],void 0,f)}var g=e.elm,m=u.parentNode(g);if(d(t,p,g._leaveCb?null:m,u.nextSibling(g)),a(t.parent))for(var _=t.parent,M=y(t);_;){for(var K=0;K<r.destroy.length;++K)r.destroy[K](_);if(_.elm=t.elm,M){for(var C=0;C<r.create.length;++C)r.create[C](En,_);var w=_.data.hook.insert;if(w.merged)for(var L=1;L<w.fns.length;L++)w.fns[L]()}else jn(_);_=_.parent}a(m)?b(0,[e],0,0):a(e.tag)&&T(e)}}return x(t,p,h),t.elm}a(e)&&T(e)}}({nodeOps:Pn,modules:[er,rr,ur,fr,Kr,$?{create:Ur,activate:Ur,remove:function(e,t){!0!==e.data.show?Vr(e,t):t()}}:{}].concat(Xn)});Y&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&ri(e,"input")});var Xr={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?lt(n,"postpatch",function(){Xr.componentUpdated(e,t,n)}):Jr(e,t,n.context),e._vOptions=[].map.call(e.options,ei)):("textarea"===n.tag||On(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",ti),e.addEventListener("compositionend",ni),e.addEventListener("change",ni),Y&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Jr(e,t,n.context);var r=e._vOptions,i=e._vOptions=[].map.call(e.options,ei);if(i.some(function(e,t){return!G(e,r[t])}))(e.multiple?t.value.some(function(e){return Qr(e,i)}):t.value!==t.oldValue&&Qr(t.value,i))&&ri(e,"change")}}};function Jr(e,t,n){Zr(e,t,n),(U||X)&&setTimeout(function(){Zr(e,t,n)},0)}function Zr(e,t,n){var r=t.value,i=e.multiple;if(!i||Array.isArray(r)){for(var a,l,o=0,s=e.options.length;o<s;o++)if(l=e.options[o],i)a=W(r,ei(l))>-1,l.selected!==a&&(l.selected=a);else if(G(ei(l),r))return void(e.selectedIndex!==o&&(e.selectedIndex=o));i||(e.selectedIndex=-1)}}function Qr(e,t){return t.every(function(t){return!G(t,e)})}function ei(e){return"_value"in e?e._value:e.value}function ti(e){e.target.composing=!0}function ni(e){e.target.composing&&(e.target.composing=!1,ri(e.target,"input"))}function ri(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function ii(e){return!e.componentInstance||e.data&&e.data.transition?e:ii(e.componentInstance._vnode)}var ai={model:Xr,show:{bind:function(e,t,n){var r=t.value,i=(n=ii(n)).data&&n.data.transition,a=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&i?(n.data.show=!0,$r(n,function(){e.style.display=a})):e.style.display=r?a:"none"},update:function(e,t,n){var r=t.value;!r!=!t.oldValue&&((n=ii(n)).data&&n.data.transition?(n.data.show=!0,r?$r(n,function(){e.style.display=e.__vOriginalDisplay}):Vr(n,function(){e.style.display="none"})):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,i){i||(e.style.display=e.__vOriginalDisplay)}}},li={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function oi(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?oi(ft(t.children)):e}function si(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var i=n._parentListeners;for(var a in i)t[M(a)]=i[a];return t}function ui(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var ci={name:"transition",props:li,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(function(e){return e.tag||dt(e)})).length){0;var r=this.mode;0;var i=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return i;var a=oi(i);if(!a)return i;if(this._leaving)return ui(e,i);var l="__transition-"+this._uid+"-";a.key=null==a.key?a.isComment?l+"comment":l+a.tag:o(a.key)?0===String(a.key).indexOf(l)?a.key:l+a.key:a.key;var s=(a.data||(a.data={})).transition=si(this),u=this._vnode,c=oi(u);if(a.data.directives&&a.data.directives.some(function(e){return"show"===e.name})&&(a.data.show=!0),c&&c.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(a,c)&&!dt(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var d=c.data.transition=w({},s);if("out-in"===r)return this._leaving=!0,lt(d,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),ui(e,i);if("in-out"===r){if(dt(a))return u;var f,h=function(){f()};lt(s,"afterEnter",h),lt(s,"enterCancelled",h),lt(d,"delayLeave",function(e){f=e})}}return i}}},di=w({tag:String,moveClass:String},li);function fi(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function hi(e){e.data.newPos=e.elm.getBoundingClientRect()}function pi(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,i=t.top-n.top;if(r||i){e.data.moved=!0;var a=e.elm.style;a.transform=a.WebkitTransform="translate("+r+"px,"+i+"px)",a.transitionDuration="0s"}}delete di.mode;var vi={Transition:ci,TransitionGroup:{props:di,render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],a=this.children=[],l=si(this),o=0;o<i.length;o++){var s=i[o];if(s.tag)if(null!=s.key&&0!==String(s.key).indexOf("__vlist"))a.push(s),n[s.key]=s,(s.data||(s.data={})).transition=l;else;}if(r){for(var u=[],c=[],d=0;d<r.length;d++){var f=r[d];f.data.transition=l,f.data.pos=f.elm.getBoundingClientRect(),n[f.key]?u.push(f):c.push(f)}this.kept=e(t,null,u),this.removed=c}return e(t,null,a)},beforeUpdate:function(){this.__patch__(this._vnode,this.kept,!1,!0),this._vnode=this.kept},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(fi),e.forEach(hi),e.forEach(pi),this._reflow=document.body.offsetHeight,e.forEach(function(e){if(e.data.moved){var n=e.elm,r=n.style;Pr(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Sr,n._moveCb=function e(r){r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Sr,e),n._moveCb=null,Rr(n,t))})}}))},methods:{hasMove:function(e,t){if(!wr)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach(function(e){xr(n,e)}),kr(n,t),n.style.display="none",this.$el.appendChild(n);var r=Ir(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}}};dn.config.mustUseProp=function(e,t,n){return"value"===n&&Tn(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},dn.config.isReservedTag=Wn,dn.config.isReservedAttr=_n,dn.config.getTagNamespace=function(e){return Gn(e)?"svg":"math"===e?"math":void 0},dn.config.isUnknownElement=function(e){if(!$)return!0;if(Wn(e))return!1;if(e=e.toLowerCase(),null!=zn[e])return zn[e];var t=document.createElement(e);return e.indexOf("-")>-1?zn[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:zn[e]=/HTMLUnknownElement/.test(t.toString())},w(dn.options.directives,ai),w(dn.options.components,vi),dn.prototype.__patch__=$?Yr:D,dn.prototype.$mount=function(e,t){return function(e,t,n){return e.$el=t,e.$options.render||(e.$options.render=pe),Mt(e,"beforeMount"),new Bt(e,function(){e._update(e._render(),n)},D,null,!0),n=!1,null==e.$vnode&&(e._isMounted=!0,Mt(e,"mounted")),e}(this,e=e&&$?function(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}(e):void 0,t)},$&&setTimeout(function(){j.devtools&&ne&&ne.emit("init",dn)},0),t.default=dn}.call(this,n(44),n(342).setImmediate)},function(e,t,n){"use strict";var r=n(0);e.exports={hasLines:function(e){return e.visible&&e.mode&&-1!==e.mode.indexOf("lines")},hasMarkers:function(e){return e.visible&&e.mode&&-1!==e.mode.indexOf("markers")},hasText:function(e){return e.visible&&e.mode&&-1!==e.mode.indexOf("text")},isBubble:function(e){return r.isPlainObject(e.marker)&&Array.isArray(e.marker.size)}}},function(e,t,n){"use strict";var r=n(1),i=n(0),a=n(31),l=n(293),o=n(19).LINE_SPACING;function s(e,t){return e.node().getBoundingClientRect()[t]}var u=/([^$]*)([$]+[^$]*[$]+)([^$]*)/;t.convertToTspans=function(e,n,l){var g=e.text(),L=!e.attr("data-notex")&&"undefined"!=typeof MathJax&&g.match(u),D=r.select(e.node().parentNode);if(!D.empty()){var B=e.attr("class")?e.attr("class").split(" ")[0]:"text";return B+="-math",D.selectAll("svg."+B).remove(),D.selectAll("g."+B+"-group").remove(),e.style("display",null).attr({"data-unformatted":g,"data-math":"N"}),L?(n&&n._promises||[]).push(new Promise(function(t){e.style("display","none");var n={fontSize:parseInt(e.style("font-size"),10)};!function(e,t,n){var a="math-output-"+i.randstr([],64),l=r.select("body").append("div").attr({id:a}).style({visibility:"hidden",position:"absolute"}).style({"font-size":t.fontSize+"px"}).text((o=e,o.replace(c,"\\lt ").replace(d,"\\gt ")));var o;MathJax.Hub.Queue(["Typeset",MathJax.Hub,l.node()],function(){var t=r.select("body").select("#MathJax_SVG_glyphs");if(l.select(".MathJax_SVG").empty()||!l.select("svg").node())i.log("There was an error in the tex syntax.",e),n();else{var a=l.select("svg").node().getBoundingClientRect();n(l.select(".MathJax_SVG"),t,a)}l.remove()})}(L[2],n,function(n,r,i){D.selectAll("svg."+B).remove(),D.selectAll("g."+B+"-group").remove();var a=n&&n.select("svg");if(!a||!a.node())return S(),void t();var o=D.append("g").classed(B+"-group",!0).attr({"pointer-events":"none","data-unformatted":g,"data-math":"Y"});o.node().appendChild(a.node()),r&&r.node()&&a.node().insertBefore(r.node().cloneNode(!0),a.node().firstChild),a.attr({class:B,height:i.height,preserveAspectRatio:"xMinYMin meet"}).style({overflow:"visible","pointer-events":"none"});var u=e.style("fill")||"black";a.select("g").attr({fill:u,stroke:u});var c=s(a,"width"),d=s(a,"height"),f=+e.attr("x")-c*{start:0,middle:.5,end:1}[e.attr("text-anchor")||"start"],h=-(parseInt(e.style("font-size"),10)||s(e,"height"))/4;"y"===B[0]?(o.attr({transform:"rotate("+[-90,+e.attr("x"),+e.attr("y")]+") translate("+[-c/2,h-d/2]+")"}),a.attr({x:+e.attr("x"),y:+e.attr("y")})):"l"===B[0]?a.attr({x:e.attr("x"),y:h-d/2}):"a"===B[0]?a.attr({x:0,y:h}):a.attr({x:f,y:+e.attr("y")+h-d/2}),l&&l.call(e,o),t(o)})})):S(),e}function S(){D.empty()||(B=e.attr("class")+"-math",D.select("svg."+B).remove()),e.text("").style("white-space","pre"),function(e,t){t=(n=t,function(e,t){if(!e)return"";for(var n=0;n<t.length;n++){var r=t[n];e=e.replace(r.regExp,r.sub)}return e}(n,m)).replace(_," ");var n;var l,s=!1,u=[],c=-1;function d(){c++;var t=document.createElementNS(a.svg,"tspan");r.select(t).attr({class:"line",dy:c*o+"em"}),e.appendChild(t),l=t;var n=u;if(u=[{node:t}],n.length>1)for(var i=1;i<n.length;i++)g(n[i])}function g(e){var t,n=e.type,i={};if("a"===n){t="a";var o=e.target,s=e.href,c=e.popup;s&&(i={"xlink:xlink:show":"_blank"===o||"_"!==o.charAt(0)?"new":"replace",target:o,"xlink:xlink:href":s},c&&(i.onclick='window.open("'+s+'","'+o+'","'+c+'");return false;'))}else t="tspan";e.style&&(i.style=e.style);var d=document.createElementNS(a.svg,t);if("sup"===n||"sub"===n){L(l,v),l.appendChild(d);var f=document.createElementNS(a.svg,"tspan");L(f,v),r.select(f).attr("dy",p[n]),i.dy=h[n],l.appendChild(d),l.appendChild(f)}else l.appendChild(d);r.select(d).attr(i),l=e.node=d,u.push(e)}function L(e,t){e.appendChild(document.createTextNode(t))}function D(e){var n=u.pop();e!==n.type&&i.log("Start tag <"+n.type+"> doesnt match end tag <"+e+">. Pretending it did match.",t),l=u[u.length-1].node}M.test(t)?d():(l=e,u=[{node:e}]);for(var B=t.split(T),S=0;S<B.length;S++){var G=B[S],W=G.match(b),z=W&&W[2].toLowerCase(),O=f[z];if("br"===z)d();else if(void 0===O)L(l,G);else if(W[1])D(z);else{var P=W[4],R={type:z},j=A(P,K);if(j?(j=j.replace(w,"$1 fill:"),O&&(j+=";"+O)):O&&(j=O),j&&(R.style=j),"a"===z){s=!0;var E=A(P,k);if(E){var I=document.createElement("a");I.href=E,-1!==y.indexOf(I.protocol)&&(R.href=E,R.target=A(P,x)||"_blank",R.popup=A(P,C))}}g(R)}}return s}(e.node(),g)&&e.style("pointer-events","all"),t.positionText(e),l&&l.call(e)}};var c=/(<|<|<)/g,d=/(>|>|>)/g;var f={sup:"font-size:70%",sub:"font-size:70%",b:"font-weight:bold",i:"font-style:italic",a:"cursor:pointer",span:"",em:"font-style:italic;font-weight:bold"},h={sub:"0.3em",sup:"-0.6em"},p={sub:"-0.21em",sup:"0.42em"},v="โ",y=["http:","https:","mailto:","",void 0,":"],g=new RegExp("</?("+Object.keys(f).join("|")+")( [^>]*)?/?>","g"),m=Object.keys(l.entityToUnicode).map(function(e){return{regExp:new RegExp("&"+e+";","g"),sub:l.entityToUnicode[e]}}),_=/(\r\n?|\n)/g,T=/(<[^<>]*>)/,b=/<(\/?)([^ >]*)(\s+(.*))?>/i,M=/<br(\s+.*)?>/i,K=/(^|[\s"'])style\s*=\s*("([^"]*);?"|'([^']*);?')/i,k=/(^|[\s"'])href\s*=\s*("([^"]*)"|'([^']*)')/i,x=/(^|[\s"'])target\s*=\s*("([^"\s]*)"|'([^'\s]*)')/i,C=/(^|[\s"'])popup\s*=\s*("([^"\s]*)"|'([^'\s]*)')/i;function A(e,t){if(!e)return null;var n=e.match(t);return n&&(n[3]||n[4])}var w=/(^|;)\s*color:/;function L(e,t,n){var r,i,a,l=n.horizontalAlign,o=n.verticalAlign||"top",s=e.node().getBoundingClientRect(),u=t.node().getBoundingClientRect();return i="bottom"===o?function(){return s.bottom-r.height}:"middle"===o?function(){return s.top+(s.height-r.height)/2}:function(){return s.top},a="right"===l?function(){return s.right-r.width}:"center"===l?function(){return s.left+(s.width-r.width)/2}:function(){return s.left},function(){return r=this.node().getBoundingClientRect(),this.style({top:i()-u.top+"px",left:a()-u.left+"px","z-index":1e3}),this}}t.plainText=function(e){return(e||"").replace(g," ")},t.lineCount=function(e){return e.selectAll("tspan.line").size()||1},t.positionText=function(e,t,n){return e.each(function(){var e=r.select(this);function i(t,n){return void 0===n?null===(n=e.attr(t))&&(e.attr(t,0),n=0):e.attr(t,n),n}var a=i("x",t),l=i("y",n);"text"===this.nodeName&&e.selectAll("tspan.line").attr({x:a,y:l})})},t.makeEditable=function(e,t){var n=t.gd,i=t.delegate,a=r.dispatch("edit","input","cancel"),l=i||e;if(e.style({"pointer-events":i?"none":"all"}),1!==e.size())throw new Error("boo");function o(){var i,o;i=r.select(n).select(".svg-container"),(o=i.append("div")).classed("plugin-editable editable",!0).style({position:"absolute","font-family":e.style("font-family")||"Arial","font-size":e.style("font-size")||12,color:t.fill||e.style("fill")||"black",opacity:1,"background-color":t.background||"transparent",outline:"#ffffff33 1px solid",margin:[-parseFloat(e.style("font-size"))/8+1,0,0,-1].join("px ")+"px",padding:"0","box-sizing":"border-box"}).attr({contenteditable:!0}).text(t.text||e.attr("data-unformatted")).call(L(e,i,t)).on("blur",function(){n._editing=!1,e.text(this.textContent).style({opacity:1});var t,i=r.select(this).attr("class");(t=i?"."+i.split(" ")[0]+"-math-group":"[class*=-math-group]")&&r.select(e.node().parentNode).select(t).style({opacity:0});var l=this.textContent;r.select(this).transition().duration(0).remove(),r.select(document).on("mouseup",null),a.edit.call(e,l)}).on("focus",function(){var e=this;n._editing=!0,r.select(document).on("mouseup",function(){if(r.event.target===e)return!1;document.activeElement===o.node()&&o.node().blur()})}).on("keyup",function(){27===r.event.which?(n._editing=!1,e.style({opacity:1}),r.select(this).style({opacity:0}).on("blur",function(){return!1}).transition().remove(),a.cancel.call(e,this.textContent)):(a.input.call(e,this.textContent),r.select(this).call(L(e,i,t)))}).on("keydown",function(){13===r.event.which&&this.blur()}).call(s),e.style({opacity:0});var u,c=l.attr("class");(u=c?"."+c.split(" ")[0]+"-math-group":"[class*=-math-group]")&&r.select(e.node().parentNode).select(u).style({opacity:0})}function s(e){var t=e.node(),n=document.createRange();n.selectNodeContents(t);var r=window.getSelection();r.removeAllRanges(),r.addRange(n),t.focus()}return t.immediate?o():l.on("click",o),r.rebind(e,a,"on")}},function(e,t,n){"use strict";e.exports={idRegex:{x:/^x([2-9]|[1-9][0-9]+)?$/,y:/^y([2-9]|[1-9][0-9]+)?$/},attrRegex:{x:/^xaxis([2-9]|[1-9][0-9]+)?$/,y:/^yaxis([2-9]|[1-9][0-9]+)?$/},xAxisMatch:/^xaxis[0-9]*$/,yAxisMatch:/^yaxis[0-9]*$/,AX_ID_PATTERN:/^[xyz][0-9]*$/,AX_NAME_PATTERN:/^[xyz]axis[0-9]*$/,MINDRAG:8,MINSELECT:12,MINZOOM:20,DRAGGERSIZE:20,BENDPX:1.5,REDRAWDELAY:50,DFLTRANGEX:[-1,6],DFLTRANGEY:[-1,4]}},function(e,t,n){"use strict";e.exports={BADNUM:void 0,FP_SAFE:Number.MAX_VALUE/1e4,ONEAVGYEAR:315576e5,ONEAVGMONTH:26298e5,ONEDAY:864e5,ONEHOUR:36e5,ONEMIN:6e4,ONESEC:1e3,EPOCHJD:2440587.5,ALMOST_EQUAL:1-1e-6}},function(e,t,n){"use strict";e.exports={family:{valType:"string",role:"style",noBlank:!0,strict:!0,description:["HTML font family - the typeface that will be applied by the web browser.","The web browser will only be able to apply a font if it is available on the system","which it operates. Provide multiple font families, separated by commas, to indicate","the preference in which to apply fonts if they aren't available on the system.","The plotly service (at https://plot.ly or on-premise) generates images on a server,","where only a select number of","fonts are installed and supported.","These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*,","*Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*,","*PT Sans Narrow*, *Raleway*, *Times New Roman*."].join(" ")},size:{valType:"number",role:"style",min:1},color:{valType:"color",role:"style"}}},function(e,t,n){"use strict";var r=n(4),i=n(9),a=n(0),l=n(15);function o(e,t,n){var r=e._fullLayout;if(!r)return[];function a(e,n){for(var r=Object.keys(e),i=/^[xyz]axis[0-9]*/,a=[],l=0;l<r.length;l++){var o=r[l];t&&o.charAt(0)!==t||i.test(o)&&a.push(n+o)}return a.sort()}var l=a(r,"");if(n)return l;for(var o=i.getSubplotIds(r,"gl3d")||[],s=0;s<o.length;s++){var u=o[s];l=l.concat(a(r[u],u+"."))}return l}t.id2name=function(e){if("string"==typeof e&&e.match(l.AX_ID_PATTERN)){var t=e.substr(1);return"1"===t&&(t=""),e.charAt(0)+"axis"+t}},t.name2id=function(e){if(e.match(l.AX_NAME_PATTERN)){var t=e.substr(5);return"1"===t&&(t=""),e.charAt(0)+t}},t.cleanId=function(e,t){if(e.match(l.AX_ID_PATTERN)&&(!t||e.charAt(0)===t)){var n=e.substr(1).replace(/^0+/,"");return"1"===n&&(n=""),e.charAt(0)+n}},t.list=function(e,t,n){return o(e,t,n).map(function(t){return a.nestedProperty(e._fullLayout,t).get()})},t.listIds=function(e,n){return o(e,n,!0).map(t.name2id)},t.getFromId=function(e,n,r){var i=e._fullLayout;return"x"===r?n=n.replace(/y[0-9]*/,""):"y"===r&&(n=n.replace(/x[0-9]*/,"")),i[t.id2name(n)]},t.getFromTrace=function(e,n,i){var a=e._fullLayout,l=null;if(r.traceIs(n,"gl3d")){var o=n.scene;"scene"===o.substr(0,5)&&(l=a[o][i+"axis"])}else l=t.getFromId(e,n[i+"axis"]||i);return l}},function(e,t,n){"use strict";e.exports={FROM_BL:{left:0,center:.5,right:1,bottom:0,middle:.5,top:1},FROM_TL:{left:0,center:.5,right:1,bottom:1,middle:.5,top:0},LINE_SPACING:1.3}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));t.default={computed:{playersPerMatch:function(){return r.playersPerMatch(this.selectedMode)},hasTalents:function(){return r.hasTalents(this.selectedMode)},selectedActor:{get:function(){return this.$route.query.actor||"*Kinetic*"},set:function(e){this.$ga.event("Hero","update",e);var t=Object.assign({},this.$route.query,{actor:e});this.$router.push({query:t})}},selectedMode:{get:function(){return this.$route.query.mode||"blitz_pvp_ranked"},set:function(e){this.$ga.event("Mode","update",e);var t=Object.assign({},this.$route.query,{mode:e});this.$router.push({query:t})}},filterRarity:{get:function(){return this.$route.query.rarity||""},set:function(e){this.$ga.event("Rarity","update",e);var t=Object.assign({},this.$route.query,{rarity:e});this.$router.push({query:t})}},filterName:{get:function(){return this.$route.query.search||""},set:function(e){this.$ga.event("Search","update",e);var t=Object.assign({},this.$route.query,{search:e});this.$router.push({query:t})}},filterLowPickrate:{get:function(){return 1==this.$route.query.lowPickrate},set:function(e){this.$ga.event("LowPickrate","update",e);var t=Object.assign({},this.$route.query,{lowPickrate:e});this.$router.push({query:t})}}}}},function(e,t,n){"use strict";var r=n(8),i=n(0),a=n(15),l=n(98),o=e.exports={};o.align=n(271),o.getCursor=n(270);var s=n(269);function u(){var e=document.createElement("div");e.className="dragcover";var t=e.style;return t.position="fixed",t.left=0,t.right=0,t.top=0,t.bottom=0,t.zIndex=999999999,t.background="none",document.body.appendChild(e),e}o.unhover=s.wrapped,o.unhoverRaw=s.raw,o.init=function(e){var t,n,s,c,d,f=e.gd,h=1,p=l.DBLCLICKDELAY;function v(r){var l=r.clientX-t,s=r.clientY-n,u=e.minDrag||a.MINDRAG;return Math.abs(l)<u&&(l=0),Math.abs(s)<u&&(s=0),(l||s)&&(f._dragged=!0,o.unhover(f)),e.moveFn&&e.moveFn(l,s,f._dragged),i.pauseEvent(r)}function y(t){if(c.onmousemove=null,c.onmouseup=null,c.onmouseout=null,i.removeElement(c),f._dragging){if(f._dragging=!1,(new Date).getTime()-f._mouseDownTime>p&&(h=Math.max(h-1,1)),e.doneFn&&e.doneFn(f._dragged,h,t),!f._dragged){var n;try{n=new MouseEvent("click",t)}catch(e){(n=document.createEvent("MouseEvents")).initMouseEvent("click",t.bubbles,t.cancelable,t.view,t.detail,t.screenX,t.screenY,t.clientX,t.clientY,t.ctrlKey,t.altKey,t.shiftKey,t.metaKey,t.button,t.relatedTarget)}d.dispatchEvent(n)}return function(e){e._dragging=!1,e._replotPending&&r.plot(e)}(f),f._dragged=!1,i.pauseEvent(t)}f._dragged=!1}f._mouseDownTime||(f._mouseDownTime=0),e.element.onmousedown=function(r){return f._dragged=!1,f._dragging=!0,t=r.clientX,n=r.clientY,d=r.target,(s=(new Date).getTime())-f._mouseDownTime<p?h+=1:(h=1,f._mouseDownTime=s),e.prepFn&&e.prepFn(r,t,n),(c=u()).onmousemove=v,c.onmouseup=y,c.onmouseout=y,c.style.cursor=window.getComputedStyle(e.element).cursor,i.pauseEvent(r)},e.element.style.pointerEvents="all"},o.coverSlip=u},function(e,t,n){var r;!function(i){var a=/^\s+/,l=/\s+$/,o=0,s=i.round,u=i.min,c=i.max,d=i.random;function f(e,t){if(e=e||"",t=t||{},e instanceof f)return e;if(!(this instanceof f))return new f(e,t);var n=function(e){var t={r:0,g:0,b:0},n=1,r=null,o=null,s=null,d=!1,f=!1;"string"==typeof e&&(e=function(e){e=e.replace(a,"").replace(l,"").toLowerCase();var t,n=!1;if(D[e])e=D[e],n=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};if(t=F.rgb.exec(e))return{r:t[1],g:t[2],b:t[3]};if(t=F.rgba.exec(e))return{r:t[1],g:t[2],b:t[3],a:t[4]};if(t=F.hsl.exec(e))return{h:t[1],s:t[2],l:t[3]};if(t=F.hsla.exec(e))return{h:t[1],s:t[2],l:t[3],a:t[4]};if(t=F.hsv.exec(e))return{h:t[1],s:t[2],v:t[3]};if(t=F.hsva.exec(e))return{h:t[1],s:t[2],v:t[3],a:t[4]};if(t=F.hex8.exec(e))return{r:z(t[1]),g:z(t[2]),b:z(t[3]),a:j(t[4]),format:n?"name":"hex8"};if(t=F.hex6.exec(e))return{r:z(t[1]),g:z(t[2]),b:z(t[3]),format:n?"name":"hex"};if(t=F.hex4.exec(e))return{r:z(t[1]+""+t[1]),g:z(t[2]+""+t[2]),b:z(t[3]+""+t[3]),a:j(t[4]+""+t[4]),format:n?"name":"hex8"};if(t=F.hex3.exec(e))return{r:z(t[1]+""+t[1]),g:z(t[2]+""+t[2]),b:z(t[3]+""+t[3]),format:n?"name":"hex"};return!1}(e));"object"==typeof e&&($(e.r)&&$(e.g)&&$(e.b)?(h=e.r,p=e.g,v=e.b,t={r:255*G(h,255),g:255*G(p,255),b:255*G(v,255)},d=!0,f="%"===String(e.r).substr(-1)?"prgb":"rgb"):$(e.h)&&$(e.s)&&$(e.v)?(r=P(e.s),o=P(e.v),t=function(e,t,n){e=6*G(e,360),t=G(t,100),n=G(n,100);var r=i.floor(e),a=e-r,l=n*(1-t),o=n*(1-a*t),s=n*(1-(1-a)*t),u=r%6;return{r:255*[n,o,l,l,s,n][u],g:255*[s,n,n,o,l,l][u],b:255*[l,l,s,n,n,o][u]}}(e.h,r,o),d=!0,f="hsv"):$(e.h)&&$(e.s)&&$(e.l)&&(r=P(e.s),s=P(e.l),t=function(e,t,n){var r,i,a;function l(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}if(e=G(e,360),t=G(t,100),n=G(n,100),0===t)r=i=a=n;else{var o=n<.5?n*(1+t):n+t-n*t,s=2*n-o;r=l(s,o,e+1/3),i=l(s,o,e),a=l(s,o,e-1/3)}return{r:255*r,g:255*i,b:255*a}}(e.h,r,s),d=!0,f="hsl"),e.hasOwnProperty("a")&&(n=e.a));var h,p,v;return n=S(n),{ok:d,format:e.format||f,r:u(255,c(t.r,0)),g:u(255,c(t.g,0)),b:u(255,c(t.b,0)),a:n}}(e);this._originalInput=e,this._r=n.r,this._g=n.g,this._b=n.b,this._a=n.a,this._roundA=s(100*this._a)/100,this._format=t.format||n.format,this._gradientType=t.gradientType,this._r<1&&(this._r=s(this._r)),this._g<1&&(this._g=s(this._g)),this._b<1&&(this._b=s(this._b)),this._ok=n.ok,this._tc_id=o++}function h(e,t,n){e=G(e,255),t=G(t,255),n=G(n,255);var r,i,a=c(e,t,n),l=u(e,t,n),o=(a+l)/2;if(a==l)r=i=0;else{var s=a-l;switch(i=o>.5?s/(2-a-l):s/(a+l),a){case e:r=(t-n)/s+(t<n?6:0);break;case t:r=(n-e)/s+2;break;case n:r=(e-t)/s+4}r/=6}return{h:r,s:i,l:o}}function p(e,t,n){e=G(e,255),t=G(t,255),n=G(n,255);var r,i,a=c(e,t,n),l=u(e,t,n),o=a,s=a-l;if(i=0===a?0:s/a,a==l)r=0;else{switch(a){case e:r=(t-n)/s+(t<n?6:0);break;case t:r=(n-e)/s+2;break;case n:r=(e-t)/s+4}r/=6}return{h:r,s:i,v:o}}function v(e,t,n,r){var i=[O(s(e).toString(16)),O(s(t).toString(16)),O(s(n).toString(16))];return r&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0):i.join("")}function y(e,t,n,r){return[O(R(r)),O(s(e).toString(16)),O(s(t).toString(16)),O(s(n).toString(16))].join("")}function g(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.s-=t/100,n.s=W(n.s),f(n)}function m(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.s+=t/100,n.s=W(n.s),f(n)}function _(e){return f(e).desaturate(100)}function T(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.l+=t/100,n.l=W(n.l),f(n)}function b(e,t){t=0===t?0:t||10;var n=f(e).toRgb();return n.r=c(0,u(255,n.r-s(-t/100*255))),n.g=c(0,u(255,n.g-s(-t/100*255))),n.b=c(0,u(255,n.b-s(-t/100*255))),f(n)}function M(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.l-=t/100,n.l=W(n.l),f(n)}function K(e,t){var n=f(e).toHsl(),r=(n.h+t)%360;return n.h=r<0?360+r:r,f(n)}function k(e){var t=f(e).toHsl();return t.h=(t.h+180)%360,f(t)}function x(e){var t=f(e).toHsl(),n=t.h;return[f(e),f({h:(n+120)%360,s:t.s,l:t.l}),f({h:(n+240)%360,s:t.s,l:t.l})]}function C(e){var t=f(e).toHsl(),n=t.h;return[f(e),f({h:(n+90)%360,s:t.s,l:t.l}),f({h:(n+180)%360,s:t.s,l:t.l}),f({h:(n+270)%360,s:t.s,l:t.l})]}function A(e){var t=f(e).toHsl(),n=t.h;return[f(e),f({h:(n+72)%360,s:t.s,l:t.l}),f({h:(n+216)%360,s:t.s,l:t.l})]}function w(e,t,n){t=t||6,n=n||30;var r=f(e).toHsl(),i=360/n,a=[f(e)];for(r.h=(r.h-(i*t>>1)+720)%360;--t;)r.h=(r.h+i)%360,a.push(f(r));return a}function L(e,t){t=t||6;for(var n=f(e).toHsv(),r=n.h,i=n.s,a=n.v,l=[],o=1/t;t--;)l.push(f({h:r,s:i,v:a})),a=(a+o)%1;return l}f.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,t,n,r=this.toRgb();return e=r.r/255,t=r.g/255,n=r.b/255,.2126*(e<=.03928?e/12.92:i.pow((e+.055)/1.055,2.4))+.7152*(t<=.03928?t/12.92:i.pow((t+.055)/1.055,2.4))+.0722*(n<=.03928?n/12.92:i.pow((n+.055)/1.055,2.4))},setAlpha:function(e){return this._a=S(e),this._roundA=s(100*this._a)/100,this},toHsv:function(){var e=p(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=p(this._r,this._g,this._b),t=s(360*e.h),n=s(100*e.s),r=s(100*e.v);return 1==this._a?"hsv("+t+", "+n+"%, "+r+"%)":"hsva("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHsl:function(){var e=h(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=h(this._r,this._g,this._b),t=s(360*e.h),n=s(100*e.s),r=s(100*e.l);return 1==this._a?"hsl("+t+", "+n+"%, "+r+"%)":"hsla("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHex:function(e){return v(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return function(e,t,n,r,i){var a=[O(s(e).toString(16)),O(s(t).toString(16)),O(s(n).toString(16)),O(R(r))];if(i&&a[0].charAt(0)==a[0].charAt(1)&&a[1].charAt(0)==a[1].charAt(1)&&a[2].charAt(0)==a[2].charAt(1)&&a[3].charAt(0)==a[3].charAt(1))return a[0].charAt(0)+a[1].charAt(0)+a[2].charAt(0)+a[3].charAt(0);return a.join("")}(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:s(this._r),g:s(this._g),b:s(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+s(this._r)+", "+s(this._g)+", "+s(this._b)+")":"rgba("+s(this._r)+", "+s(this._g)+", "+s(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:s(100*G(this._r,255))+"%",g:s(100*G(this._g,255))+"%",b:s(100*G(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+s(100*G(this._r,255))+"%, "+s(100*G(this._g,255))+"%, "+s(100*G(this._b,255))+"%)":"rgba("+s(100*G(this._r,255))+"%, "+s(100*G(this._g,255))+"%, "+s(100*G(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(B[v(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t="#"+y(this._r,this._g,this._b,this._a),n=t,r=this._gradientType?"GradientType = 1, ":"";if(e){var i=f(e);n="#"+y(i._r,i._g,i._b,i._a)}return"progid:DXImageTransform.Microsoft.gradient("+r+"startColorstr="+t+",endColorstr="+n+")"},toString:function(e){var t=!!e;e=e||this._format;var n=!1,r=this._a<1&&this._a>=0;return t||!r||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(n=this.toRgbString()),"prgb"===e&&(n=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(n=this.toHexString()),"hex3"===e&&(n=this.toHexString(!0)),"hex4"===e&&(n=this.toHex8String(!0)),"hex8"===e&&(n=this.toHex8String()),"name"===e&&(n=this.toName()),"hsl"===e&&(n=this.toHslString()),"hsv"===e&&(n=this.toHsvString()),n||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return f(this.toString())},_applyModification:function(e,t){var n=e.apply(null,[this].concat([].slice.call(t)));return this._r=n._r,this._g=n._g,this._b=n._b,this.setAlpha(n._a),this},lighten:function(){return this._applyModification(T,arguments)},brighten:function(){return this._applyModification(b,arguments)},darken:function(){return this._applyModification(M,arguments)},desaturate:function(){return this._applyModification(g,arguments)},saturate:function(){return this._applyModification(m,arguments)},greyscale:function(){return this._applyModification(_,arguments)},spin:function(){return this._applyModification(K,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(w,arguments)},complement:function(){return this._applyCombination(k,arguments)},monochromatic:function(){return this._applyCombination(L,arguments)},splitcomplement:function(){return this._applyCombination(A,arguments)},triad:function(){return this._applyCombination(x,arguments)},tetrad:function(){return this._applyCombination(C,arguments)}},f.fromRatio=function(e,t){if("object"==typeof e){var n={};for(var r in e)e.hasOwnProperty(r)&&(n[r]="a"===r?e[r]:P(e[r]));e=n}return f(e,t)},f.equals=function(e,t){return!(!e||!t)&&f(e).toRgbString()==f(t).toRgbString()},f.random=function(){return f.fromRatio({r:d(),g:d(),b:d()})},f.mix=function(e,t,n){n=0===n?0:n||50;var r=f(e).toRgb(),i=f(t).toRgb(),a=n/100;return f({r:(i.r-r.r)*a+r.r,g:(i.g-r.g)*a+r.g,b:(i.b-r.b)*a+r.b,a:(i.a-r.a)*a+r.a})},f.readability=function(e,t){var n=f(e),r=f(t);return(i.max(n.getLuminance(),r.getLuminance())+.05)/(i.min(n.getLuminance(),r.getLuminance())+.05)},f.isReadable=function(e,t,n){var r,i,a=f.readability(e,t);switch(i=!1,(r=function(e){var t,n;t=((e=e||{level:"AA",size:"small"}).level||"AA").toUpperCase(),n=(e.size||"small").toLowerCase(),"AA"!==t&&"AAA"!==t&&(t="AA");"small"!==n&&"large"!==n&&(n="small");return{level:t,size:n}}(n)).level+r.size){case"AAsmall":case"AAAlarge":i=a>=4.5;break;case"AAlarge":i=a>=3;break;case"AAAsmall":i=a>=7}return i},f.mostReadable=function(e,t,n){var r,i,a,l,o=null,s=0;i=(n=n||{}).includeFallbackColors,a=n.level,l=n.size;for(var u=0;u<t.length;u++)(r=f.readability(e,t[u]))>s&&(s=r,o=f(t[u]));return f.isReadable(e,o,{level:a,size:l})||!i?o:(n.includeFallbackColors=!1,f.mostReadable(e,["#fff","#000"],n))};var D=f.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},B=f.hexNames=function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}(D);function S(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function G(e,t){(function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var n=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return e=u(t,c(0,parseFloat(e))),n&&(e=parseInt(e*t,10)/100),i.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function W(e){return u(1,c(0,e))}function z(e){return parseInt(e,16)}function O(e){return 1==e.length?"0"+e:""+e}function P(e){return e<=1&&(e=100*e+"%"),e}function R(e){return i.round(255*parseFloat(e)).toString(16)}function j(e){return z(e)/255}var E,I,N,F=(I="[\\s|\\(]+("+(E="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+E+")[,|\\s]+("+E+")\\s*\\)?",N="[\\s|\\(]+("+E+")[,|\\s]+("+E+")[,|\\s]+("+E+")[,|\\s]+("+E+")\\s*\\)?",{CSS_UNIT:new RegExp(E),rgb:new RegExp("rgb"+I),rgba:new RegExp("rgba"+N),hsl:new RegExp("hsl"+I),hsla:new RegExp("hsla"+N),hsv:new RegExp("hsv"+I),hsva:new RegExp("hsva"+N),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function $(e){return!!F.CSS_UNIT.exec(e)}void 0!==e&&e.exports?e.exports=f:void 0===(r=function(){return f}.call(t,n,t,e))||(e.exports=r)}(Math)},function(e,t,n){"use strict";var r=n(17),i=n(24),a=n(103).dash,l=n(10).extendFlat,o=n(15);e.exports={visible:{valType:"boolean",role:"info",description:["A single toggle to hide the axis while preserving interaction like dragging.","Default is true when a cheater plot is present on the axis, otherwise","false"].join(" ")},color:{valType:"color",dflt:i.defaultLine,role:"style",description:["Sets default for all colors associated with this axis","all at once: line, font, tick, and grid colors.","Grid color is lightened by blending this with the plot background","Individual pieces can override this."].join(" ")},title:{valType:"string",role:"info",description:"Sets the title of this axis."},titlefont:l({},r,{description:["Sets this axis' title font."].join(" ")}),type:{valType:"enumerated",values:["-","linear","log","date","category"],dflt:"-",role:"info",description:["Sets the axis type.","By default, plotly attempts to determined the axis type","by looking into the data of the traces that referenced","the axis in question."].join(" ")},autorange:{valType:"enumerated",values:[!0,!1,"reversed"],dflt:!0,role:"style",description:["Determines whether or not the range of this axis is","computed in relation to the input data.","See `rangemode` for more info.","If `range` is provided, then `autorange` is set to *false*."].join(" ")},rangemode:{valType:"enumerated",values:["normal","tozero","nonnegative"],dflt:"normal",role:"style",description:["If *normal*, the range is computed in relation to the extrema","of the input data.","If *tozero*`, the range extends to 0,","regardless of the input data","If *nonnegative*, the range is non-negative,","regardless of the input data."].join(" ")},range:{valType:"info_array",role:"info",items:[{valType:"any"},{valType:"any"}],description:["Sets the range of this axis.","If the axis `type` is *log*, then you must take the log of your","desired range (e.g. to set the range from 1 to 100,","set the range from 0 to 2).","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},fixedrange:{valType:"boolean",dflt:!1,role:"info",description:["Determines whether or not this axis is zoom-able.","If true, then zoom is disabled."].join(" ")},scaleanchor:{valType:"enumerated",values:[o.idRegex.x.toString(),o.idRegex.y.toString()],role:"info",description:["If set to another axis id (e.g. `x2`, `y`), the range of this axis","changes together with the range of the corresponding axis","such that the scale of pixels per unit is in a constant ratio.","Both axes are still zoomable, but when you zoom one, the other will","zoom the same amount, keeping a fixed midpoint.","`constrain` and `constraintoward` determine how we enforce the constraint.","You can chain these, ie `yaxis: {scaleanchor: *x*}, xaxis2: {scaleanchor: *y*}`","but you can only link axes of the same `type`.","The linked axis can have the opposite letter (to constrain the aspect ratio)","or the same letter (to match scales across subplots).","Loops (`yaxis: {scaleanchor: *x*}, xaxis: {scaleanchor: *y*}` or longer) are redundant","and the last constraint encountered will be ignored to avoid possible","inconsistent constraints via `scaleratio`."].join(" ")},scaleratio:{valType:"number",min:0,dflt:1,role:"info",description:["If this axis is linked to another by `scaleanchor`, this determines the pixel","to unit scale ratio. For example, if this value is 10, then every unit on","this axis spans 10 times the number of pixels as a unit on the linked axis.","Use this for example to create an elevation profile where the vertical scale","is exaggerated a fixed amount with respect to the horizontal."].join(" ")},constrain:{valType:"enumerated",values:["range","domain"],dflt:"range",role:"info",description:["If this axis needs to be compressed (either due to its own `scaleanchor` and","`scaleratio` or those of the other axis), determines how that happens:","by increasing the *range* (default), or by decreasing the *domain*."].join(" ")},constraintoward:{valType:"enumerated",values:["left","center","right","top","middle","bottom"],role:"info",description:["If this axis needs to be compressed (either due to its own `scaleanchor` and","`scaleratio` or those of the other axis), determines which direction we push","the originally specified plot area. Options are *left*, *center* (default),","and *right* for x axes, and *top*, *middle* (default), and *bottom* for y axes."].join(" ")},tickmode:{valType:"enumerated",values:["auto","linear","array"],role:"info",description:["Sets the tick mode for this axis.","If *auto*, the number of ticks is set via `nticks`.","If *linear*, the placement of the ticks is determined by","a starting position `tick0` and a tick step `dtick`","(*linear* is the default value if `tick0` and `dtick` are provided).","If *array*, the placement of the ticks is set via `tickvals`","and the tick text is `ticktext`.","(*array* is the default value if `tickvals` is provided)."].join(" ")},nticks:{valType:"integer",min:0,dflt:0,role:"style",description:["Specifies the maximum number of ticks for the particular axis.","The actual number of ticks will be chosen automatically to be","less than or equal to `nticks`.","Has an effect only if `tickmode` is set to *auto*."].join(" ")},tick0:{valType:"any",role:"style",description:["Sets the placement of the first tick on this axis.","Use with `dtick`.","If the axis `type` is *log*, then you must take the log of your starting tick","(e.g. to set the starting tick to 100, set the `tick0` to 2)","except when `dtick`=*L<f>* (see `dtick` for more info).","If the axis `type` is *date*, it should be a date string, like date data.","If the axis `type` is *category*, it should be a number, using the scale where","each category is assigned a serial number from zero in the order it appears."].join(" ")},dtick:{valType:"any",role:"style",description:["Sets the step in-between ticks on this axis. Use with `tick0`.","Must be a positive number, or special strings available to *log* and *date* axes.","If the axis `type` is *log*, then ticks are set every 10^(n*dtick) where n","is the tick number. For example,","to set a tick mark at 1, 10, 100, 1000, ... set dtick to 1.","To set tick marks at 1, 100, 10000, ... set dtick to 2.","To set tick marks at 1, 5, 25, 125, 625, 3125, ... set dtick to log_10(5), or 0.69897000433.","*log* has several special values; *L<f>*, where `f` is a positive number,","gives ticks linearly spaced in value (but not position).","For example `tick0` = 0.1, `dtick` = *L0.5* will put ticks at 0.1, 0.6, 1.1, 1.6 etc.","To show powers of 10 plus small digits between, use *D1* (all digits) or *D2* (only 2 and 5).","`tick0` is ignored for *D1* and *D2*.","If the axis `type` is *date*, then you must convert the time to milliseconds.","For example, to set the interval between ticks to one day,","set `dtick` to 86400000.0.","*date* also has special values *M<n>* gives ticks spaced by a number of months.","`n` must be a positive integer.","To set ticks on the 15th of every third month, set `tick0` to *2000-01-15* and `dtick` to *M3*.","To set ticks every 4 years, set `dtick` to *M48*"].join(" ")},tickvals:{valType:"data_array",description:["Sets the values at which ticks on this axis appear.","Only has an effect if `tickmode` is set to *array*.","Used with `ticktext`."].join(" ")},ticktext:{valType:"data_array",description:["Sets the text displayed at the ticks position via `tickvals`.","Only has an effect if `tickmode` is set to *array*.","Used with `tickvals`."].join(" ")},ticks:{valType:"enumerated",values:["outside","inside",""],role:"style",description:["Determines whether ticks are drawn or not.","If **, this axis' ticks are not drawn.","If *outside* (*inside*), this axis' are drawn outside (inside)","the axis lines."].join(" ")},mirror:{valType:"enumerated",values:[!0,"ticks",!1,"all","allticks"],dflt:!1,role:"style",description:["Determines if the axis lines or/and ticks are mirrored to","the opposite side of the plotting area.","If *true*, the axis lines are mirrored.","If *ticks*, the axis lines and ticks are mirrored.","If *false*, mirroring is disable.","If *all*, axis lines are mirrored on all shared-axes subplots.","If *allticks*, axis lines and ticks are mirrored","on all shared-axes subplots."].join(" ")},ticklen:{valType:"number",min:0,dflt:5,role:"style",description:"Sets the tick length (in px)."},tickwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the tick width (in px)."},tickcolor:{valType:"color",dflt:i.defaultLine,role:"style",description:"Sets the tick color."},showticklabels:{valType:"boolean",dflt:!0,role:"style",description:"Determines whether or not the tick labels are drawn."},showspikes:{valType:"boolean",dflt:!1,role:"style",description:["Determines whether or not spikes (aka droplines) are drawn for this axis.","Note: This only takes affect when hovermode = closest"].join(" ")},spikecolor:{valType:"color",dflt:null,role:"style",description:"Sets the spike color. If undefined, will use the series color"},spikethickness:{valType:"number",dflt:3,role:"style",description:"Sets the width (in px) of the zero line."},spikedash:l({},a,{dflt:"dash"}),spikemode:{valType:"flaglist",flags:["toaxis","across","marker"],role:"style",dflt:"toaxis",description:["Determines the drawing mode for the spike line","If *toaxis*, the line is drawn from the data point to the axis the ","series is plotted on.","If *across*, the line is drawn across the entire plot area, and","supercedes *toaxis*.","If *marker*, then a marker dot is drawn on the axis the series is","plotted on"].join(" ")},tickfont:l({},r,{description:"Sets the tick font."}),tickangle:{valType:"angle",dflt:"auto",role:"style",description:["Sets the angle of the tick labels with respect to the horizontal.","For example, a `tickangle` of -90 draws the tick labels","vertically."].join(" ")},tickprefix:{valType:"string",dflt:"",role:"style",description:"Sets a tick label prefix."},showtickprefix:{valType:"enumerated",values:["all","first","last","none"],dflt:"all",role:"style",description:["If *all*, all tick labels are displayed with a prefix.","If *first*, only the first tick is displayed with a prefix.","If *last*, only the last tick is displayed with a suffix.","If *none*, tick prefixes are hidden."].join(" ")},ticksuffix:{valType:"string",dflt:"",role:"style",description:"Sets a tick label suffix."},showticksuffix:{valType:"enumerated",values:["all","first","last","none"],dflt:"all",role:"style",description:"Same as `showtickprefix` but for tick suffixes."},showexponent:{valType:"enumerated",values:["all","first","last","none"],dflt:"all",role:"style",description:["If *all*, all exponents are shown besides their significands.","If *first*, only the exponent of the first tick is shown.","If *last*, only the exponent of the last tick is shown.","If *none*, no exponents appear."].join(" ")},exponentformat:{valType:"enumerated",values:["none","e","E","power","SI","B"],dflt:"B",role:"style",description:["Determines a formatting rule for the tick exponents.","For example, consider the number 1,000,000,000.","If *none*, it appears as 1,000,000,000.","If *e*, 1e+9.","If *E*, 1E+9.","If *power*, 1x10^9 (with 9 in a super script).","If *SI*, 1G.","If *B*, 1B."].join(" ")},separatethousands:{valType:"boolean",dflt:!1,role:"style",description:['If "true", even 4-digit integers are separated'].join(" ")},tickformat:{valType:"string",dflt:"",role:"style",description:["Sets the tick label formatting rule using d3 formatting mini-languages","which are very similar to those in Python. For numbers, see:","https://github.com/d3/d3-format/blob/master/README.md#locale_format","And for dates see:","https://github.com/d3/d3-time-format/blob/master/README.md#locale_format","We add one item to d3's date formatter: *%{n}f* for fractional seconds","with n digits. For example, *2016-10-13 09:15:23.456* with tickformat","*%H~%M~%S.%2f* would display *09~15~23.46*"].join(" ")},hoverformat:{valType:"string",dflt:"",role:"style",description:["Sets the hover text formatting rule using d3 formatting mini-languages","which are very similar to those in Python. For numbers, see:","https://github.com/d3/d3-format/blob/master/README.md#locale_format","And for dates see:","https://github.com/d3/d3-time-format/blob/master/README.md#locale_format","We add one item to d3's date formatter: *%{n}f* for fractional seconds","with n digits. For example, *2016-10-13 09:15:23.456* with tickformat","*%H~%M~%S.%2f* would display *09~15~23.46*"].join(" ")},showline:{valType:"boolean",dflt:!1,role:"style",description:["Determines whether or not a line bounding this axis is drawn."].join(" ")},linecolor:{valType:"color",dflt:i.defaultLine,role:"style",description:"Sets the axis line color."},linewidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the width (in px) of the axis line."},showgrid:{valType:"boolean",role:"style",description:["Determines whether or not grid lines are drawn.","If *true*, the grid lines are drawn at every tick mark."].join(" ")},gridcolor:{valType:"color",dflt:i.lightLine,role:"style",description:"Sets the color of the grid lines."},gridwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the width (in px) of the grid lines."},zeroline:{valType:"boolean",role:"style",description:["Determines whether or not a line is drawn at along the 0 value","of this axis.","If *true*, the zero line is drawn on top of the grid lines."].join(" ")},zerolinecolor:{valType:"color",dflt:i.defaultLine,role:"style",description:"Sets the line color of the zero line."},zerolinewidth:{valType:"number",dflt:1,role:"style",description:"Sets the width (in px) of the zero line."},anchor:{valType:"enumerated",values:["free",o.idRegex.x.toString(),o.idRegex.y.toString()],role:"info",description:["If set to an opposite-letter axis id (e.g. `x2`, `y`), this axis is bound to","the corresponding opposite-letter axis.","If set to *free*, this axis' position is determined by `position`."].join(" ")},side:{valType:"enumerated",values:["top","bottom","left","right"],role:"info",description:["Determines whether a x (y) axis is positioned","at the *bottom* (*left*) or *top* (*right*)","of the plotting area."].join(" ")},overlaying:{valType:"enumerated",values:["free",o.idRegex.x.toString(),o.idRegex.y.toString()],role:"info",description:["If set a same-letter axis id, this axis is overlaid on top of","the corresponding same-letter axis.","If *false*, this axis does not overlay any same-letter axes."].join(" ")},domain:{valType:"info_array",role:"info",items:[{valType:"number",min:0,max:1},{valType:"number",min:0,max:1}],dflt:[0,1],description:["Sets the domain of this axis (in plot fraction)."].join(" ")},position:{valType:"number",min:0,max:1,dflt:0,role:"style",description:["Sets the position of this axis in the plotting space","(in normalized coordinates).","Only has an effect if `anchor` is set to *free*."].join(" ")},categoryorder:{valType:"enumerated",values:["trace","category ascending","category descending","array"],dflt:"trace",role:"info",description:["Specifies the ordering logic for the case of categorical variables.","By default, plotly uses *trace*, which specifies the order that is present in the data supplied.","Set `categoryorder` to *category ascending* or *category descending* if order should be determined by","the alphanumerical order of the category names.","Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category","is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to","the *trace* mode. The unspecified categories will follow the categories in `categoryarray`."].join(" ")},categoryarray:{valType:"data_array",role:"info",description:["Sets the order in which categories on this axis appear.","Only has an effect if `categoryorder` is set to *array*.","Used with `categoryorder`."].join(" ")},_deprecated:{autotick:{valType:"boolean",role:"info",description:["Obsolete.","Set `tickmode` to *auto* for old `autotick` *true* behavior.","Set `tickmode` to *linear* for `autotick` *false*."].join(" ")}}}},function(e,t,n){"use strict";t.defaults=["#1f77b4","#ff7f0e","#2ca02c","#d62728","#9467bd","#8c564b","#e377c2","#7f7f7f","#bcbd22","#17becf"],t.defaultLine="#444",t.lightLine="#eee",t.background="#fff",t.borderLine="#BEC8D9",t.lightFraction=1e3/11},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=l(n(11)),i=l(n(324)),a=l(n(174));function l(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}function o(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var s=n(323).filter(function(e){return void 0!=e.Actor}),u=new Map,c=new Map,d=new Map,f=new Map,h=new Map,p=new Map,v=new Map,y=new Map,g=new Map,m=new Map,_=new Map,T=new Map,b=new Map,M=new Map,K=new Map,k=0,x=[],C=i.config.api.modes,A=function(e){var t=function(t){return t.TotalPicks/c.get(e)*t.TotalWinner},n=r.playersPerMatch(e),l=s.filter(function(t){return t.Mode==e}),C=l.filter(function(e){return e.LevelBucket==function(e){return l.filter(function(t){return t.Actor==e.Actor&&t.Talent==e.Talent}).map(function(e){return e.LevelBucket}).reduce(function(e,t){return t<e?t:e})}(e)}).map(function(e){var t,n,a=function(e,t){return e+t},s=function(e){return[].concat(o(Array(e).keys()))},u=l.filter(function(t){return t.Actor==e.Actor&&t.Talent==e.Talent&&t.LevelBucket>=0}),c=u.map(function(e){return e.LevelBucket}).sort(),d=function(e){return u.find(function(t){return t.LevelBucket==e})},f=c.map(function(e){return d(e).Count}),h=f.reduce(a,0),p=(t=[]).concat.apply(t,o(c.map(function(e,t){return s(f[t]).map(function(t){return e/i.config.self.levelBuckets})}))),v=(n=[]).concat.apply(n,o(c.map(function(e,t){return s(f[t]).map(function(t){return d(e).Winner})}))),y=p.length,g=p.reduce(a,0),m=v.reduce(a,0),_=p.map(function(e,t){return e*v[t]}).reduce(a,0),T=p.map(function(e){return e*e}).reduce(a,0),b=(v.map(function(e){return e*e}).reduce(a,0),(y*_-g*m)/(y*T-g*g)),M=(m-b*g)/y,K=v.map(function(e){return Math.pow(e-m/y,2)}).reduce(a,0),k=1-v.map(function(e,t){return Math.pow(M+b*p[t]-e,2)}).reduce(a,0)/K;return Object.assign({},e,{_Count:1,Rarity:r.getTalentRarity(e.Talent),TalentWinrateBase:M||e.Winner,TalentWinrateScaling:b||0,TalentWinrateMax:M+b||e.Winner,TalentWinrateLevelScaling:b/r.getMaxLevel(e)||0,TalentWinrateVariance:k||0,TotalPicks:h||e.Count,TotalWinner:m/h||e.Winner,SampleTooSmall:h<300,KillDeathPoints:r.killDeathPoints(e),ObjectivePoints:r.objectivePoints(e),BlitzPointsDelta:r.blitzPointsDelta(e),VarianceTooLarge:k<.25})});u.set(e,C),c.set(e,u.get(e).map(function(e){return e.TotalPicks}).reduce(function(e,t){return e+t},0)),k+=c.get(e)/r.playersPerMatch(e),d.set(e,u.get(e).sort(function(e,n){return t(n)-t(e)}).slice(0,10)),f.set(e,u.get(e).sort(function(e,t){return t.TotalPicks-e.TotalPicks})[0]),h.set(e,u.get(e).filter(function(t){return 100*n*t.TotalPicks/c.get(e)>1}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),_.set(e,u.get(e).filter(function(t){return 100*n*t.TotalPicks/c.get(e)<=1&&t.TotalPicks>300}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),p.set(e,u.get(e).filter(function(t){return"Rare"==t.Rarity&&100*n*t.TotalPicks/c.get(e)}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),v.set(e,u.get(e).filter(function(t){return"Epic"==t.Rarity&&100*n*t.TotalPicks/c.get(e)}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),y.set(e,u.get(e).filter(function(t){return"Legendary"==t.Rarity&&100*n*t.TotalPicks/c.get(e)}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),g.set(e,u.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.TalentWinrateBase}).sort(function(e,t){return t.TalentWinrateBase-e.TalentWinrateBase})[0]),m.set(e,u.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.TalentWinrateLevelScaling}).sort(function(e,t){return t.TalentWinrateLevelScaling-e.TalentWinrateLevelScaling})[0]),T.set(e,u.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.KillDeathPoints}).sort(function(e,t){return t.KillDeathPoints-e.KillDeathPoints})[0]),b.set(e,u.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.ObjectivePoints}).sort(function(e,t){return t.ObjectivePoints-e.ObjectivePoints})[0]),M.set(e,u.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.BlitzPointsDelta}).sort(function(e,t){return t.BlitzPointsDelta-e.BlitzPointsDelta})[0]),K.set(e,new Map(Object.entries(a.reduceBy(a.mergeWith(function(e,t){return a.is(String,e)?e:a.add(e,t)}),0,a.prop("Rarity"),u.get(e))))),0==x.length&&(x=[].concat(o(new Set(u.get(e).map(function(e){return e.Actor})))))},w=!0,L=!1,D=void 0;try{for(var B,S=C[Symbol.iterator]();!(w=(B=S.next()).done);w=!0){A(B.value)}}catch(e){L=!0,D=e}finally{try{!w&&S.return&&S.return()}finally{if(L)throw D}}t.default={getReport:function(e){return u.get(e)},getCsv:function(e){return"Hero,Talent,Rarity,Kills,Deaths,TurretKills,AverageWinrate,BaseLevelWinrate,MaxLevelWinrate,LevelWinrateVariance,Wins,Picks\n"+u.get(e).map(function(e){return[r.getHero(e.Actor),r.getTalentName(e.Talent),r.getTalentRarity(e.Talent),e.Kills,e.Deaths,e.TurretKills,e.TotalWinner,e.TalentWinrateBase||e.TotalWinner,e.TalentWinrateMax||e.TotalWinner,e.TalentWinrateVariance||e.TotalWinner,e.TotalWinner*e.TotalPicks,e.TotalPicks].join(",")}).join("\n")},getTotalPicks:function(e){return c.get(e)},getTopPick:function(e){return f.get(e)},getTop10Picks:function(e){return d.get(e)},getTopLowLevel:function(e){return g.get(e)},getTopScaling:function(e){return m.get(e)},getTopWin:function(e){return h.get(e)},getTopUnpopularWin:function(e){return _.get(e)},getTopRareWins:function(e){return p.get(e)},getTopEpicWins:function(e){return v.get(e)},getTopLegendaryWins:function(e){return y.get(e)},getBestUnpopular:function(e){return topUnpopular.get(e)},getTopKillDeathPoints:function(e){return T.get(e)},getTopObjectivePoints:function(e){return b.get(e)},getTopBlitzPointsDelta:function(e){return M.get(e)},getSummaryTalents:function(e){return K.get(e)},getActors:function(){return x},getModes:function(){return C},getTotalMatches:function(){return k},getLastUpdate:function(){return i.lastUpdate},getLevelBuckets:function(){return i.config.self.levelBuckets}}},function(e,t,n){"use strict";e.exports={Greys:[[0,"rgb(0,0,0)"],[1,"rgb(255,255,255)"]],YlGnBu:[[0,"rgb(8,29,88)"],[.125,"rgb(37,52,148)"],[.25,"rgb(34,94,168)"],[.375,"rgb(29,145,192)"],[.5,"rgb(65,182,196)"],[.625,"rgb(127,205,187)"],[.75,"rgb(199,233,180)"],[.875,"rgb(237,248,217)"],[1,"rgb(255,255,217)"]],Greens:[[0,"rgb(0,68,27)"],[.125,"rgb(0,109,44)"],[.25,"rgb(35,139,69)"],[.375,"rgb(65,171,93)"],[.5,"rgb(116,196,118)"],[.625,"rgb(161,217,155)"],[.75,"rgb(199,233,192)"],[.875,"rgb(229,245,224)"],[1,"rgb(247,252,245)"]],YlOrRd:[[0,"rgb(128,0,38)"],[.125,"rgb(189,0,38)"],[.25,"rgb(227,26,28)"],[.375,"rgb(252,78,42)"],[.5,"rgb(253,141,60)"],[.625,"rgb(254,178,76)"],[.75,"rgb(254,217,118)"],[.875,"rgb(255,237,160)"],[1,"rgb(255,255,204)"]],Bluered:[[0,"rgb(0,0,255)"],[1,"rgb(255,0,0)"]],RdBu:[[0,"rgb(5,10,172)"],[.35,"rgb(106,137,247)"],[.5,"rgb(190,190,190)"],[.6,"rgb(220,170,132)"],[.7,"rgb(230,145,90)"],[1,"rgb(178,10,28)"]],Reds:[[0,"rgb(220,220,220)"],[.2,"rgb(245,195,157)"],[.4,"rgb(245,160,105)"],[1,"rgb(178,10,28)"]],Blues:[[0,"rgb(5,10,172)"],[.35,"rgb(40,60,190)"],[.5,"rgb(70,100,245)"],[.6,"rgb(90,120,245)"],[.7,"rgb(106,137,247)"],[1,"rgb(220,220,220)"]],Picnic:[[0,"rgb(0,0,255)"],[.1,"rgb(51,153,255)"],[.2,"rgb(102,204,255)"],[.3,"rgb(153,204,255)"],[.4,"rgb(204,204,255)"],[.5,"rgb(255,255,255)"],[.6,"rgb(255,204,255)"],[.7,"rgb(255,153,255)"],[.8,"rgb(255,102,204)"],[.9,"rgb(255,102,102)"],[1,"rgb(255,0,0)"]],Rainbow:[[0,"rgb(150,0,90)"],[.125,"rgb(0,0,200)"],[.25,"rgb(0,25,255)"],[.375,"rgb(0,152,255)"],[.5,"rgb(44,255,150)"],[.625,"rgb(151,255,0)"],[.75,"rgb(255,234,0)"],[.875,"rgb(255,111,0)"],[1,"rgb(255,0,0)"]],Portland:[[0,"rgb(12,51,131)"],[.25,"rgb(10,136,186)"],[.5,"rgb(242,211,56)"],[.75,"rgb(242,143,56)"],[1,"rgb(217,30,30)"]],Jet:[[0,"rgb(0,0,131)"],[.125,"rgb(0,60,170)"],[.375,"rgb(5,255,255)"],[.625,"rgb(255,255,0)"],[.875,"rgb(250,0,0)"],[1,"rgb(128,0,0)"]],Hot:[[0,"rgb(0,0,0)"],[.3,"rgb(230,0,0)"],[.6,"rgb(255,210,0)"],[1,"rgb(255,255,255)"]],Blackbody:[[0,"rgb(0,0,0)"],[.2,"rgb(230,0,0)"],[.4,"rgb(230,210,0)"],[.7,"rgb(255,255,255)"],[1,"rgb(160,200,255)"]],Earth:[[0,"rgb(0,0,130)"],[.1,"rgb(0,180,180)"],[.2,"rgb(40,210,40)"],[.4,"rgb(230,230,50)"],[.6,"rgb(120,70,20)"],[1,"rgb(255,255,255)"]],Electric:[[0,"rgb(0,0,0)"],[.15,"rgb(30,0,100)"],[.4,"rgb(120,0,100)"],[.6,"rgb(160,90,0)"],[.8,"rgb(230,200,0)"],[1,"rgb(255,250,220)"]],Viridis:[[0,"#440154"],[.06274509803921569,"#48186a"],[.12549019607843137,"#472d7b"],[.18823529411764706,"#424086"],[.25098039215686274,"#3b528b"],[.3137254901960784,"#33638d"],[.3764705882352941,"#2c728e"],[.4392156862745098,"#26828e"],[.5019607843137255,"#21918c"],[.5647058823529412,"#1fa088"],[.6274509803921569,"#28ae80"],[.6901960784313725,"#3fbc73"],[.7529411764705882,"#5ec962"],[.8156862745098039,"#84d44b"],[.8784313725490196,"#addc30"],[.9411764705882353,"#d8e219"],[1,"#fde725"]]}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n){var i,a=n.name,l=t[a],o=r.isArray(e[a])?e[a]:[],s=t[a]=[];for(i=0;i<o.length;i++){var u=o[i],c={},d={};r.isPlainObject(u)||(d.itemIsNotPlainObject=!0,u={}),n.handleItemDefaults(u,c,t,n,d),c._input=u,c._index=i,s.push(c)}if(r.isArray(l)){var f=Math.min(l.length,s.length);for(i=0;i<f;i++)r.relinkPrivateKeys(s[i],l[i])}}},function(e,t,n){"use strict";e.exports=function(e,t){(e.attr("class")||"").split(" ").forEach(function(t){0===t.indexOf("cursor-")&&e.classed(t,!1)}),t&&e.classed("cursor-"+t,!0)}},function(e,t,n){"use strict";var r=n(1),i=n(0),a=n(21),l=n(89),o=n(88);e.exports={moduleType:"component",name:"fx",constants:n(38),schema:{layout:o},attributes:n(110),layoutAttributes:o,supplyLayoutGlobalDefaults:n(268),supplyDefaults:n(267),supplyLayoutDefaults:n(266),calc:n(265),getDistanceFunction:l.getDistanceFunction,getClosest:l.getClosest,inbox:l.inbox,appendArrayPointValue:l.appendArrayPointValue,castHoverOption:function(e,t,n){return i.castOption(e,t,"hoverlabel."+n)},castHoverinfo:function(e,t,n){return i.castOption(e,n,"hoverinfo",function(n){return i.coerceHoverinfo({hoverinfo:n},{_module:e._module},t)})},hover:n(87).hover,unhover:a.unhover,loneHover:n(87).loneHover,loneUnhover:function(e){var t=i.isD3Selection(e)?e:r.select(e);t.selectAll("g.hovertext").remove(),t.selectAll(".spikeline").remove()},click:n(263)}},function(e,t,n){"use strict";var r=e.exports={};r.attributes=n(105),r.supplyDefaults=n(155),r.calc=n(289),r.calcFromTrace=function(e,t){for(var n=e.x||[],i=e.y||[],a=n.length||i.length,l=new Array(a),o=0;o<a;o++)l[o]={x:n[o],y:i[o]};return l[0].trace=e,r.calc({calcdata:[l],_fullLayout:t}),l},r.plot=n(282),r.style=n(281),r.hoverInfo=function(e,t,n){(t.error_y||{}).visible&&(n.yerr=e.yh-e.y,t.error_y.symmetric||(n.yerrneg=e.y-e.ys)),(t.error_x||{}).visible&&(n.xerr=e.xh-e.x,t.error_x.symmetric||(n.xerrneg=e.x-e.xs))}},function(e,t,n){"use strict";t.xmlns="http://www.w3.org/2000/xmlns/",t.svg="http://www.w3.org/2000/svg",t.xlink="http://www.w3.org/1999/xlink",t.svgAttrs={xmlns:t.svg,"xmlns:xlink":t.xlink}},function(e,t,n){"use strict";e.exports=function(e){return window&&window.process&&window.process.versions?"[object Object]"===Object.prototype.toString.call(e):"[object Object]"===Object.prototype.toString.call(e)&&Object.getPrototypeOf(e)===Object.prototype}},function(e,t,n){"use strict";var r=n(113),i=e.exports={};function a(e,t){if(e.apply)e.apply(e,t);else for(var n=0;n<t.length;n++)e(t[n])}i.log=function(){if(r.logging>1){for(var e=["LOG:"],t=0;t<arguments.length;t++)e.push(arguments[t]);a(console.trace||console.log,e)}},i.warn=function(){if(r.logging>0){for(var e=["WARN:"],t=0;t<arguments.length;t++)e.push(arguments[t]);a(console.trace||console.log,e)}},i.error=function(){if(r.logging>0){for(var e=["ERROR:"],t=0;t<arguments.length;t++)e.push(arguments[t]);a(console.error,e)}}},function(e,t,n){"use strict";n.r(t);var r=n(114),i=n(68);for(var a in i)"default"!==a&&function(e){n.d(t,e,function(){return i[e]})}(a);var l=n(5),o=Object(l.a)(i.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";e.exports={name:"sliders",containerClassName:"slider-container",groupClassName:"slider-group",inputAreaClass:"slider-input-area",railRectClass:"slider-rail-rect",railTouchRectClass:"slider-rail-touch-rect",gripRectClass:"slider-grip-rect",tickRectClass:"slider-tick-rect",inputProxyClass:"slider-input-proxy",labelsClass:"slider-labels",labelGroupClass:"slider-label-group",labelClass:"slider-label",currentValueClass:"slider-current-value",railHeight:5,menuIndexAttrName:"slider-active-index",autoMarginIdRoot:"slider-",minWidth:30,minHeight:30,textPadX:40,arrowOffsetX:4,railRadius:2,railWidth:5,railBorder:4,railBorderWidth:1,railBorderColor:"#bec8d9",railBgColor:"#f8fafc",railInset:8,stepInset:10,gripRadius:10,gripWidth:20,gripHeight:20,gripBorder:20,gripBorderWidth:1,gripBorderColor:"#bec8d9",gripBgColor:"#f6f8fa",gripBgActiveColor:"#dbdde0",labelPadding:8,labelOffset:0,tickWidth:1,tickColor:"#333",tickOffset:25,tickLength:7,minorTickOffset:25,minorTickColor:"#333",minorTickLength:4,currentValuePadding:8,currentValueInset:0}},function(e,t,n){"use strict";var r=n(138),i=n(17),a=n(15),l=n(10).extendFlat;e.exports={_isLinkedToArray:"annotation",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not this annotation is visible."].join(" ")},text:{valType:"string",role:"info",description:["Sets the text associated with this annotation.","Plotly uses a subset of HTML tags to do things like","newline (<br>), bold (<b></b>), italics (<i></i>),","hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub>","<span> are also supported."].join(" ")},textangle:{valType:"angle",dflt:0,role:"style",description:["Sets the angle at which the `text` is drawn","with respect to the horizontal."].join(" ")},font:l({},i,{description:"Sets the annotation text font."}),width:{valType:"number",min:1,dflt:null,role:"style",description:["Sets an explicit width for the text box. null (default) lets the","text set the box width. Wider text will be clipped.","There is no automatic wrapping; use <br> to start a new line."].join(" ")},height:{valType:"number",min:1,dflt:null,role:"style",description:["Sets an explicit height for the text box. null (default) lets the","text set the box height. Taller text will be clipped."].join(" ")},opacity:{valType:"number",min:0,max:1,dflt:1,role:"style",description:"Sets the opacity of the annotation (text + arrow)."},align:{valType:"enumerated",values:["left","center","right"],dflt:"center",role:"style",description:["Sets the horizontal alignment of the `text` within the box.","Has an effect only if `text` spans more two or more lines","(i.e. `text` contains one or more <br> HTML tags) or if an","explicit width is set to override the text width."].join(" ")},valign:{valType:"enumerated",values:["top","middle","bottom"],dflt:"middle",role:"style",description:["Sets the vertical alignment of the `text` within the box.","Has an effect only if an explicit height is set to override","the text height."].join(" ")},bgcolor:{valType:"color",dflt:"rgba(0,0,0,0)",role:"style",description:"Sets the background color of the annotation."},bordercolor:{valType:"color",dflt:"rgba(0,0,0,0)",role:"style",description:["Sets the color of the border enclosing the annotation `text`."].join(" ")},borderpad:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the padding (in px) between the `text`","and the enclosing border."].join(" ")},borderwidth:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the width (in px) of the border enclosing","the annotation `text`."].join(" ")},showarrow:{valType:"boolean",dflt:!0,role:"style",description:["Determines whether or not the annotation is drawn with an arrow.","If *true*, `text` is placed near the arrow's tail.","If *false*, `text` lines up with the `x` and `y` provided."].join(" ")},arrowcolor:{valType:"color",role:"style",description:"Sets the color of the annotation arrow."},arrowhead:{valType:"integer",min:0,max:r.length,dflt:1,role:"style",description:"Sets the annotation arrow head style."},arrowsize:{valType:"number",min:.3,dflt:1,role:"style",description:"Sets the size (in px) of annotation arrow head."},arrowwidth:{valType:"number",min:.1,role:"style",description:"Sets the width (in px) of annotation arrow."},standoff:{valType:"number",min:0,dflt:0,role:"style",description:["Sets a distance, in pixels, to move the arrowhead away from the","position it is pointing at, for example to point at the edge of","a marker independent of zoom. Note that this shortens the arrow","from the `ax` / `ay` vector, in contrast to `xshift` / `yshift`","which moves everything by this amount."].join(" ")},ax:{valType:"any",role:"info",description:["Sets the x component of the arrow tail about the arrow head.","If `axref` is `pixel`, a positive (negative) ","component corresponds to an arrow pointing","from right to left (left to right).","If `axref` is an axis, this is an absolute value on that axis,","like `x`, NOT a relative value."].join(" ")},ay:{valType:"any",role:"info",description:["Sets the y component of the arrow tail about the arrow head.","If `ayref` is `pixel`, a positive (negative) ","component corresponds to an arrow pointing","from bottom to top (top to bottom).","If `ayref` is an axis, this is an absolute value on that axis,","like `y`, NOT a relative value."].join(" ")},axref:{valType:"enumerated",dflt:"pixel",values:["pixel",a.idRegex.x.toString()],role:"info",description:["Indicates in what terms the tail of the annotation (ax,ay) ","is specified. If `pixel`, `ax` is a relative offset in pixels ","from `x`. If set to an x axis id (e.g. *x* or *x2*), `ax` is ","specified in the same terms as that axis. This is useful ","for trendline annotations which should continue to indicate ","the correct trend when zoomed."].join(" ")},ayref:{valType:"enumerated",dflt:"pixel",values:["pixel",a.idRegex.y.toString()],role:"info",description:["Indicates in what terms the tail of the annotation (ax,ay) ","is specified. If `pixel`, `ay` is a relative offset in pixels ","from `y`. If set to a y axis id (e.g. *y* or *y2*), `ay` is ","specified in the same terms as that axis. This is useful ","for trendline annotations which should continue to indicate ","the correct trend when zoomed."].join(" ")},xref:{valType:"enumerated",values:["paper",a.idRegex.x.toString()],role:"info",description:["Sets the annotation's x coordinate axis.","If set to an x axis id (e.g. *x* or *x2*), the `x` position","refers to an x coordinate","If set to *paper*, the `x` position refers to the distance from","the left side of the plotting area in normalized coordinates","where 0 (1) corresponds to the left (right) side."].join(" ")},x:{valType:"any",role:"info",description:["Sets the annotation's x position.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"auto",role:"info",description:["Sets the text box's horizontal position anchor","This anchor binds the `x` position to the *left*, *center*","or *right* of the annotation.","For example, if `x` is set to 1, `xref` to *paper* and","`xanchor` to *right* then the right-most portion of the","annotation lines up with the right-most edge of the","plotting area.","If *auto*, the anchor is equivalent to *center* for","data-referenced annotations or if there is an arrow,","whereas for paper-referenced with no arrow, the anchor picked","corresponds to the closest side."].join(" ")},xshift:{valType:"number",dflt:0,role:"style",description:["Shifts the position of the whole annotation and arrow to the","right (positive) or left (negative) by this many pixels."].join(" ")},yref:{valType:"enumerated",values:["paper",a.idRegex.y.toString()],role:"info",description:["Sets the annotation's y coordinate axis.","If set to an y axis id (e.g. *y* or *y2*), the `y` position","refers to an y coordinate","If set to *paper*, the `y` position refers to the distance from","the bottom of the plotting area in normalized coordinates","where 0 (1) corresponds to the bottom (top)."].join(" ")},y:{valType:"any",role:"info",description:["Sets the annotation's y position.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"auto",role:"info",description:["Sets the text box's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the annotation.","For example, if `y` is set to 1, `yref` to *paper* and","`yanchor` to *top* then the top-most portion of the","annotation lines up with the top-most edge of the","plotting area.","If *auto*, the anchor is equivalent to *middle* for","data-referenced annotations or if there is an arrow,","whereas for paper-referenced with no arrow, the anchor picked","corresponds to the closest side."].join(" ")},yshift:{valType:"number",dflt:0,role:"style",description:["Shifts the position of the whole annotation and arrow up","(positive) or down (negative) by this many pixels."].join(" ")},clicktoshow:{valType:"enumerated",values:[!1,"onoff","onout"],dflt:!1,role:"style",description:["Makes this annotation respond to clicks on the plot.","If you click a data point that exactly matches the `x` and `y`","values of this annotation, and it is hidden (visible: false),","it will appear. In *onoff* mode, you must click the same point","again to make it disappear, so if you click multiple points,","you can show multiple annotations. In *onout* mode, a click","anywhere else in the plot (on another data point or not) will","hide this annotation.","If you need to show/hide this annotation in response to different","`x` or `y` values, you can set `xclick` and/or `yclick`. This is","useful for example to label the side of a bar. To label markers","though, `standoff` is preferred over `xclick` and `yclick`."].join(" ")},xclick:{valType:"any",role:"info",description:["Toggle this annotation when clicking a data point whose `x` value","is `xclick` rather than the annotation's `x` value."].join(" ")},yclick:{valType:"any",role:"info",description:["Toggle this annotation when clicking a data point whose `y` value","is `yclick` rather than the annotation's `y` value."].join(" ")},hovertext:{valType:"string",role:"info",description:["Sets text to appear when hovering over this annotation.","If omitted or blank, no hover label will appear."].join(" ")},hoverlabel:{bgcolor:{valType:"color",role:"style",description:["Sets the background color of the hover label.","By default uses the annotation's `bgcolor` made opaque,","or white if it was transparent."].join(" ")},bordercolor:{valType:"color",role:"style",description:["Sets the border color of the hover label.","By default uses either dark grey or white, for maximum","contrast with `hoverlabel.bgcolor`."].join(" ")},font:l({},i,{description:["Sets the hover label text font.","By default uses the global hover font and size,","with color from `hoverlabel.bordercolor`."].join(" ")})},captureevents:{valType:"boolean",role:"info",description:["Determines whether the annotation text box captures mouse move","and click events, or allows those events to pass through to data","points in the plot that may be behind the annotation. By default","`captureevents` is *false* unless `hovertext` is provided.","If you use the event `plotly_clickannotation` without `hovertext`","you must explicitly enable `captureevents`."].join(" ")},_deprecated:{ref:{valType:"string",role:"info",description:["Obsolete. Set `xref` and `yref` separately instead."].join(" ")}}}},function(e,t,n){"use strict";t.isRightAnchor=function(e){return"right"===e.xanchor||"auto"===e.xanchor&&e.x>=2/3},t.isCenterAnchor=function(e){return"center"===e.xanchor||"auto"===e.xanchor&&e.x>1/3&&e.x<2/3},t.isBottomAnchor=function(e){return"bottom"===e.yanchor||"auto"===e.yanchor&&e.y<=1/3},t.isMiddleAnchor=function(e){return"middle"===e.yanchor||"auto"===e.yanchor&&e.y>1/3&&e.y<2/3}},function(e,t,n){"use strict";e.exports={MAXDIST:20,YANGLE:60,HOVERARROWSIZE:6,HOVERTEXTPAD:3,HOVERFONTSIZE:13,HOVERFONT:"Arial, sans-serif",HOVERMINTIME:50}},function(e,t,n){"use strict";var r=n(2),i=n(0),a=n(101);e.exports=function(e,t){var n=t?i.nestedProperty(e,t).get()||{}:e,l=n.color,o=!1;if(Array.isArray(l))for(var s=0;s<l.length;s++)if(r(l[s])){o=!0;break}return i.isPlainObject(n)&&(o||!0===n.showscale||r(n.cmin)&&r(n.cmax)||a(n.colorscale)||i.isPlainObject(n.colorbar))}},function(e,t,n){"use strict";var r=n(298),i=n(105),a=n(104),l=n(103).dash,o=n(7),s=n(156),u=n(10).extendFlat;e.exports={x:{valType:"data_array",description:"Sets the x coordinates."},x0:{valType:"any",dflt:0,role:"info",description:["Alternate to `x`.","Builds a linear space of x coordinates.","Use with `dx`","where `x0` is the starting coordinate and `dx` the step."].join(" ")},dx:{valType:"number",dflt:1,role:"info",description:["Sets the x coordinate step.","See `x0` for more info."].join(" ")},y:{valType:"data_array",description:"Sets the y coordinates."},y0:{valType:"any",dflt:0,role:"info",description:["Alternate to `y`.","Builds a linear space of y coordinates.","Use with `dy`","where `y0` is the starting coordinate and `dy` the step."].join(" ")},dy:{valType:"number",dflt:1,role:"info",description:["Sets the y coordinate step.","See `y0` for more info."].join(" ")},text:{valType:"string",role:"info",dflt:"",arrayOk:!0,description:["Sets text elements associated with each (x,y) pair.","If a single string, the same string appears over","all the data points.","If an array of string, the items are mapped in order to the","this trace's (x,y) coordinates.","If trace `hoverinfo` contains a *text* flag and *hovertext* is not set,","these elements will be seen in the hover labels."].join(" ")},hovertext:{valType:"string",role:"info",dflt:"",arrayOk:!0,description:["Sets hover text elements associated with each (x,y) pair.","If a single string, the same string appears over","all the data points.","If an array of string, the items are mapped in order to the","this trace's (x,y) coordinates.","To be seen, trace `hoverinfo` must contain a *text* flag."].join(" ")},mode:{valType:"flaglist",flags:["lines","markers","text"],extras:["none"],role:"info",description:["Determines the drawing mode for this scatter trace.","If the provided `mode` includes *text* then the `text` elements","appear at the coordinates. Otherwise, the `text` elements","appear on hover.","If there are less than "+s.PTS_LINESONLY+" points,","then the default is *lines+markers*. Otherwise, *lines*."].join(" ")},hoveron:{valType:"flaglist",flags:["points","fills"],role:"info",description:["Do the hover effects highlight individual points (markers or","line points) or do they highlight filled regions?","If the fill is *toself* or *tonext* and there are no markers","or text, then the default is *fills*, otherwise it is *points*."].join(" ")},line:{color:{valType:"color",role:"style",description:"Sets the line color."},width:{valType:"number",min:0,dflt:2,role:"style",description:"Sets the line width (in px)."},shape:{valType:"enumerated",values:["linear","spline","hv","vh","hvh","vhv"],dflt:"linear",role:"style",description:["Determines the line shape.","With *spline* the lines are drawn using spline interpolation.","The other available values correspond to step-wise line shapes."].join(" ")},smoothing:{valType:"number",min:0,max:1.3,dflt:1,role:"style",description:["Has an effect only if `shape` is set to *spline*","Sets the amount of smoothing.","*0* corresponds to no smoothing (equivalent to a *linear* shape)."].join(" ")},dash:l,simplify:{valType:"boolean",dflt:!0,role:"info",description:["Simplifies lines by removing nearly-collinear points. When transitioning","lines, it may be desirable to disable this so that the number of points","along the resulting SVG path is unaffected."].join(" ")}},connectgaps:{valType:"boolean",dflt:!1,role:"info",description:["Determines whether or not gaps","(i.e. {nan} or missing values)","in the provided data arrays are connected."].join(" ")},fill:{valType:"enumerated",values:["none","tozeroy","tozerox","tonexty","tonextx","toself","tonext"],dflt:"none",role:"style",description:["Sets the area to fill with a solid color.","Use with `fillcolor` if not *none*.","*tozerox* and *tozeroy* fill to x=0 and y=0 respectively.","*tonextx* and *tonexty* fill between the endpoints of this","trace and the endpoints of the trace before it, connecting those","endpoints with straight lines (to make a stacked area graph);","if there is no trace before it, they behave like *tozerox* and","*tozeroy*.","*toself* connects the endpoints of the trace (or each segment","of the trace if it has gaps) into a closed shape.","*tonext* fills the space between two traces if one completely","encloses the other (eg consecutive contour lines), and behaves like","*toself* if there is no trace before it. *tonext* should not be","used if one trace does not enclose the other."].join(" ")},fillcolor:{valType:"color",role:"style",description:["Sets the fill color.","Defaults to a half-transparent variant of the line color,","marker color, or marker line color, whichever is available."].join(" ")},marker:u({},{symbol:{valType:"enumerated",values:o.symbolList,dflt:"circle",arrayOk:!0,role:"style",description:["Sets the marker symbol type.","Adding 100 is equivalent to appending *-open* to a symbol name.","Adding 200 is equivalent to appending *-dot* to a symbol name.","Adding 300 is equivalent to appending *-open-dot*","or *dot-open* to a symbol name."].join(" ")},opacity:{valType:"number",min:0,max:1,arrayOk:!0,role:"style",description:"Sets the marker opacity."},size:{valType:"number",min:0,dflt:6,arrayOk:!0,role:"style",description:"Sets the marker size (in px)."},maxdisplayed:{valType:"number",min:0,dflt:0,role:"style",description:["Sets a maximum number of points to be drawn on the graph.","*0* corresponds to no limit."].join(" ")},sizeref:{valType:"number",dflt:1,role:"style",description:["Has an effect only if `marker.size` is set to a numerical array.","Sets the scale factor used to determine the rendered size of","marker points. Use with `sizemin` and `sizemode`."].join(" ")},sizemin:{valType:"number",min:0,dflt:0,role:"style",description:["Has an effect only if `marker.size` is set to a numerical array.","Sets the minimum size (in px) of the rendered marker points."].join(" ")},sizemode:{valType:"enumerated",values:["diameter","area"],dflt:"diameter",role:"info",description:["Has an effect only if `marker.size` is set to a numerical array.","Sets the rule for which the data in `size` is converted","to pixels."].join(" ")},showscale:{valType:"boolean",role:"info",dflt:!1,description:["Has an effect only if `marker.color` is set to a numerical array.","Determines whether or not a colorbar is displayed."].join(" ")},colorbar:a,line:u({},{width:{valType:"number",min:0,arrayOk:!0,role:"style",description:"Sets the width (in px) of the lines bounding the marker points."}},r("marker.line")),gradient:{type:{valType:"enumerated",values:["radial","horizontal","vertical","none"],arrayOk:!0,dflt:"none",role:"style",description:["Sets the type of gradient used to fill the markers"].join(" ")},color:{valType:"color",arrayOk:!0,role:"style",description:["Sets the final color of the gradient fill:","the center color for radial, the right for horizontal,","or the bottom for vertical."].join(" ")}}},r("marker")),textposition:{valType:"enumerated",values:["top left","top center","top right","middle left","middle center","middle right","bottom left","bottom center","bottom right"],dflt:"middle center",arrayOk:!0,role:"style",description:["Sets the positions of the `text` elements","with respects to the (x,y) coordinates."].join(" ")},textfont:{family:{valType:"string",role:"style",noBlank:!0,strict:!0,arrayOk:!0},size:{valType:"number",role:"style",min:1,arrayOk:!0},color:{valType:"color",role:"style",arrayOk:!0},description:"Sets the text font."},r:{valType:"data_array",description:["For polar chart only.","Sets the radial coordinates."].join("")},t:{valType:"data_array",description:["For polar chart only.","Sets the angular coordinates."].join("")},error_y:i,error_x:i}},function(e,t,n){"use strict";var r=n(0).extendFlat,i=n(17),a=n(24);e.exports={font:{family:r({},i.family,{dflt:'"Open Sans", verdana, arial, sans-serif'}),size:r({},i.size,{dflt:12}),color:r({},i.color,{dflt:a.defaultLine}),description:["Sets the global font.","Note that fonts used in traces and other","layout components inherit from the global font."].join(" ")},title:{valType:"string",role:"info",dflt:"Click to enter Plot title",description:["Sets the plot's title."].join(" ")},titlefont:r({},i,{description:"Sets the title font."}),autosize:{valType:"boolean",role:"info",dflt:!1,description:["Determines whether or not a layout width or height","that has been left undefined by the user","is initialized on each relayout.","Note that, regardless of this attribute,","an undefined layout width or height","is always initialized on the first call to plot."].join(" ")},width:{valType:"number",role:"info",min:10,dflt:700,description:["Sets the plot's width (in px)."].join(" ")},height:{valType:"number",role:"info",min:10,dflt:450,description:["Sets the plot's height (in px)."].join(" ")},margin:{l:{valType:"number",role:"info",min:0,dflt:80,description:"Sets the left margin (in px)."},r:{valType:"number",role:"info",min:0,dflt:80,description:"Sets the right margin (in px)."},t:{valType:"number",role:"info",min:0,dflt:100,description:"Sets the top margin (in px)."},b:{valType:"number",role:"info",min:0,dflt:80,description:"Sets the bottom margin (in px)."},pad:{valType:"number",role:"info",min:0,dflt:0,description:["Sets the amount of padding (in px)","between the plotting area and the axis lines"].join(" ")},autoexpand:{valType:"boolean",role:"info",dflt:!0}},paper_bgcolor:{valType:"color",role:"style",dflt:a.background,description:"Sets the color of paper where the graph is drawn."},plot_bgcolor:{valType:"color",role:"style",dflt:a.background,description:["Sets the color of plotting area in-between x and y axes."].join(" ")},separators:{valType:"string",role:"style",dflt:".,",description:["Sets the decimal and thousand separators.","For example, *. * puts a '.' before decimals and","a space between thousands."].join(" ")},hidesources:{valType:"boolean",role:"info",dflt:!1,description:["Determines whether or not a text link citing the data source is","placed at the bottom-right cored of the figure.","Has only an effect only on graphs that have been generated via","forked graphs from the plotly service (at https://plot.ly or on-premise)."].join(" ")},smith:{valType:"enumerated",role:"info",values:[!1],dflt:!1},showlegend:{valType:"boolean",role:"info",description:"Determines whether or not a legend is drawn."}}},function(e,t,n){"use strict";var r=n(110);e.exports={type:{valType:"enumerated",role:"info",values:[],dflt:"scatter"},visible:{valType:"enumerated",values:[!0,!1,"legendonly"],role:"info",dflt:!0,description:["Determines whether or not this trace is visible.","If *legendonly*, the trace is not drawn,","but can appear as a legend item","(provided that the legend itself is visible)."].join(" ")},showlegend:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not an item corresponding to this","trace is shown in the legend."].join(" ")},legendgroup:{valType:"string",role:"info",dflt:"",description:["Sets the legend group for this trace.","Traces part of the same legend group hide/show at the same time","when toggling legend items."].join(" ")},opacity:{valType:"number",role:"style",min:0,max:1,dflt:1,description:"Sets the opacity of the trace."},name:{valType:"string",role:"info",description:["Sets the trace name.","The trace name appear as the legend item and on hover."].join(" ")},uid:{valType:"string",role:"info",dflt:""},ids:{valType:"data_array",description:["Assigns id labels to each datum.","These ids for object constancy of data points during animation."].join(" ")},customdata:{valType:"data_array",description:["Assigns extra data each datum.","This may be useful when listening to hover, click and selection events.","Note that, *scatter* traces also appends customdata items in the markers","DOM elements"].join(" ")},hoverinfo:{valType:"flaglist",role:"info",flags:["x","y","z","text","name"],extras:["all","none","skip"],arrayOk:!0,dflt:"all",description:["Determines which trace information appear on hover.","If `none` or `skip` are set, no information is displayed upon hovering.","But, if `none` is set, click and hover events are still fired."].join(" ")},hoverlabel:r.hoverlabel,stream:{token:{valType:"string",noBlank:!0,strict:!0,role:"info",description:["The stream id number links a data trace on a plot with a stream.","See https://plot.ly/settings for more details."].join(" ")},maxpoints:{valType:"number",min:0,max:1e4,dflt:500,role:"info",description:["Sets the maximum number of points to keep on the plots from an","incoming stream.","If `maxpoints` is set to *50*, only the newest 50 points will","be displayed on the plot."].join(" ")}}}},function(e,t,n){"use strict";n.r(t);var r=n(115),i=n(71);for(var a in i)"default"!==a&&function(e){n.d(t,e,function(){return i[e]})}(a);n(328);var l=n(5),o=Object(l.a)(i.default,r.a,r.b,!1,null,"0f598b8f",null);t.default=o.exports},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(n(12)),i=o(n(20)),a=o(n(25)),l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function o(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("summaries",{mixins:[i.default],data:function(){return{}},computed:{talentSummaries:function(){return[].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(a.default.getSummaryTalents(this.selectedMode).values())).sort(function(e,t){return l.getTalentRarityIndex(e.Talent)-l.getTalentRarityIndex(t.Talent)})},totalPicks:function(){return this.talentSummaries.map(function(e){return e.TotalPicks}).reduce(function(e,t){return e+t},0)}},components:{}})},function(e,t,n){"use strict";n.r(t);var r=n(47),i=n.n(r);for(var a in r)"default"!==a&&function(e){n.d(t,e,function(){return r[e]})}(a);t.default=i.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=s(n(12)),i=s(n(311)),a=s(n(25)),l=s(n(20)),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function s(e){return e&&e.__esModule?e:{default:e}}i.default.register([]),t.default=r.default.component("win-pick-scatter",{mixins:[l.default],mounted:function(){this.refresh(),window.addEventListener("resize",this.resize)},watch:{selectedMode:function(){this.refresh()},filterLowPickrate:function(){this.refresh()},yMetric:function(){this.refresh()},fixedXRange:function(){this.refresh()}},data:function(){return{yMetric:"TotalWinner",fixedXRange:!1}},methods:{refresh:function(){var e=this,t=a.default.getReport(this.selectedMode).filter(function(t){return!!e.filterLowPickrate||!t.SampleTooSmall}),n=a.default.getTotalPicks(this.selectedMode),r=function(e){return t.filter(function(t){return o.getTalentRarity(t.Talent)==e})},l=o.RARITIES.map(function(t){return{x:r(t).map(function(t){return t[e.yMetric]}),y:r(t).map(function(t){return o.playersPerMatch(e.selectedMode)*(t.TotalCount||t.Count)/n}),text:r(t).map(function(e){return o.getHero(e.Actor)}),name:t,mode:"markers",type:"scatter"}});this.plot=i.default.newPlot(this.$refs.graph,l,{xaxis:{title:"Win Rate",fixedrange:!0,tickformat:",.0%",range:this.fixedXRange?[.25,.75]:void 0},yaxis:{title:"Pick Rate",fixedrange:!0,tickformat:",.0%"},margin:{t:40,l:40,b:40,r:40},staticPlot:!0,shapes:[{type:"line",x0:.4,y0:0,x1:.4,y1:1,yref:"paper",line:{color:"grey",width:1.5,dash:"dot"}},{type:"line",x0:.6,y0:0,x1:.6,y1:1,yref:"paper",line:{color:"grey",width:1.5,dash:"dot"}}]},{displayModeBar:!1})},resize:function(){this.$refs.graph&&i.default.Plots.resize(this.$refs.graph)}}})},function(e,t,n){"use strict";n.r(t);var r=n(50),i=n.n(r);for(var a in r)"default"!==a&&function(e){n.d(t,e,function(){return r[e]})}(a);t.default=i.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,i=n(12),a=(r=i)&&r.__esModule?r:{default:r};t.default=a.default.component("install-notification",{data:function(){return{deferredPrompt:void 0}},methods:{promptInstall:function(e){var t=this;this.$ga.event("PWA","available"),e.preventDefault(),this.deferredPrompt=e,this.deferredPrompt.userChoice.then(function(e){t.$ga.event("PWA","popup",e.outcome),t.deferredPrompt=null})},installed:function(e){this.$ga.event("PWA","installed")}},created:function(){window.addEventListener("beforeinstallprompt",this.promptInstall),window.addEventListener("appinstalled",this.installed)},destroyed:function(){window.removeEventListener("beforeinstallprompt",this.promptInstall),window.removeEventListener("appinstalled",this.installed)}})},function(e,t,n){"use strict";n.r(t);var r=n(53),i=n.n(r);for(var a in r)"default"!==a&&function(e){n.d(t,e,function(){return r[e]})}(a);t.default=i.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a(n(12)),i=a(n(20));function a(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("intro-box",{mixins:[i.default],data:function(){return{hideIntro:!!localStorage.getItem("hideIntro"),gaOptedOut:!!localStorage.getItem("gaOptOut")}},methods:{optOutAnalytics:function(){this.$ga.disable(),this.gaOptedOut=!0}},created:function(){this.gaOptedOut&&this.$ga.disable()},watch:{hideIntro:function(e){localStorage.setItem("hideIntro",e)},gaOptedOut:function(e){localStorage.setItem("gaOptOut",e)},selectedMode:function(e){this.hideIntro=!!localStorage.getItem("hideIntro")}}})},function(e,t,n){"use strict";n.r(t);var r=n(55),i=n.n(r);for(var a in r)"default"!==a&&function(e){n.d(t,e,function(){return r[e]})}(a);t.default=i.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=s(n(12)),i=s(n(34)),a=s(n(20)),l=s(n(25)),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function s(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("report-table",{mixins:[a.default],data:function(){var e=this;return{RARITIES:o.RARITIES,getTalentName:o.getTalentName,getTalentRarityIndex:o.getTalentRarityIndex,getHero:o.getHero,getLevelBuckets:l.default.getLevelBuckets,getLevelsPerBucket:function(t){return o.getMaxLevel(t)/e.getLevelBuckets()}}},computed:{report:function(){var e=this,t=function(e){return!0},n=[""!=this.filterRarity?function(t){return o.getTalentRarity(t.Talent)==e.filterRarity}:t,this.filterLowPickrate?t:function(e){return!e.SampleTooSmall}],r=function(e,t){return e&&t};return l.default.getReport(this.selectedMode).filter(function(e){return n.map(function(t){return t(e)}).reduce(r,!0)})},totalPicks:function(){return l.default.getTotalPicks(this.selectedMode)}},methods:{downloadCsv:function(){var e=l.default.getCsv(this.selectedMode),t=document.createElement("a");t.href="data:text/csv;charset=utf-8,"+encodeURI(e),t.target="_blank",t.download=o.getMode(this.selectedMode)+".csv",t.click()}},components:{HeroImage:i.default}})},function(e,t,n){"use strict";n.r(t);var r=n(57),i=n.n(r);for(var a in r)"default"!==a&&function(e){n.d(t,e,function(){return r[e]})}(a);t.default=i.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=u(n(12)),i=u(n(43)),a=u(n(34)),l=u(n(20)),o=u(n(25)),s=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function u(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("hero-talent-table",{mixins:[l.default],data:function(){var e=this;return{getTalentName:s.getTalentName,getLevelBuckets:o.default.getLevelBuckets,getLevelsPerBucket:function(t){return s.getMaxLevel(t)/e.getLevelBuckets()}}},computed:{hasTalents:function(){return s.hasTalents(this.selectedMode)},totalPicks:function(){return o.default.getTotalPicks(this.selectedMode)},heroReport:function(){var e=this;return o.default.getReport(this.selectedMode).filter(function(t){return t.Actor==e.selectedActor}).sort(function(e,t){return s.getTalentRarityIndex(e.Talent)-s.getTalentRarityIndex(t.Talent)})},totalHeroReport:function(){return this.heroReport.map(function(e){return{TotalWinner:e.TotalPicks*e.TotalWinner,TotalPicks:e.TotalPicks}}).reduce(function(e,t){return{TotalWinner:e.TotalWinner+t.TotalWinner,TotalPicks:e.TotalPicks+t.TotalPicks}},{TotalWinner:0,TotalPicks:0})},playersPerMatch:function(){return s.playersPerMatch(this.selectedMode)}},components:{TalentImage:i.default,HeroImage:a.default}})},function(e,t,n){"use strict";n.r(t);var r=n(59),i=n.n(r);for(var a in r)"default"!==a&&function(e){n.d(t,e,function(){return r[e]})}(a);t.default=i.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=u(n(12)),i=u(n(43)),a=u(n(34)),l=u(n(20)),o=u(n(25)),s=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function u(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("hero-draft-grid",{mixins:[l.default],data:function(){return{actors:o.default.getActors().sort(),getHero:s.getHero,getTalentName:s.getTalentName}},components:{TalentImage:i.default,HeroImage:a.default}})},function(e,t,n){"use strict";n.r(t);var r=n(62),i=n.n(r);for(var a in r)"default"!==a&&function(e){n.d(t,e,function(){return r[e]})}(a);t.default=i.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=u(n(12)),i=u(n(43)),a=u(n(34)),l=u(n(20)),o=u(n(25)),s=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function u(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("top-talents-box",{mixins:[l.default],data:function(){return{getHero:s.getHero,getTalentName:s.getTalentName}},computed:{top10Talents:function(){return o.default.getTop10Picks(this.selectedMode)},hasTalents:function(){return s.hasTalents(this.selectedMode)},totalPicks:function(){return o.default.getTotalPicks(this.selectedMode)},playersPerMatch:function(){return s.playersPerMatch(this.selectedMode)}},components:{TalentImage:i.default,HeroImage:a.default}})},function(e,t,n){"use strict";n.r(t);var r=n(64),i=n.n(r);for(var a in r)"default"!==a&&function(e){n.d(t,e,function(){return r[e]})}(a);t.default=i.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,i=n(12),a=(r=i)&&r.__esModule?r:{default:r},l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));t.default=a.default.component("hero-image",{props:["actor","round"],computed:{hero:function(){return l.getHero(this.actor)}}})},function(e,t,n){"use strict";n.r(t);var r=n(67),i=n.n(r);for(var a in r)"default"!==a&&function(e){n.d(t,e,function(){return r[e]})}(a);t.default=i.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,i=n(12),a=(r=i)&&r.__esModule?r:{default:r},l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));t.default=a.default.component("talent-image",{props:["entry","size"],computed:{hero:function(){return l.getHero(this.entry.Actor)},rarity:function(){return l.getTalentRarity(this.entry.Talent)}}})},function(e,t,n){"use strict";n.r(t);var r=n(70),i=n.n(r);for(var a in r)"default"!==a&&function(e){n.d(t,e,function(){return r[e]})}(a);t.default=i.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(n(12)),i=o(n(43)),a=o(n(34)),l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function o(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("talent-box",{props:["title","content","entry","type","value","label"],computed:{hero:function(){return l.getHero(this.entry.Actor)},hasTalent:function(){return"None"!=l.getTalentRarity(this.entry.Talent)}},components:{TalentImage:i.default,HeroImage:a.default}})},function(e,t,n){"use strict";n.r(t);var r=n(72),i=n.n(r);for(var a in r)"default"!==a&&function(e){n.d(t,e,function(){return r[e]})}(a);t.default=i.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=s(n(12)),i=s(n(332)),a=s(n(20)),l=s(n(25)),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function s(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("highlights",{mixins:[a.default],computed:{stats:function(){return{topWin:l.default.getTopWin(this.selectedMode),topUnpopularWin:l.default.getTopUnpopularWin(this.selectedMode),topPick:l.default.getTopPick(this.selectedMode),totalPicks:l.default.getTotalPicks(this.selectedMode),topRareWin:l.default.getTopRareWins(this.selectedMode),topEpicWin:l.default.getTopEpicWins(this.selectedMode),topLegendaryWin:l.default.getTopLegendaryWins(this.selectedMode),topLowLevel:l.default.getTopLowLevel(this.selectedMode),topScaling:l.default.getTopScaling(this.selectedMode),topKillDeathPoints:l.default.getTopKillDeathPoints(this.selectedMode),topObjectivePoints:l.default.getTopObjectivePoints(this.selectedMode),topBlitzPointsDelta:l.default.getTopBlitzPointsDelta(this.selectedMode)}},playersPerMatch:function(){return o.playersPerMatch(this.selectedMode)}},components:{TalentBox:i.default}})},function(e,t,n){"use strict";n.r(t);var r=n(74),i=n.n(r);for(var a in r)"default"!==a&&function(e){n.d(t,e,function(){return r[e]})}(a);t.default=i.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=v(n(12)),i=v(n(333)),a=v(n(322)),l=v(n(321)),o=v(n(318)),s=v(n(317)),u=v(n(316)),c=v(n(315)),d=v(n(312)),f=v(n(180)),h=v(n(20)),p=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function v(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("mode-tab",{mixins:[h.default],data:function(){return{getHero:p.getHero}},computed:{hasTalents:function(){return p.hasTalents(this.selectedMode)}},components:{Highlights:i.default,TopTalentsBox:a.default,HeroDraftGrid:l.default,HeroTalentTable:o.default,ReportTable:s.default,IntroBox:u.default,WinPickScatter:d.default,InstallNotification:c.default,Summaries:f.default}})},function(e,t,n){"use strict";n.r(t);var r=n(76),i=n.n(r);for(var a in r)"default"!==a&&function(e){n.d(t,e,function(){return r[e]})}(a);t.default=i.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(n(172)),i=o(n(20)),a=o(n(25)),l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function o(e){return e&&e.__esModule?e:{default:e}}t.default={name:"App",mixins:[i.default],data:function(){return{totalMatches:100*Math.floor(a.default.getTotalMatches()/100),lastUpdate:a.default.getLastUpdate(),modes:a.default.getModes(),getMode:l.getMode}},components:{ModeTab:r.default}}},function(e,t,n){"use strict";n.r(t);var r=n(78),i=n.n(r);for(var a in r)"default"!==a&&function(e){n.d(t,e,function(){return r[e]})}(a);t.default=i.a},function(e,t,n){"use strict";var r=n(17),i=n(24),a=n(10).extendFlat,l=n(129);l=a(l,{_isLinkedToArray:"button",description:["Sets the specifications for each buttons.","By default, a range selector comes with no buttons."].join(" ")}),e.exports={visible:{valType:"boolean",role:"info",description:["Determines whether or not this range selector is visible.","Note that range selectors are only available for x axes of","`type` set to or auto-typed to *date*."].join(" ")},buttons:l,x:{valType:"number",min:-2,max:3,role:"style",description:"Sets the x position (in normalized coordinates) of the range selector."},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"left",role:"info",description:["Sets the range selector's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the range selector."].join(" ")},y:{valType:"number",min:-2,max:3,role:"style",description:"Sets the y position (in normalized coordinates) of the range selector."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"bottom",role:"info",description:["Sets the range selector's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the range selector."].join(" ")},font:a({},r,{description:"Sets the font of the range selector button text."}),bgcolor:{valType:"color",dflt:i.lightLine,role:"style",description:"Sets the background color of the range selector buttons."},activecolor:{valType:"color",role:"style",description:"Sets the background color of the active range selector button."},bordercolor:{valType:"color",dflt:i.defaultLine,role:"style",description:"Sets the color of the border enclosing the range selector."},borderwidth:{valType:"number",min:0,dflt:0,role:"style",description:"Sets the width (in px) of the border enclosing the range selector."}}},function(e,t,n){"use strict";var r=n(24);e.exports={bgcolor:{valType:"color",dflt:r.background,role:"style",description:"Sets the background color of the range slider."},bordercolor:{valType:"color",dflt:r.defaultLine,role:"style",description:"Sets the border color of the range slider."},borderwidth:{valType:"integer",dflt:0,min:0,role:"style",description:"Sets the border color of the range slider."},autorange:{valType:"boolean",dflt:!0,role:"style",description:["Determines whether or not the range slider range is","computed in relation to the input data.","If `range` is provided, then `autorange` is set to *false*."].join(" ")},range:{valType:"info_array",role:"info",items:[{valType:"any"},{valType:"any"}],description:["Sets the range of the range slider.","If not set, defaults to the full xaxis range.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},thickness:{valType:"number",dflt:.15,min:0,max:1,role:"style",description:["The height of the range slider as a fraction of the","total plot area height."].join(" ")},visible:{valType:"boolean",dflt:!0,role:"info",description:["Determines whether or not the range slider will be visible.","If visible, perpendicular axes will be set to `fixedrange`"].join(" ")}}},function(e,t,n){"use strict";e.exports={name:"updatemenus",containerClassName:"updatemenu-container",headerGroupClassName:"updatemenu-header-group",headerClassName:"updatemenu-header",headerArrowClassName:"updatemenu-header-arrow",dropdownButtonGroupClassName:"updatemenu-dropdown-button-group",dropdownButtonClassName:"updatemenu-dropdown-button",buttonClassName:"updatemenu-button",itemRectClassName:"updatemenu-item-rect",itemTextClassName:"updatemenu-item-text",menuIndexAttrName:"updatemenu-active-index",autoMarginIdRoot:"updatemenu-",blankHeaderOpts:{label:" "},minWidth:30,minHeight:30,textPadX:24,arrowPadX:16,rx:2,ry:2,textOffsetX:12,textOffsetY:3,arrowOffsetX:4,gapButtonHeader:5,gapButton:2,activeColor:"#F4FAFF",hoverColor:"#F4FAFF",arrowSymbol:{left:"โ",right:"โบ",up:"โฒ",down:"โผ"}}},function(e,t,n){"use strict";t.rangeToShapePosition=function(e){return"log"===e.type?e.r2d:function(e){return e}},t.shapePositionToRange=function(e){return"log"===e.type?e.d2r:function(e){return e}},t.decodeDate=function(e){return function(t){return t.replace&&(t=t.replace("_"," ")),e(t)}},t.encodeDate=function(e){return function(t){return e(t).replace(" ","_")}},t.getDataToPixel=function(e,n,r){var i,a=e._fullLayout._size;if(n){var l=t.shapePositionToRange(n);i=function(e){return n._offset+n.r2p(l(e,!0))},"date"===n.type&&(i=t.decodeDate(i))}else i=r?function(e){return a.t+a.h*(1-e)}:function(e){return a.l+a.w*e};return i},t.getPixelToData=function(e,n,r){var i,a=e._fullLayout._size;if(n){var l=t.rangeToShapePosition(n);i=function(e){return l(n.p2r(e-n._offset))}}else i=r?function(e){return 1-(e-a.t)/a.h}:function(e){return(e-a.l)/a.w};return i}},function(e,t,n){"use strict";var r=n(36);e.exports={_isLinkedToArray:"annotation",visible:r.visible,x:{valType:"any",role:"info",description:["Sets the annotation's x position."].join(" ")},y:{valType:"any",role:"info",description:["Sets the annotation's y position."].join(" ")},z:{valType:"any",role:"info",description:["Sets the annotation's z position."].join(" ")},ax:{valType:"number",role:"info",description:["Sets the x component of the arrow tail about the arrow head (in pixels)."].join(" ")},ay:{valType:"number",role:"info",description:["Sets the y component of the arrow tail about the arrow head (in pixels)."].join(" ")},xanchor:r.xanchor,xshift:r.xshift,yanchor:r.yanchor,yshift:r.yshift,text:r.text,textangle:r.textangle,font:r.font,width:r.width,height:r.height,opacity:r.opacity,align:r.align,valign:r.valign,bgcolor:r.bgcolor,bordercolor:r.bordercolor,borderpad:r.borderpad,borderwidth:r.borderwidth,showarrow:r.showarrow,arrowcolor:r.arrowcolor,arrowhead:r.arrowhead,arrowsize:r.arrowsize,arrowwidth:r.arrowwidth,standoff:r.standoff,hovertext:r.hovertext,hoverlabel:r.hoverlabel,captureevents:r.captureevents}},function(e,t,n){"use strict";var r=n(1),i=n(8),a=n(9),l=n(0),o=n(6),s=n(3),u=n(7),c=n(29),d=n(14),f=n(28),h=n(21),p=n(219);function v(e,t){var n=e._fullLayout.annotations[t]||{};y(e,n,t,!1,o.getFromId(e,n.xref),o.getFromId(e,n.yref))}function y(e,t,n,a,o,v){var y,m,_=e._fullLayout,T=e._fullLayout._size;a?(y="annotation-"+a,m=a+".annotations["+n+"]"):(y="annotation",m="annotations["+n+"]"),_._infolayer.selectAll("."+y+'[data-index="'+n+'"]').remove();var b="clip"+_._uid+"_ann"+n;if(t._input&&!1!==t.visible){var M={x:{},y:{}},K=+t.textangle||0,k=_._infolayer.append("g").classed(y,!0).attr("data-index",String(n)).style("opacity",t.opacity),x=k.append("g").classed("annotation-text-g",!0),C=x.append("g").style("pointer-events",t.captureevents?"all":null).call(f,"default").on("click",function(){e._dragging=!1;var i={index:n,annotation:t._input,fullAnnotation:t,event:r.event};a&&(i.subplotId=a),e.emit("plotly_clickannotation",i)});t.hovertext&&C.on("mouseover",function(){var n=t.hoverlabel,r=n.font,i=this.getBoundingClientRect(),a=e.getBoundingClientRect();c.loneHover({x0:i.left-a.left,x1:i.right-a.left,y:(i.top+i.bottom)/2-a.top,text:t.hovertext,color:n.bgcolor,borderColor:n.bordercolor,fontFamily:r.family,fontSize:r.size,fontColor:r.color},{container:_._hoverlayer.node(),outerContainer:_._paper.node(),gd:e})}).on("mouseout",function(){c.loneUnhover(_._hoverlayer.node())});var A=t.borderwidth,w=t.borderpad,L=A+w,D=C.append("rect").attr("class","bg").style("stroke-width",A+"px").call(s.stroke,t.bordercolor).call(s.fill,t.bgcolor),B=t.width||t.height,S=_._defs.select(".clips").selectAll("#"+b).data(B?[0]:[]);S.enter().append("clipPath").classed("annclip",!0).attr("id",b).append("rect"),S.exit().remove();var G=t.font,W=C.append("text").classed("annotation-text",!0).text(t.text);e._context.editable?W.call(d.makeEditable,{delegate:C,gd:e}).call(z).on("edit",function(n){t.text=n,this.call(z);var r={};r[m+".text"]=t.text,o&&o.autorange&&(r[o._name+".autorange"]=!0),v&&v.autorange&&(r[v._name+".autorange"]=!0),i.relayout(e,r)}):W.call(z)}else r.selectAll("#"+b).remove();function z(n){return n.call(u.font,G).attr({"text-anchor":{left:"start",right:"end"}[t.align]||"middle"}),d.convertToTspans(n,e,O),n}function O(){var n=W.selectAll("a");1===n.size()&&n.text()===W.text()&&C.insert("a",":first-child").attr({"xlink:xlink:href":n.attr("xlink:href"),"xlink:xlink:show":n.attr("xlink:show")}).style({cursor:"pointer"}).node().appendChild(D.node());var r=C.select(".annotation-text-math-group"),c=!r.empty(),y=u.bBox((c?r:W).node()),w=y.width,G=y.height,z=t.width||w,O=t.height||G,P=Math.round(z+2*L),R=Math.round(O+2*L);function j(e,t){return"auto"===t&&(t=e<1/3?"left":e>2/3?"right":"center"),{center:0,middle:0,left:.5,bottom:-.5,right:-.5,top:.5}[t]}t._w=z,t._h=O;for(var E=!1,I=["x","y"],N=0;N<I.length;N++){var F,$,V,H,q,U=I[N],Y=t[U+"ref"]||U,X=t["a"+U+"ref"],J={x:o,y:v}[U],Z=(K+("x"===U?0:-90))*Math.PI/180,Q=P*Math.cos(Z),ee=R*Math.sin(Z),te=Math.abs(Q)+Math.abs(ee),ne=t[U+"anchor"],re=t[U+"shift"]*("x"===U?1:-1),ie=M[U];if(J){var ae=J.r2fraction(t[U]);if((e._dragging||!J.autorange)&&(ae<0||ae>1)&&(X===Y?((ae=J.r2fraction(t["a"+U]))<0||ae>1)&&(E=!0):E=!0,E))continue;F=J._offset+J.r2p(t[U]),H=.5}else"x"===U?(V=t[U],F=T.l+T.w*V):(V=1-t[U],F=T.t+T.h*V),H=t.showarrow?.5:V;if(t.showarrow){ie.head=F;var le=t["a"+U];q=Q*j(.5,t.xanchor)-ee*j(.5,t.yanchor),X===Y?(ie.tail=J._offset+J.r2p(le),$=q):(ie.tail=F+le,$=q+le),ie.text=ie.tail+q;var oe=_["x"===U?"width":"height"];if("paper"===Y&&(ie.head=l.constrain(ie.head,1,oe-1)),"pixel"===X){var se=-Math.max(ie.tail-3,ie.text),ue=Math.min(ie.tail+3,ie.text)-oe;se>0?(ie.tail+=se,ie.text+=se):ue>0&&(ie.tail-=ue,ie.text-=ue)}ie.tail+=re,ie.head+=re}else $=q=te*j(H,ne),ie.text=F+q;ie.text+=re,q+=re,$+=re,t["_"+U+"padplus"]=te/2+$,t["_"+U+"padminus"]=te/2-$,t["_"+U+"size"]=te,t["_"+U+"shift"]=q}if(E)C.remove();else{var ce=0,de=0;if("left"!==t.align&&(ce=(z-w)*("center"===t.align?.5:1)),"top"!==t.valign&&(de=(O-G)*("middle"===t.valign?.5:1)),c)r.select("svg").attr({x:L+ce-1,y:L+de}).call(u.setClipUrl,B?b:null);else{var fe=L+de-y.top,he=L+ce-y.left;W.call(d.positionText,he,fe).call(u.setClipUrl,B?b:null)}S.select("rect").call(u.setRect,L,L,z,O),D.call(u.setRect,A/2,A/2,P-A,R-A),C.call(u.setTranslate,Math.round(M.x.text-P/2),Math.round(M.y.text-R/2)),x.attr({transform:"rotate("+K+","+M.x.text+","+M.y.text+")"});var pe,ve,ye=function(n,r){k.selectAll(".annotation-arrow-g").remove();var c=M.x.head,d=M.y.head,f=M.x.tail+n,y=M.y.tail+r,_=M.x.text+n,b=M.y.text+r,A=l.rotationXYMatrix(K,_,b),w=l.apply2DTransform(A),L=l.apply2DTransform2(A),B=+D.attr("width"),S=+D.attr("height"),G=_-.5*B,W=G+B,z=b-.5*S,O=z+S,P=[[G,z,G,O],[G,O,W,O],[W,O,W,z],[W,z,G,z]].map(L);if(!P.reduce(function(e,t){return e^!!g(c,d,c+1e6,d+1e6,t[0],t[1],t[2],t[3])},!1)){P.forEach(function(e){var t=g(f,y,c,d,e[0],e[1],e[2],e[3]);t&&(f=t.x,y=t.y)});var R=t.arrowwidth,j=t.arrowcolor,E=k.append("g").style({opacity:s.opacity(j)}).classed("annotation-arrow-g",!0),I=E.append("path").attr("d","M"+f+","+y+"L"+c+","+d).style("stroke-width",R+"px").call(s.stroke,s.rgb(j));if(p(I,t.arrowhead,"end",t.arrowsize,t.standoff),e._context.editable&&I.node().parentNode&&!a){var N=c,F=d;if(t.standoff){var $=Math.sqrt(Math.pow(c-f,2)+Math.pow(d-y,2));N+=t.standoff*(f-c)/$,F+=t.standoff*(y-d)/$}var V,H,q,U=E.append("path").classed("annotation-arrow",!0).classed("anndrag",!0).attr({d:"M3,3H-3V-3H3ZM0,0L"+(f-N)+","+(y-F),transform:"translate("+N+","+F+")"}).style("stroke-width",R+6+"px").call(s.stroke,"rgba(0,0,0,0)").call(s.fill,"rgba(0,0,0,0)");h.init({element:U.node(),gd:e,prepFn:function(){var e=u.getTranslate(C);H=e.x,q=e.y,V={},o&&o.autorange&&(V[o._name+".autorange"]=!0),v&&v.autorange&&(V[v._name+".autorange"]=!0)},moveFn:function(e,n){var r=w(H,q),i=r[0]+e,a=r[1]+n;C.call(u.setTranslate,i,a),V[m+".x"]=o?o.p2r(o.r2p(t.x)+e):t.x+e/T.w,V[m+".y"]=v?v.p2r(v.r2p(t.y)+n):t.y-n/T.h,t.axref===t.xref&&(V[m+".ax"]=o.p2r(o.r2p(t.ax)+e)),t.ayref===t.yref&&(V[m+".ay"]=v.p2r(v.r2p(t.ay)+n)),E.attr("transform","translate("+e+","+n+")"),x.attr({transform:"rotate("+K+","+i+","+a+")"})},doneFn:function(t){if(t){i.relayout(e,V);var n=document.querySelector(".js-notes-box-panel");n&&n.redraw(n.selectedObj)}}})}}};if(t.showarrow&&ye(0,0),e._context.editable)h.init({element:C.node(),gd:e,prepFn:function(){ve=x.attr("transform"),pe={}},moveFn:function(e,n){var r="pointer";if(t.showarrow)t.axref===t.xref?pe[m+".ax"]=o.p2r(o.r2p(t.ax)+e):pe[m+".ax"]=t.ax+e,t.ayref===t.yref?pe[m+".ay"]=v.p2r(v.r2p(t.ay)+n):pe[m+".ay"]=t.ay+n,ye(e,n);else{if(a)return;if(o)pe[m+".x"]=t.x+e/o._m;else{var i=t._xsize/T.w,l=t.x+(t._xshift-t.xshift)/T.w-i/2;pe[m+".x"]=h.align(l+e/T.w,i,0,1,t.xanchor)}if(v)pe[m+".y"]=t.y+n/v._m;else{var s=t._ysize/T.h,u=t.y-(t._yshift+t.yshift)/T.h-s/2;pe[m+".y"]=h.align(u-n/T.h,s,0,1,t.yanchor)}o&&v||(r=h.getCursor(o?.5:pe[m+".x"],v?.5:pe[m+".y"],t.xanchor,t.yanchor))}x.attr({transform:"translate("+e+","+n+")"+ve}),f(C,r)},doneFn:function(t){if(f(C),t){i.relayout(e,pe);var n=document.querySelector(".js-notes-box-panel");n&&n.redraw(n.selectedObj)}}})}}}function g(e,t,n,r,i,a,l,o){var s=n-e,u=i-e,c=l-i,d=r-t,f=a-t,h=o-a,p=s*h-c*d;if(0===p)return null;var v=(u*h-c*f)/p,y=(u*d-s*f)/p;return y<0||y>1||v<0||v>1?null:{x:e+s*v,y:t+d*v}}e.exports={draw:function(e){var t=e._fullLayout;t._infolayer.selectAll(".annotation").remove();for(var n=0;n<t.annotations.length;n++)t.annotations[n].visible&&v(e,n);return a.previousPromises(e)},drawOne:v,drawRaw:y}},function(e,t,n){"use strict";var r=n(4);t.legendGetsTrace=function(e){return e.visible&&r.traceIs(e,"showLegend")},t.isGrouped=function(e){return-1!==(e.traceorder||"").indexOf("grouped")},t.isVertical=function(e){return"h"!==e.orientation},t.isReversed=function(e){return-1!==(e.traceorder||"").indexOf("reversed")}},function(e,t,n){"use strict";var r=n(1),i=n(2),a=n(22),l=n(0),o=n(90),s=n(14),u=n(264),c=n(7),d=n(3),f=n(21),h=n(6),p=n(4),v=n(89),y=n(38),g=y.YANGLE,m=Math.PI*g/180,_=1/Math.sin(m),T=Math.cos(m),b=Math.sin(m),M=y.HOVERARROWSIZE,K=y.HOVERTEXTPAD;function k(e,t,n,s){if("pie"!==n&&"sankey"!==n||s){n||(n="xy");var g=Array.isArray(n)?n:[n],m=e._fullLayout,T=m._plots||[],b=T[n];if(b){var M=b.overlays.map(function(e){return e.id});g=g.concat(M)}for(var K=g.length,k=new Array(K),L=new Array(K),D=0;D<K;D++){var B=g[D],S=T[B];if(S)k[D]=h.getFromId(e,S.xaxis._id),L[D]=h.getFromId(e,S.yaxis._id);else{var G=m[B]._subplot;k[D]=G.xaxis,L[D]=G.yaxis}}var W=t.hovermode||m.hovermode;if(-1===["x","y","closest"].indexOf(W)||!e.calcdata||e.querySelector(".zoombox")||e._dragging)return f.unhoverRaw(e,t);var z,O,P,R,j,E,I,N,F,$,V,H,q,U=[],Y=[];if(Array.isArray(t))for(W="array",P=0;P<t.length;P++)"skip"!==(j=e.calcdata[t[P].curveNumber||0])[0].trace.hoverinfo&&Y.push(j);else{for(R=0;R<e.calcdata.length;R++)"skip"!==(E=(j=e.calcdata[R])[0].trace).hoverinfo&&-1!==g.indexOf(v.getSubplot(E))&&Y.push(j);var X,J;if(!t.target)X="xpx"in t?t.xpx:k[0]._length/2,J="ypx"in t?t.ypx:L[0]._length/2;else{if(!1===o.triggerHandler(e,"plotly_beforehover",t))return;var Z=t.target.getBoundingClientRect();if(X=t.clientX-Z.left,J=t.clientY-Z.top,X<0||X>Z.width||J<0||J>Z.height)return f.unhoverRaw(e,t)}if(z="xval"in t?v.flat(g,t.xval):v.p2c(k,X),O="yval"in t?v.flat(g,t.yval):v.p2c(L,J),!i(z[0])||!i(O[0]))return l.warn("Fx.hover failed",t,e),f.unhoverRaw(e,t)}var Q=1/0;for(R=0;R<Y.length;R++)if((j=Y[R])&&j[0]&&j[0].trace&&!0===j[0].trace.visible&&(E=j[0].trace,-1===["carpet","contourcarpet"].indexOf(E._module.name))){if(I=v.getSubplot(E),F=W,H={cd:j,trace:E,xa:k[N=g.indexOf(I)],ya:L[N],index:!1,distance:Math.min(Q,y.MAXDIST),color:d.defaultLine,name:E.name,x0:void 0,x1:void 0,y0:void 0,y1:void 0,xLabelVal:void 0,yLabelVal:void 0,zLabelVal:void 0,text:void 0},m[I]&&(H.subplot=m[I]._subplot),q=U.length,"array"===F){var ee=t[R];"pointNumber"in ee?(H.index=ee.pointNumber,F="closest"):(F="","xval"in ee&&($=ee.xval,F="x"),"yval"in ee&&(V=ee.yval,F=F?"closest":"y"))}else $=z[N],V=O[N];if(E._module&&E._module.hoverPoints){var te=E._module.hoverPoints(H,$,V,F);if(te)for(var ne,re=0;re<te.length;re++)ne=te[re],i(ne.x0)&&i(ne.y0)&&U.push(A(ne,W))}else l.log("Unrecognized trace type in hover:",E);"closest"===W&&U.length>q&&(U.splice(0,q),Q=U[0].distance)}if(0===U.length)return f.unhoverRaw(e,t);U.sort(function(e,t){return e.distance-t.distance});var ie=e._hoverdata,ae=[];for(P=0;P<U.length;P++){var le=U[P],oe={data:le.trace._input,fullData:le.trace,curveNumber:le.trace.index,pointNumber:le.index};le.trace._module.eventData?oe=le.trace._module.eventData(oe,le):(oe.x=le.xVal,oe.y=le.yVal,oe.xaxis=le.xa,oe.yaxis=le.ya,void 0!==le.zLabelVal&&(oe.z=le.zLabelVal)),v.appendArrayPointValue(oe,le.trace,le.index),ae.push(oe)}if(e._hoverdata=ae,w(e,t,ie)&&m._hasCartesian)!function(e,t){var n=t.hovermode,r=t.container,i=e[0],l=i.xa,o=i.ya,s=l.showspikes,u=o.showspikes;if(r.selectAll(".spikeline").remove(),"closest"!==n||!s&&!u)return;var f=t.fullLayout,h=l._offset+(i.x0+i.x1)/2,p=o._offset+(i.y0+i.y1)/2,v=d.combine(f.plot_bgcolor,f.paper_bgcolor),y=a.readability(i.color,v)<1.5?d.contrast(v):i.color;if(u){var g=o.spikemode,m=o.spikethickness,_=o.spikecolor||y,T=o._boundingBox,b=(T.left+T.right)/2<h?T.right:T.left;if(-1!==g.indexOf("toaxis")||-1!==g.indexOf("across")){var M=b,K=h;-1!==g.indexOf("across")&&(M=o._counterSpan[0],K=o._counterSpan[1]),r.append("line").attr({x1:M,x2:K,y1:p,y2:p,"stroke-width":m+2,stroke:v}).classed("spikeline",!0).classed("crisp",!0),r.append("line").attr({x1:M,x2:K,y1:p,y2:p,"stroke-width":m,stroke:_,"stroke-dasharray":c.dashStyle(o.spikedash,m)}).classed("spikeline",!0).classed("crisp",!0)}-1!==g.indexOf("marker")&&r.append("circle").attr({cx:b+("right"!==o.side?m:-m),cy:p,r:m,fill:_}).classed("spikeline",!0)}if(s){var k=l.spikemode,x=l.spikethickness,C=l.spikecolor||y,A=l._boundingBox,w=(A.top+A.bottom)/2<p?A.bottom:A.top;if(-1!==k.indexOf("toaxis")||-1!==k.indexOf("across")){var L=w,D=p;-1!==k.indexOf("across")&&(L=l._counterSpan[0],D=l._counterSpan[1]),r.append("line").attr({x1:h,x2:h,y1:L,y2:D,"stroke-width":x+2,stroke:v}).classed("spikeline",!0).classed("crisp",!0),r.append("line").attr({x1:h,x2:h,y1:L,y2:D,"stroke-width":x,stroke:C,"stroke-dasharray":c.dashStyle(l.spikedash,x)}).classed("spikeline",!0).classed("crisp",!0)}-1!==k.indexOf("marker")&&r.append("circle").attr({cx:h,cy:w-("top"!==l.side?x:-x),r:x,fill:C}).classed("spikeline",!0)}}(U,{hovermode:W,fullLayout:m,container:m._hoverlayer,outerContainer:m._paperdiv});var se="y"===W&&Y.length>1,ue=x(U,{hovermode:W,rotateLabels:se,bgColor:d.combine(m.plot_bgcolor||d.background,m.paper_bgcolor),container:m._hoverlayer,outerContainer:m._paperdiv,commonLabelOpts:m.hoverlabel},e);if(function(e,t){var n,r,i,a,l,o,s,u=0,c=e.map(function(e,n){var r=e[t];return[{i:n,dp:0,pos:e.pos,posref:e.posref,size:e.by*("x"===r._id.charAt(0)?_:1)/2,pmin:r._offset,pmax:r._offset+r._length}]}).sort(function(e,t){return e[0].posref-t[0].posref});function d(e){var t=e[0],s=e[e.length-1];if(r=t.pmin-t.pos-t.dp+t.size,i=s.pos+s.dp+s.size-t.pmax,r>.01){for(l=e.length-1;l>=0;l--)e[l].dp+=r;n=!1}if(!(i<.01)){if(r<-.01){for(l=e.length-1;l>=0;l--)e[l].dp-=i;n=!1}if(n){var u=0;for(a=0;a<e.length;a++)(o=e[a]).pos+o.dp+o.size>t.pmax&&u++;for(a=e.length-1;a>=0&&!(u<=0);a--)(o=e[a]).pos>t.pmax-1&&(o.del=!0,u--);for(a=0;a<e.length&&!(u<=0);a++)if((o=e[a]).pos<t.pmin+1)for(o.del=!0,u--,i=2*o.size,l=e.length-1;l>=0;l--)e[l].dp-=i;for(a=e.length-1;a>=0&&!(u<=0);a--)(o=e[a]).pos+o.dp+o.size>t.pmax&&(o.del=!0,u--)}}}for(;!n&&u<=e.length;){for(u++,n=!0,a=0;a<c.length-1;){var f=c[a],h=c[a+1],p=f[f.length-1],v=h[0];if((r=p.pos+p.dp+p.size-v.pos-v.dp+v.size)>.01&&p.pmin===v.pmin&&p.pmax===v.pmax){for(l=h.length-1;l>=0;l--)h[l].dp+=r;for(f.push.apply(f,h),c.splice(a+1,1),s=0,l=f.length-1;l>=0;l--)s+=f[l].dp;for(i=s/f.length,l=f.length-1;l>=0;l--)f[l].dp-=i;n=!1}else a++}c.forEach(d)}for(a=c.length-1;a>=0;a--){var y=c[a];for(l=y.length-1;l>=0;l--){var g=y[l],m=e[g.i];m.offset=g.dp,m.del=g.del}}}(U,se?"xa":"ya"),C(ue,se),t.target&&t.target.tagName){var ce=p.getComponentMethod("annotations","hasClickToShow")(e,ae);u(r.select(t.target),ce?"pointer":"")}t.target&&!s&&w(e,t,ie)&&(ie&&e.emit("plotly_unhover",{event:t,points:ie}),e.emit("plotly_hover",{event:t,points:e._hoverdata,xaxes:k,yaxes:L,xvals:z,yvals:O}))}else e.emit("plotly_hover",{event:t.originalEvent,points:[t]})}function x(e,t,n){var i,a=t.hovermode,l=t.rotateLabels,o=t.bgColor,u=t.container,f=t.outerContainer,h=t.commonLabelOpts||{},p=t.fontFamily||y.HOVERFONT,v=t.fontSize||y.HOVERFONTSIZE,m=e[0],_=m.xa,T=m.ya,b="y"===a?"yLabel":"xLabel",k=m[b],x=(String(k)||"").split(" ")[0],C=f.node().getBoundingClientRect(),A=C.top,w=C.width,L=C.height,D=m.distance<=y.MAXDIST&&("x"===a||"y"===a);for(i=0;i<e.length;i++){var B=(e[i].hoverinfo||e[i].trace.hoverinfo).split("+");if(-1===B.indexOf("all")&&-1===B.indexOf(a)){D=!1;break}}var S=u.selectAll("g.axistext").data(D?[0]:[]);S.enter().append("g").classed("axistext",!0),S.exit().remove(),S.each(function(){var t=r.select(this),i=t.selectAll("path").data([0]),l=t.selectAll("text").data([0]);i.enter().append("path").style({fill:h.bgcolor||d.defaultLine,stroke:h.bordercolor||d.background,"stroke-width":"1px"}),l.enter().append("text").call(c.font,h.font.family||p,h.font.size||v,h.font.color||d.background).attr("data-notex",1),l.text(k).call(s.positionText,0,0).call(s.convertToTspans,n),t.attr("transform","");var o=l.node().getBoundingClientRect();if("x"===a){l.attr("text-anchor","middle").call(s.positionText,0,"top"===_.side?A-o.bottom-M-K:A-o.top+M+K);var u="top"===_.side?"-":"";i.attr("d","M0,0L"+M+","+u+M+"H"+(K+o.width/2)+"v"+u+(2*K+o.height)+"H-"+(K+o.width/2)+"V"+u+M+"H-"+M+"Z"),t.attr("transform","translate("+(_._offset+(m.x0+m.x1)/2)+","+(T._offset+("top"===_.side?0:T._length))+")")}else{l.attr("text-anchor","right"===T.side?"start":"end").call(s.positionText,("right"===T.side?1:-1)*(K+M),A-o.top-o.height/2);var f="right"===T.side?"":"-";i.attr("d","M0,0L"+f+M+","+M+"V"+(K+o.height/2)+"h"+f+(2*K+o.width)+"V-"+(K+o.height/2)+"H"+f+M+"V-"+M+"Z"),t.attr("transform","translate("+(_._offset+("right"===T.side?_._length:0))+","+(T._offset+(m.y0+m.y1)/2)+")")}e=e.filter(function(e){return void 0!==e.zLabelVal||(e[b]||"").split(" ")[0]===x})});var G=u.selectAll("g.hovertext").data(e,function(e){return[e.trace.index,e.index,e.x0,e.y0,e.name,e.attr,e.xa,e.ya||""].join(",")});return G.enter().append("g").classed("hovertext",!0).each(function(){var e=r.select(this);e.append("rect").call(d.fill,d.addOpacity(o,.8)),e.append("text").classed("name",!0),e.append("path").style("stroke-width","1px"),e.append("text").classed("nums",!0).call(c.font,p,v)}),G.exit().remove(),G.each(function(e){var t=r.select(this).attr("transform",""),i="",u="",f=d.opacity(e.color)?e.color:d.defaultLine,h=d.combine(f,o),y=e.borderColor||d.contrast(h);void 0!==e.nameOverride&&(e.name=e.nameOverride),e.name&&(i=s.plainText(e.name||"")).length>15&&(i=i.substr(0,12)+"..."),void 0!==e.extraText&&(u+=e.extraText),void 0!==e.zLabel?(void 0!==e.xLabel&&(u+="x: "+e.xLabel+"<br>"),void 0!==e.yLabel&&(u+="y: "+e.yLabel+"<br>"),u+=(u?"z: ":"")+e.zLabel):D&&e[a+"Label"]===k?u=e[("x"===a?"y":"x")+"Label"]||"":void 0===e.xLabel?void 0!==e.yLabel&&(u=e.yLabel):u=void 0===e.yLabel?e.xLabel:"("+e.xLabel+", "+e.yLabel+")",e.text&&!Array.isArray(e.text)&&(u+=(u?"<br>":"")+e.text),""===u&&(""===i&&t.remove(),u=i);var m=t.select("text.nums").call(c.font,e.fontFamily||p,e.fontSize||v,e.fontColor||y).text(u).attr("data-notex",1).call(s.positionText,0,0).call(s.convertToTspans,n),_=t.select("text.name"),T=0;i&&i!==u?(_.call(c.font,e.fontFamily||p,e.fontSize||v,h).text(i).attr("data-notex",1).call(s.positionText,0,0).call(s.convertToTspans,n),T=_.node().getBoundingClientRect().width+2*K):(_.remove(),t.select("rect").remove()),t.select("path").style({fill:h,stroke:y});var b,x,C=m.node().getBoundingClientRect(),B=e.xa._offset+(e.x0+e.x1)/2,S=e.ya._offset+(e.y0+e.y1)/2,G=Math.abs(e.x1-e.x0),W=Math.abs(e.y1-e.y0),z=C.width+M+K+T;e.ty0=A-C.top,e.bx=C.width+2*K,e.by=C.height+2*K,e.anchor="start",e.txwidth=C.width,e.tx2width=T,e.offset=0,l?(e.pos=B,b=S+W/2+z<=L,x=S-W/2-z>=0,"top"!==e.idealAlign&&b||!x?b?(S+=W/2,e.anchor="start"):e.anchor="middle":(S-=W/2,e.anchor="end")):(e.pos=S,b=B+G/2+z<=w,x=B-G/2-z>=0,"left"!==e.idealAlign&&b||!x?b?(B+=G/2,e.anchor="start"):e.anchor="middle":(B-=G/2,e.anchor="end")),m.attr("text-anchor",e.anchor),T&&_.attr("text-anchor",e.anchor),t.attr("transform","translate("+B+","+S+")"+(l?"rotate("+g+")":""))}),G}function C(e,t){e.each(function(e){var n=r.select(this);if(e.del)n.remove();else{var i="end"===e.anchor?-1:1,a=n.select("text.nums"),l={start:1,end:-1,middle:0}[e.anchor],o=l*(M+K),u=o+l*(e.txwidth+K),d=0,f=e.offset;"middle"===e.anchor&&(o-=e.tx2width/2,u-=e.tx2width/2),t&&(f*=-b,d=e.offset*T),n.select("path").attr("d","middle"===e.anchor?"M-"+e.bx/2+",-"+e.by/2+"h"+e.bx+"v"+e.by+"h-"+e.bx+"Z":"M0,0L"+(i*M+d)+","+(M+f)+"v"+(e.by/2-M)+"h"+i*e.bx+"v-"+e.by+"H"+(i*M+d)+"V"+(f-M)+"Z"),a.call(s.positionText,o+d,f+e.ty0-e.by/2+K),e.tx2width&&(n.select("text.name").call(s.positionText,u+l*K+d,f+e.ty0-e.by/2+K),n.select("rect").call(c.setRect,u+(l-1)*e.tx2width/2+d,f-e.by/2-1,e.tx2width,e.by+2))}})}function A(e,t){var n,r=e.trace||{},i=e.cd[0],a=e.cd[e.index]||{};function o(t,n,o){var s;if(a[n])s=a[n];else if(i[n]){var u=i[n];Array.isArray(u)&&Array.isArray(u[e.index[0]])&&(s=u[e.index[0]][e.index[1]])}else s=l.nestedProperty(r,o).get();s&&(e[t]=s)}if(o("hoverinfo","hi","hoverinfo"),o("color","hbg","hoverlabel.bgcolor"),o("borderColor","hbc","hoverlabel.bordercolor"),o("fontFamily","htf","hoverlabel.font.family"),o("fontSize","hts","hoverlabel.font.size"),o("fontColor","htc","hoverlabel.font.color"),e.posref="y"===t?(e.x0+e.x1)/2:(e.y0+e.y1)/2,e.x0=l.constrain(e.x0,0,e.xa._length),e.x1=l.constrain(e.x1,0,e.xa._length),e.y0=l.constrain(e.y0,0,e.ya._length),e.y1=l.constrain(e.y1,0,e.ya._length),void 0!==e.xLabelVal){n="log"===e.xa.type&&e.xLabelVal<=0;var s=h.tickText(e.xa,e.xa.c2l(n?-e.xLabelVal:e.xLabelVal),"hover");n?0===e.xLabelVal?e.xLabel="0":e.xLabel="-"+s.text:e.xLabel=s.text,e.xVal=e.xa.c2d(e.xLabelVal)}if(void 0!==e.yLabelVal){n="log"===e.ya.type&&e.yLabelVal<=0;var u=h.tickText(e.ya,e.ya.c2l(n?-e.yLabelVal:e.yLabelVal),"hover");n?0===e.yLabelVal?e.yLabel="0":e.yLabel="-"+u.text:e.yLabel=u.text,e.yVal=e.ya.c2d(e.yLabelVal)}if(void 0!==e.zLabelVal&&(e.zLabel=String(e.zLabelVal)),!(isNaN(e.xerr)||"log"===e.xa.type&&e.xerr<=0)){var c=h.tickText(e.xa,e.xa.c2l(e.xerr),"hover").text;void 0!==e.xerrneg?e.xLabel+=" +"+c+" / -"+h.tickText(e.xa,e.xa.c2l(e.xerrneg),"hover").text:e.xLabel+=" ยฑ "+c,"x"===t&&(e.distance+=1)}if(!(isNaN(e.yerr)||"log"===e.ya.type&&e.yerr<=0)){var d=h.tickText(e.ya,e.ya.c2l(e.yerr),"hover").text;void 0!==e.yerrneg?e.yLabel+=" +"+d+" / -"+h.tickText(e.ya,e.ya.c2l(e.yerrneg),"hover").text:e.yLabel+=" ยฑ "+d,"y"===t&&(e.distance+=1)}var f=e.hoverinfo||e.trace.hoverinfo;return"all"!==f&&(-1===(f=f.split("+")).indexOf("x")&&(e.xLabel=void 0),-1===f.indexOf("y")&&(e.yLabel=void 0),-1===f.indexOf("z")&&(e.zLabel=void 0),-1===f.indexOf("text")&&(e.text=void 0),-1===f.indexOf("name")&&(e.name=void 0)),e}function w(e,t,n){if(!n||n.length!==e._hoverdata.length)return!0;for(var r=n.length-1;r>=0;r--){var i=n[r],a=e._hoverdata[r];if(i.curveNumber!==a.curveNumber||String(i.pointNumber)!==String(a.pointNumber))return!0}return!1}t.hover=function(e,t,n,r){if("string"==typeof e&&(e=document.getElementById(e)),void 0===e._lastHoverTime&&(e._lastHoverTime=0),void 0!==e._hoverTimer&&(clearTimeout(e._hoverTimer),e._hoverTimer=void 0),Date.now()>e._lastHoverTime+y.HOVERMINTIME)return k(e,t,n,r),void(e._lastHoverTime=Date.now());e._hoverTimer=setTimeout(function(){k(e,t,n,r),e._lastHoverTime=Date.now(),e._hoverTimer=void 0},y.HOVERMINTIME)},t.loneHover=function(e,t){var n={color:e.color||d.defaultLine,x0:e.x0||e.x||0,x1:e.x1||e.x||0,y0:e.y0||e.y||0,y1:e.y1||e.y||0,xLabel:e.xLabel,yLabel:e.yLabel,zLabel:e.zLabel,text:e.text,name:e.name,idealAlign:e.idealAlign,borderColor:e.borderColor,fontFamily:e.fontFamily,fontSize:e.fontSize,fontColor:e.fontColor,trace:{index:0,hoverinfo:""},xa:{_offset:0},ya:{_offset:0},index:0},i=r.select(t.container),a=t.outerContainer?r.select(t.outerContainer):i,l={hovermode:"closest",rotateLabels:!1,bgColor:t.bgColor||d.background,container:i,outerContainer:a},o=x([n],l,t.gd);return C(o,l.rotateLabels),o.node()}},function(e,t,n){"use strict";var r=n(10).extendFlat,i=n(17),a=n(38);e.exports={dragmode:{valType:"enumerated",role:"info",values:["zoom","pan","select","lasso","orbit","turntable"],dflt:"zoom",description:["Determines the mode of drag interactions.","*select* and *lasso* apply only to scatter traces with","markers or text. *orbit* and *turntable* apply only to","3D scenes."].join(" ")},hovermode:{valType:"enumerated",role:"info",values:["x","y","closest",!1],description:"Determines the mode of hover interactions."},hoverlabel:{bgcolor:{valType:"color",role:"style",description:["Sets the background color of all hover labels on graph"].join(" ")},bordercolor:{valType:"color",role:"style",description:["Sets the border color of all hover labels on graph."].join(" ")},font:{family:r({},i.family,{dflt:a.HOVERFONT}),size:r({},i.size,{dflt:a.HOVERFONTSIZE}),color:r({},i.color)}}}},function(e,t,n){"use strict";var r=n(0),i=n(38);t.getSubplot=function(e){return e.subplot||e.xaxis+e.yaxis||e.geo},t.flat=function(e,t){for(var n=new Array(e.length),r=0;r<e.length;r++)n[r]=t;return n},t.p2c=function(e,t){for(var n=new Array(e.length),r=0;r<e.length;r++)n[r]=e[r].p2c(t);return n},t.getDistanceFunction=function(e,t,n,r){return"closest"===e?r||function(e,t){return function(n){var r=e(n),i=t(n);return Math.sqrt(r*r+i*i)}}(t,n):"x"===e?t:n},t.getClosest=function(e,t,n){if(!1!==n.index)n.index>=0&&n.index<e.length?n.distance=0:n.index=!1;else for(var r=0;r<e.length;r++){var i=t(e[r]);i<=n.distance&&(n.index=r,n.distance=i)}return n},t.inbox=function(e,t){return e*t<0||0===e?i.MAXDIST*(.6-.3/Math.max(3,Math.abs(e-t))):1/0},t.appendArrayPointValue=function(e,t,n){var i=t._arrayAttrs;if(i)for(var a=0;a<i.length;a++){var l,o=i[a];if(void 0===e[l="ids"===o?"id":"locations"===o?"location":o]){var s=r.nestedProperty(t,o).get();e[l]=Array.isArray(n)?s[n[0]][n[1]]:s[n]}}}},function(e,t,n){"use strict";var r=n(91).EventEmitter,i={init:function(e){if(e._ev instanceof r)return e;var t=new r,n=new r;return e._ev=t,e._internalEv=n,e.on=t.on.bind(t),e.once=t.once.bind(t),e.removeListener=t.removeListener.bind(t),e.removeAllListeners=t.removeAllListeners.bind(t),e._internalOn=n.on.bind(n),e._internalOnce=n.once.bind(n),e._removeInternalListener=n.removeListener.bind(n),e._removeAllInternalListeners=n.removeAllListeners.bind(n),e.emit=function(r,i){"undefined"!=typeof jQuery&&jQuery(e).trigger(r,i),t.emit(r,i),n.emit(r,i)},e},triggerHandler:function(e,t,n){var r,i;"undefined"!=typeof jQuery&&(r=jQuery(e).triggerHandler(t,n));var a=e._ev;if(!a)return r;var l=a._events[t];if(!l)return r;"function"==typeof l&&(l=[l]);for(var o=l.pop(),s=0;s<l.length;s++)l[s](n);return i=o(n),void 0!==r?r:i},purge:function(e){return delete e._ev,delete e.on,delete e.once,delete e.removeListener,delete e.removeAllListeners,delete e.emit,delete e._ev,delete e._internalEv,delete e._internalOn,delete e._internalOnce,delete e._removeInternalListener,delete e._removeAllInternalListeners,e}};e.exports=i},function(e,t){function n(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function r(e){return"function"==typeof e}function i(e){return"object"==typeof e&&null!==e}function a(e){return void 0===e}e.exports=n,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._maxListeners=void 0,n.defaultMaxListeners=10,n.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||isNaN(e))throw TypeError("n must be a positive number");return this._maxListeners=e,this},n.prototype.emit=function(e){var t,n,l,o,s,u;if(this._events||(this._events={}),"error"===e&&(!this._events.error||i(this._events.error)&&!this._events.error.length)){if((t=arguments[1])instanceof Error)throw t;var c=new Error('Uncaught, unspecified "error" event. ('+t+")");throw c.context=t,c}if(a(n=this._events[e]))return!1;if(r(n))switch(arguments.length){case 1:n.call(this);break;case 2:n.call(this,arguments[1]);break;case 3:n.call(this,arguments[1],arguments[2]);break;default:o=Array.prototype.slice.call(arguments,1),n.apply(this,o)}else if(i(n))for(o=Array.prototype.slice.call(arguments,1),l=(u=n.slice()).length,s=0;s<l;s++)u[s].apply(this,o);return!0},n.prototype.addListener=function(e,t){var l;if(!r(t))throw TypeError("listener must be a function");return this._events||(this._events={}),this._events.newListener&&this.emit("newListener",e,r(t.listener)?t.listener:t),this._events[e]?i(this._events[e])?this._events[e].push(t):this._events[e]=[this._events[e],t]:this._events[e]=t,i(this._events[e])&&!this._events[e].warned&&(l=a(this._maxListeners)?n.defaultMaxListeners:this._maxListeners)&&l>0&&this._events[e].length>l&&(this._events[e].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[e].length),"function"==typeof console.trace&&console.trace()),this},n.prototype.on=n.prototype.addListener,n.prototype.once=function(e,t){if(!r(t))throw TypeError("listener must be a function");var n=!1;function i(){this.removeListener(e,i),n||(n=!0,t.apply(this,arguments))}return i.listener=t,this.on(e,i),this},n.prototype.removeListener=function(e,t){var n,a,l,o;if(!r(t))throw TypeError("listener must be a function");if(!this._events||!this._events[e])return this;if(l=(n=this._events[e]).length,a=-1,n===t||r(n.listener)&&n.listener===t)delete this._events[e],this._events.removeListener&&this.emit("removeListener",e,t);else if(i(n)){for(o=l;o-- >0;)if(n[o]===t||n[o].listener&&n[o].listener===t){a=o;break}if(a<0)return this;1===n.length?(n.length=0,delete this._events[e]):n.splice(a,1),this._events.removeListener&&this.emit("removeListener",e,t)}return this},n.prototype.removeAllListeners=function(e){var t,n;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[e]&&delete this._events[e],this;if(0===arguments.length){for(t in this._events)"removeListener"!==t&&this.removeAllListeners(t);return this.removeAllListeners("removeListener"),this._events={},this}if(r(n=this._events[e]))this.removeListener(e,n);else if(n)for(;n.length;)this.removeListener(e,n[n.length-1]);return delete this._events[e],this},n.prototype.listeners=function(e){return this._events&&this._events[e]?r(this._events[e])?[this._events[e]]:this._events[e].slice():[]},n.prototype.listenerCount=function(e){if(this._events){var t=this._events[e];if(r(t))return 1;if(t)return t.length}return 0},n.listenerCount=function(e,t){return e.listenerCount(t)}},function(e,t,n){"use strict";var r=n(0),i=n(91).EventEmitter;e.exports=function(e){var t=e.emitter||new i,n=new Promise(function(i,a){var l=window.Image,o=e.svg,s=e.format||"png";if(r.isIE()&&(o=(o=(o=o.replace(/"/gi,"'")).replace(/(\('#)([^']*)('\))/gi,'("$2")')).replace(/(\\')/gi,'"'),"svg"!==s)){var u=new Error("Sorry IE does not support downloading from canvas. Try {format:'svg'} instead.");return a(u),e.promise?n:t.emit("error",u)}var c=e.canvas,d=c.getContext("2d"),f=new l,h="data:image/svg+xml,"+encodeURIComponent(o);c.height=e.height||150,c.width=e.width||300,f.onload=function(){var n;switch("svg"!==s&&d.drawImage(f,0,0),s){case"jpeg":n=c.toDataURL("image/jpeg");break;case"png":n=c.toDataURL("image/png");break;case"webp":n=c.toDataURL("image/webp");break;case"svg":n=h;break;default:if(a(new Error("Image format is not jpeg, png or svg")),!e.promise)return t.emit("error","Image format is not jpeg, png or svg")}i(n),e.promise||t.emit("success",n)},f.onerror=function(n){if(a(n),!e.promise)return t.emit("error",n)},f.src=h});return e.promise?n:t}},function(e,t,n){"use strict";var r=n(1),i=n(7),a=n(3),l=n(31),o=/"/g,s=new RegExp('("TOBESTRIPPED)|(TOBESTRIPPED")',"g");e.exports=function(e,t){var n,u=e._fullLayout,c=u._paper,d=u._toppaper;c.insert("rect",":first-child").call(i.setRect,0,0,u.width,u.height).call(a.fill,u.paper_bgcolor);var f=u._basePlotModules||[];for(n=0;n<f.length;n++){var h=f[n];h.toSVG&&h.toSVG(e)}if(d){var p=d.node().childNodes,v=Array.prototype.slice.call(p);for(n=0;n<v.length;n++){var y=v[n];y.childNodes.length&&c.node().appendChild(y)}}u._draggers&&u._draggers.remove(),c.node().style.background="",c.selectAll("text").attr({"data-unformatted":null,"data-math":null}).each(function(){var e=r.select(this);if("hidden"!==e.style("visibility")&&"none"!==e.style("display")){e.style({visibility:null,display:null});var t=e.style("font-family");t&&-1!==t.indexOf('"')&&e.style("font-family",t.replace(o,"TOBESTRIPPED"))}else e.remove()}),c.selectAll(".point").each(function(){var e=r.select(this),t=e.style("fill");t&&-1!==t.indexOf("url(")&&e.style("fill",t.replace(o,"TOBESTRIPPED"))}),"pdf"!==t&&"eps"!==t||c.selectAll("#MathJax_SVG_glyphs path").attr("stroke-width",0),c.node().setAttributeNS(l.xmlns,"xmlns",l.svg),c.node().setAttributeNS(l.xmlns,"xmlns:xlink",l.xlink);var g=(new window.XMLSerializer).serializeToString(c.node());return g=function(e){var t=r.select("body").append("div").style({display:"none"}).html(""),n=e.replace(/(&[^;]*;)/gi,function(e){return"<"===e?"<":"&rt;"===e?">":-1!==e.indexOf("<")||-1!==e.indexOf(">")?"":t.html(e).text()});return t.remove(),n}(g),g=(g=g.replace(/&(?!\w+;|\#[0-9]+;| \#x[0-9A-F]+;)/g,"&")).replace(s,"'")}},function(e,t,n){"use strict";var r=n(0),i=n(9),a=r.extendFlat,l=r.extendDeep;function o(e){var t;switch(e){case"themes__thumb":t={autosize:!0,width:150,height:150,title:"",showlegend:!1,margin:{l:5,r:5,t:5,b:5,pad:0},annotations:[]};break;case"thumbnail":t={title:"",hidesources:!0,showlegend:!1,borderwidth:0,bordercolor:"",margin:{l:1,r:1,t:1,b:1,pad:0},annotations:[]};break;default:t={}}return t}e.exports=function(e,t){var n;e.framework&&e.framework.isPolar&&(e=e.framework.getConfig());var r,s=e.data,u=e.layout,c=l([],s),d=l({},u,o(t.tileClass)),f=e._context||{};if(t.width&&(d.width=t.width),t.height&&(d.height=t.height),"thumbnail"===t.tileClass||"themes__thumb"===t.tileClass){d.annotations=[];var h=Object.keys(d);for(n=0;n<h.length;n++)r=h[n],["xaxis","yaxis","zaxis"].indexOf(r.slice(0,5))>-1&&(d[h[n]].title="");for(n=0;n<c.length;n++){var p=c[n];p.showscale=!1,p.marker&&(p.marker.showscale=!1),"pie"===p.type&&(p.textposition="none")}}if(Array.isArray(t.annotations))for(n=0;n<t.annotations.length;n++)d.annotations.push(t.annotations[n]);var v=i.getSubplotIds(d,"gl3d");if(v.length){var y={};for("thumbnail"===t.tileClass&&(y={title:"",showaxeslabels:!1,showticklabels:!1,linetickenable:!1}),n=0;n<v.length;n++){var g=d[v[n]];g.xaxis||(g.xaxis={}),g.yaxis||(g.yaxis={}),g.zaxis||(g.zaxis={}),a(g.xaxis,y),a(g.yaxis,y),a(g.zaxis,y),g._scene=null}}var m=document.createElement("div");t.tileClass&&(m.className=t.tileClass);var _={gd:m,td:m,layout:d,data:c,config:{staticPlot:void 0===t.staticPlot||t.staticPlot,plotGlPixelRatio:void 0===t.plotGlPixelRatio?2:t.plotGlPixelRatio,displaylogo:t.displaylogo||!1,showLink:t.showLink||!1,showTips:t.showTips||!1,mapboxAccessToken:f.mapboxAccessToken}};return"transparent"!==t.setBackground&&(_.config.setBackground=t.setBackground||"opaque"),_.gd.defaultLayout=o(t.tileClass),_}},function(e,t,n){"use strict";t.getDelay=function(e){return e._has&&(e._has("gl3d")||e._has("gl2d"))?500:0},t.getRedrawFunc=function(e){if(!(e.data&&e.data[0]&&e.data[0].r))return function(){(e.calcdata||[]).forEach(function(e){e[0]&&e[0].t&&e[0].t.cb&&e[0].t.cb()})}}},function(e,t,n){"use strict";var r=n(149),i=n(0),a=n(276);e.exports=function(e,t){return(t=t||{}).format=t.format||"png",new Promise(function(n,l){e._snapshotInProgress&&l(new Error("Snapshotting already in progress.")),i.isIE()&&"svg"!==t.format&&l(new Error("Sorry IE does not support downloading from canvas. Try {format:'svg'} instead.")),e._snapshotInProgress=!0;var o=r(e,t),s=t.filename||e.fn||"newplot";s+="."+t.format,o.then(function(t){return e._snapshotInProgress=!1,a(t,s)}).then(function(e){n(e)}).catch(function(t){e._snapshotInProgress=!1,l(t)})})}},function(e,t,n){"use strict";e.exports={undo:{width:857.1,path:"m857 350q0-87-34-166t-91-137-137-92-166-34q-96 0-183 41t-147 114q-4 6-4 13t5 11l76 77q6 5 14 5 9-1 13-7 41-53 100-82t126-29q58 0 110 23t92 61 61 91 22 111-22 111-61 91-92 61-110 23q-55 0-105-20t-90-57l77-77q17-16 8-38-10-23-33-23h-250q-15 0-25 11t-11 25v250q0 24 22 33 22 10 39-8l72-72q60 57 137 88t159 31q87 0 166-34t137-92 91-137 34-166z",ascent:850,descent:-150},home:{width:928.6,path:"m786 296v-267q0-15-11-26t-25-10h-214v214h-143v-214h-214q-15 0-25 10t-11 26v267q0 1 0 2t0 2l321 264 321-264q1-1 1-4z m124 39l-34-41q-5-5-12-6h-2q-7 0-12 3l-386 322-386-322q-7-4-13-4-7 2-12 7l-35 41q-4 5-3 13t6 12l401 334q18 15 42 15t43-15l136-114v109q0 8 5 13t13 5h107q8 0 13-5t5-13v-227l122-102q5-5 6-12t-4-13z",ascent:850,descent:-150},"camera-retro":{width:1e3,path:"m518 386q0 8-5 13t-13 5q-37 0-63-27t-26-63q0-8 5-13t13-5 12 5 5 13q0 23 16 38t38 16q8 0 13 5t5 13z m125-73q0-59-42-101t-101-42-101 42-42 101 42 101 101 42 101-42 42-101z m-572-320h858v71h-858v-71z m643 320q0 89-62 152t-152 62-151-62-63-152 63-151 151-63 152 63 62 151z m-571 358h214v72h-214v-72z m-72-107h858v143h-462l-36-71h-360v-72z m929 143v-714q0-30-21-51t-50-21h-858q-29 0-50 21t-21 51v714q0 30 21 51t50 21h858q29 0 50-21t21-51z",ascent:850,descent:-150},zoombox:{width:1e3,path:"m1000-25l-250 251c40 63 63 138 63 218 0 224-182 406-407 406-224 0-406-182-406-406s183-406 407-406c80 0 155 22 218 62l250-250 125 125z m-812 250l0 438 437 0 0-438-437 0z m62 375l313 0 0-312-313 0 0 312z",ascent:850,descent:-150},pan:{width:1e3,path:"m1000 350l-187 188 0-125-250 0 0 250 125 0-188 187-187-187 125 0 0-250-250 0 0 125-188-188 186-187 0 125 252 0 0-250-125 0 187-188 188 188-125 0 0 250 250 0 0-126 187 188z",ascent:850,descent:-150},zoom_plus:{width:1e3,path:"m1 787l0-875 875 0 0 875-875 0z m687-500l-187 0 0-187-125 0 0 187-188 0 0 125 188 0 0 187 125 0 0-187 187 0 0-125z",ascent:850,descent:-150},zoom_minus:{width:1e3,path:"m0 788l0-876 875 0 0 876-875 0z m688-500l-500 0 0 125 500 0 0-125z",ascent:850,descent:-150},autoscale:{width:1e3,path:"m250 850l-187 0-63 0 0-62 0-188 63 0 0 188 187 0 0 62z m688 0l-188 0 0-62 188 0 0-188 62 0 0 188 0 62-62 0z m-875-938l0 188-63 0 0-188 0-62 63 0 187 0 0 62-187 0z m875 188l0-188-188 0 0-62 188 0 62 0 0 62 0 188-62 0z m-125 188l-1 0-93-94-156 156 156 156 92-93 2 0 0 250-250 0 0-2 93-92-156-156-156 156 94 92 0 2-250 0 0-250 0 0 93 93 157-156-157-156-93 94 0 0 0-250 250 0 0 0-94 93 156 157 156-157-93-93 0 0 250 0 0 250z",ascent:850,descent:-150},tooltip_basic:{width:1500,path:"m375 725l0 0-375-375 375-374 0-1 1125 0 0 750-1125 0z",ascent:850,descent:-150},tooltip_compare:{width:1125,path:"m187 786l0 2-187-188 188-187 0 0 937 0 0 373-938 0z m0-499l0 1-187-188 188-188 0 0 937 0 0 376-938-1z",ascent:850,descent:-150},plotlylogo:{width:1542,path:"m0-10h182v-140h-182v140z m228 146h183v-286h-183v286z m225 714h182v-1000h-182v1000z m225-285h182v-715h-182v715z m225 142h183v-857h-183v857z m231-428h182v-429h-182v429z m225-291h183v-138h-183v138z",ascent:850,descent:-150},"z-axis":{width:1e3,path:"m833 5l-17 108v41l-130-65 130-66c0 0 0 38 0 39 0-1 36-14 39-25 4-15-6-22-16-30-15-12-39-16-56-20-90-22-187-23-279-23-261 0-341 34-353 59 3 60 228 110 228 110-140-8-351-35-351-116 0-120 293-142 474-142 155 0 477 22 477 142 0 50-74 79-163 96z m-374 94c-58-5-99-21-99-40 0-24 65-43 144-43 79 0 143 19 143 43 0 19-42 34-98 40v216h87l-132 135-133-135h88v-216z m167 515h-136v1c16 16 31 34 46 52l84 109v54h-230v-71h124v-1c-16-17-28-32-44-51l-89-114v-51h245v72z",ascent:850,descent:-150},"3d_rotate":{width:1e3,path:"m922 660c-5 4-9 7-14 11-359 263-580-31-580-31l-102 28 58-400c0 1 1 1 2 2 118 108 351 249 351 249s-62 27-100 42c88 83 222 183 347 122 16-8 30-17 44-27-2 1-4 2-6 4z m36-329c0 0 64 229-88 296-62 27-124 14-175-11 157-78 225-208 249-266 8-19 11-31 11-31 2 5 6 15 11 32-5-13-8-20-8-20z m-775-239c70-31 117-50 198-32-121 80-199 346-199 346l-96-15-58-12c0 0 55-226 155-287z m603 133l-317-139c0 0 4-4 19-14 7-5 24-15 24-15s-177-147-389 4c235-287 536-112 536-112l31-22 100 299-4-1z m-298-153c6-4 14-9 24-15 0 0-17 10-24 15z",ascent:850,descent:-150},camera:{width:1e3,path:"m500 450c-83 0-150-67-150-150 0-83 67-150 150-150 83 0 150 67 150 150 0 83-67 150-150 150z m400 150h-120c-16 0-34 13-39 29l-31 93c-6 15-23 28-40 28h-340c-16 0-34-13-39-28l-31-94c-6-15-23-28-40-28h-120c-55 0-100-45-100-100v-450c0-55 45-100 100-100h800c55 0 100 45 100 100v450c0 55-45 100-100 100z m-400-550c-138 0-250 112-250 250 0 138 112 250 250 250 138 0 250-112 250-250 0-138-112-250-250-250z m365 380c-19 0-35 16-35 35 0 19 16 35 35 35 19 0 35-16 35-35 0-19-16-35-35-35z",ascent:850,descent:-150},movie:{width:1e3,path:"m938 413l-188-125c0 37-17 71-44 94 64 38 107 107 107 187 0 121-98 219-219 219-121 0-219-98-219-219 0-61 25-117 66-156h-115c30 33 49 76 49 125 0 103-84 187-187 187s-188-84-188-187c0-57 26-107 65-141-38-22-65-62-65-109v-250c0-70 56-126 125-126h500c69 0 125 56 125 126l188-126c34 0 62 28 62 63v375c0 35-28 63-62 63z m-750 0c-69 0-125 56-125 125s56 125 125 125 125-56 125-125-56-125-125-125z m406-1c-87 0-157 70-157 157 0 86 70 156 157 156s156-70 156-156-70-157-156-157z",ascent:850,descent:-150},question:{width:857.1,path:"m500 82v107q0 8-5 13t-13 5h-107q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h107q8 0 13 5t5 13z m143 375q0 49-31 91t-77 65-95 23q-136 0-207-119-9-14 4-24l74-55q4-4 10-4 9 0 14 7 30 38 48 51 19 14 48 14 27 0 48-15t21-33q0-21-11-34t-38-25q-35-16-65-48t-29-70v-20q0-8 5-13t13-5h107q8 0 13 5t5 13q0 10 12 27t30 28q18 10 28 16t25 19 25 27 16 34 7 45z m214-107q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z",ascent:850,descent:-150},disk:{width:857.1,path:"m214-7h429v214h-429v-214z m500 0h72v500q0 8-6 21t-11 20l-157 156q-5 6-19 12t-22 5v-232q0-22-15-38t-38-16h-322q-22 0-37 16t-16 38v232h-72v-714h72v232q0 22 16 38t37 16h465q22 0 38-16t15-38v-232z m-214 518v178q0 8-5 13t-13 5h-107q-7 0-13-5t-5-13v-178q0-8 5-13t13-5h107q7 0 13 5t5 13z m357-18v-518q0-22-15-38t-38-16h-750q-23 0-38 16t-16 38v750q0 22 16 38t38 16h517q23 0 50-12t42-26l156-157q16-15 27-42t11-49z",ascent:850,descent:-150},lasso:{width:1031,path:"m1018 538c-36 207-290 336-568 286-277-48-473-256-436-463 10-57 36-108 76-151-13-66 11-137 68-183 34-28 75-41 114-42l-55-70 0 0c-2-1-3-2-4-3-10-14-8-34 5-45 14-11 34-8 45 4 1 1 2 3 2 5l0 0 113 140c16 11 31 24 45 40 4 3 6 7 8 11 48-3 100 0 151 9 278 48 473 255 436 462z m-624-379c-80 14-149 48-197 96 42 42 109 47 156 9 33-26 47-66 41-105z m-187-74c-19 16-33 37-39 60 50-32 109-55 174-68-42-25-95-24-135 8z m360 75c-34-7-69-9-102-8 8 62-16 128-68 170-73 59-175 54-244-5-9 20-16 40-20 61-28 159 121 317 333 354s407-60 434-217c28-159-121-318-333-355z",ascent:850,descent:-150},selectbox:{width:1e3,path:"m0 850l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z m285 0l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z m-857-286l0-143 143 0 0 143-143 0z m857 0l0-143 143 0 0 143-143 0z m-857-285l0-143 143 0 0 143-143 0z m857 0l0-143 143 0 0 143-143 0z m-857-286l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z m285 0l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z",ascent:850,descent:-150},spikeline:{width:1e3,path:"M512 409c0-57-46-104-103-104-57 0-104 47-104 104 0 57 47 103 104 103 57 0 103-46 103-103z m-327-39l92 0 0 92-92 0z m-185 0l92 0 0 92-92 0z m370-186l92 0 0 93-92 0z m0-184l92 0 0 92-92 0z",ascent:850,descent:-150}}},function(e,t,n){"use strict";e.exports={SHOW_PLACEHOLDER:100,HIDE_PLACEHOLDER:1e3,DBLCLICKDELAY:300}},function(e,t,n){"use strict";var r=n(1),i=n(2),a=n(8),l=n(9),o=n(0),s=n(7),u=n(3),c=n(14),d=n(98),f=/Click to enter .+ title/;(e.exports={}).draw=function(e,t,n){var h=n.propContainer,p=n.propName,v=n.traceIndex,y=n.dfltName,g=n.avoid||{},m=n.attributes,_=n.transform,T=n.containerGroup,b=e._fullLayout,M=h.titlefont.family,K=h.titlefont.size,k=h.titlefont.color,x=1,C=!1,A=h.title.trim(),w=e._context.editable;""===A&&(x=0),A.match(f)&&(x=.2,C=!0,w||(A=""));var L=A||w;T||(T=b._infolayer.selectAll(".g-"+t).data([0])).enter().append("g").classed("g-"+t,!0);var D=T.selectAll("text").data(L?[0]:[]);if(D.enter().append("text"),D.text(A).attr("class",t),D.exit().remove(),L){D.call(S);var B="Click to enter "+y+" title";w&&(A?D.on(".opacity",null):(x=0,C=!0,A=B,D.text(A).on("mouseover.opacity",function(){r.select(this).transition().duration(d.SHOW_PLACEHOLDER).style("opacity",1)}).on("mouseout.opacity",function(){r.select(this).transition().duration(d.HIDE_PLACEHOLDER).style("opacity",0)})),D.call(c.makeEditable,{gd:e}).on("edit",function(t){void 0!==v?a.restyle(e,p,t,v):a.relayout(e,p,t)}).on("cancel",function(){this.text(this.attr("data-unformatted")).call(S)}).on("input",function(e){this.text(e||" ").call(c.positionText,m.x,m.y)})),D.classed("js-placeholder",C)}function S(e){o.syncOrAsync([G,W],e)}function G(t){return t.attr("transform",_?"rotate("+[_.rotate,m.x,m.y]+") translate(0, "+_.offset+")":null),t.style({"font-family":M,"font-size":r.round(K,2)+"px",fill:u.rgb(k),opacity:x*u.opacity(k),"font-weight":l.fontWeight}).attr(m).call(c.convertToTspans,e),l.previousPromises(e)}function W(e){var t=r.select(e.node().parentNode);if(g&&g.selection&&g.side&&A){t.attr("transform",null);var n=0,a={left:"right",right:"left",top:"bottom",bottom:"top"}[g.side],l=-1!==["left","top"].indexOf(g.side)?-1:1,u=i(g.pad)?g.pad:2,c=s.bBox(t.node()),d={left:0,top:0,right:b.width,bottom:b.height},f=g.maxShift||(d[g.side]-c[g.side])*("left"===g.side||"top"===g.side?-1:1);if(f<0)n=f;else{var h=g.offsetLeft||0,p=g.offsetTop||0;c.left-=h,c.right-=h,c.top-=p,c.bottom-=p,g.selection.each(function(){var e=s.bBox(this);o.bBoxIntersect(c,e,u)&&(n=Math.max(n,l*(e[g.side]-c[a])+u))}),n=Math.min(f,n)}if(n>0||f<0){var v={left:[-n,0],right:[n,0],top:[0,-n],bottom:[0,n]}[g.side];t.attr("transform","translate("+v+")")}}}}},function(e,t,n){"use strict";e.exports=function(e){for(var t,n=e.length,r=new Array(n),i=n-1,a=0;i>=0;i--,a++)t=e[i],r[a]=[1-t[0],t[1]];return r}},function(e,t,n){"use strict";var r=n(26),i=n(166);e.exports=function(e){return void 0!==r[e]||i(e)}},function(e,t,n){"use strict";var r=n(2),i=n(0),a=n(297),l=n(296),o=n(101),s=n(100);e.exports=function(e,t,n,u,c){var d,f=c.prefix,h=c.cLetter,p=f.slice(0,f.length-1),v=f?i.nestedProperty(e,p).get()||{}:e,y=f?i.nestedProperty(t,p).get()||{}:t,g=v[h+"min"],m=v[h+"max"],_=v.colorscale;u(f+h+"auto",!(r(g)&&r(m)&&g<m)),u(f+h+"min"),u(f+h+"max"),void 0!==_&&(d=!o(_)),u(f+"autocolorscale",d);var T,b=u(f+"colorscale");(u(f+"reversescale")&&(y.colorscale=s(b)),"marker.line."!==f)&&(f&&(T=a(v)),u(f+"showscale",T)&&l(v,y,n))}},function(e,t,n){"use strict";t.dash={valType:"string",values:["solid","dot","dash","longdash","dashdot","longdashdot"],dflt:"solid",role:"style",description:["Sets the dash style of lines. Set to a dash type string","(*solid*, *dot*, *dash*, *longdash*, *dashdot*, or *longdashdot*)","or a dash length list in px (eg *5px,10px,2px,2px*)."].join(" ")}},function(e,t,n){"use strict";var r=n(23),i=n(17),a=n(10).extendFlat;e.exports={thicknessmode:{valType:"enumerated",values:["fraction","pixels"],role:"style",dflt:"pixels",description:["Determines whether this color bar's thickness","(i.e. the measure in the constant color direction)","is set in units of plot *fraction* or in *pixels*.","Use `thickness` to set the value."].join(" ")},thickness:{valType:"number",role:"style",min:0,dflt:30,description:["Sets the thickness of the color bar","This measure excludes the size of the padding, ticks and labels."].join(" ")},lenmode:{valType:"enumerated",values:["fraction","pixels"],role:"info",dflt:"fraction",description:["Determines whether this color bar's length","(i.e. the measure in the color variation direction)","is set in units of plot *fraction* or in *pixels.","Use `len` to set the value."].join(" ")},len:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the length of the color bar","This measure excludes the padding of both ends.","That is, the color bar length is this length minus the","padding on both ends."].join(" ")},x:{valType:"number",dflt:1.02,min:-2,max:3,role:"style",description:["Sets the x position of the color bar (in plot fraction)."].join(" ")},xanchor:{valType:"enumerated",values:["left","center","right"],dflt:"left",role:"style",description:["Sets this color bar's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the color bar."].join(" ")},xpad:{valType:"number",role:"style",min:0,dflt:10,description:"Sets the amount of padding (in px) along the x direction."},y:{valType:"number",role:"style",dflt:.5,min:-2,max:3,description:["Sets the y position of the color bar (in plot fraction)."].join(" ")},yanchor:{valType:"enumerated",values:["top","middle","bottom"],role:"style",dflt:"middle",description:["Sets this color bar's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the color bar."].join(" ")},ypad:{valType:"number",role:"style",min:0,dflt:10,description:"Sets the amount of padding (in px) along the y direction."},outlinecolor:r.linecolor,outlinewidth:r.linewidth,bordercolor:r.linecolor,borderwidth:{valType:"number",role:"style",min:0,dflt:0,description:["Sets the width (in px) or the border enclosing this color bar."].join(" ")},bgcolor:{valType:"color",role:"style",dflt:"rgba(0,0,0,0)",description:"Sets the color of padded area."},tickmode:r.tickmode,nticks:r.nticks,tick0:r.tick0,dtick:r.dtick,tickvals:r.tickvals,ticktext:r.ticktext,ticks:a({},r.ticks,{dflt:""}),ticklen:r.ticklen,tickwidth:r.tickwidth,tickcolor:r.tickcolor,showticklabels:r.showticklabels,tickfont:r.tickfont,tickangle:r.tickangle,tickformat:r.tickformat,tickprefix:r.tickprefix,showtickprefix:r.showtickprefix,ticksuffix:r.ticksuffix,showticksuffix:r.showticksuffix,separatethousands:r.separatethousands,exponentformat:r.exponentformat,showexponent:r.showexponent,title:{valType:"string",role:"info",dflt:"Click to enter colorscale title",description:"Sets the title of the color bar."},titlefont:a({},i,{description:["Sets this color bar's title font."].join(" ")}),titleside:{valType:"enumerated",values:["right","top","bottom"],role:"style",dflt:"top",description:["Determines the location of the colorbar title","with respect to the color bar."].join(" ")}}},function(e,t,n){"use strict";e.exports={visible:{valType:"boolean",role:"info",description:["Determines whether or not this set of error bars is visible."].join(" ")},type:{valType:"enumerated",values:["percent","constant","sqrt","data"],role:"info",description:["Determines the rule used to generate the error bars.","If *constant`, the bar lengths are of a constant value.","Set this constant in `value`.","If *percent*, the bar lengths correspond to a percentage of","underlying data. Set this percentage in `value`.","If *sqrt*, the bar lengths correspond to the sqaure of the","underlying data.","If *array*, the bar lengths are set with data set `array`."].join(" ")},symmetric:{valType:"boolean",role:"info",description:["Determines whether or not the error bars have the same length","in both direction","(top/bottom for vertical bars, left/right for horizontal bars."].join(" ")},array:{valType:"data_array",description:["Sets the data corresponding the length of each error bar.","Values are plotted relative to the underlying data."].join(" ")},arrayminus:{valType:"data_array",description:["Sets the data corresponding the length of each error bar in the","bottom (left) direction for vertical (horizontal) bars","Values are plotted relative to the underlying data."].join(" ")},value:{valType:"number",min:0,dflt:10,role:"info",description:["Sets the value of either the percentage","(if `type` is set to *percent*) or the constant","(if `type` is set to *constant*) corresponding to the lengths of","the error bars."].join(" ")},valueminus:{valType:"number",min:0,dflt:10,role:"info",description:["Sets the value of either the percentage","(if `type` is set to *percent*) or the constant","(if `type` is set to *constant*) corresponding to the lengths of","the error bars in the","bottom (left) direction for vertical (horizontal) bars"].join(" ")},traceref:{valType:"integer",min:0,dflt:0,role:"info"},tracerefminus:{valType:"integer",min:0,dflt:0,role:"info"},copy_ystyle:{valType:"boolean",role:"style"},copy_zstyle:{valType:"boolean",role:"style"},color:{valType:"color",role:"style",description:"Sets the stoke color of the error bars."},thickness:{valType:"number",min:0,dflt:2,role:"style",description:"Sets the thickness (in px) of the error bars."},width:{valType:"number",min:0,role:"style",description:["Sets the width (in px) of the cross-bar at both ends","of the error bars."].join(" ")},_deprecated:{opacity:{valType:"number",role:"style",description:["Obsolete.","Use the alpha channel in error bar `color` to set the opacity."].join(" ")}}}},function(e,t,n){"use strict";e.exports={mode:{valType:"enumerated",dflt:"afterall",role:"info",values:["immediate","next","afterall"],description:["Describes how a new animate call interacts with currently-running","animations. If `immediate`, current animations are interrupted and","the new animation is started. If `next`, the current frame is allowed","to complete, after which the new animation is started. If `afterall`","all existing frames are animated to completion before the new animation","is started."].join(" ")},direction:{valType:"enumerated",role:"info",values:["forward","reverse"],dflt:"forward",description:["The direction in which to play the frames triggered by the animation call"].join(" ")},fromcurrent:{valType:"boolean",dflt:!1,role:"info",description:["Play frames starting at the current frame instead of the beginning."].join(" ")},frame:{duration:{valType:"number",role:"info",min:0,dflt:500,description:["The duration in milliseconds of each frame. If greater than the frame","duration, it will be limited to the frame duration."].join(" ")},redraw:{valType:"boolean",role:"info",dflt:!0,description:["Redraw the plot at completion of the transition. This is desirable","for transitions that include properties that cannot be transitioned,","but may significantly slow down updates that do not require a full","redraw of the plot"].join(" ")}},transition:{duration:{valType:"number",role:"info",min:0,dflt:500,description:["The duration of the transition, in milliseconds. If equal to zero,","updates are synchronous."].join(" ")},easing:{valType:"enumerated",dflt:"cubic-in-out",values:["linear","quad","cubic","sin","exp","circle","elastic","back","bounce","linear-in","quad-in","cubic-in","sin-in","exp-in","circle-in","elastic-in","back-in","bounce-in","linear-out","quad-out","cubic-out","sin-out","exp-out","circle-out","elastic-out","back-out","bounce-out","linear-in-out","quad-in-out","cubic-in-out","sin-in-out","exp-in-out","circle-in-out","elastic-in-out","back-in-out","bounce-in-out"],role:"info",description:"The easing function used for the transition"}}}},function(e,t,n){"use strict";var r=n(2);e.exports=function(e,t){if(e>0)return Math.log(e)/Math.LN10;var n=Math.log(Math.min(t[0],t[1]))/Math.LN10;return r(n)||(n=Math.log(Math.max(t[0],t[1]))/Math.LN10-6),n}},function(e,t,n){"use strict";var r="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer:{isView:function(){return!1}};e.exports=function(e){return Array.isArray(e)||r.isView(e)}},function(e,t,n){"use strict";var r=n(2),i=n(108),a=n(32),l=n(170);e.exports=function(e,t){if(r(t))t=String(t);else if("string"!=typeof t||"[-1]"===t.substr(t.length-4))throw"bad property string";for(var n,a,l,o=0,s=t.split(".");o<s.length;){if(n=String(s[o]).match(/^([^\[\]]*)((\[\-?[0-9]*\])+)$/)){if(n[1])s[o]=n[1];else{if(0!==o)throw"bad property string";s.splice(0,1)}for(a=n[2].substr(1,n[2].length-2).split("]["),l=0;l<a.length;l++)o++,s.splice(o,0,Number(a[l]))}o++}return"object"!=typeof e?function(e,t,n){return{set:function(){throw"bad container"},get:function(){},astr:t,parts:n,obj:e}}(e,t,s):{set:c(e,s,t),get:function e(t,n){return function(){var r,a,l,o,s,u=t;for(o=0;o<n.length-1;o++){if(-1===(r=n[o])){for(a=!0,l=[],s=0;s<u.length;s++)l[s]=e(u[s],n.slice(o+1))(),l[s]!==l[0]&&(a=!1);return a?l[0]:l}if("number"==typeof r&&!i(u))return;if("object"!=typeof(u=u[r])||null===u)return}if("object"==typeof u&&null!==u&&null!==(l=u[n[o]]))return l}}(e,s),astr:t,parts:s,obj:e}};var o=/(^|\.)((domain|range)(\.[xy])?|args|parallels)$/,s=/(^|\.)args\[/;function u(e,t){if(void 0!==(n=e)&&null!==n&&("object"!=typeof n||(i(n)?n.length:Object.keys(n).length))||a(e)&&"]"===t.charAt(t.length-1)||t.match(s)&&void 0!==e)return!1;var n;if(!i(e))return!0;if(t.match(o))return!0;var r=l(t);return r&&""===r.index}function c(e,t,n){return function(r){var a,l,o=e,s="",c=[[e,s]],p=u(r,n);for(l=0;l<t.length-1;l++){if("number"==typeof(a=t[l])&&!i(o))throw"array index but container is not an array";if(-1===a){if(p=!f(o,t.slice(l+1),r,n))break;return}if(!h(o,a,t[l+1],p))break;if("object"!=typeof(o=o[a])||null===o)throw"container is not an object";s=d(s,a),c.push([o,s])}p?(l===t.length-1&&delete o[t[l]],function(e){var t,n,r,a,l,o;for(t=e.length-1;t>=0;t--){if(r=e[t][0],a=e[t][1],o=!1,i(r))for(n=r.length-1;n>=0;n--)u(r[n],d(a,n))?o?r[n]=void 0:r.pop():o=!0;else if("object"==typeof r&&null!==r)for(l=Object.keys(r),o=!1,n=l.length-1;n>=0;n--)u(r[l[n]],d(a,l[n]))?delete r[l[n]]:o=!0;if(o)return}}(c)):o[t[l]]=r}}function d(e,t){var n=t;return r(t)?n="["+t+"]":e&&(n="."+t),e+n}function f(e,t,n,r){var a,l=i(n),o=!0,s=n,d=r.replace("-1",0),f=!l&&u(n,d),p=t[0];for(a=0;a<e.length;a++)d=r.replace("-1",a),l&&(f=u(s=n[a%n.length],d)),f&&(o=!1),h(e,a,p,f)&&c(e[a],t,r.replace("-1",a))(s);return o}function h(e,t,n,r){if(void 0===e[t]){if(r)return!1;e[t]="number"==typeof n?[]:{}}return!0}},function(e,t,n){"use strict";var r=n(10).extendFlat,i=n(17);e.exports={hoverlabel:{bgcolor:{valType:"color",role:"style",arrayOk:!0,description:["Sets the background color of the hover labels for this trace"].join(" ")},bordercolor:{valType:"color",role:"style",arrayOk:!0,description:["Sets the border color of the hover labels for this trace."].join(" ")},font:{family:r({},i.family,{arrayOk:!0}),size:r({},i.size,{arrayOk:!0}),color:r({},i.color,{arrayOk:!0})}}}},function(e,t,n){"use strict";e.exports=function(){}},function(e,t,n){"use strict";var r=n(4),i=n(0),a=n(42),l=n(41),o=n(163),s=n(106),u=n(299),c=n(290),d=i.extendFlat,f=i.extendDeep,h="_isSubplotObj",p="_isLinkedToArray",v=[h,p,"_arrayAttrRegexps","_deprecated"];function y(e){return function(e){function n(e){return{valType:"string",role:"info",description:["Sets the source reference on plot.ly for ",e,"."].join(" ")}}t.crawl(e,function(e,r,a){t.isValObject(e)?"data_array"===e.valType?(e.role="data",a[r+"src"]=n(r)):!0===e.arrayOk&&(a[r+"src"]=n(r)):i.isPlainObject(e)&&(e.role="object")})}(e),function(e){t.crawl(e,function(e,t,n){if(!e)return;var r=e[p];if(!r)return;delete e[p],n[t]={items:{}},n[t].items[r]=e,n[t].role="object"})}(e),e}function g(e,t,n){var r=i.nestedProperty(e,n),a=f({},t.layoutAttributes);a[h]=!0,r.set(a)}function m(e,t,n){var r=i.nestedProperty(e,n);r.set(f(r.get()||{},t))}t.IS_SUBPLOT_OBJ=h,t.IS_LINKED_TO_ARRAY=p,t.DEPRECATED="_deprecated",t.UNDERSCORE_ATTRS=v,t.get=function(){var e={};r.allTypes.concat("area").forEach(function(t){e[t]=function(e){var t,n;"area"===e?(t={attributes:u},n={}):(t=r.modules[e]._module,n=t.basePlotModule);var i={type:null};f(i,a),f(i,t.attributes),n.attributes&&f(i,n.attributes);Object.keys(r.componentsRegistry).forEach(function(t){var n=r.componentsRegistry[t];n.schema&&n.schema.traces&&n.schema.traces[e]&&Object.keys(n.schema.traces[e]).forEach(function(t){m(i,n.schema.traces[e][t],t)})}),i.type=e;var l={meta:t.meta||{},attributes:y(i)};if(t.layoutAttributes){var o={};f(o,t.layoutAttributes),l.layoutAttributes=y(o)}return l}(t)});var t,n,h={};return Object.keys(r.transformsRegistry).forEach(function(e){h[e]=function(e){var t=r.transformsRegistry[e],n=f({},t.attributes);return Object.keys(r.componentsRegistry).forEach(function(t){var i=r.componentsRegistry[t];i.schema&&i.schema.transforms&&i.schema.transforms[e]&&Object.keys(i.schema.transforms[e]).forEach(function(t){m(n,i.schema.transforms[e][t],t)})}),{attributes:y(n)}}(e)}),{defs:{valObjects:i.valObjects,metaKeys:v.concat(["description","role"])},traces:e,layout:(n={},f(n,l),Object.keys(r.subplotsRegistry).forEach(function(e){var t=r.subplotsRegistry[e];if(t.layoutAttributes)if("cartesian"===t.name)g(n,t,"xaxis"),g(n,t,"yaxis");else{var i="subplot"===t.attr?t.name:t.attr;g(n,t,i)}}),n=function(e){return d(e,{radialaxis:c.radialaxis,angularaxis:c.angularaxis}),d(e,c.layout),e}(n),Object.keys(r.componentsRegistry).forEach(function(e){var t=r.componentsRegistry[e];t.layoutAttributes&&(t.schema&&t.schema.layout?Object.keys(t.schema.layout).forEach(function(e){m(n,t.schema.layout[e],e)}):m(n,t.layoutAttributes,t.name))}),{layoutAttributes:y(n)}),transforms:h,frames:(t={frames:i.extendDeep({},o)},y(t),t.frames),animation:y(s)}},t.crawl=function(e,n,r){var a=r||0;Object.keys(e).forEach(function(r){var l=e[r];-1===v.indexOf(r)&&(n(l,r,e,a),t.isValObject(l)||i.isPlainObject(l)&&t.crawl(l,n,a+1))})},t.isValObject=function(e){return e&&void 0!==e.valType},t.findArrayAttributes=function(e){var n=[],r=[];function l(t,a,l,o){if(r=r.slice(0,o).concat([a]),t&&("data_array"===t.valType||!0===t.arrayOk)){var s=function(e){return e.join(".")}(r),u=i.nestedProperty(e,s).get();Array.isArray(u)&&n.push(s)}}if(t.crawl(a,l),e._module&&e._module.attributes&&t.crawl(e._module.attributes,l),e.transforms)for(var o=e.transforms,s=0;s<o.length;s++){var u=o[s];r=["transforms["+s+"]"],t.crawl(u._module.attributes,l,1)}return e._fullInput&&e._fullInput._module&&e._fullInput._module.attributes&&(t.crawl(e._fullInput._module.attributes,l),n=i.filterUnique(n)),n}},function(e,t,n){"use strict";e.exports={staticPlot:!1,editable:!1,autosizable:!1,queueLength:0,fillFrame:!1,frameMargins:0,scrollZoom:!1,doubleClick:"reset+autosize",showTips:!0,showAxisDragHandles:!0,showAxisRangeEntryBoxes:!0,showLink:!1,sendData:!0,linkText:"Edit chart",showSources:!1,displayModeBar:"hover",modeBarButtonsToRemove:[],modeBarButtonsToAdd:[],modeBarButtons:!1,displaylogo:!0,plotGlPixelRatio:2,setBackground:function(t,n){try{t._fullLayout._paper.style("background",n)}catch(t){e.exports.logging>0&&console.error(t)}},topojsonURL:"https://cdn.plot.ly/",mapboxAccessToken:null,logging:!1,globalTransforms:[]}},function(e,t,n){"use strict";var r=function(){var e=this.$createElement,t=this._self._c||e;return t("figure",{staticClass:"image"},[t("img",{style:this.round?"border-radius: 50%":"",attrs:{src:"/dist/assets/hero-icons/"+this.hero.toLowerCase()+".jpg",alt:this.hero,title:this.hero}})])},i=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return"None"!=e.rarity?n("div",{staticClass:"talent-image",style:"background-image: url('/dist/assets/talent-icons-small/"+e.hero+"/"+e.hero+"_"+e.rarity+".jpg'); width: "+e.size+"px; height: "+e.size+"px",attrs:{alt:e.hero+" "+e.rarity,title:e.hero+" "+e.rarity}}):e._e()},i=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("p",{staticClass:"title-box"},[e._v(e._s(e.title))]),e._v(" "),n("div",{staticClass:"columns is-mobile"},[n("div",{staticClass:"column is-centered"},[n("hero-image",{staticClass:"is-64x64 hero-image-slot",attrs:{actor:e.entry.Actor}}),e._v(" "),n("span",{staticClass:"hero-name"},[e._v(e._s(e.hero))])],1),e._v(" "),n("div",{staticClass:"column value is-centered"},[e.hasTalent?n("talent-image",{attrs:{entry:e.entry,size:64}}):n("span",[e._v("No Talent")]),e._v(" "),n("span",[e._v(e._s(e.value)+e._s(e.label))]),e._v(" "),n("span",{staticClass:"type"},[e._v(e._s(e.type))])],1)])])},i=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"show",rawName:"v-show",value:void 0!=e.deferredPrompt,expression:"deferredPrompt != undefined"}],staticClass:"notification is-primary"},[n("button",{staticClass:"delete",on:{click:function(t){e.deferredPrompt=void 0}}}),e._v(" "),n("div",{staticClass:"has-text-centered"},[e._v("Add to your homescreen for fast and offline access?")]),e._v(" "),n("div",{staticClass:"has-text-centered install-button"},[n("button",{staticClass:"button is-medium",on:{click:function(t){e.deferredPrompt.prompt()}}},[n("span",{staticClass:"mdi mdi-download"}),e._v(" "),n("span",[e._v("ย Install")])])])])},i=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box"},[n("b-table",{attrs:{data:e.top10Talents,"mobile-cards":!1},scopedSlots:e._u([{key:"default",fn:function(t){return[n("b-table-column",{attrs:{field:"Actor",label:"Hero"}},[n("hero-image",{staticClass:"is-square",attrs:{actor:t.row.Actor}})],1),e._v(" "),n("b-table-column",{attrs:{field:"Talent",label:"Talent",visible:e.hasTalents}},[n("div",{staticStyle:{display:"flex","align-items":"center","justify-content":"space-between"}},[n("span",[e._v(e._s(e.getTalentName(t.row.Talent)))]),e._v(" "),n("talent-image",{attrs:{entry:t.row,size:48}})],1)]),e._v(" "),n("b-table-column",{attrs:{field:"Count",label:"Pick Rate",visible:!e.hasTalents,sortable:"",numeric:""}},[n("span",[e._v(e._s(Math.round(100*e.playersPerMatch*t.row.Count/e.totalPicks))+"%")])]),e._v(" "),n("b-table-column",{attrs:{field:"TotalWinner",label:"Win Rate",sortable:"",numeric:""}},[n("span",[e._v(e._s(Math.round(100*t.row.TotalWinner))+"%")])])]}}])})],1)},i=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box"},[n("div",{staticClass:"columns is-mobile is-multiline is-centered"},e._l(e.actors,function(t){return n("div",{key:t,staticClass:"column is-narrow"},[n("a",{on:{click:function(n){e.selectedActor=t}}},[n("hero-image",{class:"is-48x48 "+(e.selectedActor==t?"highlight-selection":""),attrs:{actor:t}})],1)])}))])},i=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box"},[n("div",{staticClass:"columns is-mobile"},[n("div",{staticClass:"column is-one-quarter"},[n("hero-image",{staticClass:"is-64x64",attrs:{actor:e.selectedActor}})],1),e._v(" "),n("div",{staticClass:"column has-text-centered"},[e._v(e._s((100*e.totalHeroReport.TotalWinner/e.totalHeroReport.TotalPicks).toFixed(0))+"% Winย Rate")]),e._v(" "),n("div",{staticClass:"column has-text-centered"},[e._v(e._s((100*e.totalHeroReport.TotalPicks/e.totalPicks*e.playersPerMatch).toFixed(0))+"% Pickย Rate")])]),e._v(" "),n("b-table",{directives:[{name:"show",rawName:"v-show",value:e.hasTalents,expression:"hasTalents"}],attrs:{data:e.heroReport,"mobile-cards":!1},scopedSlots:e._u([{key:"header",fn:function(t){return[n("b-tooltip",{attrs:{active:!!t.column.meta,label:t.column.meta||"",position:"is-bottom",dashed:""}},[e._v("\n "+e._s(t.column.label)+"\n ")])]}},{key:"default",fn:function(t){return[n("b-table-column",{attrs:{field:"Talent",label:"Talent"}},[n("talent-image",{attrs:{entry:t.row,size:48}})],1),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateBase",label:"Level 1 Win Rate",meta:"Estimated.",sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateBase)?[e._v("\n "+e._s((100*t.row.Winner).toFixed(0))+"% ")]:[e._v("\n "+e._s((100*t.row.TalentWinrateBase).toFixed(0))+"%\n ")],e._v(" "),t.row.SampleTooSmall?n("small",[n("br"),e._v("uncertain")]):e._e()],2),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateMax",label:"Max Level Win Rate",meta:"Estimated.",sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateMax)?e._e():[e._v("\n "+e._s((100*t.row.TalentWinrateMax).toFixed(0))+"%\n "),t.row.SampleTooSmall||t.row.VarianceTooLarge?n("small",[n("br"),e._v("uncertain")]):e._e()]],2)]}}])})],1)},i=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("intro-box"),e._v(" "),n("install-notification"),e._v(" "),n("div",{staticClass:"columns is-multiline"},[e.hasTalents?n("div",{staticClass:"column"},[n("h2",{staticClass:"title is-2"},[e._v("Highlights")]),e._v(" "),n("highlights")],1):e._e(),e._v(" "),n("div",{staticClass:"column is-narrow"},[n("h2",{staticClass:"title is-2"},[e._v("Top 10")]),e._v(" "),n("top-talents-box")],1)]),e._v(" "),n("Adsense",{staticClass:"adsense",attrs:{"data-ad-client":"ca-pub-6856963757796636","data-ad-slot":"3898218968"}}),e._v(" "),n("div",{staticClass:"columns is-multiline"},[n("div",{staticClass:"column is-two-thirds"},[n("h2",{staticClass:"title is-2"},[e._v("Individual Hero Statistics")]),e._v(" "),n("h3",{staticClass:"subtitle"},[e._v("Select a Hero")]),e._v(" "),n("hero-draft-grid")],1),e._v(" "),n("div",{staticClass:"column is-one-third"},[n("h2",{staticClass:"title is-2"},[e._v(e._s(e.getHero(e.selectedActor))+" Statistics")]),e._v(" "),n("hero-talent-table")],1)]),e._v(" "),n("div",{staticClass:"box"},[n("h2",{staticClass:"title is-2"},[e._v("Hero Balance Overview")]),e._v(" "),n("h3",{staticClass:"subtitle is-hidden-desktop"},[e._v("Best viewed on a large screen")]),e._v(" "),n("win-pick-scatter")],1),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.hasTalents,expression:"hasTalents"}],staticClass:"box"},[n("h2",{staticClass:"title is-2"},[e._v("Summaries")]),e._v(" "),n("summaries")],1),e._v(" "),n("Adsense",{staticClass:"adsense",attrs:{"data-ad-client":"ca-pub-6856963757796636","data-ad-slot":"4801023518"}}),e._v(" "),n("div",[n("h2",{staticClass:"title is-2"},[e._v("All Hero Statistics")]),e._v(" "),n("report-table")],1)],1)},i=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("b-table",{attrs:{data:e.talentSummaries,"mobile-cards":!1},scopedSlots:e._u([{key:"default",fn:function(t){return[n("b-table-column",{attrs:{field:"Rarity",label:"Rarity"}},[e._v("\n "+e._s(t.row.Rarity)+"\n ")]),e._v(" "),n("b-table-column",{attrs:{field:"TotalWinner",label:"Win Rate",sortable:"",numeric:""}},[e._v("\n "+e._s((100*t.row.TotalWinner/t.row._Count).toFixed(2))+"%\n ")]),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateBase",label:"Level 1 Win Rate",meta:"Estimated.",sortable:"",numeric:""}},[e._v("\n "+e._s((100*t.row.TalentWinrateBase/t.row._Count).toFixed(2))+"%\n ")]),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateMax",label:"Max Level Win Rate",meta:"Estimated.",sortable:"",numeric:""}},[e._v("\n "+e._s((100*t.row.TalentWinrateMax/t.row._Count).toFixed(2))+"%\n ")]),e._v(" "),n("b-table-column",{attrs:{field:"TotalPicks",label:"Pick Rate",sortable:"",numeric:""}},[e._v("\n "+e._s((100*t.row.TotalPicks/e.totalPicks).toFixed(2))+"%\n ")])]}}])})},i=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"container"},[e._m(0),e._v(" "),n("div",{staticClass:"tabs is-fullwidth"},[n("ul",e._l(e.modes,function(t){return n("li",{key:t,class:t==e.selectedMode?"is-active":""},[n("a",{on:{click:function(n){e.selectedMode=t}}},[n("span",[e._v(e._s(e.getMode(t)))])])])}))]),e._v(" "),n("mode-tab",{staticClass:"tab"}),e._v(" "),n("footer",{staticClass:"footer"},[n("div",{staticClass:"container"},[n("div",{staticClass:"content has-text-centered"},[n("p",[e._v("\n Last update: "+e._s(e.lastUpdate)+", with "+e._s(e.totalMatches)+" matches total.\n ")]),e._v(" "),e._m(1),e._v(" "),n("p")])])])],1)},i=[function(){var e=this.$createElement,t=this._self._c||e;return t("section",{staticClass:"hero is-medium is-bold header"},[t("div",{staticClass:"hero-body"},[t("div",{staticClass:"container"},[t("h1",{staticClass:"title has-text-white"},[this._v("\n Broken Talents\n ")]),this._v(" "),t("h2",{staticClass:"subtitle has-text-white"},[this._v("\n Tilting Brawlers since Update 2.5\n ")])])])])},function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("p",[n("strong",[e._v("BrokenTalentsFun")]),e._v(", the Vainglory Talents and Hero win rate statistics site, by shutterfly ("),n("a",{attrs:{href:"https://schneefux.xyz"}},[e._v("@schneefux")]),e._v(").\n "),n("br"),e._v(" "),n("a",{attrs:{href:"https://github.com/BrokenTalents/brokentalents.github.io"}},[e._v("Source Code")]),e._v(".\n Built with the "),n("a",{attrs:{href:"http://developer.vainglorygame.com"}},[e._v("Vainglory API")]),e._v(".\n Images by "),n("a",{attrs:{href:"https://vainglorygame.com"}},[e._v("Super Evil Mega Corp")]),e._v(", Gwen Icon by Bleeko.\n "),n("br"),e._v("\n Join the "),n("a",{attrs:{href:"https://discord.gg/txTchJY"}},[e._v("Discord Server")]),e._v(" or "),n("a",{attrs:{href:"https://twitter.com/brokentalents"}},[e._v("Tweet")]),e._v(" if you have questions.\n ")])}];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",[n("div",{directives:[{name:"show",rawName:"v-show",value:e.hasTalents,expression:"hasTalents"}],staticClass:"block"},[n("b-radio",{attrs:{"native-value":"TotalWinner"},model:{value:e.yMetric,callback:function(t){e.yMetric=t},expression:"yMetric"}},[e._v("\n Win Rate\n ")]),e._v(" "),n("b-radio",{attrs:{"native-value":"TalentWinrateBase"},model:{value:e.yMetric,callback:function(t){e.yMetric=t},expression:"yMetric"}},[e._v("\n Level 1 Win Rate\n ")]),e._v(" "),n("b-radio",{attrs:{"native-value":"TalentWinrateMax"},model:{value:e.yMetric,callback:function(t){e.yMetric=t},expression:"yMetric"}},[e._v("\n Max Level Win Rate\n ")])],1),e._v(" "),n("b-field",[n("b-checkbox",{model:{value:e.fixedXRange,callback:function(t){e.fixedXRange=t},expression:"fixedXRange"}},[e._v("\n Fixed Range\n ")]),e._v(" "),n("b-checkbox",{model:{value:e.filterLowPickrate,callback:function(t){e.filterLowPickrate=t},expression:"filterLowPickrate"}},[e._v("\n Include entries without enough data (statistics will be inaccurate)\n ")])],1),e._v(" "),n("div",{ref:"graph",staticClass:"plotly"})],1)},i=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"columns is-multiline is-mobile"},[e.stats.topWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Overpowered",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topWin.TotalWinner),entry:e.stats.topWin}})],1):e._e(),e._v(" "),e.stats.topPick?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Trending",type:"Total Pick Rate",label:"%",value:(100*e.playersPerMatch*e.stats.topPick.TotalPicks/e.stats.totalPicks).toFixed(2),entry:e.stats.topPick}})],1):e._e(),e._v(" "),e.stats.topLowLevel?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Beginner",type:"Level 1 Win Rate",label:"%",value:Math.round(100*e.stats.topLowLevel.TalentWinrateBase),entry:e.stats.topLowLevel}})],1):e._e(),e._v(" "),e.stats.topScaling?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Spender",type:"Win Rate per Level",label:"%",value:"+"+Math.round(100*e.stats.topScaling.TalentWinrateLevelScaling),entry:e.stats.topScaling}})],1):e._e(),e._v(" "),e.stats.topUnpopularWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Hidden Gem",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topUnpopularWin.TotalWinner),entry:e.stats.topUnpopularWin}})],1):e._e(),e._v(" "),e.stats.topRareWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Best Rare",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topRareWin.TotalWinner),entry:e.stats.topRareWin}})],1):e._e(),e._v(" "),e.stats.topEpicWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Best Epic",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topEpicWin.TotalWinner),entry:e.stats.topEpicWin}})],1):e._e(),e._v(" "),e.stats.topLegendaryWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Best Legendary",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topLegendaryWin.TotalWinner),entry:e.stats.topLegendaryWin}})],1):e._e(),e._v(" "),e.stats.topKillDeathPoints?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Soldier",type:"Kill Death Difference",label:"",value:"+"+e.stats.topKillDeathPoints.KillDeathPoints.toFixed(2),entry:e.stats.topKillDeathPoints}})],1):e._e(),e._v(" "),e.stats.topObjectivePoints?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Trebuchet",type:"Objectives",label:"",value:e.stats.topObjectivePoints.ObjectivePoints.toFixed(2),entry:e.stats.topObjectivePoints}})],1):e._e(),e._v(" "),e.stats.topBlitzPointsDelta?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Blitzkrieg",type:"Blitz Points",label:"",value:"+"+e.stats.topBlitzPointsDelta.BlitzPointsDelta.toFixed(2),entry:e.stats.topBlitzPointsDelta}})],1):e._e()])},i=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:"notification "+(e.hideIntro?"is-hidden":"")},[n("button",{staticClass:"delete",on:{click:function(t){e.hideIntro=!0}}}),e._v(" "),n("div",{staticClass:"content"},[n("h3",[e._v("Hi There!")]),e._v(" "),n("img",{staticClass:"image is-64x64",staticStyle:{float:"right"},attrs:{src:"/dist/assets/gwenbarf.png"}}),e._v(" "),e._m(0),e._v(" "),n("p",[e._v("\n This site shares visitor data with Google Analytics and Google AdSense which store cookies. If you do not want that, you can "),n("a",{on:{click:function(t){e.optOutAnalytics()}}},[e._v("opt out of Google Analytics")]),e.gaOptedOut?n("span",[e._v(" (Google Analytics is disabled for you)")]):e._e(),e._v(" and "),n("a",{attrs:{href:"http://www.youronlinechoices.com/"}},[e._v("opt out of targeted advertisements")]),e._v(".\n ")])])])},i=[function(){var e=this.$createElement,t=this._self._c||e;return t("p",[this._v("\n Broken Talents Fun will help you find the best Talents for the Vainglory mobile MOBA game.\n "),t("br"),this._v("\n Talents are special boosts for Vainglory's Brawl modes that upgrade and change hero abilities in a variety of different ways.\n "),t("br"),this._v("\n The pick and win rates on this site have been gathered from real Vainglory matches.\n The data can be imprecise and can be contrary to your personal experience.\n ")])}];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",[n("b-field",{directives:[{name:"show",rawName:"v-show",value:e.hasTalents,expression:"hasTalents"}]},[n("p",{staticClass:"control"},[n("b-dropdown",{model:{value:e.filterRarity,callback:function(t){e.filterRarity=t},expression:"filterRarity"}},[n("button",{staticClass:"button",attrs:{slot:"trigger"},slot:"trigger"},[n("span",[e._v(e._s(e.filterRarity.replace("None","No")||"All")+" Talents")]),e._v(" "),n("b-icon",{attrs:{icon:"menu-down"}})],1),e._v(" "),n("b-dropdown-item",{attrs:{value:""}},[e._v("All Talents")]),e._v(" "),e._l(e.RARITIES,function(t){return n("b-dropdown-item",{key:t,attrs:{value:t}},[e._v(e._s(t.replace("None","No"))+" Talents")])})],2)],1)]),e._v(" "),n("b-field",[n("div",{staticClass:"control"},[n("b-switch",{model:{value:e.filterLowPickrate,callback:function(t){e.filterLowPickrate=t},expression:"filterLowPickrate"}},[e._v("Include entries without enough data (statistics will be inaccurate)")])],1)]),e._v(" "),n("b-table",{attrs:{data:e.report,"default-sort":["TotalPicks","desc"],"default-sort-directon":"desc",paginated:!0},scopedSlots:e._u([{key:"header",fn:function(t){return[n("b-tooltip",{attrs:{active:!!t.column.meta,label:t.column.meta||"",position:"is-bottom",dashed:""}},[e._v("\n "+e._s(t.column.label)+"\n ")])]}},{key:"default",fn:function(t){return[n("b-table-column",{attrs:{field:"Actor",label:"Hero",sortable:""}},[n("div",{staticClass:"is-hidden-touch"},[n("div",{staticStyle:{display:"flex","align-items":"center"}},[n("hero-image",{staticClass:"is-48x48",attrs:{round:"true",actor:t.row.Actor}}),e._v(" "),n("span",{staticStyle:{"padding-left":"0.75em"}},[e._v(e._s(e.getHero(t.row.Actor)))])],1)]),e._v(" "),n("div",{staticClass:"is-hidden-desktop"},[n("div",{staticStyle:{display:"flex","align-items":"center"}},[n("span",{staticStyle:{"padding-right":"0.5em"}},[e._v(e._s(e.getHero(t.row.Actor)))]),e._v(" "),n("hero-image",{staticClass:"is-48x48",attrs:{round:"true",actor:t.row.Actor}})],1)])]),e._v(" "),n("b-table-column",{attrs:{field:"Talent",label:"Talent",visible:e.hasTalents}},[n("div",{staticClass:"is-hidden-touch"},[n("div",{staticStyle:{display:"flex","align-items":"center","justify-content":"space-between"}},[n("span",[e._v(e._s(e.getTalentName(t.row.Talent)))]),e._v(" "),n("talent-image",{attrs:{entry:t.row,size:48}})],1)]),e._v(" "),n("div",{staticClass:"is-hidden-desktop"},[n("div",{staticStyle:{display:"flex","align-items":"center"}},[n("span",{staticStyle:{"padding-right":"0.5em"}},[e._v(e._s(e.getTalentName(t.row.Talent)))]),e._v(" "),n("talent-image",{attrs:{entry:t.row,size:48}})],1)])]),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateBase",label:"Level 1 Win Rate",meta:"Estimated.",visible:e.hasTalents,sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateBase)?[e._v("\n "+e._s((100*t.row.Winner).toFixed(0))+"% ")]:[e._v("\n "+e._s((100*t.row.TalentWinrateBase).toFixed(0))+"%\n ")]],2),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateMax",label:"Max Level Win Rate",meta:"Estimated.",visible:e.hasTalents,sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateMax)?e._e():[e._v("\n "+e._s((100*t.row.TalentWinrateMax).toFixed(0))+"%\n "),t.row.VarianceTooLarge?n("small",[n("br"),e._v("uncertain")]):e._e()]],2),e._v(" "),n("b-table-column",{attrs:{field:"BlitzPointsDelta",label:"Blitz Points",visible:e.hasTalents,sortable:"",numeric:""}},[e._v("\n "+e._s((t.row.BlitzPointsDelta>0?"+":"")+t.row.BlitzPointsDelta.toFixed(2))+"\n ")]),e._v(" "),n("b-table-column",{attrs:{field:"Winner",label:"Win Rate",visible:!e.hasTalents,sortable:"",numeric:""}},[e._v("\n "+e._s((100*t.row.Winner).toFixed(0))+"%\n ")]),e._v(" "),n("b-table-column",{attrs:{field:"TotalPicks",label:"Pick Rate",sortable:"",numeric:""}},[e._v("\n "+e._s((100*e.playersPerMatch*t.row.TotalPicks/e.totalPicks).toFixed(2))+"%\n ")])]}}])},[n("template",{slot:"footer"},[n("div",{staticClass:"has-text-right"},[n("button",{staticClass:"button",on:{click:function(t){e.downloadCsv()}}},[e._v("Download CSV")])])])],2)],1)},i=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i})},function(e,t,n){"use strict";e.exports={yPad:.02,minButtonWidth:30,rx:3,ry:3,lightAmount:25,darkAmount:10}},function(e,t,n){"use strict";e.exports={step:{valType:"enumerated",role:"info",values:["month","year","day","hour","minute","second","all"],dflt:"month",description:["The unit of measurement that the `count` value will set the range by."].join(" ")},stepmode:{valType:"enumerated",role:"info",values:["backward","todate"],dflt:"backward",description:["Sets the range update mode.","If *backward*, the range update shifts the start of range","back *count* times *step* milliseconds.","If *todate*, the range update shifts the start of range","back to the first timestamp from *count* times","*step* milliseconds back.","For example, with `step` set to *year* and `count` set to *1*","the range update shifts the start of the range back to","January 01 of the current year.","Month and year *todate* are currently available only","for the built-in (Gregorian) calendar."].join(" ")},count:{valType:"number",role:"info",min:0,dflt:1,description:["Sets the number of steps to take to update the range.","Use with `step` to specify the update interval."].join(" ")},label:{valType:"string",role:"info",description:"Sets the text label to appear on the button."}}},function(e,t,n){"use strict";e.exports={name:"rangeslider",containerClassName:"rangeslider-container",bgClassName:"rangeslider-bg",rangePlotClassName:"rangeslider-rangeplot",maskMinClassName:"rangeslider-mask-min",maskMaxClassName:"rangeslider-mask-max",slideBoxClassName:"rangeslider-slidebox",grabberMinClassName:"rangeslider-grabber-min",grabAreaMinClassName:"rangeslider-grabarea-min",handleMinClassName:"rangeslider-handle-min",grabberMaxClassName:"rangeslider-grabber-max",grabAreaMaxClassName:"rangeslider-grabarea-max",handleMaxClassName:"rangeslider-handle-max",maskColor:"rgba(0,0,0,0.4)",slideBoxFill:"transparent",slideBoxCursor:"ew-resize",grabAreaFill:"transparent",grabAreaCursor:"col-resize",grabAreaWidth:10,handleWidth:4,handleRadius:1,handleStrokeWidth:1,extraPad:15}},function(e,t,n){"use strict";var r=n(17),i=n(132),a=n(10).extendFlat,l=n(10).extendDeep,o=n(106),s=n(35),u={_isLinkedToArray:"step",method:{valType:"enumerated",values:["restyle","relayout","animate","update","skip"],dflt:"restyle",role:"info",description:["Sets the Plotly method to be called when the slider value is changed.","If the `skip` method is used, the API slider will function as normal","but will perform no API calls and will not bind automatically to state","updates. This may be used to create a component interface and attach to","slider events manually via JavaScript."].join(" ")},args:{valType:"info_array",role:"info",freeLength:!0,items:[{valType:"any"},{valType:"any"},{valType:"any"}],description:["Sets the arguments values to be passed to the Plotly","method set in `method` on slide."].join(" ")},label:{valType:"string",role:"info",description:"Sets the text label to appear on the slider"},value:{valType:"string",role:"info",description:["Sets the value of the slider step, used to refer to the step programatically.","Defaults to the slider label if not provided."].join(" ")},execute:{valType:"boolean",role:"info",dflt:!0,description:["When true, the API method is executed. When false, all other behaviors are the same","and command execution is skipped. This may be useful when hooking into, for example,","the `plotly_sliderchange` method and executing the API command manually without losing","the benefit of the slider automatically binding to the state of the plot through the","specification of `method` and `args`."].join(" ")}};e.exports={_isLinkedToArray:"slider",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not the slider is visible."].join(" ")},active:{valType:"number",role:"info",min:0,dflt:0,description:["Determines which button (by index starting from 0) is","considered active."].join(" ")},steps:u,lenmode:{valType:"enumerated",values:["fraction","pixels"],role:"info",dflt:"fraction",description:["Determines whether this slider length","is set in units of plot *fraction* or in *pixels.","Use `len` to set the value."].join(" ")},len:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the length of the slider","This measure excludes the padding of both ends.","That is, the slider's length is this length minus the","padding on both ends."].join(" ")},x:{valType:"number",min:-2,max:3,dflt:0,role:"style",description:"Sets the x position (in normalized coordinates) of the slider."},pad:l({},i,{description:"Set the padding of the slider component along each side."},{t:{dflt:20}}),xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"left",role:"info",description:["Sets the slider's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the range selector."].join(" ")},y:{valType:"number",min:-2,max:3,dflt:0,role:"style",description:"Sets the y position (in normalized coordinates) of the slider."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"top",role:"info",description:["Sets the slider's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the range selector."].join(" ")},transition:{duration:{valType:"number",role:"info",min:0,dflt:150,description:"Sets the duration of the slider transition"},easing:{valType:"enumerated",values:o.transition.easing.values,role:"info",dflt:"cubic-in-out",description:"Sets the easing function of the slider transition"}},currentvalue:{visible:{valType:"boolean",role:"info",dflt:!0,description:["Shows the currently-selected value above the slider."].join(" ")},xanchor:{valType:"enumerated",values:["left","center","right"],dflt:"left",role:"info",description:["The alignment of the value readout relative to the length of the slider."].join(" ")},offset:{valType:"number",dflt:10,role:"info",description:["The amount of space, in pixels, between the current value label","and the slider."].join(" ")},prefix:{valType:"string",role:"info",description:"When currentvalue.visible is true, this sets the prefix of the label."},suffix:{valType:"string",role:"info",description:"When currentvalue.visible is true, this sets the suffix of the label."},font:a({},r,{description:"Sets the font of the current value label text."})},font:a({},r,{description:"Sets the font of the slider step labels."}),activebgcolor:{valType:"color",role:"style",dflt:s.gripBgActiveColor,description:["Sets the background color of the slider grip","while dragging."].join(" ")},bgcolor:{valType:"color",role:"style",dflt:s.railBgColor,description:"Sets the background color of the slider."},bordercolor:{valType:"color",dflt:s.railBorderColor,role:"style",description:"Sets the color of the border enclosing the slider."},borderwidth:{valType:"number",min:0,dflt:s.railBorderWidth,role:"style",description:"Sets the width (in px) of the border enclosing the slider."},ticklen:{valType:"number",min:0,dflt:s.tickLength,role:"style",description:"Sets the length in pixels of step tick marks"},tickcolor:{valType:"color",dflt:s.tickColor,role:"style",description:"Sets the color of the border enclosing the slider."},tickwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the tick width (in px)."},minorticklen:{valType:"number",min:0,dflt:s.minorTickLength,role:"style",description:"Sets the length in pixels of minor step tick marks"}}},function(e,t,n){"use strict";e.exports={t:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) along the top of the component."},r:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) on the right side of the component."},b:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) along the bottom of the component."},l:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) on the left side of the component."}}},function(e,t,n){"use strict";var r=n(17),i=n(24),a=n(10).extendFlat,l=n(132),o={_isLinkedToArray:"button",method:{valType:"enumerated",values:["restyle","relayout","animate","update","skip"],dflt:"restyle",role:"info",description:["Sets the Plotly method to be called on click.","If the `skip` method is used, the API updatemenu will function as normal","but will perform no API calls and will not bind automatically to state","updates. This may be used to create a component interface and attach to","updatemenu events manually via JavaScript."].join(" ")},args:{valType:"info_array",role:"info",freeLength:!0,items:[{valType:"any"},{valType:"any"},{valType:"any"}],description:["Sets the arguments values to be passed to the Plotly","method set in `method` on click."].join(" ")},label:{valType:"string",role:"info",dflt:"",description:"Sets the text label to appear on the button."},execute:{valType:"boolean",role:"info",dflt:!0,description:["When true, the API method is executed. When false, all other behaviors are the same","and command execution is skipped. This may be useful when hooking into, for example,","the `plotly_buttonclicked` method and executing the API command manually without losing","the benefit of the updatemenu automatically binding to the state of the plot through the","specification of `method` and `args`."].join(" ")}};e.exports={_isLinkedToArray:"updatemenu",_arrayAttrRegexps:[/^updatemenus\[(0|[1-9][0-9]+)\]\.buttons/],visible:{valType:"boolean",role:"info",description:["Determines whether or not the update menu is visible."].join(" ")},type:{valType:"enumerated",values:["dropdown","buttons"],dflt:"dropdown",role:"info",description:["Determines whether the buttons are accessible via a dropdown menu","or whether the buttons are stacked horizontally or vertically"].join(" ")},direction:{valType:"enumerated",values:["left","right","up","down"],dflt:"down",role:"info",description:["Determines the direction in which the buttons are laid out, whether","in a dropdown menu or a row/column of buttons. For `left` and `up`,","the buttons will still appear in left-to-right or top-to-bottom order","respectively."].join(" ")},active:{valType:"integer",role:"info",min:-1,dflt:0,description:["Determines which button (by index starting from 0) is","considered active."].join(" ")},showactive:{valType:"boolean",role:"info",dflt:!0,description:"Highlights active dropdown item or active button if true."},buttons:o,x:{valType:"number",min:-2,max:3,dflt:-.05,role:"style",description:"Sets the x position (in normalized coordinates) of the update menu."},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"right",role:"info",description:["Sets the update menu's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the range selector."].join(" ")},y:{valType:"number",min:-2,max:3,dflt:1,role:"style",description:"Sets the y position (in normalized coordinates) of the update menu."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"top",role:"info",description:["Sets the update menu's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the range selector."].join(" ")},pad:a({},l,{description:"Sets the padding around the buttons or dropdown menu."}),font:a({},r,{description:"Sets the font of the update menu button text."}),bgcolor:{valType:"color",role:"style",description:"Sets the background color of the update menu buttons."},bordercolor:{valType:"color",dflt:i.borderLine,role:"style",description:"Sets the color of the border enclosing the update menu."},borderwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the width (in px) of the border enclosing the update menu."}}},function(e,t,n){"use strict";var r=n(15);e.exports={_isLinkedToArray:"image",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not this image is visible."].join(" ")},source:{valType:"string",role:"info",description:["Specifies the URL of the image to be used.","The URL must be accessible from the domain where the","plot code is run, and can be either relative or absolute."].join(" ")},layer:{valType:"enumerated",values:["below","above"],dflt:"above",role:"info",description:["Specifies whether images are drawn below or above traces.","When `xref` and `yref` are both set to `paper`,","image is drawn below the entire plot area."].join(" ")},sizex:{valType:"number",role:"info",dflt:0,description:["Sets the image container size horizontally.","The image will be sized based on the `position` value.","When `xref` is set to `paper`, units are sized relative","to the plot width."].join(" ")},sizey:{valType:"number",role:"info",dflt:0,description:["Sets the image container size vertically.","The image will be sized based on the `position` value.","When `yref` is set to `paper`, units are sized relative","to the plot height."].join(" ")},sizing:{valType:"enumerated",values:["fill","contain","stretch"],dflt:"contain",role:"info",description:["Specifies which dimension of the image to constrain."].join(" ")},opacity:{valType:"number",role:"info",min:0,max:1,dflt:1,description:"Sets the opacity of the image."},x:{valType:"any",role:"info",dflt:0,description:["Sets the image's x position.","When `xref` is set to `paper`, units are sized relative","to the plot height.","See `xref` for more info"].join(" ")},y:{valType:"any",role:"info",dflt:0,description:["Sets the image's y position.","When `yref` is set to `paper`, units are sized relative","to the plot height.","See `yref` for more info"].join(" ")},xanchor:{valType:"enumerated",values:["left","center","right"],dflt:"left",role:"info",description:"Sets the anchor for the x position"},yanchor:{valType:"enumerated",values:["top","middle","bottom"],dflt:"top",role:"info",description:"Sets the anchor for the y position."},xref:{valType:"enumerated",values:["paper",r.idRegex.x.toString()],dflt:"paper",role:"info",description:["Sets the images's x coordinate axis.","If set to a x axis id (e.g. *x* or *x2*), the `x` position","refers to an x data coordinate","If set to *paper*, the `x` position refers to the distance from","the left of plot in normalized coordinates","where *0* (*1*) corresponds to the left (right)."].join(" ")},yref:{valType:"enumerated",values:["paper",r.idRegex.y.toString()],dflt:"paper",role:"info",description:["Sets the images's y coordinate axis.","If set to a y axis id (e.g. *y* or *y2*), the `y` position","refers to a y data coordinate.","If set to *paper*, the `y` position refers to the distance from","the bottom of the plot in normalized coordinates","where *0* (*1*) corresponds to the bottom (top)."].join(" ")}}},function(e,t,n){"use strict";var r=n(36),i=n(40).line,a=n(103).dash,l=n(10).extendFlat;e.exports={_isLinkedToArray:"shape",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not this shape is visible."].join(" ")},type:{valType:"enumerated",values:["circle","rect","path","line"],role:"info",description:["Specifies the shape type to be drawn.","If *line*, a line is drawn from (`x0`,`y0`) to (`x1`,`y1`)","If *circle*, a circle is drawn from","((`x0`+`x1`)/2, (`y0`+`y1`)/2))","with radius","(|(`x0`+`x1`)/2 - `x0`|, |(`y0`+`y1`)/2 -`y0`)|)","If *rect*, a rectangle is drawn linking","(`x0`,`y0`), (`x1`,`y0`), (`x1`,`y1`), (`x0`,`y1`), (`x0`,`y0`)","If *path*, draw a custom SVG path using `path`."].join(" ")},layer:{valType:"enumerated",values:["below","above"],dflt:"above",role:"info",description:"Specifies whether shapes are drawn below or above traces."},xref:l({},r.xref,{description:["Sets the shape's x coordinate axis.","If set to an x axis id (e.g. *x* or *x2*), the `x` position","refers to an x coordinate","If set to *paper*, the `x` position refers to the distance from","the left side of the plotting area in normalized coordinates","where *0* (*1*) corresponds to the left (right) side.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, then you must convert","the date to unix time in milliseconds."].join(" ")}),x0:{valType:"any",role:"info",description:["Sets the shape's starting x position.","See `type` for more info."].join(" ")},x1:{valType:"any",role:"info",description:["Sets the shape's end x position.","See `type` for more info."].join(" ")},yref:l({},r.yref,{description:["Sets the annotation's y coordinate axis.","If set to an y axis id (e.g. *y* or *y2*), the `y` position","refers to an y coordinate","If set to *paper*, the `y` position refers to the distance from","the bottom of the plotting area in normalized coordinates","where *0* (*1*) corresponds to the bottom (top)."].join(" ")}),y0:{valType:"any",role:"info",description:["Sets the shape's starting y position.","See `type` for more info."].join(" ")},y1:{valType:"any",role:"info",description:["Sets the shape's end y position.","See `type` for more info."].join(" ")},path:{valType:"string",role:"info",description:["For `type` *path* - a valid SVG path but with the pixel values","replaced by data values. There are a few restrictions / quirks","only absolute instructions, not relative. So the allowed segments","are: M, L, H, V, Q, C, T, S, and Z","arcs (A) are not allowed because radius rx and ry are relative.","In the future we could consider supporting relative commands,","but we would have to decide on how to handle date and log axes.","Note that even as is, Q and C Bezier paths that are smooth on","linear axes may not be smooth on log, and vice versa.",'no chained "polybezier" commands - specify the segment type for',"each one.","On category axes, values are numbers scaled to the serial numbers","of categories because using the categories themselves there would","be no way to describe fractional positions","On data axes: because space and T are both normal components of path","strings, we can't use either to separate date from time parts.","Therefore we'll use underscore for this purpose:","2015-02-21_13:45:56.789"].join(" ")},opacity:{valType:"number",min:0,max:1,dflt:1,role:"info",description:"Sets the opacity of the shape."},line:{color:i.color,width:i.width,dash:a,role:"info"},fillcolor:{valType:"color",dflt:"rgba(0,0,0,0)",role:"info",description:["Sets the color filling the shape's interior."].join(" ")}}},function(e,t,n){"use strict";e.exports={segmentRE:/[MLHVQCTSZ][^MLHVQCTSZ]*/g,paramRE:/[^\s,]+/g,paramIsX:{M:{0:!0,drawn:0},L:{0:!0,drawn:0},H:{0:!0,drawn:0},V:{},Q:{0:!0,2:!0,drawn:2},C:{0:!0,2:!0,4:!0,drawn:4},T:{0:!0,drawn:0},S:{0:!0,2:!0,drawn:2},Z:{}},paramIsY:{M:{1:!0,drawn:1},L:{1:!0,drawn:1},H:{},V:{0:!0,drawn:0},Q:{1:!0,3:!0,drawn:3},C:{1:!0,3:!0,5:!0,drawn:5},T:{1:!0,drawn:1},S:{1:!0,3:!0,drawn:5},Z:{}},numParams:{M:2,L:2,H:1,V:1,Q:4,C:6,T:2,S:4,Z:0}}},function(e,t,n){"use strict";var r=n(0),i=n(3);e.exports=function(e,t,n,a){a("opacity");var l=a("bgcolor"),o=a("bordercolor"),s=i.opacity(o);a("borderpad");var u=a("borderwidth"),c=a("showarrow");a("text",c?" ":"new text"),a("textangle"),r.coerceFont(a,"font",n.font),a("width"),a("align"),a("height")&&a("valign"),c&&(a("arrowcolor",s?t.bordercolor:i.defaultLine),a("arrowhead"),a("arrowsize"),a("arrowwidth",2*(s&&u||1)),a("standoff"));var d=a("hovertext"),f=n.hoverlabel||{};if(d){var h=a("hoverlabel.bgcolor",f.bgcolor||(i.opacity(l)?i.rgb(l):i.defaultLine)),p=a("hoverlabel.bordercolor",f.bordercolor||i.contrast(h));r.coerceFont(a,"hoverlabel.font",{family:f.font.family,size:f.font.size,color:f.font.color||p})}a("captureevents",!!d)}},function(e,t,n){"use strict";e.exports=[{path:"",backoff:0},{path:"M-2.4,-3V3L0.6,0Z",backoff:.6},{path:"M-3.7,-2.5V2.5L1.3,0Z",backoff:1.3},{path:"M-4.45,-3L-1.65,-0.2V0.2L-4.45,3L1.55,0Z",backoff:1.55},{path:"M-2.2,-2.2L-0.2,-0.2V0.2L-2.2,2.2L-1.4,3L1.6,0L-1.4,-3Z",backoff:1.6},{path:"M-4.4,-2.1L-0.6,-0.2V0.2L-4.4,2.1L-4,3L2,0L-4,-3Z",backoff:2},{path:"M2,0A2,2 0 1,1 0,-2A2,2 0 0,1 2,0Z",backoff:0},{path:"M2,2V-2H-2V2Z",backoff:0}]},function(e,t,n){"use strict";var r=n(1),i=n(4),a=n(0),l=n(7),o=n(3),s=n(13),u=n(221);e.exports=function(e,t){e.each(function(e){var t=r.select(this).selectAll("g.layers").data([0]);t.enter().append("g").classed("layers",!0),t.style("opacity",e[0].trace.opacity),t.selectAll("g.legendfill").data([e]).enter().append("g").classed("legendfill",!0),t.selectAll("g.legendlines").data([e]).enter().append("g").classed("legendlines",!0);var n=t.selectAll("g.legendsymbols").data([e]);n.enter().append("g").classed("legendsymbols",!0),n.selectAll("g.legendpoints").data([e]).enter().append("g").classed("legendpoints",!0)}).each(function(e){var t=e[0].trace,n=t.marker||{},a=n.line||{},l=r.select(this).select("g.legendpoints").selectAll("path.legendbar").data(i.traceIs(t,"bar")?[e]:[]);l.enter().append("path").classed("legendbar",!0).attr("d","M6,6H-6V-6H6Z").attr("transform","translate(20,0)"),l.exit().remove(),l.each(function(e){var t=r.select(this),i=e[0],l=(i.mlw+1||a.width+1)-1;t.style("stroke-width",l+"px").call(o.fill,i.mc||n.color),l&&t.call(o.stroke,i.mlc||a.color)})}).each(function(e){var t=e[0].trace,n=r.select(this).select("g.legendpoints").selectAll("path.legendbox").data(i.traceIs(t,"box")&&t.visible?[e]:[]);n.enter().append("path").classed("legendbox",!0).attr("d","M6,6H-6V-6H6Z").attr("transform","translate(20,0)"),n.exit().remove(),n.each(function(){var e=t.line.width,n=r.select(this);n.style("stroke-width",e+"px").call(o.fill,t.fillcolor),e&&n.call(o.stroke,t.line.color)})}).each(function(e){var t=e[0].trace,n=r.select(this).select("g.legendpoints").selectAll("path.legendpie").data(i.traceIs(t,"pie")&&t.visible?[e]:[]);n.enter().append("path").classed("legendpie",!0).attr("d","M6,6H-6V-6H6Z").attr("transform","translate(20,0)"),n.exit().remove(),n.size()&&n.call(u,e[0],t)}).each(function(e){var t=e[0].trace,n=t.visible&&t.fill&&"none"!==t.fill,i=s.hasLines(t);t&&t._module&&"contourcarpet"===t._module.name&&(i=t.contours.showlines,n="fill"===t.contours.coloring);var a=r.select(this).select(".legendfill").selectAll("path").data(n?[e]:[]);a.enter().append("path").classed("js-fill",!0),a.exit().remove(),a.attr("d","M5,0h30v6h-30z").call(l.fillGroupStyle);var o=r.select(this).select(".legendlines").selectAll("path").data(i?[e]:[]);o.enter().append("path").classed("js-line",!0).attr("d","M5,0h30"),o.exit().remove(),o.call(l.lineGroupStyle)}).each(function(e){var n,i,o=e[0],u=o.trace,c=s.hasMarkers(u),d=s.hasText(u),f=s.hasLines(u);function h(e,t,n){var r=a.nestedProperty(u,e).get(),i=Array.isArray(r)&&t?t(r):r;if(n){if(i<n[0])return n[0];if(i>n[1])return n[1]}return i}function p(e){return e[0]}if(c||d||f){var v={},y={};c&&(v.mc=h("marker.color",p),v.mo=h("marker.opacity",a.mean,[.2,1]),v.ms=h("marker.size",a.mean,[2,16]),v.mlc=h("marker.line.color",p),v.mlw=h("marker.line.width",a.mean,[0,5]),y.marker={sizeref:1,sizemin:1,sizemode:"diameter"}),f&&(y.line={width:h("line.width",p,[0,10])}),d&&(v.tx="Aa",v.tp=h("textposition",p),v.ts=10,v.tc=h("textfont.color",p),v.tf=h("textfont.family",p)),n=[a.minExtend(o,v)],i=a.minExtend(u,y)}var g=r.select(this).select("g.legendpoints"),m=g.selectAll("path.scatterpts").data(c?n:[]);m.enter().append("path").classed("scatterpts",!0).attr("transform","translate(20,0)"),m.exit().remove(),m.call(l.pointStyle,i,t),c&&(n[0].mrc=3);var _=g.selectAll("g.pointtext").data(d?n:[]);_.enter().append("g").classed("pointtext",!0).append("text").attr("transform","translate(20,0)"),_.exit().remove(),_.selectAll("text").call(l.textPointStyle,i,t)})}},function(e,t,n){"use strict";var r=n(17),i=n(24),a=n(10).extendFlat;e.exports={bgcolor:{valType:"color",role:"style",description:"Sets the legend background color."},bordercolor:{valType:"color",dflt:i.defaultLine,role:"style",description:"Sets the color of the border enclosing the legend."},borderwidth:{valType:"number",min:0,dflt:0,role:"style",description:"Sets the width (in px) of the border enclosing the legend."},font:a({},r,{description:"Sets the font used to text the legend items."}),orientation:{valType:"enumerated",values:["v","h"],dflt:"v",role:"info",description:"Sets the orientation of the legend."},traceorder:{valType:"flaglist",flags:["reversed","grouped"],extras:["normal"],role:"style",description:["Determines the order at which the legend items are displayed.","If *normal*, the items are displayed top-to-bottom in the same","order as the input data.","If *reversed*, the items are displayed in the opposite order","as *normal*.","If *grouped*, the items are displayed in groups","(when a trace `legendgroup` is provided).","if *grouped+reversed*, the items are displayed in the opposite order","as *grouped*."].join(" ")},tracegroupgap:{valType:"number",min:0,dflt:10,role:"style",description:["Sets the amount of vertical space (in px) between legend groups."].join(" ")},x:{valType:"number",min:-2,max:3,dflt:1.02,role:"style",description:"Sets the x position (in normalized coordinates) of the legend."},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"left",role:"info",description:["Sets the legend's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the legend."].join(" ")},y:{valType:"number",min:-2,max:3,dflt:1,role:"style",description:"Sets the y position (in normalized coordinates) of the legend."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"auto",role:"info",description:["Sets the legend's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the legend."].join(" ")}}},function(e,t,n){"use strict";var r=n(1),i=n(0),a=n(9),l=n(18),o=n(15);function s(e,t,n,r,i){var a=e._fullLayout._modules;t.plot&&t.plot.selectAll("g:not(.scatterlayer)").selectAll("g.trace").remove();for(var l=0;l<a.length;l++){var o=a[l];if("cartesian"===o.basePlotModule.name){for(var s=[],u=0;u<n.length;u++){var c=n[u],d=c[0].trace;d._module===o&&!0===d.visible&&s.push(c)}o.plot(e,t,s,r,i)}}}function u(e){var t=e.plotgroup,n=e.id;if(e.mainplot){var r=e.mainplotinfo;e.gridlayer=d(r.overgrid,"g",n),e.zerolinelayer=d(r.overzero,"g",n),e.plot=d(r.overplot,"g",n),e.xlines=d(r.overlines,"path",n),e.ylines=d(r.overlines,"path",n),e.xaxislayer=d(r.overaxes,"g",n),e.yaxislayer=d(r.overaxes,"g",n)}else{var i=d(t,"g","layer-subplot");e.shapelayer=d(i,"g","shapelayer"),e.imagelayer=d(i,"g","imagelayer"),e.gridlayer=d(t,"g","gridlayer"),e.overgrid=d(t,"g","overgrid"),e.zerolinelayer=d(t,"g","zerolinelayer"),e.overzero=d(t,"g","overzero"),e.plot=d(t,"g","plot"),e.overplot=d(t,"g","overplot"),e.xlines=d(t,"path","xlines"),e.ylines=d(t,"path","ylines"),e.overlines=d(t,"g","overlines"),e.xaxislayer=d(t,"g","xaxislayer"),e.yaxislayer=d(t,"g","yaxislayer"),e.overaxes=d(t,"g","overaxes")}e.plot.call(function(e){d(e,"g","imagelayer"),d(e,"g","maplayer"),d(e,"g","barlayer"),d(e,"g","carpetlayer"),d(e,"g","boxlayer"),d(e,"g","scatterlayer")}),e.xlines.style("fill","none").classed("crisp",!0),e.ylines.style("fill","none").classed("crisp",!0)}function c(e,t){e&&e.each(function(e){var n=r.select(this),i="clip"+t._uid+e+"plot";n.remove(),t._draggers.selectAll("g."+e).remove(),t._defs.select("#"+i).remove()})}function d(e,t,n){var r=e.selectAll("."+n).data([0]);return r.enter().append(t).classed(n,!0),r}t.name="cartesian",t.attr=["xaxis","yaxis"],t.idRoot=["x","y"],t.idRegex=o.idRegex,t.attrRegex=o.attrRegex,t.attributes=n(228),t.layoutAttributes=n(23),t.transitionAxes=n(227),t.plot=function(e,t,n,r){var i,l=e._fullLayout,o=a.getSubplotIds(l,"cartesian"),u=e.calcdata;if(!Array.isArray(t))for(t=[],i=0;i<u.length;i++)t.push(i);for(i=0;i<o.length;i++){for(var c,d=o[i],f=l._plots[d],h=[],p=0;p<u.length;p++){var v=u[p],y=v[0].trace;y.xaxis+y.yaxis===d&&((-1!==t.indexOf(y.index)||y.carpet)&&(c&&c[0].trace.xaxis+c[0].trace.yaxis===d&&-1!==["tonextx","tonexty","tonext"].indexOf(y.fill)&&-1===h.indexOf(c)&&h.push(c),h.push(v)),c=v)}s(e,f,h,n,r)}},t.clean=function(e,t,n,r){var i,a,o,s=r._modules||[],u=t._modules||[];for(o=0;o<s.length;o++)if("scatter"===s[o].name){i=!0;break}for(o=0;o<u.length;o++)if("scatter"===u[o].name){a=!0;break}if(i&&!a){var d=r._plots,f=Object.keys(d||{});for(o=0;o<f.length;o++){var h=d[f[o]];h.plot&&h.plot.select("g.scatterlayer").selectAll("g.trace").remove()}r._infolayer.selectAll("g.rangeslider-container").select("g.scatterlayer").selectAll("g.trace").remove()}var p=r._has&&r._has("cartesian"),v=t._has&&t._has("cartesian");if(p&&!v){var y=r._cartesianlayer.selectAll(".subplot"),g=l.listIds({_fullLayout:r});for(y.call(c,r),r._defs.selectAll(".axesclip").remove(),o=0;o<g.length;o++)r._infolayer.select("."+g[o]+"title").remove()}r._zoomlayer&&r._zoomlayer.selectAll(".select-outline").remove()},t.drawFramework=function(e){var t=e._fullLayout,n=function(e){for(var t=e._fullLayout,n=Object.keys(t._plots),r=[],i=[],a=0;a<n.length;a++){var o=n[a],s=t._plots[o],u=s.xaxis,c=s.yaxis,d=l.getFromId(e,u.overlaying)||u;d!==u&&d.overlaying&&(d=u,u.overlaying=!1);var f=l.getFromId(e,c.overlaying)||c;f!==c&&f.overlaying&&(f=c,c.overlaying=!1);var h=d._id+f._id;h!==o&&-1!==n.indexOf(h)?(s.mainplot=h,s.mainplotinfo=t._plots[h],i.push(o),u.domain=d.domain.slice(),c.domain=f.domain.slice()):r.push(o)}return r=r.concat(i)}(e),a=t._cartesianlayer.selectAll(".subplot").data(n,i.identity);a.enter().append("g").attr("class",function(e){return"subplot "+e}),a.order(),a.exit().call(c,t),a.each(function(e){var n=t._plots[e];(n.plotgroup=r.select(this),n.overlays=[],u(n),n.mainplot)&&t._plots[n.mainplot].overlays.push(n);n.draglayer=d(t._draggers,"g",e)})},t.rangePlot=function(e,t,n){u(t),s(e,t,n),a.style(e)}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t){for(var n=0;n<e.length;n++)e[n].i=n;r.mergeArray(t.text,e,"tx"),r.mergeArray(t.hovertext,e,"htx"),r.mergeArray(t.customdata,e,"data"),r.mergeArray(t.textposition,e,"tp"),t.textfont&&(r.mergeArray(t.textfont.size,e,"ts"),r.mergeArray(t.textfont.color,e,"tc"),r.mergeArray(t.textfont.family,e,"tf"));var i=t.marker;if(i){r.mergeArray(i.size,e,"ms"),r.mergeArray(i.opacity,e,"mo"),r.mergeArray(i.symbol,e,"mx"),r.mergeArray(i.color,e,"mc");var a=i.line;i.line&&(r.mergeArray(a.color,e,"mlc"),r.mergeArray(a.width,e,"mlw"));var l=i.gradient;l&&"none"!==l.type&&(r.mergeArray(l.type,e,"mgt"),r.mergeArray(l.color,e,"mgc"))}}},function(e,t,n){"use strict";var r=n(19).FROM_BL;e.exports=function(e,t,n){void 0===n&&(n=r[e.constraintoward||"center"]);var i=[e.r2l(e.range[0]),e.r2l(e.range[1])],a=i[0]+(i[1]-i[0])*n;e.range=e._input.range=[e.l2r(a+(i[0]-a)*t),e.l2r(a+(i[1]-a)*t)]}},function(e,t,n){"use strict";var r=n(164).dot,i=n(16).BADNUM,a=e.exports={};a.tester=function(e){var t=e.slice(),n=t[0][0],r=n,a=t[0][1],l=a;t.push(t[0]);for(var o=1;o<t.length;o++)n=Math.min(n,t[o][0]),r=Math.max(r,t[o][0]),a=Math.min(a,t[o][1]),l=Math.max(l,t[o][1]);var s,u=!1;return 5===t.length&&(t[0][0]===t[1][0]?t[2][0]===t[3][0]&&t[0][1]===t[3][1]&&t[1][1]===t[2][1]&&(u=!0,s=function(e){return e[0]===t[0][0]}):t[0][1]===t[1][1]&&t[2][1]===t[3][1]&&t[0][0]===t[3][0]&&t[1][0]===t[2][0]&&(u=!0,s=function(e){return e[1]===t[0][1]})),{xmin:n,xmax:r,ymin:a,ymax:l,pts:t,contains:u?function(e,t){var o=e[0],u=e[1];return!(o===i||o<n||o>r||u===i||u<a||u>l||t&&s(e))}:function(e,o){var s=e[0],u=e[1];if(s===i||s<n||s>r||u===i||u<a||u>l)return!1;var c,d,f,h,p,v=t.length,y=t[0][0],g=t[0][1],m=0;for(c=1;c<v;c++)if(d=y,f=g,y=t[c][0],g=t[c][1],!(s<(h=Math.min(d,y))||s>Math.max(d,y)||u>Math.max(f,g)))if(u<Math.min(f,g))s!==h&&m++;else{if(u===(p=y===d?u:f+(s-d)*(g-f)/(y-d)))return 1!==c||!o;u<=p&&s!==h&&m++}return m%2==1},isRect:u}};var l=a.isSegmentBent=function(e,t,n,i){var a,l,o,s=e[t],u=[e[n][0]-s[0],e[n][1]-s[1]],c=r(u,u),d=Math.sqrt(c),f=[-u[1]/d,u[0]/d];for(a=t+1;a<n;a++)if(l=[e[a][0]-s[0],e[a][1]-s[1]],(o=r(l,u))<0||o>c||Math.abs(r(l,f))>i)return!0;return!1};a.filter=function(e,t){var n=[e[0]],r=0,i=0;function a(a){e.push(a);var o=n.length,s=r;n.splice(i+1);for(var u=s+1;u<e.length;u++)(u===e.length-1||l(e,s,u+1,t))&&(n.push(e[u]),n.length<o-2&&(r=u,i=n.length-1),s=u)}e.length>1&&a(e.pop());return{addPt:a,raw:e,filtered:n}}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n,i){n("hoverlabel.bgcolor",(i=i||{}).bgcolor),n("hoverlabel.bordercolor",i.bordercolor),r.coerceFont(n,"hoverlabel.font",i.font)}},function(e,t,n){"use strict";var r=n(2),i=n(29),a=n(21),l=n(15),o=n(262);e.exports=function(e){var t=e._fullLayout;if((t._has("cartesian")||t._has("gl2d"))&&!e._context.staticPlot){Object.keys(t._plots||{}).sort(function(e,n){if((t._plots[e].mainplot&&!0)===(t._plots[n].mainplot&&!0)){var r=e.split("y"),i=n.split("y");return r[0]===i[0]?Number(r[1]||1)-Number(i[1]||1):Number(r[0]||1)-Number(i[0]||1)}return t._plots[e].mainplot?1:-1}).forEach(function(n){var s=t._plots[n],u=s.xaxis,c=s.yaxis,d=(u._linepositions[n]||[])[3],f=(c._linepositions[n]||[])[3],h=l.DRAGGERSIZE;if(r(d)&&"top"===u.side&&(d-=h),r(f)&&"right"!==c.side&&(f-=h),!s.mainplot){var p=o(e,s,0,0,u._length,c._length,"ns","ew");p.onmousemove=function(t){e._fullLayout._rehover=function(){e._fullLayout._hoversubplot===n&&i.hover(e,t,n)},i.hover(e,t,n),e._fullLayout._lasthover=p,e._fullLayout._hoversubplot=n},p.onmouseout=function(t){e._dragging||(e._fullLayout._hoversubplot=null,a.unhover(e,t))},p.onclick=function(t){i.click(e,t,n)},e._context.showAxisDragHandles&&(o(e,s,-h,-h,h,h,"n","w"),o(e,s,u._length,-h,h,h,"n","e"),o(e,s,-h,c._length,h,h,"s","w"),o(e,s,u._length,c._length,h,h,"s","e"))}e._context.showAxisDragHandles&&(r(d)&&("free"===u.anchor&&(d-=t._size.h*(1-c.domain[1])),o(e,s,.1*u._length,d,.8*u._length,h,"","ew"),o(e,s,0,d,.1*u._length,h,"","w"),o(e,s,.9*u._length,d,.1*u._length,h,"","e")),r(f)&&("free"===c.anchor&&(f-=t._size.w*u.domain[0]),o(e,s,f,.1*c._length,h,.8*c._length,"ns",""),o(e,s,f,.9*c._length,h,.1*c._length,"s",""),o(e,s,f,0,h,.1*c._length,"n","")))});var n=t._hoverlayer.node();n.onmousemove=function(n){n.target=t._lasthover,i.hover(e,n,t._hoversubplot)},n.onclick=function(n){n.target=t._lasthover,i.click(e,n)},n.onmousedown=function(e){t._lasthover.onmousedown(e)}}}},function(e,t,n){var r=n(1),i=n(0).extendDeepAll,a=e.exports={version:"0.2.2"};a.Axis=function(){var e,t,n,l,o={data:[],layout:{}},s={},u={},c=r.dispatch("hover"),d={};return d.render=function(s){return function(s){t=s||t;var c=o.data,d=o.layout;("string"==typeof t||t.nodeName)&&(t=r.select(t)),t.datum(c).each(function(t,o){var s=t.slice();u={data:a.util.cloneJson(s),layout:a.util.cloneJson(d)};var c=0;s.forEach(function(e,t){e.color||(e.color=d.defaultColorRange[c],c=(c+1)%d.defaultColorRange.length),e.strokeColor||(e.strokeColor="LinePlot"===e.geometry?e.color:r.rgb(e.color).darker().toString()),u.data[t].color=e.color,u.data[t].strokeColor=e.strokeColor,u.data[t].strokeDash=e.strokeDash,u.data[t].strokeSize=e.strokeSize});var f=s.filter(function(e,t){var n=e.visible;return void 0===n||!0===n}),h=!1,p=f.map(function(e,t){return h=h||void 0!==e.groupId,e});if(h){var v=[],y=r.nest().key(function(e,t){return void 0!==e.groupId?e.groupId:"unstacked"}).entries(p).map(function(e,t){if("unstacked"===e.key)return e.values;var n=e.values[0].r.map(function(e,t){return 0});return e.values.forEach(function(e,t,r){e.yStack=[n],v.push(n),n=a.util.sumArrays(e.r,n)}),e.values});f=r.merge(y)}f.forEach(function(e,t){e.t=Array.isArray(e.t[0])?e.t:[e.t],e.r=Array.isArray(e.r[0])?e.r:[e.r]});var g=Math.min(d.width-d.margin.left-d.margin.right,d.height-d.margin.top-d.margin.bottom)/2;g=Math.max(10,g);var m,_=[d.margin.left+g,d.margin.top+g];m=h?[0,r.max(a.util.sumArrays(a.util.arrayLast(f).r[0],a.util.arrayLast(v)))]:r.extent(a.util.flattenArray(f.map(function(e,t){return e.r}))),d.radialAxis.domain!=a.DATAEXTENT&&(m[0]=0),n=r.scale.linear().domain(d.radialAxis.domain!=a.DATAEXTENT&&d.radialAxis.domain?d.radialAxis.domain:m).range([0,g]),u.layout.radialAxis.domain=n.domain();var T,b=a.util.flattenArray(f.map(function(e,t){return e.t})),M="string"==typeof b[0];M&&(b=a.util.deduplicate(b),T=b.slice(),b=r.range(b.length),f=f.map(function(e,t){var n=e;return e.t=[b],h&&(n.yStack=e.yStack),n}));var K=f.filter(function(e,t){return"LinePlot"===e.geometry||"DotPlot"===e.geometry}).length===f.length,k=null===d.needsEndSpacing?M||!K:d.needsEndSpacing,x=d.angularAxis.domain&&d.angularAxis.domain!=a.DATAEXTENT&&!M&&d.angularAxis.domain[0]>=0?d.angularAxis.domain:r.extent(b),C=Math.abs(b[1]-b[0]);K&&!M&&(C=0);var A=x.slice();k&&M&&(A[1]+=C);var w=d.angularAxis.ticksCount||4;w>8&&(w=w/(w/8)+w%8),d.angularAxis.ticksStep&&(w=(A[1]-A[0])/w);var L=d.angularAxis.ticksStep||(A[1]-A[0])/(w*(d.minorTicks+1));T&&(L=Math.max(Math.round(L),1)),A[2]||(A[2]=L);var D=r.range.apply(this,A);if(D=D.map(function(e,t){return parseFloat(e.toPrecision(12))}),l=r.scale.linear().domain(A.slice(0,2)).range("clockwise"===d.direction?[0,360]:[360,0]),u.layout.angularAxis.domain=l.domain(),u.layout.angularAxis.endPadding=k?C:0,void 0===(e=r.select(this).select("svg.chart-root"))||e.empty()){var B=(new DOMParser).parseFromString("<svg xmlns='http://www.w3.org/2000/svg' class='chart-root'>' + '<g class='outer-group'>' + '<g class='chart-group'>' + '<circle class='background-circle'></circle>' + '<g class='geometry-group'></g>' + '<g class='radial axis-group'>' + '<circle class='outside-circle'></circle>' + '</g>' + '<g class='angular axis-group'></g>' + '<g class='guides-group'><line></line><circle r='0'></circle></g>' + '</g>' + '<g class='legend-group'></g>' + '<g class='tooltips-group'></g>' + '<g class='title-group'><text></text></g>' + '</g>' + '</svg>","application/xml"),S=this.appendChild(this.ownerDocument.importNode(B.documentElement,!0));e=r.select(S)}e.select(".guides-group").style({"pointer-events":"none"}),e.select(".angular.axis-group").style({"pointer-events":"none"}),e.select(".radial.axis-group").style({"pointer-events":"none"});var G,W=e.select(".chart-group"),z={fill:"none",stroke:d.tickColor},O={"font-size":d.font.size,"font-family":d.font.family,fill:d.font.color,"text-shadow":["-1px 0px","1px -1px","-1px 1px","1px 1px"].map(function(e,t){return" "+e+" 0 "+d.font.outlineColor}).join(",")};if(d.showLegend){G=e.select(".legend-group").attr({transform:"translate("+[g,d.margin.top]+")"}).style({display:"block"});var P=f.map(function(e,t){var n=a.util.cloneJson(e);return n.symbol="DotPlot"===e.geometry?e.dotType||"circle":"LinePlot"!=e.geometry?"square":"line",n.visibleInLegend=void 0===e.visibleInLegend||e.visibleInLegend,n.color="LinePlot"===e.geometry?e.strokeColor:e.color,n});a.Legend().config({data:f.map(function(e,t){return e.name||"Element"+t}),legendConfig:i({},a.Legend.defaultConfig().legendConfig,{container:G,elements:P,reverseOrder:d.legend.reverseOrder})})();var R=G.node().getBBox();g=Math.min(d.width-R.width-d.margin.left-d.margin.right,d.height-d.margin.top-d.margin.bottom)/2,g=Math.max(10,g),_=[d.margin.left+g,d.margin.top+g],n.range([0,g]),u.layout.radialAxis.domain=n.domain(),G.attr("transform","translate("+[_[0]+g,_[1]-g]+")")}else G=e.select(".legend-group").style({display:"none"});e.attr({width:d.width,height:d.height}).style({opacity:d.opacity}),W.attr("transform","translate("+_+")").style({cursor:"crosshair"});var j=[(d.width-(d.margin.left+d.margin.right+2*g+(R?R.width:0)))/2,(d.height-(d.margin.top+d.margin.bottom+2*g))/2];if(j[0]=Math.max(0,j[0]),j[1]=Math.max(0,j[1]),e.select(".outer-group").attr("transform","translate("+j+")"),d.title){var E=e.select("g.title-group text").style(O).text(d.title),I=E.node().getBBox();E.attr({x:_[0]-I.width/2,y:_[1]-g-20})}var N=e.select(".radial.axis-group");if(d.radialAxis.gridLinesVisible){var F=N.selectAll("circle.grid-circle").data(n.ticks(5));F.enter().append("circle").attr({class:"grid-circle"}).style(z),F.attr("r",n),F.exit().remove()}N.select("circle.outside-circle").attr({r:g}).style(z);var $=e.select("circle.background-circle").attr({r:g}).style({fill:d.backgroundColor,stroke:d.stroke});function V(e,t){return l(e)%360+d.orientation}if(d.radialAxis.visible){var H=r.svg.axis().scale(n).ticks(5).tickSize(5);N.call(H).attr({transform:"rotate("+d.radialAxis.orientation+")"}),N.selectAll(".domain").style(z),N.selectAll("g>text").text(function(e,t){return this.textContent+d.radialAxis.ticksSuffix}).style(O).style({"text-anchor":"start"}).attr({x:0,y:0,dx:0,dy:0,transform:function(e,t){return"horizontal"===d.radialAxis.tickOrientation?"rotate("+-d.radialAxis.orientation+") translate("+[0,O["font-size"]]+")":"translate("+[0,O["font-size"]]+")"}}),N.selectAll("g>line").style({stroke:"black"})}var q=e.select(".angular.axis-group").selectAll("g.angular-tick").data(D),U=q.enter().append("g").classed("angular-tick",!0);q.attr({transform:function(e,t){return"rotate("+V(e)+")"}}).style({display:d.angularAxis.visible?"block":"none"}),q.exit().remove(),U.append("line").classed("grid-line",!0).classed("major",function(e,t){return t%(d.minorTicks+1)==0}).classed("minor",function(e,t){return!(t%(d.minorTicks+1)==0)}).style(z),U.selectAll(".minor").style({stroke:d.minorTickColor}),q.select("line.grid-line").attr({x1:d.tickLength?g-d.tickLength:0,x2:g}).style({display:d.angularAxis.gridLinesVisible?"block":"none"}),U.append("text").classed("axis-text",!0).style(O);var Y=q.select("text.axis-text").attr({x:g+d.labelOffset,dy:".35em",transform:function(e,t){var n=V(e),r=g+d.labelOffset,i=d.angularAxis.tickOrientation;return"horizontal"==i?"rotate("+-n+" "+r+" 0)":"radial"==i?n<270&&n>90?"rotate(180 "+r+" 0)":null:"rotate("+(n<=180&&n>0?-90:90)+" "+r+" 0)"}}).style({"text-anchor":"middle",display:d.angularAxis.labelsVisible?"block":"none"}).text(function(e,t){return t%(d.minorTicks+1)!=0?"":T?T[e]+d.angularAxis.ticksSuffix:e+d.angularAxis.ticksSuffix}).style(O);d.angularAxis.rewriteTicks&&Y.text(function(e,t){return t%(d.minorTicks+1)!=0?"":d.angularAxis.rewriteTicks(this.textContent,t)});var X=r.max(W.selectAll(".angular-tick text")[0].map(function(e,t){return e.getCTM().e+e.getBBox().width}));G.attr({transform:"translate("+[g+X,d.margin.top]+")"});var J=e.select("g.geometry-group").selectAll("g").size()>0,Z=e.select("g.geometry-group").selectAll("g.geometry").data(f);if(Z.enter().append("g").attr({class:function(e,t){return"geometry geometry"+t}}),Z.exit().remove(),f[0]||J){var Q=[];f.forEach(function(e,t){var r={};r.radialScale=n,r.angularScale=l,r.container=Z.filter(function(e,n){return n==t}),r.geometry=e.geometry,r.orientation=d.orientation,r.direction=d.direction,r.index=t,Q.push({data:e,geometryConfig:r})});var ee=[];r.nest().key(function(e,t){return void 0!==e.data.groupId||"unstacked"}).entries(Q).forEach(function(e,t){"unstacked"===e.key?ee=ee.concat(e.values.map(function(e,t){return[e]})):ee.push(e.values)}),ee.forEach(function(e,t){var n;n=Array.isArray(e)?e[0].geometryConfig.geometry:e.geometryConfig.geometry;var r=e.map(function(e,t){return i(a[n].defaultConfig(),e)});a[n]().config(r)()})}var te,ne,re=e.select(".guides-group"),ie=e.select(".tooltips-group"),ae=a.tooltipPanel().config({container:ie,fontSize:8})(),le=a.tooltipPanel().config({container:ie,fontSize:8})(),oe=a.tooltipPanel().config({container:ie,hasTick:!0})();if(!M){var se=re.select("line").attr({x1:0,y1:0,y2:0}).style({stroke:"grey","pointer-events":"none"});W.on("mousemove.angular-guide",function(e,t){var n=a.util.getMousePos($).angle;se.attr({x2:-g,transform:"rotate("+n+")"}).style({opacity:.5});var r=(n+180+360-d.orientation)%360;te=l.invert(r);var i=a.util.convertToCartesian(g+12,n+180);ae.text(a.util.round(te)).move([i[0]+_[0],i[1]+_[1]])}).on("mouseout.angular-guide",function(e,t){re.select("line").style({opacity:0})})}var ue=re.select("circle").style({stroke:"grey",fill:"none"});W.on("mousemove.radial-guide",function(e,t){var r=a.util.getMousePos($).radius;ue.attr({r:r}).style({opacity:.5}),ne=n.invert(a.util.getMousePos($).radius);var i=a.util.convertToCartesian(r,d.radialAxis.orientation);le.text(a.util.round(ne)).move([i[0]+_[0],i[1]+_[1]])}).on("mouseout.radial-guide",function(e,t){ue.style({opacity:0}),oe.hide(),ae.hide(),le.hide()}),e.selectAll(".geometry-group .mark").on("mouseover.tooltip",function(t,n){var i=r.select(this),l=i.style("fill"),o="black",s=i.style("opacity")||1;if(i.attr({"data-opacity":s}),"none"!=l){i.attr({"data-fill":l}),o=r.hsl(l).darker().toString(),i.style({fill:o,opacity:1});var u={t:a.util.round(t[0]),r:a.util.round(t[1])};M&&(u.t=T[t[0]]);var c="t: "+u.t+", r: "+u.r,d=this.getBoundingClientRect(),f=e.node().getBoundingClientRect(),h=[d.left+d.width/2-j[0]-f.left,d.top+d.height/2-j[1]-f.top];oe.config({color:o}).text(c),oe.move(h)}else l=i.style("stroke"),i.attr({"data-stroke":l}),o=r.hsl(l).darker().toString(),i.style({stroke:o,opacity:1})}).on("mousemove.tooltip",function(e,t){if(0!=r.event.which)return!1;r.select(this).attr("data-fill")&&oe.show()}).on("mouseout.tooltip",function(e,t){oe.hide();var n=r.select(this),i=n.attr("data-fill");i?n.style({fill:i,opacity:n.attr("data-opacity")}):n.style({stroke:n.attr("data-stroke"),opacity:n.attr("data-opacity")})})})}(s),this},d.config=function(e){if(!arguments.length)return o;var t=a.util.cloneJson(e);return t.data.forEach(function(e,t){o.data[t]||(o.data[t]={}),i(o.data[t],a.Axis.defaultConfig().data[0]),i(o.data[t],e)}),i(o.layout,a.Axis.defaultConfig().layout),i(o.layout,t.layout),this},d.getLiveConfig=function(){return u},d.getinputConfig=function(){return s},d.radialScale=function(e){return n},d.angularScale=function(e){return l},d.svg=function(){return e},r.rebind(d,c,"on"),d},a.Axis.defaultConfig=function(e,t){return{data:[{t:[1,2,3,4],r:[10,11,12,13],name:"Line1",geometry:"LinePlot",color:null,strokeDash:"solid",strokeColor:null,strokeSize:"1",visibleInLegend:!0,opacity:1}],layout:{defaultColorRange:r.scale.category10().range(),title:null,height:450,width:500,margin:{top:40,right:40,bottom:40,left:40},font:{size:12,color:"gray",outlineColor:"white",family:"Tahoma, sans-serif"},direction:"clockwise",orientation:0,labelOffset:10,radialAxis:{domain:null,orientation:-45,ticksSuffix:"",visible:!0,gridLinesVisible:!0,tickOrientation:"horizontal",rewriteTicks:null},angularAxis:{domain:[0,360],ticksSuffix:"",visible:!0,gridLinesVisible:!0,labelsVisible:!0,tickOrientation:"horizontal",rewriteTicks:null,ticksCount:null,ticksStep:null},minorTicks:0,tickLength:null,tickColor:"silver",minorTickColor:"#eee",backgroundColor:"none",needsEndSpacing:null,showLegend:!0,legend:{reverseOrder:!1},opacity:1}}},a.util={},a.DATAEXTENT="dataExtent",a.AREA="AreaChart",a.LINE="LinePlot",a.DOT="DotPlot",a.BAR="BarChart",a.util._override=function(e,t){for(var n in e)n in t&&(t[n]=e[n])},a.util._extend=function(e,t){for(var n in e)t[n]=e[n]},a.util._rndSnd=function(){return 2*Math.random()-1+(2*Math.random()-1)+(2*Math.random()-1)},a.util.dataFromEquation2=function(e,t){var n=t||6;return r.range(0,360+n,n).map(function(t,n){var r=t*Math.PI/180;return[t,e(r)]})},a.util.dataFromEquation=function(e,t,n){var i=t||6,a=[],l=[];r.range(0,360+i,i).forEach(function(t,n){var r=t*Math.PI/180,i=e(r);a.push(t),l.push(i)});var o={t:a,r:l};return n&&(o.name=n),o},a.util.ensureArray=function(e,t){if(void 0===e)return null;var n=[].concat(e);return r.range(t).map(function(e,t){return n[t]||n[0]})},a.util.fillArrays=function(e,t,n){return t.forEach(function(t,r){e[t]=a.util.ensureArray(e[t],n)}),e},a.util.cloneJson=function(e){return JSON.parse(JSON.stringify(e))},a.util.validateKeys=function(e,t){"string"==typeof t&&(t=t.split("."));var n=t.shift();return e[n]&&(!t.length||objHasKeys(e[n],t))},a.util.sumArrays=function(e,t){return r.zip(e,t).map(function(e,t){return r.sum(e)})},a.util.arrayLast=function(e){return e[e.length-1]},a.util.arrayEqual=function(e,t){for(var n=Math.max(e.length,t.length,1);n-- >=0&&e[n]===t[n];);return-2===n},a.util.flattenArray=function(e){for(var t=[];!a.util.arrayEqual(t,e);)t=e,e=[].concat.apply([],e);return e},a.util.deduplicate=function(e){return e.filter(function(e,t,n){return n.indexOf(e)==t})},a.util.convertToCartesian=function(e,t){var n=t*Math.PI/180;return[e*Math.cos(n),e*Math.sin(n)]},a.util.round=function(e,t){var n=t||2,r=Math.pow(10,n);return Math.round(e*r)/r},a.util.getMousePos=function(e){var t=r.mouse(e.node()),n=t[0],i=t[1],a={};return a.x=n,a.y=i,a.pos=t,a.angle=180*(Math.atan2(i,n)+Math.PI)/Math.PI,a.radius=Math.sqrt(n*n+i*i),a},a.util.duplicatesCount=function(e){for(var t,n={},r={},i=0,a=e.length;i<a;i++)(t=e[i])in n?(n[t]++,r[t]=n[t]):n[t]=1;return r},a.util.duplicates=function(e){return Object.keys(a.util.duplicatesCount(e))},a.util.translator=function(e,t,n,r){if(r){var i=n.slice();n=t,t=i}var a=t.reduce(function(e,t){if(void 0!==e)return e[t]},e);void 0!==a&&(t.reduce(function(e,n,r){if(void 0!==e)return r===t.length-1&&delete e[n],e[n]},e),n.reduce(function(e,t,r){return void 0===e[t]&&(e[t]={}),r===n.length-1&&(e[t]=a),e[t]},e))},a.PolyChart=function(){var e=[a.PolyChart.defaultConfig()],t=r.dispatch("hover"),n={solid:"none",dash:[5,2],dot:[2,5]};function l(){var t=e[0].geometryConfig,i=t.container;"string"==typeof i&&(i=r.select(i)),i.datum(e).each(function(e,i){var a=!!e[0].data.yStack,l=e.map(function(e,t){return a?r.zip(e.data.t[0],e.data.r[0],e.data.yStack[0]):r.zip(e.data.t[0],e.data.r[0])}),o=t.angularScale,s=t.radialScale.domain()[0],u={bar:function(n,i,a){var l=e[a].data,s=t.radialScale(n[1])-t.radialScale(0),u=t.radialScale(n[2]||0),c=l.barWidth;r.select(this).attr({class:"mark bar",d:"M"+[[s+u,-c/2],[s+u,c/2],[u,c/2],[u,-c/2]].join("L")+"Z",transform:function(e,n){return"rotate("+(t.orientation+o(e[0]))+")"}})}};u.dot=function(n,i,a){var l=n[2]?[n[0],n[1]+n[2]]:n,o=r.svg.symbol().size(e[a].data.dotSize).type(e[a].data.dotType)(n,i);r.select(this).attr({class:"mark dot",d:o,transform:function(e,n){var r,i,a,o=(r=function(e,n){var r=t.radialScale(e[1]),i=(t.angularScale(e[0])+t.orientation)*Math.PI/180;return{r:r,t:i}}(l),i=r.r*Math.cos(r.t),a=r.r*Math.sin(r.t),{x:i,y:a});return"translate("+[o.x,o.y]+")"}})};var c=r.svg.line.radial().interpolate(e[0].data.lineInterpolation).radius(function(e){return t.radialScale(e[1])}).angle(function(e){return t.angularScale(e[0])*Math.PI/180});u.line=function(n,i,a){var o=n[2]?l[a].map(function(e,t){return[e[0],e[1]+e[2]]}):l[a];if(r.select(this).each(u.dot).style({opacity:function(t,n){return+e[a].data.dotVisible},fill:p.stroke(n,i,a)}).attr({class:"mark dot"}),!(i>0)){var s=r.select(this.parentNode).selectAll("path.line").data([0]);s.enter().insert("path"),s.attr({class:"line",d:c(o),transform:function(e,n){return"rotate("+(t.orientation+90)+")"},"pointer-events":"none"}).style({fill:function(e,t){return p.fill(n,i,a)},"fill-opacity":0,stroke:function(e,t){return p.stroke(n,i,a)},"stroke-width":function(e,t){return p["stroke-width"](n,i,a)},"stroke-dasharray":function(e,t){return p["stroke-dasharray"](n,i,a)},opacity:function(e,t){return p.opacity(n,i,a)},display:function(e,t){return p.display(n,i,a)}})}};var d=t.angularScale.range(),f=Math.abs(d[1]-d[0])/l[0].length*Math.PI/180,h=r.svg.arc().startAngle(function(e){return-f/2}).endAngle(function(e){return f/2}).innerRadius(function(e){return t.radialScale(s+(e[2]||0))}).outerRadius(function(e){return t.radialScale(s+(e[2]||0))+t.radialScale(e[1])});u.arc=function(e,n,i){r.select(this).attr({class:"mark arc",d:h,transform:function(e,n){return"rotate("+(t.orientation+o(e[0])+90)+")"}})};var p={fill:function(t,n,r){return e[r].data.color},stroke:function(t,n,r){return e[r].data.strokeColor},"stroke-width":function(t,n,r){return e[r].data.strokeSize+"px"},"stroke-dasharray":function(t,r,i){return n[e[i].data.strokeDash]},opacity:function(t,n,r){return e[r].data.opacity},display:function(t,n,r){return void 0===e[r].data.visible||e[r].data.visible?"block":"none"}},v=r.select(this).selectAll("g.layer").data(l);v.enter().append("g").attr({class:"layer"});var y=v.selectAll("path.mark").data(function(e,t){return e});y.enter().append("path").attr({class:"mark"}),y.style(p).each(u[t.geometryType]),y.exit().remove(),v.exit().remove()})}return l.config=function(t){return arguments.length?(t.forEach(function(t,n){e[n]||(e[n]={}),i(e[n],a.PolyChart.defaultConfig()),i(e[n],t)}),this):e},l.getColorScale=function(){},r.rebind(l,t,"on"),l},a.PolyChart.defaultConfig=function(){return{data:{name:"geom1",t:[[1,2,3,4]],r:[[1,2,3,4]],dotType:"circle",dotSize:64,dotVisible:!1,barWidth:20,color:"#ffa500",strokeSize:1,strokeColor:"silver",strokeDash:"solid",opacity:1,index:0,visible:!0,visibleInLegend:!0},geometryConfig:{geometry:"LinePlot",geometryType:"arc",direction:"clockwise",orientation:0,container:"body",radialScale:null,angularScale:null,colorScale:r.scale.category20()}}},a.BarChart=function(){return a.PolyChart()},a.BarChart.defaultConfig=function(){return{geometryConfig:{geometryType:"bar"}}},a.AreaChart=function(){return a.PolyChart()},a.AreaChart.defaultConfig=function(){return{geometryConfig:{geometryType:"arc"}}},a.DotPlot=function(){return a.PolyChart()},a.DotPlot.defaultConfig=function(){return{geometryConfig:{geometryType:"dot",dotType:"circle"}}},a.LinePlot=function(){return a.PolyChart()},a.LinePlot.defaultConfig=function(){return{geometryConfig:{geometryType:"line"}}},a.Legend=function(){var e=a.Legend.defaultConfig(),t=r.dispatch("hover");function n(){var t=e.legendConfig,a=e.data.map(function(e,n){return[].concat(e).map(function(e,r){var a=i({},t.elements[n]);return a.name=e,a.color=[].concat(t.elements[n].color)[r],a})}),l=r.merge(a);l=l.filter(function(e,n){return t.elements[n]&&(t.elements[n].visibleInLegend||void 0===t.elements[n].visibleInLegend)}),t.reverseOrder&&(l=l.reverse());var o=t.container;("string"==typeof o||o.nodeName)&&(o=r.select(o));var s=l.map(function(e,t){return e.color}),u=t.fontSize,c=null==t.isContinuous?"number"==typeof l[0]:t.isContinuous,d=c?t.height:u*l.length,f=o.classed("legend-group",!0).selectAll("svg").data([0]),h=f.enter().append("svg").attr({width:300,height:d+u,xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",version:"1.1"});h.append("g").classed("legend-axis",!0),h.append("g").classed("legend-marks",!0);var p=r.range(l.length),v=r.scale[c?"linear":"ordinal"]().domain(p).range(s),y=r.scale[c?"linear":"ordinal"]().domain(p)[c?"range":"rangePoints"]([0,d]);if(c){var g=f.select(".legend-marks").append("defs").append("linearGradient").attr({id:"grad1",x1:"0%",y1:"0%",x2:"0%",y2:"100%"}).selectAll("stop").data(s);g.enter().append("stop"),g.attr({offset:function(e,t){return t/(s.length-1)*100+"%"}}).style({"stop-color":function(e,t){return e}}),f.append("rect").classed("legend-mark",!0).attr({height:t.height,width:t.colorBandWidth,fill:"url(#grad1)"})}else{var m=f.select(".legend-marks").selectAll("path.legend-mark").data(l);m.enter().append("path").classed("legend-mark",!0),m.attr({transform:function(e,t){return"translate("+[u/2,y(t)+u/2]+")"},d:function(e,t){var n,i,a,l=e.symbol;return a=3*(i=u),"line"===(n=l)?"M"+[[-i/2,-i/12],[i/2,-i/12],[i/2,i/12],[-i/2,i/12]]+"Z":-1!=r.svg.symbolTypes.indexOf(n)?r.svg.symbol().type(n).size(a)():r.svg.symbol().type("square").size(a)()},fill:function(e,t){return v(t)}}),m.exit().remove()}var _=r.svg.axis().scale(y).orient("right"),T=f.select("g.legend-axis").attr({transform:"translate("+[c?t.colorBandWidth:u,u/2]+")"}).call(_);return T.selectAll(".domain").style({fill:"none",stroke:"none"}),T.selectAll("line").style({fill:"none",stroke:c?t.textColor:"none"}),T.selectAll("text").style({fill:t.textColor,"font-size":t.fontSize}).text(function(e,t){return l[t].name}),n}return n.config=function(t){return arguments.length?(i(e,t),this):e},r.rebind(n,t,"on"),n},a.Legend.defaultConfig=function(e,t){return{data:["a","b","c"],legendConfig:{elements:[{symbol:"line",color:"red"},{symbol:"square",color:"yellow"},{symbol:"diamond",color:"limegreen"}],height:150,colorBandWidth:30,fontSize:12,container:"body",isContinuous:null,textColor:"grey",reverseOrder:!1}}},a.tooltipPanel=function(){var e,t,n,l={container:null,hasTick:!1,fontSize:12,color:"white",padding:5},o="tooltip-"+a.tooltipPanel.uid++,s=10,u=function(){var r=(e=l.container.selectAll("g."+o).data([0])).enter().append("g").classed(o,!0).style({"pointer-events":"none",display:"none"});return n=r.append("path").style({fill:"white","fill-opacity":.9}).attr({d:"M0 0"}),t=r.append("text").attr({dx:l.padding+s,dy:.3*+l.fontSize}),u};return u.text=function(i){var a=r.hsl(l.color).l,o=a>=.5?"#aaa":"white",c=a>=.5?"black":"white",d=i||"";t.style({fill:c,"font-size":l.fontSize+"px"}).text(d);var f=l.padding,h=t.node().getBBox(),p={fill:l.color,stroke:o,"stroke-width":"2px"},v=h.width+2*f+s,y=h.height+2*f;return n.attr({d:"M"+[[s,-y/2],[s,-y/4],[l.hasTick?0:s,0],[s,y/4],[s,y/2],[v,y/2],[v,-y/2]].join("L")+"Z"}).style(p),e.attr({transform:"translate("+[s,-y/2+2*f]+")"}),e.style({display:"block"}),u},u.move=function(t){if(e)return e.attr({transform:"translate("+[t[0],t[1]]+")"}).style({display:"block"}),u},u.hide=function(){if(e)return e.style({display:"none"}),u},u.show=function(){if(e)return e.style({display:"block"}),u},u.config=function(e){return i(l,e),u},u},a.tooltipPanel.uid=1,a.adapter={},a.adapter.plotly=function(){var e={convert:function(e,t){var n={};if(e.data&&(n.data=e.data.map(function(e,n){var r=i({},e);return[[r,["marker","color"],["color"]],[r,["marker","opacity"],["opacity"]],[r,["marker","line","color"],["strokeColor"]],[r,["marker","line","dash"],["strokeDash"]],[r,["marker","line","width"],["strokeSize"]],[r,["marker","symbol"],["dotType"]],[r,["marker","size"],["dotSize"]],[r,["marker","barWidth"],["barWidth"]],[r,["line","interpolation"],["lineInterpolation"]],[r,["showlegend"],["visibleInLegend"]]].forEach(function(e,n){a.util.translator.apply(null,e.concat(t))}),t||delete r.marker,t&&delete r.groupId,t?("LinePlot"===r.geometry?(r.type="scatter",!0===r.dotVisible?(delete r.dotVisible,r.mode="lines+markers"):r.mode="lines"):"DotPlot"===r.geometry?(r.type="scatter",r.mode="markers"):"AreaChart"===r.geometry?r.type="area":"BarChart"===r.geometry&&(r.type="bar"),delete r.geometry):("scatter"===r.type?"lines"===r.mode?r.geometry="LinePlot":"markers"===r.mode?r.geometry="DotPlot":"lines+markers"===r.mode&&(r.geometry="LinePlot",r.dotVisible=!0):"area"===r.type?r.geometry="AreaChart":"bar"===r.type&&(r.geometry="BarChart"),delete r.mode,delete r.type),r}),!t&&e.layout&&"stack"===e.layout.barmode)){var l=a.util.duplicates(n.data.map(function(e,t){return e.geometry}));n.data.forEach(function(e,t){var r=l.indexOf(e.geometry);-1!=r&&(n.data[t].groupId=r)})}if(e.layout){var o=i({},e.layout);if([[o,["plot_bgcolor"],["backgroundColor"]],[o,["showlegend"],["showLegend"]],[o,["radialaxis"],["radialAxis"]],[o,["angularaxis"],["angularAxis"]],[o.angularaxis,["showline"],["gridLinesVisible"]],[o.angularaxis,["showticklabels"],["labelsVisible"]],[o.angularaxis,["nticks"],["ticksCount"]],[o.angularaxis,["tickorientation"],["tickOrientation"]],[o.angularaxis,["ticksuffix"],["ticksSuffix"]],[o.angularaxis,["range"],["domain"]],[o.angularaxis,["endpadding"],["endPadding"]],[o.radialaxis,["showline"],["gridLinesVisible"]],[o.radialaxis,["tickorientation"],["tickOrientation"]],[o.radialaxis,["ticksuffix"],["ticksSuffix"]],[o.radialaxis,["range"],["domain"]],[o.angularAxis,["showline"],["gridLinesVisible"]],[o.angularAxis,["showticklabels"],["labelsVisible"]],[o.angularAxis,["nticks"],["ticksCount"]],[o.angularAxis,["tickorientation"],["tickOrientation"]],[o.angularAxis,["ticksuffix"],["ticksSuffix"]],[o.angularAxis,["range"],["domain"]],[o.angularAxis,["endpadding"],["endPadding"]],[o.radialAxis,["showline"],["gridLinesVisible"]],[o.radialAxis,["tickorientation"],["tickOrientation"]],[o.radialAxis,["ticksuffix"],["ticksSuffix"]],[o.radialAxis,["range"],["domain"]],[o.font,["outlinecolor"],["outlineColor"]],[o.legend,["traceorder"],["reverseOrder"]],[o,["labeloffset"],["labelOffset"]],[o,["defaultcolorrange"],["defaultColorRange"]]].forEach(function(e,n){a.util.translator.apply(null,e.concat(t))}),t?(void 0!==o.tickLength&&(o.angularaxis.ticklen=o.tickLength,delete o.tickLength),o.tickColor&&(o.angularaxis.tickcolor=o.tickColor,delete o.tickColor)):(o.angularAxis&&void 0!==o.angularAxis.ticklen&&(o.tickLength=o.angularAxis.ticklen),o.angularAxis&&void 0!==o.angularAxis.tickcolor&&(o.tickColor=o.angularAxis.tickcolor)),o.legend&&"boolean"!=typeof o.legend.reverseOrder&&(o.legend.reverseOrder="normal"!=o.legend.reverseOrder),o.legend&&"boolean"==typeof o.legend.traceorder&&(o.legend.traceorder=o.legend.traceorder?"reversed":"normal",delete o.legend.reverseOrder),o.margin&&void 0!==o.margin.t){var s=["t","r","b","l","pad"],u=["top","right","bottom","left","pad"],c={};r.entries(o.margin).forEach(function(e,t){c[u[s.indexOf(e.key)]]=e.value}),o.margin=c}t&&(delete o.needsEndSpacing,delete o.minorTickColor,delete o.minorTicks,delete o.angularaxis.ticksCount,delete o.angularaxis.ticksCount,delete o.angularaxis.ticksStep,delete o.angularaxis.rewriteTicks,delete o.angularaxis.nticks,delete o.radialaxis.ticksCount,delete o.radialaxis.ticksCount,delete o.radialaxis.ticksStep,delete o.radialaxis.rewriteTicks,delete o.radialaxis.nticks),n.layout=o}return n}};return e}},function(e,t,n){"use strict";var r=n(0),i=n(113);var a={add:function(e,t,n,r,a){var l,o;e.undoQueue=e.undoQueue||{index:0,queue:[],sequence:!1},o=e.undoQueue.index,e.autoplay?e.undoQueue.inSequence||(e.autoplay=!1):(!e.undoQueue.sequence||e.undoQueue.beginSequence?(l={undo:{calls:[],args:[]},redo:{calls:[],args:[]}},e.undoQueue.queue.splice(o,e.undoQueue.queue.length-o,l),e.undoQueue.index+=1):l=e.undoQueue.queue[o-1],e.undoQueue.beginSequence=!1,l&&(l.undo.calls.unshift(t),l.undo.args.unshift(n),l.redo.calls.push(r),l.redo.args.push(a)),e.undoQueue.queue.length>i.queueLength&&(e.undoQueue.queue.shift(),e.undoQueue.index--))},startSequence:function(e){e.undoQueue=e.undoQueue||{index:0,queue:[],sequence:!1},e.undoQueue.sequence=!0,e.undoQueue.beginSequence=!0},stopSequence:function(e){e.undoQueue=e.undoQueue||{index:0,queue:[],sequence:!1},e.undoQueue.sequence=!1,e.undoQueue.beginSequence=!1},undo:function(e){var t,n;if(e.framework&&e.framework.isPolar)e.framework.undo();else if(!(void 0===e.undoQueue||isNaN(e.undoQueue.index)||e.undoQueue.index<=0)){for(e.undoQueue.index--,t=e.undoQueue.queue[e.undoQueue.index],e.undoQueue.inSequence=!0,n=0;n<t.undo.calls.length;n++)a.plotDo(e,t.undo.calls[n],t.undo.args[n]);e.undoQueue.inSequence=!1,e.autoplay=!1}},redo:function(e){var t,n;if(e.framework&&e.framework.isPolar)e.framework.redo();else if(!(void 0===e.undoQueue||isNaN(e.undoQueue.index)||e.undoQueue.index>=e.undoQueue.queue.length)){for(t=e.undoQueue.queue[e.undoQueue.index],e.undoQueue.inSequence=!0,n=0;n<t.redo.calls.length;n++)a.plotDo(e,t.redo.calls[n],t.redo.args[n]);e.undoQueue.inSequence=!1,e.autoplay=!1,e.undoQueue.index++}}};a.plotDo=function(e,t,n){e.autoplay=!0,n=function(e,t){for(var n,i=[],a=0;a<t.length;a++)n=t[a],i[a]=n===e?n:"object"==typeof n?Array.isArray(n)?r.extendDeep([],n):r.extendDeepAll({},n):n;return i}(e,n),t.apply(null,n)},e.exports=a},function(e,t,n){"use strict";var r=n(2),i=n(8),a=n(0),l=n(95),o=n(94),s=n(93),u=n(92);e.exports=function(e,t){return new Promise(function(n,c){(t=t||{}).format=t.format||"png";var d=function(e){return void 0===e||null===e||!!(r(e)&&e>1)};d(t.width)&&d(t.height)||c(new Error("Height and width should be pixel values."));var f=o(e,{format:"png",height:t.height,width:t.width}),h=f.gd;h.style.position="absolute",h.style.left="-5000px",document.body.appendChild(h);var p=l.getRedrawFunc(h);i.plot(h,f.data,f.layout,f.config).then(p).then(function(){var e=l.getDelay(h._fullLayout);return new Promise(function(n,r){setTimeout(function(){var e=s(h),i=document.createElement("canvas");i.id=a.randstr(),u({format:t.format,width:h._fullLayout.width,height:h._fullLayout.height,canvas:i,svg:e,promise:!0}).then(function(e){h&&document.body.removeChild(h),n(e)}).catch(function(e){r(e)})},e)})}).then(function(e){n(e)}).catch(function(e){c(e)})})}},function(e,t,n){"use strict";t.manage=n(279)},function(e,t,n){"use strict";var r=n(2),i=n(0);e.exports=function(e,t,n,a){var l=a.counterAxes||[],o=a.overlayableAxes||[],s=a.letter;"free"===i.coerce(e,t,{anchor:{valType:"enumerated",values:["free"].concat(l),dflt:r(e.position)?"free":l[0]||"free"}},"anchor")&&n("position"),i.coerce(e,t,{side:{valType:"enumerated",values:"x"===s?["bottom","top"]:["left","right"],dflt:"x"===s?"bottom":"left"}},"side");var u=!1;if(o.length&&(u=i.coerce(e,t,{overlaying:{valType:"enumerated",values:[!1].concat(o),dflt:!1}},"overlaying")),!u){var c=n("domain");c[0]>c[1]-.01&&(t.domain=[0,1]),i.noneOrAll(e.domain,t.domain,[0,1])}return t}},function(e,t,n){"use strict";var r=n(1),i=n(2),a=n(0),l=a.cleanNumber,o=a.ms2DateTime,s=a.dateTime2ms,u=a.ensureNumber,c=n(16),d=c.FP_SAFE,f=c.BADNUM,h=n(15),p=n(18);function v(e){return Math.pow(10,e)}e.exports=function(e,t){t=t||{};var n=10;function c(t,r){if(t>0)return Math.log(t)/Math.LN10;if(t<=0&&r&&e.range&&2===e.range.length){var i=e.range[0],a=e.range[1];return.5*(i+a-3*n*Math.abs(i-a))}return f}function y(t,n,r){var a=s(t,r||e.calendar);if(a===f){if(!i(t))return f;a=s(new Date(+t))}return a}function g(t,n,r){return o(t,n,r||e.calendar)}function m(t){return e._categories[Math.round(t)]}function _(t){if(e._categoriesMap){var n=e._categoriesMap[t];if(void 0!==n)return n}if(i(t))return+t}function T(t){return i(t)?r.round(e._b+e._m*t,2):f}function b(t){return(t-e._b)/e._m}e.c2l="log"===e.type?c:u,e.l2c="log"===e.type?v:u,e.l2p=T,e.p2l=b,e.c2p="log"===e.type?function(e,t){return T(c(e,t))}:T,e.p2c="log"===e.type?function(e){return v(b(e))}:b,-1!==["linear","-"].indexOf(e.type)?(e.d2r=e.r2d=e.d2c=e.r2c=e.d2l=e.r2l=l,e.c2d=e.c2r=e.l2d=e.l2r=u,e.d2p=e.r2p=function(t){return e.l2p(l(t))},e.p2d=e.p2r=b,e.cleanPos=u):"log"===e.type?(e.d2r=e.d2l=function(e,t){return c(l(e),t)},e.r2d=e.r2c=function(e){return v(l(e))},e.d2c=e.r2l=l,e.c2d=e.l2r=u,e.c2r=c,e.l2d=v,e.d2p=function(t,n){return e.l2p(e.d2r(t,n))},e.p2d=function(e){return v(b(e))},e.r2p=function(t){return e.l2p(l(t))},e.p2r=b,e.cleanPos=u):"date"===e.type?(e.d2r=e.r2d=a.identity,e.d2c=e.r2c=e.d2l=e.r2l=y,e.c2d=e.c2r=e.l2d=e.l2r=g,e.d2p=e.r2p=function(t,n,r){return e.l2p(y(t,0,r))},e.p2d=e.p2r=function(e,t,n){return g(b(e),t,n)},e.cleanPos=function(t){return a.cleanDate(t,f,e.calendar)}):"category"===e.type&&(e.d2c=e.d2l=function(t){if(null!==t&&void 0!==t){if(void 0===e._categoriesMap&&(e._categoriesMap={}),void 0!==e._categoriesMap[t])return e._categoriesMap[t];e._categories.push(t);var n=e._categories.length-1;return e._categoriesMap[t]=n,n}return f},e.r2d=e.c2d=e.l2d=m,e.d2r=e.d2l_noadd=_,e.r2c=function(t){var n=_(t);return void 0!==n?n:e.fraction2r(.5)},e.l2r=e.c2r=u,e.r2l=_,e.d2p=function(t){return e.l2p(e.r2c(t))},e.p2d=function(e){return m(b(e))},e.r2p=e.d2p,e.p2r=b,e.cleanPos=function(e){return"string"==typeof e&&""!==e?e:u(e)}),e.fraction2r=function(t){var n=e.r2l(e.range[0]),r=e.r2l(e.range[1]);return e.l2r(n+t*(r-n))},e.r2fraction=function(t){var n=e.r2l(e.range[0]),r=e.r2l(e.range[1]);return(e.r2l(t)-n)/(r-n)},e.cleanRange=function(t){t||(t="range");var n,r,l=a.nestedProperty(e,t).get(),o=(e._id||"x").charAt(0);if(r=(r="date"===e.type?a.dfltRange(e.calendar):"y"===o?h.DFLTRANGEY:h.DFLTRANGEX).slice(),l&&2===l.length)for("date"===e.type&&(l[0]=a.cleanDate(l[0],f,e.calendar),l[1]=a.cleanDate(l[1],f,e.calendar)),n=0;n<2;n++)if("date"===e.type){if(!a.isDateTime(l[n],e.calendar)){e[t]=r;break}if(e.r2l(l[0])===e.r2l(l[1])){var s=a.constrain(e.r2l(l[0]),a.MIN_MS+1e3,a.MAX_MS-1e3);l[0]=e.l2r(s-1e3),l[1]=e.l2r(s+1e3);break}}else{if(!i(l[n])){if(!i(l[1-n])){e[t]=r;break}l[n]=l[1-n]*(n?10:.1)}if(l[n]<-d?l[n]=-d:l[n]>d&&(l[n]=d),l[0]===l[1]){var u=Math.max(1,Math.abs(1e-6*l[0]));l[0]-=u,l[1]+=u}}else a.nestedProperty(e,t).set(r)},e.setScale=function(n){var r=t._size,i=e._id.charAt(0);if(e._categories||(e._categories=[]),e._categoriesMap||(e._categoriesMap={}),e.overlaying){var l=p.getFromId({_fullLayout:t},e.overlaying);e.domain=l.domain}var o=n&&e._r?"_r":"range",s=e.calendar;e.cleanRange(o);var u=e.r2l(e[o][0],s),c=e.r2l(e[o][1],s);if("y"===i?(e._offset=r.t+(1-e.domain[1])*r.h,e._length=r.h*(e.domain[1]-e.domain[0]),e._m=e._length/(u-c),e._b=-e._m*c):(e._offset=r.l+e.domain[0]*r.w,e._length=r.w*(e.domain[1]-e.domain[0]),e._m=e._length/(c-u),e._b=-e._m*u),!isFinite(e._m)||!isFinite(e._b))throw a.notifier("Something went wrong with axis scaling","long"),t._replotting=!1,new Error("axis scaling")},e.makeCalcdata=function(t,n){var r,i,a,l="date"===e.type&&t[n+"calendar"];if(n in t)for(r=t[n],i=new Array(r.length),a=0;a<r.length;a++)i[a]=e.d2c(r[a],0,l);else{var o=n+"0"in t?e.d2c(t[n+"0"],0,l):0,s=t["d"+n]?Number(t["d"+n]):1;for(r=t[{x:"y",y:"x"}[n]],i=new Array(r.length),a=0;a<r.length;a++)i[a]=o+a*s}return i},e.isValidRange=function(t){return Array.isArray(t)&&2===t.length&&i(e.r2l(t[0]))&&i(e.r2l(t[1]))},e._min=[],e._max=[],e._separators=t.separators,delete e._minDtick,delete e._forceTick0}},function(e,t,n){"use strict";var r=n(22).mix,i=n(4),a=n(0),l=n(24).lightFraction,o=n(23),s=n(160),u=n(159),c=n(158),d=n(286),f=n(152),h=n(285);e.exports=function(e,t,n,p,v){var y=p.letter,g=p.font||{},m="Click to enter "+(p.title||y.toUpperCase()+" axis")+" title";function _(n,r){return a.coerce2(e,t,o,n,r)}var T=n("visible",!p.cheateronly),b=t.type;"date"===b&&i.getComponentMethod("calendars","handleDefaults")(e,t,"calendar",p.calendar);if(f(t,v),n("autorange",!t.isValidRange(e.range))&&n("rangemode"),n("range"),t.cleanRange(),d(e,t,n),t._initialCategories="category"===b?h(y,t.categoryorder,t.categoryarray,p.data):[],!T)return t;var M=n("color"),K=M===e.color?M:g.color;n("title",m),a.coerceFont(n,"titlefont",{family:g.family,size:Math.round(1.2*g.size),color:K}),s(e,t,n,b),c(e,t,n,b,p),u(e,t,n,p);var k=_("linecolor",M),x=_("linewidth"),C=n("showline",!!k||!!x);C||(delete t.linecolor,delete t.linewidth),(C||t.ticks)&&n("mirror");var A=_("gridcolor",r(M,p.bgColor,l).toRgbString()),w=_("gridwidth");n("showgrid",p.showGrid||!!A||!!w)||(delete t.gridcolor,delete t.gridwidth);var L=_("zerolinecolor",M),D=_("zerolinewidth");return n("zeroline",p.showGrid||!!L||!!D)||(delete t.zerolinecolor,delete t.zerolinewidth),t}},function(e,t,n){"use strict";var r=n(2),i=n(0),a=n(16).BADNUM;e.exports=function(e,t){return function(e,t){for(var n,a=0,l=0,o=Math.max(1,(e.length-1)/1e3),s=0;s<e.length;s+=o)n=e[Math.round(s)],i.isDateTime(n,t)&&(a+=1),r(n)&&(l+=1);return a>2*l}(e,t)?"date":function(e){for(var t,n=Math.max(1,(e.length-1)/1e3),r=0,l=0,o=0;o<e.length;o+=n)t=e[Math.round(o)],i.cleanNumber(t)!==a?r++:"string"==typeof t&&""!==t&&"None"!==t&&l++;return l>2*r}(e)?"category":function(e){if(!e)return!1;for(var t=0;t<e.length;t++)if(r(e[t]))return!0;return!1}(e)?"linear":"-"}},function(e,t,n){"use strict";var r=n(2),i=n(4),a=n(0),l=n(105);e.exports=function(e,t,n,o){var s="error_"+o.axis,u=t[s]={},c=e[s]||{};function d(e,t){return a.coerce(c,u,l,e,t)}if(!1!==d("visible",void 0!==c.array||void 0!==c.value||"sqrt"===c.type)){var f=d("type","array"in c?"data":"percent"),h=!0;if("sqrt"!==f&&(h=d("symmetric",!(("data"===f?"arrayminus":"valueminus")in c))),"data"===f){if(d("array")||(u.array=[]),d("traceref"),!h)d("arrayminus")||(u.arrayminus=[]),d("tracerefminus")}else"percent"!==f&&"constant"!==f||(d("value"),h||d("valueminus"));var p="copy_"+o.inherit+"style";if(o.inherit)(t["error_"+o.inherit]||{}).visible&&d(p,!(c.color||r(c.thickness)||r(c.width)));o.inherit&&u[p]||(d("color",n),d("thickness"),d("width",i.traceIs(t,"gl3d")?0:4))}}},function(e,t,n){"use strict";e.exports={PTS_LINESONLY:20}},function(e,t,n){"use strict";var r=n(0),i=n(26),a=n(100);e.exports=function(e,t,n,l){var o,s;n?(o=r.nestedProperty(e,n).get(),s=r.nestedProperty(e._input,n).get()):(o=e,s=e._input);var u=l+"auto",c=l+"min",d=l+"max",f=o[u],h=o[c],p=o[d],v=o.colorscale;!1===f&&void 0!==h||(h=r.aggNums(Math.min,null,t)),!1===f&&void 0!==p||(p=r.aggNums(Math.max,null,t)),h===p&&(h-=.5,p+=.5),o[c]=h,o[d]=p,s[c]=h,s[d]=p,s[u]=!1!==f||void 0===h&&void 0===p,o.autocolorscale&&(v=h*p<0?i.RdBu:h>=0?i.Reds:i.Blues,s.colorscale=v,o.reversescale&&(v=a(v)),o.colorscale=v)}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n,i,a){var l=function(e){var t=["showexponent","showtickprefix","showticksuffix"].filter(function(t){return void 0!==e[t]});if(t.every(function(n){return e[n]===e[t[0]]})||1===t.length)return e[t[0]]}(e);if(n("tickprefix")&&n("showtickprefix",l),n("ticksuffix")&&n("showticksuffix",l),n("showticklabels")){var o=a.font||{},s=t.color===e.color?t.color:o.color;if(r.coerceFont(n,"tickfont",{family:o.family,size:o.size,color:s}),n("tickangle"),"category"!==i)n("tickformat")||"date"===i||(n("showexponent",l),n("exponentformat"),n("separatethousands"))}"category"===i||a.noHover||n("hoverformat")}},function(e,t,n){"use strict";var r=n(0),i=n(23);e.exports=function(e,t,n,a){var l=r.coerce2(e,t,i,"ticklen"),o=r.coerce2(e,t,i,"tickwidth"),s=r.coerce2(e,t,i,"tickcolor",t.color);n("ticks",a.outerTicks||l||o||s?"outside":"")||(delete t.ticklen,delete t.tickwidth,delete t.tickcolor)}},function(e,t,n){"use strict";var r=n(2),i=n(0),a=n(16).ONEDAY;e.exports=function(e,t,n,l){var o="auto";"array"!==e.tickmode||"log"!==l&&"date"!==l||(e.tickmode="auto"),Array.isArray(e.tickvals)?o="array":e.dtick&&(o="linear");var s=n("tickmode",o);if("auto"===s)n("nticks");else if("linear"===s){var u="date"===l?a:1,c=n("dtick",u);if(r(c))t.dtick=c>0?Number(c):u;else if("string"!=typeof c)t.dtick=u;else{var d=c.charAt(0),f=c.substr(1);((f=r(f)?Number(f):0)<=0||!("date"===l&&"M"===d&&f===Math.round(f)||"log"===l&&"L"===d||"log"===l&&"D"===d&&(1===f||2===f)))&&(t.dtick=u)}var h="date"===l?i.dateTick0(t.calendar):0,p=n("tick0",h);"date"===l?t.tick0=i.cleanDate(p,h):r(p)&&"D1"!==c&&"D2"!==c?t.tick0=Number(p):t.tick0=h}else{void 0===n("tickvals")?t.tickmode="auto":n("ticktext")}}},function(e,t,n){"use strict";t.scales=n(26),t.defaultScale=n(167),t.attributes=n(162),t.handleDefaults=n(102),t.calc=n(157),t.hasColorscale=n(39),t.isValidScale=n(101),t.getScale=n(168),t.flipScale=n(100),t.extractScale=n(295),t.makeColorScaleFunc=n(294)},function(e,t,n){"use strict";e.exports={zauto:{valType:"boolean",role:"info",dflt:!0,description:["Determines the whether or not the color domain is computed","with respect to the input data."].join(" ")},zmin:{valType:"number",role:"info",dflt:null,description:"Sets the lower bound of color domain."},zmax:{valType:"number",role:"info",dflt:null,description:"Sets the upper bound of color domain."},colorscale:{valType:"colorscale",role:"style",description:["Sets the colorscale.","The colorscale must be an array containing","arrays mapping a normalized value to an","rgb, rgba, hex, hsl, hsv, or named color string.","At minimum, a mapping for the lowest (0) and highest (1)","values are required. For example,","`[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`.","To control the bounds of the colorscale in z space,","use zmin and zmax"].join(" ")},autocolorscale:{valType:"boolean",role:"style",dflt:!0,description:["Determines whether or not the colorscale is picked using the sign of","the input z values."].join(" ")},reversescale:{valType:"boolean",role:"style",dflt:!1,description:"Reverses the colorscale."},showscale:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not a colorbar is displayed for this trace."].join(" ")}}},function(e,t,n){"use strict";e.exports={_isLinkedToArray:"frames_entry",group:{valType:"string",role:"info",description:["An identifier that specifies the group to which the frame belongs,","used by animate to select a subset of frames."].join(" ")},name:{valType:"string",role:"info",description:"A label by which to identify the frame"},traces:{valType:"any",role:"info",description:["A list of trace indices that identify the respective traces in the","data attribute"].join(" ")},baseframe:{valType:"string",role:"info",description:["The name of the frame into which this frame's properties are merged","before applying. This is used to unify properties and avoid needing","to specify the same values for the same properties in multiple frames."].join(" ")},data:{valType:"any",role:"object",description:["A list of traces this frame modifies. The format is identical to the","normal trace definition."].join(" ")},layout:{valType:"any",role:"object",description:["Layout properties which this frame modifies. The format is identical","to the normal layout definition."].join(" ")}}},function(e,t,n){"use strict";t.init2dArray=function(e,t){for(var n=new Array(e),r=0;r<e;r++)n[r]=new Array(t);return n},t.transposeRagged=function(e){var t,n,r=0,i=e.length;for(t=0;t<i;t++)r=Math.max(r,e[t].length);var a=new Array(r);for(t=0;t<r;t++)for(a[t]=new Array(i),n=0;n<i;n++)a[t][n]=e[n][t];return a},t.dot=function(e,n){if(!e.length||!n.length||e.length!==n.length)return null;var r,i,a=e.length;if(e[0].length)for(r=new Array(a),i=0;i<a;i++)r[i]=t.dot(e[i],n);else if(n[0].length){var l=t.transposeRagged(n);for(r=new Array(l.length),i=0;i<l.length;i++)r[i]=t.dot(e,l[i])}else for(r=0,i=0;i<a;i++)r+=e[i]*n[i];return r},t.translationMatrix=function(e,t){return[[1,0,e],[0,1,t],[0,0,1]]},t.rotationMatrix=function(e){var t=e*Math.PI/180;return[[Math.cos(t),-Math.sin(t),0],[Math.sin(t),Math.cos(t),0],[0,0,1]]},t.rotationXYMatrix=function(e,n,r){return t.dot(t.dot(t.translationMatrix(n,r),t.rotationMatrix(e)),t.translationMatrix(-n,-r))},t.apply2DTransform=function(e){return function(){var n=arguments;3===n.length&&(n=n[0]);var r=1===arguments.length?n[0]:[n[0],n[1]];return t.dot(e,[r[0],r[1],1]).slice(0,2)}},t.apply2DTransform2=function(e){var n=t.apply2DTransform(e);return function(e){return n(e.slice(0,2)).concat(n(e.slice(2,4)))}}},function(e,t,n){"use strict";var r=n(2),i=n(33);function a(e,t){return e<t}function l(e,t){return e<=t}function o(e,t){return e>t}function s(e,t){return e>=t}t.findBin=function(e,t,n){if(r(t.start))return n?Math.ceil((e-t.start)/t.size)-1:Math.floor((e-t.start)/t.size);var u,c,d=0,f=t.length,h=0;for(c=t[t.length-1]>=t[0]?n?a:l:n?s:o;d<f&&h++<100;)c(t[u=Math.floor((d+f)/2)],e)?d=u+1:f=u;return h>90&&i.log("Long binary search..."),d-1},t.sorterAsc=function(e,t){return e-t},t.sorterDes=function(e,t){return t-e},t.distinctVals=function(e){var n=e.slice();n.sort(t.sorterAsc);for(var r=n.length-1,i=n[r]-n[0]||1,a=i/(r||1)/1e4,l=[n[0]],o=0;o<r;o++)n[o+1]>n[o]+a&&(i=Math.min(i,n[o+1]-n[o]),l.push(n[o+1]));return{vals:l,minDiff:i}},t.roundUp=function(e,t,n){for(var r,i=0,a=t.length-1,l=0,o=n?0:1,s=n?1:0,u=n?Math.ceil:Math.floor;i<a&&l++<100;)t[r=u((i+a)/2)]<=e?i=r+o:a=r-s;return t[i]}},function(e,t,n){"use strict";var r=n(22);e.exports=function(e){var t=0;if(!Array.isArray(e)||e.length<2)return!1;if(!e[0]||!e[e.length-1])return!1;if(0!=+e[0][0]||1!=+e[e.length-1][0])return!1;for(var n=0;n<e.length;n++){var i=e[n];if(2!==i.length||+i[0]<t||!r(i[1]).isValid())return!1;t=+i[0]}return!0}},function(e,t,n){"use strict";var r=n(26);e.exports=r.RdBu},function(e,t,n){"use strict";var r=n(26),i=n(167),a=n(166);e.exports=function(e,t){if(t||(t=i),!e)return t;function n(){try{e=r[e]||JSON.parse(e)}catch(n){e=t}}return"string"==typeof e&&(n(),"string"==typeof e&&n()),a(e)?e:t}},function(e,t,n){"use strict";e.exports=function(e,t){var n=e%t;return n<0?n+t:n}},function(e,t,n){"use strict";var r=n(4);e.exports=function(e){for(var t,n,i=r.layoutArrayContainers,a=r.layoutArrayRegexes,l=e.split("[")[0],o=0;o<a.length;o++)if((n=e.match(a[o]))&&0===n.index){t=n[0];break}if(t||(t=i[i.indexOf(l)]),!t)return!1;var s=e.substr(t.length);return s?!!(n=s.match(/^\[(0|[1-9][0-9]*)\](\.(.+))?$/))&&{array:t,index:Number(n[1]),property:n[3]||""}:{array:t,index:"",property:""}}},function(e,t,n){"use strict";e.exports=function(e,t){if(t instanceof RegExp){var n,r=t.toString();for(n=0;n<e.length;n++)if(e[n]instanceof RegExp&&e[n].toString()===r)return e;e.push(t)}else t&&-1===e.indexOf(t)&&e.push(t);return e}},function(e,t,n){"use strict";n.r(t);var r=n(121),i=n(77);for(var a in i)"default"!==a&&function(e){n.d(t,e,function(){return i[e]})}(a);n(179);var l=n(5),o=Object(l.a)(i.default,r.a,r.b,!1,null,"4b89ed39",null);t.default=o.exports},function(e,t){var n,r,i=e.exports={};function a(){throw new Error("setTimeout has not been defined")}function l(){throw new Error("clearTimeout has not been defined")}function o(e){if(n===setTimeout)return setTimeout(e,0);if((n===a||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:a}catch(e){n=a}try{r="function"==typeof clearTimeout?clearTimeout:l}catch(e){r=l}}();var s,u=[],c=!1,d=-1;function f(){c&&s&&(c=!1,s.length?u=s.concat(u):d=-1,u.length&&h())}function h(){if(!c){var e=o(f);c=!0;for(var t=u.length;t;){for(s=u,u=[];++d<t;)s&&s[d].run();d=-1,t=u.length}s=null,c=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===l||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function v(){}i.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];u.push(new p(e,t)),1!==u.length||c||o(h)},p.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=v,i.addListener=v,i.once=v,i.off=v,i.removeListener=v,i.removeAllListeners=v,i.emit=v,i.prependListener=v,i.prependOnceListener=v,i.listeners=function(e){return[]},i.binding=function(e){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(e){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}},function(e,t,n){"use strict";function r(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}function i(e){return function t(n){return 0===arguments.length||r(n)?t:e.apply(this,arguments)}}n.r(t);var a=i(function(e){return function(){return e}}),l=a(!1),o=a(!0),s={"@@functional/placeholder":!0};function u(e){return function t(n,a){switch(arguments.length){case 0:return t;case 1:return r(n)?t:i(function(t){return e(n,t)});default:return r(n)&&r(a)?t:r(n)?i(function(t){return e(t,a)}):r(a)?i(function(t){return e(n,t)}):e(n,a)}}}var c=u(function(e,t){return Number(e)+Number(t)});function d(e,t){var n;e=e||[],t=t||[];var r=e.length,i=t.length,a=[];for(n=0;n<r;)a[a.length]=e[n],n+=1;for(n=0;n<i;)a[a.length]=t[n],n+=1;return a}function f(e,t){switch(e){case 0:return function(){return t.apply(this,arguments)};case 1:return function(e){return t.apply(this,arguments)};case 2:return function(e,n){return t.apply(this,arguments)};case 3:return function(e,n,r){return t.apply(this,arguments)};case 4:return function(e,n,r,i){return t.apply(this,arguments)};case 5:return function(e,n,r,i,a){return t.apply(this,arguments)};case 6:return function(e,n,r,i,a,l){return t.apply(this,arguments)};case 7:return function(e,n,r,i,a,l,o){return t.apply(this,arguments)};case 8:return function(e,n,r,i,a,l,o,s){return t.apply(this,arguments)};case 9:return function(e,n,r,i,a,l,o,s,u){return t.apply(this,arguments)};case 10:return function(e,n,r,i,a,l,o,s,u,c){return t.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}function h(e,t,n){return function(){for(var i=[],a=0,l=e,o=0;o<t.length||a<arguments.length;){var s;o<t.length&&(!r(t[o])||a>=arguments.length)?s=t[o]:(s=arguments[a],a+=1),i[o]=s,r(s)||(l-=1),o+=1}return l<=0?n.apply(this,i):f(l,h(e,i,n))}}var p=u(function(e,t){return 1===e?i(t):f(e,h(e,[],t))}),v=i(function(e){return p(e.length,function(){var t=0,n=arguments[0],r=arguments[arguments.length-1],i=Array.prototype.slice.call(arguments,0);return i[0]=function(){var e=n.apply(this,d(arguments,[t,r]));return t+=1,e},e.apply(this,i)})});function y(e){return function t(n,a,l){switch(arguments.length){case 0:return t;case 1:return r(n)?t:u(function(t,r){return e(n,t,r)});case 2:return r(n)&&r(a)?t:r(n)?u(function(t,n){return e(t,a,n)}):r(a)?u(function(t,r){return e(n,t,r)}):i(function(t){return e(n,a,t)});default:return r(n)&&r(a)&&r(l)?t:r(n)&&r(a)?u(function(t,n){return e(t,n,l)}):r(n)&&r(l)?u(function(t,n){return e(t,a,n)}):r(a)&&r(l)?u(function(t,r){return e(n,t,r)}):r(n)?i(function(t){return e(t,a,l)}):r(a)?i(function(t){return e(n,t,l)}):r(l)?i(function(t){return e(n,a,t)}):e(n,a,l)}}}var g=y(function(e,t,n){if(t>=n.length||t<-n.length)return n;var r=(t<0?n.length:0)+t,i=d(n);return i[r]=e(n[r]),i}),m=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)};function _(e){return"function"==typeof e["@@transducer/step"]}function T(e,t,n){return function(){if(0===arguments.length)return n();var r=Array.prototype.slice.call(arguments,0),i=r.pop();if(!m(i)){for(var a=0;a<e.length;){if("function"==typeof i[e[a]])return i[e[a]].apply(i,r);a+=1}if(_(i))return t.apply(null,r)(i)}return n.apply(this,arguments)}}function b(e){return e&&e["@@transducer/reduced"]?e:{"@@transducer/value":e,"@@transducer/reduced":!0}}var M={init:function(){return this.xf["@@transducer/init"]()},result:function(e){return this.xf["@@transducer/result"](e)}},K=function(){function e(e,t){this.xf=t,this.f=e,this.all=!0}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=function(e){return this.all&&(e=this.xf["@@transducer/step"](e,!0)),this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)||(this.all=!1,e=b(this.xf["@@transducer/step"](e,!1))),e},e}(),k=u(T(["all"],u(function(e,t){return new K(e,t)}),function(e,t){for(var n=0;n<t.length;){if(!e(t[n]))return!1;n+=1}return!0})),x=u(function(e,t){return t>e?t:e});function C(e,t){for(var n=0,r=t.length,i=Array(r);n<r;)i[n]=e(t[n]),n+=1;return i}function A(e){return"[object String]"===Object.prototype.toString.call(e)}var w=i(function(e){return!!m(e)||!!e&&("object"==typeof e&&(!A(e)&&(1===e.nodeType?!!e.length:0===e.length||e.length>0&&(e.hasOwnProperty(0)&&e.hasOwnProperty(e.length-1)))))}),L=function(){function e(e){this.f=e}return e.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},e.prototype["@@transducer/result"]=function(e){return e},e.prototype["@@transducer/step"]=function(e,t){return this.f(e,t)},e}();function D(e){return new L(e)}var B=u(function(e,t){return f(e.length,function(){return e.apply(t,arguments)})});function S(e,t,n){for(var r=n.next();!r.done;){if((t=e["@@transducer/step"](t,r.value))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}r=n.next()}return e["@@transducer/result"](t)}function G(e,t,n,r){return e["@@transducer/result"](n[r](B(e["@@transducer/step"],e),t))}var W="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function z(e,t,n){if("function"==typeof e&&(e=D(e)),w(n))return function(e,t,n){for(var r=0,i=n.length;r<i;){if((t=e["@@transducer/step"](t,n[r]))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}r+=1}return e["@@transducer/result"](t)}(e,t,n);if("function"==typeof n["fantasy-land/reduce"])return G(e,t,n,"fantasy-land/reduce");if(null!=n[W])return S(e,t,n[W]());if("function"==typeof n.next)return S(e,t,n);if("function"==typeof n.reduce)return G(e,t,n,"reduce");throw new TypeError("reduce: list must be array or iterable")}var O=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=M.result,e.prototype["@@transducer/step"]=function(e,t){return this.xf["@@transducer/step"](e,this.f(t))},e}(),P=u(function(e,t){return new O(e,t)});function R(e,t){return Object.prototype.hasOwnProperty.call(t,e)}var j=Object.prototype.toString,E=function(){return"[object Arguments]"===j.call(arguments)?function(e){return"[object Arguments]"===j.call(e)}:function(e){return R("callee",e)}},I=!{toString:null}.propertyIsEnumerable("toString"),N=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],F=function(){return arguments.propertyIsEnumerable("length")}(),$=function(e,t){for(var n=0;n<e.length;){if(e[n]===t)return!0;n+=1}return!1},V=i("function"!=typeof Object.keys||F?function(e){if(Object(e)!==e)return[];var t,n,r=[],i=F&&E(e);for(t in e)!R(t,e)||i&&"length"===t||(r[r.length]=t);if(I)for(n=N.length-1;n>=0;)R(t=N[n],e)&&!$(r,t)&&(r[r.length]=t),n-=1;return r}:function(e){return Object(e)!==e?[]:Object.keys(e)}),H=u(T(["fantasy-land/map","map"],P,function(e,t){switch(Object.prototype.toString.call(t)){case"[object Function]":return p(t.length,function(){return e.call(this,t.apply(this,arguments))});case"[object Object]":return z(function(n,r){return n[r]=e(t[r]),n},{},V(t));default:return C(e,t)}})),q=u(function(e,t){for(var n=t,r=0;r<e.length;){if(null==n)return;n=n[e[r]],r+=1}return n}),U=u(function(e,t){return q([e],t)}),Y=u(function(e,t){return H(U(e),t)}),X=y(z),J=i(function(e){return p(X(x,0,Y("length",e)),function(){for(var t=0,n=e.length;t<n;){if(!e[t].apply(this,arguments))return!1;t+=1}return!0})}),Z=u(function(e,t){return e&&t}),Q=function(){function e(e,t){this.xf=t,this.f=e,this.any=!1}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=function(e){return this.any||(e=this.xf["@@transducer/step"](e,!1)),this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)&&(this.any=!0,e=b(this.xf["@@transducer/step"](e,!0))),e},e}(),ee=u(function(e,t){return new Q(e,t)}),te=u(T(["any"],ee,function(e,t){for(var n=0;n<t.length;){if(e(t[n]))return!0;n+=1}return!1})),ne=i(function(e){return p(X(x,0,Y("length",e)),function(){for(var t=0,n=e.length;t<n;){if(e[t].apply(this,arguments))return!0;t+=1}return!1})}),re=u(function(e,t){return"function"==typeof t["fantasy-land/ap"]?t["fantasy-land/ap"](e):"function"==typeof e.ap?e.ap(t):"function"==typeof e?function(n){return e(n)(t(n))}:z(function(e,n){return d(e,H(n,t))},[],e)});var ie=function(){function e(e,t){this.xf=t,this.pos=0,this.full=!1,this.acc=new Array(e)}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=function(e){return this.acc=null,this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.store(t),this.full?this.xf["@@transducer/step"](e,this.getCopy()):e},e.prototype.store=function(e){this.acc[this.pos]=e,this.pos+=1,this.pos===this.acc.length&&(this.pos=0,this.full=!0)},e.prototype.getCopy=function(){return d(Array.prototype.slice.call(this.acc,this.pos),Array.prototype.slice.call(this.acc,0,this.pos))},e}(),ae=u(T([],u(function(e,t){return new ie(e,t)}),function(e,t){for(var n=0,r=t.length-(e-1),i=new Array(r>=0?r:0);n<r;)i[n]=Array.prototype.slice.call(t,n,n+e),n+=1;return i})),le=u(function(e,t){return d(t,[e])}),oe=u(function(e,t){return e.apply(this,t)}),se=i(function(e){for(var t=V(e),n=t.length,r=[],i=0;i<n;)r[i]=e[t[i]],i+=1;return r}),ue=i(function e(t){return t=H(function(t){return"function"==typeof t?t:e(t)},t),p(X(x,0,Y("length",se(t))),function(){var e=arguments;return H(function(t){return oe(t,e)},t)})}),ce=u(function(e,t){return t(e)}),de=y(function(e,t,n){var r=e(t),i=e(n);return r<i?-1:r>i?1:0}),fe=y(function(e,t,n){var r={};for(var i in n)r[i]=n[i];return r[e]=t,r}),he=Number.isInteger||function(e){return e<<0===e},pe=i(function(e){return null==e}),ve=y(function e(t,n,r){if(0===t.length)return n;var i=t[0];if(t.length>1){var a=!pe(r)&&R(i,r)?r[i]:he(t[1])?[]:{};n=e(Array.prototype.slice.call(t,1),n,a)}if(he(i)&&m(r)){var l=[].concat(r);return l[i]=n,l}return fe(i,n,r)}),ye=u(function(e,t){switch(e){case 0:return function(){return t.call(this)};case 1:return function(e){return t.call(this,e)};case 2:return function(e,n){return t.call(this,e,n)};case 3:return function(e,n,r){return t.call(this,e,n,r)};case 4:return function(e,n,r,i){return t.call(this,e,n,r,i)};case 5:return function(e,n,r,i,a){return t.call(this,e,n,r,i,a)};case 6:return function(e,n,r,i,a,l){return t.call(this,e,n,r,i,a,l)};case 7:return function(e,n,r,i,a,l,o){return t.call(this,e,n,r,i,a,l,o)};case 8:return function(e,n,r,i,a,l,o,s){return t.call(this,e,n,r,i,a,l,o,s)};case 9:return function(e,n,r,i,a,l,o,s,u){return t.call(this,e,n,r,i,a,l,o,s,u)};case 10:return function(e,n,r,i,a,l,o,s,u,c){return t.call(this,e,n,r,i,a,l,o,s,u,c)};default:throw new Error("First argument to nAry must be a non-negative integer no greater than ten")}}),ge=i(function(e){return ye(2,e)});function me(e){return"[object Function]"===Object.prototype.toString.call(e)}var _e=u(function(e,t){var n=p(e,t);return p(e,function(){return z(re,H(n,arguments[0]),Array.prototype.slice.call(arguments,1))})}),Te=i(function(e){return _e(e.length,e)}),be=u(function(e,t){return me(e)?function(){return e.apply(this,arguments)&&t.apply(this,arguments)}:Te(Z)(e,t)}),Me=i(function(e){return p(e.length,e)}),Ke=Me(function(e){return e.apply(this,Array.prototype.slice.call(arguments,1))});function ke(e){return function t(n){for(var r,i,a,l=[],o=0,s=n.length;o<s;){if(w(n[o]))for(a=0,i=(r=e?t(n[o]):n[o]).length;a<i;)l[l.length]=r[a],a+=1;else l[l.length]=n[o];o+=1}return l}}var xe=function(e){var t=function(e){return{"@@transducer/init":M.init,"@@transducer/result":function(t){return e["@@transducer/result"](t)},"@@transducer/step":function(t,n){var r=e["@@transducer/step"](t,n);return r["@@transducer/reduced"]?{"@@transducer/value":r,"@@transducer/reduced":!0}:r}}}(e);return{"@@transducer/init":M.init,"@@transducer/result":function(e){return t["@@transducer/result"](e)},"@@transducer/step":function(e,n){return w(n)?z(t,e,n):z(t,e,[n])}}},Ce=u(T(["fantasy-land/chain","chain"],u(function(e,t){return H(e,xe(t))}),function(e,t){return"function"==typeof t?function(n){return e(t(n))(n)}:ke(!1)(H(e,t))})),Ae=y(function(e,t,n){if(e>t)throw new Error("min must not be greater than max in clamp(min, max, value)");return n<e?e:n>t?t:n});function we(e){return new RegExp(e.source,(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.sticky?"y":"")+(e.unicode?"u":""))}var Le=i(function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)});function De(e,t,n,r){var i=function(i){for(var a=t.length,l=0;l<a;){if(e===t[l])return n[l];l+=1}for(var o in t[l+1]=e,n[l+1]=i,e)i[o]=r?De(e[o],t,n,!0):e[o];return i};switch(Le(e)){case"Object":return i({});case"Array":return i([]);case"Date":return new Date(e.valueOf());case"RegExp":return we(e);default:return e}}var Be=i(function(e){return null!=e&&"function"==typeof e.clone?e.clone():De(e,[],[],!0)}),Se=i(function(e){return function(t,n){return e(t,n)?-1:e(n,t)?1:0}}),Ge=i(function(e){return!e}),We=Te(Ge);function ze(e,t){return function(){return t.call(this,e.apply(this,arguments))}}function Oe(e,t){return function(){var n=arguments.length;if(0===n)return t();var r=arguments[n-1];return m(r)||"function"!=typeof r[e]?t.apply(this,arguments):r[e].apply(r,Array.prototype.slice.call(arguments,0,n-1))}}var Pe=y(Oe("slice",function(e,t,n){return Array.prototype.slice.call(n,e,t)})),Re=i(Oe("tail",Pe(1,1/0)));function je(){if(0===arguments.length)throw new Error("pipe requires at least one argument");return f(arguments[0].length,X(ze,arguments[0],Re(arguments)))}var Ee=i(function(e){return A(e)?e.split("").reverse().join(""):Array.prototype.slice.call(e,0).reverse()});function Ie(){if(0===arguments.length)throw new Error("compose requires at least one argument");return je.apply(this,Ee(arguments))}function Ne(){if(0===arguments.length)throw new Error("composeK requires at least one argument");var e=Array.prototype.slice.call(arguments),t=e.pop();return Ie(Ie.apply(this,H(Ce,e)),t)}function Fe(e,t){return function(){var n=this;return e.apply(n,arguments).then(function(e){return t.call(n,e)})}}function $e(){if(0===arguments.length)throw new Error("pipeP requires at least one argument");return f(arguments[0].length,X(Fe,arguments[0],Re(arguments)))}function Ve(){if(0===arguments.length)throw new Error("composeP requires at least one argument");return $e.apply(this,Ee(arguments))}function He(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}function qe(e,t,n){for(var r=0,i=n.length;r<i;){if(e(t,n[r]))return!0;r+=1}return!1}var Ue=u(function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t});function Ye(e,t,n,r){var i=He(e);function a(e,t){return Xe(e,t,n.slice(),r.slice())}return!qe(function(e,t){return!qe(a,t,e)},He(t),i)}function Xe(e,t,n,r){if(Ue(e,t))return!0;var i,a,l=Le(e);if(l!==Le(t))return!1;if(null==e||null==t)return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof t["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t)&&"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof t.equals)return"function"==typeof e.equals&&e.equals(t)&&"function"==typeof t.equals&&t.equals(e);switch(l){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===(i=e.constructor,null==(a=String(i).match(/^function (\w*)/))?"":a[1]))return e===t;break;case"Boolean":case"Number":case"String":if(typeof e!=typeof t||!Ue(e.valueOf(),t.valueOf()))return!1;break;case"Date":if(!Ue(e.valueOf(),t.valueOf()))return!1;break;case"Error":return e.name===t.name&&e.message===t.message;case"RegExp":if(e.source!==t.source||e.global!==t.global||e.ignoreCase!==t.ignoreCase||e.multiline!==t.multiline||e.sticky!==t.sticky||e.unicode!==t.unicode)return!1}for(var o=n.length-1;o>=0;){if(n[o]===e)return r[o]===t;o-=1}switch(l){case"Map":return e.size===t.size&&Ye(e.entries(),t.entries(),n.concat([e]),r.concat([t]));case"Set":return e.size===t.size&&Ye(e.values(),t.values(),n.concat([e]),r.concat([t]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var s=V(e);if(s.length!==V(t).length)return!1;var u=n.concat([e]),c=r.concat([t]);for(o=s.length-1;o>=0;){var d=s[o];if(!R(d,t)||!Xe(t[d],e[d],u,c))return!1;o-=1}return!0}var Je=u(function(e,t){return Xe(e,t,[],[])});function Ze(e,t,n){var r,i;if("function"==typeof e.indexOf)switch(typeof t){case"number":if(0===t){for(r=1/t;n<e.length;){if(0===(i=e[n])&&1/i===r)return n;n+=1}return-1}if(t!=t){for(;n<e.length;){if("number"==typeof(i=e[n])&&i!=i)return n;n+=1}return-1}return e.indexOf(t,n);case"string":case"boolean":case"function":case"undefined":return e.indexOf(t,n);case"object":if(null===t)return e.indexOf(t,n)}for(;n<e.length;){if(Je(e[n],t))return n;n+=1}return-1}function Qe(e,t){return Ze(t,e,0)>=0}function et(e){return'"'+e.replace(/\\/g,"\\\\").replace(/[\b]/g,"\\b").replace(/\f/g,"\\f").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t").replace(/\v/g,"\\v").replace(/\0/g,"\\0").replace(/"/g,'\\"')+'"'}var tt=function(e){return(e<10?"0":"")+e},nt="function"==typeof Date.prototype.toISOString?function(e){return e.toISOString()}:function(e){return e.getUTCFullYear()+"-"+tt(e.getUTCMonth()+1)+"-"+tt(e.getUTCDate())+"T"+tt(e.getUTCHours())+":"+tt(e.getUTCMinutes())+":"+tt(e.getUTCSeconds())+"."+(e.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"};function rt(e){return function(){return!e.apply(this,arguments)}}function it(e,t){for(var n=0,r=t.length,i=[];n<r;)e(t[n])&&(i[i.length]=t[n]),n+=1;return i}function at(e){return"[object Object]"===Object.prototype.toString.call(e)}var lt=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=M.result,e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.xf["@@transducer/step"](e,t):e},e}(),ot=u(T(["filter"],u(function(e,t){return new lt(e,t)}),function(e,t){return at(t)?z(function(n,r){return e(t[r])&&(n[r]=t[r]),n},{},V(t)):it(e,t)})),st=u(function(e,t){return ot(rt(e),t)});var ut=i(function(e){return function e(t,n){var r=function(r){var i=n.concat([t]);return Qe(r,i)?"<Circular>":e(r,i)},i=function(e,t){return C(function(t){return et(t)+": "+r(e[t])},t.slice().sort())};switch(Object.prototype.toString.call(t)){case"[object Arguments]":return"(function() { return arguments; }("+C(r,t).join(", ")+"))";case"[object Array]":return"["+C(r,t).concat(i(t,st(function(e){return/^\d+$/.test(e)},V(t)))).join(", ")+"]";case"[object Boolean]":return"object"==typeof t?"new Boolean("+r(t.valueOf())+")":t.toString();case"[object Date]":return"new Date("+(isNaN(t.valueOf())?r(NaN):et(nt(t)))+")";case"[object Null]":return"null";case"[object Number]":return"object"==typeof t?"new Number("+r(t.valueOf())+")":1/t==-1/0?"-0":t.toString(10);case"[object String]":return"object"==typeof t?"new String("+r(t.valueOf())+")":et(t);case"[object Undefined]":return"undefined";default:if("function"==typeof t.toString){var a=t.toString();if("[object Object]"!==a)return a}return"{"+i(t,V(t)).join(", ")+"}"}}(e,[])}),ct=u(function(e,t){if(m(e)){if(m(t))return e.concat(t);throw new TypeError(ut(t)+" is not an array")}if(A(e)){if(A(t))return e+t;throw new TypeError(ut(t)+" is not a string")}if(null!=e&&me(e["fantasy-land/concat"]))return e["fantasy-land/concat"](t);if(null!=e&&me(e.concat))return e.concat(t);throw new TypeError(ut(e)+' does not have a method named "concat" or "fantasy-land/concat"')}),dt=i(function(e){return f(X(x,0,H(function(e){return e[0].length},e)),function(){for(var t=0;t<e.length;){if(e[t][0].apply(this,arguments))return e[t][1].apply(this,arguments);t+=1}})}),ft=u(function(e,t){if(e>10)throw new Error("Constructor with greater than ten arguments");return 0===e?function(){return new t}:Me(ye(e,function(e,n,r,i,a,l,o,s,u,c){switch(arguments.length){case 1:return new t(e);case 2:return new t(e,n);case 3:return new t(e,n,r);case 4:return new t(e,n,r,i);case 5:return new t(e,n,r,i,a);case 6:return new t(e,n,r,i,a,l);case 7:return new t(e,n,r,i,a,l,o);case 8:return new t(e,n,r,i,a,l,o,s);case 9:return new t(e,n,r,i,a,l,o,s,u);case 10:return new t(e,n,r,i,a,l,o,s,u,c)}}))}),ht=i(function(e){return ft(e.length,e)}),pt=u(Qe),vt=u(function(e,t){return p(X(x,0,Y("length",t)),function(){var n=arguments,r=this;return e.apply(r,C(function(e){return e.apply(r,n)},t))})}),yt=function(){function e(e,t,n,r){this.valueFn=e,this.valueAcc=t,this.keyFn=n,this.xf=r,this.inputs={}}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=function(e){var t;for(t in this.inputs)if(R(t,this.inputs)&&(e=this.xf["@@transducer/step"](e,this.inputs[t]))["@@transducer/reduced"]){e=e["@@transducer/value"];break}return this.inputs=null,this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){var n=this.keyFn(t);return this.inputs[n]=this.inputs[n]||[n,this.valueAcc],this.inputs[n][1]=this.valueFn(this.inputs[n][1],t),e},e}(),gt=h(4,[],T([],h(4,[],function(e,t,n,r){return new yt(e,t,n,r)}),function(e,t,n,r){return z(function(r,i){var a=n(i);return r[a]=e(R(a,r)?r[a]:t,i),r},{},r)})),mt=gt(function(e,t){return e+1},0),_t=c(-1),Tt=u(function(e,t){return null==t||t!=t?e:t}),bt=y(function(e,t,n){var r=e(t),i=e(n);return r>i?-1:r<i?1:0}),Mt=u(function(e,t){for(var n=[],r=0,i=e.length;r<i;)Qe(e[r],t)||Qe(e[r],n)||(n[n.length]=e[r]),r+=1;return n}),Kt=y(function(e,t,n){for(var r=[],i=0,a=t.length;i<a;)qe(e,t[i],n)||qe(e,t[i],r)||r.push(t[i]),i+=1;return r}),kt=u(function(e,t){var n={};for(var r in t)n[r]=t[r];return delete n[e],n}),xt=y(function(e,t,n){var r=Array.prototype.slice.call(n,0);return r.splice(e,t),r}),Ct=y(function(e,t,n){return g(a(t),e,n)}),At=u(function e(t,n){switch(t.length){case 0:return n;case 1:return he(t[0])?xt(t[0],1,n):kt(t[0],n);default:var r=t[0],i=Array.prototype.slice.call(t,1);return null==n[r]?n:he(t[0])?Ct(r,e(i,n[r]),n):fe(r,e(i,n[r]),n)}}),wt=u(function(e,t){return e/t}),Lt=function(){function e(e,t){this.xf=t,this.n=e}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=M.result,e.prototype["@@transducer/step"]=function(e,t){return this.n>0?(this.n-=1,e):this.xf["@@transducer/step"](e,t)},e}(),Dt=u(T(["drop"],u(function(e,t){return new Lt(e,t)}),function(e,t){return Pe(Math.max(0,e),1/0,t)})),Bt=function(){function e(e,t){this.xf=t,this.n=e,this.i=0}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=M.result,e.prototype["@@transducer/step"]=function(e,t){this.i+=1;var n=0===this.n?e:this.xf["@@transducer/step"](e,t);return this.n>=0&&this.i>=this.n?b(n):n},e}(),St=u(T(["take"],u(function(e,t){return new Bt(e,t)}),function(e,t){return Pe(0,e<0?1/0:e,t)}));var Gt=function(){function e(e,t){this.xf=t,this.pos=0,this.full=!1,this.acc=new Array(e)}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=function(e){return this.acc=null,this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.full&&(e=this.xf["@@transducer/step"](e,this.acc[this.pos])),this.store(t),e},e.prototype.store=function(e){this.acc[this.pos]=e,this.pos+=1,this.pos===this.acc.length&&(this.pos=0,this.full=!0)},e}(),Wt=u(T([],u(function(e,t){return new Gt(e,t)}),function(e,t){return St(e<t.length?t.length-e:0,t)}));var zt=function(){function e(e,t){this.f=e,this.retained=[],this.xf=t}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=function(e){return this.retained=null,this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.retain(e,t):this.flush(e,t)},e.prototype.flush=function(e,t){return e=z(this.xf["@@transducer/step"],e,this.retained),this.retained=[],this.xf["@@transducer/step"](e,t)},e.prototype.retain=function(e,t){return this.retained.push(t),e},e}(),Ot=u(T([],u(function(e,t){return new zt(e,t)}),function(e,t){for(var n=t.length-1;n>=0&&e(t[n]);)n-=1;return Pe(0,n+1,t)})),Pt=function(){function e(e,t){this.xf=t,this.pred=e,this.lastValue=void 0,this.seenFirstValue=!1}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=M.result,e.prototype["@@transducer/step"]=function(e,t){var n=!1;return this.seenFirstValue?this.pred(this.lastValue,t)&&(n=!0):this.seenFirstValue=!0,this.lastValue=t,n?e:this.xf["@@transducer/step"](e,t)},e}(),Rt=u(function(e,t){return new Pt(e,t)}),jt=u(function(e,t){var n=e<0?t.length+e:e;return A(t)?t.charAt(n):t[n]}),Et=jt(-1),It=u(T([],Rt,function(e,t){var n=[],r=1,i=t.length;if(0!==i)for(n[0]=t[0];r<i;)e(Et(n),t[r])||(n[n.length]=t[r]),r+=1;return n})),Nt=i(T([],Rt(Je),It(Je))),Ft=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=M.result,e.prototype["@@transducer/step"]=function(e,t){if(this.f){if(this.f(t))return e;this.f=null}return this.xf["@@transducer/step"](e,t)},e}(),$t=u(T(["dropWhile"],u(function(e,t){return new Ft(e,t)}),function(e,t){for(var n=0,r=t.length;n<r&&e(t[n]);)n+=1;return Pe(n,1/0,t)})),Vt=u(function(e,t){return e||t}),Ht=u(function(e,t){return me(e)?function(){return e.apply(this,arguments)||t.apply(this,arguments)}:Te(Vt)(e,t)}),qt=i(function(e){return null!=e&&"function"==typeof e["fantasy-land/empty"]?e["fantasy-land/empty"]():null!=e&&null!=e.constructor&&"function"==typeof e.constructor["fantasy-land/empty"]?e.constructor["fantasy-land/empty"]():null!=e&&"function"==typeof e.empty?e.empty():null!=e&&null!=e.constructor&&"function"==typeof e.constructor.empty?e.constructor.empty():m(e)?[]:A(e)?"":at(e)?{}:E(e)?function(){return arguments}():void 0}),Ut=u(function(e,t){return Dt(e>=0?t.length-e:0,t)}),Yt=u(function(e,t){return Je(Ut(e.length,t),e)}),Xt=y(function(e,t,n){return Je(e(t),e(n))}),Jt=y(function(e,t,n){return Je(t[e],n[e])}),Zt=u(function e(t,n){var r,i,a,l={};for(i in n)a=typeof(r=t[i]),l[i]="function"===a?r(n[i]):r&&"object"===a?e(r,n[i]):n[i];return l}),Qt=function(){function e(e,t){this.xf=t,this.f=e,this.found=!1}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=function(e){return this.found||(e=this.xf["@@transducer/step"](e,void 0)),this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)&&(this.found=!0,e=b(this.xf["@@transducer/step"](e,t))),e},e}(),en=u(T(["find"],u(function(e,t){return new Qt(e,t)}),function(e,t){for(var n=0,r=t.length;n<r;){if(e(t[n]))return t[n];n+=1}})),tn=function(){function e(e,t){this.xf=t,this.f=e,this.idx=-1,this.found=!1}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=function(e){return this.found||(e=this.xf["@@transducer/step"](e,-1)),this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.idx+=1,this.f(t)&&(this.found=!0,e=b(this.xf["@@transducer/step"](e,this.idx))),e},e}(),nn=u(T([],u(function(e,t){return new tn(e,t)}),function(e,t){for(var n=0,r=t.length;n<r;){if(e(t[n]))return n;n+=1}return-1})),rn=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=function(e){return this.xf["@@transducer/result"](this.xf["@@transducer/step"](e,this.last))},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)&&(this.last=t),e},e}(),an=u(T([],u(function(e,t){return new rn(e,t)}),function(e,t){for(var n=t.length-1;n>=0;){if(e(t[n]))return t[n];n-=1}})),ln=function(){function e(e,t){this.xf=t,this.f=e,this.idx=-1,this.lastIdx=-1}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=function(e){return this.xf["@@transducer/result"](this.xf["@@transducer/step"](e,this.lastIdx))},e.prototype["@@transducer/step"]=function(e,t){return this.idx+=1,this.f(t)&&(this.lastIdx=this.idx),e},e}(),on=u(T([],u(function(e,t){return new ln(e,t)}),function(e,t){for(var n=t.length-1;n>=0;){if(e(t[n]))return n;n-=1}return-1})),sn=i(ke(!0)),un=i(function(e){return p(e.length,function(t,n){var r=Array.prototype.slice.call(arguments,0);return r[0]=n,r[1]=t,e.apply(this,r)})}),cn=u(Oe("forEach",function(e,t){for(var n=t.length,r=0;r<n;)e(t[r]),r+=1;return t})),dn=u(function(e,t){for(var n=V(t),r=0;r<n.length;){var i=n[r];e(t[i],i,t),r+=1}return t}),fn=i(function(e){for(var t={},n=0;n<e.length;)t[e[n][0]]=e[n][1],n+=1;return t}),hn=u(Oe("groupBy",gt(function(e,t){return null==e&&(e=[]),e.push(t),e},null))),pn=u(function(e,t){for(var n=[],r=0,i=t.length;r<i;){for(var a=r+1;a<i&&e(t[a-1],t[a]);)a+=1;n.push(t.slice(r,a)),r=a}return n}),vn=u(function(e,t){return e>t}),yn=u(function(e,t){return e>=t}),gn=u(R),mn=u(function(e,t){return e in t}),_n=jt(0);function Tn(e){return e}var bn=i(Tn),Mn=y(function(e,t,n){return p(Math.max(e.length,t.length,n.length),function(){return e.apply(this,arguments)?t.apply(this,arguments):n.apply(this,arguments)})}),Kn=c(1),kn=gt(function(e,t){return t},null),xn=u(function(e,t){return"function"!=typeof t.indexOf||m(t)?Ze(t,e,0):t.indexOf(e)}),Cn=Pe(0,-1),An=y(function(e,t,n){return it(function(t){return qe(e,t,n)},t)}),wn=y(function(e,t,n){e=e<n.length&&e>=0?e:n.length;var r=Array.prototype.slice.call(n,0);return r.splice(e,0,t),r}),Ln=y(function(e,t,n){return e=e<n.length&&e>=0?e:n.length,[].concat(Array.prototype.slice.call(n,0,e),t,Array.prototype.slice.call(n,e))});function Dn(e,t,n){var r,i=typeof e;switch(i){case"string":case"number":return 0===e&&1/e==-1/0?!!n._items["-0"]||(t&&(n._items["-0"]=!0),!1):null!==n._nativeSet?t?(r=n._nativeSet.size,n._nativeSet.add(e),n._nativeSet.size===r):n._nativeSet.has(e):i in n._items?e in n._items[i]||(t&&(n._items[i][e]=!0),!1):(t&&(n._items[i]={},n._items[i][e]=!0),!1);case"boolean":if(i in n._items){var a=e?1:0;return!!n._items[i][a]||(t&&(n._items[i][a]=!0),!1)}return t&&(n._items[i]=e?[!1,!0]:[!0,!1]),!1;case"function":return null!==n._nativeSet?t?(r=n._nativeSet.size,n._nativeSet.add(e),n._nativeSet.size===r):n._nativeSet.has(e):i in n._items?!!Qe(e,n._items[i])||(t&&n._items[i].push(e),!1):(t&&(n._items[i]=[e]),!1);case"undefined":return!!n._items[i]||(t&&(n._items[i]=!0),!1);case"object":if(null===e)return!!n._items.null||(t&&(n._items.null=!0),!1);default:return(i=Object.prototype.toString.call(e))in n._items?!!Qe(e,n._items[i])||(t&&n._items[i].push(e),!1):(t&&(n._items[i]=[e]),!1)}}var Bn=function(){function e(){this._nativeSet="function"==typeof Set?new Set:null,this._items={}}return e.prototype.add=function(e){return!Dn(e,!0,this)},e.prototype.has=function(e){return Dn(e,!1,this)},e}(),Sn=u(function(e,t){for(var n,r,i=new Bn,a=[],l=0;l<t.length;)n=e(r=t[l]),i.add(n)&&a.push(r),l+=1;return a}),Gn=Sn(bn),Wn=u(function(e,t){var n,r;return e.length>t.length?(n=e,r=t):(n=t,r=e),Gn(it(un(Qe)(n),r))}),zn=u(Oe("intersperse",function(e,t){for(var n=[],r=0,i=t.length;r<i;)r===i-1?n.push(t[r]):n.push(t[r],e),r+=1;return n}));var On="function"==typeof Object.assign?Object.assign:function(e){if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var t=Object(e),n=1,r=arguments.length;n<r;){var i=arguments[n];if(null!=i)for(var a in i)R(a,i)&&(t[a]=i[a]);n+=1}return t},Pn=u(function(e,t){var n={};return n[e]=t,n}),Rn={"@@transducer/init":Array,"@@transducer/step":function(e,t){return e.push(t),e},"@@transducer/result":Tn},jn={"@@transducer/init":String,"@@transducer/step":function(e,t){return e+t},"@@transducer/result":Tn},En={"@@transducer/init":Object,"@@transducer/step":function(e,t){return On(e,w(t)?Pn(t[0],t[1]):t)},"@@transducer/result":Tn};var In=y(function(e,t,n){return _(e)?z(t(e),e["@@transducer/init"](),n):z(t(function(e){if(_(e))return e;if(w(e))return Rn;if("string"==typeof e)return jn;if("object"==typeof e)return En;throw new Error("Cannot create transformer for "+e)}(e)),De(e,[],[],!1),n)}),Nn=i(function(e){for(var t=V(e),n=t.length,r=0,i={};r<n;){var a=t[r],l=e[a],o=R(l,i)?i[l]:i[l]=[];o[o.length]=a,r+=1}return i}),Fn=i(function(e){for(var t=V(e),n=t.length,r=0,i={};r<n;){var a=t[r];i[e[a]]=a,r+=1}return i}),$n=u(function(e,t){return p(e+1,function(){var n=arguments[e];if(null!=n&&me(n[t]))return n[t].apply(n,Array.prototype.slice.call(arguments,0,e));throw new TypeError(ut(n)+' does not have a method named "'+t+'"')})}),Vn=u(function(e,t){return null!=t&&t.constructor===e||t instanceof e}),Hn=i(function(e){return null!=e&&Je(e,qt(e))}),qn=$n(1,"join"),Un=i(function(e){return vt(function(){return Array.prototype.slice.call(arguments,0)},e)}),Yn=i(function(e){var t,n=[];for(t in e)n[n.length]=t;return n}),Xn=u(function(e,t){if("function"!=typeof t.lastIndexOf||m(t)){for(var n=t.length-1;n>=0;){if(Je(t[n],e))return n;n-=1}return-1}return t.lastIndexOf(e)});function Jn(e){return"[object Number]"===Object.prototype.toString.call(e)}var Zn=i(function(e){return null!=e&&Jn(e.length)?e.length:NaN}),Qn=u(function(e,t){return function(n){return function(r){return H(function(e){return t(e,r)},n(e(r)))}}}),er=i(function(e){return Qn(jt(e),Ct(e))}),tr=i(function(e){return Qn(q(e),ve(e))}),nr=i(function(e){return Qn(U(e),fe(e))}),rr=u(function(e,t){return e<t}),ir=u(function(e,t){return e<=t}),ar=y(function(e,t,n){for(var r=0,i=n.length,a=[],l=[t];r<i;)l=e(l[0],n[r]),a[r]=l[1],r+=1;return[l[0],a]}),lr=y(function(e,t,n){for(var r=n.length-1,i=[],a=[t];r>=0;)a=e(n[r],a[0]),i[r]=a[1],r-=1;return[i,a[0]]}),or=u(function(e,t){return z(function(n,r){return n[r]=e(t[r],r,t),n},{},V(t))}),sr=u(function(e,t){return t.match(e)||[]}),ur=u(function(e,t){return he(e)?!he(t)||t<1?NaN:(e%t+t)%t:NaN}),cr=y(function(e,t,n){return e(n)>e(t)?n:t}),dr=X(c,0),fr=i(function(e){return dr(e)/e.length}),hr=i(function(e){var t=e.length;if(0===t)return NaN;var n=2-t%2,r=(t-n)/2;return fr(Array.prototype.slice.call(e,0).sort(function(e,t){return e<t?-1:e>t?1:0}).slice(r,r+n))}),pr=u(function(e,t){var n={};return f(t.length,function(){var r=e.apply(this,arguments);return R(r,n)||(n[r]=t.apply(this,arguments)),n[r]})}),vr=pr(function(){return ut(arguments)}),yr=u(function(e,t){return On({},e,t)}),gr=i(function(e){return On.apply(null,[{}].concat(e))}),mr=y(function(e,t,n){var r,i={};for(r in t)R(r,t)&&(i[r]=R(r,n)?e(r,t[r],n[r]):t[r]);for(r in n)R(r,n)&&!R(r,i)&&(i[r]=n[r]);return i}),_r=y(function e(t,n,r){return mr(function(n,r,i){return at(r)&&at(i)?e(t,r,i):t(n,r,i)},n,r)}),Tr=u(function(e,t){return _r(function(e,t,n){return t},e,t)}),br=u(function(e,t){return _r(function(e,t,n){return n},e,t)}),Mr=y(function(e,t,n){return _r(function(t,n,r){return e(n,r)},t,n)}),Kr=y(function(e,t,n){return mr(function(t,n,r){return e(n,r)},t,n)}),kr=u(function(e,t){return t<e?t:e}),xr=y(function(e,t,n){return e(n)<e(t)?n:t}),Cr=u(function(e,t){return e%t}),Ar=u(function(e,t){return e*t}),wr=i(function(e){return-e}),Lr=u(rt(T(["any"],ee,te))),Dr=i(function(e){return p(e<0?1:e+1,function(){return jt(e,arguments)})}),Br=y(function(e,t,n){return e(t(n))});var Sr=i(function(e){return[e]}),Gr=u(function(e,t){for(var n={},r={},i=0,a=e.length;i<a;)r[e[i]]=1,i+=1;for(var l in t)r.hasOwnProperty(l)||(n[l]=t[l]);return n}),Wr=i(function(e){var t,n=!1;return f(e.length,function(){return n?t:(n=!0,t=e.apply(this,arguments))})}),zr=function(e){return{value:e,map:function(t){return zr(t(e))}}},Or=y(function(e,t,n){return e(function(e){return zr(t(e))})(n).value}),Pr=u(function(e,t){return[e,t]});function Rr(e){return u(function(t,n){return f(Math.max(0,t.length-n.length),function(){return t.apply(this,e(n,arguments))})})}var jr=Rr(d),Er=Rr(un(d)),Ir=Un([ot,st]),Nr=y(function(e,t,n){return Je(q(e,n),t)}),Fr=y(function(e,t,n){return Tt(e,q(t,n))}),$r=y(function(e,t,n){return t.length>0&&e(q(t,n))}),Vr=u(function(e,t){for(var n={},r=0;r<e.length;)e[r]in t&&(n[e[r]]=t[e[r]]),r+=1;return n}),Hr=u(function(e,t){for(var n={},r=0,i=e.length;r<i;){var a=e[r];n[a]=t[a],r+=1}return n}),qr=u(function(e,t){var n={};for(var r in t)e(t[r],r,t)&&(n[r]=t[r]);return n});function Ur(){if(0===arguments.length)throw new Error("pipeK requires at least one argument");return Ne.apply(this,Ee(arguments))}var Yr=u(function(e,t){return d([e],t)}),Xr=X(Ar,1),Jr=u(function(e,t){return p(t.length,function(){for(var n=[],r=0;r<t.length;)n.push(t[r].call(this,arguments[r])),r+=1;return e.apply(this,n.concat(Array.prototype.slice.call(arguments,t.length)))})}),Zr=Jr(C,[Hr,bn]),Qr=y(function(e,t,n){return Je(t,n[e])}),ei=y(function(e,t,n){return Vn(e,n[t])}),ti=y(function(e,t,n){return null!=n&&R(t,n)?n[t]:e}),ni=y(function(e,t,n){return e(n[t])}),ri=u(function(e,t){for(var n=e.length,r=[],i=0;i<n;)r[i]=t[e[i]],i+=1;return r}),ii=u(function(e,t){if(!Jn(e)||!Jn(t))throw new TypeError("Both arguments to range must be numbers");for(var n=[],r=e;r<t;)n.push(r),r+=1;return n}),ai=y(function(e,t,n){for(var r=n.length-1;r>=0;)t=e(n[r],t),r-=1;return t}),li=h(4,[],function(e,t,n,r){return z(function(n,r){return e(n,r)?t(n,r):b(n)},n,r)}),oi=i(b),si=u(function(e,t){var n,r=Number(t),i=0;if(r<0||isNaN(r))throw new RangeError("n must be a non-negative number");for(n=new Array(r);i<r;)n[i]=e(i),i+=1;return n}),ui=u(function(e,t){return si(a(e),t)}),ci=y(function(e,t,n){return n.replace(e,t)}),di=y(function(e,t,n){for(var r=0,i=n.length,a=[t];r<i;)t=e(t,n[r]),a[r+1]=t,r+=1;return a}),fi=u(function(e,t){return"function"==typeof t.sequence?t.sequence(e):ai(function(e,t){return re(H(Yr,e),t)},e([]),t)}),hi=y(function(e,t,n){return Or(e,a(t),n)}),pi=u(function(e,t){return Array.prototype.slice.call(t,0).sort(e)}),vi=u(function(e,t){return Array.prototype.slice.call(t,0).sort(function(t,n){var r=e(t),i=e(n);return r<i?-1:r>i?1:0})}),yi=u(function(e,t){return Array.prototype.slice.call(t,0).sort(function(t,n){for(var r=0,i=0;0===r&&i<e.length;)r=e[i](t,n),i+=1;return r})}),gi=$n(1,"split"),mi=u(function(e,t){return[Pe(0,e,t),Pe(e,Zn(t),t)]}),_i=u(function(e,t){if(e<=0)throw new Error("First argument to splitEvery must be a positive integer");for(var n=[],r=0;r<t.length;)n.push(Pe(r,r+=e,t));return n}),Ti=u(function(e,t){for(var n=0,r=t.length,i=[];n<r&&!e(t[n]);)i.push(t[n]),n+=1;return[i,Array.prototype.slice.call(t,n)]}),bi=u(function(e,t){return Je(St(e.length,t),e)}),Mi=u(function(e,t){return Number(e)-Number(t)}),Ki=u(function(e,t){return ct(Mt(e,t),Mt(t,e))}),ki=y(function(e,t,n){return ct(Kt(e,t,n),Kt(e,n,t))}),xi=u(function(e,t){for(var n=t.length-1;n>=0&&e(t[n]);)n-=1;return Pe(n+1,1/0,t)}),Ci=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=M.result,e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.xf["@@transducer/step"](e,t):b(e)},e}(),Ai=u(T(["takeWhile"],u(function(e,t){return new Ci(e,t)}),function(e,t){for(var n=0,r=t.length;n<r&&e(t[n]);)n+=1;return Pe(0,n,t)})),wi=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=M.init,e.prototype["@@transducer/result"]=M.result,e.prototype["@@transducer/step"]=function(e,t){return this.f(t),this.xf["@@transducer/step"](e,t)},e}(),Li=u(T([],u(function(e,t){return new wi(e,t)}),function(e,t){return e(t),t}));var Di=u(function(e,t){if(n=e,"[object RegExp]"!==Object.prototype.toString.call(n))throw new TypeError("โtestโ requires a value of type RegExp as its first argument; received "+ut(e));var n;return we(e).test(t)}),Bi=$n(0,"toLowerCase"),Si=i(function(e){var t=[];for(var n in e)R(n,e)&&(t[t.length]=[n,e[n]]);return t}),Gi=i(function(e){var t=[];for(var n in e)t[t.length]=[n,e[n]];return t}),Wi=$n(0,"toUpperCase"),zi=p(4,function(e,t,n,r){return z(e("function"==typeof t?D(t):t),n,r)}),Oi=i(function(e){for(var t=0,n=[];t<e.length;){for(var r=e[t],i=0;i<r.length;)void 0===n[i]&&(n[i]=[]),n[i].push(r[i]),i+=1;t+=1}return n}),Pi=y(function(e,t,n){return"function"==typeof n["fantasy-land/traverse"]?n["fantasy-land/traverse"](t,e):fi(e,H(t,n))}),Ri="\t\n\v\f\r ย แแ โโโโโโ
โโโโโโฏโใ\u2028\u2029\ufeff",ji=i("function"==typeof String.prototype.trim&&!Ri.trim()&&"โ".trim()?function(e){return e.trim()}:function(e){var t=new RegExp("^["+Ri+"]["+Ri+"]*"),n=new RegExp("["+Ri+"]["+Ri+"]*$");return e.replace(t,"").replace(n,"")}),Ei=u(function(e,t){return f(e.length,function(){try{return e.apply(this,arguments)}catch(e){return t.apply(this,d([e],arguments))}})}),Ii=i(function(e){return function(){return e(Array.prototype.slice.call(arguments,0))}}),Ni=i(function(e){return ye(1,e)}),Fi=u(function(e,t){return p(e,function(){for(var n,r=1,i=t,a=0;r<=e&&"function"==typeof i;)n=r===e?arguments.length:a+i.length,i=i.apply(this,Array.prototype.slice.call(arguments,a,n)),r+=1,a=n;return i})}),$i=u(function(e,t){for(var n=e(t),r=[];n&&n.length;)r[r.length]=n[0],n=e(n[1]);return r}),Vi=u(Ie(Gn,d)),Hi=u(function(e,t){for(var n,r=0,i=t.length,a=[];r<i;)qe(e,n=t[r],a)||(a[a.length]=n),r+=1;return a}),qi=y(function(e,t,n){return Hi(e,d(t,n))}),Ui=y(function(e,t,n){return e(n)?n:t(n)}),Yi=Ce(Tn),Xi=y(function(e,t,n){for(var r=n;!e(r);)r=t(r);return r}),Ji=i(function(e){var t,n=[];for(t in e)n[n.length]=e[t];return n}),Zi=function(e){return{value:e,"fantasy-land/map":function(){return this}}},Qi=u(function(e,t){return e(Zi)(t).value}),ea=y(function(e,t,n){return e(n)?t(n):n}),ta=u(function(e,t){for(var n in e)if(R(n,e)&&!e[n](t[n]))return!1;return!0}),na=u(function(e,t){return ta(H(Je,e),t)}),ra=u(function(e,t){return st(un(Qe)(e),t)}),ia=u(function(e,t){for(var n,r=0,i=e.length,a=t.length,l=[];r<i;){for(n=0;n<a;)l[l.length]=[e[r],t[n]],n+=1;r+=1}return l}),aa=u(function(e,t){for(var n=[],r=0,i=Math.min(e.length,t.length);r<i;)n[r]=[e[r],t[r]],r+=1;return n}),la=u(function(e,t){for(var n=0,r=Math.min(e.length,t.length),i={};n<r;)i[e[n]]=t[n],n+=1;return i}),oa=y(function(e,t,n){for(var r=[],i=0,a=Math.min(t.length,n.length);i<a;)r[i]=e(t[i],n[i]),i+=1;return r});n.d(t,"F",function(){return l}),n.d(t,"T",function(){return o}),n.d(t,"__",function(){return s}),n.d(t,"add",function(){return c}),n.d(t,"addIndex",function(){return v}),n.d(t,"adjust",function(){return g}),n.d(t,"all",function(){return k}),n.d(t,"allPass",function(){return J}),n.d(t,"always",function(){return a}),n.d(t,"and",function(){return Z}),n.d(t,"any",function(){return te}),n.d(t,"anyPass",function(){return ne}),n.d(t,"ap",function(){return re}),n.d(t,"aperture",function(){return ae}),n.d(t,"append",function(){return le}),n.d(t,"apply",function(){return oe}),n.d(t,"applySpec",function(){return ue}),n.d(t,"applyTo",function(){return ce}),n.d(t,"ascend",function(){return de}),n.d(t,"assoc",function(){return fe}),n.d(t,"assocPath",function(){return ve}),n.d(t,"binary",function(){return ge}),n.d(t,"bind",function(){return B}),n.d(t,"both",function(){return be}),n.d(t,"call",function(){return Ke}),n.d(t,"chain",function(){return Ce}),n.d(t,"clamp",function(){return Ae}),n.d(t,"clone",function(){return Be}),n.d(t,"comparator",function(){return Se}),n.d(t,"complement",function(){return We}),n.d(t,"compose",function(){return Ie}),n.d(t,"composeK",function(){return Ne}),n.d(t,"composeP",function(){return Ve}),n.d(t,"concat",function(){return ct}),n.d(t,"cond",function(){return dt}),n.d(t,"construct",function(){return ht}),n.d(t,"constructN",function(){return ft}),n.d(t,"contains",function(){return pt}),n.d(t,"converge",function(){return vt}),n.d(t,"countBy",function(){return mt}),n.d(t,"curry",function(){return Me}),n.d(t,"curryN",function(){return p}),n.d(t,"dec",function(){return _t}),n.d(t,"defaultTo",function(){return Tt}),n.d(t,"descend",function(){return bt}),n.d(t,"difference",function(){return Mt}),n.d(t,"differenceWith",function(){return Kt}),n.d(t,"dissoc",function(){return kt}),n.d(t,"dissocPath",function(){return At}),n.d(t,"divide",function(){return wt}),n.d(t,"drop",function(){return Dt}),n.d(t,"dropLast",function(){return Wt}),n.d(t,"dropLastWhile",function(){return Ot}),n.d(t,"dropRepeats",function(){return Nt}),n.d(t,"dropRepeatsWith",function(){return It}),n.d(t,"dropWhile",function(){return $t}),n.d(t,"either",function(){return Ht}),n.d(t,"empty",function(){return qt}),n.d(t,"endsWith",function(){return Yt}),n.d(t,"eqBy",function(){return Xt}),n.d(t,"eqProps",function(){return Jt}),n.d(t,"equals",function(){return Je}),n.d(t,"evolve",function(){return Zt}),n.d(t,"filter",function(){return ot}),n.d(t,"find",function(){return en}),n.d(t,"findIndex",function(){return nn}),n.d(t,"findLast",function(){return an}),n.d(t,"findLastIndex",function(){return on}),n.d(t,"flatten",function(){return sn}),n.d(t,"flip",function(){return un}),n.d(t,"forEach",function(){return cn}),n.d(t,"forEachObjIndexed",function(){return dn}),n.d(t,"fromPairs",function(){return fn}),n.d(t,"groupBy",function(){return hn}),n.d(t,"groupWith",function(){return pn}),n.d(t,"gt",function(){return vn}),n.d(t,"gte",function(){return yn}),n.d(t,"has",function(){return gn}),n.d(t,"hasIn",function(){return mn}),n.d(t,"head",function(){return _n}),n.d(t,"identical",function(){return Ue}),n.d(t,"identity",function(){return bn}),n.d(t,"ifElse",function(){return Mn}),n.d(t,"inc",function(){return Kn}),n.d(t,"indexBy",function(){return kn}),n.d(t,"indexOf",function(){return xn}),n.d(t,"init",function(){return Cn}),n.d(t,"innerJoin",function(){return An}),n.d(t,"insert",function(){return wn}),n.d(t,"insertAll",function(){return Ln}),n.d(t,"intersection",function(){return Wn}),n.d(t,"intersperse",function(){return zn}),n.d(t,"into",function(){return In}),n.d(t,"invert",function(){return Nn}),n.d(t,"invertObj",function(){return Fn}),n.d(t,"invoker",function(){return $n}),n.d(t,"is",function(){return Vn}),n.d(t,"isEmpty",function(){return Hn}),n.d(t,"isNil",function(){return pe}),n.d(t,"join",function(){return qn}),n.d(t,"juxt",function(){return Un}),n.d(t,"keys",function(){return V}),n.d(t,"keysIn",function(){return Yn}),n.d(t,"last",function(){return Et}),n.d(t,"lastIndexOf",function(){return Xn}),n.d(t,"length",function(){return Zn}),n.d(t,"lens",function(){return Qn}),n.d(t,"lensIndex",function(){return er}),n.d(t,"lensPath",function(){return tr}),n.d(t,"lensProp",function(){return nr}),n.d(t,"lift",function(){return Te}),n.d(t,"liftN",function(){return _e}),n.d(t,"lt",function(){return rr}),n.d(t,"lte",function(){return ir}),n.d(t,"map",function(){return H}),n.d(t,"mapAccum",function(){return ar}),n.d(t,"mapAccumRight",function(){return lr}),n.d(t,"mapObjIndexed",function(){return or}),n.d(t,"match",function(){return sr}),n.d(t,"mathMod",function(){return ur}),n.d(t,"max",function(){return x}),n.d(t,"maxBy",function(){return cr}),n.d(t,"mean",function(){return fr}),n.d(t,"median",function(){return hr}),n.d(t,"memoize",function(){return vr}),n.d(t,"memoizeWith",function(){return pr}),n.d(t,"merge",function(){return yr}),n.d(t,"mergeAll",function(){return gr}),n.d(t,"mergeDeepLeft",function(){return Tr}),n.d(t,"mergeDeepRight",function(){return br}),n.d(t,"mergeDeepWith",function(){return Mr}),n.d(t,"mergeDeepWithKey",function(){return _r}),n.d(t,"mergeWith",function(){return Kr}),n.d(t,"mergeWithKey",function(){return mr}),n.d(t,"min",function(){return kr}),n.d(t,"minBy",function(){return xr}),n.d(t,"modulo",function(){return Cr}),n.d(t,"multiply",function(){return Ar}),n.d(t,"nAry",function(){return ye}),n.d(t,"negate",function(){return wr}),n.d(t,"none",function(){return Lr}),n.d(t,"not",function(){return Ge}),n.d(t,"nth",function(){return jt}),n.d(t,"nthArg",function(){return Dr}),n.d(t,"o",function(){return Br}),n.d(t,"objOf",function(){return Pn}),n.d(t,"of",function(){return Sr}),n.d(t,"omit",function(){return Gr}),n.d(t,"once",function(){return Wr}),n.d(t,"or",function(){return Vt}),n.d(t,"over",function(){return Or}),n.d(t,"pair",function(){return Pr}),n.d(t,"partial",function(){return jr}),n.d(t,"partialRight",function(){return Er}),n.d(t,"partition",function(){return Ir}),n.d(t,"path",function(){return q}),n.d(t,"pathEq",function(){return Nr}),n.d(t,"pathOr",function(){return Fr}),n.d(t,"pathSatisfies",function(){return $r}),n.d(t,"pick",function(){return Vr}),n.d(t,"pickAll",function(){return Hr}),n.d(t,"pickBy",function(){return qr}),n.d(t,"pipe",function(){return je}),n.d(t,"pipeK",function(){return Ur}),n.d(t,"pipeP",function(){return $e}),n.d(t,"pluck",function(){return Y}),n.d(t,"prepend",function(){return Yr}),n.d(t,"product",function(){return Xr}),n.d(t,"project",function(){return Zr}),n.d(t,"prop",function(){return U}),n.d(t,"propEq",function(){return Qr}),n.d(t,"propIs",function(){return ei}),n.d(t,"propOr",function(){return ti}),n.d(t,"propSatisfies",function(){return ni}),n.d(t,"props",function(){return ri}),n.d(t,"range",function(){return ii}),n.d(t,"reduce",function(){return X}),n.d(t,"reduceBy",function(){return gt}),n.d(t,"reduceRight",function(){return ai}),n.d(t,"reduceWhile",function(){return li}),n.d(t,"reduced",function(){return oi}),n.d(t,"reject",function(){return st}),n.d(t,"remove",function(){return xt}),n.d(t,"repeat",function(){return ui}),n.d(t,"replace",function(){return ci}),n.d(t,"reverse",function(){return Ee}),n.d(t,"scan",function(){return di}),n.d(t,"sequence",function(){return fi}),n.d(t,"set",function(){return hi}),n.d(t,"slice",function(){return Pe}),n.d(t,"sort",function(){return pi}),n.d(t,"sortBy",function(){return vi}),n.d(t,"sortWith",function(){return yi}),n.d(t,"split",function(){return gi}),n.d(t,"splitAt",function(){return mi}),n.d(t,"splitEvery",function(){return _i}),n.d(t,"splitWhen",function(){return Ti}),n.d(t,"startsWith",function(){return bi}),n.d(t,"subtract",function(){return Mi}),n.d(t,"sum",function(){return dr}),n.d(t,"symmetricDifference",function(){return Ki}),n.d(t,"symmetricDifferenceWith",function(){return ki}),n.d(t,"tail",function(){return Re}),n.d(t,"take",function(){return St}),n.d(t,"takeLast",function(){return Ut}),n.d(t,"takeLastWhile",function(){return xi}),n.d(t,"takeWhile",function(){return Ai}),n.d(t,"tap",function(){return Li}),n.d(t,"test",function(){return Di}),n.d(t,"times",function(){return si}),n.d(t,"toLower",function(){return Bi}),n.d(t,"toPairs",function(){return Si}),n.d(t,"toPairsIn",function(){return Gi}),n.d(t,"toString",function(){return ut}),n.d(t,"toUpper",function(){return Wi}),n.d(t,"transduce",function(){return zi}),n.d(t,"transpose",function(){return Oi}),n.d(t,"traverse",function(){return Pi}),n.d(t,"trim",function(){return ji}),n.d(t,"tryCatch",function(){return Ei}),n.d(t,"type",function(){return Le}),n.d(t,"unapply",function(){return Ii}),n.d(t,"unary",function(){return Ni}),n.d(t,"uncurryN",function(){return Fi}),n.d(t,"unfold",function(){return $i}),n.d(t,"union",function(){return Vi}),n.d(t,"unionWith",function(){return qi}),n.d(t,"uniq",function(){return Gn}),n.d(t,"uniqBy",function(){return Sn}),n.d(t,"uniqWith",function(){return Hi}),n.d(t,"unless",function(){return Ui}),n.d(t,"unnest",function(){return Yi}),n.d(t,"until",function(){return Xi}),n.d(t,"update",function(){return Ct}),n.d(t,"useWith",function(){return Jr}),n.d(t,"values",function(){return se}),n.d(t,"valuesIn",function(){return Ji}),n.d(t,"view",function(){return Qi}),n.d(t,"when",function(){return ea}),n.d(t,"where",function(){return ta}),n.d(t,"whereEq",function(){return na}),n.d(t,"without",function(){return ra}),n.d(t,"xprod",function(){return ia}),n.d(t,"zip",function(){return aa}),n.d(t,"zipObj",function(){return la}),n.d(t,"zipWith",function(){return oa})},function(e,t,n){ /*! * vue-script2 v2.0.2 * (c) 2016-2018 Greg Slepak * @license MIT License */ -e.exports=function(){"use strict";var e={installed:!1,p:Promise.resolve(),version:"2.0.2",loaded:{},install:function(n){if(!e.installed){var r=["unload"].concat(["src","type","async","integrity","text","crossorigin"]);n.component("script2",{props:r,render:function(e){return e("div",{style:"display:none"},this.$slots.default)},mounted:function(){var n=this,a=this.$el.parentElement;if(this.src){var i=t.omitBy(t.pick(this,r),t.isUndefined);i.parent=a;var l=function(){return e.load(n.src,i)};t.isUndefined(this.async)?e.p=e.p.then(l):l()}else e.p=e.p.then(function(){var e=document.createElement("script");e.type="text/javascript",e.appendChild(document.createTextNode(n.$el.innerHTML)),a.appendChild(e)});this.$nextTick(function(){n.$el.parentElement.removeChild(n.$el)})},destroyed:function(){this.unload&&(new Function(this.unload)(),delete e.loaded[this.src])}}),e.installed=!0}},load:function(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{parent:document.head};return e.loaded[n]?Promise.resolve(n):new Promise(function(a,i){var l=document.createElement("script");t.defaults2(l,t.omit(r,["unload","parent"]),{type:"text/javascript"}),l.async=!1,l.src=n,r.crossorigin&&(l.crossOrigin=r.crossorigin),l.onload=function(){e.loaded[n]=1,a(n)},l.onerror=function(){return i(new Error(n))},r.parent.appendChild(l)})}},t={isUndefined:function(e){return void 0===e},pick:function(e,t){var n={};return t.forEach(function(t){n[t]=e[t]}),n},omit:function(e,t){var n={};return Object.keys(e).forEach(function(r){-1===t.indexOf(r)&&(n[r]=e[r])}),n},omitBy:function(e,t){var n={};return Object.keys(e).forEach(function(r){t(e[r])||(n[r]=e[r])}),n},defaults2:function(e){for(var n=arguments.length,r=Array(n>1?n-1:0),a=1;a<n;a++)r[a-1]=arguments[a];r.forEach(function(n){Object.keys(n).forEach(function(r){(t.isUndefined(e[r])||""===e[r])&&(e[r]=n[r])})})}};return e}()},,function(e,t,n){"use strict";var r=n(45);n.n(r).a},,function(e,t,n){"use strict";var r=n(46);n.n(r).a},,function(e,t,n){"use strict";var r=n(47);n.n(r).a},function(e,t,n){"use strict";var r=n(89).EventEmitter,a=n(8),i=n(0),l=n(93),o=n(92),s=n(91),u=n(90);e.exports=function(e,t){var n=new r,c=o(e,{format:"png"}),d=c.gd;d.style.position="absolute",d.style.left="-5000px",document.body.appendChild(d);var f=l.getRedrawFunc(d);return a.plot(d,c.data,c.layout,c.config).then(f).then(function(){var e=l.getDelay(d._fullLayout);setTimeout(function(){var e=s(d),r=document.createElement("canvas");r.id=i.randstr(),(n=u({format:t.format,width:d._fullLayout.width,height:d._fullLayout.height,canvas:r,emitter:n,svg:e})).clean=function(){d&&document.body.removeChild(d)}},e)}).catch(function(e){n.emit("error",e)}),n}},function(e,t,n){"use strict";var r=n(93),a={getDelay:r.getDelay,getRedrawFunc:r.getRedrawFunc,clone:n(92),toSVG:n(91),svgToImg:n(90),toImage:n(178),downloadImage:n(94)};e.exports=a},function(e,t,n){"use strict";var r=n(1);e.exports=function(e,t){var n=e._name,a={};if("all"===t.step)a[n+".autorange"]=!0;else{var i=function(e,t){var n,a=e.range,i=new Date(e.r2l(a[1])),l=t.step,o=t.count;switch(t.stepmode){case"backward":n=e.l2r(+r.time[l].utc.offset(i,-o));break;case"todate":var s=r.time[l].utc.offset(i,-o);n=e.l2r(+r.time[l].utc.ceil(s))}var u=a[1];return[n,u]}(e,t);a[n+".range[0]"]=i[0],a[n+".range[1]"]=i[1]}return a}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(9),l=n(3),o=n(7),s=n(14),u=n(18),c=n(37),d=n(19).LINE_SPACING,f=n(125),h=n(180);function p(e){return e._id}function v(e,t,n){var r=e.selectAll("rect").data([0]);r.enter().append("rect").classed("selector-rect",!0),r.attr("shape-rendering","crispEdges"),r.attr({rx:f.rx,ry:f.ry}),r.call(l.stroke,t.bordercolor).call(l.fill,function(e,t){return t.isActive||t.isHovered?e.activecolor:e.bgcolor}(t,n)).style("stroke-width",t.borderwidth+"px")}function y(e,t,n,r){var a,i=e.selectAll("text").data([0]);i.enter().append("text").classed("selector-text",!0).classed("user-select-none",!0),i.attr("text-anchor","middle"),i.call(o.font,t.font).text((a=n,a.label?a.label:"all"===a.step?"all":a.count+a.step.charAt(0))).call(function(e){s.convertToTspans(e,r)})}e.exports=function(e){var t=e._fullLayout._infolayer.selectAll(".rangeselector").data(function(e){for(var t=u.list(e,"x",!0),n=[],r=0;r<t.length;r++){var a=t[r];a.rangeselector&&a.rangeselector.visible&&n.push(a)}return n}(e),p);t.enter().append("g").classed("rangeselector",!0),t.exit().remove(),t.style({cursor:"pointer","pointer-events":"all"}),t.each(function(t){var n=r.select(this),l=t,u=l.rangeselector,p=n.selectAll("g.button").data(u.buttons);p.enter().append("g").classed("button",!0),p.exit().remove(),p.each(function(t){var n=r.select(this),i=h(l,t);t.isActive=function(e,t,n){if("all"===t.step)return!0===e.autorange;var r=Object.keys(n);return e.range[0]===n[r[0]]&&e.range[1]===n[r[1]]}(l,t,i),n.call(v,u,t),n.call(y,u,t,e),n.on("click",function(){e._dragged||a.relayout(e,i)}),n.on("mouseover",function(){t.isHovered=!0,n.call(v,u,t)}),n.on("mouseout",function(){t.isHovered=!1,n.call(v,u,t)})}),function(e,t,n,a){n.width=0,n.height=0;var l=n.borderwidth;t.each(function(){var e=r.select(this),t=e.select(".selector-text"),a=n.font.size*d,i=Math.max(a*s.lineCount(t),16)+3;n.height=Math.max(n.height,i)}),t.each(function(){var e=r.select(this),t=e.select(".selector-rect"),a=e.select(".selector-text"),i=a.node()&&o.bBox(a.node()).width,u=n.font.size*d,c=s.lineCount(a),h=Math.max(i+10,f.minButtonWidth);e.attr("transform","translate("+(l+n.width)+","+l+")"),t.attr({x:0,y:0,width:h,height:n.height}),s.positionText(a,h/2,n.height/2-(c-1)*u/2+3),n.width+=h+5}),t.selectAll("rect").attr("height",n.height);var u=e._fullLayout._size;n.lx=u.l+u.w*n.x,n.ly=u.t+u.h*(1-n.y);var h="left";c.isRightAnchor(n)&&(n.lx-=n.width,h="right");c.isCenterAnchor(n)&&(n.lx-=n.width/2,h="center");var p="top";c.isBottomAnchor(n)&&(n.ly-=n.height,p="bottom");c.isMiddleAnchor(n)&&(n.ly-=n.height/2,p="middle");n.width=Math.ceil(n.width),n.height=Math.ceil(n.height),n.lx=Math.round(n.lx),n.ly=Math.round(n.ly),i.autoMargin(e,a+"-range-selector",{x:n.x,y:n.y,l:n.width*({right:1,center:.5}[h]||0),r:n.width*({left:1,center:.5}[h]||0),b:n.height*({top:1,middle:.5}[p]||0),t:n.height*({bottom:1,middle:.5}[p]||0)})}(e,p,u,l._name),n.attr("transform","translate("+u.lx+","+u.ly+")")})}},function(e,t,n){"use strict";var r=n(0),a=n(3),i=n(78),l=n(126),o=n(125);e.exports=function(e,t,n,s,u){var c=e.rangeselector||{},d=t.rangeselector={};function f(e,t){return r.coerce(c,d,i,e,t)}if(f("visible",function(e,t,n){var a,i,o=e.buttons||[],s=t.buttons=[];function u(e,t){return r.coerce(a,i,l,e,t)}for(var c=0;c<o.length;c++)if(a=o[c],i={},r.isPlainObject(a)){var d=u("step");"all"!==d&&(!n||"gregorian"===n||"month"!==d&&"year"!==d?u("stepmode"):i.stepmode="backward",u("count")),u("label"),i._index=c,s.push(i)}return s}(c,d,u).length>0)){var h=function(e,t,n){for(var r=n.filter(function(n){return t[n].anchor===e._id}),a=0,i=0;i<r.length;i++){var l=t[r[i]].domain;l&&(a=Math.max(l[1],a))}return[e.domain[0],a+o.yPad]}(t,n,s);f("x",h[0]),f("y",h[1]),r.noneOrAll(e,t,["x","y"]),f("xanchor"),f("yanchor"),r.coerceFont(f,"font",n.font);var p=f("bgcolor");f("activecolor",a.contrast(p,o.lightAmount,o.darkAmount)),f("bordercolor"),f("borderwidth")}}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"rangeselector",schema:{layout:{"xaxis.rangeselector":n(78)}},layoutAttributes:n(78),handleDefaults:n(182),draw:n(181)}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(9),l=n(0),o=n(7),s=n(3),u=n(138),c=n(6),d=n(20),f=n(28),h=n(127);function p(e,t,n,r){var a=e.selectAll("rect."+h.bgClassName).data([0]);a.enter().append("rect").classed(h.bgClassName,!0).attr({x:0,y:0,"shape-rendering":"crispEdges"});var i=r.borderwidth%2==0?r.borderwidth:r.borderwidth-1,l=-r._offsetShift,s=o.crispRound(t,r.borderwidth);a.attr({width:r._width+i,height:r._height+i,transform:"translate("+l+","+l+")",fill:r.bgcolor,stroke:r.bordercolor,"stroke-width":s})}function v(e,t,n,r){var a=t._fullLayout._topdefs.selectAll("#"+r._clipId).data([0]);a.enter().append("clipPath").attr("id",r._clipId).append("rect").attr({x:0,y:0}),a.select("rect").attr({width:r._width,height:r._height})}function y(e,t,n,a){var s,d=c.getSubplots(t,n),f=t.calcdata,p=e.selectAll("g."+h.rangePlotClassName).data(d,l.identity);p.enter().append("g").attr("class",function(e){return h.rangePlotClassName+" "+e}).call(o.setClipUrl,a._clipId),p.order(),p.exit().remove(),p.each(function(e,l){var o=r.select(this),d=0===l,h=c.getFromId(t,e,"y"),p=h._name,v={data:[],layout:{xaxis:{type:n.type,domain:[0,1],range:a.range.slice(),calendar:n.calendar},width:a._width,height:a._height,margin:{t:0,b:0,l:0,r:0}}};v.layout[p]={type:h.type,domain:[0,1],range:h.range.slice(),calendar:h.calendar},i.supplyDefaults(v);var y={id:e,plotgroup:o,xaxis:v._fullLayout.xaxis,yaxis:v._fullLayout[p]};d?s=y:(y.mainplot="xy",y.mainplotinfo=s),u.rangePlot(t,y,function(e,t){for(var n=[],r=0;r<e.length;r++){var a=e[r],i=a[0].trace;i.xaxis+i.yaxis===t&&n.push(a)}return n}(f,e))})}function g(e,t,n,r){var a=e.selectAll("rect."+h.maskMinClassName).data([0]);a.enter().append("rect").classed(h.maskMinClassName,!0).attr({x:0,y:0}).attr("shape-rendering","crispEdges"),a.attr("height",r._height).call(s.fill,h.maskColor);var i=e.selectAll("rect."+h.maskMaxClassName).data([0]);i.enter().append("rect").classed(h.maskMaxClassName,!0).attr("y",0).attr("shape-rendering","crispEdges"),i.attr("height",r._height).call(s.fill,h.maskColor)}function m(e,t,n,r){if(!t._context.staticPlot){var a=e.selectAll("rect."+h.slideBoxClassName).data([0]);a.enter().append("rect").classed(h.slideBoxClassName,!0).attr("y",0).attr("cursor",h.slideBoxCursor).attr("shape-rendering","crispEdges"),a.attr({height:r._height,fill:h.slideBoxFill})}}function _(e,t,n,r){var a=e.selectAll("g."+h.grabberMinClassName).data([0]);a.enter().append("g").classed(h.grabberMinClassName,!0);var i=e.selectAll("g."+h.grabberMaxClassName).data([0]);i.enter().append("g").classed(h.grabberMaxClassName,!0);var l={x:0,width:h.handleWidth,rx:h.handleRadius,fill:s.background,stroke:s.defaultLine,"stroke-width":h.handleStrokeWidth,"shape-rendering":"crispEdges"},o={y:Math.round(r._height/4),height:Math.round(r._height/2)},u=a.selectAll("rect."+h.handleMinClassName).data([0]);u.enter().append("rect").classed(h.handleMinClassName,!0).attr(l),u.attr(o);var c=i.selectAll("rect."+h.handleMaxClassName).data([0]);if(c.enter().append("rect").classed(h.handleMaxClassName,!0).attr(l),c.attr(o),!t._context.staticPlot){var d={width:h.grabAreaWidth,x:0,y:0,fill:h.grabAreaFill,cursor:h.grabAreaCursor},f=a.selectAll("rect."+h.grabAreaMinClassName).data([0]);f.enter().append("rect").classed(h.grabAreaMinClassName,!0).attr(d),f.attr("height",r._height);var p=i.selectAll("rect."+h.grabAreaMaxClassName).data([0]);p.enter().append("rect").classed(h.grabAreaMaxClassName,!0).attr(d),p.attr("height",r._height)}}e.exports=function(e){var t=e._fullLayout,n=function(e){var t=c.list({_fullLayout:e},"x",!0),n=h.name,r=[];if(e._has("gl2d"))return r;for(var a=0;a<t.length;a++){var i=t[a];i[n]&&i[n].visible&&r.push(i)}return r}(t);var o=t._infolayer.selectAll("g."+h.containerClassName).data(n,function(e){return e._name});o.enter().append("g").classed(h.containerClassName,!0).attr("pointer-events","all"),o.exit().each(function(e){var n=r.select(this),a=e[h.name];n.remove(),t._topdefs.select("#"+a._clipId).remove()}),o.exit().size()&&function(e){for(var t=e._fullLayout._pushmargin||{},n=Object.keys(t),r=0;r<n.length;r++){var a=n[r];-1!==a.indexOf(h.name)&&i.autoMargin(e,a)}}(e),0!==n.length&&o.each(function(n){var o=r.select(this),s=n[h.name],u=t[c.id2name(n.anchor)],T=t.margin,M=t._size,b=n.domain,K=u.domain,k=(n._boundingBox||{}).height||0;s._id=h.name+n._id,s._clipId=s._id+"-"+t._uid,s._width=M.w*(b[1]-b[0]),s._height=(t.height-T.b-T.t)*s.thickness,s._offsetShift=Math.floor(s.borderwidth/2);var x=Math.round(T.l+M.w*b[0]),C=Math.round(T.t+M.h*(1-K[0])+k+s._offsetShift+h.extraPad);o.attr("transform","translate("+x+","+C+")");var A=n.r2l(s.range[0]),w=n.r2l(s.range[1]),L=w-A;s.p2d=function(e){return e/s._width*L+A},s.d2p=function(e){return(e-A)/L*s._width},s._rl=[A,w],o.call(p,e,n,s).call(v,e,n,s).call(y,e,n,s).call(g,e,n,s).call(m,e,n,s).call(_,e,n,s),function(e,t,n,i){var o=e.select("rect."+h.slideBoxClassName).node(),s=e.select("rect."+h.grabAreaMinClassName).node(),u=e.select("rect."+h.grabAreaMaxClassName).node();e.on("mousedown",function(){var c=r.event,h=c.target,p=c.clientX,v=p-e.node().getBoundingClientRect().left,y=i.d2p(n._rl[0]),g=i.d2p(n._rl[1]),m=d.coverSlip();function _(e){var c,d,_,T=+e.clientX-p;switch(h){case o:_="ew-resize",c=y+T,d=g+T;break;case s:_="col-resize",c=y+T,d=g;break;case u:_="col-resize",c=y,d=g+T;break;default:_="ew-resize",c=v,d=v+T}if(d<c){var M=d;d=c,c=M}i._pixelMin=c,i._pixelMax=d,f(r.select(m),_),function(e,t,n,r){function i(e){return n.l2r(l.constrain(e,r._rl[0],r._rl[1]))}var o=i(r.p2d(r._pixelMin)),s=i(r.p2d(r._pixelMax));window.requestAnimationFrame(function(){a.relayout(t,n._name+".range",[o,s])})}(0,t,n,i)}m.addEventListener("mousemove",_),m.addEventListener("mouseup",function e(){m.removeEventListener("mousemove",_);m.removeEventListener("mouseup",e);l.removeElement(m)})})}(o,e,n,s),function(e,t,n,r){var a=h.handleWidth/2;function i(e){return l.constrain(e,0,r._width)}function o(e){return l.constrain(e,-a,r._width+a)}var s=i(r.d2p(n._rl[0])),u=i(r.d2p(n._rl[1]));e.select("rect."+h.slideBoxClassName).attr("x",s).attr("width",u-s),e.select("rect."+h.maskMinClassName).attr("width",s),e.select("rect."+h.maskMaxClassName).attr("x",u).attr("width",r._width-u);var c=Math.round(o(s-a))-.5,d=Math.round(o(u-a))+.5;e.select("g."+h.grabberMinClassName).attr("transform","translate("+c+",0.5)"),e.select("g."+h.grabberMaxClassName).attr("transform","translate("+d+",0.5)")}(o,0,n,s),i.autoMargin(e,s._id,{x:b[0],y:K[0],l:0,r:0,t:0,b:s._height+T.b+k,pad:h.extraPad+2*s._offsetShift})})}},function(e,t,n){"use strict";var r=n(6),a=n(127);e.exports=function(e){for(var t=r.list(e,"x",!0),n=0;n<t.length;n++){var i=t[n],l=i[a.name];l&&l.visible&&l.autorange&&i._min.length&&i._max.length&&(l._input.autorange=!0,l._input.range=l.range=r.getAutoRange(i))}}},function(e,t,n){"use strict";var r=n(0),a=n(79);e.exports=function(e,t,n){if(e[n].rangeslider){r.isPlainObject(e[n].rangeslider)||(e[n].rangeslider={});var i=e[n].rangeslider,l=t[n],o=l.rangeslider={};if(c("visible")){if(c("bgcolor",t.plot_bgcolor),c("bordercolor"),c("borderwidth"),c("thickness"),c("autorange",!l.isValidRange(i.range)),c("range"),o.range){var s=o.range,u=l.range;s[0]=l.l2r(Math.min(l.r2l(s[0]),l.r2l(u[0]))),s[1]=l.l2r(Math.max(l.r2l(s[1]),l.r2l(u[1])))}l.cleanRange("rangeslider.range"),o._input=i}}function c(e,t){return r.coerce(i,o,a,e,t)}}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"rangeslider",schema:{layout:{"xaxis.rangeslider":n(79)}},layoutAttributes:n(79),handleDefaults:n(186),calcAutorange:n(185),draw:n(184)}},function(e,t,n){"use strict";var r=n(1),a=n(9),i=n(3),l=n(7),o=n(14),s=n(37),u=n(35),c=n(19).LINE_SPACING;function d(e){return e._index}function f(e,t){var n=l.tester.selectAll("g."+u.labelGroupClass).data(t.steps);n.enter().append("g").classed(u.labelGroupClass,!0);var i=0,c=0;n.each(function(e){var n=v(r.select(this),{step:e},t).node();if(n){var a=l.bBox(n);c=Math.max(c,a.height),i=Math.max(i,a.width)}}),n.remove(),t.inputAreaWidth=Math.max(u.railWidth,u.gripHeight);var d=e._fullLayout._size;t.lx=d.l+d.w*t.x,t.ly=d.t+d.h*(1-t.y),"fraction"===t.lenmode?t.outerLength=Math.round(d.w*t.len):t.outerLength=t.len,t.lenPad=Math.round(.5*u.gripWidth),t.inputAreaStart=0,t.inputAreaLength=Math.round(t.outerLength-t.pad.l-t.pad.r);var f=(t.inputAreaLength-2*u.stepInset)/(t.steps.length-1),p=i+u.labelPadding;if(t.labelStride=Math.max(1,Math.ceil(p/f)),t.labelHeight=c,t.currentValueMaxWidth=0,t.currentValueHeight=0,t.currentValueTotalHeight=0,t.currentValueMaxLines=1,t.currentvalue.visible){var y=l.tester.append("g");n.each(function(e){var n=h(y,t,e.label),r=n.node()&&l.bBox(n.node())||{width:0,height:0},a=o.lineCount(n);t.currentValueMaxWidth=Math.max(t.currentValueMaxWidth,Math.ceil(r.width)),t.currentValueHeight=Math.max(t.currentValueHeight,Math.ceil(r.height)),t.currentValueMaxLines=Math.max(t.currentValueMaxLines,a)}),t.currentValueTotalHeight=t.currentValueHeight+t.currentvalue.offset,y.remove()}t.height=t.currentValueTotalHeight+u.tickOffset+t.ticklen+u.labelOffset+t.labelHeight+t.pad.t+t.pad.b;var g="left";s.isRightAnchor(t)&&(t.lx-=t.outerLength,g="right"),s.isCenterAnchor(t)&&(t.lx-=t.outerLength/2,g="center");var m="top";s.isBottomAnchor(t)&&(t.ly-=t.height,m="bottom"),s.isMiddleAnchor(t)&&(t.ly-=t.height/2,m="middle"),t.outerLength=Math.ceil(t.outerLength),t.height=Math.ceil(t.height),t.lx=Math.round(t.lx),t.ly=Math.round(t.ly),a.autoMargin(e,u.autoMarginIdRoot+t._index,{x:t.x,y:t.y,l:t.outerLength*({right:1,center:.5}[g]||0),r:t.outerLength*({left:1,center:.5}[g]||0),b:t.height*({top:1,middle:.5}[m]||0),t:t.height*({bottom:1,middle:.5}[m]||0)})}function h(e,t,n){if(t.currentvalue.visible){var r,a,i=e.selectAll("text").data([0]);switch(t.currentvalue.xanchor){case"right":r=t.inputAreaLength-u.currentValueInset-t.currentValueMaxWidth,a="left";break;case"center":r=.5*t.inputAreaLength,a="middle";break;default:r=u.currentValueInset,a="left"}i.enter().append("text").classed(u.labelClass,!0).classed("user-select-none",!0).attr({"text-anchor":a,"data-notex":1});var s=t.currentvalue.prefix?t.currentvalue.prefix:"";if("string"==typeof n)s+=n;else s+=t.steps[t.active].label;t.currentvalue.suffix&&(s+=t.currentvalue.suffix),i.call(l.font,t.currentvalue.font).text(s).call(o.convertToTspans,t.gd);var d=o.lineCount(i),f=(t.currentValueMaxLines+1-d)*t.currentvalue.font.size*c;return o.positionText(i,r,f),i}}function p(e,t,n){var r=e.selectAll("rect."+u.gripRectClass).data([0]);r.enter().append("rect").classed(u.gripRectClass,!0).call(_,t,e,n).style("pointer-events","all"),r.attr({width:u.gripWidth,height:u.gripHeight,rx:u.gripRadius,ry:u.gripRadius}).call(i.stroke,n.bordercolor).call(i.fill,n.bgcolor).style("stroke-width",n.borderwidth+"px")}function v(e,t,n){var r=e.selectAll("text").data([0]);return r.enter().append("text").classed(u.labelClass,!0).classed("user-select-none",!0).attr({"text-anchor":"middle","data-notex":1}),r.call(l.font,n.font).text(t.step.label).call(o.convertToTspans,n.gd),r}function y(e,t){var n=e.selectAll("g."+u.labelsClass).data([0]);n.enter().append("g").classed(u.labelsClass,!0);var a=n.selectAll("g."+u.labelGroupClass).data(t.labelSteps);a.enter().append("g").classed(u.labelGroupClass,!0),a.exit().remove(),a.each(function(e){var n=r.select(this);n.call(v,e,t),l.setTranslate(n,b(t,e.fraction),u.tickOffset+t.ticklen+t.font.size*c+u.labelOffset+t.currentValueTotalHeight)})}function g(e,t,n,r,a){var i=Math.round(r*(n.steps.length-1));i!==n.active&&m(e,t,n,i,!0,a)}function m(e,t,n,r,i,l){var o=n.active;n._input.active=n.active=r;var s=n.steps[n.active];t.call(M,n,n.active/(n.steps.length-1),l),t.call(h,n),e.emit("plotly_sliderchange",{slider:n,step:n.steps[n.active],interaction:i,previousActive:o}),s&&s.method&&i&&(t._nextMethod?(t._nextMethod.step=s,t._nextMethod.doCallback=i,t._nextMethod.doTransition=l):(t._nextMethod={step:s,doCallback:i,doTransition:l},t._nextMethodRaf=window.requestAnimationFrame(function(){var n=t._nextMethod.step;n.method&&(n.execute&&a.executeAPICommand(e,n.method,n.args),t._nextMethod=null,t._nextMethodRaf=null)})))}function _(e,t,n){var a=n.node(),l=r.select(t);function o(){return n.data()[0]}e.on("mousedown",function(){var e=o();t.emit("plotly_sliderstart",{slider:e});var s=n.select("."+u.gripRectClass);r.event.stopPropagation(),r.event.preventDefault(),s.call(i.fill,e.activebgcolor);var c=K(e,r.mouse(a)[0]);g(t,n,e,c,!0),e._dragging=!0,l.on("mousemove",function(){var e=o(),i=K(e,r.mouse(a)[0]);g(t,n,e,i,!1)}),l.on("mouseup",function(){var e=o();e._dragging=!1,s.call(i.fill,e.bgcolor),l.on("mouseup",null),l.on("mousemove",null),t.emit("plotly_sliderend",{slider:e,step:e.steps[e.active]})})})}function T(e,t){var n=e.selectAll("rect."+u.tickRectClass).data(t.steps);n.enter().append("rect").classed(u.tickRectClass,!0),n.exit().remove(),n.attr({width:t.tickwidth+"px","shape-rendering":"crispEdges"}),n.each(function(e,n){var a=n%t.labelStride==0,o=r.select(this);o.attr({height:a?t.ticklen:t.minorticklen}).call(i.fill,t.tickcolor),l.setTranslate(o,b(t,n/(t.steps.length-1))-.5*t.tickwidth,(a?u.tickOffset:u.minorTickOffset)+t.currentValueTotalHeight)})}function M(e,t,n,r){var a=e.select("rect."+u.gripRectClass),i=b(t,n);if(!t._invokingCommand){var l=a;r&&t.transition.duration>0&&(l=l.transition().duration(t.transition.duration).ease(t.transition.easing)),l.attr("transform","translate("+(i-.5*u.gripWidth)+","+t.currentValueTotalHeight+")")}}function b(e,t){return e.inputAreaStart+u.stepInset+(e.inputAreaLength-2*u.stepInset)*Math.min(1,Math.max(0,t))}function K(e,t){return Math.min(1,Math.max(0,(t-u.stepInset-e.inputAreaStart)/(e.inputAreaLength-2*u.stepInset-2*e.inputAreaStart)))}function k(e,t,n){var r=e.selectAll("rect."+u.railTouchRectClass).data([0]);r.enter().append("rect").classed(u.railTouchRectClass,!0).call(_,t,e,n).style("pointer-events","all"),r.attr({width:n.inputAreaLength,height:Math.max(n.inputAreaWidth,u.tickOffset+n.ticklen+n.labelHeight)}).call(i.fill,n.bgcolor).attr("opacity",0),l.setTranslate(r,0,n.currentValueTotalHeight)}function x(e,t){var n=e.selectAll("rect."+u.railRectClass).data([0]);n.enter().append("rect").classed(u.railRectClass,!0);var r=t.inputAreaLength-2*u.railInset;n.attr({width:r,height:u.railWidth,rx:u.railRadius,ry:u.railRadius,"shape-rendering":"crispEdges"}).call(i.stroke,t.bordercolor).call(i.fill,t.bgcolor).style("stroke-width",t.borderwidth+"px"),l.setTranslate(n,u.railInset,.5*(t.inputAreaWidth-u.railWidth)+t.currentValueTotalHeight)}e.exports=function(e){var t=e._fullLayout,n=function(e,t){for(var n=e[u.name],r=[],a=0;a<n.length;a++){var i=n[a];i.visible&&i.steps.length&&(i.gd=t,r.push(i))}return r}(t,e),i=t._infolayer.selectAll("g."+u.containerClassName).data(n.length>0?[0]:[]);if(i.enter().append("g").classed(u.containerClassName,!0).style("cursor","ew-resize"),i.exit().remove(),i.exit().size()&&function(e){for(var t=e._fullLayout._pushmargin||{},n=Object.keys(t),r=0;r<n.length;r++){var i=n[r];-1!==i.indexOf(u.autoMarginIdRoot)&&a.autoMargin(e,i)}}(e),0!==n.length){var o=i.selectAll("g."+u.groupClassName).data(n,d);o.enter().append("g").classed(u.groupClassName,!0),o.exit().each(function(t){r.select(this).remove(),t._commandObserver.remove(),delete t._commandObserver,a.autoMargin(e,u.autoMarginIdRoot+t._index)});for(var s=0;s<n.length;s++){var c=n[s];f(e,c)}o.each(function(t){if(!(t.steps.length<2)){var n=r.select(this);!function(e){e.labelSteps=[];for(var t=e.steps.length,n=0;n<t;n+=e.labelStride)e.labelSteps.push({fraction:n/(t-1),step:e.steps[n]})}(t),a.manageCommandObserver(e,t,t.steps,function(t){var r=n.data()[0];r.active!==t.index&&(r._dragging||m(e,n,r,t.index,!1,!0))}),function(e,t,n){n.active>=n.steps.length&&(n.active=0);t.call(h,n).call(x,n).call(y,n).call(T,n).call(k,e,n).call(p,e,n),l.setTranslate(t,n.lx+n.pad.l,n.ly+n.pad.t),t.call(M,n,n.active/(n.steps.length-1),!1),t.call(h,n)}(e,r.select(this),t)}})}}},function(e,t,n){"use strict";var r=n(0),a=n(27),i=n(128),l=n(35).name,o=i.steps;function s(e,t,n){function a(n,a){return r.coerce(e,t,i,n,a)}a("visible",function(e,t){var n,a,i=e.steps||[],l=t.steps=[];function s(e,t){return r.coerce(n,a,o,e,t)}for(var u=0;u<i.length;u++)n=i[u],a={},s("method"),r.isPlainObject(n)&&("skip"===a.method||Array.isArray(n.args))&&(s("args"),s("label","step-"+u),s("value",a.label),s("execute"),l.push(a));return l}(e,t).length>0)&&(a("active"),a("x"),a("y"),r.noneOrAll(e,t,["x","y"]),a("xanchor"),a("yanchor"),a("len"),a("lenmode"),a("pad.t"),a("pad.r"),a("pad.b"),a("pad.l"),r.coerceFont(a,"font",n.font),a("currentvalue.visible")&&(a("currentvalue.xanchor"),a("currentvalue.prefix"),a("currentvalue.suffix"),a("currentvalue.offset"),r.coerceFont(a,"currentvalue.font",t.font)),a("transition.duration"),a("transition.easing"),a("bgcolor"),a("activebgcolor"),a("bordercolor"),a("borderwidth"),a("ticklen"),a("tickwidth"),a("tickcolor"),a("minorticklen"))}e.exports=function(e,t){a(e,t,{name:l,handleItemDefaults:s})}},function(e,t,n){"use strict";var r=n(35);e.exports={moduleType:"component",name:r.name,layoutAttributes:n(128),supplyLayoutDefaults:n(189),draw:n(188)}},function(e,t,n){"use strict";e.exports=o;var r=n(1),a=n(3),i=n(7),l=n(0);function o(e,t,n){this.gd=e,this.container=t,this.id=n,this.position=null,this.translateX=null,this.translateY=null,this.hbar=null,this.vbar=null,this.bg=this.container.selectAll("rect.scrollbox-bg").data([0]),this.bg.exit().on(".drag",null).on("wheel",null).remove(),this.bg.enter().append("rect").classed("scrollbox-bg",!0).style("pointer-events","all").attr({opacity:0,x:0,y:0,width:0,height:0})}o.barWidth=2,o.barLength=20,o.barRadius=2,o.barPad=1,o.barColor="#808BA4",o.prototype.enable=function(e,t,n){var l=this.gd._fullLayout,s=l.width,u=l.height;this.position=e;var c,d,f,h,p=this.position.l,v=this.position.w,y=this.position.t,g=this.position.h,m=this.position.direction,_="down"===m,T="left"===m,M="up"===m,b=v,K=g;_||T||"right"===m||M||(this.position.direction="down",_=!0),_||M?(d=(c=p)+b,_?(f=y,K=(h=Math.min(f+K,u))-f):K=(h=y+K)-(f=Math.max(h-K,0))):(h=(f=y)+K,T?b=(d=p+b)-(c=Math.max(d-b,0)):(c=p,b=(d=Math.min(c+b,s))-c)),this._box={l:c,t:f,w:b,h:K};var k=v>b,x=o.barLength+2*o.barPad,C=o.barWidth+2*o.barPad,A=p,w=y+g;w+C>u&&(w=u-C);var L=this.container.selectAll("rect.scrollbar-horizontal").data(k?[0]:[]);L.exit().on(".drag",null).remove(),L.enter().append("rect").classed("scrollbar-horizontal",!0).call(a.fill,o.barColor),k?(this.hbar=L.attr({rx:o.barRadius,ry:o.barRadius,x:A,y:w,width:x,height:C}),this._hbarXMin=A+x/2,this._hbarTranslateMax=b-x):(delete this.hbar,delete this._hbarXMin,delete this._hbarTranslateMax);var D=g>K,B=o.barWidth+2*o.barPad,S=o.barLength+2*o.barPad,G=p+v,W=y;G+B>s&&(G=s-B);var z=this.container.selectAll("rect.scrollbar-vertical").data(D?[0]:[]);z.exit().on(".drag",null).remove(),z.enter().append("rect").classed("scrollbar-vertical",!0).call(a.fill,o.barColor),D?(this.vbar=z.attr({rx:o.barRadius,ry:o.barRadius,x:G,y:W,width:B,height:S}),this._vbarYMin=W+S/2,this._vbarTranslateMax=K-S):(delete this.vbar,delete this._vbarYMin,delete this._vbarTranslateMax);var O=this.id,P=c-.5,R=D?d+B+.5:d+.5,E=f-.5,j=k?h+C+.5:h+.5,I=l._topdefs.selectAll("#"+O).data(k||D?[0]:[]);if(I.exit().remove(),I.enter().append("clipPath").attr("id",O).append("rect"),k||D?(this._clipRect=I.select("rect").attr({x:Math.floor(P),y:Math.floor(E),width:Math.ceil(R)-Math.floor(P),height:Math.ceil(j)-Math.floor(E)}),this.container.call(i.setClipUrl,O),this.bg.attr({x:p,y:y,width:v,height:g})):(this.bg.attr({width:0,height:0}),this.container.on("wheel",null).on(".drag",null).call(i.setClipUrl,null),delete this._clipRect),k||D){var N=r.behavior.drag().on("dragstart",function(){r.event.sourceEvent.preventDefault()}).on("drag",this._onBoxDrag.bind(this));this.container.on("wheel",null).on("wheel",this._onBoxWheel.bind(this)).on(".drag",null).call(N);var F=r.behavior.drag().on("dragstart",function(){r.event.sourceEvent.preventDefault(),r.event.sourceEvent.stopPropagation()}).on("drag",this._onBarDrag.bind(this));k&&this.hbar.on(".drag",null).call(F),D&&this.vbar.on(".drag",null).call(F)}this.setTranslate(t,n)},o.prototype.disable=function(){(this.hbar||this.vbar)&&(this.bg.attr({width:0,height:0}),this.container.on("wheel",null).on(".drag",null).call(i.setClipUrl,null),delete this._clipRect),this.hbar&&(this.hbar.on(".drag",null),this.hbar.remove(),delete this.hbar,delete this._hbarXMin,delete this._hbarTranslateMax),this.vbar&&(this.vbar.on(".drag",null),this.vbar.remove(),delete this.vbar,delete this._vbarYMin,delete this._vbarTranslateMax)},o.prototype._onBoxDrag=function(){var e=this.translateX,t=this.translateY;this.hbar&&(e-=r.event.dx),this.vbar&&(t-=r.event.dy),this.setTranslate(e,t)},o.prototype._onBoxWheel=function(){var e=this.translateX,t=this.translateY;this.hbar&&(e+=r.event.deltaY),this.vbar&&(t+=r.event.deltaY),this.setTranslate(e,t)},o.prototype._onBarDrag=function(){var e=this.translateX,t=this.translateY;if(this.hbar){var n=e+this._hbarXMin,a=n+this._hbarTranslateMax;e=(l.constrain(r.event.x,n,a)-n)/(a-n)*(this.position.w-this._box.w)}if(this.vbar){var i=t+this._vbarYMin,o=i+this._vbarTranslateMax;t=(l.constrain(r.event.y,i,o)-i)/(o-i)*(this.position.h-this._box.h)}this.setTranslate(e,t)},o.prototype.setTranslate=function(e,t){var n=this.position.w-this._box.w,r=this.position.h-this._box.h;if(e=l.constrain(e||0,0,n),t=l.constrain(t||0,0,r),this.translateX=e,this.translateY=t,this.container.call(i.setTranslate,this._box.l-this.position.l-e,this._box.t-this.position.t-t),this._clipRect&&this._clipRect.attr({x:Math.floor(this.position.l+e-.5),y:Math.floor(this.position.t+t-.5)}),this.hbar){var a=e/n;this.hbar.call(i.setTranslate,e+a*this._hbarTranslateMax,t)}if(this.vbar){var o=t/r;this.vbar.call(i.setTranslate,e,t+o*this._vbarTranslateMax)}}},function(e,t,n){"use strict";var r=n(1),a=n(9),i=n(3),l=n(7),o=n(14),s=n(37),u=n(19).LINE_SPACING,c=n(80),d=n(191);function f(e){return e._index}function h(e,t){return+e.attr(c.menuIndexAttrName)===t._index}function p(e,t,n,r,a,i,l,o){t._input.active=t.active=l,"buttons"===t.type?y(e,r,null,null,t):"dropdown"===t.type&&(a.attr(c.menuIndexAttrName,"-1"),v(e,r,a,i,t),o||y(e,r,a,i,t))}function v(e,t,n,r,a){var i=t.selectAll("g."+c.headerClassName).data([0]);i.enter().append("g").classed(c.headerClassName,!0).style("pointer-events","all");var o=a.active,s=a.buttons[o]||c.blankHeaderOpts,u={y:a.pad.t,yPad:0,x:a.pad.l,xPad:0,index:0},d={width:a.headerWidth,height:a.headerHeight};i.call(g,a,s,e).call(k,a,u,d);var f=t.selectAll("text."+c.headerArrowClassName).data([0]);f.enter().append("text").classed(c.headerArrowClassName,!0).classed("user-select-none",!0).attr("text-anchor","end").call(l.font,a.font).text(c.arrowSymbol[a.direction]),f.attr({x:a.headerWidth-c.arrowOffsetX+a.pad.l,y:a.headerHeight/2+c.textOffsetY+a.pad.t}),i.on("click",function(){n.call(x),n.attr(c.menuIndexAttrName,h(n,a)?-1:String(a._index)),y(e,t,n,r,a)}),i.on("mouseover",function(){i.call(M)}),i.on("mouseout",function(){i.call(b,a)}),l.setTranslate(t,a.lx,a.ly)}function y(e,t,n,i,l){n||(n=t).attr("pointer-events","all");var o=function(e){return-1==+e.attr(c.menuIndexAttrName)}(n)&&"buttons"!==l.type?[]:l.buttons,s="dropdown"===l.type?c.dropdownButtonClassName:c.buttonClassName,u=n.selectAll("g."+s).data(o),d=u.enter().append("g").classed(s,!0),f=u.exit();"dropdown"===l.type?(d.attr("opacity","0").transition().attr("opacity","1"),f.transition().attr("opacity","0").remove()):f.remove();var h=0,v=0,y=-1!==["up","down"].indexOf(l.direction);"dropdown"===l.type&&(y?v=l.headerHeight+c.gapButtonHeader:h=l.headerWidth+c.gapButtonHeader),"dropdown"===l.type&&"up"===l.direction&&(v=-c.gapButtonHeader+c.gapButton-l.openHeight),"dropdown"===l.type&&"left"===l.direction&&(h=-c.gapButtonHeader+c.gapButton-l.openWidth);var m={x:l.lx+h+l.pad.l,y:l.ly+v+l.pad.t,yPad:c.gapButton,xPad:c.gapButton,index:0},_={l:m.x+l.borderwidth,t:m.y+l.borderwidth};u.each(function(o,s){var c=r.select(this);c.call(g,l,o,e).call(k,l,m),c.on("click",function(){r.event.defaultPrevented||(p(e,l,0,t,n,i,s),o.execute&&a.executeAPICommand(e,o.method,o.args),e.emit("plotly_buttonclicked",{menu:l,button:o,active:l.active}))}),c.on("mouseover",function(){c.call(M)}),c.on("mouseout",function(){c.call(b,l),u.call(T,l)})}),u.call(T,l),y?(_.w=Math.max(l.openWidth,l.headerWidth),_.h=m.y-_.t):(_.w=m.x-_.l,_.h=Math.max(l.openHeight,l.headerHeight)),_.direction=l.direction,i&&(u.size()?function(e,t,n,r,a,i){var l,o,s,u=a.direction,d="up"===u||"down"===u,f=a.active;if(d)for(o=0,s=0;s<f;s++)o+=a.heights[s]+c.gapButton;else for(l=0,s=0;s<f;s++)l+=a.widths[s]+c.gapButton;r.enable(i,l,o),r.hbar&&r.hbar.attr("opacity","0").transition().attr("opacity","1");r.vbar&&r.vbar.attr("opacity","0").transition().attr("opacity","1")}(0,0,0,i,l,_):function(e){var t=!!e.hbar,n=!!e.vbar;t&&e.hbar.transition().attr("opacity","0").each("end",function(){t=!1,n||e.disable()});n&&e.vbar.transition().attr("opacity","0").each("end",function(){n=!1,t||e.disable()})}(i))}function g(e,t,n,r){e.call(m,t).call(_,t,n,r)}function m(e,t){var n=e.selectAll("rect").data([0]);n.enter().append("rect").classed(c.itemRectClassName,!0).attr({rx:c.rx,ry:c.ry,"shape-rendering":"crispEdges"}),n.call(i.stroke,t.bordercolor).call(i.fill,t.bgcolor).style("stroke-width",t.borderwidth+"px")}function _(e,t,n,r){var a=e.selectAll("text").data([0]);a.enter().append("text").classed(c.itemTextClassName,!0).classed("user-select-none",!0).attr({"text-anchor":"start","data-notex":1}),a.call(l.font,t.font).text(n.label).call(o.convertToTspans,r)}function T(e,t){var n=t.active;e.each(function(e,a){var l=r.select(this);a===n&&t.showactive&&l.select("rect."+c.itemRectClassName).call(i.fill,c.activeColor)})}function M(e){e.select("rect."+c.itemRectClassName).call(i.fill,c.hoverColor)}function b(e,t){e.select("rect."+c.itemRectClassName).call(i.fill,t.bgcolor)}function K(e,t){t.width1=0,t.height1=0,t.heights=[],t.widths=[],t.totalWidth=0,t.totalHeight=0,t.openWidth=0,t.openHeight=0,t.lx=0,t.ly=0;var n=l.tester.selectAll("g."+c.dropdownButtonClassName).data(t.buttons);n.enter().append("g").classed(c.dropdownButtonClassName,!0);var i=-1!==["up","down"].indexOf(t.direction);n.each(function(n,a){var s=r.select(this);s.call(g,t,n,e);var d=s.select("."+c.itemTextClassName),f=d.node()&&l.bBox(d.node()).width,h=Math.max(f+c.textPadX,c.minWidth),p=t.font.size*u,v=o.lineCount(d),y=Math.max(p*v,c.minHeight)+c.textOffsetY;y=Math.ceil(y),h=Math.ceil(h),t.widths[a]=h,t.heights[a]=y,t.height1=Math.max(t.height1,y),t.width1=Math.max(t.width1,h),i?(t.totalWidth=Math.max(t.totalWidth,h),t.openWidth=t.totalWidth,t.totalHeight+=y+c.gapButton,t.openHeight+=y+c.gapButton):(t.totalWidth+=h+c.gapButton,t.openWidth+=h+c.gapButton,t.totalHeight=Math.max(t.totalHeight,y),t.openHeight=t.totalHeight)}),i?t.totalHeight-=c.gapButton:t.totalWidth-=c.gapButton,t.headerWidth=t.width1+c.arrowPadX,t.headerHeight=t.height1,"dropdown"===t.type&&(i?(t.width1+=c.arrowPadX,t.totalHeight=t.height1):t.totalWidth=t.width1,t.totalWidth+=c.arrowPadX),n.remove();var d=t.totalWidth+t.pad.l+t.pad.r,f=t.totalHeight+t.pad.t+t.pad.b,h=e._fullLayout._size;t.lx=h.l+h.w*t.x,t.ly=h.t+h.h*(1-t.y);var p="left";s.isRightAnchor(t)&&(t.lx-=d,p="right"),s.isCenterAnchor(t)&&(t.lx-=d/2,p="center");var v="top";s.isBottomAnchor(t)&&(t.ly-=f,v="bottom"),s.isMiddleAnchor(t)&&(t.ly-=f/2,v="middle"),t.totalWidth=Math.ceil(t.totalWidth),t.totalHeight=Math.ceil(t.totalHeight),t.lx=Math.round(t.lx),t.ly=Math.round(t.ly),a.autoMargin(e,c.autoMarginIdRoot+t._index,{x:t.x,y:t.y,l:d*({right:1,center:.5}[p]||0),r:d*({left:1,center:.5}[p]||0),b:f*({top:1,middle:.5}[v]||0),t:f*({bottom:1,middle:.5}[v]||0)})}function k(e,t,n,r){r=r||{};var a=e.select("."+c.itemRectClassName),i=e.select("."+c.itemTextClassName),s=t.borderwidth,d=n.index;l.setTranslate(e,s+n.x,s+n.y);var f=-1!==["up","down"].indexOf(t.direction),h=r.height||(f?t.heights[d]:t.height1);a.attr({x:0,y:0,width:r.width||(f?t.width1:t.widths[d]),height:h});var p=t.font.size*u,v=(o.lineCount(i)-1)*p/2;o.positionText(i,c.textOffsetX,h/2-v+c.textOffsetY),f?n.y+=t.heights[d]+n.yPad:n.x+=t.widths[d]+n.xPad,n.index++}function x(e){e.selectAll("g."+c.dropdownButtonClassName).remove()}e.exports=function(e){var t=e._fullLayout,n=function(e){for(var t=e[c.name],n=[],r=0;r<t.length;r++){var a=t[r];a.visible&&n.push(a)}return n}(t),i=t._infolayer.selectAll("g."+c.containerClassName).data(n.length>0?[0]:[]);if(i.enter().append("g").classed(c.containerClassName,!0).style("cursor","pointer"),i.exit().remove(),i.exit().size()&&function(e){for(var t=e._fullLayout._pushmargin||{},n=Object.keys(t),r=0;r<n.length;r++){var i=n[r];-1!==i.indexOf(c.autoMarginIdRoot)&&a.autoMargin(e,i)}}(e),0!==n.length){var l=i.selectAll("g."+c.headerGroupClassName).data(n,f);l.enter().append("g").classed(c.headerGroupClassName,!0);var o=i.selectAll("g."+c.dropdownButtonGroupClassName).data([0]);o.enter().append("g").classed(c.dropdownButtonGroupClassName,!0).style("pointer-events","all");for(var s=0;s<n.length;s++){var u=n[s];K(e,u)}var g="updatemenus"+t._uid,m=new d(e,o,g);l.enter().size()&&o.call(x).attr(c.menuIndexAttrName,"-1"),l.exit().each(function(t){r.select(this).remove(),o.call(x).attr(c.menuIndexAttrName,"-1"),a.autoMargin(e,c.autoMarginIdRoot+t._index)}),l.each(function(t){var n=r.select(this),i="dropdown"===t.type?o:null;a.manageCommandObserver(e,t,t.buttons,function(r){p(e,t,t.buttons[r.index],n,i,m,r.index,!0)}),"dropdown"===t.type?(v(e,n,o,m,t),h(o,t)&&y(e,n,o,m,t)):y(e,n,null,null,t)})}}},function(e,t,n){"use strict";var r=n(0),a=n(27),i=n(130),l=n(80).name,o=i.buttons;function s(e,t,n){function a(n,a){return r.coerce(e,t,i,n,a)}a("visible",function(e,t){var n,a,i=e.buttons||[],l=t.buttons=[];function s(e,t){return r.coerce(n,a,o,e,t)}for(var u=0;u<i.length;u++)n=i[u],a={},s("method"),r.isPlainObject(n)&&("skip"===a.method||Array.isArray(n.args))&&(s("args"),s("label"),s("execute"),a._index=u,l.push(a));return l}(e,t).length>0)&&(a("active"),a("direction"),a("type"),a("showactive"),a("x"),a("y"),r.noneOrAll(e,t,["x","y"]),a("xanchor"),a("yanchor"),a("pad.t"),a("pad.r"),a("pad.b"),a("pad.l"),r.coerceFont(a,"font",n.font),a("bgcolor",n.paper_bgcolor),a("bordercolor"),a("borderwidth"))}e.exports=function(e,t){a(e,t,{name:l,handleItemDefaults:s})}},function(e,t,n){"use strict";var r=n(80);e.exports={moduleType:"component",name:r.name,layoutAttributes:n(130),supplyLayoutDefaults:n(193),draw:n(192)}},function(e,t,n){"use strict";var r=n(2),a=n(105);e.exports=function(e,t,n,i){t=t||{};var l="log"===n&&"linear"===t.type,o="linear"===n&&"log"===t.type;if(l||o)for(var s,u,c=e._fullLayout.images,d=t._id.charAt(0),f=0;f<c.length;f++)if(u="images["+f+"].",(s=c[f])[d+"ref"]===t._id){var h=s[d],p=s["size"+d],v=null,y=null;if(l){v=a(h,t.range);var g=p/Math.pow(10,v)/2;y=2*Math.log(g+Math.sqrt(1+g*g))/Math.LN10}else y=(v=Math.pow(10,h))*(Math.pow(10,p/2)-Math.pow(10,-p/2));r(v)?r(y)||(y=null):(v=null,y=null),i(u+d,v),i(u+"size"+d,y)}}},function(e,t,n){"use strict";var r=n(1),a=n(7),i=n(6),l=n(31);e.exports=function(e){var t,n,o=e._fullLayout,s=[],u={},c=[];for(n=0;n<o.images.length;n++){var d=o.images[n];if(d.visible)if("below"===d.layer&&"paper"!==d.xref&&"paper"!==d.yref){t=d.xref+d.yref;var f=o._plots[t];if(!f){c.push(d);continue}f.mainplot&&(t=f.mainplot.id),u[t]||(u[t]=[]),u[t].push(d)}else"above"===d.layer?s.push(d):c.push(d)}var h={x:{left:{sizing:"xMin",offset:0},center:{sizing:"xMid",offset:-.5},right:{sizing:"xMax",offset:-1}},y:{top:{sizing:"YMin",offset:0},middle:{sizing:"YMid",offset:-.5},bottom:{sizing:"YMax",offset:-1}}};function p(t){var n=r.select(this);if(!this.img||this.img.src!==t.source){n.attr("xmlns",l.svg);var a=new Promise(function(e){var r=new Image;function a(){n.remove(),e()}this.img=r,r.setAttribute("crossOrigin","anonymous"),r.onerror=a,r.onload=function(){var t=document.createElement("canvas");t.width=this.width,t.height=this.height,t.getContext("2d").drawImage(this,0,0);var r=t.toDataURL("image/png");n.attr("xlink:href",r),e()},n.on("error",a),r.src=t.source}.bind(this));e._promises.push(a)}}function v(t){var n=r.select(this),l=i.getFromId(e,t.xref),s=i.getFromId(e,t.yref),u=o._size,c=l?Math.abs(l.l2p(t.sizex)-l.l2p(0)):t.sizex*u.w,d=s?Math.abs(s.l2p(t.sizey)-s.l2p(0)):t.sizey*u.h,f=c*h.x[t.xanchor].offset,p=d*h.y[t.yanchor].offset,v=h.x[t.xanchor].sizing+h.y[t.yanchor].sizing,y=(l?l.r2p(t.x)+l._offset:t.x*u.w+u.l)+f,g=(s?s.r2p(t.y)+s._offset:u.h-t.y*u.h+u.t)+p;switch(t.sizing){case"fill":v+=" slice";break;case"stretch":v="none"}n.attr({x:y,y:g,width:c,height:d,preserveAspectRatio:v,opacity:t.opacity});var m=(l?l._id:"")+(s?s._id:"");n.call(a.setClipUrl,m?"clip"+o._uid+m:null)}var y=o._imageLowerLayer.selectAll("image").data(c),g=o._imageUpperLayer.selectAll("image").data(s);y.enter().append("image"),g.enter().append("image"),y.exit().remove(),g.exit().remove(),y.each(function(e){p.bind(this)(e),v.bind(this)(e)}),g.each(function(e){p.bind(this)(e),v.bind(this)(e)});var m=Object.keys(o._plots);for(n=0;n<m.length;n++){t=m[n];var _=o._plots[t];if(_.imagelayer){var T=_.imagelayer.selectAll("image").data(u[t]||[]);T.enter().append("image"),T.exit().remove(),T.each(function(e){p.bind(this)(e),v.bind(this)(e)})}}}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(27),l=n(131);function o(e,t,n){function i(n,a){return r.coerce(e,t,l,n,a)}if(!i("visible",!!i("source")))return t;i("layer"),i("xanchor"),i("yanchor"),i("sizex"),i("sizey"),i("sizing"),i("opacity");for(var o={_fullLayout:n},s=["x","y"],u=0;u<2;u++){var c=s[u],d=a.coerceRef(e,t,o,c,"paper");a.coercePosition(t,o,i,d,c,0)}return t}e.exports=function(e,t){i(e,t,{name:"images",handleItemDefaults:o})}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"images",layoutAttributes:n(131),supplyLayoutDefaults:n(197),draw:n(196),convertCoords:n(195)}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(133),l=n(81);function o(e,t,n,r,a){var o="category"===e.type?e.r2c:e.d2c;if(void 0!==t)return[o(t),o(n)];if(r){var s,u,c,d,f=1/0,h=-1/0,p=r.match(i.segmentRE);for("date"===e.type&&(o=l.decodeDate(o)),s=0;s<p.length;s++)void 0!==(u=a[p[s].charAt(0)].drawn)&&(!(c=p[s].substr(1).match(i.paramRE))||c.length<u||((d=o(c[u]))<f&&(f=d),d>h&&(h=d)));return h>=f?[f,h]:void 0}}e.exports=function(e){var t=e._fullLayout,n=r.filterVisible(t.shapes);if(n.length&&e._fullData.length)for(var l=0;l<n.length;l++){var s,u,c=n[l],d=c.line.width/2;"paper"!==c.xref&&(u=o(s=a.getFromId(e,c.xref),c.x0,c.x1,c.path,i.paramIsX))&&a.expand(s,u,{ppad:d}),"paper"!==c.yref&&(u=o(s=a.getFromId(e,c.yref),c.y0,c.y1,c.path,i.paramIsY))&&a.expand(s,u,{ppad:d})}}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(132),l=n(81);e.exports=function(e,t,n,o,s){function u(n,a){return r.coerce(e,t,i,n,a)}if(o=o||{},!u("visible",!(s=s||{}).itemIsNotPlainObject))return t;u("layer"),u("opacity"),u("fillcolor"),u("line.color"),u("line.width"),u("line.dash");for(var c=u("type",e.path?"path":"rect"),d=["x","y"],f=0;f<2;f++){var h=d[f],p={_fullLayout:n},v=a.coerceRef(e,t,p,h,"","paper");if("path"!==c){var y,g,m;"paper"!==v?(y=a.getFromId(p,v),m=l.rangeToShapePosition(y),g=l.shapePositionToRange(y)):g=m=r.identity;var _=h+"0",T=h+"1",M=e[_],b=e[T];e[_]=g(e[_],!0),e[T]=g(e[T],!0),a.coercePosition(t,p,u,v,_,.25),a.coercePosition(t,p,u,v,T,.75),t[_]=m(t[_]),t[T]=m(t[T]),e[_]=M,e[T]=b}}return"path"===c?u("path"):r.noneOrAll(e,t,["x0","x1","y0","y1"]),t}},function(e,t,n){"use strict";var r=n(27),a=n(200);e.exports=function(e,t){r(e,t,{name:"shapes",handleItemDefaults:a})}},function(e,t,n){"use strict";var r=n(8),a=n(0),i=n(6),l=n(3),o=n(7),s=n(20),u=n(28),c=n(133),d=n(81);function f(e,t){e._fullLayout._paper.selectAll('.shapelayer [data-index="'+t+'"]').remove();var n=(e.layout.shapes||[])[t],a=e._fullLayout.shapes[t];if(n&&!1!==a.visible)if("below"!==a.layer)f(e._fullLayout._shapeUpperLayer);else if("paper"===a.xref||"paper"===a.yref)f(e._fullLayout._shapeLowerLayer);else{var c=e._fullLayout._plots[a.xref+a.yref];if(c)f((c.mainplot||c).shapelayer);else f(e._fullLayout._shapeLowerLayer)}function f(n){var c={"data-index":t,"fill-rule":"evenodd",d:h(e,a)},f=a.line.width?a.line.color:"rgba(0,0,0,0)",v=n.append("path").attr(c).style("opacity",a.opacity).call(l.stroke,f).call(l.fill,a.fillcolor).call(o.dashLine,a.line.dash,a.line.width),y=(a.xref+a.yref).replace(/paper/g,"");v.call(o.setClipUrl,y?"clip"+e._fullLayout._uid+y:null),e._context.editable&&function(e,t,n,a){var l,o,c,f,v,y,g,m,_,T,M,b,K,k,x,C,A,w,L,D,B,S,G,W,z,O,P,R,E,j,I=10,N=10,F={element:t.node(),gd:e,prepFn:function(t){W=i.getFromId(e,n.xref),z=i.getFromId(e,n.yref),O=d.getDataToPixel(e,W),P=d.getDataToPixel(e,z,!0),R=d.getPixelToData(e,W),E=d.getPixelToData(e,z,!0);var r="shapes["+a+"]";"path"===n.type?(S=n.path,G=r+".path"):(o=O(n.x0),c=P(n.y0),f=O(n.x1),v=P(n.y1),y=r+".x0",g=r+".y0",m=r+".x1",_=r+".y1");o<f?(b=o,C=r+".x0",D="x0",K=f,A=r+".x1",B="x1"):(b=f,C=r+".x1",D="x1",K=o,A=r+".x0",B="x0");c<v?(T=c,k=r+".y0",w="y0",M=v,x=r+".y1",L="y1"):(T=v,k=r+".y1",w="y1",M=c,x=r+".y0",L="y0");l={},V(t),F.moveFn="move"===j?H:q},doneFn:function(n){u(t),n&&r.relayout(e,l)}},$=F.element.getBoundingClientRect();function V(e){var n=$.right-$.left,r=$.bottom-$.top,a=e.clientX-$.left,i=e.clientY-$.top,l=n>I&&r>N&&!e.shiftKey?s.getCursor(a/n,1-i/r):"move";u(t,l),j=l.split("-")[0]}function H(r,a){if("path"===n.type){var i=function(e){return R(O(e)+r)};W&&"date"===W.type&&(i=d.encodeDate(i));var s=function(e){return E(P(e)+a)};z&&"date"===z.type&&(s=d.encodeDate(s)),n.path=p(S,i,s),l[G]=n.path}else l[y]=n.x0=R(o+r),l[g]=n.y0=E(c+a),l[m]=n.x1=R(f+r),l[_]=n.y1=E(v+a);t.attr("d",h(e,n))}function q(r,a){if("path"===n.type){var i=function(e){return R(O(e)+r)};W&&"date"===W.type&&(i=d.encodeDate(i));var o=function(e){return E(P(e)+a)};z&&"date"===z.type&&(o=d.encodeDate(o)),n.path=p(S,i,o),l[G]=n.path}else{var s=~j.indexOf("n")?T+a:T,u=~j.indexOf("s")?M+a:M,c=~j.indexOf("w")?b+r:b,f=~j.indexOf("e")?K+r:K;u-s>N&&(l[k]=n[w]=E(s),l[x]=n[L]=E(u)),f-c>I&&(l[C]=n[D]=R(c),l[A]=n[B]=R(f))}t.attr("d",h(e,n))}s.init(F),t.node().onmousemove=V}(e,v,a,t)}}function h(e,t){var n,r,l,o,s=t.type,u=i.getFromId(e,t.xref),f=i.getFromId(e,t.yref),h=e._fullLayout._size;if(u?(n=d.shapePositionToRange(u),r=function(e){return u._offset+u.r2p(n(e,!0))}):r=function(e){return h.l+h.w*e},f?(l=d.shapePositionToRange(f),o=function(e){return f._offset+f.r2p(l(e,!0))}):o=function(e){return h.t+h.h*(1-e)},"path"===s)return u&&"date"===u.type&&(r=d.decodeDate(r)),f&&"date"===f.type&&(o=d.decodeDate(o)),function(e,t,n){return e.replace(c.segmentRE,function(e){var r=0,i=e.charAt(0),l=c.paramIsX[i],o=c.paramIsY[i],s=c.numParams[i],u=e.substr(1).replace(c.paramRE,function(e){return l[r]?e=t(e):o[r]&&(e=n(e)),++r>s&&(e="X"),e});return r>s&&(u=u.replace(/[\s,]*X.*/,""),a.log("Ignoring extra params in segment "+e)),i+u})}(t.path,r,o);var p=r(t.x0),v=r(t.x1),y=o(t.y0),g=o(t.y1);if("line"===s)return"M"+p+","+y+"L"+v+","+g;if("rect"===s)return"M"+p+","+y+"H"+v+"V"+g+"H"+p+"Z";var m=(p+v)/2,_=(y+g)/2,T=Math.abs(m-p),M=Math.abs(_-y),b="A"+T+","+M,K=m+T+","+_;return"M"+K+b+" 0 1,1 "+(m+","+(_-M))+b+" 0 0,1 "+K+"Z"}function p(e,t,n){return e.replace(c.segmentRE,function(e){var r=0,a=e.charAt(0),i=c.paramIsX[a],l=c.paramIsY[a],o=c.numParams[a];return a+e.substr(1).replace(c.paramRE,function(e){return r>=o?e:(i[r]?e=t(e):l[r]&&(e=n(e)),r++,e)})})}e.exports={draw:function(e){var t=e._fullLayout;t._shapeUpperLayer.selectAll("path").remove(),t._shapeLowerLayer.selectAll("path").remove(),t._shapeSubplotLayers.selectAll("path").remove();for(var n=0;n<t.shapes.length;n++)t.shapes[n].visible&&f(e,n)},drawOne:f}},function(e,t,n){"use strict";var r=n(202);e.exports={moduleType:"component",name:"shapes",layoutAttributes:n(132),supplyLayoutDefaults:n(201),calcAutorange:n(199),draw:r.draw,drawOne:r.drawOne}},function(e,t,n){"use strict";function r(e,t){var n,r,a=[0,0,0,0];for(n=0;n<4;++n)for(r=0;r<4;++r)a[r]+=e[4*n+r]*t[n];return a}e.exports=function(e,t){return r(e.projection,r(e.view,r(e.model,[t[0],t[1],t[2],1])))}},function(e,t,n){"use strict";var r=n(83).drawRaw,a=n(204),i=["x","y","z"];e.exports=function(e){for(var t=e.fullSceneLayout,n=e.dataScale,l=t.annotations,o=0;o<l.length;o++){for(var s=l[o],u=!1,c=0;c<3;c++){var d=i[c],f=s[d],h=t[d+"axis"].r2fraction(f);if(h<0||h>1){u=!0;break}}u?e.fullLayout._infolayer.select(".annotation-"+e.id+'[data-index="'+o+'"]').remove():(s.pdata=a(e.glplot.cameraParams,[t.xaxis.r2l(s.x)*n[0],t.yaxis.r2l(s.y)*n[1],t.zaxis.r2l(s.z)*n[2]]),r(e.graphDiv,s,o,e.id,s._xa,s._ya))}}},function(e,t,n){"use strict";var r=n(0),a=n(6);function i(e,t){var n=t.fullSceneLayout.domain,i=t.fullLayout._size,l={pdata:null,type:"linear",autorange:!1,range:[-1/0,1/0]};e._xa={},r.extendFlat(e._xa,l),a.setConvert(e._xa),e._xa._offset=i.l+n.x[0]*i.w,e._xa.l2p=function(){return.5*(1+e.pdata[0]/e.pdata[3])*i.w*(n.x[1]-n.x[0])},e._ya={},r.extendFlat(e._ya,l),a.setConvert(e._ya),e._ya._offset=i.t+(1-n.y[1])*i.h,e._ya.l2p=function(){return.5*(1-e.pdata[1]/e.pdata[3])*i.h*(n.y[1]-n.y[0])}}e.exports=function(e){for(var t=e.fullSceneLayout.annotations,n=0;n<t.length;n++)i(t[n],e);e.fullLayout._infolayer.selectAll(".annotation-"+e.id).remove()}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(27),l=n(134),o=n(82);function s(e,t,n,i,s){function u(n,a){return r.coerce(e,t,o,n,a)}function c(e){var r=e+"axis",i={_fullLayout:{}};return i._fullLayout[r]=n[r],a.coercePosition(t,i,u,e,e,.5)}return u("visible",!s.itemIsNotPlainObject)?(l(e,t,i.fullLayout,u),c("x"),c("y"),c("z"),r.noneOrAll(e,t,["x","y","z"]),t.xref="x",t.yref="y",t.zref="z",u("xanchor"),u("yanchor"),u("xshift"),u("yshift"),t.showarrow&&(t.axref="pixel",t.ayref="pixel",u("ax",-10),u("ay",-30),r.noneOrAll(e,t,["ax","ay"])),t):t}e.exports=function(e,t,n){i(e,t,{name:"annotations",handleItemDefaults:s,fullLayout:n.fullLayout})}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"annotations3d",schema:{layout:{"scene.annotations":n(82)}},layoutAttributes:n(82),handleDefaults:n(207),convert:n(206),draw:n(205)}},function(e,t,n){"use strict";var r=n(2),a=n(105);e.exports=function(e,t,n,i){t=t||{};var l="log"===n&&"linear"===t.type,o="linear"===n&&"log"===t.type;if(l||o)for(var s,u,c=e._fullLayout.annotations,d=t._id.charAt(0),f=0;f<c.length;f++)s=c[f],u="annotations["+f+"].",s[d+"ref"]===t._id&&h(d),s["a"+d+"ref"]===t._id&&h("a"+d);function h(e){var n=s[e],o=null;o=l?a(n,t.range):Math.pow(10,n),r(o)||(o=null),i(u+e,o)}}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(83).draw;function l(e){var t=e._fullLayout;r.filterVisible(t.annotations).forEach(function(t){var n,r,i=a.getFromId(e,t.xref),l=a.getFromId(e,t.yref),o=3*t.arrowsize*t.arrowwidth||0;i&&i.autorange&&(n=o+t.xshift,r=o-t.xshift,t.axref===t.xref?(a.expand(i,[i.r2c(t.x)],{ppadplus:n,ppadminus:r}),a.expand(i,[i.r2c(t.ax)],{ppadplus:t._xpadplus,ppadminus:t._xpadminus})):a.expand(i,[i.r2c(t.x)],{ppadplus:Math.max(t._xpadplus,n),ppadminus:Math.max(t._xpadminus,r)})),l&&l.autorange&&(n=o-t.yshift,r=o+t.yshift,t.ayref===t.yref?(a.expand(l,[l.r2c(t.y)],{ppadplus:n,ppadminus:r}),a.expand(l,[l.r2c(t.ay)],{ppadplus:t._ypadplus,ppadminus:t._ypadminus})):a.expand(l,[l.r2c(t.y)],{ppadplus:Math.max(t._ypadplus,n),ppadminus:Math.max(t._ypadminus,r)}))})}e.exports=function(e){var t=e._fullLayout,n=r.filterVisible(t.annotations);if(n.length&&e._fullData.length){var o={};if(n.forEach(function(e){o[e.xref]=!0,o[e.yref]=!0}),a.list(e).filter(function(e){return e.autorange&&o[e._id]}).length)return r.syncOrAsync([i,l],e)}}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(134),l=n(36);e.exports=function(e,t,n,o,s){function u(n,a){return r.coerce(e,t,l,n,a)}o=o||{};var c=u("visible",!(s=s||{}).itemIsNotPlainObject),d=u("clicktoshow");if(!c&&!d)return t;i(e,t,n,u);for(var f=t.showarrow,h=["x","y"],p=[-10,-30],v={_fullLayout:n},y=0;y<2;y++){var g=h[y],m=a.coerceRef(e,t,v,g,"","paper");if(a.coercePosition(t,v,u,m,g,.5),f){var _="a"+g,T=a.coerceRef(e,t,v,_,"pixel");"pixel"!==T&&T!==m&&(T=t[_]="pixel");var M="pixel"===T?p[y]:.4;a.coercePosition(t,v,u,T,_,M)}u(g+"anchor"),u(g+"shift")}if(r.noneOrAll(e,t,["x","y"]),f&&r.noneOrAll(e,t,["ax","ay"]),d){var b=u("xclick"),K=u("yclick");t._xclick=void 0===b?t.x:a.cleanPosition(b,v,t.xref),t._yclick=void 0===K?t.y:a.cleanPosition(K,v,t.yref)}return t}},function(e,t,n){"use strict";var r=n(27),a=n(211);e.exports=function(e,t){r(e,t,{name:"annotations",handleItemDefaults:a})}},function(e,t,n){"use strict";var r=n(8);function a(e,t){var n,r,a,l,o,s,u,c=e._fullLayout.annotations,d=[],f=[],h=[],p=(t||[]).length;for(n=0;n<c.length;n++)if(l=(a=c[n]).clicktoshow){for(r=0;r<p;r++)if(s=(o=t[r]).xaxis,u=o.yaxis,s._id===a.xref&&u._id===a.yref&&s.d2r(o.x)===i(a._xclick,s)&&u.d2r(o.y)===i(a._yclick,u)){(a.visible?"onout"===l?f:h:d).push(n);break}r===p&&a.visible&&"onout"===l&&f.push(n)}return{on:d,off:f,explicitOff:h}}function i(e,t){return"log"===t.type?t.l2r(e):t.d2r(e)}e.exports={hasClickToShow:function(e,t){var n=a(e,t);return n.on.length>0||n.explicitOff.length>0},onClick:function(e,t){var n,i=a(e,t),l=i.on,o=i.off.concat(i.explicitOff),s={};if(!l.length&&!o.length)return;for(n=0;n<l.length;n++)s["annotations["+l[n]+"].visible"]=!0;for(n=0;n<o.length;n++)s["annotations["+o[n]+"].visible"]=!1;return r.update(e,{},s)}}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(3),l=n(7),o=n(135);e.exports=function(e,t,n,s,u){a(s)||(s=1);var c=e.node(),d=o[t||0];"string"==typeof n&&n||(n="end");var f,h,p,v,y=(l.getPx(e,"stroke-width")||1)*s,g=e.style("stroke")||i.defaultLine,m=e.style("stroke-opacity")||1,_=n.indexOf("start")>=0,T=n.indexOf("end")>=0,M=d.backoff*y+u;if("line"===c.nodeName){f={x:+e.attr("x1"),y:+e.attr("y1")},h={x:+e.attr("x2"),y:+e.attr("y2")};var b=f.x-h.x,K=f.y-h.y;if(v=(p=Math.atan2(K,b))+Math.PI,M){if(M*M>b*b+K*K)return void S();var k=M*Math.cos(p),x=M*Math.sin(p);_&&(f.x-=k,f.y-=x,e.attr({x1:f.x,y1:f.y})),T&&(h.x+=k,h.y+=x,e.attr({x2:h.x,y2:h.y}))}}else if("path"===c.nodeName){var C=c.getTotalLength(),A="";if(C<M)return void S();if(_){var w=c.getPointAtLength(0),L=c.getPointAtLength(.1);p=Math.atan2(w.y-L.y,w.x-L.x),f=c.getPointAtLength(Math.min(M,C)),M&&(A="0px,"+M+"px,")}if(T){var D=c.getPointAtLength(C),B=c.getPointAtLength(C-.1);if(v=Math.atan2(D.y-B.y,D.x-B.x),h=c.getPointAtLength(Math.max(0,C-M)),M)A+=C-(A?2*M:M)+"px,"+C+"px"}else A&&(A+=C+"px");A&&e.style("stroke-dasharray",A)}function S(){e.style("stroke-dasharray","0px,100px")}function G(n,a){d.path&&(t>5&&(a=0),r.select(c.parentNode).append("path").attr({class:e.attr("class"),d:d.path,transform:"translate("+n.x+","+n.y+")rotate("+180*a/Math.PI+")scale("+y+")"}).style({fill:g,opacity:m,"stroke-width":0}))}_&&G(f,p),T&&G(h,v)}},function(e,t,n){"use strict";var r=n(83),a=n(213);e.exports={moduleType:"component",name:"annotations",layoutAttributes:n(36),supplyLayoutDefaults:n(212),calcAutorange:n(210),draw:r.draw,drawOne:r.drawOne,drawRaw:r.drawRaw,hasClickToShow:a.hasClickToShow,onClick:a.onClick,convertCoords:n(209)}},function(e,t,n){"use strict";var r=n(3);e.exports=function(e,t,n){var a=n.marker.line.color;Array.isArray(a)&&(a=a[t.i]||r.defaultLine);var i=n.marker.line.width||0;Array.isArray(i)&&(i=i[t.i]||0),e.style({"stroke-width":i}).call(r.fill,t.color).call(r.stroke,a)}},function(e,t,n){"use strict";var r=n(4),a=n(84);e.exports=function(e,t){var n,i,l={},o=[],s=!1,u={},c=0;function d(e,n){if(""!==e&&a.isGrouped(t))-1===o.indexOf(e)?(o.push(e),s=!0,l[e]=[[n]]):l[e].push([n]);else{var r="~~i"+c;o.push(r),l[r]=[[n]],c++}}for(n=0;n<e.length;n++){var f=e[n],h=f[0],p=h.trace,v=p.legendgroup;if(a.legendGetsTrace(p)&&p.showlegend)if(r.traceIs(p,"pie"))for(u[v]||(u[v]={}),i=0;i<f.length;i++){var y=f[i].label;u[v][y]||(d(v,{label:y,color:f[i].color,i:f[i].i,trace:p}),u[v][y]=!0)}else d(v,h)}if(!o.length)return[];var g,m,_=o.length;if(s&&a.isGrouped(t))for(m=new Array(_),n=0;n<_;n++)g=l[o[n]],m[n]=a.isReversed(t)?g.reverse():g;else{for(m=[new Array(_)],n=0;n<_;n++)g=l[o[n]][0],m[0][a.isReversed(t)?_-n-1:n]=g;_=1}return t._lgroupsLength=_,m}},function(e,t,n){"use strict";e.exports={scrollBarWidth:4,scrollBarHeight:20,scrollBarColor:"#808BA4",scrollBarMargin:4}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(0),l=n(9),o=n(4),s=n(20),u=n(7),c=n(3),d=n(14),f=n(218),h=n(96),p=n(19).LINE_SPACING,v=n(217),y=n(136),g=n(84),m=n(37),_=!0,T=h.DBLCLICKDELAY;function M(e,t){var n=e.data()[0][0],r=t._fullLayout,i=n.trace,l=o.traceIs(i,"pie"),s=i.index,c=l?n.label:i.name,f=e.selectAll("text.legendtext").data([0]);function h(n){d.convertToTspans(n,t,function(){!function(e,t){var n=e.data()[0][0];if(!n.trace.showlegend)return void e.remove();var r,a,i=e.select("g[class*=math-group]"),l=i.node(),o=t._fullLayout.legend.font.size*p;if(l){var s=u.bBox(l);r=s.height,a=s.width,u.setTranslate(i,0,r/4)}else{var c=e.select(".legendtext"),f=d.lineCount(c),h=c.node();r=o*f,a=h?u.bBox(h).width:0;var v=o*(.3+(1-f)/2);d.positionText(c,40,v)}r=Math.max(r,16)+3,n.height=r,n.width=a}(e,t)})}f.enter().append("text").classed("legendtext",!0),f.attr("text-anchor","start").classed("user-select-none",!0).call(u.font,r.legend.font).text(c),t._context.editable&&!l?f.call(d.makeEditable,{gd:t}).call(h).on("edit",function(e){this.text(e).call(h),this.text()||(e=" ");var r,i=n.trace._fullInput||{};if(-1!==["ohlc","candlestick"].indexOf(i.type)){var l=n.trace.transforms;r=l[l.length-1].direction+".name"}else r="name";a.restyle(t,r,e,s)}):f.call(h)}function b(e,t){var n,r=1,a=e.selectAll("rect").data([0]);a.enter().append("rect").classed("legendtoggle",!0).style("cursor","pointer").attr("pointer-events","all").call(c.fill,"rgba(0,0,0,0)"),a.on("mousedown",function(){(n=(new Date).getTime())-t._legendMouseDownTime<T?r+=1:(r=1,t._legendMouseDownTime=n)}),a.on("mouseup",function(){if(!t._dragged&&!t._editing){var n=t._fullLayout.legend;(new Date).getTime()-t._legendMouseDownTime>T&&(r=Math.max(r-1,1)),1===r?n._clickTimeout=setTimeout(function(){K(e,t,r)},T):2===r&&(n._clickTimeout&&clearTimeout(n._clickTimeout),t._legendMouseDownTime=0,K(e,t,r))}})}function K(e,t,n){if(!t._dragged&&!t._editing){var r,l,s=t._fullLayout.hiddenlabels?t._fullLayout.hiddenlabels.slice():[],u=e.data()[0][0],c=t._fullData,d=u.trace,f=d.legendgroup,h=[];if(1===n&&_&&t.data&&t._context.showTips?(i.notifier("Double click on legend to isolate individual trace","long"),_=!1):_=!1,o.traceIs(d,"pie")){var p=u.label,v=s.indexOf(p);1===n?-1===v?s.push(p):s.splice(v,1):2===n&&(s=[],t.calcdata[0].forEach(function(e){p!==e.label&&s.push(e.label)}),t._fullLayout.hiddenlabels&&t._fullLayout.hiddenlabels.length===s.length&&-1===v&&(s=[])),a.relayout(t,"hiddenlabels",s)}else{var y,g=[],m=[];for(y=0;y<c.length;y++)g.push(y),m.push(!!o.traceIs(c[y],"notLegendIsolatable")||"legendonly");if(""===f)h=[d.index],m[d.index]=!0;else for(y=0;y<c.length;y++)(r=c[y]).legendgroup===f&&(h.push(r.index),m[g.indexOf(y)]=!0);if(1===n)l=!0!==d.visible||"legendonly",a.restyle(t,"visible",l,h);else if(2===n){var T=!0;for(y=0;y<c.length;y++)if(c[y].visible!==m[y]){T=!1;break}T&&(m=!0);var M=[];for(y=0;y<c.length;y++)M.push(g[y]);a.restyle(t,"visible",m,M)}}}}function k(e,t,n){var a=e._fullLayout,i=a.legend,l=i.borderwidth,o=g.isGrouped(i);if(g.isVertical(i))o&&t.each(function(e,t){u.setTranslate(this,0,t*i.tracegroupgap)}),i.width=0,i.height=0,n.each(function(e){var t=e[0],n=t.height,r=t.width;u.setTranslate(this,l,5+l+i.height+n/2),i.height+=n,i.width=Math.max(i.width,r)}),i.width+=45+2*l,i.height+=10+2*l,o&&(i.height+=(i._lgroupsLength-1)*i.tracegroupgap),i.width=Math.ceil(i.width),i.height=Math.ceil(i.height),n.each(function(t){var n=t[0];r.select(this).select(".legendtoggle").call(u.setRect,0,-n.height/2,(e._context.editable?0:i.width)+40,n.height)});else if(o){i.width=0,i.height=0;for(var s=[i.width],c=t.data(),d=0,f=c.length;d<f;d++){var h=c[d].map(function(e){return e[0].width}),p=40+Math.max.apply(null,h);i.width+=i.tracegroupgap+p,s.push(i.width)}t.each(function(e,t){u.setTranslate(this,s[t],0)}),t.each(function(){var e=0;r.select(this).selectAll("g.traces").each(function(t){var n=t[0].height;u.setTranslate(this,0,5+l+e+n/2),e+=n}),i.height=Math.max(i.height,e)}),i.height+=10+2*l,i.width+=2*l,i.width=Math.ceil(i.width),i.height=Math.ceil(i.height),n.each(function(t){var n=t[0];r.select(this).select(".legendtoggle").call(u.setRect,0,-n.height/2,e._context.editable?0:i.width,n.height)})}else{i.width=0,i.height=0;var v=0,y=0,m=0,_=0;n.each(function(e){m=Math.max(40+e[0].width,m)}),n.each(function(e){var t=e[0],n=m,r=i.tracegroupgap||5;l+_+r+n>a.width-(a.margin.r+a.margin.l)&&(_=0,v+=y,i.height=i.height+y,y=0),u.setTranslate(this,l+_,5+l+t.height/2+v),i.width+=r+n,i.height=Math.max(i.height,t.height),_+=r+n,y=Math.max(t.height,y)}),i.width+=2*l,i.height+=10+2*l,i.width=Math.ceil(i.width),i.height=Math.ceil(i.height),n.each(function(t){var n=t[0];r.select(this).select(".legendtoggle").call(u.setRect,0,-n.height/2,e._context.editable?0:i.width,n.height)})}}function x(e){var t=e._fullLayout.legend,n="left";m.isRightAnchor(t)?n="right":m.isCenterAnchor(t)&&(n="center");var r="top";m.isBottomAnchor(t)?r="bottom":m.isMiddleAnchor(t)&&(r="middle"),l.autoMargin(e,"legend",{x:t.x,y:t.y,l:t.width*({right:1,center:.5}[n]||0),r:t.width*({left:1,center:.5}[n]||0),b:t.height*({top:1,middle:.5}[r]||0),t:t.height*({bottom:1,middle:.5}[r]||0)})}e.exports=function(e){var t=e._fullLayout,n="legend"+t._uid;if(t._infolayer&&e.calcdata){e._legendMouseDownTime||(e._legendMouseDownTime=0);var d=t.legend,h=t.showlegend&&v(e.calcdata,d),p=t.hiddenlabels||[];if(!t.showlegend||!h.length)return t._infolayer.selectAll(".legend").remove(),t._topdefs.select("#"+n).remove(),void l.autoMargin(e,"legend");var g=t._infolayer.selectAll("g.legend").data([0]);g.enter().append("g").attr({class:"legend","pointer-events":"all"});var _=t._topdefs.selectAll("#"+n).data([0]);_.enter().append("clipPath").attr("id",n).append("rect");var C=g.selectAll("rect.bg").data([0]);C.enter().append("rect").attr({class:"bg","shape-rendering":"crispEdges"}),C.call(c.stroke,d.bordercolor),C.call(c.fill,d.bgcolor),C.style("stroke-width",d.borderwidth+"px");var A=g.selectAll("g.scrollbox").data([0]);A.enter().append("g").attr("class","scrollbox");var w=g.selectAll("rect.scrollbar").data([0]);w.enter().append("rect").attr({class:"scrollbar",rx:20,ry:2,width:0,height:0}).call(c.fill,"#808BA4");var L=A.selectAll("g.groups").data(h);L.enter().append("g").attr("class","groups"),L.exit().remove();var D=L.selectAll("g.traces").data(i.identity);D.enter().append("g").attr("class","traces"),D.exit().remove(),D.call(y,e).style("opacity",function(e){var t=e[0].trace;return o.traceIs(t,"pie")?-1!==p.indexOf(e[0].label)?.5:1:"legendonly"===t.visible?.5:1}).each(function(){r.select(this).call(M,e).call(b,e)});var B=0!==g.enter().size();B&&(k(e,L,D),x(e));var S=t.width,G=t.height;k(e,L,D),d.height>G?function(e){var t=e._fullLayout.legend,n="left";m.isRightAnchor(t)?n="right":m.isCenterAnchor(t)&&(n="center");l.autoMargin(e,"legend",{x:t.x,y:.5,l:t.width*({right:1,center:.5}[n]||0),r:t.width*({left:1,center:.5}[n]||0),b:0,t:0})}(e):x(e);var W=t._size,z=W.l+W.w*d.x,O=W.t+W.h*(1-d.y);m.isRightAnchor(d)?z-=d.width:m.isCenterAnchor(d)&&(z-=d.width/2),m.isBottomAnchor(d)?O-=d.height:m.isMiddleAnchor(d)&&(O-=d.height/2);var P=d.width,R=W.w;P>R?(z=W.l,P=R):(z+P>S&&(z=S-P),z<0&&(z=0),P=Math.min(S-z,d.width));var E=d.height,j=W.h;E>j?(O=W.t,E=j):(O+E>G&&(O=G-E),O<0&&(O=0),E=Math.min(G-O,d.height)),u.setTranslate(g,z,O);var I,N,F,$,V,H,q=E-f.scrollBarHeight-2*f.scrollBarMargin,U=d.height-E;if(d.height<=E||e._context.staticPlot)C.attr({width:P-d.borderwidth,height:E-d.borderwidth,x:d.borderwidth/2,y:d.borderwidth/2}),u.setTranslate(A,0,0),_.select("rect").attr({width:P-2*d.borderwidth,height:E-2*d.borderwidth,x:d.borderwidth,y:d.borderwidth}),A.call(u.setClipUrl,n);else{I=f.scrollBarMargin,N=A.attr("data-scroll")||0,C.attr({width:P-2*d.borderwidth+f.scrollBarWidth+f.scrollBarMargin,height:E-d.borderwidth,x:d.borderwidth/2,y:d.borderwidth/2}),_.select("rect").attr({width:P-2*d.borderwidth+f.scrollBarWidth+f.scrollBarMargin,height:E-2*d.borderwidth,x:d.borderwidth,y:d.borderwidth-N}),A.call(u.setClipUrl,n),B&&X(I,N),g.on("wheel",null),g.on("wheel",function(){N=i.constrain(A.attr("data-scroll")-r.event.deltaY/q*U,-U,0),X(I=f.scrollBarMargin-N/U*q,N),0!==N&&N!==-U&&r.event.preventDefault()}),w.on(".drag",null),A.on(".drag",null);var Y=r.behavior.drag().on("drag",function(){I=i.constrain(r.event.y-f.scrollBarHeight/2,f.scrollBarMargin,f.scrollBarMargin+q),N=-(I-f.scrollBarMargin)/q*U,X(I,N)});w.call(Y),A.call(Y)}if(e._context.editable)g.classed("cursor-move",!0),s.init({element:g.node(),gd:e,prepFn:function(){var e=u.getTranslate(g);V=e.x,H=e.y},moveFn:function(e,t){var n=V+e,r=H+t;u.setTranslate(g,n,r),F=s.align(n,0,W.l,W.l+W.w,d.xanchor),$=s.align(r,0,W.t+W.h,W.t,d.yanchor)},doneFn:function(n,r,i){if(n&&void 0!==F&&void 0!==$)a.relayout(e,{"legend.x":F,"legend.y":$});else{var l=t._infolayer.selectAll("g.traces").filter(function(){var e=this.getBoundingClientRect();return i.clientX>=e.left&&i.clientX<=e.right&&i.clientY>=e.top&&i.clientY<=e.bottom});l.size()>0&&(1===r?g._clickTimeout=setTimeout(function(){K(l,e,r)},T):2===r&&(g._clickTimeout&&clearTimeout(g._clickTimeout),K(l,e,r)))}}})}function X(e,t){A.attr("data-scroll",t).call(u.setTranslate,0,t),w.call(u.setRect,P,e,f.scrollBarWidth,f.scrollBarHeight),_.select("rect").attr({y:d.borderwidth-t})}}},function(e,t,n){"use strict";var r=n(4),a=n(0),i=n(137),l=n(41),o=n(84);e.exports=function(e,t,n){for(var s,u,c,d,f=e.legend||{},h=t.legend={},p=0,v="normal",y=0;y<n.length;y++){var g=n[y];o.legendGetsTrace(g)&&(p++,r.traceIs(g,"pie")&&p++),(r.traceIs(g,"bar")&&"stack"===t.barmode||-1!==["tonextx","tonexty"].indexOf(g.fill))&&(v=o.isGrouped({traceorder:v})?"grouped+reversed":"reversed"),void 0!==g.legendgroup&&""!==g.legendgroup&&(v=o.isReversed({traceorder:v})?"reversed+grouped":"grouped")}function m(e,t){return a.coerce(f,h,i,e,t)}if(!1!==a.coerce(e,t,l,"showlegend",p>1)){if(m("bgcolor",t.paper_bgcolor),m("bordercolor"),m("borderwidth"),a.coerceFont(m,"font",t.font),m("orientation"),"h"===h.orientation){var _=e.xaxis;_&&_.rangeslider&&_.rangeslider.visible?(s=0,c="left",u=1.1,d="bottom"):(s=0,c="left",u=-.1,d="top")}m("traceorder",v),o.isGrouped(t.legend)&&m("tracegroupgap"),m("x",s),m("xanchor",c),m("y",u),m("yanchor",d),a.noneOrAll(f,h,["x","y"])}}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"legend",layoutAttributes:n(137),supplyLayoutDefaults:n(220),draw:n(219),style:n(136)}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(4),l=n(7),o=n(6),s=/((x|y)([2-9]|[1-9][0-9]+)?)axis$/;e.exports=function(e,t,n,u){var c=e._fullLayout,d=[];var f,h,p,v,y=function(e){var t,n,r,a,i={};for(t in e)if(n=t.split(".")[0].match(s)){var l=n[1],o=l+"axis";if(r=c[o],a={},Array.isArray(e[t])?a.to=e[t].slice(0):Array.isArray(e[t].range)&&(a.to=e[t].range.slice(0)),!a.to)continue;a.axisName=o,a.length=r._length,d.push(l),i[l]=a}return i}(t),g=Object.keys(y),m=function(e,t,n){var r,a,i,l=e._plots,o=[];for(r in l){var s=l[r];if(-1===o.indexOf(s)){var u=s.xaxis._id,c=s.yaxis._id,d=s.xaxis.range,f=s.yaxis.range;s.xaxis._r=s.xaxis.range.slice(),s.yaxis._r=s.yaxis.range.slice(),a=n[u]?n[u].to:d,i=n[c]?n[c].to:f,d[0]===a[0]&&d[1]===a[1]&&f[0]===i[0]&&f[1]===i[1]||-1===t.indexOf(u)&&-1===t.indexOf(c)||o.push(s)}}return o}(c,g,y);if(!m.length)return!1;function _(e){var t=e.xaxis,n=e.yaxis;c._defs.selectAll("#"+e.clipId).call(l.setTranslate,0,0).call(l.setScale,1,1),e.plot.call(l.setTranslate,t._offset,n._offset).call(l.setScale,1,1).select(".scatterlayer").selectAll(".points").selectAll(".point").call(l.setPointGroupScale,1,1),e.plot.select(".scatterlayer").selectAll(".points").selectAll(".textpoint").call(l.setTextPointsScale,1,1)}function T(t,n){var r,a,s,u=y[t.xaxis._id],d=y[t.yaxis._id],f=[];if(u){a=(r=e._fullLayout[u.axisName])._r,s=u.to,f[0]=(a[0]*(1-n)+n*s[0]-a[0])/(a[1]-a[0])*t.xaxis._length;var h=a[1]-a[0],p=s[1]-s[0];r.range[0]=a[0]*(1-n)+n*s[0],r.range[1]=a[1]*(1-n)+n*s[1],f[2]=t.xaxis._length*(1-n+n*p/h)}else f[0]=0,f[2]=t.xaxis._length;if(d){a=(r=e._fullLayout[d.axisName])._r,s=d.to,f[1]=(a[1]*(1-n)+n*s[1]-a[1])/(a[0]-a[1])*t.yaxis._length;var v=a[1]-a[0],g=s[1]-s[0];r.range[0]=a[0]*(1-n)+n*s[0],r.range[1]=a[1]*(1-n)+n*s[1],f[3]=t.yaxis._length*(1-n+n*g/v)}else f[1]=0,f[3]=t.yaxis._length;!function(t,n){var r,a=[];for(a=[t._id,n._id],r=0;r<a.length;r++)o.doTicks(e,a[r],!0);function l(t,n){for(r=0;r<t.length;r++){var i=t[r];-1===a.indexOf(i.xref)&&-1===a.indexOf(i.yref)||n(e,r)}}l(c.annotations||[],i.getComponentMethod("annotations","drawOne")),l(c.shapes||[],i.getComponentMethod("shapes","drawOne")),l(c.images||[],i.getComponentMethod("images","draw"))}(t.xaxis,t.yaxis);var m=t.xaxis,_=t.yaxis,T=!!u,M=!!d,b=T?m._length/f[2]:1,K=M?_._length/f[3]:1,k=T?f[0]:0,x=M?f[1]:0,C=T?f[0]/f[2]*m._length:0,A=M?f[1]/f[3]*_._length:0,w=m._offset-C,L=_._offset-A;c._defs.selectAll("#"+t.clipId).call(l.setTranslate,k,x).call(l.setScale,1/b,1/K),t.plot.call(l.setTranslate,w,L).call(l.setScale,b,K).selectAll(".points").selectAll(".point").call(l.setPointGroupScale,1/b,1/K),t.plot.selectAll(".points").selectAll(".textpoint").call(l.setTextPointsScale,1/b,1/K)}u&&(f=u());var M=r.ease(n.easing);return e._transitionData._interruptCallbacks.push(function(){return window.cancelAnimationFrame(v),v=null,function(){for(var t={},n=0;n<g.length;n++){var r=e._fullLayout[g[n]+"axis"];t[r._name+".range[0]"]=r.range[0],t[r._name+".range[1]"]=r.range[1],r.range=r._r.slice()}return a.relayout(e,t).then(function(){for(var e=0;e<m.length;e++)_(m[e])})}()}),h=Date.now(),v=window.requestAnimationFrame(function t(){p=Date.now();for(var r=Math.min(1,(p-h)/n.duration),i=M(r),l=0;l<m.length;l++)T(m[l],i);p-h>n.duration?(function(){for(var t={},n=0;n<g.length;n++){var r=e._fullLayout[y[g[n]].axisName],i=y[g[n]].to;t[r._name+".range[0]"]=i[0],t[r._name+".range[1]"]=i[1],r.range=i.slice()}f&&f(),a.relayout(e,t).then(function(){for(var e=0;e<m.length;e++)_(m[e])})}(),v=window.cancelAnimationFrame(t)):v=window.requestAnimationFrame(t)}),Promise.resolve()}},function(e,t,n){"use strict";e.exports={xaxis:{valType:"subplotid",role:"info",dflt:"x",description:["Sets a reference between this trace's x coordinates and","a 2D cartesian x axis.","If *x* (the default value), the x coordinates refer to","`layout.xaxis`.","If *x2*, the x coordinates refer to `layout.xaxis2`, and so on."].join(" ")},yaxis:{valType:"subplotid",role:"info",dflt:"y",description:["Sets a reference between this trace's y coordinates and","a 2D cartesian y axis.","If *y* (the default value), the y coordinates refer to","`layout.yaxis`.","If *y2*, the y coordinates refer to `layout.xaxis2`, and so on."].join(" ")}}},function(e,t,n){"use strict";var r=n(13);e.exports=function(e,t){var n,a,i,l,o=e.cd,s=e.xaxis,u=e.yaxis,c=[],d=o[0].trace,f=d.marker,h=!r.hasMarkers(d)&&!r.hasText(d);if(!0===d.visible&&!h){var p=Array.isArray(f.opacity)?1:f.opacity;if(!1===t)for(n=0;n<o.length;n++)o[n].dim=0;else for(n=0;n<o.length;n++)a=o[n],i=s.c2p(a.x),l=u.c2p(a.y),t.contains([i,l])?(c.push({pointNumber:n,x:a.x,y:a.y}),a.dim=0):a.dim=1;return o[0].node3.selectAll("path.point").style("opacity",function(e){return((e.mo+1||p+1)-1)*(e.dim?.2:1)}),o[0].node3.selectAll("text").style("opacity",function(e){return e.dim?.2:1}),c}}},function(e,t,n){"use strict";var r=n(3),a=n(13);e.exports=function(e,t){var n,i;if("lines"===e.mode)return(n=e.line.color)&&r.opacity(n)?n:e.fillcolor;if("none"===e.mode)return e.fill?e.fillcolor:"";var l=t.mcc||(e.marker||{}).color,o=t.mlcc||((e.marker||{}).line||{}).color;return(i=l&&r.opacity(l)?l:o&&r.opacity(o)&&(t.mlw||((e.marker||{}).line||{}).width)?o:"")?r.opacity(i)<.3?r.addOpacity(i,.3):i:(n=(e.line||{}).color)&&r.opacity(n)&&a.hasLines(e)&&e.line.width?n:e.fillcolor}},function(e,t,n){"use strict";var r=n(0),a=n(29),i=n(30),l=n(225),o=n(3),s=a.constants.MAXDIST;e.exports=function(e,t,n,u){var c=e.cd,d=c[0].trace,f=e.xa,h=e.ya,p=f.c2p(t),v=h.c2p(n),y=[p,v],g=d.hoveron||"";if(-1!==g.indexOf("points")){var m=a.getDistanceFunction(u,function(e){var t=Math.max(3,e.mrc||0);return Math.max(Math.abs(f.c2p(e.x)-p)-t,1-3/t)},function(e){var t=Math.max(3,e.mrc||0);return Math.max(Math.abs(h.c2p(e.y)-v)-t,1-3/t)},function(e){var t=Math.max(3,e.mrc||0),n=f.c2p(e.x)-p,r=h.c2p(e.y)-v;return Math.max(Math.sqrt(n*n+r*r)-t,1-3/t)});if(a.getClosest(c,m,e),!1!==e.index){var _=c[e.index],T=f.c2p(_.x,!0),M=h.c2p(_.y,!0),b=_.mrc||1;return r.extendFlat(e,{color:l(d,_),x0:T-b,x1:T+b,xLabelVal:_.x,y0:M-b,y1:M+b,yLabelVal:_.y}),_.htx?e.text=_.htx:d.hovertext?e.text=d.hovertext:_.tx?e.text=_.tx:d.text&&(e.text=d.text),i.hoverInfo(_,d,e),[e]}}if(-1!==g.indexOf("fills")&&d._polygons){var K,k,x,C,A,w,L,D,B=d._polygons,S=[],G=!1,W=1/0,z=-1/0,O=1/0,P=-1/0;for(K=0;K<B.length;K++)(x=B[K]).contains(y)&&(G=!G,S.push(x),O=Math.min(O,x.ymin),P=Math.max(P,x.ymax));if(G){var R=((O=Math.max(O,0))+(P=Math.min(P,h._length)))/2;for(K=0;K<S.length;K++)for(C=S[K].pts,k=1;k<C.length;k++)(L=C[k-1][1])>R!=(D=C[k][1])>=R&&(A=(w=C[k-1][0])+(C[k][0]-w)*(R-L)/(D-L),W=Math.min(W,A),z=Math.max(z,A));W=Math.max(W,0),z=Math.min(z,f._length);var E=o.defaultLine;return o.opacity(d.fillcolor)?E=d.fillcolor:o.opacity((d.line||{}).color)&&(E=d.line.color),r.extendFlat(e,{distance:s+10,x0:W,x1:z,y0:R,y1:R,color:E}),delete e.index,d.text&&!Array.isArray(d.text)?e.text=String(d.text):e.text=d.name,[e]}}}},function(e,t,n){"use strict";var r=n(1),a=n(7),i=n(30);e.exports=function(e){var t=r.select(e).selectAll("g.trace.scatter");t.style("opacity",function(e){return e[0].trace.opacity}),t.selectAll("g.points").each(function(t){var n=r.select(this),i=n.selectAll("path.point"),l=t.trace||t[0].trace;i.call(a.pointStyle,l,e),n.selectAll("text").call(a.textPointStyle,l,e)}),t.selectAll("g.trace path.js-line").call(a.lineGroupStyle),t.selectAll("g.trace path.js-fill").call(a.fillGroupStyle),t.call(i.style)}},function(e,t,n){"use strict";var r=n(1),a=n(21),i=n(8),l=n(9),o=n(4),s=n(6),u=n(20),c=n(0),d=n(10).extendFlat,f=n(28),h=n(7),p=n(3),v=n(97),y=n(14),g=n(19).LINE_SPACING,m=n(150),_=n(148),T=n(23),M=n(102);e.exports=function(e,t){var n={};function b(){var M=e._fullLayout,k=M._size;if("function"==typeof n.fillcolor||"function"==typeof n.line.color){var x,C=r.extent(("function"==typeof n.fillcolor?n.fillcolor:n.line.color).domain()),A=[],w=[],L="function"==typeof n.line.color?n.line.color:function(){return n.line.color},D="function"==typeof n.fillcolor?n.fillcolor:function(){return n.fillcolor},B=n.levels.end+n.levels.size/100,S=n.levels.size,G=1.001*C[0]-.001*C[1],W=1.001*C[1]-.001*C[0];for(x=n.levels.start;(x-B)*S<0;x+=S)x>G&&x<W&&A.push(x);if("function"==typeof n.fillcolor)if(n.filllevels)for(B=n.filllevels.end+n.filllevels.size/100,S=n.filllevels.size,x=n.filllevels.start;(x-B)*S<0;x+=S)x>C[0]&&x<C[1]&&w.push(x);else(w=A.map(function(e){return e-n.levels.size/2})).push(w[w.length-1]+n.levels.size);else n.fillcolor&&"string"==typeof n.fillcolor&&(w=[0]);n.levels.size<0&&(A.reverse(),w.reverse());var z,O=M.height-M.margin.t-M.margin.b,P=M.width-M.margin.l-M.margin.r,R=Math.round(n.thickness*("fraction"===n.thicknessmode?P:1)),E=R/k.w,j=Math.round(n.len*("fraction"===n.lenmode?O:1)),I=j/k.h,N=n.xpad/k.w,F=(n.borderwidth+n.outlinewidth)/2,$=n.ypad/k.h,V=Math.round(n.x*k.w+n.xpad),H=n.x-E*({middle:.5,right:1}[n.xanchor]||0),q=n.y+I*(({top:-.5,bottom:.5}[n.yanchor]||0)-.5),U=Math.round(k.h*(1-q)),Y=U-j,X={type:"linear",range:C,tickmode:n.tickmode,nticks:n.nticks,tick0:n.tick0,dtick:n.dtick,tickvals:n.tickvals,ticktext:n.ticktext,ticks:n.ticks,ticklen:n.ticklen,tickwidth:n.tickwidth,tickcolor:n.tickcolor,showticklabels:n.showticklabels,tickfont:n.tickfont,tickangle:n.tickangle,tickformat:n.tickformat,exponentformat:n.exponentformat,separatethousands:n.separatethousands,showexponent:n.showexponent,showtickprefix:n.showtickprefix,tickprefix:n.tickprefix,showticksuffix:n.showticksuffix,ticksuffix:n.ticksuffix,title:n.title,titlefont:n.titlefont,anchor:"free",position:1},J={type:"linear",_id:"y"+t},Z={letter:"y",font:M.font,noHover:!0,calendar:M.calendar};if(m(X,J,he,Z,M),_(X,J,he,Z),J.position=n.x+N+E,b.axis=J,-1!==["top","bottom"].indexOf(n.titleside)&&(J.titleside=n.titleside,J.titlex=n.x+N,J.titley=q+("top"===n.titleside?I-$:$)),n.line.color&&"auto"===n.tickmode){J.tickmode="linear",J.tick0=n.levels.start;var Q=n.levels.size,ee=c.constrain((U-Y)/50,4,15)+1,te=(C[1]-C[0])/((n.nticks||ee)*Q);if(te>1){var ne=Math.pow(10,Math.floor(Math.log(te)/Math.LN10));Q*=ne*c.roundUp(te/ne,[2,5,10]),(Math.abs(n.levels.start)/n.levels.size+1e-6)%1<2e-6&&(J.tick0=0)}J.dtick=Q}J.domain=[q+$,q+I-$],J.setScale();var re=M._infolayer.selectAll("g."+t).data([0]);re.enter().append("g").classed(t,!0).each(function(){var e=r.select(this);e.append("rect").classed("cbbg",!0),e.append("g").classed("cbfills",!0),e.append("g").classed("cblines",!0),e.append("g").classed("cbaxis",!0).classed("crisp",!0),e.append("g").classed("cbtitleunshift",!0).append("g").classed("cbtitle",!0),e.append("rect").classed("cboutline",!0),e.select(".cbtitle").datum(0)}),re.attr("transform","translate("+Math.round(k.l)+","+Math.round(k.t)+")");var ae=re.select(".cbtitleunshift").attr("transform","translate(-"+Math.round(k.l)+",-"+Math.round(k.t)+")");J._axislayer=re.select(".cbaxis");var ie=0;if(-1!==["top","bottom"].indexOf(n.titleside)){var le,oe=k.l+(n.x+N)*k.w,se=J.titlefont.size;le="top"===n.titleside?(1-(q+I-$))*k.h+k.t+3+.75*se:(1-(q+$))*k.h+k.t-3-.25*se,pe(J._id+"title",{attributes:{x:oe,y:le,"text-anchor":"start"}})}var ue,ce,de,fe=c.syncOrAsync([l.previousPromises,function(){if(-1!==["top","bottom"].indexOf(n.titleside)){var t=re.select(".cbtitle"),i=t.select("text"),l=[-n.outlinewidth/2,n.outlinewidth/2],o=t.select(".h"+J._id+"title-math-group").node(),u=15.6;if(i.node()&&(u=parseInt(i.style("font-size"),10)*g),o?(ie=h.bBox(o).height)>u&&(l[1]-=(ie-u)/2):i.node()&&!i.classed("js-placeholder")&&(ie=h.bBox(i.node()).height),ie){if(ie+=5,"top"===n.titleside)J.domain[1]-=ie/k.h,l[1]*=-1;else{J.domain[0]+=ie/k.h;var d=y.lineCount(i);l[1]+=(1-d)*u}t.attr("transform","translate("+l+")"),J.setScale()}}re.selectAll(".cbfills,.cblines,.cbaxis").attr("transform","translate(0,"+Math.round(k.h*(1-J.domain[1]))+")");var f=re.select(".cbfills").selectAll("rect.cbfill").data(w);f.enter().append("rect").classed("cbfill",!0).style("stroke","none"),f.exit().remove(),f.each(function(e,t){var n=[0===t?C[0]:(w[t]+w[t-1])/2,t===w.length-1?C[1]:(w[t]+w[t+1])/2].map(J.c2p).map(Math.round);t!==w.length-1&&(n[1]+=n[1]>n[0]?1:-1);var i=D(e).replace("e-",""),l=a(i).toHexString();r.select(this).attr({x:V,width:Math.max(R,2),y:r.min(n),height:Math.max(r.max(n)-r.min(n),2),fill:l})});var p=re.select(".cblines").selectAll("path.cbline").data(n.line.color&&n.line.width?A:[]);return p.enter().append("path").classed("cbline",!0),p.exit().remove(),p.each(function(e){r.select(this).attr("d","M"+V+","+(Math.round(J.c2p(e))+n.line.width/2%1)+"h"+R).call(h.lineGroupStyle,n.line.width,L(e),n.line.dash)}),J._axislayer.selectAll("g."+J._id+"tick,path").remove(),J._pos=V+R+(n.outlinewidth||0)/2-("outside"===n.ticks?1:0),J.side="right",c.syncOrAsync([function(){return s.doTicks(e,J,!0)},function(){if(-1===["top","bottom"].indexOf(n.titleside)){var t=J.titlefont.size,a=J._offset+J._length/2,i=k.l+(J.position||0)*k.w+("right"===J.side?10+t*(J.showticklabels?1:.5):-10-t*(J.showticklabels?.5:0));pe("h"+J._id+"title",{avoid:{selection:r.select(e).selectAll("g."+J._id+"tick"),side:n.titleside,offsetLeft:k.l,offsetTop:k.t,maxShift:M.width},attributes:{x:i,y:a,"text-anchor":"middle"},transform:{rotate:"-90",offset:0}})}}])},l.previousPromises,function(){var r=R+n.outlinewidth/2+h.bBox(J._axislayer.node()).width;if((z=ae.select("text")).node()&&!z.classed("js-placeholder")){var a,i=ae.select(".h"+J._id+"title-math-group").node();a=i&&-1!==["top","bottom"].indexOf(n.titleside)?h.bBox(i).width:h.bBox(ae.node()).right-V-k.l,r=Math.max(r,a)}var o=2*n.xpad+r+n.borderwidth+n.outlinewidth/2,s=U-Y;re.select(".cbbg").attr({x:V-n.xpad-(n.borderwidth+n.outlinewidth)/2,y:Y-F,width:Math.max(o,2),height:Math.max(s+2*F,2)}).call(p.fill,n.bgcolor).call(p.stroke,n.bordercolor).style({"stroke-width":n.borderwidth}),re.selectAll(".cboutline").attr({x:V,y:Y+n.ypad+("top"===n.titleside?ie:0),width:Math.max(R,2),height:Math.max(s-2*n.ypad-ie,2)}).call(p.stroke,n.outlinecolor).style({fill:"None","stroke-width":n.outlinewidth});var u=({center:.5,right:1}[n.xanchor]||0)*o;re.attr("transform","translate("+(k.l-u)+","+k.t+")"),l.autoMargin(e,t,{x:n.x,y:n.y,l:o*({right:1,center:.5}[n.xanchor]||0),r:o*({left:1,center:.5}[n.xanchor]||0),t:s*({bottom:1,middle:.5}[n.yanchor]||0),b:s*({top:1,middle:.5}[n.yanchor]||0)})}],e);if(fe&&fe.then&&(e._promises||[]).push(fe),e._context.editable)u.init({element:re.node(),gd:e,prepFn:function(){ue=re.attr("transform"),f(re)},moveFn:function(e,t){re.attr("transform",ue+" translate("+e+","+t+")"),ce=u.align(H+e/k.w,E,0,1,n.xanchor),de=u.align(q-t/k.h,I,0,1,n.yanchor);var r=u.getCursor(ce,de,n.xanchor,n.yanchor);f(re,r)},doneFn:function(t){f(re),t&&void 0!==ce&&void 0!==de&&i.restyle(e,{"colorbar.x":ce,"colorbar.y":de},K().index)}});return fe}function he(e,t){return c.coerce(X,J,T,e,t)}function pe(t,n){var r,a=K();r=o.traceIs(a,"markerColorscale")?"marker.colorbar.title":"colorbar.title";var i={propContainer:J,propName:r,traceIndex:a.index,dfltName:"colorscale",containerGroup:re.select(".cbtitle")},l="h"===t.charAt(0)?t.substr(1):"h"+t;re.selectAll("."+l+",."+l+"-math-group").remove(),v.draw(e,t,d(i,n||{}))}M._infolayer.selectAll("g."+t).remove()}function K(){var n,r,a=t.substr(2);for(n=0;n<e._fullData.length;n++)if((r=e._fullData[n]).uid===a)return r}return Object.keys(M).forEach(function(e){n[e]=null}),n.fillcolor=null,n.line={color:null,width:null,dash:null},n.levels={start:null,end:null,size:null},n.filllevels=null,Object.keys(n).forEach(function(e){b[e]=function(t){return arguments.length?(n[e]=c.isPlainObject(n[e])?c.extendFlat(n[e],t):t,b):n[e]}}),b.options=function(e){return Object.keys(e).forEach(function(t){"function"==typeof b[t]&&b[t](e[t])}),b},b._opts=n,b}},function(e,t,n){"use strict";var r=n(2),a=n(0),i=n(9),l=n(158),o=n(228);e.exports=function(e,t){var n=t[0].trace,s=n.marker,u="cb"+n.uid;if(e._fullLayout._infolayer.selectAll("."+u).remove(),void 0!==s&&s.showscale){var c=s.color,d=s.cmin,f=s.cmax;r(d)||(d=a.aggNums(Math.min,null,c)),r(f)||(f=a.aggNums(Math.max,null,c));var h=t[0].t.cb=o(e,u),p=l.makeColorScaleFunc(l.extractScale(s.colorscale,d,f),{noNumericCheck:!0});h.fillcolor(p).filllevels({start:d,end:f,size:(f-d)/254}).options(s.colorbar)()}else i.autoMargin(e,u)}},function(e,t,n){"use strict";e.exports=function(e,t,n){for(var r,a=null,i=0;i<n.length;++i)!0===(r=n[i][0].trace).visible?(r._nexttrace=null,-1!==["tonextx","tonexty","tonext"].indexOf(r.fill)&&(r._prevtrace=a,a&&(a._nexttrace=r)),a=r):r._prevtrace=r._nexttrace=null}},function(e,t,n){"use strict";var r=n(16).BADNUM;e.exports=function(e,t){var n,a,i,l,o,s,u,c,d,f,h,p,v,y,g,m,_,T,M,b,K=t.xaxis,k=t.yaxis,x=t.simplify,C=t.connectGaps,A=t.baseTolerance,w=t.linear,L=[],D=.2,B=new Array(e.length),S=0;function G(t){var n=K.c2p(e[t].x),a=k.c2p(e[t].y);return n!==r&&a!==r&&[n,a]}function W(e){var t=e[0]/K._length,n=e[1]/k._length;return(1+10*Math.max(0,-t,t-1,-n,n-1))*A}for(x||(A=D=-1),n=0;n<e.length;n++)if(a=G(n)){for(S=0,B[S++]=a,n++;n<e.length;n++){if(!(l=G(n))){if(C)continue;break}if(w){if(T=a,void 0,void 0,M=(_=l)[0]-T[0],b=_[1]-T[1],!((u=Math.sqrt(M*M+b*b))<W(l)*D)){for(d=[(l[0]-a[0])/u,(l[1]-a[1])/u],o=a,h=u,p=y=g=0,c=!1,i=l,n++;n<e.length;n++){if(!(s=G(n))){if(C)continue;break}if(m=(f=[s[0]-a[0],s[1]-a[1]])[0]*d[1]-f[1]*d[0],y=Math.min(y,m),(g=Math.max(g,m))-y>W(s))break;i=s,(v=f[0]*d[0]+f[1]*d[1])>h?(h=v,l=s,c=!1):v<p&&(p=v,o=s,c=!0)}if(c?(B[S++]=l,i!==o&&(B[S++]=o)):(o!==a&&(B[S++]=o),i!==l&&(B[S++]=l)),B[S++]=i,n>=e.length||!s)break;B[S++]=s,a=s}}else B[S++]=l}L.push(B.slice(0,S))}return L}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(7),l=n(30),o=n(13),s=n(231),u=n(230),c=n(141).tester;function d(e,t,n,u,d,f,h){var p,v;!function(e,t,n,i,l){var s=n.xaxis,u=n.yaxis,c=r.extent(a.simpleMap(s.range,s.r2c)),d=r.extent(a.simpleMap(u.range,u.r2c)),f=i[0].trace;if(!o.hasMarkers(f))return;var h=f.marker.maxdisplayed;if(0===h)return;var p=i.filter(function(e){return e.x>=c[0]&&e.x<=c[1]&&e.y>=d[0]&&e.y<=d[1]}),v=Math.ceil(p.length/h),y=0;l.forEach(function(e,n){var r=e[0].trace;o.hasMarkers(r)&&r.marker.maxdisplayed>0&&n<t&&y++});var g=Math.round(y*v/3+Math.floor(y/3)*v/7.1);i.forEach(function(e){delete e.vis}),p.forEach(function(e,t){0===Math.round((t+g)%v)&&(e.vis=!0)})}(0,t,n,u,d);var y=!!h&&h.duration>0;function g(e){return y?e.transition():e}var m=n.xaxis,_=n.yaxis,T=u[0].trace,M=T.line,b=r.select(f);if(b.call(l.plot,n,h),!0===T.visible){var K,k;g(b).style("opacity",T.opacity);var x=T.fill.charAt(T.fill.length-1);"x"!==x&&"y"!==x&&(x=""),u[0].node3=b;var C="",A=[],w=T._prevtrace;w&&(C=w._prevRevpath||"",k=w._nextFill,A=w._polygons);var L,D,B,S,G,W,z,O,P,R="",E="",j=[],I=[],N=a.noop;if(K=T._ownFill,o.hasLines(T)||"none"!==T.fill){for(k&&k.datum(u),-1!==["hv","vh","hvh","vhv"].indexOf(M.shape)?(B=i.steps(M.shape),S=i.steps(M.shape.split("").reverse().join(""))):B=S="spline"===M.shape?function(e){var t=e[e.length-1];return e[0][0]===t[0]&&e[0][1]===t[1]?i.smoothclosed(e.slice(1),M.smoothing):i.smoothopen(e,M.smoothing)}:function(e){return"M"+e.join("L")},G=function(e){return S(e.reverse())},j=s(u,{xaxis:m,yaxis:_,connectGaps:T.connectgaps,baseTolerance:Math.max(M.width||1,3)/4,linear:"linear"===M.shape,simplify:M.simplify}),P=T._polygons=new Array(j.length),v=0;v<j.length;v++)T._polygons[v]=c(j[v]);j.length&&(W=j[0][0],O=(z=j[j.length-1])[z.length-1]),I=j.filter(function(e){return e.length>1}),N=function(e){return function(t){if(L=B(t),D=G(t),R?x?(R+="L"+L.substr(1),E=D+"L"+E.substr(1)):(R+="Z"+L,E=D+"Z"+E):(R=L,E=D),o.hasLines(T)&&t.length>1){var n=r.select(this);if(n.datum(u),e)g(n.style("opacity",0).attr("d",L).call(i.lineGroupStyle)).style("opacity",1);else{var a=g(n);a.attr("d",L),i.singleLineStyle(u,a)}}}}}var F=b.selectAll(".js-line").data(I);g(F.exit()).style("opacity",0).remove(),F.each(N(!1)),F.enter().append("path").classed("js-line",!0).style("vector-effect","non-scaling-stroke").call(i.lineGroupStyle).each(N(!0)),j.length&&(K?W&&O&&(x?("y"===x?W[1]=O[1]=_.c2p(0,!0):"x"===x&&(W[0]=O[0]=m.c2p(0,!0)),g(K).attr("d","M"+O+"L"+W+"L"+R.substr(1)).call(i.singleFillStyle)):g(K).attr("d",R+"Z").call(i.singleFillStyle)):"tonext"===T.fill.substr(0,6)&&R&&C&&("tonext"===T.fill?g(k).attr("d",R+"Z"+C+"Z").call(i.singleFillStyle):g(k).attr("d",R+"L"+C.substr(1)+"Z").call(i.singleFillStyle),T._polygons=T._polygons.concat(A)),T._prevRevpath=E,T._prevPolygons=P);var $=b.selectAll(".points");p=$.data([u]),$.each(Y),p.enter().append("g").classed("points",!0).each(Y),p.exit().remove()}function V(e){return e.filter(function(e){return e.vis})}function H(e){return e.id}function q(e){if(e.ids)return H}function U(){return!1}function Y(t){var n,l=t[0].trace,s=r.select(this),u=o.hasMarkers(l),c=o.hasText(l),d=q(l),f=U,h=U;u&&(f=l.marker.maxdisplayed||l._needsCull?V:a.identity),c&&(h=l.marker.maxdisplayed||l._needsCull?V:a.identity);var p=(n=s.selectAll("path.point").data(f,d)).enter().append("path").classed("point",!0);y&&p.call(i.pointStyle,l,e).call(i.translatePoints,m,_,l).style("opacity",0).transition().style("opacity",1);var v=u&&i.tryColorscale(l.marker,""),T=u&&i.tryColorscale(l.marker,"line");n.order(),n.each(function(t){var n=r.select(this),a=g(n);i.translatePoint(t,a,m,_)?(i.singlePointStyle(t,a,l,v,T,e),l.customdata&&n.classed("plotly-customdata",null!==t.data&&void 0!==t.data)):a.remove()}),y?n.exit().transition().style("opacity",0).remove():n.exit().remove(),(n=s.selectAll("g").data(h,d)).enter().append("g").classed("textpoint",!0).append("text"),n.order(),n.each(function(e){var t=r.select(this),n=g(t.select("text"));i.translatePoint(e,n,m,_)||t.remove()}),n.selectAll("text").call(i.textPointStyle,l,e).each(function(e){var t=e.xp||m.c2p(e.x),n=e.yp||_.c2p(e.y);r.select(this).selectAll("tspan.line").each(function(){g(r.select(this)).attr({x:t,y:n})})}),n.exit().remove()}}e.exports=function(e,t,n,a,i){var l,o,s,c,f=t.plot.select("g.scatterlayer"),h=!a,p=!!a&&a.duration>0;for((s=f.selectAll("g.trace").data(n,function(e){return e[0].trace.uid})).enter().append("g").attr("class",function(e){return"trace scatter trace"+e[0].trace.uid}).style("stroke-miterlimit",2),u(e,t,n),function(e,t){var n;t.selectAll("g.trace").each(function(e){var t=r.select(this);if((n=e[0].trace)._nexttrace){if(n._nextFill=t.select(".js-fill.js-tonext"),!n._nextFill.size()){var a=":first-child";t.select(".js-fill.js-tozero").size()&&(a+=" + *"),n._nextFill=t.insert("path",a).attr("class","js-fill js-tonext")}}else t.selectAll(".js-fill.js-tonext").remove(),n._nextFill=null;n.fill&&("tozero"===n.fill.substr(0,6)||"toself"===n.fill||"to"===n.fill.substr(0,2)&&!n._prevtrace)?(n._ownFill=t.select(".js-fill.js-tozero"),n._ownFill.size()||(n._ownFill=t.insert("path",":first-child").attr("class","js-fill js-tozero"))):(t.selectAll(".js-fill.js-tozero").remove(),n._ownFill=null)})}(0,f),l=0,o={};l<n.length;l++)o[n[l][0].trace.uid]=l;(f.selectAll("g.trace").sort(function(e,t){return o[e[0].trace.uid]>o[t[0].trace.uid]?1:-1}),p)?(i&&(c=i()),r.transition().duration(a.duration).ease(a.easing).each("end",function(){c&&c()}).each("interrupt",function(){c&&c()}).each(function(){f.selectAll("g.trace").each(function(r,i){d(e,i,t,r,n,this,a)})})):f.selectAll("g.trace").each(function(r,i){d(e,i,t,r,n,this,a)});h&&s.exit().remove(),f.selectAll("path:not([d])").remove()}},function(e,t,n){"use strict";var r=n(39),a=n(154),i=n(13);e.exports=function(e){i.hasLines(e)&&r(e,"line")&&a(e,e.line.color,"line","c"),i.hasMarkers(e)&&(r(e,"marker")&&a(e,e.marker.color,"marker","c"),r(e,"marker.line")&&a(e,e.marker.line.color,"marker.line","c"))}},function(e,t,n){"use strict";var r=n(2),a=n(6),i=n(16).BADNUM,l=n(13),o=n(233),s=n(139);e.exports=function(e,t){var n,u,c=a.getFromId(e,t.xaxis||"x"),d=a.getFromId(e,t.yaxis||"y"),f=c.makeCalcdata(t,"x"),h=d.makeCalcdata(t,"y"),p=Math.min(f.length,h.length);c._minDtick=0,d._minDtick=0,f.length>p&&f.splice(p,f.length-p),h.length>p&&h.splice(p,h.length-p);var v={padded:!0},y={padded:!0};if(l.hasMarkers(t)){if(n=t.marker.size,Array.isArray(n)){var g={type:"linear"};a.setConvert(g),(n=g.makeCalcdata(t.marker,"size")).length>p&&n.splice(p,n.length-p)}var m,_=1.6*(t.marker.sizeref||1);m="area"===t.marker.sizemode?function(e){return Math.max(Math.sqrt((e||0)/_),3)}:function(e){return Math.max((e||0)/_,3)},v.ppad=y.ppad=Array.isArray(n)?n.map(m):m(n)}o(t),!("tozerox"===t.fill||"tonextx"===t.fill&&e.firstscatter)||f[0]===f[p-1]&&h[0]===h[p-1]?t.error_y.visible||-1===["tonexty","tozeroy"].indexOf(t.fill)&&(l.hasMarkers(t)||l.hasText(t))||(v.padded=!1,v.ppad=0):v.tozero=!0,!("tozeroy"===t.fill||"tonexty"===t.fill&&e.firstscatter)||f[0]===f[p-1]&&h[0]===h[p-1]?-1!==["tonextx","tozerox"].indexOf(t.fill)&&(y.padded=!1):y.tozero=!0,a.expand(c,f,v),a.expand(d,h,y);var T=new Array(p);for(u=0;u<p;u++)T[u]=r(f[u])&&r(h[u])?{x:f[u],y:h[u]}:{x:i,y:i},t.ids&&(T[u].id=String(t.ids[u]));return s(T,t),e.firstscatter=!1,T}},function(e,t,n){"use strict";e.exports=function(e){for(var t=0;t<e.length;t++){var n=e[t];if("scatter"===n.type){var r=n.fill;if("none"!==r&&"toself"!==r&&(n.opacity=void 0,"tonexty"===r||"tonextx"===r))for(var a=t-1;a>=0;a--){var i=e[a];if("scatter"===i.type&&i.xaxis===n.xaxis&&i.yaxis===n.yaxis){i.opacity=void 0;break}}}}}},function(e,t,n){"use strict";var r=n(3);e.exports=function(e,t,n,a){var i=!1;if(t.marker){var l=t.marker.color,o=(t.marker.line||{}).color;l&&!Array.isArray(l)?i=l:o&&!Array.isArray(o)&&(i=o)}a("fillcolor",r.addOpacity((t.line||{}).color||i||n,.5))}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n,a){a("textposition"),r.coerceFont(a,"textfont",n.font)}},function(e,t,n){"use strict";e.exports=function(e,t,n){"spline"===n("line.shape")&&n("line.smoothing")}},function(e,t,n){"use strict";var r=n(39),a=n(100);e.exports=function(e,t,n,i,l,o){var s=(e.marker||{}).color;(l("line.color",n),r(e,"line"))?a(e,t,i,l,{prefix:"line.",cLetter:"c"}):l("line.color",!Array.isArray(s)&&s||n);l("line.width"),(o||{}).noDash||l("line.dash")}},function(e,t,n){"use strict";var r=n(3),a=n(39),i=n(100),l=n(13);e.exports=function(e,t,n,o,s,u){var c=l.isBubble(e),d=(e.line||{}).color;(u=u||{},d&&(n=d),s("marker.symbol"),s("marker.opacity",c?.7:1),s("marker.size"),s("marker.color",n),a(e,"marker")&&i(e,t,o,s,{prefix:"marker.",cLetter:"c"}),u.noLine||(s("marker.line.color",d&&!Array.isArray(d)&&t.marker.color!==d?d:c?r.background:r.defaultLine),a(e,"marker.line")&&i(e,t,o,s,{prefix:"marker.line.",cLetter:"c"}),s("marker.line.width",c?1:0)),c&&(s("marker.sizeref"),s("marker.sizemin"),s("marker.sizemode")),u.gradient)&&("none"!==s("marker.gradient.type")&&s("marker.gradient.color"))}},function(e,t,n){"use strict";var r=n(4);e.exports=function(e,t,n,a){var i,l=a("x"),o=a("y");if(r.getComponentMethod("calendars","handleTraceDefaults")(e,t,["x","y"],n),l)o?((i=Math.min(l.length,o.length))<l.length&&(t.x=l.slice(0,i)),i<o.length&&(t.y=o.slice(0,i))):(i=l.length,a("y0"),a("dy"));else{if(!o)return 0;i=t.y.length,a("x0"),a("dx")}return i}},function(e,t,n){"use strict";var r=n(0),a=n(40),i=n(153),l=n(13),o=n(241),s=n(240),u=n(239),c=n(238),d=n(237),f=n(236),h=n(152);e.exports=function(e,t,n,p){function v(n,i){return r.coerce(e,t,a,n,i)}var y=o(e,t,p,v),g=y<i.PTS_LINESONLY?"lines+markers":"lines";if(y){v("text"),v("hovertext"),v("mode",g),l.hasLines(t)&&(u(e,t,n,p,v),c(e,t,v),v("connectgaps"),v("line.simplify")),l.hasMarkers(t)&&s(e,t,n,p,v,{gradient:!0}),l.hasText(t)&&d(e,t,p,v);var m=[];(l.hasMarkers(t)||l.hasText(t))&&(v("marker.maxdisplayed"),m.push("points")),v("fill"),"none"!==t.fill&&(f(e,t,n,v),l.hasLines(t)||c(e,t,v)),"tonext"!==t.fill&&"toself"!==t.fill||m.push("fills"),v("hoveron",m.join("+")||"points"),h(e,t,n,{axis:"y"}),h(e,t,n,{axis:"x",inherit:"y"})}else t.visible=!1}},function(e,t,n){"use strict";var r={},a=n(13);r.hasLines=a.hasLines,r.hasMarkers=a.hasMarkers,r.hasText=a.hasText,r.isBubble=a.isBubble,r.attributes=n(40),r.supplyDefaults=n(242),r.cleanData=n(235),r.calc=n(234),r.arraysToCalcdata=n(139),r.plot=n(232),r.colorbar=n(229),r.style=n(227),r.hoverPoints=n(226),r.selectPoints=n(224),r.animatable=!0,r.moduleType="trace",r.name="scatter",r.basePlotModule=n(138),r.categories=["cartesian","symbols","markerColorscale","errorBarsOK","showLegend"],r.meta={description:["The scatter trace type encompasses line charts, scatter charts, text charts, and bubble charts.","The data visualized as scatter point or lines is set in `x` and `y`.","Text (appearing either on the chart or on hover only) is via `text`.","Bubble charts are achieved by setting `marker.size` and/or `marker.color`","to numerical arrays."].join(" ")},e.exports=r},function(e,t,n){"use strict";var r=n(0),a=n(9),i=n(110),l=r.isPlainObject,o=Array.isArray;function s(e,t,n,a,i,u){u=u||[];for(var c=Object.keys(e),p=0;p<c.length;p++){var v=c[p];if("transforms"!==v){var y=u.slice();y.push(v);var g=e[v],m=t[v],_=h(n,v),T="info_array"===(_||{}).valType,M="colorscale"===(_||{}).valType;if(f(n,v))if(l(g)&&l(m))s(g,m,_,a,i,y);else if(_.items&&!T&&o(g)){var b,K,k=_.items,x=k[Object.keys(k)[0]],C=[];for(b=0;b<m.length;b++){var A=m[b]._index||b;(K=y.slice()).push(A),l(g[A])&&l(m[b])&&(C.push(A),s(g[A],m[b],x,a,i,K))}for(b=0;b<g.length;b++)(K=y.slice()).push(b),l(g[b])?-1===C.indexOf(b)&&a.push(d("unused",i,K)):a.push(d("object",i,K,g[b]))}else!l(g)&&l(m)?a.push(d("object",i,y,g)):o(g)||!o(m)||T||M?v in t?r.validate(g,_)?"enumerated"===_.valType&&(_.coerceNumber&&g!==+m||g!==m)&&a.push(d("dynamic",i,y,g,m)):a.push(d("value",i,y,g)):a.push(d("unused",i,y,g)):a.push(d("array",i,y,g));else a.push(d("schema",i,y))}}return a}e.exports=function(e,t){var n,u,c=i.get(),f=[],h={};o(e)?(h.data=r.extendDeep([],e),n=e):(h.data=[],n=[],f.push(d("array","data"))),l(t)?(h.layout=r.extendDeep({},t),u=t):(h.layout={},u={},arguments.length>1&&f.push(d("object","layout"))),a.supplyDefaults(h);for(var p=h._fullData,v=n.length,y=0;y<v;y++){var g=n[y],m=["data",y];if(l(g)){var _=p[y],T=_.type,M=c.traces[T].attributes;M.type={valType:"enumerated",values:[T]},!1===_.visible&&!1!==g.visible&&f.push(d("invisible",m)),s(g,_,M,f,m);var b=g.transforms,K=_.transforms;if(b){o(b)||f.push(d("array",m,["transforms"])),m.push("transforms");for(var k=0;k<b.length;k++){var x=["transforms",k],C=b[k].type;if(l(b[k])){var A=c.transforms[C]?c.transforms[C].attributes:{};A.type={valType:"enumerated",values:Object.keys(c.transforms)},s(b[k],K[k],A,f,m,x)}else f.push(d("object",m,x))}}}else f.push(d("object",m))}return s(u,h._fullLayout,function(e,t){for(var n=0;n<t.length;n++){var a=t[n].type,i=e.traces[a].layoutAttributes;i&&r.extendFlat(e.layout.layoutAttributes,i)}return e.layout.layoutAttributes}(c,p),f,"layout"),0===f.length?void 0:f};var u={object:function(e,t){return("layout"===e&&""===t?"The layout argument":"data"===e[0]&&""===t?"Trace "+e[1]+" in the data argument":c(e)+"key "+t)+" must be linked to an object container"},array:function(e,t){return("data"===e?"The data argument":c(e)+"key "+t)+" must be linked to an array container"},schema:function(e,t){return c(e)+"key "+t+" is not part of the schema"},unused:function(e,t,n){var r=l(n)?"container":"key";return c(e)+r+" "+t+" did not get coerced"},dynamic:function(e,t,n,r){return[c(e)+"key",t,"(set to '"+n+"')","got reset to","'"+r+"'","during defaults."].join(" ")},invisible:function(e){return"Trace "+e[1]+" got defaulted to be not visible"},value:function(e,t,n){return[c(e)+"key "+t,"is set to an invalid value ("+n+")"].join(" ")}};function c(e){return o(e)?"In data trace "+e[1]+", ":"In "+e+", "}function d(e,t,n,a,i){var l,s;n=n||"",o(t)?(l=t[0],s=t[1]):(l=t,s=null);var c=function(e){if(!o(e))return String(e);for(var t="",n=0;n<e.length;n++){var r=e[n];"number"==typeof r?t=t.substr(0,t.length-1)+"["+r+"]":t+=r,n<e.length-1&&(t+=".")}return t}(n),d=u[e](t,c,a,i);return r.log(d),{code:e,container:l,trace:s,path:n,astr:c,msg:d}}function f(e,t){var n=p(t),r=n.keyMinusId,a=n.id;return!!(r in e&&e[r]._isSubplotObj&&a)||t in e}function h(e,t){return e[p(t).keyMinusId]}function p(e){var t=e.split(/([2-9]|[1-9][0-9]+)$/)[0];return{keyMinusId:t,id:e.substr(t.length,e.length)}}},function(e,t,n){"use strict";var r=n(4),a=n(0);function i(e){r.register(e,e.name,e.categories,e.meta),r.subplotsRegistry[e.basePlotModule.name]||r.registerSubplot(e.basePlotModule)}function l(e){if("string"!=typeof e.name)throw new Error("Transform module *name* must be a string.");var t="Transform module "+e.name,n="function"==typeof e.transform,i="function"==typeof e.calcTransform;if(!n&&!i)throw new Error(t+" is missing a *transform* or *calcTransform* method.");n&&i&&a.log([t+" has both a *transform* and *calcTransform* methods.","Please note that all *transform* methods are executed","before all *calcTransform* methods."].join(" ")),a.isPlainObject(e.attributes)||a.log(t+" registered without an *attributes* object."),"function"!=typeof e.supplyDefaults&&a.log(t+" registered without a *supplyDefaults* method."),r.transformsRegistry[e.name]=e}function o(e){if("string"!=typeof e.name)throw new Error("Component module *name* must be a string.");r.registerComponent(e)}e.exports=function(e){if(!e)throw new Error("No argument passed to Plotly.register.");e&&!Array.isArray(e)&&(e=[e]);for(var t=0;t<e.length;t++){var n=e[t];if(!n)throw new Error("Invalid module was attempted to be registered!");switch(n.moduleType){case"trace":i(n);break;case"transform":l(n);break;case"component":o(n);break;default:throw new Error("Invalid module was attempted to be registered!")}}}},function(e,t,n){"use strict";var r=n(8),a=n(0);e.exports=function(e){return a.extendFlat(r.defaultConfig,e)}},function(e,t,n){"use strict";"undefined"!=typeof MathJax?(t.MathJax=!0,MathJax.Hub.Config({messageStyle:"none",skipStartupTypeset:!0,displayAlign:"left",tex2jax:{inlineMath:[["$","$"],["\\(","\\)"]]}}),MathJax.Hub.Configured()):t.MathJax=!1},function(e,t,n){"use strict";var r=n(0),a={"X,X div":"font-family:'Open Sans', verdana, arial, sans-serif;margin:0;padding:0;","X input,X button":"font-family:'Open Sans', verdana, arial, sans-serif;","X input:focus,X button:focus":"outline:none;","X a":"text-decoration:none;","X a:hover":"text-decoration:none;","X .crisp":"shape-rendering:crispEdges;","X .user-select-none":"-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;","X svg":"overflow:hidden;","X svg a":"fill:#447adb;","X svg a:hover":"fill:#3c6dc5;","X .main-svg":"position:absolute;top:0;left:0;pointer-events:none;","X .main-svg .draglayer":"pointer-events:all;","X .cursor-default":"cursor:default;","X .cursor-pointer":"cursor:pointer;","X .cursor-crosshair":"cursor:crosshair;","X .cursor-move":"cursor:move;","X .cursor-col-resize":"cursor:col-resize;","X .cursor-row-resize":"cursor:row-resize;","X .cursor-ns-resize":"cursor:ns-resize;","X .cursor-ew-resize":"cursor:ew-resize;","X .cursor-sw-resize":"cursor:sw-resize;","X .cursor-s-resize":"cursor:s-resize;","X .cursor-se-resize":"cursor:se-resize;","X .cursor-w-resize":"cursor:w-resize;","X .cursor-e-resize":"cursor:e-resize;","X .cursor-nw-resize":"cursor:nw-resize;","X .cursor-n-resize":"cursor:n-resize;","X .cursor-ne-resize":"cursor:ne-resize;","X .modebar":"position:absolute;top:2px;right:2px;z-index:1001;background:rgba(255,255,255,0.7);","X .modebar--hover":"opacity:0;-webkit-transition:opacity 0.3s ease 0s;-moz-transition:opacity 0.3s ease 0s;-ms-transition:opacity 0.3s ease 0s;-o-transition:opacity 0.3s ease 0s;transition:opacity 0.3s ease 0s;","X:hover .modebar--hover":"opacity:1;","X .modebar-group":"float:left;display:inline-block;box-sizing:border-box;margin-left:8px;position:relative;vertical-align:middle;white-space:nowrap;","X .modebar-group:first-child":"margin-left:0px;","X .modebar-btn":"position:relative;font-size:16px;padding:3px 4px;cursor:pointer;line-height:normal;box-sizing:border-box;","X .modebar-btn svg":"position:relative;top:2px;","X .modebar-btn path":"fill:rgba(0,31,95,0.3);","X .modebar-btn.active path,X .modebar-btn:hover path":"fill:rgba(0,22,72,0.5);","X .modebar-btn.modebar-btn--logo":"padding:3px 1px;","X .modebar-btn.modebar-btn--logo path":"fill:#447adb !important;","X [data-title]:before,X [data-title]:after":"position:absolute;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);display:none;opacity:0;z-index:1001;pointer-events:none;top:110%;right:50%;","X [data-title]:hover:before,X [data-title]:hover:after":"display:block;opacity:1;","X [data-title]:before":"content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1002;margin-top:-12px;border-bottom-color:#69738a;margin-right:-6px;","X [data-title]:after":"content:attr(data-title);background:#69738a;color:white;padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap;margin-right:-18px;border-radius:2px;","X .select-outline":"fill:none;stroke-width:1;shape-rendering:crispEdges;","X .select-outline-1":"stroke:white;","X .select-outline-2":"stroke:black;stroke-dasharray:2px 2px;",Y:"font-family:'Open Sans';position:fixed;top:50px;right:20px;z-index:10000;font-size:10pt;max-width:180px;","Y p":"margin:0;","Y .notifier-note":"min-width:180px;max-width:250px;border:1px solid #fff;z-index:3000;margin:0;background-color:#8c97af;background-color:rgba(140,151,175,0.9);color:#fff;padding:10px;","Y .notifier-close":"color:#fff;opacity:0.8;float:right;padding:0 5px;background:none;border:none;font-size:20px;font-weight:bold;line-height:20px;","Y .notifier-close:hover":"color:#444;text-decoration:none;cursor:pointer;"};for(var i in a){var l=i.replace(/^,/," ,").replace(/X/g,".js-plotly-plot .plotly").replace(/Y/g,".plotly-notifier");r.addStyleRule(l,a[i])}},function(e,t){},function(e,t,n){(function(t,r){var a; +e.exports=function(){"use strict";var e={installed:!1,p:Promise.resolve(),version:"2.0.2",loaded:{},install:function(n){if(!e.installed){var r=["unload"].concat(["src","type","async","integrity","text","crossorigin"]);n.component("script2",{props:r,render:function(e){return e("div",{style:"display:none"},this.$slots.default)},mounted:function(){var n=this,i=this.$el.parentElement;if(this.src){var a=t.omitBy(t.pick(this,r),t.isUndefined);a.parent=i;var l=function(){return e.load(n.src,a)};t.isUndefined(this.async)?e.p=e.p.then(l):l()}else e.p=e.p.then(function(){var e=document.createElement("script");e.type="text/javascript",e.appendChild(document.createTextNode(n.$el.innerHTML)),i.appendChild(e)});this.$nextTick(function(){n.$el.parentElement.removeChild(n.$el)})},destroyed:function(){this.unload&&(new Function(this.unload)(),delete e.loaded[this.src])}}),e.installed=!0}},load:function(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{parent:document.head};return e.loaded[n]?Promise.resolve(n):new Promise(function(i,a){var l=document.createElement("script");t.defaults2(l,t.omit(r,["unload","parent"]),{type:"text/javascript"}),l.async=!1,l.src=n,r.crossorigin&&(l.crossOrigin=r.crossorigin),l.onload=function(){e.loaded[n]=1,i(n)},l.onerror=function(){return a(new Error(n))},r.parent.appendChild(l)})}},t={isUndefined:function(e){return void 0===e},pick:function(e,t){var n={};return t.forEach(function(t){n[t]=e[t]}),n},omit:function(e,t){var n={};return Object.keys(e).forEach(function(r){-1===t.indexOf(r)&&(n[r]=e[r])}),n},omitBy:function(e,t){var n={};return Object.keys(e).forEach(function(r){t(e[r])||(n[r]=e[r])}),n},defaults2:function(e){for(var n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];r.forEach(function(n){Object.keys(n).forEach(function(r){(t.isUndefined(e[r])||""===e[r])&&(e[r]=n[r])})})}};return e}()},,function(e,t,n){"use strict";var r=n(45);n.n(r).a},,function(e,t,n){"use strict";var r=n(46);n.n(r).a},function(e,t,n){"use strict";n.r(t);var r=n(122),i=n(48);for(var a in i)"default"!==a&&function(e){n.d(t,e,function(){return i[e]})}(a);var l=n(5),o=Object(l.a)(i.default,r.a,r.b,!1,null,null,null);t.default=o.exports},,function(e,t,n){"use strict";var r=n(49);n.n(r).a},function(e,t,n){"use strict";var r=n(91).EventEmitter,i=n(8),a=n(0),l=n(95),o=n(94),s=n(93),u=n(92);e.exports=function(e,t){var n=new r,c=o(e,{format:"png"}),d=c.gd;d.style.position="absolute",d.style.left="-5000px",document.body.appendChild(d);var f=l.getRedrawFunc(d);return i.plot(d,c.data,c.layout,c.config).then(f).then(function(){var e=l.getDelay(d._fullLayout);setTimeout(function(){var e=s(d),r=document.createElement("canvas");r.id=a.randstr(),(n=u({format:t.format,width:d._fullLayout.width,height:d._fullLayout.height,canvas:r,emitter:n,svg:e})).clean=function(){d&&document.body.removeChild(d)}},e)}).catch(function(e){n.emit("error",e)}),n}},function(e,t,n){"use strict";var r=n(95),i={getDelay:r.getDelay,getRedrawFunc:r.getRedrawFunc,clone:n(94),toSVG:n(93),svgToImg:n(92),toImage:n(183),downloadImage:n(96)};e.exports=i},function(e,t,n){"use strict";var r=n(1);e.exports=function(e,t){var n=e._name,i={};if("all"===t.step)i[n+".autorange"]=!0;else{var a=function(e,t){var n,i=e.range,a=new Date(e.r2l(i[1])),l=t.step,o=t.count;switch(t.stepmode){case"backward":n=e.l2r(+r.time[l].utc.offset(a,-o));break;case"todate":var s=r.time[l].utc.offset(a,-o);n=e.l2r(+r.time[l].utc.ceil(s))}var u=i[1];return[n,u]}(e,t);i[n+".range[0]"]=a[0],i[n+".range[1]"]=a[1]}return i}},function(e,t,n){"use strict";var r=n(1),i=n(8),a=n(9),l=n(3),o=n(7),s=n(14),u=n(18),c=n(37),d=n(19).LINE_SPACING,f=n(128),h=n(185);function p(e){return e._id}function v(e,t,n){var r=e.selectAll("rect").data([0]);r.enter().append("rect").classed("selector-rect",!0),r.attr("shape-rendering","crispEdges"),r.attr({rx:f.rx,ry:f.ry}),r.call(l.stroke,t.bordercolor).call(l.fill,function(e,t){return t.isActive||t.isHovered?e.activecolor:e.bgcolor}(t,n)).style("stroke-width",t.borderwidth+"px")}function y(e,t,n,r){var i,a=e.selectAll("text").data([0]);a.enter().append("text").classed("selector-text",!0).classed("user-select-none",!0),a.attr("text-anchor","middle"),a.call(o.font,t.font).text((i=n,i.label?i.label:"all"===i.step?"all":i.count+i.step.charAt(0))).call(function(e){s.convertToTspans(e,r)})}e.exports=function(e){var t=e._fullLayout._infolayer.selectAll(".rangeselector").data(function(e){for(var t=u.list(e,"x",!0),n=[],r=0;r<t.length;r++){var i=t[r];i.rangeselector&&i.rangeselector.visible&&n.push(i)}return n}(e),p);t.enter().append("g").classed("rangeselector",!0),t.exit().remove(),t.style({cursor:"pointer","pointer-events":"all"}),t.each(function(t){var n=r.select(this),l=t,u=l.rangeselector,p=n.selectAll("g.button").data(u.buttons);p.enter().append("g").classed("button",!0),p.exit().remove(),p.each(function(t){var n=r.select(this),a=h(l,t);t.isActive=function(e,t,n){if("all"===t.step)return!0===e.autorange;var r=Object.keys(n);return e.range[0]===n[r[0]]&&e.range[1]===n[r[1]]}(l,t,a),n.call(v,u,t),n.call(y,u,t,e),n.on("click",function(){e._dragged||i.relayout(e,a)}),n.on("mouseover",function(){t.isHovered=!0,n.call(v,u,t)}),n.on("mouseout",function(){t.isHovered=!1,n.call(v,u,t)})}),function(e,t,n,i){n.width=0,n.height=0;var l=n.borderwidth;t.each(function(){var e=r.select(this),t=e.select(".selector-text"),i=n.font.size*d,a=Math.max(i*s.lineCount(t),16)+3;n.height=Math.max(n.height,a)}),t.each(function(){var e=r.select(this),t=e.select(".selector-rect"),i=e.select(".selector-text"),a=i.node()&&o.bBox(i.node()).width,u=n.font.size*d,c=s.lineCount(i),h=Math.max(a+10,f.minButtonWidth);e.attr("transform","translate("+(l+n.width)+","+l+")"),t.attr({x:0,y:0,width:h,height:n.height}),s.positionText(i,h/2,n.height/2-(c-1)*u/2+3),n.width+=h+5}),t.selectAll("rect").attr("height",n.height);var u=e._fullLayout._size;n.lx=u.l+u.w*n.x,n.ly=u.t+u.h*(1-n.y);var h="left";c.isRightAnchor(n)&&(n.lx-=n.width,h="right");c.isCenterAnchor(n)&&(n.lx-=n.width/2,h="center");var p="top";c.isBottomAnchor(n)&&(n.ly-=n.height,p="bottom");c.isMiddleAnchor(n)&&(n.ly-=n.height/2,p="middle");n.width=Math.ceil(n.width),n.height=Math.ceil(n.height),n.lx=Math.round(n.lx),n.ly=Math.round(n.ly),a.autoMargin(e,i+"-range-selector",{x:n.x,y:n.y,l:n.width*({right:1,center:.5}[h]||0),r:n.width*({left:1,center:.5}[h]||0),b:n.height*({top:1,middle:.5}[p]||0),t:n.height*({bottom:1,middle:.5}[p]||0)})}(e,p,u,l._name),n.attr("transform","translate("+u.lx+","+u.ly+")")})}},function(e,t,n){"use strict";var r=n(0),i=n(3),a=n(80),l=n(129),o=n(128);e.exports=function(e,t,n,s,u){var c=e.rangeselector||{},d=t.rangeselector={};function f(e,t){return r.coerce(c,d,a,e,t)}if(f("visible",function(e,t,n){var i,a,o=e.buttons||[],s=t.buttons=[];function u(e,t){return r.coerce(i,a,l,e,t)}for(var c=0;c<o.length;c++)if(i=o[c],a={},r.isPlainObject(i)){var d=u("step");"all"!==d&&(!n||"gregorian"===n||"month"!==d&&"year"!==d?u("stepmode"):a.stepmode="backward",u("count")),u("label"),a._index=c,s.push(a)}return s}(c,d,u).length>0)){var h=function(e,t,n){for(var r=n.filter(function(n){return t[n].anchor===e._id}),i=0,a=0;a<r.length;a++){var l=t[r[a]].domain;l&&(i=Math.max(l[1],i))}return[e.domain[0],i+o.yPad]}(t,n,s);f("x",h[0]),f("y",h[1]),r.noneOrAll(e,t,["x","y"]),f("xanchor"),f("yanchor"),r.coerceFont(f,"font",n.font);var p=f("bgcolor");f("activecolor",i.contrast(p,o.lightAmount,o.darkAmount)),f("bordercolor"),f("borderwidth")}}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"rangeselector",schema:{layout:{"xaxis.rangeselector":n(80)}},layoutAttributes:n(80),handleDefaults:n(187),draw:n(186)}},function(e,t,n){"use strict";var r=n(1),i=n(8),a=n(9),l=n(0),o=n(7),s=n(3),u=n(141),c=n(6),d=n(21),f=n(28),h=n(130);function p(e,t,n,r){var i=e.selectAll("rect."+h.bgClassName).data([0]);i.enter().append("rect").classed(h.bgClassName,!0).attr({x:0,y:0,"shape-rendering":"crispEdges"});var a=r.borderwidth%2==0?r.borderwidth:r.borderwidth-1,l=-r._offsetShift,s=o.crispRound(t,r.borderwidth);i.attr({width:r._width+a,height:r._height+a,transform:"translate("+l+","+l+")",fill:r.bgcolor,stroke:r.bordercolor,"stroke-width":s})}function v(e,t,n,r){var i=t._fullLayout._topdefs.selectAll("#"+r._clipId).data([0]);i.enter().append("clipPath").attr("id",r._clipId).append("rect").attr({x:0,y:0}),i.select("rect").attr({width:r._width,height:r._height})}function y(e,t,n,i){var s,d=c.getSubplots(t,n),f=t.calcdata,p=e.selectAll("g."+h.rangePlotClassName).data(d,l.identity);p.enter().append("g").attr("class",function(e){return h.rangePlotClassName+" "+e}).call(o.setClipUrl,i._clipId),p.order(),p.exit().remove(),p.each(function(e,l){var o=r.select(this),d=0===l,h=c.getFromId(t,e,"y"),p=h._name,v={data:[],layout:{xaxis:{type:n.type,domain:[0,1],range:i.range.slice(),calendar:n.calendar},width:i._width,height:i._height,margin:{t:0,b:0,l:0,r:0}}};v.layout[p]={type:h.type,domain:[0,1],range:h.range.slice(),calendar:h.calendar},a.supplyDefaults(v);var y={id:e,plotgroup:o,xaxis:v._fullLayout.xaxis,yaxis:v._fullLayout[p]};d?s=y:(y.mainplot="xy",y.mainplotinfo=s),u.rangePlot(t,y,function(e,t){for(var n=[],r=0;r<e.length;r++){var i=e[r],a=i[0].trace;a.xaxis+a.yaxis===t&&n.push(i)}return n}(f,e))})}function g(e,t,n,r){var i=e.selectAll("rect."+h.maskMinClassName).data([0]);i.enter().append("rect").classed(h.maskMinClassName,!0).attr({x:0,y:0}).attr("shape-rendering","crispEdges"),i.attr("height",r._height).call(s.fill,h.maskColor);var a=e.selectAll("rect."+h.maskMaxClassName).data([0]);a.enter().append("rect").classed(h.maskMaxClassName,!0).attr("y",0).attr("shape-rendering","crispEdges"),a.attr("height",r._height).call(s.fill,h.maskColor)}function m(e,t,n,r){if(!t._context.staticPlot){var i=e.selectAll("rect."+h.slideBoxClassName).data([0]);i.enter().append("rect").classed(h.slideBoxClassName,!0).attr("y",0).attr("cursor",h.slideBoxCursor).attr("shape-rendering","crispEdges"),i.attr({height:r._height,fill:h.slideBoxFill})}}function _(e,t,n,r){var i=e.selectAll("g."+h.grabberMinClassName).data([0]);i.enter().append("g").classed(h.grabberMinClassName,!0);var a=e.selectAll("g."+h.grabberMaxClassName).data([0]);a.enter().append("g").classed(h.grabberMaxClassName,!0);var l={x:0,width:h.handleWidth,rx:h.handleRadius,fill:s.background,stroke:s.defaultLine,"stroke-width":h.handleStrokeWidth,"shape-rendering":"crispEdges"},o={y:Math.round(r._height/4),height:Math.round(r._height/2)},u=i.selectAll("rect."+h.handleMinClassName).data([0]);u.enter().append("rect").classed(h.handleMinClassName,!0).attr(l),u.attr(o);var c=a.selectAll("rect."+h.handleMaxClassName).data([0]);if(c.enter().append("rect").classed(h.handleMaxClassName,!0).attr(l),c.attr(o),!t._context.staticPlot){var d={width:h.grabAreaWidth,x:0,y:0,fill:h.grabAreaFill,cursor:h.grabAreaCursor},f=i.selectAll("rect."+h.grabAreaMinClassName).data([0]);f.enter().append("rect").classed(h.grabAreaMinClassName,!0).attr(d),f.attr("height",r._height);var p=a.selectAll("rect."+h.grabAreaMaxClassName).data([0]);p.enter().append("rect").classed(h.grabAreaMaxClassName,!0).attr(d),p.attr("height",r._height)}}e.exports=function(e){var t=e._fullLayout,n=function(e){var t=c.list({_fullLayout:e},"x",!0),n=h.name,r=[];if(e._has("gl2d"))return r;for(var i=0;i<t.length;i++){var a=t[i];a[n]&&a[n].visible&&r.push(a)}return r}(t);var o=t._infolayer.selectAll("g."+h.containerClassName).data(n,function(e){return e._name});o.enter().append("g").classed(h.containerClassName,!0).attr("pointer-events","all"),o.exit().each(function(e){var n=r.select(this),i=e[h.name];n.remove(),t._topdefs.select("#"+i._clipId).remove()}),o.exit().size()&&function(e){for(var t=e._fullLayout._pushmargin||{},n=Object.keys(t),r=0;r<n.length;r++){var i=n[r];-1!==i.indexOf(h.name)&&a.autoMargin(e,i)}}(e),0!==n.length&&o.each(function(n){var o=r.select(this),s=n[h.name],u=t[c.id2name(n.anchor)],T=t.margin,b=t._size,M=n.domain,K=u.domain,k=(n._boundingBox||{}).height||0;s._id=h.name+n._id,s._clipId=s._id+"-"+t._uid,s._width=b.w*(M[1]-M[0]),s._height=(t.height-T.b-T.t)*s.thickness,s._offsetShift=Math.floor(s.borderwidth/2);var x=Math.round(T.l+b.w*M[0]),C=Math.round(T.t+b.h*(1-K[0])+k+s._offsetShift+h.extraPad);o.attr("transform","translate("+x+","+C+")");var A=n.r2l(s.range[0]),w=n.r2l(s.range[1]),L=w-A;s.p2d=function(e){return e/s._width*L+A},s.d2p=function(e){return(e-A)/L*s._width},s._rl=[A,w],o.call(p,e,n,s).call(v,e,n,s).call(y,e,n,s).call(g,e,n,s).call(m,e,n,s).call(_,e,n,s),function(e,t,n,a){var o=e.select("rect."+h.slideBoxClassName).node(),s=e.select("rect."+h.grabAreaMinClassName).node(),u=e.select("rect."+h.grabAreaMaxClassName).node();e.on("mousedown",function(){var c=r.event,h=c.target,p=c.clientX,v=p-e.node().getBoundingClientRect().left,y=a.d2p(n._rl[0]),g=a.d2p(n._rl[1]),m=d.coverSlip();function _(e){var c,d,_,T=+e.clientX-p;switch(h){case o:_="ew-resize",c=y+T,d=g+T;break;case s:_="col-resize",c=y+T,d=g;break;case u:_="col-resize",c=y,d=g+T;break;default:_="ew-resize",c=v,d=v+T}if(d<c){var b=d;d=c,c=b}a._pixelMin=c,a._pixelMax=d,f(r.select(m),_),function(e,t,n,r){function a(e){return n.l2r(l.constrain(e,r._rl[0],r._rl[1]))}var o=a(r.p2d(r._pixelMin)),s=a(r.p2d(r._pixelMax));window.requestAnimationFrame(function(){i.relayout(t,n._name+".range",[o,s])})}(0,t,n,a)}m.addEventListener("mousemove",_),m.addEventListener("mouseup",function e(){m.removeEventListener("mousemove",_);m.removeEventListener("mouseup",e);l.removeElement(m)})})}(o,e,n,s),function(e,t,n,r){var i=h.handleWidth/2;function a(e){return l.constrain(e,0,r._width)}function o(e){return l.constrain(e,-i,r._width+i)}var s=a(r.d2p(n._rl[0])),u=a(r.d2p(n._rl[1]));e.select("rect."+h.slideBoxClassName).attr("x",s).attr("width",u-s),e.select("rect."+h.maskMinClassName).attr("width",s),e.select("rect."+h.maskMaxClassName).attr("x",u).attr("width",r._width-u);var c=Math.round(o(s-i))-.5,d=Math.round(o(u-i))+.5;e.select("g."+h.grabberMinClassName).attr("transform","translate("+c+",0.5)"),e.select("g."+h.grabberMaxClassName).attr("transform","translate("+d+",0.5)")}(o,0,n,s),a.autoMargin(e,s._id,{x:M[0],y:K[0],l:0,r:0,t:0,b:s._height+T.b+k,pad:h.extraPad+2*s._offsetShift})})}},function(e,t,n){"use strict";var r=n(6),i=n(130);e.exports=function(e){for(var t=r.list(e,"x",!0),n=0;n<t.length;n++){var a=t[n],l=a[i.name];l&&l.visible&&l.autorange&&a._min.length&&a._max.length&&(l._input.autorange=!0,l._input.range=l.range=r.getAutoRange(a))}}},function(e,t,n){"use strict";var r=n(0),i=n(81);e.exports=function(e,t,n){if(e[n].rangeslider){r.isPlainObject(e[n].rangeslider)||(e[n].rangeslider={});var a=e[n].rangeslider,l=t[n],o=l.rangeslider={};if(c("visible")){if(c("bgcolor",t.plot_bgcolor),c("bordercolor"),c("borderwidth"),c("thickness"),c("autorange",!l.isValidRange(a.range)),c("range"),o.range){var s=o.range,u=l.range;s[0]=l.l2r(Math.min(l.r2l(s[0]),l.r2l(u[0]))),s[1]=l.l2r(Math.max(l.r2l(s[1]),l.r2l(u[1])))}l.cleanRange("rangeslider.range"),o._input=a}}function c(e,t){return r.coerce(a,o,i,e,t)}}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"rangeslider",schema:{layout:{"xaxis.rangeslider":n(81)}},layoutAttributes:n(81),handleDefaults:n(191),calcAutorange:n(190),draw:n(189)}},function(e,t,n){"use strict";var r=n(1),i=n(9),a=n(3),l=n(7),o=n(14),s=n(37),u=n(35),c=n(19).LINE_SPACING;function d(e){return e._index}function f(e,t){var n=l.tester.selectAll("g."+u.labelGroupClass).data(t.steps);n.enter().append("g").classed(u.labelGroupClass,!0);var a=0,c=0;n.each(function(e){var n=v(r.select(this),{step:e},t).node();if(n){var i=l.bBox(n);c=Math.max(c,i.height),a=Math.max(a,i.width)}}),n.remove(),t.inputAreaWidth=Math.max(u.railWidth,u.gripHeight);var d=e._fullLayout._size;t.lx=d.l+d.w*t.x,t.ly=d.t+d.h*(1-t.y),"fraction"===t.lenmode?t.outerLength=Math.round(d.w*t.len):t.outerLength=t.len,t.lenPad=Math.round(.5*u.gripWidth),t.inputAreaStart=0,t.inputAreaLength=Math.round(t.outerLength-t.pad.l-t.pad.r);var f=(t.inputAreaLength-2*u.stepInset)/(t.steps.length-1),p=a+u.labelPadding;if(t.labelStride=Math.max(1,Math.ceil(p/f)),t.labelHeight=c,t.currentValueMaxWidth=0,t.currentValueHeight=0,t.currentValueTotalHeight=0,t.currentValueMaxLines=1,t.currentvalue.visible){var y=l.tester.append("g");n.each(function(e){var n=h(y,t,e.label),r=n.node()&&l.bBox(n.node())||{width:0,height:0},i=o.lineCount(n);t.currentValueMaxWidth=Math.max(t.currentValueMaxWidth,Math.ceil(r.width)),t.currentValueHeight=Math.max(t.currentValueHeight,Math.ceil(r.height)),t.currentValueMaxLines=Math.max(t.currentValueMaxLines,i)}),t.currentValueTotalHeight=t.currentValueHeight+t.currentvalue.offset,y.remove()}t.height=t.currentValueTotalHeight+u.tickOffset+t.ticklen+u.labelOffset+t.labelHeight+t.pad.t+t.pad.b;var g="left";s.isRightAnchor(t)&&(t.lx-=t.outerLength,g="right"),s.isCenterAnchor(t)&&(t.lx-=t.outerLength/2,g="center");var m="top";s.isBottomAnchor(t)&&(t.ly-=t.height,m="bottom"),s.isMiddleAnchor(t)&&(t.ly-=t.height/2,m="middle"),t.outerLength=Math.ceil(t.outerLength),t.height=Math.ceil(t.height),t.lx=Math.round(t.lx),t.ly=Math.round(t.ly),i.autoMargin(e,u.autoMarginIdRoot+t._index,{x:t.x,y:t.y,l:t.outerLength*({right:1,center:.5}[g]||0),r:t.outerLength*({left:1,center:.5}[g]||0),b:t.height*({top:1,middle:.5}[m]||0),t:t.height*({bottom:1,middle:.5}[m]||0)})}function h(e,t,n){if(t.currentvalue.visible){var r,i,a=e.selectAll("text").data([0]);switch(t.currentvalue.xanchor){case"right":r=t.inputAreaLength-u.currentValueInset-t.currentValueMaxWidth,i="left";break;case"center":r=.5*t.inputAreaLength,i="middle";break;default:r=u.currentValueInset,i="left"}a.enter().append("text").classed(u.labelClass,!0).classed("user-select-none",!0).attr({"text-anchor":i,"data-notex":1});var s=t.currentvalue.prefix?t.currentvalue.prefix:"";if("string"==typeof n)s+=n;else s+=t.steps[t.active].label;t.currentvalue.suffix&&(s+=t.currentvalue.suffix),a.call(l.font,t.currentvalue.font).text(s).call(o.convertToTspans,t.gd);var d=o.lineCount(a),f=(t.currentValueMaxLines+1-d)*t.currentvalue.font.size*c;return o.positionText(a,r,f),a}}function p(e,t,n){var r=e.selectAll("rect."+u.gripRectClass).data([0]);r.enter().append("rect").classed(u.gripRectClass,!0).call(_,t,e,n).style("pointer-events","all"),r.attr({width:u.gripWidth,height:u.gripHeight,rx:u.gripRadius,ry:u.gripRadius}).call(a.stroke,n.bordercolor).call(a.fill,n.bgcolor).style("stroke-width",n.borderwidth+"px")}function v(e,t,n){var r=e.selectAll("text").data([0]);return r.enter().append("text").classed(u.labelClass,!0).classed("user-select-none",!0).attr({"text-anchor":"middle","data-notex":1}),r.call(l.font,n.font).text(t.step.label).call(o.convertToTspans,n.gd),r}function y(e,t){var n=e.selectAll("g."+u.labelsClass).data([0]);n.enter().append("g").classed(u.labelsClass,!0);var i=n.selectAll("g."+u.labelGroupClass).data(t.labelSteps);i.enter().append("g").classed(u.labelGroupClass,!0),i.exit().remove(),i.each(function(e){var n=r.select(this);n.call(v,e,t),l.setTranslate(n,M(t,e.fraction),u.tickOffset+t.ticklen+t.font.size*c+u.labelOffset+t.currentValueTotalHeight)})}function g(e,t,n,r,i){var a=Math.round(r*(n.steps.length-1));a!==n.active&&m(e,t,n,a,!0,i)}function m(e,t,n,r,a,l){var o=n.active;n._input.active=n.active=r;var s=n.steps[n.active];t.call(b,n,n.active/(n.steps.length-1),l),t.call(h,n),e.emit("plotly_sliderchange",{slider:n,step:n.steps[n.active],interaction:a,previousActive:o}),s&&s.method&&a&&(t._nextMethod?(t._nextMethod.step=s,t._nextMethod.doCallback=a,t._nextMethod.doTransition=l):(t._nextMethod={step:s,doCallback:a,doTransition:l},t._nextMethodRaf=window.requestAnimationFrame(function(){var n=t._nextMethod.step;n.method&&(n.execute&&i.executeAPICommand(e,n.method,n.args),t._nextMethod=null,t._nextMethodRaf=null)})))}function _(e,t,n){var i=n.node(),l=r.select(t);function o(){return n.data()[0]}e.on("mousedown",function(){var e=o();t.emit("plotly_sliderstart",{slider:e});var s=n.select("."+u.gripRectClass);r.event.stopPropagation(),r.event.preventDefault(),s.call(a.fill,e.activebgcolor);var c=K(e,r.mouse(i)[0]);g(t,n,e,c,!0),e._dragging=!0,l.on("mousemove",function(){var e=o(),a=K(e,r.mouse(i)[0]);g(t,n,e,a,!1)}),l.on("mouseup",function(){var e=o();e._dragging=!1,s.call(a.fill,e.bgcolor),l.on("mouseup",null),l.on("mousemove",null),t.emit("plotly_sliderend",{slider:e,step:e.steps[e.active]})})})}function T(e,t){var n=e.selectAll("rect."+u.tickRectClass).data(t.steps);n.enter().append("rect").classed(u.tickRectClass,!0),n.exit().remove(),n.attr({width:t.tickwidth+"px","shape-rendering":"crispEdges"}),n.each(function(e,n){var i=n%t.labelStride==0,o=r.select(this);o.attr({height:i?t.ticklen:t.minorticklen}).call(a.fill,t.tickcolor),l.setTranslate(o,M(t,n/(t.steps.length-1))-.5*t.tickwidth,(i?u.tickOffset:u.minorTickOffset)+t.currentValueTotalHeight)})}function b(e,t,n,r){var i=e.select("rect."+u.gripRectClass),a=M(t,n);if(!t._invokingCommand){var l=i;r&&t.transition.duration>0&&(l=l.transition().duration(t.transition.duration).ease(t.transition.easing)),l.attr("transform","translate("+(a-.5*u.gripWidth)+","+t.currentValueTotalHeight+")")}}function M(e,t){return e.inputAreaStart+u.stepInset+(e.inputAreaLength-2*u.stepInset)*Math.min(1,Math.max(0,t))}function K(e,t){return Math.min(1,Math.max(0,(t-u.stepInset-e.inputAreaStart)/(e.inputAreaLength-2*u.stepInset-2*e.inputAreaStart)))}function k(e,t,n){var r=e.selectAll("rect."+u.railTouchRectClass).data([0]);r.enter().append("rect").classed(u.railTouchRectClass,!0).call(_,t,e,n).style("pointer-events","all"),r.attr({width:n.inputAreaLength,height:Math.max(n.inputAreaWidth,u.tickOffset+n.ticklen+n.labelHeight)}).call(a.fill,n.bgcolor).attr("opacity",0),l.setTranslate(r,0,n.currentValueTotalHeight)}function x(e,t){var n=e.selectAll("rect."+u.railRectClass).data([0]);n.enter().append("rect").classed(u.railRectClass,!0);var r=t.inputAreaLength-2*u.railInset;n.attr({width:r,height:u.railWidth,rx:u.railRadius,ry:u.railRadius,"shape-rendering":"crispEdges"}).call(a.stroke,t.bordercolor).call(a.fill,t.bgcolor).style("stroke-width",t.borderwidth+"px"),l.setTranslate(n,u.railInset,.5*(t.inputAreaWidth-u.railWidth)+t.currentValueTotalHeight)}e.exports=function(e){var t=e._fullLayout,n=function(e,t){for(var n=e[u.name],r=[],i=0;i<n.length;i++){var a=n[i];a.visible&&a.steps.length&&(a.gd=t,r.push(a))}return r}(t,e),a=t._infolayer.selectAll("g."+u.containerClassName).data(n.length>0?[0]:[]);if(a.enter().append("g").classed(u.containerClassName,!0).style("cursor","ew-resize"),a.exit().remove(),a.exit().size()&&function(e){for(var t=e._fullLayout._pushmargin||{},n=Object.keys(t),r=0;r<n.length;r++){var a=n[r];-1!==a.indexOf(u.autoMarginIdRoot)&&i.autoMargin(e,a)}}(e),0!==n.length){var o=a.selectAll("g."+u.groupClassName).data(n,d);o.enter().append("g").classed(u.groupClassName,!0),o.exit().each(function(t){r.select(this).remove(),t._commandObserver.remove(),delete t._commandObserver,i.autoMargin(e,u.autoMarginIdRoot+t._index)});for(var s=0;s<n.length;s++){var c=n[s];f(e,c)}o.each(function(t){if(!(t.steps.length<2)){var n=r.select(this);!function(e){e.labelSteps=[];for(var t=e.steps.length,n=0;n<t;n+=e.labelStride)e.labelSteps.push({fraction:n/(t-1),step:e.steps[n]})}(t),i.manageCommandObserver(e,t,t.steps,function(t){var r=n.data()[0];r.active!==t.index&&(r._dragging||m(e,n,r,t.index,!1,!0))}),function(e,t,n){n.active>=n.steps.length&&(n.active=0);t.call(h,n).call(x,n).call(y,n).call(T,n).call(k,e,n).call(p,e,n),l.setTranslate(t,n.lx+n.pad.l,n.ly+n.pad.t),t.call(b,n,n.active/(n.steps.length-1),!1),t.call(h,n)}(e,r.select(this),t)}})}}},function(e,t,n){"use strict";var r=n(0),i=n(27),a=n(131),l=n(35).name,o=a.steps;function s(e,t,n){function i(n,i){return r.coerce(e,t,a,n,i)}i("visible",function(e,t){var n,i,a=e.steps||[],l=t.steps=[];function s(e,t){return r.coerce(n,i,o,e,t)}for(var u=0;u<a.length;u++)n=a[u],i={},s("method"),r.isPlainObject(n)&&("skip"===i.method||Array.isArray(n.args))&&(s("args"),s("label","step-"+u),s("value",i.label),s("execute"),l.push(i));return l}(e,t).length>0)&&(i("active"),i("x"),i("y"),r.noneOrAll(e,t,["x","y"]),i("xanchor"),i("yanchor"),i("len"),i("lenmode"),i("pad.t"),i("pad.r"),i("pad.b"),i("pad.l"),r.coerceFont(i,"font",n.font),i("currentvalue.visible")&&(i("currentvalue.xanchor"),i("currentvalue.prefix"),i("currentvalue.suffix"),i("currentvalue.offset"),r.coerceFont(i,"currentvalue.font",t.font)),i("transition.duration"),i("transition.easing"),i("bgcolor"),i("activebgcolor"),i("bordercolor"),i("borderwidth"),i("ticklen"),i("tickwidth"),i("tickcolor"),i("minorticklen"))}e.exports=function(e,t){i(e,t,{name:l,handleItemDefaults:s})}},function(e,t,n){"use strict";var r=n(35);e.exports={moduleType:"component",name:r.name,layoutAttributes:n(131),supplyLayoutDefaults:n(194),draw:n(193)}},function(e,t,n){"use strict";e.exports=o;var r=n(1),i=n(3),a=n(7),l=n(0);function o(e,t,n){this.gd=e,this.container=t,this.id=n,this.position=null,this.translateX=null,this.translateY=null,this.hbar=null,this.vbar=null,this.bg=this.container.selectAll("rect.scrollbox-bg").data([0]),this.bg.exit().on(".drag",null).on("wheel",null).remove(),this.bg.enter().append("rect").classed("scrollbox-bg",!0).style("pointer-events","all").attr({opacity:0,x:0,y:0,width:0,height:0})}o.barWidth=2,o.barLength=20,o.barRadius=2,o.barPad=1,o.barColor="#808BA4",o.prototype.enable=function(e,t,n){var l=this.gd._fullLayout,s=l.width,u=l.height;this.position=e;var c,d,f,h,p=this.position.l,v=this.position.w,y=this.position.t,g=this.position.h,m=this.position.direction,_="down"===m,T="left"===m,b="up"===m,M=v,K=g;_||T||"right"===m||b||(this.position.direction="down",_=!0),_||b?(d=(c=p)+M,_?(f=y,K=(h=Math.min(f+K,u))-f):K=(h=y+K)-(f=Math.max(h-K,0))):(h=(f=y)+K,T?M=(d=p+M)-(c=Math.max(d-M,0)):(c=p,M=(d=Math.min(c+M,s))-c)),this._box={l:c,t:f,w:M,h:K};var k=v>M,x=o.barLength+2*o.barPad,C=o.barWidth+2*o.barPad,A=p,w=y+g;w+C>u&&(w=u-C);var L=this.container.selectAll("rect.scrollbar-horizontal").data(k?[0]:[]);L.exit().on(".drag",null).remove(),L.enter().append("rect").classed("scrollbar-horizontal",!0).call(i.fill,o.barColor),k?(this.hbar=L.attr({rx:o.barRadius,ry:o.barRadius,x:A,y:w,width:x,height:C}),this._hbarXMin=A+x/2,this._hbarTranslateMax=M-x):(delete this.hbar,delete this._hbarXMin,delete this._hbarTranslateMax);var D=g>K,B=o.barWidth+2*o.barPad,S=o.barLength+2*o.barPad,G=p+v,W=y;G+B>s&&(G=s-B);var z=this.container.selectAll("rect.scrollbar-vertical").data(D?[0]:[]);z.exit().on(".drag",null).remove(),z.enter().append("rect").classed("scrollbar-vertical",!0).call(i.fill,o.barColor),D?(this.vbar=z.attr({rx:o.barRadius,ry:o.barRadius,x:G,y:W,width:B,height:S}),this._vbarYMin=W+S/2,this._vbarTranslateMax=K-S):(delete this.vbar,delete this._vbarYMin,delete this._vbarTranslateMax);var O=this.id,P=c-.5,R=D?d+B+.5:d+.5,j=f-.5,E=k?h+C+.5:h+.5,I=l._topdefs.selectAll("#"+O).data(k||D?[0]:[]);if(I.exit().remove(),I.enter().append("clipPath").attr("id",O).append("rect"),k||D?(this._clipRect=I.select("rect").attr({x:Math.floor(P),y:Math.floor(j),width:Math.ceil(R)-Math.floor(P),height:Math.ceil(E)-Math.floor(j)}),this.container.call(a.setClipUrl,O),this.bg.attr({x:p,y:y,width:v,height:g})):(this.bg.attr({width:0,height:0}),this.container.on("wheel",null).on(".drag",null).call(a.setClipUrl,null),delete this._clipRect),k||D){var N=r.behavior.drag().on("dragstart",function(){r.event.sourceEvent.preventDefault()}).on("drag",this._onBoxDrag.bind(this));this.container.on("wheel",null).on("wheel",this._onBoxWheel.bind(this)).on(".drag",null).call(N);var F=r.behavior.drag().on("dragstart",function(){r.event.sourceEvent.preventDefault(),r.event.sourceEvent.stopPropagation()}).on("drag",this._onBarDrag.bind(this));k&&this.hbar.on(".drag",null).call(F),D&&this.vbar.on(".drag",null).call(F)}this.setTranslate(t,n)},o.prototype.disable=function(){(this.hbar||this.vbar)&&(this.bg.attr({width:0,height:0}),this.container.on("wheel",null).on(".drag",null).call(a.setClipUrl,null),delete this._clipRect),this.hbar&&(this.hbar.on(".drag",null),this.hbar.remove(),delete this.hbar,delete this._hbarXMin,delete this._hbarTranslateMax),this.vbar&&(this.vbar.on(".drag",null),this.vbar.remove(),delete this.vbar,delete this._vbarYMin,delete this._vbarTranslateMax)},o.prototype._onBoxDrag=function(){var e=this.translateX,t=this.translateY;this.hbar&&(e-=r.event.dx),this.vbar&&(t-=r.event.dy),this.setTranslate(e,t)},o.prototype._onBoxWheel=function(){var e=this.translateX,t=this.translateY;this.hbar&&(e+=r.event.deltaY),this.vbar&&(t+=r.event.deltaY),this.setTranslate(e,t)},o.prototype._onBarDrag=function(){var e=this.translateX,t=this.translateY;if(this.hbar){var n=e+this._hbarXMin,i=n+this._hbarTranslateMax;e=(l.constrain(r.event.x,n,i)-n)/(i-n)*(this.position.w-this._box.w)}if(this.vbar){var a=t+this._vbarYMin,o=a+this._vbarTranslateMax;t=(l.constrain(r.event.y,a,o)-a)/(o-a)*(this.position.h-this._box.h)}this.setTranslate(e,t)},o.prototype.setTranslate=function(e,t){var n=this.position.w-this._box.w,r=this.position.h-this._box.h;if(e=l.constrain(e||0,0,n),t=l.constrain(t||0,0,r),this.translateX=e,this.translateY=t,this.container.call(a.setTranslate,this._box.l-this.position.l-e,this._box.t-this.position.t-t),this._clipRect&&this._clipRect.attr({x:Math.floor(this.position.l+e-.5),y:Math.floor(this.position.t+t-.5)}),this.hbar){var i=e/n;this.hbar.call(a.setTranslate,e+i*this._hbarTranslateMax,t)}if(this.vbar){var o=t/r;this.vbar.call(a.setTranslate,e,t+o*this._vbarTranslateMax)}}},function(e,t,n){"use strict";var r=n(1),i=n(9),a=n(3),l=n(7),o=n(14),s=n(37),u=n(19).LINE_SPACING,c=n(82),d=n(196);function f(e){return e._index}function h(e,t){return+e.attr(c.menuIndexAttrName)===t._index}function p(e,t,n,r,i,a,l,o){t._input.active=t.active=l,"buttons"===t.type?y(e,r,null,null,t):"dropdown"===t.type&&(i.attr(c.menuIndexAttrName,"-1"),v(e,r,i,a,t),o||y(e,r,i,a,t))}function v(e,t,n,r,i){var a=t.selectAll("g."+c.headerClassName).data([0]);a.enter().append("g").classed(c.headerClassName,!0).style("pointer-events","all");var o=i.active,s=i.buttons[o]||c.blankHeaderOpts,u={y:i.pad.t,yPad:0,x:i.pad.l,xPad:0,index:0},d={width:i.headerWidth,height:i.headerHeight};a.call(g,i,s,e).call(k,i,u,d);var f=t.selectAll("text."+c.headerArrowClassName).data([0]);f.enter().append("text").classed(c.headerArrowClassName,!0).classed("user-select-none",!0).attr("text-anchor","end").call(l.font,i.font).text(c.arrowSymbol[i.direction]),f.attr({x:i.headerWidth-c.arrowOffsetX+i.pad.l,y:i.headerHeight/2+c.textOffsetY+i.pad.t}),a.on("click",function(){n.call(x),n.attr(c.menuIndexAttrName,h(n,i)?-1:String(i._index)),y(e,t,n,r,i)}),a.on("mouseover",function(){a.call(b)}),a.on("mouseout",function(){a.call(M,i)}),l.setTranslate(t,i.lx,i.ly)}function y(e,t,n,a,l){n||(n=t).attr("pointer-events","all");var o=function(e){return-1==+e.attr(c.menuIndexAttrName)}(n)&&"buttons"!==l.type?[]:l.buttons,s="dropdown"===l.type?c.dropdownButtonClassName:c.buttonClassName,u=n.selectAll("g."+s).data(o),d=u.enter().append("g").classed(s,!0),f=u.exit();"dropdown"===l.type?(d.attr("opacity","0").transition().attr("opacity","1"),f.transition().attr("opacity","0").remove()):f.remove();var h=0,v=0,y=-1!==["up","down"].indexOf(l.direction);"dropdown"===l.type&&(y?v=l.headerHeight+c.gapButtonHeader:h=l.headerWidth+c.gapButtonHeader),"dropdown"===l.type&&"up"===l.direction&&(v=-c.gapButtonHeader+c.gapButton-l.openHeight),"dropdown"===l.type&&"left"===l.direction&&(h=-c.gapButtonHeader+c.gapButton-l.openWidth);var m={x:l.lx+h+l.pad.l,y:l.ly+v+l.pad.t,yPad:c.gapButton,xPad:c.gapButton,index:0},_={l:m.x+l.borderwidth,t:m.y+l.borderwidth};u.each(function(o,s){var c=r.select(this);c.call(g,l,o,e).call(k,l,m),c.on("click",function(){r.event.defaultPrevented||(p(e,l,0,t,n,a,s),o.execute&&i.executeAPICommand(e,o.method,o.args),e.emit("plotly_buttonclicked",{menu:l,button:o,active:l.active}))}),c.on("mouseover",function(){c.call(b)}),c.on("mouseout",function(){c.call(M,l),u.call(T,l)})}),u.call(T,l),y?(_.w=Math.max(l.openWidth,l.headerWidth),_.h=m.y-_.t):(_.w=m.x-_.l,_.h=Math.max(l.openHeight,l.headerHeight)),_.direction=l.direction,a&&(u.size()?function(e,t,n,r,i,a){var l,o,s,u=i.direction,d="up"===u||"down"===u,f=i.active;if(d)for(o=0,s=0;s<f;s++)o+=i.heights[s]+c.gapButton;else for(l=0,s=0;s<f;s++)l+=i.widths[s]+c.gapButton;r.enable(a,l,o),r.hbar&&r.hbar.attr("opacity","0").transition().attr("opacity","1");r.vbar&&r.vbar.attr("opacity","0").transition().attr("opacity","1")}(0,0,0,a,l,_):function(e){var t=!!e.hbar,n=!!e.vbar;t&&e.hbar.transition().attr("opacity","0").each("end",function(){t=!1,n||e.disable()});n&&e.vbar.transition().attr("opacity","0").each("end",function(){n=!1,t||e.disable()})}(a))}function g(e,t,n,r){e.call(m,t).call(_,t,n,r)}function m(e,t){var n=e.selectAll("rect").data([0]);n.enter().append("rect").classed(c.itemRectClassName,!0).attr({rx:c.rx,ry:c.ry,"shape-rendering":"crispEdges"}),n.call(a.stroke,t.bordercolor).call(a.fill,t.bgcolor).style("stroke-width",t.borderwidth+"px")}function _(e,t,n,r){var i=e.selectAll("text").data([0]);i.enter().append("text").classed(c.itemTextClassName,!0).classed("user-select-none",!0).attr({"text-anchor":"start","data-notex":1}),i.call(l.font,t.font).text(n.label).call(o.convertToTspans,r)}function T(e,t){var n=t.active;e.each(function(e,i){var l=r.select(this);i===n&&t.showactive&&l.select("rect."+c.itemRectClassName).call(a.fill,c.activeColor)})}function b(e){e.select("rect."+c.itemRectClassName).call(a.fill,c.hoverColor)}function M(e,t){e.select("rect."+c.itemRectClassName).call(a.fill,t.bgcolor)}function K(e,t){t.width1=0,t.height1=0,t.heights=[],t.widths=[],t.totalWidth=0,t.totalHeight=0,t.openWidth=0,t.openHeight=0,t.lx=0,t.ly=0;var n=l.tester.selectAll("g."+c.dropdownButtonClassName).data(t.buttons);n.enter().append("g").classed(c.dropdownButtonClassName,!0);var a=-1!==["up","down"].indexOf(t.direction);n.each(function(n,i){var s=r.select(this);s.call(g,t,n,e);var d=s.select("."+c.itemTextClassName),f=d.node()&&l.bBox(d.node()).width,h=Math.max(f+c.textPadX,c.minWidth),p=t.font.size*u,v=o.lineCount(d),y=Math.max(p*v,c.minHeight)+c.textOffsetY;y=Math.ceil(y),h=Math.ceil(h),t.widths[i]=h,t.heights[i]=y,t.height1=Math.max(t.height1,y),t.width1=Math.max(t.width1,h),a?(t.totalWidth=Math.max(t.totalWidth,h),t.openWidth=t.totalWidth,t.totalHeight+=y+c.gapButton,t.openHeight+=y+c.gapButton):(t.totalWidth+=h+c.gapButton,t.openWidth+=h+c.gapButton,t.totalHeight=Math.max(t.totalHeight,y),t.openHeight=t.totalHeight)}),a?t.totalHeight-=c.gapButton:t.totalWidth-=c.gapButton,t.headerWidth=t.width1+c.arrowPadX,t.headerHeight=t.height1,"dropdown"===t.type&&(a?(t.width1+=c.arrowPadX,t.totalHeight=t.height1):t.totalWidth=t.width1,t.totalWidth+=c.arrowPadX),n.remove();var d=t.totalWidth+t.pad.l+t.pad.r,f=t.totalHeight+t.pad.t+t.pad.b,h=e._fullLayout._size;t.lx=h.l+h.w*t.x,t.ly=h.t+h.h*(1-t.y);var p="left";s.isRightAnchor(t)&&(t.lx-=d,p="right"),s.isCenterAnchor(t)&&(t.lx-=d/2,p="center");var v="top";s.isBottomAnchor(t)&&(t.ly-=f,v="bottom"),s.isMiddleAnchor(t)&&(t.ly-=f/2,v="middle"),t.totalWidth=Math.ceil(t.totalWidth),t.totalHeight=Math.ceil(t.totalHeight),t.lx=Math.round(t.lx),t.ly=Math.round(t.ly),i.autoMargin(e,c.autoMarginIdRoot+t._index,{x:t.x,y:t.y,l:d*({right:1,center:.5}[p]||0),r:d*({left:1,center:.5}[p]||0),b:f*({top:1,middle:.5}[v]||0),t:f*({bottom:1,middle:.5}[v]||0)})}function k(e,t,n,r){r=r||{};var i=e.select("."+c.itemRectClassName),a=e.select("."+c.itemTextClassName),s=t.borderwidth,d=n.index;l.setTranslate(e,s+n.x,s+n.y);var f=-1!==["up","down"].indexOf(t.direction),h=r.height||(f?t.heights[d]:t.height1);i.attr({x:0,y:0,width:r.width||(f?t.width1:t.widths[d]),height:h});var p=t.font.size*u,v=(o.lineCount(a)-1)*p/2;o.positionText(a,c.textOffsetX,h/2-v+c.textOffsetY),f?n.y+=t.heights[d]+n.yPad:n.x+=t.widths[d]+n.xPad,n.index++}function x(e){e.selectAll("g."+c.dropdownButtonClassName).remove()}e.exports=function(e){var t=e._fullLayout,n=function(e){for(var t=e[c.name],n=[],r=0;r<t.length;r++){var i=t[r];i.visible&&n.push(i)}return n}(t),a=t._infolayer.selectAll("g."+c.containerClassName).data(n.length>0?[0]:[]);if(a.enter().append("g").classed(c.containerClassName,!0).style("cursor","pointer"),a.exit().remove(),a.exit().size()&&function(e){for(var t=e._fullLayout._pushmargin||{},n=Object.keys(t),r=0;r<n.length;r++){var a=n[r];-1!==a.indexOf(c.autoMarginIdRoot)&&i.autoMargin(e,a)}}(e),0!==n.length){var l=a.selectAll("g."+c.headerGroupClassName).data(n,f);l.enter().append("g").classed(c.headerGroupClassName,!0);var o=a.selectAll("g."+c.dropdownButtonGroupClassName).data([0]);o.enter().append("g").classed(c.dropdownButtonGroupClassName,!0).style("pointer-events","all");for(var s=0;s<n.length;s++){var u=n[s];K(e,u)}var g="updatemenus"+t._uid,m=new d(e,o,g);l.enter().size()&&o.call(x).attr(c.menuIndexAttrName,"-1"),l.exit().each(function(t){r.select(this).remove(),o.call(x).attr(c.menuIndexAttrName,"-1"),i.autoMargin(e,c.autoMarginIdRoot+t._index)}),l.each(function(t){var n=r.select(this),a="dropdown"===t.type?o:null;i.manageCommandObserver(e,t,t.buttons,function(r){p(e,t,t.buttons[r.index],n,a,m,r.index,!0)}),"dropdown"===t.type?(v(e,n,o,m,t),h(o,t)&&y(e,n,o,m,t)):y(e,n,null,null,t)})}}},function(e,t,n){"use strict";var r=n(0),i=n(27),a=n(133),l=n(82).name,o=a.buttons;function s(e,t,n){function i(n,i){return r.coerce(e,t,a,n,i)}i("visible",function(e,t){var n,i,a=e.buttons||[],l=t.buttons=[];function s(e,t){return r.coerce(n,i,o,e,t)}for(var u=0;u<a.length;u++)n=a[u],i={},s("method"),r.isPlainObject(n)&&("skip"===i.method||Array.isArray(n.args))&&(s("args"),s("label"),s("execute"),i._index=u,l.push(i));return l}(e,t).length>0)&&(i("active"),i("direction"),i("type"),i("showactive"),i("x"),i("y"),r.noneOrAll(e,t,["x","y"]),i("xanchor"),i("yanchor"),i("pad.t"),i("pad.r"),i("pad.b"),i("pad.l"),r.coerceFont(i,"font",n.font),i("bgcolor",n.paper_bgcolor),i("bordercolor"),i("borderwidth"))}e.exports=function(e,t){i(e,t,{name:l,handleItemDefaults:s})}},function(e,t,n){"use strict";var r=n(82);e.exports={moduleType:"component",name:r.name,layoutAttributes:n(133),supplyLayoutDefaults:n(198),draw:n(197)}},function(e,t,n){"use strict";var r=n(2),i=n(107);e.exports=function(e,t,n,a){t=t||{};var l="log"===n&&"linear"===t.type,o="linear"===n&&"log"===t.type;if(l||o)for(var s,u,c=e._fullLayout.images,d=t._id.charAt(0),f=0;f<c.length;f++)if(u="images["+f+"].",(s=c[f])[d+"ref"]===t._id){var h=s[d],p=s["size"+d],v=null,y=null;if(l){v=i(h,t.range);var g=p/Math.pow(10,v)/2;y=2*Math.log(g+Math.sqrt(1+g*g))/Math.LN10}else y=(v=Math.pow(10,h))*(Math.pow(10,p/2)-Math.pow(10,-p/2));r(v)?r(y)||(y=null):(v=null,y=null),a(u+d,v),a(u+"size"+d,y)}}},function(e,t,n){"use strict";var r=n(1),i=n(7),a=n(6),l=n(31);e.exports=function(e){var t,n,o=e._fullLayout,s=[],u={},c=[];for(n=0;n<o.images.length;n++){var d=o.images[n];if(d.visible)if("below"===d.layer&&"paper"!==d.xref&&"paper"!==d.yref){t=d.xref+d.yref;var f=o._plots[t];if(!f){c.push(d);continue}f.mainplot&&(t=f.mainplot.id),u[t]||(u[t]=[]),u[t].push(d)}else"above"===d.layer?s.push(d):c.push(d)}var h={x:{left:{sizing:"xMin",offset:0},center:{sizing:"xMid",offset:-.5},right:{sizing:"xMax",offset:-1}},y:{top:{sizing:"YMin",offset:0},middle:{sizing:"YMid",offset:-.5},bottom:{sizing:"YMax",offset:-1}}};function p(t){var n=r.select(this);if(!this.img||this.img.src!==t.source){n.attr("xmlns",l.svg);var i=new Promise(function(e){var r=new Image;function i(){n.remove(),e()}this.img=r,r.setAttribute("crossOrigin","anonymous"),r.onerror=i,r.onload=function(){var t=document.createElement("canvas");t.width=this.width,t.height=this.height,t.getContext("2d").drawImage(this,0,0);var r=t.toDataURL("image/png");n.attr("xlink:href",r),e()},n.on("error",i),r.src=t.source}.bind(this));e._promises.push(i)}}function v(t){var n=r.select(this),l=a.getFromId(e,t.xref),s=a.getFromId(e,t.yref),u=o._size,c=l?Math.abs(l.l2p(t.sizex)-l.l2p(0)):t.sizex*u.w,d=s?Math.abs(s.l2p(t.sizey)-s.l2p(0)):t.sizey*u.h,f=c*h.x[t.xanchor].offset,p=d*h.y[t.yanchor].offset,v=h.x[t.xanchor].sizing+h.y[t.yanchor].sizing,y=(l?l.r2p(t.x)+l._offset:t.x*u.w+u.l)+f,g=(s?s.r2p(t.y)+s._offset:u.h-t.y*u.h+u.t)+p;switch(t.sizing){case"fill":v+=" slice";break;case"stretch":v="none"}n.attr({x:y,y:g,width:c,height:d,preserveAspectRatio:v,opacity:t.opacity});var m=(l?l._id:"")+(s?s._id:"");n.call(i.setClipUrl,m?"clip"+o._uid+m:null)}var y=o._imageLowerLayer.selectAll("image").data(c),g=o._imageUpperLayer.selectAll("image").data(s);y.enter().append("image"),g.enter().append("image"),y.exit().remove(),g.exit().remove(),y.each(function(e){p.bind(this)(e),v.bind(this)(e)}),g.each(function(e){p.bind(this)(e),v.bind(this)(e)});var m=Object.keys(o._plots);for(n=0;n<m.length;n++){t=m[n];var _=o._plots[t];if(_.imagelayer){var T=_.imagelayer.selectAll("image").data(u[t]||[]);T.enter().append("image"),T.exit().remove(),T.each(function(e){p.bind(this)(e),v.bind(this)(e)})}}}},function(e,t,n){"use strict";var r=n(0),i=n(6),a=n(27),l=n(134);function o(e,t,n){function a(n,i){return r.coerce(e,t,l,n,i)}if(!a("visible",!!a("source")))return t;a("layer"),a("xanchor"),a("yanchor"),a("sizex"),a("sizey"),a("sizing"),a("opacity");for(var o={_fullLayout:n},s=["x","y"],u=0;u<2;u++){var c=s[u],d=i.coerceRef(e,t,o,c,"paper");i.coercePosition(t,o,a,d,c,0)}return t}e.exports=function(e,t){a(e,t,{name:"images",handleItemDefaults:o})}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"images",layoutAttributes:n(134),supplyLayoutDefaults:n(202),draw:n(201),convertCoords:n(200)}},function(e,t,n){"use strict";var r=n(0),i=n(6),a=n(136),l=n(83);function o(e,t,n,r,i){var o="category"===e.type?e.r2c:e.d2c;if(void 0!==t)return[o(t),o(n)];if(r){var s,u,c,d,f=1/0,h=-1/0,p=r.match(a.segmentRE);for("date"===e.type&&(o=l.decodeDate(o)),s=0;s<p.length;s++)void 0!==(u=i[p[s].charAt(0)].drawn)&&(!(c=p[s].substr(1).match(a.paramRE))||c.length<u||((d=o(c[u]))<f&&(f=d),d>h&&(h=d)));return h>=f?[f,h]:void 0}}e.exports=function(e){var t=e._fullLayout,n=r.filterVisible(t.shapes);if(n.length&&e._fullData.length)for(var l=0;l<n.length;l++){var s,u,c=n[l],d=c.line.width/2;"paper"!==c.xref&&(u=o(s=i.getFromId(e,c.xref),c.x0,c.x1,c.path,a.paramIsX))&&i.expand(s,u,{ppad:d}),"paper"!==c.yref&&(u=o(s=i.getFromId(e,c.yref),c.y0,c.y1,c.path,a.paramIsY))&&i.expand(s,u,{ppad:d})}}},function(e,t,n){"use strict";var r=n(0),i=n(6),a=n(135),l=n(83);e.exports=function(e,t,n,o,s){function u(n,i){return r.coerce(e,t,a,n,i)}if(o=o||{},!u("visible",!(s=s||{}).itemIsNotPlainObject))return t;u("layer"),u("opacity"),u("fillcolor"),u("line.color"),u("line.width"),u("line.dash");for(var c=u("type",e.path?"path":"rect"),d=["x","y"],f=0;f<2;f++){var h=d[f],p={_fullLayout:n},v=i.coerceRef(e,t,p,h,"","paper");if("path"!==c){var y,g,m;"paper"!==v?(y=i.getFromId(p,v),m=l.rangeToShapePosition(y),g=l.shapePositionToRange(y)):g=m=r.identity;var _=h+"0",T=h+"1",b=e[_],M=e[T];e[_]=g(e[_],!0),e[T]=g(e[T],!0),i.coercePosition(t,p,u,v,_,.25),i.coercePosition(t,p,u,v,T,.75),t[_]=m(t[_]),t[T]=m(t[T]),e[_]=b,e[T]=M}}return"path"===c?u("path"):r.noneOrAll(e,t,["x0","x1","y0","y1"]),t}},function(e,t,n){"use strict";var r=n(27),i=n(205);e.exports=function(e,t){r(e,t,{name:"shapes",handleItemDefaults:i})}},function(e,t,n){"use strict";var r=n(8),i=n(0),a=n(6),l=n(3),o=n(7),s=n(21),u=n(28),c=n(136),d=n(83);function f(e,t){e._fullLayout._paper.selectAll('.shapelayer [data-index="'+t+'"]').remove();var n=(e.layout.shapes||[])[t],i=e._fullLayout.shapes[t];if(n&&!1!==i.visible)if("below"!==i.layer)f(e._fullLayout._shapeUpperLayer);else if("paper"===i.xref||"paper"===i.yref)f(e._fullLayout._shapeLowerLayer);else{var c=e._fullLayout._plots[i.xref+i.yref];if(c)f((c.mainplot||c).shapelayer);else f(e._fullLayout._shapeLowerLayer)}function f(n){var c={"data-index":t,"fill-rule":"evenodd",d:h(e,i)},f=i.line.width?i.line.color:"rgba(0,0,0,0)",v=n.append("path").attr(c).style("opacity",i.opacity).call(l.stroke,f).call(l.fill,i.fillcolor).call(o.dashLine,i.line.dash,i.line.width),y=(i.xref+i.yref).replace(/paper/g,"");v.call(o.setClipUrl,y?"clip"+e._fullLayout._uid+y:null),e._context.editable&&function(e,t,n,i){var l,o,c,f,v,y,g,m,_,T,b,M,K,k,x,C,A,w,L,D,B,S,G,W,z,O,P,R,j,E,I=10,N=10,F={element:t.node(),gd:e,prepFn:function(t){W=a.getFromId(e,n.xref),z=a.getFromId(e,n.yref),O=d.getDataToPixel(e,W),P=d.getDataToPixel(e,z,!0),R=d.getPixelToData(e,W),j=d.getPixelToData(e,z,!0);var r="shapes["+i+"]";"path"===n.type?(S=n.path,G=r+".path"):(o=O(n.x0),c=P(n.y0),f=O(n.x1),v=P(n.y1),y=r+".x0",g=r+".y0",m=r+".x1",_=r+".y1");o<f?(M=o,C=r+".x0",D="x0",K=f,A=r+".x1",B="x1"):(M=f,C=r+".x1",D="x1",K=o,A=r+".x0",B="x0");c<v?(T=c,k=r+".y0",w="y0",b=v,x=r+".y1",L="y1"):(T=v,k=r+".y1",w="y1",b=c,x=r+".y0",L="y0");l={},V(t),F.moveFn="move"===E?H:q},doneFn:function(n){u(t),n&&r.relayout(e,l)}},$=F.element.getBoundingClientRect();function V(e){var n=$.right-$.left,r=$.bottom-$.top,i=e.clientX-$.left,a=e.clientY-$.top,l=n>I&&r>N&&!e.shiftKey?s.getCursor(i/n,1-a/r):"move";u(t,l),E=l.split("-")[0]}function H(r,i){if("path"===n.type){var a=function(e){return R(O(e)+r)};W&&"date"===W.type&&(a=d.encodeDate(a));var s=function(e){return j(P(e)+i)};z&&"date"===z.type&&(s=d.encodeDate(s)),n.path=p(S,a,s),l[G]=n.path}else l[y]=n.x0=R(o+r),l[g]=n.y0=j(c+i),l[m]=n.x1=R(f+r),l[_]=n.y1=j(v+i);t.attr("d",h(e,n))}function q(r,i){if("path"===n.type){var a=function(e){return R(O(e)+r)};W&&"date"===W.type&&(a=d.encodeDate(a));var o=function(e){return j(P(e)+i)};z&&"date"===z.type&&(o=d.encodeDate(o)),n.path=p(S,a,o),l[G]=n.path}else{var s=~E.indexOf("n")?T+i:T,u=~E.indexOf("s")?b+i:b,c=~E.indexOf("w")?M+r:M,f=~E.indexOf("e")?K+r:K;u-s>N&&(l[k]=n[w]=j(s),l[x]=n[L]=j(u)),f-c>I&&(l[C]=n[D]=R(c),l[A]=n[B]=R(f))}t.attr("d",h(e,n))}s.init(F),t.node().onmousemove=V}(e,v,i,t)}}function h(e,t){var n,r,l,o,s=t.type,u=a.getFromId(e,t.xref),f=a.getFromId(e,t.yref),h=e._fullLayout._size;if(u?(n=d.shapePositionToRange(u),r=function(e){return u._offset+u.r2p(n(e,!0))}):r=function(e){return h.l+h.w*e},f?(l=d.shapePositionToRange(f),o=function(e){return f._offset+f.r2p(l(e,!0))}):o=function(e){return h.t+h.h*(1-e)},"path"===s)return u&&"date"===u.type&&(r=d.decodeDate(r)),f&&"date"===f.type&&(o=d.decodeDate(o)),function(e,t,n){return e.replace(c.segmentRE,function(e){var r=0,a=e.charAt(0),l=c.paramIsX[a],o=c.paramIsY[a],s=c.numParams[a],u=e.substr(1).replace(c.paramRE,function(e){return l[r]?e=t(e):o[r]&&(e=n(e)),++r>s&&(e="X"),e});return r>s&&(u=u.replace(/[\s,]*X.*/,""),i.log("Ignoring extra params in segment "+e)),a+u})}(t.path,r,o);var p=r(t.x0),v=r(t.x1),y=o(t.y0),g=o(t.y1);if("line"===s)return"M"+p+","+y+"L"+v+","+g;if("rect"===s)return"M"+p+","+y+"H"+v+"V"+g+"H"+p+"Z";var m=(p+v)/2,_=(y+g)/2,T=Math.abs(m-p),b=Math.abs(_-y),M="A"+T+","+b,K=m+T+","+_;return"M"+K+M+" 0 1,1 "+(m+","+(_-b))+M+" 0 0,1 "+K+"Z"}function p(e,t,n){return e.replace(c.segmentRE,function(e){var r=0,i=e.charAt(0),a=c.paramIsX[i],l=c.paramIsY[i],o=c.numParams[i];return i+e.substr(1).replace(c.paramRE,function(e){return r>=o?e:(a[r]?e=t(e):l[r]&&(e=n(e)),r++,e)})})}e.exports={draw:function(e){var t=e._fullLayout;t._shapeUpperLayer.selectAll("path").remove(),t._shapeLowerLayer.selectAll("path").remove(),t._shapeSubplotLayers.selectAll("path").remove();for(var n=0;n<t.shapes.length;n++)t.shapes[n].visible&&f(e,n)},drawOne:f}},function(e,t,n){"use strict";var r=n(207);e.exports={moduleType:"component",name:"shapes",layoutAttributes:n(135),supplyLayoutDefaults:n(206),calcAutorange:n(204),draw:r.draw,drawOne:r.drawOne}},function(e,t,n){"use strict";function r(e,t){var n,r,i=[0,0,0,0];for(n=0;n<4;++n)for(r=0;r<4;++r)i[r]+=e[4*n+r]*t[n];return i}e.exports=function(e,t){return r(e.projection,r(e.view,r(e.model,[t[0],t[1],t[2],1])))}},function(e,t,n){"use strict";var r=n(85).drawRaw,i=n(209),a=["x","y","z"];e.exports=function(e){for(var t=e.fullSceneLayout,n=e.dataScale,l=t.annotations,o=0;o<l.length;o++){for(var s=l[o],u=!1,c=0;c<3;c++){var d=a[c],f=s[d],h=t[d+"axis"].r2fraction(f);if(h<0||h>1){u=!0;break}}u?e.fullLayout._infolayer.select(".annotation-"+e.id+'[data-index="'+o+'"]').remove():(s.pdata=i(e.glplot.cameraParams,[t.xaxis.r2l(s.x)*n[0],t.yaxis.r2l(s.y)*n[1],t.zaxis.r2l(s.z)*n[2]]),r(e.graphDiv,s,o,e.id,s._xa,s._ya))}}},function(e,t,n){"use strict";var r=n(0),i=n(6);function a(e,t){var n=t.fullSceneLayout.domain,a=t.fullLayout._size,l={pdata:null,type:"linear",autorange:!1,range:[-1/0,1/0]};e._xa={},r.extendFlat(e._xa,l),i.setConvert(e._xa),e._xa._offset=a.l+n.x[0]*a.w,e._xa.l2p=function(){return.5*(1+e.pdata[0]/e.pdata[3])*a.w*(n.x[1]-n.x[0])},e._ya={},r.extendFlat(e._ya,l),i.setConvert(e._ya),e._ya._offset=a.t+(1-n.y[1])*a.h,e._ya.l2p=function(){return.5*(1-e.pdata[1]/e.pdata[3])*a.h*(n.y[1]-n.y[0])}}e.exports=function(e){for(var t=e.fullSceneLayout.annotations,n=0;n<t.length;n++)a(t[n],e);e.fullLayout._infolayer.selectAll(".annotation-"+e.id).remove()}},function(e,t,n){"use strict";var r=n(0),i=n(6),a=n(27),l=n(137),o=n(84);function s(e,t,n,a,s){function u(n,i){return r.coerce(e,t,o,n,i)}function c(e){var r=e+"axis",a={_fullLayout:{}};return a._fullLayout[r]=n[r],i.coercePosition(t,a,u,e,e,.5)}return u("visible",!s.itemIsNotPlainObject)?(l(e,t,a.fullLayout,u),c("x"),c("y"),c("z"),r.noneOrAll(e,t,["x","y","z"]),t.xref="x",t.yref="y",t.zref="z",u("xanchor"),u("yanchor"),u("xshift"),u("yshift"),t.showarrow&&(t.axref="pixel",t.ayref="pixel",u("ax",-10),u("ay",-30),r.noneOrAll(e,t,["ax","ay"])),t):t}e.exports=function(e,t,n){a(e,t,{name:"annotations",handleItemDefaults:s,fullLayout:n.fullLayout})}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"annotations3d",schema:{layout:{"scene.annotations":n(84)}},layoutAttributes:n(84),handleDefaults:n(212),convert:n(211),draw:n(210)}},function(e,t,n){"use strict";var r=n(2),i=n(107);e.exports=function(e,t,n,a){t=t||{};var l="log"===n&&"linear"===t.type,o="linear"===n&&"log"===t.type;if(l||o)for(var s,u,c=e._fullLayout.annotations,d=t._id.charAt(0),f=0;f<c.length;f++)s=c[f],u="annotations["+f+"].",s[d+"ref"]===t._id&&h(d),s["a"+d+"ref"]===t._id&&h("a"+d);function h(e){var n=s[e],o=null;o=l?i(n,t.range):Math.pow(10,n),r(o)||(o=null),a(u+e,o)}}},function(e,t,n){"use strict";var r=n(0),i=n(6),a=n(85).draw;function l(e){var t=e._fullLayout;r.filterVisible(t.annotations).forEach(function(t){var n,r,a=i.getFromId(e,t.xref),l=i.getFromId(e,t.yref),o=3*t.arrowsize*t.arrowwidth||0;a&&a.autorange&&(n=o+t.xshift,r=o-t.xshift,t.axref===t.xref?(i.expand(a,[a.r2c(t.x)],{ppadplus:n,ppadminus:r}),i.expand(a,[a.r2c(t.ax)],{ppadplus:t._xpadplus,ppadminus:t._xpadminus})):i.expand(a,[a.r2c(t.x)],{ppadplus:Math.max(t._xpadplus,n),ppadminus:Math.max(t._xpadminus,r)})),l&&l.autorange&&(n=o-t.yshift,r=o+t.yshift,t.ayref===t.yref?(i.expand(l,[l.r2c(t.y)],{ppadplus:n,ppadminus:r}),i.expand(l,[l.r2c(t.ay)],{ppadplus:t._ypadplus,ppadminus:t._ypadminus})):i.expand(l,[l.r2c(t.y)],{ppadplus:Math.max(t._ypadplus,n),ppadminus:Math.max(t._ypadminus,r)}))})}e.exports=function(e){var t=e._fullLayout,n=r.filterVisible(t.annotations);if(n.length&&e._fullData.length){var o={};if(n.forEach(function(e){o[e.xref]=!0,o[e.yref]=!0}),i.list(e).filter(function(e){return e.autorange&&o[e._id]}).length)return r.syncOrAsync([a,l],e)}}},function(e,t,n){"use strict";var r=n(0),i=n(6),a=n(137),l=n(36);e.exports=function(e,t,n,o,s){function u(n,i){return r.coerce(e,t,l,n,i)}o=o||{};var c=u("visible",!(s=s||{}).itemIsNotPlainObject),d=u("clicktoshow");if(!c&&!d)return t;a(e,t,n,u);for(var f=t.showarrow,h=["x","y"],p=[-10,-30],v={_fullLayout:n},y=0;y<2;y++){var g=h[y],m=i.coerceRef(e,t,v,g,"","paper");if(i.coercePosition(t,v,u,m,g,.5),f){var _="a"+g,T=i.coerceRef(e,t,v,_,"pixel");"pixel"!==T&&T!==m&&(T=t[_]="pixel");var b="pixel"===T?p[y]:.4;i.coercePosition(t,v,u,T,_,b)}u(g+"anchor"),u(g+"shift")}if(r.noneOrAll(e,t,["x","y"]),f&&r.noneOrAll(e,t,["ax","ay"]),d){var M=u("xclick"),K=u("yclick");t._xclick=void 0===M?t.x:i.cleanPosition(M,v,t.xref),t._yclick=void 0===K?t.y:i.cleanPosition(K,v,t.yref)}return t}},function(e,t,n){"use strict";var r=n(27),i=n(216);e.exports=function(e,t){r(e,t,{name:"annotations",handleItemDefaults:i})}},function(e,t,n){"use strict";var r=n(8);function i(e,t){var n,r,i,l,o,s,u,c=e._fullLayout.annotations,d=[],f=[],h=[],p=(t||[]).length;for(n=0;n<c.length;n++)if(l=(i=c[n]).clicktoshow){for(r=0;r<p;r++)if(s=(o=t[r]).xaxis,u=o.yaxis,s._id===i.xref&&u._id===i.yref&&s.d2r(o.x)===a(i._xclick,s)&&u.d2r(o.y)===a(i._yclick,u)){(i.visible?"onout"===l?f:h:d).push(n);break}r===p&&i.visible&&"onout"===l&&f.push(n)}return{on:d,off:f,explicitOff:h}}function a(e,t){return"log"===t.type?t.l2r(e):t.d2r(e)}e.exports={hasClickToShow:function(e,t){var n=i(e,t);return n.on.length>0||n.explicitOff.length>0},onClick:function(e,t){var n,a=i(e,t),l=a.on,o=a.off.concat(a.explicitOff),s={};if(!l.length&&!o.length)return;for(n=0;n<l.length;n++)s["annotations["+l[n]+"].visible"]=!0;for(n=0;n<o.length;n++)s["annotations["+o[n]+"].visible"]=!1;return r.update(e,{},s)}}},function(e,t,n){"use strict";var r=n(1),i=n(2),a=n(3),l=n(7),o=n(138);e.exports=function(e,t,n,s,u){i(s)||(s=1);var c=e.node(),d=o[t||0];"string"==typeof n&&n||(n="end");var f,h,p,v,y=(l.getPx(e,"stroke-width")||1)*s,g=e.style("stroke")||a.defaultLine,m=e.style("stroke-opacity")||1,_=n.indexOf("start")>=0,T=n.indexOf("end")>=0,b=d.backoff*y+u;if("line"===c.nodeName){f={x:+e.attr("x1"),y:+e.attr("y1")},h={x:+e.attr("x2"),y:+e.attr("y2")};var M=f.x-h.x,K=f.y-h.y;if(v=(p=Math.atan2(K,M))+Math.PI,b){if(b*b>M*M+K*K)return void S();var k=b*Math.cos(p),x=b*Math.sin(p);_&&(f.x-=k,f.y-=x,e.attr({x1:f.x,y1:f.y})),T&&(h.x+=k,h.y+=x,e.attr({x2:h.x,y2:h.y}))}}else if("path"===c.nodeName){var C=c.getTotalLength(),A="";if(C<b)return void S();if(_){var w=c.getPointAtLength(0),L=c.getPointAtLength(.1);p=Math.atan2(w.y-L.y,w.x-L.x),f=c.getPointAtLength(Math.min(b,C)),b&&(A="0px,"+b+"px,")}if(T){var D=c.getPointAtLength(C),B=c.getPointAtLength(C-.1);if(v=Math.atan2(D.y-B.y,D.x-B.x),h=c.getPointAtLength(Math.max(0,C-b)),b)A+=C-(A?2*b:b)+"px,"+C+"px"}else A&&(A+=C+"px");A&&e.style("stroke-dasharray",A)}function S(){e.style("stroke-dasharray","0px,100px")}function G(n,i){d.path&&(t>5&&(i=0),r.select(c.parentNode).append("path").attr({class:e.attr("class"),d:d.path,transform:"translate("+n.x+","+n.y+")rotate("+180*i/Math.PI+")scale("+y+")"}).style({fill:g,opacity:m,"stroke-width":0}))}_&&G(f,p),T&&G(h,v)}},function(e,t,n){"use strict";var r=n(85),i=n(218);e.exports={moduleType:"component",name:"annotations",layoutAttributes:n(36),supplyLayoutDefaults:n(217),calcAutorange:n(215),draw:r.draw,drawOne:r.drawOne,drawRaw:r.drawRaw,hasClickToShow:i.hasClickToShow,onClick:i.onClick,convertCoords:n(214)}},function(e,t,n){"use strict";var r=n(3);e.exports=function(e,t,n){var i=n.marker.line.color;Array.isArray(i)&&(i=i[t.i]||r.defaultLine);var a=n.marker.line.width||0;Array.isArray(a)&&(a=a[t.i]||0),e.style({"stroke-width":a}).call(r.fill,t.color).call(r.stroke,i)}},function(e,t,n){"use strict";var r=n(4),i=n(86);e.exports=function(e,t){var n,a,l={},o=[],s=!1,u={},c=0;function d(e,n){if(""!==e&&i.isGrouped(t))-1===o.indexOf(e)?(o.push(e),s=!0,l[e]=[[n]]):l[e].push([n]);else{var r="~~i"+c;o.push(r),l[r]=[[n]],c++}}for(n=0;n<e.length;n++){var f=e[n],h=f[0],p=h.trace,v=p.legendgroup;if(i.legendGetsTrace(p)&&p.showlegend)if(r.traceIs(p,"pie"))for(u[v]||(u[v]={}),a=0;a<f.length;a++){var y=f[a].label;u[v][y]||(d(v,{label:y,color:f[a].color,i:f[a].i,trace:p}),u[v][y]=!0)}else d(v,h)}if(!o.length)return[];var g,m,_=o.length;if(s&&i.isGrouped(t))for(m=new Array(_),n=0;n<_;n++)g=l[o[n]],m[n]=i.isReversed(t)?g.reverse():g;else{for(m=[new Array(_)],n=0;n<_;n++)g=l[o[n]][0],m[0][i.isReversed(t)?_-n-1:n]=g;_=1}return t._lgroupsLength=_,m}},function(e,t,n){"use strict";e.exports={scrollBarWidth:4,scrollBarHeight:20,scrollBarColor:"#808BA4",scrollBarMargin:4}},function(e,t,n){"use strict";var r=n(1),i=n(8),a=n(0),l=n(9),o=n(4),s=n(21),u=n(7),c=n(3),d=n(14),f=n(223),h=n(98),p=n(19).LINE_SPACING,v=n(222),y=n(139),g=n(86),m=n(37),_=!0,T=h.DBLCLICKDELAY;function b(e,t){var n=e.data()[0][0],r=t._fullLayout,a=n.trace,l=o.traceIs(a,"pie"),s=a.index,c=l?n.label:a.name,f=e.selectAll("text.legendtext").data([0]);function h(n){d.convertToTspans(n,t,function(){!function(e,t){var n=e.data()[0][0];if(!n.trace.showlegend)return void e.remove();var r,i,a=e.select("g[class*=math-group]"),l=a.node(),o=t._fullLayout.legend.font.size*p;if(l){var s=u.bBox(l);r=s.height,i=s.width,u.setTranslate(a,0,r/4)}else{var c=e.select(".legendtext"),f=d.lineCount(c),h=c.node();r=o*f,i=h?u.bBox(h).width:0;var v=o*(.3+(1-f)/2);d.positionText(c,40,v)}r=Math.max(r,16)+3,n.height=r,n.width=i}(e,t)})}f.enter().append("text").classed("legendtext",!0),f.attr("text-anchor","start").classed("user-select-none",!0).call(u.font,r.legend.font).text(c),t._context.editable&&!l?f.call(d.makeEditable,{gd:t}).call(h).on("edit",function(e){this.text(e).call(h),this.text()||(e=" ");var r,a=n.trace._fullInput||{};if(-1!==["ohlc","candlestick"].indexOf(a.type)){var l=n.trace.transforms;r=l[l.length-1].direction+".name"}else r="name";i.restyle(t,r,e,s)}):f.call(h)}function M(e,t){var n,r=1,i=e.selectAll("rect").data([0]);i.enter().append("rect").classed("legendtoggle",!0).style("cursor","pointer").attr("pointer-events","all").call(c.fill,"rgba(0,0,0,0)"),i.on("mousedown",function(){(n=(new Date).getTime())-t._legendMouseDownTime<T?r+=1:(r=1,t._legendMouseDownTime=n)}),i.on("mouseup",function(){if(!t._dragged&&!t._editing){var n=t._fullLayout.legend;(new Date).getTime()-t._legendMouseDownTime>T&&(r=Math.max(r-1,1)),1===r?n._clickTimeout=setTimeout(function(){K(e,t,r)},T):2===r&&(n._clickTimeout&&clearTimeout(n._clickTimeout),t._legendMouseDownTime=0,K(e,t,r))}})}function K(e,t,n){if(!t._dragged&&!t._editing){var r,l,s=t._fullLayout.hiddenlabels?t._fullLayout.hiddenlabels.slice():[],u=e.data()[0][0],c=t._fullData,d=u.trace,f=d.legendgroup,h=[];if(1===n&&_&&t.data&&t._context.showTips?(a.notifier("Double click on legend to isolate individual trace","long"),_=!1):_=!1,o.traceIs(d,"pie")){var p=u.label,v=s.indexOf(p);1===n?-1===v?s.push(p):s.splice(v,1):2===n&&(s=[],t.calcdata[0].forEach(function(e){p!==e.label&&s.push(e.label)}),t._fullLayout.hiddenlabels&&t._fullLayout.hiddenlabels.length===s.length&&-1===v&&(s=[])),i.relayout(t,"hiddenlabels",s)}else{var y,g=[],m=[];for(y=0;y<c.length;y++)g.push(y),m.push(!!o.traceIs(c[y],"notLegendIsolatable")||"legendonly");if(""===f)h=[d.index],m[d.index]=!0;else for(y=0;y<c.length;y++)(r=c[y]).legendgroup===f&&(h.push(r.index),m[g.indexOf(y)]=!0);if(1===n)l=!0!==d.visible||"legendonly",i.restyle(t,"visible",l,h);else if(2===n){var T=!0;for(y=0;y<c.length;y++)if(c[y].visible!==m[y]){T=!1;break}T&&(m=!0);var b=[];for(y=0;y<c.length;y++)b.push(g[y]);i.restyle(t,"visible",m,b)}}}}function k(e,t,n){var i=e._fullLayout,a=i.legend,l=a.borderwidth,o=g.isGrouped(a);if(g.isVertical(a))o&&t.each(function(e,t){u.setTranslate(this,0,t*a.tracegroupgap)}),a.width=0,a.height=0,n.each(function(e){var t=e[0],n=t.height,r=t.width;u.setTranslate(this,l,5+l+a.height+n/2),a.height+=n,a.width=Math.max(a.width,r)}),a.width+=45+2*l,a.height+=10+2*l,o&&(a.height+=(a._lgroupsLength-1)*a.tracegroupgap),a.width=Math.ceil(a.width),a.height=Math.ceil(a.height),n.each(function(t){var n=t[0];r.select(this).select(".legendtoggle").call(u.setRect,0,-n.height/2,(e._context.editable?0:a.width)+40,n.height)});else if(o){a.width=0,a.height=0;for(var s=[a.width],c=t.data(),d=0,f=c.length;d<f;d++){var h=c[d].map(function(e){return e[0].width}),p=40+Math.max.apply(null,h);a.width+=a.tracegroupgap+p,s.push(a.width)}t.each(function(e,t){u.setTranslate(this,s[t],0)}),t.each(function(){var e=0;r.select(this).selectAll("g.traces").each(function(t){var n=t[0].height;u.setTranslate(this,0,5+l+e+n/2),e+=n}),a.height=Math.max(a.height,e)}),a.height+=10+2*l,a.width+=2*l,a.width=Math.ceil(a.width),a.height=Math.ceil(a.height),n.each(function(t){var n=t[0];r.select(this).select(".legendtoggle").call(u.setRect,0,-n.height/2,e._context.editable?0:a.width,n.height)})}else{a.width=0,a.height=0;var v=0,y=0,m=0,_=0;n.each(function(e){m=Math.max(40+e[0].width,m)}),n.each(function(e){var t=e[0],n=m,r=a.tracegroupgap||5;l+_+r+n>i.width-(i.margin.r+i.margin.l)&&(_=0,v+=y,a.height=a.height+y,y=0),u.setTranslate(this,l+_,5+l+t.height/2+v),a.width+=r+n,a.height=Math.max(a.height,t.height),_+=r+n,y=Math.max(t.height,y)}),a.width+=2*l,a.height+=10+2*l,a.width=Math.ceil(a.width),a.height=Math.ceil(a.height),n.each(function(t){var n=t[0];r.select(this).select(".legendtoggle").call(u.setRect,0,-n.height/2,e._context.editable?0:a.width,n.height)})}}function x(e){var t=e._fullLayout.legend,n="left";m.isRightAnchor(t)?n="right":m.isCenterAnchor(t)&&(n="center");var r="top";m.isBottomAnchor(t)?r="bottom":m.isMiddleAnchor(t)&&(r="middle"),l.autoMargin(e,"legend",{x:t.x,y:t.y,l:t.width*({right:1,center:.5}[n]||0),r:t.width*({left:1,center:.5}[n]||0),b:t.height*({top:1,middle:.5}[r]||0),t:t.height*({bottom:1,middle:.5}[r]||0)})}e.exports=function(e){var t=e._fullLayout,n="legend"+t._uid;if(t._infolayer&&e.calcdata){e._legendMouseDownTime||(e._legendMouseDownTime=0);var d=t.legend,h=t.showlegend&&v(e.calcdata,d),p=t.hiddenlabels||[];if(!t.showlegend||!h.length)return t._infolayer.selectAll(".legend").remove(),t._topdefs.select("#"+n).remove(),void l.autoMargin(e,"legend");var g=t._infolayer.selectAll("g.legend").data([0]);g.enter().append("g").attr({class:"legend","pointer-events":"all"});var _=t._topdefs.selectAll("#"+n).data([0]);_.enter().append("clipPath").attr("id",n).append("rect");var C=g.selectAll("rect.bg").data([0]);C.enter().append("rect").attr({class:"bg","shape-rendering":"crispEdges"}),C.call(c.stroke,d.bordercolor),C.call(c.fill,d.bgcolor),C.style("stroke-width",d.borderwidth+"px");var A=g.selectAll("g.scrollbox").data([0]);A.enter().append("g").attr("class","scrollbox");var w=g.selectAll("rect.scrollbar").data([0]);w.enter().append("rect").attr({class:"scrollbar",rx:20,ry:2,width:0,height:0}).call(c.fill,"#808BA4");var L=A.selectAll("g.groups").data(h);L.enter().append("g").attr("class","groups"),L.exit().remove();var D=L.selectAll("g.traces").data(a.identity);D.enter().append("g").attr("class","traces"),D.exit().remove(),D.call(y,e).style("opacity",function(e){var t=e[0].trace;return o.traceIs(t,"pie")?-1!==p.indexOf(e[0].label)?.5:1:"legendonly"===t.visible?.5:1}).each(function(){r.select(this).call(b,e).call(M,e)});var B=0!==g.enter().size();B&&(k(e,L,D),x(e));var S=t.width,G=t.height;k(e,L,D),d.height>G?function(e){var t=e._fullLayout.legend,n="left";m.isRightAnchor(t)?n="right":m.isCenterAnchor(t)&&(n="center");l.autoMargin(e,"legend",{x:t.x,y:.5,l:t.width*({right:1,center:.5}[n]||0),r:t.width*({left:1,center:.5}[n]||0),b:0,t:0})}(e):x(e);var W=t._size,z=W.l+W.w*d.x,O=W.t+W.h*(1-d.y);m.isRightAnchor(d)?z-=d.width:m.isCenterAnchor(d)&&(z-=d.width/2),m.isBottomAnchor(d)?O-=d.height:m.isMiddleAnchor(d)&&(O-=d.height/2);var P=d.width,R=W.w;P>R?(z=W.l,P=R):(z+P>S&&(z=S-P),z<0&&(z=0),P=Math.min(S-z,d.width));var j=d.height,E=W.h;j>E?(O=W.t,j=E):(O+j>G&&(O=G-j),O<0&&(O=0),j=Math.min(G-O,d.height)),u.setTranslate(g,z,O);var I,N,F,$,V,H,q=j-f.scrollBarHeight-2*f.scrollBarMargin,U=d.height-j;if(d.height<=j||e._context.staticPlot)C.attr({width:P-d.borderwidth,height:j-d.borderwidth,x:d.borderwidth/2,y:d.borderwidth/2}),u.setTranslate(A,0,0),_.select("rect").attr({width:P-2*d.borderwidth,height:j-2*d.borderwidth,x:d.borderwidth,y:d.borderwidth}),A.call(u.setClipUrl,n);else{I=f.scrollBarMargin,N=A.attr("data-scroll")||0,C.attr({width:P-2*d.borderwidth+f.scrollBarWidth+f.scrollBarMargin,height:j-d.borderwidth,x:d.borderwidth/2,y:d.borderwidth/2}),_.select("rect").attr({width:P-2*d.borderwidth+f.scrollBarWidth+f.scrollBarMargin,height:j-2*d.borderwidth,x:d.borderwidth,y:d.borderwidth-N}),A.call(u.setClipUrl,n),B&&X(I,N),g.on("wheel",null),g.on("wheel",function(){N=a.constrain(A.attr("data-scroll")-r.event.deltaY/q*U,-U,0),X(I=f.scrollBarMargin-N/U*q,N),0!==N&&N!==-U&&r.event.preventDefault()}),w.on(".drag",null),A.on(".drag",null);var Y=r.behavior.drag().on("drag",function(){I=a.constrain(r.event.y-f.scrollBarHeight/2,f.scrollBarMargin,f.scrollBarMargin+q),N=-(I-f.scrollBarMargin)/q*U,X(I,N)});w.call(Y),A.call(Y)}if(e._context.editable)g.classed("cursor-move",!0),s.init({element:g.node(),gd:e,prepFn:function(){var e=u.getTranslate(g);V=e.x,H=e.y},moveFn:function(e,t){var n=V+e,r=H+t;u.setTranslate(g,n,r),F=s.align(n,0,W.l,W.l+W.w,d.xanchor),$=s.align(r,0,W.t+W.h,W.t,d.yanchor)},doneFn:function(n,r,a){if(n&&void 0!==F&&void 0!==$)i.relayout(e,{"legend.x":F,"legend.y":$});else{var l=t._infolayer.selectAll("g.traces").filter(function(){var e=this.getBoundingClientRect();return a.clientX>=e.left&&a.clientX<=e.right&&a.clientY>=e.top&&a.clientY<=e.bottom});l.size()>0&&(1===r?g._clickTimeout=setTimeout(function(){K(l,e,r)},T):2===r&&(g._clickTimeout&&clearTimeout(g._clickTimeout),K(l,e,r)))}}})}function X(e,t){A.attr("data-scroll",t).call(u.setTranslate,0,t),w.call(u.setRect,P,e,f.scrollBarWidth,f.scrollBarHeight),_.select("rect").attr({y:d.borderwidth-t})}}},function(e,t,n){"use strict";var r=n(4),i=n(0),a=n(140),l=n(41),o=n(86);e.exports=function(e,t,n){for(var s,u,c,d,f=e.legend||{},h=t.legend={},p=0,v="normal",y=0;y<n.length;y++){var g=n[y];o.legendGetsTrace(g)&&(p++,r.traceIs(g,"pie")&&p++),(r.traceIs(g,"bar")&&"stack"===t.barmode||-1!==["tonextx","tonexty"].indexOf(g.fill))&&(v=o.isGrouped({traceorder:v})?"grouped+reversed":"reversed"),void 0!==g.legendgroup&&""!==g.legendgroup&&(v=o.isReversed({traceorder:v})?"reversed+grouped":"grouped")}function m(e,t){return i.coerce(f,h,a,e,t)}if(!1!==i.coerce(e,t,l,"showlegend",p>1)){if(m("bgcolor",t.paper_bgcolor),m("bordercolor"),m("borderwidth"),i.coerceFont(m,"font",t.font),m("orientation"),"h"===h.orientation){var _=e.xaxis;_&&_.rangeslider&&_.rangeslider.visible?(s=0,c="left",u=1.1,d="bottom"):(s=0,c="left",u=-.1,d="top")}m("traceorder",v),o.isGrouped(t.legend)&&m("tracegroupgap"),m("x",s),m("xanchor",c),m("y",u),m("yanchor",d),i.noneOrAll(f,h,["x","y"])}}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"legend",layoutAttributes:n(140),supplyLayoutDefaults:n(225),draw:n(224),style:n(139)}},function(e,t,n){"use strict";var r=n(1),i=n(8),a=n(4),l=n(7),o=n(6),s=/((x|y)([2-9]|[1-9][0-9]+)?)axis$/;e.exports=function(e,t,n,u){var c=e._fullLayout,d=[];var f,h,p,v,y=function(e){var t,n,r,i,a={};for(t in e)if(n=t.split(".")[0].match(s)){var l=n[1],o=l+"axis";if(r=c[o],i={},Array.isArray(e[t])?i.to=e[t].slice(0):Array.isArray(e[t].range)&&(i.to=e[t].range.slice(0)),!i.to)continue;i.axisName=o,i.length=r._length,d.push(l),a[l]=i}return a}(t),g=Object.keys(y),m=function(e,t,n){var r,i,a,l=e._plots,o=[];for(r in l){var s=l[r];if(-1===o.indexOf(s)){var u=s.xaxis._id,c=s.yaxis._id,d=s.xaxis.range,f=s.yaxis.range;s.xaxis._r=s.xaxis.range.slice(),s.yaxis._r=s.yaxis.range.slice(),i=n[u]?n[u].to:d,a=n[c]?n[c].to:f,d[0]===i[0]&&d[1]===i[1]&&f[0]===a[0]&&f[1]===a[1]||-1===t.indexOf(u)&&-1===t.indexOf(c)||o.push(s)}}return o}(c,g,y);if(!m.length)return!1;function _(e){var t=e.xaxis,n=e.yaxis;c._defs.selectAll("#"+e.clipId).call(l.setTranslate,0,0).call(l.setScale,1,1),e.plot.call(l.setTranslate,t._offset,n._offset).call(l.setScale,1,1).select(".scatterlayer").selectAll(".points").selectAll(".point").call(l.setPointGroupScale,1,1),e.plot.select(".scatterlayer").selectAll(".points").selectAll(".textpoint").call(l.setTextPointsScale,1,1)}function T(t,n){var r,i,s,u=y[t.xaxis._id],d=y[t.yaxis._id],f=[];if(u){i=(r=e._fullLayout[u.axisName])._r,s=u.to,f[0]=(i[0]*(1-n)+n*s[0]-i[0])/(i[1]-i[0])*t.xaxis._length;var h=i[1]-i[0],p=s[1]-s[0];r.range[0]=i[0]*(1-n)+n*s[0],r.range[1]=i[1]*(1-n)+n*s[1],f[2]=t.xaxis._length*(1-n+n*p/h)}else f[0]=0,f[2]=t.xaxis._length;if(d){i=(r=e._fullLayout[d.axisName])._r,s=d.to,f[1]=(i[1]*(1-n)+n*s[1]-i[1])/(i[0]-i[1])*t.yaxis._length;var v=i[1]-i[0],g=s[1]-s[0];r.range[0]=i[0]*(1-n)+n*s[0],r.range[1]=i[1]*(1-n)+n*s[1],f[3]=t.yaxis._length*(1-n+n*g/v)}else f[1]=0,f[3]=t.yaxis._length;!function(t,n){var r,i=[];for(i=[t._id,n._id],r=0;r<i.length;r++)o.doTicks(e,i[r],!0);function l(t,n){for(r=0;r<t.length;r++){var a=t[r];-1===i.indexOf(a.xref)&&-1===i.indexOf(a.yref)||n(e,r)}}l(c.annotations||[],a.getComponentMethod("annotations","drawOne")),l(c.shapes||[],a.getComponentMethod("shapes","drawOne")),l(c.images||[],a.getComponentMethod("images","draw"))}(t.xaxis,t.yaxis);var m=t.xaxis,_=t.yaxis,T=!!u,b=!!d,M=T?m._length/f[2]:1,K=b?_._length/f[3]:1,k=T?f[0]:0,x=b?f[1]:0,C=T?f[0]/f[2]*m._length:0,A=b?f[1]/f[3]*_._length:0,w=m._offset-C,L=_._offset-A;c._defs.selectAll("#"+t.clipId).call(l.setTranslate,k,x).call(l.setScale,1/M,1/K),t.plot.call(l.setTranslate,w,L).call(l.setScale,M,K).selectAll(".points").selectAll(".point").call(l.setPointGroupScale,1/M,1/K),t.plot.selectAll(".points").selectAll(".textpoint").call(l.setTextPointsScale,1/M,1/K)}u&&(f=u());var b=r.ease(n.easing);return e._transitionData._interruptCallbacks.push(function(){return window.cancelAnimationFrame(v),v=null,function(){for(var t={},n=0;n<g.length;n++){var r=e._fullLayout[g[n]+"axis"];t[r._name+".range[0]"]=r.range[0],t[r._name+".range[1]"]=r.range[1],r.range=r._r.slice()}return i.relayout(e,t).then(function(){for(var e=0;e<m.length;e++)_(m[e])})}()}),h=Date.now(),v=window.requestAnimationFrame(function t(){p=Date.now();for(var r=Math.min(1,(p-h)/n.duration),a=b(r),l=0;l<m.length;l++)T(m[l],a);p-h>n.duration?(function(){for(var t={},n=0;n<g.length;n++){var r=e._fullLayout[y[g[n]].axisName],a=y[g[n]].to;t[r._name+".range[0]"]=a[0],t[r._name+".range[1]"]=a[1],r.range=a.slice()}f&&f(),i.relayout(e,t).then(function(){for(var e=0;e<m.length;e++)_(m[e])})}(),v=window.cancelAnimationFrame(t)):v=window.requestAnimationFrame(t)}),Promise.resolve()}},function(e,t,n){"use strict";e.exports={xaxis:{valType:"subplotid",role:"info",dflt:"x",description:["Sets a reference between this trace's x coordinates and","a 2D cartesian x axis.","If *x* (the default value), the x coordinates refer to","`layout.xaxis`.","If *x2*, the x coordinates refer to `layout.xaxis2`, and so on."].join(" ")},yaxis:{valType:"subplotid",role:"info",dflt:"y",description:["Sets a reference between this trace's y coordinates and","a 2D cartesian y axis.","If *y* (the default value), the y coordinates refer to","`layout.yaxis`.","If *y2*, the y coordinates refer to `layout.xaxis2`, and so on."].join(" ")}}},function(e,t,n){"use strict";var r=n(13);e.exports=function(e,t){var n,i,a,l,o=e.cd,s=e.xaxis,u=e.yaxis,c=[],d=o[0].trace,f=d.marker,h=!r.hasMarkers(d)&&!r.hasText(d);if(!0===d.visible&&!h){var p=Array.isArray(f.opacity)?1:f.opacity;if(!1===t)for(n=0;n<o.length;n++)o[n].dim=0;else for(n=0;n<o.length;n++)i=o[n],a=s.c2p(i.x),l=u.c2p(i.y),t.contains([a,l])?(c.push({pointNumber:n,x:i.x,y:i.y}),i.dim=0):i.dim=1;return o[0].node3.selectAll("path.point").style("opacity",function(e){return((e.mo+1||p+1)-1)*(e.dim?.2:1)}),o[0].node3.selectAll("text").style("opacity",function(e){return e.dim?.2:1}),c}}},function(e,t,n){"use strict";var r=n(3),i=n(13);e.exports=function(e,t){var n,a;if("lines"===e.mode)return(n=e.line.color)&&r.opacity(n)?n:e.fillcolor;if("none"===e.mode)return e.fill?e.fillcolor:"";var l=t.mcc||(e.marker||{}).color,o=t.mlcc||((e.marker||{}).line||{}).color;return(a=l&&r.opacity(l)?l:o&&r.opacity(o)&&(t.mlw||((e.marker||{}).line||{}).width)?o:"")?r.opacity(a)<.3?r.addOpacity(a,.3):a:(n=(e.line||{}).color)&&r.opacity(n)&&i.hasLines(e)&&e.line.width?n:e.fillcolor}},function(e,t,n){"use strict";var r=n(0),i=n(29),a=n(30),l=n(230),o=n(3),s=i.constants.MAXDIST;e.exports=function(e,t,n,u){var c=e.cd,d=c[0].trace,f=e.xa,h=e.ya,p=f.c2p(t),v=h.c2p(n),y=[p,v],g=d.hoveron||"";if(-1!==g.indexOf("points")){var m=i.getDistanceFunction(u,function(e){var t=Math.max(3,e.mrc||0);return Math.max(Math.abs(f.c2p(e.x)-p)-t,1-3/t)},function(e){var t=Math.max(3,e.mrc||0);return Math.max(Math.abs(h.c2p(e.y)-v)-t,1-3/t)},function(e){var t=Math.max(3,e.mrc||0),n=f.c2p(e.x)-p,r=h.c2p(e.y)-v;return Math.max(Math.sqrt(n*n+r*r)-t,1-3/t)});if(i.getClosest(c,m,e),!1!==e.index){var _=c[e.index],T=f.c2p(_.x,!0),b=h.c2p(_.y,!0),M=_.mrc||1;return r.extendFlat(e,{color:l(d,_),x0:T-M,x1:T+M,xLabelVal:_.x,y0:b-M,y1:b+M,yLabelVal:_.y}),_.htx?e.text=_.htx:d.hovertext?e.text=d.hovertext:_.tx?e.text=_.tx:d.text&&(e.text=d.text),a.hoverInfo(_,d,e),[e]}}if(-1!==g.indexOf("fills")&&d._polygons){var K,k,x,C,A,w,L,D,B=d._polygons,S=[],G=!1,W=1/0,z=-1/0,O=1/0,P=-1/0;for(K=0;K<B.length;K++)(x=B[K]).contains(y)&&(G=!G,S.push(x),O=Math.min(O,x.ymin),P=Math.max(P,x.ymax));if(G){var R=((O=Math.max(O,0))+(P=Math.min(P,h._length)))/2;for(K=0;K<S.length;K++)for(C=S[K].pts,k=1;k<C.length;k++)(L=C[k-1][1])>R!=(D=C[k][1])>=R&&(A=(w=C[k-1][0])+(C[k][0]-w)*(R-L)/(D-L),W=Math.min(W,A),z=Math.max(z,A));W=Math.max(W,0),z=Math.min(z,f._length);var j=o.defaultLine;return o.opacity(d.fillcolor)?j=d.fillcolor:o.opacity((d.line||{}).color)&&(j=d.line.color),r.extendFlat(e,{distance:s+10,x0:W,x1:z,y0:R,y1:R,color:j}),delete e.index,d.text&&!Array.isArray(d.text)?e.text=String(d.text):e.text=d.name,[e]}}}},function(e,t,n){"use strict";var r=n(1),i=n(7),a=n(30);e.exports=function(e){var t=r.select(e).selectAll("g.trace.scatter");t.style("opacity",function(e){return e[0].trace.opacity}),t.selectAll("g.points").each(function(t){var n=r.select(this),a=n.selectAll("path.point"),l=t.trace||t[0].trace;a.call(i.pointStyle,l,e),n.selectAll("text").call(i.textPointStyle,l,e)}),t.selectAll("g.trace path.js-line").call(i.lineGroupStyle),t.selectAll("g.trace path.js-fill").call(i.fillGroupStyle),t.call(a.style)}},function(e,t,n){"use strict";var r=n(1),i=n(22),a=n(8),l=n(9),o=n(4),s=n(6),u=n(21),c=n(0),d=n(10).extendFlat,f=n(28),h=n(7),p=n(3),v=n(99),y=n(14),g=n(19).LINE_SPACING,m=n(153),_=n(151),T=n(23),b=n(104);e.exports=function(e,t){var n={};function M(){var b=e._fullLayout,k=b._size;if("function"==typeof n.fillcolor||"function"==typeof n.line.color){var x,C=r.extent(("function"==typeof n.fillcolor?n.fillcolor:n.line.color).domain()),A=[],w=[],L="function"==typeof n.line.color?n.line.color:function(){return n.line.color},D="function"==typeof n.fillcolor?n.fillcolor:function(){return n.fillcolor},B=n.levels.end+n.levels.size/100,S=n.levels.size,G=1.001*C[0]-.001*C[1],W=1.001*C[1]-.001*C[0];for(x=n.levels.start;(x-B)*S<0;x+=S)x>G&&x<W&&A.push(x);if("function"==typeof n.fillcolor)if(n.filllevels)for(B=n.filllevels.end+n.filllevels.size/100,S=n.filllevels.size,x=n.filllevels.start;(x-B)*S<0;x+=S)x>C[0]&&x<C[1]&&w.push(x);else(w=A.map(function(e){return e-n.levels.size/2})).push(w[w.length-1]+n.levels.size);else n.fillcolor&&"string"==typeof n.fillcolor&&(w=[0]);n.levels.size<0&&(A.reverse(),w.reverse());var z,O=b.height-b.margin.t-b.margin.b,P=b.width-b.margin.l-b.margin.r,R=Math.round(n.thickness*("fraction"===n.thicknessmode?P:1)),j=R/k.w,E=Math.round(n.len*("fraction"===n.lenmode?O:1)),I=E/k.h,N=n.xpad/k.w,F=(n.borderwidth+n.outlinewidth)/2,$=n.ypad/k.h,V=Math.round(n.x*k.w+n.xpad),H=n.x-j*({middle:.5,right:1}[n.xanchor]||0),q=n.y+I*(({top:-.5,bottom:.5}[n.yanchor]||0)-.5),U=Math.round(k.h*(1-q)),Y=U-E,X={type:"linear",range:C,tickmode:n.tickmode,nticks:n.nticks,tick0:n.tick0,dtick:n.dtick,tickvals:n.tickvals,ticktext:n.ticktext,ticks:n.ticks,ticklen:n.ticklen,tickwidth:n.tickwidth,tickcolor:n.tickcolor,showticklabels:n.showticklabels,tickfont:n.tickfont,tickangle:n.tickangle,tickformat:n.tickformat,exponentformat:n.exponentformat,separatethousands:n.separatethousands,showexponent:n.showexponent,showtickprefix:n.showtickprefix,tickprefix:n.tickprefix,showticksuffix:n.showticksuffix,ticksuffix:n.ticksuffix,title:n.title,titlefont:n.titlefont,anchor:"free",position:1},J={type:"linear",_id:"y"+t},Z={letter:"y",font:b.font,noHover:!0,calendar:b.calendar};if(m(X,J,he,Z,b),_(X,J,he,Z),J.position=n.x+N+j,M.axis=J,-1!==["top","bottom"].indexOf(n.titleside)&&(J.titleside=n.titleside,J.titlex=n.x+N,J.titley=q+("top"===n.titleside?I-$:$)),n.line.color&&"auto"===n.tickmode){J.tickmode="linear",J.tick0=n.levels.start;var Q=n.levels.size,ee=c.constrain((U-Y)/50,4,15)+1,te=(C[1]-C[0])/((n.nticks||ee)*Q);if(te>1){var ne=Math.pow(10,Math.floor(Math.log(te)/Math.LN10));Q*=ne*c.roundUp(te/ne,[2,5,10]),(Math.abs(n.levels.start)/n.levels.size+1e-6)%1<2e-6&&(J.tick0=0)}J.dtick=Q}J.domain=[q+$,q+I-$],J.setScale();var re=b._infolayer.selectAll("g."+t).data([0]);re.enter().append("g").classed(t,!0).each(function(){var e=r.select(this);e.append("rect").classed("cbbg",!0),e.append("g").classed("cbfills",!0),e.append("g").classed("cblines",!0),e.append("g").classed("cbaxis",!0).classed("crisp",!0),e.append("g").classed("cbtitleunshift",!0).append("g").classed("cbtitle",!0),e.append("rect").classed("cboutline",!0),e.select(".cbtitle").datum(0)}),re.attr("transform","translate("+Math.round(k.l)+","+Math.round(k.t)+")");var ie=re.select(".cbtitleunshift").attr("transform","translate(-"+Math.round(k.l)+",-"+Math.round(k.t)+")");J._axislayer=re.select(".cbaxis");var ae=0;if(-1!==["top","bottom"].indexOf(n.titleside)){var le,oe=k.l+(n.x+N)*k.w,se=J.titlefont.size;le="top"===n.titleside?(1-(q+I-$))*k.h+k.t+3+.75*se:(1-(q+$))*k.h+k.t-3-.25*se,pe(J._id+"title",{attributes:{x:oe,y:le,"text-anchor":"start"}})}var ue,ce,de,fe=c.syncOrAsync([l.previousPromises,function(){if(-1!==["top","bottom"].indexOf(n.titleside)){var t=re.select(".cbtitle"),a=t.select("text"),l=[-n.outlinewidth/2,n.outlinewidth/2],o=t.select(".h"+J._id+"title-math-group").node(),u=15.6;if(a.node()&&(u=parseInt(a.style("font-size"),10)*g),o?(ae=h.bBox(o).height)>u&&(l[1]-=(ae-u)/2):a.node()&&!a.classed("js-placeholder")&&(ae=h.bBox(a.node()).height),ae){if(ae+=5,"top"===n.titleside)J.domain[1]-=ae/k.h,l[1]*=-1;else{J.domain[0]+=ae/k.h;var d=y.lineCount(a);l[1]+=(1-d)*u}t.attr("transform","translate("+l+")"),J.setScale()}}re.selectAll(".cbfills,.cblines,.cbaxis").attr("transform","translate(0,"+Math.round(k.h*(1-J.domain[1]))+")");var f=re.select(".cbfills").selectAll("rect.cbfill").data(w);f.enter().append("rect").classed("cbfill",!0).style("stroke","none"),f.exit().remove(),f.each(function(e,t){var n=[0===t?C[0]:(w[t]+w[t-1])/2,t===w.length-1?C[1]:(w[t]+w[t+1])/2].map(J.c2p).map(Math.round);t!==w.length-1&&(n[1]+=n[1]>n[0]?1:-1);var a=D(e).replace("e-",""),l=i(a).toHexString();r.select(this).attr({x:V,width:Math.max(R,2),y:r.min(n),height:Math.max(r.max(n)-r.min(n),2),fill:l})});var p=re.select(".cblines").selectAll("path.cbline").data(n.line.color&&n.line.width?A:[]);return p.enter().append("path").classed("cbline",!0),p.exit().remove(),p.each(function(e){r.select(this).attr("d","M"+V+","+(Math.round(J.c2p(e))+n.line.width/2%1)+"h"+R).call(h.lineGroupStyle,n.line.width,L(e),n.line.dash)}),J._axislayer.selectAll("g."+J._id+"tick,path").remove(),J._pos=V+R+(n.outlinewidth||0)/2-("outside"===n.ticks?1:0),J.side="right",c.syncOrAsync([function(){return s.doTicks(e,J,!0)},function(){if(-1===["top","bottom"].indexOf(n.titleside)){var t=J.titlefont.size,i=J._offset+J._length/2,a=k.l+(J.position||0)*k.w+("right"===J.side?10+t*(J.showticklabels?1:.5):-10-t*(J.showticklabels?.5:0));pe("h"+J._id+"title",{avoid:{selection:r.select(e).selectAll("g."+J._id+"tick"),side:n.titleside,offsetLeft:k.l,offsetTop:k.t,maxShift:b.width},attributes:{x:a,y:i,"text-anchor":"middle"},transform:{rotate:"-90",offset:0}})}}])},l.previousPromises,function(){var r=R+n.outlinewidth/2+h.bBox(J._axislayer.node()).width;if((z=ie.select("text")).node()&&!z.classed("js-placeholder")){var i,a=ie.select(".h"+J._id+"title-math-group").node();i=a&&-1!==["top","bottom"].indexOf(n.titleside)?h.bBox(a).width:h.bBox(ie.node()).right-V-k.l,r=Math.max(r,i)}var o=2*n.xpad+r+n.borderwidth+n.outlinewidth/2,s=U-Y;re.select(".cbbg").attr({x:V-n.xpad-(n.borderwidth+n.outlinewidth)/2,y:Y-F,width:Math.max(o,2),height:Math.max(s+2*F,2)}).call(p.fill,n.bgcolor).call(p.stroke,n.bordercolor).style({"stroke-width":n.borderwidth}),re.selectAll(".cboutline").attr({x:V,y:Y+n.ypad+("top"===n.titleside?ae:0),width:Math.max(R,2),height:Math.max(s-2*n.ypad-ae,2)}).call(p.stroke,n.outlinecolor).style({fill:"None","stroke-width":n.outlinewidth});var u=({center:.5,right:1}[n.xanchor]||0)*o;re.attr("transform","translate("+(k.l-u)+","+k.t+")"),l.autoMargin(e,t,{x:n.x,y:n.y,l:o*({right:1,center:.5}[n.xanchor]||0),r:o*({left:1,center:.5}[n.xanchor]||0),t:s*({bottom:1,middle:.5}[n.yanchor]||0),b:s*({top:1,middle:.5}[n.yanchor]||0)})}],e);if(fe&&fe.then&&(e._promises||[]).push(fe),e._context.editable)u.init({element:re.node(),gd:e,prepFn:function(){ue=re.attr("transform"),f(re)},moveFn:function(e,t){re.attr("transform",ue+" translate("+e+","+t+")"),ce=u.align(H+e/k.w,j,0,1,n.xanchor),de=u.align(q-t/k.h,I,0,1,n.yanchor);var r=u.getCursor(ce,de,n.xanchor,n.yanchor);f(re,r)},doneFn:function(t){f(re),t&&void 0!==ce&&void 0!==de&&a.restyle(e,{"colorbar.x":ce,"colorbar.y":de},K().index)}});return fe}function he(e,t){return c.coerce(X,J,T,e,t)}function pe(t,n){var r,i=K();r=o.traceIs(i,"markerColorscale")?"marker.colorbar.title":"colorbar.title";var a={propContainer:J,propName:r,traceIndex:i.index,dfltName:"colorscale",containerGroup:re.select(".cbtitle")},l="h"===t.charAt(0)?t.substr(1):"h"+t;re.selectAll("."+l+",."+l+"-math-group").remove(),v.draw(e,t,d(a,n||{}))}b._infolayer.selectAll("g."+t).remove()}function K(){var n,r,i=t.substr(2);for(n=0;n<e._fullData.length;n++)if((r=e._fullData[n]).uid===i)return r}return Object.keys(b).forEach(function(e){n[e]=null}),n.fillcolor=null,n.line={color:null,width:null,dash:null},n.levels={start:null,end:null,size:null},n.filllevels=null,Object.keys(n).forEach(function(e){M[e]=function(t){return arguments.length?(n[e]=c.isPlainObject(n[e])?c.extendFlat(n[e],t):t,M):n[e]}}),M.options=function(e){return Object.keys(e).forEach(function(t){"function"==typeof M[t]&&M[t](e[t])}),M},M._opts=n,M}},function(e,t,n){"use strict";var r=n(2),i=n(0),a=n(9),l=n(161),o=n(233);e.exports=function(e,t){var n=t[0].trace,s=n.marker,u="cb"+n.uid;if(e._fullLayout._infolayer.selectAll("."+u).remove(),void 0!==s&&s.showscale){var c=s.color,d=s.cmin,f=s.cmax;r(d)||(d=i.aggNums(Math.min,null,c)),r(f)||(f=i.aggNums(Math.max,null,c));var h=t[0].t.cb=o(e,u),p=l.makeColorScaleFunc(l.extractScale(s.colorscale,d,f),{noNumericCheck:!0});h.fillcolor(p).filllevels({start:d,end:f,size:(f-d)/254}).options(s.colorbar)()}else a.autoMargin(e,u)}},function(e,t,n){"use strict";e.exports=function(e,t,n){for(var r,i=null,a=0;a<n.length;++a)!0===(r=n[a][0].trace).visible?(r._nexttrace=null,-1!==["tonextx","tonexty","tonext"].indexOf(r.fill)&&(r._prevtrace=i,i&&(i._nexttrace=r)),i=r):r._prevtrace=r._nexttrace=null}},function(e,t,n){"use strict";var r=n(16).BADNUM;e.exports=function(e,t){var n,i,a,l,o,s,u,c,d,f,h,p,v,y,g,m,_,T,b,M,K=t.xaxis,k=t.yaxis,x=t.simplify,C=t.connectGaps,A=t.baseTolerance,w=t.linear,L=[],D=.2,B=new Array(e.length),S=0;function G(t){var n=K.c2p(e[t].x),i=k.c2p(e[t].y);return n!==r&&i!==r&&[n,i]}function W(e){var t=e[0]/K._length,n=e[1]/k._length;return(1+10*Math.max(0,-t,t-1,-n,n-1))*A}for(x||(A=D=-1),n=0;n<e.length;n++)if(i=G(n)){for(S=0,B[S++]=i,n++;n<e.length;n++){if(!(l=G(n))){if(C)continue;break}if(w){if(T=i,void 0,void 0,b=(_=l)[0]-T[0],M=_[1]-T[1],!((u=Math.sqrt(b*b+M*M))<W(l)*D)){for(d=[(l[0]-i[0])/u,(l[1]-i[1])/u],o=i,h=u,p=y=g=0,c=!1,a=l,n++;n<e.length;n++){if(!(s=G(n))){if(C)continue;break}if(m=(f=[s[0]-i[0],s[1]-i[1]])[0]*d[1]-f[1]*d[0],y=Math.min(y,m),(g=Math.max(g,m))-y>W(s))break;a=s,(v=f[0]*d[0]+f[1]*d[1])>h?(h=v,l=s,c=!1):v<p&&(p=v,o=s,c=!0)}if(c?(B[S++]=l,a!==o&&(B[S++]=o)):(o!==i&&(B[S++]=o),a!==l&&(B[S++]=l)),B[S++]=a,n>=e.length||!s)break;B[S++]=s,i=s}}else B[S++]=l}L.push(B.slice(0,S))}return L}},function(e,t,n){"use strict";var r=n(1),i=n(0),a=n(7),l=n(30),o=n(13),s=n(236),u=n(235),c=n(144).tester;function d(e,t,n,u,d,f,h){var p,v;!function(e,t,n,a,l){var s=n.xaxis,u=n.yaxis,c=r.extent(i.simpleMap(s.range,s.r2c)),d=r.extent(i.simpleMap(u.range,u.r2c)),f=a[0].trace;if(!o.hasMarkers(f))return;var h=f.marker.maxdisplayed;if(0===h)return;var p=a.filter(function(e){return e.x>=c[0]&&e.x<=c[1]&&e.y>=d[0]&&e.y<=d[1]}),v=Math.ceil(p.length/h),y=0;l.forEach(function(e,n){var r=e[0].trace;o.hasMarkers(r)&&r.marker.maxdisplayed>0&&n<t&&y++});var g=Math.round(y*v/3+Math.floor(y/3)*v/7.1);a.forEach(function(e){delete e.vis}),p.forEach(function(e,t){0===Math.round((t+g)%v)&&(e.vis=!0)})}(0,t,n,u,d);var y=!!h&&h.duration>0;function g(e){return y?e.transition():e}var m=n.xaxis,_=n.yaxis,T=u[0].trace,b=T.line,M=r.select(f);if(M.call(l.plot,n,h),!0===T.visible){var K,k;g(M).style("opacity",T.opacity);var x=T.fill.charAt(T.fill.length-1);"x"!==x&&"y"!==x&&(x=""),u[0].node3=M;var C="",A=[],w=T._prevtrace;w&&(C=w._prevRevpath||"",k=w._nextFill,A=w._polygons);var L,D,B,S,G,W,z,O,P,R="",j="",E=[],I=[],N=i.noop;if(K=T._ownFill,o.hasLines(T)||"none"!==T.fill){for(k&&k.datum(u),-1!==["hv","vh","hvh","vhv"].indexOf(b.shape)?(B=a.steps(b.shape),S=a.steps(b.shape.split("").reverse().join(""))):B=S="spline"===b.shape?function(e){var t=e[e.length-1];return e[0][0]===t[0]&&e[0][1]===t[1]?a.smoothclosed(e.slice(1),b.smoothing):a.smoothopen(e,b.smoothing)}:function(e){return"M"+e.join("L")},G=function(e){return S(e.reverse())},E=s(u,{xaxis:m,yaxis:_,connectGaps:T.connectgaps,baseTolerance:Math.max(b.width||1,3)/4,linear:"linear"===b.shape,simplify:b.simplify}),P=T._polygons=new Array(E.length),v=0;v<E.length;v++)T._polygons[v]=c(E[v]);E.length&&(W=E[0][0],O=(z=E[E.length-1])[z.length-1]),I=E.filter(function(e){return e.length>1}),N=function(e){return function(t){if(L=B(t),D=G(t),R?x?(R+="L"+L.substr(1),j=D+"L"+j.substr(1)):(R+="Z"+L,j=D+"Z"+j):(R=L,j=D),o.hasLines(T)&&t.length>1){var n=r.select(this);if(n.datum(u),e)g(n.style("opacity",0).attr("d",L).call(a.lineGroupStyle)).style("opacity",1);else{var i=g(n);i.attr("d",L),a.singleLineStyle(u,i)}}}}}var F=M.selectAll(".js-line").data(I);g(F.exit()).style("opacity",0).remove(),F.each(N(!1)),F.enter().append("path").classed("js-line",!0).style("vector-effect","non-scaling-stroke").call(a.lineGroupStyle).each(N(!0)),E.length&&(K?W&&O&&(x?("y"===x?W[1]=O[1]=_.c2p(0,!0):"x"===x&&(W[0]=O[0]=m.c2p(0,!0)),g(K).attr("d","M"+O+"L"+W+"L"+R.substr(1)).call(a.singleFillStyle)):g(K).attr("d",R+"Z").call(a.singleFillStyle)):"tonext"===T.fill.substr(0,6)&&R&&C&&("tonext"===T.fill?g(k).attr("d",R+"Z"+C+"Z").call(a.singleFillStyle):g(k).attr("d",R+"L"+C.substr(1)+"Z").call(a.singleFillStyle),T._polygons=T._polygons.concat(A)),T._prevRevpath=j,T._prevPolygons=P);var $=M.selectAll(".points");p=$.data([u]),$.each(Y),p.enter().append("g").classed("points",!0).each(Y),p.exit().remove()}function V(e){return e.filter(function(e){return e.vis})}function H(e){return e.id}function q(e){if(e.ids)return H}function U(){return!1}function Y(t){var n,l=t[0].trace,s=r.select(this),u=o.hasMarkers(l),c=o.hasText(l),d=q(l),f=U,h=U;u&&(f=l.marker.maxdisplayed||l._needsCull?V:i.identity),c&&(h=l.marker.maxdisplayed||l._needsCull?V:i.identity);var p=(n=s.selectAll("path.point").data(f,d)).enter().append("path").classed("point",!0);y&&p.call(a.pointStyle,l,e).call(a.translatePoints,m,_,l).style("opacity",0).transition().style("opacity",1);var v=u&&a.tryColorscale(l.marker,""),T=u&&a.tryColorscale(l.marker,"line");n.order(),n.each(function(t){var n=r.select(this),i=g(n);a.translatePoint(t,i,m,_)?(a.singlePointStyle(t,i,l,v,T,e),l.customdata&&n.classed("plotly-customdata",null!==t.data&&void 0!==t.data)):i.remove()}),y?n.exit().transition().style("opacity",0).remove():n.exit().remove(),(n=s.selectAll("g").data(h,d)).enter().append("g").classed("textpoint",!0).append("text"),n.order(),n.each(function(e){var t=r.select(this),n=g(t.select("text"));a.translatePoint(e,n,m,_)||t.remove()}),n.selectAll("text").call(a.textPointStyle,l,e).each(function(e){var t=e.xp||m.c2p(e.x),n=e.yp||_.c2p(e.y);r.select(this).selectAll("tspan.line").each(function(){g(r.select(this)).attr({x:t,y:n})})}),n.exit().remove()}}e.exports=function(e,t,n,i,a){var l,o,s,c,f=t.plot.select("g.scatterlayer"),h=!i,p=!!i&&i.duration>0;for((s=f.selectAll("g.trace").data(n,function(e){return e[0].trace.uid})).enter().append("g").attr("class",function(e){return"trace scatter trace"+e[0].trace.uid}).style("stroke-miterlimit",2),u(e,t,n),function(e,t){var n;t.selectAll("g.trace").each(function(e){var t=r.select(this);if((n=e[0].trace)._nexttrace){if(n._nextFill=t.select(".js-fill.js-tonext"),!n._nextFill.size()){var i=":first-child";t.select(".js-fill.js-tozero").size()&&(i+=" + *"),n._nextFill=t.insert("path",i).attr("class","js-fill js-tonext")}}else t.selectAll(".js-fill.js-tonext").remove(),n._nextFill=null;n.fill&&("tozero"===n.fill.substr(0,6)||"toself"===n.fill||"to"===n.fill.substr(0,2)&&!n._prevtrace)?(n._ownFill=t.select(".js-fill.js-tozero"),n._ownFill.size()||(n._ownFill=t.insert("path",":first-child").attr("class","js-fill js-tozero"))):(t.selectAll(".js-fill.js-tozero").remove(),n._ownFill=null)})}(0,f),l=0,o={};l<n.length;l++)o[n[l][0].trace.uid]=l;(f.selectAll("g.trace").sort(function(e,t){return o[e[0].trace.uid]>o[t[0].trace.uid]?1:-1}),p)?(a&&(c=a()),r.transition().duration(i.duration).ease(i.easing).each("end",function(){c&&c()}).each("interrupt",function(){c&&c()}).each(function(){f.selectAll("g.trace").each(function(r,a){d(e,a,t,r,n,this,i)})})):f.selectAll("g.trace").each(function(r,a){d(e,a,t,r,n,this,i)});h&&s.exit().remove(),f.selectAll("path:not([d])").remove()}},function(e,t,n){"use strict";var r=n(39),i=n(157),a=n(13);e.exports=function(e){a.hasLines(e)&&r(e,"line")&&i(e,e.line.color,"line","c"),a.hasMarkers(e)&&(r(e,"marker")&&i(e,e.marker.color,"marker","c"),r(e,"marker.line")&&i(e,e.marker.line.color,"marker.line","c"))}},function(e,t,n){"use strict";var r=n(2),i=n(6),a=n(16).BADNUM,l=n(13),o=n(238),s=n(142);e.exports=function(e,t){var n,u,c=i.getFromId(e,t.xaxis||"x"),d=i.getFromId(e,t.yaxis||"y"),f=c.makeCalcdata(t,"x"),h=d.makeCalcdata(t,"y"),p=Math.min(f.length,h.length);c._minDtick=0,d._minDtick=0,f.length>p&&f.splice(p,f.length-p),h.length>p&&h.splice(p,h.length-p);var v={padded:!0},y={padded:!0};if(l.hasMarkers(t)){if(n=t.marker.size,Array.isArray(n)){var g={type:"linear"};i.setConvert(g),(n=g.makeCalcdata(t.marker,"size")).length>p&&n.splice(p,n.length-p)}var m,_=1.6*(t.marker.sizeref||1);m="area"===t.marker.sizemode?function(e){return Math.max(Math.sqrt((e||0)/_),3)}:function(e){return Math.max((e||0)/_,3)},v.ppad=y.ppad=Array.isArray(n)?n.map(m):m(n)}o(t),!("tozerox"===t.fill||"tonextx"===t.fill&&e.firstscatter)||f[0]===f[p-1]&&h[0]===h[p-1]?t.error_y.visible||-1===["tonexty","tozeroy"].indexOf(t.fill)&&(l.hasMarkers(t)||l.hasText(t))||(v.padded=!1,v.ppad=0):v.tozero=!0,!("tozeroy"===t.fill||"tonexty"===t.fill&&e.firstscatter)||f[0]===f[p-1]&&h[0]===h[p-1]?-1!==["tonextx","tozerox"].indexOf(t.fill)&&(y.padded=!1):y.tozero=!0,i.expand(c,f,v),i.expand(d,h,y);var T=new Array(p);for(u=0;u<p;u++)T[u]=r(f[u])&&r(h[u])?{x:f[u],y:h[u]}:{x:a,y:a},t.ids&&(T[u].id=String(t.ids[u]));return s(T,t),e.firstscatter=!1,T}},function(e,t,n){"use strict";e.exports=function(e){for(var t=0;t<e.length;t++){var n=e[t];if("scatter"===n.type){var r=n.fill;if("none"!==r&&"toself"!==r&&(n.opacity=void 0,"tonexty"===r||"tonextx"===r))for(var i=t-1;i>=0;i--){var a=e[i];if("scatter"===a.type&&a.xaxis===n.xaxis&&a.yaxis===n.yaxis){a.opacity=void 0;break}}}}}},function(e,t,n){"use strict";var r=n(3);e.exports=function(e,t,n,i){var a=!1;if(t.marker){var l=t.marker.color,o=(t.marker.line||{}).color;l&&!Array.isArray(l)?a=l:o&&!Array.isArray(o)&&(a=o)}i("fillcolor",r.addOpacity((t.line||{}).color||a||n,.5))}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n,i){i("textposition"),r.coerceFont(i,"textfont",n.font)}},function(e,t,n){"use strict";e.exports=function(e,t,n){"spline"===n("line.shape")&&n("line.smoothing")}},function(e,t,n){"use strict";var r=n(39),i=n(102);e.exports=function(e,t,n,a,l,o){var s=(e.marker||{}).color;(l("line.color",n),r(e,"line"))?i(e,t,a,l,{prefix:"line.",cLetter:"c"}):l("line.color",!Array.isArray(s)&&s||n);l("line.width"),(o||{}).noDash||l("line.dash")}},function(e,t,n){"use strict";var r=n(3),i=n(39),a=n(102),l=n(13);e.exports=function(e,t,n,o,s,u){var c=l.isBubble(e),d=(e.line||{}).color;(u=u||{},d&&(n=d),s("marker.symbol"),s("marker.opacity",c?.7:1),s("marker.size"),s("marker.color",n),i(e,"marker")&&a(e,t,o,s,{prefix:"marker.",cLetter:"c"}),u.noLine||(s("marker.line.color",d&&!Array.isArray(d)&&t.marker.color!==d?d:c?r.background:r.defaultLine),i(e,"marker.line")&&a(e,t,o,s,{prefix:"marker.line.",cLetter:"c"}),s("marker.line.width",c?1:0)),c&&(s("marker.sizeref"),s("marker.sizemin"),s("marker.sizemode")),u.gradient)&&("none"!==s("marker.gradient.type")&&s("marker.gradient.color"))}},function(e,t,n){"use strict";var r=n(4);e.exports=function(e,t,n,i){var a,l=i("x"),o=i("y");if(r.getComponentMethod("calendars","handleTraceDefaults")(e,t,["x","y"],n),l)o?((a=Math.min(l.length,o.length))<l.length&&(t.x=l.slice(0,a)),a<o.length&&(t.y=o.slice(0,a))):(a=l.length,i("y0"),i("dy"));else{if(!o)return 0;a=t.y.length,i("x0"),i("dx")}return a}},function(e,t,n){"use strict";var r=n(0),i=n(40),a=n(156),l=n(13),o=n(246),s=n(245),u=n(244),c=n(243),d=n(242),f=n(241),h=n(155);e.exports=function(e,t,n,p){function v(n,a){return r.coerce(e,t,i,n,a)}var y=o(e,t,p,v),g=y<a.PTS_LINESONLY?"lines+markers":"lines";if(y){v("text"),v("hovertext"),v("mode",g),l.hasLines(t)&&(u(e,t,n,p,v),c(e,t,v),v("connectgaps"),v("line.simplify")),l.hasMarkers(t)&&s(e,t,n,p,v,{gradient:!0}),l.hasText(t)&&d(e,t,p,v);var m=[];(l.hasMarkers(t)||l.hasText(t))&&(v("marker.maxdisplayed"),m.push("points")),v("fill"),"none"!==t.fill&&(f(e,t,n,v),l.hasLines(t)||c(e,t,v)),"tonext"!==t.fill&&"toself"!==t.fill||m.push("fills"),v("hoveron",m.join("+")||"points"),h(e,t,n,{axis:"y"}),h(e,t,n,{axis:"x",inherit:"y"})}else t.visible=!1}},function(e,t,n){"use strict";var r={},i=n(13);r.hasLines=i.hasLines,r.hasMarkers=i.hasMarkers,r.hasText=i.hasText,r.isBubble=i.isBubble,r.attributes=n(40),r.supplyDefaults=n(247),r.cleanData=n(240),r.calc=n(239),r.arraysToCalcdata=n(142),r.plot=n(237),r.colorbar=n(234),r.style=n(232),r.hoverPoints=n(231),r.selectPoints=n(229),r.animatable=!0,r.moduleType="trace",r.name="scatter",r.basePlotModule=n(141),r.categories=["cartesian","symbols","markerColorscale","errorBarsOK","showLegend"],r.meta={description:["The scatter trace type encompasses line charts, scatter charts, text charts, and bubble charts.","The data visualized as scatter point or lines is set in `x` and `y`.","Text (appearing either on the chart or on hover only) is via `text`.","Bubble charts are achieved by setting `marker.size` and/or `marker.color`","to numerical arrays."].join(" ")},e.exports=r},function(e,t,n){"use strict";var r=n(0),i=n(9),a=n(112),l=r.isPlainObject,o=Array.isArray;function s(e,t,n,i,a,u){u=u||[];for(var c=Object.keys(e),p=0;p<c.length;p++){var v=c[p];if("transforms"!==v){var y=u.slice();y.push(v);var g=e[v],m=t[v],_=h(n,v),T="info_array"===(_||{}).valType,b="colorscale"===(_||{}).valType;if(f(n,v))if(l(g)&&l(m))s(g,m,_,i,a,y);else if(_.items&&!T&&o(g)){var M,K,k=_.items,x=k[Object.keys(k)[0]],C=[];for(M=0;M<m.length;M++){var A=m[M]._index||M;(K=y.slice()).push(A),l(g[A])&&l(m[M])&&(C.push(A),s(g[A],m[M],x,i,a,K))}for(M=0;M<g.length;M++)(K=y.slice()).push(M),l(g[M])?-1===C.indexOf(M)&&i.push(d("unused",a,K)):i.push(d("object",a,K,g[M]))}else!l(g)&&l(m)?i.push(d("object",a,y,g)):o(g)||!o(m)||T||b?v in t?r.validate(g,_)?"enumerated"===_.valType&&(_.coerceNumber&&g!==+m||g!==m)&&i.push(d("dynamic",a,y,g,m)):i.push(d("value",a,y,g)):i.push(d("unused",a,y,g)):i.push(d("array",a,y,g));else i.push(d("schema",a,y))}}return i}e.exports=function(e,t){var n,u,c=a.get(),f=[],h={};o(e)?(h.data=r.extendDeep([],e),n=e):(h.data=[],n=[],f.push(d("array","data"))),l(t)?(h.layout=r.extendDeep({},t),u=t):(h.layout={},u={},arguments.length>1&&f.push(d("object","layout"))),i.supplyDefaults(h);for(var p=h._fullData,v=n.length,y=0;y<v;y++){var g=n[y],m=["data",y];if(l(g)){var _=p[y],T=_.type,b=c.traces[T].attributes;b.type={valType:"enumerated",values:[T]},!1===_.visible&&!1!==g.visible&&f.push(d("invisible",m)),s(g,_,b,f,m);var M=g.transforms,K=_.transforms;if(M){o(M)||f.push(d("array",m,["transforms"])),m.push("transforms");for(var k=0;k<M.length;k++){var x=["transforms",k],C=M[k].type;if(l(M[k])){var A=c.transforms[C]?c.transforms[C].attributes:{};A.type={valType:"enumerated",values:Object.keys(c.transforms)},s(M[k],K[k],A,f,m,x)}else f.push(d("object",m,x))}}}else f.push(d("object",m))}return s(u,h._fullLayout,function(e,t){for(var n=0;n<t.length;n++){var i=t[n].type,a=e.traces[i].layoutAttributes;a&&r.extendFlat(e.layout.layoutAttributes,a)}return e.layout.layoutAttributes}(c,p),f,"layout"),0===f.length?void 0:f};var u={object:function(e,t){return("layout"===e&&""===t?"The layout argument":"data"===e[0]&&""===t?"Trace "+e[1]+" in the data argument":c(e)+"key "+t)+" must be linked to an object container"},array:function(e,t){return("data"===e?"The data argument":c(e)+"key "+t)+" must be linked to an array container"},schema:function(e,t){return c(e)+"key "+t+" is not part of the schema"},unused:function(e,t,n){var r=l(n)?"container":"key";return c(e)+r+" "+t+" did not get coerced"},dynamic:function(e,t,n,r){return[c(e)+"key",t,"(set to '"+n+"')","got reset to","'"+r+"'","during defaults."].join(" ")},invisible:function(e){return"Trace "+e[1]+" got defaulted to be not visible"},value:function(e,t,n){return[c(e)+"key "+t,"is set to an invalid value ("+n+")"].join(" ")}};function c(e){return o(e)?"In data trace "+e[1]+", ":"In "+e+", "}function d(e,t,n,i,a){var l,s;n=n||"",o(t)?(l=t[0],s=t[1]):(l=t,s=null);var c=function(e){if(!o(e))return String(e);for(var t="",n=0;n<e.length;n++){var r=e[n];"number"==typeof r?t=t.substr(0,t.length-1)+"["+r+"]":t+=r,n<e.length-1&&(t+=".")}return t}(n),d=u[e](t,c,i,a);return r.log(d),{code:e,container:l,trace:s,path:n,astr:c,msg:d}}function f(e,t){var n=p(t),r=n.keyMinusId,i=n.id;return!!(r in e&&e[r]._isSubplotObj&&i)||t in e}function h(e,t){return e[p(t).keyMinusId]}function p(e){var t=e.split(/([2-9]|[1-9][0-9]+)$/)[0];return{keyMinusId:t,id:e.substr(t.length,e.length)}}},function(e,t,n){"use strict";var r=n(4),i=n(0);function a(e){r.register(e,e.name,e.categories,e.meta),r.subplotsRegistry[e.basePlotModule.name]||r.registerSubplot(e.basePlotModule)}function l(e){if("string"!=typeof e.name)throw new Error("Transform module *name* must be a string.");var t="Transform module "+e.name,n="function"==typeof e.transform,a="function"==typeof e.calcTransform;if(!n&&!a)throw new Error(t+" is missing a *transform* or *calcTransform* method.");n&&a&&i.log([t+" has both a *transform* and *calcTransform* methods.","Please note that all *transform* methods are executed","before all *calcTransform* methods."].join(" ")),i.isPlainObject(e.attributes)||i.log(t+" registered without an *attributes* object."),"function"!=typeof e.supplyDefaults&&i.log(t+" registered without a *supplyDefaults* method."),r.transformsRegistry[e.name]=e}function o(e){if("string"!=typeof e.name)throw new Error("Component module *name* must be a string.");r.registerComponent(e)}e.exports=function(e){if(!e)throw new Error("No argument passed to Plotly.register.");e&&!Array.isArray(e)&&(e=[e]);for(var t=0;t<e.length;t++){var n=e[t];if(!n)throw new Error("Invalid module was attempted to be registered!");switch(n.moduleType){case"trace":a(n);break;case"transform":l(n);break;case"component":o(n);break;default:throw new Error("Invalid module was attempted to be registered!")}}}},function(e,t,n){"use strict";var r=n(8),i=n(0);e.exports=function(e){return i.extendFlat(r.defaultConfig,e)}},function(e,t,n){"use strict";"undefined"!=typeof MathJax?(t.MathJax=!0,MathJax.Hub.Config({messageStyle:"none",skipStartupTypeset:!0,displayAlign:"left",tex2jax:{inlineMath:[["$","$"],["\\(","\\)"]]}}),MathJax.Hub.Configured()):t.MathJax=!1},function(e,t,n){"use strict";var r=n(0),i={"X,X div":"font-family:'Open Sans', verdana, arial, sans-serif;margin:0;padding:0;","X input,X button":"font-family:'Open Sans', verdana, arial, sans-serif;","X input:focus,X button:focus":"outline:none;","X a":"text-decoration:none;","X a:hover":"text-decoration:none;","X .crisp":"shape-rendering:crispEdges;","X .user-select-none":"-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;","X svg":"overflow:hidden;","X svg a":"fill:#447adb;","X svg a:hover":"fill:#3c6dc5;","X .main-svg":"position:absolute;top:0;left:0;pointer-events:none;","X .main-svg .draglayer":"pointer-events:all;","X .cursor-default":"cursor:default;","X .cursor-pointer":"cursor:pointer;","X .cursor-crosshair":"cursor:crosshair;","X .cursor-move":"cursor:move;","X .cursor-col-resize":"cursor:col-resize;","X .cursor-row-resize":"cursor:row-resize;","X .cursor-ns-resize":"cursor:ns-resize;","X .cursor-ew-resize":"cursor:ew-resize;","X .cursor-sw-resize":"cursor:sw-resize;","X .cursor-s-resize":"cursor:s-resize;","X .cursor-se-resize":"cursor:se-resize;","X .cursor-w-resize":"cursor:w-resize;","X .cursor-e-resize":"cursor:e-resize;","X .cursor-nw-resize":"cursor:nw-resize;","X .cursor-n-resize":"cursor:n-resize;","X .cursor-ne-resize":"cursor:ne-resize;","X .modebar":"position:absolute;top:2px;right:2px;z-index:1001;background:rgba(255,255,255,0.7);","X .modebar--hover":"opacity:0;-webkit-transition:opacity 0.3s ease 0s;-moz-transition:opacity 0.3s ease 0s;-ms-transition:opacity 0.3s ease 0s;-o-transition:opacity 0.3s ease 0s;transition:opacity 0.3s ease 0s;","X:hover .modebar--hover":"opacity:1;","X .modebar-group":"float:left;display:inline-block;box-sizing:border-box;margin-left:8px;position:relative;vertical-align:middle;white-space:nowrap;","X .modebar-group:first-child":"margin-left:0px;","X .modebar-btn":"position:relative;font-size:16px;padding:3px 4px;cursor:pointer;line-height:normal;box-sizing:border-box;","X .modebar-btn svg":"position:relative;top:2px;","X .modebar-btn path":"fill:rgba(0,31,95,0.3);","X .modebar-btn.active path,X .modebar-btn:hover path":"fill:rgba(0,22,72,0.5);","X .modebar-btn.modebar-btn--logo":"padding:3px 1px;","X .modebar-btn.modebar-btn--logo path":"fill:#447adb !important;","X [data-title]:before,X [data-title]:after":"position:absolute;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);display:none;opacity:0;z-index:1001;pointer-events:none;top:110%;right:50%;","X [data-title]:hover:before,X [data-title]:hover:after":"display:block;opacity:1;","X [data-title]:before":"content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1002;margin-top:-12px;border-bottom-color:#69738a;margin-right:-6px;","X [data-title]:after":"content:attr(data-title);background:#69738a;color:white;padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap;margin-right:-18px;border-radius:2px;","X .select-outline":"fill:none;stroke-width:1;shape-rendering:crispEdges;","X .select-outline-1":"stroke:white;","X .select-outline-2":"stroke:black;stroke-dasharray:2px 2px;",Y:"font-family:'Open Sans';position:fixed;top:50px;right:20px;z-index:10000;font-size:10pt;max-width:180px;","Y p":"margin:0;","Y .notifier-note":"min-width:180px;max-width:250px;border:1px solid #fff;z-index:3000;margin:0;background-color:#8c97af;background-color:rgba(140,151,175,0.9);color:#fff;padding:10px;","Y .notifier-close":"color:#fff;opacity:0.8;float:right;padding:0 5px;background:none;border:none;font-size:20px;font-weight:bold;line-height:20px;","Y .notifier-close:hover":"color:#444;text-decoration:none;cursor:pointer;"};for(var a in i){var l=a.replace(/^,/," ,").replace(/X/g,".js-plotly-plot .plotly").replace(/Y/g,".plotly-notifier");r.addStyleRule(l,i[a])}},function(e,t){},function(e,t,n){(function(t,r){var i; /*! * @overview es6-promise - a tiny implementation of Promises/A+. * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald) @@ -25,6 +25,6 @@ e.exports=function(){"use strict";var e={installed:!1,p:Promise.resolve(),versio * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE * @version 3.3.1 */ -a=function(){"use strict";function e(e){return"function"==typeof e}var a=Array.isArray?Array.isArray:function(e){return"[object Array]"===Object.prototype.toString.call(e)},i=0,l=void 0,o=void 0,s=function(e,t){v[i]=e,v[i+1]=t,2===(i+=2)&&(o?o(y):M())};var u="undefined"!=typeof window?window:void 0,c=u||{},d=c.MutationObserver||c.WebKitMutationObserver,f="undefined"==typeof self&&void 0!==t&&"[object process]"==={}.toString.call(t),h="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;function p(){var e=setTimeout;return function(){return e(y,1)}}var v=new Array(1e3);function y(){for(var e=0;e<i;e+=2){(0,v[e])(v[e+1]),v[e]=void 0,v[e+1]=void 0}i=0}var g,m,_,T,M=void 0;function b(e,t){var n=arguments,r=this,a=new this.constructor(x);void 0===a[k]&&N(a);var i,l=r._state;return l?(i=n[l-1],s(function(){return j(l,a,i,r._result)})):O(r,a,e,t),a}function K(e){if(e&&"object"==typeof e&&e.constructor===this)return e;var t=new this(x);return S(t,e),t}f?M=function(){return t.nextTick(y)}:d?(m=0,_=new d(y),T=document.createTextNode(""),_.observe(T,{characterData:!0}),M=function(){T.data=m=++m%2}):h?((g=new MessageChannel).port1.onmessage=y,M=function(){return g.port2.postMessage(0)}):M=void 0===u?function(){try{var e=n(249);return l=e.runOnLoop||e.runOnContext,function(){l(y)}}catch(e){return p()}}():p();var k=Math.random().toString(36).substring(16);function x(){}var C=void 0,A=1,w=2,L=new R;function D(e){try{return e.then}catch(e){return L.error=e,L}}function B(t,n,r){n.constructor===t.constructor&&r===b&&n.constructor.resolve===K?function(e,t){t._state===A?W(e,t._result):t._state===w?z(e,t._result):O(t,void 0,function(t){return S(e,t)},function(t){return z(e,t)})}(t,n):r===L?z(t,L.error):void 0===r?W(t,n):e(r)?function(e,t,n){s(function(e){var r=!1,a=function(e,t,n,r){try{e.call(t,n,r)}catch(e){return e}}(n,t,function(n){r||(r=!0,t!==n?S(e,n):W(e,n))},function(t){r||(r=!0,z(e,t))},e._label);!r&&a&&(r=!0,z(e,a))},e)}(t,n,r):W(t,n)}function S(e,t){var n;e===t?z(e,new TypeError("You cannot resolve a promise with itself")):"function"==typeof(n=t)||"object"==typeof n&&null!==n?B(e,t,D(t)):W(e,t)}function G(e){e._onerror&&e._onerror(e._result),P(e)}function W(e,t){e._state===C&&(e._result=t,e._state=A,0!==e._subscribers.length&&s(P,e))}function z(e,t){e._state===C&&(e._state=w,e._result=t,s(G,e))}function O(e,t,n,r){var a=e._subscribers,i=a.length;e._onerror=null,a[i]=t,a[i+A]=n,a[i+w]=r,0===i&&e._state&&s(P,e)}function P(e){var t=e._subscribers,n=e._state;if(0!==t.length){for(var r=void 0,a=void 0,i=e._result,l=0;l<t.length;l+=3)r=t[l],a=t[l+n],r?j(n,r,a,i):a(i);e._subscribers.length=0}}function R(){this.error=null}var E=new R;function j(t,n,r,a){var i=e(r),l=void 0,o=void 0,s=void 0,u=void 0;if(i){if((l=function(e,t){try{return e(t)}catch(e){return E.error=e,E}}(r,a))===E?(u=!0,o=l.error,l=null):s=!0,n===l)return void z(n,new TypeError("A promises callback cannot return that same promise."))}else l=a,s=!0;n._state!==C||(i&&s?S(n,l):u?z(n,o):t===A?W(n,l):t===w&&z(n,l))}var I=0;function N(e){e[k]=I++,e._state=void 0,e._result=void 0,e._subscribers=[]}function F(e,t){this._instanceConstructor=e,this.promise=new e(x),this.promise[k]||N(this.promise),a(t)?(this._input=t,this.length=t.length,this._remaining=t.length,this._result=new Array(this.length),0===this.length?W(this.promise,this._result):(this.length=this.length||0,this._enumerate(),0===this._remaining&&W(this.promise,this._result))):z(this.promise,new Error("Array Methods must be provided an Array"))}function $(e){this[k]=I++,this._result=this._state=void 0,this._subscribers=[],x!==e&&("function"!=typeof e&&function(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}(),this instanceof $?function(e,t){try{t(function(t){S(e,t)},function(t){z(e,t)})}catch(t){z(e,t)}}(this,e):function(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}())}function V(){var e=void 0;if(void 0!==r)e=r;else if("undefined"!=typeof self)e=self;else try{e=Function("return this")()}catch(e){throw new Error("polyfill failed because global object is unavailable in this environment")}var t=e.Promise;if(t){var n=null;try{n=Object.prototype.toString.call(t.resolve())}catch(e){}if("[object Promise]"===n&&!t.cast)return}e.Promise=$}return F.prototype._enumerate=function(){for(var e=this.length,t=this._input,n=0;this._state===C&&n<e;n++)this._eachEntry(t[n],n)},F.prototype._eachEntry=function(e,t){var n=this._instanceConstructor,r=n.resolve;if(r===K){var a=D(e);if(a===b&&e._state!==C)this._settledAt(e._state,t,e._result);else if("function"!=typeof a)this._remaining--,this._result[t]=e;else if(n===$){var i=new n(x);B(i,e,a),this._willSettleAt(i,t)}else this._willSettleAt(new n(function(t){return t(e)}),t)}else this._willSettleAt(r(e),t)},F.prototype._settledAt=function(e,t,n){var r=this.promise;r._state===C&&(this._remaining--,e===w?z(r,n):this._result[t]=n),0===this._remaining&&W(r,this._result)},F.prototype._willSettleAt=function(e,t){var n=this;O(e,void 0,function(e){return n._settledAt(A,t,e)},function(e){return n._settledAt(w,t,e)})},$.all=function(e){return new F(this,e).promise},$.race=function(e){var t=this;return a(e)?new t(function(n,r){for(var a=e.length,i=0;i<a;i++)t.resolve(e[i]).then(n,r)}):new t(function(e,t){return t(new TypeError("You must pass an array to race."))})},$.resolve=K,$.reject=function(e){var t=new this(x);return z(t,e),t},$._setScheduler=function(e){o=e},$._setAsap=function(e){s=e},$._asap=s,$.prototype={constructor:$,then:b,catch:function(e){return this.then(null,e)}},V(),$.polyfill=V,$.Promise=$,$},e.exports=a()}).call(this,n(170),n(44))},function(e,t,n){"use strict";var r=n(18).id2name,a=n(140),i=n(16).ALMOST_EQUAL,l=n(19).FROM_BL;function o(e,t){var n=e._inputDomain,r=l[e.constraintoward],a=n[0]+(n[1]-n[0])*r;e.domain=e._input.domain=[a+(n[0]-a)/t,a+(n[1]-a)/t]}t.enforce=function(e){var t,n,l,s,u,c,d,f=e._fullLayout,h=f._axisConstraintGroups;for(t=0;t<h.length;t++){var p=h[t],v=Object.keys(p),y=1/0,g=0,m=1/0,_={},T={},M=!1;for(n=0;n<v.length;n++)T[l=v[n]]=s=f[r(l)],s._inputDomain?s.domain=s._inputDomain.slice():s._inputDomain=s.domain.slice(),s._inputRange||(s._inputRange=s.range.slice()),s.setScale(),_[l]=u=Math.abs(s._m)/p[l],y=Math.min(y,u),"domain"!==s.constrain&&s._constraintShrinkable||(m=Math.min(m,u)),delete s._constraintShrinkable,g=Math.max(g,u),"domain"===s.constrain&&(M=!0);if(!(y>i*g)||M)for(n=0;n<v.length;n++)if(u=_[l=v[n]],c=(s=T[l]).constrain,u!==m||"domain"===c)if(d=u/m,"range"===c)a(s,d);else{var b=s._inputDomain,K=(s.domain[1]-s.domain[0])/(b[1]-b[0]),k=(s.r2l(s.range[1])-s.r2l(s.range[0]))/(s.r2l(s._inputRange[1])-s.r2l(s._inputRange[0]));if((d/=K)*k<1){s.domain=s._input.domain=b.slice(),a(s,d);continue}if(k<1&&(s.range=s._input.range=s._inputRange.slice(),d*=k),s.autorange&&s._min.length&&s._max.length){var x=s.r2l(s.range[0]),C=s.r2l(s.range[1]),A=(x+C)/2,w=A,L=A,D=Math.abs(C-A),B=A-D*d*1.0001,S=A+D*d*1.0001;o(s,d),s.setScale();var G,W,z=Math.abs(s._m);for(W=0;W<s._min.length;W++)(G=s._min[W].val-s._min[W].pad/z)>B&&G<w&&(w=G);for(W=0;W<s._max.length;W++)(G=s._max[W].val+s._max[W].pad/z)<S&&G>L&&(L=G);d/=(L-w)/(2*D),w=s.l2r(w),L=s.l2r(L),s.range=s._input.range=x<C?[w,L]:[L,w]}o(s,d)}}},t.clean=function(e,t){if(t._inputDomain){for(var n=!1,r=t._id,a=e._fullLayout._axisConstraintGroups,i=0;i<a.length;i++)if(a[i][r]){n=!0;break}n&&"domain"===t.constrain||(t._input.domain=t.domain=t._inputDomain,delete t._inputDomain)}}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(4),l=n(9),o=n(0),s=n(3),u=n(7),c=n(97),d=n(147),f=n(143);t.layoutStyles=function(e){return o.syncOrAsync([l.doAutoMargin,t.lsInner],e)},t.lsInner=function(e){var n,i=e._fullLayout,l=i._size,o=a.Axes.list(e);for(n=0;n<o.length;n++)o[n]._linepositions={};i._paperdiv.style({width:i.width+"px",height:i.height+"px"}).selectAll(".main-svg").call(u.setSize,i.width,i.height),e._context.setBackground(e,i.paper_bgcolor);var c=i._paper.selectAll("g.subplot"),f=[],h=[];c.each(function(t){var n=i._plots[t];if(n.mainplot)return n.bg&&n.bg.remove(),void(n.bg=void 0);var r=a.Axes.getFromId(e,t,"x"),l=a.Axes.getFromId(e,t,"y"),o=r.domain,s=l.domain,u=[];!function(e,t,n){for(var r=0;r<n.length;r++){var a=n[r][0],i=n[r][1];if(!(a[0]>=e[1]||a[1]<=e[0])&&i[0]<t[1]&&i[1]>t[0])return!0}return!1}(o,s,h)?(f.push(t),h.push([o,s])):u=[0];var c=n.plotgroup.selectAll(".bg").data(u);c.enter().append("rect").classed("bg",!0),c.exit().remove(),c.each(function(){n.bg=c;var e=n.plotgroup.node();e.insertBefore(this,e.childNodes[0])})});var p=i._bgLayer.selectAll(".bg").data(f);p.enter().append("rect").classed("bg",!0),p.exit().remove(),p.each(function(e){i._plots[e].bg=r.select(this)});var v=[];return c.each(function(t){var n=i._plots[t],r=a.Axes.getFromId(e,t,"x"),o=a.Axes.getFromId(e,t,"y");r.setScale(),o.setScale(),n.bg&&i._has("cartesian")&&n.bg.call(u.setRect,r._offset-l.p,o._offset-l.p,r._length+2*l.p,o._length+2*l.p).call(s.fill,i.plot_bgcolor).style("stroke-width",0),n.clipId="clip"+i._uid+t+"plot";var c=i._defs.selectAll("g.clips").selectAll("#"+n.clipId).data([0]);c.enter().append("clipPath").attr({class:"plotclip",id:n.clipId}).append("rect"),c.selectAll("rect").attr({width:r._length,height:o._length}),n.plot.call(u.setTranslate,r._offset,o._offset),n.plot.call(u.setClipUrl,n.clipId);var d=u.crispRound(e,r.linewidth,1),f=u.crispRound(e,o.linewidth,1),h=l.p+f,p="M"+-h+",",y="h"+(r._length+2*h),g="free"===r.anchor&&-1===v.indexOf(r._id),m=l.h*(1-(r.position||0))+d/2%1,_=r.anchor===o._id&&(r.mirror||"top"!==r.side)||"all"===r.mirror||"allticks"===r.mirror||r.mirrors&&r.mirrors[o._id+"bottom"],T=o._length+l.p+d/2,M=r.anchor===o._id&&(r.mirror||"top"===r.side)||"all"===r.mirror||"allticks"===r.mirror||r.mirrors&&r.mirrors[o._id+"top"],b=-l.p-d/2,K=l.p,k=_?0:d,x=M?0:d,C=","+(-K-x)+"v"+(o._length+2*K+x+k),A="free"===o.anchor&&-1===v.indexOf(o._id),w=l.w*(o.position||0)+f/2%1,L=o.anchor===r._id&&(o.mirror||"right"!==o.side)||"all"===o.mirror||"allticks"===o.mirror||o.mirrors&&o.mirrors[r._id+"left"],D=-l.p-f/2,B=o.anchor===r._id&&(o.mirror||"right"===o.side)||"all"===o.mirror||"allticks"===o.mirror||o.mirrors&&o.mirrors[r._id+"right"],S=r._length+l.p+f/2;r._linepositions[t]=[_?T:void 0,M?b:void 0,g?m:void 0],r.anchor===o._id?r._linepositions[t][3]="top"===r.side?b:T:g&&(r._linepositions[t][3]=m),o._linepositions[t]=[L?D:void 0,B?S:void 0,A?w:void 0],o.anchor===r._id?o._linepositions[t][3]="right"===o.side?S:D:A&&(o._linepositions[t][3]=w);var G="translate("+r._offset+","+o._offset+")",W=G,z=G;g&&(W="translate("+r._offset+","+l.t+")",b+=o._offset-l.t,T+=o._offset-l.t),A&&(z="translate("+l.l+","+o._offset+")",D+=r._offset-l.l,S+=r._offset-l.l),i._has("cartesian")&&(n.xlines.attr("transform",W).attr("d",(_?p+T+y:"")+(M?p+b+y:"")+(g?p+m+y:"")||"M0,0").style("stroke-width",d+"px").call(s.stroke,r.showline?r.linecolor:"rgba(0,0,0,0)"),n.ylines.attr("transform",z).attr("d",(L?"M"+D+C:"")+(B?"M"+S+C:"")+(A?"M"+w+C:"")||"M0,0").attr("stroke-width",f+"px").call(s.stroke,o.showline?o.linecolor:"rgba(0,0,0,0)")),n.xaxislayer.attr("transform",W),n.yaxislayer.attr("transform",z),n.gridlayer.attr("transform",G),n.zerolinelayer.attr("transform",G),n.draglayer.attr("transform",G),g&&v.push(r._id),A&&v.push(o._id)}),a.Axes.makeClipPaths(e),t.drawMainTitle(e),d.manage(e),e._promises.length&&Promise.all(e._promises)},t.drawMainTitle=function(e){var t=e._fullLayout;c.draw(e,"gtitle",{propContainer:t,propName:"title",dfltName:"Plot",attributes:{x:t.width/2,y:t._size.t/2,"text-anchor":"middle"}})},t.doTraceStyle=function(e){for(var t=0;t<e.calcdata.length;t++){var n=e.calcdata[t],r=(((n[0]||{}).trace||{})._module||{}).arraysToCalcdata;r&&r(n,n[0].trace)}return l.style(e),i.getComponentMethod("legend","draw")(e),l.previousPromises(e)},t.doColorBars=function(e){for(var t=0;t<e.calcdata.length;t++){var n=e.calcdata[t][0];if((n.t||{}).cb){var r=n.trace,a=n.t.cb;i.traceIs(r,"contour")&&a.line({width:!1!==r.contours.showlines?r.line.width:0,dash:r.line.dash,color:"line"===r.contours.coloring?a._opts.line.color:r.line.color}),i.traceIs(r,"markerColorscale")?a.options(r.marker.colorbar)():a.options(r.colorbar)()}}return l.previousPromises(e)},t.layoutReplot=function(e){var t=e.layout;return e.layout=void 0,a.plot(e,"",t)},t.doLegend=function(e){return i.getComponentMethod("legend","draw")(e),l.previousPromises(e)},t.doTicksRelayout=function(e){return a.Axes.doTicks(e,"redraw"),t.drawMainTitle(e),l.previousPromises(e)},t.doModeBar=function(e){var t,n,r=e._fullLayout;for(d.manage(e),f(e),t=l.getSubplotIds(r,"gl3d"),n=0;n<t.length;n++)r[t[n]]._scene.updateFx(r.dragmode,r.hovermode);for(t=l.getSubplotIds(r,"gl2d"),n=0;n<t.length;n++)r._plots[t[n]]._scene2d.updateFx(r.dragmode);return l.previousPromises(e)},t.doCamera=function(e){for(var t=e._fullLayout,n=l.getSubplotIds(t,"gl3d"),r=0;r<n.length;r++){var a=t[n[r]];a._scene.setCamera(a.camera)}}},function(e,t){e.exports=function(e,t){var n=t[0],r=t[1],a=t[2],i=t[3],l=n+n,o=r+r,s=a+a,u=n*l,c=r*l,d=r*o,f=a*l,h=a*o,p=a*s,v=i*l,y=i*o,g=i*s;return e[0]=1-d-p,e[1]=c+g,e[2]=f-y,e[3]=0,e[4]=c-g,e[5]=1-u-p,e[6]=h+v,e[7]=0,e[8]=f+y,e[9]=h-v,e[10]=1-u-d,e[11]=0,e[12]=0,e[13]=0,e[14]=0,e[15]=1,e}},function(e,t,n){"use strict";var r=n(2),a=n(253),i=n(4),l=n(0),o=n(9),s=n(6),u=n(3);function c(e,t){var n=e[t],r=t.charAt(0);n&&"paper"!==n&&(e[t]=s.cleanId(n,r))}function d(e){var t="middle",n="center";return-1!==e.indexOf("top")?t="top":-1!==e.indexOf("bottom")&&(t="bottom"),-1!==e.indexOf("left")?n="left":-1!==e.indexOf("right")&&(n="right"),t+" "+n}function f(e,t){return t in e&&"object"==typeof e[t]&&0===Object.keys(e[t]).length}t.getGraphDiv=function(e){var t;if("string"==typeof e){if(null===(t=document.getElementById(e)))throw new Error("No DOM element with id '"+e+"' exists on the page.");return t}if(null===e||void 0===e)throw new Error("DOM element provided is null or undefined");return e},t.clearPromiseQueue=function(e){Array.isArray(e._promises)&&e._promises.length>0&&l.log("Clearing previous rejected promises from queue."),e._promises=[]},t.cleanLayout=function(e){var t,n;e||(e={}),e.xaxis1&&(e.xaxis||(e.xaxis=e.xaxis1),delete e.xaxis1),e.yaxis1&&(e.yaxis||(e.yaxis=e.yaxis1),delete e.yaxis1);var r=s.list({_fullLayout:e});for(t=0;t<r.length;t++){var i=r[t];i.anchor&&"free"!==i.anchor&&(i.anchor=s.cleanId(i.anchor)),i.overlaying&&(i.overlaying=s.cleanId(i.overlaying)),i.type||(i.isdate?i.type="date":i.islog?i.type="log":!1===i.isdate&&!1===i.islog&&(i.type="linear")),"withzero"!==i.autorange&&"tozero"!==i.autorange||(i.autorange=!0,i.rangemode="tozero"),delete i.islog,delete i.isdate,delete i.categories,f(i,"domain")&&delete i.domain,void 0!==i.autotick&&(void 0===i.tickmode&&(i.tickmode=i.autotick?"auto":"linear"),delete i.autotick)}var d=Array.isArray(e.annotations)?e.annotations.length:0;for(t=0;t<d;t++){var h=e.annotations[t];l.isPlainObject(h)&&(h.ref&&("paper"===h.ref?(h.xref="paper",h.yref="paper"):"data"===h.ref&&(h.xref="x",h.yref="y"),delete h.ref),c(h,"xref"),c(h,"yref"))}var p=Array.isArray(e.shapes)?e.shapes.length:0;for(t=0;t<p;t++){var v=e.shapes[t];l.isPlainObject(v)&&(c(v,"xref"),c(v,"yref"))}var y=e.legend;y&&(y.x>3?(y.x=1.02,y.xanchor="left"):y.x<-2&&(y.x=-.02,y.xanchor="right"),y.y>3?(y.y=1.02,y.yanchor="bottom"):y.y<-2&&(y.y=-.02,y.yanchor="top")),"rotate"===e.dragmode&&(e.dragmode="orbit"),e.scene1&&(e.scene||(e.scene=e.scene1),delete e.scene1);var g=o.getSubplotIds(e,"gl3d");for(t=0;t<g.length;t++){var m=e[g[t]],_=m.cameraposition;if(Array.isArray(_)&&4===_[0].length){var T=_[0],M=_[1],b=_[2],K=a([],T),k=[];for(n=0;n<3;++n)k[n]=M[t]+b*K[2+4*n];m.camera={eye:{x:k[0],y:k[1],z:k[2]},center:{x:M[0],y:M[1],z:M[2]},up:{x:K[1],y:K[5],z:K[9]}},delete m.cameraposition}}return u.clean(e),e},t.cleanData=function(e,n){for(var r=[],a=e.concat(Array.isArray(n)?n:[]).filter(function(e){return"uid"in e}).map(function(e){return e.uid}),c=0;c<e.length;c++){var h,p=e[c];if(!("uid"in p)||-1!==r.indexOf(p.uid)){var v;for(h=0;h<100&&(v=l.randstr(a),-1!==r.indexOf(v));h++);p.uid=l.randstr(a),a.push(p.uid)}if(r.push(p.uid),"histogramy"===p.type&&"xbins"in p&&!("ybins"in p)&&(p.ybins=p.xbins,delete p.xbins),p.error_y&&"opacity"in p.error_y){var y=u.defaults,g=p.error_y.color||(i.traceIs(p,"bar")?u.defaultLine:y[c%y.length]);p.error_y.color=u.addOpacity(u.rgb(g),u.opacity(g)*p.error_y.opacity),delete p.error_y.opacity}if("bardir"in p&&("h"!==p.bardir||!i.traceIs(p,"bar")&&"histogram"!==p.type.substr(0,9)||(p.orientation="h",t.swapXYData(p)),delete p.bardir),"histogramy"===p.type&&t.swapXYData(p),"histogramx"!==p.type&&"histogramy"!==p.type||(p.type="histogram"),"scl"in p&&(p.colorscale=p.scl,delete p.scl),"reversescl"in p&&(p.reversescale=p.reversescl,delete p.reversescl),p.xaxis&&(p.xaxis=s.cleanId(p.xaxis,"x")),p.yaxis&&(p.yaxis=s.cleanId(p.yaxis,"y")),i.traceIs(p,"gl3d")&&p.scene&&(p.scene=o.subplotsRegistry.gl3d.cleanId(p.scene)),i.traceIs(p,"pie")||i.traceIs(p,"bar")||(Array.isArray(p.textposition)?p.textposition=p.textposition.map(d):p.textposition&&(p.textposition=d(p.textposition))),i.traceIs(p,"2dMap")&&("YIGnBu"===p.colorscale&&(p.colorscale="YlGnBu"),"YIOrRd"===p.colorscale&&(p.colorscale="YlOrRd")),i.traceIs(p,"markerColorscale")&&p.marker){var m=p.marker;"YIGnBu"===m.colorscale&&(m.colorscale="YlGnBu"),"YIOrRd"===m.colorscale&&(m.colorscale="YlOrRd")}if("surface"===p.type&&l.isPlainObject(p.contours)){var _=["x","y","z"];for(h=0;h<_.length;h++){var T=p.contours[_[h]];l.isPlainObject(T)&&(T.highlightColor&&(T.highlightcolor=T.highlightColor,delete T.highlightColor),T.highlightWidth&&(T.highlightwidth=T.highlightWidth,delete T.highlightWidth))}}if(Array.isArray(p.transforms)){var M=p.transforms;for(h=0;h<M.length;h++){var b=M[h];if(l.isPlainObject(b))switch(b.type){case"filter":b.filtersrc&&(b.target=b.filtersrc,delete b.filtersrc),b.calendar&&(b.valuecalendar||(b.valuecalendar=b.calendar),delete b.calendar);break;case"groupby":if(b.styles=b.styles||b.style,b.styles&&!Array.isArray(b.styles)){var K=b.styles,k=Object.keys(K);b.styles=[];for(var x=0;x<k.length;x++)b.styles.push({target:k[x],value:K[k[x]]})}}}}f(p,"line")&&delete p.line,"marker"in p&&(f(p.marker,"line")&&delete p.marker.line,f(p,"marker")&&delete p.marker),u.clean(p)}},t.swapXYData=function(e){var t;if(l.swapAttrs(e,["?","?0","d?","?bins","nbins?","autobin?","?src","error_?"]),Array.isArray(e.z)&&Array.isArray(e.z[0])&&(e.transpose?delete e.transpose:e.transpose=!0),e.error_x&&e.error_y){var n=e.error_y,r="copy_ystyle"in n?n.copy_ystyle:!(n.color||n.thickness||n.width);l.swapAttrs(e,["error_?.copy_ystyle"]),r&&l.swapAttrs(e,["error_?.color","error_?.thickness","error_?.width"])}if("string"==typeof e.hoverinfo){var a=e.hoverinfo.split("+");for(t=0;t<a.length;t++)"x"===a[t]?a[t]="y":"y"===a[t]&&(a[t]="x");e.hoverinfo=a.join("+")}},t.coerceTraceIndices=function(e,t){return r(t)?[t]:Array.isArray(t)&&t.length?t:e.data.map(function(e,t){return t})},t.manageArrayContainers=function(e,t,n){var a=e.obj,i=e.parts,o=i.length,s=i[o-1],u=r(s);if(u&&null===t){var c=i.slice(0,o-1).join(".");l.nestedProperty(a,c).get().splice(s,1)}else u&&void 0===e.get()?(void 0===e.get()&&(n[e.astr]=null),e.set(t)):e.set(t)};var h=/(\.[^\[\]\.]+|\[[^\[\]\.]+\])$/;function p(e){var t=e.search(h);if(t>0)return e.substr(0,t)}t.hasParent=function(e,t){for(var n=p(t);n;){if(n in e)return!0;n=p(n)}return!1}},function(e,t,n){"use strict";var r=n(107),a=n(32),i=n(109),l=n(33),o=n(162).sorterAsc,s=n(4);t.containerArrayMatch=n(167);var u=t.isAddVal=function(e){return"add"===e||a(e)},c=t.isRemoveVal=function(e){return null===e||"remove"===e};t.applyContainerArrayChanges=function(e,t,n,a){var d=t.astr,f=s.getComponentMethod(d,"supplyLayoutDefaults"),h=s.getComponentMethod(d,"draw"),p=s.getComponentMethod(d,"drawOne"),v=a.replot||a.recalc||f===i||h===i,y=e.layout,g=e._fullLayout;if(n[""]){Object.keys(n).length>1&&l.warn("Full array edits are incompatible with other edits",d);var m=n[""][""];if(c(m))t.set(null);else{if(!Array.isArray(m))return l.warn("Unrecognized full array edit value",d,m),!0;t.set(m)}return!v&&(f(y,g),h(e),!0)}var _,T,M,b,K,k,x,C=Object.keys(n).map(Number).sort(o),A=t.get(),w=A||[],L=r(g,d).get(),D=[],B=-1,S=w.length;for(_=0;_<C.length;_++)if(b=n[M=C[_]],K=Object.keys(b),k=b[""],x=u(k),M<0||M>w.length-(x?0:1))l.warn("index out of range",d,M);else if(void 0!==k)K.length>1&&l.warn("Insertion & removal are incompatible with edits to the same index.",d,M),c(k)?D.push(M):x?("add"===k&&(k={}),w.splice(M,0,k),L&&L.splice(M,0,{})):l.warn("Unrecognized full object edit value",d,M,k),-1===B&&(B=M);else for(T=0;T<K.length;T++)r(w[M],K[T]).set(b[K[T]]);for(_=D.length-1;_>=0;_--)w.splice(D[_],1),L&&L.splice(D[_],1);if(w.length?A||t.set(w):t.set(null),v)return!1;if(f(y,g),p!==i){var G;if(-1===B)G=C;else{for(S=Math.max(w.length,S),G=[],_=0;_<C.length&&!((M=C[_])>=B);_++)G.push(M);for(_=B;_<S;_++)G.push(_)}for(_=0;_<G.length;_++)p(e,G[_])}else h(e);return!0}},function(e,t,n){"use strict";var r=n(141),a=n(3),i=n(87).appendArrayPointValue,l=n(6),o=n(15),s=r.filter,u=r.tester,c=o.MINSELECT;function d(e){return e._id}function f(e,t){if(Array.isArray(e))for(var n=t.cd[0].trace,r=0;r<e.length;r++){var a=e[r];a.curveNumber=n.index,a.data=n._input,a.fullData=n,i(a,n,a.pointNumber)}return e}e.exports=function(e,t,n,r,i){var h,p=r.gd._fullLayout._zoomlayer,v=r.element.getBoundingClientRect(),y=r.plotinfo.xaxis._offset,g=r.plotinfo.yaxis._offset,m=t-v.left,_=n-v.top,T=m,M=_,b="M"+m+","+_,K=r.xaxes[0]._length,k=r.yaxes[0]._length,x=r.xaxes.map(d),C=r.yaxes.map(d),A=r.xaxes.concat(r.yaxes);"lasso"===i&&(h=s([[m,_]],o.BENDPX));var w=p.selectAll("path.select-outline").data([1,2]);w.enter().append("path").attr("class",function(e){return"select-outline select-outline-"+e}).attr("transform","translate("+y+", "+g+")").attr("d",b+"Z");var L,D,B,S,G,W=p.append("path").attr("class","zoombox-corners").style({fill:a.background,stroke:a.defaultLine,"stroke-width":1}).attr("transform","translate("+y+", "+g+")").attr("d","M0,0Z"),z=[],O=r.gd,P=[];for(L=0;L<O.calcdata.length;L++)if((B=(D=O.calcdata[L])[0].trace)._module&&B._module.selectPoints)if(r.subplot){if(B.subplot!==r.subplot)continue;z.push({selectPoints:B._module.selectPoints,cd:D,xaxis:r.xaxes[0],yaxis:r.yaxes[0]})}else{if(-1===x.indexOf(B.xaxis))continue;if(-1===C.indexOf(B.yaxis))continue;z.push({selectPoints:B._module.selectPoints,cd:D,xaxis:l.getFromId(O,B.xaxis),yaxis:l.getFromId(O,B.yaxis)})}function R(e){var t="y"===e._id.charAt(0)?1:0;return function(n){return e.p2d(n[t])}}function E(e,t){return e-t}r.moveFn=function(e,t){var n,a;T=Math.max(0,Math.min(K,e+m)),M=Math.max(0,Math.min(k,t+_));var l=Math.abs(T-m),o=Math.abs(M-_);for("select"===i?(o<Math.min(.6*l,c)?(n=u([[m,0],[m,k],[T,k],[T,0]]),W.attr("d","M"+n.xmin+","+(_-c)+"h-4v"+2*c+"h4ZM"+(n.xmax-1)+","+(_-c)+"h4v"+2*c+"h-4Z")):l<Math.min(.6*o,c)?(n=u([[0,_],[0,M],[K,M],[K,_]]),W.attr("d","M"+(m-c)+","+n.ymin+"v-4h"+2*c+"v4ZM"+(m-c)+","+(n.ymax-1)+"v4h"+2*c+"v-4Z")):(n=u([[m,_],[m,M],[T,M],[T,_]]),W.attr("d","M0,0Z")),w.attr("d","M"+n.xmin+","+n.ymin+"H"+(n.xmax-1)+"V"+(n.ymax-1)+"H"+n.xmin+"Z")):"lasso"===i&&(h.addPt([T,M]),n=u(h.filtered),w.attr("d","M"+h.filtered.join("L")+"Z")),P=[],L=0;L<z.length;L++)S=z[L],[].push.apply(P,f(S.selectPoints(S,n),S));if(G={points:P},"select"===i){var s,d=G.range={};for(L=0;L<A.length;L++)s=(a=A[L])._id.charAt(0),d[a._id]=[a.p2d(n[s+"min"]),a.p2d(n[s+"max"])].sort(E)}else{var p=G.lassoPoints={};for(L=0;L<A.length;L++)p[(a=A[L])._id]=h.filtered.map(R(a))}r.gd.emit("plotly_selecting",G)},r.doneFn=function(e,t){if(W.remove(),e||2!==t)r.gd.emit("plotly_selected",G);else{for(w.remove(),L=0;L<z.length;L++)(S=z[L]).selectPoints(S,!1);O.emit("plotly_deselect",null)}}}},function(e,t,n){"use strict";var r=n(1),a=n(21),i=n(8),l=n(4),o=n(0),s=n(14),u=n(3),c=n(7),d=n(28),f=n(20),h=n(19).FROM_TL,p=n(9),v=n(6).doTicks,y=n(18).getFromId,g=n(256),m=n(140),_=n(15),T=_.MINDRAG,M=_.MINZOOM,b=!0;function K(e,t){for(var n=0;n<e.length;n++)if(!e[n].fixedrange)return t;return""}function k(e,t,n,r,a){var i,l,o,s;for(i=0;i<e.length;i++)(l=e[i]).fixedrange||(o=l._rl[0],s=l._rl[1]-o,l.range=[l.l2r(o+s*t),l.l2r(o+s*n)],r[l._name+".range[0]"]=l.range[0],r[l._name+".range[1]"]=l.range[1]);if(a&&a.length){var u=(t+(1-n))/2;k(a,u,1-u,r)}}function x(e,t){for(var n=0;n<e.length;n++){var r=e[n];r.fixedrange||(r.range=[r.l2r(r._rl[0]-t/r._m),r.l2r(r._rl[1]-t/r._m)])}}function C(e){return 1-(e>=0?Math.min(e,.9):1/(1/Math.max(e,-.3)+3.222))}function A(e){e.selectAll(".select-outline").remove()}function w(e){r.select(e).selectAll(".zoombox,.js-zoombox-backdrop,.js-zoombox-menu,.zoombox-corners").remove()}function L(e){return-1!==["lasso","select"].indexOf(e)}function D(e){var t=Math.floor(Math.min(e.b-e.t,e.r-e.l,M)/2);return"M"+(e.l-3.5)+","+(e.t-.5+t)+"h3v"+-t+"h"+t+"v-3h-"+(t+3)+"ZM"+(e.r+3.5)+","+(e.t-.5+t)+"h-3v"+-t+"h"+-t+"v-3h"+(t+3)+"ZM"+(e.r+3.5)+","+(e.b+.5-t)+"h-3v"+t+"h"+-t+"v3h"+(t+3)+"ZM"+(e.l-3.5)+","+(e.b+.5-t)+"h3v"+t+"h"+t+"v3h-"+(t+3)+"Z"}e.exports=function(e,t,n,B,S,G,W,z){var O,P,R,E,j,I,N,F,$,V,H,q,U,Y=e._fullLayout,X=e._fullLayout._zoomlayer,J=W+z==="nsew";function Z(){P=[t.xaxis],R=[t.yaxis];var n=P[0],r=R[0];I=n._length,N=r._length;var a=Y._axisConstraintGroups,i=[n._id],l=[r._id];O=[t].concat(W&&z?t.overlays:[]);for(var s=1;s<O.length;s++){var u=O[s].xaxis,c=O[s].yaxis;-1===P.indexOf(u)&&(P.push(u),i.push(u._id)),-1===R.indexOf(c)&&(R.push(c),l.push(c._id))}F=K(P,z),$=K(R,W),V=function(e,t){if(!e)return"pointer";if("nsew"===e)return"pan"===t?"move":"crosshair";return e.toLowerCase()+"-resize"}($+F,Y.dragmode),E=n._offset,j=r._offset;var d=function(e,t,n){var r,a,i,l,s,u,c=!1,d={},f={};for(r=0;r<e.length;r++){for(l=e[r],a=0;a<t.length;a++)if(l[t[a]]){for(s in l)-1===("x"===s.charAt(0)?t:n).indexOf(s)&&(d[s]=1);for(i=0;i<n.length;i++)l[n[i]]&&(c=!0)}for(a=0;a<n.length;a++)if(l[n[a]])for(u in l)-1===("x"===u.charAt(0)?t:n).indexOf(u)&&(f[u]=1)}c&&(o.extendFlat(d,f),f={});return{x:d,y:f,xy:c}}(a,i,l);for(var f in H=d.xy,q=[],d.x)q.push(y(e,f));for(var h in U=[],d.y)U.push(y(e,h))}Z();var Q=function(e,t,n,r,a,i,l){var o=e.draglayer.selectAll("."+t).data([0]);return o.enter().append("rect").classed("drag",!0).classed(t,!0).style({fill:"transparent","stroke-width":0}).attr("data-subplot",e.id),o.call(c.setRect,r,a,i,l).call(d,n),o.node()}(t,W+z+"drag",V,n,B,S,G);if(!$&&!F&&!L(Y.dragmode))return Q.onmousedown=null,Q.style.pointerEvents=J?"all":"none",Q;var ee,te,ne,re,ae,ie,le,oe,se,ue={element:Q,gd:e,plotinfo:t,prepFn:function(t,n,r){var i=e._fullLayout.dragmode;J?t.shiftKey&&(i="pan"===i?"zoom":"pan"):i="pan",ue.minDrag="lasso"===i?1:void 0,"zoom"===i?(ue.moveFn=de,ue.doneFn=fe,ue.minDrag=1,function(t,n,r){var i=Q.getBoundingClientRect();ee=n-i.left,te=r-i.top,ne={l:ee,r:ee,w:0,t:te,b:te,h:0},re=e._hmpixcount?e._hmlumcount/e._hmpixcount:a(e._fullLayout.plot_bgcolor).getLuminance(),ie=!1,le="xy",oe=function(e,t,n,r,a){return e.append("path").attr("class","zoombox").style({fill:t>.2?"rgba(0,0,0,0)":"rgba(255,255,255,0)","stroke-width":0}).attr("transform","translate("+n+", "+r+")").attr("d",a+"Z")}(X,re,E,j,ae="M0,0H"+I+"V"+N+"H0V0"),se=function(e,t,n){return e.append("path").attr("class","zoombox-corners").style({fill:u.background,stroke:u.defaultLine,"stroke-width":1,opacity:0}).attr("transform","translate("+t+", "+n+")").attr("d","M0,0Z")}(X,E,j),A(X)}(0,n,r)):"pan"===i?(ue.moveFn=_e,ue.doneFn=he,A(X)):L(i)&&(ue.xaxes=P,ue.yaxes=R,g(t,n,r,ue,i))}};f.init(ue);var ce={};function de(t,n){if(e._transitioningWithDuration)return!1;var r=Math.max(0,Math.min(I,t+ee)),a=Math.max(0,Math.min(N,n+te)),i=Math.abs(r-ee),l=Math.abs(a-te);function o(){le="",ne.r=ne.l,ne.t=ne.b,se.attr("d","M0,0Z")}ne.l=Math.min(ee,r),ne.r=Math.max(ee,r),ne.t=Math.min(te,a),ne.b=Math.max(te,a),H?i>M||l>M?(le="xy",i/I>l/N?(l=i*N/I,te>a?ne.t=te-l:ne.b=te+l):(i=l*I/N,ee>r?ne.l=ee-i:ne.r=ee+i),se.attr("d",D(ne))):o():!$||l<Math.min(Math.max(.6*i,T),M)?i<T?o():(ne.t=0,ne.b=N,le="x",se.attr("d",function(e,t){return"M"+(e.l-.5)+","+(t-M-.5)+"h-3v"+(2*M+1)+"h3ZM"+(e.r+.5)+","+(t-M-.5)+"h3v"+(2*M+1)+"h-3Z"}(ne,te))):!F||i<Math.min(.6*l,M)?(ne.l=0,ne.r=I,le="y",se.attr("d",function(e,t){return"M"+(t-M-.5)+","+(e.t-.5)+"v-3h"+(2*M+1)+"v3ZM"+(t-M-.5)+","+(e.b+.5)+"v3h"+(2*M+1)+"v-3Z"}(ne,ee))):(le="xy",se.attr("d",D(ne))),ne.w=ne.r-ne.l,ne.h=ne.b-ne.t,function(e,t,n,r,a,i){e.attr("d",r+"M"+n.l+","+n.t+"v"+n.h+"h"+n.w+"v-"+n.h+"h-"+n.w+"Z"),a||(e.transition().style("fill",i>.2?"rgba(0,0,0,0.4)":"rgba(255,255,255,0.3)").duration(200),t.transition().style("opacity",1).duration(200))}(oe,se,ne,ae,ie,re),ie=!0}function fe(t,n){if(Math.min(ne.h,ne.w)<2*T)return 2===n&&Me(),w(e);"xy"!==le&&"x"!==le||k(P,ne.l/I,ne.r/I,ce,q),"xy"!==le&&"y"!==le||k(R,(N-ne.b)/N,(N-ne.t)/N,ce,U),w(e),be(le),b&&e.data&&e._context.showTips&&(o.notifier("Double-click to<br>zoom back out","long"),b=!1)}function he(t,n){var a=1===(W+z).length;if(t)be();else if(2!==n||a){if(1===n&&a){var l=W?R[0]:P[0],o="s"===W||"w"===z?0:1,u=l._name+".range["+o+"]",c=function(e,t){var n,a=e.range[t],i=Math.abs(a-e.range[1-t]);return"date"===e.type?a:"log"===e.type?(n=Math.ceil(Math.max(0,-Math.log(i)/Math.LN10))+3,r.format("."+n+"g")(Math.pow(10,a))):(n=Math.floor(Math.log(Math.abs(a))/Math.LN10)-Math.floor(Math.log(i)/Math.LN10)+4,r.format("."+String(n)+"g")(a))}(l,o),d="left",f="middle";if(l.fixedrange)return;W?(f="n"===W?"top":"bottom","right"===l.side&&(d="right")):"e"===z&&(d="right"),e._context.showAxisRangeEntryBoxes&&r.select(Q).call(s.makeEditable,{gd:e,immediate:!0,background:Y.paper_bgcolor,text:String(c),fill:l.tickfont?l.tickfont.color:"#444",horizontalAlign:d,verticalAlign:f}).on("edit",function(t){var n=l.d2r(t);void 0!==n&&i.relayout(e,u,n)})}}else Me()}var pe=[0,0,I,N],ve=null,ye=_.REDRAWDELAY,ge=t.mainplot?Y._plots[t.mainplot]:t;function me(t){if(e._context.scrollZoom||Y._enablescrollzoom){if(e._transitioningWithDuration)return o.pauseEvent(t);var n=e.querySelector(".plotly");if(Z(),!(n.scrollHeight-n.clientHeight>10||n.scrollWidth-n.clientWidth>10)){clearTimeout(ve);var r=-t.deltaY;if(isFinite(r)||(r=t.wheelDelta/10),isFinite(r)){var a,i=Math.exp(-Math.min(Math.max(r,-20),20)/100),l=ge.draglayer.select(".nsewdrag").node().getBoundingClientRect(),s=(t.clientX-l.left)/l.width,u=(l.bottom-t.clientY)/l.height;if(z||H){for(z||(s=.5),a=0;a<P.length;a++)c(P[a],s,i);pe[2]*=i,pe[0]+=pe[2]*s*(1/i-1)}if(W||H){for(W||(u=.5),a=0;a<R.length;a++)c(R[a],u,i);pe[3]*=i,pe[1]+=pe[3]*(1-u)*(1/i-1)}return Ke(pe),Te(W,z),ve=setTimeout(function(){pe=[0,0,I,N],be(H?"xy":(z?"x":"")+(W?"y":""))},ye),o.pauseEvent(t)}o.log("Did not find wheel motion attributes: ",t)}}function c(e,t,n){if(!e.fixedrange){var r=o.simpleMap(e.range,e.r2l),a=r[0]+(r[1]-r[0])*t;e.range=r.map(function(t){return e.l2r(a+(t-a)*n)})}}}function _e(t,n){if(!e._transitioningWithDuration){if(Z(),"ew"===F||"ns"===$)return F&&x(P,t),$&&x(R,n),Ke([F?-t:0,$?-n:0,I,N]),void Te($,F);if(H&&F&&$){var r="w"===F==("n"===$)?1:-1,a=(t/I+r*n/N)/2;t=a*I,n=r*a*N}"w"===F?t=s(P,0,t):"e"===F?t=s(P,1,-t):F||(t=0),"n"===$?n=s(R,1,n):"s"===$?n=s(R,0,-n):$||(n=0);var i="w"===F?t:0,l="n"===$?n:0;if(H){var o;if(!F&&1===$.length){for(o=0;o<P.length;o++)P[o].range=P[o]._r.slice(),m(P[o],1-n/N);i=(t=n*I/N)/2}if(!$&&1===F.length){for(o=0;o<R.length;o++)R[o].range=R[o]._r.slice(),m(R[o],1-t/I);l=(n=t*N/I)/2}}Ke([i,l,I-t,N-n]),Te($,F)}function s(e,t,n){for(var r,a,i=1-t,l=0;l<e.length;l++){var o=e[l];if(!o.fixedrange){r=o,a=o._rl[i]+(o._rl[t]-o._rl[i])/C(n/o._length);var s=o.l2r(a);!1!==s&&void 0!==s&&(o.range[t]=s)}}return r._length*(r._rl[t]-a)/(r._rl[t]-r._rl[i])}}function Te(t,n){var r,a=[];function i(e){for(r=0;r<e.length;r++)e[r].fixedrange||a.push(e[r]._id)}for((n||H)&&(i(P),i(q)),(t||H)&&(i(R),i(U)),ce={},r=0;r<a.length;r++){var o=a[r];v(e,o,!0);var s=y(e,o);ce[s._name+".range[0]"]=s.range[0],ce[s._name+".range[1]"]=s.range[1]}function u(i,l,o){for(r=0;r<i.length;r++){var s=i[r];if((n&&-1!==a.indexOf(s.xref)||t&&-1!==a.indexOf(s.yref))&&(l(e,r),o))return}}u(Y.annotations||[],l.getComponentMethod("annotations","drawOne")),u(Y.shapes||[],l.getComponentMethod("shapes","drawOne")),u(Y.images||[],l.getComponentMethod("images","draw"),!0)}function Me(){if(!e._transitioningWithDuration){var t,n,r,a=e._context.doubleClick,l=(F?P:[]).concat($?R:[]),o={};if("reset+autosize"===a)for(a="autosize",n=0;n<l.length;n++)if((t=l[n])._rangeInitial&&(t.range[0]!==t._rangeInitial[0]||t.range[1]!==t._rangeInitial[1])||!t._rangeInitial&&!t.autorange){a="reset";break}if("autosize"===a)for(n=0;n<l.length;n++)(t=l[n]).fixedrange||(o[t._name+".autorange"]=!0);else if("reset"===a)for((F||H)&&(l=l.concat(q)),$&&!H&&(l=l.concat(U)),H&&(F?$||(l=l.concat(R)):l=l.concat(P)),n=0;n<l.length;n++)(t=l[n])._rangeInitial?(r=t._rangeInitial,o[t._name+".range[0]"]=r[0],o[t._name+".range[1]"]=r[1]):o[t._name+".autorange"]=!0;e.emit("plotly_doubleclick",null),i.relayout(e,o)}}function be(t){void 0===t&&(t=(z?"x":"")+(W?"y":"")),Ke([0,0,I,N]),o.syncOrAsync([p.previousPromises,function(){i.relayout(e,ce)}],e)}function Ke(e){var t,n,r,a,i,l=Y._plots,o=Object.keys(l),s=e[2]/P[0]._length,u=e[3]/R[0]._length,d=z||H,f=W||H;function p(e){return e.fixedrange?0:d&&-1!==q.indexOf(e)?s:f&&-1!==(H?q:U).indexOf(e)?u:0}function v(e,t){return t?(e.range=e._r.slice(),m(e,t),y(e,t)):0}function y(e,t){return e._length*(1-t)*h[e.constraintoward||"middle"]}for(t=0;t<o.length;t++){var g=l[o[t]],_=g.xaxis,T=g.yaxis,M=d&&!_.fixedrange&&-1!==P.indexOf(_),b=f&&!T.fixedrange&&-1!==R.indexOf(T);if(M?(n=s,a=z?e[0]:y(_,n)):a=v(_,n=p(_)),b?(r=u,i=W?e[1]:y(T,r)):i=v(T,r=p(T)),n||r){n||(n=1),r||(r=1);var K=_._offset-a/n,k=T._offset-i/r;Y._defs.selectAll("#"+g.clipId).call(c.setTranslate,a,i).call(c.setScale,n,r),g.plot.call(c.setTranslate,K,k).call(c.setScale,1/n,1/r).select(".scatterlayer").selectAll(".points").selectAll(".point").call(c.setPointGroupScale,n,r),g.plot.select(".scatterlayer").selectAll(".points").selectAll(".textpoint").call(c.setTextPointsScale,n,r)}}}return W.length*z.length!=1&&(void 0!==Q.onwheel?Q.onwheel=me:void 0!==Q.onmousewheel&&(Q.onmousewheel=me)),Q}},function(e,t,n){"use strict";var r=n(4),a=n(85).hover;e.exports=function(e,t,n){var i=r.getComponentMethod("annotations","onClick")(e,e._hoverdata);function l(){e.emit("plotly_click",{points:e._hoverdata,event:t})}void 0!==n&&a(e,t,n,!0),e._hoverdata&&t&&t.target&&(i&&i.then?i.then(l):l(),t.stopImmediatePropagation&&t.stopImmediatePropagation())}},function(e,t,n){"use strict";var r=n(28),a="data-savedcursor";e.exports=function(e,t){var n=e.attr(a);if(t){if(!n){for(var i=(e.attr("class")||"").split(" "),l=0;l<i.length;l++){var o=i[l];0===o.indexOf("cursor-")&&e.attr(a,o.substr(7)).classed(o,!1)}e.attr(a)||e.attr(a,"!!")}r(e,t)}else n&&(e.attr(a,null),"!!"===n?r(e):r(e,n))}},function(e,t,n){"use strict";var r=n(0),a=n(4);function i(e,t,n,a){a=a||r.identity,Array.isArray(e)&&(t[0][n]=a(e))}e.exports=function(e){var t=e.calcdata,n=e._fullLayout;function l(e){return function(t){return r.coerceHoverinfo({hoverinfo:t},{_module:e._module},n)}}for(var o=0;o<t.length;o++){var s=t[o],u=s[0].trace;if(!a.traceIs(u,"pie")){var c=a.traceIs(u,"2dMap")?i:r.fillArray;c(u.hoverinfo,s,"hi",l(u)),u.hoverlabel&&(c(u.hoverlabel.bgcolor,s,"hbg"),c(u.hoverlabel.bordercolor,s,"hbc"),c(u.hoverlabel.font.size,s,"hts"),c(u.hoverlabel.font.color,s,"htc"),c(u.hoverlabel.font.family,s,"htf"))}}}},function(e,t,n){"use strict";var r=n(0),a=n(86);e.exports=function(e,t,n){function i(n,i){return r.coerce(e,t,a,n,i)}var l;i("dragmode"),t._has("cartesian")?(t._isHoriz=function(e){for(var t=!0,n=0;n<e.length;n++){var r=e[n];if("h"!==r.orientation){t=!1;break}}return t}(n),l=t._isHoriz?"y":"x"):l="closest",i("hovermode",l)}},function(e,t,n){"use strict";var r=n(0),a=n(108),i=n(142);e.exports=function(e,t,n,l){i(e,t,function(n,i){return r.coerce(e,t,a,n,i)},l.hoverlabel)}},function(e,t,n){"use strict";var r=n(0),a=n(142),i=n(86);e.exports=function(e,t){a(e,t,function(n,a){return r.coerce(e,t,i,n,a)})}},function(e,t,n){"use strict";var r=n(88),a=e.exports={};a.wrapped=function(e,t,n){"string"==typeof e&&(e=document.getElementById(e)),e._hoverTimer&&(clearTimeout(e._hoverTimer),e._hoverTimer=void 0),a.raw(e,t,n)},a.raw=function(e,t){var n=e._fullLayout,a=e._hoverdata;t||(t={}),t.target&&!1===r.triggerHandler(e,"plotly_beforehover",t)||(n._hoverlayer.selectAll("g").remove(),n._hoverlayer.selectAll("line").remove(),n._hoverlayer.selectAll("circle").remove(),e._hoverdata=void 0,t.target&&a&&e.emit("plotly_unhover",{event:t,points:a}))}},function(e,t,n){"use strict";var r=n(0),a=[["sw-resize","s-resize","se-resize"],["w-resize","move","e-resize"],["nw-resize","n-resize","ne-resize"]];e.exports=function(e,t,n,i){return e="left"===n?0:"center"===n?1:"right"===n?2:r.constrain(Math.floor(3*e),0,2),t="bottom"===i?0:"middle"===i?1:"top"===i?2:r.constrain(Math.floor(3*t),0,2),a[t][e]}},function(e,t,n){"use strict";e.exports=function(e,t,n,r,a){var i=(e-n)/(r-n),l=i+t/(r-n),o=(i+l)/2;return"left"===a||"bottom"===a?i:"center"===a||"middle"===a?o:"right"===a||"top"===a?l:i<2/3-o?i:l>4/3-o?l:o}},function(e,t,n){"use strict";e.exports=function(){var e,t=[],n=-1,r=!1;function a(e,t){return e?(r=!0,e[t](),r=!1,this):this}return{add:function(e){return r?this:(t.splice(n+1,t.length-n),t.push(e),n=t.length-1,this)},setCallback:function(t){e=t},undo:function(){var r=t[n];return r?(a(r,"undo"),n-=1,e&&e(r.undo),this):this},redo:function(){var r=t[n+1];return r?(a(r,"redo"),n+=1,e&&e(r.redo),this):this},clear:function(){t=[],n=-1},hasUndo:function(){return-1!==n},hasRedo:function(){return n<t.length-1},getCommands:function(){return t},getPreviousCommand:function(){return t[n-1]},getIndex:function(){return n}}}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(3),l=n(144),o=n(267),s=a.extendDeepAll,u=e.exports={};u.framework=function(e){var t,n,a,i,c,d=new o;function f(n,o){return o&&(c=o),r.select(r.select(c).node().parentNode).selectAll(".svg-container>*:not(.chart-root)").remove(),t=t?s(t,n):n,a||(a=l.Axis()),i=l.adapter.plotly().convert(t),a.config(i).render(c),e.data=t.data,e.layout=t.layout,u.fillLayout(e),t}return f.isPolar=!0,f.svg=function(){return a.svg()},f.getConfig=function(){return t},f.getLiveConfig=function(){return l.adapter.plotly().convert(a.getLiveConfig(),!0)},f.getLiveScales=function(){return{t:a.angularScale(),r:a.radialScale()}},f.setUndoPoint=function(){var e,r,a=this,i=l.util.cloneJson(t);e=i,r=n,d.add({undo:function(){r&&a(r)},redo:function(){a(e)}}),n=l.util.cloneJson(i)},f.undo=function(){d.undo()},f.redo=function(){d.redo()},f},u.fillLayout=function(e){var t=r.select(e).selectAll(".plot-container"),n=t.selectAll(".svg-container"),a=e.framework&&e.framework.svg&&e.framework.svg(),l={width:800,height:600,paper_bgcolor:i.background,_container:t,_paperdiv:n,_paper:a};e._fullLayout=s(l,e.layout)}},function(e,t,n){"use strict";(e.exports=n(144)).manager=n(268)},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(8),l=n(0),o=n(88),s=n(145),u=n(4),c=n(9),d=n(269),f=n(143),h=n(7),p=n(30),v=n(31),y=n(14),g=n(255),m=n(254),_=n(252),T=n(15),M=n(251),b=M.enforce,K=M.clean,k=n(18);function x(e,t){e._fullLayout._paperdiv.style("background","white"),i.defaultConfig.setBackground(e,t)}function C(e,t){var n,r,a=t+1,i=[];for(n=0;n<e.length;n++)(r=e[n])<0?i.push(a+r):i.push(r);return i}function A(e,t,n){var r,a;for(r=0;r<t.length;r++){if((a=t[r])!==parseInt(a,10))throw new Error("all values in "+n+" must be integers");if(a>=e.data.length||a<-e.data.length)throw new Error(n+" must be valid indices for gd.data.");if(t.indexOf(a,r+1)>-1||a>=0&&t.indexOf(-e.data.length+a)>-1||a<0&&t.indexOf(e.data.length+a)>-1)throw new Error("each index in "+n+" must be unique.")}}function w(e,t,n){if(!Array.isArray(e.data))throw new Error("gd.data must be an array.");if(void 0===t)throw new Error("currentIndices is a required argument.");if(Array.isArray(t)||(t=[t]),A(e,t,"currentIndices"),void 0===n||Array.isArray(n)||(n=[n]),void 0!==n&&A(e,n,"newIndices"),void 0!==n&&t.length!==n.length)throw new Error("current and new indices must be of equal length.")}function L(e,t,n,r,i,o){!function(e,t,n,r){var a=l.isPlainObject(r);if(!Array.isArray(e.data))throw new Error("gd.data must be an array");if(!l.isPlainObject(t))throw new Error("update must be a key:value object");if(void 0===n)throw new Error("indices must be an integer or array of integers");for(var i in A(e,n,"indices"),t){if(!Array.isArray(t[i])||t[i].length!==n.length)throw new Error("attribute "+i+" must be an array of length equal to indices array length");if(a&&(!(i in r)||!Array.isArray(r[i])||r[i].length!==t[i].length))throw new Error("when maxPoints is set as a key:value object it must contain a 1:1 corrispondence with the keys and number of traces in the update object")}}(e,t,n,r);for(var s,u,c,d=function(e,t,n,r){var i,o,s,u,c,d=l.isPlainObject(r),f=[];for(var h in Array.isArray(n)||(n=[n]),n=C(n,e.data.length-1),t)for(var p=0;p<n.length;p++){if(i=e.data[n[p]],o=(s=l.nestedProperty(i,h)).get(),u=t[h][p],!Array.isArray(u))throw new Error("attribute: "+h+" index: "+p+" must be an array");if(!Array.isArray(o))throw new Error("cannot extend missing or non-array attribute: "+h);c=d?r[h][p]:r,a(c)||(c=-1),f.push({prop:s,target:o,insert:u,maxp:Math.floor(c)})}return f}(e,t,n,r),f=[],h={},p={},v=0;v<d.length;v++)u=d[v].prop,c=d[v].maxp,s=i(d[v].target,d[v].insert),c>=0&&c<s.length&&(f=o(s,c)),c=d[v].target.length,u.set(s),Array.isArray(h[u.astr])||(h[u.astr]=[]),Array.isArray(p[u.astr])||(p[u.astr]=[]),h[u.astr].push(f),p[u.astr].push(c);return{update:h,maxPoints:p}}function D(e,t,n){var r,a,o=e._fullLayout,s=e._fullData,d=e.data,f=m.coerceTraceIndices(e,n),h={docalc:!1,docalcAutorange:!1,doplot:!1,dostyle:!1,docolorbars:!1,autorangeOn:!1,clearCalc:!1,fullReplot:!1},p={},v={},y={},g=["mode","visible","type","orientation","fill","histfunc","histnorm","text","x","y","z","a","b","c","open","high","low","close","base","width","offset","xtype","x0","dx","ytype","y0","dy","xaxis","yaxis","line.width","connectgaps","transpose","zsmooth","showscale","marker.showscale","zauto","marker.cauto","autocolorscale","marker.autocolorscale","colorscale","marker.colorscale","reversescale","marker.reversescale","autobinx","nbinsx","xbins","xbins.start","xbins.end","xbins.size","autobiny","nbinsy","ybins","ybins.start","ybins.end","ybins.size","autocontour","ncontours","contours","contours.coloring","contours.operation","contours.value","contours.type","contours.value[0]","contours.value[1]","error_y","error_y.visible","error_y.value","error_y.type","error_y.traceref","error_y.array","error_y.symmetric","error_y.arrayminus","error_y.valueminus","error_y.tracerefminus","error_x","error_x.visible","error_x.value","error_x.type","error_x.traceref","error_x.array","error_x.symmetric","error_x.arrayminus","error_x.valueminus","error_x.tracerefminus","swapxy","swapxyaxes","orientationaxes","marker.colors","values","labels","label0","dlabel","sort","textinfo","textposition","textfont.size","textfont.family","textfont.color","insidetextfont.size","insidetextfont.family","insidetextfont.color","outsidetextfont.size","outsidetextfont.family","outsidetextfont.color","hole","scalegroup","domain","domain.x","domain.y","domain.x[0]","domain.x[1]","domain.y[0]","domain.y[1]","tilt","tiltaxis","depth","direction","rotation","pull","line.showscale","line.cauto","line.autocolorscale","line.reversescale","marker.line.showscale","marker.line.cauto","marker.line.autocolorscale","marker.line.reversescale","xcalendar","ycalendar","cumulative","cumulative.enabled","cumulative.direction","cumulative.currentbin","a0","da","b0","db","atype","btype","cheaterslope","carpet","sum"],_=["color","smoothing","title","titlefont","titlefont.size","titlefont.family","titlefont.color","titleoffset","type","autorange","rangemode","range","fixedrange","cheatertype","tickmode","nticks","tickvals","ticktext","ticks","mirror","ticklen","tickwidth","tickcolor","showticklabels","tickfont","tickfont.size","tickfont.family","tickfont.color","tickprefix","showtickprefix","ticksuffix","showticksuffix","showexponent","exponentformat","separatethousands","tickformat","categoryorder","categoryarray","labelpadding","labelprefix","labelsuffix","labelfont","labelfont.family","labelfont.size","labelfont.color","showline","linecolor","linewidth","gridcolor","gridwidth","showgrid","minorgridcount","minorgridwidth","minorgridcolor","startline","startlinecolor","startlinewidth","endline","endlinewidth","endlinecolor","tick0","dtick","arraytick0","arraydtick","hoverformat","tickangle"];for(r=0;r<_.length;r++)g.push("aaxis."+_[r]),g.push("baxis."+_[r]);for(r=0;r<f.length;r++)if(u.traceIs(s[f[r]],"box")){g.push("name");break}var T=["marker","marker.size","textfont","boxpoints","jitter","pointpos","whiskerwidth","boxmean","tickwidth"],M=["zmin","zmax","zauto","xgap","ygap","marker.cmin","marker.cmax","marker.cauto","line.cmin","line.cmax","marker.line.cmin","marker.line.cmax","contours.start","contours.end","contours.size","contours.showlines","line","line.smoothing","line.shape","error_y.width","error_x.width","error_x.copy_ystyle","marker.maxdisplayed"],b=["type","x","y","x0","y0","orientation","xaxis","yaxis"],K=["zmin","zmax"],k=["cmin","cmax"],x=["xbins.start","xbins.end","xbins.size"],C=["ybins.start","ybins.end","ybins.size"],A=["contours.start","contours.end","contours.size"],w=["cartesian","pie","ternary"];function L(){return f.map(function(){})}function D(e){var t=i.Axes.id2name(e);-1===a.indexOf(t)&&a.push(t)}function B(e){return"LAYOUT"+e+".autorange"}function S(e){return"LAYOUT"+e+".range"}function G(n,r,a){var i;Array.isArray(n)?n.forEach(function(e){G(e,r,a)}):n in t||m.hasParent(t,n)||(i="LAYOUT"===n.substr(0,6)?l.nestedProperty(e.layout,n.replace("LAYOUT","")):l.nestedProperty(d[f[a]],n),n in v||(v[n]=L()),void 0===v[n][a]&&(v[n][a]=i.get()),void 0!==r&&i.set(r))}for(var W in o._basePlotModules.forEach(function(e){-1===w.indexOf(e.name)&&(h.docalc=!0)}),t){if(m.hasParent(t,W))throw new Error("cannot set "+W+"and a parent attribute simultaneously");var z,O,P,R,E,j=t[W];if(p[W]=j,"LAYOUT"!==W.substr(0,6)){for(v[W]=L(),r=0;r<f.length;r++)if(z=d[f[r]],O=s[f[r]],R=(P=l.nestedProperty(z,W)).get(),void 0!==(E=Array.isArray(j)?j[r%j.length]:j)){if(-1!==K.indexOf(W)&&G("zauto",!1,r),-1!==k.indexOf(W))G("cauto",!1,r);else if("colorscale"===W)G("autocolorscale",!1,r);else if("autocolorscale"===W)G("colorscale",void 0,r);else if("marker.colorscale"===W)G("marker.autocolorscale",!1,r);else if("marker.autocolorscale"===W)G("marker.colorscale",void 0,r);else if("zauto"===W)G(K,void 0,r);else if(-1!==x.indexOf(W))G("autobinx",!1,r);else if("autobinx"===W)G(x,void 0,r);else if(-1!==C.indexOf(W))G("autobiny",!1,r);else if("autobiny"===W)G(C,void 0,r);else if(-1!==A.indexOf(W))G("autocontour",!1,r);else if("autocontour"===W)G(A,void 0,r);else if(-1!==["x0","dx"].indexOf(W)&&O.x&&"scaled"!==O.xtype)G("xtype","scaled",r);else if(-1!==["y0","dy"].indexOf(W)&&O.y&&"scaled"!==O.ytype)G("ytype","scaled",r);else if("colorbar.thicknessmode"===W&&P.get()!==E&&-1!==["fraction","pixels"].indexOf(E)&&O.colorbar){var I=-1!==["top","bottom"].indexOf(O.colorbar.orient)?o.height-o.margin.t-o.margin.b:o.width-o.margin.l-o.margin.r;G("colorbar.thickness",O.colorbar.thickness*("fraction"===E?1/I:I),r)}else if("colorbar.lenmode"===W&&P.get()!==E&&-1!==["fraction","pixels"].indexOf(E)&&O.colorbar){var N=-1!==["top","bottom"].indexOf(O.colorbar.orient)?o.width-o.margin.l-o.margin.r:o.height-o.margin.t-o.margin.b;G("colorbar.len",O.colorbar.len*("fraction"===E?1/N:N),r)}else"colorbar.tick0"===W||"colorbar.dtick"===W?G("colorbar.tickmode","linear",r):"colorbar.tickmode"===W&&G(["colorbar.tick0","colorbar.dtick"],void 0,r);if("type"===W&&"pie"===E!=("pie"===R)){var F="x",$="y";"bar"!==E&&"bar"!==R||"h"!==z.orientation||(F="y",$="x"),l.swapAttrs(z,["?","?src"],"labels",F),l.swapAttrs(z,["d?","?0"],"label",F),l.swapAttrs(z,["?","?src"],"values",$),"pie"===R?(l.nestedProperty(z,"marker.color").set(l.nestedProperty(z,"marker.colors").get()),o._pielayer.selectAll("g.trace").remove()):u.traceIs(z,"cartesian")&&(l.nestedProperty(z,"marker.colors").set(l.nestedProperty(z,"marker.color").get()),y[z.xaxis||"x"]=!0,y[z.yaxis||"y"]=!0)}v[W][r]=R;if(-1!==["swapxy","swapxyaxes","orientation","orientationaxes"].indexOf(W)){if("orientation"===W){if(P.set(E),P.get()===v[W][r])continue}else"orientationaxes"===W&&(z.orientation={v:"h",h:"v"}[O.orientation]);m.swapXYData(z)}else if(-1!==c.dataArrayContainers.indexOf(P.parts[0]))m.manageArrayContainers(P,E,v),h.docalc=!0;else{var V=(O._module||{}).attributes||{},H=l.nestedProperty(V,W).get()||l.nestedProperty(c.attributes,W).get()||{};H.valType||(h.docalc=!0),H.arrayOk&&(Array.isArray(E)||Array.isArray(R))&&(h.docalc=!0),"docalc"===H.editType&&(h.docalc=!0),P.set(E)}}if(-1!==["swapxyaxes","orientationaxes"].indexOf(W)&&i.Axes.swap(e,f),"orientationaxes"===W){var q=l.nestedProperty(e.layout,"hovermode");"x"===q.get()?q.set("y"):"y"===q.get()&&q.set("x")}-1!==f.indexOf(0)&&-1!==b.indexOf(W)&&(i.Axes.clearTypes(e,f),h.docalc=!0),-1!==["autobinx","autobiny","zauto"].indexOf(W)&&!1===E||(h.dostyle=!0),(-1!==["colorbar","line"].indexOf(P.parts[0])||"marker"===P.parts[0]&&"colorbar"===P.parts[1])&&(h.docolorbars=!0);var U=W.indexOf("["),Y=-1===U?W:W.substr(0,U);if(-1!==g.indexOf(Y)){if(-1!==["orientation","type"].indexOf(W)){for(a=[],r=0;r<f.length;r++){var X=d[f[r]];u.traceIs(X,"cartesian")&&(D(X.xaxis||"x"),D(X.yaxis||"y"),"type"===W&&G(["autobinx","autobiny"],!0,r))}G(a.map(B),!0,0),G(a.map(S),[0,1],0)}h.docalc=!0}else-1!==M.indexOf(Y)?h.doplot=!0:0===Y.indexOf("aaxis")||0===Y.indexOf("baxis")?h.doplot=!0:-1!==T.indexOf(Y)&&(h.docalcAutorange=!0)}else P=l.nestedProperty(e.layout,W.replace("LAYOUT","")),v[W]=[P.get()],P.set(Array.isArray(j)?j[0]:j),h.docalc=!0}i.Axes.list(e).forEach(function(e){e.autorange&&(h.autorangeOn=!0)});var J=Object.keys(y);e:for(r=0;r<J.length;r++){for(var Z=J[r],Q=Z.charAt(0),ee=Q+"axis",te=0;te<d.length;te++)if(u.traceIs(d[te],"cartesian")&&(d[te][ee]||Q)===Z)continue e;G("LAYOUT"+i.Axes.id2name(Z),null,0)}return(h.docalc||h.docalcAutorange&&h.autorangeOn)&&(h.clearCalc=!0),(h.docalc||h.doplot||h.docalcAutorange)&&(h.fullReplot=!0),{flags:h,undoit:v,redoit:p,traces:f,eventData:l.extendDeepNoArrays([],[p,f])}}function B(e,t){var n,r,a,o=e.layout,s=e._fullLayout,d=Object.keys(t),f=i.Axes.list(e),h={};for(r=0;r<d.length;r++)if(0===d[r].indexOf("allaxes")){for(a=0;a<f.length;a++){var p=f[a]._id.substr(1),v=-1!==p.indexOf("scene")?p+".":"",y=d[r].replace("allaxes",v+f[a]._name);t[y]||(t[y]=t[d[r]])}delete t[d[r]]}var _={dolegend:!1,doticks:!1,dolayoutstyle:!1,doplot:!1,docalc:!1,domodebar:!1,docamera:!1,layoutReplot:!1},M={},b={};function K(e,n){if(Array.isArray(e))e.forEach(function(e){K(e,n)});else if(!(e in t||m.hasParent(t,e))){var r=l.nestedProperty(o,e);e in b||(b[e]=r.get()),void 0!==n&&r.set(n)}}function x(t,n){if(!l.isPlainObject(t))return!1;var r=t[n+"ref"]||n,a=i.Axes.getFromId(e,r);return a||r.charAt(0)!==n||(a=i.Axes.getFromId(e,n)),(a||{}).autorange}var C,A={};function w(e){var t=k.name2id(e.split(".")[0]);return A[t]=1,t}for(var L in t){if(m.hasParent(t,L))throw new Error("cannot set "+L+"and a parent attribute simultaneously");var D=l.nestedProperty(o,L),B=t[L],S=D.parts.length,G="string"==typeof D.parts[S-1]?S-1:S-2,W=D.parts[0],z=D.parts[G],O=D.parts[G-1]+"."+z,P=D.parts.slice(0,G).join("."),R=l.nestedProperty(e.layout,P).get(),E=l.nestedProperty(s,P).get(),j=D.get();if(void 0!==B){if(M[L]=B,b[L]="reverse"===z?B:j,-1!==["width","height"].indexOf(L)&&null===B)s[L]=e._initialAutoSize[L];else if(O.match(/^[xyz]axis[0-9]*\.range(\[[0|1]\])?$/))K(P+".autorange",!1),w(O),l.nestedProperty(s,P+"._inputRange").set(null);else if(O.match(/^[xyz]axis[0-9]*\.autorange$/)){K([P+".range[0]",P+".range[1]"],void 0),w(O),l.nestedProperty(s,P+"._inputRange").set(null);var I=l.nestedProperty(s,P).get();I._inputDomain&&(I._input.domain=I._inputDomain.slice())}else O.match(/^[xyz]axis[0-9]*\.domain(\[[0|1]\])?$/)?l.nestedProperty(s,P+"._inputDomain").set(null):O.match(/^[xyz]axis[0-9]*\.constrain.*$/)?_.docalc=!0:O.match(/^aspectratio\.[xyz]$/)?K(W+".aspectmode","manual"):O.match(/^aspectmode$/)?K([P+".x",P+".y",P+".z"],void 0):"tick0"===z||"dtick"===z?K(P+".tickmode","linear"):"tickmode"===z?K([P+".tick0",P+".dtick"],void 0):/[xy]axis[0-9]*?$/.test(z)&&!Object.keys(B||{}).length?_.docalc=!0:/[xy]axis[0-9]*\.categoryorder$/.test(O)?_.docalc=!0:/[xy]axis[0-9]*\.categoryarray/.test(O)&&(_.docalc=!0);if(-1!==O.indexOf("rangeslider")&&(_.docalc=!0),"type"===z){var N=R,F="linear"===E.type&&"log"===B,$="log"===E.type&&"linear"===B;if(F||$){if(N&&N.range)if(E.autorange)F&&(N.range=N.range[1]>N.range[0]?[1,2]:[2,1]);else{var V=N.range[0],H=N.range[1];F?(V<=0&&H<=0&&K(P+".autorange",!0),V<=0?V=H/1e6:H<=0&&(H=V/1e6),K(P+".range[0]",Math.log(V)/Math.LN10),K(P+".range[1]",Math.log(H)/Math.LN10)):(K(P+".range[0]",Math.pow(10,V)),K(P+".range[1]",Math.pow(10,H)))}else K(P+".autorange",!0);u.getComponentMethod("annotations","convertCoords")(e,E,B,K),u.getComponentMethod("images","convertCoords")(e,E,B,K)}else K(P+".autorange",!0);l.nestedProperty(s,P+"._inputRange").set(null)}else if(z.match(T.AX_NAME_PATTERN)){var q=l.nestedProperty(s,L).get(),U=(B||{}).type;U&&"-"!==U||(U="linear"),u.getComponentMethod("annotations","convertCoords")(e,q,U,K),u.getComponentMethod("images","convertCoords")(e,q,U,K)}var Y=g.containerArrayMatch(L);if(Y){n=Y.array,r=Y.index;var X=Y.property,J=(l.nestedProperty(o,n)||[])[r]||{};if(""===r)-1===L.indexOf("updatemenus")&&(_.docalc=!0);else if(""===X){var Z=B;g.isAddVal(B)?b[L]=null:g.isRemoveVal(B)?(b[L]=J,Z=J):l.warn("unrecognized full object value",t),(x(Z,"x")||x(Z,"y")&&-1===L.indexOf("updatemenus"))&&(_.docalc=!0)}else!x(J,"x")&&!x(J,"y")||l.containsAny(L,["color","opacity","align","dash","updatemenus"])||(_.docalc=!0);h[n]||(h[n]={});var Q=h[n][r];Q||(Q=h[n][r]={}),Q[X]=B,delete t[L]}else if("reverse"===z)R.range?R.range.reverse():(K(P+".autorange",!0),R.range=[1,0]),E.autorange?_.docalc=!0:_.doplot=!0;else{var ee=String(D.parts[1]||"");0===W.indexOf("scene")?"camera"===D.parts[1]?_.docamera=!0:_.doplot=!0:0===W.indexOf("geo")?_.doplot=!0:0===W.indexOf("ternary")?_.doplot=!0:"paper_bgcolor"===L?_.doplot=!0:"margin"===W||"autorange"===ee||"rangemode"===ee||"type"===ee||"domain"===ee||"fixedrange"===ee||"scaleanchor"===ee||"scaleratio"===ee||-1!==L.indexOf("calendar")||L.match(/^(bar|box|font)/)?_.docalc=!0:!s._has("gl2d")||-1===L.indexOf("axis")&&"plot_bgcolor"!==L?!s._has("gl2d")||"dragmode"!==L||"lasso"!==B&&"select"!==B||"lasso"===j||"select"===j?"hiddenlabels"===L?_.docalc=!0:-1!==W.indexOf("legend")?_.dolegend=!0:-1!==L.indexOf("title")?_.doticks=!0:-1!==W.indexOf("bgcolor")?_.dolayoutstyle=!0:S>1&&l.containsAny(ee,["tick","exponent","grid","zeroline"])?_.doticks=!0:-1!==L.indexOf(".linewidth")&&-1!==L.indexOf("axis")?_.doticks=_.dolayoutstyle=!0:S>1&&-1!==ee.indexOf("line")?_.dolayoutstyle=!0:S>1&&"mirror"===ee?_.doticks=_.dolayoutstyle=!0:"margin.pad"===L?_.doticks=_.dolayoutstyle=!0:-1!==["hovermode","dragmode"].indexOf(L)||-1!==L.indexOf("spike")?_.domodebar=!0:-1===["height","width","autosize"].indexOf(L)&&(_.doplot=!0):_.docalc=!0:_.doplot=!0,D.set(B)}}}for(n in h){g.applyContainerArrayChanges(e,l.nestedProperty(o,n),h[n],_)||(_.doplot=!0)}var te=s._axisConstraintGroups;for(C in A)for(r=0;r<te.length;r++){var ne=te[r];if(ne[C])for(var re in _.docalc=!0,ne)A[re]||(k.getFromId(e,re)._constraintShrinkable=!0)}var ae=s.width,ie=s.height;return e.layout.autosize&&c.plotAutoSize(e,e.layout,s),(t.height||t.width||s.width!==ae||s.height!==ie)&&(_.docalc=!0),(_.doplot||_.docalc)&&(_.layoutReplot=!0),{flags:_,undoit:b,redoit:M,eventData:l.extendDeep({},M)}}function S(e){var t=r.select(e),n=e._fullLayout;if(n._container=t.selectAll(".plot-container").data([0]),n._container.enter().insert("div",":first-child").classed("plot-container",!0).classed("plotly",!0),n._paperdiv=n._container.selectAll(".svg-container").data([0]),n._paperdiv.enter().append("div").classed("svg-container",!0).style("position","relative"),n._glcontainer=n._paperdiv.selectAll(".gl-container").data([0]),n._glcontainer.enter().append("div").classed("gl-container",!0),n._paperdiv.selectAll(".main-svg").remove(),n._paper=n._paperdiv.insert("svg",":first-child").classed("main-svg",!0),n._toppaper=n._paperdiv.append("svg").classed("main-svg",!0),!n._uid){var a=[];r.selectAll("defs").each(function(){this.id&&a.push(this.id.split("-")[1])}),n._uid=l.randstr(a)}n._paperdiv.selectAll(".main-svg").attr(v.svgAttrs),n._defs=n._paper.append("defs").attr("id","defs-"+n._uid),n._topdefs=n._toppaper.append("defs").attr("id","topdefs-"+n._uid),n._bgLayer=n._paper.append("g").classed("bglayer",!0),n._draggers=n._paper.append("g").classed("draglayer",!0);var i=n._paper.append("g").classed("layer-below",!0);n._imageLowerLayer=i.append("g").classed("imagelayer",!0),n._shapeLowerLayer=i.append("g").classed("shapelayer",!0),n._cartesianlayer=n._paper.append("g").classed("cartesianlayer",!0),n._ternarylayer=n._paper.append("g").classed("ternarylayer",!0),n._geolayer=n._paper.append("g").classed("geolayer",!0);var o=n._paper.append("g").classed("layer-above",!0);n._imageUpperLayer=o.append("g").classed("imagelayer",!0),n._shapeUpperLayer=o.append("g").classed("shapelayer",!0),n._pielayer=n._paper.append("g").classed("pielayer",!0),n._glimages=n._paper.append("g").classed("glimages",!0),n._infolayer=n._toppaper.append("g").classed("infolayer",!0),n._zoomlayer=n._toppaper.append("g").classed("zoomlayer",!0),n._hoverlayer=n._toppaper.append("g").classed("hoverlayer",!0),e.emit("plotly_framework")}i.plot=function(e,t,n,a){var s;if(e=m.getGraphDiv(e),o.init(e),l.isPlainObject(t)){var v=t;t=v.data,n=v.layout,a=v.config,s=v.frames}if(!1===o.triggerHandler(e,"plotly_beforeplot",[t,n,a]))return Promise.reject();t||n||l.isPlotDiv(e)||l.warn("Calling Plotly.plot as if redrawing but this container doesn't yet have a plot.",e),function(e,t){e._context||(e._context=l.extendFlat({},i.defaultConfig));var n=e._context;t&&(Object.keys(t).forEach(function(e){e in n&&("setBackground"===e&&"opaque"===t[e]?n[e]=x:n[e]=t[e])}),t.plot3dPixelRatio&&!n.plotGlPixelRatio&&(n.plotGlPixelRatio=n.plot3dPixelRatio));n.staticPlot&&(n.editable=!1,n.autosizable=!1,n.scrollZoom=!1,n.doubleClick=!1,n.showTips=!1,n.showLink=!1,n.displayModeBar=!1)}(e,a),n||(n={}),r.select(e).classed("js-plotly-plot",!0),h.makeTester(),e._promises=[];var g=0===(e.data||[]).length&&Array.isArray(t);if(Array.isArray(t)&&(m.cleanData(t,e.data),g?e.data=t:e.data.push.apply(e.data,t),e.empty=!1),e.layout&&!g||(e.layout=m.cleanLayout(n)),e._dragging&&!e._transitioning)return e._replotPending=!0,Promise.reject();e._replotPending=!1,c.supplyDefaults(e);var T=e._fullLayout;if(t&&t[0]&&t[0].r)return function(e,t,n){var a=r.select(e).selectAll(".plot-container").data([0]);a.enter().insert("div",":first-child").classed("plot-container plotly",!0);var i=a.selectAll(".svg-container").data([0]);i.enter().append("div").classed("svg-container",!0).style("position","relative"),i.html(""),t&&(e.data=t);n&&(e.layout=n);d.manager.fillLayout(e),i.style({width:e._fullLayout.width+"px",height:e._fullLayout.height+"px"}),e.framework=d.manager.framework(e),e.framework({data:e.data,layout:e.layout},i.node()),e.framework.setUndoPoint();var l=e.framework.svg(),o=1,s=e._fullLayout.title;""!==s&&s||(o=0);var u=function(){this.call(y.convertToTspans,e)},f=l.select(".title-group text").call(u);if(e._context.editable){s&&"Click to enter title"!==s||(o=.2,f.attr({"data-unformatted":"Click to enter title"}).text("Click to enter title").style({opacity:o}).on("mouseover.opacity",function(){r.select(this).transition().duration(100).style("opacity",1)}).on("mouseout.opacity",function(){r.select(this).transition().duration(1e3).style("opacity",0)}));var h=function(){this.call(y.makeEditable,{gd:e}).on("edit",function(t){e.framework({layout:{title:t}}),this.text(t).call(u),this.call(h)}).on("cancel",function(){var e=this.attr("data-unformatted");this.text(e).call(u)})};f.call(h)}return e._context.setBackground(e,e._fullLayout.paper_bgcolor),c.addLinks(e),Promise.resolve()}(e,t,n);T._replotting=!0,g&&S(e),e.framework!==S&&(e.framework=S,S(e)),h.initGradients(e),g&&i.Axes.saveShowSpikeInitial(e);var M=!e.calcdata||e.calcdata.length!==(e._fullData||[]).length;M&&c.doCalcdata(e);for(var k=0;k<e.calcdata.length;k++)e.calcdata[k][0].trace=e._fullData[k];var C=JSON.stringify(T._size);function A(){var t,n,r,a=e.calcdata;for(u.getComponentMethod("legend","draw")(e),u.getComponentMethod("rangeselector","draw")(e),u.getComponentMethod("sliders","draw")(e),u.getComponentMethod("updatemenus","draw")(e),t=0;t<a.length;t++)!0===(r=(n=a[t])[0].trace).visible&&r._module.colorbar?r._module.colorbar(e,n):c.autoMargin(e,"cb"+r.uid);return c.doAutoMargin(e),c.previousPromises(e)}function w(){if(!e._transitioning){for(var t=i.Axes.list(e,"",!0),n=0;n<t.length;n++){var r=t[n];K(e,r),i.Axes.doAutoRange(r)}b(e),g&&i.Axes.saveRangeInitial(e)}}var L=[c.previousPromises,function(){if(s)return i.addFrames(e,s)},function(){for(var t=T._basePlotModules,n=0;n<t.length;n++)t[n].drawFramework&&t[n].drawFramework(e);return l.syncOrAsync([_.layoutStyles],e)},A,function(){if(JSON.stringify(T._size)!==C)return l.syncOrAsync([A,_.layoutStyles],e)},function(){if(M){for(var t,n,r=c.getSubplotIds(T,"cartesian"),a=T._modules,i=0;i<r.length;i++){t=T._plots[r[i]];for(var o=0;o<a.length;o++)(n=a[o]).setPositions&&n.setPositions(e,t)}return p.calc(e),l.syncOrAsync([u.getComponentMethod("shapes","calcAutorange"),u.getComponentMethod("annotations","calcAutorange"),w,u.getComponentMethod("rangeslider","calcAutorange")],e)}b(e)},_.layoutStyles,function(){return i.Axes.doTicks(e,"redraw")},function(){var t,n=e.calcdata,r=T._infolayer.selectAll("g.rangeslider-container");for(t=0;t<n.length;t++){var a=n[t][0].trace,i=!0===a.visible,l=a.uid;if(!i||!u.traceIs(a,"2dMap")){var o=".hm"+l+",.contour"+l+",#clip"+l;T._paper.selectAll(o).remove(),r.selectAll(o).remove()}i&&a._module.colorbar||T._infolayer.selectAll(".cb"+l).remove()}var s=T._basePlotModules;for(t=0;t<s.length;t++)s[t].plot(e);var d=T._paper.selectAll(".layer-subplot");return T._shapeSubplotLayers=d.selectAll(".shapelayer"),c.style(e),u.getComponentMethod("shapes","draw")(e),u.getComponentMethod("annotations","draw")(e),c.addLinks(e),T._replotting=!1,c.previousPromises(e)},function(){u.getComponentMethod("shapes","draw")(e),u.getComponentMethod("images","draw")(e),u.getComponentMethod("annotations","draw")(e),u.getComponentMethod("legend","draw")(e),u.getComponentMethod("rangeslider","draw")(e),u.getComponentMethod("rangeselector","draw")(e),u.getComponentMethod("sliders","draw")(e),u.getComponentMethod("updatemenus","draw")(e)},f,c.rehover];return l.syncOrAsync(L,e),Promise.all(e._promises).then(function(){return e.emit("plotly_afterplot"),e})},i.redraw=function(e){if(e=m.getGraphDiv(e),!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e);return m.cleanData(e.data,e.data),m.cleanLayout(e.layout),e.calcdata=void 0,i.plot(e).then(function(){return e.emit("plotly_redraw"),e})},i.newPlot=function(e,t,n,r){return e=m.getGraphDiv(e),c.cleanPlot([],{},e._fullData||{},e._fullLayout||{}),c.purge(e),i.plot(e,t,n,r)},i.extendTraces=function e(t,n,r,a){var l=L(t=m.getGraphDiv(t),n,r,a,function(e,t){return e.concat(t)},function(e,t){return e.splice(0,e.length-t)}),o=i.redraw(t),u=[t,l.update,r,l.maxPoints];return s.add(t,i.prependTraces,u,e,arguments),o},i.prependTraces=function e(t,n,r,a){var l=L(t=m.getGraphDiv(t),n,r,a,function(e,t){return t.concat(e)},function(e,t){return e.splice(t,e.length)}),o=i.redraw(t),u=[t,l.update,r,l.maxPoints];return s.add(t,i.extendTraces,u,e,arguments),o},i.addTraces=function e(t,n,r){t=m.getGraphDiv(t);var a,o,u=[],c=i.deleteTraces,d=e,f=[t,u],h=[t,n];for(function(e,t,n){var r,a;if(!Array.isArray(e.data))throw new Error("gd.data must be an array.");if(void 0===t)throw new Error("traces must be defined.");for(Array.isArray(t)||(t=[t]),r=0;r<t.length;r++)if("object"!=typeof(a=t[r])||Array.isArray(a)||null===a)throw new Error("all values in traces array must be non-array objects");if(void 0===n||Array.isArray(n)||(n=[n]),void 0!==n&&n.length!==t.length)throw new Error("if indices is specified, traces.length must equal indices.length")}(t,n,r),Array.isArray(n)||(n=[n]),n=n.map(function(e){return l.extendFlat({},e)}),m.cleanData(n,t.data),a=0;a<n.length;a++)t.data.push(n[a]);for(a=0;a<n.length;a++)u.push(-n.length+a);if(void 0===r)return o=i.redraw(t),s.add(t,c,f,d,h),o;Array.isArray(r)||(r=[r]);try{w(t,u,r)}catch(e){throw t.data.splice(t.data.length-n.length,n.length),e}return s.startSequence(t),s.add(t,c,f,d,h),o=i.moveTraces(t,u,r),s.stopSequence(t),o},i.deleteTraces=function e(t,n){t=m.getGraphDiv(t);var r,a,o=[],u=i.addTraces,c=e,d=[t,o,n],f=[t,n];if(void 0===n)throw new Error("indices must be an integer or array of integers.");for(Array.isArray(n)||(n=[n]),A(t,n,"indices"),(n=C(n,t.data.length-1)).sort(l.sorterDes),r=0;r<n.length;r+=1)a=t.data.splice(n[r],1)[0],o.push(a);var h=i.redraw(t);return s.add(t,u,d,c,f),h},i.moveTraces=function e(t,n,r){var a,l=[],o=[],u=e,c=e,d=[t=m.getGraphDiv(t),r,n],f=[t,n,r];if(w(t,n,r),n=Array.isArray(n)?n:[n],void 0===r)for(r=[],a=0;a<n.length;a++)r.push(-n.length+a);for(r=Array.isArray(r)?r:[r],n=C(n,t.data.length-1),r=C(r,t.data.length-1),a=0;a<t.data.length;a++)-1===n.indexOf(a)&&l.push(t.data[a]);for(a=0;a<n.length;a++)o.push({newIndex:r[a],trace:t.data[n[a]]});for(o.sort(function(e,t){return e.newIndex-t.newIndex}),a=0;a<o.length;a+=1)l.splice(o[a].newIndex,0,o[a].trace);t.data=l;var h=i.redraw(t);return s.add(t,u,d,c,f),h},i.restyle=function e(t,n,r,a){t=m.getGraphDiv(t),m.clearPromiseQueue(t);var o={};if("string"==typeof n)o[n]=r;else{if(!l.isPlainObject(n))return l.warn("Restyle fail.",n,r,a),Promise.reject();o=l.extendFlat({},n),void 0===a&&(a=r)}Object.keys(o).length&&(t.changed=!0);var u=D(t,o,a),d=u.flags;d.clearCalc&&(t.calcdata=void 0);var f=[];d.fullReplot?f.push(i.plot):(f.push(c.previousPromises),c.supplyDefaults(t),d.dostyle&&f.push(_.doTraceStyle),d.docolorbars&&f.push(_.doColorBars)),f.push(c.rehover),s.add(t,e,[t,u.undoit,u.traces],e,[t,u.redoit,u.traces]);var h=l.syncOrAsync(f,t);return h&&h.then||(h=Promise.resolve()),h.then(function(){return t.emit("plotly_restyle",u.eventData),t})},i.relayout=function e(t,n,r){if(t=m.getGraphDiv(t),m.clearPromiseQueue(t),t.framework&&t.framework.isPolar)return Promise.resolve(t);var a={};if("string"==typeof n)a[n]=r;else{if(!l.isPlainObject(n))return l.warn("Relayout fail.",n,r),Promise.reject();a=l.extendFlat({},n)}Object.keys(a).length&&(t.changed=!0);var i=B(t,a),o=i.flags;o.docalc&&(t.calcdata=void 0);var u=[c.previousPromises];o.layoutReplot?u.push(_.layoutReplot):Object.keys(a).length&&(c.supplyDefaults(t),o.dolegend&&u.push(_.doLegend),o.dolayoutstyle&&u.push(_.layoutStyles),o.doticks&&u.push(_.doTicksRelayout),o.domodebar&&u.push(_.doModeBar),o.docamera&&u.push(_.doCamera)),u.push(c.rehover),s.add(t,e,[t,i.undoit],e,[t,i.redoit]);var d=l.syncOrAsync(u,t);return d&&d.then||(d=Promise.resolve(t)),d.then(function(){return t.emit("plotly_relayout",i.eventData),t})},i.update=function e(t,n,r,a){if(t=m.getGraphDiv(t),m.clearPromiseQueue(t),t.framework&&t.framework.isPolar)return Promise.resolve(t);l.isPlainObject(n)||(n={}),l.isPlainObject(r)||(r={}),Object.keys(n).length&&(t.changed=!0),Object.keys(r).length&&(t.changed=!0);var o=D(t,l.extendFlat({},n),a),u=o.flags,d=B(t,l.extendFlat({},r)),f=d.flags;(u.clearCalc||f.docalc)&&(t.calcdata=void 0);var h=[];if(u.fullReplot&&f.layoutReplot){var p=t.data,v=t.layout;t.data=void 0,t.layout=void 0,h.push(function(){return i.plot(t,p,v)})}else u.fullReplot?h.push(i.plot):f.layoutReplot?h.push(_.layoutReplot):(h.push(c.previousPromises),c.supplyDefaults(t),u.dostyle&&h.push(_.doTraceStyle),u.docolorbars&&h.push(_.doColorBars),f.dolegend&&h.push(_.doLegend),f.dolayoutstyle&&h.push(_.layoutStyles),f.doticks&&h.push(_.doTicksRelayout),f.domodebar&&h.push(_.doModeBar),f.doCamera&&h.push(_.doCamera));h.push(c.rehover),s.add(t,e,[t,o.undoit,d.undoit,o.traces],e,[t,o.redoit,d.redoit,o.traces]);var y=l.syncOrAsync(h,t);return y&&y.then||(y=Promise.resolve(t)),y.then(function(){return t.emit("plotly_update",{data:o.eventData,layout:d.eventData}),t})},i.animate=function(e,t,n){if(e=m.getGraphDiv(e),!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e+". It's likely that you've failed to create a plot before animating it. For more details, see https://plot.ly/javascript/animations/");var r=e._transitionData;r._frameQueue||(r._frameQueue=[]);var a=(n=c.supplyAnimationDefaults(n)).transition,i=n.frame;function o(e){return Array.isArray(a)?e>=a.length?a[0]:a[e]:a}function s(e){return Array.isArray(i)?e>=i.length?i[0]:i[e]:i}function u(e,t){var n=0;return function(){if(e&&++n===t)return e()}}return void 0===r._frameWaitingCnt&&(r._frameWaitingCnt=0),new Promise(function(i,d){function f(){r._currentFrame&&r._currentFrame.onComplete&&r._currentFrame.onComplete();var t=r._currentFrame=r._frameQueue.shift();if(t){var n=t.name?t.name.toString():null;e._fullLayout._currentFrame=n,r._lastFrameAt=Date.now(),r._timeToNext=t.frameOpts.duration,c.transition(e,t.frame.data,t.frame.layout,m.coerceTraceIndices(e,t.frame.traces),t.frameOpts,t.transitionOpts).then(function(){t.onComplete&&t.onComplete()}),e.emit("plotly_animatingframe",{name:n,frame:t.frame,animation:{frame:t.frameOpts,transition:t.transitionOpts}})}else e.emit("plotly_animated"),window.cancelAnimationFrame(r._animationRaf),r._animationRaf=null}function h(){e.emit("plotly_animating"),r._lastFrameAt=-1/0,r._timeToNext=0,r._runningTransitions=0,r._currentFrame=null;var t=function(){r._animationRaf=window.requestAnimationFrame(t),Date.now()-r._lastFrameAt>r._timeToNext&&f()};t()}var p,v,y=0;function g(e){return Array.isArray(a)?y>=a.length?e.transitionOpts=a[y]:e.transitionOpts=a[0]:e.transitionOpts=a,y++,e}var _=[],T=void 0===t||null===t,M=Array.isArray(t);if(!T&&!M&&l.isPlainObject(t))_.push({type:"object",data:g(l.extendFlat({},t))});else if(T||-1!==["string","number"].indexOf(typeof t))for(p=0;p<r._frames.length;p++)(v=r._frames[p])&&(T||String(v.group)===String(t))&&_.push({type:"byname",name:String(v.name),data:g({name:v.name})});else if(M)for(p=0;p<t.length;p++){var b=t[p];-1!==["number","string"].indexOf(typeof b)?(b=String(b),_.push({type:"byname",name:b,data:g({name:b})})):l.isPlainObject(b)&&_.push({type:"object",data:g(l.extendFlat({},b))})}for(p=0;p<_.length;p++)if("byname"===(v=_[p]).type&&!r._frameHash[v.data.name])return l.warn('animate failure: frame not found: "'+v.data.name+'"'),void d();-1!==["next","immediate"].indexOf(n.mode)&&function(){if(0!==r._frameQueue.length){for(;r._frameQueue.length;){var t=r._frameQueue.pop();t.onInterrupt&&t.onInterrupt()}e.emit("plotly_animationinterrupted",[])}}(),"reverse"===n.direction&&_.reverse();var K=e._fullLayout._currentFrame;if(K&&n.fromcurrent){var k=-1;for(p=0;p<_.length;p++)if("byname"===(v=_[p]).type&&v.name===K){k=p;break}if(k>0&&k<_.length-1){var x=[];for(p=0;p<_.length;p++)v=_[p],("byname"!==_[p].type||p>k)&&x.push(v);_=x}}_.length>0?function(t){if(0!==t.length){for(var a=0;a<t.length;a++){var l;l="byname"===t[a].type?c.computeFrame(e,t[a].name):t[a].data;var f=s(a),p=o(a);p.duration=Math.min(p.duration,f.duration);var v={frame:l,name:t[a].name,frameOpts:f,transitionOpts:p};a===t.length-1&&(v.onComplete=u(i,2),v.onInterrupt=d),r._frameQueue.push(v)}"immediate"===n.mode&&(r._lastFrameAt=-1/0),r._animationRaf||h()}}(_):(e.emit("plotly_animated"),i())})},i.addFrames=function(e,t,n){e=m.getGraphDiv(e);var r,a,i,o,u=0;if(null===t||void 0===t)return Promise.resolve();if(!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e+". It's likely that you've failed to create a plot before adding frames. For more details, see https://plot.ly/javascript/animations/");var d=e._transitionData._frames,f=e._transitionData._frameHash;if(!Array.isArray(t))throw new Error("addFrames failure: frameList must be an Array of frame definitions"+t);var h=d.length+2*t.length,p=[];for(r=t.length-1;r>=0;r--)if(l.isPlainObject(t[r])){var v=(f[t[r].name]||{}).name,y=t[r].name;v&&y&&"number"==typeof y&&f[v]&&(u++,l.warn('addFrames: overwriting frame "'+f[v].name+'" with a frame whose name of type "number" also equates to "'+v+'". This is valid but may potentially lead to unexpected behavior since all plotly.js frame names are stored internally as strings.'),u>5&&l.warn("addFrames: This API call has yielded too many warnings. For the rest of this call, further warnings about numeric frame names will be suppressed.")),p.push({frame:c.supplyFrameDefaults(t[r]),index:n&&void 0!==n[r]&&null!==n[r]?n[r]:h+r})}p.sort(function(e,t){return e.index>t.index?-1:e.index<t.index?1:0});var g=[],_=[],T=d.length;for(r=p.length-1;r>=0;r--){if("number"==typeof(a=p[r].frame).name&&l.warn("Warning: addFrames accepts frames with numeric names, but the numbers areimplicitly cast to strings"),!a.name)for(;f[a.name="frame "+e._transitionData._counter++];);if(f[a.name]){for(i=0;i<d.length&&(d[i]||{}).name!==a.name;i++);g.push({type:"replace",index:i,value:a}),_.unshift({type:"replace",index:i,value:d[i]})}else o=Math.max(0,Math.min(p[r].index,T)),g.push({type:"insert",index:o,value:a}),_.unshift({type:"delete",index:o}),T++}var M=c.modifyFrames,b=c.modifyFrames,K=[e,_],k=[e,g];return s&&s.add(e,M,K,b,k),c.modifyFrames(e,g)},i.deleteFrames=function(e,t){if(e=m.getGraphDiv(e),!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e);var n,r,a=e._transitionData._frames,i=[],o=[];if(!t)for(t=[],n=0;n<a.length;n++)t.push(n);for((t=t.slice(0)).sort(),n=t.length-1;n>=0;n--)r=t[n],i.push({type:"delete",index:r}),o.unshift({type:"insert",index:r,value:a[r]});var u=c.modifyFrames,d=c.modifyFrames,f=[e,o],h=[e,i];return s&&s.add(e,u,f,d,h),c.modifyFrames(e,i)},i.purge=function(e){var t=(e=m.getGraphDiv(e))._fullLayout||{},n=e._fullData||[];return c.cleanPlot([],{},n,t),c.purge(e),o.purge(e),t._container&&t._container.remove(),delete e._context,delete e._replotPending,delete e._mouseDownTime,delete e._legendMouseDownTime,delete e._hmpixcount,delete e._hmlumcount,e}},function(e,t,n){"use strict";e.exports=function(e,t){var n=document.createElement("a"),r="download"in n,a=/Version\/[\d\.]+.*Safari/.test(navigator.userAgent);return new Promise(function(i,l){"undefined"!=typeof navigator&&/MSIE [1-9]\./.test(navigator.userAgent)&&l(new Error("IE < 10 unsupported")),a&&(document.location.href="data:application/octet-stream"+e.slice(e.search(/[,;]/)),i(t)),t||(t="download"),r&&(n.href=e,n.download=t,document.body.appendChild(n),n.click(),document.body.removeChild(n),i(t)),"undefined"!=typeof navigator&&navigator.msSaveBlob&&(navigator.msSaveBlob(new Blob([e]),t),i(t)),l(new Error("download error"))})}},function(e,t,n){"use strict";var r=n(8),a=n(9),i=n(6),l=n(0),o=n(94),s=n(95),u=e.exports={};function c(e,t){var n,a,l=t.currentTarget,o=l.getAttribute("data-attr"),s=l.getAttribute("data-val")||!0,u=e._fullLayout,c={},d=i.list(e,null,!0),f="on";if("zoom"===o){var h,p="in"===s?.5:2,v=(1+p)/2,y=(1-p)/2;for(a=0;a<d.length;a++)if(!(n=d[a]).fixedrange)if(h=n._name,"auto"===s)c[h+".autorange"]=!0;else if("reset"===s){if(void 0===n._rangeInitial)c[h+".autorange"]=!0;else{var g=n._rangeInitial.slice();c[h+".range[0]"]=g[0],c[h+".range[1]"]=g[1]}void 0!==n._showSpikeInitial&&(c[h+".showspikes"]=n._showSpikeInitial,"on"!==f||n._showSpikeInitial||(f="off"))}else{var m=[n.r2l(n.range[0]),n.r2l(n.range[1])],_=[v*m[0]+y*m[1],v*m[1]+y*m[0]];c[h+".range[0]"]=n.l2r(_[0]),c[h+".range[1]"]=n.l2r(_[1])}u._cartesianSpikesEnabled=f}else{if("hovermode"!==o||"x"!==s&&"y"!==s){if("hovermode"===o&&"closest"===s){for(a=0;a<d.length;a++)n=d[a],"on"!==f||n.showspikes||(f="off");u._cartesianSpikesEnabled=f}}else s=u._isHoriz?"y":"x",l.setAttribute("data-val",s),"closest"!==s&&(u._cartesianSpikesEnabled="off");c[o]=s}r.relayout(e,c)}function d(e,t){for(var n=t.currentTarget,i=n.getAttribute("data-attr"),l=n.getAttribute("data-val")||!0,o=e._fullLayout,s=a.getSubplotIds(o,"gl3d"),u={},c=i.split("."),d=0;d<s.length;d++)u[s[d]+"."+c[1]]=l;r.relayout(e,u)}function f(e,t){for(var n=t.currentTarget.getAttribute("data-attr"),i=e._fullLayout,o=a.getSubplotIds(i,"gl3d"),s={},u=0;u<o.length;u++){var c=o[u],d=c+".camera",f=i[c]._scene;"resetDefault"===n?s[d]=null:"resetLastSave"===n&&(s[d]=l.extendDeep({},f.cameraInitial))}r.relayout(e,s)}function h(e,t){var n=t.currentTarget,i=n._previousVal||!1,o=e.layout,s=e._fullLayout,u=a.getSubplotIds(s,"gl3d"),c=["xaxis","yaxis","zaxis"],d=["showspikes","spikesides","spikethickness","spikecolor"],f={},h={},p={};if(i)p=l.extendDeep(o,i),n._previousVal=null;else{p={"allaxes.showspikes":!1};for(var v=0;v<u.length;v++){var y=u[v],g=s[y],m=f[y]={};m.hovermode=g.hovermode,p[y+".hovermode"]=!1;for(var _=0;_<3;_++){var T=c[_];h=m[T]={};for(var M=0;M<d.length;M++){var b=d[M];h[b]=g[T][b]}}}n._previousVal=l.extendDeep({},f)}r.relayout(e,p)}function p(e,t){for(var n=t.currentTarget,r=n.getAttribute("data-attr"),i=n.getAttribute("data-val")||!0,l=e._fullLayout,o=a.getSubplotIds(l,"geo"),s=0;s<o.length;s++){var u=l[o[s]]._subplot;if("zoom"===r){var c=u.projection.scale(),d="in"===i?2*c:.5*c;u.projection.scale(d),u.zoom.scale(d),u.render()}else"reset"===r&&u.zoomReset()}}function v(e){var t,n=e._fullLayout;t=n._has("cartesian")?n._isHoriz?"y":"x":"closest";var a=!e._fullLayout.hovermode&&t;r.relayout(e,"hovermode",a)}u.toImage={name:"toImage",title:"Download plot as a png",icon:s.camera,click:function(e){var t="png";l.notifier("Taking snapshot - this may take a few seconds","long"),l.isIE()&&(l.notifier("IE only supports svg. Changing format to svg.","long"),t="svg"),o(e,{format:t}).then(function(e){l.notifier("Snapshot succeeded - "+e,"long")}).catch(function(){l.notifier("Sorry there was a problem downloading your snapshot!","long")})}},u.sendDataToCloud={name:"sendDataToCloud",title:"Save and edit plot in cloud",icon:s.disk,click:function(e){a.sendDataToCloud(e)}},u.zoom2d={name:"zoom2d",title:"Zoom",attr:"dragmode",val:"zoom",icon:s.zoombox,click:c},u.pan2d={name:"pan2d",title:"Pan",attr:"dragmode",val:"pan",icon:s.pan,click:c},u.select2d={name:"select2d",title:"Box Select",attr:"dragmode",val:"select",icon:s.selectbox,click:c},u.lasso2d={name:"lasso2d",title:"Lasso Select",attr:"dragmode",val:"lasso",icon:s.lasso,click:c},u.zoomIn2d={name:"zoomIn2d",title:"Zoom in",attr:"zoom",val:"in",icon:s.zoom_plus,click:c},u.zoomOut2d={name:"zoomOut2d",title:"Zoom out",attr:"zoom",val:"out",icon:s.zoom_minus,click:c},u.autoScale2d={name:"autoScale2d",title:"Autoscale",attr:"zoom",val:"auto",icon:s.autoscale,click:c},u.resetScale2d={name:"resetScale2d",title:"Reset axes",attr:"zoom",val:"reset",icon:s.home,click:c},u.hoverClosestCartesian={name:"hoverClosestCartesian",title:"Show closest data on hover",attr:"hovermode",val:"closest",icon:s.tooltip_basic,gravity:"ne",click:c},u.hoverCompareCartesian={name:"hoverCompareCartesian",title:"Compare data on hover",attr:"hovermode",val:function(e){return e._fullLayout._isHoriz?"y":"x"},icon:s.tooltip_compare,gravity:"ne",click:c},u.zoom3d={name:"zoom3d",title:"Zoom",attr:"scene.dragmode",val:"zoom",icon:s.zoombox,click:d},u.pan3d={name:"pan3d",title:"Pan",attr:"scene.dragmode",val:"pan",icon:s.pan,click:d},u.orbitRotation={name:"orbitRotation",title:"orbital rotation",attr:"scene.dragmode",val:"orbit",icon:s["3d_rotate"],click:d},u.tableRotation={name:"tableRotation",title:"turntable rotation",attr:"scene.dragmode",val:"turntable",icon:s["z-axis"],click:d},u.resetCameraDefault3d={name:"resetCameraDefault3d",title:"Reset camera to default",attr:"resetDefault",icon:s.home,click:f},u.resetCameraLastSave3d={name:"resetCameraLastSave3d",title:"Reset camera to last save",attr:"resetLastSave",icon:s.movie,click:f},u.hoverClosest3d={name:"hoverClosest3d",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:h},u.zoomInGeo={name:"zoomInGeo",title:"Zoom in",attr:"zoom",val:"in",icon:s.zoom_plus,click:p},u.zoomOutGeo={name:"zoomOutGeo",title:"Zoom out",attr:"zoom",val:"out",icon:s.zoom_minus,click:p},u.resetGeo={name:"resetGeo",title:"Reset",attr:"reset",val:null,icon:s.autoscale,click:p},u.hoverClosestGeo={name:"hoverClosestGeo",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:v},u.hoverClosestGl2d={name:"hoverClosestGl2d",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:v},u.hoverClosestPie={name:"hoverClosestPie",title:"Toggle show closest data on hover",attr:"hovermode",val:"closest",icon:s.tooltip_basic,gravity:"ne",click:v},u.toggleHover={name:"toggleHover",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:function(e,t){v(e),h(e,t)}},u.resetViews={name:"resetViews",title:"Reset views",icon:s.home,click:function(e,t){var n=t.currentTarget;n.setAttribute("data-attr","zoom"),n.setAttribute("data-val","reset"),c(e,t),n.setAttribute("data-attr","resetLastSave"),f(e,t)}},u.toggleSpikelines={name:"toggleSpikelines",title:"Toggle Spike Lines",icon:s.spikeline,attr:"_cartesianSpikesEnabled",val:"on",click:function(e){var t=e._fullLayout;t._cartesianSpikesEnabled="closest"===t.hovermode&&"on"===t._cartesianSpikesEnabled?"off":"on";var n=function(e){for(var t,n,r=e._fullLayout,a=i.list(e,null,!0),l={},o=0;o<a.length;o++)t=a[o],n=t._name,l[n+".showspikes"]="on"===r._cartesianSpikesEnabled;return l}(e);n.hovermode="closest",r.relayout(e,n)}}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(95);function l(e){this.container=e.container,this.element=document.createElement("div"),this.update(e.graphInfo,e.buttons),this.container.appendChild(this.element)}var o=l.prototype;o.update=function(e,t){this.graphInfo=e;var n=this.graphInfo._context;"hover"===n.displayModeBar?this.element.className="modebar modebar--hover":this.element.className="modebar";var r=!this.hasButtons(t),a=this.hasLogo!==n.displaylogo;(r||a)&&(this.removeAllButtons(),this.updateButtons(t),n.displaylogo&&(this.element.appendChild(this.getLogo()),this.hasLogo=!0)),this.updateActiveButton()},o.updateButtons=function(e){var t=this;this.buttons=e,this.buttonElements=[],this.buttonsNames=[],this.buttons.forEach(function(e){var n=t.createGroup();e.forEach(function(e){var r=e.name;if(!r)throw new Error("must provide button 'name' in button config");if(-1!==t.buttonsNames.indexOf(r))throw new Error("button name '"+r+"' is taken");t.buttonsNames.push(r);var a=t.createButton(e);t.buttonElements.push(a),n.appendChild(a)}),t.element.appendChild(n)})},o.createGroup=function(){var e=document.createElement("div");return e.className="modebar-group",e},o.createButton=function(e){var t=this,n=document.createElement("a");n.setAttribute("rel","tooltip"),n.className="modebar-btn";var a=e.title;void 0===a&&(a=e.name),(a||0===a)&&n.setAttribute("data-title",a),void 0!==e.attr&&n.setAttribute("data-attr",e.attr);var l=e.val;if(void 0!==l&&("function"==typeof l&&(l=l(this.graphInfo)),n.setAttribute("data-val",l)),"function"!=typeof e.click)throw new Error("must provide button 'click' function in button config");return n.addEventListener("click",function(n){e.click(t.graphInfo,n),t.updateActiveButton(n.currentTarget)}),n.setAttribute("data-toggle",e.toggle||!1),e.toggle&&r.select(n).classed("active",!0),n.appendChild(this.createIcon(e.icon||i.question,e.name)),n.setAttribute("data-gravity",e.gravity||"n"),n},o.createIcon=function(e,t){var n=e.ascent-e.descent,r="http://www.w3.org/2000/svg",a=document.createElementNS(r,"svg"),i=document.createElementNS(r,"path");a.setAttribute("height","1em"),a.setAttribute("width",e.width/n+"em"),a.setAttribute("viewBox",[0,0,e.width,n].join(" "));var l="toggleSpikelines"===t?"matrix(1.5 0 0 -1.5 0 "+e.ascent+")":"matrix(1 0 0 -1 0 "+e.ascent+")";return i.setAttribute("d",e.path),i.setAttribute("transform",l),a.appendChild(i),a},o.updateActiveButton=function(e){var t=this.graphInfo._fullLayout,n=void 0!==e?e.getAttribute("data-attr"):null;this.buttonElements.forEach(function(e){var i=e.getAttribute("data-val")||!0,l=e.getAttribute("data-attr"),o="true"===e.getAttribute("data-toggle"),s=r.select(e);if(o)l===n&&s.classed("active",!s.classed("active"));else{var u=null===l?l:a.nestedProperty(t,l).get();s.classed("active",u===i)}})},o.hasButtons=function(e){var t=this.buttons;if(!t)return!1;if(e.length!==t.length)return!1;for(var n=0;n<e.length;++n){if(e[n].length!==t[n].length)return!1;for(var r=0;r<e[n].length;r++)if(e[n][r].name!==t[n][r].name)return!1}return!0},o.getLogo=function(){var e=this.createGroup(),t=document.createElement("a");return t.href="https://plot.ly/",t.target="_blank",t.setAttribute("data-title","Produced with Plotly"),t.className="modebar-btn plotlyjsicon modebar-btn--logo",t.appendChild(this.createIcon(i.plotlylogo)),e.appendChild(t),e},o.removeAllButtons=function(){for(;this.element.firstChild;)this.element.removeChild(this.element.firstChild);this.hasLogo=!1},o.destroy=function(){a.removeElement(this.container.querySelector(".modebar"))},e.exports=function(e,t){var n=e._fullLayout,a=new l({graphInfo:e,container:n._paperdiv.node(),buttons:t});return n._privateplot&&r.select(a.element).append("span").classed("badge-private float--left",!0).text("PRIVATE"),a}},function(e,t,n){"use strict";var r=n(6),a=n(13),i=n(273),l=n(272);function o(e,t){if(t.length)if(Array.isArray(t[0]))for(var n=0;n<t.length;n++)e.push(t[n]);else e.push(t);return e}e.exports=function(e){var t=e._fullLayout,n=e._context,s=t._modeBar;if(n.displayModeBar){if(!Array.isArray(n.modeBarButtonsToRemove))throw new Error(["*modeBarButtonsToRemove* configuration options","must be an array."].join(" "));if(!Array.isArray(n.modeBarButtonsToAdd))throw new Error(["*modeBarButtonsToAdd* configuration options","must be an array."].join(" "));var u,c=n.modeBarButtons;u=Array.isArray(c)&&c.length?function(e){for(var t=0;t<e.length;t++)for(var n=e[t],r=0;r<n.length;r++){var a=n[r];if("string"==typeof a){if(void 0===l[a])throw new Error(["*modeBarButtons* configuration options","invalid button name"].join(" "));e[t][r]=l[a]}}return e}(c):function(e,t,n){var i=e._fullLayout,s=e._fullData,u=i._has("cartesian"),c=i._has("gl3d"),d=i._has("geo"),f=i._has("pie"),h=i._has("gl2d"),p=i._has("ternary"),v=[];function y(e){for(var n=[],r=0;r<e.length;r++){var a=e[r];-1===t.indexOf(a)&&n.push(l[a])}v.push(n)}if(y(["toImage","sendDataToCloud"]),(u||h||f||p)+d+c>1)return y(["resetViews","toggleHover"]),o(v,n);c&&(y(["zoom3d","pan3d","orbitRotation","tableRotation"]),y(["resetCameraDefault3d","resetCameraLastSave3d"]),y(["hoverClosest3d"]));d&&(y(["zoomInGeo","zoomOutGeo","resetGeo"]),y(["hoverClosestGeo"]));var g=function(e){for(var t=r.list({_fullLayout:e},null,!0),n=!0,a=0;a<t.length;a++)if(!t[a].fixedrange){n=!1;break}return n}(i),m=[];((u||h)&&!g||p)&&(m=["zoom2d","pan2d"]);(u||p||h)&&function(e){for(var t=!1,n=0;n<e.length&&!t;n++){var r=e[n];r._module&&r._module.selectPoints&&("scatter"===r.type||"scatterternary"===r.type||"scattergl"===r.type?(a.hasMarkers(r)||a.hasText(r))&&(t=!0):t=!0)}return t}(s)&&(m.push("select2d"),m.push("lasso2d"));m.length&&y(m);!u&&!h||g||p||y(["zoomIn2d","zoomOut2d","autoScale2d","resetScale2d"]);u&&f?y(["toggleHover"]):h?y(["hoverClosestGl2d"]):u?y(["toggleSpikelines","hoverClosestCartesian","hoverCompareCartesian"]):f&&y(["hoverClosestPie"]);return o(v,n)}(e,n.modeBarButtonsToRemove,n.modeBarButtonsToAdd),s?s.update(e,u):t._modeBar=i(e,u)}else s&&(s.destroy(),delete t._modeBar)}},function(e,t,n){"use strict";var r=n(8),a=n(0);function i(e,t,n){var r,i,l,o=!1;if("data"===t.type)r=e._fullData[null!==t.traces?t.traces[0]:0];else{if("layout"!==t.type)return!1;r=e._fullLayout}return i=a.nestedProperty(r,t.prop).get(),(l=n[t.type]=n[t.type]||{}).hasOwnProperty(t.prop)&&l[t.prop]!==i&&(o=!0),l[t.prop]=i,{changed:o,value:i}}function l(e,t){var n=[],r=t[0],i={};if("string"==typeof r)i[r]=t[1];else{if(!a.isPlainObject(r))return n;i=r}return s(i,function(e,t,r){n.push({type:"layout",prop:e,value:r})},"",0),n}function o(e,t){var n,r,i,l,o=[];if(r=t[0],i=t[1],n=t[2],l={},"string"==typeof r)l[r]=i;else{if(!a.isPlainObject(r))return o;l=r,void 0===n&&(n=i)}return void 0===n&&(n=null),s(l,function(t,r,a){var i;if(Array.isArray(a)){var l=Math.min(a.length,e.data.length);n&&(l=Math.min(l,n.length)),i=[];for(var s=0;s<l;s++)i[s]=n?n[s]:s}else i=n?n.slice(0):null;if(null===i)Array.isArray(a)&&(a=a[0]);else if(Array.isArray(i)){if(!Array.isArray(a)){var u=a;a=[];for(var c=0;c<i.length;c++)a[c]=u}a.length=Math.min(i.length,a.length)}o.push({type:"data",prop:t,traces:i,value:a})},"",0),o}function s(e,t,n,r){Object.keys(e).forEach(function(i){var l=e[i];if("_"!==i[0]){var o=n+(r>0?".":"")+i;a.isPlainObject(l)?s(l,t,o,r+1):t(o,i,l)}})}t.manageCommandObserver=function(e,n,r,l){var o={},s=!0;n&&n._commandObserver&&(o=n._commandObserver),o.cache||(o.cache={}),o.lookupTable={};var u=t.hasSimpleAPICommandBindings(e,r,o.lookupTable);if(n&&n._commandObserver){if(u)return o;if(n._commandObserver.remove)return n._commandObserver.remove(),n._commandObserver=null,o}if(u){i(e,u,o.cache),o.check=function(){if(s){var t=i(e,u,o.cache);return t.changed&&l&&void 0!==o.lookupTable[t.value]&&(o.disable(),Promise.resolve(l({value:t.value,type:u.type,prop:u.prop,traces:u.traces,index:o.lookupTable[t.value]})).then(o.enable,o.enable)),t.changed}};for(var c=["plotly_relayout","plotly_redraw","plotly_restyle","plotly_update","plotly_animatingframe","plotly_afterplot"],d=0;d<c.length;d++)e._internalOn(c[d],o.check);o.remove=function(){for(var t=0;t<c.length;t++)e._removeInternalListener(c[t],o.check)}}else a.warn("Unable to automatically bind plot updates to API command"),o.lookupTable={},o.remove=function(){};return o.disable=function(){s=!1},o.enable=function(){s=!0},n&&(n._commandObserver=o),o},t.hasSimpleAPICommandBindings=function(e,n,r){var a,i,l=n.length;for(a=0;a<l;a++){var o,s=n[a],u=s.method,c=s.args;if(Array.isArray(c)||(c=[]),!u)return!1;var d=t.computeAPICommandBindings(e,u,c);if(1!==d.length)return!1;if(i){if((o=d[0]).type!==i.type)return!1;if(o.prop!==i.prop)return!1;if(Array.isArray(i.traces)){if(!Array.isArray(o.traces))return!1;o.traces.sort();for(var f=0;f<i.traces.length;f++)if(i.traces[f]!==o.traces[f])return!1}else if(o.prop!==i.prop)return!1}else i=d[0],Array.isArray(i.traces)&&i.traces.sort();var h=(o=d[0]).value;if(Array.isArray(h)){if(1!==h.length)return!1;h=h[0]}r&&(r[h]=a)}return i},t.executeAPICommand=function(e,t,n){if("skip"===t)return Promise.resolve();var i=r[t],l=[e];Array.isArray(n)||(n=[]);for(var o=0;o<n.length;o++)l.push(n[o]);return i.apply(null,l).catch(function(e){return a.warn("API call to Plotly."+t+" rejected.",e),Promise.reject(e)})},t.computeAPICommandBindings=function(e,t,n){var r;switch(Array.isArray(n)||(n=[]),t){case"restyle":r=o(e,n);break;case"relayout":r=l(e,n);break;case"update":r=o(e,[n[0],n[2]]).concat(l(e,[n[1]]));break;case"animate":r=function(e,t){return Array.isArray(t[0])&&1===t[0].length&&-1!==["string","number"].indexOf(typeof t[0][0])?[{type:"layout",prop:"_currentFrame",value:t[0][0].toString()}]:[]}(0,n);break;default:r=[]}return r}},function(e,t,n){"use strict";var r=n(1),a=n(3);e.exports=function(e){e.each(function(e){var t=e[0].trace,n=t.error_y||{},i=t.error_x||{},l=r.select(this);l.selectAll("path.yerror").style("stroke-width",n.thickness+"px").call(a.stroke,n.color),i.copy_ystyle&&(i=n),l.selectAll("path.xerror").style("stroke-width",i.thickness+"px").call(a.stroke,i.color)})}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(13);e.exports=function(e,t,n){var l=t.xaxis,o=t.yaxis,s=n&&n.duration>0;e.each(function(e){var t,u=e[0].trace,c=u.error_x||{},d=u.error_y||{};u.ids&&(t=function(e){return e.id});var f=i.hasMarkers(u)&&u.marker.maxdisplayed>0;if(d.visible||c.visible){var h=r.select(this).selectAll("g.errorbar").data(e,t);h.exit().remove(),h.style("opacity",1);var p=h.enter().append("g").classed("errorbar",!0);s&&p.style("opacity",0).transition().duration(n.duration).style("opacity",1),h.each(function(e){var t=r.select(this),i=function(e,t,n){var r={x:t.c2p(e.x),y:n.c2p(e.y)};void 0!==e.yh&&(r.yh=n.c2p(e.yh),r.ys=n.c2p(e.ys),a(r.ys)||(r.noYS=!0,r.ys=n.c2p(e.ys,!0)));void 0!==e.xh&&(r.xh=t.c2p(e.xh),r.xs=t.c2p(e.xs),a(r.xs)||(r.noXS=!0,r.xs=t.c2p(e.xs,!0)));return r}(e,l,o);if(!f||e.vis){var u;if(d.visible&&a(i.x)&&a(i.yh)&&a(i.ys)){var h=d.width;u="M"+(i.x-h)+","+i.yh+"h"+2*h+"m-"+h+",0V"+i.ys,i.noYS||(u+="m-"+h+",0h"+2*h);var p=t.select("path.yerror");!p.size()?p=t.append("path").classed("yerror",!0):s&&(p=p.transition().duration(n.duration).ease(n.easing)),p.attr("d",u)}if(c.visible&&a(i.y)&&a(i.xh)&&a(i.xs)){var v=(c.copy_ystyle?d:c).width;u="M"+i.xh+","+(i.y-v)+"v"+2*v+"m0,-"+v+"H"+i.xs,i.noXS||(u+="m0,-"+v+"v"+2*v);var y=t.select("path.xerror");!y.size()?y=t.append("path").classed("xerror",!0):s&&(y=y.transition().duration(n.duration).ease(n.easing)),y.attr("d",u)}}})}})}},function(e,t,n){"use strict";function r(e,t){return"percent"===e?function(e){return Math.abs(e*t/100)}:"constant"===e?function(){return Math.abs(t)}:"sqrt"===e?function(e){return Math.sqrt(Math.abs(e))}:void 0}e.exports=function(e){var t=e.type,n=e.symmetric;if("data"===t){var a=e.array,i=e.arrayminus;return n||void 0===i?function(e,t){var n=+a[t];return[n,n]}:function(e,t){return[+i[t],+a[t]]}}var l=r(t,e.value),o=r(t,e.valueminus);return n||void 0===e.valueminus?function(e){var t=l(e);return[t,t]}:function(e){return[o(e),l(e)]}}},function(e,t,n){"use strict";var r=n(0),a=n(18).id2name;e.exports=function(e,t,n,i,l){var o=l._axisConstraintGroups,s=t._id,u=s.charAt(0);if(!t.fixedrange&&(n("constrain"),r.coerce(e,t,{constraintoward:{valType:"enumerated",values:"x"===u?["left","center","right"]:["bottom","middle","top"],dflt:"x"===u?"center":"middle"}},"constraintoward"),e.scaleanchor)){var c=function(e,t,n,r){var i,l,o,s,u=r[a(t)].type,c=[];for(l=0;l<n.length;l++)(o=n[l])!==t&&((s=r[a(o)]).type!==u||s.fixedrange||c.push(o));for(i=0;i<e.length;i++)if(e[i][t]){var d=e[i],f=[];for(l=0;l<c.length;l++)o=c[l],d[o]||f.push(o);return{linkableAxes:f,thisGroup:d}}return{linkableAxes:c,thisGroup:null}}(o,s,i,l),d=r.coerce(e,t,{scaleanchor:{valType:"enumerated",values:c.linkableAxes}},"scaleanchor");if(d){var f=n("scaleratio");f||(f=t.scaleratio=1),function(e,t,n,r,a){var i,l,o,s,u;null===t?((t={})[n]=1,u=e.length,e.push(t)):u=e.indexOf(t);var c=Object.keys(t);for(i=0;i<e.length;i++)if(o=e[i],i!==u&&o[r]){var d=o[r];for(l=0;l<c.length;l++)s=c[l],o[s]=d*a*t[s];return void e.splice(u,1)}if(1!==a)for(l=0;l<c.length;l++)t[c[l]]*=a;t[r]=1}(o,c.thisGroup,s,d,f)}else-1!==i.indexOf(e.scaleanchor)&&r.warn("ignored "+t._name+'.scaleanchor: "'+e.scaleanchor+'" to avoid either an infinite loop and possibly inconsistent scaleratios, or because the targetaxis has fixed range.')}}},function(e,t,n){"use strict";var r=n(1);function a(e,t,n){var a,i,l,o,s,u=[],c=n.map(function(t){return t[e]}),d=r.bisector(t).left;for(a=0;a<c.length;a++)for(l=c[a],i=0;i<l.length;i++)null!==(o=l[i])&&void 0!==o&&((s=d(u,o))<u.length&&u[s]===o||u.splice(s,0,o));return u}e.exports=function(e,t,n,i){switch(t){case"array":return Array.isArray(n)?n.slice():[];case"category ascending":return a(e,r.ascending,i);case"category descending":return a(e,r.descending,i);case"trace":default:return[]}}},function(e,t,n){"use strict";e.exports=function(e,t,n){if("category"===t.type){var r,a=e.categoryarray,i=Array.isArray(a)&&a.length>0;i&&(r="array");var l=n("categoryorder",r);"array"===l&&n("categoryarray"),i||"array"!==l||(t.categoryorder="trace")}}},function(e,t,n){"use strict";var r=n(4),a=n(151),i=n(18).name2id;function l(e){return{v:"x",h:"y"}[e.orientation||"v"]}function o(e,t){var n=l(e),a=r.traceIs(e,"box"),i=r.traceIs(e._fullInput||{},"candlestick");return a&&!i&&t===n&&void 0===e[n]&&void 0===e[n+"0"]}e.exports=function(e,t,n,s,u){u&&(t._name=u,t._id=i(u)),"-"===n("type")&&(!function(e,t){if("-"!==e.type)return;var n=e._id,i=n.charAt(0);-1!==n.indexOf("scene")&&(n=i);var s=function(e,t,n){for(var r=0;r<e.length;r++){var a=e[r];if((a[n+"axis"]||n)===t){if(o(a,n))return a;if((a[n]||[]).length||a[n+"0"])return a}}}(t,n,i);if(!s)return;if("histogram"===s.type&&i==={v:"y",h:"x"}[s.orientation||"v"])return void(e.type="linear");var u=i+"calendar",c=s[u];if(o(s,i)){for(var d,f=l(s),h=[],p=0;p<t.length;p++)d=t[p],r.traceIs(d,"box")&&(d[i+"axis"]||i)===n&&(void 0!==d[f]?h.push(d[f][0]):void 0!==d.name?h.push(d.name):h.push("text"),d[u]!==c&&(c=void 0));e.type=a(h,c)}else e.type=a(s[i]||[s[i+"0"]],c)}(t,s),"-"===t.type?t.type="linear":e.type=t.type)}},function(e,t,n){"use strict";var r=n(4),a=n(0),i=n(3),l=n(41),o=n(15),s=n(23),u=n(282),c=n(150),d=n(279),f=n(148),h=n(18);e.exports=function(e,t,n){var p,v=Object.keys(e),y=[],g=[],m=[],_=[],T=[],M=[],b={},K={};for(p=0;p<n.length;p++){var k,x,C=n[p];if(r.traceIs(C,"cartesian"))k=y,x=g;else{if(!r.traceIs(C,"gl2d"))continue;k=m,x=_}var A=h.id2name(C.xaxis),w=h.id2name(C.yaxis);if(r.traceIs(C,"carpet")&&("carpet"!==C.type||C._cheater)||A&&a.pushUnique(M,A),"carpet"===C.type&&C._cheater&&A&&a.pushUnique(T,A),A&&-1===k.indexOf(A)&&k.push(A),w&&-1===x.indexOf(w)&&x.push(w),r.traceIs(C,"2dMap")&&(b[A]=!0,b[w]=!0),r.traceIs(C,"oriented"))K["h"===C.orientation?w:A]=!0}if(!(t._has("gl3d")||t._has("geo")))for(p=0;p<v.length;p++){var L=v[p];-1===m.indexOf(L)&&-1===y.indexOf(L)&&o.xAxisMatch.test(L)?y.push(L):-1===_.indexOf(L)&&-1===g.indexOf(L)&&o.yAxisMatch.test(L)&&g.push(L)}function D(e,t){return Number(e.substr(5)||1)-Number(t.substr(5)||1)}y.length&&g.length&&a.pushUnique(t._basePlotModules,r.subplotsRegistry.cartesian);var B=y.concat(m).sort(D),S=g.concat(_).sort(D),G=B.concat(S),W=i.background;B.length&&S.length&&(W=a.coerce(e,t,l,"plot_bgcolor"));var z,O,P,R,E=i.combine(W,t.paper_bgcolor);function j(e,t){return a.coerce(P,R,s,e,t)}function I(e){var t={x:S,y:B}[e];return a.simpleMap(t,h.name2id)}var N={x:I("x"),y:I("y")};function F(t,n){for(var r={x:B,y:S}[t],a=[],i=0;i<r.length;i++){var l=r[i];l===n||(e[l]||{}).overlaying||a.push(h.name2id(l))}return a}for(p=0;p<G.length;p++){z=G[p],a.isPlainObject(e[z])||(e[z]={}),P=e[z],R=t[z]={},u(P,R,j,n,z);var $=F(O=z.charAt(0),z),V={letter:O,font:t.font,outerTicks:b[z],showGrid:!K[z],data:n,bgColor:E,calendar:t.calendar,cheateronly:"x"===O&&-1!==T.indexOf(z)&&-1===M.indexOf(z)};c(P,R,j,V,t),j("showspikes")&&(j("spikecolor"),j("spikethickness"),j("spikedash"),j("spikemode"));var H={letter:O,counterAxes:N[O],overlayableAxes:$};f(P,R,j,H),R._input=P}var q=r.getComponentMethod("rangeslider","handleDefaults"),U=r.getComponentMethod("rangeselector","handleDefaults");for(p=0;p<B.length;p++)z=B[p],P=e[z],R=t[z],q(e,t,z),"date"===R.type&&U(P,R,t,S,R.calendar),j("fixedrange");for(p=0;p<S.length;p++){z=S[p],P=e[z],R=t[z];var Y=t[h.id2name(R.anchor)];j("fixedrange",Y&&Y.rangeslider&&Y.rangeslider.visible)}t._axisConstraintGroups=[];var X=N.x.concat(N.y);for(p=0;p<G.length;p++)O=(z=G[p]).charAt(0),P=e[z],R=t[z],d(P,R,j,X,t)}},function(e,t,n){"use strict";var r=n(2),a=n(4),i=n(6),l=n(278);function o(e,t,n,a){var o=t["error_"+a]||{},s=[];if(o.visible&&-1!==["linear","log"].indexOf(n.type)){for(var u=l(o),c=0;c<e.length;c++){var d=e[c],f=d[a];if(r(n.c2l(f))){var h=u(f,c);if(r(h[0])&&r(h[1])){var p=d[a+"s"]=f-h[0],v=d[a+"h"]=f+h[1];s.push(p,v)}}}i.expand(n,s,{padded:!0})}}e.exports=function(e){for(var t=e.calcdata,n=0;n<t.length;n++){var r=t[n],l=r[0].trace;if(a.traceIs(l,"errorBarsOK")){var s=i.getFromId(e,l.xaxis),u=i.getFromId(e,l.yaxis);o(r,l,s,"x"),o(r,l,u,"y")}}}},function(e,t,n){"use strict";var r=n(23),a=n(10).extendFlat,i=a({},r.domain,{description:["Polar chart subplots are not supported yet.","This key has currently no effect."].join(" ")});function l(e,t){var n={showline:{valType:"boolean",role:"style",description:["Determines whether or not the line bounding this",e,"axis","will be shown on the figure."].join(" ")},showticklabels:{valType:"boolean",role:"style",description:["Determines whether or not the",e,"axis ticks","will feature tick labels."].join(" ")},tickorientation:{valType:"enumerated",values:["horizontal","vertical"],role:"style",description:["Sets the orientation (from the paper perspective)","of the",e,"axis tick labels."].join(" ")},ticklen:{valType:"number",min:0,role:"style",description:["Sets the length of the tick lines on this",e,"axis."].join(" ")},tickcolor:{valType:"color",role:"style",description:["Sets the color of the tick lines on this",e,"axis."].join(" ")},ticksuffix:{valType:"string",role:"style",description:["Sets the length of the tick lines on this",e,"axis."].join(" ")},endpadding:{valType:"number",role:"style"},visible:{valType:"boolean",role:"info",description:["Determines whether or not this axis will be visible."].join(" ")}};return a({},t,n)}e.exports={radialaxis:l("radial",{range:{valType:"info_array",role:"info",items:[{valType:"number"},{valType:"number"}],description:["Defines the start and end point of this radial axis."].join(" ")},domain:i,orientation:{valType:"number",role:"style",description:["Sets the orientation (an angle with respect to the origin)","of the radial axis."].join(" ")}}),angularaxis:l("angular",{range:{valType:"info_array",role:"info",items:[{valType:"number",dflt:0},{valType:"number",dflt:360}],description:["Defines the start and end point of this angular axis."].join(" ")},domain:i}),layout:{direction:{valType:"enumerated",values:["clockwise","counterclockwise"],role:"info",description:["For polar plots only.","Sets the direction corresponding to positive angles."].join(" ")},orientation:{valType:"angle",role:"info",description:["For polar plots only.","Rotates the entire polar by the given angle."].join(" ")}}}},function(e,t,n){"use strict";var r=n(1);e.exports={circle:{n:0,f:function(e){var t=r.round(e,2);return"M"+t+",0A"+t+","+t+" 0 1,1 0,-"+t+"A"+t+","+t+" 0 0,1 "+t+",0Z"}},square:{n:1,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"H-"+t+"V-"+t+"H"+t+"Z"}},diamond:{n:2,f:function(e){var t=r.round(1.3*e,2);return"M"+t+",0L0,"+t+"L-"+t+",0L0,-"+t+"Z"}},cross:{n:3,f:function(e){var t=r.round(.4*e,2),n=r.round(1.2*e,2);return"M"+n+","+t+"H"+t+"V"+n+"H-"+t+"V"+t+"H-"+n+"V-"+t+"H-"+t+"V-"+n+"H"+t+"V-"+t+"H"+n+"Z"}},x:{n:4,f:function(e){var t=r.round(.8*e/Math.sqrt(2),2),n="l"+t+","+t,a="l"+t+",-"+t,i="l-"+t+",-"+t,l="l-"+t+","+t;return"M0,"+t+n+a+i+a+i+l+i+l+n+l+n+"Z"}},"triangle-up":{n:5,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M-"+t+","+r.round(e/2,2)+"H"+t+"L0,-"+r.round(e,2)+"Z"}},"triangle-down":{n:6,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M-"+t+",-"+r.round(e/2,2)+"H"+t+"L0,"+r.round(e,2)+"Z"}},"triangle-left":{n:7,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M"+r.round(e/2,2)+",-"+t+"V"+t+"L-"+r.round(e,2)+",0Z"}},"triangle-right":{n:8,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M-"+r.round(e/2,2)+",-"+t+"V"+t+"L"+r.round(e,2)+",0Z"}},"triangle-ne":{n:9,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M-"+n+",-"+t+"H"+t+"V"+n+"Z"}},"triangle-se":{n:10,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M"+t+",-"+n+"V"+t+"H-"+n+"Z"}},"triangle-sw":{n:11,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M"+n+","+t+"H-"+t+"V-"+n+"Z"}},"triangle-nw":{n:12,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M-"+t+","+n+"V-"+t+"H"+n+"Z"}},pentagon:{n:13,f:function(e){var t=r.round(.951*e,2),n=r.round(.588*e,2),a=r.round(-e,2),i=r.round(-.309*e,2);return"M"+t+","+i+"L"+n+","+r.round(.809*e,2)+"H-"+n+"L-"+t+","+i+"L0,"+a+"Z"}},hexagon:{n:14,f:function(e){var t=r.round(e,2),n=r.round(e/2,2),a=r.round(e*Math.sqrt(3)/2,2);return"M"+a+",-"+n+"V"+n+"L0,"+t+"L-"+a+","+n+"V-"+n+"L0,-"+t+"Z"}},hexagon2:{n:15,f:function(e){var t=r.round(e,2),n=r.round(e/2,2),a=r.round(e*Math.sqrt(3)/2,2);return"M-"+n+","+a+"H"+n+"L"+t+",0L"+n+",-"+a+"H-"+n+"L-"+t+",0Z"}},octagon:{n:16,f:function(e){var t=r.round(.924*e,2),n=r.round(.383*e,2);return"M-"+n+",-"+t+"H"+n+"L"+t+",-"+n+"V"+n+"L"+n+","+t+"H-"+n+"L-"+t+","+n+"V-"+n+"Z"}},star:{n:17,f:function(e){var t=1.4*e,n=r.round(.225*t,2),a=r.round(.951*t,2),i=r.round(.363*t,2),l=r.round(.588*t,2),o=r.round(-t,2),s=r.round(-.309*t,2),u=r.round(.118*t,2),c=r.round(.809*t,2);return"M"+n+","+s+"H"+a+"L"+i+","+u+"L"+l+","+c+"L0,"+r.round(.382*t,2)+"L-"+l+","+c+"L-"+i+","+u+"L-"+a+","+s+"H-"+n+"L0,"+o+"Z"}},hexagram:{n:18,f:function(e){var t=r.round(.66*e,2),n=r.round(.38*e,2),a=r.round(.76*e,2);return"M-"+a+",0l-"+n+",-"+t+"h"+a+"l"+n+",-"+t+"l"+n+","+t+"h"+a+"l-"+n+","+t+"l"+n+","+t+"h-"+a+"l-"+n+","+t+"l-"+n+",-"+t+"h-"+a+"Z"}},"star-triangle-up":{n:19,f:function(e){var t=r.round(e*Math.sqrt(3)*.8,2),n=r.round(.8*e,2),a=r.round(1.6*e,2),i=r.round(4*e,2),l="A "+i+","+i+" 0 0 1 ";return"M-"+t+","+n+l+t+","+n+l+"0,-"+a+l+"-"+t+","+n+"Z"}},"star-triangle-down":{n:20,f:function(e){var t=r.round(e*Math.sqrt(3)*.8,2),n=r.round(.8*e,2),a=r.round(1.6*e,2),i=r.round(4*e,2),l="A "+i+","+i+" 0 0 1 ";return"M"+t+",-"+n+l+"-"+t+",-"+n+l+"0,"+a+l+t+",-"+n+"Z"}},"star-square":{n:21,f:function(e){var t=r.round(1.1*e,2),n=r.round(2*e,2),a="A "+n+","+n+" 0 0 1 ";return"M-"+t+",-"+t+a+"-"+t+","+t+a+t+","+t+a+t+",-"+t+a+"-"+t+",-"+t+"Z"}},"star-diamond":{n:22,f:function(e){var t=r.round(1.4*e,2),n=r.round(1.9*e,2),a="A "+n+","+n+" 0 0 1 ";return"M-"+t+",0"+a+"0,"+t+a+t+",0"+a+"0,-"+t+a+"-"+t+",0Z"}},"diamond-tall":{n:23,f:function(e){var t=r.round(.7*e,2),n=r.round(1.4*e,2);return"M0,"+n+"L"+t+",0L0,-"+n+"L-"+t+",0Z"}},"diamond-wide":{n:24,f:function(e){var t=r.round(1.4*e,2),n=r.round(.7*e,2);return"M0,"+n+"L"+t+",0L0,-"+n+"L-"+t+",0Z"}},hourglass:{n:25,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"H-"+t+"L"+t+",-"+t+"H-"+t+"Z"},noDot:!0},bowtie:{n:26,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"V-"+t+"L-"+t+","+t+"V-"+t+"Z"},noDot:!0},"circle-cross":{n:27,f:function(e){var t=r.round(e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t+"M"+t+",0A"+t+","+t+" 0 1,1 0,-"+t+"A"+t+","+t+" 0 0,1 "+t+",0Z"},needLine:!0,noDot:!0},"circle-x":{n:28,f:function(e){var t=r.round(e,2),n=r.round(e/Math.sqrt(2),2);return"M"+n+","+n+"L-"+n+",-"+n+"M"+n+",-"+n+"L-"+n+","+n+"M"+t+",0A"+t+","+t+" 0 1,1 0,-"+t+"A"+t+","+t+" 0 0,1 "+t+",0Z"},needLine:!0,noDot:!0},"square-cross":{n:29,f:function(e){var t=r.round(e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t+"M"+t+","+t+"H-"+t+"V-"+t+"H"+t+"Z"},needLine:!0,noDot:!0},"square-x":{n:30,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"L-"+t+",-"+t+"M"+t+",-"+t+"L-"+t+","+t+"M"+t+","+t+"H-"+t+"V-"+t+"H"+t+"Z"},needLine:!0,noDot:!0},"diamond-cross":{n:31,f:function(e){var t=r.round(1.3*e,2);return"M"+t+",0L0,"+t+"L-"+t+",0L0,-"+t+"ZM0,-"+t+"V"+t+"M-"+t+",0H"+t},needLine:!0,noDot:!0},"diamond-x":{n:32,f:function(e){var t=r.round(1.3*e,2),n=r.round(.65*e,2);return"M"+t+",0L0,"+t+"L-"+t+",0L0,-"+t+"ZM-"+n+",-"+n+"L"+n+","+n+"M-"+n+","+n+"L"+n+",-"+n},needLine:!0,noDot:!0},"cross-thin":{n:33,f:function(e){var t=r.round(1.4*e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t},needLine:!0,noDot:!0},"x-thin":{n:34,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"L-"+t+",-"+t+"M"+t+",-"+t+"L-"+t+","+t},needLine:!0,noDot:!0},asterisk:{n:35,f:function(e){var t=r.round(1.2*e,2),n=r.round(.85*e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t+"M"+n+","+n+"L-"+n+",-"+n+"M"+n+",-"+n+"L-"+n+","+n},needLine:!0,noDot:!0},hash:{n:36,f:function(e){var t=r.round(e/2,2),n=r.round(e,2);return"M"+t+","+n+"V-"+n+"m-"+n+",0V"+n+"M"+n+","+t+"H-"+n+"m0,-"+n+"H"+n},needLine:!0},"y-up":{n:37,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),a=r.round(.8*e,2);return"M-"+t+","+a+"L0,0M"+t+","+a+"L0,0M0,-"+n+"L0,0"},needLine:!0,noDot:!0},"y-down":{n:38,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),a=r.round(.8*e,2);return"M-"+t+",-"+a+"L0,0M"+t+",-"+a+"L0,0M0,"+n+"L0,0"},needLine:!0,noDot:!0},"y-left":{n:39,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),a=r.round(.8*e,2);return"M"+a+","+t+"L0,0M"+a+",-"+t+"L0,0M-"+n+",0L0,0"},needLine:!0,noDot:!0},"y-right":{n:40,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),a=r.round(.8*e,2);return"M-"+a+","+t+"L0,0M-"+a+",-"+t+"L0,0M"+n+",0L0,0"},needLine:!0,noDot:!0},"line-ew":{n:41,f:function(e){var t=r.round(1.4*e,2);return"M"+t+",0H-"+t},needLine:!0,noDot:!0},"line-ns":{n:42,f:function(e){var t=r.round(1.4*e,2);return"M0,"+t+"V-"+t},needLine:!0,noDot:!0},"line-ne":{n:43,f:function(e){var t=r.round(e,2);return"M"+t+",-"+t+"L-"+t+","+t},needLine:!0,noDot:!0},"line-nw":{n:44,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"L-"+t+",-"+t},needLine:!0,noDot:!0}}},function(e,t,n){"use strict";var r=n(2);e.exports=function(e){var t=e.marker,n=t.sizeref||1,a=t.sizemin||0,i="area"===t.sizemode?function(e){return Math.sqrt(e/n)}:function(e){return e/n};return function(e){var t=i(e/2);return r(t)&&t>0?Math.max(t,a):0}}},function(e,t,n){"use strict";e.exports={entityToUnicode:{mu:"ฮผ","#956":"ฮผ",amp:"&","#28":"&",lt:"<","#60":"<",gt:">","#62":">",nbsp:"ย ","#160":"ย ",times:"ร","#215":"ร",plusmn:"ยฑ","#177":"ยฑ",deg:"ยฐ","#176":"ยฐ"}}},function(e,t,n){"use strict";var r=n(1),a=n(21),i=n(2),l=n(3);function o(e){var t={r:e[0],g:e[1],b:e[2],a:e[3]};return a(t).toRgbString()}e.exports=function(e,t){t=t||{};for(var n=e.domain,s=e.range,u=s.length,c=new Array(u),d=0;d<u;d++){var f=a(s[d]).toRgb();c[d]=[f.r,f.g,f.b,f.a]}var h,p=r.scale.linear().domain(n).range(c).clamp(!0),v=t.noNumericCheck,y=t.returnArray;return(h=v&&y?p:v?function(e){return o(p(e))}:y?function(e){return i(e)?p(e):a(e).isValid()?e:l.defaultLine}:function(e){return i(e)?o(p(e)):a(e).isValid()?e:l.defaultLine}).domain=p.domain,h.range=function(){return s},h}},function(e,t,n){"use strict";e.exports=function(e,t,n){for(var r=e.length,a=new Array(r),i=new Array(r),l=0;l<r;l++){var o=e[l];a[l]=t+o[0]*(n-t),i[l]=o[1]}return{domain:a,range:i}}},function(e,t,n){"use strict";var r=n(0),a=n(157),i=n(156),l=n(155),o=n(102);e.exports=function(e,t,n){var s=t.colorbar={},u=e.colorbar||{};function c(e,t){return r.coerce(u,s,o,e,t)}c("thickness","fraction"===c("thicknessmode")?30/(n.width-n.margin.l-n.margin.r):30),c("len","fraction"===c("lenmode")?1:n.height-n.margin.t-n.margin.b),c("x"),c("xanchor"),c("xpad"),c("y"),c("yanchor"),c("ypad"),r.noneOrAll(u,s,["x","y"]),c("outlinecolor"),c("outlinewidth"),c("bordercolor"),c("borderwidth"),c("bgcolor"),a(u,s,c,"linear"),l(u,s,c,"linear",{outerTicks:!1,font:n.font,noHover:!0}),i(u,s,c,"linear",{outerTicks:!1,font:n.font,noHover:!0}),c("title"),r.coerceFont(c,"titlefont",n.font),c("titleside")}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e){return r.isPlainObject(e.colorbar)}},function(e,t,n){"use strict";var r=n(159),a=n(10).extendDeep,i=n(25);e.exports=function(e){return{color:{valType:"color",arrayOk:!0,role:"style",description:["Sets the ",e," color. It accepts either a specific color"," or an array of numbers that are mapped to the colorscale"," relative to the max and min values of the array or relative to"," `cmin` and `cmax` if set."].join("")},colorscale:a({},r.colorscale,{description:["Sets the colorscale and only has an effect"," if `",e,".color` is set to a numerical array."," The colorscale must be an array containing"," arrays mapping a normalized value to an"," rgb, rgba, hex, hsl, hsv, or named color string."," At minimum, a mapping for the lowest (0) and highest (1)"," values are required. For example,"," `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`."," To control the bounds of the colorscale in color space,"," use `",e,".cmin` and `",e,".cmax`."," Alternatively, `colorscale` may be a palette name string"," of the following list: "].join("").concat(Object.keys(i).join(", "))}),cauto:a({},r.zauto,{description:["Has an effect only if `",e,".color` is set to a numerical array"," and `cmin`, `cmax` are set by the user. In this case,"," it controls whether the range of colors in `colorscale` is mapped to"," the range of values in the `color` array (`cauto: true`), or the `cmin`/`cmax`"," values (`cauto: false`)."," Defaults to `false` when `cmin`, `cmax` are set by the user."].join("")}),cmax:a({},r.zmax,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Sets the upper bound of the color domain."," Value should be associated to the `",e,".color` array index,"," and if set, `",e,".cmin` must be set as well."].join("")}),cmin:a({},r.zmin,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Sets the lower bound of the color domain."," Value should be associated to the `",e,".color` array index,"," and if set, `",e,".cmax` must be set as well."].join("")}),autocolorscale:a({},r.autocolorscale,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Determines whether the colorscale is a default palette (`autocolorscale: true`)"," or the palette determined by `",e,".colorscale`."," In case `colorscale` is unspecified or `autocolorscale` is true, the default "," palette will be chosen according to whether numbers in the `color` array are"," all positive, all negative or mixed."].join("")}),reversescale:a({},r.reversescale,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Reverses the color mapping if true (`cmin` will correspond to the last color"," in the array and `cmax` will correspond to the first color)."].join("")})}}},function(e,t,n){"use strict";var r=n(40),a=r.marker;e.exports={r:r.r,t:r.t,marker:{color:a.color,size:a.size,symbol:a.symbol,opacity:a.opacity}}},function(e,t,n){"use strict";e.exports=function(e){return e}},function(e,t,n){"use strict";var r=n(2),a=n(16).BADNUM,i=/^['"%,$#\s']+|[, ]|['"%,$#\s']+$/g;e.exports=function(e){return"string"==typeof e&&(e=e.replace(i,"")),r(e)?Number(e):a}},function(e,t,n){"use strict";e.exports=function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];!0===r.visible&&t.push(r)}return t}},function(e,t,n){"use strict";e.exports=function(e){for(var t={},n=[],r=0,a=0;a<e.length;a++){var i=e[a];1!==t[i]&&(t[i]=1,n[r++]=i)}return n}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=[];e.exports=function(e,t){if(-1===i.indexOf(e)){i.push(e);var n=1e3;a(t)?n=t:"long"===t&&(n=3e3);var l=r.select("body").selectAll(".plotly-notifier").data([0]);l.enter().append("div").classed("plotly-notifier",!0),l.selectAll(".notifier-note").data(i).enter().append("div").classed("notifier-note",!0).style("opacity",0).each(function(e){var t=r.select(this);t.append("button").classed("notifier-close",!0).html("×").on("click",function(){t.transition().call(o)});for(var a=t.append("p"),i=e.split(/<br\s*\/?>/g),l=0;l<i.length;l++)l&&a.append("br"),a.append("span").text(i[l]);t.transition().duration(700).style("opacity",1).transition().delay(n).call(o)})}function o(e){e.duration(700).style("opacity",0).each("end",function(e){var t=i.indexOf(e);-1!==t&&i.splice(t,1),r.select(this).remove()})}}},function(e,t,n){"use strict";var r=n(2);t.aggNums=function(e,n,a,i){var l,o;if(i||(i=a.length),r(n)||(n=!1),Array.isArray(a[0])){for(o=new Array(i),l=0;l<i;l++)o[l]=t.aggNums(e,n,a[l]);a=o}for(l=0;l<i;l++)r(n)?r(a[l])&&(n=e(+n,+a[l])):n=a[l];return n},t.len=function(e){return t.aggNums(function(e){return e+1},0,e)},t.mean=function(e,n){return n||(n=t.len(e)),t.aggNums(function(e,t){return e+t},0,e)/n},t.variance=function(e,n,a){return n||(n=t.len(e)),r(a)||(a=t.mean(e,n)),t.aggNums(function(e,t){return e+Math.pow(t-a,2)},0,e)/n},t.stdev=function(e,n,r){return Math.sqrt(t.variance(e,n,r))},t.interp=function(e,t){if(!r(t))throw"n should be a finite number";if((t=t*e.length-.5)<0)return e[0];if(t>e.length-1)return e[e.length-1];var n=t%1;return n*e[Math.ceil(t)]+(1-n)*e[Math.floor(t)]}},function(e,t,n){"use strict";var r,a,i=n(1),l=n(2),o=n(33).error,s=n(166),u=n(16),c=u.BADNUM,d=u.ONEDAY,f=u.ONEHOUR,h=u.ONEMIN,p=u.ONESEC,v=u.EPOCHJD,y=n(4),g=i.time.format.utc,m=/^\s*(-?\d\d\d\d|\d\d)(-(\d?\d)(-(\d?\d)([ Tt]([01]?\d|2[0-3])(:([0-5]\d)(:([0-5]\d(\.\d+)?))?(Z|z|[+\-]\d\d:?\d\d)?)?)?)?)?\s*$/m,_=/^\s*(-?\d\d\d\d|\d\d)(-(\d?\di?)(-(\d?\d)([ Tt]([01]?\d|2[0-3])(:([0-5]\d)(:([0-5]\d(\.\d+)?))?(Z|z|[+\-]\d\d:?\d\d)?)?)?)?)?\s*$/m,T=(new Date).getFullYear()-70;function M(e){return e&&y.componentsRegistry.calendars&&"string"==typeof e&&"gregorian"!==e}function b(e,t){return String(e+Math.pow(10,t)).substr(1)}t.dateTick0=function(e,t){return M(e)?t?y.getComponentMethod("calendars","CANONICAL_SUNDAY")[e]:y.getComponentMethod("calendars","CANONICAL_TICK")[e]:t?"2000-01-02":"2000-01-01"},t.dfltRange=function(e){return M(e)?y.getComponentMethod("calendars","DFLTRANGE")[e]:["2000-01-01","2001-01-01"]},t.isJSDate=function(e){return"object"==typeof e&&null!==e&&"function"==typeof e.getTime},t.dateTime2ms=function(e,n){if(t.isJSDate(e))return(e=Number(e)-e.getTimezoneOffset()*h)>=r&&e<=a?e:c;if("string"!=typeof e&&"number"!=typeof e)return c;e=String(e);var i=M(n),l=e.charAt(0);!i||"G"!==l&&"g"!==l||(e=e.substr(1),n="");var o=i&&"chinese"===n.substr(0,7),s=e.match(o?_:m);if(!s)return c;var u=s[1],g=s[3]||"1",b=Number(s[5]||1),K=Number(s[7]||0),k=Number(s[9]||0),x=Number(s[11]||0);if(i){if(2===u.length)return c;var C;u=Number(u);try{var A=y.getComponentMethod("calendars","getCal")(n);if(o){var w="i"===g.charAt(g.length-1);g=parseInt(g,10),C=A.newDate(u,A.toMonthIndex(u,g,w),b)}else C=A.newDate(u,Number(g),b)}catch(e){return c}return C?(C.toJD()-v)*d+K*f+k*h+x*p:c}u=2===u.length?(Number(u)+2e3-T)%100+T:Number(u),g-=1;var L=new Date(Date.UTC(2e3,g,b,K,k));return L.setUTCFullYear(u),L.getUTCMonth()!==g?c:L.getUTCDate()!==b?c:L.getTime()+x*p},r=t.MIN_MS=t.dateTime2ms("-9999"),a=t.MAX_MS=t.dateTime2ms("9999-12-31 23:59:59.9999"),t.isDateTime=function(e,n){return t.dateTime2ms(e,n)!==c};var K=90*d,k=3*f,x=5*h;function C(e,t,n,r,a){if((t||n||r||a)&&(e+=" "+b(t,2)+":"+b(n,2),(r||a)&&(e+=":"+b(r,2),a))){for(var i=4;a%10==0;)i-=1,a/=10;e+="."+b(a,i)}return e}t.ms2DateTime=function(e,t,n){if("number"!=typeof e||!(e>=r&&e<=a))return c;t||(t=0);var i,l,o,u,m,_,T=Math.floor(10*s(e+.05,1)),b=Math.round(e-T/10);if(M(n)){var A=Math.floor(b/d)+v,w=Math.floor(s(e,d));try{i=y.getComponentMethod("calendars","getCal")(n).fromJD(A).formatDate("yyyy-mm-dd")}catch(e){i=g("G%Y-%m-%d")(new Date(b))}if("-"===i.charAt(0))for(;i.length<11;)i="-0"+i.substr(1);else for(;i.length<10;)i="0"+i;l=t<K?Math.floor(w/f):0,o=t<K?Math.floor(w%f/h):0,u=t<k?Math.floor(w%h/p):0,m=t<x?w%p*10+T:0}else _=new Date(b),i=g("%Y-%m-%d")(_),l=t<K?_.getUTCHours():0,o=t<K?_.getUTCMinutes():0,u=t<k?_.getUTCSeconds():0,m=t<x?10*_.getUTCMilliseconds()+T:0;return C(i,l,o,u,m)},t.ms2DateTimeLocal=function(e){if(!(e>=r+d&&e<=a-d))return c;var t=Math.floor(10*s(e+.05,1)),n=new Date(Math.round(e-t/10));return C(i.time.format("%Y-%m-%d")(n),n.getHours(),n.getMinutes(),n.getSeconds(),10*n.getUTCMilliseconds()+t)},t.cleanDate=function(e,n,r){if(t.isJSDate(e)||"number"==typeof e){if(M(r))return o("JS Dates and milliseconds are incompatible with world calendars",e),n;if(!(e=t.ms2DateTimeLocal(+e))&&void 0!==n)return n}else if(!t.isDateTime(e,r))return o("unrecognized date",e),n;return e};var A=/%\d?f/g;var w=[59,59.9,59.99,59.999,59.9999];function L(e,t){var n=s(e+.05,d),r=b(Math.floor(n/f),2)+":"+b(s(Math.floor(n/h),60),2);if("M"!==t){l(t)||(t=0);var a=(100+Math.min(s(e/p,60),w[t])).toFixed(t).substr(1);t>0&&(a=a.replace(/0+$/,"").replace(/[\.]$/,"")),r+=":"+a}return r}var D=g("%Y"),B=g("%b %Y"),S=g("%b %-d"),G=g("%b %-d, %Y");function W(e){return e.formatDate("yyyy")}t.formatDate=function(e,t,n,r){var a,i;if(r=M(r)&&r,t)return function(e,t,n){e=e.replace(A,function(e){var n=Math.min(+e.charAt(1)||6,6);return(t/1e3%1+2).toFixed(n).substr(2).replace(/0+$/,"")||"0"});var r=new Date(Math.floor(t+.05));if(M(n))try{e=y.getComponentMethod("calendars","worldCalFmt")(e,t,n)}catch(e){return"Invalid"}return g(e)(r)}(t,e,r);if(r)try{var l=Math.floor((e+.05)/d)+v,o=y.getComponentMethod("calendars","getCal")(r).fromJD(l);"y"===n?i=W(o):"m"===n?i=function(e){return e.formatDate("M yyyy")}(o):"d"===n?(a=W(o),i=function(e){return e.formatDate("M d")}(o)):(a=function(e){return e.formatDate("M d, yyyy")}(o),i=L(e,n))}catch(e){return"Invalid"}else{var s=new Date(Math.floor(e+.05));"y"===n?i=D(s):"m"===n?i=B(s):"d"===n?(a=D(s),i=S(s)):(a=G(s),i=L(e,n))}return i+(a?"\n"+a:"")};var z=3*d;t.incrementMonth=function(e,t,n){n=M(n)&&n;var r=s(e,d);if(e=Math.round(e-r),n)try{var a=Math.round(e/d)+v,i=y.getComponentMethod("calendars","getCal")(n),l=i.fromJD(a);return t%12?i.add(l,t,"m"):i.add(l,t/12,"y"),(l.toJD()-v)*d+r}catch(t){o("invalid ms "+e+" in calendar "+n)}var u=new Date(e+z);return u.setUTCMonth(u.getUTCMonth()+t)+r-z},t.findExactDates=function(e,t){for(var n,r,a=0,i=0,o=0,s=0,u=M(t)&&y.getComponentMethod("calendars","getCal")(t),c=0;c<e.length;c++)if(r=e[c],l(r)){if(!(r%d))if(u)try{1===(n=u.fromJD(r/d+v)).day()?1===n.month()?a++:i++:o++}catch(e){}else 1===(n=new Date(r)).getUTCDate()?0===n.getUTCMonth()?a++:i++:o++}else s++;o+=i+=a;var f=e.length-s;return{exactYears:a/f,exactMonths:i/f,exactDays:o/f}}},function(e,t,n){"use strict";var r=n(2),a=n(21),i=n(42),l=n(165),o=Object.keys(n(25)),s=n(107),u=/^([2-9]|[1-9][0-9]+)$/;t.valObjects={data_array:{description:["An {array} of data.","The value MUST be an {array}, or we ignore it."].join(" "),requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){Array.isArray(e)?t.set(e):void 0!==n&&t.set(n)}},enumerated:{description:["Enumerated value type. The available values are listed","in `values`."].join(" "),requiredOpts:["values"],otherOpts:["dflt","coerceNumber","arrayOk"],coerceFunction:function(e,t,n,r){r.coerceNumber&&(e=+e),-1===r.values.indexOf(e)?t.set(n):t.set(e)},validateFunction:function(e,t){t.coerceNumber&&(e=+e);for(var n=t.values,r=0;r<n.length;r++){var a=String(n[r]);if("/"===a.charAt(0)&&"/"===a.charAt(a.length-1)){if(new RegExp(a.substr(1,a.length-2)).test(e))return!0}else if(e===n[r])return!0}return!1}},boolean:{description:"A boolean (true/false) value.",requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){!0===e||!1===e?t.set(e):t.set(n)}},number:{description:["A number or a numeric value","(e.g. a number inside a string).","When applicable, values greater (less) than `max` (`min`)","are coerced to the `dflt`."].join(" "),requiredOpts:[],otherOpts:["dflt","min","max","arrayOk"],coerceFunction:function(e,t,n,a){!r(e)||void 0!==a.min&&e<a.min||void 0!==a.max&&e>a.max?t.set(n):t.set(+e)}},integer:{description:["An integer or an integer inside a string.","When applicable, values greater (less) than `max` (`min`)","are coerced to the `dflt`."].join(" "),requiredOpts:[],otherOpts:["dflt","min","max"],coerceFunction:function(e,t,n,a){e%1||!r(e)||void 0!==a.min&&e<a.min||void 0!==a.max&&e>a.max?t.set(n):t.set(+e)}},string:{description:["A string value.","Numbers are converted to strings except for attributes with","`strict` set to true."].join(" "),requiredOpts:[],otherOpts:["dflt","noBlank","strict","arrayOk","values"],coerceFunction:function(e,t,n,r){if("string"!=typeof e){var a="number"==typeof e;!0!==r.strict&&a?t.set(String(e)):t.set(n)}else r.noBlank&&!e?t.set(n):t.set(e)}},color:{description:["A string describing color.","Supported formats:","- hex (e.g. '#d3d3d3')","- rgb (e.g. 'rgb(255, 0, 0)')","- rgba (e.g. 'rgb(255, 0, 0, 0.5)')","- hsl (e.g. 'hsl(0, 100%, 50%)')","- hsv (e.g. 'hsv(0, 100%, 100%)')","- named colors (full list: http://www.w3.org/TR/css3-color/#svg-color)"].join(" "),requiredOpts:[],otherOpts:["dflt","arrayOk"],coerceFunction:function(e,t,n){a(e).isValid()?t.set(e):t.set(n)}},colorscale:{description:["A Plotly colorscale either picked by a name:","(any of",o.join(", "),")","customized as an {array} of 2-element {arrays} where","the first element is the normalized color level value","(starting at *0* and ending at *1*),","and the second item is a valid color string."].join(" "),requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){t.set(l(e,n))}},angle:{description:["A number (in degree) between -180 and 180."].join(" "),requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){"auto"===e?t.set("auto"):r(e)?(Math.abs(e)>180&&(e-=360*Math.round(e/360)),t.set(+e)):t.set(n)}},subplotid:{description:["An id string of a subplot type (given by dflt), optionally","followed by an integer >1. e.g. if dflt='geo', we can have","'geo', 'geo2', 'geo3', ..."].join(" "),requiredOpts:["dflt"],otherOpts:[],coerceFunction:function(e,t,n){var r=n.length;"string"==typeof e&&e.substr(0,r)===n&&u.test(e.substr(r))?t.set(e):t.set(n)},validateFunction:function(e,t){var n=t.dflt,r=n.length;return e===n||"string"==typeof e&&!(e.substr(0,r)!==n||!u.test(e.substr(r)))}},flaglist:{description:["A string representing a combination of flags","(order does not matter here).","Combine any of the available `flags` with *+*.","(e.g. ('lines+markers')).","Values in `extras` cannot be combined."].join(" "),requiredOpts:["flags"],otherOpts:["dflt","extras","arrayOk"],coerceFunction:function(e,t,n,r){if("string"==typeof e)if(-1===(r.extras||[]).indexOf(e)){for(var a=e.split("+"),i=0;i<a.length;){var l=a[i];-1===r.flags.indexOf(l)||a.indexOf(l)<i?a.splice(i,1):i++}a.length?t.set(a.join("+")):t.set(n)}else t.set(e);else t.set(n)}},any:{description:"Any type.",requiredOpts:[],otherOpts:["dflt","values","arrayOk"],coerceFunction:function(e,t,n){void 0===e?t.set(n):t.set(e)}},info_array:{description:["An {array} of plot information."].join(" "),requiredOpts:["items"],otherOpts:["dflt","freeLength"],coerceFunction:function(e,n,r,a){if(Array.isArray(e)){var i=a.items,l=[];r=Array.isArray(r)?r:[];for(var o=0;o<i.length;o++)t.coerce(e,l,i,"["+o+"]",r[o]);n.set(l)}else n.set(r)},validateFunction:function(e,n){if(!Array.isArray(e))return!1;var r=n.items;if(!n.freeLength&&e.length!==r.length)return!1;for(var a=0;a<e.length;a++){if(!t.validate(e[a],n.items[a]))return!1}return!0}}},t.coerce=function(e,n,r,a,i){var l=s(r,a).get(),o=s(e,a),u=s(n,a),c=o.get();return void 0===i&&(i=l.dflt),l.arrayOk&&Array.isArray(c)?(u.set(c),c):(t.valObjects[l.valType].coerceFunction(c,u,i,l),u.get())},t.coerce2=function(e,n,r,a,i){var l=s(e,a),o=t.coerce(e,n,r,a,i),u=l.get();return void 0!==u&&null!==u&&o},t.coerceFont=function(e,t,n){var r={};return n=n||{},r.family=e(t+".family",n.family),r.size=e(t+".size",n.size),r.color=e(t+".color",n.color),r},t.coerceHoverinfo=function(e,n,r){var a,l=n._module.attributes,o=l.hoverinfo?{hoverinfo:l.hoverinfo}:i,s=o.hoverinfo;if(1===r._dataLength){var u="all"===s.dflt?s.flags.slice():s.dflt.split("+");u.splice(u.indexOf("name"),1),a=u.join("+")}return t.coerce(e,n,o,"hoverinfo",a)},t.validate=function(e,n){var r=t.valObjects[n.valType];if(n.arrayOk&&Array.isArray(e))return!0;if(r.validateFunction)return r.validateFunction(e,n);var a={},i=a,l={set:function(e){i=e}};return r.coerceFunction(e,l,a,n),i!==a}},function(e,t,n){"use strict";e.exports=function(e,t){return Array.isArray(e)||(e=[]),e.length=t,e}},function(e,t,n){"use strict";var r=n(106),a=n(32);e.exports=function e(t,n){for(var i=Object.keys(n||{}),l=0;l<i.length;l++){var o=i[l],s=n[o],u=t[o];if("_"===o.charAt(0)||"function"==typeof s){if(o in t)continue;t[o]=s}else if(r(s)&&r(u)&&a(s[0]))for(var c=0;c<s.length;c++)a(s[c])&&a(u[c])&&e(u[c],s[c]);else a(s)&&a(u)&&(e(u,s),Object.keys(u).length||delete t[o])}}},function(e,t,n){"use strict";var r=n(8);t.version="1.28.3",n(250).polyfill(),n(248),n(247),t.plot=r.plot,t.newPlot=r.newPlot,t.restyle=r.restyle,t.relayout=r.relayout,t.redraw=r.redraw,t.update=r.update,t.extendTraces=r.extendTraces,t.prependTraces=r.prependTraces,t.addTraces=r.addTraces,t.deleteTraces=r.deleteTraces,t.moveTraces=r.moveTraces,t.purge=r.purge,t.setPlotConfig=n(246),t.register=n(245),t.toImage=n(146),t.downloadImage=n(94),t.validate=n(244),t.addFrames=r.addFrames,t.deleteFrames=r.deleteFrames,t.animate=r.animate,t.register(n(243)),t.register([n(29),n(221),n(215),n(208),n(203),n(198),n(194),n(190),n(187),n(183)]),t.Icons=n(95),t.Plots=r.Plots,t.Fx=n(29),t.Snapshot=n(179),t.PlotSchema=n(110),t.Queue=n(145),t.d3=n(1)},function(e,t,n){"use strict";e.exports=n(305)},function(e,t,n){"use strict";n.r(t);var r=n(122),a=n(49);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(177);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"680067eb",null);t.default=o.exports},,function(e,t,n){"use strict";var r=n(50);n.n(r).a},function(e,t,n){"use strict";n.r(t);var r=n(121),a=n(52);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(309);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"83f6b3ba",null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(120),a=n(54);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(119),a=n(56);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(124),a=n(58);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},,function(e,t,n){"use strict";var r=n(59);n.n(r).a},function(e,t,n){"use strict";n.r(t);var r=n(116),a=n(61);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(315);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"48261697",null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(117),a=n(63);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e){e.exports=[{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:8,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Talent:"NoTalent",LevelBucket:0,Winner:null,Kills:null,Deaths:null,CrystalMinerKills:null,GoldMinerKills:null,TurretKills:null,Count:null},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:4.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:3,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:3},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:2.5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:4,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:11,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:0,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:7,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:3,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:4,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:0,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:0,Kills:2.6666666666666665,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:1,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:2.75,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.25,Count:4},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:2.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:2,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:2,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:4,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:2,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:8,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:3.875,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:8},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:0,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:4,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:4,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:3,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:0,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:8,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:1.5,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:4},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:0,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:2,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:3,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:2,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:3,Winner:.2,Kills:3.8,Deaths:3.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.2,Count:5},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:0,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:4,Winner:.3333333333333333,Kills:4.666666666666667,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:3},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:8,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.3333333333333333,Kills:5,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:3},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:1,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:9,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:3,Deaths:4.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6666666666666667,Count:3},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:2,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:3},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:1.6666666666666667,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.14285714285714285,Kills:2,Deaths:2.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2857142857142857,Count:7},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:3.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:9,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:4,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:1,Kills:2,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:2},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:2,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:3,Winner:.25,Kills:5,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.25,Count:4},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:3,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.25,Kills:6.25,Deaths:5.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:4},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:4,Winner:.3333333333333333,Kills:5.666666666666667,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:3},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:2,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:0,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:3,Winner:.25,Kills:5.25,Deaths:4.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:4},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:1.5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:8,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:3,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:4.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:4.333333333333333,Deaths:5.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:3},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:6,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:4,Winner:.25,Kills:2,Deaths:5.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.25,Count:4},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:1,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:6,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:5.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:9,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:6,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:4,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.16666666666666666,Kills:2.1666666666666665,Deaths:3.8333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.16666666666666666,Count:6},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.25,Kills:4.25,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:4},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:2,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:8,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:3.3333333333333335,Deaths:5.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6666666666666667,Count:3},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.3333333333333333,Kills:1.3333333333333333,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:2,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:7,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:7,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:10,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:4,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:4,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.25,Kills:1.5,Deaths:1.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:4},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:4.5,Deaths:6.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:5,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.3333333333333333,Kills:2.6666666666666665,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:2,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:1,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.3333333333333333,Kills:1,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:3,Winner:.2,Kills:2.8,Deaths:5.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2,Count:5},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:3,Deaths:.6666666666666666,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:3,Deaths:9,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:2.5,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:3.3333333333333335,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:3},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:4,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:2.5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:6,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:3,Winner:.2,Kills:2.6,Deaths:3.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6,Count:5},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:8,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:.5,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:2},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:2.6666666666666665,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3333333333333335,Count:3},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:6.5,Deaths:5.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:7.5,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:4.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:8,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.3333333333333333,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:4,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:3,Winner:.25,Kills:5.5,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.25,Count:4},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:1,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:3.5,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:3,Winner:.4,Kills:5.6,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4,Count:5},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:1.3333333333333333,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:5.333333333333333,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:3},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6666666666666666,Kills:2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4,Kills:1.6,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.3333333333333333,Kills:1.3333333333333333,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:6},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:2,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:2},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:2.6666666666666665,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:5.666666666666667,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:3},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:9,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:1.5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:5,Winner:.6666666666666666,Kills:8.333333333333334,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:3},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:6,Deaths:4.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.25,Count:4},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:2,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6666666666666665,Count:3},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:6,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:4},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:4,Winner:.4,Kills:6,Deaths:4.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:5},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4,Kills:3.2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:10,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:2},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:4,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:2},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:9,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:4.333333333333333,Deaths:3.8333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:6},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6.5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:3,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:4},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:3,Deaths:1.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:4},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.3333333333333333,Kills:3.5,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8333333333333335,Count:6},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:3.5,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:4},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:1.75,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.3333333333333333,Kills:2.5,Deaths:2.8333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:6},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.2222222222222222,Kills:1.8888888888888888,Deaths:3.2222222222222223,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2222222222222222,Count:9},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:3,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:3},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:6,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:3.8333333333333335,Deaths:5.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:6},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:1.5,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:1.75,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:4},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:4,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4,Kills:1.2,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:5},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:3.75,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.75,Count:4},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:3.5,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.75,Count:4},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:4,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:2,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:3},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:2.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:7,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:2},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:5.75,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.25,Count:4},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.3333333333333333,Kills:2,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1666666666666665,Count:6},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.2222222222222222,Kills:3,Deaths:3.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6666666666666667,Count:9},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:3,Deaths:4.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:2},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:3,Deaths:.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:2},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.2857142857142857,Kills:2.4285714285714284,Deaths:2.7142857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42857142857142855,Count:7},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:4.333333333333333,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6666666666666665,Count:3},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.75,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:2,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"casual_aral",LevelBucket:5,Winner:.6666666666666666,Kills:8.333333333333334,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.333333333333333,Count:3},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:3,Winner:.2857142857142857,Kills:3.4285714285714284,Deaths:5.714285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4285714285714284,Count:7},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:2.75,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:4},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:7.666666666666667,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.666666666666667,Count:3},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:4.333333333333333,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:3},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6,Kills:1.8,Deaths:2.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:5},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:.3333333333333333,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:6,Deaths:3.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:5},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8333333333333334,Count:6},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:4.2,Deaths:3.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6,Count:5},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:2.3333333333333335,Deaths:3.2222222222222223,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:9},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:2.2222222222222223,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:9},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:3,Winner:.375,Kills:5.75,Deaths:4.625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.125,Count:8},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.375,Kills:.625,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.75,Count:8},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:3.4,Deaths:1.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:3,Deaths:3.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:5},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:6.333333333333333,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:6},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2.8333333333333335,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:6},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.375,Kills:4.125,Deaths:2.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.375,Count:8},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:1.3333333333333333,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:3},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:3,Winner:.75,Kills:5,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:4},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:7.666666666666667,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:3},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6,Kills:2.8,Deaths:1.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:3,Winner:.75,Kills:7.25,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.75,Count:4},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:3.8333333333333335,Deaths:3.1666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:6},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.42857142857142855,Kills:2.857142857142857,Deaths:2.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:7},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.75,Kills:3.5,Deaths:1.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.75,Count:4},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5.666666666666667,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:3},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.42857142857142855,Kills:1.2857142857142858,Deaths:2.142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2857142857142857,Count:7},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:4.4,Deaths:1.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:5},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.75,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6,Kills:3.6,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:2.5555555555555554,Deaths:3.2222222222222223,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5555555555555556,Count:9},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:7,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:3},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.42857142857142855,Kills:1.5714285714285714,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2857142857142857,Count:7},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:.75,Kills:6.5,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:4},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.75,Kills:2.5,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:4},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.42857142857142855,Kills:1.1428571428571428,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42857142857142855,Count:7},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:5,Winner:.75,Kills:1.75,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:4},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.3333333333333333,Kills:4.444444444444445,Deaths:5.777777777777778,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:9},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:2.3333333333333335,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:6},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:4,Winner:.6,Kills:5,Deaths:4.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:5},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:6.333333333333333,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.666666666666667,Count:3},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4444444444444444,Kills:.8888888888888888,Deaths:2.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:9},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5.75,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:4},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3.75,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.25,Count:4},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.8,Kills:2,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2,Count:5},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4444444444444444,Kills:2.2222222222222223,Deaths:3.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:9},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:2.8333333333333335,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8333333333333334,Count:6},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:3,Winner:.36363636363636365,Kills:3.1818181818181817,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.272727272727273,Count:11},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:3,Winner:.36363636363636365,Kills:5.363636363636363,Deaths:3.909090909090909,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8181818181818183,Count:11},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.3333333333333333,Kills:3.8333333333333335,Deaths:4.416666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:12},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5714285714285714,Kills:2.7142857142857144,Deaths:2.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2857142857142857,Count:7},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4444444444444444,Kills:1.7777777777777777,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:9},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:6.25,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:4},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:8},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5714285714285714,Kills:4.142857142857143,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42857142857142855,Count:7},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.4444444444444444,Kills:2.2222222222222223,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5555555555555556,Count:9},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:3,Winner:.4444444444444444,Kills:2.2222222222222223,Deaths:3.4444444444444446,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.111111111111111,Count:9},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:3.625,Deaths:5.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.375,Count:8},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:3.5,Deaths:5.125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:8},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5714285714285714,Kills:2.7142857142857144,Deaths:2.2857142857142856,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.14285714285714285,Count:7},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.75,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.75,Count:8},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:3.25,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:8},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5714285714285714,Kills:3.857142857142857,Deaths:.7142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:7},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:4,Winner:.8,Kills:3.4,Deaths:3.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2,Count:5},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4.5,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:4},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:2.25,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:4},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5714285714285714,Kills:1.2857142857142858,Deaths:1.4285714285714286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8571428571428571,Count:7},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:4,Winner:.8,Kills:6.2,Deaths:2.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8,Count:5},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8333333333333334,Kills:.6666666666666666,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:6},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:3,Winner:.35714285714285715,Kills:3.5,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8571428571428572,Count:14},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:4,Winner:.7142857142857143,Kills:5.428571428571429,Deaths:3.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.142857142857143,Count:7},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:10},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.6,Deaths:2.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7,Count:10},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5555555555555556,Kills:1.8888888888888888,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8888888888888888,Count:9},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:3,Winner:.7142857142857143,Kills:3.4285714285714284,Deaths:2.7142857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7142857142857144,Count:7},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7142857142857143,Kills:.8571428571428571,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8571428571428571,Count:7},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4166666666666667,Kills:1.1666666666666667,Deaths:1.5833333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4166666666666667,Count:12},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.8333333333333334,Kills:3.1666666666666665,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:6},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:3,Winner:.625,Kills:4.25,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.125,Count:8},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:3,Winner:.45454545454545453,Kills:5.818181818181818,Deaths:5.2727272727272725,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3636363636363638,Count:11},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.625,Kills:2.875,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.375,Count:8},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:3,Winner:.625,Kills:5.875,Deaths:4.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:8},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.38461538461538464,Kills:1.5384615384615385,Deaths:2.230769230769231,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6923076923076923,Count:13},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4.8,Deaths:3.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.2,Count:5},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.7142857142857143,Kills:5.428571428571429,Deaths:2.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:7},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.625,Kills:2.625,Deaths:1.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.625,Count:8},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:3,Winner:.8333333333333334,Kills:5.333333333333333,Deaths:4.833333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6666666666666665,Count:6},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5555555555555556,Kills:1.8888888888888888,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:9},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.35714285714285715,Kills:1.7142857142857142,Deaths:1.9285714285714286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:14},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:3,Winner:.625,Kills:4.625,Deaths:3.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:8},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:3,Winner:.8333333333333334,Kills:7,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6666666666666665,Count:6},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8333333333333334,Kills:.8333333333333334,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.1666666666666667,Count:6},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.38461538461538464,Kills:1.9230769230769231,Deaths:2.5384615384615383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38461538461538464,Count:13},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:5,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4,Count:10},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5555555555555556,Kills:2.4444444444444446,Deaths:1.7777777777777777,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5555555555555556,Count:9},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4166666666666667,Kills:1.4166666666666667,Deaths:3.0833333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:12},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6.4,Deaths:2.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.8,Count:5},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:5.222222222222222,Deaths:3.2222222222222223,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6666666666666665,Count:9},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:2.8333333333333335,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.333333333333333,Count:6},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.35294117647058826,Kills:2.235294117647059,Deaths:2.5294117647058822,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47058823529411764,Count:17},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:3.888888888888889,Deaths:2.7777777777777777,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7777777777777778,Count:9},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6,Kills:2.8,Deaths:2.9,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:10},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8571428571428571,Kills:4.285714285714286,Deaths:1.7142857142857142,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8571428571428571,Count:7},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:2.5,Deaths:1.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:10},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.46153846153846156,Kills:1.1538461538461537,Deaths:1.9230769230769231,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5384615384615384,Count:13},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.75,Kills:4.5,Deaths:4.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:8},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.46153846153846156,Kills:4,Deaths:3.5384615384615383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1538461538461537,Count:13},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:2.6666666666666665,Deaths:.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:6},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:4,Winner:.8571428571428571,Kills:6.142857142857143,Deaths:2.4285714285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.857142857142857,Count:7},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:4.166666666666667,Deaths:2.1666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.833333333333333,Count:6},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:4.2,Deaths:4.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9,Count:10},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:3,Winner:.5454545454545454,Kills:3.909090909090909,Deaths:4.7272727272727275,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4545454545454546,Count:11},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3157894736842105,Kills:2.210526315789474,Deaths:2.8947368421052633,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.631578947368421,Count:19},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:5,Winner:.8571428571428571,Kills:6.285714285714286,Deaths:3.142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.857142857142857,Count:7},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3.1666666666666665,Deaths:1.8333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:6},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.75,Kills:2.75,Deaths:2.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.875,Count:8},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5384615384615384,Kills:2.1538461538461537,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6153846153846154,Count:13},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:4,Winner:.6363636363636364,Kills:4.909090909090909,Deaths:3.1818181818181817,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:11},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:3,Winner:.7777777777777778,Kills:2.4444444444444446,Deaths:3.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7777777777777777,Count:9},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:2.5714285714285716,Deaths:.5714285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2857142857142857,Count:7},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4117647058823529,Kills:2.4705882352941178,Deaths:3.2941176470588234,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47058823529411764,Count:17},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.7777777777777778,Kills:1.6666666666666667,Deaths:2.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:9},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:3,Winner:.4666666666666667,Kills:5.6,Deaths:3.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6,Count:15},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4117647058823529,Kills:1.8823529411764706,Deaths:2.411764705882353,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6470588235294118,Count:17},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:3.9523809523809526,Deaths:4.0476190476190474,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4761904761904763,Count:21},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4375,Kills:2.5,Deaths:2.3125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.625,Count:16},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.4117647058823529,Kills:2.588235294117647,Deaths:2.823529411764706,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7058823529411765,Count:17},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:3,Winner:.5833333333333334,Kills:4.833333333333333,Deaths:3.5833333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9166666666666665,Count:12},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4666666666666667,Kills:2,Deaths:2.533333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:15},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:3,Winner:.7,Kills:5.7,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2,Count:10},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5384615384615384,Kills:1.4615384615384615,Deaths:1.6153846153846154,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5384615384615384,Count:13},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4444444444444444,Kills:2.7222222222222223,Deaths:1.8333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8888888888888888,Count:18},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5333333333333333,Kills:2.066666666666667,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:15},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:4,Winner:.7272727272727273,Kills:4.090909090909091,Deaths:3.3636363636363638,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4545454545454546,Count:11},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.25,Count:12},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:5,Winner:.6666666666666666,Kills:8,Deaths:3.9166666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:12},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.8,Kills:4,Deaths:1.9,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9,Count:10},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5.5,Deaths:1.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:8},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:3,Winner:.5714285714285714,Kills:5.071428571428571,Deaths:3.357142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.357142857142857,Count:14},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.47058823529411764,Kills:5.9411764705882355,Deaths:4.352941176470588,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0588235294117645,Count:17},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6153846153846154,Kills:2.769230769230769,Deaths:2.3076923076923075,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5384615384615384,Count:13},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.5625,Deaths:1.9375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.625,Count:16},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:3,Winner:.5333333333333333,Kills:2.4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8666666666666667,Count:15},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4444444444444444,Kills:2.388888888888889,Deaths:2.611111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3888888888888889,Count:18},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:1.4166666666666667,Deaths:1.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8333333333333334,Count:12},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.75,Kills:2.5833333333333335,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:12},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5625,Kills:1.75,Deaths:1.6875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:16},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.47368421052631576,Kills:1.894736842105263,Deaths:2.3157894736842106,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42105263157894735,Count:19},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.45,Kills:2.45,Deaths:2.35,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:20},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6,Kills:2.1333333333333333,Deaths:3.1333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5333333333333333,Count:15},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.45,Kills:3.75,Deaths:3.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.65,Count:20},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6428571428571429,Kills:2,Deaths:1.6428571428571428,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:14},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5294117647058824,Kills:2.2941176470588234,Deaths:2.5294117647058822,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7647058823529411,Count:17},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7692307692307693,Kills:4,Deaths:2.6923076923076925,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6153846153846154,Count:13},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:3.4,Deaths:2.2666666666666666,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:15},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.625,Kills:2,Deaths:2.0625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5625,Count:16},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.7692307692307693,Kills:2.3846153846153846,Deaths:2.076923076923077,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46153846153846156,Count:13},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.5263157894736842,Kills:2.6315789473684212,Deaths:3.5789473684210527,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.473684210526316,Count:19},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:2.066666666666667,Deaths:1.7333333333333334,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:15},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:3,Winner:.5263157894736842,Kills:4.2105263157894735,Deaths:3.9473684210526314,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9473684210526314,Count:19},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:3,Winner:.47619047619047616,Kills:3.8095238095238093,Deaths:3.4285714285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9523809523809526,Count:21},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5555555555555556,Kills:2.3333333333333335,Deaths:2.5555555555555554,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:18},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.625,Kills:2.6875,Deaths:2.1875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6875,Count:16},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.9090909090909091,Kills:3.090909090909091,Deaths:2.5454545454545454,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5454545454545454,Count:11},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.47619047619047616,Kills:3.5714285714285716,Deaths:2.7142857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:21},{Actor:"*Petal*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.25,Kills:1.75,Deaths:2.475,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3,Count:40},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:4,Winner:.5555555555555556,Kills:5.277777777777778,Deaths:4.166666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5555555555555554,Count:18},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:1.05,Deaths:1.15,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:20},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:3,Winner:.47619047619047616,Kills:4,Deaths:4.142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0476190476190474,Count:21},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.9090909090909091,Kills:.6363636363636364,Deaths:.45454545454545453,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.0909090909090908,Count:11},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6111111111111112,Kills:2.388888888888889,Deaths:1.8333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2777777777777778,Count:18},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.4583333333333333,Kills:4.208333333333333,Deaths:4.166666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.875,Count:24},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5789473684210527,Kills:2.210526315789474,Deaths:1.894736842105263,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5263157894736842,Count:19},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:4.181818181818182,Deaths:2.6363636363636362,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5909090909090909,Count:22},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.3793103448275862,Kills:1.896551724137931,Deaths:2.0344827586206895,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6206896551724138,Count:29},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:2.3636363636363638,Deaths:2.409090909090909,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:22},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.5789473684210527,Kills:2.6842105263157894,Deaths:2.9473684210526314,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.210526315789474,Count:19},{Actor:"*Grace*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44,Kills:.84,Deaths:1.76,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36,Count:25},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2.8636363636363638,Deaths:3.1818181818181817,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:22},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.5789473684210527,Kills:3.736842105263158,Deaths:3.1052631578947367,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1578947368421053,Count:19},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:3,Winner:.6875,Kills:4.3125,Deaths:3.9375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3125,Count:16},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6666666666666666,Kills:1.7222222222222223,Deaths:1.6111111111111112,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:18},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:3,Winner:.5714285714285714,Kills:4.0476190476190474,Deaths:4.428571428571429,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.761904761904762,Count:21},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:3,Winner:.75,Kills:4.5,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6875,Count:16},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:.631578947368421,Kills:5.421052631578948,Deaths:3.9473684210526314,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9473684210526314,Count:19},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.631578947368421,Kills:1.736842105263158,Deaths:1.6842105263157894,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8421052631578947,Count:19},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:3,Winner:.7058823529411765,Kills:5.9411764705882355,Deaths:3.7058823529411766,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7058823529411766,Count:17},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.631578947368421,Kills:2.8947368421052633,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5789473684210527,Count:19},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"casual_aral",LevelBucket:2,Winner:.42857142857142855,Kills:3.3214285714285716,Deaths:4.321428571428571,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.142857142857143,Count:28},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.75,Kills:1.625,Deaths:2.1875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4375,Count:16},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.43333333333333335,Kills:3.2666666666666666,Deaths:3.7333333333333334,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3,Count:30},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.48148148148148145,Kills:4,Deaths:2.962962962962963,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:27},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5384615384615384,Kills:3.0384615384615383,Deaths:2.6153846153846154,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8846153846153846,Count:26},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"casual_aral",LevelBucket:2,Winner:.6666666666666666,Kills:3.3333333333333335,Deaths:3.0952380952380953,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2857142857142856,Count:21},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:3.4285714285714284,Deaths:2.392857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6785714285714286,Count:28},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4117647058823529,Kills:2.8529411764705883,Deaths:2.323529411764706,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38235294117647056,Count:34},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4117647058823529,Kills:1.8823529411764706,Deaths:2.411764705882353,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5294117647058824,Count:34},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7368421052631579,Kills:3.473684210526316,Deaths:.9473684210526315,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7894736842105263,Count:19},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:3,Winner:.9333333333333333,Kills:6.8,Deaths:3.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.133333333333334,Count:15},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:7.523809523809524,Deaths:4.380952380952381,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8095238095238093,Count:21},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:2,Winner:.3684210526315789,Kills:3.3947368421052633,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:38},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:2,Winner:.6086956521739131,Kills:4.260869565217392,Deaths:3.8260869565217392,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9130434782608696,Count:23},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4666666666666667,Kills:2.1,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3,Count:30},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5555555555555556,Kills:2.7037037037037037,Deaths:2.259259259259259,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:27},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5357142857142857,Kills:.5714285714285714,Deaths:.2857142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8214285714285714,Count:28},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5172413793103449,Kills:2.5172413793103448,Deaths:2.5172413793103448,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4482758620689655,Count:29},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.46875,Kills:1.53125,Deaths:2.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4375,Count:32},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:3.32,Deaths:2.68,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.88,Count:25},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.5769230769230769,Kills:4.8076923076923075,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6538461538461537,Count:26},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.46875,Kills:2.625,Deaths:2.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:32},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.40540540540540543,Kills:2.2972972972972974,Deaths:2.5945945945945947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.32432432432432434,Count:37},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6,Kills:4.04,Deaths:3.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36,Count:25},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.42857142857142855,Kills:2.0285714285714285,Deaths:2.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45714285714285713,Count:35},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6153846153846154,Kills:3.1538461538461537,Deaths:2.9615384615384617,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:26},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"casual_aral",LevelBucket:2,Winner:.4,Kills:4.75,Deaths:4.675,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.325,Count:40},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:2,Winner:.4,Kills:3.15,Deaths:4.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.45,Count:40},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:6.291666666666667,Deaths:3.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8333333333333335,Count:24},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4,Kills:.825,Deaths:1.875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.425,Count:40},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.38095238095238093,Kills:1.4047619047619047,Deaths:2.2142857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4523809523809524,Count:42},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6956521739130435,Kills:1.0869565217391304,Deaths:1.173913043478261,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.391304347826087,Count:23},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6538461538461539,Kills:1.6538461538461537,Deaths:1.6923076923076923,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:26},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4358974358974359,Kills:1.9230769230769231,Deaths:2.7435897435897436,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48717948717948717,Count:39},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:3,Winner:.7391304347826086,Kills:4.217391304347826,Deaths:2.8260869565217392,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3043478260869565,Count:23},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4722222222222222,Kills:2.2777777777777777,Deaths:2.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3888888888888889,Count:36},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"casual_aral",LevelBucket:2,Winner:.4857142857142857,Kills:4.228571428571429,Deaths:5.142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.085714285714286,Count:35},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8181818181818182,Kills:4.681818181818182,Deaths:1.1363636363636365,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.22727272727272727,Count:22},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"casual_aral",LevelBucket:2,Winner:.4864864864864865,Kills:3.891891891891892,Deaths:3.891891891891892,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6486486486486487,Count:37},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:2,Winner:.6,Kills:5.733333333333333,Deaths:4.266666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8666666666666667,Count:30},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6666666666666666,Kills:2,Deaths:2.5925925925925926,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7407407407407407,Count:27},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5294117647058824,Kills:1.7941176470588236,Deaths:2.2941176470588234,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5882352941176471,Count:34},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6428571428571429,Kills:.7142857142857143,Deaths:1.3928571428571428,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6428571428571429,Count:28},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6206896551724138,Kills:2.586206896551724,Deaths:2.413793103448276,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41379310344827586,Count:29},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.4,Kills:3.8444444444444446,Deaths:3.933333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.511111111111111,Count:45},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.42857142857142855,Kills:1.7857142857142858,Deaths:2.5476190476190474,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.30952380952380953,Count:42},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.8181818181818182,Kills:3.3636363636363638,Deaths:2.3181818181818183,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8636363636363636,Count:22},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.45,Kills:2.525,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.375,Count:40},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.375,Kills:1.8541666666666667,Deaths:2.7708333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4375,Count:48},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6666666666666666,Kills:1.1111111111111112,Deaths:1.5555555555555556,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5185185185185185,Count:27},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3275862068965517,Kills:1.7241379310344827,Deaths:2.3793103448275863,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:58},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4523809523809524,Kills:3.0238095238095237,Deaths:2.5238095238095237,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7142857142857143,Count:42},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:3,Winner:.7037037037037037,Kills:4.481481481481482,Deaths:3.185185185185185,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5925925925925926,Count:27},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.48717948717948717,Kills:2.641025641025641,Deaths:3.871794871794872,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5128205128205128,Count:39},{Actor:"*Reim*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4634146341463415,Kills:1.853658536585366,Deaths:2.2439024390243905,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.24390243902439024,Count:41},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"casual_aral",LevelBucket:2,Winner:.4634146341463415,Kills:3.707317073170732,Deaths:4.048780487804878,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5121951219512195,Count:41},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:3,Winner:.5588235294117647,Kills:5.588235294117647,Deaths:3.176470588235294,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.411764705882353,Count:34},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6785714285714286,Kills:3.642857142857143,Deaths:2.857142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8928571428571429,Count:28},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5588235294117647,Kills:.8529411764705882,Deaths:1.4705882352941178,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9117647058823529,Count:34},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.37735849056603776,Kills:2.8679245283018866,Deaths:3.3962264150943398,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.547169811320755,Count:53},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"casual_aral",LevelBucket:2,Winner:.625,Kills:3.71875,Deaths:4.53125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.25,Count:32},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3389830508474576,Kills:1.5932203389830508,Deaths:2.169491525423729,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2542372881355932,Count:59},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.45454545454545453,Kills:1.8409090909090908,Deaths:2.5681818181818183,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5909090909090909,Count:44},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"casual_aral",LevelBucket:2,Winner:.6060606060606061,Kills:3.5757575757575757,Deaths:3.6363636363636362,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9393939393939394,Count:33},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"casual_aral",LevelBucket:2,Winner:.5263157894736842,Kills:4.447368421052632,Deaths:4.7105263157894735,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6315789473684212,Count:38},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:2.3666666666666667,Deaths:2.066666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9,Count:30},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:3,Winner:.7407407407407407,Kills:6.2592592592592595,Deaths:3.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6296296296296298,Count:27},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:4.690476190476191,Deaths:5.238095238095238,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:42},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:2.9285714285714284,Deaths:3.6904761904761907,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8333333333333335,Count:42},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:3,Winner:.7241379310344828,Kills:5.310344827586207,Deaths:4.413793103448276,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3448275862068964,Count:29},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.35,Kills:1.7,Deaths:2.2666666666666666,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45,Count:60},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42857142857142855,Kills:1.3877551020408163,Deaths:1.7959183673469388,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40816326530612246,Count:49},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:3,Winner:.7777777777777778,Kills:4.592592592592593,Deaths:3.2222222222222223,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7777777777777777,Count:27},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:2,Winner:.5526315789473685,Kills:4.7631578947368425,Deaths:4.157894736842105,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1315789473684212,Count:38},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:2,Winner:.42,Kills:3.92,Deaths:3.86,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.68,Count:50},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:3,Winner:.6363636363636364,Kills:5.151515151515151,Deaths:3.757575757575758,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.272727272727273,Count:33},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:2,Winner:.46808510638297873,Kills:3.872340425531915,Deaths:4.23404255319149,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4893617021276597,Count:47},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:2,Winner:.46808510638297873,Kills:4.276595744680851,Deaths:4.25531914893617,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9574468085106385,Count:47},{Actor:"*Taka*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4583333333333333,Kills:3.9791666666666665,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:48},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4583333333333333,Kills:1.5416666666666667,Deaths:2.1458333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:48},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"casual_aral",LevelBucket:2,Winner:.41509433962264153,Kills:4.622641509433962,Deaths:4.943396226415095,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2452830188679247,Count:53},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5365853658536586,Kills:2.902439024390244,Deaths:2.5121951219512195,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36585365853658536,Count:41},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.4782608695652174,Kills:4.934782608695652,Deaths:4.8478260869565215,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4782608695652173,Count:46},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.71875,Kills:2.59375,Deaths:2.03125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.78125,Count:32},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5227272727272727,Kills:2.25,Deaths:2.7954545454545454,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38636363636363635,Count:44},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"casual_aral",LevelBucket:2,Winner:.5348837209302325,Kills:3.7209302325581395,Deaths:4.325581395348837,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6744186046511627,Count:43},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.46,Kills:2.74,Deaths:2.68,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42,Count:50},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.47058823529411764,Kills:2.3529411764705883,Deaths:2.588235294117647,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35294117647058826,Count:51},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"casual_aral",LevelBucket:2,Winner:.5106382978723404,Kills:3.723404255319149,Deaths:4.191489361702128,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.021276595744681,Count:47},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"casual_aral",LevelBucket:2,Winner:.41379310344827586,Kills:4,Deaths:4.155172413793103,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.586206896551724,Count:58},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"casual_aral",LevelBucket:2,Winner:.5106382978723404,Kills:3.404255319148936,Deaths:4.659574468085107,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.74468085106383,Count:47},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.6,Kills:4.3,Deaths:4.65,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.45,Count:40},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"casual_aral",LevelBucket:2,Winner:.47058823529411764,Kills:3.235294117647059,Deaths:2.9411764705882355,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8627450980392157,Count:51},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.631578947368421,Kills:2.4473684210526314,Deaths:2.5526315789473686,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6842105263157895,Count:38},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5555555555555556,Kills:2.7777777777777777,Deaths:2.8222222222222224,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5333333333333333,Count:45},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.373134328358209,Kills:1.8805970149253732,Deaths:2.283582089552239,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.373134328358209,Count:67},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:3.04,Deaths:2.88,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.66,Count:50},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"casual_aral",LevelBucket:2,Winner:.625,Kills:4.75,Deaths:3.825,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.45,Count:40},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.43103448275862066,Kills:1.293103448275862,Deaths:1.5344827586206897,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3620689655172414,Count:58},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5434782608695652,Kills:2.1956521739130435,Deaths:2.369565217391304,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.0434782608695652,Count:46},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"casual_aral",LevelBucket:2,Winner:.37681159420289856,Kills:3.927536231884058,Deaths:4.884057971014493,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0434782608695654,Count:69},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"casual_aral",LevelBucket:2,Winner:.6190476190476191,Kills:6.309523809523809,Deaths:4.0476190476190474,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.380952380952381,Count:42},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:3,Winner:.5306122448979592,Kills:5.183673469387755,Deaths:3.673469387755102,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.877551020408163,Count:49},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.43333333333333335,Kills:2.5166666666666666,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4166666666666667,Count:60},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.627906976744186,Kills:2.627906976744186,Deaths:2.302325581395349,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7209302325581395,Count:43},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.46551724137931033,Kills:2.5344827586206895,Deaths:2.6379310344827585,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.27586206896551724,Count:58},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.43548387096774194,Kills:1.7419354838709677,Deaths:2.5806451612903225,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3387096774193548,Count:62},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:2,Winner:.4909090909090909,Kills:3.2181818181818183,Deaths:4.6909090909090905,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4727272727272727,Count:55},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5192307692307693,Kills:2.730769230769231,Deaths:2.3076923076923075,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4807692307692308,Count:52},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3333333333333333,Kills:1.9012345679012346,Deaths:3.049382716049383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4691358024691358,Count:81},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.54,Kills:3.24,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.62,Count:50},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:3,Winner:.4153846153846154,Kills:5.369230769230769,Deaths:4.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3692307692307693,Count:65},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"casual_aral",LevelBucket:2,Winner:.45,Kills:3.066666666666667,Deaths:3.1666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:60},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.54,Kills:2.14,Deaths:2.44,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.76,Count:50},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.509090909090909,Kills:2.3636363636363638,Deaths:2.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45454545454545453,Count:55},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5283018867924528,Kills:2.3962264150943398,Deaths:2.2264150943396226,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4528301886792453,Count:53},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:2,Winner:.42424242424242425,Kills:4.53030303030303,Deaths:5.287878787878788,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.257575757575758,Count:66},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.6829268292682927,Kills:5.7317073170731705,Deaths:4.560975609756097,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.268292682926829,Count:41},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.6086956521739131,Kills:2.630434782608696,Deaths:3.4565217391304346,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8043478260869565,Count:46},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.35802469135802467,Kills:4.1234567901234565,Deaths:4.061728395061729,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.308641975308642,Count:81},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6444444444444445,Kills:4.022222222222222,Deaths:2.6444444444444444,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5777777777777777,Count:45},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:2,Winner:.5370370370370371,Kills:5.462962962962963,Deaths:4.277777777777778,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7037037037037037,Count:54},{Actor:"*Rona*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48333333333333334,Kills:1.85,Deaths:2.35,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:60},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5471698113207547,Kills:2.7735849056603774,Deaths:2.5283018867924527,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6037735849056604,Count:53},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5087719298245614,Kills:2.491228070175439,Deaths:2.543859649122807,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:57},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5263157894736842,Kills:3.017543859649123,Deaths:2.8947368421052633,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.631578947368421,Count:57},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5454545454545454,Kills:2.7454545454545456,Deaths:2.5272727272727273,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5454545454545454,Count:55},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4918032786885246,Kills:1.0163934426229508,Deaths:1.8360655737704918,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.22950819672131148,Count:61},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:2,Winner:.43661971830985913,Kills:3.676056338028169,Deaths:4.563380281690141,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.535211267605634,Count:71},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47692307692307695,Kills:1.476923076923077,Deaths:1.9846153846153847,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5076923076923077,Count:65},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:3,Winner:.5535714285714286,Kills:2.7857142857142856,Deaths:2.8035714285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1607142857142856,Count:56},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.41025641025641024,Kills:2.782051282051282,Deaths:2.7051282051282053,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4358974358974359,Count:78},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8,Kills:2.725,Deaths:1.325,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.775,Count:40},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:2,Winner:.41025641025641024,Kills:3.7435897435897436,Deaths:3.5384615384615383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.730769230769231,Count:78},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3950617283950617,Kills:2.382716049382716,Deaths:2.185185185185185,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2716049382716049,Count:81},{Actor:"*Lance*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.38372093023255816,Kills:1.441860465116279,Deaths:2.2674418604651163,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.26744186046511625,Count:86},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4852941176470588,Kills:2.838235294117647,Deaths:2.4558823529411766,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39705882352941174,Count:68},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.55,Kills:2.183333333333333,Deaths:2.1166666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38333333333333336,Count:60},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4714285714285714,Kills:1.1142857142857143,Deaths:1.7285714285714286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42857142857142855,Count:70},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5862068965517241,Kills:2.7413793103448274,Deaths:2.4310344827586206,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6551724137931034,Count:58},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.6181818181818182,Kills:5.781818181818182,Deaths:4.236363636363636,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2363636363636363,Count:55},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:2,Winner:.4857142857142857,Kills:2.8857142857142857,Deaths:3.8285714285714287,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9285714285714284,Count:70},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4533333333333333,Kills:1.8133333333333332,Deaths:2.2933333333333334,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.52,Count:75},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:2,Winner:.5573770491803278,Kills:4.459016393442623,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8852459016393444,Count:61},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:2,Winner:.5932203389830508,Kills:3.2033898305084745,Deaths:3.7457627118644066,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2542372881355934,Count:59},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:2,Winner:.42168674698795183,Kills:3.8433734939759034,Deaths:4.301204819277109,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4096385542168677,Count:83},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:2,Winner:.7142857142857143,Kills:5.26530612244898,Deaths:3.7346938775510203,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3469387755102042,Count:49},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:3,Winner:.7291666666666666,Kills:5.104166666666667,Deaths:2.8958333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8333333333333335,Count:48},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5932203389830508,Kills:3,Deaths:3.1186440677966103,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4915254237288136,Count:59},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:2,Winner:.5217391304347826,Kills:4,Deaths:4.144927536231884,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.028985507246377,Count:69},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:2,Winner:.5714285714285714,Kills:5.365079365079365,Deaths:3.6031746031746033,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8253968253968256,Count:63},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6491228070175439,Kills:2.0526315789473686,Deaths:2.175438596491228,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45614035087719296,Count:57},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5285714285714286,Kills:2.6285714285714286,Deaths:2.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5142857142857142,Count:70},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6491228070175439,Kills:2.1052631578947367,Deaths:1.6842105263157894,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6842105263157895,Count:57},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5522388059701493,Kills:1.8059701492537314,Deaths:1.9701492537313432,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.582089552238806,Count:67},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4805194805194805,Kills:3.207792207792208,Deaths:2.324675324675325,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7402597402597403,Count:77},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:2,Winner:.4935064935064935,Kills:4.922077922077922,Deaths:3.311688311688312,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5584415584415585,Count:77},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5671641791044776,Kills:3.283582089552239,Deaths:2.671641791044776,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8208955223880597,Count:67},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:2,Winner:.475,Kills:4.5875,Deaths:4.5875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9375,Count:80},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5846153846153846,Kills:2.8923076923076922,Deaths:2.1076923076923078,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5076923076923077,Count:65},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:2,Winner:.4318181818181818,Kills:4.409090909090909,Deaths:4.340909090909091,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.625,Count:88},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.41304347826086957,Kills:3.1630434782608696,Deaths:1.6195652173913044,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.32608695652173914,Count:92},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.3089430894308943,Kills:2.2439024390243905,Deaths:4.650406504065041,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.91869918699187,Count:123},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4418604651162791,Kills:2.4069767441860463,Deaths:2.372093023255814,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43023255813953487,Count:86},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:2,Winner:.5846153846153846,Kills:4.2153846153846155,Deaths:3.8923076923076922,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9076923076923076,Count:65},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"casual_aral",LevelBucket:2,Winner:.43820224719101125,Kills:4.213483146067416,Deaths:4.707865168539326,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.651685393258427,Count:89},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5571428571428572,Kills:3.1714285714285713,Deaths:2.842857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5571428571428572,Count:70},{Actor:"*Lance*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.375,Kills:2.8173076923076925,Deaths:4.471153846153846,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9230769230769231,Count:104},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4875,Kills:1.925,Deaths:2.0625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.275,Count:80},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.39,Kills:1.26,Deaths:1.83,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.51,Count:100},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:3,Winner:.8125,Kills:6.229166666666667,Deaths:3.5208333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.9375,Count:48},{Actor:"*Reza*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42857142857142855,Kills:2.7472527472527473,Deaths:2.131868131868132,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2967032967032967,Count:91},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5063291139240507,Kills:2.8227848101265822,Deaths:2.0253164556962027,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5189873417721519,Count:79},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.42105263157894735,Kills:4.421052631578948,Deaths:4.389473684210526,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.705263157894737,Count:95},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5194805194805194,Kills:2,Deaths:2.1298701298701297,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5194805194805194,Count:77},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:2,Winner:.5714285714285714,Kills:3.8285714285714287,Deaths:3.9571428571428573,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3714285714285714,Count:70},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5256410256410257,Kills:1.5897435897435896,Deaths:1.9743589743589745,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41025641025641024,Count:78},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:2,Winner:.44565217391304346,Kills:4.684782608695652,Deaths:4.880434782608695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7065217391304346,Count:92},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4939759036144578,Kills:.8433734939759037,Deaths:1.4096385542168675,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5060240963855421,Count:83},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:2,Winner:.6268656716417911,Kills:4.462686567164179,Deaths:3.7611940298507465,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1940298507462686,Count:67},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:2,Winner:.4666666666666667,Kills:2.5,Deaths:3.3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7333333333333334,Count:90},{Actor:"*Skye*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3925233644859813,Kills:2.05607476635514,Deaths:2.5233644859813085,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3177570093457944,Count:107},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:2,Winner:.6,Kills:4.671428571428572,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1142857142857143,Count:70},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.45263157894736844,Kills:2.2736842105263158,Deaths:2.4526315789473685,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3684210526315789,Count:95},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4942528735632184,Kills:4.597701149425287,Deaths:4.758620689655173,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2758620689655173,Count:87},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:2,Winner:.7166666666666667,Kills:2.5,Deaths:2.8666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.55,Count:60},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4945054945054945,Kills:2.010989010989011,Deaths:2.4835164835164836,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4945054945054945,Count:91},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:2,Winner:.6818181818181818,Kills:4.045454545454546,Deaths:3.3181818181818183,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.212121212121212,Count:66},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4017857142857143,Kills:4.080357142857143,Deaths:4.178571428571429,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.419642857142857,Count:112},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5172413793103449,Kills:2.793103448275862,Deaths:2.632183908045977,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40229885057471265,Count:87},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4339622641509434,Kills:2.0283018867924527,Deaths:2.3207547169811322,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39622641509433965,Count:106},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5822784810126582,Kills:1.7088607594936709,Deaths:2.3417721518987342,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8354430379746836,Count:79},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"casual_aral",LevelBucket:2,Winner:.6052631578947368,Kills:2.5657894736842106,Deaths:2.789473684210526,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3947368421052633,Count:76},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:2,Winner:.4791666666666667,Kills:4,Deaths:3.9166666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3020833333333335,Count:96},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.40707964601769914,Kills:4.814159292035399,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2123893805309733,Count:113},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.573170731707317,Kills:1.9024390243902438,Deaths:2.3292682926829267,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6341463414634146,Count:82},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6351351351351351,Kills:3.5945945945945947,Deaths:1.6891891891891893,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.581081081081081,Count:74},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.618421052631579,Kills:3.1973684210526314,Deaths:1.8026315789473684,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6447368421052632,Count:76},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:2,Winner:.47474747474747475,Kills:3.3535353535353534,Deaths:4.505050505050505,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4545454545454546,Count:99},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:3,Winner:.6103896103896104,Kills:6.025974025974026,Deaths:3.935064935064935,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.987012987012987,Count:77},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.44339622641509435,Kills:4.047169811320755,Deaths:4.745283018867925,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7641509433962264,Count:106},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.47474747474747475,Kills:2.494949494949495,Deaths:2.393939393939394,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47474747474747475,Count:99},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.46153846153846156,Kills:4.3173076923076925,Deaths:4.576923076923077,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5288461538461537,Count:104},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4188034188034188,Kills:2.786324786324786,Deaths:2.7435897435897436,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.452991452991453,Count:117},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3769230769230769,Kills:1.9846153846153847,Deaths:2.853846153846154,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36923076923076925,Count:130},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:3.857142857142857,Deaths:3.8979591836734695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.86734693877551,Count:98},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.532608695652174,Kills:1.826086956521739,Deaths:2.4347826086956523,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:92},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.47619047619047616,Kills:4.247619047619048,Deaths:4.171428571428572,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.676190476190476,Count:105},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.43478260869565216,Kills:1.6,Deaths:2.4782608695652173,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5043478260869565,Count:115},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.373134328358209,Kills:3.5074626865671643,Deaths:4.477611940298507,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.044776119402985,Count:134},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.49019607843137253,Kills:3.392156862745098,Deaths:2.7450980392156863,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7156862745098039,Count:102},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5862068965517241,Kills:2.839080459770115,Deaths:2.206896551724138,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5862068965517241,Count:87},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:2,Winner:.49038461538461536,Kills:3.0961538461538463,Deaths:3.2403846153846154,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7596153846153846,Count:104},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:2,Winner:.49056603773584906,Kills:3.8867924528301887,Deaths:4.3584905660377355,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.792452830188679,Count:106},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6582278481012658,Kills:2.6582278481012658,Deaths:1.9367088607594938,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9113924050632911,Count:79},{Actor:"*Skye*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3375,Kills:3.86875,Deaths:4.99375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9625,Count:160},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.46956521739130436,Kills:5.2,Deaths:4.495652173913044,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3217391304347825,Count:115},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:2.6666666666666665,Deaths:2.7037037037037037,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:108},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.5567010309278351,Kills:3.9072164948453607,Deaths:4.639175257731959,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6907216494845363,Count:97},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.48672566371681414,Kills:3.7610619469026547,Deaths:3.8761061946902653,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6106194690265485,Count:113},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.35714285714285715,Kills:2.0064935064935066,Deaths:2.831168831168831,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35064935064935066,Count:154},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3793103448275862,Kills:4.137931034482759,Deaths:5.0344827586206895,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.889655172413793,Count:145},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:3,Winner:.7466666666666667,Kills:5.68,Deaths:3.48,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5866666666666664,Count:75},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:2,Winner:.6363636363636364,Kills:3.2613636363636362,Deaths:4.2272727272727275,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.125,Count:88},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4148148148148148,Kills:4.155555555555556,Deaths:4.4222222222222225,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4,Count:135},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:4.401785714285714,Deaths:4.267857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.705357142857143,Count:112},{Actor:"*Joule*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.41304347826086957,Kills:2.463768115942029,Deaths:2.6159420289855073,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4057971014492754,Count:138},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44881889763779526,Kills:1.921259842519685,Deaths:2.2992125984251968,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5118110236220472,Count:127},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5858585858585859,Kills:2.4444444444444446,Deaths:2.5454545454545454,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.494949494949495,Count:99},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4645669291338583,Kills:2.4645669291338583,Deaths:2.2913385826771653,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6299212598425197,Count:127},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.46511627906976744,Kills:4.069767441860465,Deaths:4.891472868217054,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5193798449612403,Count:129},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5596330275229358,Kills:2.311926605504587,Deaths:2.596330275229358,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8073394495412844,Count:109},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4066666666666667,Kills:1.76,Deaths:2.72,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:150},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4552238805970149,Kills:2.0223880597014925,Deaths:2.529850746268657,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3582089552238806,Count:134},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4236111111111111,Kills:1.9166666666666667,Deaths:2.4027777777777777,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:144},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5169491525423728,Kills:2.406779661016949,Deaths:2.1779661016949152,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8728813559322034,Count:118},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.7625,Kills:2.9375,Deaths:1.675,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.175,Count:80},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:2,Winner:.6039603960396039,Kills:4.445544554455446,Deaths:3.9405940594059405,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1584158415841586,Count:101},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:2,Winner:.543859649122807,Kills:1.7719298245614035,Deaths:1.9824561403508771,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.087719298245614,Count:114},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4626865671641791,Kills:1.3656716417910448,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4701492537313433,Count:134},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4881889763779528,Kills:2.3149606299212597,Deaths:2.4803149606299213,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5905511811023622,Count:127},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:2,Winner:.5391304347826087,Kills:2.6782608695652175,Deaths:3.7043478260869565,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.756521739130435,Count:115},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6702127659574468,Kills:3.5319148936170213,Deaths:1.9042553191489362,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.723404255319149,Count:94},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.42,Kills:3.8133333333333335,Deaths:4.82,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2333333333333334,Count:150},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5925925925925926,Kills:1.5925925925925926,Deaths:2.2037037037037037,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:108},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.49612403100775193,Kills:4.387596899224806,Deaths:4.077519379844961,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.627906976744186,Count:129},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:3,Winner:.7619047619047619,Kills:7.369047619047619,Deaths:3.5238095238095237,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7857142857142856,Count:84},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3742690058479532,Kills:3.128654970760234,Deaths:4.169590643274854,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.128654970760234,Count:171},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.39263803680981596,Kills:1.852760736196319,Deaths:2.079754601226994,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3496932515337423,Count:163},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4391891891891892,Kills:2.195945945945946,Deaths:2.831081081081081,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3581081081081081,Count:148},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"casual_aral",LevelBucket:1,Winner:.37790697674418605,Kills:3.3372093023255816,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.383720930232558,Count:172},{Actor:"*Vox*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.40625,Kills:3.88125,Deaths:5.09375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.35,Count:160},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:1,Winner:.5462184873949579,Kills:3.504201680672269,Deaths:3.80672268907563,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.899159663865546,Count:119},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4676258992805755,Kills:2.985611510791367,Deaths:2.856115107913669,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.381294964028777,Count:139},{Actor:"*Vox*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4304635761589404,Kills:2.0927152317880795,Deaths:2.4701986754966887,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5231788079470199,Count:151},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5365853658536586,Kills:.7642276422764228,Deaths:1.3170731707317074,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6829268292682927,Count:123},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:2,Winner:.46153846153846156,Kills:5.055944055944056,Deaths:4.160839160839161,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7132867132867133,Count:143},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:2,Winner:.5114503816793893,Kills:3.885496183206107,Deaths:4.816793893129771,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.717557251908397,Count:131},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.44666666666666666,Kills:3.04,Deaths:2.84,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42,Count:150},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5726495726495726,Kills:.9572649572649573,Deaths:1.3076923076923077,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6153846153846154,Count:117},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:1,Winner:.4,Kills:4.341176470588235,Deaths:3.570588235294118,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.541176470588235,Count:170},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:2,Winner:.8095238095238095,Kills:5.178571428571429,Deaths:3.4761904761904763,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.880952380952381,Count:84},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4788732394366197,Kills:1.9859154929577465,Deaths:2.204225352112676,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6267605633802817,Count:142},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:2,Winner:.4689655172413793,Kills:4.227586206896552,Deaths:3.9310344827586206,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.696551724137931,Count:145},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.40476190476190477,Kills:1.8452380952380953,Deaths:2.5773809523809526,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5416666666666666,Count:168},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.42592592592592593,Kills:2.1296296296296298,Deaths:2.185185185185185,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4506172839506173,Count:162},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.46938775510204084,Kills:2.6122448979591835,Deaths:3.3741496598639458,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5510204081632653,Count:147},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:2,Winner:.552,Kills:2.832,Deaths:2.976,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.064,Count:125},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6509433962264151,Kills:2.1037735849056602,Deaths:1.6037735849056605,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7452830188679245,Count:106},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:2,Winner:.6509433962264151,Kills:5.5,Deaths:3.849056603773585,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1792452830188678,Count:106},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45098039215686275,Kills:1.6928104575163399,Deaths:2.30718954248366,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35294117647058826,Count:153},{Actor:"*Idris*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.42168674698795183,Kills:3.8734939759036147,Deaths:4.506024096385542,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.174698795180723,Count:166},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.603448275862069,Kills:1.2672413793103448,Deaths:1.6551724137931034,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6724137931034483,Count:116},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5109489051094891,Kills:2.591240875912409,Deaths:2.605839416058394,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2846715328467153,Count:137},{Actor:"*SAW*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4797297297297297,Kills:4.95945945945946,Deaths:4.493243243243243,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.581081081081081,Count:148},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5867768595041323,Kills:1.56198347107438,Deaths:1.0991735537190082,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5785123966942148,Count:121},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.39444444444444443,Kills:3.2222222222222223,Deaths:3.588888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.327777777777778,Count:180},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4382716049382716,Kills:1.1419753086419753,Deaths:2.0308641975308643,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3950617283950617,Count:162},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:2,Winner:.5070422535211268,Kills:4.373239436619718,Deaths:5.007042253521127,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5211267605633805,Count:142},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.43902439024390244,Kills:3.8353658536585367,Deaths:4.5182926829268295,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.298780487804878,Count:164},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4931506849315068,Kills:1.6095890410958904,Deaths:2.006849315068493,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4794520547945205,Count:146},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5373134328358209,Kills:1.328358208955224,Deaths:1.7537313432835822,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44776119402985076,Count:134},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.553030303030303,Kills:.9772727272727273,Deaths:1.628787878787879,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6060606060606061,Count:132},{Actor:"*Petal*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4134078212290503,Kills:4.145251396648045,Deaths:4.5251396648044695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.452513966480447,Count:179},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:1,Winner:.3894736842105263,Kills:2.857894736842105,Deaths:3.6526315789473682,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3473684210526318,Count:190},{Actor:"*Taka*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42045454545454547,Kills:1.8522727272727273,Deaths:2.3295454545454546,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.26704545454545453,Count:176},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4378698224852071,Kills:2.532544378698225,Deaths:2.6508875739644973,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39644970414201186,Count:169},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4088397790055249,Kills:1.8121546961325967,Deaths:2.4806629834254146,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46408839779005523,Count:181},{Actor:"*Baron*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.44047619047619047,Kills:4.119047619047619,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.505952380952381,Count:168},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.45454545454545453,Kills:2.5515151515151517,Deaths:2.1151515151515152,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48484848484848486,Count:165},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4143646408839779,Kills:1.9558011049723756,Deaths:2.8066298342541436,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3259668508287293,Count:181},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:2,Winner:.5905511811023622,Kills:4.551181102362205,Deaths:3.7874015748031495,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.173228346456693,Count:127},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.36231884057971014,Kills:1.4685990338164252,Deaths:2.3864734299516908,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42995169082125606,Count:207},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:1,Winner:.5514705882352942,Kills:4.830882352941177,Deaths:4.095588235294118,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8676470588235294,Count:136},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.4052631578947368,Kills:3.263157894736842,Deaths:3.6052631578947367,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.557894736842105,Count:190},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:4.737179487179487,Deaths:4.4743589743589745,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8846153846153846,Count:156},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.5652173913043478,Kills:4.268115942028985,Deaths:3.8405797101449277,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.13768115942029,Count:138},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3880597014925373,Kills:4.054726368159204,Deaths:5.17910447761194,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8706467661691542,Count:201},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:0,Winner:.3110236220472441,Kills:3.377952755905512,Deaths:4.177165354330708,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1929133858267718,Count:254},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.42021276595744683,Kills:2.728723404255319,Deaths:3.1808510638297873,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.271276595744681,Count:188},{Actor:"*Krul*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.572463768115942,Kills:4.22463768115942,Deaths:4.471014492753623,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4927536231884058,Count:138},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:2,Winner:.5766423357664233,Kills:4.291970802919708,Deaths:4.007299270072993,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.065693430656934,Count:137},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5486111111111112,Kills:2.0416666666666665,Deaths:2.3055555555555554,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5416666666666666,Count:144},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.441340782122905,Kills:1.3743016759776536,Deaths:2.005586592178771,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4692737430167598,Count:179},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.398989898989899,Kills:2.0454545454545454,Deaths:2.6161616161616164,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3838383838383838,Count:198},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4463276836158192,Kills:2.7344632768361583,Deaths:3.022598870056497,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5423728813559322,Count:177},{Actor:"*Reza*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4030612244897959,Kills:4.724489795918367,Deaths:4.714285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.183673469387755,Count:196},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"casual_aral",LevelBucket:1,Winner:.44886363636363635,Kills:3.721590909090909,Deaths:4.613636363636363,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4375,Count:176},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5797101449275363,Kills:1.0289855072463767,Deaths:1.5072463768115942,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5362318840579711,Count:138},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"casual_aral",LevelBucket:1,Winner:.42328042328042326,Kills:3.375661375661376,Deaths:4.37037037037037,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5185185185185186,Count:189},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"casual_aral",LevelBucket:1,Winner:.49079754601226994,Kills:3.9938650306748467,Deaths:3.8773006134969323,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7484662576687118,Count:163},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4678362573099415,Kills:1.1111111111111112,Deaths:1.8421052631578947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42105263157894735,Count:171},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3932038834951456,Kills:4.072815533980583,Deaths:4.786407766990291,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.121359223300971,Count:206},{Actor:"*Baron*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4581005586592179,Kills:1.994413407821229,Deaths:2.6201117318435756,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4972067039106145,Count:179},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"casual_aral",LevelBucket:1,Winner:.34024896265560167,Kills:3.4315352697095434,Deaths:4.3153526970954355,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3485477178423237,Count:241},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5394736842105263,Kills:2.460526315789474,Deaths:2.348684210526316,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45394736842105265,Count:152},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.532051282051282,Kills:3.576923076923077,Deaths:3.4871794871794872,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7884615384615383,Count:156},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"casual_aral",LevelBucket:1,Winner:.49404761904761907,Kills:4.511904761904762,Deaths:4.184523809523809,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6904761904761907,Count:168},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5384615384615384,Kills:2.4358974358974357,Deaths:2.532051282051282,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6346153846153846,Count:156},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.4307692307692308,Kills:4.225641025641026,Deaths:4.543589743589743,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5435897435897434,Count:195},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6222222222222222,Kills:2.9851851851851854,Deaths:1.9185185185185185,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:135},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.535031847133758,Kills:3.0636942675159236,Deaths:2.573248407643312,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7579617834394905,Count:157},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5214723926380368,Kills:1.9386503067484662,Deaths:1.8282208588957056,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6196319018404908,Count:163},{Actor:"*Grace*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4941860465116279,Kills:2.877906976744186,Deaths:3.7267441860465116,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4593023255813953,Count:172},{Actor:"*Varya*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.49707602339181284,Kills:3.8128654970760234,Deaths:4.175438596491228,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.654970760233918,Count:171},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5029585798816568,Kills:2.964497041420118,Deaths:2.260355029585799,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6331360946745562,Count:169},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49707602339181284,Kills:1.3099415204678362,Deaths:2.152046783625731,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.29239766081871343,Count:171},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5308641975308642,Kills:2.265432098765432,Deaths:2.611111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6049382716049383,Count:162},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.42786069651741293,Kills:3.5024875621890548,Deaths:4.069651741293533,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.328358208955224,Count:201},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.49142857142857144,Kills:3.7942857142857145,Deaths:4.3028571428571425,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4171428571428573,Count:175},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:1,Winner:.4942528735632184,Kills:3.9597701149425286,Deaths:3.925287356321839,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9367816091954024,Count:174},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.43283582089552236,Kills:1.8706467661691542,Deaths:2.3681592039800994,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39800995024875624,Count:201},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45789473684210524,Kills:1.2947368421052632,Deaths:1.9052631578947368,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.33157894736842103,Count:190},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4393939393939394,Kills:3.4696969696969697,Deaths:4.03030303030303,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.48989898989899,Count:198},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:2,Winner:.4887640449438202,Kills:3.831460674157303,Deaths:4.421348314606742,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.747191011235955,Count:178},{Actor:"*Rona*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4461538461538462,Kills:3.707692307692308,Deaths:5.138461538461539,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.282051282051282,Count:195},{Actor:"*Reim*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4835164835164835,Kills:3.681318681318681,Deaths:4.15934065934066,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.467032967032967,Count:182},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5333333333333333,Kills:2.8181818181818183,Deaths:2.5636363636363635,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.503030303030303,Count:165},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.52046783625731,Kills:2.47953216374269,Deaths:2.309941520467836,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5029239766081871,Count:171},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4564102564102564,Kills:1.6512820512820512,Deaths:2.4153846153846152,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4512820512820513,Count:195},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4734042553191489,Kills:1.8138297872340425,Deaths:2.2606382978723403,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43617021276595747,Count:188},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5235294117647059,Kills:2.8823529411764706,Deaths:2.4411764705882355,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6058823529411764,Count:170},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"casual_aral",LevelBucket:1,Winner:.5232558139534884,Kills:4.843023255813954,Deaths:4.680232558139535,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8488372093023258,Count:172},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45226130653266333,Kills:1.6834170854271358,Deaths:2.3819095477386933,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4472361809045226,Count:199},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47619047619047616,Kills:1.746031746031746,Deaths:2.1375661375661377,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5026455026455027,Count:189},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"casual_aral",LevelBucket:1,Winner:.3991228070175439,Kills:3.5219298245614037,Deaths:4.228070175438597,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:228},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4972677595628415,Kills:2.3114754098360657,Deaths:2.5737704918032787,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5300546448087432,Count:183},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47668393782383417,Kills:1.8911917098445596,Deaths:1.7875647668393781,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45077720207253885,Count:193},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5443786982248521,Kills:2.1479289940828403,Deaths:2.230769230769231,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7633136094674556,Count:169},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3563218390804598,Kills:2.1494252873563218,Deaths:2.6475095785440614,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4367816091954023,Count:261},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"casual_aral",LevelBucket:1,Winner:.42081447963800905,Kills:4.538461538461538,Deaths:5.013574660633484,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.434389140271493,Count:221},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:1,Winner:.4246575342465753,Kills:4.333333333333333,Deaths:4.073059360730594,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5753424657534247,Count:219},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.458128078817734,Kills:1.167487684729064,Deaths:1.9014778325123152,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42857142857142855,Count:203},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5027027027027027,Kills:1.162162162162162,Deaths:1.4216216216216215,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5243243243243243,Count:185},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3274647887323944,Kills:2.415492957746479,Deaths:3.98943661971831,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8873239436619718,Count:284},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:2,Winner:.6394557823129252,Kills:5.387755102040816,Deaths:3.7823129251700682,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.272108843537415,Count:147},{Actor:"*SAW*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4351851851851852,Kills:2.4583333333333335,Deaths:2.4953703703703702,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5509259259259259,Count:216},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47,Kills:2.52,Deaths:2.365,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42,Count:200},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:1,Winner:.5,Kills:3.8210526315789473,Deaths:4.331578947368421,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.536842105263158,Count:190},{Actor:"*Krul*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5106382978723404,Kills:2.372340425531915,Deaths:2.021276595744681,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2712765957446808,Count:188},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5105263157894737,Kills:2.094736842105263,Deaths:2.2157894736842105,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5210526315789473,Count:190},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:0,Winner:.546448087431694,Kills:4.6502732240437155,Deaths:4.114754098360656,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.989071038251366,Count:183},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5102040816326531,Kills:2.872448979591837,Deaths:2.3316326530612246,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6377551020408163,Count:196},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5263157894736842,Kills:2.8157894736842106,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5263157894736842,Count:190},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5050505050505051,Kills:2.090909090909091,Deaths:2.2474747474747474,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45454545454545453,Count:198},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4484304932735426,Kills:2.1659192825112106,Deaths:2.291479820627803,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.452914798206278,Count:223},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45089285714285715,Kills:1.9419642857142858,Deaths:2.6517857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5133928571428571,Count:224},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.517948717948718,Kills:2.0871794871794873,Deaths:2.466666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37948717948717947,Count:195},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4358974358974359,Kills:2.6666666666666665,Deaths:2.465811965811966,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46153846153846156,Count:234},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4594594594594595,Kills:1.8693693693693694,Deaths:2.027027027027027,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4594594594594595,Count:222},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:0,Winner:.4811320754716981,Kills:3.75,Deaths:3.943396226415094,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6745283018867925,Count:212},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:1,Winner:.4594594594594595,Kills:4.117117117117117,Deaths:3.945945945945946,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.77027027027027,Count:222},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"casual_aral",LevelBucket:1,Winner:.5786516853932584,Kills:4.269662921348314,Deaths:3.831460674157303,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.831460674157303,Count:178},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4660633484162896,Kills:2.16289592760181,Deaths:2.5520361990950224,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.416289592760181,Count:221},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:2,Winner:.5722222222222222,Kills:3.5444444444444443,Deaths:3.488888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.227777777777778,Count:180},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.5473684210526316,Kills:2.6736842105263157,Deaths:3.373684210526316,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7263157894736842,Count:190},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.43568464730290457,Kills:2.066390041493776,Deaths:2.5477178423236513,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38589211618257263,Count:241},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"casual_aral",LevelBucket:1,Winner:.5196078431372549,Kills:4.112745098039215,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.696078431372549,Count:204},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.49767441860465117,Kills:2.488372093023256,Deaths:2.511627906976744,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4511627906976744,Count:215},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:0,Winner:.39925373134328357,Kills:3.3134328358208953,Deaths:3.720149253731343,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.544776119402985,Count:268},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.4553191489361702,Kills:3.625531914893617,Deaths:4.0212765957446805,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7914893617021277,Count:235},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.4251968503937008,Kills:3.5078740157480315,Deaths:3.8188976377952755,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5708661417322833,Count:254},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:2,Winner:.6545454545454545,Kills:5.490909090909091,Deaths:4.1030303030303035,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5393939393939395,Count:165},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:2,Winner:.5706806282722513,Kills:5.052356020942408,Deaths:3.6858638743455496,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9581151832460733,Count:191},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5215311004784688,Kills:2.598086124401914,Deaths:2.488038277511962,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.631578947368421,Count:209},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.43478260869565216,Kills:2.849802371541502,Deaths:3.5217391304347827,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3043478260869565,Count:253},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:1,Winner:.42528735632183906,Kills:3.8160919540229883,Deaths:4.800766283524904,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.478927203065134,Count:261},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5842105263157895,Kills:2.8789473684210525,Deaths:2.8421052631578947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9789473684210527,Count:190},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5490196078431373,Kills:3.5392156862745097,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45588235294117646,Count:204},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.48695652173913045,Kills:1.9608695652173913,Deaths:2.2869565217391306,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5173913043478261,Count:230},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5185185185185185,Kills:2.9768518518518516,Deaths:2.486111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5185185185185185,Count:216},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:2,Winner:.5458937198067633,Kills:5.091787439613527,Deaths:4.444444444444445,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.975845410628019,Count:207},{Actor:"*Malene*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3220338983050847,Kills:2.8361581920903953,Deaths:3.8870056497175143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.062146892655367,Count:354},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.452755905511811,Kills:1.952755905511811,Deaths:2.547244094488189,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5866141732283464,Count:254},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4713114754098361,Kills:2.0163934426229506,Deaths:2.4344262295081966,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38524590163934425,Count:244},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:0,Winner:.4773662551440329,Kills:4.403292181069959,Deaths:4.390946502057613,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6419753086419755,Count:243},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.39057239057239057,Kills:2.1178451178451176,Deaths:3.016835016835017,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3501683501683502,Count:297},{Actor:"*Joule*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.47540983606557374,Kills:4.086065573770492,Deaths:4.459016393442623,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.44672131147541,Count:244},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"casual_aral",LevelBucket:1,Winner:.44274809160305345,Kills:4.793893129770993,Deaths:4.8320610687022905,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3435114503816794,Count:262},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.36942675159235666,Kills:2.828025477707006,Deaths:3.859872611464968,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.248407643312102,Count:314},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:2,Winner:.5707317073170731,Kills:6.082926829268293,Deaths:4.595121951219512,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.131707317073171,Count:205},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:2,Winner:.5064935064935064,Kills:2.83982683982684,Deaths:3.168831168831169,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.935064935064935,Count:231},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.4119718309859155,Kills:2.964788732394366,Deaths:3.232394366197183,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4049295774647885,Count:284},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45038167938931295,Kills:2.5839694656488548,Deaths:2.9580152671755724,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40458015267175573,Count:262},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:2,Winner:.7065868263473054,Kills:5.922155688622754,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4850299401197606,Count:167},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.38688524590163936,Kills:.8098360655737705,Deaths:1.8295081967213114,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.28852459016393445,Count:305},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5315315315315315,Kills:2.9234234234234235,Deaths:2.6126126126126126,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7792792792792793,Count:222},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:0,Winner:.43010752688172044,Kills:3.8422939068100357,Deaths:4.007168458781362,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4265232974910393,Count:279},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:1,Winner:.4819277108433735,Kills:4.184738955823293,Deaths:4.353413654618474,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.891566265060241,Count:249},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:1,Winner:.49382716049382713,Kills:4.102880658436214,Deaths:4.098765432098766,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.728395061728395,Count:243},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5627906976744186,Kills:2.772093023255814,Deaths:2.8790697674418606,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3953488372093023,Count:215},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.510548523206751,Kills:1.6582278481012658,Deaths:2.2151898734177213,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5527426160337553,Count:237},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4763779527559055,Kills:2.4803149606299213,Deaths:2.7559055118110236,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4881889763779528,Count:254},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5422222222222223,Kills:1.9022222222222223,Deaths:2.351111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8488888888888889,Count:225},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:1,Winner:.5236051502145923,Kills:4.167381974248927,Deaths:4.351931330472103,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9313304721030042,Count:233},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.4392857142857143,Kills:3.3321428571428573,Deaths:4.614285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4642857142857144,Count:280},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:2,Winner:.48638132295719844,Kills:5.097276264591439,Deaths:4.11284046692607,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.813229571984436,Count:257},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:1,Winner:.5707762557077626,Kills:4.598173515981735,Deaths:4.168949771689498,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0045662100456623,Count:219},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"casual_aral",LevelBucket:1,Winner:.4770992366412214,Kills:4.4465648854961835,Deaths:4.786259541984733,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.515267175572519,Count:262},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:2,Winner:.6218905472636815,Kills:4.786069651741293,Deaths:3.572139303482587,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1791044776119404,Count:201},{Actor:"*Tony*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4084967320261438,Kills:3.9313725490196076,Deaths:4.313725490196078,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2941176470588234,Count:306},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:1,Winner:.43859649122807015,Kills:4.108771929824561,Deaths:5.168421052631579,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.16140350877193,Count:285},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"casual_aral",LevelBucket:1,Winner:.5186721991701245,Kills:4.672199170124482,Deaths:4.132780082987552,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9460580912863072,Count:241},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5630630630630631,Kills:2.8828828828828827,Deaths:2.2432432432432434,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4369369369369369,Count:222},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:1,Winner:.39747634069400634,Kills:4.132492113564669,Deaths:4.65615141955836,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2681388012618298,Count:317},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4980392156862745,Kills:2.4196078431372547,Deaths:2.23921568627451,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.34509803921568627,Count:255},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.616504854368932,Kills:3.4174757281553396,Deaths:2.033980582524272,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6067961165048543,Count:206},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4847328244274809,Kills:1.7786259541984732,Deaths:2.435114503816794,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:262},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"casual_aral",LevelBucket:1,Winner:.5245901639344263,Kills:5.114754098360656,Deaths:4.508196721311475,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7950819672131146,Count:244},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:1,Winner:.48484848484848486,Kills:4.587121212121212,Deaths:4.78030303030303,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.912878787878788,Count:264},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5203252032520326,Kills:2.207317073170732,Deaths:2.1910569105691056,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:246},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4169381107491857,Kills:1.4560260586319218,Deaths:2.228013029315961,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48859934853420195,Count:307},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.42524916943521596,Kills:2.4019933554817277,Deaths:2.5946843853820596,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3388704318936877,Count:301},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:1,Winner:.4708029197080292,Kills:3.2262773722627736,Deaths:3.989051094890511,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.781021897810219,Count:274},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5327868852459017,Kills:2.2295081967213113,Deaths:1.9795081967213115,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47540983606557374,Count:244},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"casual_aral",LevelBucket:1,Winner:.5368852459016393,Kills:3.6885245901639343,Deaths:3.848360655737705,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0450819672131146,Count:244},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5,Kills:2.2083333333333335,Deaths:2.231060606060606,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45075757575757575,Count:264},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:1,Winner:.43853820598006643,Kills:5.033222591362127,Deaths:4.4352159468438535,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5548172757475083,Count:301},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:2,Winner:.5477178423236515,Kills:3.215767634854772,Deaths:3.66804979253112,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7510373443983402,Count:241},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.40181268882175225,Kills:3.283987915407855,Deaths:3.5558912386706947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5438066465256797,Count:331},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:1,Winner:.4539249146757679,Kills:4.296928327645051,Deaths:4.040955631399317,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5563139931740615,Count:293},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:1,Winner:.5135135135135135,Kills:4.11969111969112,Deaths:3.494208494208494,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.911196911196911,Count:259},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:1,Winner:.44966442953020136,Kills:4.208053691275167,Deaths:4.10738255033557,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.295302013422819,Count:298},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:1,Winner:.5491803278688525,Kills:4.577868852459017,Deaths:4.299180327868853,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.877049180327869,Count:244},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:0,Winner:.39067055393586003,Kills:4.478134110787172,Deaths:4.760932944606414,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.075801749271137,Count:343},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"casual_aral",LevelBucket:1,Winner:.5252918287937743,Kills:2.9494163424124515,Deaths:2.953307392996109,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.821011673151751,Count:257},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:0,Winner:.4426229508196721,Kills:4.386885245901639,Deaths:4.118032786885246,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.259016393442623,Count:305},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4179566563467492,Kills:2.281733746130031,Deaths:2.6594427244582044,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5232198142414861,Count:323},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:1,Winner:.44554455445544555,Kills:4.148514851485149,Deaths:4.224422442244224,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6633663366336635,Count:303},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4891304347826087,Kills:1.460144927536232,Deaths:1.9021739130434783,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3442028985507246,Count:276},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5037037037037037,Kills:1.7185185185185186,Deaths:2.237037037037037,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43333333333333335,Count:270},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4788732394366197,Kills:2.1901408450704225,Deaths:2.316901408450704,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4507042253521127,Count:284},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.47719298245614034,Kills:2.2070175438596493,Deaths:2.466666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6350877192982456,Count:285},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:1,Winner:.5,Kills:4.319852941176471,Deaths:4.294117647058823,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.588235294117647,Count:272},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4875444839857651,Kills:2.6548042704626336,Deaths:2.7508896797153026,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47686832740213525,Count:281},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:2,Winner:.5854700854700855,Kills:4.427350427350428,Deaths:3.551282051282051,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2777777777777777,Count:234},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.5369649805447471,Kills:3.8365758754863815,Deaths:3.4747081712062258,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9299610894941632,Count:257},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4826388888888889,Kills:1.6944444444444444,Deaths:2.232638888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5347222222222222,Count:288},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:1,Winner:.4793103448275862,Kills:4.26551724137931,Deaths:4.372413793103449,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.613793103448276,Count:290},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5714285714285714,Kills:1.7918367346938775,Deaths:2.0081632653061225,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5387755102040817,Count:245},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:1,Winner:.5108695652173914,Kills:2.4057971014492754,Deaths:3.431159420289855,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.681159420289855,Count:276},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.376,Kills:2.7146666666666666,Deaths:3.6586666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3173333333333335,Count:375},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4577922077922078,Kills:1.8149350649350648,Deaths:1.9448051948051948,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45454545454545453,Count:308},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:2,Winner:.48788927335640137,Kills:2.5121107266435985,Deaths:2.9480968858131487,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.754325259515571,Count:289},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:0,Winner:.461038961038961,Kills:4.191558441558442,Deaths:4.14935064935065,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6493506493506493,Count:308},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:1,Winner:.4879725085910653,Kills:3.058419243986254,Deaths:3.5326460481099655,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6460481099656357,Count:291},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.384,Kills:1.8266666666666667,Deaths:2.2773333333333334,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4746666666666667,Count:375},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4768211920529801,Kills:2.390728476821192,Deaths:2.5231788079470197,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4370860927152318,Count:302},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4630225080385852,Kills:1.5659163987138263,Deaths:2.1961414790996785,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3858520900321543,Count:311},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:0,Winner:.42151162790697677,Kills:3.502906976744186,Deaths:4.424418604651163,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2674418604651163,Count:344},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.36523929471032746,Kills:3.1083123425692696,Deaths:4.954659949622166,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0730478589420653,Count:397},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.40502793296089384,Kills:1.6843575418994414,Deaths:2.2709497206703912,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48324022346368717,Count:358},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49158249158249157,Kills:1.5353535353535352,Deaths:2.2794612794612794,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5420875420875421,Count:297},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:0,Winner:.45482866043613707,Kills:2.965732087227414,Deaths:3.6573208722741435,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.454828660436137,Count:321},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:1,Winner:.5159010600706714,Kills:3.1943462897526502,Deaths:3.8586572438162543,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.76678445229682,Count:283},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45768025078369906,Kills:2.115987460815047,Deaths:2.394984326018809,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5799373040752351,Count:319},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42485549132947975,Kills:1.8526011560693643,Deaths:2.6098265895953756,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3063583815028902,Count:346},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4966216216216216,Kills:2.722972972972973,Deaths:2.3445945945945947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44594594594594594,Count:296},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4049586776859504,Kills:1.8512396694214877,Deaths:2.355371900826446,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40771349862258954,Count:363},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:1,Winner:.550561797752809,Kills:5.265917602996255,Deaths:4.056179775280899,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.940074906367041,Count:267},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5016949152542373,Kills:1.6372881355932203,Deaths:2.1966101694915254,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4576271186440678,Count:295},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4668769716088328,Kills:2.2933753943217665,Deaths:2.678233438485804,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35962145110410093,Count:317},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:1,Winner:.4277456647398844,Kills:3.69364161849711,Deaths:3.8121387283236996,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.433526011560694,Count:346},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:2,Winner:.6944444444444444,Kills:5.180555555555555,Deaths:2.962962962962963,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.462962962962963,Count:216},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3546099290780142,Kills:1.8581560283687943,Deaths:2.6146572104018913,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44208037825059104,Count:423},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.41208791208791207,Kills:1.8434065934065933,Deaths:2.607142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3708791208791209,Count:364},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:1,Winner:.4870967741935484,Kills:2.7129032258064516,Deaths:3.767741935483871,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5483870967741935,Count:310},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5490909090909091,Kills:2.170909090909091,Deaths:2.5527272727272727,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3890909090909091,Count:275},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.42178770949720673,Kills:2.122905027932961,Deaths:2.4916201117318435,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39664804469273746,Count:358},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45345345345345345,Kills:2.5675675675675675,Deaths:2.5465465465465464,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3963963963963964,Count:333},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:2,Winner:.6129032258064516,Kills:5.088709677419355,Deaths:4.205645161290323,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.221774193548387,Count:248},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4355300859598854,Kills:2.2292263610315186,Deaths:2.5157593123209168,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3753581661891118,Count:349},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:1,Winner:.4578313253012048,Kills:4.521084337349397,Deaths:4.807228915662651,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6626506024096384,Count:332},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5527272727272727,Kills:2.0872727272727274,Deaths:2.04,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4581818181818182,Count:275},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48417721518987344,Kills:1.2088607594936709,Deaths:1.9050632911392404,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4272151898734177,Count:316},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:0,Winner:.4409221902017291,Kills:3.9913544668587897,Deaths:4.097982708933718,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6657060518731988,Count:347},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:0,Winner:.43137254901960786,Kills:3.787114845938375,Deaths:4.476190476190476,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4005602240896358,Count:357},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49838187702265374,Kills:1.6957928802588997,Deaths:2.158576051779935,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3786407766990291,Count:309},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4873417721518987,Kills:2.2753164556962027,Deaths:2.6139240506329116,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3860759493670886,Count:316},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:0,Winner:.5032467532467533,Kills:5.061688311688312,Deaths:4.512987012987013,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.685064935064935,Count:308},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:1,Winner:.603112840466926,Kills:5.276264591439689,Deaths:3.6614785992217898,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.093385214007782,Count:257},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:2,Winner:.5115511551155115,Kills:4.122112211221122,Deaths:4.396039603960396,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8844884488448845,Count:303},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5611510791366906,Kills:2.0431654676258995,Deaths:2.2805755395683454,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46402877697841727,Count:278},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47147147147147145,Kills:1.8588588588588588,Deaths:1.87987987987988,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5375375375375375,Count:333},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4460227272727273,Kills:1.8948863636363635,Deaths:2.559659090909091,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3096590909090909,Count:352},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:2,Winner:.5508771929824562,Kills:4.066666666666666,Deaths:3.4175438596491228,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9368421052631577,Count:285},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"casual_aral",LevelBucket:1,Winner:.45664739884393063,Kills:3.6416184971098264,Deaths:4.020231213872832,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.708092485549133,Count:346},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4475920679886686,Kills:1.0368271954674222,Deaths:1.6770538243626063,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.34844192634560905,Count:353},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4305177111716621,Kills:2.302452316076294,Deaths:2.550408719346049,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37329700272479566,Count:367},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:0,Winner:.40616966580976865,Kills:4.056555269922879,Deaths:4.912596401028278,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.190231362467866,Count:389},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:1,Winner:.43561643835616437,Kills:4.063013698630137,Deaths:5.052054794520548,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4273972602739726,Count:365},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:1,Winner:.5445205479452054,Kills:3.4486301369863015,Deaths:3.845890410958904,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.671232876712329,Count:292},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4542857142857143,Kills:2.1342857142857143,Deaths:2.48,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5371428571428571,Count:350},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49079754601226994,Kills:1.861963190184049,Deaths:1.8803680981595092,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4294478527607362,Count:326},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5228758169934641,Kills:2.022875816993464,Deaths:2.303921568627451,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4215686274509804,Count:306},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47352941176470587,Kills:2.5205882352941176,Deaths:2.3823529411764706,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5147058823529411,Count:340},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:0,Winner:.5328947368421053,Kills:2.825657894736842,Deaths:3.723684210526316,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6414473684210527,Count:304},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5684210526315789,Kills:1.7473684210526317,Deaths:1.856140350877193,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5298245614035088,Count:285},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4358288770053476,Kills:1.3823529411764706,Deaths:1.967914438502674,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3983957219251337,Count:374},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"casual_aral",LevelBucket:1,Winner:.6074074074074074,Kills:3.1481481481481484,Deaths:3.0925925925925926,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.962962962962963,Count:270},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5046153846153846,Kills:1.96,Deaths:2.0153846153846153,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4276923076923077,Count:325},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"casual_aral",LevelBucket:1,Winner:.4837758112094395,Kills:3.920353982300885,Deaths:4.640117994100295,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.640117994100295,Count:339},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.47988505747126436,Kills:2.310344827586207,Deaths:4.922413793103448,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.3850574712643677,Count:348},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:1,Winner:.4677871148459384,Kills:4.03641456582633,Deaths:4.383753501400561,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6134453781512605,Count:357},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:1,Winner:.5637583892617449,Kills:4.204697986577181,Deaths:3.738255033557047,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0503355704697985,Count:298},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5266457680250783,Kills:1.3636363636363635,Deaths:1.8777429467084639,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5109717868338558,Count:319},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4278481012658228,Kills:1.7620253164556963,Deaths:2.392405063291139,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42025316455696204,Count:395},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.40669856459330145,Kills:2.6004784688995217,Deaths:3.7822966507177034,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.411483253588517,Count:418},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.49853372434017595,Kills:2.964809384164223,Deaths:2.4281524926686218,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6070381231671554,Count:341},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"casual_aral",LevelBucket:0,Winner:.48295454545454547,Kills:3.71875,Deaths:4.636363636363637,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4943181818181817,Count:352},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4748603351955307,Kills:2.0810055865921786,Deaths:2.564245810055866,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43575418994413406,Count:358},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:2,Winner:.5466237942122186,Kills:5.19935691318328,Deaths:3.9389067524115755,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6913183279742765,Count:311},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:1,Winner:.49709302325581395,Kills:1.4563953488372092,Deaths:1.9069767441860466,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9593023255813953,Count:344},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"casual_aral",LevelBucket:1,Winner:.5327102803738317,Kills:4.632398753894081,Deaths:4.582554517133956,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7757009345794392,Count:321},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4479166666666667,Kills:2.078125,Deaths:2.5182291666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:384},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"casual_aral",LevelBucket:1,Winner:.6056338028169014,Kills:2.9049295774647885,Deaths:3.214788732394366,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.066901408450704,Count:284},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:0,Winner:.46112600536193027,Kills:4.351206434316354,Deaths:4.632707774798928,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4262734584450403,Count:373},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:0,Winner:.49712643678160917,Kills:4.870689655172414,Deaths:4.135057471264368,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8994252873563218,Count:348},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:1,Winner:.5562700964630225,Kills:4.07395498392283,Deaths:4.729903536977492,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.643086816720257,Count:311},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5474683544303798,Kills:3.8259493670886076,Deaths:2.8069620253164556,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5474683544303798,Count:316},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:0,Winner:.5576923076923077,Kills:4.278846153846154,Deaths:3.8621794871794872,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8076923076923075,Count:312},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:2.778735632183908,Deaths:3.442528735632184,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.824712643678161,Count:348},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:1,Winner:.49291784702549574,Kills:3.8753541076487252,Deaths:4.696883852691218,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7025495750708215,Count:353},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5043478260869565,Kills:2.663768115942029,Deaths:2.5159420289855072,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48985507246376814,Count:345},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4037122969837587,Kills:2.0603248259860787,Deaths:2.6426914153132253,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39675174013921116,Count:431},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:0,Winner:.49714285714285716,Kills:3.277142857142857,Deaths:3.854285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.66,Count:350},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:1,Winner:.4268292682926829,Kills:4.326829268292683,Deaths:4.15609756097561,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.473170731707317,Count:410},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:1,Winner:.4971590909090909,Kills:3.5426136363636362,Deaths:3.6676136363636362,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7301136363636362,Count:352},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4985835694050991,Kills:1.5269121813031161,Deaths:1.9206798866855523,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38526912181303113,Count:353},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43031784841075793,Kills:2.237163814180929,Deaths:2.466992665036675,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45232273838630804,Count:409},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:2,Winner:.5114942528735632,Kills:4.235632183908046,Deaths:4.123563218390805,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8764367816091956,Count:348},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5615141955835962,Kills:3.356466876971609,Deaths:2.580441640378549,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.526813880126183,Count:317},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:0,Winner:.5233918128654971,Kills:3.2339181286549707,Deaths:3.716374269005848,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.757309941520468,Count:342},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:0,Winner:.5391566265060241,Kills:4.057228915662651,Deaths:4.493975903614458,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8283132530120483,Count:332},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:0,Winner:.48118279569892475,Kills:4.330645161290323,Deaths:4.166666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.774193548387097,Count:372},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.468586387434555,Kills:1.3219895287958114,Deaths:1.7460732984293195,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.518324607329843,Count:382},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4513715710723192,Kills:2.486284289276808,Deaths:2.7231920199501247,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5561097256857855,Count:401},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:1,Winner:.5171428571428571,Kills:3.2142857142857144,Deaths:3.874285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.677142857142857,Count:350},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5321637426900585,Kills:3.002923976608187,Deaths:2.760233918128655,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49707602339181284,Count:342},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5368731563421829,Kills:1.2713864306784661,Deaths:1.640117994100295,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5663716814159292,Count:339},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.42924528301886794,Kills:2.681603773584906,Deaths:4.384433962264151,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9103773584905661,Count:424},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.65,Kills:3.7928571428571427,Deaths:2.289285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9071428571428571,Count:280},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:0,Winner:.46464646464646464,Kills:3.9292929292929295,Deaths:4.732323232323233,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.532828282828283,Count:396},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:1,Winner:.5317919075144508,Kills:3.7427745664739884,Deaths:4.332369942196531,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.684971098265896,Count:346},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5242165242165242,Kills:2.6837606837606836,Deaths:2.623931623931624,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4843304843304843,Count:351},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49865229110512127,Kills:1.8059299191374663,Deaths:2.070080862533693,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3719676549865229,Count:371},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:2,Winner:.41517857142857145,Kills:4.71875,Deaths:4.462053571428571,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.265625,Count:448},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:1,Winner:.5598802395209581,Kills:5.014970059880239,Deaths:4.092814371257485,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8892215568862274,Count:334},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.428246013667426,Kills:2.009111617312073,Deaths:2.6036446469248293,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35990888382687924,Count:439},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.45410628019323673,Kills:2.4806763285024154,Deaths:2.601449275362319,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5289855072463768,Count:414},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4986737400530504,Kills:.896551724137931,Deaths:1.6180371352785146,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4854111405835544,Count:377},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:1,Winner:.6057692307692307,Kills:2.6891025641025643,Deaths:3.076923076923077,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.128205128205128,Count:312},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.6597222222222222,Kills:6.256944444444445,Deaths:4.072916666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.361111111111111,Count:288},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:2,Winner:.6345514950166113,Kills:5.647840531561462,Deaths:3.6710963455149503,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3156146179401995,Count:301},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:0,Winner:.47869674185463656,Kills:3.6791979949874687,Deaths:3.6290726817042605,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6140350877192984,Count:399},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:0,Winner:.4321266968325792,Kills:3.7828054298642533,Deaths:4.319004524886878,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.434389140271493,Count:442},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5552325581395349,Kills:2.244186046511628,Deaths:2.2848837209302326,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7441860465116279,Count:344},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:0,Winner:.5079365079365079,Kills:4.526455026455026,Deaths:3.955026455026455,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6825396825396823,Count:378},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:1,Winner:.6056782334384858,Kills:4.359621451104101,Deaths:3.826498422712934,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2334384858044163,Count:317},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:0,Winner:.4304932735426009,Kills:5.0358744394618835,Deaths:4.84304932735426,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4551569506726456,Count:446},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:0,Winner:.4674698795180723,Kills:3.4265060240963856,Deaths:3.310843373493976,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.575903614457831,Count:415},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:1,Winner:.5672514619883041,Kills:4.692982456140351,Deaths:3.4005847953216373,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.064327485380117,Count:342},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:0,Winner:.4674698795180723,Kills:4.253012048192771,Deaths:4.554216867469879,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.544578313253012,Count:415},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4401805869074492,Kills:2.507900677200903,Deaths:2.706546275395034,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3792325056433409,Count:443},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5357142857142857,Kills:1.4972527472527473,Deaths:1.379120879120879,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5439560439560439,Count:364},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:0,Winner:.436241610738255,Kills:4.7539149888143175,Deaths:4.5480984340044746,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3579418344519016,Count:447},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:1,Winner:.5429362880886427,Kills:2.9778393351800556,Deaths:3.5623268698060944,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.011080332409972,Count:361},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:1,Winner:.38104448742746616,Kills:4.6518375241779495,Deaths:4.601547388781431,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.13926499032882,Count:517},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:1,Winner:.5142857142857142,Kills:3.522077922077922,Deaths:3.3402597402597403,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.787012987012987,Count:385},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:1,Winner:.5063938618925832,Kills:3.9744245524296673,Deaths:4.304347826086956,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.652173913043478,Count:391},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:1,Winner:.5577464788732395,Kills:4.771830985915493,Deaths:4.149295774647888,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1098591549295773,Count:355},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:0,Winner:.4479638009049774,Kills:3.9547511312217196,Deaths:3.51131221719457,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.506787330316742,Count:442},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:0,Winner:.41200828157349895,Kills:3.875776397515528,Deaths:5.211180124223603,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.153209109730849,Count:483},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:1,Winner:.46403712296983757,Kills:4.580046403712297,Deaths:4.433874709976799,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7726218097447797,Count:431},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:1,Winner:.4797136038186158,Kills:4.315035799522673,Deaths:4.097852028639618,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.739856801909308,Count:419},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.42138364779874216,Kills:3.3165618448637315,Deaths:3.4821802935010484,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.492662473794549,Count:477},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.7013888888888888,Kills:3.6215277777777777,Deaths:1.9583333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7569444444444444,Count:288},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:0,Winner:.46436781609195404,Kills:4.110344827586207,Deaths:4.468965517241379,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5310344827586206,Count:435},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:0,Winner:.4580498866213152,Kills:3.1043083900226756,Deaths:3.3741496598639458,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5941043083900226,Count:441},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:1,Winner:.4719626168224299,Kills:3.7429906542056073,Deaths:4.539719626168225,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6051401869158877,Count:428},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:0,Winner:.48325358851674644,Kills:4.2272727272727275,Deaths:4.464114832535885,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6411483253588517,Count:418},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:0,Winner:.5456989247311828,Kills:4.454301075268817,Deaths:4.736559139784946,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8763440860215055,Count:372},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:1,Winner:.4963325183374083,Kills:2.9926650366748166,Deaths:3.7921760391198043,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.606356968215159,Count:409},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:0,Winner:.4584269662921348,Kills:3.795505617977528,Deaths:4.878651685393258,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4764044943820225,Count:445},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45657015590200445,Kills:1.599109131403118,Deaths:2.2383073496659245,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3585746102449889,Count:449},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:1,Winner:.5555555555555556,Kills:4.197831978319783,Deaths:3.951219512195122,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.008130081300813,Count:369},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.36804308797127466,Kills:3.5080789946140034,Deaths:4.526032315978456,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.132854578096948,Count:557},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:1,Winner:.4485776805251641,Kills:4.74835886214442,Deaths:4.050328227571116,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.636761487964989,Count:457},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47785547785547783,Kills:2.1538461538461537,Deaths:2.445221445221445,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5337995337995338,Count:429},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:0,Winner:.5099009900990099,Kills:4.242574257425742,Deaths:4.2004950495049505,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.900990099009901,Count:404},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.42946058091286304,Kills:2.7012448132780085,Deaths:3.4024896265560165,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5145228215767634,Count:482},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5606469002695418,Kills:2.4474393530997305,Deaths:2.288409703504043,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46900269541778977,Count:371},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5251256281407035,Kills:.8969849246231156,Deaths:1.4572864321608041,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6658291457286433,Count:398},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:1,Winner:.4475374732334047,Kills:2.982869379014989,Deaths:3.5931477516059958,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.678800856531049,Count:467},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:1,Winner:.5753424657534246,Kills:2.8328767123287673,Deaths:3.1424657534246574,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.16986301369863,Count:365},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:0,Winner:.4606986899563319,Kills:2.004366812227074,Deaths:3.574235807860262,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.668122270742358,Count:458},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.46373626373626375,Kills:2.487912087912088,Deaths:2.586813186813187,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3626373626373626,Count:455},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.42115768463073855,Kills:1.968063872255489,Deaths:2.407185628742515,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5728542914171657,Count:501},{Actor:"*Varya*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4231536926147705,Kills:1.6766467065868262,Deaths:2.4830339321357284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5429141716566867,Count:501},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:1,Winner:.5380710659898477,Kills:5.307106598984771,Deaths:4.840101522842639,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.850253807106599,Count:394},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5220588235294118,Kills:1.9019607843137254,Deaths:2.4191176470588234,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6397058823529411,Count:408},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.504739336492891,Kills:.8720379146919431,Deaths:1.7322274881516588,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42890995260663506,Count:422},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.513189448441247,Kills:2.0719424460431655,Deaths:2.3477218225419665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3932853717026379,Count:417},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:2,Winner:.7686832740213523,Kills:5.850533807829182,Deaths:3.619217081850534,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8256227758007118,Count:281},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.494279176201373,Kills:5.80091533180778,Deaths:5.327231121281464,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.954233409610984,Count:437},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:0,Winner:.5371287128712872,Kills:4.0495049504950495,Deaths:4.205445544554456,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.762376237623762,Count:404},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5740740740740741,Kills:1.9814814814814814,Deaths:2.058201058201058,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4365079365079365,Count:378},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:2,Winner:.55470737913486,Kills:4.755725190839694,Deaths:3.4427480916030535,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1653944020356235,Count:393},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.5518987341772152,Kills:5.0708860759493675,Deaths:3.820253164556962,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.921518987341772,Count:395},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:1,Winner:.5396039603960396,Kills:3.767326732673267,Deaths:3.6881188118811883,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.737623762376238,Count:404},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4036697247706422,Kills:2.436697247706422,Deaths:1.961467889908257,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3559633027522936,Count:545},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.533816425120773,Kills:1.78743961352657,Deaths:2.1231884057971016,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.33816425120772947,Count:414},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:0,Winner:.44646464646464645,Kills:2.963636363636364,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.480808080808081,Count:495},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:0,Winner:.4346978557504873,Kills:3.2339181286549707,Deaths:3.8810916179337234,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4814814814814814,Count:513},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:0,Winner:.4588477366255144,Kills:4.38477366255144,Deaths:4.44238683127572,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6810699588477367,Count:486},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:0,Winner:.6109589041095891,Kills:5.419178082191781,Deaths:4.038356164383561,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.326027397260274,Count:365},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3279648609077599,Kills:1.5666178623718887,Deaths:2.5300146412884335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3733528550512445,Count:683},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5114155251141552,Kills:3.0228310502283104,Deaths:2.84703196347032,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6141552511415526,Count:438},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:0,Winner:.45,Kills:3.754,Deaths:4.508,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6,Count:500},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45582329317269077,Kills:2.244979919678715,Deaths:2.5060240963855422,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42570281124497994,Count:498},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5443645083932853,Kills:.4748201438848921,Deaths:.5059952038369304,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6690647482014388,Count:417},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:1,Winner:.5469879518072289,Kills:4.862650602409639,Deaths:4.086746987951807,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8891566265060242,Count:415},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:1,Winner:.6666666666666666,Kills:5.6608187134502925,Deaths:3.9678362573099415,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4064327485380117,Count:342},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:0,Winner:.637883008356546,Kills:4.835654596100278,Deaths:3.4206128133704734,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3231197771587744,Count:359},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4711934156378601,Kills:2.94238683127572,Deaths:2.5699588477366255,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5308641975308642,Count:486},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:0,Winner:.5145413870246085,Kills:4.299776286353468,Deaths:4.25503355704698,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8120805369127515,Count:447},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:1,Winner:.5311778290993071,Kills:4.25635103926097,Deaths:3.6605080831408774,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9815242494226326,Count:433},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48739495798319327,Kills:2.2205882352941178,Deaths:2.313025210084034,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35294117647058826,Count:476},{Actor:"*Reim*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.45759368836291914,Kills:4.798816568047338,Deaths:6.06508875739645,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.903353057199211,Count:507},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:0,Winner:.6186666666666667,Kills:4.504,Deaths:3.6853333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2,Count:375},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.5587529976019184,Kills:5.103117505995204,Deaths:4.4844124700239805,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9256594724220624,Count:417},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4716599190283401,Kills:2.48582995951417,Deaths:2.783400809716599,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4392712550607287,Count:494},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.47657841140529533,Kills:6.70061099796334,Deaths:5.788187372708758,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.735234215885947,Count:491},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.41711229946524064,Kills:2.014260249554367,Deaths:2.841354723707665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.26916221033868093,Count:561},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:0,Winner:.4895833333333333,Kills:4.364583333333333,Deaths:4.335416666666666,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.689583333333333,Count:480},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4766734279918864,Kills:1.1724137931034482,Deaths:1.9371196754563895,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36105476673427994,Count:493},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:1,Winner:.4787018255578093,Kills:4.344827586206897,Deaths:4.338742393509127,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7302231237322516,Count:493},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4619883040935672,Kills:2.4541910331384016,Deaths:2.4463937621832357,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3898635477582846,Count:513},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5486111111111112,Kills:2.9050925925925926,Deaths:4.12037037037037,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.962962962962963,Count:432},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:1,Winner:.5,Kills:4.718487394957983,Deaths:4.361344537815126,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7899159663865545,Count:476},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:0,Winner:.510548523206751,Kills:4.042194092827004,Deaths:4.9957805907173,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.521097046413502,Count:474},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5138004246284501,Kills:1.0233545647558386,Deaths:1.5583864118895967,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5371549893842887,Count:471},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:1,Winner:.5353982300884956,Kills:4.134955752212389,Deaths:4.548672566371682,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8030973451327434,Count:452},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5388026607538803,Kills:2.4057649667405765,Deaths:2.680709534368071,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4567627494456763,Count:451},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6198979591836735,Kills:3.8010204081632653,Deaths:2.4183673469387754,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6326530612244898,Count:392},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:1,Winner:.5072463768115942,Kills:3.712215320910973,Deaths:4.254658385093168,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7950310559006213,Count:483},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.40229885057471265,Kills:2.5779967159277506,Deaths:3.4400656814449917,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2725779967159276,Count:609},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.508298755186722,Kills:.9377593360995851,Deaths:1.54149377593361,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5746887966804979,Count:482},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.40863787375415284,Kills:2.700996677740864,Deaths:2.903654485049834,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3953488372093023,Count:602},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:1,Winner:.4969818913480885,Kills:2.9859154929577465,Deaths:3.2917505030181085,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9336016096579476,Count:497},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.37883435582822084,Kills:1.728527607361963,Deaths:2.6273006134969323,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5230061349693251,Count:652},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:0,Winner:.4660377358490566,Kills:3.516981132075472,Deaths:3.8150943396226413,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.637735849056604,Count:530},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:0,Winner:.4911242603550296,Kills:4.151873767258382,Deaths:4.04930966469428,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.741617357001972,Count:507},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4472271914132379,Kills:2.2540250447227193,Deaths:2.6833631484794274,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5241502683363148,Count:559},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:0,Winner:.5283018867924528,Kills:4.320754716981132,Deaths:4.335429769392033,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8238993710691824,Count:477},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:0,Winner:.4819734345351044,Kills:3.7229601518026567,Deaths:4.333965844402277,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.544592030360531,Count:527},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:0,Winner:.5100401606425703,Kills:4.218875502008032,Deaths:4.072289156626506,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.716867469879518,Count:498},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:0,Winner:.4434782608695652,Kills:4.551304347826087,Deaths:4.746086956521739,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5791304347826087,Count:575},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:2,Winner:.6207729468599034,Kills:4.294685990338165,Deaths:3.4130434782608696,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.364734299516908,Count:414},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:0,Winner:.6104513064133017,Kills:5.375296912114014,Deaths:4.289786223277909,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.130641330166271,Count:421},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:0,Winner:.582392776523702,Kills:2.6478555304740405,Deaths:3.0993227990970653,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.072234762979684,Count:443},{Actor:"*Tony*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4574468085106383,Kills:2.0620567375886525,Deaths:2.372340425531915,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36347517730496454,Count:564},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.524390243902439,Kills:4.17479674796748,Deaths:4.632113821138211,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.863821138211382,Count:492},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.35537190082644626,Kills:1.8870523415977962,Deaths:2.257575757575758,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.33884297520661155,Count:726},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5341614906832298,Kills:2.1821946169772257,Deaths:2.4244306418219463,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7308488612836439,Count:483},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5981524249422633,Kills:3.1293302540415704,Deaths:2.0554272517321017,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6143187066974596,Count:433},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:0,Winner:.5118577075098815,Kills:5,Deaths:4.031620553359684,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.699604743083004,Count:506},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4184168012924071,Kills:2.113085621970921,Deaths:2.8061389337641356,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2762520193861066,Count:619},{Actor:"*Varya*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.3981623277182236,Kills:4.569678407350689,Deaths:5.8284839203675345,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9724349157733538,Count:653},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:0,Winner:.4781021897810219,Kills:4.098540145985401,Deaths:3.5346715328467155,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.854014598540146,Count:548},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:1,Winner:.5668103448275862,Kills:4.969827586206897,Deaths:3.7995689655172415,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0129310344827585,Count:464},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4558058925476603,Kills:1.3379549393414212,Deaths:1.9098786828422878,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37954939341421146,Count:577},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:0,Winner:.6050228310502284,Kills:4.353881278538813,Deaths:3.7168949771689497,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1392694063926943,Count:438},{Actor:"*Malene*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3437094682230869,Kills:1.4137483787289236,Deaths:2.223086900129702,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.311284046692607,Count:771},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5095419847328244,Kills:2.7022900763358777,Deaths:2.4427480916030535,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3893129770992366,Count:524},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.551440329218107,Kills:2.6934156378600824,Deaths:2.3909465020576133,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6213991769547325,Count:486},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4438943894389439,Kills:2.301980198019802,Deaths:2.716171617161716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4768976897689769,Count:606},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.7211796246648794,Kills:6.150134048257373,Deaths:3.8471849865951744,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4906166219839143,Count:373},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:1,Winner:.6094808126410836,Kills:5.1715575620767495,Deaths:4.1647855530474045,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.327313769751693,Count:443},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4891696750902527,Kills:2.4693140794223827,Deaths:2.3176895306859207,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4368231046931408,Count:554},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:0,Winner:.6044444444444445,Kills:5.38,Deaths:4.237777777777778,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2422222222222223,Count:450},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:0,Winner:.5429141716566867,Kills:3.007984031936128,Deaths:3.604790419161677,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6986027944111775,Count:501},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5526315789473685,Kills:3.402834008097166,Deaths:2.7024291497975708,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47368421052631576,Count:494},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:0,Winner:.5714285714285714,Kills:4.36231884057971,Deaths:3.801242236024845,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9440993788819876,Count:483},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:1,Winner:.5621181262729125,Kills:3.865580448065173,Deaths:3.5417515274949083,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.879837067209776,Count:491},{Actor:"*Malene*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4734133790737564,Kills:5.34819897084048,Deaths:4.622641509433962,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8216123499142367,Count:583},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:0,Winner:.6549295774647887,Kills:6.053990610328638,Deaths:3.5093896713615025,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2370892018779345,Count:426},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5343511450381679,Kills:2.645038167938931,Deaths:2.2900763358778624,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42366412213740456,Count:524},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.49645390070921985,Kills:1.7677304964539007,Deaths:1.9663120567375887,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4574468085106383,Count:564},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.42835365853658536,Kills:2.413109756097561,Deaths:2.192073170731707,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.31859756097560976,Count:656},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.3671875,Kills:1.5950520833333333,Deaths:2.54296875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40625,Count:768},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.44976076555023925,Kills:4.301435406698564,Deaths:4.8708133971291865,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2615629984051036,Count:627},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4236526946107784,Kills:1.4850299401197604,Deaths:2.062874251497006,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3772455089820359,Count:668},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4565916398713826,Kills:2.2363344051446945,Deaths:2.6511254019292605,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39228295819935693,Count:622},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:1,Winner:.5978947368421053,Kills:5.414736842105263,Deaths:4.191578947368421,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1936842105263157,Count:475},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5245009074410163,Kills:2.1869328493647915,Deaths:2.3012704174228675,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3666061705989111,Count:551},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.42313323572474376,Kills:2.4216691068814056,Deaths:3.0190336749633966,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4816983894582723,Count:683},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5398886827458256,Kills:2.5176252319109462,Deaths:2.391465677179963,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47309833024118736,Count:539},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43131462333825704,Kills:2.3456425406203842,Deaths:2.6469719350073855,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5745937961595273,Count:677},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.46540880503144655,Kills:2.3663522012578615,Deaths:2.242138364779874,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.32547169811320753,Count:636},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49665551839464883,Kills:2.239130434782609,Deaths:2.5551839464882944,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4698996655518395,Count:598},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:0,Winner:.5094017094017094,Kills:2.8205128205128207,Deaths:3.658119658119658,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.764102564102564,Count:585},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5025125628140703,Kills:2.5376884422110555,Deaths:4.835845896147403,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.4840871021775544,Count:597},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5198618307426598,Kills:1.1157167530224525,Deaths:1.5181347150259068,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5233160621761658,Count:579},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5136518771331058,Kills:2.3993174061433447,Deaths:2.112627986348123,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4709897610921502,Count:586},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:1,Winner:.6425531914893617,Kills:4.8808510638297875,Deaths:3.24468085106383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4382978723404256,Count:470},{Actor:"*Petal*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5152542372881356,Kills:5.149152542372882,Deaths:4.893220338983051,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4661016949152543,Count:590},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:1,Winner:.5515370705244123,Kills:4.618444846292948,Deaths:3.5027124773960217,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2079566003616637,Count:553},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.496742671009772,Kills:2.8876221498371337,Deaths:2.768729641693811,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38599348534201955,Count:614},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5032786885245901,Kills:2.60327868852459,Deaths:2.1918032786885244,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5557377049180328,Count:610},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5099667774086378,Kills:2.9003322259136213,Deaths:2.335548172757475,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.574750830564784,Count:602},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49597423510466987,Kills:2.674718196457327,Deaths:2.687600644122383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4605475040257649,Count:621},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4881516587677725,Kills:2.911532385466035,Deaths:2.5639810426540284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5260663507109005,Count:633},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.38729763387297633,Kills:3.3262764632627646,Deaths:3.7945205479452055,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3175591531755915,Count:803},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6170634920634921,Kills:2.9404761904761907,Deaths:2.234126984126984,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5873015873015873,Count:504},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4785276073619632,Kills:1.205521472392638,Deaths:1.6794478527607362,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4570552147239264,Count:652},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5288135593220339,Kills:2.493220338983051,Deaths:2.4084745762711863,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4711864406779661,Count:590},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:1,Winner:.6507276507276507,Kills:4.646569646569646,Deaths:3.5239085239085237,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.397089397089397,Count:481},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48753894080996885,Kills:1.2788161993769471,Deaths:1.8224299065420562,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3660436137071651,Count:642},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4976228209191759,Kills:1.3708399366085577,Deaths:1.9318541996830427,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40570522979397783,Count:631},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44569816643159377,Kills:2.1819464033850493,Deaths:2.602256699576869,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43582510578279265,Count:709},{Actor:"*Idris*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43526170798898073,Kills:2.40633608815427,Deaths:2.5358126721763083,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40633608815426997,Count:726},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49144634525660963,Kills:2.1430793157076207,Deaths:2.421461897356143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.702954898911353,Count:643},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47128129602356406,Kills:1.2209131075110458,Deaths:2.008836524300442,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41384388807069217,Count:679},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5431472081218274,Kills:2.6565143824027073,Deaths:2.042301184433164,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40947546531302875,Count:591},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4370771312584574,Kills:2.512855209742896,Deaths:2.7645466847090665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4654939106901218,Count:739},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.5015337423312883,Kills:3.9095092024539877,Deaths:3.973926380368098,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.799079754601227,Count:652},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5247208931419458,Kills:2.827751196172249,Deaths:2.2392344497607657,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5933014354066986,Count:627},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47819767441860467,Kills:2.8517441860465116,Deaths:2.5959302325581395,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5203488372093024,Count:688},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5172955974842768,Kills:2.7185534591194966,Deaths:2.091194968553459,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4229559748427673,Count:636},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.44,Kills:4.8773333333333335,Deaths:5.3693333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0613333333333332,Count:750},{Actor:"*Rona*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.41875,Kills:4.81875,Deaths:5.76,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8725,Count:800},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4207240948813982,Kills:1.6803995006242198,Deaths:2.15980024968789,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37453183520599254,Count:801},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5304212168486739,Kills:2.8798751950078003,Deaths:2.6084243369734788,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5023400936037441,Count:641},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4949201741654572,Kills:1.8447024673439767,Deaths:2.239477503628447,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5297532656023222,Count:689},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5269645608628659,Kills:2.1171032357473036,Deaths:2.201848998459168,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6764252696456087,Count:649},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4471968709256845,Kills:2.396349413298566,Deaths:2.7926988265971318,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39113428943937417,Count:767},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4537037037037037,Kills:1.8888888888888888,Deaths:2.5145502645502646,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5952380952380952,Count:756},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:1,Winner:.7288135593220338,Kills:6.646186440677966,Deaths:3.336864406779661,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6652542372881354,Count:472},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4496732026143791,Kills:2.41437908496732,Deaths:2.611764705882353,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5084967320261438,Count:765},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5058479532163743,Kills:2.858187134502924,Deaths:2.460526315789474,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4342105263157895,Count:684},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5185735512630015,Kills:2.4323922734026744,Deaths:2.554234769687964,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5601783060921248,Count:673},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42016806722689076,Kills:1.8079231692677071,Deaths:2.6482593037214888,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.29531812725090034,Count:833},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:1,Winner:.5562599049128367,Kills:4.393026941362916,Deaths:4.053882725832013,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.919175911251981,Count:631},{Actor:"*Lance*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.44029850746268656,Kills:3.082089552238806,Deaths:4.9950248756218905,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5236318407960199,Count:804},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:2,Winner:.6980392156862745,Kills:4.756862745098039,Deaths:3.2549019607843137,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5941176470588236,Count:510},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4710526315789474,Kills:1.8171052631578948,Deaths:2.1776315789473686,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4421052631578947,Count:760},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6295652173913043,Kills:3.0365217391304347,Deaths:1.9739130434782608,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7982608695652174,Count:575},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4219114219114219,Kills:2.1351981351981353,Deaths:2.7494172494172493,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2937062937062937,Count:858},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4677835051546392,Kills:3.176546391752577,Deaths:2.752577319587629,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4252577319587629,Count:776},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4965986394557823,Kills:3.2122448979591836,Deaths:3.108843537414966,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42993197278911566,Count:735},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4631979695431472,Kills:2.546954314720812,Deaths:2.713197969543147,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4035532994923858,Count:788},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.5140056022408963,Kills:4.014005602240896,Deaths:3.7100840336134455,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.925770308123249,Count:714},{Actor:"*Rona*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.42725173210161665,Kills:5.785219399538106,Deaths:6.359122401847575,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5612009237875288,Count:866},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.41611479028697573,Kills:5.424944812362031,Deaths:6.156732891832229,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5816777041942605,Count:906},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5571847507331378,Kills:2.2155425219941347,Deaths:2.2360703812316713,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4501466275659824,Count:682},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43209876543209874,Kills:2.1672278338945006,Deaths:2.389450056116723,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4118967452300786,Count:891},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5209742895805142,Kills:2.7726657645466846,Deaths:2.672530446549391,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7293640054127198,Count:739},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.48074534161490684,Kills:2.860869565217391,Deaths:3.4919254658385093,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.66583850931677,Count:805},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5606936416184971,Kills:1.1632947976878614,Deaths:1.439306358381503,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5346820809248555,Count:692},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.46634615384615385,Kills:1.3641826923076923,Deaths:1.9723557692307692,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36177884615384615,Count:832},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5063775510204082,Kills:2.99234693877551,Deaths:2.766581632653061,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6696428571428571,Count:784},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:2,Winner:.7411545623836127,Kills:6.48975791433892,Deaths:3.3109869646182495,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.702048417132216,Count:537},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.5537190082644629,Kills:4.758953168044077,Deaths:4.31404958677686,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.849862258953168,Count:726},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4908869987849332,Kills:2.5176184690157957,Deaths:2.4750911300121508,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5334143377885784,Count:823},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.40158259149357073,Kills:2.4747774480712166,Deaths:2.636003956478734,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3066271018793274,Count:1011},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5049627791563276,Kills:3.764267990074442,Deaths:4.910669975186104,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.84863523573201,Count:806},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5037037037037037,Kills:1.9061728395061728,Deaths:2.254320987654321,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6049382716049383,Count:810},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.46583143507972663,Kills:1.7209567198177675,Deaths:2.2539863325740317,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5045558086560364,Count:878},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.43816631130063965,Kills:3.6087420042643923,Deaths:4.872068230277185,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.474413646055437,Count:938},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5254452926208651,Kills:1.1055979643765903,Deaths:1.491094147582697,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:786},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.48645465253239106,Kills:3.426383981154299,Deaths:2.7997644287396937,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4840989399293286,Count:849},{Actor:"*Tony*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.48023255813953486,Kills:6.03139534883721,Deaths:6.184883720930233,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5755813953488371,Count:860},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5334190231362468,Kills:2.9318766066838045,Deaths:2.5719794344473006,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40488431876606684,Count:778},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4656319290465632,Kills:1.8082039911308203,Deaths:2.2527716186252773,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5066518847006651,Count:902},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5336721728081322,Kills:7.742058449809403,Deaths:6.0127064803049555,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5921219822109276,Count:787},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.47039106145251397,Kills:4.979888268156425,Deaths:5.635754189944134,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8078212290502793,Count:895},{Actor:"*Petal*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5335868187579215,Kills:6.435994930291508,Deaths:4.899873257287706,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9936628643852978,Count:789},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.46645021645021645,Kills:7.428571428571429,Deaths:6.454545454545454,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5097402597402598,Count:924},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5918918918918918,Kills:2.9824324324324323,Deaths:2.3986486486486487,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7054054054054054,Count:740},{Actor:"*Malene*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5098039215686274,Kills:4.904267589388697,Deaths:4.171856978085351,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.930795847750865,Count:867},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5304659498207885,Kills:2.6356033452807646,Deaths:2.4826762246117084,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3632019115890084,Count:837},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4994388327721661,Kills:2.6588103254769924,Deaths:2.695847362514029,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4489337822671156,Count:891},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5250291036088475,Kills:3.1979045401629804,Deaths:2.50058207217695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5389988358556461,Count:859},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5101123595505618,Kills:1.9438202247191012,Deaths:2.2067415730337077,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5685393258426966,Count:890},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.485653560042508,Kills:6.555791710945802,Deaths:5.229543039319872,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.022316684378321,Count:941},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5361305361305362,Kills:1.9976689976689976,Deaths:2.1235431235431235,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40792540792540793,Count:858},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.607661822985469,Kills:2.775429326287979,Deaths:2.6829590488771466,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9260237780713342,Count:757},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5403508771929825,Kills:.9052631578947369,Deaths:1.432748538011696,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6187134502923977,Count:855},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4707070707070707,Kills:5.273737373737374,Deaths:5.653535353535354,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8363636363636364,Count:990},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4322820037105751,Kills:2.3218923933209648,Deaths:2.362708719851577,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.29313543599257885,Count:1078},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47411167512690355,Kills:2.314720812182741,Deaths:2.3573604060913707,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41624365482233505,Count:985},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5179542981501633,Kills:2.9695321001088137,Deaths:2.6550598476605005,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6289445048966268,Count:919},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4592521572387344,Kills:1.9137104506232023,Deaths:2.292425695110259,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5589645254074784,Count:1043},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.4825918762088975,Kills:4.649903288201161,Deaths:4.189555125725338,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7852998065764023,Count:1034},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5341880341880342,Kills:2.4914529914529915,Deaths:2.2756410256410255,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47863247863247865,Count:936},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44661921708185054,Kills:1.8185053380782918,Deaths:2.400355871886121,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5516014234875445,Count:1124},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5348101265822784,Kills:2.2394514767932487,Deaths:2.2563291139240507,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3871308016877637,Count:948},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49299719887955185,Kills:2.8057889822595703,Deaths:2.8216619981325866,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4369747899159664,Count:1071},{Actor:"*Anka*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.49310027598896045,Kills:6.906163753449862,Deaths:6.459061637534498,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5372585096596136,Count:1087},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47975352112676056,Kills:.4876760563380282,Deaths:.5818661971830986,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.573943661971831,Count:1136},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4226961157654227,Kills:5.279512566641279,Deaths:5.512566641279513,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7974105102817974,Count:1313},{Actor:"*Joule*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5247432306255836,Kills:5.928104575163399,Deaths:5.453781512605042,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.082166199813259,Count:1071},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.530631479736098,Kills:2.4910461828463712,Deaths:2.5070688030160224,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36757775683317623,Count:1061},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5035714285714286,Kills:1.8928571428571428,Deaths:2.282142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6080357142857142,Count:1120},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4973544973544973,Kills:4.903880070546737,Deaths:5.447971781305115,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0881834215167547,Count:1134},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5732801595214357,Kills:2.9072781655034894,Deaths:2.153539381854437,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5872382851445663,Count:1003},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5017452006980803,Kills:2.4485165794066317,Deaths:2.4694589877835953,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3403141361256545,Count:1146},{Actor:"*Anka*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3923705722070845,Kills:3.9775204359673024,Deaths:5.244550408719346,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.094686648501362,Count:1468},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4982758620689655,Kills:2.8594827586206897,Deaths:2.4629310344827586,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5025862068965518,Count:1160},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5017123287671232,Kills:2.6267123287671232,Deaths:2.4794520547945207,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4143835616438356,Count:1168},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4962962962962963,Kills:1.4205761316872427,Deaths:1.7481481481481482,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4090534979423868,Count:1215},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5156118143459916,Kills:2.0649789029535865,Deaths:4.340928270042194,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9215189873417722,Count:1185},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5091514143094842,Kills:3.8693843594009985,Deaths:5.066555740432612,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7928452579034941,Count:1202},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4434030281182408,Kills:2.2855082912761358,Deaths:2.571016582552271,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4852198990627253,Count:1387},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48033924441017734,Kills:2.7108712413261373,Deaths:2.6121819583654586,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5913646877409406,Count:1297},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5841860465116279,Kills:3.5395348837209304,Deaths:2.471627906976744,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5153488372093024,Count:1075},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.44849334267694463,Kills:5.065872459705676,Deaths:5.068675543097407,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0021023125437982,Count:1427},{Actor:"*Taka*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4388586956521739,Kills:6.399456521739131,Deaths:5.515625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.438179347826087,Count:1472},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5225442834138486,Kills:1.8099838969404187,Deaths:4.130434782608695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7673107890499196,Count:1242},{Actor:"*Grace*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5371900826446281,Kills:2.994214876033058,Deaths:4.656198347107438,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.912396694214876,Count:1210},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4681303116147309,Kills:2.4192634560906514,Deaths:2.6161473087818696,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4971671388101983,Count:1412},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5296474358974359,Kills:2.5705128205128207,Deaths:2.5232371794871793,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6923076923076923,Count:1248},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5882874889086069,Kills:3.3957409050576755,Deaths:2.502218278615794,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5146406388642414,Count:1127},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5056689342403629,Kills:1.2093726379440666,Deaths:1.5328798185941044,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47014361300075586,Count:1323},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5924295774647887,Kills:1.044894366197183,Deaths:1.1725352112676057,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5897887323943662,Count:1136},{Actor:"*Tony*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5192901234567902,Kills:5.85570987654321,Deaths:5.468364197530864,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8101851851851851,Count:1296},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5018587360594795,Kills:7.394052044609666,Deaths:5.823791821561338,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8765799256505575,Count:1345},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5258687258687259,Kills:2.3166023166023164,Deaths:2.477992277992278,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5482625482625483,Count:1295},{Actor:"*Lance*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.43117536140791957,Kills:3.115021998742929,Deaths:5.319924575738529,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5675675675675675,Count:1591},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.47520661157024796,Kills:5.068870523415978,Deaths:5.3994490358126725,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1556473829201104,Count:1452},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.49394155381325733,Kills:4.5923022095509625,Deaths:4.620812544547398,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.18888096935139,Count:1403},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5289193302891934,Kills:2.0273972602739727,Deaths:2.2488584474885847,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6765601217656012,Count:1314},{Actor:"*Joule*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.513235294117647,Kills:6.396323529411765,Deaths:5.8882352941176475,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9036764705882352,Count:1360},{Actor:"*Skye*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.46750663129973474,Kills:5.063660477453581,Deaths:5.337533156498674,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8282493368700266,Count:1508},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.49113233287858116,Kills:2.9106412005457027,Deaths:4.442701227830832,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0607094133697137,Count:1466},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.49151391717583165,Kills:6.463679565512559,Deaths:5.552613713509844,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2281059063136457,Count:1473},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4644002565747274,Kills:2.289929441949968,Deaths:2.328415651058371,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45991019884541373,Count:1559},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5196288365453248,Kills:2.6045681655960027,Deaths:2.4089935760171306,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4261241970021413,Count:1401},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4380896226415094,Kills:2.419811320754717,Deaths:2.4091981132075473,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.26002358490566035,Count:1696},{Actor:"*Baron*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5040650406504065,Kills:5.386856368563685,Deaths:5.7289972899729,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3739837398373984,Count:1476},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.47215189873417723,Kills:6.091139240506329,Deaths:5.686075949367089,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7056962025316456,Count:1580},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5358166189111748,Kills:2.615329512893983,Deaths:2.3345272206303727,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.333810888252149,Count:1396},{Actor:"*Reim*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5480631276901005,Kills:5.766857962697274,Deaths:5.499282639885222,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9892395982783357,Count:1394},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5066225165562914,Kills:3.019205298013245,Deaths:2.943708609271523,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4417218543046358,Count:1510},{Actor:"*Krul*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.519945909398242,Kills:5.917511832319135,Deaths:5.584178498985802,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8316430020283976,Count:1479},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4958519463943842,Kills:2.9074664964901085,Deaths:2.544352265475431,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48181238034460755,Count:1567},{Actor:"*Varya*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.49809402795425667,Kills:4.707750952986023,Deaths:4.955527318932655,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.184243964421855,Count:1574},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5170157068062827,Kills:2.026178010471204,Deaths:2.2539267015706805,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6092931937172775,Count:1528},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5003065603923973,Kills:2.8166768853464133,Deaths:2.4420600858369097,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5021459227467812,Count:1631},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.478134110787172,Kills:5.474635568513119,Deaths:5.141107871720116,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.327113702623907,Count:1715},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.45942921096810296,Kills:2.7504196978175712,Deaths:4.38500279798545,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9384443200895356,Count:1787},{Actor:"*SAW*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.523719165085389,Kills:5.612270714737508,Deaths:6.45224541429475,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7115749525616697,Count:1581},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5222291797119599,Kills:2.9173450219160926,Deaths:2.6418284283030684,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6092673763306199,Count:1597},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5075987841945289,Kills:3.2085106382978723,Deaths:3.6638297872340426,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8443768996960486,Count:1645},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5636729222520107,Kills:2.6796246648793565,Deaths:2.1916890080428955,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6521447721179625,Count:1492},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.43653250773993807,Kills:7.108875128998968,Deaths:5.985552115583076,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5356037151702786,Count:1938},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5117117117117117,Kills:2.908708708708709,Deaths:2.464864864864865,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5357357357357357,Count:1665},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.516969696969697,Kills:2.7333333333333334,Deaths:2.769090909090909,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6987878787878787,Count:1650},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5542635658914729,Kills:2.6401808785529717,Deaths:2.1802325581395348,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5471576227390181,Count:1548},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5478316326530612,Kills:2.7531887755102042,Deaths:2.5720663265306123,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6651785714285714,Count:1568},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4906726964386659,Kills:5.770491803278689,Deaths:5.166195590729226,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.005087620124364,Count:1769},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5184967704051674,Kills:2.642982971227246,Deaths:2.416324133881386,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5214327657075749,Count:1703},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5094773118897186,Kills:7.499138426191844,Deaths:6.089029293509477,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8311315336013785,Count:1741},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.48294531672983215,Kills:3.002165674066053,Deaths:3.779101245262588,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8348673524634542,Count:1847},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.47926509186351707,Kills:6.6141732283464565,Deaths:5.573228346456693,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7863517060367453,Count:1905},{Actor:"*Skye*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4699537750385208,Kills:6.006676938880329,Deaths:5.805855161787365,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.780688238315357,Count:1947},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5398230088495575,Kills:5.243657817109145,Deaths:5.020058997050148,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7227138643067847,Count:1695},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5810643564356436,Kills:2.756188118811881,Deaths:2.67759900990099,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8285891089108911,Count:1616},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47310206133735544,Kills:2.6083459024635496,Deaths:2.5128205128205128,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4193061840120664,Count:1989},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.519672131147541,Kills:2.8065573770491805,Deaths:2.7043715846994534,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6983606557377049,Count:1830},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6072565245066837,Kills:3.8001273074474855,Deaths:2.403564608529599,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7644812221514958,Count:1571},{Actor:"*Baron*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5065616797900262,Kills:4.655643044619422,Deaths:4.847769028871391,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4551181102362203,Count:1905},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5587724377533295,Kills:2.8112333526346265,Deaths:2.185871453387377,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7388535031847133,Count:1727},{Actor:"*Idris*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5002557544757034,Kills:6.228644501278772,Deaths:5.542710997442455,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.037851662404092,Count:1955},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5612668743509865,Kills:4.8260643821391485,Deaths:5.02128764278297,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7855659397715473,Count:1926},{Actor:"*Reza*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5219277108433735,Kills:7.55566265060241,Deaths:5.007710843373494,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8640963855421686,Count:2075},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5085057471264368,Kills:5.387126436781609,Deaths:5.525057471264367,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2675862068965515,Count:2175},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5417684416218856,Kills:3.05666829506595,Deaths:2.655105031753786,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6257938446507083,Count:2047},{Actor:"*Reza*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5246594645373415,Kills:7.564114607797088,Deaths:5.176608736496007,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8154062940347582,Count:2129},{Actor:"*Anka*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.40663302090843545,Kills:2.452415284787311,Deaths:3.209805335255948,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.34426820475847153,Count:2774},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5561576354679802,Kills:2.6876847290640393,Deaths:2.1857142857142855,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7068965517241379,Count:2030},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5342465753424658,Kills:2.540387340576287,Deaths:2.354274917335853,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3424657534246575,Count:2117},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4907606360120327,Kills:6.397937258272454,Deaths:5.851740438332617,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1572840567253975,Count:2327},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5301861098502043,Kills:2.640036314117113,Deaths:4.157512482977758,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.663640490240581,Count:2203},{Actor:"*Idris*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5029436501261564,Kills:5.953742640874685,Deaths:5.222035323801514,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.287636669470143,Count:2378},{Actor:"*Grace*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5513115508513575,Kills:2.7583985273815004,Deaths:4.427979751495628,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.047399907961344,Count:2173},{Actor:"*Anka*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4624342599549211,Kills:6.953794139744553,Deaths:6.807663410969196,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5093914350112698,Count:2662},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5792171481826655,Kills:2.749767008387698,Deaths:2.510251630941286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7642124883504194,Count:2146},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4988038277511962,Kills:4.78030303030303,Deaths:5.015948963317384,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.333732057416268,Count:2508},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5232223592272914,Kills:7.277024249897246,Deaths:4.9186189889025895,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9309494451294698,Count:2433},{Actor:"*Taka*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.44100447196422426,Kills:6.4530443756449944,Deaths:5.577227382180943,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.3835569315445477,Count:2907},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.49290372075182204,Kills:5.769466820099732,Deaths:5.290372075182201,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.300728807057921,Count:2607},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5202863961813843,Kills:4.839299920445505,Deaths:4.554892601431981,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2649164677804294,Count:2514},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5424397947098303,Kills:3.2822739834188708,Deaths:2.4524279510461904,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5740228977497039,Count:2533},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5396270396270396,Kills:1.0038850038850038,Deaths:1.2377622377622377,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49922299922299923,Count:2574},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4945317840054682,Kills:2.6438824333561177,Deaths:4.0915926179084074,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6930963773069037,Count:2926},{Actor:"*Vox*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5030338052585958,Kills:4.775787344698064,Deaths:4.941057497832996,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.195319271886738,Count:3461},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5942078364565587,Kills:3.4926746166950595,Deaths:2.4006814310051108,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6442930153321976,Count:2935},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4666158923584666,Kills:2.789032749428789,Deaths:2.8915968519928916,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38943894389438943,Count:3939},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5305151915455746,Kills:2.777014531043593,Deaths:4.317569352708058,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7981505944517833,Count:3785},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5205761316872428,Kills:6.213734567901234,Deaths:5.334362139917696,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4511316872427984,Count:3888},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5065337763012182,Kills:6.785825027685493,Deaths:5.970321151716501,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.161683277962348,Count:4515},{Actor:"*Krul*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5302540415704388,Kills:6.5822170900692845,Deaths:5.945034642032333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6648960739030023,Count:4330},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6031406138472519,Kills:3.744944087556507,Deaths:2.441827266238401,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7016416845110636,Count:4203},{Actor:"*Vox*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5415027944524943,Kills:5.806458290209067,Deaths:5.113020078658662,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.369695715172842,Count:4831},{Actor:"*SAW*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5322706065318819,Kills:6.882387247278382,Deaths:7.140552099533437,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6092534992223952,Count:5144},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5088987764182424,Kills:2.4725621060437524,Deaths:3.932332220986281,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.814238042269188,Count:5394}]},function(e){e.exports={lastUpdate:"2018-07-12T08:04:49.321Z",config:{api:{baseUrl:"https://api.dc01.gamelockerapp.com",timeout:3,patchVersion:"3.4",startDate:"2018-06-13 16Z",regions:["sg","eu","na"],modes:["blitz_pvp_ranked","casual_aral","ranked","5v5_pvp_ranked"],matchesPerRequest:5,requestsPerInterval:50,interval:1,intervalUnit:"hours",intervalsPerMinute:1},etl:{participant:[["Winner",["attributes","stats","winner"]]],roster:[],match:[["Mode",["attributes","gameMode"]]]},reduce:{derived:[null],group:["Actor","Talent","Mode","LevelBucket"],sum:["Winner"]},file:{},self:{levelBuckets:5}}}},,function(e,t,n){"use strict";var r=n(64);n.n(r).a},,function(e,t,n){"use strict";var r=n(67);n.n(r).a},function(e){e.exports={blitz_pvp_ranked:"Blitz",casual_aral:"Battle Royale",ranked:"3v3 Ranked","5v5_pvp_ranked":"5v5 Ranked",casual:"3v3 Casual","5v5_casual":"5v5 Casual"}},function(e){e.exports={"*Talent_Churnwalker_TalentA*":"Churn Tank","*Talent_Churnwalker_TalentB*":"Cloud of Torment","*Talent_Churnwalker_TalentC*":"Grappling Hook","*Talent_Lorelai_TalentA*":"Splash Doubledown","*Talent_Lorelai_TalentB*":"Clam Up","*Talent_Lorelai_TalentC*":"Wonder Wall","*Talent_Malene_TalentA*":"Spiky-Spiky","*Talent_Malene_TalentB*":"Shadow Terror","*Talent_Malene_TalentC*":"Royal Favors","*Talent_Tony_TalentA*":"Mighty Brawler","*Talent_Tony_TalentB*":"Haymakers","*Talent_Tony_TalentC*":"Doesn't Even Hurt","*Talent_Varya_TalentA*":"Long Strike","*Talent_Varya_TalentB*":"Static Barrier","*Talent_Varya_TalentC*":"Thunderstorm","*Talent_Kensei_TalentA*":"Accelerated Mind","*Talent_Kensei_TalentB*":"Enlightened Kensho","*Talent_Kensei_TalentC*":"Endless Path","*Talent_Kinetic_TalentA*":"Pain Tracers","*Talent_Kinetic_TalentB*":"Plasma Overdrive","*Talent_Kinetic_TalentC*":"Max Kinetic","*Talent_Anka_TalentA*":"Gale Blade","*Talent_Anka_TalentB*":"Gythian Tempest","*Talent_Anka_TalentC*":"Crimson Blade"}},function(e){e.exports={"*Talent_Adagio_AvengingWrath*":"Epic","*Talent_Adagio_GiftOfLife*":"Rare","*Talent_Adagio_HealingVerse*":"Legendary","*Talent_Alpha_Acceleration*":"Legendary","*Talent_Alpha_CoreOverclock*":"Rare","*Talent_Alpha_PrimeTime*":"Epic","*Talent_Ardan_HeavyHitter*":"Epic","*Talent_Ardan_KnockoutPunch*":"Legendary","*Talent_Ardan_Vanguardian*":"Rare","*Talent_Baptiste_ArmyOfSouls*":"Legendary","*Talent_Baptiste_BadBadMojo*":"Rare","*Talent_Baptiste_TheReaper*":"Epic","*Talent_Baron_EndlessMortars*":"Epic","*Talent_Baron_TrionCannon*":"Legendary","*Talent_Baron_TurboJets*":"Rare","*Talent_Blackfeather_Elusiveness*":"Legendary","*Talent_Blackfeather_HummingbirdHeart*":"Rare","*Talent_Blackfeather_PointGuard*":"Epic","*Talent_Catherine_AdvancingGuard*":"Rare","*Talent_Catherine_QuickPursuit*":"Epic","*Talent_Catherine_Shockwave*":"Legendary","*Talent_Celeste_CoreLeafClover*":"Epic","*Talent_Celeste_GalaxyCollapse*":"Legendary","*Talent_Celeste_YoungStar*":"Rare","*Talent_Flicker_BindingDust*":"Epic","*Talent_Flicker_FairyHealing*":"Legendary","*Talent_Flicker_SwarmingLight*":"Rare","*Talent_Fortress_CriticalWounds*":"Epic","*Talent_Fortress_FlankAttack*":"Legendary","*Talent_Fortress_Longtooth*":"Rare","*Talent_Glaive_StunningBloodsong*":"Epic","*Talent_Glaive_TwistedPursuit*":"Legendary","*Talent_Glaive_ViolentAfterburn*":"Rare","*Talent_Grace_DoubleBenediction*":"Epic","*Talent_Grace_SealOfRetribution*":"Rare","*Talent_Grace_UnitedFront*":"Legendary","*Talent_Grumpjaw_BigAppetite*":"Legendary","*Talent_Grumpjaw_Rampage*":"Rare","*Talent_Grumpjaw_Reconstitution*":"Epic","*Talent_Gwen_Skedaddling*":"Epic","*Talent_Gwen_SpeedLoader*":"Rare","*Talent_Gwen_ThreeOfAKind*":"Legendary","*Talent_Idris_ChaChaChakram*":"Epic","*Talent_Idris_PathOfTheSeeker*":"Rare","*Talent_Idris_ShimmerHeal*":"Legendary","*Talent_Joule_BackupButton*":"Epic","*Talent_Joule_RocketLeapfrog*":"Rare","*Talent_Joule_ThunderingSteps*":"Legendary","*Talent_Kestrel_ActiveReload*":"Epic","*Talent_Kestrel_GlimmerVolley*":"Rare","*Talent_Kestrel_PiercingShot*":"Legendary","*Talent_Koshka_Frenzied*":"Rare","*Talent_Koshka_SlashyPlayTime*":"Legendary","*Talent_Koshka_TwirlyLife*":"Epic","*Talent_Krul_CursedBlade*":"Legendary","*Talent_Krul_DeadMansBarrier*":"Rare","*Talent_Krul_HealingSmite*":"Epic","*Talent_Lance_ReinforcedWalls*":"Rare","*Talent_Lance_Rollout*":"Epic","*Talent_Lance_Striker*":"Legendary","*Talent_Lyra_GythianWard*":"Legendary","*Talent_Lyra_MobileBulwark*":"Epic","*Talent_Lyra_TwinMissiles*":"Rare","*Talent_Ozo_Bangarangarang*":"Legendary","*Talent_Ozo_RingLeader*":"Epic","*Talent_Ozo_SecondWind*":"Rare","*Talent_Petal_Bouncer*":"Rare","*Talent_Petal_ExplosionForce*":"Legendary","*Talent_Petal_KaboomSeeds*":"Epic","*Talent_Phinn_FriendlyCavil*":"Rare","*Talent_Phinn_Phaster*":"Epic","*Talent_Phinn_RaidBoss*":"Legendary","*Talent_Reim_CreepingCold*":"Rare","*Talent_Reim_LongWinter*":"Epic","*Talent_Reim_Revenant*":"Legendary","*Talent_Reza_BurningBarrier*":"Rare","*Talent_Reza_Firemaker*":"Epic","*Talent_Reza_NetherRage*":"Legendary","*Talent_Ringo_BulletSplit*":"Epic","*Talent_Ringo_LongShot*":"Rare","*Talent_Ringo_SpikedBrew*":"Legendary","*Talent_Rona_FastWhirlwind*":"Legendary","*Talent_Rona_HeroicBrawler*":"Epic","*Talent_Rona_MOARRage*":"Rare","*Talent_Samuel_PowerSiphon*":"Rare","*Talent_Samuel_UnwakingNightmare*":"Epic","*Talent_Samuel_ViscousDarkness*":"Legendary","*Talent_SAW_PiercingBullets*":"Rare","*Talent_SAW_RoadRage*":"Legendary","*Talent_SAW_SpeedySpinUp*":"Epic","*Talent_Skaarf_FlamingSludge*":"Legendary","*Talent_Skaarf_FlashFire*":"Epic","*Talent_Skaarf_Splitfire*":"Rare","*Talent_Skye_EnhancedThrusters*":"Rare","*Talent_Skye_PiercingBarrage*":"Legendary","*Talent_Skye_RainingDeath*":"Epic","*Talent_Taka_ProtectiveDecoy*":"Epic","*Talent_Taka_RangedKaiten*":"Rare","*Talent_Taka_XXXRetsu*":"Legendary","*Talent_Vox_DeepDash*":"Rare","*Talent_Vox_EchoChamber*":"Legendary","*Talent_Vox_SoundBarrier*":"Epic"}},function(e,t,n){"use strict";n.r(t);var r=n(113),a=n(71);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(321);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"75ba3966",null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(115),a=n(73);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(118),a=n(77);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(173);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"b64ebbb6",null);t.default=o.exports},function(e,t,n){e.exports=function(e){function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";function r(e){!function e(t,n){return Object.keys(n).forEach(function(r){t[r]&&"object"==typeof t[r]?e(t[r],n[r]):t[r]=n[r]}),t}(_,e)}function a(){return _.id?[].concat(_.id):[]}function i(){}function l(){return!(T.checkDuplicatedScript&&Array.prototype.slice.call(document.getElementsByTagName("script")).filter(function(e){return-1!==e.src.indexOf("analytics")||-1!==e.src.indexOf("gtag")}).length>0)}function o(e){return e.name||e.replace(/-/gi,"")}function s(){return new Promise(function(e,t){var n=setInterval(function(){"undefined"!=typeof window&&window.ga&&(e(),clearInterval(n))},10)})}function u(e,t){return a().length>1?o(t)+"."+e:e}function c(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];"undefined"!=typeof window&&a().forEach(function(t){var r;T.batch.enabled?(b.push({m:u(e,t),a:n}),M||(M=setInterval(function(){b.length?b.splice(0,T.batch.amount).forEach(function(e){var t;(t=window).ga.apply(t,[e.m].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(e.a)))}):(clearInterval(M),M=null)},T.batch.delay))):(r=window).ga.apply(r,[u(e,t)].concat(n))})}function d(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];"object"!=typeof t[0]||t[0].constructor!==Object?c("set",t[0],t[1]):c("set",t[0])}function f(){var e=a();T.debug.enabled&&(window.ga_debug={trace:T.debug.trace}),e.forEach(function(t){var n=o(t),r=e.length>1?K({},T.fields,{name:n}):T.fields;window.ga("create",t.id||t,"auto",r)}),T.beforeFirstHit();var t=T.ecommerce;if(t.enabled){var n=t.enhanced?"ec":"ecommerce";t.options?c("require",n,t.options):c("require",n)}T.linkers.length>0&&(c("require","linker"),c("linker:autoLink",T.linkers)),T.debug.sendHitTask||d("sendHitTask",null)}function h(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0];if(1===t.length&&"string"==typeof r)return c("send","screenview",{screenName:r});c.apply(void 0,["send","screenview"].concat(t))}function p(){for(var e=void 0,t=arguments.length,n=Array(t),r=0;r<t;r++)n[r]=arguments[r];n.length&&function(e){return e.currentRoute}(n[0])&&(e=n[0].currentRoute),n.length&&function(e){return e.query&&e.params}(n[0])&&(e=n[0]),e?v(e):(d("page","object"==typeof n[0]?n[0].page:n[0]),c.apply(void 0,["send","pageview"].concat(n)))}function v(e){if(!function(e){return-1!==T.ignoreRoutes.indexOf(e)}(e.name)){var t=T.autoTracking,n=e.meta.analytics,r=void 0===n?{}:n,a=r.pageviewTemplate||t.pageviewTemplate;if(t.screenview&&!e.name)throw new Error("[vue-analytics] Route name is mandatory when using screenview.");if(t.screenview)return void h(e.name);if(a)p(a(e));else{var i=T.router,l=T.autoTracking,o=l.transformQueryString,s=l.prependBase,u=function(e){var t=Object.keys(e).reduce(function(t,n,r,a){var i=r===a.length-1;return t+=n+"="+e[n]+(i?"":"&")},"");return""!==t?"?"+t:""}(e.query),c=i&&i.options.base,d=s&&c,f=e.path+(o?u:"");p(f=d?function(e,t){var n=t.split("/"),r=e.split("/");return""===n[0]&&"/"===e[e.length-1]&&n.shift(),r.join("/")+n.join("/")}(c,f):f)}}}function y(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}Object.defineProperty(t,"__esModule",{value:!0});var g=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},m={$vue:null,id:null,router:null,fields:{},ignoreRoutes:[],linkers:[],commands:{},disabled:!1,set:[],require:[],ecommerce:{enabled:!1,options:null,enhanced:!1},autoTracking:{screenview:!1,shouldRouterUpdate:null,skipSamePath:!1,exception:!1,exceptionLogs:!0,page:!0,transformQueryString:!0,pageviewOnLoad:!0,pageviewTemplate:null,untracked:!0,prependBase:!0},debug:{enabled:!1,trace:!1,sendHitTask:!0},batch:{enabled:!1,delay:500,amount:2},checkDuplicatedScript:!1,disableScriptLoader:!1,beforeFirstHit:i,ready:i,untracked:[]},_=g({},m),T=_,M=void 0,b=[],K=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},k=function(){2!=arguments.length?c("require",arguments.length<=0?void 0:arguments[0]):c("require",arguments.length<=0?void 0:arguments[0],arguments.length<=1?void 0:arguments[1])},x=function(){var e;T.set.forEach(function(e){var t=e.field,n=e.value;if(void 0===t||void 0===n)throw new Error('[vue-analytics] Wrong configuration in the plugin options.\nThe "set" array requires each item to have a "field" and a "value" property.');d(t,n)}),e=["ec","ecommerce"],T.require.forEach(function(t){if(-1!==e.indexOf(t)||-1!==e.indexOf(t.name))throw new Error("[vue-analytics] The ecommerce features are built-in in the plugin. \nFollow the ecommerce instructions available in the documentation.");if("string"!=typeof t&&"object"!=typeof t)throw new Error('[vue-analytics] Wrong configuration in the plugin options. \nThe "require" array requires each item to be a string or to have a "name" and an "options" property.');var n=t.name||t;t.options?k(n,t.options):k(n)})},C=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];"undefined"!=typeof window&&a().forEach(function(t){window["ga-disable-"+t]=e})},A=function(){if("undefined"!=typeof document&&"undefined"!=typeof window){var e=(T.wait,T.id),t=T.disabled,n=T.debug,a=T.disableScriptLoader,i=n.enabled?"analytics_debug":"analytics",o="https://www.google-analytics.com/"+i+".js";if(!e)throw new Error('[vue-analytics] Missing the "id" parameter. Add at least one tracking domain ID');!l()||window.ga&&a||function(e){return new Promise(function(t,n){var r=document.head||document.getElementsByTagName("head")[0],a=document.createElement("script");a.async=!0,a.src=e,a.charset="utf8",r.appendChild(a),a.onload=t,a.onerror=n})}(o).catch(function(){console.error("[vue-analytics] An error occured trying to load "+o+". Please check your connection or if you have any Google Analytics blocker installed in your browser.")}),Promise.resolve("function"==typeof e?e():e).then(function(e){r({id:e})}).then(function(){return"function"==typeof t?t():t}).then(function(e){r({disabled:e}),e&&C(),f(),x(),function(){var e=T.router,t=T.autoTracking;t.page&&e&&(t.pageviewOnLoad&&v(e.currentRoute),T.router.afterEach(function(n,r){var a=t.skipSamePath,i=t.shouldRouterUpdate;a&&n.path===r.path||("function"!=typeof i||i(n,r))&&T.$vue.nextTick().then(function(){v(e.currentRoute)})}))}()})}},w=this,L=function(e){c("send","exception",{exDescription:e,exFatal:arguments.length>1&&void 0!==arguments[1]&&arguments[1]})},D=function(e){if(T.autoTracking.exception){window.addEventListener("error",function(e){L(e.message)});var t=e.config.errorHandler;e.config.errorHandler=function(e,n,r){L(e.message),T.autoTracking.exceptionLogs&&(console.error("[vue-analytics] Error in "+r+": "+e.message),console.error(e)),"function"==typeof t&&t.call(w,e,n,r)}}},B=L,S=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},G=["addItem","addTransaction","addProduct","addImpression","setAction","addPromo","send"].reduce(function(e,t){return S({},e,function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}({},t,function(){for(var e=arguments.length,n=Array(e),r=0;r<e;r++)n[r]=arguments[r];c.apply(void 0,[function(e){return(T.ecommerce.enhanced?"ec":"ecommerce")+":"+e}(t)].concat(n))}))},{}),W={event:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];c.apply(void 0,["send","event"].concat(t))},exception:B,page:p,query:c,require:k,set:d,social:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];c.apply(void 0,["send","social"].concat(t))},time:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];c.apply(void 0,["send","timing"].concat(t))},screenview:h,ecommerce:G,disable:function(){return C(!0)},enable:function(){return C(!1)},commands:T.commands},z={inserted:function(e,t,n){var r=Object.keys(t.modifiers);0===r.length&&r.push("click"),r.forEach(function(r){e.addEventListener(r,function(){var e="string"==typeof t.value?T.commands[t.value]:t.value;if(!e)throw new Error("[vue-analytics] The value passed to v-ga is not defined in the commands list.");e.apply(n.context)})})}},O=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,a=!1,i=void 0;try{for(var l,o=e[Symbol.iterator]();!(r=(l=o.next()).done)&&(n.push(l.value),!t||n.length!==t);r=!0);}catch(e){a=!0,i=e}finally{try{!r&&o.return&&o.return()}finally{if(a)throw i}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},P=function(e){e.subscribe(function(e,t){if(e.payload&&e.payload.meta){var n=e.payload.meta.analytics;if(!Array.isArray(n))throw new Error('The "analytics" property needs to be an array');n.forEach(function(e){var t,n=void 0,r=e.shift(),a=e;if(r.includes(":")){var i=r.split(":"),l=O(i,2);r=l[0],n=l[1]}if(!(r in W))throw new Error('[vue-analytics:vuex] The type "'+r+"\" doesn't exist.");if(n&&!(n in W[r]))throw new Error('[vue-analytics:vuex] The type "'+r+'" has not method "'+n+'".');if("ecommerce"===r&&!n)throw new Error('[vue-analytics:vuex] The type "'+r+'" needs to call a method. Check documentation.');n?(t=W[r])[n].apply(t,y(a)):W[r].apply(W,y(a))})}})};t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};r(R({},t,{$vue:e})),"undefined"==typeof window||window.ga||(window.ga=window.ga||function(){(window.ga.q=window.ga.q||[]).push(arguments)},window.ga.l=Number(new Date)),e.directive("ga",z),e.prototype.$ga=e.$ga=W,D(e),A()},n.d(t,"onAnalyticsReady",function(){return s}),n.d(t,"analyticsMiddleware",function(){return P});var R=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}}])},function(e,t,n){ +i=function(){"use strict";function e(e){return"function"==typeof e}var i=Array.isArray?Array.isArray:function(e){return"[object Array]"===Object.prototype.toString.call(e)},a=0,l=void 0,o=void 0,s=function(e,t){v[a]=e,v[a+1]=t,2===(a+=2)&&(o?o(y):b())};var u="undefined"!=typeof window?window:void 0,c=u||{},d=c.MutationObserver||c.WebKitMutationObserver,f="undefined"==typeof self&&void 0!==t&&"[object process]"==={}.toString.call(t),h="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;function p(){var e=setTimeout;return function(){return e(y,1)}}var v=new Array(1e3);function y(){for(var e=0;e<a;e+=2){(0,v[e])(v[e+1]),v[e]=void 0,v[e+1]=void 0}a=0}var g,m,_,T,b=void 0;function M(e,t){var n=arguments,r=this,i=new this.constructor(x);void 0===i[k]&&N(i);var a,l=r._state;return l?(a=n[l-1],s(function(){return E(l,i,a,r._result)})):O(r,i,e,t),i}function K(e){if(e&&"object"==typeof e&&e.constructor===this)return e;var t=new this(x);return S(t,e),t}f?b=function(){return t.nextTick(y)}:d?(m=0,_=new d(y),T=document.createTextNode(""),_.observe(T,{characterData:!0}),b=function(){T.data=m=++m%2}):h?((g=new MessageChannel).port1.onmessage=y,b=function(){return g.port2.postMessage(0)}):b=void 0===u?function(){try{var e=n(254);return l=e.runOnLoop||e.runOnContext,function(){l(y)}}catch(e){return p()}}():p();var k=Math.random().toString(36).substring(16);function x(){}var C=void 0,A=1,w=2,L=new R;function D(e){try{return e.then}catch(e){return L.error=e,L}}function B(t,n,r){n.constructor===t.constructor&&r===M&&n.constructor.resolve===K?function(e,t){t._state===A?W(e,t._result):t._state===w?z(e,t._result):O(t,void 0,function(t){return S(e,t)},function(t){return z(e,t)})}(t,n):r===L?z(t,L.error):void 0===r?W(t,n):e(r)?function(e,t,n){s(function(e){var r=!1,i=function(e,t,n,r){try{e.call(t,n,r)}catch(e){return e}}(n,t,function(n){r||(r=!0,t!==n?S(e,n):W(e,n))},function(t){r||(r=!0,z(e,t))},e._label);!r&&i&&(r=!0,z(e,i))},e)}(t,n,r):W(t,n)}function S(e,t){var n;e===t?z(e,new TypeError("You cannot resolve a promise with itself")):"function"==typeof(n=t)||"object"==typeof n&&null!==n?B(e,t,D(t)):W(e,t)}function G(e){e._onerror&&e._onerror(e._result),P(e)}function W(e,t){e._state===C&&(e._result=t,e._state=A,0!==e._subscribers.length&&s(P,e))}function z(e,t){e._state===C&&(e._state=w,e._result=t,s(G,e))}function O(e,t,n,r){var i=e._subscribers,a=i.length;e._onerror=null,i[a]=t,i[a+A]=n,i[a+w]=r,0===a&&e._state&&s(P,e)}function P(e){var t=e._subscribers,n=e._state;if(0!==t.length){for(var r=void 0,i=void 0,a=e._result,l=0;l<t.length;l+=3)r=t[l],i=t[l+n],r?E(n,r,i,a):i(a);e._subscribers.length=0}}function R(){this.error=null}var j=new R;function E(t,n,r,i){var a=e(r),l=void 0,o=void 0,s=void 0,u=void 0;if(a){if((l=function(e,t){try{return e(t)}catch(e){return j.error=e,j}}(r,i))===j?(u=!0,o=l.error,l=null):s=!0,n===l)return void z(n,new TypeError("A promises callback cannot return that same promise."))}else l=i,s=!0;n._state!==C||(a&&s?S(n,l):u?z(n,o):t===A?W(n,l):t===w&&z(n,l))}var I=0;function N(e){e[k]=I++,e._state=void 0,e._result=void 0,e._subscribers=[]}function F(e,t){this._instanceConstructor=e,this.promise=new e(x),this.promise[k]||N(this.promise),i(t)?(this._input=t,this.length=t.length,this._remaining=t.length,this._result=new Array(this.length),0===this.length?W(this.promise,this._result):(this.length=this.length||0,this._enumerate(),0===this._remaining&&W(this.promise,this._result))):z(this.promise,new Error("Array Methods must be provided an Array"))}function $(e){this[k]=I++,this._result=this._state=void 0,this._subscribers=[],x!==e&&("function"!=typeof e&&function(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}(),this instanceof $?function(e,t){try{t(function(t){S(e,t)},function(t){z(e,t)})}catch(t){z(e,t)}}(this,e):function(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}())}function V(){var e=void 0;if(void 0!==r)e=r;else if("undefined"!=typeof self)e=self;else try{e=Function("return this")()}catch(e){throw new Error("polyfill failed because global object is unavailable in this environment")}var t=e.Promise;if(t){var n=null;try{n=Object.prototype.toString.call(t.resolve())}catch(e){}if("[object Promise]"===n&&!t.cast)return}e.Promise=$}return F.prototype._enumerate=function(){for(var e=this.length,t=this._input,n=0;this._state===C&&n<e;n++)this._eachEntry(t[n],n)},F.prototype._eachEntry=function(e,t){var n=this._instanceConstructor,r=n.resolve;if(r===K){var i=D(e);if(i===M&&e._state!==C)this._settledAt(e._state,t,e._result);else if("function"!=typeof i)this._remaining--,this._result[t]=e;else if(n===$){var a=new n(x);B(a,e,i),this._willSettleAt(a,t)}else this._willSettleAt(new n(function(t){return t(e)}),t)}else this._willSettleAt(r(e),t)},F.prototype._settledAt=function(e,t,n){var r=this.promise;r._state===C&&(this._remaining--,e===w?z(r,n):this._result[t]=n),0===this._remaining&&W(r,this._result)},F.prototype._willSettleAt=function(e,t){var n=this;O(e,void 0,function(e){return n._settledAt(A,t,e)},function(e){return n._settledAt(w,t,e)})},$.all=function(e){return new F(this,e).promise},$.race=function(e){var t=this;return i(e)?new t(function(n,r){for(var i=e.length,a=0;a<i;a++)t.resolve(e[a]).then(n,r)}):new t(function(e,t){return t(new TypeError("You must pass an array to race."))})},$.resolve=K,$.reject=function(e){var t=new this(x);return z(t,e),t},$._setScheduler=function(e){o=e},$._setAsap=function(e){s=e},$._asap=s,$.prototype={constructor:$,then:M,catch:function(e){return this.then(null,e)}},V(),$.polyfill=V,$.Promise=$,$},e.exports=i()}).call(this,n(173),n(44))},function(e,t,n){"use strict";var r=n(18).id2name,i=n(143),a=n(16).ALMOST_EQUAL,l=n(19).FROM_BL;function o(e,t){var n=e._inputDomain,r=l[e.constraintoward],i=n[0]+(n[1]-n[0])*r;e.domain=e._input.domain=[i+(n[0]-i)/t,i+(n[1]-i)/t]}t.enforce=function(e){var t,n,l,s,u,c,d,f=e._fullLayout,h=f._axisConstraintGroups;for(t=0;t<h.length;t++){var p=h[t],v=Object.keys(p),y=1/0,g=0,m=1/0,_={},T={},b=!1;for(n=0;n<v.length;n++)T[l=v[n]]=s=f[r(l)],s._inputDomain?s.domain=s._inputDomain.slice():s._inputDomain=s.domain.slice(),s._inputRange||(s._inputRange=s.range.slice()),s.setScale(),_[l]=u=Math.abs(s._m)/p[l],y=Math.min(y,u),"domain"!==s.constrain&&s._constraintShrinkable||(m=Math.min(m,u)),delete s._constraintShrinkable,g=Math.max(g,u),"domain"===s.constrain&&(b=!0);if(!(y>a*g)||b)for(n=0;n<v.length;n++)if(u=_[l=v[n]],c=(s=T[l]).constrain,u!==m||"domain"===c)if(d=u/m,"range"===c)i(s,d);else{var M=s._inputDomain,K=(s.domain[1]-s.domain[0])/(M[1]-M[0]),k=(s.r2l(s.range[1])-s.r2l(s.range[0]))/(s.r2l(s._inputRange[1])-s.r2l(s._inputRange[0]));if((d/=K)*k<1){s.domain=s._input.domain=M.slice(),i(s,d);continue}if(k<1&&(s.range=s._input.range=s._inputRange.slice(),d*=k),s.autorange&&s._min.length&&s._max.length){var x=s.r2l(s.range[0]),C=s.r2l(s.range[1]),A=(x+C)/2,w=A,L=A,D=Math.abs(C-A),B=A-D*d*1.0001,S=A+D*d*1.0001;o(s,d),s.setScale();var G,W,z=Math.abs(s._m);for(W=0;W<s._min.length;W++)(G=s._min[W].val-s._min[W].pad/z)>B&&G<w&&(w=G);for(W=0;W<s._max.length;W++)(G=s._max[W].val+s._max[W].pad/z)<S&&G>L&&(L=G);d/=(L-w)/(2*D),w=s.l2r(w),L=s.l2r(L),s.range=s._input.range=x<C?[w,L]:[L,w]}o(s,d)}}},t.clean=function(e,t){if(t._inputDomain){for(var n=!1,r=t._id,i=e._fullLayout._axisConstraintGroups,a=0;a<i.length;a++)if(i[a][r]){n=!0;break}n&&"domain"===t.constrain||(t._input.domain=t.domain=t._inputDomain,delete t._inputDomain)}}},function(e,t,n){"use strict";var r=n(1),i=n(8),a=n(4),l=n(9),o=n(0),s=n(3),u=n(7),c=n(99),d=n(150),f=n(146);t.layoutStyles=function(e){return o.syncOrAsync([l.doAutoMargin,t.lsInner],e)},t.lsInner=function(e){var n,a=e._fullLayout,l=a._size,o=i.Axes.list(e);for(n=0;n<o.length;n++)o[n]._linepositions={};a._paperdiv.style({width:a.width+"px",height:a.height+"px"}).selectAll(".main-svg").call(u.setSize,a.width,a.height),e._context.setBackground(e,a.paper_bgcolor);var c=a._paper.selectAll("g.subplot"),f=[],h=[];c.each(function(t){var n=a._plots[t];if(n.mainplot)return n.bg&&n.bg.remove(),void(n.bg=void 0);var r=i.Axes.getFromId(e,t,"x"),l=i.Axes.getFromId(e,t,"y"),o=r.domain,s=l.domain,u=[];!function(e,t,n){for(var r=0;r<n.length;r++){var i=n[r][0],a=n[r][1];if(!(i[0]>=e[1]||i[1]<=e[0])&&a[0]<t[1]&&a[1]>t[0])return!0}return!1}(o,s,h)?(f.push(t),h.push([o,s])):u=[0];var c=n.plotgroup.selectAll(".bg").data(u);c.enter().append("rect").classed("bg",!0),c.exit().remove(),c.each(function(){n.bg=c;var e=n.plotgroup.node();e.insertBefore(this,e.childNodes[0])})});var p=a._bgLayer.selectAll(".bg").data(f);p.enter().append("rect").classed("bg",!0),p.exit().remove(),p.each(function(e){a._plots[e].bg=r.select(this)});var v=[];return c.each(function(t){var n=a._plots[t],r=i.Axes.getFromId(e,t,"x"),o=i.Axes.getFromId(e,t,"y");r.setScale(),o.setScale(),n.bg&&a._has("cartesian")&&n.bg.call(u.setRect,r._offset-l.p,o._offset-l.p,r._length+2*l.p,o._length+2*l.p).call(s.fill,a.plot_bgcolor).style("stroke-width",0),n.clipId="clip"+a._uid+t+"plot";var c=a._defs.selectAll("g.clips").selectAll("#"+n.clipId).data([0]);c.enter().append("clipPath").attr({class:"plotclip",id:n.clipId}).append("rect"),c.selectAll("rect").attr({width:r._length,height:o._length}),n.plot.call(u.setTranslate,r._offset,o._offset),n.plot.call(u.setClipUrl,n.clipId);var d=u.crispRound(e,r.linewidth,1),f=u.crispRound(e,o.linewidth,1),h=l.p+f,p="M"+-h+",",y="h"+(r._length+2*h),g="free"===r.anchor&&-1===v.indexOf(r._id),m=l.h*(1-(r.position||0))+d/2%1,_=r.anchor===o._id&&(r.mirror||"top"!==r.side)||"all"===r.mirror||"allticks"===r.mirror||r.mirrors&&r.mirrors[o._id+"bottom"],T=o._length+l.p+d/2,b=r.anchor===o._id&&(r.mirror||"top"===r.side)||"all"===r.mirror||"allticks"===r.mirror||r.mirrors&&r.mirrors[o._id+"top"],M=-l.p-d/2,K=l.p,k=_?0:d,x=b?0:d,C=","+(-K-x)+"v"+(o._length+2*K+x+k),A="free"===o.anchor&&-1===v.indexOf(o._id),w=l.w*(o.position||0)+f/2%1,L=o.anchor===r._id&&(o.mirror||"right"!==o.side)||"all"===o.mirror||"allticks"===o.mirror||o.mirrors&&o.mirrors[r._id+"left"],D=-l.p-f/2,B=o.anchor===r._id&&(o.mirror||"right"===o.side)||"all"===o.mirror||"allticks"===o.mirror||o.mirrors&&o.mirrors[r._id+"right"],S=r._length+l.p+f/2;r._linepositions[t]=[_?T:void 0,b?M:void 0,g?m:void 0],r.anchor===o._id?r._linepositions[t][3]="top"===r.side?M:T:g&&(r._linepositions[t][3]=m),o._linepositions[t]=[L?D:void 0,B?S:void 0,A?w:void 0],o.anchor===r._id?o._linepositions[t][3]="right"===o.side?S:D:A&&(o._linepositions[t][3]=w);var G="translate("+r._offset+","+o._offset+")",W=G,z=G;g&&(W="translate("+r._offset+","+l.t+")",M+=o._offset-l.t,T+=o._offset-l.t),A&&(z="translate("+l.l+","+o._offset+")",D+=r._offset-l.l,S+=r._offset-l.l),a._has("cartesian")&&(n.xlines.attr("transform",W).attr("d",(_?p+T+y:"")+(b?p+M+y:"")+(g?p+m+y:"")||"M0,0").style("stroke-width",d+"px").call(s.stroke,r.showline?r.linecolor:"rgba(0,0,0,0)"),n.ylines.attr("transform",z).attr("d",(L?"M"+D+C:"")+(B?"M"+S+C:"")+(A?"M"+w+C:"")||"M0,0").attr("stroke-width",f+"px").call(s.stroke,o.showline?o.linecolor:"rgba(0,0,0,0)")),n.xaxislayer.attr("transform",W),n.yaxislayer.attr("transform",z),n.gridlayer.attr("transform",G),n.zerolinelayer.attr("transform",G),n.draglayer.attr("transform",G),g&&v.push(r._id),A&&v.push(o._id)}),i.Axes.makeClipPaths(e),t.drawMainTitle(e),d.manage(e),e._promises.length&&Promise.all(e._promises)},t.drawMainTitle=function(e){var t=e._fullLayout;c.draw(e,"gtitle",{propContainer:t,propName:"title",dfltName:"Plot",attributes:{x:t.width/2,y:t._size.t/2,"text-anchor":"middle"}})},t.doTraceStyle=function(e){for(var t=0;t<e.calcdata.length;t++){var n=e.calcdata[t],r=(((n[0]||{}).trace||{})._module||{}).arraysToCalcdata;r&&r(n,n[0].trace)}return l.style(e),a.getComponentMethod("legend","draw")(e),l.previousPromises(e)},t.doColorBars=function(e){for(var t=0;t<e.calcdata.length;t++){var n=e.calcdata[t][0];if((n.t||{}).cb){var r=n.trace,i=n.t.cb;a.traceIs(r,"contour")&&i.line({width:!1!==r.contours.showlines?r.line.width:0,dash:r.line.dash,color:"line"===r.contours.coloring?i._opts.line.color:r.line.color}),a.traceIs(r,"markerColorscale")?i.options(r.marker.colorbar)():i.options(r.colorbar)()}}return l.previousPromises(e)},t.layoutReplot=function(e){var t=e.layout;return e.layout=void 0,i.plot(e,"",t)},t.doLegend=function(e){return a.getComponentMethod("legend","draw")(e),l.previousPromises(e)},t.doTicksRelayout=function(e){return i.Axes.doTicks(e,"redraw"),t.drawMainTitle(e),l.previousPromises(e)},t.doModeBar=function(e){var t,n,r=e._fullLayout;for(d.manage(e),f(e),t=l.getSubplotIds(r,"gl3d"),n=0;n<t.length;n++)r[t[n]]._scene.updateFx(r.dragmode,r.hovermode);for(t=l.getSubplotIds(r,"gl2d"),n=0;n<t.length;n++)r._plots[t[n]]._scene2d.updateFx(r.dragmode);return l.previousPromises(e)},t.doCamera=function(e){for(var t=e._fullLayout,n=l.getSubplotIds(t,"gl3d"),r=0;r<n.length;r++){var i=t[n[r]];i._scene.setCamera(i.camera)}}},function(e,t){e.exports=function(e,t){var n=t[0],r=t[1],i=t[2],a=t[3],l=n+n,o=r+r,s=i+i,u=n*l,c=r*l,d=r*o,f=i*l,h=i*o,p=i*s,v=a*l,y=a*o,g=a*s;return e[0]=1-d-p,e[1]=c+g,e[2]=f-y,e[3]=0,e[4]=c-g,e[5]=1-u-p,e[6]=h+v,e[7]=0,e[8]=f+y,e[9]=h-v,e[10]=1-u-d,e[11]=0,e[12]=0,e[13]=0,e[14]=0,e[15]=1,e}},function(e,t,n){"use strict";var r=n(2),i=n(258),a=n(4),l=n(0),o=n(9),s=n(6),u=n(3);function c(e,t){var n=e[t],r=t.charAt(0);n&&"paper"!==n&&(e[t]=s.cleanId(n,r))}function d(e){var t="middle",n="center";return-1!==e.indexOf("top")?t="top":-1!==e.indexOf("bottom")&&(t="bottom"),-1!==e.indexOf("left")?n="left":-1!==e.indexOf("right")&&(n="right"),t+" "+n}function f(e,t){return t in e&&"object"==typeof e[t]&&0===Object.keys(e[t]).length}t.getGraphDiv=function(e){var t;if("string"==typeof e){if(null===(t=document.getElementById(e)))throw new Error("No DOM element with id '"+e+"' exists on the page.");return t}if(null===e||void 0===e)throw new Error("DOM element provided is null or undefined");return e},t.clearPromiseQueue=function(e){Array.isArray(e._promises)&&e._promises.length>0&&l.log("Clearing previous rejected promises from queue."),e._promises=[]},t.cleanLayout=function(e){var t,n;e||(e={}),e.xaxis1&&(e.xaxis||(e.xaxis=e.xaxis1),delete e.xaxis1),e.yaxis1&&(e.yaxis||(e.yaxis=e.yaxis1),delete e.yaxis1);var r=s.list({_fullLayout:e});for(t=0;t<r.length;t++){var a=r[t];a.anchor&&"free"!==a.anchor&&(a.anchor=s.cleanId(a.anchor)),a.overlaying&&(a.overlaying=s.cleanId(a.overlaying)),a.type||(a.isdate?a.type="date":a.islog?a.type="log":!1===a.isdate&&!1===a.islog&&(a.type="linear")),"withzero"!==a.autorange&&"tozero"!==a.autorange||(a.autorange=!0,a.rangemode="tozero"),delete a.islog,delete a.isdate,delete a.categories,f(a,"domain")&&delete a.domain,void 0!==a.autotick&&(void 0===a.tickmode&&(a.tickmode=a.autotick?"auto":"linear"),delete a.autotick)}var d=Array.isArray(e.annotations)?e.annotations.length:0;for(t=0;t<d;t++){var h=e.annotations[t];l.isPlainObject(h)&&(h.ref&&("paper"===h.ref?(h.xref="paper",h.yref="paper"):"data"===h.ref&&(h.xref="x",h.yref="y"),delete h.ref),c(h,"xref"),c(h,"yref"))}var p=Array.isArray(e.shapes)?e.shapes.length:0;for(t=0;t<p;t++){var v=e.shapes[t];l.isPlainObject(v)&&(c(v,"xref"),c(v,"yref"))}var y=e.legend;y&&(y.x>3?(y.x=1.02,y.xanchor="left"):y.x<-2&&(y.x=-.02,y.xanchor="right"),y.y>3?(y.y=1.02,y.yanchor="bottom"):y.y<-2&&(y.y=-.02,y.yanchor="top")),"rotate"===e.dragmode&&(e.dragmode="orbit"),e.scene1&&(e.scene||(e.scene=e.scene1),delete e.scene1);var g=o.getSubplotIds(e,"gl3d");for(t=0;t<g.length;t++){var m=e[g[t]],_=m.cameraposition;if(Array.isArray(_)&&4===_[0].length){var T=_[0],b=_[1],M=_[2],K=i([],T),k=[];for(n=0;n<3;++n)k[n]=b[t]+M*K[2+4*n];m.camera={eye:{x:k[0],y:k[1],z:k[2]},center:{x:b[0],y:b[1],z:b[2]},up:{x:K[1],y:K[5],z:K[9]}},delete m.cameraposition}}return u.clean(e),e},t.cleanData=function(e,n){for(var r=[],i=e.concat(Array.isArray(n)?n:[]).filter(function(e){return"uid"in e}).map(function(e){return e.uid}),c=0;c<e.length;c++){var h,p=e[c];if(!("uid"in p)||-1!==r.indexOf(p.uid)){var v;for(h=0;h<100&&(v=l.randstr(i),-1!==r.indexOf(v));h++);p.uid=l.randstr(i),i.push(p.uid)}if(r.push(p.uid),"histogramy"===p.type&&"xbins"in p&&!("ybins"in p)&&(p.ybins=p.xbins,delete p.xbins),p.error_y&&"opacity"in p.error_y){var y=u.defaults,g=p.error_y.color||(a.traceIs(p,"bar")?u.defaultLine:y[c%y.length]);p.error_y.color=u.addOpacity(u.rgb(g),u.opacity(g)*p.error_y.opacity),delete p.error_y.opacity}if("bardir"in p&&("h"!==p.bardir||!a.traceIs(p,"bar")&&"histogram"!==p.type.substr(0,9)||(p.orientation="h",t.swapXYData(p)),delete p.bardir),"histogramy"===p.type&&t.swapXYData(p),"histogramx"!==p.type&&"histogramy"!==p.type||(p.type="histogram"),"scl"in p&&(p.colorscale=p.scl,delete p.scl),"reversescl"in p&&(p.reversescale=p.reversescl,delete p.reversescl),p.xaxis&&(p.xaxis=s.cleanId(p.xaxis,"x")),p.yaxis&&(p.yaxis=s.cleanId(p.yaxis,"y")),a.traceIs(p,"gl3d")&&p.scene&&(p.scene=o.subplotsRegistry.gl3d.cleanId(p.scene)),a.traceIs(p,"pie")||a.traceIs(p,"bar")||(Array.isArray(p.textposition)?p.textposition=p.textposition.map(d):p.textposition&&(p.textposition=d(p.textposition))),a.traceIs(p,"2dMap")&&("YIGnBu"===p.colorscale&&(p.colorscale="YlGnBu"),"YIOrRd"===p.colorscale&&(p.colorscale="YlOrRd")),a.traceIs(p,"markerColorscale")&&p.marker){var m=p.marker;"YIGnBu"===m.colorscale&&(m.colorscale="YlGnBu"),"YIOrRd"===m.colorscale&&(m.colorscale="YlOrRd")}if("surface"===p.type&&l.isPlainObject(p.contours)){var _=["x","y","z"];for(h=0;h<_.length;h++){var T=p.contours[_[h]];l.isPlainObject(T)&&(T.highlightColor&&(T.highlightcolor=T.highlightColor,delete T.highlightColor),T.highlightWidth&&(T.highlightwidth=T.highlightWidth,delete T.highlightWidth))}}if(Array.isArray(p.transforms)){var b=p.transforms;for(h=0;h<b.length;h++){var M=b[h];if(l.isPlainObject(M))switch(M.type){case"filter":M.filtersrc&&(M.target=M.filtersrc,delete M.filtersrc),M.calendar&&(M.valuecalendar||(M.valuecalendar=M.calendar),delete M.calendar);break;case"groupby":if(M.styles=M.styles||M.style,M.styles&&!Array.isArray(M.styles)){var K=M.styles,k=Object.keys(K);M.styles=[];for(var x=0;x<k.length;x++)M.styles.push({target:k[x],value:K[k[x]]})}}}}f(p,"line")&&delete p.line,"marker"in p&&(f(p.marker,"line")&&delete p.marker.line,f(p,"marker")&&delete p.marker),u.clean(p)}},t.swapXYData=function(e){var t;if(l.swapAttrs(e,["?","?0","d?","?bins","nbins?","autobin?","?src","error_?"]),Array.isArray(e.z)&&Array.isArray(e.z[0])&&(e.transpose?delete e.transpose:e.transpose=!0),e.error_x&&e.error_y){var n=e.error_y,r="copy_ystyle"in n?n.copy_ystyle:!(n.color||n.thickness||n.width);l.swapAttrs(e,["error_?.copy_ystyle"]),r&&l.swapAttrs(e,["error_?.color","error_?.thickness","error_?.width"])}if("string"==typeof e.hoverinfo){var i=e.hoverinfo.split("+");for(t=0;t<i.length;t++)"x"===i[t]?i[t]="y":"y"===i[t]&&(i[t]="x");e.hoverinfo=i.join("+")}},t.coerceTraceIndices=function(e,t){return r(t)?[t]:Array.isArray(t)&&t.length?t:e.data.map(function(e,t){return t})},t.manageArrayContainers=function(e,t,n){var i=e.obj,a=e.parts,o=a.length,s=a[o-1],u=r(s);if(u&&null===t){var c=a.slice(0,o-1).join(".");l.nestedProperty(i,c).get().splice(s,1)}else u&&void 0===e.get()?(void 0===e.get()&&(n[e.astr]=null),e.set(t)):e.set(t)};var h=/(\.[^\[\]\.]+|\[[^\[\]\.]+\])$/;function p(e){var t=e.search(h);if(t>0)return e.substr(0,t)}t.hasParent=function(e,t){for(var n=p(t);n;){if(n in e)return!0;n=p(n)}return!1}},function(e,t,n){"use strict";var r=n(109),i=n(32),a=n(111),l=n(33),o=n(165).sorterAsc,s=n(4);t.containerArrayMatch=n(170);var u=t.isAddVal=function(e){return"add"===e||i(e)},c=t.isRemoveVal=function(e){return null===e||"remove"===e};t.applyContainerArrayChanges=function(e,t,n,i){var d=t.astr,f=s.getComponentMethod(d,"supplyLayoutDefaults"),h=s.getComponentMethod(d,"draw"),p=s.getComponentMethod(d,"drawOne"),v=i.replot||i.recalc||f===a||h===a,y=e.layout,g=e._fullLayout;if(n[""]){Object.keys(n).length>1&&l.warn("Full array edits are incompatible with other edits",d);var m=n[""][""];if(c(m))t.set(null);else{if(!Array.isArray(m))return l.warn("Unrecognized full array edit value",d,m),!0;t.set(m)}return!v&&(f(y,g),h(e),!0)}var _,T,b,M,K,k,x,C=Object.keys(n).map(Number).sort(o),A=t.get(),w=A||[],L=r(g,d).get(),D=[],B=-1,S=w.length;for(_=0;_<C.length;_++)if(M=n[b=C[_]],K=Object.keys(M),k=M[""],x=u(k),b<0||b>w.length-(x?0:1))l.warn("index out of range",d,b);else if(void 0!==k)K.length>1&&l.warn("Insertion & removal are incompatible with edits to the same index.",d,b),c(k)?D.push(b):x?("add"===k&&(k={}),w.splice(b,0,k),L&&L.splice(b,0,{})):l.warn("Unrecognized full object edit value",d,b,k),-1===B&&(B=b);else for(T=0;T<K.length;T++)r(w[b],K[T]).set(M[K[T]]);for(_=D.length-1;_>=0;_--)w.splice(D[_],1),L&&L.splice(D[_],1);if(w.length?A||t.set(w):t.set(null),v)return!1;if(f(y,g),p!==a){var G;if(-1===B)G=C;else{for(S=Math.max(w.length,S),G=[],_=0;_<C.length&&!((b=C[_])>=B);_++)G.push(b);for(_=B;_<S;_++)G.push(_)}for(_=0;_<G.length;_++)p(e,G[_])}else h(e);return!0}},function(e,t,n){"use strict";var r=n(144),i=n(3),a=n(89).appendArrayPointValue,l=n(6),o=n(15),s=r.filter,u=r.tester,c=o.MINSELECT;function d(e){return e._id}function f(e,t){if(Array.isArray(e))for(var n=t.cd[0].trace,r=0;r<e.length;r++){var i=e[r];i.curveNumber=n.index,i.data=n._input,i.fullData=n,a(i,n,i.pointNumber)}return e}e.exports=function(e,t,n,r,a){var h,p=r.gd._fullLayout._zoomlayer,v=r.element.getBoundingClientRect(),y=r.plotinfo.xaxis._offset,g=r.plotinfo.yaxis._offset,m=t-v.left,_=n-v.top,T=m,b=_,M="M"+m+","+_,K=r.xaxes[0]._length,k=r.yaxes[0]._length,x=r.xaxes.map(d),C=r.yaxes.map(d),A=r.xaxes.concat(r.yaxes);"lasso"===a&&(h=s([[m,_]],o.BENDPX));var w=p.selectAll("path.select-outline").data([1,2]);w.enter().append("path").attr("class",function(e){return"select-outline select-outline-"+e}).attr("transform","translate("+y+", "+g+")").attr("d",M+"Z");var L,D,B,S,G,W=p.append("path").attr("class","zoombox-corners").style({fill:i.background,stroke:i.defaultLine,"stroke-width":1}).attr("transform","translate("+y+", "+g+")").attr("d","M0,0Z"),z=[],O=r.gd,P=[];for(L=0;L<O.calcdata.length;L++)if((B=(D=O.calcdata[L])[0].trace)._module&&B._module.selectPoints)if(r.subplot){if(B.subplot!==r.subplot)continue;z.push({selectPoints:B._module.selectPoints,cd:D,xaxis:r.xaxes[0],yaxis:r.yaxes[0]})}else{if(-1===x.indexOf(B.xaxis))continue;if(-1===C.indexOf(B.yaxis))continue;z.push({selectPoints:B._module.selectPoints,cd:D,xaxis:l.getFromId(O,B.xaxis),yaxis:l.getFromId(O,B.yaxis)})}function R(e){var t="y"===e._id.charAt(0)?1:0;return function(n){return e.p2d(n[t])}}function j(e,t){return e-t}r.moveFn=function(e,t){var n,i;T=Math.max(0,Math.min(K,e+m)),b=Math.max(0,Math.min(k,t+_));var l=Math.abs(T-m),o=Math.abs(b-_);for("select"===a?(o<Math.min(.6*l,c)?(n=u([[m,0],[m,k],[T,k],[T,0]]),W.attr("d","M"+n.xmin+","+(_-c)+"h-4v"+2*c+"h4ZM"+(n.xmax-1)+","+(_-c)+"h4v"+2*c+"h-4Z")):l<Math.min(.6*o,c)?(n=u([[0,_],[0,b],[K,b],[K,_]]),W.attr("d","M"+(m-c)+","+n.ymin+"v-4h"+2*c+"v4ZM"+(m-c)+","+(n.ymax-1)+"v4h"+2*c+"v-4Z")):(n=u([[m,_],[m,b],[T,b],[T,_]]),W.attr("d","M0,0Z")),w.attr("d","M"+n.xmin+","+n.ymin+"H"+(n.xmax-1)+"V"+(n.ymax-1)+"H"+n.xmin+"Z")):"lasso"===a&&(h.addPt([T,b]),n=u(h.filtered),w.attr("d","M"+h.filtered.join("L")+"Z")),P=[],L=0;L<z.length;L++)S=z[L],[].push.apply(P,f(S.selectPoints(S,n),S));if(G={points:P},"select"===a){var s,d=G.range={};for(L=0;L<A.length;L++)s=(i=A[L])._id.charAt(0),d[i._id]=[i.p2d(n[s+"min"]),i.p2d(n[s+"max"])].sort(j)}else{var p=G.lassoPoints={};for(L=0;L<A.length;L++)p[(i=A[L])._id]=h.filtered.map(R(i))}r.gd.emit("plotly_selecting",G)},r.doneFn=function(e,t){if(W.remove(),e||2!==t)r.gd.emit("plotly_selected",G);else{for(w.remove(),L=0;L<z.length;L++)(S=z[L]).selectPoints(S,!1);O.emit("plotly_deselect",null)}}}},function(e,t,n){"use strict";var r=n(1),i=n(22),a=n(8),l=n(4),o=n(0),s=n(14),u=n(3),c=n(7),d=n(28),f=n(21),h=n(19).FROM_TL,p=n(9),v=n(6).doTicks,y=n(18).getFromId,g=n(261),m=n(143),_=n(15),T=_.MINDRAG,b=_.MINZOOM,M=!0;function K(e,t){for(var n=0;n<e.length;n++)if(!e[n].fixedrange)return t;return""}function k(e,t,n,r,i){var a,l,o,s;for(a=0;a<e.length;a++)(l=e[a]).fixedrange||(o=l._rl[0],s=l._rl[1]-o,l.range=[l.l2r(o+s*t),l.l2r(o+s*n)],r[l._name+".range[0]"]=l.range[0],r[l._name+".range[1]"]=l.range[1]);if(i&&i.length){var u=(t+(1-n))/2;k(i,u,1-u,r)}}function x(e,t){for(var n=0;n<e.length;n++){var r=e[n];r.fixedrange||(r.range=[r.l2r(r._rl[0]-t/r._m),r.l2r(r._rl[1]-t/r._m)])}}function C(e){return 1-(e>=0?Math.min(e,.9):1/(1/Math.max(e,-.3)+3.222))}function A(e){e.selectAll(".select-outline").remove()}function w(e){r.select(e).selectAll(".zoombox,.js-zoombox-backdrop,.js-zoombox-menu,.zoombox-corners").remove()}function L(e){return-1!==["lasso","select"].indexOf(e)}function D(e){var t=Math.floor(Math.min(e.b-e.t,e.r-e.l,b)/2);return"M"+(e.l-3.5)+","+(e.t-.5+t)+"h3v"+-t+"h"+t+"v-3h-"+(t+3)+"ZM"+(e.r+3.5)+","+(e.t-.5+t)+"h-3v"+-t+"h"+-t+"v-3h"+(t+3)+"ZM"+(e.r+3.5)+","+(e.b+.5-t)+"h-3v"+t+"h"+-t+"v3h"+(t+3)+"ZM"+(e.l-3.5)+","+(e.b+.5-t)+"h3v"+t+"h"+t+"v3h-"+(t+3)+"Z"}e.exports=function(e,t,n,B,S,G,W,z){var O,P,R,j,E,I,N,F,$,V,H,q,U,Y=e._fullLayout,X=e._fullLayout._zoomlayer,J=W+z==="nsew";function Z(){P=[t.xaxis],R=[t.yaxis];var n=P[0],r=R[0];I=n._length,N=r._length;var i=Y._axisConstraintGroups,a=[n._id],l=[r._id];O=[t].concat(W&&z?t.overlays:[]);for(var s=1;s<O.length;s++){var u=O[s].xaxis,c=O[s].yaxis;-1===P.indexOf(u)&&(P.push(u),a.push(u._id)),-1===R.indexOf(c)&&(R.push(c),l.push(c._id))}F=K(P,z),$=K(R,W),V=function(e,t){if(!e)return"pointer";if("nsew"===e)return"pan"===t?"move":"crosshair";return e.toLowerCase()+"-resize"}($+F,Y.dragmode),j=n._offset,E=r._offset;var d=function(e,t,n){var r,i,a,l,s,u,c=!1,d={},f={};for(r=0;r<e.length;r++){for(l=e[r],i=0;i<t.length;i++)if(l[t[i]]){for(s in l)-1===("x"===s.charAt(0)?t:n).indexOf(s)&&(d[s]=1);for(a=0;a<n.length;a++)l[n[a]]&&(c=!0)}for(i=0;i<n.length;i++)if(l[n[i]])for(u in l)-1===("x"===u.charAt(0)?t:n).indexOf(u)&&(f[u]=1)}c&&(o.extendFlat(d,f),f={});return{x:d,y:f,xy:c}}(i,a,l);for(var f in H=d.xy,q=[],d.x)q.push(y(e,f));for(var h in U=[],d.y)U.push(y(e,h))}Z();var Q=function(e,t,n,r,i,a,l){var o=e.draglayer.selectAll("."+t).data([0]);return o.enter().append("rect").classed("drag",!0).classed(t,!0).style({fill:"transparent","stroke-width":0}).attr("data-subplot",e.id),o.call(c.setRect,r,i,a,l).call(d,n),o.node()}(t,W+z+"drag",V,n,B,S,G);if(!$&&!F&&!L(Y.dragmode))return Q.onmousedown=null,Q.style.pointerEvents=J?"all":"none",Q;var ee,te,ne,re,ie,ae,le,oe,se,ue={element:Q,gd:e,plotinfo:t,prepFn:function(t,n,r){var a=e._fullLayout.dragmode;J?t.shiftKey&&(a="pan"===a?"zoom":"pan"):a="pan",ue.minDrag="lasso"===a?1:void 0,"zoom"===a?(ue.moveFn=de,ue.doneFn=fe,ue.minDrag=1,function(t,n,r){var a=Q.getBoundingClientRect();ee=n-a.left,te=r-a.top,ne={l:ee,r:ee,w:0,t:te,b:te,h:0},re=e._hmpixcount?e._hmlumcount/e._hmpixcount:i(e._fullLayout.plot_bgcolor).getLuminance(),ae=!1,le="xy",oe=function(e,t,n,r,i){return e.append("path").attr("class","zoombox").style({fill:t>.2?"rgba(0,0,0,0)":"rgba(255,255,255,0)","stroke-width":0}).attr("transform","translate("+n+", "+r+")").attr("d",i+"Z")}(X,re,j,E,ie="M0,0H"+I+"V"+N+"H0V0"),se=function(e,t,n){return e.append("path").attr("class","zoombox-corners").style({fill:u.background,stroke:u.defaultLine,"stroke-width":1,opacity:0}).attr("transform","translate("+t+", "+n+")").attr("d","M0,0Z")}(X,j,E),A(X)}(0,n,r)):"pan"===a?(ue.moveFn=_e,ue.doneFn=he,A(X)):L(a)&&(ue.xaxes=P,ue.yaxes=R,g(t,n,r,ue,a))}};f.init(ue);var ce={};function de(t,n){if(e._transitioningWithDuration)return!1;var r=Math.max(0,Math.min(I,t+ee)),i=Math.max(0,Math.min(N,n+te)),a=Math.abs(r-ee),l=Math.abs(i-te);function o(){le="",ne.r=ne.l,ne.t=ne.b,se.attr("d","M0,0Z")}ne.l=Math.min(ee,r),ne.r=Math.max(ee,r),ne.t=Math.min(te,i),ne.b=Math.max(te,i),H?a>b||l>b?(le="xy",a/I>l/N?(l=a*N/I,te>i?ne.t=te-l:ne.b=te+l):(a=l*I/N,ee>r?ne.l=ee-a:ne.r=ee+a),se.attr("d",D(ne))):o():!$||l<Math.min(Math.max(.6*a,T),b)?a<T?o():(ne.t=0,ne.b=N,le="x",se.attr("d",function(e,t){return"M"+(e.l-.5)+","+(t-b-.5)+"h-3v"+(2*b+1)+"h3ZM"+(e.r+.5)+","+(t-b-.5)+"h3v"+(2*b+1)+"h-3Z"}(ne,te))):!F||a<Math.min(.6*l,b)?(ne.l=0,ne.r=I,le="y",se.attr("d",function(e,t){return"M"+(t-b-.5)+","+(e.t-.5)+"v-3h"+(2*b+1)+"v3ZM"+(t-b-.5)+","+(e.b+.5)+"v3h"+(2*b+1)+"v-3Z"}(ne,ee))):(le="xy",se.attr("d",D(ne))),ne.w=ne.r-ne.l,ne.h=ne.b-ne.t,function(e,t,n,r,i,a){e.attr("d",r+"M"+n.l+","+n.t+"v"+n.h+"h"+n.w+"v-"+n.h+"h-"+n.w+"Z"),i||(e.transition().style("fill",a>.2?"rgba(0,0,0,0.4)":"rgba(255,255,255,0.3)").duration(200),t.transition().style("opacity",1).duration(200))}(oe,se,ne,ie,ae,re),ae=!0}function fe(t,n){if(Math.min(ne.h,ne.w)<2*T)return 2===n&&be(),w(e);"xy"!==le&&"x"!==le||k(P,ne.l/I,ne.r/I,ce,q),"xy"!==le&&"y"!==le||k(R,(N-ne.b)/N,(N-ne.t)/N,ce,U),w(e),Me(le),M&&e.data&&e._context.showTips&&(o.notifier("Double-click to<br>zoom back out","long"),M=!1)}function he(t,n){var i=1===(W+z).length;if(t)Me();else if(2!==n||i){if(1===n&&i){var l=W?R[0]:P[0],o="s"===W||"w"===z?0:1,u=l._name+".range["+o+"]",c=function(e,t){var n,i=e.range[t],a=Math.abs(i-e.range[1-t]);return"date"===e.type?i:"log"===e.type?(n=Math.ceil(Math.max(0,-Math.log(a)/Math.LN10))+3,r.format("."+n+"g")(Math.pow(10,i))):(n=Math.floor(Math.log(Math.abs(i))/Math.LN10)-Math.floor(Math.log(a)/Math.LN10)+4,r.format("."+String(n)+"g")(i))}(l,o),d="left",f="middle";if(l.fixedrange)return;W?(f="n"===W?"top":"bottom","right"===l.side&&(d="right")):"e"===z&&(d="right"),e._context.showAxisRangeEntryBoxes&&r.select(Q).call(s.makeEditable,{gd:e,immediate:!0,background:Y.paper_bgcolor,text:String(c),fill:l.tickfont?l.tickfont.color:"#444",horizontalAlign:d,verticalAlign:f}).on("edit",function(t){var n=l.d2r(t);void 0!==n&&a.relayout(e,u,n)})}}else be()}var pe=[0,0,I,N],ve=null,ye=_.REDRAWDELAY,ge=t.mainplot?Y._plots[t.mainplot]:t;function me(t){if(e._context.scrollZoom||Y._enablescrollzoom){if(e._transitioningWithDuration)return o.pauseEvent(t);var n=e.querySelector(".plotly");if(Z(),!(n.scrollHeight-n.clientHeight>10||n.scrollWidth-n.clientWidth>10)){clearTimeout(ve);var r=-t.deltaY;if(isFinite(r)||(r=t.wheelDelta/10),isFinite(r)){var i,a=Math.exp(-Math.min(Math.max(r,-20),20)/100),l=ge.draglayer.select(".nsewdrag").node().getBoundingClientRect(),s=(t.clientX-l.left)/l.width,u=(l.bottom-t.clientY)/l.height;if(z||H){for(z||(s=.5),i=0;i<P.length;i++)c(P[i],s,a);pe[2]*=a,pe[0]+=pe[2]*s*(1/a-1)}if(W||H){for(W||(u=.5),i=0;i<R.length;i++)c(R[i],u,a);pe[3]*=a,pe[1]+=pe[3]*(1-u)*(1/a-1)}return Ke(pe),Te(W,z),ve=setTimeout(function(){pe=[0,0,I,N],Me(H?"xy":(z?"x":"")+(W?"y":""))},ye),o.pauseEvent(t)}o.log("Did not find wheel motion attributes: ",t)}}function c(e,t,n){if(!e.fixedrange){var r=o.simpleMap(e.range,e.r2l),i=r[0]+(r[1]-r[0])*t;e.range=r.map(function(t){return e.l2r(i+(t-i)*n)})}}}function _e(t,n){if(!e._transitioningWithDuration){if(Z(),"ew"===F||"ns"===$)return F&&x(P,t),$&&x(R,n),Ke([F?-t:0,$?-n:0,I,N]),void Te($,F);if(H&&F&&$){var r="w"===F==("n"===$)?1:-1,i=(t/I+r*n/N)/2;t=i*I,n=r*i*N}"w"===F?t=s(P,0,t):"e"===F?t=s(P,1,-t):F||(t=0),"n"===$?n=s(R,1,n):"s"===$?n=s(R,0,-n):$||(n=0);var a="w"===F?t:0,l="n"===$?n:0;if(H){var o;if(!F&&1===$.length){for(o=0;o<P.length;o++)P[o].range=P[o]._r.slice(),m(P[o],1-n/N);a=(t=n*I/N)/2}if(!$&&1===F.length){for(o=0;o<R.length;o++)R[o].range=R[o]._r.slice(),m(R[o],1-t/I);l=(n=t*N/I)/2}}Ke([a,l,I-t,N-n]),Te($,F)}function s(e,t,n){for(var r,i,a=1-t,l=0;l<e.length;l++){var o=e[l];if(!o.fixedrange){r=o,i=o._rl[a]+(o._rl[t]-o._rl[a])/C(n/o._length);var s=o.l2r(i);!1!==s&&void 0!==s&&(o.range[t]=s)}}return r._length*(r._rl[t]-i)/(r._rl[t]-r._rl[a])}}function Te(t,n){var r,i=[];function a(e){for(r=0;r<e.length;r++)e[r].fixedrange||i.push(e[r]._id)}for((n||H)&&(a(P),a(q)),(t||H)&&(a(R),a(U)),ce={},r=0;r<i.length;r++){var o=i[r];v(e,o,!0);var s=y(e,o);ce[s._name+".range[0]"]=s.range[0],ce[s._name+".range[1]"]=s.range[1]}function u(a,l,o){for(r=0;r<a.length;r++){var s=a[r];if((n&&-1!==i.indexOf(s.xref)||t&&-1!==i.indexOf(s.yref))&&(l(e,r),o))return}}u(Y.annotations||[],l.getComponentMethod("annotations","drawOne")),u(Y.shapes||[],l.getComponentMethod("shapes","drawOne")),u(Y.images||[],l.getComponentMethod("images","draw"),!0)}function be(){if(!e._transitioningWithDuration){var t,n,r,i=e._context.doubleClick,l=(F?P:[]).concat($?R:[]),o={};if("reset+autosize"===i)for(i="autosize",n=0;n<l.length;n++)if((t=l[n])._rangeInitial&&(t.range[0]!==t._rangeInitial[0]||t.range[1]!==t._rangeInitial[1])||!t._rangeInitial&&!t.autorange){i="reset";break}if("autosize"===i)for(n=0;n<l.length;n++)(t=l[n]).fixedrange||(o[t._name+".autorange"]=!0);else if("reset"===i)for((F||H)&&(l=l.concat(q)),$&&!H&&(l=l.concat(U)),H&&(F?$||(l=l.concat(R)):l=l.concat(P)),n=0;n<l.length;n++)(t=l[n])._rangeInitial?(r=t._rangeInitial,o[t._name+".range[0]"]=r[0],o[t._name+".range[1]"]=r[1]):o[t._name+".autorange"]=!0;e.emit("plotly_doubleclick",null),a.relayout(e,o)}}function Me(t){void 0===t&&(t=(z?"x":"")+(W?"y":"")),Ke([0,0,I,N]),o.syncOrAsync([p.previousPromises,function(){a.relayout(e,ce)}],e)}function Ke(e){var t,n,r,i,a,l=Y._plots,o=Object.keys(l),s=e[2]/P[0]._length,u=e[3]/R[0]._length,d=z||H,f=W||H;function p(e){return e.fixedrange?0:d&&-1!==q.indexOf(e)?s:f&&-1!==(H?q:U).indexOf(e)?u:0}function v(e,t){return t?(e.range=e._r.slice(),m(e,t),y(e,t)):0}function y(e,t){return e._length*(1-t)*h[e.constraintoward||"middle"]}for(t=0;t<o.length;t++){var g=l[o[t]],_=g.xaxis,T=g.yaxis,b=d&&!_.fixedrange&&-1!==P.indexOf(_),M=f&&!T.fixedrange&&-1!==R.indexOf(T);if(b?(n=s,i=z?e[0]:y(_,n)):i=v(_,n=p(_)),M?(r=u,a=W?e[1]:y(T,r)):a=v(T,r=p(T)),n||r){n||(n=1),r||(r=1);var K=_._offset-i/n,k=T._offset-a/r;Y._defs.selectAll("#"+g.clipId).call(c.setTranslate,i,a).call(c.setScale,n,r),g.plot.call(c.setTranslate,K,k).call(c.setScale,1/n,1/r).select(".scatterlayer").selectAll(".points").selectAll(".point").call(c.setPointGroupScale,n,r),g.plot.select(".scatterlayer").selectAll(".points").selectAll(".textpoint").call(c.setTextPointsScale,n,r)}}}return W.length*z.length!=1&&(void 0!==Q.onwheel?Q.onwheel=me:void 0!==Q.onmousewheel&&(Q.onmousewheel=me)),Q}},function(e,t,n){"use strict";var r=n(4),i=n(87).hover;e.exports=function(e,t,n){var a=r.getComponentMethod("annotations","onClick")(e,e._hoverdata);function l(){e.emit("plotly_click",{points:e._hoverdata,event:t})}void 0!==n&&i(e,t,n,!0),e._hoverdata&&t&&t.target&&(a&&a.then?a.then(l):l(),t.stopImmediatePropagation&&t.stopImmediatePropagation())}},function(e,t,n){"use strict";var r=n(28),i="data-savedcursor";e.exports=function(e,t){var n=e.attr(i);if(t){if(!n){for(var a=(e.attr("class")||"").split(" "),l=0;l<a.length;l++){var o=a[l];0===o.indexOf("cursor-")&&e.attr(i,o.substr(7)).classed(o,!1)}e.attr(i)||e.attr(i,"!!")}r(e,t)}else n&&(e.attr(i,null),"!!"===n?r(e):r(e,n))}},function(e,t,n){"use strict";var r=n(0),i=n(4);function a(e,t,n,i){i=i||r.identity,Array.isArray(e)&&(t[0][n]=i(e))}e.exports=function(e){var t=e.calcdata,n=e._fullLayout;function l(e){return function(t){return r.coerceHoverinfo({hoverinfo:t},{_module:e._module},n)}}for(var o=0;o<t.length;o++){var s=t[o],u=s[0].trace;if(!i.traceIs(u,"pie")){var c=i.traceIs(u,"2dMap")?a:r.fillArray;c(u.hoverinfo,s,"hi",l(u)),u.hoverlabel&&(c(u.hoverlabel.bgcolor,s,"hbg"),c(u.hoverlabel.bordercolor,s,"hbc"),c(u.hoverlabel.font.size,s,"hts"),c(u.hoverlabel.font.color,s,"htc"),c(u.hoverlabel.font.family,s,"htf"))}}}},function(e,t,n){"use strict";var r=n(0),i=n(88);e.exports=function(e,t,n){function a(n,a){return r.coerce(e,t,i,n,a)}var l;a("dragmode"),t._has("cartesian")?(t._isHoriz=function(e){for(var t=!0,n=0;n<e.length;n++){var r=e[n];if("h"!==r.orientation){t=!1;break}}return t}(n),l=t._isHoriz?"y":"x"):l="closest",a("hovermode",l)}},function(e,t,n){"use strict";var r=n(0),i=n(110),a=n(145);e.exports=function(e,t,n,l){a(e,t,function(n,a){return r.coerce(e,t,i,n,a)},l.hoverlabel)}},function(e,t,n){"use strict";var r=n(0),i=n(145),a=n(88);e.exports=function(e,t){i(e,t,function(n,i){return r.coerce(e,t,a,n,i)})}},function(e,t,n){"use strict";var r=n(90),i=e.exports={};i.wrapped=function(e,t,n){"string"==typeof e&&(e=document.getElementById(e)),e._hoverTimer&&(clearTimeout(e._hoverTimer),e._hoverTimer=void 0),i.raw(e,t,n)},i.raw=function(e,t){var n=e._fullLayout,i=e._hoverdata;t||(t={}),t.target&&!1===r.triggerHandler(e,"plotly_beforehover",t)||(n._hoverlayer.selectAll("g").remove(),n._hoverlayer.selectAll("line").remove(),n._hoverlayer.selectAll("circle").remove(),e._hoverdata=void 0,t.target&&i&&e.emit("plotly_unhover",{event:t,points:i}))}},function(e,t,n){"use strict";var r=n(0),i=[["sw-resize","s-resize","se-resize"],["w-resize","move","e-resize"],["nw-resize","n-resize","ne-resize"]];e.exports=function(e,t,n,a){return e="left"===n?0:"center"===n?1:"right"===n?2:r.constrain(Math.floor(3*e),0,2),t="bottom"===a?0:"middle"===a?1:"top"===a?2:r.constrain(Math.floor(3*t),0,2),i[t][e]}},function(e,t,n){"use strict";e.exports=function(e,t,n,r,i){var a=(e-n)/(r-n),l=a+t/(r-n),o=(a+l)/2;return"left"===i||"bottom"===i?a:"center"===i||"middle"===i?o:"right"===i||"top"===i?l:a<2/3-o?a:l>4/3-o?l:o}},function(e,t,n){"use strict";e.exports=function(){var e,t=[],n=-1,r=!1;function i(e,t){return e?(r=!0,e[t](),r=!1,this):this}return{add:function(e){return r?this:(t.splice(n+1,t.length-n),t.push(e),n=t.length-1,this)},setCallback:function(t){e=t},undo:function(){var r=t[n];return r?(i(r,"undo"),n-=1,e&&e(r.undo),this):this},redo:function(){var r=t[n+1];return r?(i(r,"redo"),n+=1,e&&e(r.redo),this):this},clear:function(){t=[],n=-1},hasUndo:function(){return-1!==n},hasRedo:function(){return n<t.length-1},getCommands:function(){return t},getPreviousCommand:function(){return t[n-1]},getIndex:function(){return n}}}},function(e,t,n){"use strict";var r=n(1),i=n(0),a=n(3),l=n(147),o=n(272),s=i.extendDeepAll,u=e.exports={};u.framework=function(e){var t,n,i,a,c,d=new o;function f(n,o){return o&&(c=o),r.select(r.select(c).node().parentNode).selectAll(".svg-container>*:not(.chart-root)").remove(),t=t?s(t,n):n,i||(i=l.Axis()),a=l.adapter.plotly().convert(t),i.config(a).render(c),e.data=t.data,e.layout=t.layout,u.fillLayout(e),t}return f.isPolar=!0,f.svg=function(){return i.svg()},f.getConfig=function(){return t},f.getLiveConfig=function(){return l.adapter.plotly().convert(i.getLiveConfig(),!0)},f.getLiveScales=function(){return{t:i.angularScale(),r:i.radialScale()}},f.setUndoPoint=function(){var e,r,i=this,a=l.util.cloneJson(t);e=a,r=n,d.add({undo:function(){r&&i(r)},redo:function(){i(e)}}),n=l.util.cloneJson(a)},f.undo=function(){d.undo()},f.redo=function(){d.redo()},f},u.fillLayout=function(e){var t=r.select(e).selectAll(".plot-container"),n=t.selectAll(".svg-container"),i=e.framework&&e.framework.svg&&e.framework.svg(),l={width:800,height:600,paper_bgcolor:a.background,_container:t,_paperdiv:n,_paper:i};e._fullLayout=s(l,e.layout)}},function(e,t,n){"use strict";(e.exports=n(147)).manager=n(273)},function(e,t,n){"use strict";var r=n(1),i=n(2),a=n(8),l=n(0),o=n(90),s=n(148),u=n(4),c=n(9),d=n(274),f=n(146),h=n(7),p=n(30),v=n(31),y=n(14),g=n(260),m=n(259),_=n(257),T=n(15),b=n(256),M=b.enforce,K=b.clean,k=n(18);function x(e,t){e._fullLayout._paperdiv.style("background","white"),a.defaultConfig.setBackground(e,t)}function C(e,t){var n,r,i=t+1,a=[];for(n=0;n<e.length;n++)(r=e[n])<0?a.push(i+r):a.push(r);return a}function A(e,t,n){var r,i;for(r=0;r<t.length;r++){if((i=t[r])!==parseInt(i,10))throw new Error("all values in "+n+" must be integers");if(i>=e.data.length||i<-e.data.length)throw new Error(n+" must be valid indices for gd.data.");if(t.indexOf(i,r+1)>-1||i>=0&&t.indexOf(-e.data.length+i)>-1||i<0&&t.indexOf(e.data.length+i)>-1)throw new Error("each index in "+n+" must be unique.")}}function w(e,t,n){if(!Array.isArray(e.data))throw new Error("gd.data must be an array.");if(void 0===t)throw new Error("currentIndices is a required argument.");if(Array.isArray(t)||(t=[t]),A(e,t,"currentIndices"),void 0===n||Array.isArray(n)||(n=[n]),void 0!==n&&A(e,n,"newIndices"),void 0!==n&&t.length!==n.length)throw new Error("current and new indices must be of equal length.")}function L(e,t,n,r,a,o){!function(e,t,n,r){var i=l.isPlainObject(r);if(!Array.isArray(e.data))throw new Error("gd.data must be an array");if(!l.isPlainObject(t))throw new Error("update must be a key:value object");if(void 0===n)throw new Error("indices must be an integer or array of integers");for(var a in A(e,n,"indices"),t){if(!Array.isArray(t[a])||t[a].length!==n.length)throw new Error("attribute "+a+" must be an array of length equal to indices array length");if(i&&(!(a in r)||!Array.isArray(r[a])||r[a].length!==t[a].length))throw new Error("when maxPoints is set as a key:value object it must contain a 1:1 corrispondence with the keys and number of traces in the update object")}}(e,t,n,r);for(var s,u,c,d=function(e,t,n,r){var a,o,s,u,c,d=l.isPlainObject(r),f=[];for(var h in Array.isArray(n)||(n=[n]),n=C(n,e.data.length-1),t)for(var p=0;p<n.length;p++){if(a=e.data[n[p]],o=(s=l.nestedProperty(a,h)).get(),u=t[h][p],!Array.isArray(u))throw new Error("attribute: "+h+" index: "+p+" must be an array");if(!Array.isArray(o))throw new Error("cannot extend missing or non-array attribute: "+h);c=d?r[h][p]:r,i(c)||(c=-1),f.push({prop:s,target:o,insert:u,maxp:Math.floor(c)})}return f}(e,t,n,r),f=[],h={},p={},v=0;v<d.length;v++)u=d[v].prop,c=d[v].maxp,s=a(d[v].target,d[v].insert),c>=0&&c<s.length&&(f=o(s,c)),c=d[v].target.length,u.set(s),Array.isArray(h[u.astr])||(h[u.astr]=[]),Array.isArray(p[u.astr])||(p[u.astr]=[]),h[u.astr].push(f),p[u.astr].push(c);return{update:h,maxPoints:p}}function D(e,t,n){var r,i,o=e._fullLayout,s=e._fullData,d=e.data,f=m.coerceTraceIndices(e,n),h={docalc:!1,docalcAutorange:!1,doplot:!1,dostyle:!1,docolorbars:!1,autorangeOn:!1,clearCalc:!1,fullReplot:!1},p={},v={},y={},g=["mode","visible","type","orientation","fill","histfunc","histnorm","text","x","y","z","a","b","c","open","high","low","close","base","width","offset","xtype","x0","dx","ytype","y0","dy","xaxis","yaxis","line.width","connectgaps","transpose","zsmooth","showscale","marker.showscale","zauto","marker.cauto","autocolorscale","marker.autocolorscale","colorscale","marker.colorscale","reversescale","marker.reversescale","autobinx","nbinsx","xbins","xbins.start","xbins.end","xbins.size","autobiny","nbinsy","ybins","ybins.start","ybins.end","ybins.size","autocontour","ncontours","contours","contours.coloring","contours.operation","contours.value","contours.type","contours.value[0]","contours.value[1]","error_y","error_y.visible","error_y.value","error_y.type","error_y.traceref","error_y.array","error_y.symmetric","error_y.arrayminus","error_y.valueminus","error_y.tracerefminus","error_x","error_x.visible","error_x.value","error_x.type","error_x.traceref","error_x.array","error_x.symmetric","error_x.arrayminus","error_x.valueminus","error_x.tracerefminus","swapxy","swapxyaxes","orientationaxes","marker.colors","values","labels","label0","dlabel","sort","textinfo","textposition","textfont.size","textfont.family","textfont.color","insidetextfont.size","insidetextfont.family","insidetextfont.color","outsidetextfont.size","outsidetextfont.family","outsidetextfont.color","hole","scalegroup","domain","domain.x","domain.y","domain.x[0]","domain.x[1]","domain.y[0]","domain.y[1]","tilt","tiltaxis","depth","direction","rotation","pull","line.showscale","line.cauto","line.autocolorscale","line.reversescale","marker.line.showscale","marker.line.cauto","marker.line.autocolorscale","marker.line.reversescale","xcalendar","ycalendar","cumulative","cumulative.enabled","cumulative.direction","cumulative.currentbin","a0","da","b0","db","atype","btype","cheaterslope","carpet","sum"],_=["color","smoothing","title","titlefont","titlefont.size","titlefont.family","titlefont.color","titleoffset","type","autorange","rangemode","range","fixedrange","cheatertype","tickmode","nticks","tickvals","ticktext","ticks","mirror","ticklen","tickwidth","tickcolor","showticklabels","tickfont","tickfont.size","tickfont.family","tickfont.color","tickprefix","showtickprefix","ticksuffix","showticksuffix","showexponent","exponentformat","separatethousands","tickformat","categoryorder","categoryarray","labelpadding","labelprefix","labelsuffix","labelfont","labelfont.family","labelfont.size","labelfont.color","showline","linecolor","linewidth","gridcolor","gridwidth","showgrid","minorgridcount","minorgridwidth","minorgridcolor","startline","startlinecolor","startlinewidth","endline","endlinewidth","endlinecolor","tick0","dtick","arraytick0","arraydtick","hoverformat","tickangle"];for(r=0;r<_.length;r++)g.push("aaxis."+_[r]),g.push("baxis."+_[r]);for(r=0;r<f.length;r++)if(u.traceIs(s[f[r]],"box")){g.push("name");break}var T=["marker","marker.size","textfont","boxpoints","jitter","pointpos","whiskerwidth","boxmean","tickwidth"],b=["zmin","zmax","zauto","xgap","ygap","marker.cmin","marker.cmax","marker.cauto","line.cmin","line.cmax","marker.line.cmin","marker.line.cmax","contours.start","contours.end","contours.size","contours.showlines","line","line.smoothing","line.shape","error_y.width","error_x.width","error_x.copy_ystyle","marker.maxdisplayed"],M=["type","x","y","x0","y0","orientation","xaxis","yaxis"],K=["zmin","zmax"],k=["cmin","cmax"],x=["xbins.start","xbins.end","xbins.size"],C=["ybins.start","ybins.end","ybins.size"],A=["contours.start","contours.end","contours.size"],w=["cartesian","pie","ternary"];function L(){return f.map(function(){})}function D(e){var t=a.Axes.id2name(e);-1===i.indexOf(t)&&i.push(t)}function B(e){return"LAYOUT"+e+".autorange"}function S(e){return"LAYOUT"+e+".range"}function G(n,r,i){var a;Array.isArray(n)?n.forEach(function(e){G(e,r,i)}):n in t||m.hasParent(t,n)||(a="LAYOUT"===n.substr(0,6)?l.nestedProperty(e.layout,n.replace("LAYOUT","")):l.nestedProperty(d[f[i]],n),n in v||(v[n]=L()),void 0===v[n][i]&&(v[n][i]=a.get()),void 0!==r&&a.set(r))}for(var W in o._basePlotModules.forEach(function(e){-1===w.indexOf(e.name)&&(h.docalc=!0)}),t){if(m.hasParent(t,W))throw new Error("cannot set "+W+"and a parent attribute simultaneously");var z,O,P,R,j,E=t[W];if(p[W]=E,"LAYOUT"!==W.substr(0,6)){for(v[W]=L(),r=0;r<f.length;r++)if(z=d[f[r]],O=s[f[r]],R=(P=l.nestedProperty(z,W)).get(),void 0!==(j=Array.isArray(E)?E[r%E.length]:E)){if(-1!==K.indexOf(W)&&G("zauto",!1,r),-1!==k.indexOf(W))G("cauto",!1,r);else if("colorscale"===W)G("autocolorscale",!1,r);else if("autocolorscale"===W)G("colorscale",void 0,r);else if("marker.colorscale"===W)G("marker.autocolorscale",!1,r);else if("marker.autocolorscale"===W)G("marker.colorscale",void 0,r);else if("zauto"===W)G(K,void 0,r);else if(-1!==x.indexOf(W))G("autobinx",!1,r);else if("autobinx"===W)G(x,void 0,r);else if(-1!==C.indexOf(W))G("autobiny",!1,r);else if("autobiny"===W)G(C,void 0,r);else if(-1!==A.indexOf(W))G("autocontour",!1,r);else if("autocontour"===W)G(A,void 0,r);else if(-1!==["x0","dx"].indexOf(W)&&O.x&&"scaled"!==O.xtype)G("xtype","scaled",r);else if(-1!==["y0","dy"].indexOf(W)&&O.y&&"scaled"!==O.ytype)G("ytype","scaled",r);else if("colorbar.thicknessmode"===W&&P.get()!==j&&-1!==["fraction","pixels"].indexOf(j)&&O.colorbar){var I=-1!==["top","bottom"].indexOf(O.colorbar.orient)?o.height-o.margin.t-o.margin.b:o.width-o.margin.l-o.margin.r;G("colorbar.thickness",O.colorbar.thickness*("fraction"===j?1/I:I),r)}else if("colorbar.lenmode"===W&&P.get()!==j&&-1!==["fraction","pixels"].indexOf(j)&&O.colorbar){var N=-1!==["top","bottom"].indexOf(O.colorbar.orient)?o.width-o.margin.l-o.margin.r:o.height-o.margin.t-o.margin.b;G("colorbar.len",O.colorbar.len*("fraction"===j?1/N:N),r)}else"colorbar.tick0"===W||"colorbar.dtick"===W?G("colorbar.tickmode","linear",r):"colorbar.tickmode"===W&&G(["colorbar.tick0","colorbar.dtick"],void 0,r);if("type"===W&&"pie"===j!=("pie"===R)){var F="x",$="y";"bar"!==j&&"bar"!==R||"h"!==z.orientation||(F="y",$="x"),l.swapAttrs(z,["?","?src"],"labels",F),l.swapAttrs(z,["d?","?0"],"label",F),l.swapAttrs(z,["?","?src"],"values",$),"pie"===R?(l.nestedProperty(z,"marker.color").set(l.nestedProperty(z,"marker.colors").get()),o._pielayer.selectAll("g.trace").remove()):u.traceIs(z,"cartesian")&&(l.nestedProperty(z,"marker.colors").set(l.nestedProperty(z,"marker.color").get()),y[z.xaxis||"x"]=!0,y[z.yaxis||"y"]=!0)}v[W][r]=R;if(-1!==["swapxy","swapxyaxes","orientation","orientationaxes"].indexOf(W)){if("orientation"===W){if(P.set(j),P.get()===v[W][r])continue}else"orientationaxes"===W&&(z.orientation={v:"h",h:"v"}[O.orientation]);m.swapXYData(z)}else if(-1!==c.dataArrayContainers.indexOf(P.parts[0]))m.manageArrayContainers(P,j,v),h.docalc=!0;else{var V=(O._module||{}).attributes||{},H=l.nestedProperty(V,W).get()||l.nestedProperty(c.attributes,W).get()||{};H.valType||(h.docalc=!0),H.arrayOk&&(Array.isArray(j)||Array.isArray(R))&&(h.docalc=!0),"docalc"===H.editType&&(h.docalc=!0),P.set(j)}}if(-1!==["swapxyaxes","orientationaxes"].indexOf(W)&&a.Axes.swap(e,f),"orientationaxes"===W){var q=l.nestedProperty(e.layout,"hovermode");"x"===q.get()?q.set("y"):"y"===q.get()&&q.set("x")}-1!==f.indexOf(0)&&-1!==M.indexOf(W)&&(a.Axes.clearTypes(e,f),h.docalc=!0),-1!==["autobinx","autobiny","zauto"].indexOf(W)&&!1===j||(h.dostyle=!0),(-1!==["colorbar","line"].indexOf(P.parts[0])||"marker"===P.parts[0]&&"colorbar"===P.parts[1])&&(h.docolorbars=!0);var U=W.indexOf("["),Y=-1===U?W:W.substr(0,U);if(-1!==g.indexOf(Y)){if(-1!==["orientation","type"].indexOf(W)){for(i=[],r=0;r<f.length;r++){var X=d[f[r]];u.traceIs(X,"cartesian")&&(D(X.xaxis||"x"),D(X.yaxis||"y"),"type"===W&&G(["autobinx","autobiny"],!0,r))}G(i.map(B),!0,0),G(i.map(S),[0,1],0)}h.docalc=!0}else-1!==b.indexOf(Y)?h.doplot=!0:0===Y.indexOf("aaxis")||0===Y.indexOf("baxis")?h.doplot=!0:-1!==T.indexOf(Y)&&(h.docalcAutorange=!0)}else P=l.nestedProperty(e.layout,W.replace("LAYOUT","")),v[W]=[P.get()],P.set(Array.isArray(E)?E[0]:E),h.docalc=!0}a.Axes.list(e).forEach(function(e){e.autorange&&(h.autorangeOn=!0)});var J=Object.keys(y);e:for(r=0;r<J.length;r++){for(var Z=J[r],Q=Z.charAt(0),ee=Q+"axis",te=0;te<d.length;te++)if(u.traceIs(d[te],"cartesian")&&(d[te][ee]||Q)===Z)continue e;G("LAYOUT"+a.Axes.id2name(Z),null,0)}return(h.docalc||h.docalcAutorange&&h.autorangeOn)&&(h.clearCalc=!0),(h.docalc||h.doplot||h.docalcAutorange)&&(h.fullReplot=!0),{flags:h,undoit:v,redoit:p,traces:f,eventData:l.extendDeepNoArrays([],[p,f])}}function B(e,t){var n,r,i,o=e.layout,s=e._fullLayout,d=Object.keys(t),f=a.Axes.list(e),h={};for(r=0;r<d.length;r++)if(0===d[r].indexOf("allaxes")){for(i=0;i<f.length;i++){var p=f[i]._id.substr(1),v=-1!==p.indexOf("scene")?p+".":"",y=d[r].replace("allaxes",v+f[i]._name);t[y]||(t[y]=t[d[r]])}delete t[d[r]]}var _={dolegend:!1,doticks:!1,dolayoutstyle:!1,doplot:!1,docalc:!1,domodebar:!1,docamera:!1,layoutReplot:!1},b={},M={};function K(e,n){if(Array.isArray(e))e.forEach(function(e){K(e,n)});else if(!(e in t||m.hasParent(t,e))){var r=l.nestedProperty(o,e);e in M||(M[e]=r.get()),void 0!==n&&r.set(n)}}function x(t,n){if(!l.isPlainObject(t))return!1;var r=t[n+"ref"]||n,i=a.Axes.getFromId(e,r);return i||r.charAt(0)!==n||(i=a.Axes.getFromId(e,n)),(i||{}).autorange}var C,A={};function w(e){var t=k.name2id(e.split(".")[0]);return A[t]=1,t}for(var L in t){if(m.hasParent(t,L))throw new Error("cannot set "+L+"and a parent attribute simultaneously");var D=l.nestedProperty(o,L),B=t[L],S=D.parts.length,G="string"==typeof D.parts[S-1]?S-1:S-2,W=D.parts[0],z=D.parts[G],O=D.parts[G-1]+"."+z,P=D.parts.slice(0,G).join("."),R=l.nestedProperty(e.layout,P).get(),j=l.nestedProperty(s,P).get(),E=D.get();if(void 0!==B){if(b[L]=B,M[L]="reverse"===z?B:E,-1!==["width","height"].indexOf(L)&&null===B)s[L]=e._initialAutoSize[L];else if(O.match(/^[xyz]axis[0-9]*\.range(\[[0|1]\])?$/))K(P+".autorange",!1),w(O),l.nestedProperty(s,P+"._inputRange").set(null);else if(O.match(/^[xyz]axis[0-9]*\.autorange$/)){K([P+".range[0]",P+".range[1]"],void 0),w(O),l.nestedProperty(s,P+"._inputRange").set(null);var I=l.nestedProperty(s,P).get();I._inputDomain&&(I._input.domain=I._inputDomain.slice())}else O.match(/^[xyz]axis[0-9]*\.domain(\[[0|1]\])?$/)?l.nestedProperty(s,P+"._inputDomain").set(null):O.match(/^[xyz]axis[0-9]*\.constrain.*$/)?_.docalc=!0:O.match(/^aspectratio\.[xyz]$/)?K(W+".aspectmode","manual"):O.match(/^aspectmode$/)?K([P+".x",P+".y",P+".z"],void 0):"tick0"===z||"dtick"===z?K(P+".tickmode","linear"):"tickmode"===z?K([P+".tick0",P+".dtick"],void 0):/[xy]axis[0-9]*?$/.test(z)&&!Object.keys(B||{}).length?_.docalc=!0:/[xy]axis[0-9]*\.categoryorder$/.test(O)?_.docalc=!0:/[xy]axis[0-9]*\.categoryarray/.test(O)&&(_.docalc=!0);if(-1!==O.indexOf("rangeslider")&&(_.docalc=!0),"type"===z){var N=R,F="linear"===j.type&&"log"===B,$="log"===j.type&&"linear"===B;if(F||$){if(N&&N.range)if(j.autorange)F&&(N.range=N.range[1]>N.range[0]?[1,2]:[2,1]);else{var V=N.range[0],H=N.range[1];F?(V<=0&&H<=0&&K(P+".autorange",!0),V<=0?V=H/1e6:H<=0&&(H=V/1e6),K(P+".range[0]",Math.log(V)/Math.LN10),K(P+".range[1]",Math.log(H)/Math.LN10)):(K(P+".range[0]",Math.pow(10,V)),K(P+".range[1]",Math.pow(10,H)))}else K(P+".autorange",!0);u.getComponentMethod("annotations","convertCoords")(e,j,B,K),u.getComponentMethod("images","convertCoords")(e,j,B,K)}else K(P+".autorange",!0);l.nestedProperty(s,P+"._inputRange").set(null)}else if(z.match(T.AX_NAME_PATTERN)){var q=l.nestedProperty(s,L).get(),U=(B||{}).type;U&&"-"!==U||(U="linear"),u.getComponentMethod("annotations","convertCoords")(e,q,U,K),u.getComponentMethod("images","convertCoords")(e,q,U,K)}var Y=g.containerArrayMatch(L);if(Y){n=Y.array,r=Y.index;var X=Y.property,J=(l.nestedProperty(o,n)||[])[r]||{};if(""===r)-1===L.indexOf("updatemenus")&&(_.docalc=!0);else if(""===X){var Z=B;g.isAddVal(B)?M[L]=null:g.isRemoveVal(B)?(M[L]=J,Z=J):l.warn("unrecognized full object value",t),(x(Z,"x")||x(Z,"y")&&-1===L.indexOf("updatemenus"))&&(_.docalc=!0)}else!x(J,"x")&&!x(J,"y")||l.containsAny(L,["color","opacity","align","dash","updatemenus"])||(_.docalc=!0);h[n]||(h[n]={});var Q=h[n][r];Q||(Q=h[n][r]={}),Q[X]=B,delete t[L]}else if("reverse"===z)R.range?R.range.reverse():(K(P+".autorange",!0),R.range=[1,0]),j.autorange?_.docalc=!0:_.doplot=!0;else{var ee=String(D.parts[1]||"");0===W.indexOf("scene")?"camera"===D.parts[1]?_.docamera=!0:_.doplot=!0:0===W.indexOf("geo")?_.doplot=!0:0===W.indexOf("ternary")?_.doplot=!0:"paper_bgcolor"===L?_.doplot=!0:"margin"===W||"autorange"===ee||"rangemode"===ee||"type"===ee||"domain"===ee||"fixedrange"===ee||"scaleanchor"===ee||"scaleratio"===ee||-1!==L.indexOf("calendar")||L.match(/^(bar|box|font)/)?_.docalc=!0:!s._has("gl2d")||-1===L.indexOf("axis")&&"plot_bgcolor"!==L?!s._has("gl2d")||"dragmode"!==L||"lasso"!==B&&"select"!==B||"lasso"===E||"select"===E?"hiddenlabels"===L?_.docalc=!0:-1!==W.indexOf("legend")?_.dolegend=!0:-1!==L.indexOf("title")?_.doticks=!0:-1!==W.indexOf("bgcolor")?_.dolayoutstyle=!0:S>1&&l.containsAny(ee,["tick","exponent","grid","zeroline"])?_.doticks=!0:-1!==L.indexOf(".linewidth")&&-1!==L.indexOf("axis")?_.doticks=_.dolayoutstyle=!0:S>1&&-1!==ee.indexOf("line")?_.dolayoutstyle=!0:S>1&&"mirror"===ee?_.doticks=_.dolayoutstyle=!0:"margin.pad"===L?_.doticks=_.dolayoutstyle=!0:-1!==["hovermode","dragmode"].indexOf(L)||-1!==L.indexOf("spike")?_.domodebar=!0:-1===["height","width","autosize"].indexOf(L)&&(_.doplot=!0):_.docalc=!0:_.doplot=!0,D.set(B)}}}for(n in h){g.applyContainerArrayChanges(e,l.nestedProperty(o,n),h[n],_)||(_.doplot=!0)}var te=s._axisConstraintGroups;for(C in A)for(r=0;r<te.length;r++){var ne=te[r];if(ne[C])for(var re in _.docalc=!0,ne)A[re]||(k.getFromId(e,re)._constraintShrinkable=!0)}var ie=s.width,ae=s.height;return e.layout.autosize&&c.plotAutoSize(e,e.layout,s),(t.height||t.width||s.width!==ie||s.height!==ae)&&(_.docalc=!0),(_.doplot||_.docalc)&&(_.layoutReplot=!0),{flags:_,undoit:M,redoit:b,eventData:l.extendDeep({},b)}}function S(e){var t=r.select(e),n=e._fullLayout;if(n._container=t.selectAll(".plot-container").data([0]),n._container.enter().insert("div",":first-child").classed("plot-container",!0).classed("plotly",!0),n._paperdiv=n._container.selectAll(".svg-container").data([0]),n._paperdiv.enter().append("div").classed("svg-container",!0).style("position","relative"),n._glcontainer=n._paperdiv.selectAll(".gl-container").data([0]),n._glcontainer.enter().append("div").classed("gl-container",!0),n._paperdiv.selectAll(".main-svg").remove(),n._paper=n._paperdiv.insert("svg",":first-child").classed("main-svg",!0),n._toppaper=n._paperdiv.append("svg").classed("main-svg",!0),!n._uid){var i=[];r.selectAll("defs").each(function(){this.id&&i.push(this.id.split("-")[1])}),n._uid=l.randstr(i)}n._paperdiv.selectAll(".main-svg").attr(v.svgAttrs),n._defs=n._paper.append("defs").attr("id","defs-"+n._uid),n._topdefs=n._toppaper.append("defs").attr("id","topdefs-"+n._uid),n._bgLayer=n._paper.append("g").classed("bglayer",!0),n._draggers=n._paper.append("g").classed("draglayer",!0);var a=n._paper.append("g").classed("layer-below",!0);n._imageLowerLayer=a.append("g").classed("imagelayer",!0),n._shapeLowerLayer=a.append("g").classed("shapelayer",!0),n._cartesianlayer=n._paper.append("g").classed("cartesianlayer",!0),n._ternarylayer=n._paper.append("g").classed("ternarylayer",!0),n._geolayer=n._paper.append("g").classed("geolayer",!0);var o=n._paper.append("g").classed("layer-above",!0);n._imageUpperLayer=o.append("g").classed("imagelayer",!0),n._shapeUpperLayer=o.append("g").classed("shapelayer",!0),n._pielayer=n._paper.append("g").classed("pielayer",!0),n._glimages=n._paper.append("g").classed("glimages",!0),n._infolayer=n._toppaper.append("g").classed("infolayer",!0),n._zoomlayer=n._toppaper.append("g").classed("zoomlayer",!0),n._hoverlayer=n._toppaper.append("g").classed("hoverlayer",!0),e.emit("plotly_framework")}a.plot=function(e,t,n,i){var s;if(e=m.getGraphDiv(e),o.init(e),l.isPlainObject(t)){var v=t;t=v.data,n=v.layout,i=v.config,s=v.frames}if(!1===o.triggerHandler(e,"plotly_beforeplot",[t,n,i]))return Promise.reject();t||n||l.isPlotDiv(e)||l.warn("Calling Plotly.plot as if redrawing but this container doesn't yet have a plot.",e),function(e,t){e._context||(e._context=l.extendFlat({},a.defaultConfig));var n=e._context;t&&(Object.keys(t).forEach(function(e){e in n&&("setBackground"===e&&"opaque"===t[e]?n[e]=x:n[e]=t[e])}),t.plot3dPixelRatio&&!n.plotGlPixelRatio&&(n.plotGlPixelRatio=n.plot3dPixelRatio));n.staticPlot&&(n.editable=!1,n.autosizable=!1,n.scrollZoom=!1,n.doubleClick=!1,n.showTips=!1,n.showLink=!1,n.displayModeBar=!1)}(e,i),n||(n={}),r.select(e).classed("js-plotly-plot",!0),h.makeTester(),e._promises=[];var g=0===(e.data||[]).length&&Array.isArray(t);if(Array.isArray(t)&&(m.cleanData(t,e.data),g?e.data=t:e.data.push.apply(e.data,t),e.empty=!1),e.layout&&!g||(e.layout=m.cleanLayout(n)),e._dragging&&!e._transitioning)return e._replotPending=!0,Promise.reject();e._replotPending=!1,c.supplyDefaults(e);var T=e._fullLayout;if(t&&t[0]&&t[0].r)return function(e,t,n){var i=r.select(e).selectAll(".plot-container").data([0]);i.enter().insert("div",":first-child").classed("plot-container plotly",!0);var a=i.selectAll(".svg-container").data([0]);a.enter().append("div").classed("svg-container",!0).style("position","relative"),a.html(""),t&&(e.data=t);n&&(e.layout=n);d.manager.fillLayout(e),a.style({width:e._fullLayout.width+"px",height:e._fullLayout.height+"px"}),e.framework=d.manager.framework(e),e.framework({data:e.data,layout:e.layout},a.node()),e.framework.setUndoPoint();var l=e.framework.svg(),o=1,s=e._fullLayout.title;""!==s&&s||(o=0);var u=function(){this.call(y.convertToTspans,e)},f=l.select(".title-group text").call(u);if(e._context.editable){s&&"Click to enter title"!==s||(o=.2,f.attr({"data-unformatted":"Click to enter title"}).text("Click to enter title").style({opacity:o}).on("mouseover.opacity",function(){r.select(this).transition().duration(100).style("opacity",1)}).on("mouseout.opacity",function(){r.select(this).transition().duration(1e3).style("opacity",0)}));var h=function(){this.call(y.makeEditable,{gd:e}).on("edit",function(t){e.framework({layout:{title:t}}),this.text(t).call(u),this.call(h)}).on("cancel",function(){var e=this.attr("data-unformatted");this.text(e).call(u)})};f.call(h)}return e._context.setBackground(e,e._fullLayout.paper_bgcolor),c.addLinks(e),Promise.resolve()}(e,t,n);T._replotting=!0,g&&S(e),e.framework!==S&&(e.framework=S,S(e)),h.initGradients(e),g&&a.Axes.saveShowSpikeInitial(e);var b=!e.calcdata||e.calcdata.length!==(e._fullData||[]).length;b&&c.doCalcdata(e);for(var k=0;k<e.calcdata.length;k++)e.calcdata[k][0].trace=e._fullData[k];var C=JSON.stringify(T._size);function A(){var t,n,r,i=e.calcdata;for(u.getComponentMethod("legend","draw")(e),u.getComponentMethod("rangeselector","draw")(e),u.getComponentMethod("sliders","draw")(e),u.getComponentMethod("updatemenus","draw")(e),t=0;t<i.length;t++)!0===(r=(n=i[t])[0].trace).visible&&r._module.colorbar?r._module.colorbar(e,n):c.autoMargin(e,"cb"+r.uid);return c.doAutoMargin(e),c.previousPromises(e)}function w(){if(!e._transitioning){for(var t=a.Axes.list(e,"",!0),n=0;n<t.length;n++){var r=t[n];K(e,r),a.Axes.doAutoRange(r)}M(e),g&&a.Axes.saveRangeInitial(e)}}var L=[c.previousPromises,function(){if(s)return a.addFrames(e,s)},function(){for(var t=T._basePlotModules,n=0;n<t.length;n++)t[n].drawFramework&&t[n].drawFramework(e);return l.syncOrAsync([_.layoutStyles],e)},A,function(){if(JSON.stringify(T._size)!==C)return l.syncOrAsync([A,_.layoutStyles],e)},function(){if(b){for(var t,n,r=c.getSubplotIds(T,"cartesian"),i=T._modules,a=0;a<r.length;a++){t=T._plots[r[a]];for(var o=0;o<i.length;o++)(n=i[o]).setPositions&&n.setPositions(e,t)}return p.calc(e),l.syncOrAsync([u.getComponentMethod("shapes","calcAutorange"),u.getComponentMethod("annotations","calcAutorange"),w,u.getComponentMethod("rangeslider","calcAutorange")],e)}M(e)},_.layoutStyles,function(){return a.Axes.doTicks(e,"redraw")},function(){var t,n=e.calcdata,r=T._infolayer.selectAll("g.rangeslider-container");for(t=0;t<n.length;t++){var i=n[t][0].trace,a=!0===i.visible,l=i.uid;if(!a||!u.traceIs(i,"2dMap")){var o=".hm"+l+",.contour"+l+",#clip"+l;T._paper.selectAll(o).remove(),r.selectAll(o).remove()}a&&i._module.colorbar||T._infolayer.selectAll(".cb"+l).remove()}var s=T._basePlotModules;for(t=0;t<s.length;t++)s[t].plot(e);var d=T._paper.selectAll(".layer-subplot");return T._shapeSubplotLayers=d.selectAll(".shapelayer"),c.style(e),u.getComponentMethod("shapes","draw")(e),u.getComponentMethod("annotations","draw")(e),c.addLinks(e),T._replotting=!1,c.previousPromises(e)},function(){u.getComponentMethod("shapes","draw")(e),u.getComponentMethod("images","draw")(e),u.getComponentMethod("annotations","draw")(e),u.getComponentMethod("legend","draw")(e),u.getComponentMethod("rangeslider","draw")(e),u.getComponentMethod("rangeselector","draw")(e),u.getComponentMethod("sliders","draw")(e),u.getComponentMethod("updatemenus","draw")(e)},f,c.rehover];return l.syncOrAsync(L,e),Promise.all(e._promises).then(function(){return e.emit("plotly_afterplot"),e})},a.redraw=function(e){if(e=m.getGraphDiv(e),!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e);return m.cleanData(e.data,e.data),m.cleanLayout(e.layout),e.calcdata=void 0,a.plot(e).then(function(){return e.emit("plotly_redraw"),e})},a.newPlot=function(e,t,n,r){return e=m.getGraphDiv(e),c.cleanPlot([],{},e._fullData||{},e._fullLayout||{}),c.purge(e),a.plot(e,t,n,r)},a.extendTraces=function e(t,n,r,i){var l=L(t=m.getGraphDiv(t),n,r,i,function(e,t){return e.concat(t)},function(e,t){return e.splice(0,e.length-t)}),o=a.redraw(t),u=[t,l.update,r,l.maxPoints];return s.add(t,a.prependTraces,u,e,arguments),o},a.prependTraces=function e(t,n,r,i){var l=L(t=m.getGraphDiv(t),n,r,i,function(e,t){return t.concat(e)},function(e,t){return e.splice(t,e.length)}),o=a.redraw(t),u=[t,l.update,r,l.maxPoints];return s.add(t,a.extendTraces,u,e,arguments),o},a.addTraces=function e(t,n,r){t=m.getGraphDiv(t);var i,o,u=[],c=a.deleteTraces,d=e,f=[t,u],h=[t,n];for(function(e,t,n){var r,i;if(!Array.isArray(e.data))throw new Error("gd.data must be an array.");if(void 0===t)throw new Error("traces must be defined.");for(Array.isArray(t)||(t=[t]),r=0;r<t.length;r++)if("object"!=typeof(i=t[r])||Array.isArray(i)||null===i)throw new Error("all values in traces array must be non-array objects");if(void 0===n||Array.isArray(n)||(n=[n]),void 0!==n&&n.length!==t.length)throw new Error("if indices is specified, traces.length must equal indices.length")}(t,n,r),Array.isArray(n)||(n=[n]),n=n.map(function(e){return l.extendFlat({},e)}),m.cleanData(n,t.data),i=0;i<n.length;i++)t.data.push(n[i]);for(i=0;i<n.length;i++)u.push(-n.length+i);if(void 0===r)return o=a.redraw(t),s.add(t,c,f,d,h),o;Array.isArray(r)||(r=[r]);try{w(t,u,r)}catch(e){throw t.data.splice(t.data.length-n.length,n.length),e}return s.startSequence(t),s.add(t,c,f,d,h),o=a.moveTraces(t,u,r),s.stopSequence(t),o},a.deleteTraces=function e(t,n){t=m.getGraphDiv(t);var r,i,o=[],u=a.addTraces,c=e,d=[t,o,n],f=[t,n];if(void 0===n)throw new Error("indices must be an integer or array of integers.");for(Array.isArray(n)||(n=[n]),A(t,n,"indices"),(n=C(n,t.data.length-1)).sort(l.sorterDes),r=0;r<n.length;r+=1)i=t.data.splice(n[r],1)[0],o.push(i);var h=a.redraw(t);return s.add(t,u,d,c,f),h},a.moveTraces=function e(t,n,r){var i,l=[],o=[],u=e,c=e,d=[t=m.getGraphDiv(t),r,n],f=[t,n,r];if(w(t,n,r),n=Array.isArray(n)?n:[n],void 0===r)for(r=[],i=0;i<n.length;i++)r.push(-n.length+i);for(r=Array.isArray(r)?r:[r],n=C(n,t.data.length-1),r=C(r,t.data.length-1),i=0;i<t.data.length;i++)-1===n.indexOf(i)&&l.push(t.data[i]);for(i=0;i<n.length;i++)o.push({newIndex:r[i],trace:t.data[n[i]]});for(o.sort(function(e,t){return e.newIndex-t.newIndex}),i=0;i<o.length;i+=1)l.splice(o[i].newIndex,0,o[i].trace);t.data=l;var h=a.redraw(t);return s.add(t,u,d,c,f),h},a.restyle=function e(t,n,r,i){t=m.getGraphDiv(t),m.clearPromiseQueue(t);var o={};if("string"==typeof n)o[n]=r;else{if(!l.isPlainObject(n))return l.warn("Restyle fail.",n,r,i),Promise.reject();o=l.extendFlat({},n),void 0===i&&(i=r)}Object.keys(o).length&&(t.changed=!0);var u=D(t,o,i),d=u.flags;d.clearCalc&&(t.calcdata=void 0);var f=[];d.fullReplot?f.push(a.plot):(f.push(c.previousPromises),c.supplyDefaults(t),d.dostyle&&f.push(_.doTraceStyle),d.docolorbars&&f.push(_.doColorBars)),f.push(c.rehover),s.add(t,e,[t,u.undoit,u.traces],e,[t,u.redoit,u.traces]);var h=l.syncOrAsync(f,t);return h&&h.then||(h=Promise.resolve()),h.then(function(){return t.emit("plotly_restyle",u.eventData),t})},a.relayout=function e(t,n,r){if(t=m.getGraphDiv(t),m.clearPromiseQueue(t),t.framework&&t.framework.isPolar)return Promise.resolve(t);var i={};if("string"==typeof n)i[n]=r;else{if(!l.isPlainObject(n))return l.warn("Relayout fail.",n,r),Promise.reject();i=l.extendFlat({},n)}Object.keys(i).length&&(t.changed=!0);var a=B(t,i),o=a.flags;o.docalc&&(t.calcdata=void 0);var u=[c.previousPromises];o.layoutReplot?u.push(_.layoutReplot):Object.keys(i).length&&(c.supplyDefaults(t),o.dolegend&&u.push(_.doLegend),o.dolayoutstyle&&u.push(_.layoutStyles),o.doticks&&u.push(_.doTicksRelayout),o.domodebar&&u.push(_.doModeBar),o.docamera&&u.push(_.doCamera)),u.push(c.rehover),s.add(t,e,[t,a.undoit],e,[t,a.redoit]);var d=l.syncOrAsync(u,t);return d&&d.then||(d=Promise.resolve(t)),d.then(function(){return t.emit("plotly_relayout",a.eventData),t})},a.update=function e(t,n,r,i){if(t=m.getGraphDiv(t),m.clearPromiseQueue(t),t.framework&&t.framework.isPolar)return Promise.resolve(t);l.isPlainObject(n)||(n={}),l.isPlainObject(r)||(r={}),Object.keys(n).length&&(t.changed=!0),Object.keys(r).length&&(t.changed=!0);var o=D(t,l.extendFlat({},n),i),u=o.flags,d=B(t,l.extendFlat({},r)),f=d.flags;(u.clearCalc||f.docalc)&&(t.calcdata=void 0);var h=[];if(u.fullReplot&&f.layoutReplot){var p=t.data,v=t.layout;t.data=void 0,t.layout=void 0,h.push(function(){return a.plot(t,p,v)})}else u.fullReplot?h.push(a.plot):f.layoutReplot?h.push(_.layoutReplot):(h.push(c.previousPromises),c.supplyDefaults(t),u.dostyle&&h.push(_.doTraceStyle),u.docolorbars&&h.push(_.doColorBars),f.dolegend&&h.push(_.doLegend),f.dolayoutstyle&&h.push(_.layoutStyles),f.doticks&&h.push(_.doTicksRelayout),f.domodebar&&h.push(_.doModeBar),f.doCamera&&h.push(_.doCamera));h.push(c.rehover),s.add(t,e,[t,o.undoit,d.undoit,o.traces],e,[t,o.redoit,d.redoit,o.traces]);var y=l.syncOrAsync(h,t);return y&&y.then||(y=Promise.resolve(t)),y.then(function(){return t.emit("plotly_update",{data:o.eventData,layout:d.eventData}),t})},a.animate=function(e,t,n){if(e=m.getGraphDiv(e),!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e+". It's likely that you've failed to create a plot before animating it. For more details, see https://plot.ly/javascript/animations/");var r=e._transitionData;r._frameQueue||(r._frameQueue=[]);var i=(n=c.supplyAnimationDefaults(n)).transition,a=n.frame;function o(e){return Array.isArray(i)?e>=i.length?i[0]:i[e]:i}function s(e){return Array.isArray(a)?e>=a.length?a[0]:a[e]:a}function u(e,t){var n=0;return function(){if(e&&++n===t)return e()}}return void 0===r._frameWaitingCnt&&(r._frameWaitingCnt=0),new Promise(function(a,d){function f(){r._currentFrame&&r._currentFrame.onComplete&&r._currentFrame.onComplete();var t=r._currentFrame=r._frameQueue.shift();if(t){var n=t.name?t.name.toString():null;e._fullLayout._currentFrame=n,r._lastFrameAt=Date.now(),r._timeToNext=t.frameOpts.duration,c.transition(e,t.frame.data,t.frame.layout,m.coerceTraceIndices(e,t.frame.traces),t.frameOpts,t.transitionOpts).then(function(){t.onComplete&&t.onComplete()}),e.emit("plotly_animatingframe",{name:n,frame:t.frame,animation:{frame:t.frameOpts,transition:t.transitionOpts}})}else e.emit("plotly_animated"),window.cancelAnimationFrame(r._animationRaf),r._animationRaf=null}function h(){e.emit("plotly_animating"),r._lastFrameAt=-1/0,r._timeToNext=0,r._runningTransitions=0,r._currentFrame=null;var t=function(){r._animationRaf=window.requestAnimationFrame(t),Date.now()-r._lastFrameAt>r._timeToNext&&f()};t()}var p,v,y=0;function g(e){return Array.isArray(i)?y>=i.length?e.transitionOpts=i[y]:e.transitionOpts=i[0]:e.transitionOpts=i,y++,e}var _=[],T=void 0===t||null===t,b=Array.isArray(t);if(!T&&!b&&l.isPlainObject(t))_.push({type:"object",data:g(l.extendFlat({},t))});else if(T||-1!==["string","number"].indexOf(typeof t))for(p=0;p<r._frames.length;p++)(v=r._frames[p])&&(T||String(v.group)===String(t))&&_.push({type:"byname",name:String(v.name),data:g({name:v.name})});else if(b)for(p=0;p<t.length;p++){var M=t[p];-1!==["number","string"].indexOf(typeof M)?(M=String(M),_.push({type:"byname",name:M,data:g({name:M})})):l.isPlainObject(M)&&_.push({type:"object",data:g(l.extendFlat({},M))})}for(p=0;p<_.length;p++)if("byname"===(v=_[p]).type&&!r._frameHash[v.data.name])return l.warn('animate failure: frame not found: "'+v.data.name+'"'),void d();-1!==["next","immediate"].indexOf(n.mode)&&function(){if(0!==r._frameQueue.length){for(;r._frameQueue.length;){var t=r._frameQueue.pop();t.onInterrupt&&t.onInterrupt()}e.emit("plotly_animationinterrupted",[])}}(),"reverse"===n.direction&&_.reverse();var K=e._fullLayout._currentFrame;if(K&&n.fromcurrent){var k=-1;for(p=0;p<_.length;p++)if("byname"===(v=_[p]).type&&v.name===K){k=p;break}if(k>0&&k<_.length-1){var x=[];for(p=0;p<_.length;p++)v=_[p],("byname"!==_[p].type||p>k)&&x.push(v);_=x}}_.length>0?function(t){if(0!==t.length){for(var i=0;i<t.length;i++){var l;l="byname"===t[i].type?c.computeFrame(e,t[i].name):t[i].data;var f=s(i),p=o(i);p.duration=Math.min(p.duration,f.duration);var v={frame:l,name:t[i].name,frameOpts:f,transitionOpts:p};i===t.length-1&&(v.onComplete=u(a,2),v.onInterrupt=d),r._frameQueue.push(v)}"immediate"===n.mode&&(r._lastFrameAt=-1/0),r._animationRaf||h()}}(_):(e.emit("plotly_animated"),a())})},a.addFrames=function(e,t,n){e=m.getGraphDiv(e);var r,i,a,o,u=0;if(null===t||void 0===t)return Promise.resolve();if(!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e+". It's likely that you've failed to create a plot before adding frames. For more details, see https://plot.ly/javascript/animations/");var d=e._transitionData._frames,f=e._transitionData._frameHash;if(!Array.isArray(t))throw new Error("addFrames failure: frameList must be an Array of frame definitions"+t);var h=d.length+2*t.length,p=[];for(r=t.length-1;r>=0;r--)if(l.isPlainObject(t[r])){var v=(f[t[r].name]||{}).name,y=t[r].name;v&&y&&"number"==typeof y&&f[v]&&(u++,l.warn('addFrames: overwriting frame "'+f[v].name+'" with a frame whose name of type "number" also equates to "'+v+'". This is valid but may potentially lead to unexpected behavior since all plotly.js frame names are stored internally as strings.'),u>5&&l.warn("addFrames: This API call has yielded too many warnings. For the rest of this call, further warnings about numeric frame names will be suppressed.")),p.push({frame:c.supplyFrameDefaults(t[r]),index:n&&void 0!==n[r]&&null!==n[r]?n[r]:h+r})}p.sort(function(e,t){return e.index>t.index?-1:e.index<t.index?1:0});var g=[],_=[],T=d.length;for(r=p.length-1;r>=0;r--){if("number"==typeof(i=p[r].frame).name&&l.warn("Warning: addFrames accepts frames with numeric names, but the numbers areimplicitly cast to strings"),!i.name)for(;f[i.name="frame "+e._transitionData._counter++];);if(f[i.name]){for(a=0;a<d.length&&(d[a]||{}).name!==i.name;a++);g.push({type:"replace",index:a,value:i}),_.unshift({type:"replace",index:a,value:d[a]})}else o=Math.max(0,Math.min(p[r].index,T)),g.push({type:"insert",index:o,value:i}),_.unshift({type:"delete",index:o}),T++}var b=c.modifyFrames,M=c.modifyFrames,K=[e,_],k=[e,g];return s&&s.add(e,b,K,M,k),c.modifyFrames(e,g)},a.deleteFrames=function(e,t){if(e=m.getGraphDiv(e),!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e);var n,r,i=e._transitionData._frames,a=[],o=[];if(!t)for(t=[],n=0;n<i.length;n++)t.push(n);for((t=t.slice(0)).sort(),n=t.length-1;n>=0;n--)r=t[n],a.push({type:"delete",index:r}),o.unshift({type:"insert",index:r,value:i[r]});var u=c.modifyFrames,d=c.modifyFrames,f=[e,o],h=[e,a];return s&&s.add(e,u,f,d,h),c.modifyFrames(e,a)},a.purge=function(e){var t=(e=m.getGraphDiv(e))._fullLayout||{},n=e._fullData||[];return c.cleanPlot([],{},n,t),c.purge(e),o.purge(e),t._container&&t._container.remove(),delete e._context,delete e._replotPending,delete e._mouseDownTime,delete e._legendMouseDownTime,delete e._hmpixcount,delete e._hmlumcount,e}},function(e,t,n){"use strict";e.exports=function(e,t){var n=document.createElement("a"),r="download"in n,i=/Version\/[\d\.]+.*Safari/.test(navigator.userAgent);return new Promise(function(a,l){"undefined"!=typeof navigator&&/MSIE [1-9]\./.test(navigator.userAgent)&&l(new Error("IE < 10 unsupported")),i&&(document.location.href="data:application/octet-stream"+e.slice(e.search(/[,;]/)),a(t)),t||(t="download"),r&&(n.href=e,n.download=t,document.body.appendChild(n),n.click(),document.body.removeChild(n),a(t)),"undefined"!=typeof navigator&&navigator.msSaveBlob&&(navigator.msSaveBlob(new Blob([e]),t),a(t)),l(new Error("download error"))})}},function(e,t,n){"use strict";var r=n(8),i=n(9),a=n(6),l=n(0),o=n(96),s=n(97),u=e.exports={};function c(e,t){var n,i,l=t.currentTarget,o=l.getAttribute("data-attr"),s=l.getAttribute("data-val")||!0,u=e._fullLayout,c={},d=a.list(e,null,!0),f="on";if("zoom"===o){var h,p="in"===s?.5:2,v=(1+p)/2,y=(1-p)/2;for(i=0;i<d.length;i++)if(!(n=d[i]).fixedrange)if(h=n._name,"auto"===s)c[h+".autorange"]=!0;else if("reset"===s){if(void 0===n._rangeInitial)c[h+".autorange"]=!0;else{var g=n._rangeInitial.slice();c[h+".range[0]"]=g[0],c[h+".range[1]"]=g[1]}void 0!==n._showSpikeInitial&&(c[h+".showspikes"]=n._showSpikeInitial,"on"!==f||n._showSpikeInitial||(f="off"))}else{var m=[n.r2l(n.range[0]),n.r2l(n.range[1])],_=[v*m[0]+y*m[1],v*m[1]+y*m[0]];c[h+".range[0]"]=n.l2r(_[0]),c[h+".range[1]"]=n.l2r(_[1])}u._cartesianSpikesEnabled=f}else{if("hovermode"!==o||"x"!==s&&"y"!==s){if("hovermode"===o&&"closest"===s){for(i=0;i<d.length;i++)n=d[i],"on"!==f||n.showspikes||(f="off");u._cartesianSpikesEnabled=f}}else s=u._isHoriz?"y":"x",l.setAttribute("data-val",s),"closest"!==s&&(u._cartesianSpikesEnabled="off");c[o]=s}r.relayout(e,c)}function d(e,t){for(var n=t.currentTarget,a=n.getAttribute("data-attr"),l=n.getAttribute("data-val")||!0,o=e._fullLayout,s=i.getSubplotIds(o,"gl3d"),u={},c=a.split("."),d=0;d<s.length;d++)u[s[d]+"."+c[1]]=l;r.relayout(e,u)}function f(e,t){for(var n=t.currentTarget.getAttribute("data-attr"),a=e._fullLayout,o=i.getSubplotIds(a,"gl3d"),s={},u=0;u<o.length;u++){var c=o[u],d=c+".camera",f=a[c]._scene;"resetDefault"===n?s[d]=null:"resetLastSave"===n&&(s[d]=l.extendDeep({},f.cameraInitial))}r.relayout(e,s)}function h(e,t){var n=t.currentTarget,a=n._previousVal||!1,o=e.layout,s=e._fullLayout,u=i.getSubplotIds(s,"gl3d"),c=["xaxis","yaxis","zaxis"],d=["showspikes","spikesides","spikethickness","spikecolor"],f={},h={},p={};if(a)p=l.extendDeep(o,a),n._previousVal=null;else{p={"allaxes.showspikes":!1};for(var v=0;v<u.length;v++){var y=u[v],g=s[y],m=f[y]={};m.hovermode=g.hovermode,p[y+".hovermode"]=!1;for(var _=0;_<3;_++){var T=c[_];h=m[T]={};for(var b=0;b<d.length;b++){var M=d[b];h[M]=g[T][M]}}}n._previousVal=l.extendDeep({},f)}r.relayout(e,p)}function p(e,t){for(var n=t.currentTarget,r=n.getAttribute("data-attr"),a=n.getAttribute("data-val")||!0,l=e._fullLayout,o=i.getSubplotIds(l,"geo"),s=0;s<o.length;s++){var u=l[o[s]]._subplot;if("zoom"===r){var c=u.projection.scale(),d="in"===a?2*c:.5*c;u.projection.scale(d),u.zoom.scale(d),u.render()}else"reset"===r&&u.zoomReset()}}function v(e){var t,n=e._fullLayout;t=n._has("cartesian")?n._isHoriz?"y":"x":"closest";var i=!e._fullLayout.hovermode&&t;r.relayout(e,"hovermode",i)}u.toImage={name:"toImage",title:"Download plot as a png",icon:s.camera,click:function(e){var t="png";l.notifier("Taking snapshot - this may take a few seconds","long"),l.isIE()&&(l.notifier("IE only supports svg. Changing format to svg.","long"),t="svg"),o(e,{format:t}).then(function(e){l.notifier("Snapshot succeeded - "+e,"long")}).catch(function(){l.notifier("Sorry there was a problem downloading your snapshot!","long")})}},u.sendDataToCloud={name:"sendDataToCloud",title:"Save and edit plot in cloud",icon:s.disk,click:function(e){i.sendDataToCloud(e)}},u.zoom2d={name:"zoom2d",title:"Zoom",attr:"dragmode",val:"zoom",icon:s.zoombox,click:c},u.pan2d={name:"pan2d",title:"Pan",attr:"dragmode",val:"pan",icon:s.pan,click:c},u.select2d={name:"select2d",title:"Box Select",attr:"dragmode",val:"select",icon:s.selectbox,click:c},u.lasso2d={name:"lasso2d",title:"Lasso Select",attr:"dragmode",val:"lasso",icon:s.lasso,click:c},u.zoomIn2d={name:"zoomIn2d",title:"Zoom in",attr:"zoom",val:"in",icon:s.zoom_plus,click:c},u.zoomOut2d={name:"zoomOut2d",title:"Zoom out",attr:"zoom",val:"out",icon:s.zoom_minus,click:c},u.autoScale2d={name:"autoScale2d",title:"Autoscale",attr:"zoom",val:"auto",icon:s.autoscale,click:c},u.resetScale2d={name:"resetScale2d",title:"Reset axes",attr:"zoom",val:"reset",icon:s.home,click:c},u.hoverClosestCartesian={name:"hoverClosestCartesian",title:"Show closest data on hover",attr:"hovermode",val:"closest",icon:s.tooltip_basic,gravity:"ne",click:c},u.hoverCompareCartesian={name:"hoverCompareCartesian",title:"Compare data on hover",attr:"hovermode",val:function(e){return e._fullLayout._isHoriz?"y":"x"},icon:s.tooltip_compare,gravity:"ne",click:c},u.zoom3d={name:"zoom3d",title:"Zoom",attr:"scene.dragmode",val:"zoom",icon:s.zoombox,click:d},u.pan3d={name:"pan3d",title:"Pan",attr:"scene.dragmode",val:"pan",icon:s.pan,click:d},u.orbitRotation={name:"orbitRotation",title:"orbital rotation",attr:"scene.dragmode",val:"orbit",icon:s["3d_rotate"],click:d},u.tableRotation={name:"tableRotation",title:"turntable rotation",attr:"scene.dragmode",val:"turntable",icon:s["z-axis"],click:d},u.resetCameraDefault3d={name:"resetCameraDefault3d",title:"Reset camera to default",attr:"resetDefault",icon:s.home,click:f},u.resetCameraLastSave3d={name:"resetCameraLastSave3d",title:"Reset camera to last save",attr:"resetLastSave",icon:s.movie,click:f},u.hoverClosest3d={name:"hoverClosest3d",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:h},u.zoomInGeo={name:"zoomInGeo",title:"Zoom in",attr:"zoom",val:"in",icon:s.zoom_plus,click:p},u.zoomOutGeo={name:"zoomOutGeo",title:"Zoom out",attr:"zoom",val:"out",icon:s.zoom_minus,click:p},u.resetGeo={name:"resetGeo",title:"Reset",attr:"reset",val:null,icon:s.autoscale,click:p},u.hoverClosestGeo={name:"hoverClosestGeo",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:v},u.hoverClosestGl2d={name:"hoverClosestGl2d",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:v},u.hoverClosestPie={name:"hoverClosestPie",title:"Toggle show closest data on hover",attr:"hovermode",val:"closest",icon:s.tooltip_basic,gravity:"ne",click:v},u.toggleHover={name:"toggleHover",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:function(e,t){v(e),h(e,t)}},u.resetViews={name:"resetViews",title:"Reset views",icon:s.home,click:function(e,t){var n=t.currentTarget;n.setAttribute("data-attr","zoom"),n.setAttribute("data-val","reset"),c(e,t),n.setAttribute("data-attr","resetLastSave"),f(e,t)}},u.toggleSpikelines={name:"toggleSpikelines",title:"Toggle Spike Lines",icon:s.spikeline,attr:"_cartesianSpikesEnabled",val:"on",click:function(e){var t=e._fullLayout;t._cartesianSpikesEnabled="closest"===t.hovermode&&"on"===t._cartesianSpikesEnabled?"off":"on";var n=function(e){for(var t,n,r=e._fullLayout,i=a.list(e,null,!0),l={},o=0;o<i.length;o++)t=i[o],n=t._name,l[n+".showspikes"]="on"===r._cartesianSpikesEnabled;return l}(e);n.hovermode="closest",r.relayout(e,n)}}},function(e,t,n){"use strict";var r=n(1),i=n(0),a=n(97);function l(e){this.container=e.container,this.element=document.createElement("div"),this.update(e.graphInfo,e.buttons),this.container.appendChild(this.element)}var o=l.prototype;o.update=function(e,t){this.graphInfo=e;var n=this.graphInfo._context;"hover"===n.displayModeBar?this.element.className="modebar modebar--hover":this.element.className="modebar";var r=!this.hasButtons(t),i=this.hasLogo!==n.displaylogo;(r||i)&&(this.removeAllButtons(),this.updateButtons(t),n.displaylogo&&(this.element.appendChild(this.getLogo()),this.hasLogo=!0)),this.updateActiveButton()},o.updateButtons=function(e){var t=this;this.buttons=e,this.buttonElements=[],this.buttonsNames=[],this.buttons.forEach(function(e){var n=t.createGroup();e.forEach(function(e){var r=e.name;if(!r)throw new Error("must provide button 'name' in button config");if(-1!==t.buttonsNames.indexOf(r))throw new Error("button name '"+r+"' is taken");t.buttonsNames.push(r);var i=t.createButton(e);t.buttonElements.push(i),n.appendChild(i)}),t.element.appendChild(n)})},o.createGroup=function(){var e=document.createElement("div");return e.className="modebar-group",e},o.createButton=function(e){var t=this,n=document.createElement("a");n.setAttribute("rel","tooltip"),n.className="modebar-btn";var i=e.title;void 0===i&&(i=e.name),(i||0===i)&&n.setAttribute("data-title",i),void 0!==e.attr&&n.setAttribute("data-attr",e.attr);var l=e.val;if(void 0!==l&&("function"==typeof l&&(l=l(this.graphInfo)),n.setAttribute("data-val",l)),"function"!=typeof e.click)throw new Error("must provide button 'click' function in button config");return n.addEventListener("click",function(n){e.click(t.graphInfo,n),t.updateActiveButton(n.currentTarget)}),n.setAttribute("data-toggle",e.toggle||!1),e.toggle&&r.select(n).classed("active",!0),n.appendChild(this.createIcon(e.icon||a.question,e.name)),n.setAttribute("data-gravity",e.gravity||"n"),n},o.createIcon=function(e,t){var n=e.ascent-e.descent,r="http://www.w3.org/2000/svg",i=document.createElementNS(r,"svg"),a=document.createElementNS(r,"path");i.setAttribute("height","1em"),i.setAttribute("width",e.width/n+"em"),i.setAttribute("viewBox",[0,0,e.width,n].join(" "));var l="toggleSpikelines"===t?"matrix(1.5 0 0 -1.5 0 "+e.ascent+")":"matrix(1 0 0 -1 0 "+e.ascent+")";return a.setAttribute("d",e.path),a.setAttribute("transform",l),i.appendChild(a),i},o.updateActiveButton=function(e){var t=this.graphInfo._fullLayout,n=void 0!==e?e.getAttribute("data-attr"):null;this.buttonElements.forEach(function(e){var a=e.getAttribute("data-val")||!0,l=e.getAttribute("data-attr"),o="true"===e.getAttribute("data-toggle"),s=r.select(e);if(o)l===n&&s.classed("active",!s.classed("active"));else{var u=null===l?l:i.nestedProperty(t,l).get();s.classed("active",u===a)}})},o.hasButtons=function(e){var t=this.buttons;if(!t)return!1;if(e.length!==t.length)return!1;for(var n=0;n<e.length;++n){if(e[n].length!==t[n].length)return!1;for(var r=0;r<e[n].length;r++)if(e[n][r].name!==t[n][r].name)return!1}return!0},o.getLogo=function(){var e=this.createGroup(),t=document.createElement("a");return t.href="https://plot.ly/",t.target="_blank",t.setAttribute("data-title","Produced with Plotly"),t.className="modebar-btn plotlyjsicon modebar-btn--logo",t.appendChild(this.createIcon(a.plotlylogo)),e.appendChild(t),e},o.removeAllButtons=function(){for(;this.element.firstChild;)this.element.removeChild(this.element.firstChild);this.hasLogo=!1},o.destroy=function(){i.removeElement(this.container.querySelector(".modebar"))},e.exports=function(e,t){var n=e._fullLayout,i=new l({graphInfo:e,container:n._paperdiv.node(),buttons:t});return n._privateplot&&r.select(i.element).append("span").classed("badge-private float--left",!0).text("PRIVATE"),i}},function(e,t,n){"use strict";var r=n(6),i=n(13),a=n(278),l=n(277);function o(e,t){if(t.length)if(Array.isArray(t[0]))for(var n=0;n<t.length;n++)e.push(t[n]);else e.push(t);return e}e.exports=function(e){var t=e._fullLayout,n=e._context,s=t._modeBar;if(n.displayModeBar){if(!Array.isArray(n.modeBarButtonsToRemove))throw new Error(["*modeBarButtonsToRemove* configuration options","must be an array."].join(" "));if(!Array.isArray(n.modeBarButtonsToAdd))throw new Error(["*modeBarButtonsToAdd* configuration options","must be an array."].join(" "));var u,c=n.modeBarButtons;u=Array.isArray(c)&&c.length?function(e){for(var t=0;t<e.length;t++)for(var n=e[t],r=0;r<n.length;r++){var i=n[r];if("string"==typeof i){if(void 0===l[i])throw new Error(["*modeBarButtons* configuration options","invalid button name"].join(" "));e[t][r]=l[i]}}return e}(c):function(e,t,n){var a=e._fullLayout,s=e._fullData,u=a._has("cartesian"),c=a._has("gl3d"),d=a._has("geo"),f=a._has("pie"),h=a._has("gl2d"),p=a._has("ternary"),v=[];function y(e){for(var n=[],r=0;r<e.length;r++){var i=e[r];-1===t.indexOf(i)&&n.push(l[i])}v.push(n)}if(y(["toImage","sendDataToCloud"]),(u||h||f||p)+d+c>1)return y(["resetViews","toggleHover"]),o(v,n);c&&(y(["zoom3d","pan3d","orbitRotation","tableRotation"]),y(["resetCameraDefault3d","resetCameraLastSave3d"]),y(["hoverClosest3d"]));d&&(y(["zoomInGeo","zoomOutGeo","resetGeo"]),y(["hoverClosestGeo"]));var g=function(e){for(var t=r.list({_fullLayout:e},null,!0),n=!0,i=0;i<t.length;i++)if(!t[i].fixedrange){n=!1;break}return n}(a),m=[];((u||h)&&!g||p)&&(m=["zoom2d","pan2d"]);(u||p||h)&&function(e){for(var t=!1,n=0;n<e.length&&!t;n++){var r=e[n];r._module&&r._module.selectPoints&&("scatter"===r.type||"scatterternary"===r.type||"scattergl"===r.type?(i.hasMarkers(r)||i.hasText(r))&&(t=!0):t=!0)}return t}(s)&&(m.push("select2d"),m.push("lasso2d"));m.length&&y(m);!u&&!h||g||p||y(["zoomIn2d","zoomOut2d","autoScale2d","resetScale2d"]);u&&f?y(["toggleHover"]):h?y(["hoverClosestGl2d"]):u?y(["toggleSpikelines","hoverClosestCartesian","hoverCompareCartesian"]):f&&y(["hoverClosestPie"]);return o(v,n)}(e,n.modeBarButtonsToRemove,n.modeBarButtonsToAdd),s?s.update(e,u):t._modeBar=a(e,u)}else s&&(s.destroy(),delete t._modeBar)}},function(e,t,n){"use strict";var r=n(8),i=n(0);function a(e,t,n){var r,a,l,o=!1;if("data"===t.type)r=e._fullData[null!==t.traces?t.traces[0]:0];else{if("layout"!==t.type)return!1;r=e._fullLayout}return a=i.nestedProperty(r,t.prop).get(),(l=n[t.type]=n[t.type]||{}).hasOwnProperty(t.prop)&&l[t.prop]!==a&&(o=!0),l[t.prop]=a,{changed:o,value:a}}function l(e,t){var n=[],r=t[0],a={};if("string"==typeof r)a[r]=t[1];else{if(!i.isPlainObject(r))return n;a=r}return s(a,function(e,t,r){n.push({type:"layout",prop:e,value:r})},"",0),n}function o(e,t){var n,r,a,l,o=[];if(r=t[0],a=t[1],n=t[2],l={},"string"==typeof r)l[r]=a;else{if(!i.isPlainObject(r))return o;l=r,void 0===n&&(n=a)}return void 0===n&&(n=null),s(l,function(t,r,i){var a;if(Array.isArray(i)){var l=Math.min(i.length,e.data.length);n&&(l=Math.min(l,n.length)),a=[];for(var s=0;s<l;s++)a[s]=n?n[s]:s}else a=n?n.slice(0):null;if(null===a)Array.isArray(i)&&(i=i[0]);else if(Array.isArray(a)){if(!Array.isArray(i)){var u=i;i=[];for(var c=0;c<a.length;c++)i[c]=u}i.length=Math.min(a.length,i.length)}o.push({type:"data",prop:t,traces:a,value:i})},"",0),o}function s(e,t,n,r){Object.keys(e).forEach(function(a){var l=e[a];if("_"!==a[0]){var o=n+(r>0?".":"")+a;i.isPlainObject(l)?s(l,t,o,r+1):t(o,a,l)}})}t.manageCommandObserver=function(e,n,r,l){var o={},s=!0;n&&n._commandObserver&&(o=n._commandObserver),o.cache||(o.cache={}),o.lookupTable={};var u=t.hasSimpleAPICommandBindings(e,r,o.lookupTable);if(n&&n._commandObserver){if(u)return o;if(n._commandObserver.remove)return n._commandObserver.remove(),n._commandObserver=null,o}if(u){a(e,u,o.cache),o.check=function(){if(s){var t=a(e,u,o.cache);return t.changed&&l&&void 0!==o.lookupTable[t.value]&&(o.disable(),Promise.resolve(l({value:t.value,type:u.type,prop:u.prop,traces:u.traces,index:o.lookupTable[t.value]})).then(o.enable,o.enable)),t.changed}};for(var c=["plotly_relayout","plotly_redraw","plotly_restyle","plotly_update","plotly_animatingframe","plotly_afterplot"],d=0;d<c.length;d++)e._internalOn(c[d],o.check);o.remove=function(){for(var t=0;t<c.length;t++)e._removeInternalListener(c[t],o.check)}}else i.warn("Unable to automatically bind plot updates to API command"),o.lookupTable={},o.remove=function(){};return o.disable=function(){s=!1},o.enable=function(){s=!0},n&&(n._commandObserver=o),o},t.hasSimpleAPICommandBindings=function(e,n,r){var i,a,l=n.length;for(i=0;i<l;i++){var o,s=n[i],u=s.method,c=s.args;if(Array.isArray(c)||(c=[]),!u)return!1;var d=t.computeAPICommandBindings(e,u,c);if(1!==d.length)return!1;if(a){if((o=d[0]).type!==a.type)return!1;if(o.prop!==a.prop)return!1;if(Array.isArray(a.traces)){if(!Array.isArray(o.traces))return!1;o.traces.sort();for(var f=0;f<a.traces.length;f++)if(a.traces[f]!==o.traces[f])return!1}else if(o.prop!==a.prop)return!1}else a=d[0],Array.isArray(a.traces)&&a.traces.sort();var h=(o=d[0]).value;if(Array.isArray(h)){if(1!==h.length)return!1;h=h[0]}r&&(r[h]=i)}return a},t.executeAPICommand=function(e,t,n){if("skip"===t)return Promise.resolve();var a=r[t],l=[e];Array.isArray(n)||(n=[]);for(var o=0;o<n.length;o++)l.push(n[o]);return a.apply(null,l).catch(function(e){return i.warn("API call to Plotly."+t+" rejected.",e),Promise.reject(e)})},t.computeAPICommandBindings=function(e,t,n){var r;switch(Array.isArray(n)||(n=[]),t){case"restyle":r=o(e,n);break;case"relayout":r=l(e,n);break;case"update":r=o(e,[n[0],n[2]]).concat(l(e,[n[1]]));break;case"animate":r=function(e,t){return Array.isArray(t[0])&&1===t[0].length&&-1!==["string","number"].indexOf(typeof t[0][0])?[{type:"layout",prop:"_currentFrame",value:t[0][0].toString()}]:[]}(0,n);break;default:r=[]}return r}},function(e,t,n){"use strict";var r=n(1),i=n(3);e.exports=function(e){e.each(function(e){var t=e[0].trace,n=t.error_y||{},a=t.error_x||{},l=r.select(this);l.selectAll("path.yerror").style("stroke-width",n.thickness+"px").call(i.stroke,n.color),a.copy_ystyle&&(a=n),l.selectAll("path.xerror").style("stroke-width",a.thickness+"px").call(i.stroke,a.color)})}},function(e,t,n){"use strict";var r=n(1),i=n(2),a=n(13);e.exports=function(e,t,n){var l=t.xaxis,o=t.yaxis,s=n&&n.duration>0;e.each(function(e){var t,u=e[0].trace,c=u.error_x||{},d=u.error_y||{};u.ids&&(t=function(e){return e.id});var f=a.hasMarkers(u)&&u.marker.maxdisplayed>0;if(d.visible||c.visible){var h=r.select(this).selectAll("g.errorbar").data(e,t);h.exit().remove(),h.style("opacity",1);var p=h.enter().append("g").classed("errorbar",!0);s&&p.style("opacity",0).transition().duration(n.duration).style("opacity",1),h.each(function(e){var t=r.select(this),a=function(e,t,n){var r={x:t.c2p(e.x),y:n.c2p(e.y)};void 0!==e.yh&&(r.yh=n.c2p(e.yh),r.ys=n.c2p(e.ys),i(r.ys)||(r.noYS=!0,r.ys=n.c2p(e.ys,!0)));void 0!==e.xh&&(r.xh=t.c2p(e.xh),r.xs=t.c2p(e.xs),i(r.xs)||(r.noXS=!0,r.xs=t.c2p(e.xs,!0)));return r}(e,l,o);if(!f||e.vis){var u;if(d.visible&&i(a.x)&&i(a.yh)&&i(a.ys)){var h=d.width;u="M"+(a.x-h)+","+a.yh+"h"+2*h+"m-"+h+",0V"+a.ys,a.noYS||(u+="m-"+h+",0h"+2*h);var p=t.select("path.yerror");!p.size()?p=t.append("path").classed("yerror",!0):s&&(p=p.transition().duration(n.duration).ease(n.easing)),p.attr("d",u)}if(c.visible&&i(a.y)&&i(a.xh)&&i(a.xs)){var v=(c.copy_ystyle?d:c).width;u="M"+a.xh+","+(a.y-v)+"v"+2*v+"m0,-"+v+"H"+a.xs,a.noXS||(u+="m0,-"+v+"v"+2*v);var y=t.select("path.xerror");!y.size()?y=t.append("path").classed("xerror",!0):s&&(y=y.transition().duration(n.duration).ease(n.easing)),y.attr("d",u)}}})}})}},function(e,t,n){"use strict";function r(e,t){return"percent"===e?function(e){return Math.abs(e*t/100)}:"constant"===e?function(){return Math.abs(t)}:"sqrt"===e?function(e){return Math.sqrt(Math.abs(e))}:void 0}e.exports=function(e){var t=e.type,n=e.symmetric;if("data"===t){var i=e.array,a=e.arrayminus;return n||void 0===a?function(e,t){var n=+i[t];return[n,n]}:function(e,t){return[+a[t],+i[t]]}}var l=r(t,e.value),o=r(t,e.valueminus);return n||void 0===e.valueminus?function(e){var t=l(e);return[t,t]}:function(e){return[o(e),l(e)]}}},function(e,t,n){"use strict";var r=n(0),i=n(18).id2name;e.exports=function(e,t,n,a,l){var o=l._axisConstraintGroups,s=t._id,u=s.charAt(0);if(!t.fixedrange&&(n("constrain"),r.coerce(e,t,{constraintoward:{valType:"enumerated",values:"x"===u?["left","center","right"]:["bottom","middle","top"],dflt:"x"===u?"center":"middle"}},"constraintoward"),e.scaleanchor)){var c=function(e,t,n,r){var a,l,o,s,u=r[i(t)].type,c=[];for(l=0;l<n.length;l++)(o=n[l])!==t&&((s=r[i(o)]).type!==u||s.fixedrange||c.push(o));for(a=0;a<e.length;a++)if(e[a][t]){var d=e[a],f=[];for(l=0;l<c.length;l++)o=c[l],d[o]||f.push(o);return{linkableAxes:f,thisGroup:d}}return{linkableAxes:c,thisGroup:null}}(o,s,a,l),d=r.coerce(e,t,{scaleanchor:{valType:"enumerated",values:c.linkableAxes}},"scaleanchor");if(d){var f=n("scaleratio");f||(f=t.scaleratio=1),function(e,t,n,r,i){var a,l,o,s,u;null===t?((t={})[n]=1,u=e.length,e.push(t)):u=e.indexOf(t);var c=Object.keys(t);for(a=0;a<e.length;a++)if(o=e[a],a!==u&&o[r]){var d=o[r];for(l=0;l<c.length;l++)s=c[l],o[s]=d*i*t[s];return void e.splice(u,1)}if(1!==i)for(l=0;l<c.length;l++)t[c[l]]*=i;t[r]=1}(o,c.thisGroup,s,d,f)}else-1!==a.indexOf(e.scaleanchor)&&r.warn("ignored "+t._name+'.scaleanchor: "'+e.scaleanchor+'" to avoid either an infinite loop and possibly inconsistent scaleratios, or because the targetaxis has fixed range.')}}},function(e,t,n){"use strict";var r=n(1);function i(e,t,n){var i,a,l,o,s,u=[],c=n.map(function(t){return t[e]}),d=r.bisector(t).left;for(i=0;i<c.length;i++)for(l=c[i],a=0;a<l.length;a++)null!==(o=l[a])&&void 0!==o&&((s=d(u,o))<u.length&&u[s]===o||u.splice(s,0,o));return u}e.exports=function(e,t,n,a){switch(t){case"array":return Array.isArray(n)?n.slice():[];case"category ascending":return i(e,r.ascending,a);case"category descending":return i(e,r.descending,a);case"trace":default:return[]}}},function(e,t,n){"use strict";e.exports=function(e,t,n){if("category"===t.type){var r,i=e.categoryarray,a=Array.isArray(i)&&i.length>0;a&&(r="array");var l=n("categoryorder",r);"array"===l&&n("categoryarray"),a||"array"!==l||(t.categoryorder="trace")}}},function(e,t,n){"use strict";var r=n(4),i=n(154),a=n(18).name2id;function l(e){return{v:"x",h:"y"}[e.orientation||"v"]}function o(e,t){var n=l(e),i=r.traceIs(e,"box"),a=r.traceIs(e._fullInput||{},"candlestick");return i&&!a&&t===n&&void 0===e[n]&&void 0===e[n+"0"]}e.exports=function(e,t,n,s,u){u&&(t._name=u,t._id=a(u)),"-"===n("type")&&(!function(e,t){if("-"!==e.type)return;var n=e._id,a=n.charAt(0);-1!==n.indexOf("scene")&&(n=a);var s=function(e,t,n){for(var r=0;r<e.length;r++){var i=e[r];if((i[n+"axis"]||n)===t){if(o(i,n))return i;if((i[n]||[]).length||i[n+"0"])return i}}}(t,n,a);if(!s)return;if("histogram"===s.type&&a==={v:"y",h:"x"}[s.orientation||"v"])return void(e.type="linear");var u=a+"calendar",c=s[u];if(o(s,a)){for(var d,f=l(s),h=[],p=0;p<t.length;p++)d=t[p],r.traceIs(d,"box")&&(d[a+"axis"]||a)===n&&(void 0!==d[f]?h.push(d[f][0]):void 0!==d.name?h.push(d.name):h.push("text"),d[u]!==c&&(c=void 0));e.type=i(h,c)}else e.type=i(s[a]||[s[a+"0"]],c)}(t,s),"-"===t.type?t.type="linear":e.type=t.type)}},function(e,t,n){"use strict";var r=n(4),i=n(0),a=n(3),l=n(41),o=n(15),s=n(23),u=n(287),c=n(153),d=n(284),f=n(151),h=n(18);e.exports=function(e,t,n){var p,v=Object.keys(e),y=[],g=[],m=[],_=[],T=[],b=[],M={},K={};for(p=0;p<n.length;p++){var k,x,C=n[p];if(r.traceIs(C,"cartesian"))k=y,x=g;else{if(!r.traceIs(C,"gl2d"))continue;k=m,x=_}var A=h.id2name(C.xaxis),w=h.id2name(C.yaxis);if(r.traceIs(C,"carpet")&&("carpet"!==C.type||C._cheater)||A&&i.pushUnique(b,A),"carpet"===C.type&&C._cheater&&A&&i.pushUnique(T,A),A&&-1===k.indexOf(A)&&k.push(A),w&&-1===x.indexOf(w)&&x.push(w),r.traceIs(C,"2dMap")&&(M[A]=!0,M[w]=!0),r.traceIs(C,"oriented"))K["h"===C.orientation?w:A]=!0}if(!(t._has("gl3d")||t._has("geo")))for(p=0;p<v.length;p++){var L=v[p];-1===m.indexOf(L)&&-1===y.indexOf(L)&&o.xAxisMatch.test(L)?y.push(L):-1===_.indexOf(L)&&-1===g.indexOf(L)&&o.yAxisMatch.test(L)&&g.push(L)}function D(e,t){return Number(e.substr(5)||1)-Number(t.substr(5)||1)}y.length&&g.length&&i.pushUnique(t._basePlotModules,r.subplotsRegistry.cartesian);var B=y.concat(m).sort(D),S=g.concat(_).sort(D),G=B.concat(S),W=a.background;B.length&&S.length&&(W=i.coerce(e,t,l,"plot_bgcolor"));var z,O,P,R,j=a.combine(W,t.paper_bgcolor);function E(e,t){return i.coerce(P,R,s,e,t)}function I(e){var t={x:S,y:B}[e];return i.simpleMap(t,h.name2id)}var N={x:I("x"),y:I("y")};function F(t,n){for(var r={x:B,y:S}[t],i=[],a=0;a<r.length;a++){var l=r[a];l===n||(e[l]||{}).overlaying||i.push(h.name2id(l))}return i}for(p=0;p<G.length;p++){z=G[p],i.isPlainObject(e[z])||(e[z]={}),P=e[z],R=t[z]={},u(P,R,E,n,z);var $=F(O=z.charAt(0),z),V={letter:O,font:t.font,outerTicks:M[z],showGrid:!K[z],data:n,bgColor:j,calendar:t.calendar,cheateronly:"x"===O&&-1!==T.indexOf(z)&&-1===b.indexOf(z)};c(P,R,E,V,t),E("showspikes")&&(E("spikecolor"),E("spikethickness"),E("spikedash"),E("spikemode"));var H={letter:O,counterAxes:N[O],overlayableAxes:$};f(P,R,E,H),R._input=P}var q=r.getComponentMethod("rangeslider","handleDefaults"),U=r.getComponentMethod("rangeselector","handleDefaults");for(p=0;p<B.length;p++)z=B[p],P=e[z],R=t[z],q(e,t,z),"date"===R.type&&U(P,R,t,S,R.calendar),E("fixedrange");for(p=0;p<S.length;p++){z=S[p],P=e[z],R=t[z];var Y=t[h.id2name(R.anchor)];E("fixedrange",Y&&Y.rangeslider&&Y.rangeslider.visible)}t._axisConstraintGroups=[];var X=N.x.concat(N.y);for(p=0;p<G.length;p++)O=(z=G[p]).charAt(0),P=e[z],R=t[z],d(P,R,E,X,t)}},function(e,t,n){"use strict";var r=n(2),i=n(4),a=n(6),l=n(283);function o(e,t,n,i){var o=t["error_"+i]||{},s=[];if(o.visible&&-1!==["linear","log"].indexOf(n.type)){for(var u=l(o),c=0;c<e.length;c++){var d=e[c],f=d[i];if(r(n.c2l(f))){var h=u(f,c);if(r(h[0])&&r(h[1])){var p=d[i+"s"]=f-h[0],v=d[i+"h"]=f+h[1];s.push(p,v)}}}a.expand(n,s,{padded:!0})}}e.exports=function(e){for(var t=e.calcdata,n=0;n<t.length;n++){var r=t[n],l=r[0].trace;if(i.traceIs(l,"errorBarsOK")){var s=a.getFromId(e,l.xaxis),u=a.getFromId(e,l.yaxis);o(r,l,s,"x"),o(r,l,u,"y")}}}},function(e,t,n){"use strict";var r=n(23),i=n(10).extendFlat,a=i({},r.domain,{description:["Polar chart subplots are not supported yet.","This key has currently no effect."].join(" ")});function l(e,t){var n={showline:{valType:"boolean",role:"style",description:["Determines whether or not the line bounding this",e,"axis","will be shown on the figure."].join(" ")},showticklabels:{valType:"boolean",role:"style",description:["Determines whether or not the",e,"axis ticks","will feature tick labels."].join(" ")},tickorientation:{valType:"enumerated",values:["horizontal","vertical"],role:"style",description:["Sets the orientation (from the paper perspective)","of the",e,"axis tick labels."].join(" ")},ticklen:{valType:"number",min:0,role:"style",description:["Sets the length of the tick lines on this",e,"axis."].join(" ")},tickcolor:{valType:"color",role:"style",description:["Sets the color of the tick lines on this",e,"axis."].join(" ")},ticksuffix:{valType:"string",role:"style",description:["Sets the length of the tick lines on this",e,"axis."].join(" ")},endpadding:{valType:"number",role:"style"},visible:{valType:"boolean",role:"info",description:["Determines whether or not this axis will be visible."].join(" ")}};return i({},t,n)}e.exports={radialaxis:l("radial",{range:{valType:"info_array",role:"info",items:[{valType:"number"},{valType:"number"}],description:["Defines the start and end point of this radial axis."].join(" ")},domain:a,orientation:{valType:"number",role:"style",description:["Sets the orientation (an angle with respect to the origin)","of the radial axis."].join(" ")}}),angularaxis:l("angular",{range:{valType:"info_array",role:"info",items:[{valType:"number",dflt:0},{valType:"number",dflt:360}],description:["Defines the start and end point of this angular axis."].join(" ")},domain:a}),layout:{direction:{valType:"enumerated",values:["clockwise","counterclockwise"],role:"info",description:["For polar plots only.","Sets the direction corresponding to positive angles."].join(" ")},orientation:{valType:"angle",role:"info",description:["For polar plots only.","Rotates the entire polar by the given angle."].join(" ")}}}},function(e,t,n){"use strict";var r=n(1);e.exports={circle:{n:0,f:function(e){var t=r.round(e,2);return"M"+t+",0A"+t+","+t+" 0 1,1 0,-"+t+"A"+t+","+t+" 0 0,1 "+t+",0Z"}},square:{n:1,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"H-"+t+"V-"+t+"H"+t+"Z"}},diamond:{n:2,f:function(e){var t=r.round(1.3*e,2);return"M"+t+",0L0,"+t+"L-"+t+",0L0,-"+t+"Z"}},cross:{n:3,f:function(e){var t=r.round(.4*e,2),n=r.round(1.2*e,2);return"M"+n+","+t+"H"+t+"V"+n+"H-"+t+"V"+t+"H-"+n+"V-"+t+"H-"+t+"V-"+n+"H"+t+"V-"+t+"H"+n+"Z"}},x:{n:4,f:function(e){var t=r.round(.8*e/Math.sqrt(2),2),n="l"+t+","+t,i="l"+t+",-"+t,a="l-"+t+",-"+t,l="l-"+t+","+t;return"M0,"+t+n+i+a+i+a+l+a+l+n+l+n+"Z"}},"triangle-up":{n:5,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M-"+t+","+r.round(e/2,2)+"H"+t+"L0,-"+r.round(e,2)+"Z"}},"triangle-down":{n:6,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M-"+t+",-"+r.round(e/2,2)+"H"+t+"L0,"+r.round(e,2)+"Z"}},"triangle-left":{n:7,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M"+r.round(e/2,2)+",-"+t+"V"+t+"L-"+r.round(e,2)+",0Z"}},"triangle-right":{n:8,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M-"+r.round(e/2,2)+",-"+t+"V"+t+"L"+r.round(e,2)+",0Z"}},"triangle-ne":{n:9,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M-"+n+",-"+t+"H"+t+"V"+n+"Z"}},"triangle-se":{n:10,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M"+t+",-"+n+"V"+t+"H-"+n+"Z"}},"triangle-sw":{n:11,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M"+n+","+t+"H-"+t+"V-"+n+"Z"}},"triangle-nw":{n:12,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M-"+t+","+n+"V-"+t+"H"+n+"Z"}},pentagon:{n:13,f:function(e){var t=r.round(.951*e,2),n=r.round(.588*e,2),i=r.round(-e,2),a=r.round(-.309*e,2);return"M"+t+","+a+"L"+n+","+r.round(.809*e,2)+"H-"+n+"L-"+t+","+a+"L0,"+i+"Z"}},hexagon:{n:14,f:function(e){var t=r.round(e,2),n=r.round(e/2,2),i=r.round(e*Math.sqrt(3)/2,2);return"M"+i+",-"+n+"V"+n+"L0,"+t+"L-"+i+","+n+"V-"+n+"L0,-"+t+"Z"}},hexagon2:{n:15,f:function(e){var t=r.round(e,2),n=r.round(e/2,2),i=r.round(e*Math.sqrt(3)/2,2);return"M-"+n+","+i+"H"+n+"L"+t+",0L"+n+",-"+i+"H-"+n+"L-"+t+",0Z"}},octagon:{n:16,f:function(e){var t=r.round(.924*e,2),n=r.round(.383*e,2);return"M-"+n+",-"+t+"H"+n+"L"+t+",-"+n+"V"+n+"L"+n+","+t+"H-"+n+"L-"+t+","+n+"V-"+n+"Z"}},star:{n:17,f:function(e){var t=1.4*e,n=r.round(.225*t,2),i=r.round(.951*t,2),a=r.round(.363*t,2),l=r.round(.588*t,2),o=r.round(-t,2),s=r.round(-.309*t,2),u=r.round(.118*t,2),c=r.round(.809*t,2);return"M"+n+","+s+"H"+i+"L"+a+","+u+"L"+l+","+c+"L0,"+r.round(.382*t,2)+"L-"+l+","+c+"L-"+a+","+u+"L-"+i+","+s+"H-"+n+"L0,"+o+"Z"}},hexagram:{n:18,f:function(e){var t=r.round(.66*e,2),n=r.round(.38*e,2),i=r.round(.76*e,2);return"M-"+i+",0l-"+n+",-"+t+"h"+i+"l"+n+",-"+t+"l"+n+","+t+"h"+i+"l-"+n+","+t+"l"+n+","+t+"h-"+i+"l-"+n+","+t+"l-"+n+",-"+t+"h-"+i+"Z"}},"star-triangle-up":{n:19,f:function(e){var t=r.round(e*Math.sqrt(3)*.8,2),n=r.round(.8*e,2),i=r.round(1.6*e,2),a=r.round(4*e,2),l="A "+a+","+a+" 0 0 1 ";return"M-"+t+","+n+l+t+","+n+l+"0,-"+i+l+"-"+t+","+n+"Z"}},"star-triangle-down":{n:20,f:function(e){var t=r.round(e*Math.sqrt(3)*.8,2),n=r.round(.8*e,2),i=r.round(1.6*e,2),a=r.round(4*e,2),l="A "+a+","+a+" 0 0 1 ";return"M"+t+",-"+n+l+"-"+t+",-"+n+l+"0,"+i+l+t+",-"+n+"Z"}},"star-square":{n:21,f:function(e){var t=r.round(1.1*e,2),n=r.round(2*e,2),i="A "+n+","+n+" 0 0 1 ";return"M-"+t+",-"+t+i+"-"+t+","+t+i+t+","+t+i+t+",-"+t+i+"-"+t+",-"+t+"Z"}},"star-diamond":{n:22,f:function(e){var t=r.round(1.4*e,2),n=r.round(1.9*e,2),i="A "+n+","+n+" 0 0 1 ";return"M-"+t+",0"+i+"0,"+t+i+t+",0"+i+"0,-"+t+i+"-"+t+",0Z"}},"diamond-tall":{n:23,f:function(e){var t=r.round(.7*e,2),n=r.round(1.4*e,2);return"M0,"+n+"L"+t+",0L0,-"+n+"L-"+t+",0Z"}},"diamond-wide":{n:24,f:function(e){var t=r.round(1.4*e,2),n=r.round(.7*e,2);return"M0,"+n+"L"+t+",0L0,-"+n+"L-"+t+",0Z"}},hourglass:{n:25,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"H-"+t+"L"+t+",-"+t+"H-"+t+"Z"},noDot:!0},bowtie:{n:26,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"V-"+t+"L-"+t+","+t+"V-"+t+"Z"},noDot:!0},"circle-cross":{n:27,f:function(e){var t=r.round(e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t+"M"+t+",0A"+t+","+t+" 0 1,1 0,-"+t+"A"+t+","+t+" 0 0,1 "+t+",0Z"},needLine:!0,noDot:!0},"circle-x":{n:28,f:function(e){var t=r.round(e,2),n=r.round(e/Math.sqrt(2),2);return"M"+n+","+n+"L-"+n+",-"+n+"M"+n+",-"+n+"L-"+n+","+n+"M"+t+",0A"+t+","+t+" 0 1,1 0,-"+t+"A"+t+","+t+" 0 0,1 "+t+",0Z"},needLine:!0,noDot:!0},"square-cross":{n:29,f:function(e){var t=r.round(e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t+"M"+t+","+t+"H-"+t+"V-"+t+"H"+t+"Z"},needLine:!0,noDot:!0},"square-x":{n:30,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"L-"+t+",-"+t+"M"+t+",-"+t+"L-"+t+","+t+"M"+t+","+t+"H-"+t+"V-"+t+"H"+t+"Z"},needLine:!0,noDot:!0},"diamond-cross":{n:31,f:function(e){var t=r.round(1.3*e,2);return"M"+t+",0L0,"+t+"L-"+t+",0L0,-"+t+"ZM0,-"+t+"V"+t+"M-"+t+",0H"+t},needLine:!0,noDot:!0},"diamond-x":{n:32,f:function(e){var t=r.round(1.3*e,2),n=r.round(.65*e,2);return"M"+t+",0L0,"+t+"L-"+t+",0L0,-"+t+"ZM-"+n+",-"+n+"L"+n+","+n+"M-"+n+","+n+"L"+n+",-"+n},needLine:!0,noDot:!0},"cross-thin":{n:33,f:function(e){var t=r.round(1.4*e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t},needLine:!0,noDot:!0},"x-thin":{n:34,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"L-"+t+",-"+t+"M"+t+",-"+t+"L-"+t+","+t},needLine:!0,noDot:!0},asterisk:{n:35,f:function(e){var t=r.round(1.2*e,2),n=r.round(.85*e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t+"M"+n+","+n+"L-"+n+",-"+n+"M"+n+",-"+n+"L-"+n+","+n},needLine:!0,noDot:!0},hash:{n:36,f:function(e){var t=r.round(e/2,2),n=r.round(e,2);return"M"+t+","+n+"V-"+n+"m-"+n+",0V"+n+"M"+n+","+t+"H-"+n+"m0,-"+n+"H"+n},needLine:!0},"y-up":{n:37,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),i=r.round(.8*e,2);return"M-"+t+","+i+"L0,0M"+t+","+i+"L0,0M0,-"+n+"L0,0"},needLine:!0,noDot:!0},"y-down":{n:38,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),i=r.round(.8*e,2);return"M-"+t+",-"+i+"L0,0M"+t+",-"+i+"L0,0M0,"+n+"L0,0"},needLine:!0,noDot:!0},"y-left":{n:39,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),i=r.round(.8*e,2);return"M"+i+","+t+"L0,0M"+i+",-"+t+"L0,0M-"+n+",0L0,0"},needLine:!0,noDot:!0},"y-right":{n:40,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),i=r.round(.8*e,2);return"M-"+i+","+t+"L0,0M-"+i+",-"+t+"L0,0M"+n+",0L0,0"},needLine:!0,noDot:!0},"line-ew":{n:41,f:function(e){var t=r.round(1.4*e,2);return"M"+t+",0H-"+t},needLine:!0,noDot:!0},"line-ns":{n:42,f:function(e){var t=r.round(1.4*e,2);return"M0,"+t+"V-"+t},needLine:!0,noDot:!0},"line-ne":{n:43,f:function(e){var t=r.round(e,2);return"M"+t+",-"+t+"L-"+t+","+t},needLine:!0,noDot:!0},"line-nw":{n:44,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"L-"+t+",-"+t},needLine:!0,noDot:!0}}},function(e,t,n){"use strict";var r=n(2);e.exports=function(e){var t=e.marker,n=t.sizeref||1,i=t.sizemin||0,a="area"===t.sizemode?function(e){return Math.sqrt(e/n)}:function(e){return e/n};return function(e){var t=a(e/2);return r(t)&&t>0?Math.max(t,i):0}}},function(e,t,n){"use strict";e.exports={entityToUnicode:{mu:"ฮผ","#956":"ฮผ",amp:"&","#28":"&",lt:"<","#60":"<",gt:">","#62":">",nbsp:"ย ","#160":"ย ",times:"ร","#215":"ร",plusmn:"ยฑ","#177":"ยฑ",deg:"ยฐ","#176":"ยฐ"}}},function(e,t,n){"use strict";var r=n(1),i=n(22),a=n(2),l=n(3);function o(e){var t={r:e[0],g:e[1],b:e[2],a:e[3]};return i(t).toRgbString()}e.exports=function(e,t){t=t||{};for(var n=e.domain,s=e.range,u=s.length,c=new Array(u),d=0;d<u;d++){var f=i(s[d]).toRgb();c[d]=[f.r,f.g,f.b,f.a]}var h,p=r.scale.linear().domain(n).range(c).clamp(!0),v=t.noNumericCheck,y=t.returnArray;return(h=v&&y?p:v?function(e){return o(p(e))}:y?function(e){return a(e)?p(e):i(e).isValid()?e:l.defaultLine}:function(e){return a(e)?o(p(e)):i(e).isValid()?e:l.defaultLine}).domain=p.domain,h.range=function(){return s},h}},function(e,t,n){"use strict";e.exports=function(e,t,n){for(var r=e.length,i=new Array(r),a=new Array(r),l=0;l<r;l++){var o=e[l];i[l]=t+o[0]*(n-t),a[l]=o[1]}return{domain:i,range:a}}},function(e,t,n){"use strict";var r=n(0),i=n(160),a=n(159),l=n(158),o=n(104);e.exports=function(e,t,n){var s=t.colorbar={},u=e.colorbar||{};function c(e,t){return r.coerce(u,s,o,e,t)}c("thickness","fraction"===c("thicknessmode")?30/(n.width-n.margin.l-n.margin.r):30),c("len","fraction"===c("lenmode")?1:n.height-n.margin.t-n.margin.b),c("x"),c("xanchor"),c("xpad"),c("y"),c("yanchor"),c("ypad"),r.noneOrAll(u,s,["x","y"]),c("outlinecolor"),c("outlinewidth"),c("bordercolor"),c("borderwidth"),c("bgcolor"),i(u,s,c,"linear"),l(u,s,c,"linear",{outerTicks:!1,font:n.font,noHover:!0}),a(u,s,c,"linear",{outerTicks:!1,font:n.font,noHover:!0}),c("title"),r.coerceFont(c,"titlefont",n.font),c("titleside")}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e){return r.isPlainObject(e.colorbar)}},function(e,t,n){"use strict";var r=n(162),i=n(10).extendDeep,a=n(26);e.exports=function(e){return{color:{valType:"color",arrayOk:!0,role:"style",description:["Sets the ",e," color. It accepts either a specific color"," or an array of numbers that are mapped to the colorscale"," relative to the max and min values of the array or relative to"," `cmin` and `cmax` if set."].join("")},colorscale:i({},r.colorscale,{description:["Sets the colorscale and only has an effect"," if `",e,".color` is set to a numerical array."," The colorscale must be an array containing"," arrays mapping a normalized value to an"," rgb, rgba, hex, hsl, hsv, or named color string."," At minimum, a mapping for the lowest (0) and highest (1)"," values are required. For example,"," `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`."," To control the bounds of the colorscale in color space,"," use `",e,".cmin` and `",e,".cmax`."," Alternatively, `colorscale` may be a palette name string"," of the following list: "].join("").concat(Object.keys(a).join(", "))}),cauto:i({},r.zauto,{description:["Has an effect only if `",e,".color` is set to a numerical array"," and `cmin`, `cmax` are set by the user. In this case,"," it controls whether the range of colors in `colorscale` is mapped to"," the range of values in the `color` array (`cauto: true`), or the `cmin`/`cmax`"," values (`cauto: false`)."," Defaults to `false` when `cmin`, `cmax` are set by the user."].join("")}),cmax:i({},r.zmax,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Sets the upper bound of the color domain."," Value should be associated to the `",e,".color` array index,"," and if set, `",e,".cmin` must be set as well."].join("")}),cmin:i({},r.zmin,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Sets the lower bound of the color domain."," Value should be associated to the `",e,".color` array index,"," and if set, `",e,".cmax` must be set as well."].join("")}),autocolorscale:i({},r.autocolorscale,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Determines whether the colorscale is a default palette (`autocolorscale: true`)"," or the palette determined by `",e,".colorscale`."," In case `colorscale` is unspecified or `autocolorscale` is true, the default "," palette will be chosen according to whether numbers in the `color` array are"," all positive, all negative or mixed."].join("")}),reversescale:i({},r.reversescale,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Reverses the color mapping if true (`cmin` will correspond to the last color"," in the array and `cmax` will correspond to the first color)."].join("")})}}},function(e,t,n){"use strict";var r=n(40),i=r.marker;e.exports={r:r.r,t:r.t,marker:{color:i.color,size:i.size,symbol:i.symbol,opacity:i.opacity}}},function(e,t,n){"use strict";e.exports=function(e){return e}},function(e,t,n){"use strict";var r=n(2),i=n(16).BADNUM,a=/^['"%,$#\s']+|[, ]|['"%,$#\s']+$/g;e.exports=function(e){return"string"==typeof e&&(e=e.replace(a,"")),r(e)?Number(e):i}},function(e,t,n){"use strict";e.exports=function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];!0===r.visible&&t.push(r)}return t}},function(e,t,n){"use strict";e.exports=function(e){for(var t={},n=[],r=0,i=0;i<e.length;i++){var a=e[i];1!==t[a]&&(t[a]=1,n[r++]=a)}return n}},function(e,t,n){"use strict";var r=n(1),i=n(2),a=[];e.exports=function(e,t){if(-1===a.indexOf(e)){a.push(e);var n=1e3;i(t)?n=t:"long"===t&&(n=3e3);var l=r.select("body").selectAll(".plotly-notifier").data([0]);l.enter().append("div").classed("plotly-notifier",!0),l.selectAll(".notifier-note").data(a).enter().append("div").classed("notifier-note",!0).style("opacity",0).each(function(e){var t=r.select(this);t.append("button").classed("notifier-close",!0).html("×").on("click",function(){t.transition().call(o)});for(var i=t.append("p"),a=e.split(/<br\s*\/?>/g),l=0;l<a.length;l++)l&&i.append("br"),i.append("span").text(a[l]);t.transition().duration(700).style("opacity",1).transition().delay(n).call(o)})}function o(e){e.duration(700).style("opacity",0).each("end",function(e){var t=a.indexOf(e);-1!==t&&a.splice(t,1),r.select(this).remove()})}}},function(e,t,n){"use strict";var r=n(2);t.aggNums=function(e,n,i,a){var l,o;if(a||(a=i.length),r(n)||(n=!1),Array.isArray(i[0])){for(o=new Array(a),l=0;l<a;l++)o[l]=t.aggNums(e,n,i[l]);i=o}for(l=0;l<a;l++)r(n)?r(i[l])&&(n=e(+n,+i[l])):n=i[l];return n},t.len=function(e){return t.aggNums(function(e){return e+1},0,e)},t.mean=function(e,n){return n||(n=t.len(e)),t.aggNums(function(e,t){return e+t},0,e)/n},t.variance=function(e,n,i){return n||(n=t.len(e)),r(i)||(i=t.mean(e,n)),t.aggNums(function(e,t){return e+Math.pow(t-i,2)},0,e)/n},t.stdev=function(e,n,r){return Math.sqrt(t.variance(e,n,r))},t.interp=function(e,t){if(!r(t))throw"n should be a finite number";if((t=t*e.length-.5)<0)return e[0];if(t>e.length-1)return e[e.length-1];var n=t%1;return n*e[Math.ceil(t)]+(1-n)*e[Math.floor(t)]}},function(e,t,n){"use strict";var r,i,a=n(1),l=n(2),o=n(33).error,s=n(169),u=n(16),c=u.BADNUM,d=u.ONEDAY,f=u.ONEHOUR,h=u.ONEMIN,p=u.ONESEC,v=u.EPOCHJD,y=n(4),g=a.time.format.utc,m=/^\s*(-?\d\d\d\d|\d\d)(-(\d?\d)(-(\d?\d)([ Tt]([01]?\d|2[0-3])(:([0-5]\d)(:([0-5]\d(\.\d+)?))?(Z|z|[+\-]\d\d:?\d\d)?)?)?)?)?\s*$/m,_=/^\s*(-?\d\d\d\d|\d\d)(-(\d?\di?)(-(\d?\d)([ Tt]([01]?\d|2[0-3])(:([0-5]\d)(:([0-5]\d(\.\d+)?))?(Z|z|[+\-]\d\d:?\d\d)?)?)?)?)?\s*$/m,T=(new Date).getFullYear()-70;function b(e){return e&&y.componentsRegistry.calendars&&"string"==typeof e&&"gregorian"!==e}function M(e,t){return String(e+Math.pow(10,t)).substr(1)}t.dateTick0=function(e,t){return b(e)?t?y.getComponentMethod("calendars","CANONICAL_SUNDAY")[e]:y.getComponentMethod("calendars","CANONICAL_TICK")[e]:t?"2000-01-02":"2000-01-01"},t.dfltRange=function(e){return b(e)?y.getComponentMethod("calendars","DFLTRANGE")[e]:["2000-01-01","2001-01-01"]},t.isJSDate=function(e){return"object"==typeof e&&null!==e&&"function"==typeof e.getTime},t.dateTime2ms=function(e,n){if(t.isJSDate(e))return(e=Number(e)-e.getTimezoneOffset()*h)>=r&&e<=i?e:c;if("string"!=typeof e&&"number"!=typeof e)return c;e=String(e);var a=b(n),l=e.charAt(0);!a||"G"!==l&&"g"!==l||(e=e.substr(1),n="");var o=a&&"chinese"===n.substr(0,7),s=e.match(o?_:m);if(!s)return c;var u=s[1],g=s[3]||"1",M=Number(s[5]||1),K=Number(s[7]||0),k=Number(s[9]||0),x=Number(s[11]||0);if(a){if(2===u.length)return c;var C;u=Number(u);try{var A=y.getComponentMethod("calendars","getCal")(n);if(o){var w="i"===g.charAt(g.length-1);g=parseInt(g,10),C=A.newDate(u,A.toMonthIndex(u,g,w),M)}else C=A.newDate(u,Number(g),M)}catch(e){return c}return C?(C.toJD()-v)*d+K*f+k*h+x*p:c}u=2===u.length?(Number(u)+2e3-T)%100+T:Number(u),g-=1;var L=new Date(Date.UTC(2e3,g,M,K,k));return L.setUTCFullYear(u),L.getUTCMonth()!==g?c:L.getUTCDate()!==M?c:L.getTime()+x*p},r=t.MIN_MS=t.dateTime2ms("-9999"),i=t.MAX_MS=t.dateTime2ms("9999-12-31 23:59:59.9999"),t.isDateTime=function(e,n){return t.dateTime2ms(e,n)!==c};var K=90*d,k=3*f,x=5*h;function C(e,t,n,r,i){if((t||n||r||i)&&(e+=" "+M(t,2)+":"+M(n,2),(r||i)&&(e+=":"+M(r,2),i))){for(var a=4;i%10==0;)a-=1,i/=10;e+="."+M(i,a)}return e}t.ms2DateTime=function(e,t,n){if("number"!=typeof e||!(e>=r&&e<=i))return c;t||(t=0);var a,l,o,u,m,_,T=Math.floor(10*s(e+.05,1)),M=Math.round(e-T/10);if(b(n)){var A=Math.floor(M/d)+v,w=Math.floor(s(e,d));try{a=y.getComponentMethod("calendars","getCal")(n).fromJD(A).formatDate("yyyy-mm-dd")}catch(e){a=g("G%Y-%m-%d")(new Date(M))}if("-"===a.charAt(0))for(;a.length<11;)a="-0"+a.substr(1);else for(;a.length<10;)a="0"+a;l=t<K?Math.floor(w/f):0,o=t<K?Math.floor(w%f/h):0,u=t<k?Math.floor(w%h/p):0,m=t<x?w%p*10+T:0}else _=new Date(M),a=g("%Y-%m-%d")(_),l=t<K?_.getUTCHours():0,o=t<K?_.getUTCMinutes():0,u=t<k?_.getUTCSeconds():0,m=t<x?10*_.getUTCMilliseconds()+T:0;return C(a,l,o,u,m)},t.ms2DateTimeLocal=function(e){if(!(e>=r+d&&e<=i-d))return c;var t=Math.floor(10*s(e+.05,1)),n=new Date(Math.round(e-t/10));return C(a.time.format("%Y-%m-%d")(n),n.getHours(),n.getMinutes(),n.getSeconds(),10*n.getUTCMilliseconds()+t)},t.cleanDate=function(e,n,r){if(t.isJSDate(e)||"number"==typeof e){if(b(r))return o("JS Dates and milliseconds are incompatible with world calendars",e),n;if(!(e=t.ms2DateTimeLocal(+e))&&void 0!==n)return n}else if(!t.isDateTime(e,r))return o("unrecognized date",e),n;return e};var A=/%\d?f/g;var w=[59,59.9,59.99,59.999,59.9999];function L(e,t){var n=s(e+.05,d),r=M(Math.floor(n/f),2)+":"+M(s(Math.floor(n/h),60),2);if("M"!==t){l(t)||(t=0);var i=(100+Math.min(s(e/p,60),w[t])).toFixed(t).substr(1);t>0&&(i=i.replace(/0+$/,"").replace(/[\.]$/,"")),r+=":"+i}return r}var D=g("%Y"),B=g("%b %Y"),S=g("%b %-d"),G=g("%b %-d, %Y");function W(e){return e.formatDate("yyyy")}t.formatDate=function(e,t,n,r){var i,a;if(r=b(r)&&r,t)return function(e,t,n){e=e.replace(A,function(e){var n=Math.min(+e.charAt(1)||6,6);return(t/1e3%1+2).toFixed(n).substr(2).replace(/0+$/,"")||"0"});var r=new Date(Math.floor(t+.05));if(b(n))try{e=y.getComponentMethod("calendars","worldCalFmt")(e,t,n)}catch(e){return"Invalid"}return g(e)(r)}(t,e,r);if(r)try{var l=Math.floor((e+.05)/d)+v,o=y.getComponentMethod("calendars","getCal")(r).fromJD(l);"y"===n?a=W(o):"m"===n?a=function(e){return e.formatDate("M yyyy")}(o):"d"===n?(i=W(o),a=function(e){return e.formatDate("M d")}(o)):(i=function(e){return e.formatDate("M d, yyyy")}(o),a=L(e,n))}catch(e){return"Invalid"}else{var s=new Date(Math.floor(e+.05));"y"===n?a=D(s):"m"===n?a=B(s):"d"===n?(i=D(s),a=S(s)):(i=G(s),a=L(e,n))}return a+(i?"\n"+i:"")};var z=3*d;t.incrementMonth=function(e,t,n){n=b(n)&&n;var r=s(e,d);if(e=Math.round(e-r),n)try{var i=Math.round(e/d)+v,a=y.getComponentMethod("calendars","getCal")(n),l=a.fromJD(i);return t%12?a.add(l,t,"m"):a.add(l,t/12,"y"),(l.toJD()-v)*d+r}catch(t){o("invalid ms "+e+" in calendar "+n)}var u=new Date(e+z);return u.setUTCMonth(u.getUTCMonth()+t)+r-z},t.findExactDates=function(e,t){for(var n,r,i=0,a=0,o=0,s=0,u=b(t)&&y.getComponentMethod("calendars","getCal")(t),c=0;c<e.length;c++)if(r=e[c],l(r)){if(!(r%d))if(u)try{1===(n=u.fromJD(r/d+v)).day()?1===n.month()?i++:a++:o++}catch(e){}else 1===(n=new Date(r)).getUTCDate()?0===n.getUTCMonth()?i++:a++:o++}else s++;o+=a+=i;var f=e.length-s;return{exactYears:i/f,exactMonths:a/f,exactDays:o/f}}},function(e,t,n){"use strict";var r=n(2),i=n(22),a=n(42),l=n(168),o=Object.keys(n(26)),s=n(109),u=/^([2-9]|[1-9][0-9]+)$/;t.valObjects={data_array:{description:["An {array} of data.","The value MUST be an {array}, or we ignore it."].join(" "),requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){Array.isArray(e)?t.set(e):void 0!==n&&t.set(n)}},enumerated:{description:["Enumerated value type. The available values are listed","in `values`."].join(" "),requiredOpts:["values"],otherOpts:["dflt","coerceNumber","arrayOk"],coerceFunction:function(e,t,n,r){r.coerceNumber&&(e=+e),-1===r.values.indexOf(e)?t.set(n):t.set(e)},validateFunction:function(e,t){t.coerceNumber&&(e=+e);for(var n=t.values,r=0;r<n.length;r++){var i=String(n[r]);if("/"===i.charAt(0)&&"/"===i.charAt(i.length-1)){if(new RegExp(i.substr(1,i.length-2)).test(e))return!0}else if(e===n[r])return!0}return!1}},boolean:{description:"A boolean (true/false) value.",requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){!0===e||!1===e?t.set(e):t.set(n)}},number:{description:["A number or a numeric value","(e.g. a number inside a string).","When applicable, values greater (less) than `max` (`min`)","are coerced to the `dflt`."].join(" "),requiredOpts:[],otherOpts:["dflt","min","max","arrayOk"],coerceFunction:function(e,t,n,i){!r(e)||void 0!==i.min&&e<i.min||void 0!==i.max&&e>i.max?t.set(n):t.set(+e)}},integer:{description:["An integer or an integer inside a string.","When applicable, values greater (less) than `max` (`min`)","are coerced to the `dflt`."].join(" "),requiredOpts:[],otherOpts:["dflt","min","max"],coerceFunction:function(e,t,n,i){e%1||!r(e)||void 0!==i.min&&e<i.min||void 0!==i.max&&e>i.max?t.set(n):t.set(+e)}},string:{description:["A string value.","Numbers are converted to strings except for attributes with","`strict` set to true."].join(" "),requiredOpts:[],otherOpts:["dflt","noBlank","strict","arrayOk","values"],coerceFunction:function(e,t,n,r){if("string"!=typeof e){var i="number"==typeof e;!0!==r.strict&&i?t.set(String(e)):t.set(n)}else r.noBlank&&!e?t.set(n):t.set(e)}},color:{description:["A string describing color.","Supported formats:","- hex (e.g. '#d3d3d3')","- rgb (e.g. 'rgb(255, 0, 0)')","- rgba (e.g. 'rgb(255, 0, 0, 0.5)')","- hsl (e.g. 'hsl(0, 100%, 50%)')","- hsv (e.g. 'hsv(0, 100%, 100%)')","- named colors (full list: http://www.w3.org/TR/css3-color/#svg-color)"].join(" "),requiredOpts:[],otherOpts:["dflt","arrayOk"],coerceFunction:function(e,t,n){i(e).isValid()?t.set(e):t.set(n)}},colorscale:{description:["A Plotly colorscale either picked by a name:","(any of",o.join(", "),")","customized as an {array} of 2-element {arrays} where","the first element is the normalized color level value","(starting at *0* and ending at *1*),","and the second item is a valid color string."].join(" "),requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){t.set(l(e,n))}},angle:{description:["A number (in degree) between -180 and 180."].join(" "),requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){"auto"===e?t.set("auto"):r(e)?(Math.abs(e)>180&&(e-=360*Math.round(e/360)),t.set(+e)):t.set(n)}},subplotid:{description:["An id string of a subplot type (given by dflt), optionally","followed by an integer >1. e.g. if dflt='geo', we can have","'geo', 'geo2', 'geo3', ..."].join(" "),requiredOpts:["dflt"],otherOpts:[],coerceFunction:function(e,t,n){var r=n.length;"string"==typeof e&&e.substr(0,r)===n&&u.test(e.substr(r))?t.set(e):t.set(n)},validateFunction:function(e,t){var n=t.dflt,r=n.length;return e===n||"string"==typeof e&&!(e.substr(0,r)!==n||!u.test(e.substr(r)))}},flaglist:{description:["A string representing a combination of flags","(order does not matter here).","Combine any of the available `flags` with *+*.","(e.g. ('lines+markers')).","Values in `extras` cannot be combined."].join(" "),requiredOpts:["flags"],otherOpts:["dflt","extras","arrayOk"],coerceFunction:function(e,t,n,r){if("string"==typeof e)if(-1===(r.extras||[]).indexOf(e)){for(var i=e.split("+"),a=0;a<i.length;){var l=i[a];-1===r.flags.indexOf(l)||i.indexOf(l)<a?i.splice(a,1):a++}i.length?t.set(i.join("+")):t.set(n)}else t.set(e);else t.set(n)}},any:{description:"Any type.",requiredOpts:[],otherOpts:["dflt","values","arrayOk"],coerceFunction:function(e,t,n){void 0===e?t.set(n):t.set(e)}},info_array:{description:["An {array} of plot information."].join(" "),requiredOpts:["items"],otherOpts:["dflt","freeLength"],coerceFunction:function(e,n,r,i){if(Array.isArray(e)){var a=i.items,l=[];r=Array.isArray(r)?r:[];for(var o=0;o<a.length;o++)t.coerce(e,l,a,"["+o+"]",r[o]);n.set(l)}else n.set(r)},validateFunction:function(e,n){if(!Array.isArray(e))return!1;var r=n.items;if(!n.freeLength&&e.length!==r.length)return!1;for(var i=0;i<e.length;i++){if(!t.validate(e[i],n.items[i]))return!1}return!0}}},t.coerce=function(e,n,r,i,a){var l=s(r,i).get(),o=s(e,i),u=s(n,i),c=o.get();return void 0===a&&(a=l.dflt),l.arrayOk&&Array.isArray(c)?(u.set(c),c):(t.valObjects[l.valType].coerceFunction(c,u,a,l),u.get())},t.coerce2=function(e,n,r,i,a){var l=s(e,i),o=t.coerce(e,n,r,i,a),u=l.get();return void 0!==u&&null!==u&&o},t.coerceFont=function(e,t,n){var r={};return n=n||{},r.family=e(t+".family",n.family),r.size=e(t+".size",n.size),r.color=e(t+".color",n.color),r},t.coerceHoverinfo=function(e,n,r){var i,l=n._module.attributes,o=l.hoverinfo?{hoverinfo:l.hoverinfo}:a,s=o.hoverinfo;if(1===r._dataLength){var u="all"===s.dflt?s.flags.slice():s.dflt.split("+");u.splice(u.indexOf("name"),1),i=u.join("+")}return t.coerce(e,n,o,"hoverinfo",i)},t.validate=function(e,n){var r=t.valObjects[n.valType];if(n.arrayOk&&Array.isArray(e))return!0;if(r.validateFunction)return r.validateFunction(e,n);var i={},a=i,l={set:function(e){a=e}};return r.coerceFunction(e,l,i,n),a!==i}},function(e,t,n){"use strict";e.exports=function(e,t){return Array.isArray(e)||(e=[]),e.length=t,e}},function(e,t,n){"use strict";var r=n(108),i=n(32);e.exports=function e(t,n){for(var a=Object.keys(n||{}),l=0;l<a.length;l++){var o=a[l],s=n[o],u=t[o];if("_"===o.charAt(0)||"function"==typeof s){if(o in t)continue;t[o]=s}else if(r(s)&&r(u)&&i(s[0]))for(var c=0;c<s.length;c++)i(s[c])&&i(u[c])&&e(u[c],s[c]);else i(s)&&i(u)&&(e(u,s),Object.keys(u).length||delete t[o])}}},function(e,t,n){"use strict";var r=n(8);t.version="1.28.3",n(255).polyfill(),n(253),n(252),t.plot=r.plot,t.newPlot=r.newPlot,t.restyle=r.restyle,t.relayout=r.relayout,t.redraw=r.redraw,t.update=r.update,t.extendTraces=r.extendTraces,t.prependTraces=r.prependTraces,t.addTraces=r.addTraces,t.deleteTraces=r.deleteTraces,t.moveTraces=r.moveTraces,t.purge=r.purge,t.setPlotConfig=n(251),t.register=n(250),t.toImage=n(149),t.downloadImage=n(96),t.validate=n(249),t.addFrames=r.addFrames,t.deleteFrames=r.deleteFrames,t.animate=r.animate,t.register(n(248)),t.register([n(29),n(226),n(220),n(213),n(208),n(203),n(199),n(195),n(192),n(188)]),t.Icons=n(97),t.Plots=r.Plots,t.Fx=n(29),t.Snapshot=n(184),t.PlotSchema=n(112),t.Queue=n(148),t.d3=n(1)},function(e,t,n){"use strict";e.exports=n(310)},function(e,t,n){"use strict";n.r(t);var r=n(124),i=n(51);for(var a in i)"default"!==a&&function(e){n.d(t,e,function(){return i[e]})}(a);n(182);var l=n(5),o=Object(l.a)(i.default,r.a,r.b,!1,null,"680067eb",null);t.default=o.exports},,function(e,t,n){"use strict";var r=n(52);n.n(r).a},function(e,t,n){"use strict";n.r(t);var r=n(117),i=n(54);for(var a in i)"default"!==a&&function(e){n.d(t,e,function(){return i[e]})}(a);n(314);var l=n(5),o=Object(l.a)(i.default,r.a,r.b,!1,null,"83f6b3ba",null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(126),i=n(56);for(var a in i)"default"!==a&&function(e){n.d(t,e,function(){return i[e]})}(a);var l=n(5),o=Object(l.a)(i.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(127),i=n(58);for(var a in i)"default"!==a&&function(e){n.d(t,e,function(){return i[e]})}(a);var l=n(5),o=Object(l.a)(i.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(120),i=n(60);for(var a in i)"default"!==a&&function(e){n.d(t,e,function(){return i[e]})}(a);var l=n(5),o=Object(l.a)(i.default,r.a,r.b,!1,null,null,null);t.default=o.exports},,function(e,t,n){"use strict";var r=n(61);n.n(r).a},function(e,t,n){"use strict";n.r(t);var r=n(119),i=n(63);for(var a in i)"default"!==a&&function(e){n.d(t,e,function(){return i[e]})}(a);n(320);var l=n(5),o=Object(l.a)(i.default,r.a,r.b,!1,null,"48261697",null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(118),i=n(65);for(var a in i)"default"!==a&&function(e){n.d(t,e,function(){return i[e]})}(a);var l=n(5),o=Object(l.a)(i.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e){e.exports=[{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:3,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Talent:"NoTalent",LevelBucket:0,Winner:null,Kills:null,Deaths:null,CrystalMinerKills:null,GoldMinerKills:null,TurretKills:null,Count:null},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:0,Kills:2.6666666666666665,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:7,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:3,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:0,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:5,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:11,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:0,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:1,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:3,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:3},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:4,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:3.3333333333333335,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:3},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:4,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:8,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:6,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:8,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:4.666666666666667,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:3},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:1,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:3,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:0,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:2,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:2.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:3,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:2,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:2,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:0,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:0,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:.5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:2.5,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:2},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:8,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:4,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:4,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:0,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:1.5,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:4},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:8,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:2,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:2,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:3.6666666666666665,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:3},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:8,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:1.6666666666666667,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:3,Winner:.2,Kills:3.2,Deaths:3.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6,Count:5},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:1,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:4,Winner:.3333333333333333,Kills:4.333333333333333,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:3},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:5.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:2,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.3333333333333333,Kills:5,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:3},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:6,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:1,Kills:2,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:3.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:9,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:2,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:3},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:7,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:4.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:7.5,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.25,Kills:6.25,Deaths:5.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:4},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.3333333333333333,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:4,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:3,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:1.3333333333333333,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6666666666666667,Count:3},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:0,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:4,Winner:.3333333333333333,Kills:6,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:3},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:9,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:4,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.3333333333333333,Kills:2.6666666666666665,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:9,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:4,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:3,Deaths:9,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:6,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.25,Kills:2,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:4,Winner:.3333333333333333,Kills:5.666666666666667,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:3},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:3,Winner:.25,Kills:5.25,Deaths:4.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:4},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:1,Kills:2,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:1.5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:4.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:8,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:3,Winner:.2,Kills:4.2,Deaths:5.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8,Count:5},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:6,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:2.6666666666666665,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3333333333333335,Count:3},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:1,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:2},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:2,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:4,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:3,Winner:.1,Kills:4.1,Deaths:4.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.3,Count:10},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:4,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:0,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.16666666666666666,Kills:2.1666666666666665,Deaths:3.8333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.16666666666666666,Count:6},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:3.5,Deaths:5.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:3,Winner:.2,Kills:2.8,Deaths:5.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2,Count:5},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:5,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"casual_aral",LevelBucket:3,Winner:.25,Kills:3.5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:4},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:2,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:6,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:2},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:10,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.25,Kills:1.5,Deaths:1.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:4},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:8,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:1.6666666666666667,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:2,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:3,Winner:.25,Kills:5.5,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.25,Count:4},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:4,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:6.5,Deaths:5.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:2.5,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:8,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:3,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:3,Winner:.14285714285714285,Kills:3.142857142857143,Deaths:3.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.142857142857143,Count:7},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:2.5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:.5,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:2},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:4,Winner:.3333333333333333,Kills:4.666666666666667,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:3},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:4,Winner:.25,Kills:2,Deaths:5.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.25,Count:4},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:8,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:3.3333333333333335,Deaths:5.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6666666666666667,Count:3},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:4.5,Deaths:6.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"casual_aral",LevelBucket:3,Winner:.25,Kills:4.5,Deaths:5.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:4},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:6,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.25,Kills:1.5,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:4,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:1.1666666666666667,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:6},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:1.5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:1.75,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.75,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:10,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:2},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:9,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:1.8333333333333333,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:6},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:2,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:2},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:5.333333333333333,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:3},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:3,Winner:.2857142857142857,Kills:3.4285714285714284,Deaths:5.714285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4285714285714284,Count:7},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.3333333333333333,Kills:1.3333333333333333,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:6},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:8.5,Deaths:5.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.25,Kills:1.75,Deaths:2.625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:8},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:4.333333333333333,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:3},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:2,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:2.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6.5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:5.666666666666667,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:3},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:7,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:2},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:3,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.25,Count:4},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6666666666666666,Kills:2.3333333333333335,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:3,Deaths:.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:2},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:4,Winner:.4,Kills:3,Deaths:3.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2,Count:5},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:2},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:5,Winner:.6666666666666666,Kills:8.333333333333334,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:3},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:1,Deaths:2.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:4},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:2.6666666666666665,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.25,Kills:2.25,Deaths:2.625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.375,Count:8},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.2222222222222222,Kills:2.5555555555555554,Deaths:4.444444444444445,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:9},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:3,Deaths:1.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:4},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:2,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:2},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:3,Winner:.4,Kills:5.6,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4,Count:5},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:2,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:3},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:4,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:1.75,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:4},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:2.75,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:4},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:4.666666666666667,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3333333333333335,Count:3},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:3.5,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.75,Count:4},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:9,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.3333333333333333,Kills:2.5,Deaths:2.8333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:6},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:5,Winner:.6666666666666666,Kills:5.333333333333333,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:3},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4,Kills:2,Deaths:3.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:5},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:6,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:4},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:7.666666666666667,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.666666666666667,Count:3},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:3,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:3,Winner:.4,Kills:3.2,Deaths:3.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6,Count:5},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.3333333333333333,Kills:3.5,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8333333333333335,Count:6},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:3.8333333333333335,Deaths:5.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:6},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4,Kills:3.2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:2},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:4,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:2},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:6,Deaths:4.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.25,Count:4},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:7,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2.25,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:4},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:6,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:1.25,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:4},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:3,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"casual_aral",LevelBucket:5,Winner:.6666666666666666,Kills:8.333333333333334,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.333333333333333,Count:3},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:4,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:3,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:4},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.2727272727272727,Kills:1.5454545454545454,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.18181818181818182,Count:11},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6,Kills:2.8,Deaths:1.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.75,Kills:2.5,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:4},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:5.8,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6,Count:5},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:3.4,Deaths:1.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.375,Kills:4.125,Deaths:2.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.375,Count:8},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.75,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:3,Winner:.42857142857142855,Kills:4,Deaths:4.142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4285714285714284,Count:7},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:1.3333333333333333,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:4,Winner:.75,Kills:2.25,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:4},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:6,Deaths:3.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:5},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.42857142857142855,Kills:1.1428571428571428,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42857142857142855,Count:7},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:7.666666666666667,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:3},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.375,Kills:.625,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.75,Count:8},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.75,Kills:2.5,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:4},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.42857142857142855,Kills:1.5714285714285714,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2857142857142857,Count:7},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:3,Winner:.375,Kills:5.125,Deaths:3.625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.25,Count:8},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2.8333333333333335,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:6},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:4.2,Deaths:3.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6,Count:5},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:3,Winner:.75,Kills:5.75,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.75,Count:4},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:5,Winner:.75,Kills:1.75,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:4},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8333333333333334,Count:6},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:4.4,Deaths:1.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:5},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6,Kills:1.8,Deaths:2.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:5},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:.3333333333333333,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:3.5,Deaths:2.1666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:6},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.3333333333333333,Kills:2.888888888888889,Deaths:2.888888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:9},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:3.4,Deaths:3.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6,Kills:3.4,Deaths:1.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:3,Winner:.3,Kills:5.1,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9,Count:10},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:3,Winner:.42857142857142855,Kills:3.5714285714285716,Deaths:3.7142857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.4285714285714286,Count:7},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:2.3333333333333335,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:6},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:7.333333333333333,Deaths:4.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:6},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:.75,Kills:6.5,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:4},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:3,Winner:.3,Kills:2.1,Deaths:2.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1,Count:10},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:4,Winner:.6,Kills:5,Deaths:4.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:5},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:6.5,Deaths:3.8333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1666666666666665,Count:6},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:3,Deaths:3.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:5},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:6,Deaths:4.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:4},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4444444444444444,Kills:2,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5555555555555556,Count:9},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:4,Winner:.8,Kills:6.2,Deaths:2.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8,Count:5},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3.75,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.25,Count:4},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.4,Kills:4.4,Deaths:5.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1,Count:10},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:6.125,Deaths:3.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:8},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.4,Kills:2.3,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:10},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:6,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.25,Count:4},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.3076923076923077,Kills:3.769230769230769,Deaths:4.461538461538462,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4615384615384617,Count:13},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5714285714285714,Kills:3.857142857142857,Deaths:.7142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:7},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:4.375,Deaths:2.125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.375,Count:8},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5.75,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:4},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:4,Winner:.5714285714285714,Kills:5.714285714285714,Deaths:4.428571428571429,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:7},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:2,Deaths:2.8333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:6},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:3,Winner:.4444444444444444,Kills:2.2222222222222223,Deaths:3.4444444444444446,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.111111111111111,Count:9},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4,Kills:2.4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:10},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:7.25,Deaths:1.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.75,Count:4},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:4,Deaths:3.1666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:6},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:4,Winner:.8,Kills:3.4,Deaths:3.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2,Count:5},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:2.8333333333333335,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8333333333333334,Count:6},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:4,Winner:.5714285714285714,Kills:4,Deaths:3.2857142857142856,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4285714285714284,Count:7},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5714285714285714,Kills:1.2857142857142858,Deaths:1.4285714285714286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8571428571428571,Count:7},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8,Kills:2,Deaths:2.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:5},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"casual_aral",LevelBucket:3,Winner:.8,Kills:4.6,Deaths:3.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.4,Count:5},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4,Kills:1.8,Deaths:2.9,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3,Count:10},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4,Kills:2.4,Deaths:3.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:10},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:3.625,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:8},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.36363636363636365,Kills:3.1818181818181817,Deaths:3.090909090909091,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:11},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:3,Winner:.7142857142857143,Kills:3.4285714285714284,Deaths:2.7142857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7142857142857144,Count:7},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:.8,Deaths:2.1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:10},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.7142857142857143,Kills:5.428571428571429,Deaths:2.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:7},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:3,Winner:.5555555555555556,Kills:3.7777777777777777,Deaths:4.888888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:9},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4166666666666667,Kills:1.4166666666666667,Deaths:3.0833333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:12},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.45454545454545453,Kills:3.727272727272727,Deaths:4.818181818181818,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.090909090909091,Count:11},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3.4,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:5},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.3333333333333333,Kills:1.8666666666666667,Deaths:2.466666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:15},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:3,Winner:.4166666666666667,Kills:3.6666666666666665,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:12},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7142857142857143,Kills:.8571428571428571,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8571428571428571,Count:7},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.7142857142857143,Kills:2.7142857142857144,Deaths:1.7142857142857142,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7142857142857143,Count:7},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5555555555555556,Kills:2.6666666666666665,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:9},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4166666666666667,Kills:1.1666666666666667,Deaths:1.5833333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4166666666666667,Count:12},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5555555555555556,Kills:2.4444444444444446,Deaths:1.7777777777777777,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5555555555555556,Count:9},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:3.8,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:10},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.625,Kills:2.875,Deaths:2.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.125,Count:8},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5555555555555556,Kills:1.5555555555555556,Deaths:1.8888888888888888,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5555555555555556,Count:9},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8333333333333334,Kills:.6666666666666666,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:6},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:3,Winner:.8333333333333334,Kills:5.333333333333333,Deaths:4.833333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6666666666666665,Count:6},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5555555555555556,Kills:2.2222222222222223,Deaths:2.5555555555555554,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:9},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4.8,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.2,Count:5},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:3,Winner:.4166666666666667,Kills:5.25,Deaths:4.083333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9166666666666665,Count:12},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:3.8,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:10},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.625,Kills:.625,Deaths:1.125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:8},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:3,Winner:.8571428571428571,Kills:7.714285714285714,Deaths:3.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7142857142857144,Count:7},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5.833333333333333,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8333333333333335,Count:6},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5454545454545454,Kills:2.5454545454545454,Deaths:2.272727272727273,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6363636363636364,Count:11},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:2,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:6},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.42857142857142855,Kills:3.857142857142857,Deaths:3.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0714285714285716,Count:14},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.2857142857142857,Kills:2.0476190476190474,Deaths:2.857142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:21},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5454545454545454,Kills:2.090909090909091,Deaths:1.5454545454545454,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45454545454545453,Count:11},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:4,Winner:.75,Kills:5.875,Deaths:3.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.125,Count:8},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:4,Winner:.8571428571428571,Kills:6.142857142857143,Deaths:2.4285714285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.857142857142857,Count:7},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:2.6666666666666665,Deaths:.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:6},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:4.2,Deaths:4.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9,Count:10},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4.833333333333333,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.333333333333333,Count:6},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6,Kills:2.8,Deaths:2.9,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:10},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:3,Winner:.8571428571428571,Kills:3,Deaths:1.5714285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:7},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5454545454545454,Kills:2.3636363636363638,Deaths:2.909090909090909,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8181818181818182,Count:11},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3,Kills:2.15,Deaths:2.65,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:20},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:3,Winner:.46153846153846156,Kills:5.538461538461538,Deaths:5.153846153846154,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4615384615384617,Count:13},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:5,Winner:.8571428571428571,Kills:6.285714285714286,Deaths:3.142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.857142857142857,Count:7},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6.5,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.833333333333333,Count:6},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6666666666666666,Kills:2.5555555555555554,Deaths:2.7777777777777777,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:9},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.375,Kills:1.75,Deaths:2.125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:16},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:2.7777777777777777,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7777777777777778,Count:9},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.7,Kills:3.9,Deaths:4.3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2,Count:10},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4117647058823529,Kills:2.4705882352941178,Deaths:3.2941176470588234,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47058823529411764,Count:17},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3888888888888889,Kills:2.0555555555555554,Deaths:2.0555555555555554,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5555555555555556,Count:18},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:3,Winner:.5384615384615384,Kills:5.076923076923077,Deaths:4.846153846153846,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3846153846153846,Count:13},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.7,Kills:3.5,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9,Count:10},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:3,Winner:.5384615384615384,Kills:5.153846153846154,Deaths:3.6923076923076925,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.923076923076923,Count:13},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:3,Winner:.875,Kills:2.625,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:8},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:4,Winner:.7777777777777778,Kills:5.444444444444445,Deaths:3.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6666666666666665,Count:9},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:3,Winner:.3888888888888889,Kills:3.7222222222222223,Deaths:4.277777777777778,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:18},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:2.5714285714285716,Deaths:.5714285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2857142857142857,Count:7},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2.4285714285714284,Deaths:3.2142857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6428571428571429,Count:14},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:3,Winner:.7,Kills:5.8,Deaths:4.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6,Count:10},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:3,Winner:.7,Kills:5,Deaths:3.7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:10},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.7777777777777778,Kills:1.6666666666666667,Deaths:2.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:9},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:1.4166666666666667,Deaths:1.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8333333333333334,Count:12},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:3,Winner:.7272727272727273,Kills:6,Deaths:4.454545454545454,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.272727272727273,Count:11},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.42105263157894735,Kills:1.9473684210526316,Deaths:2.4210526315789473,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.631578947368421,Count:19},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:4.916666666666667,Deaths:3.0833333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1666666666666665,Count:12},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:5.0625,Deaths:3.6875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1875,Count:16},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:3,Winner:.34782608695652173,Kills:3.8260869565217392,Deaths:4.173913043478261,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4782608695652173,Count:23},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:3,Winner:.6153846153846154,Kills:4.384615384615385,Deaths:4.6923076923076925,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8461538461538463,Count:13},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3.5,Deaths:2.125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.625,Count:8},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.42105263157894735,Kills:2.3684210526315788,Deaths:2.5789473684210527,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3684210526315789,Count:19},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.5625,Deaths:1.9375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.625,Count:16},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:4,Winner:.7272727272727273,Kills:4.090909090909091,Deaths:3.3636363636363638,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4545454545454546,Count:11},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5714285714285714,Kills:2.142857142857143,Deaths:2.2142857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7857142857142857,Count:14},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:5,Winner:.6666666666666666,Kills:8,Deaths:3.9166666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:12},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4444444444444444,Kills:2.4444444444444446,Deaths:2.1666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6111111111111112,Count:18},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.8,Kills:4,Deaths:1.9,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9,Count:10},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5714285714285714,Kills:1.4285714285714286,Deaths:1.5714285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:14},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:3,Winner:.8,Kills:2.4,Deaths:3.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8,Count:10},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6153846153846154,Kills:2.769230769230769,Deaths:1.5384615384615385,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46153846153846156,Count:13},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8888888888888888,Kills:4.444444444444445,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7777777777777778,Count:9},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5333333333333333,Kills:2.2,Deaths:2.8666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:15},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.25,Count:12},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6923076923076923,Kills:3.076923076923077,Deaths:2.6153846153846154,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6923076923076923,Count:13},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:1.2222222222222223,Deaths:1.5555555555555556,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6111111111111112,Count:18},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.45,Kills:2.3,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:20},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.45,Kills:5.75,Deaths:4.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.05,Count:20},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5625,Kills:2,Deaths:2.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6875,Count:16},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.42857142857142855,Kills:3.7142857142857144,Deaths:3.857142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:21},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5.444444444444445,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.444444444444445,Count:9},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5294117647058824,Kills:2.3529411764705883,Deaths:2.411764705882353,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5294117647058824,Count:17},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6428571428571429,Kills:2,Deaths:1.6428571428571428,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:14},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.47368421052631576,Kills:2.1578947368421053,Deaths:3.263157894736842,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42105263157894735,Count:19},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:2.2666666666666666,Deaths:1.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4666666666666667,Count:15},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:4.8,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3,Count:20},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.47619047619047616,Kills:1.0952380952380953,Deaths:1.1428571428571428,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:21},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6666666666666666,Kills:2.933333333333333,Deaths:2.1333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4666666666666667,Count:15},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5555555555555556,Kills:1.7222222222222223,Deaths:1.7777777777777777,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5555555555555556,Count:18},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:2.65,Deaths:3.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4,Count:20},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:3,Winner:.7142857142857143,Kills:5.857142857142857,Deaths:3.2142857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.357142857142857,Count:14},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.43478260869565216,Kills:2.5217391304347827,Deaths:2.739130434782609,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8260869565217391,Count:23},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5238095238095238,Kills:2.857142857142857,Deaths:1.9047619047619047,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9047619047619048,Count:21},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4782608695652174,Kills:2.8260869565217392,Deaths:3.217391304347826,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5217391304347826,Count:23},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:3,Winner:.4782608695652174,Kills:4.391304347826087,Deaths:4.217391304347826,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8260869565217392,Count:23},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.55,Kills:2.4,Deaths:1.95,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.55,Count:20},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.8461538461538461,Kills:3,Deaths:2.6153846153846154,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5384615384615384,Count:13},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:3.5,Deaths:2.727272727272727,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5909090909090909,Count:22},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6470588235294118,Kills:2.176470588235294,Deaths:1.7058823529411764,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5882352941176471,Count:17},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5789473684210527,Kills:2.263157894736842,Deaths:2.526315789473684,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5789473684210527,Count:19},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:3,Winner:.5789473684210527,Kills:2.3684210526315788,Deaths:2.8421052631578947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9473684210526314,Count:19},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:4,Winner:.5238095238095238,Kills:5.333333333333333,Deaths:4.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4761904761904763,Count:21},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6470588235294118,Kills:2.7058823529411766,Deaths:2.2941176470588234,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7058823529411765,Count:17},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:3,Winner:.4583333333333333,Kills:3.875,Deaths:3.625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.875,Count:24},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4583333333333333,Kills:2.4583333333333335,Deaths:2.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.625,Count:24},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.48,Kills:4.04,Deaths:2.64,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.56,Count:25},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.9230769230769231,Kills:.6153846153846154,Deaths:.46153846153846156,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:13},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:2.2916666666666665,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4583333333333333,Count:24},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6666666666666666,Kills:1.7222222222222223,Deaths:1.6111111111111112,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:18},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6,Kills:1.7,Deaths:1.65,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.85,Count:20},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:3.5,Deaths:2.1666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6111111111111112,Count:18},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.48,Kills:4.32,Deaths:4.08,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.96,Count:25},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:3,Winner:.5217391304347826,Kills:4,Deaths:4.130434782608695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1739130434782608,Count:23},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.48,Kills:1.84,Deaths:2.36,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44,Count:25},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.6,Kills:3.75,Deaths:3.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2,Count:20},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.75,Kills:1.625,Deaths:2.1875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4375,Count:16},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.5454545454545454,Kills:2.8181818181818183,Deaths:2.909090909090909,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.227272727272727,Count:22},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6190476190476191,Kills:2.380952380952381,Deaths:1.8571428571428572,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:21},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"casual_aral",LevelBucket:2,Winner:.37142857142857144,Kills:3.3142857142857145,Deaths:4.3428571428571425,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.057142857142857,Count:35},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:3,Winner:.7222222222222222,Kills:5.888888888888889,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.611111111111111,Count:18},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.43333333333333335,Kills:3.2666666666666666,Deaths:3.7333333333333334,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3,Count:30},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.65,Kills:1.8,Deaths:2.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.65,Count:20},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.8125,Kills:2.1875,Deaths:2.1875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.625,Count:16},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.8235294117647058,Kills:4.0588235294117645,Deaths:2.5294117647058822,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7058823529411765,Count:17},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.45161290322580644,Kills:2.096774193548387,Deaths:2.3870967741935485,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2903225806451613,Count:31},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:.56,Kills:5.16,Deaths:3.76,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.88,Count:25},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.35,Kills:2.075,Deaths:2.075,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.65,Count:40},{Actor:"*Grace*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4666666666666667,Kills:.9,Deaths:1.6333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:30},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:3,Winner:.6086956521739131,Kills:4.3478260869565215,Deaths:4.3478260869565215,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9130434782608696,Count:23},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:3,Winner:.7368421052631579,Kills:4.368421052631579,Deaths:3.8421052631578947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.526315789473684,Count:19},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6,Kills:4.04,Deaths:3.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36,Count:25},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:3,Winner:.9375,Kills:6.625,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.1875,Count:16},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:2,Winner:.6,Kills:4.2,Deaths:3.96,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.88,Count:25},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7142857142857143,Kills:3.6666666666666665,Deaths:1.2380952380952381,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7619047619047619,Count:21},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:3,Winner:.7142857142857143,Kills:4.380952380952381,Deaths:3.4285714285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4761904761904763,Count:21},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5714285714285714,Kills:3.107142857142857,Deaths:2.5357142857142856,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8571428571428571,Count:28},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:3.75,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.71875,Count:32},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5517241379310345,Kills:2.7586206896551726,Deaths:2.2758620689655173,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4827586206896552,Count:29},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:7.458333333333333,Deaths:4.458333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7916666666666665,Count:24},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:1.0833333333333333,Deaths:1.2083333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.375,Count:24},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:3.40625,Deaths:2.34375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.71875,Count:32},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.64,Kills:3,Deaths:2.88,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.64,Count:25},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.53125,Kills:.59375,Deaths:.28125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.84375,Count:32},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"casual_aral",LevelBucket:2,Winner:.38636363636363635,Kills:4.636363636363637,Deaths:4.7272727272727275,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2954545454545454,Count:44},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4857142857142857,Kills:2.6857142857142855,Deaths:2.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5142857142857142,Count:35},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:2,Winner:.38636363636363635,Kills:3.9545454545454546,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.590909090909091,Count:44},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.425,Kills:2.725,Deaths:2.35,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.375,Count:40},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"casual_aral",LevelBucket:2,Winner:.6538461538461539,Kills:3.1923076923076925,Deaths:3.1538461538461537,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.076923076923077,Count:26},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"casual_aral",LevelBucket:2,Winner:.47368421052631576,Kills:3.8157894736842106,Deaths:3.8947368421052633,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6578947368421053,Count:38},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.46153846153846156,Kills:2.3846153846153846,Deaths:2.1025641025641026,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41025641025641024,Count:39},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:1.5277777777777777,Deaths:2.2222222222222223,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3888888888888889,Count:36},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:2,Winner:.3829787234042553,Kills:3.276595744680851,Deaths:4.361702127659575,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4468085106382977,Count:47},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6206896551724138,Kills:3.206896551724138,Deaths:2.586206896551724,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9310344827586207,Count:29},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6206896551724138,Kills:3.0689655172413794,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9655172413793104,Count:29},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.45,Kills:1.8,Deaths:2.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:40},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5806451612903226,Kills:.7096774193548387,Deaths:1.4193548387096775,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5806451612903226,Count:31},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:3,Winner:.7307692307692307,Kills:4.423076923076923,Deaths:2.8846153846153846,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1538461538461537,Count:26},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.5135135135135135,Kills:4.972972972972973,Deaths:4.648648648648648,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5945945945945947,Count:37},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.38,Kills:.86,Deaths:1.92,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44,Count:50},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6333333333333333,Kills:1.9,Deaths:1.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:30},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:3,Winner:.6551724137931034,Kills:6.275862068965517,Deaths:3.6551724137931036,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7241379310344827,Count:29},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.41304347826086957,Kills:1.2826086956521738,Deaths:2.1956521739130435,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43478260869565216,Count:46},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4634146341463415,Kills:2,Deaths:2.682926829268293,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5121951219512195,Count:41},{Actor:"*Reim*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4222222222222222,Kills:1.7333333333333334,Deaths:2.1777777777777776,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.24444444444444444,Count:45},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.47619047619047616,Kills:2.8333333333333335,Deaths:3.7857142857142856,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5238095238095237,Count:42},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.43478260869565216,Kills:1.826086956521739,Deaths:2.5652173913043477,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.30434782608695654,Count:46},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5714285714285714,Kills:2.657142857142857,Deaths:2.4285714285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42857142857142855,Count:35},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.46511627906976744,Kills:2.0930232558139537,Deaths:2.488372093023256,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3953488372093023,Count:43},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.42,Kills:2.46,Deaths:2.7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.34,Count:50},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6363636363636364,Kills:1.0303030303030303,Deaths:1.5454545454545454,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6060606060606061,Count:33},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:2,Winner:.6363636363636364,Kills:5.7272727272727275,Deaths:4.121212121212121,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9696969696969697,Count:33},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6176470588235294,Kills:2.4705882352941178,Deaths:2.3823529411764706,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4117647058823529,Count:34},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4666666666666667,Kills:1.9333333333333333,Deaths:2.422222222222222,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4888888888888889,Count:45},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.7777777777777778,Kills:4.925925925925926,Deaths:1.1111111111111112,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2222222222222222,Count:27},{Actor:"*Taka*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.38596491228070173,Kills:3.8596491228070176,Deaths:5.0701754385964914,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.175438596491228,Count:57},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5238095238095238,Kills:2.857142857142857,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38095238095238093,Count:42},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6875,Kills:2.375,Deaths:1.96875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.90625,Count:32},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:4.454545454545454,Deaths:5.113636363636363,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.227272727272727,Count:44},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:3,Winner:.6875,Kills:5.15625,Deaths:4.46875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.21875,Count:32},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:4.424242424242424,Deaths:3.0606060606060606,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.515151515151515,Count:33},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3384615384615385,Kills:1.7692307692307692,Deaths:2.3846153846153846,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47692307692307695,Count:65},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"casual_aral",LevelBucket:2,Winner:.6285714285714286,Kills:4.085714285714285,Deaths:4.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3714285714285714,Count:35},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:3,Winner:.7096774193548387,Kills:4.548387096774194,Deaths:3.4516129032258065,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7419354838709675,Count:31},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6111111111111112,Kills:1.9444444444444444,Deaths:2.638888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6388888888888888,Count:36},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"casual_aral",LevelBucket:2,Winner:.4782608695652174,Kills:3.717391304347826,Deaths:4.195652173913044,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.652173913043478,Count:46},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:4.739130434782608,Deaths:5.239130434782608,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0217391304347827,Count:46},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5609756097560976,Kills:.9024390243902439,Deaths:1.3902439024390243,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8292682926829268,Count:41},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4107142857142857,Kills:2.1964285714285716,Deaths:2.6785714285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44642857142857145,Count:56},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.41818181818181815,Kills:1.3454545454545455,Deaths:1.6727272727272726,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:55},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:3,Winner:.5897435897435898,Kills:5.871794871794871,Deaths:3.1538461538461537,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4871794871794872,Count:39},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7931034482758621,Kills:3.3448275862068964,Deaths:2.2758620689655173,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.896551724137931,Count:29},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.3770491803278688,Kills:2.901639344262295,Deaths:3.4098360655737703,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6065573770491803,Count:61},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42105263157894735,Kills:1.543859649122807,Deaths:2.3157894736842106,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6140350877192983,Count:57},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:2,Winner:.5333333333333333,Kills:4.5777777777777775,Deaths:4.2444444444444445,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.066666666666667,Count:45},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:2,Winner:.42105263157894735,Kills:3.8771929824561404,Deaths:3.9298245614035086,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5964912280701755,Count:57},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:3,Winner:.5853658536585366,Kills:5.170731707317073,Deaths:4.048780487804878,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2195121951219514,Count:41},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:2,Winner:.47058823529411764,Kills:3.9019607843137254,Deaths:4.235294117647059,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5294117647058822,Count:51},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5681818181818182,Kills:1.9545454545454546,Deaths:2.2045454545454546,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5454545454545454,Count:44},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"casual_aral",LevelBucket:2,Winner:.6097560975609756,Kills:3.707317073170732,Deaths:3.6341463414634148,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.975609756097561,Count:41},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.423728813559322,Kills:4.0508474576271185,Deaths:3.8135593220338984,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6271186440677967,Count:59},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.7352941176470589,Kills:2.7941176470588234,Deaths:2.1176470588235294,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7647058823529411,Count:34},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"casual_aral",LevelBucket:2,Winner:.52,Kills:4.42,Deaths:4.54,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.44,Count:50},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"casual_aral",LevelBucket:2,Winner:.4,Kills:4,Deaths:4.153846153846154,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.523076923076923,Count:65},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"casual_aral",LevelBucket:2,Winner:.49056603773584906,Kills:3.358490566037736,Deaths:4.6415094339622645,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6792452830188678,Count:53},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.48148148148148145,Kills:3.240740740740741,Deaths:2.4814814814814814,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7037037037037037,Count:54},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.49056603773584906,Kills:1.9433962264150944,Deaths:2.4716981132075473,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6037735849056604,Count:53},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"casual_aral",LevelBucket:2,Winner:.3939393939393939,Kills:4.787878787878788,Deaths:4.848484848484849,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.212121212121212,Count:66},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"casual_aral",LevelBucket:2,Winner:.5098039215686274,Kills:3.9607843137254903,Deaths:4.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:51},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.48214285714285715,Kills:2.767857142857143,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4107142857142857,Count:56},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"casual_aral",LevelBucket:2,Winner:.38028169014084506,Kills:3.887323943661972,Deaths:4.887323943661972,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.028169014084507,Count:71},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.42857142857142855,Kills:1.2380952380952381,Deaths:1.6031746031746033,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3492063492063492,Count:63},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"casual_aral",LevelBucket:2,Winner:.54,Kills:3.74,Deaths:4.26,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.66,Count:50},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5094339622641509,Kills:3.1132075471698113,Deaths:2.5849056603773586,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6037735849056604,Count:53},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:3,Winner:.75,Kills:6.472222222222222,Deaths:3.138888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6944444444444446,Count:36},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:3.111111111111111,Deaths:2.8703703703703702,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6296296296296297,Count:54},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:2,Winner:.5384615384615384,Kills:2.9615384615384617,Deaths:3.730769230769231,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8653846153846154,Count:52},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.5714285714285714,Kills:4.081632653061225,Deaths:4.571428571428571,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2244897959183674,Count:49},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5185185185185185,Kills:2.2222222222222223,Deaths:2.759259259259259,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37037037037037035,Count:54},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5714285714285714,Kills:2.7346938775510203,Deaths:2.7755102040816326,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5306122448979592,Count:49},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:2,Winner:.509090909090909,Kills:4.2727272727272725,Deaths:4.090909090909091,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:55},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7567567567567568,Kills:3.5945945945945947,Deaths:2.5945945945945947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8648648648648649,Count:37},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.5087719298245614,Kills:5.0701754385964914,Deaths:4.894736842105263,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4210526315789473,Count:57},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"casual_aral",LevelBucket:2,Winner:.6122448979591837,Kills:4.8979591836734695,Deaths:3.8979591836734695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4081632653061225,Count:49},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:5.3,Deaths:4.316666666666666,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5166666666666666,Count:60},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.46875,Kills:2.234375,Deaths:2.625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.328125,Count:64},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.5882352941176471,Kills:2.7254901960784315,Deaths:3.392156862745098,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.764705882352941,Count:51},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4,Kills:1.6666666666666667,Deaths:2.1466666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5333333333333333,Count:75},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.44776119402985076,Kills:2.582089552238806,Deaths:2.5074626865671643,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43283582089552236,Count:67},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4492753623188406,Kills:1.7536231884057971,Deaths:2.5942028985507246,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36231884057971014,Count:69},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3974358974358974,Kills:2.0256410256410255,Deaths:2.3974358974358974,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4358974358974359,Count:78},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:3.338709677419355,Deaths:2.9193548387096775,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9193548387096775,Count:62},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.62,Kills:2.64,Deaths:2.7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.64,Count:50},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3333333333333333,Kills:1.924731182795699,Deaths:3.10752688172043,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46236559139784944,Count:93},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:2,Winner:.4696969696969697,Kills:3.257575757575758,Deaths:4.696969696969697,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.409090909090909,Count:66},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"casual_aral",LevelBucket:2,Winner:.5849056603773585,Kills:6.113207547169812,Deaths:3.9622641509433962,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.188679245283019,Count:53},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5849056603773585,Kills:2.4150943396226414,Deaths:2.207547169811321,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.0188679245283019,Count:53},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5714285714285714,Kills:2.0535714285714284,Deaths:2.357142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.75,Count:56},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:3,Winner:.4266666666666667,Kills:5.426666666666667,Deaths:4.413333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.44,Count:75},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5245901639344263,Kills:2.4754098360655736,Deaths:2.5081967213114753,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.639344262295082,Count:61},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.6808510638297872,Kills:6.042553191489362,Deaths:4.574468085106383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.276595744680851,Count:47},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4782608695652174,Kills:2.318840579710145,Deaths:2.3043478260869565,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4782608695652174,Count:69},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.515625,Kills:2.390625,Deaths:2.21875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46875,Count:64},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6,Kills:2.672727272727273,Deaths:2.327272727272727,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6545454545454545,Count:55},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"casual_aral",LevelBucket:2,Winner:.4714285714285714,Kills:3.1857142857142855,Deaths:3.1285714285714286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7714285714285714,Count:70},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.37777777777777777,Kills:3.977777777777778,Deaths:4.011111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3666666666666667,Count:90},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:3,Winner:.5483870967741935,Kills:5.193548387096774,Deaths:3.7903225806451615,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8548387096774195,Count:62},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:2,Winner:.4430379746835443,Kills:3.7974683544303796,Deaths:4.670886075949367,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5569620253164556,Count:79},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5147058823529411,Kills:2.75,Deaths:2.514705882352941,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.29411764705882354,Count:68},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:2,Winner:.4268292682926829,Kills:4.621951219512195,Deaths:5.304878048780488,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2560975609756095,Count:82},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5645161290322581,Kills:2.8225806451612905,Deaths:2.225806451612903,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:62},{Actor:"*Rona*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5,Kills:1.9428571428571428,Deaths:2.357142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37142857142857144,Count:70},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4864864864864865,Kills:2.7432432432432434,Deaths:2.472972972972973,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40540540540540543,Count:74},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4931506849315068,Kills:.958904109589041,Deaths:1.9589041095890412,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.273972602739726,Count:73},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6923076923076923,Kills:4.25,Deaths:2.6346153846153846,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5576923076923077,Count:52},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5142857142857142,Kills:2.657142857142857,Deaths:2.4285714285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5285714285714286,Count:70},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4625,Kills:1.45,Deaths:1.95,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4875,Count:80},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:3,Winner:.7254901960784313,Kills:5.098039215686274,Deaths:2.9215686274509802,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.823529411764706,Count:51},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:2,Winner:.43023255813953487,Kills:3.7209302325581395,Deaths:3.5232558139534884,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7906976744186047,Count:86},{Actor:"*Lance*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.38144329896907214,Kills:1.3917525773195876,Deaths:2.2577319587628866,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25773195876288657,Count:97},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:2,Winner:.4935064935064935,Kills:4.025974025974026,Deaths:4.1688311688311686,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0259740259740258,Count:77},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:3,Winner:.5507246376811594,Kills:3,Deaths:2.898550724637681,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1594202898550723,Count:69},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4222222222222222,Kills:1.8333333333333333,Deaths:2.2888888888888888,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5222222222222223,Count:90},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6440677966101694,Kills:2.0677966101694913,Deaths:1.694915254237288,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6779661016949152,Count:59},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:2,Winner:.41935483870967744,Kills:4.064516129032258,Deaths:4.258064516129032,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4516129032258065,Count:93},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5652173913043478,Kills:2.5942028985507246,Deaths:2.550724637681159,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6521739130434783,Count:69},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.41935483870967744,Kills:2.6559139784946235,Deaths:2.7311827956989245,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41935483870967744,Count:93},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:2.6025641025641026,Deaths:2.4358974358974357,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:78},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:2,Winner:.7090909090909091,Kills:5.327272727272727,Deaths:3.7818181818181817,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.290909090909091,Count:55},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.46987951807228917,Kills:1.108433734939759,Deaths:1.7951807228915662,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4457831325301205,Count:83},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.52,Kills:1.7333333333333334,Deaths:2.04,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.56,Count:75},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4166666666666667,Kills:2.4583333333333335,Deaths:2.1145833333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.28125,Count:96},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5882352941176471,Kills:2.676470588235294,Deaths:2.4558823529411766,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6764705882352942,Count:68},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5333333333333333,Kills:2.986666666666667,Deaths:2.92,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6533333333333333,Count:75},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.625,Kills:2.015625,Deaths:2.140625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.421875,Count:64},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5694444444444444,Kills:3.236111111111111,Deaths:2.6944444444444446,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7916666666666666,Count:72},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5466666666666666,Kills:2.3066666666666666,Deaths:2.026666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37333333333333335,Count:75},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:2,Winner:.5694444444444444,Kills:4.375,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9166666666666665,Count:72},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.6507936507936508,Kills:6.015873015873016,Deaths:4.301587301587301,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2063492063492065,Count:63},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4,Kills:3.1619047619047618,Deaths:1.638095238095238,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3142857142857143,Count:105},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:2,Winner:.5833333333333334,Kills:3.236111111111111,Deaths:3.736111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2777777777777777,Count:72},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4329896907216495,Kills:2.402061855670103,Deaths:2.3402061855670104,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44329896907216493,Count:97},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5185185185185185,Kills:2.802469135802469,Deaths:2.0246913580246915,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5185185185185185,Count:81},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44680851063829785,Kills:1.7765957446808511,Deaths:2.0425531914893615,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2553191489361702,Count:94},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:2,Winner:.589041095890411,Kills:5.397260273972603,Deaths:3.5753424657534247,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8904109589041096,Count:73},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:2,Winner:.48863636363636365,Kills:4.681818181818182,Deaths:4.625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.965909090909091,Count:88},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5972222222222222,Kills:2.986111111111111,Deaths:3.0416666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:72},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4036697247706422,Kills:1.201834862385321,Deaths:1.81651376146789,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5137614678899083,Count:109},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"casual_aral",LevelBucket:2,Winner:.44,Kills:4.26,Deaths:4.76,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.64,Count:100},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:2,Winner:.43137254901960786,Kills:4.401960784313726,Deaths:4.284313725490196,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.696078431372549,Count:102},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:2,Winner:.5866666666666667,Kills:4.266666666666667,Deaths:3.92,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9066666666666667,Count:75},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5555555555555556,Kills:3.111111111111111,Deaths:2.1481481481481484,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49382716049382713,Count:81},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4639175257731959,Kills:3.134020618556701,Deaths:2.381443298969072,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7525773195876289,Count:97},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:2,Winner:.5113636363636364,Kills:4.988636363636363,Deaths:3.284090909090909,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6136363636363638,Count:88},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5113636363636364,Kills:1.8977272727272727,Deaths:2.0795454545454546,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5113636363636364,Count:88},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:2,Winner:.5054945054945055,Kills:3.318681318681319,Deaths:3.879120879120879,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:91},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:3,Winner:.8245614035087719,Kills:6.280701754385965,Deaths:3.473684210526316,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.982456140350877,Count:57},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:2,Winner:.5949367088607594,Kills:4.405063291139241,Deaths:3.7341772151898733,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1012658227848102,Count:79},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:2,Winner:.46078431372549017,Kills:4.607843137254902,Deaths:4.7745098039215685,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.715686274509804,Count:102},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:2,Winner:.5802469135802469,Kills:4.703703703703703,Deaths:3.9753086419753085,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0864197530864197,Count:81},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6025641025641025,Kills:3.2051282051282053,Deaths:2.7435897435897436,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6153846153846154,Count:78},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.44761904761904764,Kills:2.2857142857142856,Deaths:2.5047619047619047,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37142857142857144,Count:105},{Actor:"*Skye*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.375,Kills:1.9765625,Deaths:2.59375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3125,Count:128},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.3333333333333333,Kills:2.3541666666666665,Deaths:4.618055555555555,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0555555555555554,Count:144},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:2,Winner:.47572815533980584,Kills:2.563106796116505,Deaths:3.3592233009708736,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.825242718446602,Count:103},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4803921568627451,Kills:1.9215686274509804,Deaths:2.607843137254902,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49019607843137253,Count:102},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:2,Winner:.6666666666666666,Kills:4.1466666666666665,Deaths:3.2666666666666666,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.12,Count:75},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5555555555555556,Kills:1.5,Deaths:1.9666666666666666,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43333333333333335,Count:90},{Actor:"*Lance*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.390625,Kills:2.8046875,Deaths:4.53125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.953125,Count:128},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4214876033057851,Kills:4.4958677685950414,Deaths:4.363636363636363,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6859504132231407,Count:121},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.85,Kills:2.316666666666667,Deaths:1.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7166666666666667,Count:60},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.4297520661157025,Kills:4.099173553719008,Deaths:4.801652892561983,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.644628099173554,Count:121},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"casual_aral",LevelBucket:2,Winner:.6046511627906976,Kills:2.5813953488372094,Deaths:2.755813953488372,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3255813953488373,Count:86},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5977011494252874,Kills:3.1724137931034484,Deaths:1.8620689655172413,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6206896551724138,Count:87},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.5048543689320388,Kills:4.378640776699029,Deaths:4.747572815533981,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.29126213592233,Count:103},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:2,Winner:.7066666666666667,Kills:2.52,Deaths:2.9066666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.506666666666667,Count:75},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:3,Winner:.5760869565217391,Kills:5.760869565217392,Deaths:4.010869565217392,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.847826086956522,Count:92},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4818181818181818,Kills:2.481818181818182,Deaths:2.418181818181818,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4636363636363636,Count:110},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5698924731182796,Kills:1.8172043010752688,Deaths:2.3225806451612905,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6236559139784946,Count:93},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6206896551724138,Kills:3.5977011494252875,Deaths:1.8160919540229885,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5862068965517241,Count:87},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:2,Winner:.48214285714285715,Kills:4.205357142857143,Deaths:3.830357142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4017857142857144,Count:112},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4122137404580153,Kills:4.076335877862595,Deaths:4.175572519083969,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4427480916030535,Count:131},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45454545454545453,Kills:2.090909090909091,Deaths:2.322314049586777,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4049586776859504,Count:121},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:2.7454545454545456,Deaths:2.6636363636363636,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41818181818181815,Count:110},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6436781609195402,Kills:2.7011494252873565,Deaths:1.9885057471264367,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8850574712643678,Count:87},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5436893203883495,Kills:1.8349514563106797,Deaths:2.407766990291262,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4854368932038835,Count:103},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:3.4035087719298245,Deaths:4.535087719298246,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5526315789473686,Count:114},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.41605839416058393,Kills:2.759124087591241,Deaths:2.72992700729927,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44525547445255476,Count:137},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.43846153846153846,Kills:1.6076923076923078,Deaths:2.5076923076923077,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:130},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3877551020408163,Kills:1.9931972789115646,Deaths:2.857142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3741496598639456,Count:147},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:2,Winner:.48739495798319327,Kills:3.8151260504201683,Deaths:3.80672268907563,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.80672268907563,Count:119},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.4603174603174603,Kills:4.309523809523809,Deaths:4.515873015873016,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5555555555555554,Count:126},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:2,Winner:.4715447154471545,Kills:3.869918699186992,Deaths:4.373983739837398,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.682926829268293,Count:123},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.4393939393939394,Kills:3.643939393939394,Deaths:3.984848484848485,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.553030303030303,Count:132},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:2,Winner:.6082474226804123,Kills:4.020618556701031,Deaths:3.979381443298969,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3608247422680413,Count:97},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:3,Winner:.7228915662650602,Kills:5.674698795180723,Deaths:3.5783132530120483,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.602409638554217,Count:83},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4878048780487805,Kills:2.6260162601626016,Deaths:2.7398373983739837,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4634146341463415,Count:123},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5922330097087378,Kills:2.8640776699029127,Deaths:2.2427184466019416,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5533980582524272,Count:103},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:2,Winner:.5169491525423728,Kills:3.169491525423729,Deaths:3.1779661016949152,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8813559322033897,Count:118},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6039603960396039,Kills:1.8316831683168318,Deaths:2.227722772277228,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8811881188118812,Count:101},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:2,Winner:.488,Kills:4.336,Deaths:4.304,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.688,Count:125},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.4326241134751773,Kills:4.872340425531915,Deaths:4.9361702127659575,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.198581560283688,Count:141},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.512396694214876,Kills:3.330578512396694,Deaths:2.6859504132231407,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7272727272727273,Count:121},{Actor:"*Petal*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4460431654676259,Kills:1.8920863309352518,Deaths:2.3597122302158273,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4676258992805755,Count:139},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.38509316770186336,Kills:3.4347826086956523,Deaths:4.490683229813665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.111801242236025,Count:161},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.40384615384615385,Kills:4.166666666666667,Deaths:4.423076923076923,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4551282051282053,Count:156},{Actor:"*Skye*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3422459893048128,Kills:3.8128342245989306,Deaths:5.090909090909091,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9732620320855614,Count:187},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.46715328467153283,Kills:5.007299270072993,Deaths:4.562043795620438,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2481751824817517,Count:137},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.49612403100775193,Kills:4.372093023255814,Deaths:4.217054263565892,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.744186046511628,Count:129},{Actor:"*Joule*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.41025641025641024,Kills:2.4038461538461537,Deaths:2.58974358974359,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40384615384615385,Count:156},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.7529411764705882,Kills:2.8823529411764706,Deaths:1.6823529411764706,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.1529411764705881,Count:85},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:2,Winner:.6074766355140186,Kills:3.2616822429906542,Deaths:4.252336448598131,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9345794392523366,Count:107},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.35911602209944754,Kills:4.1878453038674035,Deaths:5.143646408839779,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8453038674033149,Count:181},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43137254901960786,Kills:1.7908496732026145,Deaths:2.261437908496732,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49673202614379086,Count:153},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5114503816793893,Kills:2.4122137404580153,Deaths:2.1908396946564888,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8625954198473282,Count:131},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.48201438848920863,Kills:4.086330935251799,Deaths:4.827338129496403,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.58273381294964,Count:139},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.5877192982456141,Kills:3.9210526315789473,Deaths:4.631578947368421,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.780701754385965,Count:114},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5982142857142857,Kills:2.5,Deaths:2.5982142857142856,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5267857142857143,Count:112},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.46258503401360546,Kills:1.3061224489795917,Deaths:1.9931972789115646,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4557823129251701,Count:147},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.40350877192982454,Kills:1.7309941520467835,Deaths:2.719298245614035,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3508771929824561,Count:171},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:2,Winner:.4339622641509434,Kills:4.955974842767295,Deaths:4.188679245283019,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.647798742138365,Count:159},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5655737704918032,Kills:1.6065573770491803,Deaths:2.2049180327868854,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4672131147540984,Count:122},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.47619047619047616,Kills:2.557823129251701,Deaths:2.3401360544217686,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6054421768707483,Count:147},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.660377358490566,Kills:3.443396226415094,Deaths:1.9528301886792452,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7547169811320755,Count:106},{Actor:"*Vox*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.39444444444444443,Kills:3.827777777777778,Deaths:5.127777777777778,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.25,Count:180},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4551282051282051,Kills:2.1794871794871793,Deaths:2.5705128205128207,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38461538461538464,Count:156},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:2,Winner:.5333333333333333,Kills:2.7777777777777777,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.785185185185185,Count:135},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.43902439024390244,Kills:1.9878048780487805,Deaths:2.3963414634146343,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4695121951219512,Count:164},{Actor:"*Vox*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4147727272727273,Kills:2.039772727272727,Deaths:2.4943181818181817,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5397727272727273,Count:176},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.47096774193548385,Kills:2.3483870967741933,Deaths:2.509677419354839,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6064516129032258,Count:155},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3862433862433862,Kills:2.0105820105820107,Deaths:2.798941798941799,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3439153439153439,Count:189},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:2,Winner:.553030303030303,Kills:1.8181818181818181,Deaths:2.007575757575758,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1666666666666665,Count:132},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5367647058823529,Kills:2.2279411764705883,Deaths:2.610294117647059,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7941176470588235,Count:136},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.43023255813953487,Kills:3.7093023255813953,Deaths:4.773255813953488,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2732558139534884,Count:172},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.44047619047619047,Kills:2.1726190476190474,Deaths:2.8333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35119047619047616,Count:168},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:1,Winner:.5362318840579711,Kills:3.463768115942029,Deaths:3.7971014492753623,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9565217391304346,Count:138},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.487012987012987,Kills:3.0324675324675323,Deaths:2.7987012987012987,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4155844155844156,Count:154},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.41208791208791207,Kills:1.8076923076923077,Deaths:2.159340659340659,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.32967032967032966,Count:182},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5639097744360902,Kills:.9699248120300752,Deaths:1.3533834586466165,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6015037593984962,Count:133},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.44970414201183434,Kills:3.0236686390532546,Deaths:2.8165680473372783,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41420118343195267,Count:169},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.44970414201183434,Kills:2.662721893491124,Deaths:3.3846153846153846,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.485207100591716,Count:169},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4367816091954023,Kills:1.7241379310344827,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:174},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5310344827586206,Kills:.9862068965517241,Deaths:1.6620689655172414,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6137931034482759,Count:145},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:2,Winner:.8020833333333334,Kills:5.135416666666667,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8020833333333335,Count:96},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:1,Winner:.385,Kills:4.375,Deaths:3.66,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.505,Count:200},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:2,Winner:.6209677419354839,Kills:4.491935483870968,Deaths:3.903225806451613,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.185483870967742,Count:124},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.39285714285714285,Kills:1.8877551020408163,Deaths:2.2244897959183674,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3469387755102041,Count:196},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:3,Winner:.7857142857142857,Kills:7.26530612244898,Deaths:3.4285714285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.836734693877551,Count:98},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.39195979899497485,Kills:1.7839195979899498,Deaths:2.487437185929648,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45226130653266333,Count:199},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.39,Kills:3.195,Deaths:4.025,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.19,Count:200},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5163398692810458,Kills:1.2941176470588236,Deaths:1.7908496732026145,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40522875816993464,Count:153},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5808823529411765,Kills:1.5661764705882353,Deaths:1.125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5367647058823529,Count:136},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4388888888888889,Kills:1.2,Deaths:2.0388888888888888,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40555555555555556,Count:180},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5939849624060151,Kills:1.218045112781955,Deaths:1.6165413533834587,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6691729323308271,Count:133},{Actor:"*SAW*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.47058823529411764,Kills:4.91764705882353,Deaths:4.5058823529411764,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5764705882352943,Count:170},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"casual_aral",LevelBucket:1,Winner:.3864734299516908,Kills:3.289855072463768,Deaths:3.922705314009662,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4347826086956523,Count:207},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:2,Winner:.5194805194805194,Kills:3.883116883116883,Deaths:4.792207792207792,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7467532467532467,Count:154},{Actor:"*Idris*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.42105263157894735,Kills:3.9263157894736844,Deaths:4.494736842105263,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.231578947368421,Count:190},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.47904191616766467,Kills:1.9940119760479043,Deaths:2.179640718562874,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6227544910179641,Count:167},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.49382716049382713,Kills:1.6419753086419753,Deaths:2.0123456790123457,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47530864197530864,Count:162},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.5031446540880503,Kills:4.251572327044025,Deaths:3.9371069182389937,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5849056603773586,Count:159},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44505494505494503,Kills:1.39010989010989,Deaths:1.9945054945054945,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46703296703296704,Count:182},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6694214876033058,Kills:2.12396694214876,Deaths:1.6363636363636365,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7520661157024794,Count:121},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5294117647058824,Kills:2.5751633986928106,Deaths:2.6209150326797386,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.29411764705882354,Count:153},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:2,Winner:.47398843930635837,Kills:4.213872832369942,Deaths:3.8554913294797686,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.722543352601156,Count:173},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.41836734693877553,Kills:1.9081632653061225,Deaths:2.5408163265306123,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5459183673469388,Count:196},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4293193717277487,Kills:2.094240837696335,Deaths:2.230366492146597,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4607329842931937,Count:191},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:4.329268292682927,Deaths:4.975609756097561,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5609756097560976,Count:164},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4293193717277487,Kills:3.712041884816754,Deaths:4.596858638743456,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2460732984293195,Count:191},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:1,Winner:.3824884792626728,Kills:2.8940092165898617,Deaths:3.71889400921659,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2995391705069124,Count:217},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:2,Winner:.6384615384615384,Kills:5.430769230769231,Deaths:3.923076923076923,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1846153846153844,Count:130},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:2,Winner:.5608108108108109,Kills:2.8513513513513513,Deaths:2.9324324324324325,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.074324324324324,Count:148},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5675675675675675,Kills:.8243243243243243,Deaths:1.2837837837837838,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6756756756756757,Count:148},{Actor:"*Petal*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4228855721393035,Kills:4.08955223880597,Deaths:4.527363184079602,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4925373134328357,Count:201},{Actor:"*Krul*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.5448717948717948,Kills:4.230769230769231,Deaths:4.532051282051282,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4551282051282053,Count:156},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3944954128440367,Kills:3.4220183486238533,Deaths:3.646788990825688,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3807339449541285,Count:218},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4479166666666667,Kills:2.4635416666666665,Deaths:2.640625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4010416666666667,Count:192},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:1,Winner:.5761589403973509,Kills:4.860927152317881,Deaths:3.986754966887417,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.966887417218543,Count:151},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5370370370370371,Kills:2.0555555555555554,Deaths:2.3395061728395063,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5308641975308642,Count:162},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:2,Winner:.5986394557823129,Kills:4.537414965986395,Deaths:3.7755102040816326,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1700680272108843,Count:147},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45595854922279794,Kills:1.072538860103627,Deaths:1.8601036269430051,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40932642487046633,Count:193},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.5333333333333333,Kills:4.1454545454545455,Deaths:3.915151515151515,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0242424242424244,Count:165},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5632911392405063,Kills:1.0126582278481013,Deaths:1.4556962025316456,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5063291139240507,Count:158},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3739495798319328,Kills:3.9495798319327733,Deaths:4.785714285714286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.100840336134454,Count:238},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.3739495798319328,Kills:1.4705882352941178,Deaths:2.411764705882353,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42016806722689076,Count:238},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"casual_aral",LevelBucket:1,Winner:.5,Kills:3.8777777777777778,Deaths:3.8333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.772222222222222,Count:180},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:2,Winner:.569620253164557,Kills:4.3164556962025316,Deaths:4.018987341772152,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.050632911392405,Count:158},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.46153846153846156,Kills:1.3128205128205128,Deaths:1.8871794871794871,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:195},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.44776119402985076,Kills:2.810945273631841,Deaths:3.044776119402985,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5522388059701493,Count:201},{Actor:"*Baron*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.45454545454545453,Kills:4.08080808080808,Deaths:4.474747474747475,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5353535353535355,Count:198},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:2,Winner:.4945652173913043,Kills:4.929347826086956,Deaths:4.565217391304348,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.885869565217391,Count:184},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.44607843137254904,Kills:1.9852941176470589,Deaths:2.7794117647058822,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3235294117647059,Count:204},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.4200913242009132,Kills:3.2922374429223744,Deaths:3.5799086757990866,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6027397260273974,Count:219},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.39655172413793105,Kills:4.116379310344827,Deaths:5.219827586206897,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9008620689655173,Count:232},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:0,Winner:.31399317406143346,Kills:3.2866894197952217,Deaths:4.262798634812286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2081911262798637,Count:293},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"casual_aral",LevelBucket:1,Winner:.44285714285714284,Kills:3.8333333333333335,Deaths:4.642857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.442857142857143,Count:210},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"casual_aral",LevelBucket:1,Winner:.4845360824742268,Kills:4.525773195876289,Deaths:4.175257731958763,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7061855670103094,Count:194},{Actor:"*Reza*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.41228070175438597,Kills:4.780701754385965,Deaths:4.692982456140351,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2280701754385963,Count:228},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5280898876404494,Kills:2.393258426966292,Deaths:2.5842696629213484,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6123595505617978,Count:178},{Actor:"*Varya*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.47474747474747475,Kills:3.808080808080808,Deaths:4.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6313131313131315,Count:198},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5371428571428571,Kills:2.474285714285714,Deaths:2.3771428571428572,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4228571428571429,Count:175},{Actor:"*Rona*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.42792792792792794,Kills:3.7837837837837838,Deaths:5.243243243243243,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.220720720720721,Count:222},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5303867403314917,Kills:3.044198895027624,Deaths:2.6187845303867405,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7624309392265194,Count:181},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"casual_aral",LevelBucket:1,Winner:.35555555555555557,Kills:3.433333333333333,Deaths:4.266666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3925925925925924,Count:270},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5303867403314917,Kills:1.9171270718232045,Deaths:1.8342541436464088,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6132596685082873,Count:181},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.5245901639344263,Kills:3.6557377049180326,Deaths:3.448087431693989,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.814207650273224,Count:183},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4948453608247423,Kills:1.3453608247422681,Deaths:2.1082474226804124,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.29381443298969073,Count:194},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5423728813559322,Kills:2.2711864406779663,Deaths:2.593220338983051,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6045197740112994,Count:177},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5025906735751295,Kills:2.38860103626943,Deaths:2.3471502590673574,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49740932642487046,Count:193},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.49238578680203043,Kills:3.8375634517766497,Deaths:4.375634517766497,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3705583756345177,Count:197},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4349775784753363,Kills:3.515695067264574,Deaths:4.058295964125561,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5112107623318387,Count:223},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45794392523364486,Kills:1.6775700934579438,Deaths:2.397196261682243,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4439252336448598,Count:214},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"casual_aral",LevelBucket:1,Winner:.43555555555555553,Kills:3.466666666666667,Deaths:4.3822222222222225,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.551111111111111,Count:225},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5240641711229946,Kills:2.877005347593583,Deaths:2.449197860962567,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5935828877005348,Count:187},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.44144144144144143,Kills:2.135135135135135,Deaths:2.5765765765765765,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4009009009009009,Count:222},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:2,Winner:.4852941176470588,Kills:3.7941176470588234,Deaths:4.436274509803922,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7401960784313726,Count:204},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5051020408163265,Kills:3,Deaths:2.295918367346939,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6326530612244898,Count:196},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4484304932735426,Kills:2.9327354260089686,Deaths:3.1479820627802693,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3587443946188342,Count:223},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.4424778761061947,Kills:4.3097345132743365,Deaths:4.495575221238938,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5929203539823007,Count:226},{Actor:"*Grace*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4784688995215311,Kills:2.8803827751196174,Deaths:3.789473684210526,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4545454545454546,Count:209},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"casual_aral",LevelBucket:1,Winner:.5153061224489796,Kills:4.841836734693878,Deaths:4.826530612244898,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8214285714285716,Count:196},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.44298245614035087,Kills:1.9035087719298245,Deaths:2.3684210526315788,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3991228070175439,Count:228},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.43722943722943725,Kills:3.4415584415584415,Deaths:3.9913419913419914,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.324675324675325,Count:231},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.44541484716157204,Kills:1.6724890829694323,Deaths:2.406113537117904,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4410480349344978,Count:229},{Actor:"*Reim*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4880382775119617,Kills:3.6842105263157894,Deaths:4.143540669856459,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.492822966507177,Count:209},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4594594594594595,Kills:1.7432432432432432,Deaths:2.1171171171171173,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5045045045045045,Count:222},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5364583333333334,Kills:2.8958333333333335,Deaths:2.5416666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4947916666666667,Count:192},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.49282296650717705,Kills:2.3062200956937797,Deaths:2.535885167464115,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5311004784688995,Count:209},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6459627329192547,Kills:2.906832298136646,Deaths:1.813664596273292,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7763975155279503,Count:161},{Actor:"*SAW*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4279835390946502,Kills:2.448559670781893,Deaths:2.5020576131687244,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5473251028806584,Count:243},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:1,Winner:.49760765550239233,Kills:3.9138755980861246,Deaths:3.909090909090909,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8995215311004783,Count:209},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47058823529411764,Kills:1.8687782805429864,Deaths:1.832579185520362,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45248868778280543,Count:221},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3511705685618729,Kills:2.1471571906354514,Deaths:2.6454849498327757,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43812709030100333,Count:299},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.451063829787234,Kills:1.1702127659574468,Deaths:1.9574468085106382,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44680851063829785,Count:235},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4818181818181818,Kills:1.7772727272727273,Deaths:2.231818181818182,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42272727272727273,Count:220},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5459183673469388,Kills:2.1683673469387754,Deaths:2.260204081632653,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7602040816326531,Count:196},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5094339622641509,Kills:2.75,Deaths:2.6132075471698113,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49056603773584906,Count:212},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:1,Winner:.4302788844621514,Kills:4.338645418326693,Deaths:4.135458167330677,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6095617529880477,Count:251},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.48214285714285715,Kills:2.611607142857143,Deaths:2.1830357142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4955357142857143,Count:224},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5141509433962265,Kills:1.1603773584905661,Deaths:1.4103773584905661,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5235849056603774,Count:212},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4342629482071713,Kills:2.091633466135458,Deaths:2.306772908366534,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4581673306772908,Count:251},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:0,Winner:.5365853658536586,Kills:4.614634146341463,Deaths:4.107317073170732,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.970731707317073,Count:205},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5188679245283019,Kills:2.0660377358490565,Deaths:2.457547169811321,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4056603773584906,Count:212},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"casual_aral",LevelBucket:1,Winner:.555,Kills:4.205,Deaths:3.88,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.81,Count:200},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"casual_aral",LevelBucket:1,Winner:.4148148148148148,Kills:3.5481481481481483,Deaths:4.237037037037037,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4,Count:270},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47058823529411764,Kills:.9873949579831933,Deaths:1.6218487394957983,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48739495798319327,Count:238},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5067873303167421,Kills:2.081447963800905,Deaths:2.253393665158371,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45701357466063347,Count:221},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:0,Winner:.4609053497942387,Kills:3.6872427983539096,Deaths:3.9012345679012346,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.625514403292181,Count:243},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3413897280966767,Kills:2.395770392749245,Deaths:3.9516616314199395,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.933534743202417,Count:331},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5022222222222222,Kills:2.8933333333333335,Deaths:2.328888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6133333333333333,Count:225},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:2,Winner:.6384180790960452,Kills:5.451977401129944,Deaths:3.790960451977401,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2824858757062145,Count:177},{Actor:"*Krul*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5207373271889401,Kills:2.391705069124424,Deaths:2.0829493087557602,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2764976958525346,Count:217},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:1,Winner:.4956521739130435,Kills:3.7956521739130435,Deaths:4.378260869565217,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.473913043478261,Count:230},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4596774193548387,Kills:1.8387096774193548,Deaths:2.0524193548387095,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4435483870967742,Count:248},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"casual_aral",LevelBucket:1,Winner:.4323308270676692,Kills:4.417293233082707,Deaths:5.045112781954887,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4285714285714284,Count:266},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:1,Winner:.4549019607843137,Kills:4.12156862745098,Deaths:3.9607843137254903,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.819607843137255,Count:255},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4398496240601504,Kills:1.9661654135338347,Deaths:2.672932330827068,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48872180451127817,Count:266},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:2,Winner:.5613207547169812,Kills:3.580188679245283,Deaths:3.509433962264151,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.193396226415094,Count:212},{Actor:"*Taka*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4358974358974359,Kills:1.8974358974358974,Deaths:2.326007326007326,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2490842490842491,Count:273},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.5242290748898678,Kills:2.6872246696035242,Deaths:3.4273127753303965,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6299559471365637,Count:227},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4559386973180077,Kills:2.164750957854406,Deaths:2.6091954022988504,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40229885057471265,Count:261},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4819277108433735,Kills:2.5100401606425704,Deaths:2.321285140562249,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44176706827309237,Count:249},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43956043956043955,Kills:2.6666666666666665,Deaths:2.4615384615384617,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47619047619047616,Count:273},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.43214285714285716,Kills:2.039285714285714,Deaths:2.5821428571428573,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38571428571428573,Count:280},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"casual_aral",LevelBucket:1,Winner:.521551724137931,Kills:4.146551724137931,Deaths:4.6594827586206895,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6939655172413794,Count:232},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.40468227424749165,Kills:3.5016722408026757,Deaths:3.8528428093645486,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5217391304347827,Count:299},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5258620689655172,Kills:2.5775862068965516,Deaths:2.521551724137931,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6336206896551724,Count:232},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.38317757009345793,Kills:.8473520249221184,Deaths:1.841121495327103,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.29595015576323985,Count:321},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5145228215767634,Kills:2.5352697095435683,Deaths:2.5145228215767634,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4605809128630705,Count:241},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5841121495327103,Kills:2.789719626168224,Deaths:2.8457943925233646,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9672897196261683,Count:214},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.4612546125461255,Kills:3.6383763837638377,Deaths:4.059040590405904,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7601476014760147,Count:271},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:2,Winner:.6363636363636364,Kills:5.52020202020202,Deaths:4.101010101010101,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.525252525252525,Count:198},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4300341296928328,Kills:2.863481228668942,Deaths:3.4948805460750854,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.310580204778157,Count:293},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.47924528301886793,Kills:1.9622641509433962,Deaths:2.241509433962264,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5169811320754717,Count:265},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:2,Winner:.5714285714285714,Kills:5.044642857142857,Deaths:3.59375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9732142857142856,Count:224},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45104895104895104,Kills:2.604895104895105,Deaths:2.9755244755244754,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4020979020979021,Count:286},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:1,Winner:.41883116883116883,Kills:3.8798701298701297,Deaths:4.824675324675325,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4448051948051948,Count:308},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.39692307692307693,Kills:2.1353846153846154,Deaths:2.993846153846154,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3507692307692308,Count:325},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:2,Winner:.5485232067510548,Kills:5.09704641350211,Deaths:4.421940928270042,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.978902953586498,Count:237},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5346938775510204,Kills:3.4979591836734696,Deaths:2.975510204081633,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47346938775510206,Count:245},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:0,Winner:.41509433962264153,Kills:3.3333333333333335,Deaths:3.7327044025157234,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.591194968553459,Count:318},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.515625,Kills:2.92578125,Deaths:2.61328125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7578125,Count:256},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45993031358885017,Kills:2.4634146341463414,Deaths:2.7386759581881535,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46689895470383275,Count:287},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"casual_aral",LevelBucket:1,Winner:.45084745762711864,Kills:4.861016949152543,Deaths:4.898305084745763,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3423728813559324,Count:295},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.37119113573407203,Kills:2.853185595567867,Deaths:3.880886426592798,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.299168975069252,Count:361},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:0,Winner:.4123076923076923,Kills:3.8215384615384616,Deaths:4.052307692307692,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.36,Count:325},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:1,Winner:.4891304347826087,Kills:4.050724637681159,Deaths:4.083333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.717391304347826,Count:276},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5357142857142857,Kills:2.7698412698412698,Deaths:2.884920634920635,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.373015873015873,Count:252},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.46075085324232085,Kills:2.0204778156996586,Deaths:2.546075085324232,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5870307167235495,Count:293},{Actor:"*Joule*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.47058823529411764,Kills:4.1522491349480966,Deaths:4.4809688581314875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4740484429065743,Count:289},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.41896024464831805,Kills:2.984709480122324,Deaths:3.2782874617737003,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4067278287461775,Count:327},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.524904214559387,Kills:3.0114942528735633,Deaths:2.5095785440613025,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5325670498084292,Count:261},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5018315018315018,Kills:2.1062271062271063,Deaths:2.238095238095238,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5091575091575091,Count:273},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.4380952380952381,Kills:3.3777777777777778,Deaths:4.650793650793651,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4984126984126984,Count:315},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5390625,Kills:1.9296875,Deaths:2.34765625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8515625,Count:256},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:1,Winner:.46308724832214765,Kills:4.140939597315437,Deaths:4.385906040268456,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8288590604026846,Count:298},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4809688581314879,Kills:2.3356401384083045,Deaths:2.2664359861591694,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3460207612456747,Count:289},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5,Kills:1.6906474820143884,Deaths:2.212230215827338,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5431654676258992,Count:278},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:2,Winner:.7128205128205128,Kills:5.8307692307692305,Deaths:4.015384615384615,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4564102564102566,Count:195},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:1,Winner:.5673469387755102,Kills:4.587755102040816,Deaths:4.1959183673469385,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.020408163265306,Count:245},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:2,Winner:.5128205128205128,Kills:2.8205128205128207,Deaths:3.131868131868132,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.93040293040293,Count:273},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:0,Winner:.493006993006993,Kills:4.381118881118881,Deaths:4.3776223776223775,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6713286713286712,Count:286},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"casual_aral",LevelBucket:1,Winner:.4982456140350877,Kills:5.028070175438597,Deaths:4.529824561403509,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.754385964912281,Count:285},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:1,Winner:.5201465201465202,Kills:4.205128205128205,Deaths:4.34065934065934,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8937728937728937,Count:273},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"casual_aral",LevelBucket:1,Winner:.5035211267605634,Kills:4.559859154929577,Deaths:4.140845070422535,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.887323943661972,Count:284},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47840531561461797,Kills:1.760797342192691,Deaths:2.4119601328903655,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5249169435215947,Count:301},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:2,Winner:.5877551020408164,Kills:6.110204081632653,Deaths:4.616326530612245,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1510204081632653,Count:245},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:1,Winner:.3988919667590028,Kills:4.066481994459834,Deaths:4.659279778393352,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.263157894736842,Count:361},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:2,Winner:.4982698961937716,Kills:5.155709342560554,Deaths:4.100346020761246,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.858131487889273,Count:289},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:2,Winner:.6186440677966102,Kills:4.728813559322034,Deaths:3.5847457627118646,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1822033898305087,Count:236},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4605678233438486,Kills:1.6813880126182965,Deaths:2.2397476340694005,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5205047318611987,Count:317},{Actor:"*Malene*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.33796296296296297,Kills:2.837962962962963,Deaths:3.849537037037037,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.127314814814815,Count:432},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4134078212290503,Kills:1.4692737430167597,Deaths:2.276536312849162,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4860335195530726,Count:358},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5174825174825175,Kills:2.2062937062937062,Deaths:2.013986013986014,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4825174825174825,Count:286},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5643939393939394,Kills:2.882575757575758,Deaths:2.231060606060606,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4772727272727273,Count:264},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:1,Winner:.46855345911949686,Kills:4.4748427672955975,Deaths:4.80503144654088,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.839622641509434,Count:318},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4257142857142857,Kills:2.442857142857143,Deaths:2.6085714285714285,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.33714285714285713,Count:350},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49337748344370863,Kills:2.2549668874172184,Deaths:2.2549668874172184,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4470198675496689,Count:302},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5302491103202847,Kills:2.1601423487544484,Deaths:2.1494661921708187,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5195729537366548,Count:281},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"casual_aral",LevelBucket:1,Winner:.5434782608695652,Kills:3.7717391304347827,Deaths:3.8768115942028984,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0434782608695654,Count:276},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.41899441340782123,Kills:1.8435754189944134,Deaths:2.625698324022346,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.30446927374301674,Count:358},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.48231511254019294,Kills:1.4565916398713827,Deaths:1.9389067524115755,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3408360128617363,Count:311},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6172839506172839,Kills:3.3950617283950617,Deaths:2.074074074074074,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6131687242798354,Count:243},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"casual_aral",LevelBucket:1,Winner:.4870967741935484,Kills:4.474193548387097,Deaths:4.835483870967742,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.529032258064516,Count:310},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.40691489361702127,Kills:3.2845744680851063,Deaths:3.5851063829787235,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5398936170212765,Count:376},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:2,Winner:.5387323943661971,Kills:3.1795774647887325,Deaths:3.7183098591549295,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.711267605633803,Count:284},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4827586206896552,Kills:2.7021943573667713,Deaths:2.749216300940439,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4670846394984326,Count:319},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.41621621621621624,Kills:2.308108108108108,Deaths:2.656756756756757,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5162162162162162,Count:370},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.47692307692307695,Kills:2.203076923076923,Deaths:2.4307692307692306,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6338461538461538,Count:325},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:0,Winner:.4415954415954416,Kills:4.364672364672365,Deaths:4.102564102564102,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.213675213675214,Count:351},{Actor:"*Tony*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4329608938547486,Kills:3.958100558659218,Deaths:4.324022346368715,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.340782122905028,Count:358},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:1,Winner:.45454545454545453,Kills:4.096774193548387,Deaths:5.1436950146627565,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2023460410557183,Count:341},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45588235294117646,Kills:1.8294117647058823,Deaths:1.9411764705882353,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4441176470588235,Count:340},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:1,Winner:.44571428571428573,Kills:4.177142857142857,Deaths:4.117142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.282857142857143,Count:350},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:1,Winner:.4890282131661442,Kills:4.269592476489028,Deaths:4.369905956112853,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.58307210031348,Count:319},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:1,Winner:.5130718954248366,Kills:4.196078431372549,Deaths:3.503267973856209,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.918300653594771,Count:306},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:1,Winner:.41361256544502617,Kills:3.6780104712041886,Deaths:3.832460732984293,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.400523560209424,Count:382},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5760869565217391,Kills:1.8224637681159421,Deaths:2.0072463768115942,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5289855072463768,Count:276},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.5389830508474577,Kills:3.823728813559322,Deaths:3.450847457627119,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9457627118644067,Count:295},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:1,Winner:.49074074074074076,Kills:3.2685185185185186,Deaths:3.996913580246914,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.808641975308642,Count:324},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4774774774774775,Kills:2.4204204204204203,Deaths:2.5705705705705704,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43543543543543545,Count:333},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:1,Winner:.47904191616766467,Kills:3.086826347305389,Deaths:3.5119760479041915,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6736526946107784,Count:334},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4892966360856269,Kills:2.2629969418960245,Deaths:2.2629969418960245,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4617737003058104,Count:327},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:1,Winner:.5423728813559322,Kills:4.501694915254237,Deaths:4.345762711864407,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9016949152542373,Count:295},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3524229074889868,Kills:1.8480176211453745,Deaths:2.6255506607929515,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44493392070484583,Count:454},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:1,Winner:.45454545454545453,Kills:4.122159090909091,Deaths:4.230113636363637,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.710227272727273,Count:352},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"casual_aral",LevelBucket:1,Winner:.53156146179402,Kills:3.0598006644518274,Deaths:2.9335548172757475,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8504983388704317,Count:301},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:1,Winner:.4953560371517028,Kills:2.4024767801857587,Deaths:3.4891640866873064,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.696594427244582,Count:323},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:1,Winner:.47214076246334313,Kills:4.428152492668621,Deaths:4.378299120234604,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.63049853372434,Count:341},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.40049751243781095,Kills:1.6616915422885572,Deaths:2.2935323383084576,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47512437810945274,Count:402},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:1,Winner:.4487534626038781,Kills:5.030470914127424,Deaths:4.415512465373961,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.554016620498615,Count:361},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:0,Winner:.43902439024390244,Kills:2.924119241192412,Deaths:3.658536585365854,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4336043360433606,Count:369},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.37906976744186044,Kills:2.6651162790697676,Deaths:3.6325581395348836,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.297674418604651,Count:430},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:2,Winner:.5942028985507246,Kills:4.409420289855072,Deaths:3.5543478260869565,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.217391304347826,Count:276},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:1,Winner:.4619718309859155,Kills:4.366197183098592,Deaths:4.053521126760564,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.554929577464789,Count:355},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:2,Winner:.4896142433234421,Kills:2.543026706231454,Deaths:2.964391691394659,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7181008902077153,Count:337},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48823529411764705,Kills:1.5382352941176471,Deaths:2.261764705882353,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5205882352941177,Count:340},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.3851508120649652,Kills:1.7981438515081207,Deaths:2.3039443155452437,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4756380510440835,Count:431},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.49262536873156343,Kills:2.6814159292035398,Deaths:2.383480825958702,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43952802359882004,Count:339},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:2,Winner:.6857142857142857,Kills:5.2326530612244895,Deaths:2.9959183673469387,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.489795918367347,Count:245},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47592067988668557,Kills:1.2322946175637395,Deaths:1.934844192634561,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42492917847025496,Count:353},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.525,Kills:1.759375,Deaths:2.259375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.428125,Count:320},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.41277641277641275,Kills:1.904176904176904,Deaths:2.3366093366093366,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42997542997543,Count:407},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:0,Winner:.40625,Kills:4.617788461538462,Deaths:4.735576923076923,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1298076923076925,Count:416},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4735376044568245,Kills:2.3147632311977717,Deaths:2.6434540389972145,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3732590529247911,Count:359},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4659400544959128,Kills:1.6021798365122615,Deaths:2.2452316076294276,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3787465940054496,Count:367},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49709302325581395,Kills:1.683139534883721,Deaths:2.1540697674418605,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.375,Count:344},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4636118598382749,Kills:2.1401617250673852,Deaths:2.4150943396226414,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5876010781671159,Count:371},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:1,Winner:.5391849529780565,Kills:5.178683385579937,Deaths:4.084639498432602,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8996865203761755,Count:319},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5103857566765578,Kills:1.6528189910979227,Deaths:2.2047477744807122,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47477744807121663,Count:337},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5477707006369427,Kills:2.054140127388535,Deaths:2.050955414012739,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45222929936305734,Count:314},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5544871794871795,Kills:1.9967948717948718,Deaths:2.2884615384615383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46794871794871795,Count:312},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:1,Winner:.45526315789473687,Kills:4.515789473684211,Deaths:4.802631578947368,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6473684210526316,Count:380},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:1,Winner:.47527472527472525,Kills:2.782967032967033,Deaths:3.815934065934066,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5247252747252746,Count:364},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4250614250614251,Kills:2.1695331695331697,Deaths:2.520884520884521,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3808353808353808,Count:407},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:0,Winner:.4371859296482412,Kills:3.522613065326633,Deaths:4.4120603015075375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3442211055276383,Count:398},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49291784702549574,Kills:2.2974504249291785,Deaths:2.5977337110481584,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40226628895184136,Count:353},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.54375,Kills:2.171875,Deaths:2.565625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.396875,Count:320},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:0,Winner:.4,Kills:3.9701149425287356,Deaths:4.9655172413793105,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1264367816091956,Count:435},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:0,Winner:.4835164835164835,Kills:4.302197802197802,Deaths:4.217032967032967,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.75,Count:364},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:0,Winner:.49577464788732395,Kills:5.011267605633803,Deaths:4.504225352112676,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.684507042253521,Count:355},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.41745283018867924,Kills:2.0849056603773586,Deaths:2.4929245283018866,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4033018867924528,Count:424},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.46578947368421053,Kills:1.05,Deaths:1.6578947368421053,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35789473684210527,Count:380},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.489010989010989,Kills:1.5357142857142858,Deaths:1.9395604395604396,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3791208791208791,Count:364},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3731656184486373,Kills:3.1153039832285114,Deaths:5.016771488469602,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1341719077568135,Count:477},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:2,Winner:.6215277777777778,Kills:5.201388888888889,Deaths:4.166666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2430555555555554,Count:288},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.46981627296587924,Kills:1.8871391076115485,Deaths:1.879265091863517,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5223097112860893,Count:381},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44974874371859297,Kills:1.92964824120603,Deaths:2.5603015075376883,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.30904522613065327,Count:398},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.42452830188679247,Kills:1.8632075471698113,Deaths:2.5707547169811322,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3608490566037736,Count:424},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:1,Winner:.5263157894736842,Kills:3.2485380116959064,Deaths:3.8304093567251463,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.818713450292398,Count:342},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45,Kills:1.3775,Deaths:1.965,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4025,Count:400},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48787061994609165,Kills:1.9838274932614555,Deaths:2.026954177897574,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.431266846361186,Count:371},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:1,Winner:.6177474402730375,Kills:5.3447098976109215,Deaths:3.689419795221843,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1296928327645053,Count:293},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:0,Winner:.44801980198019803,Kills:4.0816831683168315,Deaths:4.123762376237623,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7054455445544554,Count:404},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.523121387283237,Kills:2.023121387283237,Deaths:2.2832369942196533,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41040462427745666,Count:346},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45614035087719296,Kills:2.1503759398496243,Deaths:2.4786967418546366,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5263157894736842,Count:399},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4343675417661098,Kills:2.2863961813842484,Deaths:2.5727923627684963,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38424821002386633,Count:419},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5,Kills:1.8653846153846154,Deaths:1.8736263736263736,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45054945054945056,Count:364},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:0,Winner:.4430992736077482,Kills:3.7820823244552058,Deaths:4.476997578692494,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.416464891041162,Count:413},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"casual_aral",LevelBucket:1,Winner:.4609571788413098,Kills:3.6876574307304786,Deaths:4.035264483627204,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6801007556675063,Count:397},{Actor:"*Reza*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4485294117647059,Kills:2.4166666666666665,Deaths:2.2230392156862746,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3088235294117647,Count:408},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:2,Winner:.5257142857142857,Kills:4.177142857142857,Deaths:4.394285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.92,Count:350},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4780361757105943,Kills:2.498708010335917,Deaths:2.354005167958656,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5038759689922481,Count:387},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4628712871287129,Kills:2.126237623762376,Deaths:2.5792079207920793,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4207920792079208,Count:404},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:0,Winner:.5342857142857143,Kills:2.782857142857143,Deaths:3.7685714285714287,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.642857142857143,Count:350},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:1,Winner:.44208037825059104,Kills:4.118203309692672,Deaths:5.049645390070922,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4609929078014185,Count:423},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5645645645645646,Kills:1.7477477477477477,Deaths:1.867867867867868,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5315315315315315,Count:333},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"casual_aral",LevelBucket:1,Winner:.5222222222222223,Kills:4.594444444444444,Deaths:4.591666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7472222222222222,Count:360},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:2,Winner:.5513196480938416,Kills:4.131964809384164,Deaths:3.4193548387096775,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.932551319648094,Count:341},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4334862385321101,Kills:1.8073394495412844,Deaths:2.3807339449541285,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4151376146788991,Count:436},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5384615384615384,Kills:3.8575498575498575,Deaths:2.7777777777777777,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5527065527065527,Count:351},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.41304347826086957,Kills:2.621739130434783,Deaths:3.758695652173913,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4239130434782608,Count:460},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4810126582278481,Kills:2.318987341772152,Deaths:4.875949367088608,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.379746835443038,Count:395},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.46568627450980393,Kills:2.088235294117647,Deaths:2.4705882352941178,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5098039215686274,Count:408},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.46265060240963857,Kills:1.997590361445783,Deaths:2.4120481927710844,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38313253012048193,Count:415},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"casual_aral",LevelBucket:1,Winner:.4873096446700508,Kills:3.9390862944162435,Deaths:4.654822335025381,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6243654822335025,Count:394},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"casual_aral",LevelBucket:0,Winner:.46731234866828086,Kills:3.6343825665859564,Deaths:4.651331719128329,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4745762711864407,Count:413},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"casual_aral",LevelBucket:1,Winner:.6069182389937107,Kills:3.207547169811321,Deaths:3.1037735849056602,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9748427672955975,Count:318},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:1,Winner:.5480225988700564,Kills:3.531073446327684,Deaths:3.8926553672316384,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6299435028248586,Count:354},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"casual_aral",LevelBucket:1,Winner:.5987654320987654,Kills:2.8271604938271606,Deaths:3.185185185185185,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.074074074074074,Count:324},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4961636828644501,Kills:1.7800511508951407,Deaths:2.0690537084398977,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3657289002557545,Count:391},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:0,Winner:.5495750708215298,Kills:4.325779036827195,Deaths:3.8923512747875355,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7903682719546743,Count:353},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42543859649122806,Kills:2.236842105263158,Deaths:2.4583333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4407894736842105,Count:456},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:1,Winner:.4925,Kills:3.8825,Deaths:4.7575,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.68,Count:400},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:1,Winner:.4758454106280193,Kills:4.041062801932367,Deaths:4.340579710144928,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6207729468599035,Count:414},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:2.6186868686868685,Deaths:2.4873737373737375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4823232323232323,Count:396},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.406570841889117,Kills:2.0616016427104724,Deaths:2.64476386036961,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41683778234086244,Count:487},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:0,Winner:.5076923076923077,Kills:4.9282051282051285,Deaths:4.138461538461539,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8923076923076922,Count:390},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4392935982339956,Kills:2.443708609271523,Deaths:2.7306843267108167,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5496688741721855,Count:453},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5378378378378378,Kills:1.4297297297297298,Deaths:1.8891891891891892,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5081081081081081,Count:370},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:0,Winner:.5,Kills:3.2225,Deaths:3.8975,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.665,Count:400},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5420054200542005,Kills:1.2439024390243902,Deaths:1.5962059620596205,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5636856368563685,Count:369},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:1,Winner:.5037593984962406,Kills:1.4085213032581454,Deaths:1.9097744360902256,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9724310776942358,Count:399},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:0,Winner:.4867469879518072,Kills:4.36144578313253,Deaths:4.192771084337349,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8120481927710843,Count:415},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:1,Winner:.5,Kills:3.5915841584158414,Deaths:3.7202970297029703,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.762376237623762,Count:404},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5113924050632911,Kills:2.9873417721518987,Deaths:2.3949367088607594,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6329113924050633,Count:395},{Actor:"*Baron*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4742990654205608,Kills:2.102803738317757,Deaths:2.607476635514019,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.514018691588785,Count:428},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:0,Winner:.4551569506726457,Kills:4.367713004484305,Deaths:4.6524663677130045,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4103139013452917,Count:446},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:2,Winner:.5576923076923077,Kills:5.225274725274725,Deaths:3.931318681318681,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7664835164835164,Count:364},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:2,Winner:.5062034739454094,Kills:4.198511166253102,Deaths:4.05955334987593,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8511166253101736,Count:403},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:1,Winner:.5616438356164384,Kills:4.117808219178082,Deaths:4.698630136986301,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.671232876712329,Count:365},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:1,Winner:.4343220338983051,Kills:4.38135593220339,Deaths:4.180084745762712,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5063559322033897,Count:472},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:1,Winner:.5647382920110193,Kills:4.176308539944904,Deaths:3.809917355371901,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0220385674931127,Count:363},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5643835616438356,Kills:3.367123287671233,Deaths:2.589041095890411,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5205479452054794,Count:365},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5294117647058824,Kills:2.713554987212276,Deaths:2.6342710997442453,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49872122762148335,Count:391},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5279187817258884,Kills:2.984771573604061,Deaths:2.763959390862944,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48984771573604063,Count:394},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6593059936908517,Kills:3.807570977917981,Deaths:2.280757097791798,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9242902208201893,Count:317},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:0,Winner:.5511811023622047,Kills:4.099737532808399,Deaths:4.454068241469816,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8136482939632548,Count:381},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:0,Winner:.5223880597014925,Kills:3.2313432835820897,Deaths:3.7412935323383083,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.743781094527363,Count:402},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:2,Winner:.5072115384615384,Kills:2.8197115384615383,Deaths:3.3966346153846154,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.829326923076923,Count:416},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:1,Winner:.5235732009925558,Kills:3.694789081885856,Deaths:4.362282878411911,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.739454094292804,Count:403},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:0,Winner:.45806451612903226,Kills:3.967741935483871,Deaths:4.741935483870968,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.513978494623656,Count:465},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5417721518987342,Kills:2.2455696202531645,Deaths:2.3265822784810126,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7493670886075949,Count:395},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4919908466819222,Kills:1.3386727688787186,Deaths:1.7208237986270023,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5240274599542334,Count:437},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:1,Winner:.5541237113402062,Kills:5.020618556701031,Deaths:4.115979381443299,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.86340206185567,Count:388},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4920273348519362,Kills:.8724373576309795,Deaths:1.6469248291571754,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4988610478359909,Count:439},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:0,Winner:.5117924528301887,Kills:4.502358490566038,Deaths:3.9504716981132075,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6910377358490565,Count:424},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:0,Winner:.42248062015503873,Kills:3.808139534883721,Deaths:4.358527131782946,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4089147286821704,Count:516},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4421906693711968,Kills:2.4604462474645032,Deaths:2.691683569979716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3894523326572008,Count:493},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:1,Winner:.514018691588785,Kills:3.2686915887850465,Deaths:3.9042056074766354,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7126168224299065,Count:428},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5459057071960298,Kills:1.4714640198511166,Deaths:1.382133995037221,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5508684863523573,Count:403},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:0,Winner:.47109207708779444,Kills:3.6381156316916488,Deaths:3.6723768736616704,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5974304068522485,Count:467},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.42996108949416345,Kills:2.6945525291828796,Deaths:4.342412451361867,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9027237354085602,Count:514},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:1,Winner:.6005434782608695,Kills:2.7309782608695654,Deaths:3.1331521739130435,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.097826086956522,Count:368},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:2,Winner:.4269230769230769,Kills:4.769230769230769,Deaths:4.457692307692308,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2807692307692307,Count:520},{Actor:"*Varya*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42528735632183906,Kills:1.6839080459770115,Deaths:2.478927203065134,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5421455938697318,Count:522},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4605809128630705,Kills:1.5892116182572613,Deaths:2.2427385892116183,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36929460580912865,Count:482},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:1,Winner:.555,Kills:4.8075,Deaths:4.155,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.115,Count:400},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.676829268292683,Kills:6.335365853658536,Deaths:4.088414634146342,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.423780487804878,Count:328},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:1,Winner:.49445676274944567,Kills:3.9689578713968956,Deaths:4.288248337028825,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.625277161862528,Count:451},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:0,Winner:.47761194029850745,Kills:3.5458422174840085,Deaths:3.3091684434968016,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.603411513859275,Count:469},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:1,Winner:.5572139303482587,Kills:4.686567164179104,Deaths:3.4676616915422884,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.017412935323383,Count:402},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:0,Winner:.46296296296296297,Kills:4.294238683127572,Deaths:4.602880658436214,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5473251028806585,Count:486},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.352112676056338,Kills:3.543035993740219,Deaths:4.536776212832551,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0970266040688577,Count:639},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44140625,Kills:2.044921875,Deaths:2.587890625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.365234375,Count:512},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:2,Winner:.6386554621848739,Kills:5.627450980392157,Deaths:3.649859943977591,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.327731092436975,Count:357},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:1,Winner:.5314685314685315,Kills:2.9743589743589745,Deaths:3.6037296037296036,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0326340326340326,Count:429},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4731404958677686,Kills:2.1095041322314048,Deaths:2.4442148760330578,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5330578512396694,Count:484},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4626262626262626,Kills:2.585858585858586,Deaths:2.5494949494949495,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44646464646464645,Count:495},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:1,Winner:.5867346938775511,Kills:4.349489795918367,Deaths:3.8443877551020407,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.201530612244898,Count:392},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.46938775510204084,Kills:2.440816326530612,Deaths:2.583673469387755,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5306122448979592,Count:490},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:0,Winner:.4935897435897436,Kills:4.200854700854701,Deaths:4.282051282051282,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.871794871794872,Count:468},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:0,Winner:.46107784431137727,Kills:4.023952095808383,Deaths:3.536926147704591,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.564870259481038,Count:501},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:1,Winner:.5010845986984815,Kills:2.9674620390455533,Deaths:3.767895878524946,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.631236442516269,Count:461},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:1,Winner:.4695121951219512,Kills:4.258130081300813,Deaths:4.130081300813008,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6890243902439024,Count:492},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5214446952595937,Kills:.9164785553047404,Deaths:1.4559819413092552,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6636568848758465,Count:443},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:0,Winner:.45136186770428016,Kills:3.8249027237354087,Deaths:4.85408560311284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4669260700389106,Count:514},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5308924485125858,Kills:1.7986270022883295,Deaths:2.148741418764302,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3340961098398169,Count:437},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:0,Winner:.4,Kills:3.886206896551724,Deaths:5.198275862068965,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.146551724137931,Count:580},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:1,Winner:.3825944170771757,Kills:4.632183908045977,Deaths:4.584564860426929,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1313628899835795,Count:609},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5560859188544153,Kills:1.9856801909307875,Deaths:2.0501193317422435,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4295942720763723,Count:419},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:1,Winner:.46975806451612906,Kills:4.610887096774194,Deaths:4.443548387096774,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7983870967741935,Count:496},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:0,Winner:.5331807780320366,Kills:4.389016018306636,Deaths:4.773455377574371,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.839816933638444,Count:437},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:0,Winner:.4448669201520912,Kills:5.106463878326996,Deaths:4.857414448669202,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.505703422053232,Count:526},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5679611650485437,Kills:2.400485436893204,Deaths:2.29126213592233,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4684466019417476,Count:412},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:0,Winner:.4855371900826446,Kills:4.212809917355372,Deaths:4.5227272727272725,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.65702479338843,Count:484},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:1,Winner:.44933078393881454,Kills:4.820267686424474,Deaths:4.07074569789675,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.644359464627151,Count:523},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:1,Winner:.5209713024282561,Kills:3.5386313465783665,Deaths:3.326710816777042,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.774834437086093,Count:453},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:0,Winner:.4637964774951076,Kills:4.185909980430528,Deaths:4.485322896281801,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5616438356164384,Count:511},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.7095808383233533,Kills:3.643712574850299,Deaths:1.9191616766467066,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7664670658682635,Count:334},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.42702702702702705,Kills:3.345945945945946,Deaths:3.464864864864865,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.533333333333333,Count:555},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:0,Winner:.449438202247191,Kills:4.790262172284645,Deaths:4.5411985018726595,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.406367041198502,Count:534},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.43189964157706096,Kills:2.763440860215054,Deaths:3.439068100358423,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4767025089605736,Count:558},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:1,Winner:.4772277227722772,Kills:3.8297029702970296,Deaths:4.55049504950495,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.603960396039604,Count:505},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:1,Winner:.5537757437070938,Kills:4.151029748283753,Deaths:3.8924485125858124,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0251716247139586,Count:437},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5072765072765073,Kills:2.083160083160083,Deaths:2.3555093555093554,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3783783783783784,Count:481},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:0,Winner:.4765625,Kills:3.166015625,Deaths:3.3515625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.654296875,Count:512},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.46387832699619774,Kills:2.4980988593155895,Deaths:2.5665399239543727,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3403041825095057,Count:526},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:2,Winner:.7592592592592593,Kills:5.851851851851852,Deaths:3.6141975308641974,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8333333333333335,Count:324},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.41,Kills:2.0116666666666667,Deaths:2.85,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2683333333333333,Count:600},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:1,Winner:.531317494600432,Kills:5.3498920086393085,Deaths:4.825053995680346,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8293736501079914,Count:463},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:2,Winner:.5464601769911505,Kills:4.743362831858407,Deaths:3.4314159292035398,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.150442477876106,Count:452},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:0,Winner:.45571955719557194,Kills:2.022140221402214,Deaths:3.592250922509225,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.625461254612546,Count:542},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5334773218142549,Kills:1.956803455723542,Deaths:2.4017278617710582,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6414686825053996,Count:463},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:1,Winner:.562358276643991,Kills:2.8458049886621315,Deaths:3.142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.131519274376417,Count:441},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:1,Winner:.45207956600361665,Kills:3.034358047016275,Deaths:3.64376130198915,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.663652802893309,Count:553},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:0,Winner:.44190140845070425,Kills:3.227112676056338,Deaths:3.8767605633802815,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5017605633802815,Count:568},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.33422103861517977,Kills:1.5605858854860186,Deaths:2.543275632490013,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3754993342210386,Count:751},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:0,Winner:.5480349344978166,Kills:4.091703056768559,Deaths:4.192139737991266,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8078602620087336,Count:458},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:1,Winner:.5306553911205074,Kills:3.7103594080338267,Deaths:3.6765327695560255,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.748414376321353,Count:473},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5431034482758621,Kills:.4892241379310345,Deaths:.5021551724137931,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6573275862068966,Count:464},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3981042654028436,Kills:2.4075829383886256,Deaths:1.9510268562401263,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35071090047393366,Count:633},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4375,Kills:1.984375,Deaths:2.40625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5815972222222222,Count:576},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:0,Winner:.4456140350877193,Kills:2.933333333333333,Deaths:3.675438596491228,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.480701754385965,Count:570},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:0,Winner:.45132743362831856,Kills:3.7787610619469025,Deaths:4.527433628318584,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6035398230088496,Count:565},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.5402542372881356,Kills:5.0741525423728815,Deaths:3.8538135593220337,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9322033898305087,Count:472},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.463898916967509,Kills:2.8826714801444044,Deaths:2.608303249097473,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5234657039711191,Count:554},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:0,Winner:.6023255813953489,Kills:5.4,Deaths:4.0488372093023255,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3,Count:430},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5009633911368016,Kills:5.878612716763006,Deaths:5.350674373795761,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9710982658959537,Count:519},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:0,Winner:.46846846846846846,Kills:4.306306306306307,Deaths:4.4324324324324325,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6738738738738737,Count:555},{Actor:"*Tony*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4562937062937063,Kills:2.0576923076923075,Deaths:2.375874125874126,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36013986013986016,Count:572},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:1,Winner:.660759493670886,Kills:5.706329113924051,Deaths:4.0050632911392405,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3873417721518986,Count:395},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4694244604316547,Kills:6.615107913669065,Deaths:5.884892086330935,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7482014388489209,Count:556},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5048169556840078,Kills:3.030828516377649,Deaths:2.8535645472061657,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6069364161849711,Count:519},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.473967684021544,Kills:2.495511669658887,Deaths:2.770197486535009,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45601436265709155,Count:557},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:0,Winner:.5106382978723404,Kills:4.220502901353965,Deaths:4.2398452611218564,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8007736943907156,Count:517},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5278884462151394,Kills:2.4382470119521913,Deaths:2.7031872509960158,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4641434262948207,Count:502},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4565587734241908,Kills:2.45144804088586,Deaths:2.4565587734241907,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38671209540034074,Count:587},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.46379310344827585,Kills:2.2551724137931033,Deaths:2.5172413793103448,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4241379310344828,Count:580},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49177330895795246,Kills:2.2248628884826327,Deaths:2.316270566727605,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3473491773308958,Count:547},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:1,Winner:.556237218813906,Kills:4.92638036809816,Deaths:4.07361963190184,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9427402862985685,Count:489},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:0,Winner:.6484560570071259,Kills:4.8123515439429925,Deaths:3.4228028503562946,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.370546318289786,Count:421},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4157814871016692,Kills:2.764795144157815,Deaths:2.8634294385432475,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3945371775417299,Count:659},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5018315018315018,Kills:.9597069597069597,Deaths:1.5714285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5805860805860806,Count:546},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.48154657293497366,Kills:1.1985940246045694,Deaths:1.9279437609841827,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36203866432337434,Count:569},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:0,Winner:.632183908045977,Kills:4.551724137931035,Deaths:3.7287356321839082,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2298850574712645,Count:435},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.5679012345679012,Kills:5.100823045267489,Deaths:4.415637860082304,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9526748971193415,Count:486},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:1,Winner:.5328185328185329,Kills:4.125482625482626,Deaths:4.557915057915058,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7934362934362933,Count:518},{Actor:"*Reim*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4711864406779661,Kills:4.857627118644068,Deaths:5.979661016949152,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.935593220338983,Count:590},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5344827586206896,Kills:2.9578544061302683,Deaths:4.153256704980843,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0019157088122603,Count:522},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:0,Winner:.5100548446069469,Kills:4.089579524680073,Deaths:4.994515539305302,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5118829981718465,Count:547},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:1,Winner:.5415860735009671,Kills:4.319148936170213,Deaths:3.642166344294004,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.021276595744681,Count:517},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:0,Winner:.5008912655971479,Kills:4.361853832442068,Deaths:4.320855614973262,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7201426024955437,Count:561},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:0,Winner:.5089928057553957,Kills:4.338129496402877,Deaths:4.411870503597123,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7392086330935252,Count:556},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.355,Kills:1.8675,Deaths:2.23875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.33375,Count:800},{Actor:"*Malene*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3497536945812808,Kills:1.435960591133005,Deaths:2.2019704433497536,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.312807881773399,Count:812},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.406827880512091,Kills:2.6173541963015645,Deaths:3.4324324324324325,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.287339971550498,Count:703},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:1,Winner:.48976109215017066,Kills:2.967576791808874,Deaths:3.3208191126279862,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.907849829351536,Count:586},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6172043010752688,Kills:3.739784946236559,Deaths:2.3913978494623658,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6258064516129033,Count:465},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49146757679180886,Kills:.8822525597269625,Deaths:1.7389078498293515,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41638225255972694,Count:586},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.526508226691042,Kills:1.0036563071297988,Deaths:1.5374771480804388,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5283363802559415,Count:547},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:1,Winner:.511504424778761,Kills:4.71858407079646,Deaths:4.364601769911505,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8176991150442476,Count:565},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:1,Winner:.4957118353344768,Kills:4.392795883361921,Deaths:4.320754716981132,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.783876500857633,Count:583},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5272727272727272,Kills:2.1636363636363636,Deaths:2.441818181818182,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7454545454545455,Count:550},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:1,Winner:.5078809106830122,Kills:3.7845884413309983,Deaths:4.201401050788091,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.817863397548161,Count:571},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:0,Winner:.6173361522198731,Kills:5.4038054968287526,Deaths:4.249471458773784,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1585623678646932,Count:473},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:0,Winner:.4704,Kills:3.5936,Deaths:3.8144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6928,Count:625},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5495327102803739,Kills:2.6373831775700936,Deaths:2.405607476635514,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6205607476635514,Count:535},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:0,Winner:.48440065681444994,Kills:3.761904761904762,Deaths:4.336617405582923,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.497536945812808,Count:609},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:0,Winner:.46021840873634945,Kills:4.009360374414976,Deaths:3.574102964118565,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8221528861154446,Count:641},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:0,Winner:.4974704890387858,Kills:4.141652613827993,Deaths:4.070826306913997,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7588532883642496,Count:593},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:0,Winner:.576171875,Kills:2.66015625,Deaths:3.095703125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.044921875,Count:512},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.42045454545454547,Kills:2.143465909090909,Deaths:2.796875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.28551136363636365,Count:704},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:0,Winner:.5112262521588946,Kills:4.217616580310881,Deaths:4.112262521588947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.699481865284974,Count:579},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45891472868217054,Kills:1.3193798449612404,Deaths:1.9054263565891474,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39069767441860465,Count:645},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3860103626943005,Kills:1.733160621761658,Deaths:2.6295336787564767,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5038860103626943,Count:772},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5995975855130785,Kills:3.1388329979879277,Deaths:2.0301810865191148,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6197183098591549,Count:497},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:1,Winner:.5609756097560976,Kills:4.9793621013133205,Deaths:3.810506566604128,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.99249530956848,Count:533},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.443620178041543,Kills:2.336795252225519,Deaths:2.7166172106824926,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5281899109792285,Count:674},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:0,Winner:.5972222222222222,Kills:4.329365079365079,Deaths:3.7182539682539684,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.134920634920635,Count:504},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:1,Winner:.5462794918330308,Kills:3.8148820326678767,Deaths:3.5680580762250456,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.852994555353902,Count:551},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.48083067092651754,Kills:2.4345047923322682,Deaths:2.303514376996805,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4217252396166134,Count:626},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:0,Winner:.4568835098335855,Kills:4.517397881996974,Deaths:4.711043872919818,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6172465960665656,Count:661},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.36341756919374246,Kills:1.582430806257521,Deaths:2.5487364620938626,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4091456077015644,Count:831},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:0,Winner:.5135593220338983,Kills:5.059322033898305,Deaths:4.054237288135593,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.683050847457627,Count:590},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.5297202797202797,Kills:4.218531468531468,Deaths:4.648601398601398,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.888111888111888,Count:572},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:2,Winner:.6196319018404908,Kills:4.3885480572597135,Deaths:3.4662576687116564,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.355828220858896,Count:489},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:0,Winner:.5907335907335908,Kills:5.362934362934363,Deaths:4.293436293436294,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.167953667953668,Count:518},{Actor:"*Varya*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4002607561929596,Kills:4.6336375488917865,Deaths:5.823989569752282,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.013037809647979,Count:767},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4468704512372635,Kills:2.3304221251819506,Deaths:2.7001455604075693,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4847161572052402,Count:687},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:1,Winner:.6193293885601578,Kills:5.29388560157791,Deaths:4.14792899408284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.353057199211045,Count:507},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4410112359550562,Kills:2.2247191011235956,Deaths:2.662921348314607,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3904494382022472,Count:712},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:0,Winner:.5384615384615384,Kills:2.9692307692307693,Deaths:3.5760683760683762,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6717948717948716,Count:585},{Actor:"*Malene*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.46735905044510384,Kills:5.307121661721069,Deaths:4.596439169139466,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.827893175074184,Count:674},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5293132328308208,Kills:2.204355108877722,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3685092127303183,Count:597},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.424,Kills:1.4706666666666666,Deaths:2.0866666666666664,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38266666666666665,Count:750},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5452991452991452,Kills:3.348717948717949,Deaths:2.724786324786325,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4683760683760684,Count:585},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5299003322259136,Kills:2.637873754152824,Deaths:2.3006644518272426,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4169435215946844,Count:602},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.7266514806378133,Kills:6.161731207289294,Deaths:3.9043280182232345,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.503416856492027,Count:439},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:0,Winner:.6557377049180327,Kills:6.047131147540983,Deaths:3.526639344262295,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2581967213114753,Count:488},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5354200988467874,Kills:2.5205930807248764,Deaths:2.3904448105436575,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4612850082372323,Count:607},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.500768049155146,Kills:1.771121351766513,Deaths:1.9692780337941629,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44393241167434716,Count:651},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:0,Winner:.5787610619469027,Kills:4.4389380530973455,Deaths:3.8053097345132745,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.989380530973451,Count:565},{Actor:"*Idris*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4304461942257218,Kills:2.405511811023622,Deaths:2.5341207349081363,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.410761154855643,Count:762},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:1,Winner:.6036697247706422,Kills:5.4,Deaths:4.192660550458716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1871559633027524,Count:545},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.42287917737789205,Kills:2.4151670951156814,Deaths:3.007712082262211,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4845758354755784,Count:778},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.42912873862158646,Kills:2.4304291287386217,Deaths:2.2067620286085825,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.31339401820546164,Count:769},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5030211480362538,Kills:1.13595166163142,Deaths:1.5468277945619335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5045317220543807,Count:662},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5037481259370314,Kills:2.413793103448276,Deaths:2.113943028485757,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4707646176911544,Count:667},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4720670391061452,Kills:2.3491620111731844,Deaths:2.223463687150838,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.32821229050279327,Count:716},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5044642857142857,Kills:2.25,Deaths:2.543154761904762,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47023809523809523,Count:672},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4963609898107715,Kills:2.905385735080058,Deaths:2.7496360989810773,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39592430858806404,Count:687},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:0,Winner:.5089285714285714,Kills:2.7961309523809526,Deaths:3.6473214285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.767857142857143,Count:672},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4810126582278481,Kills:2.6722925457102673,Deaths:2.690576652601969,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.459915611814346,Count:711},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.37927232635060637,Kills:3.282249173098126,Deaths:3.8291069459757443,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.284454244762955,Count:907},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:1,Winner:.6472795497185742,Kills:4.898686679174484,Deaths:3.2382739212007503,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4709193245778613,Count:533},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.4413265306122449,Kills:4.271683673469388,Deaths:4.8979591836734695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.211734693877551,Count:784},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48945147679324896,Kills:2.9142053445850915,Deaths:2.5583684950773558,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5316455696202531,Count:711},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6176991150442478,Kills:2.904424778761062,Deaths:2.230088495575221,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5805309734513274,Count:565},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49645390070921985,Kills:2.575886524822695,Deaths:2.15886524822695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5475177304964539,Count:705},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49929278642149927,Kills:2.7906647807637905,Deaths:2.432814710042433,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38613861386138615,Count:707},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:1,Winner:.5330330330330331,Kills:4.591591591591592,Deaths:3.5405405405405403,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1621621621621623,Count:666},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4896836313617607,Kills:2.1182943603851445,Deaths:2.4415405777166437,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.687757909215956,Count:727},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5014084507042254,Kills:1.3535211267605634,Deaths:1.923943661971831,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4028169014084507,Count:710},{Actor:"*Petal*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5165945165945166,Kills:5.215007215007215,Deaths:4.907647907647908,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4473304473304474,Count:693},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4463840399002494,Kills:2.1982543640897756,Deaths:2.598503740648379,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43516209476309226,Count:802},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5382308845577212,Kills:2.4887556221889056,Deaths:2.4062968515742127,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47226386806596704,Count:667},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49043715846994534,Kills:1.260928961748634,Deaths:1.6871584699453552,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4672131147540984,Count:732},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47808764940239046,Kills:1.248339973439575,Deaths:1.9880478087649402,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4077025232403719,Count:753},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4381067961165049,Kills:2.5230582524271843,Deaths:2.787621359223301,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4672330097087379,Count:824},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5013888888888889,Kills:2.5,Deaths:4.865277777777778,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.4458333333333333,Count:720},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5178316690442225,Kills:2.914407988587732,Deaths:2.339514978601997,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.572039942938659,Count:701},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:1,Winner:.6600719424460432,Kills:4.620503597122302,Deaths:3.485611510791367,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.406474820143885,Count:556},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4785992217898833,Kills:2.8521400778210118,Deaths:2.5810635538262,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5110246433203631,Count:771},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4202733485193622,Kills:1.6674259681093395,Deaths:2.15375854214123,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3792710706150342,Count:878},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5237430167597765,Kills:2.86731843575419,Deaths:2.622905027932961,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5195530726256983,Count:716},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.5,Kills:3.905835543766578,Deaths:3.9840848806366047,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7665782493368702,Count:754},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.46266829865361075,Kills:1.8359853121175032,Deaths:2.167686658506732,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4320685434516524,Count:817},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4935400516795866,Kills:1.2622739018087856,Deaths:1.8565891472868217,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3772609819121447,Count:774},{Actor:"*Rona*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.41386782231852653,Kills:4.840736728060672,Deaths:5.7486457204767065,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8808234019501626,Count:923},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:1,Winner:.7191011235955056,Kills:6.593632958801498,Deaths:3.3707865168539324,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6591760299625467,Count:534},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5325936199722607,Kills:2.7919556171983357,Deaths:2.2274618585298196,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6019417475728155,Count:721},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4502923976608187,Kills:1.8526315789473684,Deaths:2.528654970760234,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5894736842105263,Count:855},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4917825537294564,Kills:1.8305941845764855,Deaths:2.230088495575221,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5347661188369153,Count:791},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4504608294930876,Kills:2.421658986175115,Deaths:2.771889400921659,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4032258064516129,Count:868},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.44519774011299434,Kills:4.8915254237288135,Deaths:5.346892655367232,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.070056497175141,Count:885},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5306666666666666,Kills:2.1253333333333333,Deaths:2.2253333333333334,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:750},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4544419134396355,Kills:2.440774487471526,Deaths:2.6264236902050113,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5125284738041003,Count:878},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:1,Winner:.5517241379310345,Kills:4.431724137931035,Deaths:4.0744827586206895,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9255172413793105,Count:725},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4659746251441753,Kills:2.542099192618224,Deaths:2.71280276816609,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4140715109573241,Count:867},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5171974522292994,Kills:2.4203821656050954,Deaths:2.52484076433121,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5554140127388535,Count:785},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.41700819672131145,Kills:1.8043032786885247,Deaths:2.6813524590163933,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.29918032786885246,Count:976},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6286149162861492,Kills:3.0213089802130897,Deaths:1.9665144596651445,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.806697108066971,Count:657},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4969987995198079,Kills:3.241296518607443,Deaths:3.0960384153661464,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4225690276110444,Count:833},{Actor:"*Lance*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.44042553191489364,Kills:3.0968085106382977,Deaths:4.995744680851064,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5361702127659576,Count:940},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47105561861521,Kills:3.163450624290579,Deaths:2.7775255391600453,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4245175936435868,Count:881},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:2,Winner:.7032040472175379,Kills:4.841483979763912,Deaths:3.2529510961214165,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6239460370994943,Count:593},{Actor:"*Rona*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4287158746208291,Kills:5.785642062689585,Deaths:6.345803842264914,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5540950455005056,Count:989},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4245754245754246,Kills:2.10989010989011,Deaths:2.733266733266733,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2977022977022977,Count:1001},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4148003894839338,Kills:5.453748782862707,Deaths:6.210321324245375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5988315481986368,Count:1027},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.5093457943925234,Kills:3.9544392523364484,Deaths:3.739485981308411,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9018691588785046,Count:856},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4352589641434263,Kills:2.258964143426295,Deaths:2.658366533864542,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5567729083665338,Count:1004},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5276442307692307,Kills:2.7716346153846154,Deaths:2.675480769230769,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7247596153846154,Count:832},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5590851334180432,Kills:2.218551461245235,Deaths:2.2210927573062262,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4536213468869123,Count:787},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4368836291913215,Kills:2.1341222879684416,Deaths:2.373767258382643,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41420118343195267,Count:1014},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5583437892095358,Kills:1.1706398996235885,Deaths:1.4429109159347553,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5282308657465495,Count:797},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5141884222474461,Kills:1.11577752553916,Deaths:1.4948921679909195,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4948921679909194,Count:881},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.475,Kills:1.3427083333333334,Deaths:1.9604166666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.365625,Count:960},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.4811320754716981,Kills:2.857442348008386,Deaths:3.5283018867924527,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6331236897274635,Count:954},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5226757369614512,Kills:2.684807256235828,Deaths:2.120181405895692,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42970521541950113,Count:882},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:2,Winner:.7388535031847133,Kills:6.487261146496815,Deaths:3.3455414012738856,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7038216560509554,Count:628},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.5400696864111498,Kills:4.751451800232288,Deaths:4.349593495934959,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8153310104529616,Count:861},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.46199407699901285,Kills:1.7354392892398816,Deaths:2.250740375123396,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5004935834155972,Count:1013},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49473684210526314,Kills:2.534736842105263,Deaths:2.497894736842105,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5452631578947369,Count:950},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.40359897172236503,Kills:2.473007712082262,Deaths:2.6341045415595543,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3050556983718937,Count:1167},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5192096597145993,Kills:2.6092206366630077,Deaths:2.499451152579583,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3611416026344676,Count:911},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.497907949790795,Kills:3.469665271966527,Deaths:2.8064853556485354,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49476987447698745,Count:956},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5206971677559913,Kills:3.047930283224401,Deaths:2.7657952069716774,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6928104575163399,Count:918},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5090137857900318,Kills:3.777306468716861,Deaths:4.849416755037115,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8865323435843053,Count:943},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4678988326848249,Kills:1.8365758754863812,Deaths:2.2616731517509727,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5107003891050583,Count:1028},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5015641293013556,Kills:1.877997914494265,Deaths:2.2492179353493222,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5891553701772679,Count:959},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.540268456375839,Kills:2.9586129753914987,Deaths:2.569351230425056,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41498881431767337,Count:894},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.4463955637707948,Kills:3.575785582255083,Deaths:4.88909426987061,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.469500924214418,Count:1082},{Actor:"*Petal*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5294117647058824,Kills:6.284313725490196,Deaths:4.97276688453159,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9825708061002179,Count:918},{Actor:"*Tony*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4822485207100592,Kills:6.039447731755424,Deaths:6.145956607495069,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5700197238658777,Count:1014},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.502020202020202,Kills:2.6676767676767676,Deaths:2.6818181818181817,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45252525252525255,Count:990},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.526984126984127,Kills:7.616931216931217,Deaths:5.962962962962963,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6095238095238096,Count:945},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.528101802757158,Kills:.9183457051961824,Deaths:1.4485683987274656,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.623541887592789,Count:943},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4868292682926829,Kills:2.7804878048780486,Deaths:2.5102439024390244,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43121951219512195,Count:1025},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5947556615017878,Kills:2.9856972586412396,Deaths:2.3969010727056017,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.700834326579261,Count:839},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5269709543568465,Kills:3.2136929460580914,Deaths:2.495850622406639,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5508298755186722,Count:964},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.511,Kills:1.957,Deaths:2.221,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.577,Count:1e3},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4724264705882353,Kills:2.296875,Deaths:2.3786764705882355,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40900735294117646,Count:1088},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.47155963302752296,Kills:5.036697247706422,Deaths:5.653211009174312,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.801834862385321,Count:1090},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.46866485013623976,Kills:7.346957311534968,Deaths:6.462306993642144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.4977293369663942,Count:1101},{Actor:"*Malene*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5123639960435212,Kills:4.847675568743818,Deaths:4.221562809099901,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9515331355093966,Count:1011},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.48285449490268767,Kills:6.544022242817424,Deaths:5.218721037998146,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9990732159406859,Count:1079},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5425311203319502,Kills:1.9896265560165975,Deaths:2.0943983402489628,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42323651452282157,Count:964},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6048387096774194,Kills:2.8087557603686637,Deaths:2.6993087557603688,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9400921658986175,Count:868},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4592720970537262,Kills:1.9133448873483536,Deaths:2.279896013864818,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5649913344887348,Count:1154},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4472361809045226,Kills:1.8224455611390284,Deaths:2.3953098827470685,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5552763819095478,Count:1194},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5303326810176126,Kills:2.235812133072407,Deaths:2.2700587084148727,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38649706457925637,Count:1022},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5215723873441994,Kills:3,Deaths:2.653883029721956,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6299137104506232,Count:1043},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43070866141732284,Kills:2.3039370078740156,Deaths:2.3913385826771654,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2826771653543307,Count:1270},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5303760848601736,Kills:2.4831243972999038,Deaths:2.2738669238187077,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47540983606557374,Count:1037},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4784110535405872,Kills:5.365284974093265,Deaths:5.536269430051814,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8488773747841105,Count:1158},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.47420965058236275,Kills:4.662229617304493,Deaths:4.221297836938436,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.74459234608985,Count:1202},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5182872435325602,Kills:2.6735057983942907,Deaths:2.12042818911686,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42283675289919714,Count:1121},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4761532447224394,Kills:.48631743549648165,Deaths:.5871774824081314,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5676309616888194,Count:1279},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.48625294579732914,Kills:2.7989002356637864,Deaths:2.824823252160251,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44069128043990574,Count:1273},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.505271695052717,Kills:2.6261151662611515,Deaths:2.464720194647202,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4144363341443633,Count:1233},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5297113752122241,Kills:2.4524617996604414,Deaths:2.497453310696095,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3624787775891341,Count:1178},{Actor:"*Anka*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4921383647798742,Kills:6.95125786163522,Deaths:6.5251572327044025,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.528301886792453,Count:1272},{Actor:"*Anka*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.38751545117428926,Kills:3.9672435105067985,Deaths:5.2663782447466,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0791100123609394,Count:1618},{Actor:"*Joule*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5219155844155844,Kills:5.9310064935064934,Deaths:5.462662337662338,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0868506493506493,Count:1232},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.42194644023514044,Kills:5.315480078380144,Deaths:5.548661005878511,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8151534944480732,Count:1531},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5735815602836879,Kills:2.898936170212766,Deaths:2.173758865248227,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5851063829787234,Count:1128},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5035019455252918,Kills:1.8996108949416342,Deaths:2.2848249027237353,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5937743190661479,Count:1285},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49923195084485406,Kills:1.4193548387096775,Deaths:1.7403993855606759,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40860215053763443,Count:1302},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5053763440860215,Kills:2.4877112135176653,Deaths:2.4692780337941627,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3456221198156682,Count:1302},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5026656511805027,Kills:2.8994668697638994,Deaths:2.447067783701447,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5041888804265042,Count:1313},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5041952707856598,Kills:4.926010678871091,Deaths:5.43859649122807,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1060259344012207,Count:1311},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4647790055248619,Kills:2.696132596685083,Deaths:2.6374309392265194,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5787292817679558,Count:1448},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44816272965879267,Kills:2.2782152230971127,Deaths:2.5688976377952755,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48556430446194226,Count:1524},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5826972010178118,Kills:3.519083969465649,Deaths:2.491942324003393,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5156912637828668,Count:1179},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5049435028248588,Kills:3.855225988700565,Deaths:5.062853107344632,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7937853107344632,Count:1416},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.439686369119421,Kills:5.0174909529553675,Deaths:5.107358262967431,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.990952955367913,Count:1658},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5862068965517241,Kills:3.3985565356856458,Deaths:2.51242983159583,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5108259823576584,Count:1247},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5154929577464789,Kills:2.0492957746478875,Deaths:4.337323943661972,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9514084507042253,Count:1420},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5041265474552957,Kills:1.202888583218707,Deaths:1.5440165061898212,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47248968363136173,Count:1454},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4614427860696517,Kills:2.3861940298507465,Deaths:2.6181592039800994,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4937810945273632,Count:1608},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.581704456606724,Kills:1.053948397185301,Deaths:1.1954652071931196,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5840500390930414,Count:1279},{Actor:"*Taka*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.43915343915343913,Kills:6.375073486184597,Deaths:5.548500881834215,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.4362139917695473,Count:1701},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5200831024930748,Kills:2.330332409972299,Deaths:2.471606648199446,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5457063711911357,Count:1444},{Actor:"*Grace*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5393896380411639,Kills:3.021291696238467,Deaths:4.6650106458481195,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9460610361958837,Count:1409},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5314009661835749,Kills:2.5665976535541755,Deaths:2.52864044168392,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6956521739130435,Count:1449},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.524390243902439,Kills:1.8109756097560976,Deaths:4.165989159891599,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7588075880758807,Count:1476},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5264922870556673,Kills:2.0181086519114686,Deaths:2.2642521797451374,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6841046277665996,Count:1491},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4987421383647799,Kills:7.383647798742138,Deaths:5.79937106918239,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8628930817610063,Count:1590},{Actor:"*Tony*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5240289664252797,Kills:5.8973008558262014,Deaths:5.499670836076366,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8321263989466754,Count:1519},{Actor:"*Lance*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4256110520722636,Kills:3.0892667375132836,Deaths:5.2502656748140275,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.575451647183847,Count:1882},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.48814589665653496,Kills:4.586626139817629,Deaths:4.656534954407295,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.178115501519757,Count:1645},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.46543778801843316,Kills:4.982142857142857,Deaths:5.402649769585254,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1566820276497696,Count:1736},{Actor:"*Joule*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5116279069767442,Kills:6.4494028912633565,Deaths:5.875549968573225,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9000628535512256,Count:1591},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4646522234891676,Kills:2.2936145952109466,Deaths:2.331242873432155,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4646522234891676,Count:1754},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5171102661596958,Kills:2.600126742712294,Deaths:2.3922686945500633,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42775665399239543,Count:1578},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5055350553505535,Kills:3.0375153751537516,Deaths:2.9489544895448954,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43849938499384994,Count:1626},{Actor:"*Skye*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4697488584474886,Kills:5.103881278538813,Deaths:5.309931506849315,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.841324200913242,Count:1752},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4873900293255132,Kills:2.918475073313783,Deaths:4.483870967741935,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0451612903225804,Count:1705},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5413971539456662,Kills:2.628719275549806,Deaths:2.333764553686934,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.34346701164294957,Count:1546},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4876507754164273,Kills:6.485927627800115,Deaths:5.5416427340608845,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.215393452039058,Count:1741},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4375,Kills:2.4059959349593494,Deaths:2.4009146341463414,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2601626016260163,Count:1968},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4662740899357602,Kills:6.009635974304069,Deaths:5.698072805139186,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6836188436830835,Count:1868},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4913359418669648,Kills:2.93236444941308,Deaths:2.5505869200670768,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48965902738960315,Count:1789},{Actor:"*Baron*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5031374786081004,Kills:5.391899600684541,Deaths:5.766115231032516,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3599543639475185,Count:1753},{Actor:"*Krul*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.515979081929111,Kills:5.850668216153399,Deaths:5.557815223707147,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.811737361998838,Count:1721},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5153445280833816,Kills:2.0144759698899826,Deaths:2.2472495657209035,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6056745801968731,Count:1727},{Actor:"*Reim*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5445724681625227,Kills:5.764705882352941,Deaths:5.529411764705882,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9993935718617344,Count:1649},{Actor:"*Varya*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5005530973451328,Kills:4.7472345132743365,Deaths:4.918141592920354,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.184734513274336,Count:1808},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5008,Kills:2.8261333333333334,Deaths:2.445866666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5077333333333334,Count:1875},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5235980011104941,Kills:2.9106052193225986,Deaths:2.631315935591338,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6074403109383676,Count:1801},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5588928150765606,Kills:2.6760895170789163,Deaths:2.2149587750294466,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6501766784452296,Count:1698},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5162866449511401,Kills:2.721498371335505,Deaths:2.764929424538545,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6943539630836048,Count:1842},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4806240563663815,Kills:5.523905385002516,Deaths:5.1509813789632615,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3588324106693506,Count:1987},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.46265060240963857,Kills:2.748433734939759,Deaths:4.393734939759036,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9378313253012047,Count:2075},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5057712486883525,Kills:3.183105981112277,Deaths:3.657397691500525,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.849947534102833,Count:1906},{Actor:"*SAW*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5209452201933404,Kills:5.548872180451128,Deaths:6.4446831364124595,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7089151450053706,Count:1862},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5054375970999482,Kills:2.8865872604867944,Deaths:2.4945624029000517,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5261522527187985,Count:1931},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5556186152099887,Kills:2.615209988649262,Deaths:2.1799091940976165,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5448354143019296,Count:1762},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5515695067264574,Kills:2.772421524663677,Deaths:2.5801569506726456,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6692825112107623,Count:1784},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4335387323943662,Kills:7.112676056338028,Deaths:5.970950704225352,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5316901408450705,Count:2272},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5263983272347099,Kills:2.6769472033455304,Deaths:2.405122843700993,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5284892838473602,Count:1913},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4900822447992259,Kills:5.7581035316884375,Deaths:5.203193033381712,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.011611030478955,Count:2067},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4762989972652689,Kills:6.613947128532361,Deaths:5.583865086599817,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7793983591613491,Count:2194},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5409582689335394,Kills:5.235445646573931,Deaths:5.001545595054096,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.727460072127769,Count:1941},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4829312699135184,Kills:2.970414201183432,Deaths:3.75011379153391,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8493400091033227,Count:2197},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47521214828048236,Kills:2.604287628405538,Deaths:2.5194283162125948,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4242965609647164,Count:2239},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5058768218147626,Kills:7.450869769628585,Deaths:6.119887165021156,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8180535966149507,Count:2127},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5833333333333334,Kills:2.7646103896103895,Deaths:2.6645021645021645,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8409090909090909,Count:1848},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.515625,Kills:2.800662878787879,Deaths:2.7050189393939394,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.693655303030303,Count:2112},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5627258647392875,Kills:2.835828600929272,Deaths:2.177594217862674,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7449664429530202,Count:1937},{Actor:"*Skye*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4766884531590414,Kills:6.04400871459695,Deaths:5.748583877995642,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7908496732026145,Count:2295},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.607517965726921,Kills:3.8253178551686013,Deaths:2.4129353233830844,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7661691542288557,Count:1809},{Actor:"*Idris*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4995640802092415,Kills:6.258936355710549,Deaths:5.574106364428945,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0405405405405403,Count:2294},{Actor:"*Baron*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5185022026431718,Kills:4.6784140969163,Deaths:4.8295154185022025,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.452863436123348,Count:2270},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.542608695652174,Kills:3.0556521739130433,Deaths:2.675217391304348,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6265217391304347,Count:2300},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5530603258476442,Kills:2.6741523557904006,Deaths:2.2078379568472037,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7045354469396742,Count:2271},{Actor:"*Anka*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.41163092917478883,Kills:2.4590643274853803,Deaths:3.186809616634178,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3460038986354776,Count:3078},{Actor:"*Reza*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5224557066337041,Kills:7.600741656365884,Deaths:4.9905232797692625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.853728883395138,Count:2427},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5627476882430648,Kills:4.859092910612065,Deaths:5.040070453544694,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8036107441655658,Count:2271},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5354000837871805,Kills:2.5165479681608716,Deaths:2.354000837871806,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3443653121072476,Count:2387},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.501951600312256,Kills:5.371194379391101,Deaths:5.54839968774395,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2459016393442623,Count:2562},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.49313087490961677,Kills:6.453723788864787,Deaths:5.8264642082429505,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1590744757772957,Count:2766},{Actor:"*Idris*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4990977986286539,Kills:5.9411764705882355,Deaths:5.2500902201371344,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2764345001804402,Count:2771},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5294567712318287,Kills:2.6652639632746746,Deaths:4.187834736036725,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6717674062739096,Count:2614},{Actor:"*Grace*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5471624266144814,Kills:2.7213307240704503,Deaths:4.423483365949119,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.02426614481409,Count:2555},{Actor:"*Reza*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5208333333333334,Kills:7.5476190476190474,Deaths:5.184895833333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8136160714285714,Count:2688},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.576891447368421,Kills:2.754934210526316,Deaths:2.526315789473684,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7701480263157895,Count:2432},{Actor:"*Anka*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4703417150225661,Kills:7.031914893617022,Deaths:6.754674403610574,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5348162475822051,Count:3102},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.497129348193178,Kills:4.773049645390071,Deaths:5.011820330969267,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.32016210739615,Count:2961},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.538961038961039,Kills:3.2647907647907646,Deaths:2.4527417027417027,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5678210678210678,Count:2772},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.49407894736842106,Kills:5.754605263157894,Deaths:5.329934210526316,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.307565789473684,Count:3040},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5216487703498441,Kills:7.245930031174229,Deaths:4.919986144786976,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9282992726013162,Count:2887},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5155025553662692,Kills:4.905281090289608,Deaths:4.548892674616695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2701873935264056,Count:2935},{Actor:"*Taka*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4427860696517413,Kills:6.411764705882353,Deaths:5.595258999122037,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.3944980977465613,Count:3417},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5459039548022598,Kills:1.013771186440678,Deaths:1.2397598870056497,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5052966101694916,Count:2832},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4976621858562244,Kills:2.6347165400350674,Deaths:4.075394506136762,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6984219754529515,Count:3422},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5962713936430318,Kills:3.505195599022005,Deaths:2.395171149144254,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6466992665036675,Count:3272},{Actor:"*Vox*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5013556815380823,Kills:4.7752033522307125,Deaths:4.944293813162435,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.188562977569633,Count:4057},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47020013195513527,Kills:2.8088849791071038,Deaths:2.883439630525621,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3941060039586541,Count:4547},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5210956483322289,Kills:6.210293792798763,Deaths:5.343494588027391,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.446211619173846,Count:4527},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5305080985134235,Kills:2.7681384512979808,Deaths:4.299534058131795,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7980918571111604,Count:4507},{Actor:"*Krul*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5313111545988258,Kills:6.5590998043052835,Deaths:5.9573385518591,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6798434442270058,Count:5110},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.505354505169867,Kills:6.763847858197932,Deaths:5.983197932053176,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.149926144756278,Count:5416},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6050632911392405,Kills:3.7324894514767935,Deaths:2.437974683544304,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7067510548523207,Count:4740},{Actor:"*Vox*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5447025695177754,Kills:5.815205913410771,Deaths:5.093804998240056,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3775079197465683,Count:5682},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5104609092339154,Kills:2.4720780242252633,Deaths:3.9402233758061977,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8233443448167375,Count:6357},{Actor:"*SAW*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5357963875205255,Kills:6.890804597701149,Deaths:7.132019704433498,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.626272577996716,Count:6090}]},function(e){e.exports={lastUpdate:"2018-07-12T08:04:49.321Z",config:{api:{baseUrl:"https://api.dc01.gamelockerapp.com",timeout:3,patchVersion:"3.4",startDate:"2018-06-13 16Z",regions:["sg","eu","na"],modes:["blitz_pvp_ranked","casual_aral","ranked","5v5_pvp_ranked"],matchesPerRequest:5,requestsPerInterval:50,interval:1,intervalUnit:"hours",intervalsPerMinute:1},etl:{participant:[["Winner",["attributes","stats","winner"]]],roster:[],match:[["Mode",["attributes","gameMode"]]]},reduce:{derived:[null],group:["Actor","Talent","Mode","LevelBucket"],sum:["Winner"]},file:{},self:{levelBuckets:5}}}},,function(e,t,n){"use strict";var r=n(66);n.n(r).a},,function(e,t,n){"use strict";var r=n(69);n.n(r).a},function(e){e.exports={blitz_pvp_ranked:"Blitz",casual_aral:"Battle Royale",ranked:"3v3 Ranked","5v5_pvp_ranked":"5v5 Ranked",casual:"3v3 Casual","5v5_casual":"5v5 Casual"}},function(e){e.exports={"*Talent_Churnwalker_TalentA*":"Churn Tank","*Talent_Churnwalker_TalentB*":"Cloud of Torment","*Talent_Churnwalker_TalentC*":"Grappling Hook","*Talent_Lorelai_TalentA*":"Splash Doubledown","*Talent_Lorelai_TalentB*":"Clam Up","*Talent_Lorelai_TalentC*":"Wonder Wall","*Talent_Malene_TalentA*":"Spiky-Spiky","*Talent_Malene_TalentB*":"Shadow Terror","*Talent_Malene_TalentC*":"Royal Favors","*Talent_Tony_TalentA*":"Mighty Brawler","*Talent_Tony_TalentB*":"Haymakers","*Talent_Tony_TalentC*":"Doesn't Even Hurt","*Talent_Varya_TalentA*":"Long Strike","*Talent_Varya_TalentB*":"Static Barrier","*Talent_Varya_TalentC*":"Thunderstorm","*Talent_Kensei_TalentA*":"Accelerated Mind","*Talent_Kensei_TalentB*":"Enlightened Kensho","*Talent_Kensei_TalentC*":"Endless Path","*Talent_Kinetic_TalentA*":"Pain Tracers","*Talent_Kinetic_TalentB*":"Plasma Overdrive","*Talent_Kinetic_TalentC*":"Max Kinetic","*Talent_Anka_TalentA*":"Gale Blade","*Talent_Anka_TalentB*":"Gythian Tempest","*Talent_Anka_TalentC*":"Crimson Blade"}},function(e){e.exports={"*Talent_Adagio_AvengingWrath*":"Epic","*Talent_Adagio_GiftOfLife*":"Rare","*Talent_Adagio_HealingVerse*":"Legendary","*Talent_Alpha_Acceleration*":"Legendary","*Talent_Alpha_CoreOverclock*":"Rare","*Talent_Alpha_PrimeTime*":"Epic","*Talent_Ardan_HeavyHitter*":"Epic","*Talent_Ardan_KnockoutPunch*":"Legendary","*Talent_Ardan_Vanguardian*":"Rare","*Talent_Baptiste_ArmyOfSouls*":"Legendary","*Talent_Baptiste_BadBadMojo*":"Rare","*Talent_Baptiste_TheReaper*":"Epic","*Talent_Baron_EndlessMortars*":"Epic","*Talent_Baron_TrionCannon*":"Legendary","*Talent_Baron_TurboJets*":"Rare","*Talent_Blackfeather_Elusiveness*":"Legendary","*Talent_Blackfeather_HummingbirdHeart*":"Rare","*Talent_Blackfeather_PointGuard*":"Epic","*Talent_Catherine_AdvancingGuard*":"Rare","*Talent_Catherine_QuickPursuit*":"Epic","*Talent_Catherine_Shockwave*":"Legendary","*Talent_Celeste_CoreLeafClover*":"Epic","*Talent_Celeste_GalaxyCollapse*":"Legendary","*Talent_Celeste_YoungStar*":"Rare","*Talent_Flicker_BindingDust*":"Epic","*Talent_Flicker_FairyHealing*":"Legendary","*Talent_Flicker_SwarmingLight*":"Rare","*Talent_Fortress_CriticalWounds*":"Epic","*Talent_Fortress_FlankAttack*":"Legendary","*Talent_Fortress_Longtooth*":"Rare","*Talent_Glaive_StunningBloodsong*":"Epic","*Talent_Glaive_TwistedPursuit*":"Legendary","*Talent_Glaive_ViolentAfterburn*":"Rare","*Talent_Grace_DoubleBenediction*":"Epic","*Talent_Grace_SealOfRetribution*":"Rare","*Talent_Grace_UnitedFront*":"Legendary","*Talent_Grumpjaw_BigAppetite*":"Legendary","*Talent_Grumpjaw_Rampage*":"Rare","*Talent_Grumpjaw_Reconstitution*":"Epic","*Talent_Gwen_Skedaddling*":"Epic","*Talent_Gwen_SpeedLoader*":"Rare","*Talent_Gwen_ThreeOfAKind*":"Legendary","*Talent_Idris_ChaChaChakram*":"Epic","*Talent_Idris_PathOfTheSeeker*":"Rare","*Talent_Idris_ShimmerHeal*":"Legendary","*Talent_Joule_BackupButton*":"Epic","*Talent_Joule_RocketLeapfrog*":"Rare","*Talent_Joule_ThunderingSteps*":"Legendary","*Talent_Kestrel_ActiveReload*":"Epic","*Talent_Kestrel_GlimmerVolley*":"Rare","*Talent_Kestrel_PiercingShot*":"Legendary","*Talent_Koshka_Frenzied*":"Rare","*Talent_Koshka_SlashyPlayTime*":"Legendary","*Talent_Koshka_TwirlyLife*":"Epic","*Talent_Krul_CursedBlade*":"Legendary","*Talent_Krul_DeadMansBarrier*":"Rare","*Talent_Krul_HealingSmite*":"Epic","*Talent_Lance_ReinforcedWalls*":"Rare","*Talent_Lance_Rollout*":"Epic","*Talent_Lance_Striker*":"Legendary","*Talent_Lyra_GythianWard*":"Legendary","*Talent_Lyra_MobileBulwark*":"Epic","*Talent_Lyra_TwinMissiles*":"Rare","*Talent_Ozo_Bangarangarang*":"Legendary","*Talent_Ozo_RingLeader*":"Epic","*Talent_Ozo_SecondWind*":"Rare","*Talent_Petal_Bouncer*":"Rare","*Talent_Petal_ExplosionForce*":"Legendary","*Talent_Petal_KaboomSeeds*":"Epic","*Talent_Phinn_FriendlyCavil*":"Rare","*Talent_Phinn_Phaster*":"Epic","*Talent_Phinn_RaidBoss*":"Legendary","*Talent_Reim_CreepingCold*":"Rare","*Talent_Reim_LongWinter*":"Epic","*Talent_Reim_Revenant*":"Legendary","*Talent_Reza_BurningBarrier*":"Rare","*Talent_Reza_Firemaker*":"Epic","*Talent_Reza_NetherRage*":"Legendary","*Talent_Ringo_BulletSplit*":"Epic","*Talent_Ringo_LongShot*":"Rare","*Talent_Ringo_SpikedBrew*":"Legendary","*Talent_Rona_FastWhirlwind*":"Legendary","*Talent_Rona_HeroicBrawler*":"Epic","*Talent_Rona_MOARRage*":"Rare","*Talent_Samuel_PowerSiphon*":"Rare","*Talent_Samuel_UnwakingNightmare*":"Epic","*Talent_Samuel_ViscousDarkness*":"Legendary","*Talent_SAW_PiercingBullets*":"Rare","*Talent_SAW_RoadRage*":"Legendary","*Talent_SAW_SpeedySpinUp*":"Epic","*Talent_Skaarf_FlamingSludge*":"Legendary","*Talent_Skaarf_FlashFire*":"Epic","*Talent_Skaarf_Splitfire*":"Rare","*Talent_Skye_EnhancedThrusters*":"Rare","*Talent_Skye_PiercingBarrage*":"Legendary","*Talent_Skye_RainingDeath*":"Epic","*Talent_Taka_ProtectiveDecoy*":"Epic","*Talent_Taka_RangedKaiten*":"Rare","*Talent_Taka_XXXRetsu*":"Legendary","*Talent_Vox_DeepDash*":"Rare","*Talent_Vox_EchoChamber*":"Legendary","*Talent_Vox_SoundBarrier*":"Epic"}},function(e,t,n){"use strict";n.r(t);var r=n(116),i=n(73);for(var a in i)"default"!==a&&function(e){n.d(t,e,function(){return i[e]})}(a);n(326);var l=n(5),o=Object(l.a)(i.default,r.a,r.b,!1,null,"75ba3966",null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(125),i=n(75);for(var a in i)"default"!==a&&function(e){n.d(t,e,function(){return i[e]})}(a);var l=n(5),o=Object(l.a)(i.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(123),i=n(79);for(var a in i)"default"!==a&&function(e){n.d(t,e,function(){return i[e]})}(a);n(177);var l=n(5),o=Object(l.a)(i.default,r.a,r.b,!1,null,"b64ebbb6",null);t.default=o.exports},function(e,t,n){e.exports=function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";function r(e){!function e(t,n){return Object.keys(n).forEach(function(r){t[r]&&"object"==typeof t[r]?e(t[r],n[r]):t[r]=n[r]}),t}(_,e)}function i(){return _.id?[].concat(_.id):[]}function a(){}function l(){return!(T.checkDuplicatedScript&&Array.prototype.slice.call(document.getElementsByTagName("script")).filter(function(e){return-1!==e.src.indexOf("analytics")||-1!==e.src.indexOf("gtag")}).length>0)}function o(e){return e.name||e.replace(/-/gi,"")}function s(){return new Promise(function(e,t){var n=setInterval(function(){"undefined"!=typeof window&&window.ga&&(e(),clearInterval(n))},10)})}function u(e,t){return i().length>1?o(t)+"."+e:e}function c(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];"undefined"!=typeof window&&i().forEach(function(t){var r;T.batch.enabled?(M.push({m:u(e,t),a:n}),b||(b=setInterval(function(){M.length?M.splice(0,T.batch.amount).forEach(function(e){var t;(t=window).ga.apply(t,[e.m].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(e.a)))}):(clearInterval(b),b=null)},T.batch.delay))):(r=window).ga.apply(r,[u(e,t)].concat(n))})}function d(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];"object"!=typeof t[0]||t[0].constructor!==Object?c("set",t[0],t[1]):c("set",t[0])}function f(){var e=i();T.debug.enabled&&(window.ga_debug={trace:T.debug.trace}),e.forEach(function(t){var n=o(t),r=e.length>1?K({},T.fields,{name:n}):T.fields;window.ga("create",t.id||t,"auto",r)}),T.beforeFirstHit();var t=T.ecommerce;if(t.enabled){var n=t.enhanced?"ec":"ecommerce";t.options?c("require",n,t.options):c("require",n)}T.linkers.length>0&&(c("require","linker"),c("linker:autoLink",T.linkers)),T.debug.sendHitTask||d("sendHitTask",null)}function h(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0];if(1===t.length&&"string"==typeof r)return c("send","screenview",{screenName:r});c.apply(void 0,["send","screenview"].concat(t))}function p(){for(var e=void 0,t=arguments.length,n=Array(t),r=0;r<t;r++)n[r]=arguments[r];n.length&&function(e){return e.currentRoute}(n[0])&&(e=n[0].currentRoute),n.length&&function(e){return e.query&&e.params}(n[0])&&(e=n[0]),e?v(e):(d("page","object"==typeof n[0]?n[0].page:n[0]),c.apply(void 0,["send","pageview"].concat(n)))}function v(e){if(!function(e){return-1!==T.ignoreRoutes.indexOf(e)}(e.name)){var t=T.autoTracking,n=e.meta.analytics,r=void 0===n?{}:n,i=r.pageviewTemplate||t.pageviewTemplate;if(t.screenview&&!e.name)throw new Error("[vue-analytics] Route name is mandatory when using screenview.");if(t.screenview)return void h(e.name);if(i)p(i(e));else{var a=T.router,l=T.autoTracking,o=l.transformQueryString,s=l.prependBase,u=function(e){var t=Object.keys(e).reduce(function(t,n,r,i){var a=r===i.length-1;return t+=n+"="+e[n]+(a?"":"&")},"");return""!==t?"?"+t:""}(e.query),c=a&&a.options.base,d=s&&c,f=e.path+(o?u:"");p(f=d?function(e,t){var n=t.split("/"),r=e.split("/");return""===n[0]&&"/"===e[e.length-1]&&n.shift(),r.join("/")+n.join("/")}(c,f):f)}}}function y(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}Object.defineProperty(t,"__esModule",{value:!0});var g=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},m={$vue:null,id:null,router:null,fields:{},ignoreRoutes:[],linkers:[],commands:{},disabled:!1,set:[],require:[],ecommerce:{enabled:!1,options:null,enhanced:!1},autoTracking:{screenview:!1,shouldRouterUpdate:null,skipSamePath:!1,exception:!1,exceptionLogs:!0,page:!0,transformQueryString:!0,pageviewOnLoad:!0,pageviewTemplate:null,untracked:!0,prependBase:!0},debug:{enabled:!1,trace:!1,sendHitTask:!0},batch:{enabled:!1,delay:500,amount:2},checkDuplicatedScript:!1,disableScriptLoader:!1,beforeFirstHit:a,ready:a,untracked:[]},_=g({},m),T=_,b=void 0,M=[],K=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},k=function(){2!=arguments.length?c("require",arguments.length<=0?void 0:arguments[0]):c("require",arguments.length<=0?void 0:arguments[0],arguments.length<=1?void 0:arguments[1])},x=function(){var e;T.set.forEach(function(e){var t=e.field,n=e.value;if(void 0===t||void 0===n)throw new Error('[vue-analytics] Wrong configuration in the plugin options.\nThe "set" array requires each item to have a "field" and a "value" property.');d(t,n)}),e=["ec","ecommerce"],T.require.forEach(function(t){if(-1!==e.indexOf(t)||-1!==e.indexOf(t.name))throw new Error("[vue-analytics] The ecommerce features are built-in in the plugin. \nFollow the ecommerce instructions available in the documentation.");if("string"!=typeof t&&"object"!=typeof t)throw new Error('[vue-analytics] Wrong configuration in the plugin options. \nThe "require" array requires each item to be a string or to have a "name" and an "options" property.');var n=t.name||t;t.options?k(n,t.options):k(n)})},C=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];"undefined"!=typeof window&&i().forEach(function(t){window["ga-disable-"+t]=e})},A=function(){if("undefined"!=typeof document&&"undefined"!=typeof window){var e=(T.wait,T.id),t=T.disabled,n=T.debug,i=T.disableScriptLoader,a=n.enabled?"analytics_debug":"analytics",o="https://www.google-analytics.com/"+a+".js";if(!e)throw new Error('[vue-analytics] Missing the "id" parameter. Add at least one tracking domain ID');!l()||window.ga&&i||function(e){return new Promise(function(t,n){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("script");i.async=!0,i.src=e,i.charset="utf8",r.appendChild(i),i.onload=t,i.onerror=n})}(o).catch(function(){console.error("[vue-analytics] An error occured trying to load "+o+". Please check your connection or if you have any Google Analytics blocker installed in your browser.")}),Promise.resolve("function"==typeof e?e():e).then(function(e){r({id:e})}).then(function(){return"function"==typeof t?t():t}).then(function(e){r({disabled:e}),e&&C(),f(),x(),function(){var e=T.router,t=T.autoTracking;t.page&&e&&(t.pageviewOnLoad&&v(e.currentRoute),T.router.afterEach(function(n,r){var i=t.skipSamePath,a=t.shouldRouterUpdate;i&&n.path===r.path||("function"!=typeof a||a(n,r))&&T.$vue.nextTick().then(function(){v(e.currentRoute)})}))}()})}},w=this,L=function(e){c("send","exception",{exDescription:e,exFatal:arguments.length>1&&void 0!==arguments[1]&&arguments[1]})},D=function(e){if(T.autoTracking.exception){window.addEventListener("error",function(e){L(e.message)});var t=e.config.errorHandler;e.config.errorHandler=function(e,n,r){L(e.message),T.autoTracking.exceptionLogs&&(console.error("[vue-analytics] Error in "+r+": "+e.message),console.error(e)),"function"==typeof t&&t.call(w,e,n,r)}}},B=L,S=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},G=["addItem","addTransaction","addProduct","addImpression","setAction","addPromo","send"].reduce(function(e,t){return S({},e,function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}({},t,function(){for(var e=arguments.length,n=Array(e),r=0;r<e;r++)n[r]=arguments[r];c.apply(void 0,[function(e){return(T.ecommerce.enhanced?"ec":"ecommerce")+":"+e}(t)].concat(n))}))},{}),W={event:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];c.apply(void 0,["send","event"].concat(t))},exception:B,page:p,query:c,require:k,set:d,social:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];c.apply(void 0,["send","social"].concat(t))},time:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];c.apply(void 0,["send","timing"].concat(t))},screenview:h,ecommerce:G,disable:function(){return C(!0)},enable:function(){return C(!1)},commands:T.commands},z={inserted:function(e,t,n){var r=Object.keys(t.modifiers);0===r.length&&r.push("click"),r.forEach(function(r){e.addEventListener(r,function(){var e="string"==typeof t.value?T.commands[t.value]:t.value;if(!e)throw new Error("[vue-analytics] The value passed to v-ga is not defined in the commands list.");e.apply(n.context)})})}},O=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,i=!1,a=void 0;try{for(var l,o=e[Symbol.iterator]();!(r=(l=o.next()).done)&&(n.push(l.value),!t||n.length!==t);r=!0);}catch(e){i=!0,a=e}finally{try{!r&&o.return&&o.return()}finally{if(i)throw a}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},P=function(e){e.subscribe(function(e,t){if(e.payload&&e.payload.meta){var n=e.payload.meta.analytics;if(!Array.isArray(n))throw new Error('The "analytics" property needs to be an array');n.forEach(function(e){var t,n=void 0,r=e.shift(),i=e;if(r.includes(":")){var a=r.split(":"),l=O(a,2);r=l[0],n=l[1]}if(!(r in W))throw new Error('[vue-analytics:vuex] The type "'+r+"\" doesn't exist.");if(n&&!(n in W[r]))throw new Error('[vue-analytics:vuex] The type "'+r+'" has not method "'+n+'".');if("ecommerce"===r&&!n)throw new Error('[vue-analytics:vuex] The type "'+r+'" needs to call a method. Check documentation.');n?(t=W[r])[n].apply(t,y(i)):W[r].apply(W,y(i))})}})};t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};r(R({},t,{$vue:e})),"undefined"==typeof window||window.ga||(window.ga=window.ga||function(){(window.ga.q=window.ga.q||[]).push(arguments)},window.ga.l=Number(new Date)),e.directive("ga",z),e.prototype.$ga=e.$ga=W,D(e),A()},n.d(t,"onAnalyticsReady",function(){return s}),n.d(t,"analyticsMiddleware",function(){return P});var R=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}}])},function(e,t,n){ /*! vue-google-adsense v.1.2.0 */ -"undefined"!=typeof self&&self,e.exports=function(e){function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/dist/",t(t.s=5)}([function(e,t){e.exports=function(e,t,n,r,a,i){var l,o=e=e||{},s=typeof e.default;"object"!==s&&"function"!==s||(l=e,o=e.default);var u,c="function"==typeof o?o.options:o;if(t&&(c.render=t.render,c.staticRenderFns=t.staticRenderFns,c._compiled=!0),n&&(c.functional=!0),a&&(c._scopeId=a),i?(u=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(i)},c._ssrRegister=u):r&&(u=r),u){var d=c.functional,f=d?c.render:c.beforeCreate;d?(c._injectStyles=u,c.render=function(e,t){return u.call(t),f(e,t)}):c.beforeCreate=f?[].concat(f,u):[u]}return{esModule:l,exports:o,options:c}}},function(e,t,n){"use strict";var r=n(7);t.a={props:{rootClass:{type:String,default:"adswrapper"},dataAdClient:{type:String,default:""},dataAdSlot:{type:String,default:""},dataAdTest:{type:String,default:""}},data:function(){return{ADS_SCRIPT:r.a.ADS_SCRIPT}}}},function(e,t,n){"use strict";var r=n(1);t.a={name:"Adsense",mixins:[r.a]}},function(e,t,n){"use strict";var r=n(1);t.a={name:"InArticleAdsense",mixins:[r.a]}},function(e,t,n){"use strict";var r=n(1);t.a={name:"InFeedAdsense",mixins:[r.a],props:{dataAdLayoutKey:{type:String,default:"-fg+5n+6t-e7+r"}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),a=n(9),i=n(11),l={install:function(e){e.component(r.a.name,r.a)}},o={install:function(e){e.component(a.a.name,a.a)}},s={install:function(e){e.component(i.a.name,i.a)}};r.a.install=l.install,a.a.install=o.install,i.a.install=s.install,t.default={Adsense:r.a,InArticleAdsense:a.a,InFeedAdsense:i.a}},function(e,t,n){"use strict";var r=n(2),a=n(8),i=n(0),l=i(r.a,a.a,!1,null,null,null);t.a=l.exports},function(e,t,n){"use strict";t.a={ADS_SCRIPT:"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"}},function(e,t,n){"use strict";var r={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.rootClass},[n("script2",{attrs:{type:"text/javascript",async:"",src:e.ADS_SCRIPT}}),e._v(" "),n("ins",{staticClass:"adsbygoogle",staticStyle:{display:"block"},attrs:{"data-ad-layout-key":e.dataAdLayoutKey,"data-ad-client":e.dataAdClient,"data-ad-slot":e.dataAdSlot,"data-ad-test":e.dataAdTest,"data-ad-format":"auto"}}),e._v(" "),n("script2",[e._v("\n (adsbygoogle = window.adsbygoogle || []).push({});\n ")])],1)},staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";var r=n(3),a=n(10),i=n(0),l=i(r.a,a.a,!1,null,null,null);t.a=l.exports},function(e,t,n){"use strict";var r={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.rootClass},[n("script2",{attrs:{type:"text/javascript",async:"",src:e.ADS_SCRIPT}}),e._v(" "),n("ins",{staticClass:"adsbygoogle",staticStyle:{display:"block","text-align":"center"},attrs:{"data-ad-layout":"in-article","data-ad-format":"fluid","data-ad-layout-key":e.dataAdLayoutKey,"data-ad-client":e.dataAdClient,"data-ad-slot":e.dataAdSlot,"data-ad-test":e.dataAdTest}}),e._v(" "),n("script2",[e._v("\n (adsbygoogle = window.adsbygoogle || []).push({});\n ")])],1)},staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";var r=n(4),a=n(12),i=n(0),l=i(r.a,a.a,!1,null,null,null);t.a=l.exports},function(e,t,n){"use strict";var r={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.rootClass},[n("script2",{attrs:{type:"text/javascript",async:"",src:e.ADS_SCRIPT}}),e._v(" "),n("ins",{staticClass:"adsbygoogle",staticStyle:{display:"block"},attrs:{"data-ad-format":"fluid","data-ad-layout-key":e.dataAdLayoutKey,"data-ad-client":e.dataAdClient,"data-ad-slot":e.dataAdSlot,"data-ad-test":e.dataAdTest}}),e._v(" "),n("script2",[e._v("\n (adsbygoogle = window.adsbygoogle || []).push({});\n ")])],1)},staticRenderFns:[]};t.a=r}])},,function(e,t,n){},function(e,t,n){e.exports=function(e){function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/",t(t.s=239)}([function(e,t){e.exports=function(e,t,n,r,a){var i,l=e=e||{},o=typeof e.default;"object"!==o&&"function"!==o||(i=e,l=e.default);var s,u="function"==typeof l?l.options:l;if(t&&(u.render=t.render,u.staticRenderFns=t.staticRenderFns),r&&(u._scopeId=r),a?(s=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),n&&n.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},u._ssrRegister=s):n&&(s=n),s){var c=u.functional,d=c?u.render:u.beforeCreate;c?u.render=function(e,t){return s.call(t),d(e,t)}:u.beforeCreate=d?[].concat(d,s):[s]}return{esModule:i,exports:l,options:u}}},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var r={defaultContainerElement:null,defaultIconPack:"mdi",defaultDialogConfirmText:null,defaultDialogCancelText:null,defaultSnackbarDuration:3500,defaultToastDuration:2e3,defaultTooltipType:"is-primary",defaultTooltipAnimated:!1,defaultInputAutocomplete:"on",defaultDateFormatter:null,defaultDateParser:null,defaultDayNames:null,defaultMonthNames:null,defaultFirstDayOfWeek:null,defaultUnselectableDaysOfWeek:null,defaultTimeFormatter:null,defaultTimeParser:null,defaultModalScroll:null,defaultDatepickerMobileNative:!0,defaultTimepickerMobileNative:!0,defaultNoticeQueue:!0};t.b=r;var a=function(e){r=e}},function(e,t,n){"use strict";var r=n(179),a=n.n(r);t.a=a.a},function(e,t,n){e.exports={default:n(133),__esModule:!0}},function(e,t,n){var r=n(37)("wks"),a=n(27),i=n(8).Symbol,l="function"==typeof i;(e.exports=function(e){return r[e]||(r[e]=l&&i[e]||(l?i:a)("Symbol."+e))}).store=r},function(e,t,n){"use strict";t.c=function(e,t){return t.split(".").reduce(function(e,t){return e[t]},e)},t.d=function(e,t,n){if(!e)return-1;if(!n||"function"!=typeof n)return e.indexOf(t);for(var r=0;r<e.length;r++)if(n(e[r],t))return r;return-1},n.d(t,"b",function(){return r}),t.a=function(e){void 0!==e.remove?e.remove():e.parentNode.removeChild(e)},t.e=function(e){return e?e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"):e};var r={Android:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/Android/i)},BlackBerry:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/BlackBerry/i)},iOS:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/iPhone|iPad|iPod/i)},Opera:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/Opera Mini/i)},Windows:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/IEMobile/i)},any:function(){return r.Android()||r.BlackBerry()||r.iOS()||r.Opera()||r.Windows()}}},function(e,t,n){"use strict";t.__esModule=!0;var r=n(126),a=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default=function(e,t,n){return t in e?(0,a.default)(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t){var n=e.exports={version:"2.5.3"};"number"==typeof __e&&(__e=n)},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t,n){var r=n(14),a=n(55),i=n(40),l=Object.defineProperty;t.f=n(11)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),a)try{return l(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){"use strict";var r=n(1);t.a={props:{size:String,expanded:Boolean,loading:Boolean,rounded:Boolean,icon:String,iconPack:String,autocomplete:String,maxlength:[Number,String]},data:function(){return{isValid:!0,isFocused:!1,newIconPack:this.iconPack||r.b.defaultIconPack}},computed:{parentField:function(){for(var e=this.$parent,t=0;t<3;t++)e&&!e.$data._isField&&(e=e.$parent);return e},statusType:function(){if(this.parentField)return this.parentField.newType},statusMessage:function(){if(this.parentField)return this.parentField.newMessage},iconSize:function(){switch(this.size){case"is-small":return this.size;case"is-medium":return;case"is-large":return"mdi"===this.newIconPack?"is-medium":""}}},methods:{focus:function(){var e=this;void 0!==this.$data._elementRef&&this.$nextTick(function(){return e.$el.querySelector(e.$data._elementRef).focus()})},onBlur:function(e){this.isFocused=!1,this.$emit("blur",e),this.checkHtml5Validity()},onFocus:function(e){this.isFocused=!0,this.$emit("focus",e)},checkHtml5Validity:function(){if(void 0!==this.$refs[this.$data._elementRef]){var e=this.$el.querySelector(this.$data._elementRef),t=null,n=null,r=!0;return e.checkValidity()||(t="is-danger",n=e.validationMessage,r=!1),this.isValid=r,this.parentField&&(this.parentField.type||(this.parentField.newType=t),this.parentField.message||(this.parentField.newMessage=n)),this.isValid}}}}},function(e,t,n){e.exports=!n(18)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){e.exports={default:n(131),__esModule:!0}},function(e,t,n){var r=n(19);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){var r=n(9),a=n(21);e.exports=n(11)?function(e,t,n){return r.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(56),a=n(31);e.exports=function(e){return r(a(e))}},function(e,t,n){var r=n(8),a=n(7),i=n(53),l=n(15),o=function(e,t,n){var s,u,c,d=e&o.F,f=e&o.G,h=e&o.S,p=e&o.P,v=e&o.B,y=e&o.W,g=f?a:a[t]||(a[t]={}),m=g.prototype,_=f?r:h?r[t]:(r[t]||{}).prototype;for(s in f&&(n=t),n)(u=!d&&_&&void 0!==_[s])&&s in g||(c=u?_[s]:n[s],g[s]=f&&"function"!=typeof _[s]?n[s]:v&&u?i(c,r):y&&_[s]==c?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(c):p&&"function"==typeof c?i(Function.call,c):c,p&&((g.virtual||(g.virtual={}))[s]=c,e&o.R&&m&&!m[s]&&l(m,s,c)))};o.F=1,o.G=2,o.S=4,o.P=8,o.B=16,o.W=32,o.U=64,o.R=128,e.exports=o},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){e.exports={}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){"use strict";(function(e,n){function r(e){return void 0===e||null===e}function a(e){return void 0!==e&&null!==e}function i(e){return!0===e}function l(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function o(e){return null!==e&&"object"==typeof e}function s(e){return"[object Object]"===Ht.call(e)}function u(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function c(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function d(e){var t=parseFloat(e);return isNaN(t)?e:t}function f(e,t){for(var n=Object.create(null),r=e.split(","),a=0;a<r.length;a++)n[r[a]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}function h(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}function p(e,t){return Ut.call(e,t)}function v(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}function y(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function g(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function m(e,t){for(var n in t)e[n]=t[n];return e}function _(e){for(var t={},n=0;n<e.length;n++)e[n]&&m(t,e[n]);return t}function T(e,t,n){}function M(e,t){if(e===t)return!0;var n=o(e),r=o(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var a=Array.isArray(e),i=Array.isArray(t);if(a&&i)return e.length===t.length&&e.every(function(e,n){return M(e,t[n])});if(a||i)return!1;var l=Object.keys(e),s=Object.keys(t);return l.length===s.length&&l.every(function(n){return M(e[n],t[n])})}catch(e){return!1}}function b(e,t){for(var n=0;n<e.length;n++)if(M(e[n],t))return n;return-1}function K(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}function k(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function x(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}function C(e){return"function"==typeof e&&/native code/.test(e.toString())}function A(e){return new Dn(void 0,void 0,void 0,String(e))}function w(e,t){var n=e.componentOptions,r=new Dn(e.tag,e.data,e.children,e.text,e.elm,e.context,n,e.asyncFactory);return r.ns=e.ns,r.isStatic=e.isStatic,r.key=e.key,r.isComment=e.isComment,r.fnContext=e.fnContext,r.fnOptions=e.fnOptions,r.fnScopeId=e.fnScopeId,r.isCloned=!0,t&&(e.children&&(r.children=L(e.children,!0)),n&&n.children&&(n.children=L(n.children,!0))),r}function L(e,t){for(var n=e.length,r=new Array(n),a=0;a<n;a++)r[a]=w(e[a],t);return r}function D(e,t){var n;if(o(e)&&!(e instanceof Dn))return p(e,"__ob__")&&e.__ob__ instanceof Pn?n=e.__ob__:On.shouldConvert&&!Kn()&&(Array.isArray(e)||s(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new Pn(e)),t&&n&&n.vmCount++,n}function B(e,t,n,r,a){var i=new wn,l=Object.getOwnPropertyDescriptor(e,t);if(!l||!1!==l.configurable){var o=l&&l.get,s=l&&l.set,u=!a&&D(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=o?o.call(e):n;return wn.target&&(i.depend(),u&&(u.dep.depend(),Array.isArray(t)&&function e(t){for(var n=void 0,r=0,a=t.length;r<a;r++)(n=t[r])&&n.__ob__&&n.__ob__.dep.depend(),Array.isArray(n)&&e(n)}(t))),t},set:function(t){var r=o?o.call(e):n;t===r||t!=t&&r!=r||(s?s.call(e,t):n=t,u=!a&&D(t),i.notify())}})}}function S(e,t,n){if(Array.isArray(e)&&u(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?(B(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function G(e,t){if(Array.isArray(e)&&u(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||p(e,t)&&(delete e[t],n&&n.dep.notify())}}function W(e,t){if(!t)return e;for(var n,r,a,i=Object.keys(t),l=0;l<i.length;l++)n=i[l],r=e[n],a=t[n],p(e,n)?s(r)&&s(a)&&W(r,a):S(e,n,a);return e}function z(e,t,n){return n?function(){var r="function"==typeof t?t.call(n,n):t,a="function"==typeof e?e.call(n,n):e;return r?W(r,a):a}:t?e?function(){return W("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function O(e,t){return t?e?e.concat(t):Array.isArray(t)?t:[t]:e}function P(e,t,n,r){var a=Object.create(e||null);return t?m(a,t):a}function R(e,t,n){function r(r){var a=Rn[r]||In;u[r]=a(e[r],t[r],n,r)}"function"==typeof t&&(t=t.options),function(e,t){var n=e.props;if(n){var r,a,i,l={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(a=n[r])&&(i=Xt(a),l[i]={type:null});else if(s(n))for(var o in n)a=n[o],i=Xt(o),l[i]=s(a)?a:{type:a};e.props=l}}(t),function(e,t){var n=e.inject;if(n){var r=e.inject={};if(Array.isArray(n))for(var a=0;a<n.length;a++)r[n[a]]={from:n[a]};else if(s(n))for(var i in n){var l=n[i];r[i]=s(l)?m({from:i},l):{from:l}}}}(t),function(e){var t=e.directives;if(t)for(var n in t){var r=t[n];"function"==typeof r&&(t[n]={bind:r,update:r})}}(t);var a=t.extends;if(a&&(e=R(e,a,n)),t.mixins)for(var i=0,l=t.mixins.length;i<l;i++)e=R(e,t.mixins[i],n);var o,u={};for(o in e)r(o);for(o in t)p(e,o)||r(o);return u}function E(e,t,n,r){if("string"==typeof n){var a=e[t];if(p(a,n))return a[n];var i=Xt(n);if(p(a,i))return a[i];var l=Jt(i);return p(a,l)?a[l]:a[n]||a[i]||a[l]}}function j(e,t,n,r){var a=t[e],i=!p(n,e),l=n[e];if(N(Boolean,a.type)&&(i&&!p(a,"default")?l=!1:N(String,a.type)||""!==l&&l!==Qt(e)||(l=!0)),void 0===l){l=function(e,t,n){if(p(t,"default")){var r=t.default;return e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n]?e._props[n]:"function"==typeof r&&"Function"!==I(t.type)?r.call(e):r}}(r,a,e);var o=On.shouldConvert;On.shouldConvert=!0,D(l),On.shouldConvert=o}return l}function I(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function N(e,t){if(!Array.isArray(t))return I(t)===I(e);for(var n=0,r=t.length;n<r;n++)if(I(t[n])===I(e))return!0;return!1}function F(e,t,n){if(t)for(var r=t;r=r.$parent;){var a=r.$options.errorCaptured;if(a)for(var i=0;i<a.length;i++)try{var l=!1===a[i].call(r,e,t,n);if(l)return}catch(e){$(e,r,"errorCaptured hook")}}$(e,t,n)}function $(e,t,n){if(ln.errorHandler)try{return ln.errorHandler.call(null,e,t,n)}catch(e){V(e)}V(e)}function V(e,t,n){if(!un&&!cn||"undefined"==typeof console)throw e;console.error(e)}function H(){Fn=!1;var e=Nn.slice(0);Nn.length=0;for(var t=0;t<e.length;t++)e[t]()}function q(e,t){var n;if(Nn.push(function(){if(e)try{e.call(t)}catch(e){F(e,t,"nextTick")}else n&&n(t)}),Fn||(Fn=!0,$n?jn():En()),!e&&"undefined"!=typeof Promise)return new Promise(function(e){n=e})}function U(e){(function e(t,n){var r,a,i=Array.isArray(t);if((i||o(t))&&!Object.isFrozen(t)){if(t.__ob__){var l=t.__ob__.dep.id;if(n.has(l))return;n.add(l)}if(i)for(r=t.length;r--;)e(t[r],n);else for(a=Object.keys(t),r=a.length;r--;)e(t[a[r]],n)}})(e,Yn),Yn.clear()}function Y(e){function t(){var e=arguments,n=t.fns;if(!Array.isArray(n))return n.apply(null,arguments);for(var r=n.slice(),a=0;a<r.length;a++)r[a].apply(null,e)}return t.fns=e,t}function X(e,t,n,a,i){var l,o,s,u;for(l in e)o=e[l],s=t[l],u=Xn(l),r(o)||(r(s)?(r(o.fns)&&(o=e[l]=Y(o)),n(u.name,o,u.once,u.capture,u.passive,u.params)):o!==s&&(s.fns=o,e[l]=s));for(l in t)r(e[l])&&(u=Xn(l),a(u.name,t[l],u.capture))}function J(e,t,n){function l(){n.apply(this,arguments),h(o.fns,l)}e instanceof Dn&&(e=e.data.hook||(e.data.hook={}));var o,s=e[t];r(s)?o=Y([l]):a(s.fns)&&i(s.merged)?(o=s).fns.push(l):o=Y([s,l]),o.merged=!0,e[t]=o}function Z(e,t,n,r,i){if(a(t)){if(p(t,n))return e[n]=t[n],i||delete t[n],!0;if(p(t,r))return e[n]=t[r],i||delete t[r],!0}return!1}function Q(e){return l(e)?[A(e)]:Array.isArray(e)?function e(t,n){var o,s,u,c,d=[];for(o=0;o<t.length;o++)r(s=t[o])||"boolean"==typeof s||(u=d.length-1,c=d[u],Array.isArray(s)?s.length>0&&(ee((s=e(s,(n||"")+"_"+o))[0])&&ee(c)&&(d[u]=A(c.text+s[0].text),s.shift()),d.push.apply(d,s)):l(s)?ee(c)?d[u]=A(c.text+s):""!==s&&d.push(A(s)):ee(s)&&ee(c)?d[u]=A(c.text+s.text):(i(t._isVList)&&a(s.tag)&&r(s.key)&&a(n)&&(s.key="__vlist"+n+"_"+o+"__"),d.push(s)));return d}(e):void 0}function ee(e){return a(e)&&a(e.text)&&function(e){return!1===e}(e.isComment)}function te(e,t){return(e.__esModule||xn&&"Module"===e[Symbol.toStringTag])&&(e=e.default),o(e)?t.extend(e):e}function ne(e){return e.isComment&&e.asyncFactory}function re(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(a(n)&&(a(n.componentOptions)||ne(n)))return n}}function ae(e,t,n){n?Un.$once(e,t):Un.$on(e,t)}function ie(e,t){Un.$off(e,t)}function le(e,t,n){Un=e,X(t,n||{},ae,ie),Un=void 0}function oe(e,t){var n={};if(!e)return n;for(var r=0,a=e.length;r<a;r++){var i=e[r],l=i.data;if(l&&l.attrs&&l.attrs.slot&&delete l.attrs.slot,i.context!==t&&i.fnContext!==t||!l||null==l.slot)(n.default||(n.default=[])).push(i);else{var o=l.slot,s=n[o]||(n[o]=[]);"template"===i.tag?s.push.apply(s,i.children||[]):s.push(i)}}for(var u in n)n[u].every(se)&&delete n[u];return n}function se(e){return e.isComment&&!e.asyncFactory||" "===e.text}function ue(e,t){t=t||{};for(var n=0;n<e.length;n++)Array.isArray(e[n])?ue(e[n],t):t[e[n].key]=e[n].fn;return t}function ce(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function de(e,t){if(t){if(e._directInactive=!1,ce(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)de(e.$children[n]);fe(e,"activated")}}function fe(e,t){var n=e.$options[t];if(n)for(var r=0,a=n.length;r<a;r++)try{n[r].call(e)}catch(n){F(n,e,t+" hook")}e._hasHookEvent&&e.$emit("hook:"+t)}function he(){var e,t;for(nr=!0,Zn.sort(function(e,t){return e.id-t.id}),rr=0;rr<Zn.length;rr++)e=Zn[rr],t=e.id,er[t]=null,e.run();var n=Qn.slice(),r=Zn.slice();rr=Zn.length=Qn.length=0,er={},tr=nr=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,de(e[t],!0)}(n),function(e){for(var t=e.length;t--;){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&fe(r,"updated")}}(r),kn&&ln.devtools&&kn.emit("flush")}function pe(e,t,n){lr.get=function(){return this[t][n]},lr.set=function(e){this[t][n]=e},Object.defineProperty(e,n,lr)}function ve(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props={},a=e.$options._propKeys=[],i=!e.$parent;for(var l in On.shouldConvert=i,t)!function(i){a.push(i);var l=j(i,t,n,e);B(r,i,l),i in e||pe(e,"_props",i)}(l);On.shouldConvert=!0}(e,t.props),t.methods&&function(e,t){for(var n in e.$options.props,t)e[n]=null==t[n]?T:y(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;s(t=e._data="function"==typeof t?function(e,t){try{return e.call(t,t)}catch(e){return F(e,t,"data()"),{}}}(t,e):t||{})||(t={});for(var n=Object.keys(t),r=e.$options.props,a=(e.$options.methods,n.length);a--;){var i=n[a];r&&p(r,i)||k(i)||pe(e,"_data",i)}D(t,!0)}(e):D(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=Kn();for(var a in t){var i=t[a],l="function"==typeof i?i:i.get;r||(n[a]=new ir(e,l||T,T,or)),a in e||ye(e,a,i)}}(e,t.computed),t.watch&&t.watch!==mn&&function(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var a=0;a<r.length;a++)me(e,n,r[a]);else me(e,n,r)}}(e,t.watch)}function ye(e,t,n){var r=!Kn();"function"==typeof n?(lr.get=r?ge(t):n,lr.set=T):(lr.get=n.get?r&&!1!==n.cache?ge(t):n.get:T,lr.set=n.set?n.set:T),Object.defineProperty(e,t,lr)}function ge(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),wn.target&&t.depend(),t.value}}function me(e,t,n,r){return s(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}function _e(e,t){if(e){for(var n=Object.create(null),r=xn?Reflect.ownKeys(e).filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}):Object.keys(e),a=0;a<r.length;a++){for(var i=r[a],l=e[i].from,o=t;o;){if(o._provided&&l in o._provided){n[i]=o._provided[l];break}o=o.$parent}if(!o&&"default"in e[i]){var s=e[i].default;n[i]="function"==typeof s?s.call(t):s}}return n}}function Te(e,t){var n,r,i,l,s;if(Array.isArray(e)||"string"==typeof e)for(n=new Array(e.length),r=0,i=e.length;r<i;r++)n[r]=t(e[r],r);else if("number"==typeof e)for(n=new Array(e),r=0;r<e;r++)n[r]=t(r+1,r);else if(o(e))for(l=Object.keys(e),n=new Array(l.length),r=0,i=l.length;r<i;r++)s=l[r],n[r]=t(e[s],s,r);return a(n)&&(n._isVList=!0),n}function Me(e,t,n,r){var a,i=this.$scopedSlots[e];if(i)n=n||{},r&&(n=m(m({},r),n)),a=i(n)||t;else{var l=this.$slots[e];l&&(l._rendered=!0),a=l||t}var o=n&&n.slot;return o?this.$createElement("template",{slot:o},a):a}function be(e){return E(this.$options,"filters",e)||tn}function Ke(e,t,n,r){var a=ln.keyCodes[t]||n;return a?Array.isArray(a)?-1===a.indexOf(e):a!==e:r?Qt(r)!==t:void 0}function ke(e,t,n,r,a){var i;if(n&&o(n))for(var l in Array.isArray(n)&&(n=_(n)),n)!function(l){if("class"===l||"style"===l||qt(l))i=e;else{var o=e.attrs&&e.attrs.type;i=r||ln.mustUseProp(t,o,l)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}l in i||(i[l]=n[l],!a)||((e.on||(e.on={}))["update:"+l]=function(e){n[l]=e})}(l);return e}function xe(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t?Array.isArray(r)?L(r):w(r):(Ae(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),r)}function Ce(e,t,n){return Ae(e,"__once__"+t+(n?"_"+n:""),!0),e}function Ae(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&"string"!=typeof e[r]&&we(e[r],t+"_"+r,n);else we(e,t,n)}function we(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function Le(e,t){if(t&&s(t)){var n=e.on=e.on?m({},e.on):{};for(var r in t){var a=n[r],i=t[r];n[r]=a?[].concat(a,i):i}}return e}function De(e){e._o=Ce,e._n=d,e._s=c,e._l=Te,e._t=Me,e._q=M,e._i=b,e._m=xe,e._f=be,e._k=Ke,e._b=ke,e._v=A,e._e=Sn,e._u=ue,e._g=Le}function Be(e,t,n,r,a){var l=a.options;this.data=e,this.props=t,this.children=n,this.parent=r,this.listeners=e.on||Vt,this.injections=_e(l.inject,r),this.slots=function(){return oe(n,r)};var o=Object.create(r),s=i(l._compiled),u=!s;s&&(this.$options=l,this.$slots=this.slots(),this.$scopedSlots=e.scopedSlots||Vt),l._scopeId?this._c=function(e,t,n,a){var i=Oe(o,e,t,n,a,u);return i&&(i.fnScopeId=l._scopeId,i.fnContext=r),i}:this._c=function(e,t,n,r){return Oe(o,e,t,n,r,u)}}function Se(e,t){for(var n in t)e[Xt(n)]=t[n]}function Ge(e,t,n,l,s){if(!r(e)){var u=n.$options._base;if(o(e)&&(e=u.extend(e)),"function"==typeof e){var c;if(r(e.cid)&&void 0===(e=function(e,t,n){if(i(e.error)&&a(e.errorComp))return e.errorComp;if(a(e.resolved))return e.resolved;if(i(e.loading)&&a(e.loadingComp))return e.loadingComp;if(!a(e.contexts)){var l=e.contexts=[n],s=!0,u=function(){for(var e=0,t=l.length;e<t;e++)l[e].$forceUpdate()},c=K(function(n){e.resolved=te(n,t),s||u()}),d=K(function(t){a(e.errorComp)&&(e.error=!0,u())}),f=e(c,d);return o(f)&&("function"==typeof f.then?r(e.resolved)&&f.then(c,d):a(f.component)&&"function"==typeof f.component.then&&(f.component.then(c,d),a(f.error)&&(e.errorComp=te(f.error,t)),a(f.loading)&&(e.loadingComp=te(f.loading,t),0===f.delay?e.loading=!0:setTimeout(function(){r(e.resolved)&&r(e.error)&&(e.loading=!0,u())},f.delay||200)),a(f.timeout)&&setTimeout(function(){r(e.resolved)&&d(null)},f.timeout))),s=!1,e.loading?e.loadingComp:e.resolved}e.contexts.push(n)}(c=e,u,n)))return function(e,t,n,r,a){var i=Sn();return i.asyncFactory=e,i.asyncMeta={data:t,context:n,children:r,tag:a},i}(c,t,n,l,s);t=t||{},Ee(e),a(t.model)&&function(e,t){var n=e.model&&e.model.prop||"value",r=e.model&&e.model.event||"input";(t.props||(t.props={}))[n]=t.model.value;var i=t.on||(t.on={});a(i[r])?i[r]=[t.model.callback].concat(i[r]):i[r]=t.model.callback}(e.options,t);var d=function(e,t,n){var i=t.options.props;if(!r(i)){var l={},o=e.attrs,s=e.props;if(a(o)||a(s))for(var u in i){var c=Qt(u);Z(l,s,u,c,!0)||Z(l,o,u,c,!1)}return l}}(t,e);if(i(e.options.functional))return function(e,t,n,r,i){var l=e.options,o={},s=l.props;if(a(s))for(var u in s)o[u]=j(u,s,t||Vt);else a(n.attrs)&&Se(o,n.attrs),a(n.props)&&Se(o,n.props);var c=new Be(n,o,i,r,e),d=l.render.call(null,c._c,c);return d instanceof Dn&&(d.fnContext=r,d.fnOptions=l,n.slot&&((d.data||(d.data={})).slot=n.slot)),d}(e,d,t,n,l);var f=t.on;if(t.on=t.nativeOn,i(e.options.abstract)){var h=t.slot;t={},h&&(t.slot=h)}!function(e){e.hook||(e.hook={});for(var t=0;t<ur.length;t++){var n=ur[t],r=e.hook[n],a=sr[n];e.hook[n]=r?ze(a,r):a}}(t);var p=e.options.name||s;return new Dn("vue-component-"+e.cid+(p?"-"+p:""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:d,listeners:f,tag:s,children:l},c)}}}function We(e,t,n,r){var i={_isComponent:!0,parent:t,_parentVnode:e,_parentElm:n||null,_refElm:r||null},l=e.data.inlineTemplate;return a(l)&&(i.render=l.render,i.staticRenderFns=l.staticRenderFns),new e.componentOptions.Ctor(i)}function ze(e,t){return function(n,r,a,i){e(n,r,a,i),t(n,r,a,i)}}function Oe(e,t,n,r,a,o){return(Array.isArray(n)||l(n))&&(a=r,r=n,n=void 0),i(o)&&(a=dr),Pe(e,t,n,r,a)}function Pe(e,t,n,r,i){return a(n)&&a(n.__ob__)?Sn():(a(n)&&a(n.is)&&(t=n.is),t?(Array.isArray(r)&&"function"==typeof r[0]&&((n=n||{}).scopedSlots={default:r[0]},r.length=0),i===dr?r=Q(r):i===cr&&(r=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(r)),"string"==typeof t?(o=e.$vnode&&e.$vnode.ns||ln.getTagNamespace(t),l=ln.isReservedTag(t)?new Dn(ln.parsePlatformTagName(t),n,r,void 0,void 0,e):a(s=E(e.$options,"components",t))?Ge(s,n,e,r,t):new Dn(t,n,r,void 0,void 0,e)):l=Ge(t,n,e,r),a(l)?(o&&Re(l,o),l):Sn()):Sn());var l,o,s}function Re(e,t,n){if(e.ns=t,"foreignObject"===e.tag&&(t=void 0,n=!0),a(e.children))for(var l=0,o=e.children.length;l<o;l++){var s=e.children[l];a(s.tag)&&(r(s.ns)||i(n))&&Re(s,t,n)}}function Ee(e){var t=e.options;if(e.super){var n=Ee(e.super);if(n!==e.superOptions){e.superOptions=n;var r=function(e){var t,n=e.options,r=e.extendOptions,a=e.sealedOptions;for(var i in n)n[i]!==a[i]&&(t||(t={}),t[i]=je(n[i],r[i],a[i]));return t}(e);r&&m(e.extendOptions,r),(t=e.options=R(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function je(e,t,n){if(Array.isArray(e)){var r=[];n=Array.isArray(n)?n:[n],t=Array.isArray(t)?t:[t];for(var a=0;a<e.length;a++)(t.indexOf(e[a])>=0||n.indexOf(e[a])<0)&&r.push(e[a]);return r}return e}function Ie(e){this._init(e)}function Ne(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,a=e._Ctor||(e._Ctor={});if(a[r])return a[r];var i=e.name||n.options.name,l=function(e){this._init(e)};return(l.prototype=Object.create(n.prototype)).constructor=l,l.cid=t++,l.options=R(n.options,e),l.super=n,l.options.props&&function(e){var t=e.options.props;for(var n in t)pe(e.prototype,"_props",n)}(l),l.options.computed&&function(e){var t=e.options.computed;for(var n in t)ye(e.prototype,n,t[n])}(l),l.extend=n.extend,l.mixin=n.mixin,l.use=n.use,rn.forEach(function(e){l[e]=n[e]}),i&&(l.options.components[i]=l),l.superOptions=n.options,l.extendOptions=e,l.sealedOptions=m({},l.options),a[r]=l,l}}function Fe(e){return e&&(e.Ctor.options.name||e.tag)}function $e(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!function(e){return"[object RegExp]"===Ht.call(e)}(e)&&e.test(t)}function Ve(e,t){var n=e.cache,r=e.keys,a=e._vnode;for(var i in n){var l=n[i];if(l){var o=Fe(l.componentOptions);o&&!t(o)&&He(n,i,r,a)}}}function He(e,t,n,r){var a=e[t];!a||r&&a.tag===r.tag||a.componentInstance.$destroy(),e[t]=null,h(n,t)}function qe(e){for(var t=e.data,n=e,r=e;a(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=Ue(r.data,t));for(;a(n=n.parent);)n&&n.data&&(t=Ue(t,n.data));return function(e,t){return a(e)||a(t)?Ye(e,Xe(t)):""}(t.staticClass,t.class)}function Ue(e,t){return{staticClass:Ye(e.staticClass,t.staticClass),class:a(e.class)?[e.class,t.class]:t.class}}function Ye(e,t){return e?t?e+" "+t:e:t||""}function Xe(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,i=e.length;r<i;r++)a(t=Xe(e[r]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):o(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}function Je(e,t){var n=e.data.ref;if(n){var r=e.context,a=e.componentInstance||e.elm,i=r.$refs;t?Array.isArray(i[n])?h(i[n],a):i[n]===a&&(i[n]=void 0):e.data.refInFor?Array.isArray(i[n])?i[n].indexOf(a)<0&&i[n].push(a):i[n]=[a]:i[n]=a}}function Ze(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&a(e.data)===a(t.data)&&function(e,t){if("input"!==e.tag)return!0;var n,r=a(n=e.data)&&a(n=n.attrs)&&n.type,i=a(n=t.data)&&a(n=n.attrs)&&n.type;return r===i||Br(r)&&Br(i)}(e,t)||i(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&r(t.asyncFactory.error))}function Qe(e,t,n){var r,i,l={};for(r=t;r<=n;++r)a(i=e[r].key)&&(l[i]=r);return l}function et(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,r,a,i=e===Wr,l=t===Wr,o=tt(e.data.directives,e.context),s=tt(t.data.directives,t.context),u=[],c=[];for(n in s)r=o[n],a=s[n],r?(a.oldValue=r.value,rt(a,"update",t,e),a.def&&a.def.componentUpdated&&c.push(a)):(rt(a,"bind",t,e),a.def&&a.def.inserted&&u.push(a));if(u.length){var d=function(){for(var n=0;n<u.length;n++)rt(u[n],"inserted",t,e)};i?J(t,"insert",d):d()}if(c.length&&J(t,"postpatch",function(){for(var n=0;n<c.length;n++)rt(c[n],"componentUpdated",t,e)}),!i)for(n in o)s[n]||rt(o[n],"unbind",e,e,l)}(e,t)}function tt(e,t){var n,r,a=Object.create(null);if(!e)return a;for(n=0;n<e.length;n++)(r=e[n]).modifiers||(r.modifiers=Pr),a[nt(r)]=r,r.def=E(t.$options,"directives",r.name);return a}function nt(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function rt(e,t,n,r,a){var i=e.def&&e.def[t];if(i)try{i(n.elm,e,n,r,a)}catch(r){F(r,n.context,"directive "+e.name+" "+t+" hook")}}function at(e,t){var n=t.componentOptions;if(!(a(n)&&!1===n.Ctor.options.inheritAttrs||r(e.data.attrs)&&r(t.data.attrs))){var i,l,o=t.elm,s=e.data.attrs||{},u=t.data.attrs||{};for(i in a(u.__ob__)&&(u=t.data.attrs=m({},u)),u)l=u[i],s[i]!==l&&it(o,i,l);for(i in(hn||vn)&&u.value!==s.value&&it(o,"value",u.value),s)r(u[i])&&(Kr(i)?o.removeAttributeNS(br,kr(i)):Tr(i)||o.removeAttribute(i))}}function it(e,t,n){if(Mr(t))xr(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n));else if(Tr(t))e.setAttribute(t,xr(n)||"false"===n?"false":"true");else if(Kr(t))xr(n)?e.removeAttributeNS(br,kr(t)):e.setAttributeNS(br,t,n);else if(xr(n))e.removeAttribute(t);else{if(hn&&!pn&&"TEXTAREA"===e.tagName&&"placeholder"===t&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}function lt(e,t){var n=t.elm,i=t.data,l=e.data;if(!(r(i.staticClass)&&r(i.class)&&(r(l)||r(l.staticClass)&&r(l.class)))){var o=qe(t),s=n._transitionClasses;a(s)&&(o=Ye(o,Xe(s))),o!==n._prevClass&&(n.setAttribute("class",o),n._prevClass=o)}}function ot(e){if(a(e[Ir])){var t=hn?"change":"input";e[t]=[].concat(e[Ir],e[t]||[]),delete e[Ir]}a(e[Nr])&&(e.change=[].concat(e[Nr],e.change||[]),delete e[Nr])}function st(e,t,n,r,a){t=function(e){return e._withTask||(e._withTask=function(){$n=!0;var t=e.apply(null,arguments);return $n=!1,t})}(t),n&&(t=function(e,t,n){var r=yr;return function a(){null!==e.apply(null,arguments)&&ut(t,a,n,r)}}(t,e,r)),yr.addEventListener(e,t,_n?{capture:r,passive:a}:r)}function ut(e,t,n,r){(r||yr).removeEventListener(e,t._withTask||t,n)}function ct(e,t){if(!r(e.data.on)||!r(t.data.on)){var n=t.data.on||{},a=e.data.on||{};yr=t.elm,ot(n),X(n,a,st,ut,t.context),yr=void 0}}function dt(e,t){if(!r(e.data.domProps)||!r(t.data.domProps)){var n,i,l=t.elm,o=e.data.domProps||{},s=t.data.domProps||{};for(n in a(s.__ob__)&&(s=t.data.domProps=m({},s)),o)r(s[n])&&(l[n]="");for(n in s){if(i=s[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),i===o[n])continue;1===l.childNodes.length&&l.removeChild(l.childNodes[0])}if("value"===n){l._value=i;var u=r(i)?"":String(i);ft(l,u)&&(l.value=u)}else l[n]=i}}}function ft(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(a(r)){if(r.lazy)return!1;if(r.number)return d(n)!==d(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}function ht(e){var t=pt(e.style);return e.staticStyle?m(e.staticStyle,t):t}function pt(e){return Array.isArray(e)?_(e):"string"==typeof e?Vr(e):e}function vt(e,t){var n=t.data,i=e.data;if(!(r(n.staticStyle)&&r(n.style)&&r(i.staticStyle)&&r(i.style))){var l,o,s=t.elm,u=i.staticStyle,c=i.normalizedStyle||i.style||{},d=u||c,f=pt(t.data.style)||{};t.data.normalizedStyle=a(f.__ob__)?m({},f):f;var h=function(e,t){var n,r={};if(t)for(var a=e;a.componentInstance;)(a=a.componentInstance._vnode)&&a.data&&(n=ht(a.data))&&m(r,n);(n=ht(e.data))&&m(r,n);for(var i=e;i=i.parent;)i.data&&(n=ht(i.data))&&m(r,n);return r}(t,!0);for(o in d)r(h[o])&&Ur(s,o,"");for(o in h)(l=h[o])!==d[o]&&Ur(s,o,null==l?"":l)}}function yt(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function gt(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function mt(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&m(t,Zr(e.name||"v")),m(t,e),t}return"string"==typeof e?Zr(e):void 0}}function _t(e){la(function(){la(e)})}function Tt(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),yt(e,t))}function Mt(e,t){e._transitionClasses&&h(e._transitionClasses,t),gt(e,t)}function bt(e,t,n){var r=Kt(e,t),a=r.type,i=r.timeout,l=r.propCount;if(!a)return n();var o=a===ea?ra:ia,s=0,u=function(){e.removeEventListener(o,c),n()},c=function(t){t.target===e&&++s>=l&&u()};setTimeout(function(){s<l&&u()},i+1),e.addEventListener(o,c)}function Kt(e,t){var n,r=window.getComputedStyle(e),a=r[na+"Delay"].split(", "),i=r[na+"Duration"].split(", "),l=kt(a,i),o=r[aa+"Delay"].split(", "),s=r[aa+"Duration"].split(", "),u=kt(o,s),c=0,d=0;return t===ea?l>0&&(n=ea,c=l,d=i.length):t===ta?u>0&&(n=ta,c=u,d=s.length):(c=Math.max(l,u),d=(n=c>0?l>u?ea:ta:null)?n===ea?i.length:s.length:0),{type:n,timeout:c,propCount:d,hasTransform:n===ea&&oa.test(r[na+"Property"])}}function kt(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(t,n){return xt(t)+xt(e[n])}))}function xt(e){return 1e3*Number(e.slice(0,-1))}function Ct(e,t){var n=e.elm;a(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var i=mt(e.data.transition);if(!r(i)&&!a(n._enterCb)&&1===n.nodeType){for(var l=i.css,s=i.type,u=i.enterClass,c=i.enterToClass,f=i.enterActiveClass,h=i.appearClass,p=i.appearToClass,v=i.appearActiveClass,y=i.beforeEnter,g=i.enter,m=i.afterEnter,_=i.enterCancelled,T=i.beforeAppear,M=i.appear,b=i.afterAppear,k=i.appearCancelled,x=i.duration,C=Jn,A=Jn.$vnode;A&&A.parent;)A=A.parent,C=A.context;var w=!C._isMounted||!e.isRootInsert;if(!w||M||""===M){var L=w&&h?h:u,D=w&&v?v:f,B=w&&p?p:c,S=w&&T||y,G=w&&"function"==typeof M?M:g,W=w&&b||m,z=w&&k||_,O=d(o(x)?x.enter:x),P=!1!==l&&!pn,R=Lt(G),E=n._enterCb=K(function(){P&&(Mt(n,B),Mt(n,D)),E.cancelled?(P&&Mt(n,L),z&&z(n)):W&&W(n),n._enterCb=null});e.data.show||J(e,"insert",function(){var t=n.parentNode,r=t&&t._pending&&t._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),G&&G(n,E)}),S&&S(n),P&&(Tt(n,L),Tt(n,D),_t(function(){Tt(n,B),Mt(n,L),E.cancelled||R||(wt(O)?setTimeout(E,O):bt(n,s,E))})),e.data.show&&(t&&t(),G&&G(n,E)),P||R||E()}}}function At(e,t){function n(){k.cancelled||(e.data.show||((i.parentNode._pending||(i.parentNode._pending={}))[e.key]=e),p&&p(i),T&&(Tt(i,c),Tt(i,h),_t(function(){Tt(i,f),Mt(i,c),k.cancelled||M||(wt(b)?setTimeout(k,b):bt(i,u,k))})),v&&v(i,k),T||M||k())}var i=e.elm;a(i._enterCb)&&(i._enterCb.cancelled=!0,i._enterCb());var l=mt(e.data.transition);if(r(l)||1!==i.nodeType)return t();if(!a(i._leaveCb)){var s=l.css,u=l.type,c=l.leaveClass,f=l.leaveToClass,h=l.leaveActiveClass,p=l.beforeLeave,v=l.leave,y=l.afterLeave,g=l.leaveCancelled,m=l.delayLeave,_=l.duration,T=!1!==s&&!pn,M=Lt(v),b=d(o(_)?_.leave:_),k=i._leaveCb=K(function(){i.parentNode&&i.parentNode._pending&&(i.parentNode._pending[e.key]=null),T&&(Mt(i,f),Mt(i,h)),k.cancelled?(T&&Mt(i,c),g&&g(i)):(t(),y&&y(i)),i._leaveCb=null});m?m(n):n()}}function wt(e){return"number"==typeof e&&!isNaN(e)}function Lt(e){if(r(e))return!1;var t=e.fns;return a(t)?Lt(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Dt(e,t){!0!==t.data.show&&Ct(t)}function Bt(e,t,n){St(e,t),(hn||vn)&&setTimeout(function(){St(e,t)},0)}function St(e,t,n){var r=t.value,a=e.multiple;if(!a||Array.isArray(r)){for(var i,l,o=0,s=e.options.length;o<s;o++)if(l=e.options[o],a)i=b(r,Wt(l))>-1,l.selected!==i&&(l.selected=i);else if(M(Wt(l),r))return void(e.selectedIndex!==o&&(e.selectedIndex=o));a||(e.selectedIndex=-1)}}function Gt(e,t){return t.every(function(t){return!M(t,e)})}function Wt(e){return"_value"in e?e._value:e.value}function zt(e){e.target.composing=!0}function Ot(e){e.target.composing&&(e.target.composing=!1,Pt(e.target,"input"))}function Pt(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Rt(e){return!e.componentInstance||e.data&&e.data.transition?e:Rt(e.componentInstance._vnode)}function Et(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?Et(re(t.children)):e}function jt(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var a=n._parentListeners;for(var i in a)t[Xt(i)]=a[i];return t}function It(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function Nt(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function Ft(e){e.data.newPos=e.elm.getBoundingClientRect()}function $t(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,a=t.top-n.top;if(r||a){e.data.moved=!0;var i=e.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+a+"px)",i.transitionDuration="0s"}}var Vt=Object.freeze({}),Ht=Object.prototype.toString,qt=(f("slot,component",!0),f("key,ref,slot,slot-scope,is")),Ut=Object.prototype.hasOwnProperty,Yt=/-(\w)/g,Xt=v(function(e){return e.replace(Yt,function(e,t){return t?t.toUpperCase():""})}),Jt=v(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),Zt=/\B([A-Z])/g,Qt=v(function(e){return e.replace(Zt,"-$1").toLowerCase()}),en=function(e,t,n){return!1},tn=function(e){return e},nn="data-server-rendered",rn=["component","directive","filter"],an=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured"],ln={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:en,isReservedAttr:en,isUnknownElement:en,getTagNamespace:T,parsePlatformTagName:tn,mustUseProp:en,_lifecycleHooks:an},on=/[^\w.$]/,sn="__proto__"in{},un="undefined"!=typeof window,cn="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,dn=cn&&WXEnvironment.platform.toLowerCase(),fn=un&&window.navigator.userAgent.toLowerCase(),hn=fn&&/msie|trident/.test(fn),pn=fn&&fn.indexOf("msie 9.0")>0,vn=fn&&fn.indexOf("edge/")>0,yn=fn&&fn.indexOf("android")>0||"android"===dn,gn=fn&&/iphone|ipad|ipod|ios/.test(fn)||"ios"===dn,mn=(fn&&/chrome\/\d+/.test(fn),{}.watch),_n=!1;if(un)try{var Tn={};Object.defineProperty(Tn,"passive",{get:function(){_n=!0}}),window.addEventListener("test-passive",null,Tn)}catch(e){}var Mn,bn,Kn=function(){return void 0===Mn&&(Mn=!un&&void 0!==e&&"server"===e.process.env.VUE_ENV),Mn},kn=un&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,xn="undefined"!=typeof Symbol&&C(Symbol)&&"undefined"!=typeof Reflect&&C(Reflect.ownKeys);bn="undefined"!=typeof Set&&C(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var Cn=T,An=0,wn=function(){this.id=An++,this.subs=[]};wn.prototype.addSub=function(e){this.subs.push(e)},wn.prototype.removeSub=function(e){h(this.subs,e)},wn.prototype.depend=function(){wn.target&&wn.target.addDep(this)},wn.prototype.notify=function(){for(var e=this.subs.slice(),t=0,n=e.length;t<n;t++)e[t].update()},wn.target=null;var Ln=[],Dn=function(e,t,n,r,a,i,l,o){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=a,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=l,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=o,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},Bn={child:{configurable:!0}};Bn.child.get=function(){return this.componentInstance},Object.defineProperties(Dn.prototype,Bn);var Sn=function(e){void 0===e&&(e="");var t=new Dn;return t.text=e,t.isComment=!0,t},Gn=Array.prototype,Wn=Object.create(Gn);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(e){var t=Gn[e];x(Wn,e,function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var a,i=t.apply(this,n),l=this.__ob__;switch(e){case"push":case"unshift":a=n;break;case"splice":a=n.slice(2)}return a&&l.observeArray(a),l.dep.notify(),i})});var zn=Object.getOwnPropertyNames(Wn),On={shouldConvert:!0},Pn=function(e){this.value=e,this.dep=new wn,this.vmCount=0,x(e,"__ob__",this),Array.isArray(e)?((sn?function(e,t,n){e.__proto__=t}:function(e,t,n){for(var r=0,a=n.length;r<a;r++){var i=n[r];x(e,i,t[i])}})(e,Wn,zn),this.observeArray(e)):this.walk(e)};Pn.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)B(e,t[n],e[t[n]])},Pn.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)D(e[t])};var Rn=ln.optionMergeStrategies;Rn.data=function(e,t,n){return n?z(e,t,n):t&&"function"!=typeof t?e:z(e,t)},an.forEach(function(e){Rn[e]=O}),rn.forEach(function(e){Rn[e+"s"]=P}),Rn.watch=function(e,t,n,r){if(e===mn&&(e=void 0),t===mn&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var a={};for(var i in m(a,e),t){var l=a[i],o=t[i];l&&!Array.isArray(l)&&(l=[l]),a[i]=l?l.concat(o):Array.isArray(o)?o:[o]}return a},Rn.props=Rn.methods=Rn.inject=Rn.computed=function(e,t,n,r){if(!e)return t;var a=Object.create(null);return m(a,e),t&&m(a,t),a},Rn.provide=z;var En,jn,In=function(e,t){return void 0===t?e:t},Nn=[],Fn=!1,$n=!1;if(void 0!==n&&C(n))jn=function(){n(H)};else if("undefined"==typeof MessageChannel||!C(MessageChannel)&&"[object MessageChannelConstructor]"!==MessageChannel.toString())jn=function(){setTimeout(H,0)};else{var Vn=new MessageChannel,Hn=Vn.port2;Vn.port1.onmessage=H,jn=function(){Hn.postMessage(1)}}if("undefined"!=typeof Promise&&C(Promise)){var qn=Promise.resolve();En=function(){qn.then(H),gn&&setTimeout(T)}}else En=jn;var Un,Yn=new bn,Xn=v(function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),r="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=r?e.slice(1):e,once:n,capture:r,passive:t}}),Jn=null,Zn=[],Qn=[],er={},tr=!1,nr=!1,rr=0,ar=0,ir=function(e,t,n,r,a){this.vm=e,a&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++ar,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new bn,this.newDepIds=new bn,this.expression="","function"==typeof t?this.getter=t:(this.getter=function(e){if(!on.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};ir.prototype.get=function(){!function(e){wn.target&&Ln.push(wn.target),wn.target=e}(this);var e,t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;F(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&U(e),wn.target=Ln.pop(),this.cleanupDeps()}return e},ir.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},ir.prototype.cleanupDeps=function(){for(var e=this,t=this.deps.length;t--;){var n=e.deps[t];e.newDepIds.has(n.id)||n.removeSub(e)}var r=this.depIds;this.depIds=this.newDepIds,this.newDepIds=r,this.newDepIds.clear(),r=this.deps,this.deps=this.newDeps,this.newDeps=r,this.newDeps.length=0},ir.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==er[t]){if(er[t]=!0,nr){for(var n=Zn.length-1;n>rr&&Zn[n].id>e.id;)n--;Zn.splice(n+1,0,e)}else Zn.push(e);tr||(tr=!0,q(he))}}(this)},ir.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||o(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){F(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},ir.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},ir.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},ir.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||h(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var lr={enumerable:!0,configurable:!0,get:T,set:T},or={lazy:!0};De(Be.prototype);var sr={init:function(e,t,n,r){if(!e.componentInstance||e.componentInstance._isDestroyed)(e.componentInstance=We(e,Jn,n,r)).$mount(t?e.elm:void 0,t);else if(e.data.keepAlive){var a=e;sr.prepatch(a,a)}},prepatch:function(e,t){var n=t.componentOptions;!function(e,t,n,r,a){var i=!!(a||e.$options._renderChildren||r.data.scopedSlots||e.$scopedSlots!==Vt);if(e.$options._parentVnode=r,e.$vnode=r,e._vnode&&(e._vnode.parent=r),e.$options._renderChildren=a,e.$attrs=r.data&&r.data.attrs||Vt,e.$listeners=n||Vt,t&&e.$options.props){On.shouldConvert=!1;for(var l=e._props,o=e.$options._propKeys||[],s=0;s<o.length;s++){var u=o[s];l[u]=j(u,e.$options.props,t,e)}On.shouldConvert=!0,e.$options.propsData=t}if(n){var c=e.$options._parentListeners;e.$options._parentListeners=n,le(e,n,c)}i&&(e.$slots=oe(a,r.context),e.$forceUpdate())}(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t=e.context,n=e.componentInstance;n._isMounted||(n._isMounted=!0,fe(n,"mounted")),e.data.keepAlive&&(t._isMounted?function(e){e._inactive=!1,Qn.push(e)}(n):de(n,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(!(n&&(t._directInactive=!0,ce(t))||t._inactive)){t._inactive=!0;for(var r=0;r<t.$children.length;r++)e(t.$children[r]);fe(t,"deactivated")}}(t,!0):t.$destroy())}},ur=Object.keys(sr),cr=1,dr=2,fr=0;(function(e){e.prototype._init=function(e){var t=this;t._uid=fr++,t._isVue=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r,n._parentElm=t._parentElm,n._refElm=t._refElm;var a=r.componentOptions;n.propsData=a.propsData,n._parentListeners=a.listeners,n._renderChildren=a.children,n._componentTag=a.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=R(Ee(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&le(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,r=n&&n.context;e.$slots=oe(t._renderChildren,r),e.$scopedSlots=Vt,e._c=function(t,n,r,a){return Oe(e,t,n,r,a,!1)},e.$createElement=function(t,n,r,a){return Oe(e,t,n,r,a,!0)};var a=n&&n.data;B(e,"$attrs",a&&a.attrs||Vt,0,!0),B(e,"$listeners",t._parentListeners||Vt,0,!0)}(t),fe(t,"beforeCreate"),function(e){var t=_e(e.$options.inject,e);t&&(On.shouldConvert=!1,Object.keys(t).forEach(function(n){B(e,n,t[n])}),On.shouldConvert=!0)}(t),ve(t),function(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}(t),fe(t,"created"),t.$options.el&&t.$mount(t.$options.el)}})(Ie),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=S,e.prototype.$delete=G,e.prototype.$watch=function(e,t,n){var r=this;if(s(t))return me(r,e,t,n);(n=n||{}).user=!0;var a=new ir(r,e,t,n);return n.immediate&&t.call(r,a.value),function(){a.teardown()}}}(Ie),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var r=this;if(Array.isArray(e))for(var a=0,i=e.length;a<i;a++)this.$on(e[a],n);else(r._events[e]||(r._events[e]=[])).push(n),t.test(e)&&(r._hasHookEvent=!0);return r},e.prototype.$once=function(e,t){function n(){r.$off(e,n),t.apply(r,arguments)}var r=this;return n.fn=t,r.$on(e,n),r},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var r=0,a=e.length;r<a;r++)this.$off(e[r],t);return n}var i=n._events[e];if(!i)return n;if(!t)return n._events[e]=null,n;if(t)for(var l,o=i.length;o--;)if((l=i[o])===t||l.fn===t){i.splice(o,1);break}return n},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?g(n):n;for(var r=g(arguments,1),a=0,i=n.length;a<i;a++)try{n[a].apply(t,r)}catch(n){F(n,t,'event handler for "'+e+'"')}}return t}}(Ie),function(e){e.prototype._update=function(e,t){var n=this;n._isMounted&&fe(n,"beforeUpdate");var r=n.$el,a=n._vnode,i=Jn;Jn=n,n._vnode=e,a?n.$el=n.__patch__(a,e):(n.$el=n.__patch__(n.$el,e,t,!1,n.$options._parentElm,n.$options._refElm),n.$options._parentElm=n.$options._refElm=null),Jn=i,r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){fe(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||h(t.$children,e),e._watcher&&e._watcher.teardown();for(var n=e._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),fe(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(Ie),function(e){De(e.prototype),e.prototype.$nextTick=function(e){return q(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,r=n.render,a=n._parentVnode;if(t._isMounted)for(var i in t.$slots){var l=t.$slots[i];(l._rendered||l[0]&&l[0].elm)&&(t.$slots[i]=L(l,!0))}t.$scopedSlots=a&&a.data.scopedSlots||Vt,t.$vnode=a;try{e=r.call(t._renderProxy,t.$createElement)}catch(n){F(n,t,"render"),e=t._vnode}return e instanceof Dn||(e=Sn()),e.parent=a,e}}(Ie);var hr=[String,RegExp,Array],pr={name:"keep-alive",abstract:!0,props:{include:hr,exclude:hr,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){var e=this;for(var t in e.cache)He(e.cache,t,e.keys)},watch:{include:function(e){Ve(this,function(t){return $e(e,t)})},exclude:function(e){Ve(this,function(t){return!$e(e,t)})}},render:function(){var e=this.$slots.default,t=re(e),n=t&&t.componentOptions;if(n){var r=Fe(n),a=this.include,i=this.exclude;if(a&&(!r||!$e(a,r))||i&&r&&$e(i,r))return t;var l=this.cache,o=this.keys,s=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;l[s]?(t.componentInstance=l[s].componentInstance,h(o,s),o.push(s)):(l[s]=t,o.push(s),this.max&&o.length>parseInt(this.max)&&He(l,o[0],o,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}},vr={KeepAlive:pr};(function(e){var t={get:function(){return ln}};Object.defineProperty(e,"config",t),e.util={warn:Cn,extend:m,mergeOptions:R,defineReactive:B},e.set=S,e.delete=G,e.nextTick=q,e.options=Object.create(null),rn.forEach(function(t){e.options[t+"s"]=Object.create(null)}),e.options._base=e,m(e.options.components,vr),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=g(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=R(this.options,e),this}}(e),Ne(e),function(e){rn.forEach(function(t){e[t]=function(e,n){return n?("component"===t&&s(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}})}(e)})(Ie),Object.defineProperty(Ie.prototype,"$isServer",{get:Kn}),Object.defineProperty(Ie.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Ie.version="2.5.13";var yr,gr,mr=f("style,class"),_r=f("input,textarea,option,select,progress"),Tr=f("contenteditable,draggable,spellcheck"),Mr=f("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),br="http://www.w3.org/1999/xlink",Kr=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},kr=function(e){return Kr(e)?e.slice(6,e.length):""},xr=function(e){return null==e||!1===e},Cr={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Ar=f("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),wr=f("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Lr=function(e){return Ar(e)||wr(e)},Dr=Object.create(null),Br=f("text,number,password,search,email,tel,url"),Sr=Object.freeze({createElement:function(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)},createElementNS:function(e,t){return document.createElementNS(Cr[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setAttribute:function(e,t,n){e.setAttribute(t,n)}}),Gr={create:function(e,t){Je(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Je(e,!0),Je(t))},destroy:function(e){Je(e,!0)}},Wr=new Dn("",{},[]),zr=["create","activate","update","remove","destroy"],Or={create:et,update:et,destroy:function(e){et(e,Wr)}},Pr=Object.create(null),Rr=[Gr,Or],Er={create:at,update:at},jr={create:lt,update:lt},Ir="__r",Nr="__c",Fr={create:ct,update:ct},$r={create:dt,update:dt},Vr=v(function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach(function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}),Hr=/^--/,qr=/\s*!important$/,Ur=function(e,t,n){if(Hr.test(t))e.style.setProperty(t,n);else if(qr.test(n))e.style.setProperty(t,n.replace(qr,""),"important");else{var r=Xr(t);if(Array.isArray(n))for(var a=0,i=n.length;a<i;a++)e.style[r]=n[a];else e.style[r]=n}},Yr=["Webkit","Moz","ms"],Xr=v(function(e){if(gr=gr||document.createElement("div").style,"filter"!==(e=Xt(e))&&e in gr)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<Yr.length;n++){var r=Yr[n]+t;if(r in gr)return r}}),Jr={create:vt,update:vt},Zr=v(function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}}),Qr=un&&!pn,ea="transition",ta="animation",na="transition",ra="transitionend",aa="animation",ia="animationend";Qr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(na="WebkitTransition",ra="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(aa="WebkitAnimation",ia="webkitAnimationEnd"));var la=un?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()},oa=/\b(transform|all)(,|$)/,sa=un?{create:Dt,activate:Dt,remove:function(e,t){!0!==e.data.show?At(e,t):t()}}:{},ua=[Er,jr,Fr,$r,Jr,sa],ca=ua.concat(Rr),da=function(e){function t(e){var t=w.parentNode(e);a(t)&&w.removeChild(t,e)}function n(e,t,n,r,l){if(e.isRootInsert=!l,!o(e,t,n,r)){var s=e.data,d=e.children,f=e.tag;a(f)?(e.elm=e.ns?w.createElementNS(e.ns,f):w.createElement(f,e),p(e),c(e,d,t),a(s)&&h(e,t),u(n,e.elm,r)):i(e.isComment)?(e.elm=w.createComment(e.text),u(n,e.elm,r)):(e.elm=w.createTextNode(e.text),u(n,e.elm,r))}}function o(e,t,n,r){var l=e.data;if(a(l)){var o=a(e.componentInstance)&&l.keepAlive;if(a(l=l.hook)&&a(l=l.init)&&l(e,!1,n,r),a(e.componentInstance))return s(e,t),i(o)&&function(e,t,n,r){for(var i,l=e;l.componentInstance;)if(l=l.componentInstance._vnode,a(i=l.data)&&a(i=i.transition)){for(i=0;i<C.activate.length;++i)C.activate[i](Wr,l);t.push(l);break}u(n,e.elm,r)}(e,t,n,r),!0}}function s(e,t){a(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,d(e)?(h(e,t),p(e)):(Je(e),t.push(e))}function u(e,t,n){a(e)&&(a(n)?n.parentNode===e&&w.insertBefore(e,t,n):w.appendChild(e,t))}function c(e,t,r){if(Array.isArray(t))for(var a=0;a<t.length;++a)n(t[a],r,e.elm,null,!0);else l(e.text)&&w.appendChild(e.elm,w.createTextNode(String(e.text)))}function d(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return a(e.tag)}function h(e,t){for(var n=0;n<C.create.length;++n)C.create[n](Wr,e);a(k=e.data.hook)&&(a(k.create)&&k.create(Wr,e),a(k.insert)&&t.push(e))}function p(e){var t;if(a(t=e.fnScopeId))w.setAttribute(e.elm,t,"");else for(var n=e;n;)a(t=n.context)&&a(t=t.$options._scopeId)&&w.setAttribute(e.elm,t,""),n=n.parent;a(t=Jn)&&t!==e.context&&t!==e.fnContext&&a(t=t.$options._scopeId)&&w.setAttribute(e.elm,t,"")}function v(e,t,r,a,i,l){for(;a<=i;++a)n(r[a],l,e,t)}function y(e){var t,n,r=e.data;if(a(r))for(a(t=r.hook)&&a(t=t.destroy)&&t(e),t=0;t<C.destroy.length;++t)C.destroy[t](e);if(a(t=e.children))for(n=0;n<e.children.length;++n)y(e.children[n])}function g(e,n,r,i){for(;r<=i;++r){var l=n[r];a(l)&&(a(l.tag)?(m(l),y(l)):t(l.elm))}}function m(e,n){if(a(n)||a(e.data)){var r,i=C.remove.length+1;for(a(n)?n.listeners+=i:n=function(e,n){function r(){0==--r.listeners&&t(e)}return r.listeners=n,r}(e.elm,i),a(r=e.componentInstance)&&a(r=r._vnode)&&a(r.data)&&m(r,n),r=0;r<C.remove.length;++r)C.remove[r](e,n);a(r=e.data.hook)&&a(r=r.remove)?r(e,n):n()}else t(e.elm)}function _(e,t,i,l,o){for(var s,u,c,d,f=0,h=0,p=t.length-1,y=t[0],m=t[p],_=i.length-1,b=i[0],K=i[_],k=!o;f<=p&&h<=_;)r(y)?y=t[++f]:r(m)?m=t[--p]:Ze(y,b)?(M(y,b,l),y=t[++f],b=i[++h]):Ze(m,K)?(M(m,K,l),m=t[--p],K=i[--_]):Ze(y,K)?(M(y,K,l),k&&w.insertBefore(e,y.elm,w.nextSibling(m.elm)),y=t[++f],K=i[--_]):Ze(m,b)?(M(m,b,l),k&&w.insertBefore(e,m.elm,y.elm),m=t[--p],b=i[++h]):(r(s)&&(s=Qe(t,f,p)),r(u=a(b.key)?s[b.key]:T(b,t,f,p))?n(b,l,e,y.elm):Ze(c=t[u],b)?(M(c,b,l),t[u]=void 0,k&&w.insertBefore(e,c.elm,y.elm)):n(b,l,e,y.elm),b=i[++h]);f>p?(d=r(i[_+1])?null:i[_+1].elm,v(e,d,i,h,_,l)):h>_&&g(0,t,f,p)}function T(e,t,n,r){for(var i=n;i<r;i++){var l=t[i];if(a(l)&&Ze(e,l))return i}}function M(e,t,n,l){if(e!==t){var o=t.elm=e.elm;if(i(e.isAsyncPlaceholder))return void(a(t.asyncFactory.resolved)?K(e.elm,t,n):t.isAsyncPlaceholder=!0);if(i(t.isStatic)&&i(e.isStatic)&&t.key===e.key&&(i(t.isCloned)||i(t.isOnce)))return void(t.componentInstance=e.componentInstance);var s,u=t.data;a(u)&&a(s=u.hook)&&a(s=s.prepatch)&&s(e,t);var c=e.children,f=t.children;if(a(u)&&d(t)){for(s=0;s<C.update.length;++s)C.update[s](e,t);a(s=u.hook)&&a(s=s.update)&&s(e,t)}r(t.text)?a(c)&&a(f)?c!==f&&_(o,c,f,n,l):a(f)?(a(e.text)&&w.setTextContent(o,""),v(o,null,f,0,f.length-1,n)):a(c)?g(0,c,0,c.length-1):a(e.text)&&w.setTextContent(o,""):e.text!==t.text&&w.setTextContent(o,t.text),a(u)&&a(s=u.hook)&&a(s=s.postpatch)&&s(e,t)}}function b(e,t,n){if(i(n)&&a(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r<t.length;++r)t[r].data.hook.insert(t[r])}function K(e,t,n,r){var l,o=t.tag,u=t.data,d=t.children;if(r=r||u&&u.pre,t.elm=e,i(t.isComment)&&a(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(a(u)&&(a(l=u.hook)&&a(l=l.init)&&l(t,!0),a(l=t.componentInstance)))return s(t,n),!0;if(a(o)){if(a(d))if(e.hasChildNodes())if(a(l=u)&&a(l=l.domProps)&&a(l=l.innerHTML)){if(l!==e.innerHTML)return!1}else{for(var f=!0,p=e.firstChild,v=0;v<d.length;v++){if(!p||!K(p,d[v],n,r)){f=!1;break}p=p.nextSibling}if(!f||p)return!1}else c(t,d,n);if(a(u)){var y=!1;for(var g in u)if(!L(g)){y=!0,h(t,n);break}!y&&u.class&&U(u.class)}}else e.data!==t.text&&(e.data=t.text);return!0}var k,x,C={},A=e.modules,w=e.nodeOps;for(k=0;k<zr.length;++k)for(C[zr[k]]=[],x=0;x<A.length;++x)a(A[x][zr[k]])&&C[zr[k]].push(A[x][zr[k]]);var L=f("attrs,class,staticClass,staticStyle,key");return function(e,t,l,o,s,u){if(!r(t)){var c=!1,f=[];if(r(e))c=!0,n(t,f,s,u);else{var h=a(e.nodeType);if(!h&&Ze(e,t))M(e,t,f,o);else{if(h){if(1===e.nodeType&&e.hasAttribute(nn)&&(e.removeAttribute(nn),l=!0),i(l)&&K(e,t,f))return b(t,f,!0),e;e=function(e){return new Dn(w.tagName(e).toLowerCase(),{},[],void 0,e)}(e)}var p=e.elm,v=w.parentNode(p);if(n(t,f,p._leaveCb?null:v,w.nextSibling(p)),a(t.parent))for(var m=t.parent,_=d(t);m;){for(var T=0;T<C.destroy.length;++T)C.destroy[T](m);if(m.elm=t.elm,_){for(var k=0;k<C.create.length;++k)C.create[k](Wr,m);var x=m.data.hook.insert;if(x.merged)for(var A=1;A<x.fns.length;A++)x.fns[A]()}else Je(m);m=m.parent}a(v)?g(0,[e],0,0):a(e.tag)&&y(e)}}return b(t,f,c),t.elm}a(e)&&y(e)}}({nodeOps:Sr,modules:ca});pn&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&Pt(e,"input")});var fa={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?J(n,"postpatch",function(){fa.componentUpdated(e,t,n)}):Bt(e,t,n.context),e._vOptions=[].map.call(e.options,Wt)):("textarea"===n.tag||Br(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("change",Ot),yn||(e.addEventListener("compositionstart",zt),e.addEventListener("compositionend",Ot)),pn&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Bt(e,t,n.context);var r=e._vOptions,a=e._vOptions=[].map.call(e.options,Wt);a.some(function(e,t){return!M(e,r[t])})&&(e.multiple?t.value.some(function(e){return Gt(e,a)}):t.value!==t.oldValue&&Gt(t.value,a))&&Pt(e,"change")}}},ha={bind:function(e,t,n){var r=t.value,a=(n=Rt(n)).data&&n.data.transition,i=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&a?(n.data.show=!0,Ct(n,function(){e.style.display=i})):e.style.display=r?i:"none"},update:function(e,t,n){var r=t.value;r!==t.oldValue&&((n=Rt(n)).data&&n.data.transition?(n.data.show=!0,r?Ct(n,function(){e.style.display=e.__vOriginalDisplay}):At(n,function(){e.style.display="none"})):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,a){a||(e.style.display=e.__vOriginalDisplay)}},pa={model:fa,show:ha},va={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]},ya={name:"transition",props:va,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(function(e){return e.tag||ne(e)})).length){var r=this.mode,a=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return a;var i=Et(a);if(!i)return a;if(this._leaving)return It(e,a);var o="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?o+"comment":o+i.tag:l(i.key)?0===String(i.key).indexOf(o)?i.key:o+i.key:i.key;var s=(i.data||(i.data={})).transition=jt(this),u=this._vnode,c=Et(u);if(i.data.directives&&i.data.directives.some(function(e){return"show"===e.name})&&(i.data.show=!0),c&&c.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(i,c)&&!ne(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var d=c.data.transition=m({},s);if("out-in"===r)return this._leaving=!0,J(d,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),It(e,a);if("in-out"===r){if(ne(i))return u;var f,h=function(){f()};J(s,"afterEnter",h),J(s,"enterCancelled",h),J(d,"delayLeave",function(e){f=e})}}return a}}},ga=m({tag:String,moveClass:String},va);delete ga.mode;var ma={props:ga,render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,a=this.$slots.default||[],i=this.children=[],l=jt(this),o=0;o<a.length;o++){var s=a[o];s.tag&&null!=s.key&&0!==String(s.key).indexOf("__vlist")&&(i.push(s),n[s.key]=s,(s.data||(s.data={})).transition=l)}if(r){for(var u=[],c=[],d=0;d<r.length;d++){var f=r[d];f.data.transition=l,f.data.pos=f.elm.getBoundingClientRect(),n[f.key]?u.push(f):c.push(f)}this.kept=e(t,null,u),this.removed=c}return e(t,null,i)},beforeUpdate:function(){this.__patch__(this._vnode,this.kept,!1,!0),this._vnode=this.kept},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(Nt),e.forEach(Ft),e.forEach($t),this._reflow=document.body.offsetHeight,e.forEach(function(e){if(e.data.moved){var n=e.elm,r=n.style;Tt(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(ra,n._moveCb=function e(r){r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(ra,e),n._moveCb=null,Mt(n,t))})}}))},methods:{hasMove:function(e,t){if(!Qr)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach(function(e){gt(n,e)}),yt(n,t),n.style.display="none",this.$el.appendChild(n);var r=Kt(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}},_a={Transition:ya,TransitionGroup:ma};Ie.config.mustUseProp=function(e,t,n){return"value"===n&&_r(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},Ie.config.isReservedTag=Lr,Ie.config.isReservedAttr=mr,Ie.config.getTagNamespace=function(e){return wr(e)?"svg":"math"===e?"math":void 0},Ie.config.isUnknownElement=function(e){if(!un)return!0;if(Lr(e))return!1;if(e=e.toLowerCase(),null!=Dr[e])return Dr[e];var t=document.createElement(e);return e.indexOf("-")>-1?Dr[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Dr[e]=/HTMLUnknownElement/.test(t.toString())},m(Ie.options.directives,pa),m(Ie.options.components,_a),Ie.prototype.__patch__=un?da:T,Ie.prototype.$mount=function(e,t){return function(e,t,n){return e.$el=t,e.$options.render||(e.$options.render=Sn),fe(e,"beforeMount"),new ir(e,function(){e._update(e._render(),n)},T,null,!0),n=!1,null==e.$vnode&&(e._isMounted=!0,fe(e,"mounted")),e}(this,e=e&&un?function(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}(e):void 0,t)},Ie.nextTick(function(){ln.devtools&&kn&&kn.emit("init",Ie)},0),t.a=Ie}).call(t,n(44),n(167).setImmediate)},function(e,t,n){"use strict";var r=n(180),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(189),a=n.n(r);t.a=a.a},function(e,t,n){var r=n(60),a=n(32);e.exports=Object.keys||function(e){return r(e,a)}},function(e,t){t.f={}.propertyIsEnumerable},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+r).toString(36))}},function(e,t,n){"use strict";var r=n(176),a=n.n(r),i=n(177),l=n.n(i);n.d(t,"a",function(){return a.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(178),a=n.n(r),i=n(65);n.n(i),t.a=a.a},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t){e.exports=!0},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(9).f,a=n(12),i=n(4)("toStringTag");e.exports=function(e,t,n){e&&!a(e=n?e:e.prototype,i)&&r(e,i,{configurable:!0,value:t})}},function(e,t,n){var r=n(37)("keys"),a=n(27);e.exports=function(e){return r[e]||(r[e]=a(e))}},function(e,t,n){var r=n(8),a=r["__core-js_shared__"]||(r["__core-js_shared__"]={});e.exports=function(e){return a[e]||(a[e]={})}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(31);e.exports=function(e){return Object(r(e))}},function(e,t,n){var r=n(19);e.exports=function(e,t){if(!r(e))return e;var n,a;if(t&&"function"==typeof(n=e.toString)&&!r(a=n.call(e)))return a;if("function"==typeof(n=e.valueOf)&&!r(a=n.call(e)))return a;if(!t&&"function"==typeof(n=e.toString)&&!r(a=n.call(e)))return a;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(8),a=n(7),i=n(33),l=n(42),o=n(9).f;e.exports=function(e){var t=a.Symbol||(a.Symbol=i?{}:r.Symbol||{});"_"==e.charAt(0)||e in t||o(t,e,{value:l.f(e)})}},function(e,t,n){t.f=n(4)},function(e,t,n){"use strict";var r=n(154)(!0);n(57)(String,"String",function(e){this._t=String(e),this._i=0},function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})})},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";var r=n(168),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(169),a=n.n(r),i=n(170),l=n.n(i);n.d(t,"a",function(){return a.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(13),a=n.n(r),i=n(22),l=n(183),o=n.n(l);n.d(t,"a",function(){return o.a}),t.b={open:function(e){var t=void 0,n=void 0;"string"==typeof e&&(t=e);var r={programmatic:!0,content:t};e.parent&&(n=e.parent,delete e.parent);var l=a()(r,e);return new(i.a.extend(o.a))({parent:n,el:document.createElement("div"),propsData:l})}}},function(e,t,n){"use strict";var r=n(185),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(6),a=n.n(r),i=n(2);t.a={components:a()({},i.a.name,i.a),props:{active:{type:Boolean,default:!0},title:String,closable:{type:Boolean,default:!0},type:String,hasIcon:Boolean,size:String,iconSize:String},data:function(){return{isActive:this.active}},watch:{active:function(e){this.isActive=e}},computed:{icon:function(){switch(this.type){case"is-info":return"information";case"is-success":return"check-circle";case"is-warning":return"alert";case"is-danger":return"alert-circle";default:return null}}},methods:{close:function(){this.isActive=!1,this.$emit("close"),this.$emit("update:active",!1)}}}},function(e,t,n){"use strict";var r=n(1),a=n(5);t.a={props:{type:{type:String,default:"is-dark"},message:String,duration:Number,queue:{type:Boolean,default:void 0},position:{type:String,default:"is-top",validator:function(e){return["is-top-right","is-top","is-top-left","is-bottom-right","is-bottom","is-bottom-left"].indexOf(e)>-1}},container:String},data:function(){return{isActive:!1,parentTop:null,parentBottom:null,newContainer:this.container||r.b.defaultContainerElement}},computed:{correctParent:function(){switch(this.position){case"is-top-right":case"is-top":case"is-top-left":return this.parentTop;case"is-bottom-right":case"is-bottom":case"is-bottom-left":return this.parentBottom}},transition:function(){switch(this.position){case"is-top-right":case"is-top":case"is-top-left":return{enter:"fadeInDown",leave:"fadeOut"};case"is-bottom-right":case"is-bottom":case"is-bottom-left":return{enter:"fadeInUp",leave:"fadeOut"}}}},methods:{shouldQueue:function(){return!!(void 0!==this.queue?this.queue:r.b.defaultNoticeQueue)&&(this.parentTop.childElementCount>0||this.parentBottom.childElementCount>0)},close:function(){var e=this;clearTimeout(this.timer),this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(a.a)(e.$el)},150)},showNotice:function(){var e=this;this.shouldQueue()?setTimeout(function(){return e.showNotice()},250):(this.correctParent.insertAdjacentElement("afterbegin",this.$el),this.isActive=!0,this.indefinite||(this.timer=setTimeout(function(){return e.close()},this.newDuration)))},setupContainer:function(){if(this.parentTop=document.querySelector(".notices.is-top"),this.parentBottom=document.querySelector(".notices.is-bottom"),!this.parentTop||!this.parentBottom){this.parentTop||(this.parentTop=document.createElement("div"),this.parentTop.className="notices is-top"),this.parentBottom||(this.parentBottom=document.createElement("div"),this.parentBottom.className="notices is-bottom");var e=document.querySelector(this.newContainer)||document.body;e.appendChild(this.parentTop),e.appendChild(this.parentBottom),this.newContainer&&(this.parentTop.classList.add("has-custom-container"),this.parentBottom.classList.add("has-custom-container"))}}},beforeMount:function(){this.setupContainer()},mounted:function(){this.showNotice()}}},function(e,t,n){e.exports={default:n(130),__esModule:!0}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var a=n(127),i=r(a),l=n(3),o=r(l),s="function"==typeof o.default&&"symbol"==typeof i.default?function(e){return typeof e}:function(e){return e&&"function"==typeof o.default&&e.constructor===o.default&&e!==o.default.prototype?"symbol":typeof e};t.default="function"==typeof o.default&&"symbol"===s(i.default)?function(e){return void 0===e?"undefined":s(e)}:function(e){return e&&"function"==typeof o.default&&e.constructor===o.default&&e!==o.default.prototype?"symbol":void 0===e?"undefined":s(e)}},function(e,t,n){var r=n(135);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var r=n(19),a=n(8).document,i=r(a)&&r(a.createElement);e.exports=function(e){return i?a.createElement(e):{}}},function(e,t,n){e.exports=!n(11)&&!n(18)(function(){return 7!=Object.defineProperty(n(54)("div"),"a",{get:function(){return 7}}).a})},function(e,t,n){var r=n(30);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},function(e,t,n){"use strict";var r=n(33),a=n(17),i=n(61),l=n(15),o=n(12),s=n(20),u=n(145),c=n(35),d=n(153),f=n(4)("iterator"),h=!([].keys&&"next"in[].keys()),p=function(){return this};e.exports=function(e,t,n,v,y,g,m){u(n,t,v);var _,T,M,b=function(e){if(!h&&e in C)return C[e];switch(e){case"keys":case"values":return function(){return new n(this,e)}}return function(){return new n(this,e)}},K=t+" Iterator",k="values"==y,x=!1,C=e.prototype,A=C[f]||C["@@iterator"]||y&&C[y],w=!h&&A||b(y),L=y?k?b("entries"):w:void 0,D="Array"==t&&C.entries||A;if(D&&(M=d(D.call(new e)))!==Object.prototype&&M.next&&(c(M,K,!0),r||o(M,f)||l(M,f,p)),k&&A&&"values"!==A.name&&(x=!0,w=function(){return A.call(this)}),r&&!m||!h&&!x&&C[f]||l(C,f,w),s[t]=w,s[K]=p,y)if(_={values:k?w:b("values"),keys:g?w:b("keys"),entries:L},m)for(T in _)T in C||i(C,T,_[T]);else a(a.P+a.F*(h||x),t,_);return _}},function(e,t,n){var r=n(14),a=n(150),i=n(32),l=n(36)("IE_PROTO"),o=function(){},s=function(){var e,t=n(54)("iframe"),r=i.length;for(t.style.display="none",n(141).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),s=e.F;r--;)delete s.prototype[i[r]];return s()};e.exports=Object.create||function(e,t){var n;return null!==e?(o.prototype=r(e),n=new o,o.prototype=null,n[l]=e):n=s(),void 0===t?n:a(n,t)}},function(e,t,n){var r=n(60),a=n(32).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,a)}},function(e,t,n){var r=n(12),a=n(16),i=n(137)(!1),l=n(36)("IE_PROTO");e.exports=function(e,t){var n,o=a(e),s=0,u=[];for(n in o)n!=l&&r(o,n)&&u.push(n);for(;t.length>s;)r(o,n=t[s++])&&(~i(u,n)||u.push(n));return u}},function(e,t,n){e.exports=n(15)},function(e,t,n){var r=n(38),a=Math.min;e.exports=function(e){return e>0?a(r(e),9007199254740991):0}},function(e,t,n){var r=n(138),a=n(4)("iterator"),i=n(20);e.exports=n(7).getIteratorMethod=function(e){if(void 0!=e)return e[a]||e["@@iterator"]||i[r(e)]}},function(e,t,n){n(158);for(var r=n(8),a=n(15),i=n(20),l=n(4)("toStringTag"),o="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),s=0;s<o.length;s++){var u=o[s],c=r[u],d=c&&c.prototype;d&&!d[l]&&a(d,l,u),i[u]=i.Array}},function(e,t,n){var r=n(0)(n(79),null,null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(94),n(216),null,null,null);e.exports=r.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(13),a=n.n(r),i=n(46),l=n(28),o=n(112),s=n(115),u=n(116),c=n(117),d=n(45),f=n(105),h=n(106),p=n(107),v=n(29),y=n(2),g=n(23),m=n(108),_=n(109),T=n(47),M=n(110),b=n(48),K=n(111),k=n(24),x=n(113),C=n(114),A=n(118),w=n(119),L=n(120),D=n(121),B=n(122),S=n(1);n.d(t,"Dialog",function(){return p.a}),n.d(t,"LoadingProgrammatic",function(){return m.b}),n.d(t,"ModalProgrammatic",function(){return T.b}),n.d(t,"Snackbar",function(){return x.a}),n.d(t,"Toast",function(){return L.a});var G={Autocomplete:d.a,Checkbox:i.a,CheckboxButton:i.b,Collapse:f.a,Datepicker:h.a,Dropdown:l.a,DropdownItem:l.b,Field:v.a,Icon:y.a,Input:g.a,Loading:m.a,Message:_.a,Modal:T.a,Notification:M.a,Pagination:b.a,Panel:K.a,Radio:o.a,RadioButton:o.b,Select:k.a,Switch:C.a,TabItem:u.a,Table:s.a,TableColumn:s.b,Tabs:u.b,Tag:c.a,Taglist:c.b,Taginput:A.a,Timepicker:w.a,Tooltip:D.a,Upload:B.a,install:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var r in n.i(S.a)(a()(S.b,t)),G){var i=G[r];i&&"install"!==r&&e.component(i.name,i)}e.prototype.$dialog=p.a,e.prototype.$loading=m.b,e.prototype.$modal=T.b,e.prototype.$snackbar=x.a,e.prototype.$toast=L.a}};t.default=G},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(52),a=n.n(r),i=n(51),l=n.n(i),o=n(6),s=n.n(o),u=n(5),c=n(10),d=n(23);t.default={name:"BAutocomplete",components:s()({},d.a.name,d.a),mixins:[c.a],inheritAttrs:!1,props:{value:[Number,String],data:{type:Array,default:function(){return[]}},field:{type:String,default:"value"},keepFirst:Boolean,clearOnSelect:Boolean,openOnFocus:Boolean},data:function(){return{selected:null,hovered:null,isActive:!1,newValue:this.value,isListInViewportVertically:!0,hasFocus:!1,_isAutocomplete:!0,_elementRef:"input"}},computed:{whiteList:function(){var e=[];if(e.push(this.$refs.input.$el.querySelector("input")),e.push(this.$refs.dropdown),void 0!==this.$refs.dropdown){var t=this.$refs.dropdown.querySelectorAll("*"),n=!0,r=!1,a=void 0;try{for(var i,o=l()(t);!(n=(i=o.next()).done);n=!0){var s=i.value;e.push(s)}}catch(e){r=!0,a=e}finally{try{!n&&o.return&&o.return()}finally{if(r)throw a}}}return e},hasDefaultSlot:function(){return!!this.$scopedSlots.default},hasEmptySlot:function(){return!!this.$slots.empty}},watch:{isActive:function(e){var t=this;e?this.calcDropdownInViewportVertical():(this.$nextTick(function(){return t.setHovered(null)}),setTimeout(function(){t.calcDropdownInViewportVertical()},100))},newValue:function(e){this.$emit("input",e);var t=this.getValue(this.selected);t&&t!==e&&this.setSelected(null,!1),!this.hasFocus||this.openOnFocus&&!e||(this.isActive=!!e)},value:function(e){this.newValue=e,!this.isValid&&this.$refs.input.checkHtml5Validity()},data:function(e){this.keepFirst&&this.selectFirstOption(e)}},methods:{setHovered:function(e){void 0!==e&&(this.hovered=e)},setSelected:function(e){var t=this,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];void 0!==e&&(this.selected=e,this.$emit("select",this.selected),null!==this.selected&&(this.newValue=this.clearOnSelect?"":this.getValue(this.selected)),n&&this.$nextTick(function(){t.isActive=!1}))},selectFirstOption:function(e){var t=this;this.$nextTick(function(){e.length?(t.openOnFocus||""!==t.newValue&&t.hovered!==e[0])&&t.setHovered(e[0]):t.setHovered(null)})},enterPressed:function(){null!==this.hovered&&this.setSelected(this.hovered)},tabPressed:function(){null!==this.hovered?this.setSelected(this.hovered):this.isActive=!1},clickedOutside:function(e){this.whiteList.indexOf(e.target)<0&&(this.isActive=!1)},getValue:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e){var r="object"===(void 0===e?"undefined":a()(e))?n.i(u.c)(e,this.field):e,i="string"==typeof this.newValue?n.i(u.e)(this.newValue):this.newValue,l=new RegExp("("+i+")","gi");return t?r.replace(l,"<b>$1</b>"):r}},calcDropdownInViewportVertical:function(){var e=this;this.$nextTick(function(){if(void 0!==e.$refs.dropdown){var t=e.$refs.dropdown.getBoundingClientRect();e.isListInViewportVertically=t.top>=0&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)}})},keyArrows:function(e){var t="down"===e?1:-1;if(this.isActive){var n=this.data.indexOf(this.hovered)+t;n=(n=n>this.data.length-1?this.data.length:n)<0?0:n,this.setHovered(this.data[n]);var r=this.$refs.dropdown.querySelector(".dropdown-content"),a=r.querySelectorAll(".dropdown-item:not(.is-disabled)")[n];if(!a)return;var i=r.scrollTop,l=r.scrollTop+r.clientHeight-a.clientHeight;a.offsetTop<i?r.scrollTop=a.offsetTop:a.offsetTop>=l&&(r.scrollTop=a.offsetTop-r.clientHeight+a.clientHeight)}else this.isActive=!0},focused:function(e){this.getValue(this.selected)===this.newValue&&this.$el.querySelector("input").select(),this.openOnFocus&&(this.isActive=!0,this.keepFirst&&this.selectFirstOption(this.data)),this.hasFocus=!0,this.$emit("focus",e)},onBlur:function(e){this.hasFocus=!1,this.$emit("blur",e)}},created:function(){"undefined"!=typeof window&&(document.addEventListener("click",this.clickedOutside),window.addEventListener("resize",this.calcDropdownInViewportVertical))},beforeDestroy:function(){"undefined"!=typeof window&&(document.removeEventListener("click",this.clickedOutside),window.removeEventListener("resize",this.calcDropdownInViewportVertical))}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BCheckbox",props:{value:[String,Number,Boolean,Function,Object,Array,a.a],nativeValue:[String,Number,Boolean,Function,Object,Array,a.a],disabled:Boolean,name:String,size:String,trueValue:{type:[String,Number,Boolean,Function,Object,Array,a.a],default:!0},falseValue:{type:[String,Number,Boolean,Function,Object,Array,a.a],default:!1}},data:function(){return{newValue:this.value}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BCheckboxButton",props:{value:[String,Number,Boolean,Function,Object,Array,a.a],nativeValue:[String,Number,Boolean,Function,Object,Array,a.a],disabled:Boolean,name:String,size:String,type:{type:String,default:"is-primary"}},data:function(){return{newValue:this.value}},computed:{checked:function(){return Array.isArray(this.newValue)?this.newValue.indexOf(this.nativeValue)>=0:this.newValue===this.nativeValue}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BCollapse",props:{open:{type:Boolean,default:!0},animation:{type:String,default:"fade"}},data:function(){return{isOpen:this.open}},watch:{open:function(e){this.isOpen=e}},methods:{toggle:function(){this.isOpen=!this.isOpen,this.$emit("update:open",this.isOpen),this.$emit(this.isOpen?"open":"close")}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(6),i=n.n(a),l=n(10),o=n(5),s=n(1),u=n(28),c=n(23),d=n(29),f=n(24),h=n(2),p=n(173),v=n.n(p);t.default={name:"BDatepicker",components:(r={},i()(r,v.a.name,v.a),i()(r,c.a.name,c.a),i()(r,d.a.name,d.a),i()(r,f.a.name,f.a),i()(r,h.a.name,h.a),i()(r,u.a.name,u.a),i()(r,u.b.name,u.b),r),mixins:[l.a],inheritAttrs:!1,props:{value:Date,dayNames:{type:Array,default:function(){return Array.isArray(s.b.defaultDayNames)?s.b.defaultDayNames:["Su","M","Tu","W","Th","F","S"]}},monthNames:{type:Array,default:function(){return Array.isArray(s.b.defaultMonthNames)?s.b.defaultMonthNames:["January","February","March","April","May","June","July","August","September","October","November","December"]}},firstDayOfWeek:{type:Number,default:function(){return"number"==typeof s.b.defaultFirstDayOfWeek?s.b.defaultFirstDayOfWeek:0}},inline:Boolean,minDate:Date,maxDate:Date,focusedDate:Date,placeholder:String,readonly:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},unselectableDates:Array,unselectableDaysOfWeek:{type:Array,default:function(){return s.b.defaultUnselectableDaysOfWeek}},selectableDates:Array,dateFormatter:{type:Function,default:function(e){return"function"==typeof s.b.defaultDateFormatter?s.b.defaultDateFormatter(e):e.toLocaleDateString()}},dateParser:{type:Function,default:function(e){return"function"==typeof s.b.defaultDateParser?s.b.defaultDateParser(e):new Date(Date.parse(e))}},mobileNative:{type:Boolean,default:function(){return s.b.defaultDatepickerMobileNative}},position:String,events:Array,indicators:{type:String,default:"dots"}},data:function(){var e=this.value||this.focusedDate||new Date;return{dateSelected:this.value,focusedDateData:{month:e.getMonth(),year:e.getFullYear()},_elementRef:"input",_isDatepicker:!0}},computed:{listOfYears:function(){for(var e=this.maxDate?this.maxDate.getFullYear():Math.max((new Date).getFullYear(),this.focusedDateData.year)+3,t=this.minDate?this.minDate.getFullYear():1900,n=[],r=t;r<=e;r++)n.push(r);return n.reverse()},isFirstMonth:function(){return!!this.minDate&&new Date(this.focusedDateData.year,this.focusedDateData.month)<=new Date(this.minDate.getFullYear(),this.minDate.getMonth())},isLastMonth:function(){return!!this.maxDate&&new Date(this.focusedDateData.year,this.focusedDateData.month)>=new Date(this.maxDate.getFullYear(),this.maxDate.getMonth())},isMobile:function(){return this.mobileNative&&o.b.any()}},watch:{dateSelected:function(e){var t=e||new Date;this.focusedDateData={month:t.getMonth(),year:t.getFullYear()},this.$emit("input",e),this.$refs.dropdown&&(this.$refs.dropdown.isActive=!1)},value:function(e){this.dateSelected=e,!this.isValid&&this.$refs.input.checkHtml5Validity()},focusedDate:function(e){e&&(this.focusedDateData={month:e.getMonth(),year:e.getFullYear()})},"focusedDateData.month":function(e){this.$emit("change-month",e)},"focusedDateData.year":function(e){this.$emit("change-year",e)}},methods:{updateSelectedDate:function(e){this.dateSelected=e},onChange:function(e){var t=this.dateParser(e);t&&!isNaN(t)?this.dateSelected=t:(this.dateSelected=null,this.$refs.input.newValue=this.dateSelected)},formatValue:function(e){return e&&!isNaN(e)?this.dateFormatter(e):null},decrementMonth:function(){this.disabled||(this.focusedDateData.month>0?this.focusedDateData.month-=1:(this.focusedDateData.month=11,this.focusedDateData.year-=1))},incrementMonth:function(){this.disabled||(this.focusedDateData.month<11?this.focusedDateData.month+=1:(this.focusedDateData.month=0,this.focusedDateData.year+=1))},formatYYYYMMDD:function(e){var t=new Date(e);if(e&&!isNaN(t)){var n=t.getFullYear(),r=t.getMonth()+1,a=t.getDate();return n+"-"+(r<10?"0":"")+r+"-"+(a<10?"0":"")+a}return""},onChangeNativePicker:function(e){var t=e.target.value;this.dateSelected=t?new Date(t):null}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(174),a=n.n(r);t.default={name:"BDatepickerTable",components:{bDatepickerTableRow:a.a},props:{value:Date,dayNames:Array,monthNames:Array,firstDayOfWeek:Number,events:Array,indicators:String,minDate:Date,maxDate:Date,focused:Object,disabled:Boolean,unselectableDates:Array,unselectableDaysOfWeek:Array,selectableDates:Array},computed:{visibleDayNames:function(){for(var e=[],t=this.firstDayOfWeek;e.length<this.dayNames.length;){var n=this.dayNames[t%this.dayNames.length];e.push(n),t++}return e},hasEvents:function(){return this.events&&this.events.length},eventsInThisMonth:function(){if(!this.events)return[];for(var e=[],t=0;t<this.events.length;t++){var n=this.events[t];n.hasOwnProperty("date")||(n={date:n}),n.hasOwnProperty("type")||(n.type="is-primary"),n.date.getMonth()===this.focused.month&&n.date.getFullYear()===this.focused.year&&e.push(n)}return e}},methods:{updateSelectedDate:function(e){this.$emit("input",e)},weekBuilder:function(e,t,n){for(var r=new Date(n,t),a=[],i=new Date(n,t,e).getDay(),l=i>=this.firstDayOfWeek?i-this.firstDayOfWeek:7-this.firstDayOfWeek+i,o=1,s=0;s<l;s++)a.unshift(new Date(r.getFullYear(),r.getMonth(),e-o)),o++;a.push(new Date(n,t,e));for(var u=1;a.length<7;)a.push(new Date(n,t,e+u)),u++;return a},weeksInThisMonth:function(e,t){for(var n=[],r=new Date(t,e+1,0).getDate(),a=1;a<=r+6;){var i=this.weekBuilder(a,e,t),l=!1;i.forEach(function(t){t.getMonth()===e&&(l=!0)}),l&&n.push(i),a+=7}return n},eventsInThisWeek:function(e,t){if(!this.eventsInThisMonth.length)return[];var n=[],r=[];r=this.weeksInThisMonth(this.focused.month,this.focused.year);for(var a=0;a<r[t].length;a++)for(var i=0;i<this.eventsInThisMonth.length;i++){var l=this.eventsInThisMonth[i].date.getTime();l===r[t][a].getTime()&&n.push(this.eventsInThisMonth[i])}return n}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BDatepickerTableRow",props:{selectedDate:Date,week:{type:Array,required:!0},month:{type:Number,required:!0},minDate:Date,maxDate:Date,disabled:Boolean,unselectableDates:Array,unselectableDaysOfWeek:Array,selectableDates:Array,events:Array,indicators:String},methods:{selectableDate:function(e){var t=[];if(this.minDate&&t.push(e>=this.minDate),this.maxDate&&t.push(e<=this.maxDate),t.push(e.getMonth()===this.month),this.selectableDates)for(var n=0;n<this.selectableDates.length;n++){var r=this.selectableDates[n];if(e.getDate()===r.getDate()&&e.getFullYear()===r.getFullYear()&&e.getMonth()===r.getMonth())return!0;t.push(!1)}if(this.unselectableDates)for(var a=0;a<this.unselectableDates.length;a++){var i=this.unselectableDates[a];t.push(e.getDate()!==i.getDate()||e.getFullYear()!==i.getFullYear()||e.getMonth()!==i.getMonth())}if(this.unselectableDaysOfWeek)for(var l=0;l<this.unselectableDaysOfWeek.length;l++){var o=this.unselectableDaysOfWeek[l];t.push(e.getDay()!==o)}return t.indexOf(!1)<0},emitChosenDate:function(e){this.disabled||this.selectableDate(e)&&this.$emit("select",e)},eventsDateMatch:function(e){if(!this.events.length)return!1;for(var t=[],n=0;n<this.events.length;n++)this.events[n].date.getDay()===e.getDay()&&t.push(this.events[n]);return!!t.length&&t},classObject:function(e){function t(e,t){return!(!e||!t)&&e.getDate()===t.getDate()&&e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()}return{"is-selected":t(e,this.selectedDate),"is-today":t(e,new Date),"is-selectable":this.selectableDate(e)&&!this.disabled,"is-unselectable":!this.selectableDate(e)||this.disabled}}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),a=n.n(r),i=n(2),l=n(47),o=n(1),s=n(5);t.default={name:"BDialog",components:a()({},i.a.name,i.a),extends:l.a,props:{title:String,message:String,icon:String,iconPack:String,hasIcon:Boolean,type:{type:String,default:"is-primary"},size:String,confirmText:{type:String,default:function(){return o.b.defaultDialogConfirmText?o.b.defaultDialogConfirmText:"OK"}},cancelText:{type:String,default:function(){return o.b.defaultDialogCancelText?o.b.defaultDialogCancelText:"Cancel"}},hasInput:Boolean,inputAttrs:{type:Object,default:function(){return{}}},onConfirm:{type:Function,default:function(){}},focusOn:{type:String,default:"confirm"}},data:function(){return{prompt:this.hasInput&&this.inputAttrs.value||"",isActive:!1,validationMessage:""}},computed:{iconByType:function(){switch(this.type){case"is-info":return"information";case"is-success":return"check-circle";case"is-warning":return"alert";case"is-danger":return"alert-circle";default:return null}},showCancel:function(){return this.cancelOptions.indexOf("button")>=0}},methods:{confirm:function(){var e=this;if(void 0!==this.$refs.input&&!this.$refs.input.checkValidity())return this.validationMessage=this.$refs.input.validationMessage,void this.$nextTick(function(){return e.$refs.input.select()});this.onConfirm(this.prompt),this.close()},close:function(){var e=this;this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(s.a)(e.$el)},150)}},beforeMount:function(){document.body.appendChild(this.$el)},mounted:function(){var e=this;this.isActive=!0,void 0===this.inputAttrs.required&&this.$set(this.inputAttrs,"required",!0),this.$nextTick(function(){e.hasInput?e.$refs.input.focus():"cancel"===e.focusOn&&e.showCancel?e.$refs.cancelButton.focus():e.$refs.confirmButton.focus()})}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(51),a=n.n(r),i=n(3),l=n.n(i);t.default={name:"BDropdown",props:{value:{type:[String,Number,Boolean,Object,Array,l.a,Function],default:null},disabled:Boolean,hoverable:Boolean,inline:Boolean,position:{type:String,validator:function(e){return["is-top-right","is-top-left","is-bottom-left"].indexOf(e)>-1}},mobileModal:{type:Boolean,default:!0}},data:function(){return{selected:this.value,isActive:!1,_isDropdown:!0}},computed:{rootClasses:function(){return[this.position,{"is-disabled":this.disabled,"is-hoverable":this.hoverable,"is-inline":this.inline,"is-active":this.isActive||this.inline,"is-mobile-modal":this.isMobileModal}]},isMobileModal:function(){return this.mobileModal&&!this.inline&&!this.hoverable}},watch:{value:function(e){this.selected=e},isActive:function(e){this.$emit("active-change",e)}},methods:{selectItem:function(e){this.selected!==e&&(this.$emit("change",e),this.selected=e),this.$emit("input",e),this.isActive=!1},isInWhiteList:function(e){if(e===this.$refs.dropdownMenu)return!0;if(e===this.$refs.trigger)return!0;if(void 0!==this.$refs.dropdownMenu){var t=this.$refs.dropdownMenu.querySelectorAll("*"),n=!0,r=!1,i=void 0;try{for(var l,o=a()(t);!(n=(l=o.next()).done);n=!0)if(e===l.value)return!0}catch(e){r=!0,i=e}finally{try{!n&&o.return&&o.return()}finally{if(r)throw i}}}if(void 0!==this.$refs.trigger){var s=this.$refs.trigger.querySelectorAll("*"),u=!0,c=!1,d=void 0;try{for(var f,h=a()(s);!(u=(f=h.next()).done);u=!0)if(e===f.value)return!0}catch(e){c=!0,d=e}finally{try{!u&&h.return&&h.return()}finally{if(c)throw d}}}return!1},clickedOutside:function(e){this.inline||this.isInWhiteList(e.target)||(this.isActive=!1)},toggle:function(){var e=this;this.disabled||this.hoverable||(this.isActive?this.isActive=!this.isActive:this.$nextTick(function(){e.isActive=!e.isActive}))}},created:function(){"undefined"!=typeof window&&document.addEventListener("click",this.clickedOutside)},beforeDestroy:function(){"undefined"!=typeof window&&document.removeEventListener("click",this.clickedOutside)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BDropdownItem",props:{value:{type:[String,Number,Boolean,Object,Array,a.a,Function],default:null},separator:Boolean,disabled:Boolean,custom:Boolean,paddingless:Boolean,hasLink:Boolean},computed:{anchorClasses:function(){return{"is-disabled":this.disabled,"is-paddingless":this.paddingless,"is-active":null!==this.value&&this.value===this.$parent.selected}},itemClasses:function(){return{"dropdown-item":!this.hasLink,"is-disabled":this.disabled,"is-paddingless":this.paddingless,"is-active":null!==this.value&&this.value===this.$parent.selected,"has-link":this.hasLink}},isClickable:function(){return!this.separator&&!this.disabled&&!this.custom}},methods:{selectItem:function(){this.isClickable&&(this.$parent.selectItem(this.value),this.$emit("click"))}},created:function(){if(!this.$parent.$data._isDropdown)throw this.$destroy(),new Error("You should wrap bDropdownItem on a bDropdown")}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(65),a=n.n(r);t.default={name:"BField",components:{"b-field-body":a.a},props:{type:String,label:String,labelFor:String,message:[String,Array],grouped:Boolean,groupMultiline:Boolean,position:String,expanded:Boolean,horizontal:Boolean,addons:{type:Boolean,default:!0},customClass:String},data:function(){return{newType:this.type,newMessage:this.message,_isField:!0}},computed:{rootClasses:function(){return[this.newPosition,{"is-expanded":this.expanded,"is-grouped-multiline":this.groupMultiline,"is-horizontal":this.horizontal}]},newPosition:function(){if(void 0!==this.position){var e=this.position.split("-");if(!(e.length<1)){var t=this.grouped?"is-grouped-":"has-addons-";return this.position?t+e[1]:void 0}}},formattedMessage:function(){return this.newMessage&&Array.isArray(this.newMessage)?this.newMessage.filter(function(e){if(e)return e}).join(" <br> "):this.newMessage}},watch:{type:function(e){this.newType=e},message:function(e){this.newMessage=e}},methods:{fieldType:function(){if(this.grouped)return"is-grouped";var e=0;return this.$slots.default&&(e=this.$slots.default.reduce(function(e,t){return t.tag?e+1:e},0)),e>1&&this.addons&&!this.horizontal?"has-addons":void 0}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BFieldBody",props:{message:{type:[String]},type:{type:[String]}},render:function(e){var t=this;return e("div",{attrs:{class:"field-body"}},this.$slots.default.map(function(n){return n.tag?t.message?e("b-field",{attrs:{message:t.message,type:t.type}},[n]):e("b-field",{},[n]):n}))}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1);t.default={name:"BIcon",props:{type:String,pack:String,icon:String,size:String,customSize:String,customClass:String,both:Boolean},data:function(){return{newPack:this.pack||r.b.defaultIconPack}},computed:{newIcon:function(){return this.both?"mdi"===this.newPack?this.newPack+"-"+this.icon:"fa-"+this.getEquivalentIconOf(this.icon):"mdi"===this.newPack?this.newPack+"-"+this.icon:"fa-"+this.icon},newType:function(){if(this.type){var e=this.type.split("-");if(e.length)return"has-text-"+e[1]}},newCustomSize:function(){return this.customSize||this.customSizeByPack},customSizeByPack:function(){var e="mdi"===this.newPack?"mdi-24px":"fa-lg",t="mdi"===this.newPack?"mdi-36px":"fa-2x",n="mdi"===this.newPack?"mdi-48px":"fa-3x";switch(this.size){case"is-small":return;case"is-medium":return t;case"is-large":return n;default:return e}}},methods:{getEquivalentIconOf:function(e){switch(e){case"check":return"check";case"information":return"info-circle";case"check-circle":return"check-circle";case"alert":return"exclamation-triangle";case"alert-circle":return"exclamation-circle";case"arrow-up":return"arrow-up";case"chevron-right":return"angle-right";case"chevron-left":return"angle-left";case"chevron-down":return"angle-down";case"eye":return"eye";case"eye-off":return"eye-slash";case"menu-down":return"caret-down";case"menu-up":return"caret-up";default:return null}}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),a=n.n(r),i=n(2),l=n(1),o=n(10);t.default={name:"BInput",components:a()({},i.a.name,i.a),mixins:[o.a],inheritAttrs:!1,props:{value:[Number,String],type:{type:String,default:"text"},passwordReveal:Boolean,hasCounter:{type:Boolean,default:!0}},data:function(){return{newValue:this.value,newType:this.type,newAutocomplete:this.autocomplete||l.b.defaultInputAutocomplete,isPasswordVisible:!1,_elementRef:"textarea"===this.type?"textarea":"input"}},computed:{rootClasses:function(){return[this.iconPosition,this.size,{"is-expanded":this.expanded,"is-loading":this.loading,"is-clearfix":!this.hasMessage}]},inputClasses:function(){return[this.statusType,this.size,{"is-rounded":this.rounded}]},hasIconRight:function(){return this.passwordReveal||this.loading||this.statusType},iconPosition:function(){return this.icon&&this.hasIconRight?"has-icons-left has-icons-right":!this.icon&&this.hasIconRight?"has-icons-right":this.icon?"has-icons-left":void 0},statusTypeIcon:function(){switch(this.statusType){case"is-success":return"check";case"is-danger":return"alert-circle";case"is-info":return"information";case"is-warning":return"alert"}},hasMessage:function(){return!!this.statusMessage},passwordVisibleIcon:function(){return this.isPasswordVisible?"eye-off":"eye"},valueLength:function(){return this.newValue?this.newValue.length:0}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e),!this.isValid&&this.checkHtml5Validity()}},methods:{togglePasswordVisibility:function(){var e=this;this.isPasswordVisible=!this.isPasswordVisible,this.newType=this.isPasswordVisible?"text":"password",this.$nextTick(function(){e.$refs.input.focus()})},onInput:function(e){var t=this;this.$nextTick(function(){t.newValue=e.target.value})}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(5),a=n(124);t.default={name:"BLoading",props:{active:Boolean,programmatic:Boolean,container:[Object,Function,a.a],isFullPage:{type:Boolean,default:!0},animation:{type:String,default:"fade"},canCancel:{type:Boolean,default:!1},onCancel:{type:Function,default:function(){}}},data:function(){return{isActive:this.active||!1}},watch:{active:function(e){this.isActive=e}},methods:{cancel:function(){this.canCancel&&this.close()},close:function(){var e=this;this.onCancel.apply(null,arguments),this.$emit("close"),this.$emit("update:active",!1),this.programmatic&&(this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(r.a)(e.$el)},150))},keyPress:function(e){27===e.keyCode&&this.cancel()}},created:function(){"undefined"!=typeof window&&document.addEventListener("keyup",this.keyPress)},beforeMount:function(){this.programmatic&&(this.container?(this.isFullPage=!1,this.container.appendChild(this.$el)):document.body.appendChild(this.$el))},mounted:function(){this.programmatic&&(this.isActive=!0)},beforeDestroy:function(){"undefined"!=typeof window&&document.removeEventListener("keyup",this.keyPress)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(49);t.default={name:"BMessage",mixins:[r.a],data:function(){return{newIconSize:this.iconSize||this.size||"is-large"}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(5),a=n(1);t.default={name:"BModal",props:{active:Boolean,component:[Object,Function],content:String,programmatic:Boolean,props:Object,events:Object,width:{type:[String,Number],default:960},hasModalCard:Boolean,animation:{type:String,default:"zoom-out"},canCancel:{type:[Array,Boolean],default:function(){return["escape","x","outside","button"]}},onCancel:{type:Function,default:function(){}},scroll:{type:String,default:function(){return a.b.defaultModalScroll?a.b.defaultModalScroll:"clip"},validator:function(e){return["clip","keep"].indexOf(e)>=0}}},data:function(){return{isActive:this.active||!1,savedScrollTop:null,newWidth:"number"==typeof this.width?this.width+"px":this.width}},computed:{cancelOptions:function(){return"boolean"==typeof this.canCancel?this.canCancel?["escape","x","outside","button"]:[]:this.canCancel},showX:function(){return this.cancelOptions.indexOf("x")>=0}},watch:{active:function(e){this.isActive=e},isActive:function(){this.handleScroll()}},methods:{handleScroll:function(){if("undefined"!=typeof window){if("clip"===this.scroll)return void document.documentElement.classList.toggle("is-clipped",this.isActive);if(this.savedScrollTop=this.savedScrollTop?this.savedScrollTop:document.documentElement.scrollTop,document.body.classList.toggle("is-noscroll",this.isActive),this.isActive)return void(document.body.style.top="-"+this.savedScrollTop+"px");document.documentElement.scrollTop=this.savedScrollTop,document.body.style.top=null,this.savedScrollTop=null}},cancel:function(e){this.cancelOptions.indexOf(e)<0||(this.onCancel.apply(null,arguments),this.close())},close:function(){var e=this;this.$emit("close"),this.$emit("update:active",!1),this.programmatic&&(this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(r.a)(e.$el)},150))},keyPress:function(e){this.isActive&&27===e.keyCode&&this.cancel("escape")}},created:function(){"undefined"!=typeof window&&document.addEventListener("keyup",this.keyPress)},beforeMount:function(){this.programmatic&&document.body.appendChild(this.$el)},mounted:function(){this.programmatic?this.isActive=!0:this.isActive&&this.handleScroll()},beforeDestroy:function(){"undefined"!=typeof window&&document.removeEventListener("keyup",this.keyPress)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(49);t.default={name:"BNotification",mixins:[r.a]}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),a=n.n(r),i=n(2);t.default={name:"BPagination",components:a()({},i.a.name,i.a),props:{total:[Number,String],perPage:{type:[Number,String],default:20},current:{type:[Number,String],default:1},size:String,simple:Boolean,rounded:Boolean,order:String},computed:{rootClasses:function(){return[this.order,this.size,{"is-simple":this.simple,"is-rounded":this.rounded}]},pageCount:function(){return Math.ceil(this.total/this.perPage)},firstItem:function(){var e=this.current*this.perPage-this.perPage+1;return e>=0?e:0},hasPrev:function(){return this.current>1},hasFirst:function(){return this.current>=3},hasFirstEllipsis:function(){return this.current>=4},hasLast:function(){return this.current<=this.pageCount-2},hasLastEllipsis:function(){return this.current<this.pageCount-2&&this.current<=this.pageCount-3},hasNext:function(){return this.current<this.pageCount},pagesInRange:function(){var e=this;if(!this.simple){for(var t=Math.max(1,this.current-1),n=Math.min(this.current+1,this.pageCount),r=[],a=t;a<=n;a++)!function(t){r.push({number:t,isCurrent:e.current===t,click:function(n){e.current!==t&&(e.$emit("change",t),e.$emit("update:current",t),e.$nextTick(function(){return n.target.focus()}))}})}(a);return r}}},watch:{pageCount:function(e){this.current>e&&this.last()}},methods:{prev:function(){this.hasPrev&&(this.$emit("change",this.current-1),this.$emit("update:current",this.current-1))},first:function(){this.$emit("change",1),this.$emit("update:current",1)},last:function(){this.$emit("change",this.pageCount),this.$emit("update:current",this.pageCount)},next:function(){this.hasNext&&(this.$emit("change",this.current+1),this.$emit("update:current",this.current+1))}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BPanel",props:{collapsible:{type:Boolean,default:!1},open:{type:Boolean,default:!0},hasCustomTemplate:{type:Boolean,default:!1},header:String,content:String,animation:{type:String,default:"fade"}},data:function(){return{isOpen:this.open}},watch:{open:function(e){this.isOpen=e}},methods:{toggle:function(){this.collapsible&&(this.isOpen=!this.isOpen,this.$emit("update:open",this.isOpen),this.isOpen?this.$emit("open"):this.$emit("close"))}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BRadio",props:{value:[String,Number,Boolean,Function,Object,Array,a.a],nativeValue:[String,Number,Boolean,Function,Object,Array,a.a],disabled:Boolean,name:String,size:String},data:function(){return{newValue:this.value}},watch:{value:function(e){this.newValue=e},newValue:function(e){e===this.nativeValue&&this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BRadioButton",props:{value:[String,Number,Boolean,Function,Object,Array,a.a],nativeValue:[String,Number,Boolean,Function,Object,Array,a.a],type:{type:String,default:"is-primary"},disabled:Boolean,name:String,size:String},data:function(){return{newValue:this.value}},watch:{value:function(e){this.newValue=e},newValue:function(e){e===this.nativeValue&&this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r),i=n(10);t.default={name:"BSelect",mixins:[i.a],inheritAttrs:!1,props:{value:{type:[String,Number,Boolean,Object,Array,a.a,Function],default:null},placeholder:String,multiple:Boolean,nativeSize:[String,Number]},data:function(){return{selected:this.value,_isSelect:!0,_elementRef:"select"}},computed:{spanClasses:function(){return[this.size,this.statusType,{"is-fullwidth":this.expanded,"is-loading":this.loading,"is-multiple":this.multiple,"is-rounded":this.rounded,"is-empty":null===this.selected}]}},watch:{value:function(e){this.selected=e,!this.isValid&&this.checkHtml5Validity()},selected:function(e){this.$emit("input",e),!this.isValid&&this.checkHtml5Validity()}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),a=n(50);t.default={name:"BSnackbar",mixins:[a.a],props:{actionText:{type:String,default:"OK"},onAction:{type:Function,default:function(){}},indefinite:{type:Boolean,default:!1}},data:function(){return{newDuration:this.duration||r.b.defaultSnackbarDuration}},methods:{action:function(){this.onAction(),this.close()}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BSwitch",props:{value:[String,Number,Boolean,Function,Object,Array,a.a],nativeValue:[String,Number,Boolean,Function,Object,Array,a.a],disabled:Boolean,type:String,name:String,size:String,trueValue:{type:[String,Number,Boolean,Function,Object,Array,a.a],default:!0},falseValue:{type:[String,Number,Boolean,Function,Object,Array,a.a],default:!1}},data:function(){return{newValue:this.value,isMouseDown:!1}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(128),a=n.n(r),i=n(5),l=n(46),o=n(48),s=n(2),u=n(193),c=n.n(u),d=n(66),f=n.n(d);t.default={name:"BTable",components:{BPagination:o.a,BIcon:s.a,BCheckbox:l.a,BTableMobileSort:c.a,BTableColumn:f.a},props:{data:{type:Array,default:function(){return[]}},columns:{type:Array,default:function(){return[]}},bordered:Boolean,striped:Boolean,narrowed:Boolean,hoverable:Boolean,loading:Boolean,detailed:Boolean,checkable:Boolean,selected:Object,focusable:Boolean,customIsChecked:Function,isRowCheckable:{type:Function,default:function(){return!0}},checkedRows:{type:Array,default:function(){return[]}},mobileCards:{type:Boolean,default:!0},defaultSort:[String,Array],defaultSortDirection:{type:String,default:"asc"},paginated:Boolean,currentPage:{type:Number,default:1},perPage:{type:[Number,String],default:20},paginationSimple:Boolean,paginationSize:String,backendSorting:Boolean,rowClass:{type:Function,default:function(){return""}},openedDetailed:{type:Array,default:function(){return[]}},hasDetailedVisible:{type:Function,default:function(){return!0}},detailKey:{type:String,default:""},backendPagination:Boolean,total:{type:[Number,String],default:0}},data:function(){return{getValueByPath:i.c,newColumns:[].concat(a()(this.columns)),visibleDetailRows:this.openedDetailed,newData:this.data,newDataTotal:this.backendPagination?this.total:this.data.length,newCheckedRows:[].concat(a()(this.checkedRows)),newCurrentPage:this.currentPage,currentSortColumn:{},isAsc:!0,firstTimeSort:!0,_isTable:!0}},computed:{tableClasses:function(){return{"is-bordered":this.bordered,"is-striped":this.striped,"is-narrow":this.narrowed,"has-mobile-cards":this.mobileCards,"is-hoverable":(this.hoverable||this.focusable)&&this.visibleData.length}},visibleData:function(){if(!this.paginated)return this.newData;var e=this.newCurrentPage,t=this.perPage;if(this.newData.length<=t)return this.newData;var n=(e-1)*t,r=parseInt(n,10)+parseInt(t,10);return this.newData.slice(n,r)},isAllChecked:function(){var e=this;return!this.visibleData.filter(function(t){return e.isRowCheckable(t)}).some(function(t){return n.i(i.d)(e.newCheckedRows,t,e.customIsChecked)<0})},hasSortablenewColumns:function(){return this.newColumns.some(function(e){return e.sortable})},columnCount:function(){var e=this.newColumns.length;return e+=this.checkable?1:0,e+=this.detailed?1:0}},watch:{data:function(e){var t=this,n=this.newColumns;this.newColumns=[],this.newData=e,this.$nextTick(function(){t.newColumns.length||(t.newColumns=n)}),this.backendSorting||this.sort(this.currentSortColumn,!0),this.backendPagination||(this.newDataTotal=e.length)},total:function(e){this.backendPagination&&(this.newDataTotal=e)},checkedRows:function(e){this.newCheckedRows=[].concat(a()(e))},columns:function(e){this.newColumns=[].concat(a()(e))},newColumns:function(e){if(e.length&&this.firstTimeSort)this.initSort(),this.firstTimeSort=!1;else if(e.length)for(var t=0;t<e.length;t++)if(e[t].newKey===this.currentSortColumn.newKey){this.currentSortColumn=e[t];break}},openedDetailed:function(e){this.visibleDetailRows=e},currentPage:function(e){this.newCurrentPage=e}},methods:{sortBy:function(e,t,r,l){return r&&"function"==typeof r?[].concat(a()(e)).sort(function(e,t){return r(e,t,l)}):[].concat(a()(e)).sort(function(e,r){var a=n.i(i.c)(e,t),o=n.i(i.c)(r,t);return a||0===a?o||0===o?a===o?0:(a="string"==typeof a?a.toUpperCase():a,o="string"==typeof o?o.toUpperCase():o,l?a>o?1:-1:a>o?-1:1):-1:1})},sort:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];e&&e.sortable&&(t||(this.isAsc=e===this.currentSortColumn?!this.isAsc:"desc"!==this.defaultSortDirection.toLowerCase()),this.firstTimeSort||this.$emit("sort",e.field,this.isAsc?"asc":"desc"),this.backendSorting||(this.newData=this.sortBy(this.newData,e.field,e.customSort,this.isAsc)),this.currentSortColumn=e)},isRowChecked:function(e){return n.i(i.d)(this.newCheckedRows,e,this.customIsChecked)>=0},removeCheckedRow:function(e){var t=n.i(i.d)(this.newCheckedRows,e,this.customIsChecked);t>=0&&this.newCheckedRows.splice(t,1)},checkAll:function(){var e=this,t=this.isAllChecked;this.visibleData.forEach(function(n){e.removeCheckedRow(n),t||e.isRowCheckable(n)&&e.newCheckedRows.push(n)}),this.$emit("check",this.newCheckedRows),this.$emit("check-all",this.newCheckedRows),this.$emit("update:checkedRows",this.newCheckedRows)},checkRow:function(e){this.isRowChecked(e)?this.removeCheckedRow(e):this.newCheckedRows.push(e),this.$emit("check",this.newCheckedRows,e),this.$emit("update:checkedRows",this.newCheckedRows)},selectRow:function(e,t){this.$emit("click",e),this.selected!==e&&(this.$emit("select",e,this.selected),this.$emit("update:selected",e))},pageChanged:function(e){this.newCurrentPage=e>0?e:1,this.$emit("page-change",this.newCurrentPage),this.$emit("update:currentPage",this.newCurrentPage)},toggleDetails:function(e){this.isVisibleDetailRow(e)?(this.closeDetailRow(e),this.$emit("details-close",e)):(this.openDetailRow(e),this.$emit("details-open",e)),this.$emit("update:openedDetailed",this.visibleDetailRows)},openDetailRow:function(e){var t=this.handleDetailKey(e);this.visibleDetailRows.push(t)},closeDetailRow:function(e){var t=this.handleDetailKey(e),n=this.visibleDetailRows.indexOf(t);this.visibleDetailRows.splice(n,1)},isVisibleDetailRow:function(e){var t=this.handleDetailKey(e);return this.visibleDetailRows.indexOf(t)>=0},handleDetailKey:function(e){var t=this.detailKey;return t.length?e[t]:e},checkPredefinedDetailedRows:function(){if(this.openedDetailed.length>0&&!this.detailKey.length)throw new Error('If you set a predefined opened-detailed, you must provide an unique key using the prop "detail-key"')},hasCustomFooterSlot:function(){if(this.$slots.footer.length>1)return!0;var e=this.$slots.footer[0].tag;return"th"===e||"td"===e},pressedArrow:function(e){if(this.visibleData.length){var t=this.visibleData.indexOf(this.selected)+e;t=t<0?0:t>this.visibleData.length-1?this.visibleData.length-1:t,this.selectRow(this.visibleData[t])}},focus:function(){this.focusable&&this.$el.querySelector("table").focus()},initSort:function(){var e=this;if(this.defaultSort){var t="",n=this.defaultSortDirection;Array.isArray(this.defaultSort)?(t=this.defaultSort[0],this.defaultSort[1]&&(n=this.defaultSort[1])):t=this.defaultSort,this.newColumns.forEach(function(r){r.field===t&&(e.isAsc="desc"!==n.toLowerCase(),e.sort(r,!0))})}}},mounted:function(){this.checkPredefinedDetailedRows()}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BTableColumn",props:{label:String,customKey:[String,Number],field:String,meta:[String,Number,Boolean,Function,Object,Array,a.a],width:[Number,String],numeric:Boolean,centered:Boolean,sortable:Boolean,visible:{type:Boolean,default:!0},customSort:Function,internal:Boolean},data:function(){return{newKey:this.customKey||this.label}},computed:{rootClasses:function(){return{"has-text-right":this.numeric&&!this.centered,"has-text-centered":this.centered}}},created:function(){var e=this;if(!this.$parent.$data._isTable)throw this.$destroy(),new Error("You should wrap bTableColumn on a bTable");this.internal||!this.$parent.columns.some(function(t){return t.newKey===e.newKey})&&this.$parent.columns.push(this)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(24),a=n(2);t.default={name:"BTableMobileSort",components:{BSelect:r.a,BIcon:a.a},props:{currentSortColumn:Object,isAsc:Boolean,columns:Array},data:function(){return{mobileSort:this.currentSortColumn}},watch:{mobileSort:function(e){this.currentSortColumn!==e&&this.$emit("sort",e)},currentSortColumn:function(e){this.mobileSort=e}},methods:{sort:function(){this.$emit("sort",this.mobileSort)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BTabItem",props:{label:String,icon:String,iconPack:String,disabled:Boolean,visible:{type:Boolean,default:!0}},data:function(){return{isActive:!1,transitionName:null}},methods:{activate:function(e,t){this.$parent.animated?this.transitionName=t<e?"slide-next":"slide-prev":this.transitionName=null,this.isActive=!0},deactivate:function(e,t){this.$parent.animated?this.transitionName=t<e?"slide-next":"slide-prev":this.transitionName=null,this.isActive=!1}},created:function(){if(!this.$parent.$data._isTabs)throw this.$destroy(),new Error("You should wrap bTabItem on a bTabs");this.$parent.tabItems.push(this)},updated:function(){this.$emit("updated")},beforeDestroy:function(){var e=this.$parent.tabItems.indexOf(this);e>=0&&this.$parent.tabItems.splice(e,1)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(6),i=n.n(a),l=n(2),o=n(123);t.default={name:"BTabs",components:(r={},i()(r,l.a.name,l.a),i()(r,o.a.name,o.a),r),props:{value:[String,Number],expanded:Boolean,type:String,size:String,position:String,animated:{type:Boolean,default:!0}},data:function(){return{activeTab:this.value||0,tabItems:[],contentHeight:0,_isTabs:!0}},computed:{navClasses:function(){return[this.type,this.size,this.position,{"is-fullwidth":this.expanded,"is-toggle-rounded is-toggle":"is-toggle-rounded"===this.type}]}},watch:{value:function(e){this.changeTab(e)},tabItems:function(){this.tabItems.length&&(this.tabItems[this.activeTab].isActive=!0)}},methods:{changeTab:function(e){this.activeTab!==e&&(this.tabItems[this.activeTab].deactivate(this.activeTab,e),this.tabItems[e].activate(this.activeTab,e),this.activeTab=e,this.$emit("change",e))},tabClick:function(e){this.$emit("input",e),this.changeTab(e)}},mounted:function(){this.tabItems.length&&(this.tabItems[this.activeTab].isActive=!0)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BTag",props:{attached:Boolean,closable:Boolean,type:String,size:String,rounded:Boolean,disabled:Boolean,tabstop:{type:Boolean,default:!0}},methods:{close:function(){this.disabled||this.$emit("close")}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BTaglist",props:{attached:Boolean}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(52),a=n.n(r),i=n(6),l=n.n(i),o=n(5),s=n(45),u=n(10);t.default={name:"BTaginput",components:l()({},s.a.name,s.a),mixins:[u.a],inheritAttrs:!1,props:{value:{type:Array,default:function(){return[]}},data:{type:Array,default:function(){return[]}},type:String,rounded:{type:Boolean,default:!1},attached:{type:Boolean,default:!1},maxtags:{type:[Number,String],required:!1},field:{type:String,default:"value"},autocomplete:Boolean,disabled:Boolean,confirmKeyCodes:{type:Array,default:function(){return[13,188]}},removeOnKeys:{type:Array,default:function(){return[8]}},allowNew:Boolean},data:function(){return{tags:this.value||[],newTag:"",_elementRef:"input",_isTaginput:!0}},computed:{rootClasses:function(){return{"is-expanded":this.expanded}},containerClasses:function(){return{"is-focused":this.isFocused,"is-focusable":this.hasInput}},valueLength:function(){return this.newTag.trim().length},defaultSlotName:function(){return this.hasDefaultSlot?"default":"dontrender"},emptySlotName:function(){return this.hasEmptySlot?"empty":"dontrender"},hasDefaultSlot:function(){return!!this.$scopedSlots.default},hasEmptySlot:function(){return!!this.$slots.empty},hasInput:function(){return null==this.maxtags||this.tagsLength<this.maxtags},tagsLength:function(){return this.tags.length}},watch:{value:function(e){this.tags=e},newTag:function(e){this.$emit("typing",e.trim())},hasInput:function(){this.hasInput||this.onBlur()}},methods:{addTag:function(e){var t=e||this.newTag.trim();t&&-1===this.tags.indexOf(t)&&(this.tags.push(t),this.$emit("input",this.tags),this.$emit("add",t)),this.newTag=""},getNormalizedTagText:function(e){return"object"===(void 0===e?"undefined":a()(e))?n.i(o.c)(e,this.field):e},customOnBlur:function(e){this.autocomplete||this.addTag(),this.onBlur(e)},onSelect:function(e){var t=this;e&&(this.addTag(e),this.$nextTick(function(){t.newTag=""}))},removeTag:function(e){var t=this.tags.splice(e,1)[0];return this.$emit("input",this.tags),this.$emit("remove",t),t},removeLastTag:function(){this.tagsLength>0&&this.removeTag(this.tagsLength-1)},keydown:function(e){-1===this.removeOnKeys.indexOf(e.keyCode)||this.newTag.length||this.removeLastTag(),this.autocomplete&&!this.allowNew||this.confirmKeyCodes.indexOf(e.keyCode)>=0&&(e.preventDefault(),this.addTag())}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(6),i=n.n(a),l=n(10),o=n(5),s=n(1),u=n(28),c=n(23),d=n(29),f=n(24),h=n(2),p="AM",v="PM",y=function(e){return(e<10?"0":"")+e};t.default={name:"BTimepicker",components:(r={},i()(r,c.a.name,c.a),i()(r,d.a.name,d.a),i()(r,f.a.name,f.a),i()(r,h.a.name,h.a),i()(r,u.a.name,u.a),i()(r,u.b.name,u.b),r),mixins:[l.a],inheritAttrs:!1,props:{value:Date,inline:Boolean,minTime:Date,maxTime:Date,placeholder:String,readonly:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},hourFormat:{type:String,default:"24",validator:function(e){return"24"===e||"12"===e}},incrementMinutes:{type:Number,default:1},timeFormatter:{type:Function,default:function(e,t){return"function"==typeof s.b.defaultTimeFormatter?s.b.defaultTimeFormatter(e):function(e,t){var n=e.getHours(),r=e.getMinutes(),a=!1;return"12"===t.hourFormat&&(a=n<12,n>12?n-=12:0===n&&(n=12)),y(n)+":"+y(r)+("12"===t.hourFormat?" "+(a?p:v):"")}(e,t)}},timeParser:{type:Function,default:function(e,t){return"function"==typeof s.b.defaultTimeParser?s.b.defaultTimeParser(e):function(e,t){if(e){var n=e,r=!1;if("12"===t.hourFormat){var a=e.split(" ");n=a[0],r=a[1]===p}var i=n.split(":"),l=parseInt(i[0],10),o=parseInt(i[1],10);if(isNaN(l)||l<0||l>23||"12"===t.hourFormat&&(l<1||l>12)||isNaN(o)||o<0||o>59)return null;var s=null;return t.dateSelected&&!isNaN(t.dateSelected)?s=new Date(t.dateSelected):((s=new Date).setMilliseconds(0),s.setSeconds(0)),s.setMinutes(o),"12"===t.hourFormat&&(r&&12===l?l=0:r||12===l||(l+=12)),s.setHours(l),s}return null}(e,t)}},mobileNative:{type:Boolean,default:function(){return s.b.defaultTimepickerMobileNative}},position:String,unselectableTimes:Array},data:function(){return{dateSelected:this.value,hoursSelected:null,minutesSelected:null,meridienSelected:null,_elementRef:"input",_isTimepicker:!0}},computed:{hours:function(){for(var e=[],t=this.isHourFormat24?24:12,n=0;n<t;n++){var r=n,a=r;this.isHourFormat24||(a=r=n+1,this.meridienSelected===p?12===r&&(r=0):this.meridienSelected===v&&12!==r&&(r+=12)),e.push({label:y(a),value:r})}return e},minutes:function(){for(var e=[],t=0;t<60;t+=this.incrementMinutes)e.push({label:y(t),value:t});return e},meridiens:function(){return[p,v]},isMobile:function(){return this.mobileNative&&o.b.any()},isHourFormat24:function(){return"24"===this.hourFormat}},watch:{hourFormat:function(e){null!==this.hoursSelected&&(this.meridienSelected=this.hoursSelected>=12?v:p)},dateSelected:function(e){this.$emit("input",e)},value:function(e){this.updateInternalState(e),this.dateSelected=e,!this.isValid&&this.$refs.input.checkHtml5Validity()}},methods:{onMeridienChange:function(e){null!==this.hoursSelected&&(e===v?0===this.hoursSelected?this.hoursSelected=12:this.hoursSelected+=12:e===p&&(12===this.hoursSelected?this.hoursSelected=0:this.hoursSelected-=12)),this.updateDateSelected(this.hoursSelected,this.minutesSelected,e)},onHoursChange:function(e){this.updateDateSelected(parseInt(e,10),this.minutesSelected,this.meridienSelected)},onMinutesChange:function(e){this.updateDateSelected(this.hoursSelected,parseInt(e,10),this.meridienSelected)},updateDateSelected:function(e,t,n){null!=e&&null!=t&&(!this.isHourFormat24&&null!==n||this.isHourFormat24)&&(this.dateSelected&&!isNaN(this.dateSelected)?this.dateSelected=new Date(this.dateSelected):(this.dateSelected=new Date,this.dateSelected.setMilliseconds(0),this.dateSelected.setSeconds(0)),this.dateSelected.setHours(e),this.dateSelected.setMinutes(t))},updateInternalState:function(e){e?(this.hoursSelected=e.getHours(),this.minutesSelected=e.getMinutes(),this.meridienSelected=e.getHours()>=12?v:p):(this.hoursSelected=null,this.minutesSelected=null,this.meridienSelected=p)},isHourDisabled:function(e){var t=this,n=!1;if(this.minTime){var r=this.minTime.getHours();n=e<r}if(this.maxTime&&!n){var a=this.maxTime.getHours();n=e>a}if(this.unselectableTimes&&!n)if(null!==this.minutesSelected){var i=this.unselectableTimes.filter(function(n){return n.getHours()===e&&n.getMinutes()===t.minutesSelected});n=i.length>0}else{var l=this.unselectableTimes.filter(function(t){return t.getHours()===e});n=l.length===this.minutes.length}return n},isMinuteDisabled:function(e){var t=this,n=!1;if(null!==this.hoursSelected){if(this.isHourDisabled(this.hoursSelected))n=!0;else{if(this.minTime){var r=this.minTime.getHours(),a=this.minTime.getMinutes();n=this.hoursSelected===r&&e<a}if(this.maxTime&&!n){var i=this.maxTime.getHours(),l=this.maxTime.getMinutes();n=this.hoursSelected===i&&e>l}}this.unselectableTimes&&!n&&(n=this.unselectableTimes.filter(function(n){return n.getHours()===t.hoursSelected&&n.getMinutes()===e}).length>0)}return n},onChange:function(e){var t=this.timeParser(e,this);this.updateInternalState(t),t&&!isNaN(t)?this.dateSelected=t:(this.dateSelected=null,this.$refs.input.newValue=this.dateSelected)},formatValue:function(e){return e&&!isNaN(e)?this.timeFormatter(e,this):null},close:function(){this.$refs.dropdown&&(this.$refs.dropdown.isActive=!1)},formatHHMMSS:function(e){var t=new Date(e);if(e&&!isNaN(t)){var n=t.getHours(),r=t.getMinutes();return y(n)+":"+y(r)+":00"}return""},onChangeNativePicker:function(e){var t=e.target.value;if(t){this.dateSelected&&!isNaN(this.dateSelected)?this.dateSelected=new Date(this.dateSelected):(this.dateSelected=new Date,this.dateSelected.setMilliseconds(0),this.dateSelected.setSeconds(0));var n=t.split(":");this.dateSelected.setHours(parseInt(n[0],10)),this.dateSelected.setMinutes(parseInt(n[1],10))}else this.dateSelected=null}},mounted:function(){this.updateInternalState(this.value)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),a=n(50);t.default={name:"BToast",mixins:[a.a],data:function(){return{newDuration:this.duration||r.b.defaultToastDuration}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1);t.default={name:"BTooltip",props:{active:{type:Boolean,default:!0},type:String,label:String,position:{type:String,default:"is-top",validator:function(e){return["is-top","is-bottom","is-left","is-right"].indexOf(e)>-1}},always:Boolean,animated:Boolean,square:Boolean,dashed:Boolean,multilined:Boolean,size:{type:String,default:"is-medium"}},computed:{newType:function(){return this.type||r.b.defaultTooltipType},newAnimated:function(){return this.animated||r.b.defaultTooltipAnimated}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(10);t.default={name:"BUpload",mixins:[r.a],inheritAttrs:!1,props:{value:{type:Array,default:function(){return[]}},multiple:Boolean,disabled:Boolean,accept:String,dragDrop:Boolean,type:{type:String,default:"is-primary"},native:{type:Boolean,default:!1}},data:function(){return{newValue:this.value||[],dragDropFocus:!1,_elementRef:"input"}},watch:{value:function(e){this.newValue=e,0===this.newValue.length&&(this.$refs.input.value=null),!this.isValid&&!this.dragDrop&&this.checkHtml5Validity()}},methods:{onFileChange:function(e){if(!this.disabled&&!this.loading){this.dragDrop&&this.updateDragDropFocus(!1);var t=e.target.files||e.dataTransfer.files;if(t&&t.length){if(this.multiple)this.native&&(this.newValue=[]);else if(this.dragDrop){if(1!==t.length)return!1;this.newValue=[]}else this.newValue=[];for(var n=0;n<t.length;n++){var r=t[n];this.checkType(r)&&this.newValue.push(r)}}this.$emit("input",this.newValue),!this.dragDrop&&this.checkHtml5Validity()}},updateDragDropFocus:function(e){this.disabled||this.loading||(this.dragDropFocus=e)},checkType:function(e){if(!this.accept)return!0;var t=this.accept.split(",");if(0===t.length)return!0;for(var n=!1,r=0;r<t.length&&!n;r++){var a=t[r].trim();if(a)if("."===a.substring(0,1)){var i=e.name.lastIndexOf(".");i>=0&&e.name.substring(i)===a&&(n=!0)}else e.type.match(a)&&(n=!0)}return n}}}},function(e,t,n){"use strict";var r=n(171),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(172),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";function r(e){return new(l.a.extend(s.a))({el:document.createElement("div"),propsData:e})}var a=n(13),i=n.n(a),l=n(22),o=n(175),s=n.n(o);t.a={alert:function(e){var t=void 0;"string"==typeof e&&(t=e);var n={canCancel:!1,message:t};return r(i()(n,e))},confirm:function(e){return r(i()({},e))},prompt:function(e){return r(i()({hasInput:!0,confirmText:"Done"},e))}}},function(e,t,n){"use strict";var r=n(13),a=n.n(r),i=n(22),l=n(181),o=n.n(l);n.d(t,"a",function(){return o.a}),t.b={open:function(e){var t=a()({programmatic:!0},e);return new(i.a.extend(o.a))({el:document.createElement("div"),propsData:t})}}},function(e,t,n){"use strict";var r=n(182),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(184),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(186),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(187),a=n.n(r),i=n(188),l=n.n(i);n.d(t,"a",function(){return a.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(13),a=n.n(r),i=n(22),l=n(190),o=n.n(l);t.a={open:function(e){var t=void 0;"string"==typeof e&&(t=e);var n={type:"is-success",position:"is-bottom-right",message:t},r=a()(n,e);return new(i.a.extend(o.a))({el:document.createElement("div"),propsData:r})}}},function(e,t,n){"use strict";var r=n(191),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(192),a=n.n(r),i=n(66),l=n.n(i);n.d(t,"a",function(){return a.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(195),a=n.n(r),i=n(194),l=n.n(i);n.d(t,"b",function(){return a.a}),n.d(t,"a",function(){return l.a})},function(e,t,n){"use strict";var r=n(196),a=n.n(r),i=n(197),l=n.n(i);n.d(t,"a",function(){return a.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(198),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(199),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(13),a=n.n(r),i=n(22),l=n(200),o=n.n(l);t.a={open:function(e){var t=void 0;"string"==typeof e&&(t=e);var n={message:t},r=a()(n,e);return new(i.a.extend(o.a))({el:document.createElement("div"),propsData:r})}}},function(e,t,n){"use strict";var r=n(201),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(202),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";t.a={name:"BSlotComponent",props:{component:{type:Object,required:!0},name:{type:String,default:"default"},tag:{type:String,default:"div"},event:{type:String,default:"updated"}},methods:{refresh:function(){this.$forceUpdate()},isVueComponent:function(){return this.component&&this.component._isVue}},created:function(){this.isVueComponent()&&this.component.$on(this.event,this.refresh)},beforeDestroy:function(){this.isVueComponent()&&this.component.$off(this.event,this.refresh)},render:function(e){if(this.isVueComponent()){var t=this.component.$slots[this.name];return e(this.tag,{},t)}}}},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var r="undefined"==typeof window,a=r?Object:window.HTMLElement},function(e,t,n){e.exports={default:n(129),__esModule:!0}},function(e,t,n){e.exports={default:n(132),__esModule:!0}},function(e,t,n){e.exports={default:n(134),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=n(125),a=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default=function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return(0,a.default)(e)}},function(e,t,n){n(43),n(157),e.exports=n(7).Array.from},function(e,t,n){n(64),n(43),e.exports=n(156)},function(e,t,n){n(159),e.exports=n(7).Object.assign},function(e,t,n){n(160);var r=n(7).Object;e.exports=function(e,t,n){return r.defineProperty(e,t,n)}},function(e,t,n){n(162),n(161),n(163),n(164),e.exports=n(7).Symbol},function(e,t,n){n(43),n(64),e.exports=n(42).f("iterator")},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t){e.exports=function(){}},function(e,t,n){var r=n(16),a=n(62),i=n(155);e.exports=function(e){return function(t,n,l){var o,s=r(t),u=a(s.length),c=i(l,u);if(e&&n!=n){for(;u>c;)if((o=s[c++])!=o)return!0}else for(;u>c;c++)if((e||c in s)&&s[c]===n)return e||c||0;return!e&&-1}}},function(e,t,n){var r=n(30),a=n(4)("toStringTag"),i="Arguments"==r(function(){return arguments}());e.exports=function(e){var t,n,l;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),a))?n:i?r(t):"Object"==(l=r(t))&&"function"==typeof t.callee?"Arguments":l}},function(e,t,n){"use strict";var r=n(9),a=n(21);e.exports=function(e,t,n){t in e?r.f(e,t,a(0,n)):e[t]=n}},function(e,t,n){var r=n(25),a=n(34),i=n(26);e.exports=function(e){var t=r(e),n=a.f;if(n)for(var l,o=n(e),s=i.f,u=0;o.length>u;)s.call(e,l=o[u++])&&t.push(l);return t}},function(e,t,n){var r=n(8).document;e.exports=r&&r.documentElement},function(e,t,n){var r=n(20),a=n(4)("iterator"),i=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||i[a]===e)}},function(e,t,n){var r=n(30);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(14);e.exports=function(e,t,n,a){try{return a?t(r(n)[0],n[1]):t(n)}catch(t){var i=e.return;throw void 0!==i&&r(i.call(e)),t}}},function(e,t,n){"use strict";var r=n(58),a=n(21),i=n(35),l={};n(15)(l,n(4)("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=r(l,{next:a(1,n)}),i(e,t+" Iterator")}},function(e,t,n){var r=n(4)("iterator"),a=!1;try{var i=[7][r]();i.return=function(){a=!0},Array.from(i,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!a)return!1;var n=!1;try{var i=[7],l=i[r]();l.next=function(){return{done:n=!0}},i[r]=function(){return l},e(i)}catch(e){}return n}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t,n){var r=n(27)("meta"),a=n(19),i=n(12),l=n(9).f,o=0,s=Object.isExtensible||function(){return!0},u=!n(18)(function(){return s(Object.preventExtensions({}))}),c=function(e){l(e,r,{value:{i:"O"+ ++o,w:{}}})},d=e.exports={KEY:r,NEED:!1,fastKey:function(e,t){if(!a(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!i(e,r)){if(!s(e))return"F";if(!t)return"E";c(e)}return e[r].i},getWeak:function(e,t){if(!i(e,r)){if(!s(e))return!0;if(!t)return!1;c(e)}return e[r].w},onFreeze:function(e){return u&&d.NEED&&s(e)&&!i(e,r)&&c(e),e}}},function(e,t,n){"use strict";var r=n(25),a=n(34),i=n(26),l=n(39),o=n(56),s=Object.assign;e.exports=!s||n(18)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=s({},e)[n]||Object.keys(s({},t)).join("")!=r})?function(e,t){for(var n=l(e),s=arguments.length,u=1,c=a.f,d=i.f;s>u;)for(var f,h=o(arguments[u++]),p=c?r(h).concat(c(h)):r(h),v=p.length,y=0;v>y;)d.call(h,f=p[y++])&&(n[f]=h[f]);return n}:s},function(e,t,n){var r=n(9),a=n(14),i=n(25);e.exports=n(11)?Object.defineProperties:function(e,t){a(e);for(var n,l=i(t),o=l.length,s=0;o>s;)r.f(e,n=l[s++],t[n]);return e}},function(e,t,n){var r=n(26),a=n(21),i=n(16),l=n(40),o=n(12),s=n(55),u=Object.getOwnPropertyDescriptor;t.f=n(11)?u:function(e,t){if(e=i(e),t=l(t,!0),s)try{return u(e,t)}catch(e){}if(o(e,t))return a(!r.f.call(e,t),e[t])}},function(e,t,n){var r=n(16),a=n(59).f,i={}.toString,l="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return l&&"[object Window]"==i.call(e)?function(e){try{return a(e)}catch(e){return l.slice()}}(e):a(r(e))}},function(e,t,n){var r=n(12),a=n(39),i=n(36)("IE_PROTO"),l=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=a(e),r(e,i)?e[i]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?l:null}},function(e,t,n){var r=n(38),a=n(31);e.exports=function(e){return function(t,n){var i,l,o=String(a(t)),s=r(n),u=o.length;return s<0||s>=u?e?"":void 0:(i=o.charCodeAt(s))<55296||i>56319||s+1===u||(l=o.charCodeAt(s+1))<56320||l>57343?e?o.charAt(s):i:e?o.slice(s,s+2):l-56320+(i-55296<<10)+65536}}},function(e,t,n){var r=n(38),a=Math.max,i=Math.min;e.exports=function(e,t){return(e=r(e))<0?a(e+t,0):i(e,t)}},function(e,t,n){var r=n(14),a=n(63);e.exports=n(7).getIterator=function(e){var t=a(e);if("function"!=typeof t)throw TypeError(e+" is not iterable!");return r(t.call(e))}},function(e,t,n){"use strict";var r=n(53),a=n(17),i=n(39),l=n(144),o=n(142),s=n(62),u=n(139),c=n(63);a(a.S+a.F*!n(146)(function(e){Array.from(e)}),"Array",{from:function(e){var t,n,a,d,f=i(e),h="function"==typeof this?this:Array,p=arguments.length,v=p>1?arguments[1]:void 0,y=void 0!==v,g=0,m=c(f);if(y&&(v=r(v,p>2?arguments[2]:void 0,2)),void 0==m||h==Array&&o(m))for(t=s(f.length),n=new h(t);t>g;g++)u(n,g,y?v(f[g],g):f[g]);else for(d=m.call(f),n=new h;!(a=d.next()).done;g++)u(n,g,y?l(d,v,[a.value,g],!0):a.value);return n.length=g,n}})},function(e,t,n){"use strict";var r=n(136),a=n(147),i=n(20),l=n(16);e.exports=n(57)(Array,"Array",function(e,t){this._t=l(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,a(1)):a(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])},"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(17);r(r.S+r.F,"Object",{assign:n(149)})},function(e,t,n){var r=n(17);r(r.S+r.F*!n(11),"Object",{defineProperty:n(9).f})},function(e,t){},function(e,t,n){"use strict";var r=n(8),a=n(12),i=n(11),l=n(17),o=n(61),s=n(148).KEY,u=n(18),c=n(37),d=n(35),f=n(27),h=n(4),p=n(42),v=n(41),y=n(140),g=n(143),m=n(14),_=n(19),T=n(16),M=n(40),b=n(21),K=n(58),k=n(152),x=n(151),C=n(9),A=n(25),w=x.f,L=C.f,D=k.f,B=r.Symbol,S=r.JSON,G=S&&S.stringify,W=h("_hidden"),z=h("toPrimitive"),O={}.propertyIsEnumerable,P=c("symbol-registry"),R=c("symbols"),E=c("op-symbols"),j=Object.prototype,I="function"==typeof B,N=r.QObject,F=!N||!N.prototype||!N.prototype.findChild,$=i&&u(function(){return 7!=K(L({},"a",{get:function(){return L(this,"a",{value:7}).a}})).a})?function(e,t,n){var r=w(j,t);r&&delete j[t],L(e,t,n),r&&e!==j&&L(j,t,r)}:L,V=function(e){var t=R[e]=K(B.prototype);return t._k=e,t},H=I&&"symbol"==typeof B.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof B},q=function(e,t,n){return e===j&&q(E,t,n),m(e),t=M(t,!0),m(n),a(R,t)?(n.enumerable?(a(e,W)&&e[W][t]&&(e[W][t]=!1),n=K(n,{enumerable:b(0,!1)})):(a(e,W)||L(e,W,b(1,{})),e[W][t]=!0),$(e,t,n)):L(e,t,n)},U=function(e,t){m(e);for(var n,r=y(t=T(t)),a=0,i=r.length;i>a;)q(e,n=r[a++],t[n]);return e},Y=function(e){var t=O.call(this,e=M(e,!0));return!(this===j&&a(R,e)&&!a(E,e))&&(!(t||!a(this,e)||!a(R,e)||a(this,W)&&this[W][e])||t)},X=function(e,t){if(e=T(e),t=M(t,!0),e!==j||!a(R,t)||a(E,t)){var n=w(e,t);return!n||!a(R,t)||a(e,W)&&e[W][t]||(n.enumerable=!0),n}},J=function(e){for(var t,n=D(T(e)),r=[],i=0;n.length>i;)a(R,t=n[i++])||t==W||t==s||r.push(t);return r},Z=function(e){for(var t,n=e===j,r=D(n?E:T(e)),i=[],l=0;r.length>l;)!a(R,t=r[l++])||n&&!a(j,t)||i.push(R[t]);return i};I||(o((B=function(){if(this instanceof B)throw TypeError("Symbol is not a constructor!");var e=f(arguments.length>0?arguments[0]:void 0),t=function(n){this===j&&t.call(E,n),a(this,W)&&a(this[W],e)&&(this[W][e]=!1),$(this,e,b(1,n))};return i&&F&&$(j,e,{configurable:!0,set:t}),V(e)}).prototype,"toString",function(){return this._k}),x.f=X,C.f=q,n(59).f=k.f=J,n(26).f=Y,n(34).f=Z,i&&!n(33)&&o(j,"propertyIsEnumerable",Y,!0),p.f=function(e){return V(h(e))}),l(l.G+l.W+l.F*!I,{Symbol:B});for(var Q="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ee=0;Q.length>ee;)h(Q[ee++]);for(var te=A(h.store),ne=0;te.length>ne;)v(te[ne++]);l(l.S+l.F*!I,"Symbol",{for:function(e){return a(P,e+="")?P[e]:P[e]=B(e)},keyFor:function(e){if(!H(e))throw TypeError(e+" is not a symbol!");for(var t in P)if(P[t]===e)return t},useSetter:function(){F=!0},useSimple:function(){F=!1}}),l(l.S+l.F*!I,"Object",{create:function(e,t){return void 0===t?K(e):U(K(e),t)},defineProperty:q,defineProperties:U,getOwnPropertyDescriptor:X,getOwnPropertyNames:J,getOwnPropertySymbols:Z}),S&&l(l.S+l.F*(!I||u(function(){var e=B();return"[null]"!=G([e])||"{}"!=G({a:e})||"{}"!=G(Object(e))})),"JSON",{stringify:function(e){for(var t,n,r=[e],a=1;arguments.length>a;)r.push(arguments[a++]);if(n=t=r[1],(_(t)||void 0!==e)&&!H(e))return g(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!H(t))return t}),r[1]=t,G.apply(S,r)}}),B.prototype[z]||n(15)(B.prototype,z,B.prototype.valueOf),d(B,"Symbol"),d(Math,"Math",!0),d(r.JSON,"JSON",!0)},function(e,t,n){n(41)("asyncIterator")},function(e,t,n){n(41)("observable")},function(e,t){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function a(e){if(u===setTimeout)return setTimeout(e,0);if((u===n||!u)&&setTimeout)return u=setTimeout,setTimeout(e,0);try{return u(e,0)}catch(t){try{return u.call(null,e,0)}catch(t){return u.call(this,e,0)}}}function i(){p&&f&&(p=!1,f.length?h=f.concat(h):v=-1,h.length&&l())}function l(){if(!p){var e=a(i);p=!0;for(var t=h.length;t;){for(f=h,h=[];++v<t;)f&&f[v].run();v=-1,t=h.length}f=null,p=!1,function(e){if(c===clearTimeout)return clearTimeout(e);if((c===r||!c)&&clearTimeout)return c=clearTimeout,clearTimeout(e);try{c(e)}catch(t){try{return c.call(null,e)}catch(t){return c.call(this,e)}}}(e)}}function o(e,t){this.fun=e,this.array=t}function s(){}var u,c,d=e.exports={};!function(){try{u="function"==typeof setTimeout?setTimeout:n}catch(e){u=n}try{c="function"==typeof clearTimeout?clearTimeout:r}catch(e){c=r}}();var f,h=[],p=!1,v=-1;d.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];h.push(new o(e,t)),1!==h.length||p||a(l)},o.prototype.run=function(){this.fun.apply(null,this.array)},d.title="browser",d.browser=!0,d.env={},d.argv=[],d.version="",d.versions={},d.on=s,d.addListener=s,d.once=s,d.off=s,d.removeListener=s,d.removeAllListeners=s,d.emit=s,d.prependListener=s,d.prependOnceListener=s,d.listeners=function(e){return[]},d.binding=function(e){throw new Error("process.binding is not supported")},d.cwd=function(){return"/"},d.chdir=function(e){throw new Error("process.chdir is not supported")},d.umask=function(){return 0}},function(e,t,n){(function(e,t){!function(e,n){"use strict";function r(e){delete o[e]}function a(e){if(s)setTimeout(a,0,e);else{var t=o[e];if(t){s=!0;try{!function(e){var t=e.callback,r=e.args;switch(r.length){case 0:t();break;case 1:t(r[0]);break;case 2:t(r[0],r[1]);break;case 3:t(r[0],r[1],r[2]);break;default:t.apply(n,r)}}(t)}finally{r(e),s=!1}}}}if(!e.setImmediate){var i,l=1,o={},s=!1,u=e.document,c=Object.getPrototypeOf&&Object.getPrototypeOf(e);c=c&&c.setTimeout?c:e,"[object process]"==={}.toString.call(e.process)?i=function(e){t.nextTick(function(){a(e)})}:function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?function(){var t="setImmediate$"+Math.random()+"$",n=function(n){n.source===e&&"string"==typeof n.data&&0===n.data.indexOf(t)&&a(+n.data.slice(t.length))};e.addEventListener?e.addEventListener("message",n,!1):e.attachEvent("onmessage",n),i=function(n){e.postMessage(t+n,"*")}}():e.MessageChannel?function(){var e=new MessageChannel;e.port1.onmessage=function(e){a(e.data)},i=function(t){e.port2.postMessage(t)}}():u&&"onreadystatechange"in u.createElement("script")?function(){var e=u.documentElement;i=function(t){var n=u.createElement("script");n.onreadystatechange=function(){a(t),n.onreadystatechange=null,e.removeChild(n),n=null},e.appendChild(n)}}():i=function(e){setTimeout(a,0,e)},c.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var r={callback:e,args:t};return o[l]=r,i(l),l++},c.clearImmediate=r}}("undefined"==typeof self?void 0===e?this:e:self)}).call(t,n(44),n(165))},function(e,t,n){(function(e){function r(e,t){this._id=e,this._clearFn=t}var a=Function.prototype.apply;t.setTimeout=function(){return new r(a.call(setTimeout,window,arguments),clearTimeout)},t.setInterval=function(){return new r(a.call(setInterval,window,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},r.prototype.unref=r.prototype.ref=function(){},r.prototype.close=function(){this._clearFn.call(window,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},n(166),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(t,n(44))},function(e,t,n){var r=n(0)(n(68),n(232),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(69),n(220),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(70),n(226),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(71),n(227),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(72),n(237),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(73),n(229),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(74),n(234),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(75),n(218),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(76),n(208),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(77),n(212),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(78),n(222),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(80),n(221),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(81),n(233),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(82),n(213),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(83),n(215),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(84),n(236),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(85),n(225),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(86),n(205),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(87),n(217),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(88),n(223),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(89),n(207),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(90),n(211),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(91),n(230),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(92),n(214),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(93),n(219),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(95),n(224),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(96),n(206),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(97),n(235),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(98),n(238),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(99),n(228),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(100),n(231),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(101),n(203),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(102),n(204),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(103),n(209),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(104),n(210),null,null,null);e.exports=r.exports},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"timepicker control",class:[e.size,{"is-expanded":e.expanded}]},[!e.isMobile||e.inline?n("b-dropdown",{ref:"dropdown",attrs:{position:e.position,disabled:e.disabled,inline:e.inline}},[e.inline?e._e():n("b-input",e._b({ref:"input",attrs:{slot:"trigger",autocomplete:"off",value:e.formatValue(e.dateSelected),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,loading:e.loading,disabled:e.disabled,readonly:e.readonly,rounded:e.rounded},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChange(t.target.value)}},slot:"trigger"},"b-input",e.$attrs,!1)),e._v(" "),n("b-dropdown-item",{attrs:{disabled:e.disabled,custom:""}},[n("div",{staticClass:"pagination-list"},[n("b-field",[n("b-select",{attrs:{disabled:e.disabled,placeholder:"00"},nativeOn:{change:function(t){e.onHoursChange(t.target.value)}},model:{value:e.hoursSelected,callback:function(t){e.hoursSelected=t},expression:"hoursSelected"}},e._l(e.hours,function(t){return n("option",{key:t.value,attrs:{disabled:e.isHourDisabled(t.value)},domProps:{value:t.value}},[e._v("\n "+e._s(t.label)+"\n ")])})),e._v(" "),n("b-select",{attrs:{disabled:e.disabled,placeholder:"00"},nativeOn:{change:function(t){e.onMinutesChange(t.target.value)}},model:{value:e.minutesSelected,callback:function(t){e.minutesSelected=t},expression:"minutesSelected"}},e._l(e.minutes,function(t){return n("option",{key:t.value,attrs:{disabled:e.isMinuteDisabled(t.value)},domProps:{value:t.value}},[e._v("\n "+e._s(t.label)+"\n ")])})),e._v(" "),e.isHourFormat24?e._e():n("b-select",{attrs:{disabled:e.disabled},nativeOn:{change:function(t){e.onMeridienChange(t.target.value)}},model:{value:e.meridienSelected,callback:function(t){e.meridienSelected=t},expression:"meridienSelected"}},e._l(e.meridiens,function(t){return n("option",{key:t,domProps:{value:t}},[e._v("\n "+e._s(t)+"\n ")])}))],1)],1),e._v(" "),void 0!==e.$slots.default&&e.$slots.default.length?n("footer",{staticClass:"timepicker-footer"},[e._t("default")],2):e._e()])],1):n("b-input",e._b({ref:"input",attrs:{type:"time",autocomplete:"off",value:e.formatHHMMSS(e.value),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,loading:e.loading,max:e.formatHHMMSS(e.maxTime),min:e.formatHHMMSS(e.minTime),disabled:e.disabled,readonly:!1},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChangeNativePicker(t)}}},"b-input",e.$attrs,!1))],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{"enter-active-class":e.transition.enter,"leave-active-class":e.transition.leave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive,expression:"isActive"}],staticClass:"toast",class:[e.type,e.position]},[n("div",{domProps:{innerHTML:e._s(e.message)}})])])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pagination",class:e.rootClasses},[n("a",{staticClass:"pagination-previous",attrs:{role:"button",href:"#",disabled:!e.hasPrev},on:{click:function(t){t.preventDefault(),e.prev(t)}}},[n("b-icon",{attrs:{icon:"chevron-left",both:""}})],1),e._v(" "),n("a",{staticClass:"pagination-next",attrs:{role:"button",href:"#",disabled:!e.hasNext},on:{click:function(t){t.preventDefault(),e.next(t)}}},[n("b-icon",{attrs:{icon:"chevron-right",both:""}})],1),e._v(" "),e.simple?e._e():n("ul",{staticClass:"pagination-list"},[e.hasFirst?n("li",[n("a",{staticClass:"pagination-link",attrs:{role:"button",href:"#"},on:{click:function(t){t.preventDefault(),e.first(t)}}},[e._v("\n 1\n ")])]):e._e(),e._v(" "),e.hasFirstEllipsis?n("li",[n("span",{staticClass:"pagination-ellipsis"},[e._v("โฆ")])]):e._e(),e._v(" "),e._l(e.pagesInRange,function(t){return n("li",{key:t.number},[n("a",{staticClass:"pagination-link",class:{"is-current":t.isCurrent},attrs:{role:"button",href:"#"},on:{click:function(e){e.preventDefault(),t.click(e)}}},[e._v("\n "+e._s(t.number)+"\n ")])])}),e._v(" "),e.hasLastEllipsis?n("li",[n("span",{staticClass:"pagination-ellipsis"},[e._v("โฆ")])]):e._e(),e._v(" "),e.hasLast?n("li",[n("a",{staticClass:"pagination-link",attrs:{role:"button",href:"#"},on:{click:function(t){t.preventDefault(),e.last(t)}}},[e._v("\n "+e._s(e.pageCount)+"\n ")])]):e._e()],2),e._v(" "),e.simple?n("small",{staticClass:"info"},[e._v("\n "+e._s(e.firstItem)+"-"+e._s(Math.min(e.current*e.perPage,e.total))+" / "+e._s(e.total)+"\n ")]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.transitionName}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive&&e.visible,expression:"isActive && visible"}],staticClass:"tab-item"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control"},[n("label",{ref:"label",staticClass:"b-radio radio button",class:[e.newValue===e.nativeValue?e.type:null,e.size],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[e._t("default"),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"radio",disabled:e.disabled,name:e.name},domProps:{value:e.nativeValue,checked:e._q(e.newValue,e.nativeValue)},on:{change:function(t){e.newValue=e.nativeValue}}})],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"dropdown",class:e.rootClasses},[e.inline?e._e():n("div",{ref:"trigger",staticClass:"dropdown-trigger",attrs:{role:"button"},on:{click:e.toggle}},[e._t("trigger")],2),e._v(" "),n("transition",{attrs:{name:"fade"}},[e.isMobileModal?n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive,expression:"isActive"}],staticClass:"background"}):e._e()]),e._v(" "),n("transition",{attrs:{name:"fade"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive||e.hoverable||e.inline,expression:"isActive || hoverable || inline"}],ref:"dropdownMenu",staticClass:"dropdown-menu"},[n("div",{staticClass:"dropdown-content"},[e._t("default")],2)])])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("span",{class:[e.newType,e.position,e.size,{tooltip:e.active,"is-square":e.square,"is-animated":e.newAnimated,"is-always":e.always,"is-multiline":e.multilined,"is-dashed":e.dashed}],attrs:{"data-label":e.label}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{staticClass:"upload control"},[e.dragDrop?n("div",{staticClass:"upload-draggable",class:[e.type,{"is-loading":e.loading,"is-disabled":e.disabled,"is-hovered":e.dragDropFocus}],on:{dragover:function(t){t.preventDefault(),e.updateDragDropFocus(!0)},dragleave:function(t){t.preventDefault(),e.updateDragDropFocus(!1)},dragenter:function(t){t.preventDefault(),e.updateDragDropFocus(!0)},drop:function(t){t.preventDefault(),e.onFileChange(t)}}},[e._t("default")],2):[e._t("default")],e._v(" "),n("input",e._b({ref:"input",attrs:{type:"file",multiple:e.multiple,accept:e.accept,disabled:e.disabled},on:{change:e.onFileChange}},"input",e.$attrs,!1))],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control",class:{"is-expanded":e.expanded,"has-icons-left":e.icon}},[n("span",{staticClass:"select",class:e.spanClasses},[n("select",e._b({directives:[{name:"model",rawName:"v-model",value:e.selected,expression:"selected"}],ref:"select",attrs:{multiple:e.multiple,size:e.nativeSize},on:{blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()},focus:function(t){e.$emit("focus",t)},change:function(t){var n=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.selected=t.target.multiple?n:n[0]}}},"select",e.$attrs,!1),[e.placeholder?n("option",{attrs:{selected:"",disabled:"",hidden:""},domProps:{value:null}},[e._v("\n "+e._s(e.placeholder)+"\n ")]):e._e(),e._v(" "),e._t("default")],2)]),e._v(" "),e.icon?n("b-icon",{staticClass:"is-left",attrs:{icon:e.icon,pack:e.iconPack,size:e.iconSize}}):e._e()],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.separator?n("hr",{staticClass:"dropdown-divider"}):e.custom||e.hasLink?n("div",{class:e.itemClasses,on:{click:e.selectItem}},[e._t("default")],2):n("a",{staticClass:"dropdown-item",class:e.anchorClasses,on:{click:e.selectItem}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.animation}},[e.isActive?n("div",{staticClass:"loading-overlay is-active",class:{"is-full-page":e.isFullPage}},[n("div",{staticClass:"loading-background",on:{click:e.cancel}}),e._v(" "),n("div",{staticClass:"loading-icon"})]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{ref:"label",staticClass:"switch",class:[e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()},mousedown:function(t){e.isMouseDown=!0},mouseup:function(t){e.isMouseDown=!1},mouseout:function(t){e.isMouseDown=!1},blur:function(t){e.isMouseDown=!1}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"checkbox",disabled:e.disabled,name:e.name,"true-value":e.trueValue,"false-value":e.falseValue},domProps:{value:e.nativeValue,checked:Array.isArray(e.newValue)?e._i(e.newValue,e.nativeValue)>-1:e._q(e.newValue,e.trueValue)},on:{click:function(e){e.stopPropagation()},change:function(t){var n=e.newValue,r=t.target,a=r.checked?e.trueValue:e.falseValue;if(Array.isArray(n)){var i=e.nativeValue,l=e._i(n,i);r.checked?l<0&&(e.newValue=n.concat([i])):l>-1&&(e.newValue=n.slice(0,l).concat(n.slice(l+1)))}else e.newValue=a}}}),e._v(" "),n("span",{staticClass:"check",class:[{"is-elastic":e.isMouseDown&&!e.disabled},e.type]}),e._v(" "),n("span",{staticClass:"control-label"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"fade"}},[e.isActive?n("article",{staticClass:"message",class:[e.type,e.size]},[e.title?n("header",{staticClass:"message-header"},[n("p",[e._v(e._s(e.title))]),e._v(" "),e.closable?n("button",{staticClass:"delete",attrs:{type:"button"},on:{click:e.close}}):e._e()]):e._e(),e._v(" "),n("section",{staticClass:"message-body"},[n("div",{staticClass:"media"},[e.icon&&e.hasIcon?n("div",{staticClass:"media-left"},[n("b-icon",{class:e.type,attrs:{icon:e.icon,both:"",size:e.newIconSize}})],1):e._e(),e._v(" "),n("div",{staticClass:"media-content"},[e._t("default")],2)])])]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.visible?n("td",{class:e.rootClasses,attrs:{"data-label":e.label}},[n("span",[e._t("default")],2)]):e._e()},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("nav",{staticClass:"panel"},[n("div",{staticClass:"panel-heading",class:{"is-collapsible":e.collapsible},on:{click:e.toggle}},[e.header?n("span",{domProps:{innerHTML:e._s(e.header)}}):e._t("header"),e._v(" "),e.collapsible?n("b-icon",{staticClass:"is-pulled-right",attrs:{both:"",icon:e.isOpen?"menu-up":"menu-down"}}):e._e()],2),e._v(" "),n("transition",{attrs:{name:e.animation}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isOpen,expression:"isOpen"}],staticClass:"panel-content",class:{"panel-block":!e.hasCustomTemplate}},[e.content?n("div",{domProps:{innerHTML:e._s(e.content)}}):e._t("default")],2)])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.animation}},[e.isActive?n("div",{staticClass:"dialog modal is-active",class:e.size},[n("div",{staticClass:"modal-background",on:{click:function(t){e.cancel("outside")}}}),e._v(" "),n("div",{staticClass:"modal-card animation-content"},[e.title?n("header",{staticClass:"modal-card-head"},[n("p",{staticClass:"modal-card-title"},[e._v(e._s(e.title))])]):e._e(),e._v(" "),n("section",{staticClass:"modal-card-body",class:{"is-titleless":!e.title,"is-flex":e.hasIcon}},[n("div",{staticClass:"media"},[e.hasIcon?n("div",{staticClass:"media-left"},[n("b-icon",{attrs:{icon:e.icon?e.icon:e.iconByType,pack:e.iconPack,type:e.type,both:!e.icon,size:"is-large"}})],1):e._e(),e._v(" "),n("div",{staticClass:"media-content"},[n("p",{domProps:{innerHTML:e._s(e.message)}}),e._v(" "),e.hasInput?n("div",{staticClass:"field"},[n("div",{staticClass:"control"},[n("input",e._b({directives:[{name:"model",rawName:"v-model",value:e.prompt,expression:"prompt"}],ref:"input",staticClass:"input",class:{"is-danger":e.validationMessage},domProps:{value:e.prompt},on:{keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;e.confirm(t)},input:function(t){t.target.composing||(e.prompt=t.target.value)}}},"input",e.inputAttrs,!1))]),e._v(" "),n("p",{staticClass:"help is-danger"},[e._v(e._s(e.validationMessage))])]):e._e()])])]),e._v(" "),n("footer",{staticClass:"modal-card-foot"},[e.showCancel?n("button",{ref:"cancelButton",staticClass:"button",on:{click:function(t){e.cancel("button")}}},[e._v("\n "+e._s(e.cancelText)+"\n ")]):e._e(),e._v(" "),n("button",{ref:"confirmButton",staticClass:"button",class:e.type,on:{click:e.confirm}},[e._v("\n "+e._s(e.confirmText)+"\n ")])])])]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"b-table",class:{"is-loading":e.loading}},[e.mobileCards&&e.hasSortablenewColumns?n("b-table-mobile-sort",{attrs:{"current-sort-column":e.currentSortColumn,"is-asc":e.isAsc,columns:e.newColumns},on:{sort:function(t){return e.sort(t)}}}):e._e(),e._v(" "),n("div",{staticClass:"table-wrapper"},[n("table",{staticClass:"table",class:e.tableClasses,attrs:{tabindex:!!e.focusable&&0},on:{keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38,t.key))return null;t.preventDefault(),e.pressedArrow(-1)},function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40,t.key))return null;t.preventDefault(),e.pressedArrow(1)}]}},[e.newColumns.length?n("thead",[n("tr",[e.detailed?n("th",{attrs:{width:"40px"}}):e._e(),e._v(" "),e.checkable?n("th",{staticClass:"checkbox-cell"},[n("b-checkbox",{attrs:{value:e.isAllChecked},nativeOn:{change:function(t){e.checkAll(t)}}})],1):e._e(),e._v(" "),e._l(e.newColumns,function(t,r){return t.visible||void 0===t.visible?n("th",{key:r,class:{"is-current-sort":e.currentSortColumn===t,"is-sortable":t.sortable},style:{width:t.width+"px"},on:{click:function(n){n.stopPropagation(),e.sort(t)}}},[n("div",{staticClass:"th-wrap",class:{"is-numeric":t.numeric,"is-centered":t.centered}},[e.$scopedSlots.header?e._t("header",null,{column:t,index:r}):[e._v(e._s(t.label))],e._v(" "),n("b-icon",{directives:[{name:"show",rawName:"v-show",value:e.currentSortColumn===t,expression:"currentSortColumn === column"}],class:{"is-desc":!e.isAsc},attrs:{icon:"arrow-up",both:"",size:"is-small"}})],2)]):e._e()})],2)]):e._e(),e._v(" "),e.visibleData.length?n("tbody",[e._l(e.visibleData,function(t,r){return[n("tr",{key:r,class:[e.rowClass(t,r),{"is-selected":t===e.selected,"is-checked":e.isRowChecked(t)}],on:{click:function(n){e.selectRow(t)},dblclick:function(n){e.$emit("dblclick",t)}}},[e.detailed?n("td",[e.hasDetailedVisible(t)?n("a",{attrs:{role:"button"},on:{click:function(n){n.stopPropagation(),e.toggleDetails(t)}}},[n("b-icon",{class:{"is-expanded":e.isVisibleDetailRow(t)},attrs:{icon:"chevron-right",both:""}})],1):e._e()]):e._e(),e._v(" "),e.checkable?n("td",{staticClass:"checkbox-cell"},[n("b-checkbox",{attrs:{disabled:!e.isRowCheckable(t),value:e.isRowChecked(t)},nativeOn:{change:function(n){e.checkRow(t)}}})],1):e._e(),e._v(" "),e.$scopedSlots.default?e._t("default",null,{row:t,index:r}):e._l(e.newColumns,function(r){return n("BTableColumn",e._b({key:r.field,attrs:{internal:""}},"BTableColumn",r,!1),[r.renderHtml?n("span",{domProps:{innerHTML:e._s(e.getValueByPath(t,r.field))}}):[e._v("\n "+e._s(e.getValueByPath(t,r.field))+"\n ")]],2)})],2),e._v(" "),e.detailed&&e.isVisibleDetailRow(t)?n("tr",{staticClass:"detail"},[n("td",{attrs:{colspan:e.columnCount}},[n("div",{staticClass:"detail-container"},[e._t("detail",null,{row:t,index:r})],2)])]):e._e()]})],2):n("tbody",[n("tr",{staticClass:"is-empty"},[n("td",{attrs:{colspan:e.columnCount}},[e._t("empty")],2)])]),e._v(" "),void 0!==e.$slots.footer?n("tfoot",[n("tr",{staticClass:"table-footer"},[e.hasCustomFooterSlot()?e._t("footer"):n("th",{attrs:{colspan:e.columnCount}},[e._t("footer")],2)],2)]):e._e()])]),e._v(" "),e.checkable||e.paginated?n("div",{staticClass:"level"},[n("div",{staticClass:"level-left"},[e._t("bottom-left")],2),e._v(" "),n("div",{staticClass:"level-right"},[e.paginated?n("div",{staticClass:"level-item"},[n("b-pagination",{attrs:{total:e.newDataTotal,"per-page":e.perPage,simple:e.paginationSimple,size:e.paginationSize,current:e.newCurrentPage},on:{change:e.pageChanged}})],1):e._e()])]):e._e()],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{ref:"label",staticClass:"b-checkbox checkbox",class:[e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"checkbox",disabled:e.disabled,name:e.name,"true-value":e.trueValue,"false-value":e.falseValue},domProps:{value:e.nativeValue,checked:Array.isArray(e.newValue)?e._i(e.newValue,e.nativeValue)>-1:e._q(e.newValue,e.trueValue)},on:{change:function(t){var n=e.newValue,r=t.target,a=r.checked?e.trueValue:e.falseValue;if(Array.isArray(n)){var i=e.nativeValue,l=e._i(n,i);r.checked?l<0&&(e.newValue=n.concat([i])):l>-1&&(e.newValue=n.slice(0,l).concat(n.slice(l+1)))}else e.newValue=a}}}),e._v(" "),n("span",{staticClass:"check"}),e._v(" "),n("span",{staticClass:"control-label"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("span",{staticClass:"icon",class:[e.newType,e.size]},[n("i",{class:[e.newPack,e.newIcon,e.newCustomSize,e.customClass]})])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"field",class:[e.rootClasses,e.fieldType()]},[e.horizontal?n("div",{staticClass:"field-label is-normal",class:e.customClass},[e.label?n("label",{staticClass:"label",attrs:{for:e.labelFor}},[e._v("\n "+e._s(e.label)+"\n ")]):e._e()]):[e.label?n("label",{staticClass:"label",class:e.customClass,attrs:{for:e.labelFor}},[e._v("\n "+e._s(e.label)+"\n ")]):e._e()],e._v(" "),e.horizontal?n("b-field-body",{attrs:{message:e.newMessage?e.formattedMessage:"",type:e.newType}},[e._t("default")],2):[e._t("default")],e._v(" "),e.newMessage&&!e.horizontal?n("p",{staticClass:"help",class:e.newType,domProps:{innerHTML:e._s(e.formattedMessage)}}):e._e()],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{ref:"label",staticClass:"b-radio radio",class:[e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"radio",disabled:e.disabled,name:e.name},domProps:{value:e.nativeValue,checked:e._q(e.newValue,e.nativeValue)},on:{change:function(t){e.newValue=e.nativeValue}}}),e._v(" "),n("span",{staticClass:"check"}),e._v(" "),n("span",{staticClass:"control-label"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"field table-mobile-sort"},[n("div",{staticClass:"field has-addons"},[n("b-select",{attrs:{expanded:""},model:{value:e.mobileSort,callback:function(t){e.mobileSort=t},expression:"mobileSort"}},e._l(e.columns,function(t,r){return t.sortable?n("option",{key:r,domProps:{value:t}},[e._v("\n "+e._s(t.label)+"\n ")]):e._e()})),e._v(" "),n("div",{staticClass:"control"},[n("button",{staticClass:"button is-primary",on:{click:e.sort}},[n("b-icon",{directives:[{name:"show",rawName:"v-show",value:e.currentSortColumn===e.mobileSort,expression:"currentSortColumn === mobileSort"}],class:{"is-desc":!e.isAsc},attrs:{icon:"arrow-up",size:"is-small",both:""}})],1)])],1)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"fade"}},[e.isActive?n("article",{staticClass:"notification",class:e.type},[e.closable?n("button",{staticClass:"delete",attrs:{type:"button"},on:{click:e.close}}):e._e(),e._v(" "),n("div",{staticClass:"media"},[e.icon&&e.hasIcon?n("div",{staticClass:"media-left"},[n("b-icon",{attrs:{icon:e.icon,both:"",size:"is-large"}})],1):e._e(),e._v(" "),n("div",{staticClass:"media-content"},[e._t("default")],2)])]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control"},[n("label",{ref:"label",staticClass:"b-checkbox checkbox button",class:[e.checked?e.type:null,e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[e._t("default"),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"checkbox",disabled:e.disabled,name:e.name},domProps:{value:e.nativeValue,checked:Array.isArray(e.newValue)?e._i(e.newValue,e.nativeValue)>-1:e.newValue},on:{change:function(t){var n=e.newValue,r=t.target,a=!!r.checked;if(Array.isArray(n)){var i=e.nativeValue,l=e._i(n,i);r.checked?l<0&&(e.newValue=n.concat([i])):l>-1&&(e.newValue=n.slice(0,l).concat(n.slice(l+1)))}else e.newValue=a}}})],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"collapse"},[n("div",{staticClass:"collapse-trigger",on:{click:e.toggle}},[e._t("trigger",null,{open:e.isOpen})],2),e._v(" "),n("transition",{attrs:{name:e.animation}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isOpen,expression:"isOpen"}],staticClass:"collapse-content"},[e._t("default")],2)])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"tags",class:{"has-addons":e.attached}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",{staticClass:"datepicker-table"},[n("header",{staticClass:"datepicker-header"},e._l(e.visibleDayNames,function(t,r){return n("div",{key:r,staticClass:"datepicker-cell"},[e._v("\n "+e._s(t)+"\n ")])})),e._v(" "),n("div",{staticClass:"datepicker-body",class:{"has-events":e.hasEvents}},e._l(e.weeksInThisMonth(e.focused.month,e.focused.year),function(t,r){return n("b-datepicker-table-row",{key:r,attrs:{"selected-date":e.value,week:t,month:e.focused.month,"min-date":e.minDate,"max-date":e.maxDate,disabled:e.disabled,"unselectable-dates":e.unselectableDates,"unselectable-days-of-week":e.unselectableDaysOfWeek,"selectable-dates":e.selectableDates,events:e.eventsInThisWeek(t,r),indicators:e.indicators},on:{select:e.updateSelectedDate}})}))])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{"enter-active-class":e.transition.enter,"leave-active-class":e.transition.leave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive,expression:"isActive"}],staticClass:"snackbar",class:[e.type,e.position]},[n("p",{staticClass:"text"},[e._v(e._s(e.message))]),e._v(" "),e.actionText?n("div",{staticClass:"action",class:e.type,on:{click:e.action}},[n("button",{staticClass:"button is-dark"},[e._v(e._s(e.actionText))])]):e._e()])])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"taginput control",class:e.rootClasses},[n("div",{staticClass:"taginput-container",class:[e.statusType,e.size,e.containerClasses],attrs:{disabled:e.disabled},on:{click:function(t){e.hasInput&&e.focus(t)}}},[e._l(e.tags,function(t,r){return n("b-tag",{key:r,attrs:{type:e.type,size:e.size,rounded:e.rounded,attached:e.attached,tabstop:!1,disabled:e.disabled,closable:""},on:{close:function(t){e.removeTag(r)}}},[e._v("\n "+e._s(e.getNormalizedTagText(t))+"\n ")])}),e._v(" "),e.hasInput?n("b-autocomplete",e._b({ref:"autocomplete",attrs:{data:e.data,field:e.field,icon:e.icon,"icon-pack":e.iconPack,maxlength:e.maxlength,"has-counter":!1,size:e.size,disabled:e.disabled,loading:e.loading,"keep-first":""},on:{focus:e.onFocus,blur:e.customOnBlur,select:e.onSelect},nativeOn:{keydown:function(t){e.keydown(t)}},scopedSlots:e._u([{key:e.defaultSlotName,fn:function(t){return[e._t("default",null,{option:t.option,index:t.index})]}}]),model:{value:e.newTag,callback:function(t){e.newTag=t},expression:"newTag"}},"b-autocomplete",e.$attrs,!1),[n("template",{slot:e.emptySlotName},[e._t("empty")],2)],2):e._e()],2),e._v(" "),e.maxtags||e.maxlength?n("p",{staticClass:"help counter"},[e.maxlength&&e.valueLength>0?[e._v("\n "+e._s(e.valueLength)+" / "+e._s(e.maxlength)+"\n ")]:e.maxtags?[e._v("\n "+e._s(e.tagsLength)+" / "+e._s(e.maxtags)+"\n ")]:e._e()],2):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"autocomplete control",class:{"is-expanded":e.expanded}},[n("b-input",e._b({ref:"input",attrs:{size:e.size,loading:e.loading,rounded:e.rounded,icon:e.icon,"icon-pack":e.iconPack,maxlength:e.maxlength,autocomplete:"off"},on:{focus:e.focused,blur:e.onBlur},nativeOn:{keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"esc",27,t.key))return null;t.preventDefault(),e.isActive=!1},keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"tab",9,t.key))return null;e.tabPressed(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault(),e.enterPressed(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38,t.key))return null;t.preventDefault(),e.keyArrows("up")},function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40,t.key))return null;t.preventDefault(),e.keyArrows("down")}]},model:{value:e.newValue,callback:function(t){e.newValue=t},expression:"newValue"}},"b-input",e.$attrs,!1)),e._v(" "),n("transition",{attrs:{name:"fade"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive&&(e.data.length>0||e.hasEmptySlot),expression:"isActive && (data.length > 0 || hasEmptySlot)"}],ref:"dropdown",staticClass:"dropdown-menu",class:{"is-opened-top":!e.isListInViewportVertically}},[n("div",{staticClass:"dropdown-content"},[e._l(e.data,function(t,r){return n("a",{key:r,staticClass:"dropdown-item",class:{"is-hovered":t===e.hovered},on:{click:function(n){e.setSelected(t)}}},[e.hasDefaultSlot?e._t("default",null,{option:t,index:r}):n("span",{domProps:{innerHTML:e._s(e.getValue(t,!0))}})],2)}),e._v(" "),0===e.data.length?n("div",{staticClass:"dropdown-item is-disabled"},[e._t("empty")],2):e._e()],2)])])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control",class:e.rootClasses},["textarea"!==e.type?n("input",e._b({ref:"input",staticClass:"input",class:e.inputClasses,attrs:{type:e.newType,autocomplete:e.newAutocomplete,maxlength:e.maxlength},domProps:{value:e.newValue},on:{input:e.onInput,blur:e.onBlur,focus:e.onFocus}},"input",e.$attrs,!1)):n("textarea",e._b({ref:"textarea",staticClass:"textarea",class:e.inputClasses,attrs:{maxlength:e.maxlength},domProps:{value:e.newValue},on:{input:e.onInput,blur:e.onBlur,focus:e.onFocus}},"textarea",e.$attrs,!1)),e._v(" "),e.icon?n("b-icon",{staticClass:"is-left",attrs:{icon:e.icon,pack:e.iconPack,size:e.iconSize}}):e._e(),e._v(" "),e.loading||!e.passwordReveal&&!e.statusType?e._e():n("b-icon",{staticClass:"is-right",class:{"is-clickable":e.passwordReveal},attrs:{icon:e.passwordReveal?e.passwordVisibleIcon:e.statusTypeIcon,pack:e.iconPack,size:e.iconSize,type:e.passwordReveal?"is-primary":e.statusType,both:""},nativeOn:{click:function(t){e.togglePasswordVisibility(t)}}}),e._v(" "),e.maxlength&&e.hasCounter?n("small",{staticClass:"help counter",class:{"is-invisible":!e.isFocused}},[e._v("\n "+e._s(e.valueLength)+" / "+e._s(e.maxlength)+"\n ")]):e._e()],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"datepicker-row"},[e._l(e.week,function(t,r){return[e.selectableDate(t)&&!e.disabled?n("a",{key:r,staticClass:"datepicker-cell",class:[e.classObject(t),{"has-event":e.eventsDateMatch(t)},e.indicators],attrs:{role:"button",href:"#",disabled:e.disabled},on:{click:function(n){n.preventDefault(),e.emitChosenDate(t)},keydown:[function(n){if(!("button"in n)&&e._k(n.keyCode,"enter",13,n.key))return null;n.preventDefault(),e.emitChosenDate(t)},function(n){if(!("button"in n)&&e._k(n.keyCode,"space",32,n.key))return null;n.preventDefault(),e.emitChosenDate(t)}]}},[e._v("\n "+e._s(t.getDate())+"\n\n "),e.eventsDateMatch(t)?n("div",{staticClass:"events"},e._l(e.eventsDateMatch(t),function(e,t){return n("div",{key:t,staticClass:"event",class:e.type})})):e._e()]):n("div",{key:r,staticClass:"datepicker-cell",class:e.classObject(t)},[e._v("\n "+e._s(t.getDate())+"\n ")])]})],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"b-tabs",class:{"is-fullwidth":e.expanded}},[n("nav",{staticClass:"tabs",class:e.navClasses},[n("ul",e._l(e.tabItems,function(t,r){return n("li",{directives:[{name:"show",rawName:"v-show",value:t.visible,expression:"tabItem.visible"}],key:r,class:{"is-active":e.activeTab===r,"is-disabled":t.disabled}},[n("a",{on:{click:function(t){e.tabClick(r)}}},[t.$slots.header?[n("b-slot-component",{attrs:{component:t,name:"header",tag:"span",event:"updated"}})]:[t.icon?n("b-icon",{attrs:{icon:t.icon,pack:t.iconPack,size:e.size}}):e._e(),e._v(" "),n("span",[e._v(e._s(t.label))])]],2)])}))]),e._v(" "),n("section",{staticClass:"tab-content"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.animation}},[e.isActive?n("div",{staticClass:"modal is-active"},[n("div",{staticClass:"modal-background",on:{click:function(t){e.cancel("outside")}}}),e._v(" "),n("div",{staticClass:"animation-content",class:{"modal-content":!e.hasModalCard},style:{maxWidth:e.newWidth}},[e.component?n(e.component,e._g(e._b({tag:"component",on:{close:e.close}},"component",e.props,!1),e.events)):e.content?n("div",{domProps:{innerHTML:e._s(e.content)}}):e._t("default")],2),e._v(" "),e.showX?n("button",{staticClass:"modal-close is-large",attrs:{type:"button"},on:{click:function(t){e.cancel("x")}}}):e._e()]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"datepicker control",class:[e.size,{"is-expanded":e.expanded}]},[!e.isMobile||e.inline?n("b-dropdown",{ref:"dropdown",attrs:{position:e.position,disabled:e.disabled,inline:e.inline}},[e.inline?e._e():n("b-input",e._b({ref:"input",attrs:{slot:"trigger",autocomplete:"off",value:e.formatValue(e.dateSelected),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,rounded:e.rounded,loading:e.loading,disabled:e.disabled,readonly:e.readonly},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChange(t.target.value)}},slot:"trigger"},"b-input",e.$attrs,!1)),e._v(" "),n("b-dropdown-item",{attrs:{disabled:e.disabled,custom:""}},[n("header",{staticClass:"datepicker-header"},[void 0!==e.$slots.header&&e.$slots.header.length?[e._t("header")]:n("div",{staticClass:"pagination field is-centered"},[e.isFirstMonth||e.disabled?e._e():n("a",{staticClass:"pagination-previous",attrs:{role:"button",href:"#",disabled:e.disabled},on:{click:function(t){t.preventDefault(),e.decrementMonth(t)},keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault(),e.decrementMonth(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.decrementMonth(t)}]}},[n("b-icon",{attrs:{icon:"chevron-left",pack:e.iconPack,both:"",type:"is-primary is-clickable"}})],1),e._v(" "),n("a",{directives:[{name:"show",rawName:"v-show",value:!e.isLastMonth&&!e.disabled,expression:"!isLastMonth && !disabled"}],staticClass:"pagination-next",attrs:{role:"button",href:"#",disabled:e.disabled},on:{click:function(t){t.preventDefault(),e.incrementMonth(t)},keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault(),e.incrementMonth(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.incrementMonth(t)}]}},[n("b-icon",{attrs:{icon:"chevron-right",pack:e.iconPack,both:"",type:"is-primary is-clickable"}})],1),e._v(" "),n("div",{staticClass:"pagination-list"},[n("b-field",[n("b-select",{attrs:{disabled:e.disabled},model:{value:e.focusedDateData.month,callback:function(t){e.$set(e.focusedDateData,"month",t)},expression:"focusedDateData.month"}},e._l(e.monthNames,function(t,r){return n("option",{key:t,domProps:{value:r}},[e._v("\n "+e._s(t)+"\n ")])})),e._v(" "),n("b-select",{attrs:{disabled:e.disabled},model:{value:e.focusedDateData.year,callback:function(t){e.$set(e.focusedDateData,"year",t)},expression:"focusedDateData.year"}},e._l(e.listOfYears,function(t){return n("option",{key:t,domProps:{value:t}},[e._v("\n "+e._s(t)+"\n ")])}))],1)],1)])],2),e._v(" "),n("b-datepicker-table",{attrs:{"day-names":e.dayNames,"month-names":e.monthNames,"first-day-of-week":e.firstDayOfWeek,"min-date":e.minDate,"max-date":e.maxDate,focused:e.focusedDateData,disabled:e.disabled,"unselectable-dates":e.unselectableDates,"unselectable-days-of-week":e.unselectableDaysOfWeek,"selectable-dates":e.selectableDates,events:e.events,indicators:e.indicators},on:{close:function(t){e.$refs.dropdown.isActive=!1}},model:{value:e.dateSelected,callback:function(t){e.dateSelected=t},expression:"dateSelected"}}),e._v(" "),void 0!==e.$slots.default&&e.$slots.default.length?n("footer",{staticClass:"datepicker-footer"},[e._t("default")],2):e._e()],1)],1):n("b-input",e._b({ref:"input",attrs:{type:"date",autocomplete:"off",value:e.formatYYYYMMDD(e.value),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,loading:e.loading,max:e.formatYYYYMMDD(e.maxDate),min:e.formatYYYYMMDD(e.minDate),disabled:e.disabled,readonly:!1},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChangeNativePicker(t)}}},"b-input",e.$attrs,!1))],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.attached&&e.closable?n("div",{staticClass:"tags has-addons"},[n("span",{staticClass:"tag",class:[e.type,e.size,{"is-rounded":e.rounded}]},[e._t("default")],2),e._v(" "),n("a",{staticClass:"tag is-delete",class:[e.size,{"is-rounded":e.rounded}],attrs:{role:"button",tabindex:!!e.tabstop&&0,disabled:e.disabled},on:{click:function(t){e.close()},keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"delete",[8,46],t.key))return null;t.preventDefault(),e.close()}}})]):n("span",{staticClass:"tag",class:[e.type,e.size,{"is-rounded":e.rounded}]},[e._t("default"),e._v(" "),e.closable?n("a",{staticClass:"delete is-small",attrs:{role:"button",disabled:e.disabled,tabindex:!!e.tabstop&&0},on:{click:function(t){e.close()},keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"delete",[8,46],t.key))return null;t.preventDefault(),e.close()}}}):e._e()],2)},staticRenderFns:[]}},function(e,t,n){e.exports=n(67)}])},function(e,t,n){"use strict";function r(e,t){0}function a(e){return Object.prototype.toString.call(e).indexOf("Error")>-1}n.r(t);var i={name:"router-view",functional:!0,props:{name:{type:String,default:"default"}},render:function(e,t){var n=t.props,r=t.children,a=t.parent,i=t.data;i.routerView=!0;for(var l=a.$createElement,o=n.name,s=a.$route,u=a._routerViewCache||(a._routerViewCache={}),c=0,d=!1;a&&a._routerRoot!==a;)a.$vnode&&a.$vnode.data.routerView&&c++,a._inactive&&(d=!0),a=a.$parent;if(i.routerViewDepth=c,d)return l(u[o],i,r);var f=s.matched[c];if(!f)return u[o]=null,l();var h=u[o]=f.components[o];i.registerRouteInstance=function(e,t){var n=f.instances[o];(t&&n!==e||!t&&n===e)&&(f.instances[o]=t)},(i.hook||(i.hook={})).prepatch=function(e,t){f.instances[o]=t.componentInstance};var p=i.props=function(e,t){switch(typeof t){case"undefined":return;case"object":return t;case"function":return t(e);case"boolean":return t?e.params:void 0;default:0}}(s,f.props&&f.props[o]);if(p){p=i.props=function(e,t){for(var n in t)e[n]=t[n];return e}({},p);var v=i.attrs=i.attrs||{};for(var y in p)h.props&&y in h.props||(v[y]=p[y],delete p[y])}return l(h,i,r)}};var l=/[!'()*]/g,o=function(e){return"%"+e.charCodeAt(0).toString(16)},s=/%2C/g,u=function(e){return encodeURIComponent(e).replace(l,o).replace(s,",")},c=decodeURIComponent;function d(e){var t={};return(e=e.trim().replace(/^(\?|#|&)/,""))?(e.split("&").forEach(function(e){var n=e.replace(/\+/g," ").split("="),r=c(n.shift()),a=n.length>0?c(n.join("=")):null;void 0===t[r]?t[r]=a:Array.isArray(t[r])?t[r].push(a):t[r]=[t[r],a]}),t):t}function f(e){var t=e?Object.keys(e).map(function(t){var n=e[t];if(void 0===n)return"";if(null===n)return u(t);if(Array.isArray(n)){var r=[];return n.forEach(function(e){void 0!==e&&(null===e?r.push(u(t)):r.push(u(t)+"="+u(e)))}),r.join("&")}return u(t)+"="+u(n)}).filter(function(e){return e.length>0}).join("&"):null;return t?"?"+t:""}var h=/\/?$/;function p(e,t,n,r){var a=r&&r.options.stringifyQuery,i=t.query||{};try{i=v(i)}catch(e){}var l={name:t.name||e&&e.name,meta:e&&e.meta||{},path:t.path||"/",hash:t.hash||"",query:i,params:t.params||{},fullPath:g(t,a),matched:e?function(e){var t=[];for(;e;)t.unshift(e),e=e.parent;return t}(e):[]};return n&&(l.redirectedFrom=g(n,a)),Object.freeze(l)}function v(e){if(Array.isArray(e))return e.map(v);if(e&&"object"==typeof e){var t={};for(var n in e)t[n]=v(e[n]);return t}return e}var y=p(null,{path:"/"});function g(e,t){var n=e.path,r=e.query;void 0===r&&(r={});var a=e.hash;return void 0===a&&(a=""),(n||"/")+(t||f)(r)+a}function m(e,t){return t===y?e===t:!!t&&(e.path&&t.path?e.path.replace(h,"")===t.path.replace(h,"")&&e.hash===t.hash&&_(e.query,t.query):!(!e.name||!t.name)&&(e.name===t.name&&e.hash===t.hash&&_(e.query,t.query)&&_(e.params,t.params)))}function _(e,t){if(void 0===e&&(e={}),void 0===t&&(t={}),!e||!t)return e===t;var n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every(function(n){var r=e[n],a=t[n];return"object"==typeof r&&"object"==typeof a?_(r,a):String(r)===String(a)})}var T,M=[String,Object],b=[String,Array],K={name:"router-link",props:{to:{type:M,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:b,default:"click"}},render:function(e){var t=this,n=this.$router,r=this.$route,a=n.resolve(this.to,r,this.append),i=a.location,l=a.route,o=a.href,s={},u=n.options.linkActiveClass,c=n.options.linkExactActiveClass,d=null==u?"router-link-active":u,f=null==c?"router-link-exact-active":c,v=null==this.activeClass?d:this.activeClass,y=null==this.exactActiveClass?f:this.exactActiveClass,g=i.path?p(null,i,null,n):l;s[y]=m(r,g),s[v]=this.exact?s[y]:function(e,t){return 0===e.path.replace(h,"/").indexOf(t.path.replace(h,"/"))&&(!t.hash||e.hash===t.hash)&&function(e,t){for(var n in t)if(!(n in e))return!1;return!0}(e.query,t.query)}(r,g);var _=function(e){k(e)&&(t.replace?n.replace(i):n.push(i))},M={click:k};Array.isArray(this.event)?this.event.forEach(function(e){M[e]=_}):M[this.event]=_;var b={class:s};if("a"===this.tag)b.on=M,b.attrs={href:o};else{var K=function e(t){if(t)for(var n,r=0;r<t.length;r++){if("a"===(n=t[r]).tag)return n;if(n.children&&(n=e(n.children)))return n}}(this.$slots.default);if(K){K.isStatic=!1;var x=T.util.extend;(K.data=x({},K.data)).on=M,(K.data.attrs=x({},K.data.attrs)).href=o}else b.on=M}return e(this.tag,b,this.$slots.default)}};function k(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey||e.defaultPrevented||void 0!==e.button&&0!==e.button)){if(e.currentTarget&&e.currentTarget.getAttribute){var t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function x(e){if(!x.installed||T!==e){x.installed=!0,T=e;var t=function(e){return void 0!==e},n=function(e,n){var r=e.$options._parentVnode;t(r)&&t(r=r.data)&&t(r=r.registerRouteInstance)&&r(e,n)};e.mixin({beforeCreate:function(){t(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,n(this,this)},destroyed:function(){n(this)}}),Object.defineProperty(e.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this._routerRoot._route}}),e.component("router-view",i),e.component("router-link",K);var r=e.config.optionMergeStrategies;r.beforeRouteEnter=r.beforeRouteLeave=r.beforeRouteUpdate=r.created}}var C="undefined"!=typeof window;function A(e,t,n){var r=e.charAt(0);if("/"===r)return e;if("?"===r||"#"===r)return t+e;var a=t.split("/");n&&a[a.length-1]||a.pop();for(var i=e.replace(/^\//,"").split("/"),l=0;l<i.length;l++){var o=i[l];".."===o?a.pop():"."!==o&&a.push(o)}return""!==a[0]&&a.unshift(""),a.join("/")}function w(e){return e.replace(/\/\//g,"/")}var L=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)},D=$,B=O,S=function(e,t){return R(O(e,t))},G=R,W=F,z=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function O(e,t){for(var n,r=[],a=0,i=0,l="",o=t&&t.delimiter||"/";null!=(n=z.exec(e));){var s=n[0],u=n[1],c=n.index;if(l+=e.slice(i,c),i=c+s.length,u)l+=u[1];else{var d=e[i],f=n[2],h=n[3],p=n[4],v=n[5],y=n[6],g=n[7];l&&(r.push(l),l="");var m=null!=f&&null!=d&&d!==f,_="+"===y||"*"===y,T="?"===y||"*"===y,M=n[2]||o,b=p||v;r.push({name:h||a++,prefix:f||"",delimiter:M,optional:T,repeat:_,partial:m,asterisk:!!g,pattern:b?j(b):g?".*":"[^"+E(M)+"]+?"})}}return i<e.length&&(l+=e.substr(i)),l&&r.push(l),r}function P(e){return encodeURI(e).replace(/[\/?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}function R(e){for(var t=new Array(e.length),n=0;n<e.length;n++)"object"==typeof e[n]&&(t[n]=new RegExp("^(?:"+e[n].pattern+")$"));return function(n,r){for(var a="",i=n||{},l=(r||{}).pretty?P:encodeURIComponent,o=0;o<e.length;o++){var s=e[o];if("string"!=typeof s){var u,c=i[s.name];if(null==c){if(s.optional){s.partial&&(a+=s.prefix);continue}throw new TypeError('Expected "'+s.name+'" to be defined')}if(L(c)){if(!s.repeat)throw new TypeError('Expected "'+s.name+'" to not repeat, but received `'+JSON.stringify(c)+"`");if(0===c.length){if(s.optional)continue;throw new TypeError('Expected "'+s.name+'" to not be empty')}for(var d=0;d<c.length;d++){if(u=l(c[d]),!t[o].test(u))throw new TypeError('Expected all "'+s.name+'" to match "'+s.pattern+'", but received `'+JSON.stringify(u)+"`");a+=(0===d?s.prefix:s.delimiter)+u}}else{if(u=s.asterisk?encodeURI(c).replace(/[?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}):l(c),!t[o].test(u))throw new TypeError('Expected "'+s.name+'" to match "'+s.pattern+'", but received "'+u+'"');a+=s.prefix+u}}else a+=s}return a}}function E(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function j(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function I(e,t){return e.keys=t,e}function N(e){return e.sensitive?"":"i"}function F(e,t,n){L(t)||(n=t||n,t=[]);for(var r=(n=n||{}).strict,a=!1!==n.end,i="",l=0;l<e.length;l++){var o=e[l];if("string"==typeof o)i+=E(o);else{var s=E(o.prefix),u="(?:"+o.pattern+")";t.push(o),o.repeat&&(u+="(?:"+s+u+")*"),i+=u=o.optional?o.partial?s+"("+u+")?":"(?:"+s+"("+u+"))?":s+"("+u+")"}}var c=E(n.delimiter||"/"),d=i.slice(-c.length)===c;return r||(i=(d?i.slice(0,-c.length):i)+"(?:"+c+"(?=$))?"),i+=a?"$":r&&d?"":"(?="+c+"|$)",I(new RegExp("^"+i,N(n)),t)}function $(e,t,n){return L(t)||(n=t||n,t=[]),n=n||{},e instanceof RegExp?function(e,t){var n=e.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)t.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return I(e,t)}(e,t):L(e)?function(e,t,n){for(var r=[],a=0;a<e.length;a++)r.push($(e[a],t,n).source);return I(new RegExp("(?:"+r.join("|")+")",N(n)),t)}(e,t,n):function(e,t,n){return F(O(e,n),t,n)}(e,t,n)}D.parse=B,D.compile=S,D.tokensToFunction=G,D.tokensToRegExp=W;var V=Object.create(null);function H(e,t,n){try{return(V[e]||(V[e]=D.compile(e)))(t||{},{pretty:!0})}catch(e){return""}}function q(e,t,n,r){var a=t||[],i=n||Object.create(null),l=r||Object.create(null);e.forEach(function(e){!function e(t,n,r,a,i,l){var o=a.path;var s=a.name;0;var u=a.pathToRegexpOptions||{};var c=function(e,t,n){n||(e=e.replace(/\/$/,""));if("/"===e[0])return e;if(null==t)return e;return w(t.path+"/"+e)}(o,i,u.strict);"boolean"==typeof a.caseSensitive&&(u.sensitive=a.caseSensitive);var d={path:c,regex:function(e,t){var n=D(e,[],t);0;return n}(c,u),components:a.components||{default:a.component},instances:{},name:s,parent:i,matchAs:l,redirect:a.redirect,beforeEnter:a.beforeEnter,meta:a.meta||{},props:null==a.props?{}:a.components?a.props:{default:a.props}};a.children&&a.children.forEach(function(a){var i=l?w(l+"/"+a.path):void 0;e(t,n,r,a,d,i)});if(void 0!==a.alias){var f=Array.isArray(a.alias)?a.alias:[a.alias];f.forEach(function(l){var o={path:l,children:a.children};e(t,n,r,o,i,d.path||"/")})}n[d.path]||(t.push(d.path),n[d.path]=d);s&&(r[s]||(r[s]=d))}(a,i,l,e)});for(var o=0,s=a.length;o<s;o++)"*"===a[o]&&(a.push(a.splice(o,1)[0]),s--,o--);return{pathList:a,pathMap:i,nameMap:l}}function U(e,t,n,r){var a="string"==typeof e?{path:e}:e;if(a.name||a._normalized)return a;if(!a.path&&a.params&&t){(a=Y({},a))._normalized=!0;var i=Y(Y({},t.params),a.params);if(t.name)a.name=t.name,a.params=i;else if(t.matched.length){var l=t.matched[t.matched.length-1].path;a.path=H(l,i,t.path)}else 0;return a}var o=function(e){var t="",n="",r=e.indexOf("#");r>=0&&(t=e.slice(r),e=e.slice(0,r));var a=e.indexOf("?");return a>=0&&(n=e.slice(a+1),e=e.slice(0,a)),{path:e,query:n,hash:t}}(a.path||""),s=t&&t.path||"/",u=o.path?A(o.path,s,n||a.append):s,c=function(e,t,n){void 0===t&&(t={});var r,a=n||d;try{r=a(e||"")}catch(e){r={}}for(var i in t)r[i]=t[i];return r}(o.query,a.query,r&&r.options.parseQuery),f=a.hash||o.hash;return f&&"#"!==f.charAt(0)&&(f="#"+f),{_normalized:!0,path:u,query:c,hash:f}}function Y(e,t){for(var n in t)e[n]=t[n];return e}function X(e,t){var n=q(e),r=n.pathList,a=n.pathMap,i=n.nameMap;function l(e,n,l){var o=U(e,n,!1,t),u=o.name;if(u){var c=i[u];if(!c)return s(null,o);var d=c.regex.keys.filter(function(e){return!e.optional}).map(function(e){return e.name});if("object"!=typeof o.params&&(o.params={}),n&&"object"==typeof n.params)for(var f in n.params)!(f in o.params)&&d.indexOf(f)>-1&&(o.params[f]=n.params[f]);if(c)return o.path=H(c.path,o.params),s(c,o,l)}else if(o.path){o.params={};for(var h=0;h<r.length;h++){var p=r[h],v=a[p];if(J(v.regex,o.path,o.params))return s(v,o,l)}}return s(null,o)}function o(e,n){var r=e.redirect,a="function"==typeof r?r(p(e,n,null,t)):r;if("string"==typeof a&&(a={path:a}),!a||"object"!=typeof a)return s(null,n);var o=a,u=o.name,c=o.path,d=n.query,f=n.hash,h=n.params;if(d=o.hasOwnProperty("query")?o.query:d,f=o.hasOwnProperty("hash")?o.hash:f,h=o.hasOwnProperty("params")?o.params:h,u){i[u];return l({_normalized:!0,name:u,query:d,hash:f,params:h},void 0,n)}if(c){var v=function(e,t){return A(e,t.parent?t.parent.path:"/",!0)}(c,e);return l({_normalized:!0,path:H(v,h),query:d,hash:f},void 0,n)}return s(null,n)}function s(e,n,r){return e&&e.redirect?o(e,r||n):e&&e.matchAs?function(e,t,n){var r=l({_normalized:!0,path:H(n,t.params)});if(r){var a=r.matched,i=a[a.length-1];return t.params=r.params,s(i,t)}return s(null,t)}(0,n,e.matchAs):p(e,n,r,t)}return{match:l,addRoutes:function(e){q(e,r,a,i)}}}function J(e,t,n){var r=t.match(e);if(!r)return!1;if(!n)return!0;for(var a=1,i=r.length;a<i;++a){var l=e.keys[a-1],o="string"==typeof r[a]?decodeURIComponent(r[a]):r[a];l&&(n[l.name]=o)}return!0}var Z=Object.create(null);function Q(){window.history.replaceState({key:de()},""),window.addEventListener("popstate",function(e){var t;te(),e.state&&e.state.key&&(t=e.state.key,ue=t)})}function ee(e,t,n,r){if(e.app){var a=e.options.scrollBehavior;a&&e.app.$nextTick(function(){var e=function(){var e=de();if(e)return Z[e]}(),i=a(t,n,r?e:null);i&&("function"==typeof i.then?i.then(function(t){ie(t,e)}).catch(function(e){0}):ie(i,e))})}}function te(){var e=de();e&&(Z[e]={x:window.pageXOffset,y:window.pageYOffset})}function ne(e){return ae(e.x)||ae(e.y)}function re(e){return{x:ae(e.x)?e.x:window.pageXOffset,y:ae(e.y)?e.y:window.pageYOffset}}function ae(e){return"number"==typeof e}function ie(e,t){var n,r="object"==typeof e;if(r&&"string"==typeof e.selector){var a=document.querySelector(e.selector);if(a){var i=e.offset&&"object"==typeof e.offset?e.offset:{};t=function(e,t){var n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{x:r.left-n.left-t.x,y:r.top-n.top-t.y}}(a,i={x:ae((n=i).x)?n.x:0,y:ae(n.y)?n.y:0})}else ne(e)&&(t=re(e))}else r&&ne(e)&&(t=re(e));t&&window.scrollTo(t.x,t.y)}var le,oe=C&&((-1===(le=window.navigator.userAgent).indexOf("Android 2.")&&-1===le.indexOf("Android 4.0")||-1===le.indexOf("Mobile Safari")||-1!==le.indexOf("Chrome")||-1!==le.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history),se=C&&window.performance&&window.performance.now?window.performance:Date,ue=ce();function ce(){return se.now().toFixed(3)}function de(){return ue}function fe(e,t){te();var n=window.history;try{t?n.replaceState({key:ue},"",e):(ue=ce(),n.pushState({key:ue},"",e))}catch(n){window.location[t?"replace":"assign"](e)}}function he(e){fe(e,!0)}function pe(e,t,n){var r=function(a){a>=e.length?n():e[a]?t(e[a],function(){r(a+1)}):r(a+1)};r(0)}function ve(e){return function(t,n,r){var i=!1,l=0,o=null;ye(e,function(e,t,n,s){if("function"==typeof e&&void 0===e.cid){i=!0,l++;var u,c=_e(function(t){var a;((a=t).__esModule||me&&"Module"===a[Symbol.toStringTag])&&(t=t.default),e.resolved="function"==typeof t?t:T.extend(t),n.components[s]=t,--l<=0&&r()}),d=_e(function(e){var t="Failed to resolve async component "+s+": "+e;o||(o=a(e)?e:new Error(t),r(o))});try{u=e(c,d)}catch(e){d(e)}if(u)if("function"==typeof u.then)u.then(c,d);else{var f=u.component;f&&"function"==typeof f.then&&f.then(c,d)}}}),i||r()}}function ye(e,t){return ge(e.map(function(e){return Object.keys(e.components).map(function(n){return t(e.components[n],e.instances[n],e,n)})}))}function ge(e){return Array.prototype.concat.apply([],e)}var me="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function _e(e){var t=!1;return function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];if(!t)return t=!0,e.apply(this,n)}}var Te=function(e,t){this.router=e,this.base=function(e){if(!e)if(C){var t=document.querySelector("base");e=(e=t&&t.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else e="/";"/"!==e.charAt(0)&&(e="/"+e);return e.replace(/\/$/,"")}(t),this.current=y,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function Me(e,t,n,r){var a=ye(e,function(e,r,a,i){var l=function(e,t){"function"!=typeof e&&(e=T.extend(e));return e.options[t]}(e,t);if(l)return Array.isArray(l)?l.map(function(e){return n(e,r,a,i)}):n(l,r,a,i)});return ge(r?a.reverse():a)}function be(e,t){if(t)return function(){return e.apply(t,arguments)}}Te.prototype.listen=function(e){this.cb=e},Te.prototype.onReady=function(e,t){this.ready?e():(this.readyCbs.push(e),t&&this.readyErrorCbs.push(t))},Te.prototype.onError=function(e){this.errorCbs.push(e)},Te.prototype.transitionTo=function(e,t,n){var r=this,a=this.router.match(e,this.current);this.confirmTransition(a,function(){r.updateRoute(a),t&&t(a),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach(function(e){e(a)}))},function(e){n&&n(e),e&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach(function(t){t(e)}))})},Te.prototype.confirmTransition=function(e,t,n){var i=this,l=this.current,o=function(e){a(e)&&(i.errorCbs.length?i.errorCbs.forEach(function(t){t(e)}):(r(),console.error(e))),n&&n(e)};if(m(e,l)&&e.matched.length===l.matched.length)return this.ensureURL(),o();var s=function(e,t){var n,r=Math.max(e.length,t.length);for(n=0;n<r&&e[n]===t[n];n++);return{updated:t.slice(0,n),activated:t.slice(n),deactivated:e.slice(n)}}(this.current.matched,e.matched),u=s.updated,c=s.deactivated,d=s.activated,f=[].concat(function(e){return Me(e,"beforeRouteLeave",be,!0)}(c),this.router.beforeHooks,function(e){return Me(e,"beforeRouteUpdate",be)}(u),d.map(function(e){return e.beforeEnter}),ve(d));this.pending=e;var h=function(t,n){if(i.pending!==e)return o();try{t(e,l,function(e){!1===e||a(e)?(i.ensureURL(!0),o(e)):"string"==typeof e||"object"==typeof e&&("string"==typeof e.path||"string"==typeof e.name)?(o(),"object"==typeof e&&e.replace?i.replace(e):i.push(e)):n(e)})}catch(e){o(e)}};pe(f,h,function(){var n=[];pe(function(e,t,n){return Me(e,"beforeRouteEnter",function(e,r,a,i){return function(e,t,n,r,a){return function(i,l,o){return e(i,l,function(e){o(e),"function"==typeof e&&r.push(function(){!function e(t,n,r,a){n[r]?t(n[r]):a()&&setTimeout(function(){e(t,n,r,a)},16)}(e,t.instances,n,a)})})}}(e,a,i,t,n)})}(d,n,function(){return i.current===e}).concat(i.router.resolveHooks),h,function(){if(i.pending!==e)return o();i.pending=null,t(e),i.router.app&&i.router.app.$nextTick(function(){n.forEach(function(e){e()})})})})},Te.prototype.updateRoute=function(e){var t=this.current;this.current=e,this.cb&&this.cb(e),this.router.afterHooks.forEach(function(n){n&&n(e,t)})};var Ke=function(e){function t(t,n){var r=this;e.call(this,t,n);var a=t.options.scrollBehavior;a&&Q();var i=ke(this.base);window.addEventListener("popstate",function(e){var n=r.current,l=ke(r.base);r.current===y&&l===i||r.transitionTo(l,function(e){a&&ee(t,e,n,!0)})})}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.go=function(e){window.history.go(e)},t.prototype.push=function(e,t,n){var r=this,a=this.current;this.transitionTo(e,function(e){fe(w(r.base+e.fullPath)),ee(r.router,e,a,!1),t&&t(e)},n)},t.prototype.replace=function(e,t,n){var r=this,a=this.current;this.transitionTo(e,function(e){he(w(r.base+e.fullPath)),ee(r.router,e,a,!1),t&&t(e)},n)},t.prototype.ensureURL=function(e){if(ke(this.base)!==this.current.fullPath){var t=w(this.base+this.current.fullPath);e?fe(t):he(t)}},t.prototype.getCurrentLocation=function(){return ke(this.base)},t}(Te);function ke(e){var t=window.location.pathname;return e&&0===t.indexOf(e)&&(t=t.slice(e.length)),(t||"/")+window.location.search+window.location.hash}var xe=function(e){function t(t,n,r){e.call(this,t,n),r&&function(e){var t=ke(e);if(!/^\/#/.test(t))return window.location.replace(w(e+"/#"+t)),!0}(this.base)||Ce()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this,t=this.router.options.scrollBehavior,n=oe&&t;n&&Q(),window.addEventListener(oe?"popstate":"hashchange",function(){var t=e.current;Ce()&&e.transitionTo(Ae(),function(r){n&&ee(e.router,r,t,!0),oe||De(r.fullPath)})})},t.prototype.push=function(e,t,n){var r=this,a=this.current;this.transitionTo(e,function(e){Le(e.fullPath),ee(r.router,e,a,!1),t&&t(e)},n)},t.prototype.replace=function(e,t,n){var r=this,a=this.current;this.transitionTo(e,function(e){De(e.fullPath),ee(r.router,e,a,!1),t&&t(e)},n)},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(e){var t=this.current.fullPath;Ae()!==t&&(e?Le(t):De(t))},t.prototype.getCurrentLocation=function(){return Ae()},t}(Te);function Ce(){var e=Ae();return"/"===e.charAt(0)||(De("/"+e),!1)}function Ae(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.slice(t+1)}function we(e){var t=window.location.href,n=t.indexOf("#");return(n>=0?t.slice(0,n):t)+"#"+e}function Le(e){oe?fe(we(e)):window.location.hash=e}function De(e){oe?he(we(e)):window.location.replace(we(e))}var Be=function(e){function t(t,n){e.call(this,t,n),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e,t,n){var r=this;this.transitionTo(e,function(e){r.stack=r.stack.slice(0,r.index+1).concat(e),r.index++,t&&t(e)},n)},t.prototype.replace=function(e,t,n){var r=this;this.transitionTo(e,function(e){r.stack=r.stack.slice(0,r.index).concat(e),t&&t(e)},n)},t.prototype.go=function(e){var t=this,n=this.index+e;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,function(){t.index=n,t.updateRoute(r)})}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:"/"},t.prototype.ensureURL=function(){},t}(Te),Se=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=X(e.routes||[],this);var t=e.mode||"hash";switch(this.fallback="history"===t&&!oe&&!1!==e.fallback,this.fallback&&(t="hash"),C||(t="abstract"),this.mode=t,t){case"history":this.history=new Ke(this,e.base);break;case"hash":this.history=new xe(this,e.base,this.fallback);break;case"abstract":this.history=new Be(this,e.base);break;default:0}},Ge={currentRoute:{configurable:!0}};function We(e,t){return e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}Se.prototype.match=function(e,t,n){return this.matcher.match(e,t,n)},Ge.currentRoute.get=function(){return this.history&&this.history.current},Se.prototype.init=function(e){var t=this;if(this.apps.push(e),!this.app){this.app=e;var n=this.history;if(n instanceof Ke)n.transitionTo(n.getCurrentLocation());else if(n instanceof xe){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen(function(e){t.apps.forEach(function(t){t._route=e})})}},Se.prototype.beforeEach=function(e){return We(this.beforeHooks,e)},Se.prototype.beforeResolve=function(e){return We(this.resolveHooks,e)},Se.prototype.afterEach=function(e){return We(this.afterHooks,e)},Se.prototype.onReady=function(e,t){this.history.onReady(e,t)},Se.prototype.onError=function(e){this.history.onError(e)},Se.prototype.push=function(e,t,n){this.history.push(e,t,n)},Se.prototype.replace=function(e,t,n){this.history.replace(e,t,n)},Se.prototype.go=function(e){this.history.go(e)},Se.prototype.back=function(){this.go(-1)},Se.prototype.forward=function(){this.go(1)},Se.prototype.getMatchedComponents=function(e){var t=e?e.matched?e:this.resolve(e).route:this.currentRoute;return t?[].concat.apply([],t.matched.map(function(e){return Object.keys(e.components).map(function(t){return e.components[t]})})):[]},Se.prototype.resolve=function(e,t,n){var r=U(e,t||this.history.current,n,this),a=this.match(r,t),i=a.redirectedFrom||a.fullPath;return{location:r,route:a,href:function(e,t,n){var r="hash"===n?"#"+t:t;return e?w(e+"/"+r):r}(this.history.base,i,this.mode),normalizedTo:r,resolved:a}},Se.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==y&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(Se.prototype,Ge),Se.install=x,Se.version="3.0.1",C&&window.Vue&&window.Vue.use(Se),t.default=Se},function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,a,i,l,o,s=1,u={},c=!1,d=e.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(e);f=f&&f.setTimeout?f:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick(function(){p(e)})}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){p(e.data)},r=function(e){i.port2.postMessage(e)}):d&&"onreadystatechange"in d.createElement("script")?(a=d.documentElement,r=function(e){var t=d.createElement("script");t.onreadystatechange=function(){p(e),t.onreadystatechange=null,a.removeChild(t),t=null},a.appendChild(t)}):r=function(e){setTimeout(p,0,e)}:(l="setImmediate$"+Math.random()+"$",o=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(l)&&p(+t.data.slice(l.length))},e.addEventListener?e.addEventListener("message",o,!1):e.attachEvent("onmessage",o),r=function(t){e.postMessage(l+t,"*")}),f.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var a={callback:e,args:t};return u[s]=a,r(s),s++},f.clearImmediate=h}function h(e){delete u[e]}function p(e){if(c)setTimeout(p,0,e);else{var t=u[e];if(t){c=!0;try{!function(e){var t=e.callback,r=e.args;switch(r.length){case 0:t();break;case 1:t(r[0]);break;case 2:t(r[0],r[1]);break;case 3:t(r[0],r[1],r[2]);break;default:t.apply(n,r)}}(t)}finally{h(e),c=!1}}}}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,n(44),n(170))},function(e,t,n){(function(e){var r=void 0!==e&&e||"undefined"!=typeof self&&self||window,a=Function.prototype.apply;function i(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new i(a.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new i(a.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},n(336),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(44))},function(e,t,n){"use strict";var r=c(n(12)),a=c(n(335)),i=c(n(334));n(333);var l=c(n(331)),o=c(n(330)),s=c(n(329)),u=c(n(169));function c(e){return e&&e.__esModule?e:{default:e}}r.default.use(a.default),r.default.use(i.default),r.default.use(n(171)),r.default.use(l.default.Adsense);var d=new a.default({routes:[{path:"/",name:"home",component:u.default}]});r.default.use(o.default,{id:"UA-118868480-1",router:d,debug:{sendHitTask:!0,enabled:!1}}),new r.default({router:d,el:"#app",render:function(e){return e(s.default)},mounted:function(){var e=this;(window.matchMedia("(display-mode: standalone)").matches||!0===window.navigator.standalone)&&this.$ga.event("PWA","started"),"serviceWorker"in navigator&&navigator.serviceWorker.register("/service-worker.js").then(function(t){"function"==typeof t.update&&(e.$ga.event("PWA","update"),t.update())})}})}]);
\ No newline at end of file +"undefined"!=typeof self&&self,e.exports=function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/dist/",t(t.s=5)}([function(e,t){e.exports=function(e,t,n,r,i,a){var l,o=e=e||{},s=typeof e.default;"object"!==s&&"function"!==s||(l=e,o=e.default);var u,c="function"==typeof o?o.options:o;if(t&&(c.render=t.render,c.staticRenderFns=t.staticRenderFns,c._compiled=!0),n&&(c.functional=!0),i&&(c._scopeId=i),a?(u=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},c._ssrRegister=u):r&&(u=r),u){var d=c.functional,f=d?c.render:c.beforeCreate;d?(c._injectStyles=u,c.render=function(e,t){return u.call(t),f(e,t)}):c.beforeCreate=f?[].concat(f,u):[u]}return{esModule:l,exports:o,options:c}}},function(e,t,n){"use strict";var r=n(7);t.a={props:{rootClass:{type:String,default:"adswrapper"},dataAdClient:{type:String,default:""},dataAdSlot:{type:String,default:""},dataAdTest:{type:String,default:""}},data:function(){return{ADS_SCRIPT:r.a.ADS_SCRIPT}}}},function(e,t,n){"use strict";var r=n(1);t.a={name:"Adsense",mixins:[r.a]}},function(e,t,n){"use strict";var r=n(1);t.a={name:"InArticleAdsense",mixins:[r.a]}},function(e,t,n){"use strict";var r=n(1);t.a={name:"InFeedAdsense",mixins:[r.a],props:{dataAdLayoutKey:{type:String,default:"-fg+5n+6t-e7+r"}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),i=n(9),a=n(11),l={install:function(e){e.component(r.a.name,r.a)}},o={install:function(e){e.component(i.a.name,i.a)}},s={install:function(e){e.component(a.a.name,a.a)}};r.a.install=l.install,i.a.install=o.install,a.a.install=s.install,t.default={Adsense:r.a,InArticleAdsense:i.a,InFeedAdsense:a.a}},function(e,t,n){"use strict";var r=n(2),i=n(8),a=n(0),l=a(r.a,i.a,!1,null,null,null);t.a=l.exports},function(e,t,n){"use strict";t.a={ADS_SCRIPT:"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"}},function(e,t,n){"use strict";var r={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.rootClass},[n("script2",{attrs:{type:"text/javascript",async:"",src:e.ADS_SCRIPT}}),e._v(" "),n("ins",{staticClass:"adsbygoogle",staticStyle:{display:"block"},attrs:{"data-ad-layout-key":e.dataAdLayoutKey,"data-ad-client":e.dataAdClient,"data-ad-slot":e.dataAdSlot,"data-ad-test":e.dataAdTest,"data-ad-format":"auto"}}),e._v(" "),n("script2",[e._v("\n (adsbygoogle = window.adsbygoogle || []).push({});\n ")])],1)},staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";var r=n(3),i=n(10),a=n(0),l=a(r.a,i.a,!1,null,null,null);t.a=l.exports},function(e,t,n){"use strict";var r={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.rootClass},[n("script2",{attrs:{type:"text/javascript",async:"",src:e.ADS_SCRIPT}}),e._v(" "),n("ins",{staticClass:"adsbygoogle",staticStyle:{display:"block","text-align":"center"},attrs:{"data-ad-layout":"in-article","data-ad-format":"fluid","data-ad-layout-key":e.dataAdLayoutKey,"data-ad-client":e.dataAdClient,"data-ad-slot":e.dataAdSlot,"data-ad-test":e.dataAdTest}}),e._v(" "),n("script2",[e._v("\n (adsbygoogle = window.adsbygoogle || []).push({});\n ")])],1)},staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";var r=n(4),i=n(12),a=n(0),l=a(r.a,i.a,!1,null,null,null);t.a=l.exports},function(e,t,n){"use strict";var r={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.rootClass},[n("script2",{attrs:{type:"text/javascript",async:"",src:e.ADS_SCRIPT}}),e._v(" "),n("ins",{staticClass:"adsbygoogle",staticStyle:{display:"block"},attrs:{"data-ad-format":"fluid","data-ad-layout-key":e.dataAdLayoutKey,"data-ad-client":e.dataAdClient,"data-ad-slot":e.dataAdSlot,"data-ad-test":e.dataAdTest}}),e._v(" "),n("script2",[e._v("\n (adsbygoogle = window.adsbygoogle || []).push({});\n ")])],1)},staticRenderFns:[]};t.a=r}])},,function(e,t,n){},function(e,t,n){e.exports=function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/",t(t.s=239)}([function(e,t){e.exports=function(e,t,n,r,i){var a,l=e=e||{},o=typeof e.default;"object"!==o&&"function"!==o||(a=e,l=e.default);var s,u="function"==typeof l?l.options:l;if(t&&(u.render=t.render,u.staticRenderFns=t.staticRenderFns),r&&(u._scopeId=r),i?(s=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),n&&n.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(i)},u._ssrRegister=s):n&&(s=n),s){var c=u.functional,d=c?u.render:u.beforeCreate;c?u.render=function(e,t){return s.call(t),d(e,t)}:u.beforeCreate=d?[].concat(d,s):[s]}return{esModule:a,exports:l,options:u}}},function(e,t,n){"use strict";n.d(t,"a",function(){return i});var r={defaultContainerElement:null,defaultIconPack:"mdi",defaultDialogConfirmText:null,defaultDialogCancelText:null,defaultSnackbarDuration:3500,defaultToastDuration:2e3,defaultTooltipType:"is-primary",defaultTooltipAnimated:!1,defaultInputAutocomplete:"on",defaultDateFormatter:null,defaultDateParser:null,defaultDayNames:null,defaultMonthNames:null,defaultFirstDayOfWeek:null,defaultUnselectableDaysOfWeek:null,defaultTimeFormatter:null,defaultTimeParser:null,defaultModalScroll:null,defaultDatepickerMobileNative:!0,defaultTimepickerMobileNative:!0,defaultNoticeQueue:!0};t.b=r;var i=function(e){r=e}},function(e,t,n){"use strict";var r=n(179),i=n.n(r);t.a=i.a},function(e,t,n){e.exports={default:n(133),__esModule:!0}},function(e,t,n){var r=n(37)("wks"),i=n(27),a=n(8).Symbol,l="function"==typeof a;(e.exports=function(e){return r[e]||(r[e]=l&&a[e]||(l?a:i)("Symbol."+e))}).store=r},function(e,t,n){"use strict";t.c=function(e,t){return t.split(".").reduce(function(e,t){return e[t]},e)},t.d=function(e,t,n){if(!e)return-1;if(!n||"function"!=typeof n)return e.indexOf(t);for(var r=0;r<e.length;r++)if(n(e[r],t))return r;return-1},n.d(t,"b",function(){return r}),t.a=function(e){void 0!==e.remove?e.remove():e.parentNode.removeChild(e)},t.e=function(e){return e?e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"):e};var r={Android:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/Android/i)},BlackBerry:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/BlackBerry/i)},iOS:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/iPhone|iPad|iPod/i)},Opera:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/Opera Mini/i)},Windows:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/IEMobile/i)},any:function(){return r.Android()||r.BlackBerry()||r.iOS()||r.Opera()||r.Windows()}}},function(e,t,n){"use strict";t.__esModule=!0;var r=n(126),i=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default=function(e,t,n){return t in e?(0,i.default)(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t){var n=e.exports={version:"2.5.3"};"number"==typeof __e&&(__e=n)},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t,n){var r=n(14),i=n(55),a=n(40),l=Object.defineProperty;t.f=n(11)?Object.defineProperty:function(e,t,n){if(r(e),t=a(t,!0),r(n),i)try{return l(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){"use strict";var r=n(1);t.a={props:{size:String,expanded:Boolean,loading:Boolean,rounded:Boolean,icon:String,iconPack:String,autocomplete:String,maxlength:[Number,String]},data:function(){return{isValid:!0,isFocused:!1,newIconPack:this.iconPack||r.b.defaultIconPack}},computed:{parentField:function(){for(var e=this.$parent,t=0;t<3;t++)e&&!e.$data._isField&&(e=e.$parent);return e},statusType:function(){if(this.parentField)return this.parentField.newType},statusMessage:function(){if(this.parentField)return this.parentField.newMessage},iconSize:function(){switch(this.size){case"is-small":return this.size;case"is-medium":return;case"is-large":return"mdi"===this.newIconPack?"is-medium":""}}},methods:{focus:function(){var e=this;void 0!==this.$data._elementRef&&this.$nextTick(function(){return e.$el.querySelector(e.$data._elementRef).focus()})},onBlur:function(e){this.isFocused=!1,this.$emit("blur",e),this.checkHtml5Validity()},onFocus:function(e){this.isFocused=!0,this.$emit("focus",e)},checkHtml5Validity:function(){if(void 0!==this.$refs[this.$data._elementRef]){var e=this.$el.querySelector(this.$data._elementRef),t=null,n=null,r=!0;return e.checkValidity()||(t="is-danger",n=e.validationMessage,r=!1),this.isValid=r,this.parentField&&(this.parentField.type||(this.parentField.newType=t),this.parentField.message||(this.parentField.newMessage=n)),this.isValid}}}}},function(e,t,n){e.exports=!n(18)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){e.exports={default:n(131),__esModule:!0}},function(e,t,n){var r=n(19);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){var r=n(9),i=n(21);e.exports=n(11)?function(e,t,n){return r.f(e,t,i(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(56),i=n(31);e.exports=function(e){return r(i(e))}},function(e,t,n){var r=n(8),i=n(7),a=n(53),l=n(15),o=function(e,t,n){var s,u,c,d=e&o.F,f=e&o.G,h=e&o.S,p=e&o.P,v=e&o.B,y=e&o.W,g=f?i:i[t]||(i[t]={}),m=g.prototype,_=f?r:h?r[t]:(r[t]||{}).prototype;for(s in f&&(n=t),n)(u=!d&&_&&void 0!==_[s])&&s in g||(c=u?_[s]:n[s],g[s]=f&&"function"!=typeof _[s]?n[s]:v&&u?a(c,r):y&&_[s]==c?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(c):p&&"function"==typeof c?a(Function.call,c):c,p&&((g.virtual||(g.virtual={}))[s]=c,e&o.R&&m&&!m[s]&&l(m,s,c)))};o.F=1,o.G=2,o.S=4,o.P=8,o.B=16,o.W=32,o.U=64,o.R=128,e.exports=o},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){e.exports={}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){"use strict";(function(e,n){function r(e){return void 0===e||null===e}function i(e){return void 0!==e&&null!==e}function a(e){return!0===e}function l(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function o(e){return null!==e&&"object"==typeof e}function s(e){return"[object Object]"===Ht.call(e)}function u(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function c(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function d(e){var t=parseFloat(e);return isNaN(t)?e:t}function f(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}function h(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}function p(e,t){return Ut.call(e,t)}function v(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}function y(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function g(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function m(e,t){for(var n in t)e[n]=t[n];return e}function _(e){for(var t={},n=0;n<e.length;n++)e[n]&&m(t,e[n]);return t}function T(e,t,n){}function b(e,t){if(e===t)return!0;var n=o(e),r=o(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var i=Array.isArray(e),a=Array.isArray(t);if(i&&a)return e.length===t.length&&e.every(function(e,n){return b(e,t[n])});if(i||a)return!1;var l=Object.keys(e),s=Object.keys(t);return l.length===s.length&&l.every(function(n){return b(e[n],t[n])})}catch(e){return!1}}function M(e,t){for(var n=0;n<e.length;n++)if(b(e[n],t))return n;return-1}function K(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}function k(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function x(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}function C(e){return"function"==typeof e&&/native code/.test(e.toString())}function A(e){return new Dn(void 0,void 0,void 0,String(e))}function w(e,t){var n=e.componentOptions,r=new Dn(e.tag,e.data,e.children,e.text,e.elm,e.context,n,e.asyncFactory);return r.ns=e.ns,r.isStatic=e.isStatic,r.key=e.key,r.isComment=e.isComment,r.fnContext=e.fnContext,r.fnOptions=e.fnOptions,r.fnScopeId=e.fnScopeId,r.isCloned=!0,t&&(e.children&&(r.children=L(e.children,!0)),n&&n.children&&(n.children=L(n.children,!0))),r}function L(e,t){for(var n=e.length,r=new Array(n),i=0;i<n;i++)r[i]=w(e[i],t);return r}function D(e,t){var n;if(o(e)&&!(e instanceof Dn))return p(e,"__ob__")&&e.__ob__ instanceof Pn?n=e.__ob__:On.shouldConvert&&!Kn()&&(Array.isArray(e)||s(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new Pn(e)),t&&n&&n.vmCount++,n}function B(e,t,n,r,i){var a=new wn,l=Object.getOwnPropertyDescriptor(e,t);if(!l||!1!==l.configurable){var o=l&&l.get,s=l&&l.set,u=!i&&D(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=o?o.call(e):n;return wn.target&&(a.depend(),u&&(u.dep.depend(),Array.isArray(t)&&function e(t){for(var n=void 0,r=0,i=t.length;r<i;r++)(n=t[r])&&n.__ob__&&n.__ob__.dep.depend(),Array.isArray(n)&&e(n)}(t))),t},set:function(t){var r=o?o.call(e):n;t===r||t!=t&&r!=r||(s?s.call(e,t):n=t,u=!i&&D(t),a.notify())}})}}function S(e,t,n){if(Array.isArray(e)&&u(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?(B(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function G(e,t){if(Array.isArray(e)&&u(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||p(e,t)&&(delete e[t],n&&n.dep.notify())}}function W(e,t){if(!t)return e;for(var n,r,i,a=Object.keys(t),l=0;l<a.length;l++)n=a[l],r=e[n],i=t[n],p(e,n)?s(r)&&s(i)&&W(r,i):S(e,n,i);return e}function z(e,t,n){return n?function(){var r="function"==typeof t?t.call(n,n):t,i="function"==typeof e?e.call(n,n):e;return r?W(r,i):i}:t?e?function(){return W("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function O(e,t){return t?e?e.concat(t):Array.isArray(t)?t:[t]:e}function P(e,t,n,r){var i=Object.create(e||null);return t?m(i,t):i}function R(e,t,n){function r(r){var i=Rn[r]||In;u[r]=i(e[r],t[r],n,r)}"function"==typeof t&&(t=t.options),function(e,t){var n=e.props;if(n){var r,i,a,l={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(i=n[r])&&(a=Xt(i),l[a]={type:null});else if(s(n))for(var o in n)i=n[o],a=Xt(o),l[a]=s(i)?i:{type:i};e.props=l}}(t),function(e,t){var n=e.inject;if(n){var r=e.inject={};if(Array.isArray(n))for(var i=0;i<n.length;i++)r[n[i]]={from:n[i]};else if(s(n))for(var a in n){var l=n[a];r[a]=s(l)?m({from:a},l):{from:l}}}}(t),function(e){var t=e.directives;if(t)for(var n in t){var r=t[n];"function"==typeof r&&(t[n]={bind:r,update:r})}}(t);var i=t.extends;if(i&&(e=R(e,i,n)),t.mixins)for(var a=0,l=t.mixins.length;a<l;a++)e=R(e,t.mixins[a],n);var o,u={};for(o in e)r(o);for(o in t)p(e,o)||r(o);return u}function j(e,t,n,r){if("string"==typeof n){var i=e[t];if(p(i,n))return i[n];var a=Xt(n);if(p(i,a))return i[a];var l=Jt(a);return p(i,l)?i[l]:i[n]||i[a]||i[l]}}function E(e,t,n,r){var i=t[e],a=!p(n,e),l=n[e];if(N(Boolean,i.type)&&(a&&!p(i,"default")?l=!1:N(String,i.type)||""!==l&&l!==Qt(e)||(l=!0)),void 0===l){l=function(e,t,n){if(p(t,"default")){var r=t.default;return e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n]?e._props[n]:"function"==typeof r&&"Function"!==I(t.type)?r.call(e):r}}(r,i,e);var o=On.shouldConvert;On.shouldConvert=!0,D(l),On.shouldConvert=o}return l}function I(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function N(e,t){if(!Array.isArray(t))return I(t)===I(e);for(var n=0,r=t.length;n<r;n++)if(I(t[n])===I(e))return!0;return!1}function F(e,t,n){if(t)for(var r=t;r=r.$parent;){var i=r.$options.errorCaptured;if(i)for(var a=0;a<i.length;a++)try{var l=!1===i[a].call(r,e,t,n);if(l)return}catch(e){$(e,r,"errorCaptured hook")}}$(e,t,n)}function $(e,t,n){if(ln.errorHandler)try{return ln.errorHandler.call(null,e,t,n)}catch(e){V(e)}V(e)}function V(e,t,n){if(!un&&!cn||"undefined"==typeof console)throw e;console.error(e)}function H(){Fn=!1;var e=Nn.slice(0);Nn.length=0;for(var t=0;t<e.length;t++)e[t]()}function q(e,t){var n;if(Nn.push(function(){if(e)try{e.call(t)}catch(e){F(e,t,"nextTick")}else n&&n(t)}),Fn||(Fn=!0,$n?En():jn()),!e&&"undefined"!=typeof Promise)return new Promise(function(e){n=e})}function U(e){(function e(t,n){var r,i,a=Array.isArray(t);if((a||o(t))&&!Object.isFrozen(t)){if(t.__ob__){var l=t.__ob__.dep.id;if(n.has(l))return;n.add(l)}if(a)for(r=t.length;r--;)e(t[r],n);else for(i=Object.keys(t),r=i.length;r--;)e(t[i[r]],n)}})(e,Yn),Yn.clear()}function Y(e){function t(){var e=arguments,n=t.fns;if(!Array.isArray(n))return n.apply(null,arguments);for(var r=n.slice(),i=0;i<r.length;i++)r[i].apply(null,e)}return t.fns=e,t}function X(e,t,n,i,a){var l,o,s,u;for(l in e)o=e[l],s=t[l],u=Xn(l),r(o)||(r(s)?(r(o.fns)&&(o=e[l]=Y(o)),n(u.name,o,u.once,u.capture,u.passive,u.params)):o!==s&&(s.fns=o,e[l]=s));for(l in t)r(e[l])&&(u=Xn(l),i(u.name,t[l],u.capture))}function J(e,t,n){function l(){n.apply(this,arguments),h(o.fns,l)}e instanceof Dn&&(e=e.data.hook||(e.data.hook={}));var o,s=e[t];r(s)?o=Y([l]):i(s.fns)&&a(s.merged)?(o=s).fns.push(l):o=Y([s,l]),o.merged=!0,e[t]=o}function Z(e,t,n,r,a){if(i(t)){if(p(t,n))return e[n]=t[n],a||delete t[n],!0;if(p(t,r))return e[n]=t[r],a||delete t[r],!0}return!1}function Q(e){return l(e)?[A(e)]:Array.isArray(e)?function e(t,n){var o,s,u,c,d=[];for(o=0;o<t.length;o++)r(s=t[o])||"boolean"==typeof s||(u=d.length-1,c=d[u],Array.isArray(s)?s.length>0&&(ee((s=e(s,(n||"")+"_"+o))[0])&&ee(c)&&(d[u]=A(c.text+s[0].text),s.shift()),d.push.apply(d,s)):l(s)?ee(c)?d[u]=A(c.text+s):""!==s&&d.push(A(s)):ee(s)&&ee(c)?d[u]=A(c.text+s.text):(a(t._isVList)&&i(s.tag)&&r(s.key)&&i(n)&&(s.key="__vlist"+n+"_"+o+"__"),d.push(s)));return d}(e):void 0}function ee(e){return i(e)&&i(e.text)&&function(e){return!1===e}(e.isComment)}function te(e,t){return(e.__esModule||xn&&"Module"===e[Symbol.toStringTag])&&(e=e.default),o(e)?t.extend(e):e}function ne(e){return e.isComment&&e.asyncFactory}function re(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(i(n)&&(i(n.componentOptions)||ne(n)))return n}}function ie(e,t,n){n?Un.$once(e,t):Un.$on(e,t)}function ae(e,t){Un.$off(e,t)}function le(e,t,n){Un=e,X(t,n||{},ie,ae),Un=void 0}function oe(e,t){var n={};if(!e)return n;for(var r=0,i=e.length;r<i;r++){var a=e[r],l=a.data;if(l&&l.attrs&&l.attrs.slot&&delete l.attrs.slot,a.context!==t&&a.fnContext!==t||!l||null==l.slot)(n.default||(n.default=[])).push(a);else{var o=l.slot,s=n[o]||(n[o]=[]);"template"===a.tag?s.push.apply(s,a.children||[]):s.push(a)}}for(var u in n)n[u].every(se)&&delete n[u];return n}function se(e){return e.isComment&&!e.asyncFactory||" "===e.text}function ue(e,t){t=t||{};for(var n=0;n<e.length;n++)Array.isArray(e[n])?ue(e[n],t):t[e[n].key]=e[n].fn;return t}function ce(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function de(e,t){if(t){if(e._directInactive=!1,ce(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)de(e.$children[n]);fe(e,"activated")}}function fe(e,t){var n=e.$options[t];if(n)for(var r=0,i=n.length;r<i;r++)try{n[r].call(e)}catch(n){F(n,e,t+" hook")}e._hasHookEvent&&e.$emit("hook:"+t)}function he(){var e,t;for(nr=!0,Zn.sort(function(e,t){return e.id-t.id}),rr=0;rr<Zn.length;rr++)e=Zn[rr],t=e.id,er[t]=null,e.run();var n=Qn.slice(),r=Zn.slice();rr=Zn.length=Qn.length=0,er={},tr=nr=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,de(e[t],!0)}(n),function(e){for(var t=e.length;t--;){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&fe(r,"updated")}}(r),kn&&ln.devtools&&kn.emit("flush")}function pe(e,t,n){lr.get=function(){return this[t][n]},lr.set=function(e){this[t][n]=e},Object.defineProperty(e,n,lr)}function ve(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[],a=!e.$parent;for(var l in On.shouldConvert=a,t)!function(a){i.push(a);var l=E(a,t,n,e);B(r,a,l),a in e||pe(e,"_props",a)}(l);On.shouldConvert=!0}(e,t.props),t.methods&&function(e,t){for(var n in e.$options.props,t)e[n]=null==t[n]?T:y(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;s(t=e._data="function"==typeof t?function(e,t){try{return e.call(t,t)}catch(e){return F(e,t,"data()"),{}}}(t,e):t||{})||(t={});for(var n=Object.keys(t),r=e.$options.props,i=(e.$options.methods,n.length);i--;){var a=n[i];r&&p(r,a)||k(a)||pe(e,"_data",a)}D(t,!0)}(e):D(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=Kn();for(var i in t){var a=t[i],l="function"==typeof a?a:a.get;r||(n[i]=new ar(e,l||T,T,or)),i in e||ye(e,i,a)}}(e,t.computed),t.watch&&t.watch!==mn&&function(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var i=0;i<r.length;i++)me(e,n,r[i]);else me(e,n,r)}}(e,t.watch)}function ye(e,t,n){var r=!Kn();"function"==typeof n?(lr.get=r?ge(t):n,lr.set=T):(lr.get=n.get?r&&!1!==n.cache?ge(t):n.get:T,lr.set=n.set?n.set:T),Object.defineProperty(e,t,lr)}function ge(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),wn.target&&t.depend(),t.value}}function me(e,t,n,r){return s(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}function _e(e,t){if(e){for(var n=Object.create(null),r=xn?Reflect.ownKeys(e).filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}):Object.keys(e),i=0;i<r.length;i++){for(var a=r[i],l=e[a].from,o=t;o;){if(o._provided&&l in o._provided){n[a]=o._provided[l];break}o=o.$parent}if(!o&&"default"in e[a]){var s=e[a].default;n[a]="function"==typeof s?s.call(t):s}}return n}}function Te(e,t){var n,r,a,l,s;if(Array.isArray(e)||"string"==typeof e)for(n=new Array(e.length),r=0,a=e.length;r<a;r++)n[r]=t(e[r],r);else if("number"==typeof e)for(n=new Array(e),r=0;r<e;r++)n[r]=t(r+1,r);else if(o(e))for(l=Object.keys(e),n=new Array(l.length),r=0,a=l.length;r<a;r++)s=l[r],n[r]=t(e[s],s,r);return i(n)&&(n._isVList=!0),n}function be(e,t,n,r){var i,a=this.$scopedSlots[e];if(a)n=n||{},r&&(n=m(m({},r),n)),i=a(n)||t;else{var l=this.$slots[e];l&&(l._rendered=!0),i=l||t}var o=n&&n.slot;return o?this.$createElement("template",{slot:o},i):i}function Me(e){return j(this.$options,"filters",e)||tn}function Ke(e,t,n,r){var i=ln.keyCodes[t]||n;return i?Array.isArray(i)?-1===i.indexOf(e):i!==e:r?Qt(r)!==t:void 0}function ke(e,t,n,r,i){var a;if(n&&o(n))for(var l in Array.isArray(n)&&(n=_(n)),n)!function(l){if("class"===l||"style"===l||qt(l))a=e;else{var o=e.attrs&&e.attrs.type;a=r||ln.mustUseProp(t,o,l)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}l in a||(a[l]=n[l],!i)||((e.on||(e.on={}))["update:"+l]=function(e){n[l]=e})}(l);return e}function xe(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t?Array.isArray(r)?L(r):w(r):(Ae(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),r)}function Ce(e,t,n){return Ae(e,"__once__"+t+(n?"_"+n:""),!0),e}function Ae(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&"string"!=typeof e[r]&&we(e[r],t+"_"+r,n);else we(e,t,n)}function we(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function Le(e,t){if(t&&s(t)){var n=e.on=e.on?m({},e.on):{};for(var r in t){var i=n[r],a=t[r];n[r]=i?[].concat(i,a):a}}return e}function De(e){e._o=Ce,e._n=d,e._s=c,e._l=Te,e._t=be,e._q=b,e._i=M,e._m=xe,e._f=Me,e._k=Ke,e._b=ke,e._v=A,e._e=Sn,e._u=ue,e._g=Le}function Be(e,t,n,r,i){var l=i.options;this.data=e,this.props=t,this.children=n,this.parent=r,this.listeners=e.on||Vt,this.injections=_e(l.inject,r),this.slots=function(){return oe(n,r)};var o=Object.create(r),s=a(l._compiled),u=!s;s&&(this.$options=l,this.$slots=this.slots(),this.$scopedSlots=e.scopedSlots||Vt),l._scopeId?this._c=function(e,t,n,i){var a=Oe(o,e,t,n,i,u);return a&&(a.fnScopeId=l._scopeId,a.fnContext=r),a}:this._c=function(e,t,n,r){return Oe(o,e,t,n,r,u)}}function Se(e,t){for(var n in t)e[Xt(n)]=t[n]}function Ge(e,t,n,l,s){if(!r(e)){var u=n.$options._base;if(o(e)&&(e=u.extend(e)),"function"==typeof e){var c;if(r(e.cid)&&void 0===(e=function(e,t,n){if(a(e.error)&&i(e.errorComp))return e.errorComp;if(i(e.resolved))return e.resolved;if(a(e.loading)&&i(e.loadingComp))return e.loadingComp;if(!i(e.contexts)){var l=e.contexts=[n],s=!0,u=function(){for(var e=0,t=l.length;e<t;e++)l[e].$forceUpdate()},c=K(function(n){e.resolved=te(n,t),s||u()}),d=K(function(t){i(e.errorComp)&&(e.error=!0,u())}),f=e(c,d);return o(f)&&("function"==typeof f.then?r(e.resolved)&&f.then(c,d):i(f.component)&&"function"==typeof f.component.then&&(f.component.then(c,d),i(f.error)&&(e.errorComp=te(f.error,t)),i(f.loading)&&(e.loadingComp=te(f.loading,t),0===f.delay?e.loading=!0:setTimeout(function(){r(e.resolved)&&r(e.error)&&(e.loading=!0,u())},f.delay||200)),i(f.timeout)&&setTimeout(function(){r(e.resolved)&&d(null)},f.timeout))),s=!1,e.loading?e.loadingComp:e.resolved}e.contexts.push(n)}(c=e,u,n)))return function(e,t,n,r,i){var a=Sn();return a.asyncFactory=e,a.asyncMeta={data:t,context:n,children:r,tag:i},a}(c,t,n,l,s);t=t||{},je(e),i(t.model)&&function(e,t){var n=e.model&&e.model.prop||"value",r=e.model&&e.model.event||"input";(t.props||(t.props={}))[n]=t.model.value;var a=t.on||(t.on={});i(a[r])?a[r]=[t.model.callback].concat(a[r]):a[r]=t.model.callback}(e.options,t);var d=function(e,t,n){var a=t.options.props;if(!r(a)){var l={},o=e.attrs,s=e.props;if(i(o)||i(s))for(var u in a){var c=Qt(u);Z(l,s,u,c,!0)||Z(l,o,u,c,!1)}return l}}(t,e);if(a(e.options.functional))return function(e,t,n,r,a){var l=e.options,o={},s=l.props;if(i(s))for(var u in s)o[u]=E(u,s,t||Vt);else i(n.attrs)&&Se(o,n.attrs),i(n.props)&&Se(o,n.props);var c=new Be(n,o,a,r,e),d=l.render.call(null,c._c,c);return d instanceof Dn&&(d.fnContext=r,d.fnOptions=l,n.slot&&((d.data||(d.data={})).slot=n.slot)),d}(e,d,t,n,l);var f=t.on;if(t.on=t.nativeOn,a(e.options.abstract)){var h=t.slot;t={},h&&(t.slot=h)}!function(e){e.hook||(e.hook={});for(var t=0;t<ur.length;t++){var n=ur[t],r=e.hook[n],i=sr[n];e.hook[n]=r?ze(i,r):i}}(t);var p=e.options.name||s;return new Dn("vue-component-"+e.cid+(p?"-"+p:""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:d,listeners:f,tag:s,children:l},c)}}}function We(e,t,n,r){var a={_isComponent:!0,parent:t,_parentVnode:e,_parentElm:n||null,_refElm:r||null},l=e.data.inlineTemplate;return i(l)&&(a.render=l.render,a.staticRenderFns=l.staticRenderFns),new e.componentOptions.Ctor(a)}function ze(e,t){return function(n,r,i,a){e(n,r,i,a),t(n,r,i,a)}}function Oe(e,t,n,r,i,o){return(Array.isArray(n)||l(n))&&(i=r,r=n,n=void 0),a(o)&&(i=dr),Pe(e,t,n,r,i)}function Pe(e,t,n,r,a){return i(n)&&i(n.__ob__)?Sn():(i(n)&&i(n.is)&&(t=n.is),t?(Array.isArray(r)&&"function"==typeof r[0]&&((n=n||{}).scopedSlots={default:r[0]},r.length=0),a===dr?r=Q(r):a===cr&&(r=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(r)),"string"==typeof t?(o=e.$vnode&&e.$vnode.ns||ln.getTagNamespace(t),l=ln.isReservedTag(t)?new Dn(ln.parsePlatformTagName(t),n,r,void 0,void 0,e):i(s=j(e.$options,"components",t))?Ge(s,n,e,r,t):new Dn(t,n,r,void 0,void 0,e)):l=Ge(t,n,e,r),i(l)?(o&&Re(l,o),l):Sn()):Sn());var l,o,s}function Re(e,t,n){if(e.ns=t,"foreignObject"===e.tag&&(t=void 0,n=!0),i(e.children))for(var l=0,o=e.children.length;l<o;l++){var s=e.children[l];i(s.tag)&&(r(s.ns)||a(n))&&Re(s,t,n)}}function je(e){var t=e.options;if(e.super){var n=je(e.super);if(n!==e.superOptions){e.superOptions=n;var r=function(e){var t,n=e.options,r=e.extendOptions,i=e.sealedOptions;for(var a in n)n[a]!==i[a]&&(t||(t={}),t[a]=Ee(n[a],r[a],i[a]));return t}(e);r&&m(e.extendOptions,r),(t=e.options=R(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function Ee(e,t,n){if(Array.isArray(e)){var r=[];n=Array.isArray(n)?n:[n],t=Array.isArray(t)?t:[t];for(var i=0;i<e.length;i++)(t.indexOf(e[i])>=0||n.indexOf(e[i])<0)&&r.push(e[i]);return r}return e}function Ie(e){this._init(e)}function Ne(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,i=e._Ctor||(e._Ctor={});if(i[r])return i[r];var a=e.name||n.options.name,l=function(e){this._init(e)};return(l.prototype=Object.create(n.prototype)).constructor=l,l.cid=t++,l.options=R(n.options,e),l.super=n,l.options.props&&function(e){var t=e.options.props;for(var n in t)pe(e.prototype,"_props",n)}(l),l.options.computed&&function(e){var t=e.options.computed;for(var n in t)ye(e.prototype,n,t[n])}(l),l.extend=n.extend,l.mixin=n.mixin,l.use=n.use,rn.forEach(function(e){l[e]=n[e]}),a&&(l.options.components[a]=l),l.superOptions=n.options,l.extendOptions=e,l.sealedOptions=m({},l.options),i[r]=l,l}}function Fe(e){return e&&(e.Ctor.options.name||e.tag)}function $e(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!function(e){return"[object RegExp]"===Ht.call(e)}(e)&&e.test(t)}function Ve(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var a in n){var l=n[a];if(l){var o=Fe(l.componentOptions);o&&!t(o)&&He(n,a,r,i)}}}function He(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,h(n,t)}function qe(e){for(var t=e.data,n=e,r=e;i(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=Ue(r.data,t));for(;i(n=n.parent);)n&&n.data&&(t=Ue(t,n.data));return function(e,t){return i(e)||i(t)?Ye(e,Xe(t)):""}(t.staticClass,t.class)}function Ue(e,t){return{staticClass:Ye(e.staticClass,t.staticClass),class:i(e.class)?[e.class,t.class]:t.class}}function Ye(e,t){return e?t?e+" "+t:e:t||""}function Xe(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,a=e.length;r<a;r++)i(t=Xe(e[r]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):o(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}function Je(e,t){var n=e.data.ref;if(n){var r=e.context,i=e.componentInstance||e.elm,a=r.$refs;t?Array.isArray(a[n])?h(a[n],i):a[n]===i&&(a[n]=void 0):e.data.refInFor?Array.isArray(a[n])?a[n].indexOf(i)<0&&a[n].push(i):a[n]=[i]:a[n]=i}}function Ze(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&i(e.data)===i(t.data)&&function(e,t){if("input"!==e.tag)return!0;var n,r=i(n=e.data)&&i(n=n.attrs)&&n.type,a=i(n=t.data)&&i(n=n.attrs)&&n.type;return r===a||Br(r)&&Br(a)}(e,t)||a(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&r(t.asyncFactory.error))}function Qe(e,t,n){var r,a,l={};for(r=t;r<=n;++r)i(a=e[r].key)&&(l[a]=r);return l}function et(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,r,i,a=e===Wr,l=t===Wr,o=tt(e.data.directives,e.context),s=tt(t.data.directives,t.context),u=[],c=[];for(n in s)r=o[n],i=s[n],r?(i.oldValue=r.value,rt(i,"update",t,e),i.def&&i.def.componentUpdated&&c.push(i)):(rt(i,"bind",t,e),i.def&&i.def.inserted&&u.push(i));if(u.length){var d=function(){for(var n=0;n<u.length;n++)rt(u[n],"inserted",t,e)};a?J(t,"insert",d):d()}if(c.length&&J(t,"postpatch",function(){for(var n=0;n<c.length;n++)rt(c[n],"componentUpdated",t,e)}),!a)for(n in o)s[n]||rt(o[n],"unbind",e,e,l)}(e,t)}function tt(e,t){var n,r,i=Object.create(null);if(!e)return i;for(n=0;n<e.length;n++)(r=e[n]).modifiers||(r.modifiers=Pr),i[nt(r)]=r,r.def=j(t.$options,"directives",r.name);return i}function nt(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function rt(e,t,n,r,i){var a=e.def&&e.def[t];if(a)try{a(n.elm,e,n,r,i)}catch(r){F(r,n.context,"directive "+e.name+" "+t+" hook")}}function it(e,t){var n=t.componentOptions;if(!(i(n)&&!1===n.Ctor.options.inheritAttrs||r(e.data.attrs)&&r(t.data.attrs))){var a,l,o=t.elm,s=e.data.attrs||{},u=t.data.attrs||{};for(a in i(u.__ob__)&&(u=t.data.attrs=m({},u)),u)l=u[a],s[a]!==l&&at(o,a,l);for(a in(hn||vn)&&u.value!==s.value&&at(o,"value",u.value),s)r(u[a])&&(Kr(a)?o.removeAttributeNS(Mr,kr(a)):Tr(a)||o.removeAttribute(a))}}function at(e,t,n){if(br(t))xr(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n));else if(Tr(t))e.setAttribute(t,xr(n)||"false"===n?"false":"true");else if(Kr(t))xr(n)?e.removeAttributeNS(Mr,kr(t)):e.setAttributeNS(Mr,t,n);else if(xr(n))e.removeAttribute(t);else{if(hn&&!pn&&"TEXTAREA"===e.tagName&&"placeholder"===t&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}function lt(e,t){var n=t.elm,a=t.data,l=e.data;if(!(r(a.staticClass)&&r(a.class)&&(r(l)||r(l.staticClass)&&r(l.class)))){var o=qe(t),s=n._transitionClasses;i(s)&&(o=Ye(o,Xe(s))),o!==n._prevClass&&(n.setAttribute("class",o),n._prevClass=o)}}function ot(e){if(i(e[Ir])){var t=hn?"change":"input";e[t]=[].concat(e[Ir],e[t]||[]),delete e[Ir]}i(e[Nr])&&(e.change=[].concat(e[Nr],e.change||[]),delete e[Nr])}function st(e,t,n,r,i){t=function(e){return e._withTask||(e._withTask=function(){$n=!0;var t=e.apply(null,arguments);return $n=!1,t})}(t),n&&(t=function(e,t,n){var r=yr;return function i(){null!==e.apply(null,arguments)&&ut(t,i,n,r)}}(t,e,r)),yr.addEventListener(e,t,_n?{capture:r,passive:i}:r)}function ut(e,t,n,r){(r||yr).removeEventListener(e,t._withTask||t,n)}function ct(e,t){if(!r(e.data.on)||!r(t.data.on)){var n=t.data.on||{},i=e.data.on||{};yr=t.elm,ot(n),X(n,i,st,ut,t.context),yr=void 0}}function dt(e,t){if(!r(e.data.domProps)||!r(t.data.domProps)){var n,a,l=t.elm,o=e.data.domProps||{},s=t.data.domProps||{};for(n in i(s.__ob__)&&(s=t.data.domProps=m({},s)),o)r(s[n])&&(l[n]="");for(n in s){if(a=s[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),a===o[n])continue;1===l.childNodes.length&&l.removeChild(l.childNodes[0])}if("value"===n){l._value=a;var u=r(a)?"":String(a);ft(l,u)&&(l.value=u)}else l[n]=a}}}function ft(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(i(r)){if(r.lazy)return!1;if(r.number)return d(n)!==d(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}function ht(e){var t=pt(e.style);return e.staticStyle?m(e.staticStyle,t):t}function pt(e){return Array.isArray(e)?_(e):"string"==typeof e?Vr(e):e}function vt(e,t){var n=t.data,a=e.data;if(!(r(n.staticStyle)&&r(n.style)&&r(a.staticStyle)&&r(a.style))){var l,o,s=t.elm,u=a.staticStyle,c=a.normalizedStyle||a.style||{},d=u||c,f=pt(t.data.style)||{};t.data.normalizedStyle=i(f.__ob__)?m({},f):f;var h=function(e,t){var n,r={};if(t)for(var i=e;i.componentInstance;)(i=i.componentInstance._vnode)&&i.data&&(n=ht(i.data))&&m(r,n);(n=ht(e.data))&&m(r,n);for(var a=e;a=a.parent;)a.data&&(n=ht(a.data))&&m(r,n);return r}(t,!0);for(o in d)r(h[o])&&Ur(s,o,"");for(o in h)(l=h[o])!==d[o]&&Ur(s,o,null==l?"":l)}}function yt(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function gt(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function mt(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&m(t,Zr(e.name||"v")),m(t,e),t}return"string"==typeof e?Zr(e):void 0}}function _t(e){li(function(){li(e)})}function Tt(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),yt(e,t))}function bt(e,t){e._transitionClasses&&h(e._transitionClasses,t),gt(e,t)}function Mt(e,t,n){var r=Kt(e,t),i=r.type,a=r.timeout,l=r.propCount;if(!i)return n();var o=i===ei?ri:ai,s=0,u=function(){e.removeEventListener(o,c),n()},c=function(t){t.target===e&&++s>=l&&u()};setTimeout(function(){s<l&&u()},a+1),e.addEventListener(o,c)}function Kt(e,t){var n,r=window.getComputedStyle(e),i=r[ni+"Delay"].split(", "),a=r[ni+"Duration"].split(", "),l=kt(i,a),o=r[ii+"Delay"].split(", "),s=r[ii+"Duration"].split(", "),u=kt(o,s),c=0,d=0;return t===ei?l>0&&(n=ei,c=l,d=a.length):t===ti?u>0&&(n=ti,c=u,d=s.length):(c=Math.max(l,u),d=(n=c>0?l>u?ei:ti:null)?n===ei?a.length:s.length:0),{type:n,timeout:c,propCount:d,hasTransform:n===ei&&oi.test(r[ni+"Property"])}}function kt(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(t,n){return xt(t)+xt(e[n])}))}function xt(e){return 1e3*Number(e.slice(0,-1))}function Ct(e,t){var n=e.elm;i(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var a=mt(e.data.transition);if(!r(a)&&!i(n._enterCb)&&1===n.nodeType){for(var l=a.css,s=a.type,u=a.enterClass,c=a.enterToClass,f=a.enterActiveClass,h=a.appearClass,p=a.appearToClass,v=a.appearActiveClass,y=a.beforeEnter,g=a.enter,m=a.afterEnter,_=a.enterCancelled,T=a.beforeAppear,b=a.appear,M=a.afterAppear,k=a.appearCancelled,x=a.duration,C=Jn,A=Jn.$vnode;A&&A.parent;)A=A.parent,C=A.context;var w=!C._isMounted||!e.isRootInsert;if(!w||b||""===b){var L=w&&h?h:u,D=w&&v?v:f,B=w&&p?p:c,S=w&&T||y,G=w&&"function"==typeof b?b:g,W=w&&M||m,z=w&&k||_,O=d(o(x)?x.enter:x),P=!1!==l&&!pn,R=Lt(G),j=n._enterCb=K(function(){P&&(bt(n,B),bt(n,D)),j.cancelled?(P&&bt(n,L),z&&z(n)):W&&W(n),n._enterCb=null});e.data.show||J(e,"insert",function(){var t=n.parentNode,r=t&&t._pending&&t._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),G&&G(n,j)}),S&&S(n),P&&(Tt(n,L),Tt(n,D),_t(function(){Tt(n,B),bt(n,L),j.cancelled||R||(wt(O)?setTimeout(j,O):Mt(n,s,j))})),e.data.show&&(t&&t(),G&&G(n,j)),P||R||j()}}}function At(e,t){function n(){k.cancelled||(e.data.show||((a.parentNode._pending||(a.parentNode._pending={}))[e.key]=e),p&&p(a),T&&(Tt(a,c),Tt(a,h),_t(function(){Tt(a,f),bt(a,c),k.cancelled||b||(wt(M)?setTimeout(k,M):Mt(a,u,k))})),v&&v(a,k),T||b||k())}var a=e.elm;i(a._enterCb)&&(a._enterCb.cancelled=!0,a._enterCb());var l=mt(e.data.transition);if(r(l)||1!==a.nodeType)return t();if(!i(a._leaveCb)){var s=l.css,u=l.type,c=l.leaveClass,f=l.leaveToClass,h=l.leaveActiveClass,p=l.beforeLeave,v=l.leave,y=l.afterLeave,g=l.leaveCancelled,m=l.delayLeave,_=l.duration,T=!1!==s&&!pn,b=Lt(v),M=d(o(_)?_.leave:_),k=a._leaveCb=K(function(){a.parentNode&&a.parentNode._pending&&(a.parentNode._pending[e.key]=null),T&&(bt(a,f),bt(a,h)),k.cancelled?(T&&bt(a,c),g&&g(a)):(t(),y&&y(a)),a._leaveCb=null});m?m(n):n()}}function wt(e){return"number"==typeof e&&!isNaN(e)}function Lt(e){if(r(e))return!1;var t=e.fns;return i(t)?Lt(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Dt(e,t){!0!==t.data.show&&Ct(t)}function Bt(e,t,n){St(e,t),(hn||vn)&&setTimeout(function(){St(e,t)},0)}function St(e,t,n){var r=t.value,i=e.multiple;if(!i||Array.isArray(r)){for(var a,l,o=0,s=e.options.length;o<s;o++)if(l=e.options[o],i)a=M(r,Wt(l))>-1,l.selected!==a&&(l.selected=a);else if(b(Wt(l),r))return void(e.selectedIndex!==o&&(e.selectedIndex=o));i||(e.selectedIndex=-1)}}function Gt(e,t){return t.every(function(t){return!b(t,e)})}function Wt(e){return"_value"in e?e._value:e.value}function zt(e){e.target.composing=!0}function Ot(e){e.target.composing&&(e.target.composing=!1,Pt(e.target,"input"))}function Pt(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Rt(e){return!e.componentInstance||e.data&&e.data.transition?e:Rt(e.componentInstance._vnode)}function jt(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?jt(re(t.children)):e}function Et(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var i=n._parentListeners;for(var a in i)t[Xt(a)]=i[a];return t}function It(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function Nt(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function Ft(e){e.data.newPos=e.elm.getBoundingClientRect()}function $t(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,i=t.top-n.top;if(r||i){e.data.moved=!0;var a=e.elm.style;a.transform=a.WebkitTransform="translate("+r+"px,"+i+"px)",a.transitionDuration="0s"}}var Vt=Object.freeze({}),Ht=Object.prototype.toString,qt=(f("slot,component",!0),f("key,ref,slot,slot-scope,is")),Ut=Object.prototype.hasOwnProperty,Yt=/-(\w)/g,Xt=v(function(e){return e.replace(Yt,function(e,t){return t?t.toUpperCase():""})}),Jt=v(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),Zt=/\B([A-Z])/g,Qt=v(function(e){return e.replace(Zt,"-$1").toLowerCase()}),en=function(e,t,n){return!1},tn=function(e){return e},nn="data-server-rendered",rn=["component","directive","filter"],an=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured"],ln={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:en,isReservedAttr:en,isUnknownElement:en,getTagNamespace:T,parsePlatformTagName:tn,mustUseProp:en,_lifecycleHooks:an},on=/[^\w.$]/,sn="__proto__"in{},un="undefined"!=typeof window,cn="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,dn=cn&&WXEnvironment.platform.toLowerCase(),fn=un&&window.navigator.userAgent.toLowerCase(),hn=fn&&/msie|trident/.test(fn),pn=fn&&fn.indexOf("msie 9.0")>0,vn=fn&&fn.indexOf("edge/")>0,yn=fn&&fn.indexOf("android")>0||"android"===dn,gn=fn&&/iphone|ipad|ipod|ios/.test(fn)||"ios"===dn,mn=(fn&&/chrome\/\d+/.test(fn),{}.watch),_n=!1;if(un)try{var Tn={};Object.defineProperty(Tn,"passive",{get:function(){_n=!0}}),window.addEventListener("test-passive",null,Tn)}catch(e){}var bn,Mn,Kn=function(){return void 0===bn&&(bn=!un&&void 0!==e&&"server"===e.process.env.VUE_ENV),bn},kn=un&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,xn="undefined"!=typeof Symbol&&C(Symbol)&&"undefined"!=typeof Reflect&&C(Reflect.ownKeys);Mn="undefined"!=typeof Set&&C(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var Cn=T,An=0,wn=function(){this.id=An++,this.subs=[]};wn.prototype.addSub=function(e){this.subs.push(e)},wn.prototype.removeSub=function(e){h(this.subs,e)},wn.prototype.depend=function(){wn.target&&wn.target.addDep(this)},wn.prototype.notify=function(){for(var e=this.subs.slice(),t=0,n=e.length;t<n;t++)e[t].update()},wn.target=null;var Ln=[],Dn=function(e,t,n,r,i,a,l,o){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=a,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=l,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=o,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},Bn={child:{configurable:!0}};Bn.child.get=function(){return this.componentInstance},Object.defineProperties(Dn.prototype,Bn);var Sn=function(e){void 0===e&&(e="");var t=new Dn;return t.text=e,t.isComment=!0,t},Gn=Array.prototype,Wn=Object.create(Gn);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(e){var t=Gn[e];x(Wn,e,function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var i,a=t.apply(this,n),l=this.__ob__;switch(e){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2)}return i&&l.observeArray(i),l.dep.notify(),a})});var zn=Object.getOwnPropertyNames(Wn),On={shouldConvert:!0},Pn=function(e){this.value=e,this.dep=new wn,this.vmCount=0,x(e,"__ob__",this),Array.isArray(e)?((sn?function(e,t,n){e.__proto__=t}:function(e,t,n){for(var r=0,i=n.length;r<i;r++){var a=n[r];x(e,a,t[a])}})(e,Wn,zn),this.observeArray(e)):this.walk(e)};Pn.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)B(e,t[n],e[t[n]])},Pn.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)D(e[t])};var Rn=ln.optionMergeStrategies;Rn.data=function(e,t,n){return n?z(e,t,n):t&&"function"!=typeof t?e:z(e,t)},an.forEach(function(e){Rn[e]=O}),rn.forEach(function(e){Rn[e+"s"]=P}),Rn.watch=function(e,t,n,r){if(e===mn&&(e=void 0),t===mn&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var i={};for(var a in m(i,e),t){var l=i[a],o=t[a];l&&!Array.isArray(l)&&(l=[l]),i[a]=l?l.concat(o):Array.isArray(o)?o:[o]}return i},Rn.props=Rn.methods=Rn.inject=Rn.computed=function(e,t,n,r){if(!e)return t;var i=Object.create(null);return m(i,e),t&&m(i,t),i},Rn.provide=z;var jn,En,In=function(e,t){return void 0===t?e:t},Nn=[],Fn=!1,$n=!1;if(void 0!==n&&C(n))En=function(){n(H)};else if("undefined"==typeof MessageChannel||!C(MessageChannel)&&"[object MessageChannelConstructor]"!==MessageChannel.toString())En=function(){setTimeout(H,0)};else{var Vn=new MessageChannel,Hn=Vn.port2;Vn.port1.onmessage=H,En=function(){Hn.postMessage(1)}}if("undefined"!=typeof Promise&&C(Promise)){var qn=Promise.resolve();jn=function(){qn.then(H),gn&&setTimeout(T)}}else jn=En;var Un,Yn=new Mn,Xn=v(function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),r="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=r?e.slice(1):e,once:n,capture:r,passive:t}}),Jn=null,Zn=[],Qn=[],er={},tr=!1,nr=!1,rr=0,ir=0,ar=function(e,t,n,r,i){this.vm=e,i&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++ir,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new Mn,this.newDepIds=new Mn,this.expression="","function"==typeof t?this.getter=t:(this.getter=function(e){if(!on.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};ar.prototype.get=function(){!function(e){wn.target&&Ln.push(wn.target),wn.target=e}(this);var e,t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;F(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&U(e),wn.target=Ln.pop(),this.cleanupDeps()}return e},ar.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},ar.prototype.cleanupDeps=function(){for(var e=this,t=this.deps.length;t--;){var n=e.deps[t];e.newDepIds.has(n.id)||n.removeSub(e)}var r=this.depIds;this.depIds=this.newDepIds,this.newDepIds=r,this.newDepIds.clear(),r=this.deps,this.deps=this.newDeps,this.newDeps=r,this.newDeps.length=0},ar.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==er[t]){if(er[t]=!0,nr){for(var n=Zn.length-1;n>rr&&Zn[n].id>e.id;)n--;Zn.splice(n+1,0,e)}else Zn.push(e);tr||(tr=!0,q(he))}}(this)},ar.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||o(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){F(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},ar.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},ar.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},ar.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||h(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var lr={enumerable:!0,configurable:!0,get:T,set:T},or={lazy:!0};De(Be.prototype);var sr={init:function(e,t,n,r){if(!e.componentInstance||e.componentInstance._isDestroyed)(e.componentInstance=We(e,Jn,n,r)).$mount(t?e.elm:void 0,t);else if(e.data.keepAlive){var i=e;sr.prepatch(i,i)}},prepatch:function(e,t){var n=t.componentOptions;!function(e,t,n,r,i){var a=!!(i||e.$options._renderChildren||r.data.scopedSlots||e.$scopedSlots!==Vt);if(e.$options._parentVnode=r,e.$vnode=r,e._vnode&&(e._vnode.parent=r),e.$options._renderChildren=i,e.$attrs=r.data&&r.data.attrs||Vt,e.$listeners=n||Vt,t&&e.$options.props){On.shouldConvert=!1;for(var l=e._props,o=e.$options._propKeys||[],s=0;s<o.length;s++){var u=o[s];l[u]=E(u,e.$options.props,t,e)}On.shouldConvert=!0,e.$options.propsData=t}if(n){var c=e.$options._parentListeners;e.$options._parentListeners=n,le(e,n,c)}a&&(e.$slots=oe(i,r.context),e.$forceUpdate())}(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t=e.context,n=e.componentInstance;n._isMounted||(n._isMounted=!0,fe(n,"mounted")),e.data.keepAlive&&(t._isMounted?function(e){e._inactive=!1,Qn.push(e)}(n):de(n,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(!(n&&(t._directInactive=!0,ce(t))||t._inactive)){t._inactive=!0;for(var r=0;r<t.$children.length;r++)e(t.$children[r]);fe(t,"deactivated")}}(t,!0):t.$destroy())}},ur=Object.keys(sr),cr=1,dr=2,fr=0;(function(e){e.prototype._init=function(e){var t=this;t._uid=fr++,t._isVue=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r,n._parentElm=t._parentElm,n._refElm=t._refElm;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=R(je(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&le(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,r=n&&n.context;e.$slots=oe(t._renderChildren,r),e.$scopedSlots=Vt,e._c=function(t,n,r,i){return Oe(e,t,n,r,i,!1)},e.$createElement=function(t,n,r,i){return Oe(e,t,n,r,i,!0)};var i=n&&n.data;B(e,"$attrs",i&&i.attrs||Vt,0,!0),B(e,"$listeners",t._parentListeners||Vt,0,!0)}(t),fe(t,"beforeCreate"),function(e){var t=_e(e.$options.inject,e);t&&(On.shouldConvert=!1,Object.keys(t).forEach(function(n){B(e,n,t[n])}),On.shouldConvert=!0)}(t),ve(t),function(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}(t),fe(t,"created"),t.$options.el&&t.$mount(t.$options.el)}})(Ie),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=S,e.prototype.$delete=G,e.prototype.$watch=function(e,t,n){var r=this;if(s(t))return me(r,e,t,n);(n=n||{}).user=!0;var i=new ar(r,e,t,n);return n.immediate&&t.call(r,i.value),function(){i.teardown()}}}(Ie),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var r=this;if(Array.isArray(e))for(var i=0,a=e.length;i<a;i++)this.$on(e[i],n);else(r._events[e]||(r._events[e]=[])).push(n),t.test(e)&&(r._hasHookEvent=!0);return r},e.prototype.$once=function(e,t){function n(){r.$off(e,n),t.apply(r,arguments)}var r=this;return n.fn=t,r.$on(e,n),r},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var r=0,i=e.length;r<i;r++)this.$off(e[r],t);return n}var a=n._events[e];if(!a)return n;if(!t)return n._events[e]=null,n;if(t)for(var l,o=a.length;o--;)if((l=a[o])===t||l.fn===t){a.splice(o,1);break}return n},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?g(n):n;for(var r=g(arguments,1),i=0,a=n.length;i<a;i++)try{n[i].apply(t,r)}catch(n){F(n,t,'event handler for "'+e+'"')}}return t}}(Ie),function(e){e.prototype._update=function(e,t){var n=this;n._isMounted&&fe(n,"beforeUpdate");var r=n.$el,i=n._vnode,a=Jn;Jn=n,n._vnode=e,i?n.$el=n.__patch__(i,e):(n.$el=n.__patch__(n.$el,e,t,!1,n.$options._parentElm,n.$options._refElm),n.$options._parentElm=n.$options._refElm=null),Jn=a,r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){fe(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||h(t.$children,e),e._watcher&&e._watcher.teardown();for(var n=e._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),fe(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(Ie),function(e){De(e.prototype),e.prototype.$nextTick=function(e){return q(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,r=n.render,i=n._parentVnode;if(t._isMounted)for(var a in t.$slots){var l=t.$slots[a];(l._rendered||l[0]&&l[0].elm)&&(t.$slots[a]=L(l,!0))}t.$scopedSlots=i&&i.data.scopedSlots||Vt,t.$vnode=i;try{e=r.call(t._renderProxy,t.$createElement)}catch(n){F(n,t,"render"),e=t._vnode}return e instanceof Dn||(e=Sn()),e.parent=i,e}}(Ie);var hr=[String,RegExp,Array],pr={name:"keep-alive",abstract:!0,props:{include:hr,exclude:hr,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){var e=this;for(var t in e.cache)He(e.cache,t,e.keys)},watch:{include:function(e){Ve(this,function(t){return $e(e,t)})},exclude:function(e){Ve(this,function(t){return!$e(e,t)})}},render:function(){var e=this.$slots.default,t=re(e),n=t&&t.componentOptions;if(n){var r=Fe(n),i=this.include,a=this.exclude;if(i&&(!r||!$e(i,r))||a&&r&&$e(a,r))return t;var l=this.cache,o=this.keys,s=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;l[s]?(t.componentInstance=l[s].componentInstance,h(o,s),o.push(s)):(l[s]=t,o.push(s),this.max&&o.length>parseInt(this.max)&&He(l,o[0],o,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}},vr={KeepAlive:pr};(function(e){var t={get:function(){return ln}};Object.defineProperty(e,"config",t),e.util={warn:Cn,extend:m,mergeOptions:R,defineReactive:B},e.set=S,e.delete=G,e.nextTick=q,e.options=Object.create(null),rn.forEach(function(t){e.options[t+"s"]=Object.create(null)}),e.options._base=e,m(e.options.components,vr),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=g(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=R(this.options,e),this}}(e),Ne(e),function(e){rn.forEach(function(t){e[t]=function(e,n){return n?("component"===t&&s(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}})}(e)})(Ie),Object.defineProperty(Ie.prototype,"$isServer",{get:Kn}),Object.defineProperty(Ie.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Ie.version="2.5.13";var yr,gr,mr=f("style,class"),_r=f("input,textarea,option,select,progress"),Tr=f("contenteditable,draggable,spellcheck"),br=f("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Mr="http://www.w3.org/1999/xlink",Kr=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},kr=function(e){return Kr(e)?e.slice(6,e.length):""},xr=function(e){return null==e||!1===e},Cr={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Ar=f("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),wr=f("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Lr=function(e){return Ar(e)||wr(e)},Dr=Object.create(null),Br=f("text,number,password,search,email,tel,url"),Sr=Object.freeze({createElement:function(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)},createElementNS:function(e,t){return document.createElementNS(Cr[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setAttribute:function(e,t,n){e.setAttribute(t,n)}}),Gr={create:function(e,t){Je(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Je(e,!0),Je(t))},destroy:function(e){Je(e,!0)}},Wr=new Dn("",{},[]),zr=["create","activate","update","remove","destroy"],Or={create:et,update:et,destroy:function(e){et(e,Wr)}},Pr=Object.create(null),Rr=[Gr,Or],jr={create:it,update:it},Er={create:lt,update:lt},Ir="__r",Nr="__c",Fr={create:ct,update:ct},$r={create:dt,update:dt},Vr=v(function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach(function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}),Hr=/^--/,qr=/\s*!important$/,Ur=function(e,t,n){if(Hr.test(t))e.style.setProperty(t,n);else if(qr.test(n))e.style.setProperty(t,n.replace(qr,""),"important");else{var r=Xr(t);if(Array.isArray(n))for(var i=0,a=n.length;i<a;i++)e.style[r]=n[i];else e.style[r]=n}},Yr=["Webkit","Moz","ms"],Xr=v(function(e){if(gr=gr||document.createElement("div").style,"filter"!==(e=Xt(e))&&e in gr)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<Yr.length;n++){var r=Yr[n]+t;if(r in gr)return r}}),Jr={create:vt,update:vt},Zr=v(function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}}),Qr=un&&!pn,ei="transition",ti="animation",ni="transition",ri="transitionend",ii="animation",ai="animationend";Qr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(ni="WebkitTransition",ri="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(ii="WebkitAnimation",ai="webkitAnimationEnd"));var li=un?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()},oi=/\b(transform|all)(,|$)/,si=un?{create:Dt,activate:Dt,remove:function(e,t){!0!==e.data.show?At(e,t):t()}}:{},ui=[jr,Er,Fr,$r,Jr,si],ci=ui.concat(Rr),di=function(e){function t(e){var t=w.parentNode(e);i(t)&&w.removeChild(t,e)}function n(e,t,n,r,l){if(e.isRootInsert=!l,!o(e,t,n,r)){var s=e.data,d=e.children,f=e.tag;i(f)?(e.elm=e.ns?w.createElementNS(e.ns,f):w.createElement(f,e),p(e),c(e,d,t),i(s)&&h(e,t),u(n,e.elm,r)):a(e.isComment)?(e.elm=w.createComment(e.text),u(n,e.elm,r)):(e.elm=w.createTextNode(e.text),u(n,e.elm,r))}}function o(e,t,n,r){var l=e.data;if(i(l)){var o=i(e.componentInstance)&&l.keepAlive;if(i(l=l.hook)&&i(l=l.init)&&l(e,!1,n,r),i(e.componentInstance))return s(e,t),a(o)&&function(e,t,n,r){for(var a,l=e;l.componentInstance;)if(l=l.componentInstance._vnode,i(a=l.data)&&i(a=a.transition)){for(a=0;a<C.activate.length;++a)C.activate[a](Wr,l);t.push(l);break}u(n,e.elm,r)}(e,t,n,r),!0}}function s(e,t){i(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,d(e)?(h(e,t),p(e)):(Je(e),t.push(e))}function u(e,t,n){i(e)&&(i(n)?n.parentNode===e&&w.insertBefore(e,t,n):w.appendChild(e,t))}function c(e,t,r){if(Array.isArray(t))for(var i=0;i<t.length;++i)n(t[i],r,e.elm,null,!0);else l(e.text)&&w.appendChild(e.elm,w.createTextNode(String(e.text)))}function d(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return i(e.tag)}function h(e,t){for(var n=0;n<C.create.length;++n)C.create[n](Wr,e);i(k=e.data.hook)&&(i(k.create)&&k.create(Wr,e),i(k.insert)&&t.push(e))}function p(e){var t;if(i(t=e.fnScopeId))w.setAttribute(e.elm,t,"");else for(var n=e;n;)i(t=n.context)&&i(t=t.$options._scopeId)&&w.setAttribute(e.elm,t,""),n=n.parent;i(t=Jn)&&t!==e.context&&t!==e.fnContext&&i(t=t.$options._scopeId)&&w.setAttribute(e.elm,t,"")}function v(e,t,r,i,a,l){for(;i<=a;++i)n(r[i],l,e,t)}function y(e){var t,n,r=e.data;if(i(r))for(i(t=r.hook)&&i(t=t.destroy)&&t(e),t=0;t<C.destroy.length;++t)C.destroy[t](e);if(i(t=e.children))for(n=0;n<e.children.length;++n)y(e.children[n])}function g(e,n,r,a){for(;r<=a;++r){var l=n[r];i(l)&&(i(l.tag)?(m(l),y(l)):t(l.elm))}}function m(e,n){if(i(n)||i(e.data)){var r,a=C.remove.length+1;for(i(n)?n.listeners+=a:n=function(e,n){function r(){0==--r.listeners&&t(e)}return r.listeners=n,r}(e.elm,a),i(r=e.componentInstance)&&i(r=r._vnode)&&i(r.data)&&m(r,n),r=0;r<C.remove.length;++r)C.remove[r](e,n);i(r=e.data.hook)&&i(r=r.remove)?r(e,n):n()}else t(e.elm)}function _(e,t,a,l,o){for(var s,u,c,d,f=0,h=0,p=t.length-1,y=t[0],m=t[p],_=a.length-1,M=a[0],K=a[_],k=!o;f<=p&&h<=_;)r(y)?y=t[++f]:r(m)?m=t[--p]:Ze(y,M)?(b(y,M,l),y=t[++f],M=a[++h]):Ze(m,K)?(b(m,K,l),m=t[--p],K=a[--_]):Ze(y,K)?(b(y,K,l),k&&w.insertBefore(e,y.elm,w.nextSibling(m.elm)),y=t[++f],K=a[--_]):Ze(m,M)?(b(m,M,l),k&&w.insertBefore(e,m.elm,y.elm),m=t[--p],M=a[++h]):(r(s)&&(s=Qe(t,f,p)),r(u=i(M.key)?s[M.key]:T(M,t,f,p))?n(M,l,e,y.elm):Ze(c=t[u],M)?(b(c,M,l),t[u]=void 0,k&&w.insertBefore(e,c.elm,y.elm)):n(M,l,e,y.elm),M=a[++h]);f>p?(d=r(a[_+1])?null:a[_+1].elm,v(e,d,a,h,_,l)):h>_&&g(0,t,f,p)}function T(e,t,n,r){for(var a=n;a<r;a++){var l=t[a];if(i(l)&&Ze(e,l))return a}}function b(e,t,n,l){if(e!==t){var o=t.elm=e.elm;if(a(e.isAsyncPlaceholder))return void(i(t.asyncFactory.resolved)?K(e.elm,t,n):t.isAsyncPlaceholder=!0);if(a(t.isStatic)&&a(e.isStatic)&&t.key===e.key&&(a(t.isCloned)||a(t.isOnce)))return void(t.componentInstance=e.componentInstance);var s,u=t.data;i(u)&&i(s=u.hook)&&i(s=s.prepatch)&&s(e,t);var c=e.children,f=t.children;if(i(u)&&d(t)){for(s=0;s<C.update.length;++s)C.update[s](e,t);i(s=u.hook)&&i(s=s.update)&&s(e,t)}r(t.text)?i(c)&&i(f)?c!==f&&_(o,c,f,n,l):i(f)?(i(e.text)&&w.setTextContent(o,""),v(o,null,f,0,f.length-1,n)):i(c)?g(0,c,0,c.length-1):i(e.text)&&w.setTextContent(o,""):e.text!==t.text&&w.setTextContent(o,t.text),i(u)&&i(s=u.hook)&&i(s=s.postpatch)&&s(e,t)}}function M(e,t,n){if(a(n)&&i(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r<t.length;++r)t[r].data.hook.insert(t[r])}function K(e,t,n,r){var l,o=t.tag,u=t.data,d=t.children;if(r=r||u&&u.pre,t.elm=e,a(t.isComment)&&i(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(i(u)&&(i(l=u.hook)&&i(l=l.init)&&l(t,!0),i(l=t.componentInstance)))return s(t,n),!0;if(i(o)){if(i(d))if(e.hasChildNodes())if(i(l=u)&&i(l=l.domProps)&&i(l=l.innerHTML)){if(l!==e.innerHTML)return!1}else{for(var f=!0,p=e.firstChild,v=0;v<d.length;v++){if(!p||!K(p,d[v],n,r)){f=!1;break}p=p.nextSibling}if(!f||p)return!1}else c(t,d,n);if(i(u)){var y=!1;for(var g in u)if(!L(g)){y=!0,h(t,n);break}!y&&u.class&&U(u.class)}}else e.data!==t.text&&(e.data=t.text);return!0}var k,x,C={},A=e.modules,w=e.nodeOps;for(k=0;k<zr.length;++k)for(C[zr[k]]=[],x=0;x<A.length;++x)i(A[x][zr[k]])&&C[zr[k]].push(A[x][zr[k]]);var L=f("attrs,class,staticClass,staticStyle,key");return function(e,t,l,o,s,u){if(!r(t)){var c=!1,f=[];if(r(e))c=!0,n(t,f,s,u);else{var h=i(e.nodeType);if(!h&&Ze(e,t))b(e,t,f,o);else{if(h){if(1===e.nodeType&&e.hasAttribute(nn)&&(e.removeAttribute(nn),l=!0),a(l)&&K(e,t,f))return M(t,f,!0),e;e=function(e){return new Dn(w.tagName(e).toLowerCase(),{},[],void 0,e)}(e)}var p=e.elm,v=w.parentNode(p);if(n(t,f,p._leaveCb?null:v,w.nextSibling(p)),i(t.parent))for(var m=t.parent,_=d(t);m;){for(var T=0;T<C.destroy.length;++T)C.destroy[T](m);if(m.elm=t.elm,_){for(var k=0;k<C.create.length;++k)C.create[k](Wr,m);var x=m.data.hook.insert;if(x.merged)for(var A=1;A<x.fns.length;A++)x.fns[A]()}else Je(m);m=m.parent}i(v)?g(0,[e],0,0):i(e.tag)&&y(e)}}return M(t,f,c),t.elm}i(e)&&y(e)}}({nodeOps:Sr,modules:ci});pn&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&Pt(e,"input")});var fi={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?J(n,"postpatch",function(){fi.componentUpdated(e,t,n)}):Bt(e,t,n.context),e._vOptions=[].map.call(e.options,Wt)):("textarea"===n.tag||Br(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("change",Ot),yn||(e.addEventListener("compositionstart",zt),e.addEventListener("compositionend",Ot)),pn&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Bt(e,t,n.context);var r=e._vOptions,i=e._vOptions=[].map.call(e.options,Wt);i.some(function(e,t){return!b(e,r[t])})&&(e.multiple?t.value.some(function(e){return Gt(e,i)}):t.value!==t.oldValue&&Gt(t.value,i))&&Pt(e,"change")}}},hi={bind:function(e,t,n){var r=t.value,i=(n=Rt(n)).data&&n.data.transition,a=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&i?(n.data.show=!0,Ct(n,function(){e.style.display=a})):e.style.display=r?a:"none"},update:function(e,t,n){var r=t.value;r!==t.oldValue&&((n=Rt(n)).data&&n.data.transition?(n.data.show=!0,r?Ct(n,function(){e.style.display=e.__vOriginalDisplay}):At(n,function(){e.style.display="none"})):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,i){i||(e.style.display=e.__vOriginalDisplay)}},pi={model:fi,show:hi},vi={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]},yi={name:"transition",props:vi,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(function(e){return e.tag||ne(e)})).length){var r=this.mode,i=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return i;var a=jt(i);if(!a)return i;if(this._leaving)return It(e,i);var o="__transition-"+this._uid+"-";a.key=null==a.key?a.isComment?o+"comment":o+a.tag:l(a.key)?0===String(a.key).indexOf(o)?a.key:o+a.key:a.key;var s=(a.data||(a.data={})).transition=Et(this),u=this._vnode,c=jt(u);if(a.data.directives&&a.data.directives.some(function(e){return"show"===e.name})&&(a.data.show=!0),c&&c.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(a,c)&&!ne(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var d=c.data.transition=m({},s);if("out-in"===r)return this._leaving=!0,J(d,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),It(e,i);if("in-out"===r){if(ne(a))return u;var f,h=function(){f()};J(s,"afterEnter",h),J(s,"enterCancelled",h),J(d,"delayLeave",function(e){f=e})}}return i}}},gi=m({tag:String,moveClass:String},vi);delete gi.mode;var mi={props:gi,render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],a=this.children=[],l=Et(this),o=0;o<i.length;o++){var s=i[o];s.tag&&null!=s.key&&0!==String(s.key).indexOf("__vlist")&&(a.push(s),n[s.key]=s,(s.data||(s.data={})).transition=l)}if(r){for(var u=[],c=[],d=0;d<r.length;d++){var f=r[d];f.data.transition=l,f.data.pos=f.elm.getBoundingClientRect(),n[f.key]?u.push(f):c.push(f)}this.kept=e(t,null,u),this.removed=c}return e(t,null,a)},beforeUpdate:function(){this.__patch__(this._vnode,this.kept,!1,!0),this._vnode=this.kept},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(Nt),e.forEach(Ft),e.forEach($t),this._reflow=document.body.offsetHeight,e.forEach(function(e){if(e.data.moved){var n=e.elm,r=n.style;Tt(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(ri,n._moveCb=function e(r){r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(ri,e),n._moveCb=null,bt(n,t))})}}))},methods:{hasMove:function(e,t){if(!Qr)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach(function(e){gt(n,e)}),yt(n,t),n.style.display="none",this.$el.appendChild(n);var r=Kt(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}},_i={Transition:yi,TransitionGroup:mi};Ie.config.mustUseProp=function(e,t,n){return"value"===n&&_r(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},Ie.config.isReservedTag=Lr,Ie.config.isReservedAttr=mr,Ie.config.getTagNamespace=function(e){return wr(e)?"svg":"math"===e?"math":void 0},Ie.config.isUnknownElement=function(e){if(!un)return!0;if(Lr(e))return!1;if(e=e.toLowerCase(),null!=Dr[e])return Dr[e];var t=document.createElement(e);return e.indexOf("-")>-1?Dr[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Dr[e]=/HTMLUnknownElement/.test(t.toString())},m(Ie.options.directives,pi),m(Ie.options.components,_i),Ie.prototype.__patch__=un?di:T,Ie.prototype.$mount=function(e,t){return function(e,t,n){return e.$el=t,e.$options.render||(e.$options.render=Sn),fe(e,"beforeMount"),new ar(e,function(){e._update(e._render(),n)},T,null,!0),n=!1,null==e.$vnode&&(e._isMounted=!0,fe(e,"mounted")),e}(this,e=e&&un?function(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}(e):void 0,t)},Ie.nextTick(function(){ln.devtools&&kn&&kn.emit("init",Ie)},0),t.a=Ie}).call(t,n(44),n(167).setImmediate)},function(e,t,n){"use strict";var r=n(180),i=n.n(r);t.a=i.a},function(e,t,n){"use strict";var r=n(189),i=n.n(r);t.a=i.a},function(e,t,n){var r=n(60),i=n(32);e.exports=Object.keys||function(e){return r(e,i)}},function(e,t){t.f={}.propertyIsEnumerable},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+r).toString(36))}},function(e,t,n){"use strict";var r=n(176),i=n.n(r),a=n(177),l=n.n(a);n.d(t,"a",function(){return i.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(178),i=n.n(r),a=n(65);n.n(a),t.a=i.a},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t){e.exports=!0},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(9).f,i=n(12),a=n(4)("toStringTag");e.exports=function(e,t,n){e&&!i(e=n?e:e.prototype,a)&&r(e,a,{configurable:!0,value:t})}},function(e,t,n){var r=n(37)("keys"),i=n(27);e.exports=function(e){return r[e]||(r[e]=i(e))}},function(e,t,n){var r=n(8),i=r["__core-js_shared__"]||(r["__core-js_shared__"]={});e.exports=function(e){return i[e]||(i[e]={})}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(31);e.exports=function(e){return Object(r(e))}},function(e,t,n){var r=n(19);e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(8),i=n(7),a=n(33),l=n(42),o=n(9).f;e.exports=function(e){var t=i.Symbol||(i.Symbol=a?{}:r.Symbol||{});"_"==e.charAt(0)||e in t||o(t,e,{value:l.f(e)})}},function(e,t,n){t.f=n(4)},function(e,t,n){"use strict";var r=n(154)(!0);n(57)(String,"String",function(e){this._t=String(e),this._i=0},function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})})},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";var r=n(168),i=n.n(r);t.a=i.a},function(e,t,n){"use strict";var r=n(169),i=n.n(r),a=n(170),l=n.n(a);n.d(t,"a",function(){return i.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(13),i=n.n(r),a=n(22),l=n(183),o=n.n(l);n.d(t,"a",function(){return o.a}),t.b={open:function(e){var t=void 0,n=void 0;"string"==typeof e&&(t=e);var r={programmatic:!0,content:t};e.parent&&(n=e.parent,delete e.parent);var l=i()(r,e);return new(a.a.extend(o.a))({parent:n,el:document.createElement("div"),propsData:l})}}},function(e,t,n){"use strict";var r=n(185),i=n.n(r);t.a=i.a},function(e,t,n){"use strict";var r=n(6),i=n.n(r),a=n(2);t.a={components:i()({},a.a.name,a.a),props:{active:{type:Boolean,default:!0},title:String,closable:{type:Boolean,default:!0},type:String,hasIcon:Boolean,size:String,iconSize:String},data:function(){return{isActive:this.active}},watch:{active:function(e){this.isActive=e}},computed:{icon:function(){switch(this.type){case"is-info":return"information";case"is-success":return"check-circle";case"is-warning":return"alert";case"is-danger":return"alert-circle";default:return null}}},methods:{close:function(){this.isActive=!1,this.$emit("close"),this.$emit("update:active",!1)}}}},function(e,t,n){"use strict";var r=n(1),i=n(5);t.a={props:{type:{type:String,default:"is-dark"},message:String,duration:Number,queue:{type:Boolean,default:void 0},position:{type:String,default:"is-top",validator:function(e){return["is-top-right","is-top","is-top-left","is-bottom-right","is-bottom","is-bottom-left"].indexOf(e)>-1}},container:String},data:function(){return{isActive:!1,parentTop:null,parentBottom:null,newContainer:this.container||r.b.defaultContainerElement}},computed:{correctParent:function(){switch(this.position){case"is-top-right":case"is-top":case"is-top-left":return this.parentTop;case"is-bottom-right":case"is-bottom":case"is-bottom-left":return this.parentBottom}},transition:function(){switch(this.position){case"is-top-right":case"is-top":case"is-top-left":return{enter:"fadeInDown",leave:"fadeOut"};case"is-bottom-right":case"is-bottom":case"is-bottom-left":return{enter:"fadeInUp",leave:"fadeOut"}}}},methods:{shouldQueue:function(){return!!(void 0!==this.queue?this.queue:r.b.defaultNoticeQueue)&&(this.parentTop.childElementCount>0||this.parentBottom.childElementCount>0)},close:function(){var e=this;clearTimeout(this.timer),this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(i.a)(e.$el)},150)},showNotice:function(){var e=this;this.shouldQueue()?setTimeout(function(){return e.showNotice()},250):(this.correctParent.insertAdjacentElement("afterbegin",this.$el),this.isActive=!0,this.indefinite||(this.timer=setTimeout(function(){return e.close()},this.newDuration)))},setupContainer:function(){if(this.parentTop=document.querySelector(".notices.is-top"),this.parentBottom=document.querySelector(".notices.is-bottom"),!this.parentTop||!this.parentBottom){this.parentTop||(this.parentTop=document.createElement("div"),this.parentTop.className="notices is-top"),this.parentBottom||(this.parentBottom=document.createElement("div"),this.parentBottom.className="notices is-bottom");var e=document.querySelector(this.newContainer)||document.body;e.appendChild(this.parentTop),e.appendChild(this.parentBottom),this.newContainer&&(this.parentTop.classList.add("has-custom-container"),this.parentBottom.classList.add("has-custom-container"))}}},beforeMount:function(){this.setupContainer()},mounted:function(){this.showNotice()}}},function(e,t,n){e.exports={default:n(130),__esModule:!0}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var i=n(127),a=r(i),l=n(3),o=r(l),s="function"==typeof o.default&&"symbol"==typeof a.default?function(e){return typeof e}:function(e){return e&&"function"==typeof o.default&&e.constructor===o.default&&e!==o.default.prototype?"symbol":typeof e};t.default="function"==typeof o.default&&"symbol"===s(a.default)?function(e){return void 0===e?"undefined":s(e)}:function(e){return e&&"function"==typeof o.default&&e.constructor===o.default&&e!==o.default.prototype?"symbol":void 0===e?"undefined":s(e)}},function(e,t,n){var r=n(135);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var r=n(19),i=n(8).document,a=r(i)&&r(i.createElement);e.exports=function(e){return a?i.createElement(e):{}}},function(e,t,n){e.exports=!n(11)&&!n(18)(function(){return 7!=Object.defineProperty(n(54)("div"),"a",{get:function(){return 7}}).a})},function(e,t,n){var r=n(30);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},function(e,t,n){"use strict";var r=n(33),i=n(17),a=n(61),l=n(15),o=n(12),s=n(20),u=n(145),c=n(35),d=n(153),f=n(4)("iterator"),h=!([].keys&&"next"in[].keys()),p=function(){return this};e.exports=function(e,t,n,v,y,g,m){u(n,t,v);var _,T,b,M=function(e){if(!h&&e in C)return C[e];switch(e){case"keys":case"values":return function(){return new n(this,e)}}return function(){return new n(this,e)}},K=t+" Iterator",k="values"==y,x=!1,C=e.prototype,A=C[f]||C["@@iterator"]||y&&C[y],w=!h&&A||M(y),L=y?k?M("entries"):w:void 0,D="Array"==t&&C.entries||A;if(D&&(b=d(D.call(new e)))!==Object.prototype&&b.next&&(c(b,K,!0),r||o(b,f)||l(b,f,p)),k&&A&&"values"!==A.name&&(x=!0,w=function(){return A.call(this)}),r&&!m||!h&&!x&&C[f]||l(C,f,w),s[t]=w,s[K]=p,y)if(_={values:k?w:M("values"),keys:g?w:M("keys"),entries:L},m)for(T in _)T in C||a(C,T,_[T]);else i(i.P+i.F*(h||x),t,_);return _}},function(e,t,n){var r=n(14),i=n(150),a=n(32),l=n(36)("IE_PROTO"),o=function(){},s=function(){var e,t=n(54)("iframe"),r=a.length;for(t.style.display="none",n(141).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),s=e.F;r--;)delete s.prototype[a[r]];return s()};e.exports=Object.create||function(e,t){var n;return null!==e?(o.prototype=r(e),n=new o,o.prototype=null,n[l]=e):n=s(),void 0===t?n:i(n,t)}},function(e,t,n){var r=n(60),i=n(32).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},function(e,t,n){var r=n(12),i=n(16),a=n(137)(!1),l=n(36)("IE_PROTO");e.exports=function(e,t){var n,o=i(e),s=0,u=[];for(n in o)n!=l&&r(o,n)&&u.push(n);for(;t.length>s;)r(o,n=t[s++])&&(~a(u,n)||u.push(n));return u}},function(e,t,n){e.exports=n(15)},function(e,t,n){var r=n(38),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},function(e,t,n){var r=n(138),i=n(4)("iterator"),a=n(20);e.exports=n(7).getIteratorMethod=function(e){if(void 0!=e)return e[i]||e["@@iterator"]||a[r(e)]}},function(e,t,n){n(158);for(var r=n(8),i=n(15),a=n(20),l=n(4)("toStringTag"),o="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),s=0;s<o.length;s++){var u=o[s],c=r[u],d=c&&c.prototype;d&&!d[l]&&i(d,l,u),a[u]=a.Array}},function(e,t,n){var r=n(0)(n(79),null,null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(94),n(216),null,null,null);e.exports=r.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(13),i=n.n(r),a=n(46),l=n(28),o=n(112),s=n(115),u=n(116),c=n(117),d=n(45),f=n(105),h=n(106),p=n(107),v=n(29),y=n(2),g=n(23),m=n(108),_=n(109),T=n(47),b=n(110),M=n(48),K=n(111),k=n(24),x=n(113),C=n(114),A=n(118),w=n(119),L=n(120),D=n(121),B=n(122),S=n(1);n.d(t,"Dialog",function(){return p.a}),n.d(t,"LoadingProgrammatic",function(){return m.b}),n.d(t,"ModalProgrammatic",function(){return T.b}),n.d(t,"Snackbar",function(){return x.a}),n.d(t,"Toast",function(){return L.a});var G={Autocomplete:d.a,Checkbox:a.a,CheckboxButton:a.b,Collapse:f.a,Datepicker:h.a,Dropdown:l.a,DropdownItem:l.b,Field:v.a,Icon:y.a,Input:g.a,Loading:m.a,Message:_.a,Modal:T.a,Notification:b.a,Pagination:M.a,Panel:K.a,Radio:o.a,RadioButton:o.b,Select:k.a,Switch:C.a,TabItem:u.a,Table:s.a,TableColumn:s.b,Tabs:u.b,Tag:c.a,Taglist:c.b,Taginput:A.a,Timepicker:w.a,Tooltip:D.a,Upload:B.a,install:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var r in n.i(S.a)(i()(S.b,t)),G){var a=G[r];a&&"install"!==r&&e.component(a.name,a)}e.prototype.$dialog=p.a,e.prototype.$loading=m.b,e.prototype.$modal=T.b,e.prototype.$snackbar=x.a,e.prototype.$toast=L.a}};t.default=G},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(52),i=n.n(r),a=n(51),l=n.n(a),o=n(6),s=n.n(o),u=n(5),c=n(10),d=n(23);t.default={name:"BAutocomplete",components:s()({},d.a.name,d.a),mixins:[c.a],inheritAttrs:!1,props:{value:[Number,String],data:{type:Array,default:function(){return[]}},field:{type:String,default:"value"},keepFirst:Boolean,clearOnSelect:Boolean,openOnFocus:Boolean},data:function(){return{selected:null,hovered:null,isActive:!1,newValue:this.value,isListInViewportVertically:!0,hasFocus:!1,_isAutocomplete:!0,_elementRef:"input"}},computed:{whiteList:function(){var e=[];if(e.push(this.$refs.input.$el.querySelector("input")),e.push(this.$refs.dropdown),void 0!==this.$refs.dropdown){var t=this.$refs.dropdown.querySelectorAll("*"),n=!0,r=!1,i=void 0;try{for(var a,o=l()(t);!(n=(a=o.next()).done);n=!0){var s=a.value;e.push(s)}}catch(e){r=!0,i=e}finally{try{!n&&o.return&&o.return()}finally{if(r)throw i}}}return e},hasDefaultSlot:function(){return!!this.$scopedSlots.default},hasEmptySlot:function(){return!!this.$slots.empty}},watch:{isActive:function(e){var t=this;e?this.calcDropdownInViewportVertical():(this.$nextTick(function(){return t.setHovered(null)}),setTimeout(function(){t.calcDropdownInViewportVertical()},100))},newValue:function(e){this.$emit("input",e);var t=this.getValue(this.selected);t&&t!==e&&this.setSelected(null,!1),!this.hasFocus||this.openOnFocus&&!e||(this.isActive=!!e)},value:function(e){this.newValue=e,!this.isValid&&this.$refs.input.checkHtml5Validity()},data:function(e){this.keepFirst&&this.selectFirstOption(e)}},methods:{setHovered:function(e){void 0!==e&&(this.hovered=e)},setSelected:function(e){var t=this,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];void 0!==e&&(this.selected=e,this.$emit("select",this.selected),null!==this.selected&&(this.newValue=this.clearOnSelect?"":this.getValue(this.selected)),n&&this.$nextTick(function(){t.isActive=!1}))},selectFirstOption:function(e){var t=this;this.$nextTick(function(){e.length?(t.openOnFocus||""!==t.newValue&&t.hovered!==e[0])&&t.setHovered(e[0]):t.setHovered(null)})},enterPressed:function(){null!==this.hovered&&this.setSelected(this.hovered)},tabPressed:function(){null!==this.hovered?this.setSelected(this.hovered):this.isActive=!1},clickedOutside:function(e){this.whiteList.indexOf(e.target)<0&&(this.isActive=!1)},getValue:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e){var r="object"===(void 0===e?"undefined":i()(e))?n.i(u.c)(e,this.field):e,a="string"==typeof this.newValue?n.i(u.e)(this.newValue):this.newValue,l=new RegExp("("+a+")","gi");return t?r.replace(l,"<b>$1</b>"):r}},calcDropdownInViewportVertical:function(){var e=this;this.$nextTick(function(){if(void 0!==e.$refs.dropdown){var t=e.$refs.dropdown.getBoundingClientRect();e.isListInViewportVertically=t.top>=0&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)}})},keyArrows:function(e){var t="down"===e?1:-1;if(this.isActive){var n=this.data.indexOf(this.hovered)+t;n=(n=n>this.data.length-1?this.data.length:n)<0?0:n,this.setHovered(this.data[n]);var r=this.$refs.dropdown.querySelector(".dropdown-content"),i=r.querySelectorAll(".dropdown-item:not(.is-disabled)")[n];if(!i)return;var a=r.scrollTop,l=r.scrollTop+r.clientHeight-i.clientHeight;i.offsetTop<a?r.scrollTop=i.offsetTop:i.offsetTop>=l&&(r.scrollTop=i.offsetTop-r.clientHeight+i.clientHeight)}else this.isActive=!0},focused:function(e){this.getValue(this.selected)===this.newValue&&this.$el.querySelector("input").select(),this.openOnFocus&&(this.isActive=!0,this.keepFirst&&this.selectFirstOption(this.data)),this.hasFocus=!0,this.$emit("focus",e)},onBlur:function(e){this.hasFocus=!1,this.$emit("blur",e)}},created:function(){"undefined"!=typeof window&&(document.addEventListener("click",this.clickedOutside),window.addEventListener("resize",this.calcDropdownInViewportVertical))},beforeDestroy:function(){"undefined"!=typeof window&&(document.removeEventListener("click",this.clickedOutside),window.removeEventListener("resize",this.calcDropdownInViewportVertical))}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),i=n.n(r);t.default={name:"BCheckbox",props:{value:[String,Number,Boolean,Function,Object,Array,i.a],nativeValue:[String,Number,Boolean,Function,Object,Array,i.a],disabled:Boolean,name:String,size:String,trueValue:{type:[String,Number,Boolean,Function,Object,Array,i.a],default:!0},falseValue:{type:[String,Number,Boolean,Function,Object,Array,i.a],default:!1}},data:function(){return{newValue:this.value}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),i=n.n(r);t.default={name:"BCheckboxButton",props:{value:[String,Number,Boolean,Function,Object,Array,i.a],nativeValue:[String,Number,Boolean,Function,Object,Array,i.a],disabled:Boolean,name:String,size:String,type:{type:String,default:"is-primary"}},data:function(){return{newValue:this.value}},computed:{checked:function(){return Array.isArray(this.newValue)?this.newValue.indexOf(this.nativeValue)>=0:this.newValue===this.nativeValue}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BCollapse",props:{open:{type:Boolean,default:!0},animation:{type:String,default:"fade"}},data:function(){return{isOpen:this.open}},watch:{open:function(e){this.isOpen=e}},methods:{toggle:function(){this.isOpen=!this.isOpen,this.$emit("update:open",this.isOpen),this.$emit(this.isOpen?"open":"close")}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,i=n(6),a=n.n(i),l=n(10),o=n(5),s=n(1),u=n(28),c=n(23),d=n(29),f=n(24),h=n(2),p=n(173),v=n.n(p);t.default={name:"BDatepicker",components:(r={},a()(r,v.a.name,v.a),a()(r,c.a.name,c.a),a()(r,d.a.name,d.a),a()(r,f.a.name,f.a),a()(r,h.a.name,h.a),a()(r,u.a.name,u.a),a()(r,u.b.name,u.b),r),mixins:[l.a],inheritAttrs:!1,props:{value:Date,dayNames:{type:Array,default:function(){return Array.isArray(s.b.defaultDayNames)?s.b.defaultDayNames:["Su","M","Tu","W","Th","F","S"]}},monthNames:{type:Array,default:function(){return Array.isArray(s.b.defaultMonthNames)?s.b.defaultMonthNames:["January","February","March","April","May","June","July","August","September","October","November","December"]}},firstDayOfWeek:{type:Number,default:function(){return"number"==typeof s.b.defaultFirstDayOfWeek?s.b.defaultFirstDayOfWeek:0}},inline:Boolean,minDate:Date,maxDate:Date,focusedDate:Date,placeholder:String,readonly:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},unselectableDates:Array,unselectableDaysOfWeek:{type:Array,default:function(){return s.b.defaultUnselectableDaysOfWeek}},selectableDates:Array,dateFormatter:{type:Function,default:function(e){return"function"==typeof s.b.defaultDateFormatter?s.b.defaultDateFormatter(e):e.toLocaleDateString()}},dateParser:{type:Function,default:function(e){return"function"==typeof s.b.defaultDateParser?s.b.defaultDateParser(e):new Date(Date.parse(e))}},mobileNative:{type:Boolean,default:function(){return s.b.defaultDatepickerMobileNative}},position:String,events:Array,indicators:{type:String,default:"dots"}},data:function(){var e=this.value||this.focusedDate||new Date;return{dateSelected:this.value,focusedDateData:{month:e.getMonth(),year:e.getFullYear()},_elementRef:"input",_isDatepicker:!0}},computed:{listOfYears:function(){for(var e=this.maxDate?this.maxDate.getFullYear():Math.max((new Date).getFullYear(),this.focusedDateData.year)+3,t=this.minDate?this.minDate.getFullYear():1900,n=[],r=t;r<=e;r++)n.push(r);return n.reverse()},isFirstMonth:function(){return!!this.minDate&&new Date(this.focusedDateData.year,this.focusedDateData.month)<=new Date(this.minDate.getFullYear(),this.minDate.getMonth())},isLastMonth:function(){return!!this.maxDate&&new Date(this.focusedDateData.year,this.focusedDateData.month)>=new Date(this.maxDate.getFullYear(),this.maxDate.getMonth())},isMobile:function(){return this.mobileNative&&o.b.any()}},watch:{dateSelected:function(e){var t=e||new Date;this.focusedDateData={month:t.getMonth(),year:t.getFullYear()},this.$emit("input",e),this.$refs.dropdown&&(this.$refs.dropdown.isActive=!1)},value:function(e){this.dateSelected=e,!this.isValid&&this.$refs.input.checkHtml5Validity()},focusedDate:function(e){e&&(this.focusedDateData={month:e.getMonth(),year:e.getFullYear()})},"focusedDateData.month":function(e){this.$emit("change-month",e)},"focusedDateData.year":function(e){this.$emit("change-year",e)}},methods:{updateSelectedDate:function(e){this.dateSelected=e},onChange:function(e){var t=this.dateParser(e);t&&!isNaN(t)?this.dateSelected=t:(this.dateSelected=null,this.$refs.input.newValue=this.dateSelected)},formatValue:function(e){return e&&!isNaN(e)?this.dateFormatter(e):null},decrementMonth:function(){this.disabled||(this.focusedDateData.month>0?this.focusedDateData.month-=1:(this.focusedDateData.month=11,this.focusedDateData.year-=1))},incrementMonth:function(){this.disabled||(this.focusedDateData.month<11?this.focusedDateData.month+=1:(this.focusedDateData.month=0,this.focusedDateData.year+=1))},formatYYYYMMDD:function(e){var t=new Date(e);if(e&&!isNaN(t)){var n=t.getFullYear(),r=t.getMonth()+1,i=t.getDate();return n+"-"+(r<10?"0":"")+r+"-"+(i<10?"0":"")+i}return""},onChangeNativePicker:function(e){var t=e.target.value;this.dateSelected=t?new Date(t):null}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(174),i=n.n(r);t.default={name:"BDatepickerTable",components:{bDatepickerTableRow:i.a},props:{value:Date,dayNames:Array,monthNames:Array,firstDayOfWeek:Number,events:Array,indicators:String,minDate:Date,maxDate:Date,focused:Object,disabled:Boolean,unselectableDates:Array,unselectableDaysOfWeek:Array,selectableDates:Array},computed:{visibleDayNames:function(){for(var e=[],t=this.firstDayOfWeek;e.length<this.dayNames.length;){var n=this.dayNames[t%this.dayNames.length];e.push(n),t++}return e},hasEvents:function(){return this.events&&this.events.length},eventsInThisMonth:function(){if(!this.events)return[];for(var e=[],t=0;t<this.events.length;t++){var n=this.events[t];n.hasOwnProperty("date")||(n={date:n}),n.hasOwnProperty("type")||(n.type="is-primary"),n.date.getMonth()===this.focused.month&&n.date.getFullYear()===this.focused.year&&e.push(n)}return e}},methods:{updateSelectedDate:function(e){this.$emit("input",e)},weekBuilder:function(e,t,n){for(var r=new Date(n,t),i=[],a=new Date(n,t,e).getDay(),l=a>=this.firstDayOfWeek?a-this.firstDayOfWeek:7-this.firstDayOfWeek+a,o=1,s=0;s<l;s++)i.unshift(new Date(r.getFullYear(),r.getMonth(),e-o)),o++;i.push(new Date(n,t,e));for(var u=1;i.length<7;)i.push(new Date(n,t,e+u)),u++;return i},weeksInThisMonth:function(e,t){for(var n=[],r=new Date(t,e+1,0).getDate(),i=1;i<=r+6;){var a=this.weekBuilder(i,e,t),l=!1;a.forEach(function(t){t.getMonth()===e&&(l=!0)}),l&&n.push(a),i+=7}return n},eventsInThisWeek:function(e,t){if(!this.eventsInThisMonth.length)return[];var n=[],r=[];r=this.weeksInThisMonth(this.focused.month,this.focused.year);for(var i=0;i<r[t].length;i++)for(var a=0;a<this.eventsInThisMonth.length;a++){var l=this.eventsInThisMonth[a].date.getTime();l===r[t][i].getTime()&&n.push(this.eventsInThisMonth[a])}return n}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BDatepickerTableRow",props:{selectedDate:Date,week:{type:Array,required:!0},month:{type:Number,required:!0},minDate:Date,maxDate:Date,disabled:Boolean,unselectableDates:Array,unselectableDaysOfWeek:Array,selectableDates:Array,events:Array,indicators:String},methods:{selectableDate:function(e){var t=[];if(this.minDate&&t.push(e>=this.minDate),this.maxDate&&t.push(e<=this.maxDate),t.push(e.getMonth()===this.month),this.selectableDates)for(var n=0;n<this.selectableDates.length;n++){var r=this.selectableDates[n];if(e.getDate()===r.getDate()&&e.getFullYear()===r.getFullYear()&&e.getMonth()===r.getMonth())return!0;t.push(!1)}if(this.unselectableDates)for(var i=0;i<this.unselectableDates.length;i++){var a=this.unselectableDates[i];t.push(e.getDate()!==a.getDate()||e.getFullYear()!==a.getFullYear()||e.getMonth()!==a.getMonth())}if(this.unselectableDaysOfWeek)for(var l=0;l<this.unselectableDaysOfWeek.length;l++){var o=this.unselectableDaysOfWeek[l];t.push(e.getDay()!==o)}return t.indexOf(!1)<0},emitChosenDate:function(e){this.disabled||this.selectableDate(e)&&this.$emit("select",e)},eventsDateMatch:function(e){if(!this.events.length)return!1;for(var t=[],n=0;n<this.events.length;n++)this.events[n].date.getDay()===e.getDay()&&t.push(this.events[n]);return!!t.length&&t},classObject:function(e){function t(e,t){return!(!e||!t)&&e.getDate()===t.getDate()&&e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()}return{"is-selected":t(e,this.selectedDate),"is-today":t(e,new Date),"is-selectable":this.selectableDate(e)&&!this.disabled,"is-unselectable":!this.selectableDate(e)||this.disabled}}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),i=n.n(r),a=n(2),l=n(47),o=n(1),s=n(5);t.default={name:"BDialog",components:i()({},a.a.name,a.a),extends:l.a,props:{title:String,message:String,icon:String,iconPack:String,hasIcon:Boolean,type:{type:String,default:"is-primary"},size:String,confirmText:{type:String,default:function(){return o.b.defaultDialogConfirmText?o.b.defaultDialogConfirmText:"OK"}},cancelText:{type:String,default:function(){return o.b.defaultDialogCancelText?o.b.defaultDialogCancelText:"Cancel"}},hasInput:Boolean,inputAttrs:{type:Object,default:function(){return{}}},onConfirm:{type:Function,default:function(){}},focusOn:{type:String,default:"confirm"}},data:function(){return{prompt:this.hasInput&&this.inputAttrs.value||"",isActive:!1,validationMessage:""}},computed:{iconByType:function(){switch(this.type){case"is-info":return"information";case"is-success":return"check-circle";case"is-warning":return"alert";case"is-danger":return"alert-circle";default:return null}},showCancel:function(){return this.cancelOptions.indexOf("button")>=0}},methods:{confirm:function(){var e=this;if(void 0!==this.$refs.input&&!this.$refs.input.checkValidity())return this.validationMessage=this.$refs.input.validationMessage,void this.$nextTick(function(){return e.$refs.input.select()});this.onConfirm(this.prompt),this.close()},close:function(){var e=this;this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(s.a)(e.$el)},150)}},beforeMount:function(){document.body.appendChild(this.$el)},mounted:function(){var e=this;this.isActive=!0,void 0===this.inputAttrs.required&&this.$set(this.inputAttrs,"required",!0),this.$nextTick(function(){e.hasInput?e.$refs.input.focus():"cancel"===e.focusOn&&e.showCancel?e.$refs.cancelButton.focus():e.$refs.confirmButton.focus()})}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(51),i=n.n(r),a=n(3),l=n.n(a);t.default={name:"BDropdown",props:{value:{type:[String,Number,Boolean,Object,Array,l.a,Function],default:null},disabled:Boolean,hoverable:Boolean,inline:Boolean,position:{type:String,validator:function(e){return["is-top-right","is-top-left","is-bottom-left"].indexOf(e)>-1}},mobileModal:{type:Boolean,default:!0}},data:function(){return{selected:this.value,isActive:!1,_isDropdown:!0}},computed:{rootClasses:function(){return[this.position,{"is-disabled":this.disabled,"is-hoverable":this.hoverable,"is-inline":this.inline,"is-active":this.isActive||this.inline,"is-mobile-modal":this.isMobileModal}]},isMobileModal:function(){return this.mobileModal&&!this.inline&&!this.hoverable}},watch:{value:function(e){this.selected=e},isActive:function(e){this.$emit("active-change",e)}},methods:{selectItem:function(e){this.selected!==e&&(this.$emit("change",e),this.selected=e),this.$emit("input",e),this.isActive=!1},isInWhiteList:function(e){if(e===this.$refs.dropdownMenu)return!0;if(e===this.$refs.trigger)return!0;if(void 0!==this.$refs.dropdownMenu){var t=this.$refs.dropdownMenu.querySelectorAll("*"),n=!0,r=!1,a=void 0;try{for(var l,o=i()(t);!(n=(l=o.next()).done);n=!0)if(e===l.value)return!0}catch(e){r=!0,a=e}finally{try{!n&&o.return&&o.return()}finally{if(r)throw a}}}if(void 0!==this.$refs.trigger){var s=this.$refs.trigger.querySelectorAll("*"),u=!0,c=!1,d=void 0;try{for(var f,h=i()(s);!(u=(f=h.next()).done);u=!0)if(e===f.value)return!0}catch(e){c=!0,d=e}finally{try{!u&&h.return&&h.return()}finally{if(c)throw d}}}return!1},clickedOutside:function(e){this.inline||this.isInWhiteList(e.target)||(this.isActive=!1)},toggle:function(){var e=this;this.disabled||this.hoverable||(this.isActive?this.isActive=!this.isActive:this.$nextTick(function(){e.isActive=!e.isActive}))}},created:function(){"undefined"!=typeof window&&document.addEventListener("click",this.clickedOutside)},beforeDestroy:function(){"undefined"!=typeof window&&document.removeEventListener("click",this.clickedOutside)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),i=n.n(r);t.default={name:"BDropdownItem",props:{value:{type:[String,Number,Boolean,Object,Array,i.a,Function],default:null},separator:Boolean,disabled:Boolean,custom:Boolean,paddingless:Boolean,hasLink:Boolean},computed:{anchorClasses:function(){return{"is-disabled":this.disabled,"is-paddingless":this.paddingless,"is-active":null!==this.value&&this.value===this.$parent.selected}},itemClasses:function(){return{"dropdown-item":!this.hasLink,"is-disabled":this.disabled,"is-paddingless":this.paddingless,"is-active":null!==this.value&&this.value===this.$parent.selected,"has-link":this.hasLink}},isClickable:function(){return!this.separator&&!this.disabled&&!this.custom}},methods:{selectItem:function(){this.isClickable&&(this.$parent.selectItem(this.value),this.$emit("click"))}},created:function(){if(!this.$parent.$data._isDropdown)throw this.$destroy(),new Error("You should wrap bDropdownItem on a bDropdown")}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(65),i=n.n(r);t.default={name:"BField",components:{"b-field-body":i.a},props:{type:String,label:String,labelFor:String,message:[String,Array],grouped:Boolean,groupMultiline:Boolean,position:String,expanded:Boolean,horizontal:Boolean,addons:{type:Boolean,default:!0},customClass:String},data:function(){return{newType:this.type,newMessage:this.message,_isField:!0}},computed:{rootClasses:function(){return[this.newPosition,{"is-expanded":this.expanded,"is-grouped-multiline":this.groupMultiline,"is-horizontal":this.horizontal}]},newPosition:function(){if(void 0!==this.position){var e=this.position.split("-");if(!(e.length<1)){var t=this.grouped?"is-grouped-":"has-addons-";return this.position?t+e[1]:void 0}}},formattedMessage:function(){return this.newMessage&&Array.isArray(this.newMessage)?this.newMessage.filter(function(e){if(e)return e}).join(" <br> "):this.newMessage}},watch:{type:function(e){this.newType=e},message:function(e){this.newMessage=e}},methods:{fieldType:function(){if(this.grouped)return"is-grouped";var e=0;return this.$slots.default&&(e=this.$slots.default.reduce(function(e,t){return t.tag?e+1:e},0)),e>1&&this.addons&&!this.horizontal?"has-addons":void 0}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BFieldBody",props:{message:{type:[String]},type:{type:[String]}},render:function(e){var t=this;return e("div",{attrs:{class:"field-body"}},this.$slots.default.map(function(n){return n.tag?t.message?e("b-field",{attrs:{message:t.message,type:t.type}},[n]):e("b-field",{},[n]):n}))}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1);t.default={name:"BIcon",props:{type:String,pack:String,icon:String,size:String,customSize:String,customClass:String,both:Boolean},data:function(){return{newPack:this.pack||r.b.defaultIconPack}},computed:{newIcon:function(){return this.both?"mdi"===this.newPack?this.newPack+"-"+this.icon:"fa-"+this.getEquivalentIconOf(this.icon):"mdi"===this.newPack?this.newPack+"-"+this.icon:"fa-"+this.icon},newType:function(){if(this.type){var e=this.type.split("-");if(e.length)return"has-text-"+e[1]}},newCustomSize:function(){return this.customSize||this.customSizeByPack},customSizeByPack:function(){var e="mdi"===this.newPack?"mdi-24px":"fa-lg",t="mdi"===this.newPack?"mdi-36px":"fa-2x",n="mdi"===this.newPack?"mdi-48px":"fa-3x";switch(this.size){case"is-small":return;case"is-medium":return t;case"is-large":return n;default:return e}}},methods:{getEquivalentIconOf:function(e){switch(e){case"check":return"check";case"information":return"info-circle";case"check-circle":return"check-circle";case"alert":return"exclamation-triangle";case"alert-circle":return"exclamation-circle";case"arrow-up":return"arrow-up";case"chevron-right":return"angle-right";case"chevron-left":return"angle-left";case"chevron-down":return"angle-down";case"eye":return"eye";case"eye-off":return"eye-slash";case"menu-down":return"caret-down";case"menu-up":return"caret-up";default:return null}}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),i=n.n(r),a=n(2),l=n(1),o=n(10);t.default={name:"BInput",components:i()({},a.a.name,a.a),mixins:[o.a],inheritAttrs:!1,props:{value:[Number,String],type:{type:String,default:"text"},passwordReveal:Boolean,hasCounter:{type:Boolean,default:!0}},data:function(){return{newValue:this.value,newType:this.type,newAutocomplete:this.autocomplete||l.b.defaultInputAutocomplete,isPasswordVisible:!1,_elementRef:"textarea"===this.type?"textarea":"input"}},computed:{rootClasses:function(){return[this.iconPosition,this.size,{"is-expanded":this.expanded,"is-loading":this.loading,"is-clearfix":!this.hasMessage}]},inputClasses:function(){return[this.statusType,this.size,{"is-rounded":this.rounded}]},hasIconRight:function(){return this.passwordReveal||this.loading||this.statusType},iconPosition:function(){return this.icon&&this.hasIconRight?"has-icons-left has-icons-right":!this.icon&&this.hasIconRight?"has-icons-right":this.icon?"has-icons-left":void 0},statusTypeIcon:function(){switch(this.statusType){case"is-success":return"check";case"is-danger":return"alert-circle";case"is-info":return"information";case"is-warning":return"alert"}},hasMessage:function(){return!!this.statusMessage},passwordVisibleIcon:function(){return this.isPasswordVisible?"eye-off":"eye"},valueLength:function(){return this.newValue?this.newValue.length:0}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e),!this.isValid&&this.checkHtml5Validity()}},methods:{togglePasswordVisibility:function(){var e=this;this.isPasswordVisible=!this.isPasswordVisible,this.newType=this.isPasswordVisible?"text":"password",this.$nextTick(function(){e.$refs.input.focus()})},onInput:function(e){var t=this;this.$nextTick(function(){t.newValue=e.target.value})}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(5),i=n(124);t.default={name:"BLoading",props:{active:Boolean,programmatic:Boolean,container:[Object,Function,i.a],isFullPage:{type:Boolean,default:!0},animation:{type:String,default:"fade"},canCancel:{type:Boolean,default:!1},onCancel:{type:Function,default:function(){}}},data:function(){return{isActive:this.active||!1}},watch:{active:function(e){this.isActive=e}},methods:{cancel:function(){this.canCancel&&this.close()},close:function(){var e=this;this.onCancel.apply(null,arguments),this.$emit("close"),this.$emit("update:active",!1),this.programmatic&&(this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(r.a)(e.$el)},150))},keyPress:function(e){27===e.keyCode&&this.cancel()}},created:function(){"undefined"!=typeof window&&document.addEventListener("keyup",this.keyPress)},beforeMount:function(){this.programmatic&&(this.container?(this.isFullPage=!1,this.container.appendChild(this.$el)):document.body.appendChild(this.$el))},mounted:function(){this.programmatic&&(this.isActive=!0)},beforeDestroy:function(){"undefined"!=typeof window&&document.removeEventListener("keyup",this.keyPress)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(49);t.default={name:"BMessage",mixins:[r.a],data:function(){return{newIconSize:this.iconSize||this.size||"is-large"}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(5),i=n(1);t.default={name:"BModal",props:{active:Boolean,component:[Object,Function],content:String,programmatic:Boolean,props:Object,events:Object,width:{type:[String,Number],default:960},hasModalCard:Boolean,animation:{type:String,default:"zoom-out"},canCancel:{type:[Array,Boolean],default:function(){return["escape","x","outside","button"]}},onCancel:{type:Function,default:function(){}},scroll:{type:String,default:function(){return i.b.defaultModalScroll?i.b.defaultModalScroll:"clip"},validator:function(e){return["clip","keep"].indexOf(e)>=0}}},data:function(){return{isActive:this.active||!1,savedScrollTop:null,newWidth:"number"==typeof this.width?this.width+"px":this.width}},computed:{cancelOptions:function(){return"boolean"==typeof this.canCancel?this.canCancel?["escape","x","outside","button"]:[]:this.canCancel},showX:function(){return this.cancelOptions.indexOf("x")>=0}},watch:{active:function(e){this.isActive=e},isActive:function(){this.handleScroll()}},methods:{handleScroll:function(){if("undefined"!=typeof window){if("clip"===this.scroll)return void document.documentElement.classList.toggle("is-clipped",this.isActive);if(this.savedScrollTop=this.savedScrollTop?this.savedScrollTop:document.documentElement.scrollTop,document.body.classList.toggle("is-noscroll",this.isActive),this.isActive)return void(document.body.style.top="-"+this.savedScrollTop+"px");document.documentElement.scrollTop=this.savedScrollTop,document.body.style.top=null,this.savedScrollTop=null}},cancel:function(e){this.cancelOptions.indexOf(e)<0||(this.onCancel.apply(null,arguments),this.close())},close:function(){var e=this;this.$emit("close"),this.$emit("update:active",!1),this.programmatic&&(this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(r.a)(e.$el)},150))},keyPress:function(e){this.isActive&&27===e.keyCode&&this.cancel("escape")}},created:function(){"undefined"!=typeof window&&document.addEventListener("keyup",this.keyPress)},beforeMount:function(){this.programmatic&&document.body.appendChild(this.$el)},mounted:function(){this.programmatic?this.isActive=!0:this.isActive&&this.handleScroll()},beforeDestroy:function(){"undefined"!=typeof window&&document.removeEventListener("keyup",this.keyPress)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(49);t.default={name:"BNotification",mixins:[r.a]}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),i=n.n(r),a=n(2);t.default={name:"BPagination",components:i()({},a.a.name,a.a),props:{total:[Number,String],perPage:{type:[Number,String],default:20},current:{type:[Number,String],default:1},size:String,simple:Boolean,rounded:Boolean,order:String},computed:{rootClasses:function(){return[this.order,this.size,{"is-simple":this.simple,"is-rounded":this.rounded}]},pageCount:function(){return Math.ceil(this.total/this.perPage)},firstItem:function(){var e=this.current*this.perPage-this.perPage+1;return e>=0?e:0},hasPrev:function(){return this.current>1},hasFirst:function(){return this.current>=3},hasFirstEllipsis:function(){return this.current>=4},hasLast:function(){return this.current<=this.pageCount-2},hasLastEllipsis:function(){return this.current<this.pageCount-2&&this.current<=this.pageCount-3},hasNext:function(){return this.current<this.pageCount},pagesInRange:function(){var e=this;if(!this.simple){for(var t=Math.max(1,this.current-1),n=Math.min(this.current+1,this.pageCount),r=[],i=t;i<=n;i++)!function(t){r.push({number:t,isCurrent:e.current===t,click:function(n){e.current!==t&&(e.$emit("change",t),e.$emit("update:current",t),e.$nextTick(function(){return n.target.focus()}))}})}(i);return r}}},watch:{pageCount:function(e){this.current>e&&this.last()}},methods:{prev:function(){this.hasPrev&&(this.$emit("change",this.current-1),this.$emit("update:current",this.current-1))},first:function(){this.$emit("change",1),this.$emit("update:current",1)},last:function(){this.$emit("change",this.pageCount),this.$emit("update:current",this.pageCount)},next:function(){this.hasNext&&(this.$emit("change",this.current+1),this.$emit("update:current",this.current+1))}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BPanel",props:{collapsible:{type:Boolean,default:!1},open:{type:Boolean,default:!0},hasCustomTemplate:{type:Boolean,default:!1},header:String,content:String,animation:{type:String,default:"fade"}},data:function(){return{isOpen:this.open}},watch:{open:function(e){this.isOpen=e}},methods:{toggle:function(){this.collapsible&&(this.isOpen=!this.isOpen,this.$emit("update:open",this.isOpen),this.isOpen?this.$emit("open"):this.$emit("close"))}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),i=n.n(r);t.default={name:"BRadio",props:{value:[String,Number,Boolean,Function,Object,Array,i.a],nativeValue:[String,Number,Boolean,Function,Object,Array,i.a],disabled:Boolean,name:String,size:String},data:function(){return{newValue:this.value}},watch:{value:function(e){this.newValue=e},newValue:function(e){e===this.nativeValue&&this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),i=n.n(r);t.default={name:"BRadioButton",props:{value:[String,Number,Boolean,Function,Object,Array,i.a],nativeValue:[String,Number,Boolean,Function,Object,Array,i.a],type:{type:String,default:"is-primary"},disabled:Boolean,name:String,size:String},data:function(){return{newValue:this.value}},watch:{value:function(e){this.newValue=e},newValue:function(e){e===this.nativeValue&&this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),i=n.n(r),a=n(10);t.default={name:"BSelect",mixins:[a.a],inheritAttrs:!1,props:{value:{type:[String,Number,Boolean,Object,Array,i.a,Function],default:null},placeholder:String,multiple:Boolean,nativeSize:[String,Number]},data:function(){return{selected:this.value,_isSelect:!0,_elementRef:"select"}},computed:{spanClasses:function(){return[this.size,this.statusType,{"is-fullwidth":this.expanded,"is-loading":this.loading,"is-multiple":this.multiple,"is-rounded":this.rounded,"is-empty":null===this.selected}]}},watch:{value:function(e){this.selected=e,!this.isValid&&this.checkHtml5Validity()},selected:function(e){this.$emit("input",e),!this.isValid&&this.checkHtml5Validity()}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),i=n(50);t.default={name:"BSnackbar",mixins:[i.a],props:{actionText:{type:String,default:"OK"},onAction:{type:Function,default:function(){}},indefinite:{type:Boolean,default:!1}},data:function(){return{newDuration:this.duration||r.b.defaultSnackbarDuration}},methods:{action:function(){this.onAction(),this.close()}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),i=n.n(r);t.default={name:"BSwitch",props:{value:[String,Number,Boolean,Function,Object,Array,i.a],nativeValue:[String,Number,Boolean,Function,Object,Array,i.a],disabled:Boolean,type:String,name:String,size:String,trueValue:{type:[String,Number,Boolean,Function,Object,Array,i.a],default:!0},falseValue:{type:[String,Number,Boolean,Function,Object,Array,i.a],default:!1}},data:function(){return{newValue:this.value,isMouseDown:!1}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(128),i=n.n(r),a=n(5),l=n(46),o=n(48),s=n(2),u=n(193),c=n.n(u),d=n(66),f=n.n(d);t.default={name:"BTable",components:{BPagination:o.a,BIcon:s.a,BCheckbox:l.a,BTableMobileSort:c.a,BTableColumn:f.a},props:{data:{type:Array,default:function(){return[]}},columns:{type:Array,default:function(){return[]}},bordered:Boolean,striped:Boolean,narrowed:Boolean,hoverable:Boolean,loading:Boolean,detailed:Boolean,checkable:Boolean,selected:Object,focusable:Boolean,customIsChecked:Function,isRowCheckable:{type:Function,default:function(){return!0}},checkedRows:{type:Array,default:function(){return[]}},mobileCards:{type:Boolean,default:!0},defaultSort:[String,Array],defaultSortDirection:{type:String,default:"asc"},paginated:Boolean,currentPage:{type:Number,default:1},perPage:{type:[Number,String],default:20},paginationSimple:Boolean,paginationSize:String,backendSorting:Boolean,rowClass:{type:Function,default:function(){return""}},openedDetailed:{type:Array,default:function(){return[]}},hasDetailedVisible:{type:Function,default:function(){return!0}},detailKey:{type:String,default:""},backendPagination:Boolean,total:{type:[Number,String],default:0}},data:function(){return{getValueByPath:a.c,newColumns:[].concat(i()(this.columns)),visibleDetailRows:this.openedDetailed,newData:this.data,newDataTotal:this.backendPagination?this.total:this.data.length,newCheckedRows:[].concat(i()(this.checkedRows)),newCurrentPage:this.currentPage,currentSortColumn:{},isAsc:!0,firstTimeSort:!0,_isTable:!0}},computed:{tableClasses:function(){return{"is-bordered":this.bordered,"is-striped":this.striped,"is-narrow":this.narrowed,"has-mobile-cards":this.mobileCards,"is-hoverable":(this.hoverable||this.focusable)&&this.visibleData.length}},visibleData:function(){if(!this.paginated)return this.newData;var e=this.newCurrentPage,t=this.perPage;if(this.newData.length<=t)return this.newData;var n=(e-1)*t,r=parseInt(n,10)+parseInt(t,10);return this.newData.slice(n,r)},isAllChecked:function(){var e=this;return!this.visibleData.filter(function(t){return e.isRowCheckable(t)}).some(function(t){return n.i(a.d)(e.newCheckedRows,t,e.customIsChecked)<0})},hasSortablenewColumns:function(){return this.newColumns.some(function(e){return e.sortable})},columnCount:function(){var e=this.newColumns.length;return e+=this.checkable?1:0,e+=this.detailed?1:0}},watch:{data:function(e){var t=this,n=this.newColumns;this.newColumns=[],this.newData=e,this.$nextTick(function(){t.newColumns.length||(t.newColumns=n)}),this.backendSorting||this.sort(this.currentSortColumn,!0),this.backendPagination||(this.newDataTotal=e.length)},total:function(e){this.backendPagination&&(this.newDataTotal=e)},checkedRows:function(e){this.newCheckedRows=[].concat(i()(e))},columns:function(e){this.newColumns=[].concat(i()(e))},newColumns:function(e){if(e.length&&this.firstTimeSort)this.initSort(),this.firstTimeSort=!1;else if(e.length)for(var t=0;t<e.length;t++)if(e[t].newKey===this.currentSortColumn.newKey){this.currentSortColumn=e[t];break}},openedDetailed:function(e){this.visibleDetailRows=e},currentPage:function(e){this.newCurrentPage=e}},methods:{sortBy:function(e,t,r,l){return r&&"function"==typeof r?[].concat(i()(e)).sort(function(e,t){return r(e,t,l)}):[].concat(i()(e)).sort(function(e,r){var i=n.i(a.c)(e,t),o=n.i(a.c)(r,t);return i||0===i?o||0===o?i===o?0:(i="string"==typeof i?i.toUpperCase():i,o="string"==typeof o?o.toUpperCase():o,l?i>o?1:-1:i>o?-1:1):-1:1})},sort:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];e&&e.sortable&&(t||(this.isAsc=e===this.currentSortColumn?!this.isAsc:"desc"!==this.defaultSortDirection.toLowerCase()),this.firstTimeSort||this.$emit("sort",e.field,this.isAsc?"asc":"desc"),this.backendSorting||(this.newData=this.sortBy(this.newData,e.field,e.customSort,this.isAsc)),this.currentSortColumn=e)},isRowChecked:function(e){return n.i(a.d)(this.newCheckedRows,e,this.customIsChecked)>=0},removeCheckedRow:function(e){var t=n.i(a.d)(this.newCheckedRows,e,this.customIsChecked);t>=0&&this.newCheckedRows.splice(t,1)},checkAll:function(){var e=this,t=this.isAllChecked;this.visibleData.forEach(function(n){e.removeCheckedRow(n),t||e.isRowCheckable(n)&&e.newCheckedRows.push(n)}),this.$emit("check",this.newCheckedRows),this.$emit("check-all",this.newCheckedRows),this.$emit("update:checkedRows",this.newCheckedRows)},checkRow:function(e){this.isRowChecked(e)?this.removeCheckedRow(e):this.newCheckedRows.push(e),this.$emit("check",this.newCheckedRows,e),this.$emit("update:checkedRows",this.newCheckedRows)},selectRow:function(e,t){this.$emit("click",e),this.selected!==e&&(this.$emit("select",e,this.selected),this.$emit("update:selected",e))},pageChanged:function(e){this.newCurrentPage=e>0?e:1,this.$emit("page-change",this.newCurrentPage),this.$emit("update:currentPage",this.newCurrentPage)},toggleDetails:function(e){this.isVisibleDetailRow(e)?(this.closeDetailRow(e),this.$emit("details-close",e)):(this.openDetailRow(e),this.$emit("details-open",e)),this.$emit("update:openedDetailed",this.visibleDetailRows)},openDetailRow:function(e){var t=this.handleDetailKey(e);this.visibleDetailRows.push(t)},closeDetailRow:function(e){var t=this.handleDetailKey(e),n=this.visibleDetailRows.indexOf(t);this.visibleDetailRows.splice(n,1)},isVisibleDetailRow:function(e){var t=this.handleDetailKey(e);return this.visibleDetailRows.indexOf(t)>=0},handleDetailKey:function(e){var t=this.detailKey;return t.length?e[t]:e},checkPredefinedDetailedRows:function(){if(this.openedDetailed.length>0&&!this.detailKey.length)throw new Error('If you set a predefined opened-detailed, you must provide an unique key using the prop "detail-key"')},hasCustomFooterSlot:function(){if(this.$slots.footer.length>1)return!0;var e=this.$slots.footer[0].tag;return"th"===e||"td"===e},pressedArrow:function(e){if(this.visibleData.length){var t=this.visibleData.indexOf(this.selected)+e;t=t<0?0:t>this.visibleData.length-1?this.visibleData.length-1:t,this.selectRow(this.visibleData[t])}},focus:function(){this.focusable&&this.$el.querySelector("table").focus()},initSort:function(){var e=this;if(this.defaultSort){var t="",n=this.defaultSortDirection;Array.isArray(this.defaultSort)?(t=this.defaultSort[0],this.defaultSort[1]&&(n=this.defaultSort[1])):t=this.defaultSort,this.newColumns.forEach(function(r){r.field===t&&(e.isAsc="desc"!==n.toLowerCase(),e.sort(r,!0))})}}},mounted:function(){this.checkPredefinedDetailedRows()}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),i=n.n(r);t.default={name:"BTableColumn",props:{label:String,customKey:[String,Number],field:String,meta:[String,Number,Boolean,Function,Object,Array,i.a],width:[Number,String],numeric:Boolean,centered:Boolean,sortable:Boolean,visible:{type:Boolean,default:!0},customSort:Function,internal:Boolean},data:function(){return{newKey:this.customKey||this.label}},computed:{rootClasses:function(){return{"has-text-right":this.numeric&&!this.centered,"has-text-centered":this.centered}}},created:function(){var e=this;if(!this.$parent.$data._isTable)throw this.$destroy(),new Error("You should wrap bTableColumn on a bTable");this.internal||!this.$parent.columns.some(function(t){return t.newKey===e.newKey})&&this.$parent.columns.push(this)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(24),i=n(2);t.default={name:"BTableMobileSort",components:{BSelect:r.a,BIcon:i.a},props:{currentSortColumn:Object,isAsc:Boolean,columns:Array},data:function(){return{mobileSort:this.currentSortColumn}},watch:{mobileSort:function(e){this.currentSortColumn!==e&&this.$emit("sort",e)},currentSortColumn:function(e){this.mobileSort=e}},methods:{sort:function(){this.$emit("sort",this.mobileSort)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BTabItem",props:{label:String,icon:String,iconPack:String,disabled:Boolean,visible:{type:Boolean,default:!0}},data:function(){return{isActive:!1,transitionName:null}},methods:{activate:function(e,t){this.$parent.animated?this.transitionName=t<e?"slide-next":"slide-prev":this.transitionName=null,this.isActive=!0},deactivate:function(e,t){this.$parent.animated?this.transitionName=t<e?"slide-next":"slide-prev":this.transitionName=null,this.isActive=!1}},created:function(){if(!this.$parent.$data._isTabs)throw this.$destroy(),new Error("You should wrap bTabItem on a bTabs");this.$parent.tabItems.push(this)},updated:function(){this.$emit("updated")},beforeDestroy:function(){var e=this.$parent.tabItems.indexOf(this);e>=0&&this.$parent.tabItems.splice(e,1)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,i=n(6),a=n.n(i),l=n(2),o=n(123);t.default={name:"BTabs",components:(r={},a()(r,l.a.name,l.a),a()(r,o.a.name,o.a),r),props:{value:[String,Number],expanded:Boolean,type:String,size:String,position:String,animated:{type:Boolean,default:!0}},data:function(){return{activeTab:this.value||0,tabItems:[],contentHeight:0,_isTabs:!0}},computed:{navClasses:function(){return[this.type,this.size,this.position,{"is-fullwidth":this.expanded,"is-toggle-rounded is-toggle":"is-toggle-rounded"===this.type}]}},watch:{value:function(e){this.changeTab(e)},tabItems:function(){this.tabItems.length&&(this.tabItems[this.activeTab].isActive=!0)}},methods:{changeTab:function(e){this.activeTab!==e&&(this.tabItems[this.activeTab].deactivate(this.activeTab,e),this.tabItems[e].activate(this.activeTab,e),this.activeTab=e,this.$emit("change",e))},tabClick:function(e){this.$emit("input",e),this.changeTab(e)}},mounted:function(){this.tabItems.length&&(this.tabItems[this.activeTab].isActive=!0)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BTag",props:{attached:Boolean,closable:Boolean,type:String,size:String,rounded:Boolean,disabled:Boolean,tabstop:{type:Boolean,default:!0}},methods:{close:function(){this.disabled||this.$emit("close")}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BTaglist",props:{attached:Boolean}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(52),i=n.n(r),a=n(6),l=n.n(a),o=n(5),s=n(45),u=n(10);t.default={name:"BTaginput",components:l()({},s.a.name,s.a),mixins:[u.a],inheritAttrs:!1,props:{value:{type:Array,default:function(){return[]}},data:{type:Array,default:function(){return[]}},type:String,rounded:{type:Boolean,default:!1},attached:{type:Boolean,default:!1},maxtags:{type:[Number,String],required:!1},field:{type:String,default:"value"},autocomplete:Boolean,disabled:Boolean,confirmKeyCodes:{type:Array,default:function(){return[13,188]}},removeOnKeys:{type:Array,default:function(){return[8]}},allowNew:Boolean},data:function(){return{tags:this.value||[],newTag:"",_elementRef:"input",_isTaginput:!0}},computed:{rootClasses:function(){return{"is-expanded":this.expanded}},containerClasses:function(){return{"is-focused":this.isFocused,"is-focusable":this.hasInput}},valueLength:function(){return this.newTag.trim().length},defaultSlotName:function(){return this.hasDefaultSlot?"default":"dontrender"},emptySlotName:function(){return this.hasEmptySlot?"empty":"dontrender"},hasDefaultSlot:function(){return!!this.$scopedSlots.default},hasEmptySlot:function(){return!!this.$slots.empty},hasInput:function(){return null==this.maxtags||this.tagsLength<this.maxtags},tagsLength:function(){return this.tags.length}},watch:{value:function(e){this.tags=e},newTag:function(e){this.$emit("typing",e.trim())},hasInput:function(){this.hasInput||this.onBlur()}},methods:{addTag:function(e){var t=e||this.newTag.trim();t&&-1===this.tags.indexOf(t)&&(this.tags.push(t),this.$emit("input",this.tags),this.$emit("add",t)),this.newTag=""},getNormalizedTagText:function(e){return"object"===(void 0===e?"undefined":i()(e))?n.i(o.c)(e,this.field):e},customOnBlur:function(e){this.autocomplete||this.addTag(),this.onBlur(e)},onSelect:function(e){var t=this;e&&(this.addTag(e),this.$nextTick(function(){t.newTag=""}))},removeTag:function(e){var t=this.tags.splice(e,1)[0];return this.$emit("input",this.tags),this.$emit("remove",t),t},removeLastTag:function(){this.tagsLength>0&&this.removeTag(this.tagsLength-1)},keydown:function(e){-1===this.removeOnKeys.indexOf(e.keyCode)||this.newTag.length||this.removeLastTag(),this.autocomplete&&!this.allowNew||this.confirmKeyCodes.indexOf(e.keyCode)>=0&&(e.preventDefault(),this.addTag())}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,i=n(6),a=n.n(i),l=n(10),o=n(5),s=n(1),u=n(28),c=n(23),d=n(29),f=n(24),h=n(2),p="AM",v="PM",y=function(e){return(e<10?"0":"")+e};t.default={name:"BTimepicker",components:(r={},a()(r,c.a.name,c.a),a()(r,d.a.name,d.a),a()(r,f.a.name,f.a),a()(r,h.a.name,h.a),a()(r,u.a.name,u.a),a()(r,u.b.name,u.b),r),mixins:[l.a],inheritAttrs:!1,props:{value:Date,inline:Boolean,minTime:Date,maxTime:Date,placeholder:String,readonly:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},hourFormat:{type:String,default:"24",validator:function(e){return"24"===e||"12"===e}},incrementMinutes:{type:Number,default:1},timeFormatter:{type:Function,default:function(e,t){return"function"==typeof s.b.defaultTimeFormatter?s.b.defaultTimeFormatter(e):function(e,t){var n=e.getHours(),r=e.getMinutes(),i=!1;return"12"===t.hourFormat&&(i=n<12,n>12?n-=12:0===n&&(n=12)),y(n)+":"+y(r)+("12"===t.hourFormat?" "+(i?p:v):"")}(e,t)}},timeParser:{type:Function,default:function(e,t){return"function"==typeof s.b.defaultTimeParser?s.b.defaultTimeParser(e):function(e,t){if(e){var n=e,r=!1;if("12"===t.hourFormat){var i=e.split(" ");n=i[0],r=i[1]===p}var a=n.split(":"),l=parseInt(a[0],10),o=parseInt(a[1],10);if(isNaN(l)||l<0||l>23||"12"===t.hourFormat&&(l<1||l>12)||isNaN(o)||o<0||o>59)return null;var s=null;return t.dateSelected&&!isNaN(t.dateSelected)?s=new Date(t.dateSelected):((s=new Date).setMilliseconds(0),s.setSeconds(0)),s.setMinutes(o),"12"===t.hourFormat&&(r&&12===l?l=0:r||12===l||(l+=12)),s.setHours(l),s}return null}(e,t)}},mobileNative:{type:Boolean,default:function(){return s.b.defaultTimepickerMobileNative}},position:String,unselectableTimes:Array},data:function(){return{dateSelected:this.value,hoursSelected:null,minutesSelected:null,meridienSelected:null,_elementRef:"input",_isTimepicker:!0}},computed:{hours:function(){for(var e=[],t=this.isHourFormat24?24:12,n=0;n<t;n++){var r=n,i=r;this.isHourFormat24||(i=r=n+1,this.meridienSelected===p?12===r&&(r=0):this.meridienSelected===v&&12!==r&&(r+=12)),e.push({label:y(i),value:r})}return e},minutes:function(){for(var e=[],t=0;t<60;t+=this.incrementMinutes)e.push({label:y(t),value:t});return e},meridiens:function(){return[p,v]},isMobile:function(){return this.mobileNative&&o.b.any()},isHourFormat24:function(){return"24"===this.hourFormat}},watch:{hourFormat:function(e){null!==this.hoursSelected&&(this.meridienSelected=this.hoursSelected>=12?v:p)},dateSelected:function(e){this.$emit("input",e)},value:function(e){this.updateInternalState(e),this.dateSelected=e,!this.isValid&&this.$refs.input.checkHtml5Validity()}},methods:{onMeridienChange:function(e){null!==this.hoursSelected&&(e===v?0===this.hoursSelected?this.hoursSelected=12:this.hoursSelected+=12:e===p&&(12===this.hoursSelected?this.hoursSelected=0:this.hoursSelected-=12)),this.updateDateSelected(this.hoursSelected,this.minutesSelected,e)},onHoursChange:function(e){this.updateDateSelected(parseInt(e,10),this.minutesSelected,this.meridienSelected)},onMinutesChange:function(e){this.updateDateSelected(this.hoursSelected,parseInt(e,10),this.meridienSelected)},updateDateSelected:function(e,t,n){null!=e&&null!=t&&(!this.isHourFormat24&&null!==n||this.isHourFormat24)&&(this.dateSelected&&!isNaN(this.dateSelected)?this.dateSelected=new Date(this.dateSelected):(this.dateSelected=new Date,this.dateSelected.setMilliseconds(0),this.dateSelected.setSeconds(0)),this.dateSelected.setHours(e),this.dateSelected.setMinutes(t))},updateInternalState:function(e){e?(this.hoursSelected=e.getHours(),this.minutesSelected=e.getMinutes(),this.meridienSelected=e.getHours()>=12?v:p):(this.hoursSelected=null,this.minutesSelected=null,this.meridienSelected=p)},isHourDisabled:function(e){var t=this,n=!1;if(this.minTime){var r=this.minTime.getHours();n=e<r}if(this.maxTime&&!n){var i=this.maxTime.getHours();n=e>i}if(this.unselectableTimes&&!n)if(null!==this.minutesSelected){var a=this.unselectableTimes.filter(function(n){return n.getHours()===e&&n.getMinutes()===t.minutesSelected});n=a.length>0}else{var l=this.unselectableTimes.filter(function(t){return t.getHours()===e});n=l.length===this.minutes.length}return n},isMinuteDisabled:function(e){var t=this,n=!1;if(null!==this.hoursSelected){if(this.isHourDisabled(this.hoursSelected))n=!0;else{if(this.minTime){var r=this.minTime.getHours(),i=this.minTime.getMinutes();n=this.hoursSelected===r&&e<i}if(this.maxTime&&!n){var a=this.maxTime.getHours(),l=this.maxTime.getMinutes();n=this.hoursSelected===a&&e>l}}this.unselectableTimes&&!n&&(n=this.unselectableTimes.filter(function(n){return n.getHours()===t.hoursSelected&&n.getMinutes()===e}).length>0)}return n},onChange:function(e){var t=this.timeParser(e,this);this.updateInternalState(t),t&&!isNaN(t)?this.dateSelected=t:(this.dateSelected=null,this.$refs.input.newValue=this.dateSelected)},formatValue:function(e){return e&&!isNaN(e)?this.timeFormatter(e,this):null},close:function(){this.$refs.dropdown&&(this.$refs.dropdown.isActive=!1)},formatHHMMSS:function(e){var t=new Date(e);if(e&&!isNaN(t)){var n=t.getHours(),r=t.getMinutes();return y(n)+":"+y(r)+":00"}return""},onChangeNativePicker:function(e){var t=e.target.value;if(t){this.dateSelected&&!isNaN(this.dateSelected)?this.dateSelected=new Date(this.dateSelected):(this.dateSelected=new Date,this.dateSelected.setMilliseconds(0),this.dateSelected.setSeconds(0));var n=t.split(":");this.dateSelected.setHours(parseInt(n[0],10)),this.dateSelected.setMinutes(parseInt(n[1],10))}else this.dateSelected=null}},mounted:function(){this.updateInternalState(this.value)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),i=n(50);t.default={name:"BToast",mixins:[i.a],data:function(){return{newDuration:this.duration||r.b.defaultToastDuration}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1);t.default={name:"BTooltip",props:{active:{type:Boolean,default:!0},type:String,label:String,position:{type:String,default:"is-top",validator:function(e){return["is-top","is-bottom","is-left","is-right"].indexOf(e)>-1}},always:Boolean,animated:Boolean,square:Boolean,dashed:Boolean,multilined:Boolean,size:{type:String,default:"is-medium"}},computed:{newType:function(){return this.type||r.b.defaultTooltipType},newAnimated:function(){return this.animated||r.b.defaultTooltipAnimated}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(10);t.default={name:"BUpload",mixins:[r.a],inheritAttrs:!1,props:{value:{type:Array,default:function(){return[]}},multiple:Boolean,disabled:Boolean,accept:String,dragDrop:Boolean,type:{type:String,default:"is-primary"},native:{type:Boolean,default:!1}},data:function(){return{newValue:this.value||[],dragDropFocus:!1,_elementRef:"input"}},watch:{value:function(e){this.newValue=e,0===this.newValue.length&&(this.$refs.input.value=null),!this.isValid&&!this.dragDrop&&this.checkHtml5Validity()}},methods:{onFileChange:function(e){if(!this.disabled&&!this.loading){this.dragDrop&&this.updateDragDropFocus(!1);var t=e.target.files||e.dataTransfer.files;if(t&&t.length){if(this.multiple)this.native&&(this.newValue=[]);else if(this.dragDrop){if(1!==t.length)return!1;this.newValue=[]}else this.newValue=[];for(var n=0;n<t.length;n++){var r=t[n];this.checkType(r)&&this.newValue.push(r)}}this.$emit("input",this.newValue),!this.dragDrop&&this.checkHtml5Validity()}},updateDragDropFocus:function(e){this.disabled||this.loading||(this.dragDropFocus=e)},checkType:function(e){if(!this.accept)return!0;var t=this.accept.split(",");if(0===t.length)return!0;for(var n=!1,r=0;r<t.length&&!n;r++){var i=t[r].trim();if(i)if("."===i.substring(0,1)){var a=e.name.lastIndexOf(".");a>=0&&e.name.substring(a)===i&&(n=!0)}else e.type.match(i)&&(n=!0)}return n}}}},function(e,t,n){"use strict";var r=n(171),i=n.n(r);t.a=i.a},function(e,t,n){"use strict";var r=n(172),i=n.n(r);t.a=i.a},function(e,t,n){"use strict";function r(e){return new(l.a.extend(s.a))({el:document.createElement("div"),propsData:e})}var i=n(13),a=n.n(i),l=n(22),o=n(175),s=n.n(o);t.a={alert:function(e){var t=void 0;"string"==typeof e&&(t=e);var n={canCancel:!1,message:t};return r(a()(n,e))},confirm:function(e){return r(a()({},e))},prompt:function(e){return r(a()({hasInput:!0,confirmText:"Done"},e))}}},function(e,t,n){"use strict";var r=n(13),i=n.n(r),a=n(22),l=n(181),o=n.n(l);n.d(t,"a",function(){return o.a}),t.b={open:function(e){var t=i()({programmatic:!0},e);return new(a.a.extend(o.a))({el:document.createElement("div"),propsData:t})}}},function(e,t,n){"use strict";var r=n(182),i=n.n(r);t.a=i.a},function(e,t,n){"use strict";var r=n(184),i=n.n(r);t.a=i.a},function(e,t,n){"use strict";var r=n(186),i=n.n(r);t.a=i.a},function(e,t,n){"use strict";var r=n(187),i=n.n(r),a=n(188),l=n.n(a);n.d(t,"a",function(){return i.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(13),i=n.n(r),a=n(22),l=n(190),o=n.n(l);t.a={open:function(e){var t=void 0;"string"==typeof e&&(t=e);var n={type:"is-success",position:"is-bottom-right",message:t},r=i()(n,e);return new(a.a.extend(o.a))({el:document.createElement("div"),propsData:r})}}},function(e,t,n){"use strict";var r=n(191),i=n.n(r);t.a=i.a},function(e,t,n){"use strict";var r=n(192),i=n.n(r),a=n(66),l=n.n(a);n.d(t,"a",function(){return i.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(195),i=n.n(r),a=n(194),l=n.n(a);n.d(t,"b",function(){return i.a}),n.d(t,"a",function(){return l.a})},function(e,t,n){"use strict";var r=n(196),i=n.n(r),a=n(197),l=n.n(a);n.d(t,"a",function(){return i.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(198),i=n.n(r);t.a=i.a},function(e,t,n){"use strict";var r=n(199),i=n.n(r);t.a=i.a},function(e,t,n){"use strict";var r=n(13),i=n.n(r),a=n(22),l=n(200),o=n.n(l);t.a={open:function(e){var t=void 0;"string"==typeof e&&(t=e);var n={message:t},r=i()(n,e);return new(a.a.extend(o.a))({el:document.createElement("div"),propsData:r})}}},function(e,t,n){"use strict";var r=n(201),i=n.n(r);t.a=i.a},function(e,t,n){"use strict";var r=n(202),i=n.n(r);t.a=i.a},function(e,t,n){"use strict";t.a={name:"BSlotComponent",props:{component:{type:Object,required:!0},name:{type:String,default:"default"},tag:{type:String,default:"div"},event:{type:String,default:"updated"}},methods:{refresh:function(){this.$forceUpdate()},isVueComponent:function(){return this.component&&this.component._isVue}},created:function(){this.isVueComponent()&&this.component.$on(this.event,this.refresh)},beforeDestroy:function(){this.isVueComponent()&&this.component.$off(this.event,this.refresh)},render:function(e){if(this.isVueComponent()){var t=this.component.$slots[this.name];return e(this.tag,{},t)}}}},function(e,t,n){"use strict";n.d(t,"a",function(){return i});var r="undefined"==typeof window,i=r?Object:window.HTMLElement},function(e,t,n){e.exports={default:n(129),__esModule:!0}},function(e,t,n){e.exports={default:n(132),__esModule:!0}},function(e,t,n){e.exports={default:n(134),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=n(125),i=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default=function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return(0,i.default)(e)}},function(e,t,n){n(43),n(157),e.exports=n(7).Array.from},function(e,t,n){n(64),n(43),e.exports=n(156)},function(e,t,n){n(159),e.exports=n(7).Object.assign},function(e,t,n){n(160);var r=n(7).Object;e.exports=function(e,t,n){return r.defineProperty(e,t,n)}},function(e,t,n){n(162),n(161),n(163),n(164),e.exports=n(7).Symbol},function(e,t,n){n(43),n(64),e.exports=n(42).f("iterator")},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t){e.exports=function(){}},function(e,t,n){var r=n(16),i=n(62),a=n(155);e.exports=function(e){return function(t,n,l){var o,s=r(t),u=i(s.length),c=a(l,u);if(e&&n!=n){for(;u>c;)if((o=s[c++])!=o)return!0}else for(;u>c;c++)if((e||c in s)&&s[c]===n)return e||c||0;return!e&&-1}}},function(e,t,n){var r=n(30),i=n(4)("toStringTag"),a="Arguments"==r(function(){return arguments}());e.exports=function(e){var t,n,l;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),i))?n:a?r(t):"Object"==(l=r(t))&&"function"==typeof t.callee?"Arguments":l}},function(e,t,n){"use strict";var r=n(9),i=n(21);e.exports=function(e,t,n){t in e?r.f(e,t,i(0,n)):e[t]=n}},function(e,t,n){var r=n(25),i=n(34),a=n(26);e.exports=function(e){var t=r(e),n=i.f;if(n)for(var l,o=n(e),s=a.f,u=0;o.length>u;)s.call(e,l=o[u++])&&t.push(l);return t}},function(e,t,n){var r=n(8).document;e.exports=r&&r.documentElement},function(e,t,n){var r=n(20),i=n(4)("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||a[i]===e)}},function(e,t,n){var r=n(30);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(14);e.exports=function(e,t,n,i){try{return i?t(r(n)[0],n[1]):t(n)}catch(t){var a=e.return;throw void 0!==a&&r(a.call(e)),t}}},function(e,t,n){"use strict";var r=n(58),i=n(21),a=n(35),l={};n(15)(l,n(4)("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=r(l,{next:i(1,n)}),a(e,t+" Iterator")}},function(e,t,n){var r=n(4)("iterator"),i=!1;try{var a=[7][r]();a.return=function(){i=!0},Array.from(a,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!i)return!1;var n=!1;try{var a=[7],l=a[r]();l.next=function(){return{done:n=!0}},a[r]=function(){return l},e(a)}catch(e){}return n}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t,n){var r=n(27)("meta"),i=n(19),a=n(12),l=n(9).f,o=0,s=Object.isExtensible||function(){return!0},u=!n(18)(function(){return s(Object.preventExtensions({}))}),c=function(e){l(e,r,{value:{i:"O"+ ++o,w:{}}})},d=e.exports={KEY:r,NEED:!1,fastKey:function(e,t){if(!i(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!a(e,r)){if(!s(e))return"F";if(!t)return"E";c(e)}return e[r].i},getWeak:function(e,t){if(!a(e,r)){if(!s(e))return!0;if(!t)return!1;c(e)}return e[r].w},onFreeze:function(e){return u&&d.NEED&&s(e)&&!a(e,r)&&c(e),e}}},function(e,t,n){"use strict";var r=n(25),i=n(34),a=n(26),l=n(39),o=n(56),s=Object.assign;e.exports=!s||n(18)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=s({},e)[n]||Object.keys(s({},t)).join("")!=r})?function(e,t){for(var n=l(e),s=arguments.length,u=1,c=i.f,d=a.f;s>u;)for(var f,h=o(arguments[u++]),p=c?r(h).concat(c(h)):r(h),v=p.length,y=0;v>y;)d.call(h,f=p[y++])&&(n[f]=h[f]);return n}:s},function(e,t,n){var r=n(9),i=n(14),a=n(25);e.exports=n(11)?Object.defineProperties:function(e,t){i(e);for(var n,l=a(t),o=l.length,s=0;o>s;)r.f(e,n=l[s++],t[n]);return e}},function(e,t,n){var r=n(26),i=n(21),a=n(16),l=n(40),o=n(12),s=n(55),u=Object.getOwnPropertyDescriptor;t.f=n(11)?u:function(e,t){if(e=a(e),t=l(t,!0),s)try{return u(e,t)}catch(e){}if(o(e,t))return i(!r.f.call(e,t),e[t])}},function(e,t,n){var r=n(16),i=n(59).f,a={}.toString,l="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return l&&"[object Window]"==a.call(e)?function(e){try{return i(e)}catch(e){return l.slice()}}(e):i(r(e))}},function(e,t,n){var r=n(12),i=n(39),a=n(36)("IE_PROTO"),l=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=i(e),r(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?l:null}},function(e,t,n){var r=n(38),i=n(31);e.exports=function(e){return function(t,n){var a,l,o=String(i(t)),s=r(n),u=o.length;return s<0||s>=u?e?"":void 0:(a=o.charCodeAt(s))<55296||a>56319||s+1===u||(l=o.charCodeAt(s+1))<56320||l>57343?e?o.charAt(s):a:e?o.slice(s,s+2):l-56320+(a-55296<<10)+65536}}},function(e,t,n){var r=n(38),i=Math.max,a=Math.min;e.exports=function(e,t){return(e=r(e))<0?i(e+t,0):a(e,t)}},function(e,t,n){var r=n(14),i=n(63);e.exports=n(7).getIterator=function(e){var t=i(e);if("function"!=typeof t)throw TypeError(e+" is not iterable!");return r(t.call(e))}},function(e,t,n){"use strict";var r=n(53),i=n(17),a=n(39),l=n(144),o=n(142),s=n(62),u=n(139),c=n(63);i(i.S+i.F*!n(146)(function(e){Array.from(e)}),"Array",{from:function(e){var t,n,i,d,f=a(e),h="function"==typeof this?this:Array,p=arguments.length,v=p>1?arguments[1]:void 0,y=void 0!==v,g=0,m=c(f);if(y&&(v=r(v,p>2?arguments[2]:void 0,2)),void 0==m||h==Array&&o(m))for(t=s(f.length),n=new h(t);t>g;g++)u(n,g,y?v(f[g],g):f[g]);else for(d=m.call(f),n=new h;!(i=d.next()).done;g++)u(n,g,y?l(d,v,[i.value,g],!0):i.value);return n.length=g,n}})},function(e,t,n){"use strict";var r=n(136),i=n(147),a=n(20),l=n(16);e.exports=n(57)(Array,"Array",function(e,t){this._t=l(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,i(1)):i(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])},"values"),a.Arguments=a.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(17);r(r.S+r.F,"Object",{assign:n(149)})},function(e,t,n){var r=n(17);r(r.S+r.F*!n(11),"Object",{defineProperty:n(9).f})},function(e,t){},function(e,t,n){"use strict";var r=n(8),i=n(12),a=n(11),l=n(17),o=n(61),s=n(148).KEY,u=n(18),c=n(37),d=n(35),f=n(27),h=n(4),p=n(42),v=n(41),y=n(140),g=n(143),m=n(14),_=n(19),T=n(16),b=n(40),M=n(21),K=n(58),k=n(152),x=n(151),C=n(9),A=n(25),w=x.f,L=C.f,D=k.f,B=r.Symbol,S=r.JSON,G=S&&S.stringify,W=h("_hidden"),z=h("toPrimitive"),O={}.propertyIsEnumerable,P=c("symbol-registry"),R=c("symbols"),j=c("op-symbols"),E=Object.prototype,I="function"==typeof B,N=r.QObject,F=!N||!N.prototype||!N.prototype.findChild,$=a&&u(function(){return 7!=K(L({},"a",{get:function(){return L(this,"a",{value:7}).a}})).a})?function(e,t,n){var r=w(E,t);r&&delete E[t],L(e,t,n),r&&e!==E&&L(E,t,r)}:L,V=function(e){var t=R[e]=K(B.prototype);return t._k=e,t},H=I&&"symbol"==typeof B.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof B},q=function(e,t,n){return e===E&&q(j,t,n),m(e),t=b(t,!0),m(n),i(R,t)?(n.enumerable?(i(e,W)&&e[W][t]&&(e[W][t]=!1),n=K(n,{enumerable:M(0,!1)})):(i(e,W)||L(e,W,M(1,{})),e[W][t]=!0),$(e,t,n)):L(e,t,n)},U=function(e,t){m(e);for(var n,r=y(t=T(t)),i=0,a=r.length;a>i;)q(e,n=r[i++],t[n]);return e},Y=function(e){var t=O.call(this,e=b(e,!0));return!(this===E&&i(R,e)&&!i(j,e))&&(!(t||!i(this,e)||!i(R,e)||i(this,W)&&this[W][e])||t)},X=function(e,t){if(e=T(e),t=b(t,!0),e!==E||!i(R,t)||i(j,t)){var n=w(e,t);return!n||!i(R,t)||i(e,W)&&e[W][t]||(n.enumerable=!0),n}},J=function(e){for(var t,n=D(T(e)),r=[],a=0;n.length>a;)i(R,t=n[a++])||t==W||t==s||r.push(t);return r},Z=function(e){for(var t,n=e===E,r=D(n?j:T(e)),a=[],l=0;r.length>l;)!i(R,t=r[l++])||n&&!i(E,t)||a.push(R[t]);return a};I||(o((B=function(){if(this instanceof B)throw TypeError("Symbol is not a constructor!");var e=f(arguments.length>0?arguments[0]:void 0),t=function(n){this===E&&t.call(j,n),i(this,W)&&i(this[W],e)&&(this[W][e]=!1),$(this,e,M(1,n))};return a&&F&&$(E,e,{configurable:!0,set:t}),V(e)}).prototype,"toString",function(){return this._k}),x.f=X,C.f=q,n(59).f=k.f=J,n(26).f=Y,n(34).f=Z,a&&!n(33)&&o(E,"propertyIsEnumerable",Y,!0),p.f=function(e){return V(h(e))}),l(l.G+l.W+l.F*!I,{Symbol:B});for(var Q="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ee=0;Q.length>ee;)h(Q[ee++]);for(var te=A(h.store),ne=0;te.length>ne;)v(te[ne++]);l(l.S+l.F*!I,"Symbol",{for:function(e){return i(P,e+="")?P[e]:P[e]=B(e)},keyFor:function(e){if(!H(e))throw TypeError(e+" is not a symbol!");for(var t in P)if(P[t]===e)return t},useSetter:function(){F=!0},useSimple:function(){F=!1}}),l(l.S+l.F*!I,"Object",{create:function(e,t){return void 0===t?K(e):U(K(e),t)},defineProperty:q,defineProperties:U,getOwnPropertyDescriptor:X,getOwnPropertyNames:J,getOwnPropertySymbols:Z}),S&&l(l.S+l.F*(!I||u(function(){var e=B();return"[null]"!=G([e])||"{}"!=G({a:e})||"{}"!=G(Object(e))})),"JSON",{stringify:function(e){for(var t,n,r=[e],i=1;arguments.length>i;)r.push(arguments[i++]);if(n=t=r[1],(_(t)||void 0!==e)&&!H(e))return g(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!H(t))return t}),r[1]=t,G.apply(S,r)}}),B.prototype[z]||n(15)(B.prototype,z,B.prototype.valueOf),d(B,"Symbol"),d(Math,"Math",!0),d(r.JSON,"JSON",!0)},function(e,t,n){n(41)("asyncIterator")},function(e,t,n){n(41)("observable")},function(e,t){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function i(e){if(u===setTimeout)return setTimeout(e,0);if((u===n||!u)&&setTimeout)return u=setTimeout,setTimeout(e,0);try{return u(e,0)}catch(t){try{return u.call(null,e,0)}catch(t){return u.call(this,e,0)}}}function a(){p&&f&&(p=!1,f.length?h=f.concat(h):v=-1,h.length&&l())}function l(){if(!p){var e=i(a);p=!0;for(var t=h.length;t;){for(f=h,h=[];++v<t;)f&&f[v].run();v=-1,t=h.length}f=null,p=!1,function(e){if(c===clearTimeout)return clearTimeout(e);if((c===r||!c)&&clearTimeout)return c=clearTimeout,clearTimeout(e);try{c(e)}catch(t){try{return c.call(null,e)}catch(t){return c.call(this,e)}}}(e)}}function o(e,t){this.fun=e,this.array=t}function s(){}var u,c,d=e.exports={};!function(){try{u="function"==typeof setTimeout?setTimeout:n}catch(e){u=n}try{c="function"==typeof clearTimeout?clearTimeout:r}catch(e){c=r}}();var f,h=[],p=!1,v=-1;d.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];h.push(new o(e,t)),1!==h.length||p||i(l)},o.prototype.run=function(){this.fun.apply(null,this.array)},d.title="browser",d.browser=!0,d.env={},d.argv=[],d.version="",d.versions={},d.on=s,d.addListener=s,d.once=s,d.off=s,d.removeListener=s,d.removeAllListeners=s,d.emit=s,d.prependListener=s,d.prependOnceListener=s,d.listeners=function(e){return[]},d.binding=function(e){throw new Error("process.binding is not supported")},d.cwd=function(){return"/"},d.chdir=function(e){throw new Error("process.chdir is not supported")},d.umask=function(){return 0}},function(e,t,n){(function(e,t){!function(e,n){"use strict";function r(e){delete o[e]}function i(e){if(s)setTimeout(i,0,e);else{var t=o[e];if(t){s=!0;try{!function(e){var t=e.callback,r=e.args;switch(r.length){case 0:t();break;case 1:t(r[0]);break;case 2:t(r[0],r[1]);break;case 3:t(r[0],r[1],r[2]);break;default:t.apply(n,r)}}(t)}finally{r(e),s=!1}}}}if(!e.setImmediate){var a,l=1,o={},s=!1,u=e.document,c=Object.getPrototypeOf&&Object.getPrototypeOf(e);c=c&&c.setTimeout?c:e,"[object process]"==={}.toString.call(e.process)?a=function(e){t.nextTick(function(){i(e)})}:function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?function(){var t="setImmediate$"+Math.random()+"$",n=function(n){n.source===e&&"string"==typeof n.data&&0===n.data.indexOf(t)&&i(+n.data.slice(t.length))};e.addEventListener?e.addEventListener("message",n,!1):e.attachEvent("onmessage",n),a=function(n){e.postMessage(t+n,"*")}}():e.MessageChannel?function(){var e=new MessageChannel;e.port1.onmessage=function(e){i(e.data)},a=function(t){e.port2.postMessage(t)}}():u&&"onreadystatechange"in u.createElement("script")?function(){var e=u.documentElement;a=function(t){var n=u.createElement("script");n.onreadystatechange=function(){i(t),n.onreadystatechange=null,e.removeChild(n),n=null},e.appendChild(n)}}():a=function(e){setTimeout(i,0,e)},c.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var r={callback:e,args:t};return o[l]=r,a(l),l++},c.clearImmediate=r}}("undefined"==typeof self?void 0===e?this:e:self)}).call(t,n(44),n(165))},function(e,t,n){(function(e){function r(e,t){this._id=e,this._clearFn=t}var i=Function.prototype.apply;t.setTimeout=function(){return new r(i.call(setTimeout,window,arguments),clearTimeout)},t.setInterval=function(){return new r(i.call(setInterval,window,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},r.prototype.unref=r.prototype.ref=function(){},r.prototype.close=function(){this._clearFn.call(window,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},n(166),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(t,n(44))},function(e,t,n){var r=n(0)(n(68),n(232),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(69),n(220),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(70),n(226),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(71),n(227),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(72),n(237),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(73),n(229),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(74),n(234),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(75),n(218),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(76),n(208),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(77),n(212),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(78),n(222),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(80),n(221),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(81),n(233),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(82),n(213),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(83),n(215),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(84),n(236),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(85),n(225),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(86),n(205),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(87),n(217),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(88),n(223),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(89),n(207),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(90),n(211),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(91),n(230),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(92),n(214),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(93),n(219),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(95),n(224),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(96),n(206),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(97),n(235),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(98),n(238),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(99),n(228),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(100),n(231),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(101),n(203),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(102),n(204),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(103),n(209),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(104),n(210),null,null,null);e.exports=r.exports},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"timepicker control",class:[e.size,{"is-expanded":e.expanded}]},[!e.isMobile||e.inline?n("b-dropdown",{ref:"dropdown",attrs:{position:e.position,disabled:e.disabled,inline:e.inline}},[e.inline?e._e():n("b-input",e._b({ref:"input",attrs:{slot:"trigger",autocomplete:"off",value:e.formatValue(e.dateSelected),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,loading:e.loading,disabled:e.disabled,readonly:e.readonly,rounded:e.rounded},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChange(t.target.value)}},slot:"trigger"},"b-input",e.$attrs,!1)),e._v(" "),n("b-dropdown-item",{attrs:{disabled:e.disabled,custom:""}},[n("div",{staticClass:"pagination-list"},[n("b-field",[n("b-select",{attrs:{disabled:e.disabled,placeholder:"00"},nativeOn:{change:function(t){e.onHoursChange(t.target.value)}},model:{value:e.hoursSelected,callback:function(t){e.hoursSelected=t},expression:"hoursSelected"}},e._l(e.hours,function(t){return n("option",{key:t.value,attrs:{disabled:e.isHourDisabled(t.value)},domProps:{value:t.value}},[e._v("\n "+e._s(t.label)+"\n ")])})),e._v(" "),n("b-select",{attrs:{disabled:e.disabled,placeholder:"00"},nativeOn:{change:function(t){e.onMinutesChange(t.target.value)}},model:{value:e.minutesSelected,callback:function(t){e.minutesSelected=t},expression:"minutesSelected"}},e._l(e.minutes,function(t){return n("option",{key:t.value,attrs:{disabled:e.isMinuteDisabled(t.value)},domProps:{value:t.value}},[e._v("\n "+e._s(t.label)+"\n ")])})),e._v(" "),e.isHourFormat24?e._e():n("b-select",{attrs:{disabled:e.disabled},nativeOn:{change:function(t){e.onMeridienChange(t.target.value)}},model:{value:e.meridienSelected,callback:function(t){e.meridienSelected=t},expression:"meridienSelected"}},e._l(e.meridiens,function(t){return n("option",{key:t,domProps:{value:t}},[e._v("\n "+e._s(t)+"\n ")])}))],1)],1),e._v(" "),void 0!==e.$slots.default&&e.$slots.default.length?n("footer",{staticClass:"timepicker-footer"},[e._t("default")],2):e._e()])],1):n("b-input",e._b({ref:"input",attrs:{type:"time",autocomplete:"off",value:e.formatHHMMSS(e.value),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,loading:e.loading,max:e.formatHHMMSS(e.maxTime),min:e.formatHHMMSS(e.minTime),disabled:e.disabled,readonly:!1},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChangeNativePicker(t)}}},"b-input",e.$attrs,!1))],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{"enter-active-class":e.transition.enter,"leave-active-class":e.transition.leave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive,expression:"isActive"}],staticClass:"toast",class:[e.type,e.position]},[n("div",{domProps:{innerHTML:e._s(e.message)}})])])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pagination",class:e.rootClasses},[n("a",{staticClass:"pagination-previous",attrs:{role:"button",href:"#",disabled:!e.hasPrev},on:{click:function(t){t.preventDefault(),e.prev(t)}}},[n("b-icon",{attrs:{icon:"chevron-left",both:""}})],1),e._v(" "),n("a",{staticClass:"pagination-next",attrs:{role:"button",href:"#",disabled:!e.hasNext},on:{click:function(t){t.preventDefault(),e.next(t)}}},[n("b-icon",{attrs:{icon:"chevron-right",both:""}})],1),e._v(" "),e.simple?e._e():n("ul",{staticClass:"pagination-list"},[e.hasFirst?n("li",[n("a",{staticClass:"pagination-link",attrs:{role:"button",href:"#"},on:{click:function(t){t.preventDefault(),e.first(t)}}},[e._v("\n 1\n ")])]):e._e(),e._v(" "),e.hasFirstEllipsis?n("li",[n("span",{staticClass:"pagination-ellipsis"},[e._v("โฆ")])]):e._e(),e._v(" "),e._l(e.pagesInRange,function(t){return n("li",{key:t.number},[n("a",{staticClass:"pagination-link",class:{"is-current":t.isCurrent},attrs:{role:"button",href:"#"},on:{click:function(e){e.preventDefault(),t.click(e)}}},[e._v("\n "+e._s(t.number)+"\n ")])])}),e._v(" "),e.hasLastEllipsis?n("li",[n("span",{staticClass:"pagination-ellipsis"},[e._v("โฆ")])]):e._e(),e._v(" "),e.hasLast?n("li",[n("a",{staticClass:"pagination-link",attrs:{role:"button",href:"#"},on:{click:function(t){t.preventDefault(),e.last(t)}}},[e._v("\n "+e._s(e.pageCount)+"\n ")])]):e._e()],2),e._v(" "),e.simple?n("small",{staticClass:"info"},[e._v("\n "+e._s(e.firstItem)+"-"+e._s(Math.min(e.current*e.perPage,e.total))+" / "+e._s(e.total)+"\n ")]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.transitionName}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive&&e.visible,expression:"isActive && visible"}],staticClass:"tab-item"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control"},[n("label",{ref:"label",staticClass:"b-radio radio button",class:[e.newValue===e.nativeValue?e.type:null,e.size],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[e._t("default"),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"radio",disabled:e.disabled,name:e.name},domProps:{value:e.nativeValue,checked:e._q(e.newValue,e.nativeValue)},on:{change:function(t){e.newValue=e.nativeValue}}})],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"dropdown",class:e.rootClasses},[e.inline?e._e():n("div",{ref:"trigger",staticClass:"dropdown-trigger",attrs:{role:"button"},on:{click:e.toggle}},[e._t("trigger")],2),e._v(" "),n("transition",{attrs:{name:"fade"}},[e.isMobileModal?n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive,expression:"isActive"}],staticClass:"background"}):e._e()]),e._v(" "),n("transition",{attrs:{name:"fade"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive||e.hoverable||e.inline,expression:"isActive || hoverable || inline"}],ref:"dropdownMenu",staticClass:"dropdown-menu"},[n("div",{staticClass:"dropdown-content"},[e._t("default")],2)])])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("span",{class:[e.newType,e.position,e.size,{tooltip:e.active,"is-square":e.square,"is-animated":e.newAnimated,"is-always":e.always,"is-multiline":e.multilined,"is-dashed":e.dashed}],attrs:{"data-label":e.label}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{staticClass:"upload control"},[e.dragDrop?n("div",{staticClass:"upload-draggable",class:[e.type,{"is-loading":e.loading,"is-disabled":e.disabled,"is-hovered":e.dragDropFocus}],on:{dragover:function(t){t.preventDefault(),e.updateDragDropFocus(!0)},dragleave:function(t){t.preventDefault(),e.updateDragDropFocus(!1)},dragenter:function(t){t.preventDefault(),e.updateDragDropFocus(!0)},drop:function(t){t.preventDefault(),e.onFileChange(t)}}},[e._t("default")],2):[e._t("default")],e._v(" "),n("input",e._b({ref:"input",attrs:{type:"file",multiple:e.multiple,accept:e.accept,disabled:e.disabled},on:{change:e.onFileChange}},"input",e.$attrs,!1))],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control",class:{"is-expanded":e.expanded,"has-icons-left":e.icon}},[n("span",{staticClass:"select",class:e.spanClasses},[n("select",e._b({directives:[{name:"model",rawName:"v-model",value:e.selected,expression:"selected"}],ref:"select",attrs:{multiple:e.multiple,size:e.nativeSize},on:{blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()},focus:function(t){e.$emit("focus",t)},change:function(t){var n=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.selected=t.target.multiple?n:n[0]}}},"select",e.$attrs,!1),[e.placeholder?n("option",{attrs:{selected:"",disabled:"",hidden:""},domProps:{value:null}},[e._v("\n "+e._s(e.placeholder)+"\n ")]):e._e(),e._v(" "),e._t("default")],2)]),e._v(" "),e.icon?n("b-icon",{staticClass:"is-left",attrs:{icon:e.icon,pack:e.iconPack,size:e.iconSize}}):e._e()],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.separator?n("hr",{staticClass:"dropdown-divider"}):e.custom||e.hasLink?n("div",{class:e.itemClasses,on:{click:e.selectItem}},[e._t("default")],2):n("a",{staticClass:"dropdown-item",class:e.anchorClasses,on:{click:e.selectItem}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.animation}},[e.isActive?n("div",{staticClass:"loading-overlay is-active",class:{"is-full-page":e.isFullPage}},[n("div",{staticClass:"loading-background",on:{click:e.cancel}}),e._v(" "),n("div",{staticClass:"loading-icon"})]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{ref:"label",staticClass:"switch",class:[e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()},mousedown:function(t){e.isMouseDown=!0},mouseup:function(t){e.isMouseDown=!1},mouseout:function(t){e.isMouseDown=!1},blur:function(t){e.isMouseDown=!1}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"checkbox",disabled:e.disabled,name:e.name,"true-value":e.trueValue,"false-value":e.falseValue},domProps:{value:e.nativeValue,checked:Array.isArray(e.newValue)?e._i(e.newValue,e.nativeValue)>-1:e._q(e.newValue,e.trueValue)},on:{click:function(e){e.stopPropagation()},change:function(t){var n=e.newValue,r=t.target,i=r.checked?e.trueValue:e.falseValue;if(Array.isArray(n)){var a=e.nativeValue,l=e._i(n,a);r.checked?l<0&&(e.newValue=n.concat([a])):l>-1&&(e.newValue=n.slice(0,l).concat(n.slice(l+1)))}else e.newValue=i}}}),e._v(" "),n("span",{staticClass:"check",class:[{"is-elastic":e.isMouseDown&&!e.disabled},e.type]}),e._v(" "),n("span",{staticClass:"control-label"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"fade"}},[e.isActive?n("article",{staticClass:"message",class:[e.type,e.size]},[e.title?n("header",{staticClass:"message-header"},[n("p",[e._v(e._s(e.title))]),e._v(" "),e.closable?n("button",{staticClass:"delete",attrs:{type:"button"},on:{click:e.close}}):e._e()]):e._e(),e._v(" "),n("section",{staticClass:"message-body"},[n("div",{staticClass:"media"},[e.icon&&e.hasIcon?n("div",{staticClass:"media-left"},[n("b-icon",{class:e.type,attrs:{icon:e.icon,both:"",size:e.newIconSize}})],1):e._e(),e._v(" "),n("div",{staticClass:"media-content"},[e._t("default")],2)])])]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.visible?n("td",{class:e.rootClasses,attrs:{"data-label":e.label}},[n("span",[e._t("default")],2)]):e._e()},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("nav",{staticClass:"panel"},[n("div",{staticClass:"panel-heading",class:{"is-collapsible":e.collapsible},on:{click:e.toggle}},[e.header?n("span",{domProps:{innerHTML:e._s(e.header)}}):e._t("header"),e._v(" "),e.collapsible?n("b-icon",{staticClass:"is-pulled-right",attrs:{both:"",icon:e.isOpen?"menu-up":"menu-down"}}):e._e()],2),e._v(" "),n("transition",{attrs:{name:e.animation}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isOpen,expression:"isOpen"}],staticClass:"panel-content",class:{"panel-block":!e.hasCustomTemplate}},[e.content?n("div",{domProps:{innerHTML:e._s(e.content)}}):e._t("default")],2)])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.animation}},[e.isActive?n("div",{staticClass:"dialog modal is-active",class:e.size},[n("div",{staticClass:"modal-background",on:{click:function(t){e.cancel("outside")}}}),e._v(" "),n("div",{staticClass:"modal-card animation-content"},[e.title?n("header",{staticClass:"modal-card-head"},[n("p",{staticClass:"modal-card-title"},[e._v(e._s(e.title))])]):e._e(),e._v(" "),n("section",{staticClass:"modal-card-body",class:{"is-titleless":!e.title,"is-flex":e.hasIcon}},[n("div",{staticClass:"media"},[e.hasIcon?n("div",{staticClass:"media-left"},[n("b-icon",{attrs:{icon:e.icon?e.icon:e.iconByType,pack:e.iconPack,type:e.type,both:!e.icon,size:"is-large"}})],1):e._e(),e._v(" "),n("div",{staticClass:"media-content"},[n("p",{domProps:{innerHTML:e._s(e.message)}}),e._v(" "),e.hasInput?n("div",{staticClass:"field"},[n("div",{staticClass:"control"},[n("input",e._b({directives:[{name:"model",rawName:"v-model",value:e.prompt,expression:"prompt"}],ref:"input",staticClass:"input",class:{"is-danger":e.validationMessage},domProps:{value:e.prompt},on:{keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;e.confirm(t)},input:function(t){t.target.composing||(e.prompt=t.target.value)}}},"input",e.inputAttrs,!1))]),e._v(" "),n("p",{staticClass:"help is-danger"},[e._v(e._s(e.validationMessage))])]):e._e()])])]),e._v(" "),n("footer",{staticClass:"modal-card-foot"},[e.showCancel?n("button",{ref:"cancelButton",staticClass:"button",on:{click:function(t){e.cancel("button")}}},[e._v("\n "+e._s(e.cancelText)+"\n ")]):e._e(),e._v(" "),n("button",{ref:"confirmButton",staticClass:"button",class:e.type,on:{click:e.confirm}},[e._v("\n "+e._s(e.confirmText)+"\n ")])])])]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"b-table",class:{"is-loading":e.loading}},[e.mobileCards&&e.hasSortablenewColumns?n("b-table-mobile-sort",{attrs:{"current-sort-column":e.currentSortColumn,"is-asc":e.isAsc,columns:e.newColumns},on:{sort:function(t){return e.sort(t)}}}):e._e(),e._v(" "),n("div",{staticClass:"table-wrapper"},[n("table",{staticClass:"table",class:e.tableClasses,attrs:{tabindex:!!e.focusable&&0},on:{keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38,t.key))return null;t.preventDefault(),e.pressedArrow(-1)},function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40,t.key))return null;t.preventDefault(),e.pressedArrow(1)}]}},[e.newColumns.length?n("thead",[n("tr",[e.detailed?n("th",{attrs:{width:"40px"}}):e._e(),e._v(" "),e.checkable?n("th",{staticClass:"checkbox-cell"},[n("b-checkbox",{attrs:{value:e.isAllChecked},nativeOn:{change:function(t){e.checkAll(t)}}})],1):e._e(),e._v(" "),e._l(e.newColumns,function(t,r){return t.visible||void 0===t.visible?n("th",{key:r,class:{"is-current-sort":e.currentSortColumn===t,"is-sortable":t.sortable},style:{width:t.width+"px"},on:{click:function(n){n.stopPropagation(),e.sort(t)}}},[n("div",{staticClass:"th-wrap",class:{"is-numeric":t.numeric,"is-centered":t.centered}},[e.$scopedSlots.header?e._t("header",null,{column:t,index:r}):[e._v(e._s(t.label))],e._v(" "),n("b-icon",{directives:[{name:"show",rawName:"v-show",value:e.currentSortColumn===t,expression:"currentSortColumn === column"}],class:{"is-desc":!e.isAsc},attrs:{icon:"arrow-up",both:"",size:"is-small"}})],2)]):e._e()})],2)]):e._e(),e._v(" "),e.visibleData.length?n("tbody",[e._l(e.visibleData,function(t,r){return[n("tr",{key:r,class:[e.rowClass(t,r),{"is-selected":t===e.selected,"is-checked":e.isRowChecked(t)}],on:{click:function(n){e.selectRow(t)},dblclick:function(n){e.$emit("dblclick",t)}}},[e.detailed?n("td",[e.hasDetailedVisible(t)?n("a",{attrs:{role:"button"},on:{click:function(n){n.stopPropagation(),e.toggleDetails(t)}}},[n("b-icon",{class:{"is-expanded":e.isVisibleDetailRow(t)},attrs:{icon:"chevron-right",both:""}})],1):e._e()]):e._e(),e._v(" "),e.checkable?n("td",{staticClass:"checkbox-cell"},[n("b-checkbox",{attrs:{disabled:!e.isRowCheckable(t),value:e.isRowChecked(t)},nativeOn:{change:function(n){e.checkRow(t)}}})],1):e._e(),e._v(" "),e.$scopedSlots.default?e._t("default",null,{row:t,index:r}):e._l(e.newColumns,function(r){return n("BTableColumn",e._b({key:r.field,attrs:{internal:""}},"BTableColumn",r,!1),[r.renderHtml?n("span",{domProps:{innerHTML:e._s(e.getValueByPath(t,r.field))}}):[e._v("\n "+e._s(e.getValueByPath(t,r.field))+"\n ")]],2)})],2),e._v(" "),e.detailed&&e.isVisibleDetailRow(t)?n("tr",{staticClass:"detail"},[n("td",{attrs:{colspan:e.columnCount}},[n("div",{staticClass:"detail-container"},[e._t("detail",null,{row:t,index:r})],2)])]):e._e()]})],2):n("tbody",[n("tr",{staticClass:"is-empty"},[n("td",{attrs:{colspan:e.columnCount}},[e._t("empty")],2)])]),e._v(" "),void 0!==e.$slots.footer?n("tfoot",[n("tr",{staticClass:"table-footer"},[e.hasCustomFooterSlot()?e._t("footer"):n("th",{attrs:{colspan:e.columnCount}},[e._t("footer")],2)],2)]):e._e()])]),e._v(" "),e.checkable||e.paginated?n("div",{staticClass:"level"},[n("div",{staticClass:"level-left"},[e._t("bottom-left")],2),e._v(" "),n("div",{staticClass:"level-right"},[e.paginated?n("div",{staticClass:"level-item"},[n("b-pagination",{attrs:{total:e.newDataTotal,"per-page":e.perPage,simple:e.paginationSimple,size:e.paginationSize,current:e.newCurrentPage},on:{change:e.pageChanged}})],1):e._e()])]):e._e()],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{ref:"label",staticClass:"b-checkbox checkbox",class:[e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"checkbox",disabled:e.disabled,name:e.name,"true-value":e.trueValue,"false-value":e.falseValue},domProps:{value:e.nativeValue,checked:Array.isArray(e.newValue)?e._i(e.newValue,e.nativeValue)>-1:e._q(e.newValue,e.trueValue)},on:{change:function(t){var n=e.newValue,r=t.target,i=r.checked?e.trueValue:e.falseValue;if(Array.isArray(n)){var a=e.nativeValue,l=e._i(n,a);r.checked?l<0&&(e.newValue=n.concat([a])):l>-1&&(e.newValue=n.slice(0,l).concat(n.slice(l+1)))}else e.newValue=i}}}),e._v(" "),n("span",{staticClass:"check"}),e._v(" "),n("span",{staticClass:"control-label"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("span",{staticClass:"icon",class:[e.newType,e.size]},[n("i",{class:[e.newPack,e.newIcon,e.newCustomSize,e.customClass]})])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"field",class:[e.rootClasses,e.fieldType()]},[e.horizontal?n("div",{staticClass:"field-label is-normal",class:e.customClass},[e.label?n("label",{staticClass:"label",attrs:{for:e.labelFor}},[e._v("\n "+e._s(e.label)+"\n ")]):e._e()]):[e.label?n("label",{staticClass:"label",class:e.customClass,attrs:{for:e.labelFor}},[e._v("\n "+e._s(e.label)+"\n ")]):e._e()],e._v(" "),e.horizontal?n("b-field-body",{attrs:{message:e.newMessage?e.formattedMessage:"",type:e.newType}},[e._t("default")],2):[e._t("default")],e._v(" "),e.newMessage&&!e.horizontal?n("p",{staticClass:"help",class:e.newType,domProps:{innerHTML:e._s(e.formattedMessage)}}):e._e()],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{ref:"label",staticClass:"b-radio radio",class:[e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"radio",disabled:e.disabled,name:e.name},domProps:{value:e.nativeValue,checked:e._q(e.newValue,e.nativeValue)},on:{change:function(t){e.newValue=e.nativeValue}}}),e._v(" "),n("span",{staticClass:"check"}),e._v(" "),n("span",{staticClass:"control-label"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"field table-mobile-sort"},[n("div",{staticClass:"field has-addons"},[n("b-select",{attrs:{expanded:""},model:{value:e.mobileSort,callback:function(t){e.mobileSort=t},expression:"mobileSort"}},e._l(e.columns,function(t,r){return t.sortable?n("option",{key:r,domProps:{value:t}},[e._v("\n "+e._s(t.label)+"\n ")]):e._e()})),e._v(" "),n("div",{staticClass:"control"},[n("button",{staticClass:"button is-primary",on:{click:e.sort}},[n("b-icon",{directives:[{name:"show",rawName:"v-show",value:e.currentSortColumn===e.mobileSort,expression:"currentSortColumn === mobileSort"}],class:{"is-desc":!e.isAsc},attrs:{icon:"arrow-up",size:"is-small",both:""}})],1)])],1)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"fade"}},[e.isActive?n("article",{staticClass:"notification",class:e.type},[e.closable?n("button",{staticClass:"delete",attrs:{type:"button"},on:{click:e.close}}):e._e(),e._v(" "),n("div",{staticClass:"media"},[e.icon&&e.hasIcon?n("div",{staticClass:"media-left"},[n("b-icon",{attrs:{icon:e.icon,both:"",size:"is-large"}})],1):e._e(),e._v(" "),n("div",{staticClass:"media-content"},[e._t("default")],2)])]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control"},[n("label",{ref:"label",staticClass:"b-checkbox checkbox button",class:[e.checked?e.type:null,e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[e._t("default"),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"checkbox",disabled:e.disabled,name:e.name},domProps:{value:e.nativeValue,checked:Array.isArray(e.newValue)?e._i(e.newValue,e.nativeValue)>-1:e.newValue},on:{change:function(t){var n=e.newValue,r=t.target,i=!!r.checked;if(Array.isArray(n)){var a=e.nativeValue,l=e._i(n,a);r.checked?l<0&&(e.newValue=n.concat([a])):l>-1&&(e.newValue=n.slice(0,l).concat(n.slice(l+1)))}else e.newValue=i}}})],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"collapse"},[n("div",{staticClass:"collapse-trigger",on:{click:e.toggle}},[e._t("trigger",null,{open:e.isOpen})],2),e._v(" "),n("transition",{attrs:{name:e.animation}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isOpen,expression:"isOpen"}],staticClass:"collapse-content"},[e._t("default")],2)])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"tags",class:{"has-addons":e.attached}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",{staticClass:"datepicker-table"},[n("header",{staticClass:"datepicker-header"},e._l(e.visibleDayNames,function(t,r){return n("div",{key:r,staticClass:"datepicker-cell"},[e._v("\n "+e._s(t)+"\n ")])})),e._v(" "),n("div",{staticClass:"datepicker-body",class:{"has-events":e.hasEvents}},e._l(e.weeksInThisMonth(e.focused.month,e.focused.year),function(t,r){return n("b-datepicker-table-row",{key:r,attrs:{"selected-date":e.value,week:t,month:e.focused.month,"min-date":e.minDate,"max-date":e.maxDate,disabled:e.disabled,"unselectable-dates":e.unselectableDates,"unselectable-days-of-week":e.unselectableDaysOfWeek,"selectable-dates":e.selectableDates,events:e.eventsInThisWeek(t,r),indicators:e.indicators},on:{select:e.updateSelectedDate}})}))])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{"enter-active-class":e.transition.enter,"leave-active-class":e.transition.leave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive,expression:"isActive"}],staticClass:"snackbar",class:[e.type,e.position]},[n("p",{staticClass:"text"},[e._v(e._s(e.message))]),e._v(" "),e.actionText?n("div",{staticClass:"action",class:e.type,on:{click:e.action}},[n("button",{staticClass:"button is-dark"},[e._v(e._s(e.actionText))])]):e._e()])])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"taginput control",class:e.rootClasses},[n("div",{staticClass:"taginput-container",class:[e.statusType,e.size,e.containerClasses],attrs:{disabled:e.disabled},on:{click:function(t){e.hasInput&&e.focus(t)}}},[e._l(e.tags,function(t,r){return n("b-tag",{key:r,attrs:{type:e.type,size:e.size,rounded:e.rounded,attached:e.attached,tabstop:!1,disabled:e.disabled,closable:""},on:{close:function(t){e.removeTag(r)}}},[e._v("\n "+e._s(e.getNormalizedTagText(t))+"\n ")])}),e._v(" "),e.hasInput?n("b-autocomplete",e._b({ref:"autocomplete",attrs:{data:e.data,field:e.field,icon:e.icon,"icon-pack":e.iconPack,maxlength:e.maxlength,"has-counter":!1,size:e.size,disabled:e.disabled,loading:e.loading,"keep-first":""},on:{focus:e.onFocus,blur:e.customOnBlur,select:e.onSelect},nativeOn:{keydown:function(t){e.keydown(t)}},scopedSlots:e._u([{key:e.defaultSlotName,fn:function(t){return[e._t("default",null,{option:t.option,index:t.index})]}}]),model:{value:e.newTag,callback:function(t){e.newTag=t},expression:"newTag"}},"b-autocomplete",e.$attrs,!1),[n("template",{slot:e.emptySlotName},[e._t("empty")],2)],2):e._e()],2),e._v(" "),e.maxtags||e.maxlength?n("p",{staticClass:"help counter"},[e.maxlength&&e.valueLength>0?[e._v("\n "+e._s(e.valueLength)+" / "+e._s(e.maxlength)+"\n ")]:e.maxtags?[e._v("\n "+e._s(e.tagsLength)+" / "+e._s(e.maxtags)+"\n ")]:e._e()],2):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"autocomplete control",class:{"is-expanded":e.expanded}},[n("b-input",e._b({ref:"input",attrs:{size:e.size,loading:e.loading,rounded:e.rounded,icon:e.icon,"icon-pack":e.iconPack,maxlength:e.maxlength,autocomplete:"off"},on:{focus:e.focused,blur:e.onBlur},nativeOn:{keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"esc",27,t.key))return null;t.preventDefault(),e.isActive=!1},keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"tab",9,t.key))return null;e.tabPressed(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault(),e.enterPressed(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38,t.key))return null;t.preventDefault(),e.keyArrows("up")},function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40,t.key))return null;t.preventDefault(),e.keyArrows("down")}]},model:{value:e.newValue,callback:function(t){e.newValue=t},expression:"newValue"}},"b-input",e.$attrs,!1)),e._v(" "),n("transition",{attrs:{name:"fade"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive&&(e.data.length>0||e.hasEmptySlot),expression:"isActive && (data.length > 0 || hasEmptySlot)"}],ref:"dropdown",staticClass:"dropdown-menu",class:{"is-opened-top":!e.isListInViewportVertically}},[n("div",{staticClass:"dropdown-content"},[e._l(e.data,function(t,r){return n("a",{key:r,staticClass:"dropdown-item",class:{"is-hovered":t===e.hovered},on:{click:function(n){e.setSelected(t)}}},[e.hasDefaultSlot?e._t("default",null,{option:t,index:r}):n("span",{domProps:{innerHTML:e._s(e.getValue(t,!0))}})],2)}),e._v(" "),0===e.data.length?n("div",{staticClass:"dropdown-item is-disabled"},[e._t("empty")],2):e._e()],2)])])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control",class:e.rootClasses},["textarea"!==e.type?n("input",e._b({ref:"input",staticClass:"input",class:e.inputClasses,attrs:{type:e.newType,autocomplete:e.newAutocomplete,maxlength:e.maxlength},domProps:{value:e.newValue},on:{input:e.onInput,blur:e.onBlur,focus:e.onFocus}},"input",e.$attrs,!1)):n("textarea",e._b({ref:"textarea",staticClass:"textarea",class:e.inputClasses,attrs:{maxlength:e.maxlength},domProps:{value:e.newValue},on:{input:e.onInput,blur:e.onBlur,focus:e.onFocus}},"textarea",e.$attrs,!1)),e._v(" "),e.icon?n("b-icon",{staticClass:"is-left",attrs:{icon:e.icon,pack:e.iconPack,size:e.iconSize}}):e._e(),e._v(" "),e.loading||!e.passwordReveal&&!e.statusType?e._e():n("b-icon",{staticClass:"is-right",class:{"is-clickable":e.passwordReveal},attrs:{icon:e.passwordReveal?e.passwordVisibleIcon:e.statusTypeIcon,pack:e.iconPack,size:e.iconSize,type:e.passwordReveal?"is-primary":e.statusType,both:""},nativeOn:{click:function(t){e.togglePasswordVisibility(t)}}}),e._v(" "),e.maxlength&&e.hasCounter?n("small",{staticClass:"help counter",class:{"is-invisible":!e.isFocused}},[e._v("\n "+e._s(e.valueLength)+" / "+e._s(e.maxlength)+"\n ")]):e._e()],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"datepicker-row"},[e._l(e.week,function(t,r){return[e.selectableDate(t)&&!e.disabled?n("a",{key:r,staticClass:"datepicker-cell",class:[e.classObject(t),{"has-event":e.eventsDateMatch(t)},e.indicators],attrs:{role:"button",href:"#",disabled:e.disabled},on:{click:function(n){n.preventDefault(),e.emitChosenDate(t)},keydown:[function(n){if(!("button"in n)&&e._k(n.keyCode,"enter",13,n.key))return null;n.preventDefault(),e.emitChosenDate(t)},function(n){if(!("button"in n)&&e._k(n.keyCode,"space",32,n.key))return null;n.preventDefault(),e.emitChosenDate(t)}]}},[e._v("\n "+e._s(t.getDate())+"\n\n "),e.eventsDateMatch(t)?n("div",{staticClass:"events"},e._l(e.eventsDateMatch(t),function(e,t){return n("div",{key:t,staticClass:"event",class:e.type})})):e._e()]):n("div",{key:r,staticClass:"datepicker-cell",class:e.classObject(t)},[e._v("\n "+e._s(t.getDate())+"\n ")])]})],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"b-tabs",class:{"is-fullwidth":e.expanded}},[n("nav",{staticClass:"tabs",class:e.navClasses},[n("ul",e._l(e.tabItems,function(t,r){return n("li",{directives:[{name:"show",rawName:"v-show",value:t.visible,expression:"tabItem.visible"}],key:r,class:{"is-active":e.activeTab===r,"is-disabled":t.disabled}},[n("a",{on:{click:function(t){e.tabClick(r)}}},[t.$slots.header?[n("b-slot-component",{attrs:{component:t,name:"header",tag:"span",event:"updated"}})]:[t.icon?n("b-icon",{attrs:{icon:t.icon,pack:t.iconPack,size:e.size}}):e._e(),e._v(" "),n("span",[e._v(e._s(t.label))])]],2)])}))]),e._v(" "),n("section",{staticClass:"tab-content"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.animation}},[e.isActive?n("div",{staticClass:"modal is-active"},[n("div",{staticClass:"modal-background",on:{click:function(t){e.cancel("outside")}}}),e._v(" "),n("div",{staticClass:"animation-content",class:{"modal-content":!e.hasModalCard},style:{maxWidth:e.newWidth}},[e.component?n(e.component,e._g(e._b({tag:"component",on:{close:e.close}},"component",e.props,!1),e.events)):e.content?n("div",{domProps:{innerHTML:e._s(e.content)}}):e._t("default")],2),e._v(" "),e.showX?n("button",{staticClass:"modal-close is-large",attrs:{type:"button"},on:{click:function(t){e.cancel("x")}}}):e._e()]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"datepicker control",class:[e.size,{"is-expanded":e.expanded}]},[!e.isMobile||e.inline?n("b-dropdown",{ref:"dropdown",attrs:{position:e.position,disabled:e.disabled,inline:e.inline}},[e.inline?e._e():n("b-input",e._b({ref:"input",attrs:{slot:"trigger",autocomplete:"off",value:e.formatValue(e.dateSelected),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,rounded:e.rounded,loading:e.loading,disabled:e.disabled,readonly:e.readonly},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChange(t.target.value)}},slot:"trigger"},"b-input",e.$attrs,!1)),e._v(" "),n("b-dropdown-item",{attrs:{disabled:e.disabled,custom:""}},[n("header",{staticClass:"datepicker-header"},[void 0!==e.$slots.header&&e.$slots.header.length?[e._t("header")]:n("div",{staticClass:"pagination field is-centered"},[e.isFirstMonth||e.disabled?e._e():n("a",{staticClass:"pagination-previous",attrs:{role:"button",href:"#",disabled:e.disabled},on:{click:function(t){t.preventDefault(),e.decrementMonth(t)},keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault(),e.decrementMonth(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.decrementMonth(t)}]}},[n("b-icon",{attrs:{icon:"chevron-left",pack:e.iconPack,both:"",type:"is-primary is-clickable"}})],1),e._v(" "),n("a",{directives:[{name:"show",rawName:"v-show",value:!e.isLastMonth&&!e.disabled,expression:"!isLastMonth && !disabled"}],staticClass:"pagination-next",attrs:{role:"button",href:"#",disabled:e.disabled},on:{click:function(t){t.preventDefault(),e.incrementMonth(t)},keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault(),e.incrementMonth(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.incrementMonth(t)}]}},[n("b-icon",{attrs:{icon:"chevron-right",pack:e.iconPack,both:"",type:"is-primary is-clickable"}})],1),e._v(" "),n("div",{staticClass:"pagination-list"},[n("b-field",[n("b-select",{attrs:{disabled:e.disabled},model:{value:e.focusedDateData.month,callback:function(t){e.$set(e.focusedDateData,"month",t)},expression:"focusedDateData.month"}},e._l(e.monthNames,function(t,r){return n("option",{key:t,domProps:{value:r}},[e._v("\n "+e._s(t)+"\n ")])})),e._v(" "),n("b-select",{attrs:{disabled:e.disabled},model:{value:e.focusedDateData.year,callback:function(t){e.$set(e.focusedDateData,"year",t)},expression:"focusedDateData.year"}},e._l(e.listOfYears,function(t){return n("option",{key:t,domProps:{value:t}},[e._v("\n "+e._s(t)+"\n ")])}))],1)],1)])],2),e._v(" "),n("b-datepicker-table",{attrs:{"day-names":e.dayNames,"month-names":e.monthNames,"first-day-of-week":e.firstDayOfWeek,"min-date":e.minDate,"max-date":e.maxDate,focused:e.focusedDateData,disabled:e.disabled,"unselectable-dates":e.unselectableDates,"unselectable-days-of-week":e.unselectableDaysOfWeek,"selectable-dates":e.selectableDates,events:e.events,indicators:e.indicators},on:{close:function(t){e.$refs.dropdown.isActive=!1}},model:{value:e.dateSelected,callback:function(t){e.dateSelected=t},expression:"dateSelected"}}),e._v(" "),void 0!==e.$slots.default&&e.$slots.default.length?n("footer",{staticClass:"datepicker-footer"},[e._t("default")],2):e._e()],1)],1):n("b-input",e._b({ref:"input",attrs:{type:"date",autocomplete:"off",value:e.formatYYYYMMDD(e.value),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,loading:e.loading,max:e.formatYYYYMMDD(e.maxDate),min:e.formatYYYYMMDD(e.minDate),disabled:e.disabled,readonly:!1},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChangeNativePicker(t)}}},"b-input",e.$attrs,!1))],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.attached&&e.closable?n("div",{staticClass:"tags has-addons"},[n("span",{staticClass:"tag",class:[e.type,e.size,{"is-rounded":e.rounded}]},[e._t("default")],2),e._v(" "),n("a",{staticClass:"tag is-delete",class:[e.size,{"is-rounded":e.rounded}],attrs:{role:"button",tabindex:!!e.tabstop&&0,disabled:e.disabled},on:{click:function(t){e.close()},keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"delete",[8,46],t.key))return null;t.preventDefault(),e.close()}}})]):n("span",{staticClass:"tag",class:[e.type,e.size,{"is-rounded":e.rounded}]},[e._t("default"),e._v(" "),e.closable?n("a",{staticClass:"delete is-small",attrs:{role:"button",disabled:e.disabled,tabindex:!!e.tabstop&&0},on:{click:function(t){e.close()},keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"delete",[8,46],t.key))return null;t.preventDefault(),e.close()}}}):e._e()],2)},staticRenderFns:[]}},function(e,t,n){e.exports=n(67)}])},function(e,t,n){"use strict";function r(e,t){0}function i(e){return Object.prototype.toString.call(e).indexOf("Error")>-1}n.r(t);var a={name:"router-view",functional:!0,props:{name:{type:String,default:"default"}},render:function(e,t){var n=t.props,r=t.children,i=t.parent,a=t.data;a.routerView=!0;for(var l=i.$createElement,o=n.name,s=i.$route,u=i._routerViewCache||(i._routerViewCache={}),c=0,d=!1;i&&i._routerRoot!==i;)i.$vnode&&i.$vnode.data.routerView&&c++,i._inactive&&(d=!0),i=i.$parent;if(a.routerViewDepth=c,d)return l(u[o],a,r);var f=s.matched[c];if(!f)return u[o]=null,l();var h=u[o]=f.components[o];a.registerRouteInstance=function(e,t){var n=f.instances[o];(t&&n!==e||!t&&n===e)&&(f.instances[o]=t)},(a.hook||(a.hook={})).prepatch=function(e,t){f.instances[o]=t.componentInstance};var p=a.props=function(e,t){switch(typeof t){case"undefined":return;case"object":return t;case"function":return t(e);case"boolean":return t?e.params:void 0;default:0}}(s,f.props&&f.props[o]);if(p){p=a.props=function(e,t){for(var n in t)e[n]=t[n];return e}({},p);var v=a.attrs=a.attrs||{};for(var y in p)h.props&&y in h.props||(v[y]=p[y],delete p[y])}return l(h,a,r)}};var l=/[!'()*]/g,o=function(e){return"%"+e.charCodeAt(0).toString(16)},s=/%2C/g,u=function(e){return encodeURIComponent(e).replace(l,o).replace(s,",")},c=decodeURIComponent;function d(e){var t={};return(e=e.trim().replace(/^(\?|#|&)/,""))?(e.split("&").forEach(function(e){var n=e.replace(/\+/g," ").split("="),r=c(n.shift()),i=n.length>0?c(n.join("=")):null;void 0===t[r]?t[r]=i:Array.isArray(t[r])?t[r].push(i):t[r]=[t[r],i]}),t):t}function f(e){var t=e?Object.keys(e).map(function(t){var n=e[t];if(void 0===n)return"";if(null===n)return u(t);if(Array.isArray(n)){var r=[];return n.forEach(function(e){void 0!==e&&(null===e?r.push(u(t)):r.push(u(t)+"="+u(e)))}),r.join("&")}return u(t)+"="+u(n)}).filter(function(e){return e.length>0}).join("&"):null;return t?"?"+t:""}var h=/\/?$/;function p(e,t,n,r){var i=r&&r.options.stringifyQuery,a=t.query||{};try{a=v(a)}catch(e){}var l={name:t.name||e&&e.name,meta:e&&e.meta||{},path:t.path||"/",hash:t.hash||"",query:a,params:t.params||{},fullPath:g(t,i),matched:e?function(e){var t=[];for(;e;)t.unshift(e),e=e.parent;return t}(e):[]};return n&&(l.redirectedFrom=g(n,i)),Object.freeze(l)}function v(e){if(Array.isArray(e))return e.map(v);if(e&&"object"==typeof e){var t={};for(var n in e)t[n]=v(e[n]);return t}return e}var y=p(null,{path:"/"});function g(e,t){var n=e.path,r=e.query;void 0===r&&(r={});var i=e.hash;return void 0===i&&(i=""),(n||"/")+(t||f)(r)+i}function m(e,t){return t===y?e===t:!!t&&(e.path&&t.path?e.path.replace(h,"")===t.path.replace(h,"")&&e.hash===t.hash&&_(e.query,t.query):!(!e.name||!t.name)&&(e.name===t.name&&e.hash===t.hash&&_(e.query,t.query)&&_(e.params,t.params)))}function _(e,t){if(void 0===e&&(e={}),void 0===t&&(t={}),!e||!t)return e===t;var n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every(function(n){var r=e[n],i=t[n];return"object"==typeof r&&"object"==typeof i?_(r,i):String(r)===String(i)})}var T,b=[String,Object],M=[String,Array],K={name:"router-link",props:{to:{type:b,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:M,default:"click"}},render:function(e){var t=this,n=this.$router,r=this.$route,i=n.resolve(this.to,r,this.append),a=i.location,l=i.route,o=i.href,s={},u=n.options.linkActiveClass,c=n.options.linkExactActiveClass,d=null==u?"router-link-active":u,f=null==c?"router-link-exact-active":c,v=null==this.activeClass?d:this.activeClass,y=null==this.exactActiveClass?f:this.exactActiveClass,g=a.path?p(null,a,null,n):l;s[y]=m(r,g),s[v]=this.exact?s[y]:function(e,t){return 0===e.path.replace(h,"/").indexOf(t.path.replace(h,"/"))&&(!t.hash||e.hash===t.hash)&&function(e,t){for(var n in t)if(!(n in e))return!1;return!0}(e.query,t.query)}(r,g);var _=function(e){k(e)&&(t.replace?n.replace(a):n.push(a))},b={click:k};Array.isArray(this.event)?this.event.forEach(function(e){b[e]=_}):b[this.event]=_;var M={class:s};if("a"===this.tag)M.on=b,M.attrs={href:o};else{var K=function e(t){if(t)for(var n,r=0;r<t.length;r++){if("a"===(n=t[r]).tag)return n;if(n.children&&(n=e(n.children)))return n}}(this.$slots.default);if(K){K.isStatic=!1;var x=T.util.extend;(K.data=x({},K.data)).on=b,(K.data.attrs=x({},K.data.attrs)).href=o}else M.on=b}return e(this.tag,M,this.$slots.default)}};function k(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey||e.defaultPrevented||void 0!==e.button&&0!==e.button)){if(e.currentTarget&&e.currentTarget.getAttribute){var t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function x(e){if(!x.installed||T!==e){x.installed=!0,T=e;var t=function(e){return void 0!==e},n=function(e,n){var r=e.$options._parentVnode;t(r)&&t(r=r.data)&&t(r=r.registerRouteInstance)&&r(e,n)};e.mixin({beforeCreate:function(){t(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,n(this,this)},destroyed:function(){n(this)}}),Object.defineProperty(e.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this._routerRoot._route}}),e.component("router-view",a),e.component("router-link",K);var r=e.config.optionMergeStrategies;r.beforeRouteEnter=r.beforeRouteLeave=r.beforeRouteUpdate=r.created}}var C="undefined"!=typeof window;function A(e,t,n){var r=e.charAt(0);if("/"===r)return e;if("?"===r||"#"===r)return t+e;var i=t.split("/");n&&i[i.length-1]||i.pop();for(var a=e.replace(/^\//,"").split("/"),l=0;l<a.length;l++){var o=a[l];".."===o?i.pop():"."!==o&&i.push(o)}return""!==i[0]&&i.unshift(""),i.join("/")}function w(e){return e.replace(/\/\//g,"/")}var L=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)},D=$,B=O,S=function(e,t){return R(O(e,t))},G=R,W=F,z=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function O(e,t){for(var n,r=[],i=0,a=0,l="",o=t&&t.delimiter||"/";null!=(n=z.exec(e));){var s=n[0],u=n[1],c=n.index;if(l+=e.slice(a,c),a=c+s.length,u)l+=u[1];else{var d=e[a],f=n[2],h=n[3],p=n[4],v=n[5],y=n[6],g=n[7];l&&(r.push(l),l="");var m=null!=f&&null!=d&&d!==f,_="+"===y||"*"===y,T="?"===y||"*"===y,b=n[2]||o,M=p||v;r.push({name:h||i++,prefix:f||"",delimiter:b,optional:T,repeat:_,partial:m,asterisk:!!g,pattern:M?E(M):g?".*":"[^"+j(b)+"]+?"})}}return a<e.length&&(l+=e.substr(a)),l&&r.push(l),r}function P(e){return encodeURI(e).replace(/[\/?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}function R(e){for(var t=new Array(e.length),n=0;n<e.length;n++)"object"==typeof e[n]&&(t[n]=new RegExp("^(?:"+e[n].pattern+")$"));return function(n,r){for(var i="",a=n||{},l=(r||{}).pretty?P:encodeURIComponent,o=0;o<e.length;o++){var s=e[o];if("string"!=typeof s){var u,c=a[s.name];if(null==c){if(s.optional){s.partial&&(i+=s.prefix);continue}throw new TypeError('Expected "'+s.name+'" to be defined')}if(L(c)){if(!s.repeat)throw new TypeError('Expected "'+s.name+'" to not repeat, but received `'+JSON.stringify(c)+"`");if(0===c.length){if(s.optional)continue;throw new TypeError('Expected "'+s.name+'" to not be empty')}for(var d=0;d<c.length;d++){if(u=l(c[d]),!t[o].test(u))throw new TypeError('Expected all "'+s.name+'" to match "'+s.pattern+'", but received `'+JSON.stringify(u)+"`");i+=(0===d?s.prefix:s.delimiter)+u}}else{if(u=s.asterisk?encodeURI(c).replace(/[?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}):l(c),!t[o].test(u))throw new TypeError('Expected "'+s.name+'" to match "'+s.pattern+'", but received "'+u+'"');i+=s.prefix+u}}else i+=s}return i}}function j(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function E(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function I(e,t){return e.keys=t,e}function N(e){return e.sensitive?"":"i"}function F(e,t,n){L(t)||(n=t||n,t=[]);for(var r=(n=n||{}).strict,i=!1!==n.end,a="",l=0;l<e.length;l++){var o=e[l];if("string"==typeof o)a+=j(o);else{var s=j(o.prefix),u="(?:"+o.pattern+")";t.push(o),o.repeat&&(u+="(?:"+s+u+")*"),a+=u=o.optional?o.partial?s+"("+u+")?":"(?:"+s+"("+u+"))?":s+"("+u+")"}}var c=j(n.delimiter||"/"),d=a.slice(-c.length)===c;return r||(a=(d?a.slice(0,-c.length):a)+"(?:"+c+"(?=$))?"),a+=i?"$":r&&d?"":"(?="+c+"|$)",I(new RegExp("^"+a,N(n)),t)}function $(e,t,n){return L(t)||(n=t||n,t=[]),n=n||{},e instanceof RegExp?function(e,t){var n=e.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)t.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return I(e,t)}(e,t):L(e)?function(e,t,n){for(var r=[],i=0;i<e.length;i++)r.push($(e[i],t,n).source);return I(new RegExp("(?:"+r.join("|")+")",N(n)),t)}(e,t,n):function(e,t,n){return F(O(e,n),t,n)}(e,t,n)}D.parse=B,D.compile=S,D.tokensToFunction=G,D.tokensToRegExp=W;var V=Object.create(null);function H(e,t,n){try{return(V[e]||(V[e]=D.compile(e)))(t||{},{pretty:!0})}catch(e){return""}}function q(e,t,n,r){var i=t||[],a=n||Object.create(null),l=r||Object.create(null);e.forEach(function(e){!function e(t,n,r,i,a,l){var o=i.path;var s=i.name;0;var u=i.pathToRegexpOptions||{};var c=function(e,t,n){n||(e=e.replace(/\/$/,""));if("/"===e[0])return e;if(null==t)return e;return w(t.path+"/"+e)}(o,a,u.strict);"boolean"==typeof i.caseSensitive&&(u.sensitive=i.caseSensitive);var d={path:c,regex:function(e,t){var n=D(e,[],t);0;return n}(c,u),components:i.components||{default:i.component},instances:{},name:s,parent:a,matchAs:l,redirect:i.redirect,beforeEnter:i.beforeEnter,meta:i.meta||{},props:null==i.props?{}:i.components?i.props:{default:i.props}};i.children&&i.children.forEach(function(i){var a=l?w(l+"/"+i.path):void 0;e(t,n,r,i,d,a)});if(void 0!==i.alias){var f=Array.isArray(i.alias)?i.alias:[i.alias];f.forEach(function(l){var o={path:l,children:i.children};e(t,n,r,o,a,d.path||"/")})}n[d.path]||(t.push(d.path),n[d.path]=d);s&&(r[s]||(r[s]=d))}(i,a,l,e)});for(var o=0,s=i.length;o<s;o++)"*"===i[o]&&(i.push(i.splice(o,1)[0]),s--,o--);return{pathList:i,pathMap:a,nameMap:l}}function U(e,t,n,r){var i="string"==typeof e?{path:e}:e;if(i.name||i._normalized)return i;if(!i.path&&i.params&&t){(i=Y({},i))._normalized=!0;var a=Y(Y({},t.params),i.params);if(t.name)i.name=t.name,i.params=a;else if(t.matched.length){var l=t.matched[t.matched.length-1].path;i.path=H(l,a,t.path)}else 0;return i}var o=function(e){var t="",n="",r=e.indexOf("#");r>=0&&(t=e.slice(r),e=e.slice(0,r));var i=e.indexOf("?");return i>=0&&(n=e.slice(i+1),e=e.slice(0,i)),{path:e,query:n,hash:t}}(i.path||""),s=t&&t.path||"/",u=o.path?A(o.path,s,n||i.append):s,c=function(e,t,n){void 0===t&&(t={});var r,i=n||d;try{r=i(e||"")}catch(e){r={}}for(var a in t)r[a]=t[a];return r}(o.query,i.query,r&&r.options.parseQuery),f=i.hash||o.hash;return f&&"#"!==f.charAt(0)&&(f="#"+f),{_normalized:!0,path:u,query:c,hash:f}}function Y(e,t){for(var n in t)e[n]=t[n];return e}function X(e,t){var n=q(e),r=n.pathList,i=n.pathMap,a=n.nameMap;function l(e,n,l){var o=U(e,n,!1,t),u=o.name;if(u){var c=a[u];if(!c)return s(null,o);var d=c.regex.keys.filter(function(e){return!e.optional}).map(function(e){return e.name});if("object"!=typeof o.params&&(o.params={}),n&&"object"==typeof n.params)for(var f in n.params)!(f in o.params)&&d.indexOf(f)>-1&&(o.params[f]=n.params[f]);if(c)return o.path=H(c.path,o.params),s(c,o,l)}else if(o.path){o.params={};for(var h=0;h<r.length;h++){var p=r[h],v=i[p];if(J(v.regex,o.path,o.params))return s(v,o,l)}}return s(null,o)}function o(e,n){var r=e.redirect,i="function"==typeof r?r(p(e,n,null,t)):r;if("string"==typeof i&&(i={path:i}),!i||"object"!=typeof i)return s(null,n);var o=i,u=o.name,c=o.path,d=n.query,f=n.hash,h=n.params;if(d=o.hasOwnProperty("query")?o.query:d,f=o.hasOwnProperty("hash")?o.hash:f,h=o.hasOwnProperty("params")?o.params:h,u){a[u];return l({_normalized:!0,name:u,query:d,hash:f,params:h},void 0,n)}if(c){var v=function(e,t){return A(e,t.parent?t.parent.path:"/",!0)}(c,e);return l({_normalized:!0,path:H(v,h),query:d,hash:f},void 0,n)}return s(null,n)}function s(e,n,r){return e&&e.redirect?o(e,r||n):e&&e.matchAs?function(e,t,n){var r=l({_normalized:!0,path:H(n,t.params)});if(r){var i=r.matched,a=i[i.length-1];return t.params=r.params,s(a,t)}return s(null,t)}(0,n,e.matchAs):p(e,n,r,t)}return{match:l,addRoutes:function(e){q(e,r,i,a)}}}function J(e,t,n){var r=t.match(e);if(!r)return!1;if(!n)return!0;for(var i=1,a=r.length;i<a;++i){var l=e.keys[i-1],o="string"==typeof r[i]?decodeURIComponent(r[i]):r[i];l&&(n[l.name]=o)}return!0}var Z=Object.create(null);function Q(){window.history.replaceState({key:de()},""),window.addEventListener("popstate",function(e){var t;te(),e.state&&e.state.key&&(t=e.state.key,ue=t)})}function ee(e,t,n,r){if(e.app){var i=e.options.scrollBehavior;i&&e.app.$nextTick(function(){var e=function(){var e=de();if(e)return Z[e]}(),a=i(t,n,r?e:null);a&&("function"==typeof a.then?a.then(function(t){ae(t,e)}).catch(function(e){0}):ae(a,e))})}}function te(){var e=de();e&&(Z[e]={x:window.pageXOffset,y:window.pageYOffset})}function ne(e){return ie(e.x)||ie(e.y)}function re(e){return{x:ie(e.x)?e.x:window.pageXOffset,y:ie(e.y)?e.y:window.pageYOffset}}function ie(e){return"number"==typeof e}function ae(e,t){var n,r="object"==typeof e;if(r&&"string"==typeof e.selector){var i=document.querySelector(e.selector);if(i){var a=e.offset&&"object"==typeof e.offset?e.offset:{};t=function(e,t){var n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{x:r.left-n.left-t.x,y:r.top-n.top-t.y}}(i,a={x:ie((n=a).x)?n.x:0,y:ie(n.y)?n.y:0})}else ne(e)&&(t=re(e))}else r&&ne(e)&&(t=re(e));t&&window.scrollTo(t.x,t.y)}var le,oe=C&&((-1===(le=window.navigator.userAgent).indexOf("Android 2.")&&-1===le.indexOf("Android 4.0")||-1===le.indexOf("Mobile Safari")||-1!==le.indexOf("Chrome")||-1!==le.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history),se=C&&window.performance&&window.performance.now?window.performance:Date,ue=ce();function ce(){return se.now().toFixed(3)}function de(){return ue}function fe(e,t){te();var n=window.history;try{t?n.replaceState({key:ue},"",e):(ue=ce(),n.pushState({key:ue},"",e))}catch(n){window.location[t?"replace":"assign"](e)}}function he(e){fe(e,!0)}function pe(e,t,n){var r=function(i){i>=e.length?n():e[i]?t(e[i],function(){r(i+1)}):r(i+1)};r(0)}function ve(e){return function(t,n,r){var a=!1,l=0,o=null;ye(e,function(e,t,n,s){if("function"==typeof e&&void 0===e.cid){a=!0,l++;var u,c=_e(function(t){var i;((i=t).__esModule||me&&"Module"===i[Symbol.toStringTag])&&(t=t.default),e.resolved="function"==typeof t?t:T.extend(t),n.components[s]=t,--l<=0&&r()}),d=_e(function(e){var t="Failed to resolve async component "+s+": "+e;o||(o=i(e)?e:new Error(t),r(o))});try{u=e(c,d)}catch(e){d(e)}if(u)if("function"==typeof u.then)u.then(c,d);else{var f=u.component;f&&"function"==typeof f.then&&f.then(c,d)}}}),a||r()}}function ye(e,t){return ge(e.map(function(e){return Object.keys(e.components).map(function(n){return t(e.components[n],e.instances[n],e,n)})}))}function ge(e){return Array.prototype.concat.apply([],e)}var me="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function _e(e){var t=!1;return function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];if(!t)return t=!0,e.apply(this,n)}}var Te=function(e,t){this.router=e,this.base=function(e){if(!e)if(C){var t=document.querySelector("base");e=(e=t&&t.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else e="/";"/"!==e.charAt(0)&&(e="/"+e);return e.replace(/\/$/,"")}(t),this.current=y,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function be(e,t,n,r){var i=ye(e,function(e,r,i,a){var l=function(e,t){"function"!=typeof e&&(e=T.extend(e));return e.options[t]}(e,t);if(l)return Array.isArray(l)?l.map(function(e){return n(e,r,i,a)}):n(l,r,i,a)});return ge(r?i.reverse():i)}function Me(e,t){if(t)return function(){return e.apply(t,arguments)}}Te.prototype.listen=function(e){this.cb=e},Te.prototype.onReady=function(e,t){this.ready?e():(this.readyCbs.push(e),t&&this.readyErrorCbs.push(t))},Te.prototype.onError=function(e){this.errorCbs.push(e)},Te.prototype.transitionTo=function(e,t,n){var r=this,i=this.router.match(e,this.current);this.confirmTransition(i,function(){r.updateRoute(i),t&&t(i),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach(function(e){e(i)}))},function(e){n&&n(e),e&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach(function(t){t(e)}))})},Te.prototype.confirmTransition=function(e,t,n){var a=this,l=this.current,o=function(e){i(e)&&(a.errorCbs.length?a.errorCbs.forEach(function(t){t(e)}):(r(),console.error(e))),n&&n(e)};if(m(e,l)&&e.matched.length===l.matched.length)return this.ensureURL(),o();var s=function(e,t){var n,r=Math.max(e.length,t.length);for(n=0;n<r&&e[n]===t[n];n++);return{updated:t.slice(0,n),activated:t.slice(n),deactivated:e.slice(n)}}(this.current.matched,e.matched),u=s.updated,c=s.deactivated,d=s.activated,f=[].concat(function(e){return be(e,"beforeRouteLeave",Me,!0)}(c),this.router.beforeHooks,function(e){return be(e,"beforeRouteUpdate",Me)}(u),d.map(function(e){return e.beforeEnter}),ve(d));this.pending=e;var h=function(t,n){if(a.pending!==e)return o();try{t(e,l,function(e){!1===e||i(e)?(a.ensureURL(!0),o(e)):"string"==typeof e||"object"==typeof e&&("string"==typeof e.path||"string"==typeof e.name)?(o(),"object"==typeof e&&e.replace?a.replace(e):a.push(e)):n(e)})}catch(e){o(e)}};pe(f,h,function(){var n=[];pe(function(e,t,n){return be(e,"beforeRouteEnter",function(e,r,i,a){return function(e,t,n,r,i){return function(a,l,o){return e(a,l,function(e){o(e),"function"==typeof e&&r.push(function(){!function e(t,n,r,i){n[r]?t(n[r]):i()&&setTimeout(function(){e(t,n,r,i)},16)}(e,t.instances,n,i)})})}}(e,i,a,t,n)})}(d,n,function(){return a.current===e}).concat(a.router.resolveHooks),h,function(){if(a.pending!==e)return o();a.pending=null,t(e),a.router.app&&a.router.app.$nextTick(function(){n.forEach(function(e){e()})})})})},Te.prototype.updateRoute=function(e){var t=this.current;this.current=e,this.cb&&this.cb(e),this.router.afterHooks.forEach(function(n){n&&n(e,t)})};var Ke=function(e){function t(t,n){var r=this;e.call(this,t,n);var i=t.options.scrollBehavior;i&&Q();var a=ke(this.base);window.addEventListener("popstate",function(e){var n=r.current,l=ke(r.base);r.current===y&&l===a||r.transitionTo(l,function(e){i&&ee(t,e,n,!0)})})}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.go=function(e){window.history.go(e)},t.prototype.push=function(e,t,n){var r=this,i=this.current;this.transitionTo(e,function(e){fe(w(r.base+e.fullPath)),ee(r.router,e,i,!1),t&&t(e)},n)},t.prototype.replace=function(e,t,n){var r=this,i=this.current;this.transitionTo(e,function(e){he(w(r.base+e.fullPath)),ee(r.router,e,i,!1),t&&t(e)},n)},t.prototype.ensureURL=function(e){if(ke(this.base)!==this.current.fullPath){var t=w(this.base+this.current.fullPath);e?fe(t):he(t)}},t.prototype.getCurrentLocation=function(){return ke(this.base)},t}(Te);function ke(e){var t=window.location.pathname;return e&&0===t.indexOf(e)&&(t=t.slice(e.length)),(t||"/")+window.location.search+window.location.hash}var xe=function(e){function t(t,n,r){e.call(this,t,n),r&&function(e){var t=ke(e);if(!/^\/#/.test(t))return window.location.replace(w(e+"/#"+t)),!0}(this.base)||Ce()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this,t=this.router.options.scrollBehavior,n=oe&&t;n&&Q(),window.addEventListener(oe?"popstate":"hashchange",function(){var t=e.current;Ce()&&e.transitionTo(Ae(),function(r){n&&ee(e.router,r,t,!0),oe||De(r.fullPath)})})},t.prototype.push=function(e,t,n){var r=this,i=this.current;this.transitionTo(e,function(e){Le(e.fullPath),ee(r.router,e,i,!1),t&&t(e)},n)},t.prototype.replace=function(e,t,n){var r=this,i=this.current;this.transitionTo(e,function(e){De(e.fullPath),ee(r.router,e,i,!1),t&&t(e)},n)},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(e){var t=this.current.fullPath;Ae()!==t&&(e?Le(t):De(t))},t.prototype.getCurrentLocation=function(){return Ae()},t}(Te);function Ce(){var e=Ae();return"/"===e.charAt(0)||(De("/"+e),!1)}function Ae(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.slice(t+1)}function we(e){var t=window.location.href,n=t.indexOf("#");return(n>=0?t.slice(0,n):t)+"#"+e}function Le(e){oe?fe(we(e)):window.location.hash=e}function De(e){oe?he(we(e)):window.location.replace(we(e))}var Be=function(e){function t(t,n){e.call(this,t,n),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e,t,n){var r=this;this.transitionTo(e,function(e){r.stack=r.stack.slice(0,r.index+1).concat(e),r.index++,t&&t(e)},n)},t.prototype.replace=function(e,t,n){var r=this;this.transitionTo(e,function(e){r.stack=r.stack.slice(0,r.index).concat(e),t&&t(e)},n)},t.prototype.go=function(e){var t=this,n=this.index+e;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,function(){t.index=n,t.updateRoute(r)})}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:"/"},t.prototype.ensureURL=function(){},t}(Te),Se=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=X(e.routes||[],this);var t=e.mode||"hash";switch(this.fallback="history"===t&&!oe&&!1!==e.fallback,this.fallback&&(t="hash"),C||(t="abstract"),this.mode=t,t){case"history":this.history=new Ke(this,e.base);break;case"hash":this.history=new xe(this,e.base,this.fallback);break;case"abstract":this.history=new Be(this,e.base);break;default:0}},Ge={currentRoute:{configurable:!0}};function We(e,t){return e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}Se.prototype.match=function(e,t,n){return this.matcher.match(e,t,n)},Ge.currentRoute.get=function(){return this.history&&this.history.current},Se.prototype.init=function(e){var t=this;if(this.apps.push(e),!this.app){this.app=e;var n=this.history;if(n instanceof Ke)n.transitionTo(n.getCurrentLocation());else if(n instanceof xe){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen(function(e){t.apps.forEach(function(t){t._route=e})})}},Se.prototype.beforeEach=function(e){return We(this.beforeHooks,e)},Se.prototype.beforeResolve=function(e){return We(this.resolveHooks,e)},Se.prototype.afterEach=function(e){return We(this.afterHooks,e)},Se.prototype.onReady=function(e,t){this.history.onReady(e,t)},Se.prototype.onError=function(e){this.history.onError(e)},Se.prototype.push=function(e,t,n){this.history.push(e,t,n)},Se.prototype.replace=function(e,t,n){this.history.replace(e,t,n)},Se.prototype.go=function(e){this.history.go(e)},Se.prototype.back=function(){this.go(-1)},Se.prototype.forward=function(){this.go(1)},Se.prototype.getMatchedComponents=function(e){var t=e?e.matched?e:this.resolve(e).route:this.currentRoute;return t?[].concat.apply([],t.matched.map(function(e){return Object.keys(e.components).map(function(t){return e.components[t]})})):[]},Se.prototype.resolve=function(e,t,n){var r=U(e,t||this.history.current,n,this),i=this.match(r,t),a=i.redirectedFrom||i.fullPath;return{location:r,route:i,href:function(e,t,n){var r="hash"===n?"#"+t:t;return e?w(e+"/"+r):r}(this.history.base,a,this.mode),normalizedTo:r,resolved:i}},Se.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==y&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(Se.prototype,Ge),Se.install=x,Se.version="3.0.1",C&&window.Vue&&window.Vue.use(Se),t.default=Se},function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,i,a,l,o,s=1,u={},c=!1,d=e.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(e);f=f&&f.setTimeout?f:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick(function(){p(e)})}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((a=new MessageChannel).port1.onmessage=function(e){p(e.data)},r=function(e){a.port2.postMessage(e)}):d&&"onreadystatechange"in d.createElement("script")?(i=d.documentElement,r=function(e){var t=d.createElement("script");t.onreadystatechange=function(){p(e),t.onreadystatechange=null,i.removeChild(t),t=null},i.appendChild(t)}):r=function(e){setTimeout(p,0,e)}:(l="setImmediate$"+Math.random()+"$",o=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(l)&&p(+t.data.slice(l.length))},e.addEventListener?e.addEventListener("message",o,!1):e.attachEvent("onmessage",o),r=function(t){e.postMessage(l+t,"*")}),f.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var i={callback:e,args:t};return u[s]=i,r(s),s++},f.clearImmediate=h}function h(e){delete u[e]}function p(e){if(c)setTimeout(p,0,e);else{var t=u[e];if(t){c=!0;try{!function(e){var t=e.callback,r=e.args;switch(r.length){case 0:t();break;case 1:t(r[0]);break;case 2:t(r[0],r[1]);break;case 3:t(r[0],r[1],r[2]);break;default:t.apply(n,r)}}(t)}finally{h(e),c=!1}}}}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,n(44),n(173))},function(e,t,n){(function(e){var r=void 0!==e&&e||"undefined"!=typeof self&&self||window,i=Function.prototype.apply;function a(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new a(i.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new a(i.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},a.prototype.unref=a.prototype.ref=function(){},a.prototype.close=function(){this._clearFn.call(r,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},n(341),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(44))},function(e,t,n){"use strict";var r=c(n(12)),i=c(n(340)),a=c(n(339));n(338);var l=c(n(336)),o=c(n(335)),s=c(n(334)),u=c(n(172));function c(e){return e&&e.__esModule?e:{default:e}}r.default.use(i.default),r.default.use(a.default),r.default.use(n(175)),r.default.use(l.default.Adsense);var d=new i.default({routes:[{path:"/",name:"home",component:u.default}]});r.default.use(o.default,{id:"UA-118868480-1",router:d,debug:{sendHitTask:!0,enabled:!1}}),new r.default({router:d,el:"#app",render:function(e){return e(s.default)},mounted:function(){var e=this;(window.matchMedia("(display-mode: standalone)").matches||!0===window.navigator.standalone)&&this.$ga.event("PWA","started"),"serviceWorker"in navigator&&navigator.serviceWorker.register("/service-worker.js").then(function(t){"function"==typeof t.update&&(e.$ga.event("PWA","update"),t.update())})}})}]);
\ No newline at end of file diff --git a/dist/main.css b/dist/main.css index 4034b97..6ab2638 100644 --- a/dist/main.css +++ b/dist/main.css @@ -2,4 +2,4 @@ /*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}audio,embed,img,object,video{max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,select,textarea{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.5}a{color:#7957d5;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:#f5f5f5;color:#ff3860;font-size:.875em;font-weight:400;padding:.25em .5em}hr{background-color:#dbdbdb;border:none;display:block;height:1px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{text-align:left;vertical-align:top}table th{color:#363636}.is-clearfix:after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-clipped{overflow:hidden!important}.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media print,screen and (min-width:769px){.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1023px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1024px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1216px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1408px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media print,screen and (min-width:769px){.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1023px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1024px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1216px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1408px){.has-text-centered-fullhd{text-align:center!important}}.has-text-justified{text-align:justify!important}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media print,screen and (min-width:769px){.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1023px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1024px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1216px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1408px){.has-text-justified-fullhd{text-align:justify!important}}.has-text-left{text-align:left!important}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media print,screen and (min-width:769px){.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1023px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1024px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1216px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1408px){.has-text-left-fullhd{text-align:left!important}}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media print,screen and (min-width:769px){.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1023px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1024px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1216px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1408px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.has-text-white{color:#fff!important}a.has-text-white:focus,a.has-text-white:hover{color:#e6e6e6!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:focus,a.has-text-black:hover{color:#000!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:focus,a.has-text-light:hover{color:#dbdbdb!important}.has-text-dark{color:#363636!important}a.has-text-dark:focus,a.has-text-dark:hover{color:#1c1c1c!important}.has-text-primary{color:#7957d5!important}a.has-text-primary:focus,a.has-text-primary:hover{color:#5a32c7!important}.has-text-link{color:#7957d5!important}a.has-text-link:focus,a.has-text-link:hover{color:#5a32c7!important}.has-text-info{color:#167df0!important}a.has-text-info:focus,a.has-text-info:hover{color:#0d64c6!important}.has-text-success{color:#23d160!important}a.has-text-success:focus,a.has-text-success:hover{color:#1ca64c!important}.has-text-warning{color:#ffdd57!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd324!important}.has-text-danger{color:#ff3860!important}a.has-text-danger:focus,a.has-text-danger:hover{color:#ff0537!important}.has-text-black-bis{color:#121212!important}.has-text-black-ter{color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media print,screen and (min-width:769px){.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1023px){.is-block-touch{display:block!important}}@media screen and (min-width:1024px){.is-block-desktop{display:block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1216px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1408px){.is-block-fullhd{display:block!important}}.is-flex{display:-ms-flexbox!important;display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:-ms-flexbox!important;display:flex!important}}@media print,screen and (min-width:769px){.is-flex-tablet{display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-flex-tablet-only{display:-ms-flexbox!important;display:flex!important}}@media screen and (max-width:1023px){.is-flex-touch{display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:1024px){.is-flex-desktop{display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-flex-desktop-only{display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:1216px){.is-flex-widescreen{display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-flex-widescreen-only{display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:1408px){.is-flex-fullhd{display:-ms-flexbox!important;display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media print,screen and (min-width:769px){.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1023px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1024px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1216px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1408px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media print,screen and (min-width:769px){.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1023px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1024px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1216px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1408px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print,screen and (min-width:769px){.is-inline-flex-tablet{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-flex-tablet-only{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (max-width:1023px){.is-inline-flex-touch{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1024px){.is-inline-flex-desktop{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-flex-desktop-only{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1216px){.is-inline-flex-widescreen{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-flex-widescreen-only{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1408px){.is-inline-flex-fullhd{display:-ms-inline-flexbox!important;display:inline-flex!important}}.is-hidden{display:none!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media print,screen and (min-width:769px){.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1023px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1024px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1216px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1408px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media print,screen and (min-width:769px){.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1023px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1024px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1216px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1408px){.is-invisible-fullhd{visibility:hidden!important}}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.box{background-color:#fff;border-radius:5px;box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);color:#4a4a4a;display:block;padding:1.25rem}.box:not(:last-child){margin-bottom:1.5rem}a.box:focus,a.box:hover{box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px #7957d5}a.box:active{box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2),0 0 0 1px #7957d5}.button{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:1px solid transparent;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.25em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding-left:calc(.625em - 1px);padding-right:calc(.625em - 1px);position:relative;vertical-align:top;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border-color:#dbdbdb;color:#363636;cursor:pointer;-ms-flex-pack:center;justify-content:center;padding:calc(.375em - 1px) .75em;text-align:center;white-space:nowrap}.button.is-active,.button.is-focused,.button:active,.button:focus{outline:none}.button[disabled]{cursor:not-allowed}.button strong{color:inherit}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-.375em - 1px);margin-right:.1875em}.button .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:calc(-.375em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.375em - 1px);margin-right:calc(-.375em - 1px)}.button.is-hovered,.button:hover{border-color:#b5b5b5;color:#363636}.button.is-focused,.button:focus{border-color:#7957d5;color:#363636}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.button.is-active,.button:active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{background-color:#f5f5f5;color:#363636}.button.is-text.is-active,.button.is-text:active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled]{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white.is-hovered,.button.is-white:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:#0a0a0a}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.button.is-white.is-active,.button.is-white:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled]{background-color:#fff;border-color:transparent;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted:hover{background-color:#000}.button.is-white.is-inverted[disabled]{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black.is-hovered,.button.is-black:hover{background-color:#040404;border-color:transparent;color:#fff}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:#fff}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.button.is-black.is-active,.button.is-black:active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled]{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted:hover{background-color:#f2f2f2}.button.is-black.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-outlined[disabled]{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:#363636}.button.is-light.is-hovered,.button.is-light:hover{background-color:#eee;border-color:transparent;color:#363636}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:#363636}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.button.is-light.is-active,.button.is-light:active{background-color:#e8e8e8;border-color:transparent;color:#363636}.button.is-light[disabled]{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.button.is-light.is-inverted{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted:hover{background-color:#292929}.button.is-light.is-inverted[disabled]{background-color:#363636;border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading:after{border-color:transparent transparent #363636 #363636!important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.button.is-light.is-outlined.is-loading:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-outlined[disabled]{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark{background-color:#363636;border-color:transparent;color:#f5f5f5}.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#2f2f2f;border-color:transparent;color:#f5f5f5}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#f5f5f5}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.button.is-dark.is-active,.button.is-dark:active{background-color:#292929;border-color:transparent;color:#f5f5f5}.button.is-dark[disabled]{background-color:#363636;border-color:transparent;box-shadow:none}.button.is-dark.is-inverted{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted:hover{background-color:#e8e8e8}.button.is-dark.is-inverted[disabled]{background-color:#f5f5f5;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.button.is-dark.is-outlined.is-loading:after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-outlined[disabled]{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-primary{background-color:#7957d5;border-color:transparent;color:#fff}.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#714dd2;border-color:transparent;color:#fff}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#fff}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.button.is-primary.is-active,.button.is-primary:active{background-color:#6943d0;border-color:transparent;color:#fff}.button.is-primary[disabled]{background-color:#7957d5;border-color:transparent;box-shadow:none}.button.is-primary.is-inverted{background-color:#fff;color:#7957d5}.button.is-primary.is-inverted:hover{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#7957d5}.button.is-primary.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined{background-color:transparent;border-color:#7957d5;color:#7957d5}.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#7957d5;border-color:#7957d5;color:#fff}.button.is-primary.is-outlined.is-loading:after{border-color:transparent transparent #7957d5 #7957d5!important}.button.is-primary.is-outlined[disabled]{background-color:transparent;border-color:#7957d5;box-shadow:none;color:#7957d5}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#fff;color:#7957d5}.button.is-primary.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link{background-color:#7957d5;border-color:transparent;color:#fff}.button.is-link.is-hovered,.button.is-link:hover{background-color:#714dd2;border-color:transparent;color:#fff}.button.is-link.is-focused,.button.is-link:focus{border-color:transparent;color:#fff}.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#6943d0;border-color:transparent;color:#fff}.button.is-link[disabled]{background-color:#7957d5;border-color:transparent;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#7957d5}.button.is-link.is-inverted:hover{background-color:#f2f2f2}.button.is-link.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#7957d5}.button.is-link.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined{background-color:transparent;border-color:#7957d5;color:#7957d5}.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover{background-color:#7957d5;border-color:#7957d5;color:#fff}.button.is-link.is-outlined.is-loading:after{border-color:transparent transparent #7957d5 #7957d5!important}.button.is-link.is-outlined[disabled]{background-color:transparent;border-color:#7957d5;box-shadow:none;color:#7957d5}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover{background-color:#fff;color:#7957d5}.button.is-link.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info{background-color:#167df0;border-color:transparent;color:#fff}.button.is-info.is-hovered,.button.is-info:hover{background-color:#0f77ea;border-color:transparent;color:#fff}.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;color:#fff}.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(22,125,240,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#0e71de;border-color:transparent;color:#fff}.button.is-info[disabled]{background-color:#167df0;border-color:transparent;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#167df0}.button.is-info.is-inverted:hover{background-color:#f2f2f2}.button.is-info.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#167df0}.button.is-info.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined{background-color:transparent;border-color:#167df0;color:#167df0}.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:#167df0;border-color:#167df0;color:#fff}.button.is-info.is-outlined.is-loading:after{border-color:transparent transparent #167df0 #167df0!important}.button.is-info.is-outlined[disabled]{background-color:transparent;border-color:#167df0;box-shadow:none;color:#167df0}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{background-color:#fff;color:#167df0}.button.is-info.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success{background-color:#23d160;border-color:transparent;color:#fff}.button.is-success.is-hovered,.button.is-success:hover{background-color:#22c65b;border-color:transparent;color:#fff}.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;color:#fff}.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(35,209,96,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#20bc56;border-color:transparent;color:#fff}.button.is-success[disabled]{background-color:#23d160;border-color:transparent;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#23d160}.button.is-success.is-inverted:hover{background-color:#f2f2f2}.button.is-success.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#23d160}.button.is-success.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined{background-color:transparent;border-color:#23d160;color:#23d160}.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:#23d160;border-color:#23d160;color:#fff}.button.is-success.is-outlined.is-loading:after{border-color:transparent transparent #23d160 #23d160!important}.button.is-success.is-outlined[disabled]{background-color:transparent;border-color:#23d160;box-shadow:none;color:#23d160}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{background-color:#fff;color:#23d160}.button.is-success.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-warning{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled]{background-color:#ffdd57;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted{color:#ffdd57}.button.is-warning.is-inverted,.button.is-warning.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled]{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffdd57}.button.is-warning.is-loading:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;color:#ffdd57}.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading:after{border-color:transparent transparent #ffdd57 #ffdd57!important}.button.is-warning.is-outlined[disabled]{background-color:transparent;border-color:#ffdd57;box-shadow:none;color:#ffdd57}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-danger{background-color:#ff3860;border-color:transparent;color:#fff}.button.is-danger.is-hovered,.button.is-danger:hover{background-color:#ff2b56;border-color:transparent;color:#fff}.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;color:#fff}.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,56,96,.25)}.button.is-danger.is-active,.button.is-danger:active{background-color:#ff1f4b;border-color:transparent;color:#fff}.button.is-danger[disabled]{background-color:#ff3860;border-color:transparent;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted:hover{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#ff3860}.button.is-danger.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined{background-color:transparent;border-color:#ff3860;color:#ff3860}.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{background-color:#ff3860;border-color:#ff3860;color:#fff}.button.is-danger.is-outlined.is-loading:after{border-color:transparent transparent #ff3860 #ff3860!important}.button.is-danger.is-outlined[disabled]{background-color:transparent;border-color:#ff3860;box-shadow:none;color:#ff3860}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-small{border-radius:2px;font-size:.75rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled]{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:-ms-flexbox;display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading:after{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;position:absolute;left:calc(50% - 0.5em);top:calc(50% - 0.5em);position:absolute!important}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:290486px;padding-left:1em;padding-right:1em}.buttons{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child){margin-right:.5rem}.buttons:last-child{margin-bottom:-.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover{z-index:2}.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{z-index:3}.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover{z-index:4}.buttons.is-centered{-ms-flex-pack:center;justify-content:center}.buttons.is-right{-ms-flex-pack:end;justify-content:flex-end}.container{margin:0 auto;position:relative}@media screen and (min-width:1024px){.container{max-width:960px;width:960px}.container.is-fluid{margin-left:32px;margin-right:32px;max-width:none;width:auto}}@media screen and (max-width:1215px){.container.is-widescreen{max-width:1152px;width:auto}}@media screen and (max-width:1407px){.container.is-fullhd{max-width:1344px;width:auto}}@media screen and (min-width:1216px){.container{max-width:1152px;width:1152px}}@media screen and (min-width:1408px){.container{max-width:1344px;width:1344px}}.content:not(:last-child){margin-bottom:1.5rem}.content li+li{margin-top:.25em}.content blockquote:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child),.content ul:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#363636;font-weight:400;line-height:1.125}.content h1{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style:decimal outside}.content ol,.content ul{margin-left:2em;margin-top:1em}.content ul{list-style:disc outside}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sub,.content sup{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#363636;text-align:left}.content table tr:hover{background-color:#f5f5f5}.content table thead td,.content table thead th{border-width:0 0 2px;color:#363636}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#363636}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content.is-small{font-size:.75rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.input,.taginput .taginput-container.is-focusable,.textarea{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:1px solid transparent;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.25em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding:calc(.375em - 1px) calc(.625em - 1px);position:relative;vertical-align:top;background-color:#fff;border-color:#dbdbdb;color:#363636;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);max-width:100%;width:100%}.input.is-active,.input.is-focused,.input:active,.input:focus,.taginput .is-active.taginput-container.is-focusable,.taginput .is-focused.taginput-container.is-focusable,.taginput .taginput-container.is-focusable:active,.taginput .taginput-container.is-focusable:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{outline:none}.input[disabled],.taginput [disabled].taginput-container.is-focusable,.textarea[disabled]{cursor:not-allowed}.input::-moz-placeholder,.taginput .taginput-container.is-focusable::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(54,54,54,.3)}.input::-webkit-input-placeholder,.taginput .taginput-container.is-focusable::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.input:-moz-placeholder,.taginput .taginput-container.is-focusable:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(54,54,54,.3)}.input:-ms-input-placeholder,.taginput .taginput-container.is-focusable:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(54,54,54,.3)}.input.is-hovered,.input:hover,.taginput .is-hovered.taginput-container.is-focusable,.taginput .taginput-container.is-focusable:hover,.textarea.is-hovered,.textarea:hover{border-color:#b5b5b5}.input.is-active,.input.is-focused,.input:active,.input:focus,.taginput .is-active.taginput-container.is-focusable,.taginput .is-focused.taginput-container.is-focusable,.taginput .taginput-container.is-focusable:active,.taginput .taginput-container.is-focusable:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{border-color:#7957d5;box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.input[disabled],.taginput [disabled].taginput-container.is-focusable,.textarea[disabled]{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.input[disabled]::-moz-placeholder,.taginput [disabled].taginput-container.is-focusable::-moz-placeholder,.textarea[disabled]::-moz-placeholder{color:hsla(0,0%,48%,.3)}.input[disabled]::-webkit-input-placeholder,.taginput [disabled].taginput-container.is-focusable::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder{color:hsla(0,0%,48%,.3)}.input[disabled]:-moz-placeholder,.taginput [disabled].taginput-container.is-focusable:-moz-placeholder,.textarea[disabled]:-moz-placeholder{color:hsla(0,0%,48%,.3)}.input[disabled]:-ms-input-placeholder,.taginput [disabled].taginput-container.is-focusable:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder{color:hsla(0,0%,48%,.3)}.input[readonly],.taginput [readonly].taginput-container.is-focusable,.textarea[readonly]{box-shadow:none}.input.is-white,.taginput .is-white.taginput-container.is-focusable,.textarea.is-white{border-color:#fff}.input.is-white.is-active,.input.is-white.is-focused,.input.is-white:active,.input.is-white:focus,.taginput .is-white.is-active.taginput-container.is-focusable,.taginput .is-white.is-focused.taginput-container.is-focusable,.taginput .is-white.taginput-container.is-focusable:active,.taginput .is-white.taginput-container.is-focusable:focus,.textarea.is-white.is-active,.textarea.is-white.is-focused,.textarea.is-white:active,.textarea.is-white:focus{box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.input.is-black,.taginput .is-black.taginput-container.is-focusable,.textarea.is-black{border-color:#0a0a0a}.input.is-black.is-active,.input.is-black.is-focused,.input.is-black:active,.input.is-black:focus,.taginput .is-black.is-active.taginput-container.is-focusable,.taginput .is-black.is-focused.taginput-container.is-focusable,.taginput .is-black.taginput-container.is-focusable:active,.taginput .is-black.taginput-container.is-focusable:focus,.textarea.is-black.is-active,.textarea.is-black.is-focused,.textarea.is-black:active,.textarea.is-black:focus{box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.input.is-light,.taginput .is-light.taginput-container.is-focusable,.textarea.is-light{border-color:#f5f5f5}.input.is-light.is-active,.input.is-light.is-focused,.input.is-light:active,.input.is-light:focus,.taginput .is-light.is-active.taginput-container.is-focusable,.taginput .is-light.is-focused.taginput-container.is-focusable,.taginput .is-light.taginput-container.is-focusable:active,.taginput .is-light.taginput-container.is-focusable:focus,.textarea.is-light.is-active,.textarea.is-light.is-focused,.textarea.is-light:active,.textarea.is-light:focus{box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.input.is-dark,.taginput .is-dark.taginput-container.is-focusable,.textarea.is-dark{border-color:#363636}.input.is-dark.is-active,.input.is-dark.is-focused,.input.is-dark:active,.input.is-dark:focus,.taginput .is-dark.is-active.taginput-container.is-focusable,.taginput .is-dark.is-focused.taginput-container.is-focusable,.taginput .is-dark.taginput-container.is-focusable:active,.taginput .is-dark.taginput-container.is-focusable:focus,.textarea.is-dark.is-active,.textarea.is-dark.is-focused,.textarea.is-dark:active,.textarea.is-dark:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.input.is-primary,.taginput .is-primary.taginput-container.is-focusable,.textarea.is-primary{border-color:#7957d5}.input.is-primary.is-active,.input.is-primary.is-focused,.input.is-primary:active,.input.is-primary:focus,.taginput .is-primary.is-active.taginput-container.is-focusable,.taginput .is-primary.is-focused.taginput-container.is-focusable,.taginput .is-primary.taginput-container.is-focusable:active,.taginput .is-primary.taginput-container.is-focusable:focus,.textarea.is-primary.is-active,.textarea.is-primary.is-focused,.textarea.is-primary:active,.textarea.is-primary:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.input.is-link,.taginput .is-link.taginput-container.is-focusable,.textarea.is-link{border-color:#7957d5}.input.is-link.is-active,.input.is-link.is-focused,.input.is-link:active,.input.is-link:focus,.taginput .is-link.is-active.taginput-container.is-focusable,.taginput .is-link.is-focused.taginput-container.is-focusable,.taginput .is-link.taginput-container.is-focusable:active,.taginput .is-link.taginput-container.is-focusable:focus,.textarea.is-link.is-active,.textarea.is-link.is-focused,.textarea.is-link:active,.textarea.is-link:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.input.is-info,.taginput .is-info.taginput-container.is-focusable,.textarea.is-info{border-color:#167df0}.input.is-info.is-active,.input.is-info.is-focused,.input.is-info:active,.input.is-info:focus,.taginput .is-info.is-active.taginput-container.is-focusable,.taginput .is-info.is-focused.taginput-container.is-focusable,.taginput .is-info.taginput-container.is-focusable:active,.taginput .is-info.taginput-container.is-focusable:focus,.textarea.is-info.is-active,.textarea.is-info.is-focused,.textarea.is-info:active,.textarea.is-info:focus{box-shadow:0 0 0 .125em rgba(22,125,240,.25)}.input.is-success,.taginput .is-success.taginput-container.is-focusable,.textarea.is-success{border-color:#23d160}.input.is-success.is-active,.input.is-success.is-focused,.input.is-success:active,.input.is-success:focus,.taginput .is-success.is-active.taginput-container.is-focusable,.taginput .is-success.is-focused.taginput-container.is-focusable,.taginput .is-success.taginput-container.is-focusable:active,.taginput .is-success.taginput-container.is-focusable:focus,.textarea.is-success.is-active,.textarea.is-success.is-focused,.textarea.is-success:active,.textarea.is-success:focus{box-shadow:0 0 0 .125em rgba(35,209,96,.25)}.input.is-warning,.taginput .is-warning.taginput-container.is-focusable,.textarea.is-warning{border-color:#ffdd57}.input.is-warning.is-active,.input.is-warning.is-focused,.input.is-warning:active,.input.is-warning:focus,.taginput .is-warning.is-active.taginput-container.is-focusable,.taginput .is-warning.is-focused.taginput-container.is-focusable,.taginput .is-warning.taginput-container.is-focusable:active,.taginput .is-warning.taginput-container.is-focusable:focus,.textarea.is-warning.is-active,.textarea.is-warning.is-focused,.textarea.is-warning:active,.textarea.is-warning:focus{box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.input.is-danger,.taginput .is-danger.taginput-container.is-focusable,.textarea.is-danger{border-color:#ff3860}.input.is-danger.is-active,.input.is-danger.is-focused,.input.is-danger:active,.input.is-danger:focus,.taginput .is-danger.is-active.taginput-container.is-focusable,.taginput .is-danger.is-focused.taginput-container.is-focusable,.taginput .is-danger.taginput-container.is-focusable:active,.taginput .is-danger.taginput-container.is-focusable:focus,.textarea.is-danger.is-active,.textarea.is-danger.is-focused,.textarea.is-danger:active,.textarea.is-danger:focus{box-shadow:0 0 0 .125em rgba(255,56,96,.25)}.input.is-small,.taginput .is-small.taginput-container.is-focusable,.textarea.is-small{border-radius:2px;font-size:.75rem}.input.is-medium,.taginput .is-medium.taginput-container.is-focusable,.textarea.is-medium{font-size:1.25rem}.input.is-large,.taginput .is-large.taginput-container.is-focusable,.textarea.is-large{font-size:1.5rem}.input.is-fullwidth,.taginput .is-fullwidth.taginput-container.is-focusable,.textarea.is-fullwidth{display:block;width:100%}.input.is-inline,.taginput .is-inline.taginput-container.is-focusable,.textarea.is-inline{display:inline;width:auto}.input.is-rounded,.taginput .is-rounded.taginput-container.is-focusable{border-radius:290486px;padding-left:1em;padding-right:1em}.input.is-static,.taginput .is-static.taginput-container.is-focusable{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:.625em;resize:vertical}.textarea:not([rows]){max-height:600px;min-height:120px}.textarea[rows]{height:unset}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#363636}.checkbox[disabled],.radio[disabled]{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.25em}.select:not(.is-multiple):after{border:1px solid #7957d5;border-right:0;border-top:0;content:" ";display:block;height:.5em;pointer-events:none;position:absolute;transform:rotate(-45deg);transform-origin:center;width:.5em;margin-top:-.375em;right:1.125em;top:50%;z-index:4}.select.is-rounded select{border-radius:290486px;padding-left:1em}.select select{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:1px solid transparent;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.25em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding:calc(.375em - 1px) calc(.625em - 1px);position:relative;vertical-align:top;background-color:#fff;border-color:#dbdbdb;color:#363636;cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.select select.is-active,.select select.is-focused,.select select:active,.select select:focus{outline:none}.select select[disabled]{cursor:not-allowed}.select select::-moz-placeholder{color:rgba(54,54,54,.3)}.select select::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.select select:-moz-placeholder{color:rgba(54,54,54,.3)}.select select:-ms-input-placeholder{color:rgba(54,54,54,.3)}.select select.is-hovered,.select select:hover{border-color:#b5b5b5}.select select.is-active,.select select.is-focused,.select select:active,.select select:focus{border-color:#7957d5;box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.select select[disabled]{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.select select[disabled]::-moz-placeholder{color:hsla(0,0%,48%,.3)}.select select[disabled]::-webkit-input-placeholder{color:hsla(0,0%,48%,.3)}.select select[disabled]:-moz-placeholder{color:hsla(0,0%,48%,.3)}.select select[disabled]:-ms-input-placeholder{color:hsla(0,0%,48%,.3)}.select select::-ms-expand{display:none}.select select[disabled]:hover{border-color:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:unset;padding:0}.select select[multiple] option{padding:.5em 1em}.select:hover:after{border-color:#363636}.select.is-white select{border-color:#fff}.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus{box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.select.is-black select{border-color:#0a0a0a}.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus{box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.select.is-light select{border-color:#f5f5f5}.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus{box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.select.is-dark select{border-color:#363636}.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.select.is-primary select{border-color:#7957d5}.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.select.is-link select{border-color:#7957d5}.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.select.is-info select{border-color:#167df0}.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus{box-shadow:0 0 0 .125em rgba(22,125,240,.25)}.select.is-success select{border-color:#23d160}.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus{box-shadow:0 0 0 .125em rgba(35,209,96,.25)}.select.is-warning select{border-color:#ffdd57}.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus{box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.select.is-danger select{border-color:#ff3860}.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus{box-shadow:0 0 0 .125em rgba(255,56,96,.25)}.select.is-small{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled:after{border-color:#7a7a7a}.select.is-fullwidth,.select.is-fullwidth select{width:100%}.select.is-loading:after{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,100%,.25);color:#0a0a0a}.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,4%,.25);color:#fff}.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:#363636}.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{background-color:#eee;border-color:transparent;color:#363636}.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,96%,.25);color:#363636}.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{background-color:#e8e8e8;border-color:transparent;color:#363636}.file.is-dark .file-cta{background-color:#363636;border-color:transparent;color:#f5f5f5}.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{background-color:#2f2f2f;border-color:transparent;color:#f5f5f5}.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(54,54,54,.25);color:#f5f5f5}.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{background-color:#292929;border-color:transparent;color:#f5f5f5}.file.is-primary .file-cta{background-color:#7957d5;border-color:transparent;color:#fff}.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{background-color:#714dd2;border-color:transparent;color:#fff}.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(121,87,213,.25);color:#fff}.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{background-color:#6943d0;border-color:transparent;color:#fff}.file.is-link .file-cta{background-color:#7957d5;border-color:transparent;color:#fff}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#714dd2;border-color:transparent;color:#fff}.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(121,87,213,.25);color:#fff}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#6943d0;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#167df0;border-color:transparent;color:#fff}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#0f77ea;border-color:transparent;color:#fff}.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(22,125,240,.25);color:#fff}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#0e71de;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#23d160;border-color:transparent;color:#fff}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#22c65b;border-color:transparent;color:#fff}.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(35,209,96,.25);color:#fff}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#20bc56;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,221,87,.25);color:rgba(0,0,0,.7)}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-danger .file-cta{background-color:#ff3860;border-color:transparent;color:#fff}.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{background-color:#ff2b56;border-color:transparent;color:#fff}.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,56,96,.25);color:#fff}.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{background-color:#ff1f4b;border-color:transparent;color:#fff}.file.is-small{font-size:.75rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:3px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-cta,.file.is-boxed .file-label{-ms-flex-direction:column;flex-direction:column}.file.is-boxed .file-cta{height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:3px 3px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 3px 3px;border-width:0 1px 1px}.file.is-centered{-ms-flex-pack:center;justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{-ms-flex-positive:1;flex-grow:1;max-width:none}.file.is-right{-ms-flex-pack:end;justify-content:flex-end}.file.is-right .file-cta{border-radius:0 3px 3px 0}.file.is-right .file-name{border-radius:3px 0 0 3px;border-width:1px 0 1px 1px;-ms-flex-order:-1;order:-1}.file-label{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;cursor:pointer;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#363636}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#363636}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:.01em;left:0;outline:none;position:absolute;top:0;width:.01em}.file-cta,.file-name{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:1px solid transparent;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.25em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding-left:calc(.625em - 1px);padding-right:calc(.625em - 1px);position:relative;vertical-align:top;border-color:#dbdbdb;border-radius:3px;font-size:1em;padding:calc(.375em - 1px) 1em;white-space:nowrap}.file-cta.is-active,.file-cta.is-focused,.file-cta:active,.file-cta:focus,.file-name.is-active,.file-name.is-focused,.file-name:active,.file-name:focus{outline:none}.file-cta[disabled],.file-name[disabled]{cursor:not-allowed}.file-cta{background-color:#f5f5f5;color:#4a4a4a}.file-name{border-color:#dbdbdb;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:left;text-overflow:ellipsis}.file-icon{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:1em;-ms-flex-pack:center;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#363636;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-link,.help.is-primary{color:#7957d5}.help.is-info{color:#167df0}.help.is-success{color:#23d160}.help.is-warning{color:#ffdd57}.help.is-danger{color:#ff3860}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select,.field.has-addons .control:not(:first-child):not(:last-child) .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control:not(:first-child):not(:last-child) .taginput-container.is-focusable{border-radius:0}.field.has-addons .control:first-child .button,.field.has-addons .control:first-child .input,.field.has-addons .control:first-child .select select,.field.has-addons .control:first-child .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control:first-child .taginput-container.is-focusable{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child .button,.field.has-addons .control:last-child .input,.field.has-addons .control:last-child .select select,.field.has-addons .control:last-child .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control:last-child .taginput-container.is-focusable{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button.is-hovered,.field.has-addons .control .button:hover,.field.has-addons .control .input.is-hovered,.field.has-addons .control .input:hover,.field.has-addons .control .select select.is-hovered,.field.has-addons .control .select select:hover,.field.has-addons .control .taginput .is-hovered.taginput-container.is-focusable,.field.has-addons .control .taginput .taginput-container.is-focusable:hover,.taginput .field.has-addons .control .is-hovered.taginput-container.is-focusable,.taginput .field.has-addons .control .taginput-container.is-focusable:hover{z-index:2}.field.has-addons .control .button.is-active,.field.has-addons .control .button.is-focused,.field.has-addons .control .button:active,.field.has-addons .control .button:focus,.field.has-addons .control .input.is-active,.field.has-addons .control .input.is-focused,.field.has-addons .control .input:active,.field.has-addons .control .input:focus,.field.has-addons .control .select select.is-active,.field.has-addons .control .select select.is-focused,.field.has-addons .control .select select:active,.field.has-addons .control .select select:focus,.field.has-addons .control .taginput .is-active.taginput-container.is-focusable,.field.has-addons .control .taginput .is-focused.taginput-container.is-focusable,.field.has-addons .control .taginput .taginput-container.is-focusable:active,.field.has-addons .control .taginput .taginput-container.is-focusable:focus,.taginput .field.has-addons .control .is-active.taginput-container.is-focusable,.taginput .field.has-addons .control .is-focused.taginput-container.is-focusable,.taginput .field.has-addons .control .taginput-container.is-focusable:active,.taginput .field.has-addons .control .taginput-container.is-focusable:focus{z-index:3}.field.has-addons .control .button.is-active:hover,.field.has-addons .control .button.is-focused:hover,.field.has-addons .control .button:active:hover,.field.has-addons .control .button:focus:hover,.field.has-addons .control .input.is-active:hover,.field.has-addons .control .input.is-focused:hover,.field.has-addons .control .input:active:hover,.field.has-addons .control .input:focus:hover,.field.has-addons .control .select select.is-active:hover,.field.has-addons .control .select select.is-focused:hover,.field.has-addons .control .select select:active:hover,.field.has-addons .control .select select:focus:hover,.field.has-addons .control .taginput .is-active.taginput-container.is-focusable:hover,.field.has-addons .control .taginput .is-focused.taginput-container.is-focusable:hover,.field.has-addons .control .taginput .taginput-container.is-focusable:active:hover,.field.has-addons .control .taginput .taginput-container.is-focusable:focus:hover,.taginput .field.has-addons .control .is-active.taginput-container.is-focusable:hover,.taginput .field.has-addons .control .is-focused.taginput-container.is-focusable:hover,.taginput .field.has-addons .control .taginput-container.is-focusable:active:hover,.taginput .field.has-addons .control .taginput-container.is-focusable:focus:hover{z-index:4}.field.has-addons .control.is-expanded{-ms-flex-positive:1;flex-grow:1}.field.has-addons.has-addons-centered{-ms-flex-pack:center;justify-content:center}.field.has-addons.has-addons-right{-ms-flex-pack:end;justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.field.is-grouped{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start}.field.is-grouped>.control{-ms-flex-negative:0;flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{-ms-flex-pack:center;justify-content:center}.field.is-grouped.is-grouped-right{-ms-flex-pack:end;justify-content:flex-end}.field.is-grouped.is-grouped-multiline{-ms-flex-wrap:wrap;flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media print,screen and (min-width:769px){.field.is-horizontal{display:-ms-flexbox;display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width:768px){.field-label{margin-bottom:.5rem}}@media print,screen and (min-width:769px){.field-label{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media print,screen and (min-width:769px){.field-body{display:-ms-flexbox;display:flex;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:5;flex-grow:5;-ms-flex-negative:1;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{-ms-flex-negative:1;flex-shrink:1}.field-body>.field:not(.is-narrow){-ms-flex-positive:1;flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{font-size:1rem;position:relative;text-align:left}.control.has-icon .icon{color:#dbdbdb;height:2.25em;pointer-events:none;position:absolute;top:0;width:2.25em;z-index:4}.control.has-icon .input:focus+.icon,.control.has-icon .taginput .taginput-container.is-focusable:focus+.icon,.taginput .control.has-icon .taginput-container.is-focusable:focus+.icon{color:#7a7a7a}.control.has-icon .input.is-small+.icon,.control.has-icon .taginput .is-small.taginput-container.is-focusable+.icon,.taginput .control.has-icon .is-small.taginput-container.is-focusable+.icon{font-size:.75rem}.control.has-icon .input.is-medium+.icon,.control.has-icon .taginput .is-medium.taginput-container.is-focusable+.icon,.taginput .control.has-icon .is-medium.taginput-container.is-focusable+.icon{font-size:1.25rem}.control.has-icon .input.is-large+.icon,.control.has-icon .taginput .is-large.taginput-container.is-focusable+.icon,.taginput .control.has-icon .is-large.taginput-container.is-focusable+.icon{font-size:1.5rem}.control.has-icon:not(.has-icon-right) .icon{left:0}.control.has-icon:not(.has-icon-right) .input,.control.has-icon:not(.has-icon-right) .taginput .taginput-container.is-focusable,.taginput .control.has-icon:not(.has-icon-right) .taginput-container.is-focusable{padding-left:2.25em}.control.has-icon.has-icon-right .icon{right:0}.control.has-icon.has-icon-right .input,.control.has-icon.has-icon-right .taginput .taginput-container.is-focusable,.taginput .control.has-icon.has-icon-right .taginput-container.is-focusable{padding-right:2.25em}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-left .taginput .taginput-container.is-focusable:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon,.control.has-icons-right .taginput .taginput-container.is-focusable:focus~.icon,.taginput .control.has-icons-left .taginput-container.is-focusable:focus~.icon,.taginput .control.has-icons-right .taginput-container.is-focusable:focus~.icon{color:#7a7a7a}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-left .taginput .is-small.taginput-container.is-focusable~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon,.control.has-icons-right .taginput .is-small.taginput-container.is-focusable~.icon,.taginput .control.has-icons-left .is-small.taginput-container.is-focusable~.icon,.taginput .control.has-icons-right .is-small.taginput-container.is-focusable~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-left .taginput .is-medium.taginput-container.is-focusable~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon,.control.has-icons-right .taginput .is-medium.taginput-container.is-focusable~.icon,.taginput .control.has-icons-left .is-medium.taginput-container.is-focusable~.icon,.taginput .control.has-icons-right .is-medium.taginput-container.is-focusable~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-left .taginput .is-large.taginput-container.is-focusable~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon,.control.has-icons-right .taginput .is-large.taginput-container.is-focusable~.icon,.taginput .control.has-icons-left .is-large.taginput-container.is-focusable~.icon,.taginput .control.has-icons-right .is-large.taginput-container.is-focusable~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#dbdbdb;height:2.25em;pointer-events:none;position:absolute;top:0;width:2.25em;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select,.control.has-icons-left .taginput .taginput-container.is-focusable,.taginput .control.has-icons-left .taginput-container.is-focusable{padding-left:2.25em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select,.control.has-icons-right .taginput .taginput-container.is-focusable,.taginput .control.has-icons-right .taginput-container.is-focusable{padding-right:2.25em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading:after{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;position:absolute!important;right:.625em;top:.625em;z-index:4}.control.is-loading.is-small:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.icon{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.image.is-1by1 img,.image.is-2by1 img,.image.is-3by2 img,.image.is-4by3 img,.image.is-16by9 img,.image.is-square img{bottom:0;left:0;position:absolute;right:0;top:0;height:100%;width:100%}.image.is-1by1,.image.is-square{padding-top:100%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.notification{background-color:#f5f5f5;border-radius:3px;padding:1.25rem 2.5rem 1.25rem 1.5rem;position:relative}.notification:not(:last-child){margin-bottom:1.5rem}.notification a:not(.button){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:transparent}.notification>.delete{position:absolute;right:.5rem;top:.5rem}.notification .content,.notification .subtitle,.notification .title{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:#363636}.notification.is-dark{background-color:#363636;color:#f5f5f5}.notification.is-link,.notification.is-primary{background-color:#7957d5;color:#fff}.notification.is-info{background-color:#167df0;color:#fff}.notification.is-success{background-color:#23d160;color:#fff}.notification.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.notification.is-danger{background-color:#ff3860;color:#fff}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:290486px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress:not(:last-child){margin-bottom:1.5rem}.progress::-webkit-progress-bar{background-color:#dbdbdb}.progress::-webkit-progress-value{background-color:#4a4a4a}.progress::-moz-progress-bar{background-color:#4a4a4a}.progress::-ms-fill{background-color:#4a4a4a;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-dark::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill{background-color:#363636}.progress.is-primary::-webkit-progress-value{background-color:#7957d5}.progress.is-primary::-moz-progress-bar{background-color:#7957d5}.progress.is-primary::-ms-fill{background-color:#7957d5}.progress.is-link::-webkit-progress-value{background-color:#7957d5}.progress.is-link::-moz-progress-bar{background-color:#7957d5}.progress.is-link::-ms-fill{background-color:#7957d5}.progress.is-info::-webkit-progress-value{background-color:#167df0}.progress.is-info::-moz-progress-bar{background-color:#167df0}.progress.is-info::-ms-fill{background-color:#167df0}.progress.is-success::-webkit-progress-value{background-color:#23d160}.progress.is-success::-moz-progress-bar{background-color:#23d160}.progress.is-success::-ms-fill{background-color:#23d160}.progress.is-warning::-webkit-progress-value{background-color:#ffdd57}.progress.is-warning::-moz-progress-bar{background-color:#ffdd57}.progress.is-warning::-ms-fill{background-color:#ffdd57}.progress.is-danger::-webkit-progress-value{background-color:#ff3860}.progress.is-danger::-moz-progress-bar{background-color:#ff3860}.progress.is-danger::-ms-fill{background-color:#ff3860}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}.table{background-color:#fff;color:#363636;margin-bottom:1.5rem}.table td,.table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#f5f5f5}.table td.is-link,.table td.is-primary,.table th.is-link,.table th.is-primary{background-color:#7957d5;border-color:#7957d5;color:#fff}.table td.is-info,.table th.is-info{background-color:#167df0;border-color:#167df0;color:#fff}.table td.is-success,.table th.is-success{background-color:#23d160;border-color:#23d160;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.table td.is-danger,.table th.is-danger{background-color:#ff3860;border-color:#ff3860;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#7957d5;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table th{color:#363636;text-align:left}.table tr.is-selected{background-color:#7957d5;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead td,.table thead th{border-width:0 0 2px;color:#363636}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#363636}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#fafafa}.tags{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-right:.5rem}.tags:last-child{margin-bottom:-.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.has-addons .tag{margin-right:0}.tags.has-addons .tag:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.tags.has-addons .tag:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.tags.is-centered{-ms-flex-pack:center;justify-content:center}.tags.is-centered .tag{margin-right:.25rem;margin-left:.25rem}.tags.is-right{-ms-flex-pack:end;justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.5rem}.tags.is-right .tag:not(:last-child){margin-right:0}.tag:not(body){-ms-flex-align:center;align-items:center;background-color:#f5f5f5;border-radius:3px;color:#4a4a4a;display:-ms-inline-flexbox;display:inline-flex;font-size:.75rem;height:2em;-ms-flex-pack:center;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:.25em;margin-right:-.375em}.tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.tag:not(body).is-light{background-color:#f5f5f5;color:#363636}.tag:not(body).is-dark{background-color:#363636;color:#f5f5f5}.tag:not(body).is-link,.tag:not(body).is-primary{background-color:#7957d5;color:#fff}.tag:not(body).is-info{background-color:#167df0;color:#fff}.tag:not(body).is-success{background-color:#23d160;color:#fff}.tag:not(body).is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.tag:not(body).is-danger{background-color:#ff3860;color:#fff}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}.tag:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}.tag:not(body).is-delete{margin-left:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete:after,.tag:not(body).is-delete:before{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.tag:not(body).is-delete:before{height:1px;width:50%}.tag:not(body).is-delete:after{height:50%;width:1px}.tag:not(body).is-delete:focus,.tag:not(body).is-delete:hover{background-color:#e8e8e8}.tag:not(body).is-delete:active{background-color:#dbdbdb}.tag:not(body).is-rounded{border-radius:290486px}a.tag:hover{text-decoration:underline}.subtitle,.title{word-break:break-word}.subtitle:not(:last-child),.title:not(:last-child){margin-bottom:1.5rem}.subtitle em,.subtitle span,.title em,.title span{font-weight:inherit}.subtitle sub,.subtitle sup,.title sub,.title sup{font-size:.75em}.subtitle .tag,.title .tag{vertical-align:middle}.title{color:#363636;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title+.highlight{margin-top:-.75rem}.title:not(.is-spaced)+.subtitle{margin-top:-1.5rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.5rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.block:not(:last-child){margin-bottom:1.5rem}.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:hsla(0,0%,4%,.2);border:none;border-radius:290486px;cursor:pointer;display:inline-block;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.delete:after,.delete:before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.delete:before{height:2px;width:50%}.delete:after{height:50%;width:2px}.delete:focus,.delete:hover{background-color:hsla(0,0%,4%,.3)}.delete:active{background-color:hsla(0,0%,4%,.4)}.delete.is-small{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.delete.is-medium{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.delete.is-large{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.highlight{font-weight:400;max-width:100%;overflow:hidden;padding:0}.highlight:not(:last-child){margin-bottom:1.5rem}.highlight pre{overflow:auto;max-width:100%}.loader{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.number{-ms-flex-align:center;align-items:center;background-color:#f5f5f5;border-radius:290486px;display:-ms-inline-flexbox;display:inline-flex;font-size:1.25rem;height:2em;-ms-flex-pack:center;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;font-size:1rem;overflow:hidden;overflow-x:auto;white-space:nowrap}.breadcrumb:not(:last-child){margin-bottom:1.5rem}.breadcrumb a{-ms-flex-align:center;align-items:center;color:#7957d5;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:.5em .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}.breadcrumb li+li:before{color:#4a4a4a;content:"/"}.breadcrumb ol,.breadcrumb ul{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:start;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{-ms-flex-pack:center;justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{-ms-flex-pack:end;justify-content:flex-end}.breadcrumb.is-small{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li:before{content:"\2192"}.breadcrumb.has-bullet-separator li+li:before{content:"\2022"}.breadcrumb.has-dot-separator li+li:before{content:"\B7"}.breadcrumb.has-succeeds-separator li+li:before{content:"\227B"}.card{background-color:#fff;box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);color:#4a4a4a;max-width:100%;position:relative}.card-header{-ms-flex-align:stretch;align-items:stretch;box-shadow:0 1px 2px hsla(0,0%,4%,.1)}.card-header,.card-header-title{display:-ms-flexbox;display:flex}.card-header-title{-ms-flex-align:center;align-items:center;color:#363636;-ms-flex-positive:1;flex-grow:1;font-weight:700;padding:.75rem}.card-header-icon,.card-header-title.is-centered{-ms-flex-pack:center;justify-content:center}.card-header-icon{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;padding:.75rem}.card-image{display:block;position:relative}.card-content{padding:1.5rem}.card-footer{border-top:1px solid #dbdbdb;-ms-flex-align:stretch;align-items:stretch}.card-footer,.card-footer-item{display:-ms-flexbox;display:flex}.card-footer-item{-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #dbdbdb}.card .media:not(:last-child){margin-bottom:.75rem}.dropdown{display:-ms-inline-flexbox;display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:unset;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:7}.dropdown-content{background-color:#fff;border-radius:3px;box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item,.dropdown .dropdown-menu .has-link a{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}.dropdown .dropdown-menu .has-link a,a.dropdown-item{padding-right:3rem;white-space:nowrap}.dropdown .dropdown-menu .has-link a:hover,a.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}.dropdown .dropdown-menu .has-link a.is-active,a.dropdown-item.is-active{background-color:#7957d5;color:#fff}.dropdown-divider{background-color:#dbdbdb;border:none;display:block;height:1px;margin:.5rem 0}.level{-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.level:not(:last-child){margin-bottom:1.5rem}.level code{border-radius:3px}.level img{display:inline-block;vertical-align:top}.level.is-mobile,.level.is-mobile .level-left,.level.is-mobile .level-right{display:-ms-flexbox;display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item{margin-right:.75rem}.level.is-mobile .level-item:not(:last-child){margin-bottom:0}.level.is-mobile .level-item:not(.is-narrow){-ms-flex-positive:1;flex-grow:1}@media print,screen and (min-width:769px){.level{display:-ms-flexbox;display:flex}.level>.level-item:not(.is-narrow){-ms-flex-positive:1;flex-grow:1}}.level-item{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center}.level-item .subtitle,.level-item .title{margin-bottom:0}@media screen and (max-width:768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{-ms-flex-positive:1;flex-grow:1}@media print,screen and (min-width:769px){.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:768px){.level-left+.level-right{margin-top:1.5rem}}@media print,screen and (min-width:769px){.level-left{display:-ms-flexbox;display:flex}}.level-right{-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}@media print,screen and (min-width:769px){.level-right{display:-ms-flexbox;display:flex}}.media{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;text-align:left}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid hsla(0,0%,86%,.5);display:-ms-flexbox;display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid hsla(0,0%,86%,.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;overflow:auto;text-align:left}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#4a4a4a;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#f5f5f5;color:#363636}.menu-list a.is-active{background-color:#7957d5;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#7a7a7a;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#f5f5f5;border-radius:3px;font-size:1rem}.message:not(:last-child){margin-bottom:1.5rem}.message strong{color:currentColor}.message a:not(.button):not(.tag){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff;color:#4d4d4d}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a;color:#090909}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:#363636}.message.is-light .message-body{border-color:#f5f5f5;color:#505050}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#363636;color:#f5f5f5}.message.is-dark .message-body{border-color:#363636;color:#2a2a2a}.message.is-primary{background-color:#f8f7fd}.message.is-primary .message-header{background-color:#7957d5;color:#fff}.message.is-primary .message-body{border-color:#7957d5;color:#5534ae}.message.is-link{background-color:#f8f7fd}.message.is-link .message-header{background-color:#7957d5;color:#fff}.message.is-link .message-body{border-color:#7957d5;color:#5534ae}.message.is-info{background-color:#f5fafe}.message.is-info .message-header{background-color:#167df0;color:#fff}.message.is-info .message-body{border-color:#167df0;color:#115199}.message.is-success{background-color:#f6fef9}.message.is-success .message-header{background-color:#23d160;color:#fff}.message.is-success .message-body{border-color:#23d160;color:#0e301a}.message.is-warning{background-color:#fffdf5}.message.is-warning .message-header{background-color:#ffdd57;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#ffdd57;color:#3b3108}.message.is-danger{background-color:#fff5f7}.message.is-danger .message-header{background-color:#ff3860;color:#fff}.message.is-danger .message-body{border-color:#ff3860;color:#cd0930}.message-header{-ms-flex-align:center;align-items:center;background-color:#4a4a4a;border-radius:3px 3px 0 0;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;line-height:1.25;padding:.5em .75em;position:relative}.message-header .delete{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-top-left-radius:0;border-top-right-radius:0;border-top:none}.message-body{border:1px solid #dbdbdb;border-radius:3px;color:#4a4a4a;padding:1em 1.25em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:transparent}.modal{bottom:0;left:0;position:absolute;right:0;top:0;-ms-flex-align:center;align-items:center;display:none;-ms-flex-pack:center;justify-content:center;overflow:hidden;position:fixed;z-index:9}.modal.is-active{display:-ms-flexbox;display:flex}.modal-background{bottom:0;left:0;position:absolute;right:0;top:0;background-color:hsla(0,0%,4%,.86)}.modal-card,.modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media print,screen and (min-width:769px){.modal-card,.modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:hsla(0,0%,4%,.2);border:none;border-radius:290486px;cursor:pointer;display:inline-block;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px;background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-close:after,.modal-close:before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close:before{height:2px;width:50%}.modal-close:after{height:50%;width:2px}.modal-close:focus,.modal-close:hover{background-color:hsla(0,0%,4%,.3)}.modal-close:active{background-color:hsla(0,0%,4%,.4)}.modal-close.is-small{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.modal-close.is-medium{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.modal-close.is-large{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.modal-card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden}.modal-card-foot,.modal-card-head{-ms-flex-align:center;align-items:center;background-color:#f5f5f5;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:start;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:5px;border-top-right-radius:5px}.modal-card-title{color:#363636;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:10px}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item{color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link:after{border-color:#0a0a0a}@media screen and (min-width:1024px){.navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item{color:#0a0a0a}.navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-end .navbar-link:after,.navbar.is-white .navbar-start .navbar-link:after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item{color:#fff}.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item{color:#fff}.navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-end .navbar-link:after,.navbar.is-black .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:#363636}.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item{color:#363636}.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-brand .navbar-link:after{border-color:#363636}@media screen and (min-width:1024px){.navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item{color:#363636}.navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:hover{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-end .navbar-link:after,.navbar.is-light .navbar-start .navbar-link:after{border-color:#363636}.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#363636}}.navbar.is-dark{background-color:#363636;color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item{color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link:after{border-color:#f5f5f5}@media screen and (min-width:1024px){.navbar.is-dark .navbar-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item{color:#f5f5f5}.navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-end .navbar-link:after,.navbar.is-dark .navbar-start .navbar-link:after{border-color:#f5f5f5}.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#f5f5f5}}.navbar.is-primary{background-color:#7957d5;color:#fff}.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item{color:#fff}.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:#6943d0;color:#fff}.navbar.is-primary .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-primary .navbar-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item{color:#fff}.navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:#6943d0;color:#fff}.navbar.is-primary .navbar-end .navbar-link:after,.navbar.is-primary .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:#6943d0;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#7957d5;color:#fff}}.navbar.is-link{background-color:#7957d5;color:#fff}.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item{color:#fff}.navbar.is-link .navbar-brand .navbar-link.is-active,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand>a.navbar-item:hover{background-color:#6943d0;color:#fff}.navbar.is-link .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-link .navbar-end .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-start>.navbar-item{color:#fff}.navbar.is-link .navbar-end .navbar-link.is-active,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start>a.navbar-item:hover{background-color:#6943d0;color:#fff}.navbar.is-link .navbar-end .navbar-link:after,.navbar.is-link .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link{background-color:#6943d0;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#7957d5;color:#fff}}.navbar.is-info{background-color:#167df0;color:#fff}.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item{color:#fff}.navbar.is-info .navbar-brand .navbar-link.is-active,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand>a.navbar-item:hover{background-color:#0e71de;color:#fff}.navbar.is-info .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-info .navbar-end .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-start>.navbar-item{color:#fff}.navbar.is-info .navbar-end .navbar-link.is-active,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start>a.navbar-item:hover{background-color:#0e71de;color:#fff}.navbar.is-info .navbar-end .navbar-link:after,.navbar.is-info .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link{background-color:#0e71de;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#167df0;color:#fff}}.navbar.is-success{background-color:#23d160;color:#fff}.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item{color:#fff}.navbar.is-success .navbar-brand .navbar-link.is-active,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand>a.navbar-item:hover{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-success .navbar-end .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-start>.navbar-item{color:#fff}.navbar.is-success .navbar-end .navbar-link.is-active,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start>a.navbar-item:hover{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-end .navbar-link:after,.navbar.is-success .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#23d160;color:#fff}}.navbar.is-warning{background-color:#ffdd57}.navbar.is-warning,.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link.is-active,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand>a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link:after{border-color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.navbar.is-warning .navbar-end .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link.is-active,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start>a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link:after,.navbar.is-warning .navbar-start .navbar-link:after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#ff3860;color:#fff}.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item{color:#fff}.navbar.is-danger .navbar-brand .navbar-link.is-active,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand>a.navbar-item:hover{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-danger .navbar-end .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-start>.navbar-item{color:#fff}.navbar.is-danger .navbar-end .navbar-link.is-active,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start>a.navbar-item:hover{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-end .navbar-link:after,.navbar.is-danger .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#ff3860;color:#fff}}.navbar>.container{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 3px hsla(0,0%,4%,.1)}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:8}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 3px hsla(0,0%,4%,.1)}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;min-height:3.25rem}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:first-child{top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:first-child{transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem 1rem;position:relative}a.navbar-item.is-active,a.navbar-item:hover,a.navbar-link.is-active,a.navbar-link:hover{background-color:#f5f5f5;color:#7957d5}.navbar-item{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab.is-active,.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#7957d5}.navbar-item.is-tab.is-active{border-bottom-style:solid;border-bottom-width:3px;color:#7957d5;padding-bottom:calc(.5rem - 3px)}.navbar-content{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}.navbar-link{padding-right:2.5em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#dbdbdb;border:none;display:none;height:1px;margin:.5rem 0}@media screen and (max-width:1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px hsla(0,0%,4%,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:8}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px hsla(0,0%,4%,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top-touch .navbar-menu,.navbar.is-fixed-top .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1024px){.navbar,.navbar-end,.navbar-menu,.navbar-start{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex}.navbar{min-height:3.25rem}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-link.is-active,.navbar.is-transparent a.navbar-link:hover{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#7957d5}.navbar-burger{display:none}.navbar-item,.navbar-link{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.navbar-item.has-dropdown{-ms-flex-align:stretch;align-items:stretch}.navbar-item.has-dropdown-up .navbar-link:after{transform:rotate(135deg) translate(.25em,-.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:1px solid #dbdbdb;border-radius:5px 5px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px hsla(0,0%,4%,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-link:after{border:1px solid #7957d5;border-right:0;border-top:0;content:" ";display:block;height:.5em;pointer-events:none;position:absolute;transform:rotate(-45deg);transform-origin:center;width:.5em;margin-top:-.375em;right:1.125em;top:50%}.navbar-menu{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.navbar-start{-ms-flex-pack:start;justify-content:flex-start;margin-right:auto}.navbar-end{-ms-flex-pack:end;justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid #dbdbdb;box-shadow:0 8px 8px hsla(0,0%,4%,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:7}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#7957d5}.navbar-dropdown.is-boxed{border-radius:5px;border-top:none;box-shadow:0 8px 8px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + -4px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.container>.navbar .navbar-brand,.navbar>.container .navbar-brand{margin-left:-1rem}.container>.navbar .navbar-menu,.navbar>.container .navbar-menu{margin-right:-1rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:8}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px hsla(0,0%,4%,.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}a.navbar-item.is-active,a.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:hover),a.navbar-link.is-active:not(:hover){background-color:transparent}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:#f5f5f5}}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous{padding-left:1em;padding-right:1em;border-radius:290486px}.pagination.is-rounded .pagination-link{border-radius:290486px}.pagination,.pagination-list{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;text-align:center}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:1px solid transparent;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.25em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding-left:calc(.625em - 1px);padding-right:calc(.625em - 1px);position:relative;vertical-align:top;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:1em;padding:calc(.375em - 1px) .5em;-ms-flex-pack:center;justify-content:center;margin:.25rem;text-align:center}.pagination-ellipsis.is-active,.pagination-ellipsis.is-focused,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link.is-active,.pagination-link.is-focused,.pagination-link:active,.pagination-link:focus,.pagination-next.is-active,.pagination-next.is-focused,.pagination-next:active,.pagination-next:focus,.pagination-previous.is-active,.pagination-previous.is-focused,.pagination-previous:active,.pagination-previous:focus{outline:none}.pagination-ellipsis[disabled],.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled]{cursor:not-allowed}.pagination-link,.pagination-next,.pagination-previous{border-color:#dbdbdb;color:#363636;min-width:2.25em}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#b5b5b5;color:#363636}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#7957d5}.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2)}.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#7957d5;border-color:#7957d5;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:768px){.pagination{-ms-flex-wrap:wrap;flex-wrap:wrap}.pagination-list li,.pagination-next,.pagination-previous{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}}@media print,screen and (min-width:769px){.pagination-list{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-order:1;order:1}.pagination-previous{-ms-flex-order:2;order:2}.pagination-next{-ms-flex-order:3;order:3}.pagination{-ms-flex-pack:justify;justify-content:space-between}.pagination.is-centered .pagination-previous{-ms-flex-order:1;order:1}.pagination.is-centered .pagination-list{-ms-flex-pack:center;justify-content:center;-ms-flex-order:2;order:2}.pagination.is-centered .pagination-next{-ms-flex-order:3;order:3}.pagination.is-right .pagination-previous{-ms-flex-order:1;order:1}.pagination.is-right .pagination-next{-ms-flex-order:2;order:2}.pagination.is-right .pagination-list{-ms-flex-pack:end;justify-content:flex-end;-ms-flex-order:3;order:3}}.panel{font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel-block,.panel-heading,.panel-tabs{border-bottom:1px solid #dbdbdb;border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb}.panel-block:first-child,.panel-heading:first-child,.panel-tabs:first-child{border-top:1px solid #dbdbdb}.panel-heading{background-color:#f5f5f5;border-radius:3px 3px 0 0;color:#363636;font-size:1.25em;font-weight:300;line-height:1.25;padding:.5em .75em}.panel-tabs{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;font-size:.875em;-ms-flex-pack:center;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#4a4a4a}.panel-list a:hover{color:#7957d5}.panel-block{-ms-flex-align:center;align-items:center;color:#363636;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-right:.75em}.panel-block>.control{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{-ms-flex-wrap:wrap;flex-wrap:wrap}.panel-block.is-active{border-left-color:#7957d5;color:#363636}.panel-block.is-active .panel-icon{color:#7957d5}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-right:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;font-size:1rem;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs:not(:last-child){margin-bottom:1.5rem}.tabs a{-ms-flex-align:center;align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;color:#4a4a4a;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#363636;color:#363636}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#7957d5;color:#7957d5}.tabs ul{-ms-flex-align:center;align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:start;justify-content:flex-start}.tabs ul.is-center,.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{-ms-flex:none;flex:none;-ms-flex-pack:center;justify-content:center;padding-left:.75em}.tabs ul.is-right{-ms-flex-pack:end;justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{-ms-flex-pack:center;justify-content:center}.tabs.is-right ul{-ms-flex-pack:end;justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:3px 3px 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:transparent!important}.tabs.is-fullwidth li{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.tabs.is-toggle a{border:1px solid #dbdbdb;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-radius:3px 0 0 3px}.tabs.is-toggle li:last-child a{border-radius:0 3px 3px 0}.tabs.is-toggle li.is-active a{background-color:#7957d5;border-color:#7957d5;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:290486px;border-top-left-radius:290486px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:290486px;border-top-right-radius:290486px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{-ms-flex:none;flex:none}.columns.is-mobile>.column.is-full{-ms-flex:none;flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{-ms-flex:none;flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{-ms-flex:none;flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{-ms-flex:none;flex:none;width:50%}.columns.is-mobile>.column.is-one-third{-ms-flex:none;flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{-ms-flex:none;flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{-ms-flex:none;flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{-ms-flex:none;flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{-ms-flex:none;flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{-ms-flex:none;flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-1{-ms-flex:none;flex:none;width:8.33333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}.columns.is-mobile>.column.is-2{-ms-flex:none;flex:none;width:16.66667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66667%}.columns.is-mobile>.column.is-3{-ms-flex:none;flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{-ms-flex:none;flex:none;width:33.33333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333%}.columns.is-mobile>.column.is-5{-ms-flex:none;flex:none;width:41.66667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66667%}.columns.is-mobile>.column.is-6{-ms-flex:none;flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{-ms-flex:none;flex:none;width:58.33333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333%}.columns.is-mobile>.column.is-8{-ms-flex:none;flex:none;width:66.66667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66667%}.columns.is-mobile>.column.is-9{-ms-flex:none;flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{-ms-flex:none;flex:none;width:83.33333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333%}.columns.is-mobile>.column.is-11{-ms-flex:none;flex:none;width:91.66667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66667%}.columns.is-mobile>.column.is-12{-ms-flex:none;flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-full-mobile,.column.is-narrow-mobile{-ms-flex:none;flex:none}.column.is-full-mobile{width:100%}.column.is-three-quarters-mobile{-ms-flex:none;flex:none;width:75%}.column.is-two-thirds-mobile{-ms-flex:none;flex:none;width:66.6666%}.column.is-half-mobile{-ms-flex:none;flex:none;width:50%}.column.is-one-third-mobile{-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter-mobile{-ms-flex:none;flex:none;width:25%}.column.is-one-fifth-mobile{-ms-flex:none;flex:none;width:20%}.column.is-two-fifths-mobile{-ms-flex:none;flex:none;width:40%}.column.is-three-fifths-mobile{-ms-flex:none;flex:none;width:60%}.column.is-four-fifths-mobile{-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-1-mobile{-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1-mobile{margin-left:8.33333%}.column.is-2-mobile{-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2-mobile{margin-left:16.66667%}.column.is-3-mobile{-ms-flex:none;flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4-mobile{margin-left:33.33333%}.column.is-5-mobile{-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5-mobile{margin-left:41.66667%}.column.is-6-mobile{-ms-flex:none;flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7-mobile{margin-left:58.33333%}.column.is-8-mobile{-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8-mobile{margin-left:66.66667%}.column.is-9-mobile{-ms-flex:none;flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10-mobile{margin-left:83.33333%}.column.is-11-mobile{-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11-mobile{margin-left:91.66667%}.column.is-12-mobile{-ms-flex:none;flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media print,screen and (min-width:769px){.column.is-narrow,.column.is-narrow-tablet{-ms-flex:none;flex:none}.column.is-full,.column.is-full-tablet{-ms-flex:none;flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{-ms-flex:none;flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{-ms-flex:none;flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{-ms-flex:none;flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{-ms-flex:none;flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{-ms-flex:none;flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{-ms-flex:none;flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{-ms-flex:none;flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-1,.column.is-1-tablet{-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}.column.is-2,.column.is-2-tablet{-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%}.column.is-3,.column.is-3-tablet{-ms-flex:none;flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333%}.column.is-5,.column.is-5-tablet{-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66667%}.column.is-6,.column.is-6-tablet{-ms-flex:none;flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333%}.column.is-8,.column.is-8-tablet{-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66667%}.column.is-9,.column.is-9-tablet{-ms-flex:none;flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333%}.column.is-11,.column.is-11-tablet{-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66667%}.column.is-12,.column.is-12-tablet{-ms-flex:none;flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.column.is-full-touch,.column.is-narrow-touch{-ms-flex:none;flex:none}.column.is-full-touch{width:100%}.column.is-three-quarters-touch{-ms-flex:none;flex:none;width:75%}.column.is-two-thirds-touch{-ms-flex:none;flex:none;width:66.6666%}.column.is-half-touch{-ms-flex:none;flex:none;width:50%}.column.is-one-third-touch{-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter-touch{-ms-flex:none;flex:none;width:25%}.column.is-one-fifth-touch{-ms-flex:none;flex:none;width:20%}.column.is-two-fifths-touch{-ms-flex:none;flex:none;width:40%}.column.is-three-fifths-touch{-ms-flex:none;flex:none;width:60%}.column.is-four-fifths-touch{-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-1-touch{-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1-touch{margin-left:8.33333%}.column.is-2-touch{-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2-touch{margin-left:16.66667%}.column.is-3-touch{-ms-flex:none;flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4-touch{margin-left:33.33333%}.column.is-5-touch{-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5-touch{margin-left:41.66667%}.column.is-6-touch{-ms-flex:none;flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7-touch{margin-left:58.33333%}.column.is-8-touch{-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8-touch{margin-left:66.66667%}.column.is-9-touch{-ms-flex:none;flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10-touch{margin-left:83.33333%}.column.is-11-touch{-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11-touch{margin-left:91.66667%}.column.is-12-touch{-ms-flex:none;flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{-ms-flex:none;flex:none}.column.is-full-desktop{-ms-flex:none;flex:none;width:100%}.column.is-three-quarters-desktop{-ms-flex:none;flex:none;width:75%}.column.is-two-thirds-desktop{-ms-flex:none;flex:none;width:66.6666%}.column.is-half-desktop{-ms-flex:none;flex:none;width:50%}.column.is-one-third-desktop{-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter-desktop{-ms-flex:none;flex:none;width:25%}.column.is-one-fifth-desktop{-ms-flex:none;flex:none;width:20%}.column.is-two-fifths-desktop{-ms-flex:none;flex:none;width:40%}.column.is-three-fifths-desktop{-ms-flex:none;flex:none;width:60%}.column.is-four-fifths-desktop{-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-1-desktop{-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1-desktop{margin-left:8.33333%}.column.is-2-desktop{-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2-desktop{margin-left:16.66667%}.column.is-3-desktop{-ms-flex:none;flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4-desktop{margin-left:33.33333%}.column.is-5-desktop{-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5-desktop{margin-left:41.66667%}.column.is-6-desktop{-ms-flex:none;flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7-desktop{margin-left:58.33333%}.column.is-8-desktop{-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8-desktop{margin-left:66.66667%}.column.is-9-desktop{-ms-flex:none;flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10-desktop{margin-left:83.33333%}.column.is-11-desktop{-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11-desktop{margin-left:91.66667%}.column.is-12-desktop{-ms-flex:none;flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{-ms-flex:none;flex:none}.column.is-full-widescreen{-ms-flex:none;flex:none;width:100%}.column.is-three-quarters-widescreen{-ms-flex:none;flex:none;width:75%}.column.is-two-thirds-widescreen{-ms-flex:none;flex:none;width:66.6666%}.column.is-half-widescreen{-ms-flex:none;flex:none;width:50%}.column.is-one-third-widescreen{-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter-widescreen{-ms-flex:none;flex:none;width:25%}.column.is-one-fifth-widescreen{-ms-flex:none;flex:none;width:20%}.column.is-two-fifths-widescreen{-ms-flex:none;flex:none;width:40%}.column.is-three-fifths-widescreen{-ms-flex:none;flex:none;width:60%}.column.is-four-fifths-widescreen{-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-1-widescreen{-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1-widescreen{margin-left:8.33333%}.column.is-2-widescreen{-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2-widescreen{margin-left:16.66667%}.column.is-3-widescreen{-ms-flex:none;flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4-widescreen{margin-left:33.33333%}.column.is-5-widescreen{-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5-widescreen{margin-left:41.66667%}.column.is-6-widescreen{-ms-flex:none;flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7-widescreen{margin-left:58.33333%}.column.is-8-widescreen{-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8-widescreen{margin-left:66.66667%}.column.is-9-widescreen{-ms-flex:none;flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10-widescreen{margin-left:83.33333%}.column.is-11-widescreen{-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11-widescreen{margin-left:91.66667%}.column.is-12-widescreen{-ms-flex:none;flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-full-fullhd,.column.is-narrow-fullhd{-ms-flex:none;flex:none}.column.is-full-fullhd{width:100%}.column.is-three-quarters-fullhd{-ms-flex:none;flex:none;width:75%}.column.is-two-thirds-fullhd{-ms-flex:none;flex:none;width:66.6666%}.column.is-half-fullhd{-ms-flex:none;flex:none;width:50%}.column.is-one-third-fullhd{-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter-fullhd{-ms-flex:none;flex:none;width:25%}.column.is-one-fifth-fullhd{-ms-flex:none;flex:none;width:20%}.column.is-two-fifths-fullhd{-ms-flex:none;flex:none;width:40%}.column.is-three-fifths-fullhd{-ms-flex:none;flex:none;width:60%}.column.is-four-fifths-fullhd{-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-1-fullhd{-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1-fullhd{margin-left:8.33333%}.column.is-2-fullhd{-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2-fullhd{margin-left:16.66667%}.column.is-3-fullhd{-ms-flex:none;flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4-fullhd{margin-left:33.33333%}.column.is-5-fullhd{-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5-fullhd{margin-left:41.66667%}.column.is-6-fullhd{-ms-flex:none;flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7-fullhd{margin-left:58.33333%}.column.is-8-fullhd{-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8-fullhd{margin-left:66.66667%}.column.is-9-fullhd{-ms-flex:none;flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10-fullhd{margin-left:83.33333%}.column.is-11-fullhd{-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11-fullhd{margin-left:91.66667%}.column.is-12-fullhd{-ms-flex:none;flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:0.75rem}.columns.is-centered{-ms-flex-pack:center;justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:-ms-flexbox;display:flex}.columns.is-multiline{-ms-flex-wrap:wrap;flex-wrap:wrap}.columns.is-vcentered{-ms-flex-align:center;align-items:center}@media print,screen and (min-width:769px){.columns:not(.is-desktop){display:-ms-flexbox;display:flex}}@media screen and (min-width:1024px){.columns.is-desktop{display:-ms-flexbox;display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}.columns.is-variable.is-1{--columnGap:0.25rem}.columns.is-variable.is-2{--columnGap:0.5rem}.columns.is-variable.is-3{--columnGap:0.75rem}.columns.is-variable.is-4{--columnGap:1rem}.columns.is-variable.is-5{--columnGap:1.25rem}.columns.is-variable.is-6{--columnGap:1.5rem}.columns.is-variable.is-7{--columnGap:1.75rem}.columns.is-variable.is-8{--columnGap:2rem}.tile{-ms-flex-align:stretch;align-items:stretch;display:block;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0!important}.tile.is-parent{padding:.75rem}.tile.is-vertical{-ms-flex-direction:column;flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media print,screen and (min-width:769px){.tile:not(.is-child){display:-ms-flexbox;display:flex}.tile.is-1{width:8.33333%}.tile.is-1,.tile.is-2{-ms-flex:none;flex:none}.tile.is-2{width:16.66667%}.tile.is-3{width:25%}.tile.is-3,.tile.is-4{-ms-flex:none;flex:none}.tile.is-4{width:33.33333%}.tile.is-5{width:41.66667%}.tile.is-5,.tile.is-6{-ms-flex:none;flex:none}.tile.is-6{width:50%}.tile.is-7{width:58.33333%}.tile.is-7,.tile.is-8{-ms-flex:none;flex:none}.tile.is-8{width:66.66667%}.tile.is-9{width:75%}.tile.is-9,.tile.is-10{-ms-flex:none;flex:none}.tile.is-10{width:83.33333%}.tile.is-11{-ms-flex:none;flex:none;width:91.66667%}.tile.is-12{-ms-flex:none;flex:none;width:100%}}.hero{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.hero .navbar{background:none}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:hsla(0,0%,4%,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width:1023px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:hsla(0,0%,4%,.7)}.hero.is-white .navbar-link.is-active,.hero.is-white .navbar-link:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.hero.is-white .tabs a:hover,.hero.is-white .tabs li.is-active a{opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e6e6e6,#fff 71%,#fff)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e6e6,#fff 71%,#fff)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-black .navbar-link.is-active,.hero.is-black .navbar-link:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black a.navbar-item:hover{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover,.hero.is-black .tabs li.is-active a{opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)}}.hero.is-light{background-color:#f5f5f5;color:#363636}.hero.is-light a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-light strong{color:inherit}.hero.is-light .title{color:#363636}.hero.is-light .subtitle{color:rgba(54,54,54,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#363636}@media screen and (max-width:1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(54,54,54,.7)}.hero.is-light .navbar-link.is-active,.hero.is-light .navbar-link:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light a.navbar-item:hover{background-color:#e8e8e8;color:#363636}.hero.is-light .tabs a{color:#363636;opacity:.9}.hero.is-light .tabs a:hover,.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#363636}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}}.hero.is-dark{background-color:#363636;color:#f5f5f5}.hero.is-dark a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#f5f5f5}.hero.is-dark .subtitle{color:hsla(0,0%,96%,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#f5f5f5}@media screen and (max-width:1023px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:hsla(0,0%,96%,.7)}.hero.is-dark .navbar-link.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark a.navbar-item:hover{background-color:#292929;color:#f5f5f5}.hero.is-dark .tabs a{color:#f5f5f5;opacity:.9}.hero.is-dark .tabs a:hover,.hero.is-dark .tabs li.is-active a{opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#f5f5f5}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}}.hero.is-primary{background-color:#7957d5;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-primary .navbar-menu{background-color:#7957d5}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-primary .navbar-link.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary a.navbar-item:hover{background-color:#6943d0;color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover,.hero.is-primary .tabs li.is-active a{opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#7957d5}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}}.hero.is-link{background-color:#7957d5;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-link .navbar-menu{background-color:#7957d5}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-link .navbar-link.is-active,.hero.is-link .navbar-link:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link a.navbar-item:hover{background-color:#6943d0;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover,.hero.is-link .tabs li.is-active a{opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#7957d5}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}}.hero.is-info{background-color:#167df0;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-info .navbar-menu{background-color:#167df0}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-info .navbar-link.is-active,.hero.is-info .navbar-link:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info a.navbar-item:hover{background-color:#0e71de;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover,.hero.is-info .tabs li.is-active a{opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#167df0}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#0286d1,#167df0 71%,#2868f7)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#0286d1,#167df0 71%,#2868f7)}}.hero.is-success{background-color:#23d160;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-success .navbar-menu{background-color:#23d160}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-success .navbar-link.is-active,.hero.is-success .navbar-link:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success a.navbar-item:hover{background-color:#20bc56;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover,.hero.is-success .tabs li.is-active a{opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#23d160}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#12af2f,#23d160 71%,#2ce28a)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#12af2f,#23d160 71%,#2ce28a)}}.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning .navbar-link.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover,.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffaf24,#ffdd57 71%,#fffa70)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffaf24,#ffdd57 71%,#fffa70)}}.hero.is-danger{background-color:#ff3860;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-danger .navbar-menu{background-color:#ff3860}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-danger .navbar-link.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger a.navbar-item:hover{background-color:#ff1f4b;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover,.hero.is-danger .tabs li.is-active a{opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ff3860}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#ff0561,#ff3860 71%,#ff5257)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ff0561,#ff3860 71%,#ff5257)}}.hero.is-small .hero-body{padding-bottom:1.5rem;padding-top:1.5rem}@media print,screen and (min-width:769px){.hero.is-medium .hero-body{padding-bottom:9rem;padding-top:9rem}}@media print,screen and (min-width:769px){.hero.is-large .hero-body{padding-bottom:18rem;padding-top:18rem}}.hero.is-fullheight .hero-body,.hero.is-halfheight .hero-body{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.hero.is-fullheight .hero-body>.container,.hero.is-halfheight .hero-body>.container{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{bottom:0;left:0;position:absolute;right:0;top:0;overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.hero-buttons .button{display:-ms-flexbox;display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media print,screen and (min-width:769px){.hero-buttons{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-foot,.hero-head{-ms-flex-positive:0;flex-grow:0}.hero-body,.hero-foot,.hero-head{-ms-flex-negative:0;flex-shrink:0}.hero-body{-ms-flex-positive:1;flex-grow:1}.hero-body,.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}.footer{background-color:#f5f5f5;padding:3rem 1.5rem 6rem}.is-noscroll{position:fixed;overflow-y:hidden;width:100%;bottom:0}@keyframes a{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:a}@keyframes b{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:b}@keyframes c{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:c}@keyframes d{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:d}@keyframes e{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:e}@keyframes f{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:f}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}.zoom-in-enter-active,.zoom-in-leave-active{transition:opacity .15s ease-out}.zoom-in-enter-active .animation-content,.zoom-in-leave-active .animation-content{transition:transform .15s ease-out}.zoom-in-enter,.zoom-in-leave-active{opacity:0}.zoom-in-enter .animation-content,.zoom-in-leave-active .animation-content{transform:scale(.95)}.zoom-out-enter-active,.zoom-out-leave-active{transition:opacity .15s ease-out}.zoom-out-enter-active .animation-content,.zoom-out-leave-active .animation-content{transition:transform .15s ease-out}.zoom-out-enter,.zoom-out-leave-active{opacity:0}.zoom-out-enter .animation-content,.zoom-out-leave-active .animation-content{transform:scale(1.05)}.slide-next-enter-active,.slide-next-leave-active,.slide-prev-enter-active,.slide-prev-leave-active{transition:transform .25s cubic-bezier(.785,.135,.15,.86)}.slide-next-enter,.slide-prev-leave-to{transform:translate3d(-100%,0,0);position:absolute;width:100%}.slide-next-leave-to,.slide-prev-enter{transform:translate3d(100%,0,0);position:absolute;width:100%}.autocomplete{position:relative}.autocomplete .dropdown-menu{display:block;min-width:100%}.autocomplete .dropdown-menu.is-opened-top{top:auto;bottom:100%}.autocomplete .dropdown-content{overflow:auto;max-height:200px}.autocomplete .dropdown-item.is-hovered,.autocomplete .dropdown .dropdown-menu .has-link a.is-hovered,.dropdown .dropdown-menu .has-link .autocomplete a.is-hovered{background:#f5f5f5;color:#0a0a0a}.autocomplete .dropdown-item.is-disabled,.autocomplete .dropdown .dropdown-menu .has-link a.is-disabled,.dropdown .dropdown-menu .has-link .autocomplete a.is-disabled{opacity:.5;cursor:not-allowed}.autocomplete.is-small{border-radius:2px;font-size:.75rem}.autocomplete.is-medium{font-size:1.25rem}.autocomplete.is-large{font-size:1.5rem}.b-checkbox.checkbox{outline:none;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.b-checkbox.checkbox+.checkbox{margin-left:.5em}.b-checkbox.checkbox input[type=checkbox]{display:none}.b-checkbox.checkbox input[type=checkbox]+.check{width:1.25em;height:1.25em;-ms-flex-negative:0;flex-shrink:0;border-radius:3px;border:2px solid #7a7a7a;transition:background .15s ease-out}.b-checkbox.checkbox input[type=checkbox]:checked+.check{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.b-checkbox.checkbox .control-label{padding-left:.5em}.b-checkbox.checkbox[disabled]{opacity:.5}.b-checkbox.checkbox:hover input[type=checkbox]+.check{border-color:#7957d5}.b-checkbox.checkbox:focus input[type=checkbox]+.check{box-shadow:0 0 .5em hsla(0,0%,48%,.8)}.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check{box-shadow:0 0 .5em rgba(121,87,213,.8)}.b-checkbox.checkbox.is-small{border-radius:2px;font-size:.75rem}.b-checkbox.checkbox.is-medium{font-size:1.25rem}.b-checkbox.checkbox.is-large{font-size:1.5rem}.collapse .collapse-trigger{display:inline;cursor:pointer}.collapse .collapse-content{display:inherit}.datepicker{font-size:.875rem}.datepicker .dropdown,.datepicker .dropdown-trigger{width:100%}.datepicker .dropdown-item,.datepicker .dropdown .dropdown-menu .has-link a,.dropdown .dropdown-menu .has-link .datepicker a{font-size:inherit}.datepicker .datepicker-header{padding-bottom:.875rem;margin-bottom:.875rem;border-bottom:1px solid #dbdbdb}.datepicker .datepicker-footer{padding-top:.875rem;border-top:1px solid #dbdbdb}.datepicker .datepicker-table{display:table;margin:0 auto .875rem}.datepicker .datepicker-table .datepicker-cell{text-align:center;vertical-align:middle;display:table-cell;border-radius:3px;padding:.5rem .75rem}.datepicker .datepicker-table .datepicker-header{display:table-header-group}.datepicker .datepicker-table .datepicker-header .datepicker-cell{color:#7a7a7a;font-weight:600}.datepicker .datepicker-table .datepicker-body{display:table-row-group}.datepicker .datepicker-table .datepicker-body .datepicker-row{display:table-row}.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-unselectable{color:#b5b5b5}.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-today{border:1px solid rgba(121,87,213,.5)}.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selectable{color:#4a4a4a}.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selectable:focus:not(.is-selected),.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selectable:hover:not(.is-selected){background-color:#f5f5f5;color:#0a0a0a;cursor:pointer}.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selected{background-color:#7957d5;color:#fff}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell{padding:.3rem .75rem .75rem}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event{position:relative}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events{bottom:.425rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;left:0;padding:0 .35rem;position:absolute;width:100%}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-white{background-color:#fff}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-black{background-color:#0a0a0a}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-light{background-color:#f5f5f5}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-dark{background-color:#363636}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-link,.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary{background-color:#7957d5}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-info{background-color:#167df0}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success{background-color:#23d160}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning{background-color:#ffdd57}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger{background-color:#ff3860}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.dots .event{border-radius:50%;height:.35em;margin:0 .1em;width:.35em}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.bars .event{height:.25em;width:100%}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected{overflow:hidden}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected .events .event.is-primary{background-color:#aa94e4}.datepicker.is-small{border-radius:2px;font-size:.75rem}.datepicker.is-medium{font-size:1.25rem}.datepicker.is-large{font-size:1.5rem}@media screen and (min-width:769px) and (max-width:1023px){.datepicker .datepicker-table .datepicker-cell{padding:.75rem 1rem}}@media screen and (max-width:768px){.datepicker .datepicker-table .datepicker-cell{padding:.25rem .5rem}}.dialog .modal-card{max-width:460px;width:auto}.dialog .modal-card .modal-card-head{font-size:1.25rem;font-weight:600}.dialog .modal-card .modal-card-body .field{margin-top:16px}.dialog .modal-card .modal-card-body.is-titleless{border-top-left-radius:5px;border-top-right-radius:5px}.dialog .modal-card .modal-card-foot{-ms-flex-pack:end;justify-content:flex-end}.dialog .modal-card .modal-card-foot .button{display:inline;min-width:5em;font-weight:600}@media print,screen and (min-width:769px){.dialog .modal-card{min-width:320px}}.dialog.is-small .button,.dialog.is-small .input,.dialog.is-small .modal-card,.dialog.is-small .taginput .taginput-container.is-focusable,.taginput .dialog.is-small .taginput-container.is-focusable{border-radius:2px;font-size:.75rem}.dialog.is-medium .button,.dialog.is-medium .input,.dialog.is-medium .modal-card,.dialog.is-medium .taginput .taginput-container.is-focusable,.taginput .dialog.is-medium .taginput-container.is-focusable{font-size:1.25rem}.dialog.is-large .button,.dialog.is-large .input,.dialog.is-large .modal-card,.dialog.is-large .taginput .taginput-container.is-focusable,.taginput .dialog.is-large .taginput-container.is-focusable{font-size:1.5rem}.dropdown+.dropdown{margin-left:.5em}.dropdown .background{bottom:0;left:0;position:absolute;right:0;top:0;position:fixed;background-color:hsla(0,0%,4%,.86);z-index:6;cursor:pointer}@media screen and (min-width:1024px){.dropdown .background{display:none}}.dropdown .dropdown-menu .dropdown-item.is-disabled,.dropdown .dropdown-menu .has-link a.is-disabled{cursor:not-allowed;opacity:.5}.dropdown .dropdown-menu .dropdown-item.is-disabled:hover,.dropdown .dropdown-menu .has-link a.is-disabled:hover{background:inherit;color:inherit}.dropdown .dropdown-menu .has-link a{padding-right:3rem;white-space:nowrap}.dropdown .navbar-item{height:100%}.dropdown.is-disabled{opacity:.5;cursor:not-allowed}.dropdown.is-disabled .dropdown-trigger{pointer-events:none}.dropdown.is-inline .dropdown-menu{position:static;display:inline-block;padding:0}.dropdown.is-top-right .dropdown-menu{top:auto;bottom:100%}.dropdown.is-top-left .dropdown-menu{top:auto;bottom:100%;right:0;left:auto}.dropdown.is-bottom-left .dropdown-menu{right:0;left:auto}@media screen and (max-width:1023px){.dropdown.is-mobile-modal .dropdown-menu{position:fixed;width:calc(100vw - 40px);max-width:460px;max-height:calc(100vh - 120px);top:25%!important;left:50%!important;bottom:auto!important;right:auto!important;transform:translate3d(-50%,-25%,0);white-space:normal;overflow-y:auto}.dropdown.is-mobile-modal .dropdown-menu .dropdown-item,.dropdown.is-mobile-modal .dropdown-menu .has-link a{padding:1rem 1.5rem}}.label{font-weight:600}.field.is-grouped .field{-ms-flex-negative:0;flex-shrink:0}.field.is-grouped .field+.field{margin-left:.75rem}.field.is-grouped .field.is-expanded{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}.field.has-addons .control:first-child .control .button,.field.has-addons .control:first-child .control .input,.field.has-addons .control:first-child .control .select select,.field.has-addons .control:first-child .control .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control:first-child .control .taginput-container.is-focusable{border-bottom-left-radius:3px;border-top-left-radius:3px}.field.has-addons .control:last-child .control .button,.field.has-addons .control:last-child .control .input,.field.has-addons .control:last-child .control .select select,.field.has-addons .control:last-child .control .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control:last-child .control .taginput-container.is-focusable{border-bottom-right-radius:3px;border-top-right-radius:3px}.field.has-addons .control .control .button,.field.has-addons .control .control .input,.field.has-addons .control .control .select select,.field.has-addons .control .control .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control .control .taginput-container.is-focusable{border-radius:0}.control .help.counter{float:right;margin-left:.5em}.control .icon.is-clickable{pointer-events:auto;cursor:pointer}.icon{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:inherit}.icon svg{background-color:transparent;fill:currentColor;stroke-width:0;stroke:currentColor;pointer-events:none;width:1.5rem;height:1.5rem}.loading-overlay{bottom:0;left:0;position:absolute;right:0;top:0;-ms-flex-align:center;align-items:center;display:none;-ms-flex-pack:center;justify-content:center;overflow:hidden;z-index:12}.loading-overlay.is-active{display:-ms-flexbox;display:flex}.loading-overlay.is-full-page{position:fixed}.loading-overlay.is-full-page .loading-icon:after{top:calc(50% - 2.5em);left:calc(50% - 2.5em);width:5em;height:5em}.loading-overlay .loading-background{bottom:0;left:0;position:absolute;right:0;top:0;background:#7f7f7f;background:hsla(0,0%,100%,.5)}.loading-overlay .loading-icon{position:relative}.loading-overlay .loading-icon:after{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;position:absolute;top:calc(50% - 1.5em);left:calc(50% - 1.5em);width:3em;height:3em;border-width:.25em}.message .media,.notification .media{padding-top:0;border:0}.notification>.delete{right:.5rem!important;top:.5rem!important}.modal .animation-content{margin:0 20px}.modal .animation-content .modal-card{margin:0}@media screen and (max-width:768px){.modal .animation-content{width:100%}}.notices{position:fixed;display:-ms-flexbox;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:13;pointer-events:none}.notices .toast{display:-ms-inline-flexbox;display:inline-flex;animation-duration:.15s;margin:.5em 0;text-align:center;box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border-radius:2em;padding:.75em 1.5em;pointer-events:auto;opacity:.92}.notices .toast.is-white{color:#0a0a0a;background:#fff}.notices .toast.is-black{color:#fff;background:#0a0a0a}.notices .toast.is-light{color:#363636;background:#f5f5f5}.notices .toast.is-dark{color:#f5f5f5;background:#363636}.notices .toast.is-link,.notices .toast.is-primary{color:#fff;background:#7957d5}.notices .toast.is-info{color:#fff;background:#167df0}.notices .toast.is-success{color:#fff;background:#23d160}.notices .toast.is-warning{color:rgba(0,0,0,.7);background:#ffdd57}.notices .toast.is-danger{color:#fff;background:#ff3860}.notices .snackbar{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;animation-duration:.15s;margin:.5em 0;box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border-radius:3px;pointer-events:auto;background:#363636;color:#f5f5f5;min-height:3em}.notices .snackbar .text{padding:.5em 1em}.notices .snackbar .action{margin-left:auto;padding:.5em;padding-left:0}.notices .snackbar .action .button{font-weight:600;text-transform:uppercase}.notices .snackbar .action.is-white .button{color:#fff}.notices .snackbar .action.is-black .button{color:#0a0a0a}.notices .snackbar .action.is-light .button{color:#f5f5f5}.notices .snackbar .action.is-dark .button{color:#363636}.notices .snackbar .action.is-link .button,.notices .snackbar .action.is-primary .button{color:#7957d5}.notices .snackbar .action.is-info .button{color:#167df0}.notices .snackbar .action.is-success .button{color:#23d160}.notices .snackbar .action.is-warning .button{color:#ffdd57}.notices .snackbar .action.is-danger .button{color:#ff3860}@media screen and (max-width:768px){.notices .snackbar{width:100%;margin:0;border-radius:0}}@media print,screen and (min-width:769px){.notices .snackbar{min-width:350px;max-width:600px;overflow:hidden}}.notices .snackbar.is-bottom,.notices .snackbar.is-top,.notices .toast.is-bottom,.notices .toast.is-top{-ms-flex-item-align:center;align-self:center}.notices .snackbar.is-bottom-right,.notices .snackbar.is-top-right,.notices .toast.is-bottom-right,.notices .toast.is-top-right{-ms-flex-item-align:end;align-self:flex-end}.notices .snackbar.is-bottom-left,.notices .snackbar.is-top-left,.notices .toast.is-bottom-left,.notices .toast.is-top-left{-ms-flex-item-align:start;align-self:flex-start}.notices .snackbar.is-toast,.notices .toast.is-toast{opacity:.92}.notices.is-top{-ms-flex-direction:column;flex-direction:column}.notices.is-bottom{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.notices.has-custom-container{position:absolute}@media screen and (max-width:768px){.notices{padding:0;position:fixed!important}}.pagination .pagination-next,.pagination .pagination-previous{padding-left:.25em;padding-right:.25em}.pagination .pagination-next.is-disabled,.pagination .pagination-previous.is-disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.pagination.is-simple{-ms-flex-pack:normal;justify-content:normal}.pagination .is-current{pointer-events:none;cursor:not-allowed}.panel .panel-heading.is-collapsible{cursor:pointer}.panel .panel-content{width:100%}.b-radio.radio{outline:none;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.b-radio.radio+.radio{margin-left:.5em}.b-radio.radio input[type=radio]{display:none}.b-radio.radio input[type=radio]+.check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:1.25em;height:1.25em;border:2px solid #7a7a7a;border-radius:50%;transition:background .15s ease-out}.b-radio.radio input[type=radio]+.check:before{content:"";border-radius:50%;width:.625em;height:.625em;background:#7957d5;transform:scale(0);transition:transform .15s ease-out}.b-radio.radio input[type=radio]:checked+.check{border-color:#7957d5}.b-radio.radio input[type=radio]:checked+.check:before{transform:scale(1)}.b-radio.radio .control-label{padding-left:.5em}.b-radio.radio[disabled]{opacity:.5}.b-radio.radio:hover input[type=radio]+.check{border-color:#7957d5}.b-radio.radio:focus input[type=radio]+.check{box-shadow:0 0 .5em hsla(0,0%,48%,.8)}.b-radio.radio:focus input[type=radio]:checked+.check{box-shadow:0 0 .5em rgba(121,87,213,.8)}.b-radio.radio.is-small{border-radius:2px;font-size:.75rem}.b-radio.radio.is-medium{font-size:1.25rem}.b-radio.radio.is-large{font-size:1.5rem}.select select{padding-right:2.5em}.select select option{color:#4a4a4a;padding:.25em .5em}.select select option:disabled{cursor:not-allowed;opacity:.5}.select select optgroup{color:#b5b5b5;font-weight:400;font-style:normal;padding:.25em 0}.select.is-empty select{color:hsla(0,0%,48%,.7)}.switch{cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch+.switch{margin-left:.5em}.switch input[type=checkbox]{display:none}.switch input[type=checkbox]+.check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:2.75em;height:1.575em;padding:.2em;background:#b5b5b5;border-radius:1em;transition:background .15s ease-out}.switch input[type=checkbox]+.check:before{content:"";border-radius:1em;width:1.175em;height:1.175em;background:#f5f5f5;box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);transition:transform .15s ease-out,width .15s ease-out;will-change:transform}.switch input[type=checkbox]+.check.is-elastic:before{width:1.75em}.switch input[type=checkbox]:checked+.check{background:#7957d5}.switch input[type=checkbox]:checked+.check.is-white{background:#fff}.switch input[type=checkbox]:checked+.check.is-black{background:#0a0a0a}.switch input[type=checkbox]:checked+.check.is-light{background:#f5f5f5}.switch input[type=checkbox]:checked+.check.is-dark{background:#363636}.switch input[type=checkbox]:checked+.check.is-link,.switch input[type=checkbox]:checked+.check.is-primary{background:#7957d5}.switch input[type=checkbox]:checked+.check.is-info{background:#167df0}.switch input[type=checkbox]:checked+.check.is-success{background:#23d160}.switch input[type=checkbox]:checked+.check.is-warning{background:#ffdd57}.switch input[type=checkbox]:checked+.check.is-danger{background:#ff3860}.switch input[type=checkbox]:checked+.check:before{transform:translate3d(100%,0,0)}.switch input[type=checkbox]:checked+.check.is-elastic:before{transform:translate3d(36.36364%,0,0)}.switch .control-label{padding-left:.5em}.switch:hover input[type=checkbox]+.check{background:hsla(0,0%,71%,.9)}.switch:hover input[type=checkbox]:checked+.check{background:rgba(121,87,213,.9)}.switch:hover input[type=checkbox]:checked+.check.is-white{background:hsla(0,0%,100%,.9)}.switch:hover input[type=checkbox]:checked+.check.is-black{background:hsla(0,0%,4%,.9)}.switch:hover input[type=checkbox]:checked+.check.is-light{background:hsla(0,0%,96%,.9)}.switch:hover input[type=checkbox]:checked+.check.is-dark{background:rgba(54,54,54,.9)}.switch:hover input[type=checkbox]:checked+.check.is-link,.switch:hover input[type=checkbox]:checked+.check.is-primary{background:rgba(121,87,213,.9)}.switch:hover input[type=checkbox]:checked+.check.is-info{background:rgba(22,125,240,.9)}.switch:hover input[type=checkbox]:checked+.check.is-success{background:rgba(35,209,96,.9)}.switch:hover input[type=checkbox]:checked+.check.is-warning{background:rgba(255,221,87,.9)}.switch:hover input[type=checkbox]:checked+.check.is-danger{background:rgba(255,56,96,.9)}.switch:focus{outline:none}.switch:focus input[type=checkbox]+.check{box-shadow:0 0 .5em hsla(0,0%,48%,.6)}.switch:focus input[type=checkbox]:checked+.check{box-shadow:0 0 .5em rgba(121,87,213,.8)}.switch:focus input[type=checkbox]:checked+.check.is-white{box-shadow:0 0 .5em hsla(0,0%,100%,.8)}.switch:focus input[type=checkbox]:checked+.check.is-black{box-shadow:0 0 .5em hsla(0,0%,4%,.8)}.switch:focus input[type=checkbox]:checked+.check.is-light{box-shadow:0 0 .5em hsla(0,0%,96%,.8)}.switch:focus input[type=checkbox]:checked+.check.is-dark{box-shadow:0 0 .5em rgba(54,54,54,.8)}.switch:focus input[type=checkbox]:checked+.check.is-link,.switch:focus input[type=checkbox]:checked+.check.is-primary{box-shadow:0 0 .5em rgba(121,87,213,.8)}.switch:focus input[type=checkbox]:checked+.check.is-info{box-shadow:0 0 .5em rgba(22,125,240,.8)}.switch:focus input[type=checkbox]:checked+.check.is-success{box-shadow:0 0 .5em rgba(35,209,96,.8)}.switch:focus input[type=checkbox]:checked+.check.is-warning{box-shadow:0 0 .5em rgba(255,221,87,.8)}.switch:focus input[type=checkbox]:checked+.check.is-danger{box-shadow:0 0 .5em rgba(255,56,96,.8)}.switch.is-small{border-radius:2px;font-size:.75rem}.switch.is-medium{font-size:1.25rem}.switch.is-large{font-size:1.5rem}.switch[disabled]{opacity:.5;cursor:not-allowed;color:#7a7a7a}.table-wrapper .table{margin-bottom:0}.table-wrapper:not(:last-child){margin-bottom:1.5rem}@media screen and (max-width:1023px){.table-wrapper{overflow-x:auto}}.b-table{transition:opacity 86ms ease-out}@media print,screen and (min-width:769px){.b-table .table-mobile-sort{display:none}}.b-table .icon{transition:transform .15s ease-out,opacity 86ms ease-out}.b-table .icon.is-desc{transform:rotate(180deg)}.b-table .icon.is-expanded{transform:rotate(90deg)}.b-table .table{width:100%;border:1px solid transparent;border-radius:3px;border-collapse:separate}.b-table .table th{font-weight:600}.b-table .table th .th-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.b-table .table th .th-wrap .icon{margin-left:.5rem;margin-right:0;font-size:1rem}.b-table .table th .th-wrap.is-numeric{-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right}.b-table .table th .th-wrap.is-numeric .icon{margin-left:0;margin-right:.5rem}.b-table .table th .th-wrap.is-centered{-ms-flex-pack:center;justify-content:center;text-align:center}.b-table .table th.is-current-sort{border-color:#7a7a7a;font-weight:700}.b-table .table th.is-sortable:hover{border-color:#7a7a7a}.b-table .table th.is-sortable,.b-table .table th.is-sortable .th-wrap{cursor:pointer}.b-table .table tr.is-selected .checkbox input:checked+.check{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%237957d5'/%3E%3C/svg%3E") no-repeat 50%}.b-table .table tr.is-selected .checkbox input+.check{border-color:#fff}.b-table .table tr.is-empty:hover{background-color:transparent}.b-table .table .checkbox-cell{width:40px}.b-table .table .checkbox-cell .checkbox{vertical-align:middle}.b-table .table .checkbox-cell .checkbox .check{transition:none}.b-table .table tr.detail{box-shadow:inset 0 1px 3px #dbdbdb;background:#fafafa}.b-table .table tr.detail .detail-container{padding:1rem}.b-table .table:focus{border-color:#7957d5;box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.b-table .table.is-bordered th.is-current-sort,.b-table .table.is-bordered th.is-sortable:hover{border-color:#dbdbdb;background:#f5f5f5}@media screen and (max-width:768px){.b-table .table.has-mobile-cards thead{display:none}.b-table .table.has-mobile-cards tfoot th{border:0;display:inherit}.b-table .table.has-mobile-cards tr{box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);max-width:100%;position:relative;display:block}.b-table .table.has-mobile-cards tr td{border:0;display:inherit}.b-table .table.has-mobile-cards tr td:last-child{border-bottom:0}.b-table .table.has-mobile-cards tr:not(:last-child){margin-bottom:1rem}.b-table .table.has-mobile-cards tr:not([class*=is-]){background:inherit}.b-table .table.has-mobile-cards tr:not([class*=is-]):hover{background-color:inherit}.b-table .table.has-mobile-cards tr.detail{margin-top:-1rem}.b-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td{display:-ms-flexbox;display:flex;width:auto;-ms-flex-pack:end;justify-content:flex-end;text-align:right;border-bottom:1px solid #f5f5f5}.b-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before{content:attr(data-label);font-weight:600;margin-right:auto;padding-right:.5em;text-align:left}}.b-table .level{padding-bottom:1.5rem}.b-table.is-loading{position:relative;pointer-events:none;opacity:.5}.b-table.is-loading:after{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;position:absolute;top:4em;left:calc(50% - 2.5em);width:5em;height:5em;border-width:.25em}.b-tabs .tabs{margin-bottom:0;-ms-flex-negative:0;flex-shrink:0}.b-tabs .is-disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.b-tabs .tab-content{position:relative;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:1rem}.b-tabs .tab-content .tab-item{-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto}.b-tabs:not(:last-child){margin-bottom:1.5rem}.b-tabs.is-fullwidth{width:100%}.tag .delete{margin-left:.25rem!important;margin-right:-.25rem!important}.tag .delete[disabled]{pointer-events:none}.taginput .taginput-container.is-focusable{padding-bottom:0;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;height:auto;cursor:text}.taginput .taginput-container>.tag,.taginput .taginput-container>.tags{margin-bottom:calc(.375em - 1px);font-size:.9em;height:2.25em}.taginput .taginput-container>.tag .tag,.taginput .taginput-container>.tags .tag{margin-bottom:0;font-size:.9em;height:2.25em}.taginput .taginput-container>.tag:not(:last-child),.taginput .taginput-container>.tags:not(:last-child){margin-right:.375rem}.taginput .taginput-container .autocomplete{-ms-flex:1;flex:1}.taginput .taginput-container .autocomplete input{height:2em;margin-bottom:calc(.375em - 1px);padding-top:0;padding-bottom:0;border:none;box-shadow:none;min-width:10em}.taginput .taginput-container .autocomplete input:focus{box-shadow:none!important}.timepicker .dropdown,.timepicker .dropdown-trigger{width:100%}.dropdown .dropdown-menu .has-link .timepicker a,.timepicker .dropdown-item,.timepicker .dropdown .dropdown-menu .has-link a{font-size:inherit}.timepicker .timepicker-footer{padding-top:.875rem}.timepicker .control .select{font-size:2.5rem}.timepicker .control .select select{font-weight:600;padding-right:calc(.625em - 1px)}.timepicker .control .select select option{font-size:1.5rem}.timepicker .control .select select option:disabled{color:hsla(0,0%,48%,.7)}.timepicker .control .select:after{display:none}.timepicker .control:first-child .select select{border-right:none}.timepicker .control:first-child .select:before{content:":";color:#b5b5b5;display:inline-block;position:absolute;z-index:5;font-size:3rem;right:-.325rem;top:.25rem}.timepicker .control:nth-child(2) .select select{border-left:none}.timepicker.is-small{border-radius:2px;font-size:.75rem}.timepicker.is-medium{font-size:1.25rem}.timepicker.is-large{font-size:1.5rem}.tooltip{position:relative;display:-ms-inline-flexbox;display:inline-flex}.tooltip.is-top:after,.tooltip.is-top:before{top:auto;right:auto;bottom:calc(100% + 5px + 2px);left:50%;transform:translateX(-50%)}.tooltip.is-top.is-white:before{border-top:5px solid #fff}.tooltip.is-top.is-black:before,.tooltip.is-top.is-white:before{border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.tooltip.is-top.is-black:before{border-top:5px solid #0a0a0a}.tooltip.is-top.is-light:before{border-top:5px solid #f5f5f5}.tooltip.is-top.is-dark:before,.tooltip.is-top.is-light:before{border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.tooltip.is-top.is-dark:before{border-top:5px solid #363636}.tooltip.is-top.is-link:before,.tooltip.is-top.is-primary:before{border-top:5px solid #7957d5;border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.tooltip.is-top.is-info:before{border-top:5px solid #167df0}.tooltip.is-top.is-info:before,.tooltip.is-top.is-success:before{border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.tooltip.is-top.is-success:before{border-top:5px solid #23d160}.tooltip.is-top.is-warning:before{border-top:5px solid #ffdd57}.tooltip.is-top.is-danger:before,.tooltip.is-top.is-warning:before{border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.tooltip.is-top.is-danger:before{border-top:5px solid #ff3860}.tooltip.is-top.is-multiline.is-small:after{width:180px}.tooltip.is-top.is-multiline.is-medium:after{width:240px}.tooltip.is-top.is-multiline.is-large:after{width:300px}.tooltip.is-right:after,.tooltip.is-right:before{top:50%;right:auto;bottom:auto;left:calc(100% + 5px + 2px);transform:translateY(-50%)}.tooltip.is-right.is-white:before{border-right:5px solid #fff}.tooltip.is-right.is-black:before,.tooltip.is-right.is-white:before{border-top:5px solid transparent;border-bottom:5px solid transparent;left:calc(100% + 2px)}.tooltip.is-right.is-black:before{border-right:5px solid #0a0a0a}.tooltip.is-right.is-light:before{border-right:5px solid #f5f5f5}.tooltip.is-right.is-dark:before,.tooltip.is-right.is-light:before{border-top:5px solid transparent;border-bottom:5px solid transparent;left:calc(100% + 2px)}.tooltip.is-right.is-dark:before{border-right:5px solid #363636}.tooltip.is-right.is-link:before,.tooltip.is-right.is-primary:before{border-top:5px solid transparent;border-right:5px solid #7957d5;border-bottom:5px solid transparent;left:calc(100% + 2px)}.tooltip.is-right.is-info:before{border-right:5px solid #167df0}.tooltip.is-right.is-info:before,.tooltip.is-right.is-success:before{border-top:5px solid transparent;border-bottom:5px solid transparent;left:calc(100% + 2px)}.tooltip.is-right.is-success:before{border-right:5px solid #23d160}.tooltip.is-right.is-warning:before{border-right:5px solid #ffdd57}.tooltip.is-right.is-danger:before,.tooltip.is-right.is-warning:before{border-top:5px solid transparent;border-bottom:5px solid transparent;left:calc(100% + 2px)}.tooltip.is-right.is-danger:before{border-right:5px solid #ff3860}.tooltip.is-right.is-multiline.is-small:after{width:180px}.tooltip.is-right.is-multiline.is-medium:after{width:240px}.tooltip.is-right.is-multiline.is-large:after{width:300px}.tooltip.is-bottom:after,.tooltip.is-bottom:before{top:calc(100% + 5px + 2px);right:auto;bottom:auto;left:50%;transform:translateX(-50%)}.tooltip.is-bottom.is-white:before{border-bottom:5px solid #fff}.tooltip.is-bottom.is-black:before,.tooltip.is-bottom.is-white:before{border-right:5px solid transparent;border-left:5px solid transparent;top:calc(100% + 2px)}.tooltip.is-bottom.is-black:before{border-bottom:5px solid #0a0a0a}.tooltip.is-bottom.is-light:before{border-bottom:5px solid #f5f5f5}.tooltip.is-bottom.is-dark:before,.tooltip.is-bottom.is-light:before{border-right:5px solid transparent;border-left:5px solid transparent;top:calc(100% + 2px)}.tooltip.is-bottom.is-dark:before{border-bottom:5px solid #363636}.tooltip.is-bottom.is-link:before,.tooltip.is-bottom.is-primary:before{border-right:5px solid transparent;border-bottom:5px solid #7957d5;border-left:5px solid transparent;top:calc(100% + 2px)}.tooltip.is-bottom.is-info:before{border-bottom:5px solid #167df0}.tooltip.is-bottom.is-info:before,.tooltip.is-bottom.is-success:before{border-right:5px solid transparent;border-left:5px solid transparent;top:calc(100% + 2px)}.tooltip.is-bottom.is-success:before{border-bottom:5px solid #23d160}.tooltip.is-bottom.is-warning:before{border-bottom:5px solid #ffdd57}.tooltip.is-bottom.is-danger:before,.tooltip.is-bottom.is-warning:before{border-right:5px solid transparent;border-left:5px solid transparent;top:calc(100% + 2px)}.tooltip.is-bottom.is-danger:before{border-bottom:5px solid #ff3860}.tooltip.is-bottom.is-multiline.is-small:after{width:180px}.tooltip.is-bottom.is-multiline.is-medium:after{width:240px}.tooltip.is-bottom.is-multiline.is-large:after{width:300px}.tooltip.is-left:after,.tooltip.is-left:before{top:50%;right:calc(100% + 5px + 2px);bottom:auto;left:auto;transform:translateY(-50%)}.tooltip.is-left.is-white:before{border-left:5px solid #fff}.tooltip.is-left.is-black:before,.tooltip.is-left.is-white:before{border-top:5px solid transparent;border-bottom:5px solid transparent;right:calc(100% + 2px)}.tooltip.is-left.is-black:before{border-left:5px solid #0a0a0a}.tooltip.is-left.is-light:before{border-left:5px solid #f5f5f5}.tooltip.is-left.is-dark:before,.tooltip.is-left.is-light:before{border-top:5px solid transparent;border-bottom:5px solid transparent;right:calc(100% + 2px)}.tooltip.is-left.is-dark:before{border-left:5px solid #363636}.tooltip.is-left.is-link:before,.tooltip.is-left.is-primary:before{border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #7957d5;right:calc(100% + 2px)}.tooltip.is-left.is-info:before{border-left:5px solid #167df0}.tooltip.is-left.is-info:before,.tooltip.is-left.is-success:before{border-top:5px solid transparent;border-bottom:5px solid transparent;right:calc(100% + 2px)}.tooltip.is-left.is-success:before{border-left:5px solid #23d160}.tooltip.is-left.is-warning:before{border-left:5px solid #ffdd57}.tooltip.is-left.is-danger:before,.tooltip.is-left.is-warning:before{border-top:5px solid transparent;border-bottom:5px solid transparent;right:calc(100% + 2px)}.tooltip.is-left.is-danger:before{border-left:5px solid #ff3860}.tooltip.is-left.is-multiline.is-small:after{width:180px}.tooltip.is-left.is-multiline.is-medium:after{width:240px}.tooltip.is-left.is-multiline.is-large:after{width:300px}.tooltip:after,.tooltip:before{position:absolute;content:"";opacity:0;visibility:hidden;pointer-events:none}.tooltip:before{z-index:11}.tooltip:after{content:attr(data-label);width:auto;padding:.35rem .75rem;border-radius:5px;font-size:.85rem;font-weight:400;box-shadow:0 1px 2px 1px rgba(0,1,0,.2);z-index:10;white-space:nowrap}.tooltip:not([data-label=""]):hover:after,.tooltip:not([data-label=""]):hover:before{opacity:1;visibility:visible}.tooltip.is-white:after{background:#fff;color:#0a0a0a}.tooltip.is-black:after{background:#0a0a0a;color:#fff}.tooltip.is-light:after{background:#f5f5f5;color:#363636}.tooltip.is-dark:after{background:#363636;color:#f5f5f5}.tooltip.is-link:after,.tooltip.is-primary:after{background:#7957d5;color:#fff}.tooltip.is-info:after{background:#167df0;color:#fff}.tooltip.is-success:after{background:#23d160;color:#fff}.tooltip.is-warning:after{background:#ffdd57;color:rgba(0,0,0,.7)}.tooltip.is-danger:after{background:#ff3860;color:#fff}.tooltip:not([data-label=""]).is-always:after,.tooltip:not([data-label=""]).is-always:before{opacity:1;visibility:visible}.tooltip.is-multiline:after{display:flex-block;text-align:center;white-space:normal}.tooltip.is-dashed{border-bottom:1px dashed #b5b5b5;cursor:default}.tooltip.is-square:after{border-radius:0}.tooltip.is-animated:after,.tooltip.is-animated:before{transition:opacity 86ms ease-out,visibility 86ms ease-out}.upload{position:relative}.upload input[type=file]{position:absolute;top:0;left:0;width:100%;opacity:0;outline:none}.upload .upload-draggable{display:inline-block;cursor:pointer;padding:.25em;border:1px dashed #b5b5b5;border-radius:5px}.upload .upload-draggable.is-disabled{opacity:.5;cursor:not-allowed}.upload .upload-draggable.is-loading{position:relative;pointer-events:none;opacity:.5}.upload .upload-draggable.is-loading:after{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;top:0;left:calc(50% - 1.5em);width:3em;height:3em;border-width:.25em}.upload .upload-draggable.is-hovered.is-white,.upload .upload-draggable:hover.is-white{border-color:#fff;background:hsla(0,0%,100%,.05)}.upload .upload-draggable.is-hovered.is-black,.upload .upload-draggable:hover.is-black{border-color:#0a0a0a;background:hsla(0,0%,4%,.05)}.upload .upload-draggable.is-hovered.is-light,.upload .upload-draggable:hover.is-light{border-color:#f5f5f5;background:hsla(0,0%,96%,.05)}.upload .upload-draggable.is-hovered.is-dark,.upload .upload-draggable:hover.is-dark{border-color:#363636;background:rgba(54,54,54,.05)}.upload .upload-draggable.is-hovered.is-link,.upload .upload-draggable.is-hovered.is-primary,.upload .upload-draggable:hover.is-link,.upload .upload-draggable:hover.is-primary{border-color:#7957d5;background:rgba(121,87,213,.05)}.upload .upload-draggable.is-hovered.is-info,.upload .upload-draggable:hover.is-info{border-color:#167df0;background:rgba(22,125,240,.05)}.upload .upload-draggable.is-hovered.is-success,.upload .upload-draggable:hover.is-success{border-color:#23d160;background:rgba(35,209,96,.05)}.upload .upload-draggable.is-hovered.is-warning,.upload .upload-draggable:hover.is-warning{border-color:#ffdd57;background:rgba(255,221,87,.05)}.upload .upload-draggable.is-hovered.is-danger,.upload .upload-draggable:hover.is-danger{border-color:#ff3860;background:rgba(255,56,96,.05)}.talent-image[data-v-0f598b8f]{background-size:230%;border-radius:50%;background-position:50%}.title-box[data-v-75ba3966]{font-size:18px;text-transform:uppercase}.is-centered[data-v-75ba3966]{display:flex;justify-content:center;align-content:center;align-items:center;flex-direction:column}.hero-image-slot[data-v-75ba3966]{display:inline-block}.hero-image[data-v-75ba3966]{overflow:hidden;border:5px solid rgba(27,40,56,.1)}.hero-name[data-v-75ba3966]{font-size:18px}.value[data-v-75ba3966]{font-size:24px;text-align:center}.value .type[data-v-75ba3966]{position:absolute;bottom:5px;font-size:14px}@keyframes g{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.button[data-v-48261697],.is-unselectable[data-v-48261697]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.button.is-loading[data-v-48261697]:after{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.is-overlay[data-v-48261697]{bottom:0;left:0;position:absolute;right:0;top:0}.button[data-v-48261697]{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.25em;justify-content:flex-start;line-height:1.5;padding:calc(.375em - 1px) calc(.625em - 1px);position:relative;vertical-align:top}.button[data-v-48261697]:active,.button[data-v-48261697]:focus,.is-active.button[data-v-48261697],.is-focused.button[data-v-48261697]{outline:none}.button[disabled][data-v-48261697]{cursor:not-allowed} -/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */blockquote[data-v-48261697],body[data-v-48261697],dd[data-v-48261697],dl[data-v-48261697],dt[data-v-48261697],fieldset[data-v-48261697],figure[data-v-48261697],h1[data-v-48261697],h2[data-v-48261697],h3[data-v-48261697],h4[data-v-48261697],h5[data-v-48261697],h6[data-v-48261697],hr[data-v-48261697],html[data-v-48261697],iframe[data-v-48261697],legend[data-v-48261697],li[data-v-48261697],ol[data-v-48261697],p[data-v-48261697],pre[data-v-48261697],textarea[data-v-48261697],ul[data-v-48261697]{margin:0;padding:0}h1[data-v-48261697],h2[data-v-48261697],h3[data-v-48261697],h4[data-v-48261697],h5[data-v-48261697],h6[data-v-48261697]{font-size:100%;font-weight:400}ul[data-v-48261697]{list-style:none}button[data-v-48261697],input[data-v-48261697],select[data-v-48261697],textarea[data-v-48261697]{margin:0}html[data-v-48261697]{box-sizing:border-box}[data-v-48261697],[data-v-48261697]:after,[data-v-48261697]:before{box-sizing:inherit}audio[data-v-48261697],img[data-v-48261697],video[data-v-48261697]{height:auto;max-width:100%}iframe[data-v-48261697]{border:0}table[data-v-48261697]{border-collapse:collapse;border-spacing:0}td[data-v-48261697],th[data-v-48261697]{padding:0;text-align:left}html[data-v-48261697]{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}article[data-v-48261697],aside[data-v-48261697],figure[data-v-48261697],footer[data-v-48261697],header[data-v-48261697],hgroup[data-v-48261697],section[data-v-48261697]{display:block}body[data-v-48261697],button[data-v-48261697],input[data-v-48261697],select[data-v-48261697],textarea[data-v-48261697]{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif}code[data-v-48261697],pre[data-v-48261697]{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body[data-v-48261697]{color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.5}a[data-v-48261697]{color:#3273dc;cursor:pointer;text-decoration:none}a strong[data-v-48261697]{color:currentColor}a[data-v-48261697]:hover{color:#363636}code[data-v-48261697]{background-color:#f5f5f5;color:#ff3860;font-size:.875em;font-weight:400;padding:.25em .5em}hr[data-v-48261697]{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}img[data-v-48261697]{height:auto;max-width:100%}input[type=checkbox][data-v-48261697],input[type=radio][data-v-48261697]{vertical-align:baseline}small[data-v-48261697]{font-size:.875em}span[data-v-48261697]{font-style:inherit;font-weight:inherit}strong[data-v-48261697]{color:#363636;font-weight:700}pre[data-v-48261697]{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code[data-v-48261697]{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td[data-v-48261697],table th[data-v-48261697]{text-align:left;vertical-align:top}table th[data-v-48261697]{color:#363636}.is-clearfix[data-v-48261697]:after{clear:both;content:" ";display:table}.is-pulled-left[data-v-48261697]{float:left!important}.is-pulled-right[data-v-48261697]{float:right!important}.is-clipped[data-v-48261697]{overflow:hidden!important}.is-size-1[data-v-48261697]{font-size:3rem!important}.is-size-2[data-v-48261697]{font-size:2.5rem!important}.is-size-3[data-v-48261697]{font-size:2rem!important}.is-size-4[data-v-48261697]{font-size:1.5rem!important}.is-size-5[data-v-48261697]{font-size:1.25rem!important}.is-size-6[data-v-48261697]{font-size:1rem!important}.is-size-7[data-v-48261697]{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile[data-v-48261697]{font-size:3rem!important}.is-size-2-mobile[data-v-48261697]{font-size:2.5rem!important}.is-size-3-mobile[data-v-48261697]{font-size:2rem!important}.is-size-4-mobile[data-v-48261697]{font-size:1.5rem!important}.is-size-5-mobile[data-v-48261697]{font-size:1.25rem!important}.is-size-6-mobile[data-v-48261697]{font-size:1rem!important}.is-size-7-mobile[data-v-48261697]{font-size:.75rem!important}}@media print,screen and (min-width:769px){.is-size-1-tablet[data-v-48261697]{font-size:3rem!important}.is-size-2-tablet[data-v-48261697]{font-size:2.5rem!important}.is-size-3-tablet[data-v-48261697]{font-size:2rem!important}.is-size-4-tablet[data-v-48261697]{font-size:1.5rem!important}.is-size-5-tablet[data-v-48261697]{font-size:1.25rem!important}.is-size-6-tablet[data-v-48261697]{font-size:1rem!important}.is-size-7-tablet[data-v-48261697]{font-size:.75rem!important}}@media screen and (max-width:1087px){.is-size-1-touch[data-v-48261697]{font-size:3rem!important}.is-size-2-touch[data-v-48261697]{font-size:2.5rem!important}.is-size-3-touch[data-v-48261697]{font-size:2rem!important}.is-size-4-touch[data-v-48261697]{font-size:1.5rem!important}.is-size-5-touch[data-v-48261697]{font-size:1.25rem!important}.is-size-6-touch[data-v-48261697]{font-size:1rem!important}.is-size-7-touch[data-v-48261697]{font-size:.75rem!important}}@media screen and (min-width:1088px){.is-size-1-desktop[data-v-48261697]{font-size:3rem!important}.is-size-2-desktop[data-v-48261697]{font-size:2.5rem!important}.is-size-3-desktop[data-v-48261697]{font-size:2rem!important}.is-size-4-desktop[data-v-48261697]{font-size:1.5rem!important}.is-size-5-desktop[data-v-48261697]{font-size:1.25rem!important}.is-size-6-desktop[data-v-48261697]{font-size:1rem!important}.is-size-7-desktop[data-v-48261697]{font-size:.75rem!important}}@media screen and (min-width:1280px){.is-size-1-widescreen[data-v-48261697]{font-size:3rem!important}.is-size-2-widescreen[data-v-48261697]{font-size:2.5rem!important}.is-size-3-widescreen[data-v-48261697]{font-size:2rem!important}.is-size-4-widescreen[data-v-48261697]{font-size:1.5rem!important}.is-size-5-widescreen[data-v-48261697]{font-size:1.25rem!important}.is-size-6-widescreen[data-v-48261697]{font-size:1rem!important}.is-size-7-widescreen[data-v-48261697]{font-size:.75rem!important}}@media screen and (min-width:1472px){.is-size-1-fullhd[data-v-48261697]{font-size:3rem!important}.is-size-2-fullhd[data-v-48261697]{font-size:2.5rem!important}.is-size-3-fullhd[data-v-48261697]{font-size:2rem!important}.is-size-4-fullhd[data-v-48261697]{font-size:1.5rem!important}.is-size-5-fullhd[data-v-48261697]{font-size:1.25rem!important}.is-size-6-fullhd[data-v-48261697]{font-size:1rem!important}.is-size-7-fullhd[data-v-48261697]{font-size:.75rem!important}}.has-text-centered[data-v-48261697]{text-align:center!important}.has-text-justified[data-v-48261697]{text-align:justify!important}.has-text-left[data-v-48261697]{text-align:left!important}.has-text-right[data-v-48261697]{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile[data-v-48261697]{text-align:center!important}}@media print,screen and (min-width:769px){.has-text-centered-tablet[data-v-48261697]{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-centered-tablet-only[data-v-48261697]{text-align:center!important}}@media screen and (max-width:1087px){.has-text-centered-touch[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1088px){.has-text-centered-desktop[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-centered-desktop-only[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1280px){.has-text-centered-widescreen[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-centered-widescreen-only[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1472px){.has-text-centered-fullhd[data-v-48261697]{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile[data-v-48261697]{text-align:justify!important}}@media print,screen and (min-width:769px){.has-text-justified-tablet[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-justified-tablet-only[data-v-48261697]{text-align:justify!important}}@media screen and (max-width:1087px){.has-text-justified-touch[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1088px){.has-text-justified-desktop[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-justified-desktop-only[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1280px){.has-text-justified-widescreen[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-justified-widescreen-only[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1472px){.has-text-justified-fullhd[data-v-48261697]{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile[data-v-48261697]{text-align:left!important}}@media print,screen and (min-width:769px){.has-text-left-tablet[data-v-48261697]{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-left-tablet-only[data-v-48261697]{text-align:left!important}}@media screen and (max-width:1087px){.has-text-left-touch[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1088px){.has-text-left-desktop[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-left-desktop-only[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1280px){.has-text-left-widescreen[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-left-widescreen-only[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1472px){.has-text-left-fullhd[data-v-48261697]{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile[data-v-48261697]{text-align:right!important}}@media print,screen and (min-width:769px){.has-text-right-tablet[data-v-48261697]{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-right-tablet-only[data-v-48261697]{text-align:right!important}}@media screen and (max-width:1087px){.has-text-right-touch[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1088px){.has-text-right-desktop[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-right-desktop-only[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1280px){.has-text-right-widescreen[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-right-widescreen-only[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1472px){.has-text-right-fullhd[data-v-48261697]{text-align:right!important}}.is-capitalized[data-v-48261697]{text-transform:capitalize!important}.is-lowercase[data-v-48261697]{text-transform:lowercase!important}.is-uppercase[data-v-48261697]{text-transform:uppercase!important}.is-italic[data-v-48261697]{font-style:italic!important}.has-text-white[data-v-48261697]{color:#fff!important}a.has-text-white[data-v-48261697]:focus,a.has-text-white[data-v-48261697]:hover{color:#e6e6e6!important}.has-background-white[data-v-48261697]{background-color:#fff!important}.has-text-black[data-v-48261697]{color:#0a0a0a!important}a.has-text-black[data-v-48261697]:focus,a.has-text-black[data-v-48261697]:hover{color:#000!important}.has-background-black[data-v-48261697]{background-color:#0a0a0a!important}.has-text-light[data-v-48261697]{color:#f5f5f5!important}a.has-text-light[data-v-48261697]:focus,a.has-text-light[data-v-48261697]:hover{color:#dbdbdb!important}.has-background-light[data-v-48261697]{background-color:#f5f5f5!important}.has-text-dark[data-v-48261697]{color:#363636!important}a.has-text-dark[data-v-48261697]:focus,a.has-text-dark[data-v-48261697]:hover{color:#1c1c1c!important}.has-background-dark[data-v-48261697]{background-color:#363636!important}.has-text-primary[data-v-48261697]{color:#00d1b2!important}a.has-text-primary[data-v-48261697]:focus,a.has-text-primary[data-v-48261697]:hover{color:#009e86!important}.has-background-primary[data-v-48261697]{background-color:#00d1b2!important}.has-text-link[data-v-48261697]{color:#3273dc!important}a.has-text-link[data-v-48261697]:focus,a.has-text-link[data-v-48261697]:hover{color:#205bbc!important}.has-background-link[data-v-48261697]{background-color:#3273dc!important}.has-text-info[data-v-48261697]{color:#209cee!important}a.has-text-info[data-v-48261697]:focus,a.has-text-info[data-v-48261697]:hover{color:#0f81cc!important}.has-background-info[data-v-48261697]{background-color:#209cee!important}.has-text-success[data-v-48261697]{color:#23d160!important}a.has-text-success[data-v-48261697]:focus,a.has-text-success[data-v-48261697]:hover{color:#1ca64c!important}.has-background-success[data-v-48261697]{background-color:#23d160!important}.has-text-warning[data-v-48261697]{color:#ffdd57!important}a.has-text-warning[data-v-48261697]:focus,a.has-text-warning[data-v-48261697]:hover{color:#ffd324!important}.has-background-warning[data-v-48261697]{background-color:#ffdd57!important}.has-text-danger[data-v-48261697]{color:#ff3860!important}a.has-text-danger[data-v-48261697]:focus,a.has-text-danger[data-v-48261697]:hover{color:#ff0537!important}.has-background-danger[data-v-48261697]{background-color:#ff3860!important}.has-text-black-bis[data-v-48261697]{color:#121212!important}.has-background-black-bis[data-v-48261697]{background-color:#121212!important}.has-text-black-ter[data-v-48261697]{color:#242424!important}.has-background-black-ter[data-v-48261697]{background-color:#242424!important}.has-text-grey-darker[data-v-48261697]{color:#363636!important}.has-background-grey-darker[data-v-48261697]{background-color:#363636!important}.has-text-grey-dark[data-v-48261697]{color:#4a4a4a!important}.has-background-grey-dark[data-v-48261697]{background-color:#4a4a4a!important}.has-text-grey[data-v-48261697]{color:#7a7a7a!important}.has-background-grey[data-v-48261697]{background-color:#7a7a7a!important}.has-text-grey-light[data-v-48261697]{color:#b5b5b5!important}.has-background-grey-light[data-v-48261697]{background-color:#b5b5b5!important}.has-text-grey-lighter[data-v-48261697]{color:#dbdbdb!important}.has-background-grey-lighter[data-v-48261697]{background-color:#dbdbdb!important}.has-text-white-ter[data-v-48261697]{color:#f5f5f5!important}.has-background-white-ter[data-v-48261697]{background-color:#f5f5f5!important}.has-text-white-bis[data-v-48261697]{color:#fafafa!important}.has-background-white-bis[data-v-48261697]{background-color:#fafafa!important}.has-text-weight-light[data-v-48261697]{font-weight:300!important}.has-text-weight-normal[data-v-48261697]{font-weight:400!important}.has-text-weight-semibold[data-v-48261697]{font-weight:600!important}.has-text-weight-bold[data-v-48261697]{font-weight:700!important}.is-block[data-v-48261697]{display:block!important}@media screen and (max-width:768px){.is-block-mobile[data-v-48261697]{display:block!important}}@media print,screen and (min-width:769px){.is-block-tablet[data-v-48261697]{display:block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-block-tablet-only[data-v-48261697]{display:block!important}}@media screen and (max-width:1087px){.is-block-touch[data-v-48261697]{display:block!important}}@media screen and (min-width:1088px){.is-block-desktop[data-v-48261697]{display:block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-block-desktop-only[data-v-48261697]{display:block!important}}@media screen and (min-width:1280px){.is-block-widescreen[data-v-48261697]{display:block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-block-widescreen-only[data-v-48261697]{display:block!important}}@media screen and (min-width:1472px){.is-block-fullhd[data-v-48261697]{display:block!important}}.is-flex[data-v-48261697]{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile[data-v-48261697]{display:flex!important}}@media print,screen and (min-width:769px){.is-flex-tablet[data-v-48261697]{display:flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-flex-tablet-only[data-v-48261697]{display:flex!important}}@media screen and (max-width:1087px){.is-flex-touch[data-v-48261697]{display:flex!important}}@media screen and (min-width:1088px){.is-flex-desktop[data-v-48261697]{display:flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-flex-desktop-only[data-v-48261697]{display:flex!important}}@media screen and (min-width:1280px){.is-flex-widescreen[data-v-48261697]{display:flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-flex-widescreen-only[data-v-48261697]{display:flex!important}}@media screen and (min-width:1472px){.is-flex-fullhd[data-v-48261697]{display:flex!important}}.is-inline[data-v-48261697]{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile[data-v-48261697]{display:inline!important}}@media print,screen and (min-width:769px){.is-inline-tablet[data-v-48261697]{display:inline!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-tablet-only[data-v-48261697]{display:inline!important}}@media screen and (max-width:1087px){.is-inline-touch[data-v-48261697]{display:inline!important}}@media screen and (min-width:1088px){.is-inline-desktop[data-v-48261697]{display:inline!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-desktop-only[data-v-48261697]{display:inline!important}}@media screen and (min-width:1280px){.is-inline-widescreen[data-v-48261697]{display:inline!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-widescreen-only[data-v-48261697]{display:inline!important}}@media screen and (min-width:1472px){.is-inline-fullhd[data-v-48261697]{display:inline!important}}.is-inline-block[data-v-48261697]{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile[data-v-48261697]{display:inline-block!important}}@media print,screen and (min-width:769px){.is-inline-block-tablet[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-block-tablet-only[data-v-48261697]{display:inline-block!important}}@media screen and (max-width:1087px){.is-inline-block-touch[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1088px){.is-inline-block-desktop[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-block-desktop-only[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1280px){.is-inline-block-widescreen[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-block-widescreen-only[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1472px){.is-inline-block-fullhd[data-v-48261697]{display:inline-block!important}}.is-inline-flex[data-v-48261697]{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile[data-v-48261697]{display:inline-flex!important}}@media print,screen and (min-width:769px){.is-inline-flex-tablet[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-flex-tablet-only[data-v-48261697]{display:inline-flex!important}}@media screen and (max-width:1087px){.is-inline-flex-touch[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1088px){.is-inline-flex-desktop[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-flex-desktop-only[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1280px){.is-inline-flex-widescreen[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-flex-widescreen-only[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1472px){.is-inline-flex-fullhd[data-v-48261697]{display:inline-flex!important}}.is-hidden[data-v-48261697]{display:none!important}@media screen and (max-width:768px){.is-hidden-mobile[data-v-48261697]{display:none!important}}@media print,screen and (min-width:769px){.is-hidden-tablet[data-v-48261697]{display:none!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-hidden-tablet-only[data-v-48261697]{display:none!important}}@media screen and (max-width:1087px){.is-hidden-touch[data-v-48261697]{display:none!important}}@media screen and (min-width:1088px){.is-hidden-desktop[data-v-48261697]{display:none!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-hidden-desktop-only[data-v-48261697]{display:none!important}}@media screen and (min-width:1280px){.is-hidden-widescreen[data-v-48261697]{display:none!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-hidden-widescreen-only[data-v-48261697]{display:none!important}}@media screen and (min-width:1472px){.is-hidden-fullhd[data-v-48261697]{display:none!important}}.is-invisible[data-v-48261697]{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile[data-v-48261697]{visibility:hidden!important}}@media print,screen and (min-width:769px){.is-invisible-tablet[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-invisible-tablet-only[data-v-48261697]{visibility:hidden!important}}@media screen and (max-width:1087px){.is-invisible-touch[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1088px){.is-invisible-desktop[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-invisible-desktop-only[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1280px){.is-invisible-widescreen[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-invisible-widescreen-only[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1472px){.is-invisible-fullhd[data-v-48261697]{visibility:hidden!important}}.is-marginless[data-v-48261697]{margin:0!important}.is-paddingless[data-v-48261697]{padding:0!important}.is-radiusless[data-v-48261697]{border-radius:0!important}.is-shadowless[data-v-48261697]{box-shadow:none!important}.button[data-v-48261697]{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding:calc(.375em - 1px) .75em;text-align:center;white-space:nowrap}.button strong[data-v-48261697]{color:inherit}.button .icon.is-large[data-v-48261697],.button .icon.is-medium[data-v-48261697],.button .icon.is-small[data-v-48261697],.button .icon[data-v-48261697]{height:1.5em;width:1.5em}.button .icon[data-v-48261697]:first-child:not(:last-child){margin-left:calc(-.375em - 1px);margin-right:.1875em}.button .icon[data-v-48261697]:last-child:not(:first-child){margin-left:.1875em;margin-right:calc(-.375em - 1px)}.button .icon[data-v-48261697]:first-child:last-child{margin-left:calc(-.375em - 1px);margin-right:calc(-.375em - 1px)}.button.is-hovered[data-v-48261697],.button[data-v-48261697]:hover{border-color:#b5b5b5;color:#363636}.button.is-focused[data-v-48261697],.button[data-v-48261697]:focus{border-color:#3273dc;color:#363636}.button.is-focused[data-v-48261697]:not(:active),.button[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-active[data-v-48261697],.button[data-v-48261697]:active{border-color:#4a4a4a;color:#363636}.button.is-text[data-v-48261697]{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.button.is-text.is-focused[data-v-48261697],.button.is-text.is-hovered[data-v-48261697],.button.is-text[data-v-48261697]:focus,.button.is-text[data-v-48261697]:hover{background-color:#f5f5f5;color:#363636}.button.is-text.is-active[data-v-48261697],.button.is-text[data-v-48261697]:active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled][data-v-48261697]{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-white[data-v-48261697]{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white.is-hovered[data-v-48261697],.button.is-white[data-v-48261697]:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white.is-focused[data-v-48261697],.button.is-white[data-v-48261697]:focus{border-color:transparent;color:#0a0a0a}.button.is-white.is-focused[data-v-48261697]:not(:active),.button.is-white[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.button.is-white.is-active[data-v-48261697],.button.is-white[data-v-48261697]:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none}.button.is-white.is-inverted[data-v-48261697]{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted[data-v-48261697]:hover{background-color:#000}.button.is-white.is-inverted[disabled][data-v-48261697]{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading[data-v-48261697]:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined[data-v-48261697]:focus,.button.is-white.is-outlined[data-v-48261697]:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-white.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black[data-v-48261697]{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black.is-hovered[data-v-48261697],.button.is-black[data-v-48261697]:hover{background-color:#040404;border-color:transparent;color:#fff}.button.is-black.is-focused[data-v-48261697],.button.is-black[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-black.is-focused[data-v-48261697]:not(:active),.button.is-black[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.button.is-black.is-active[data-v-48261697],.button.is-black[data-v-48261697]:active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled][data-v-48261697]{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.button.is-black.is-inverted[data-v-48261697]{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-black.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined[data-v-48261697]{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined[data-v-48261697]:focus,.button.is-black.is-outlined[data-v-48261697]:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-black.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light[data-v-48261697]{background-color:#f5f5f5;border-color:transparent;color:#363636}.button.is-light.is-hovered[data-v-48261697],.button.is-light[data-v-48261697]:hover{background-color:#eee;border-color:transparent;color:#363636}.button.is-light.is-focused[data-v-48261697],.button.is-light[data-v-48261697]:focus{border-color:transparent;color:#363636}.button.is-light.is-focused[data-v-48261697]:not(:active),.button.is-light[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.button.is-light.is-active[data-v-48261697],.button.is-light[data-v-48261697]:active{background-color:#e8e8e8;border-color:transparent;color:#363636}.button.is-light[disabled][data-v-48261697]{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.button.is-light.is-inverted[data-v-48261697]{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted[data-v-48261697]:hover{background-color:#292929}.button.is-light.is-inverted[disabled][data-v-48261697]{background-color:#363636;border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading[data-v-48261697]:after{border-color:transparent transparent #363636 #363636!important}.button.is-light.is-outlined[data-v-48261697]{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined[data-v-48261697]:focus,.button.is-light.is-outlined[data-v-48261697]:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.button.is-light.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#363636;color:#363636}.button.is-light.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-light.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark[data-v-48261697]{background-color:#363636;border-color:transparent;color:#f5f5f5}.button.is-dark.is-hovered[data-v-48261697],.button.is-dark[data-v-48261697]:hover{background-color:#2f2f2f;border-color:transparent;color:#f5f5f5}.button.is-dark.is-focused[data-v-48261697],.button.is-dark[data-v-48261697]:focus{border-color:transparent;color:#f5f5f5}.button.is-dark.is-focused[data-v-48261697]:not(:active),.button.is-dark[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.button.is-dark.is-active[data-v-48261697],.button.is-dark[data-v-48261697]:active{background-color:#292929;border-color:transparent;color:#f5f5f5}.button.is-dark[disabled][data-v-48261697]{background-color:#363636;border-color:transparent;box-shadow:none}.button.is-dark.is-inverted[data-v-48261697]{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted[data-v-48261697]:hover{background-color:#e8e8e8}.button.is-dark.is-inverted[disabled][data-v-48261697]{background-color:#f5f5f5;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading[data-v-48261697]:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-dark.is-outlined[data-v-48261697]{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined[data-v-48261697]:focus,.button.is-dark.is-outlined[data-v-48261697]:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.button.is-dark.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-dark.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-dark.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-primary[data-v-48261697]{background-color:#00d1b2;border-color:transparent;color:#fff}.button.is-primary.is-hovered[data-v-48261697],.button.is-primary[data-v-48261697]:hover{background-color:#00c4a7;border-color:transparent;color:#fff}.button.is-primary.is-focused[data-v-48261697],.button.is-primary[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-primary.is-focused[data-v-48261697]:not(:active),.button.is-primary[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.button.is-primary.is-active[data-v-48261697],.button.is-primary[data-v-48261697]:active{background-color:#00b89c;border-color:transparent;color:#fff}.button.is-primary[disabled][data-v-48261697]{background-color:#00d1b2;border-color:transparent;box-shadow:none}.button.is-primary.is-inverted[data-v-48261697]{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#00d1b2}.button.is-primary.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined[data-v-48261697]{background-color:transparent;border-color:#00d1b2;color:#00d1b2}.button.is-primary.is-outlined[data-v-48261697]:focus,.button.is-primary.is-outlined[data-v-48261697]:hover{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.button.is-primary.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #00d1b2 #00d1b2!important}.button.is-primary.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#00d1b2;box-shadow:none;color:#00d1b2}.button.is-primary.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-primary.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link[data-v-48261697]{background-color:#3273dc;border-color:transparent;color:#fff}.button.is-link.is-hovered[data-v-48261697],.button.is-link[data-v-48261697]:hover{background-color:#276cda;border-color:transparent;color:#fff}.button.is-link.is-focused[data-v-48261697],.button.is-link[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-link.is-focused[data-v-48261697]:not(:active),.button.is-link[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-link.is-active[data-v-48261697],.button.is-link[data-v-48261697]:active{background-color:#2366d1;border-color:transparent;color:#fff}.button.is-link[disabled][data-v-48261697]{background-color:#3273dc;border-color:transparent;box-shadow:none}.button.is-link.is-inverted[data-v-48261697]{background-color:#fff;color:#3273dc}.button.is-link.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-link.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#3273dc}.button.is-link.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined[data-v-48261697]{background-color:transparent;border-color:#3273dc;color:#3273dc}.button.is-link.is-outlined[data-v-48261697]:focus,.button.is-link.is-outlined[data-v-48261697]:hover{background-color:#3273dc;border-color:#3273dc;color:#fff}.button.is-link.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #3273dc #3273dc!important}.button.is-link.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#3273dc;box-shadow:none;color:#3273dc}.button.is-link.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-link.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#3273dc}.button.is-link.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info[data-v-48261697]{background-color:#209cee;border-color:transparent;color:#fff}.button.is-info.is-hovered[data-v-48261697],.button.is-info[data-v-48261697]:hover{background-color:#1496ed;border-color:transparent;color:#fff}.button.is-info.is-focused[data-v-48261697],.button.is-info[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-info.is-focused[data-v-48261697]:not(:active),.button.is-info[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(32,156,238,.25)}.button.is-info.is-active[data-v-48261697],.button.is-info[data-v-48261697]:active{background-color:#118fe4;border-color:transparent;color:#fff}.button.is-info[disabled][data-v-48261697]{background-color:#209cee;border-color:transparent;box-shadow:none}.button.is-info.is-inverted[data-v-48261697]{background-color:#fff;color:#209cee}.button.is-info.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-info.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#209cee}.button.is-info.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined[data-v-48261697]{background-color:transparent;border-color:#209cee;color:#209cee}.button.is-info.is-outlined[data-v-48261697]:focus,.button.is-info.is-outlined[data-v-48261697]:hover{background-color:#209cee;border-color:#209cee;color:#fff}.button.is-info.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #209cee #209cee!important}.button.is-info.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#209cee;box-shadow:none;color:#209cee}.button.is-info.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-info.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#209cee}.button.is-info.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success[data-v-48261697]{background-color:#23d160;border-color:transparent;color:#fff}.button.is-success.is-hovered[data-v-48261697],.button.is-success[data-v-48261697]:hover{background-color:#22c65b;border-color:transparent;color:#fff}.button.is-success.is-focused[data-v-48261697],.button.is-success[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-success.is-focused[data-v-48261697]:not(:active),.button.is-success[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(35,209,96,.25)}.button.is-success.is-active[data-v-48261697],.button.is-success[data-v-48261697]:active{background-color:#20bc56;border-color:transparent;color:#fff}.button.is-success[disabled][data-v-48261697]{background-color:#23d160;border-color:transparent;box-shadow:none}.button.is-success.is-inverted[data-v-48261697]{background-color:#fff;color:#23d160}.button.is-success.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-success.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#23d160}.button.is-success.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined[data-v-48261697]{background-color:transparent;border-color:#23d160;color:#23d160}.button.is-success.is-outlined[data-v-48261697]:focus,.button.is-success.is-outlined[data-v-48261697]:hover{background-color:#23d160;border-color:#23d160;color:#fff}.button.is-success.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #23d160 #23d160!important}.button.is-success.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#23d160;box-shadow:none;color:#23d160}.button.is-success.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-success.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#23d160}.button.is-success.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-warning[data-v-48261697]{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered[data-v-48261697],.button.is-warning[data-v-48261697]:hover{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused[data-v-48261697],.button.is-warning[data-v-48261697]:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused[data-v-48261697]:not(:active),.button.is-warning[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.button.is-warning.is-active[data-v-48261697],.button.is-warning[data-v-48261697]:active{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled][data-v-48261697]{background-color:#ffdd57;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted[data-v-48261697]{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted[data-v-48261697]:hover{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled][data-v-48261697]{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffdd57}.button.is-warning.is-loading[data-v-48261697]:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined[data-v-48261697]{background-color:transparent;border-color:#ffdd57;color:#ffdd57}.button.is-warning.is-outlined[data-v-48261697]:focus,.button.is-warning.is-outlined[data-v-48261697]:hover{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #ffdd57 #ffdd57!important}.button.is-warning.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#ffdd57;box-shadow:none;color:#ffdd57}.button.is-warning.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-warning.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-warning.is-inverted.is-outlined[data-v-48261697]:hover{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-danger[data-v-48261697]{background-color:#ff3860;border-color:transparent;color:#fff}.button.is-danger.is-hovered[data-v-48261697],.button.is-danger[data-v-48261697]:hover{background-color:#ff2b56;border-color:transparent;color:#fff}.button.is-danger.is-focused[data-v-48261697],.button.is-danger[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-danger.is-focused[data-v-48261697]:not(:active),.button.is-danger[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,56,96,.25)}.button.is-danger.is-active[data-v-48261697],.button.is-danger[data-v-48261697]:active{background-color:#ff1f4b;border-color:transparent;color:#fff}.button.is-danger[disabled][data-v-48261697]{background-color:#ff3860;border-color:transparent;box-shadow:none}.button.is-danger.is-inverted[data-v-48261697]{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#ff3860}.button.is-danger.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined[data-v-48261697]{background-color:transparent;border-color:#ff3860;color:#ff3860}.button.is-danger.is-outlined[data-v-48261697]:focus,.button.is-danger.is-outlined[data-v-48261697]:hover{background-color:#ff3860;border-color:#ff3860;color:#fff}.button.is-danger.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #ff3860 #ff3860!important}.button.is-danger.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#ff3860;box-shadow:none;color:#ff3860}.button.is-danger.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-danger.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-small[data-v-48261697]{border-radius:2px;font-size:.75rem}.button.is-medium[data-v-48261697]{font-size:1.25rem}.button.is-large[data-v-48261697]{font-size:1.5rem}.button[disabled][data-v-48261697]{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth[data-v-48261697]{display:flex;width:100%}.button.is-loading[data-v-48261697]{color:transparent!important;pointer-events:none}.button.is-loading[data-v-48261697]:after{position:absolute;left:calc(50% - 0.5em);top:calc(50% - 0.5em);position:absolute!important}.button.is-static[data-v-48261697]{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded[data-v-48261697]{border-radius:290486px;padding-left:1em;padding-right:1em}.buttons[data-v-48261697]{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button[data-v-48261697]{margin-bottom:.5rem}.buttons .button[data-v-48261697]:not(:last-child){margin-right:.5rem}.buttons[data-v-48261697]:last-child{margin-bottom:-.5rem}.buttons[data-v-48261697]:not(:last-child){margin-bottom:1rem}.buttons.has-addons .button[data-v-48261697]:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button[data-v-48261697]:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button[data-v-48261697]:last-child{margin-right:0}.buttons.has-addons .button.is-hovered[data-v-48261697],.buttons.has-addons .button[data-v-48261697]:hover{z-index:2}.buttons.has-addons .button.is-active[data-v-48261697],.buttons.has-addons .button.is-focused[data-v-48261697],.buttons.has-addons .button.is-selected[data-v-48261697],.buttons.has-addons .button[data-v-48261697]:active,.buttons.has-addons .button[data-v-48261697]:focus{z-index:3}.buttons.has-addons .button.is-active[data-v-48261697]:hover,.buttons.has-addons .button.is-focused[data-v-48261697]:hover,.buttons.has-addons .button.is-selected[data-v-48261697]:hover,.buttons.has-addons .button[data-v-48261697]:active:hover,.buttons.has-addons .button[data-v-48261697]:focus:hover{z-index:4}.buttons.has-addons .button.is-expanded[data-v-48261697]{flex-grow:1}.buttons.is-centered[data-v-48261697]{justify-content:center}.buttons.is-right[data-v-48261697]{justify-content:flex-end}.highlight-selection[data-v-48261697]{border-color:#3273dc;color:#363636;box-shadow:0 0 0 .125em rgba(50,115,220,.25);transform:scale(1.25)}.install-button[data-v-83f6b3ba]{margin-top:1em;margin-bottom:.5em}.plotly[data-v-680067eb]{height:20em}.adsense[data-v-3916a94e]{margin-top:2em;margin-bottom:2.5em}.header[data-v-b64ebbb6]{text-align:center;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/dist/assets/TalentGrab.jpg) 50%;background-size:cover}.tab[data-v-b64ebbb6]{padding-left:1em;padding-right:1em}
\ No newline at end of file +/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */blockquote[data-v-48261697],body[data-v-48261697],dd[data-v-48261697],dl[data-v-48261697],dt[data-v-48261697],fieldset[data-v-48261697],figure[data-v-48261697],h1[data-v-48261697],h2[data-v-48261697],h3[data-v-48261697],h4[data-v-48261697],h5[data-v-48261697],h6[data-v-48261697],hr[data-v-48261697],html[data-v-48261697],iframe[data-v-48261697],legend[data-v-48261697],li[data-v-48261697],ol[data-v-48261697],p[data-v-48261697],pre[data-v-48261697],textarea[data-v-48261697],ul[data-v-48261697]{margin:0;padding:0}h1[data-v-48261697],h2[data-v-48261697],h3[data-v-48261697],h4[data-v-48261697],h5[data-v-48261697],h6[data-v-48261697]{font-size:100%;font-weight:400}ul[data-v-48261697]{list-style:none}button[data-v-48261697],input[data-v-48261697],select[data-v-48261697],textarea[data-v-48261697]{margin:0}html[data-v-48261697]{box-sizing:border-box}[data-v-48261697],[data-v-48261697]:after,[data-v-48261697]:before{box-sizing:inherit}audio[data-v-48261697],img[data-v-48261697],video[data-v-48261697]{height:auto;max-width:100%}iframe[data-v-48261697]{border:0}table[data-v-48261697]{border-collapse:collapse;border-spacing:0}td[data-v-48261697],th[data-v-48261697]{padding:0;text-align:left}html[data-v-48261697]{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}article[data-v-48261697],aside[data-v-48261697],figure[data-v-48261697],footer[data-v-48261697],header[data-v-48261697],hgroup[data-v-48261697],section[data-v-48261697]{display:block}body[data-v-48261697],button[data-v-48261697],input[data-v-48261697],select[data-v-48261697],textarea[data-v-48261697]{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif}code[data-v-48261697],pre[data-v-48261697]{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body[data-v-48261697]{color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.5}a[data-v-48261697]{color:#3273dc;cursor:pointer;text-decoration:none}a strong[data-v-48261697]{color:currentColor}a[data-v-48261697]:hover{color:#363636}code[data-v-48261697]{background-color:#f5f5f5;color:#ff3860;font-size:.875em;font-weight:400;padding:.25em .5em}hr[data-v-48261697]{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}img[data-v-48261697]{height:auto;max-width:100%}input[type=checkbox][data-v-48261697],input[type=radio][data-v-48261697]{vertical-align:baseline}small[data-v-48261697]{font-size:.875em}span[data-v-48261697]{font-style:inherit;font-weight:inherit}strong[data-v-48261697]{color:#363636;font-weight:700}pre[data-v-48261697]{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code[data-v-48261697]{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td[data-v-48261697],table th[data-v-48261697]{text-align:left;vertical-align:top}table th[data-v-48261697]{color:#363636}.is-clearfix[data-v-48261697]:after{clear:both;content:" ";display:table}.is-pulled-left[data-v-48261697]{float:left!important}.is-pulled-right[data-v-48261697]{float:right!important}.is-clipped[data-v-48261697]{overflow:hidden!important}.is-size-1[data-v-48261697]{font-size:3rem!important}.is-size-2[data-v-48261697]{font-size:2.5rem!important}.is-size-3[data-v-48261697]{font-size:2rem!important}.is-size-4[data-v-48261697]{font-size:1.5rem!important}.is-size-5[data-v-48261697]{font-size:1.25rem!important}.is-size-6[data-v-48261697]{font-size:1rem!important}.is-size-7[data-v-48261697]{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile[data-v-48261697]{font-size:3rem!important}.is-size-2-mobile[data-v-48261697]{font-size:2.5rem!important}.is-size-3-mobile[data-v-48261697]{font-size:2rem!important}.is-size-4-mobile[data-v-48261697]{font-size:1.5rem!important}.is-size-5-mobile[data-v-48261697]{font-size:1.25rem!important}.is-size-6-mobile[data-v-48261697]{font-size:1rem!important}.is-size-7-mobile[data-v-48261697]{font-size:.75rem!important}}@media print,screen and (min-width:769px){.is-size-1-tablet[data-v-48261697]{font-size:3rem!important}.is-size-2-tablet[data-v-48261697]{font-size:2.5rem!important}.is-size-3-tablet[data-v-48261697]{font-size:2rem!important}.is-size-4-tablet[data-v-48261697]{font-size:1.5rem!important}.is-size-5-tablet[data-v-48261697]{font-size:1.25rem!important}.is-size-6-tablet[data-v-48261697]{font-size:1rem!important}.is-size-7-tablet[data-v-48261697]{font-size:.75rem!important}}@media screen and (max-width:1087px){.is-size-1-touch[data-v-48261697]{font-size:3rem!important}.is-size-2-touch[data-v-48261697]{font-size:2.5rem!important}.is-size-3-touch[data-v-48261697]{font-size:2rem!important}.is-size-4-touch[data-v-48261697]{font-size:1.5rem!important}.is-size-5-touch[data-v-48261697]{font-size:1.25rem!important}.is-size-6-touch[data-v-48261697]{font-size:1rem!important}.is-size-7-touch[data-v-48261697]{font-size:.75rem!important}}@media screen and (min-width:1088px){.is-size-1-desktop[data-v-48261697]{font-size:3rem!important}.is-size-2-desktop[data-v-48261697]{font-size:2.5rem!important}.is-size-3-desktop[data-v-48261697]{font-size:2rem!important}.is-size-4-desktop[data-v-48261697]{font-size:1.5rem!important}.is-size-5-desktop[data-v-48261697]{font-size:1.25rem!important}.is-size-6-desktop[data-v-48261697]{font-size:1rem!important}.is-size-7-desktop[data-v-48261697]{font-size:.75rem!important}}@media screen and (min-width:1280px){.is-size-1-widescreen[data-v-48261697]{font-size:3rem!important}.is-size-2-widescreen[data-v-48261697]{font-size:2.5rem!important}.is-size-3-widescreen[data-v-48261697]{font-size:2rem!important}.is-size-4-widescreen[data-v-48261697]{font-size:1.5rem!important}.is-size-5-widescreen[data-v-48261697]{font-size:1.25rem!important}.is-size-6-widescreen[data-v-48261697]{font-size:1rem!important}.is-size-7-widescreen[data-v-48261697]{font-size:.75rem!important}}@media screen and (min-width:1472px){.is-size-1-fullhd[data-v-48261697]{font-size:3rem!important}.is-size-2-fullhd[data-v-48261697]{font-size:2.5rem!important}.is-size-3-fullhd[data-v-48261697]{font-size:2rem!important}.is-size-4-fullhd[data-v-48261697]{font-size:1.5rem!important}.is-size-5-fullhd[data-v-48261697]{font-size:1.25rem!important}.is-size-6-fullhd[data-v-48261697]{font-size:1rem!important}.is-size-7-fullhd[data-v-48261697]{font-size:.75rem!important}}.has-text-centered[data-v-48261697]{text-align:center!important}.has-text-justified[data-v-48261697]{text-align:justify!important}.has-text-left[data-v-48261697]{text-align:left!important}.has-text-right[data-v-48261697]{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile[data-v-48261697]{text-align:center!important}}@media print,screen and (min-width:769px){.has-text-centered-tablet[data-v-48261697]{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-centered-tablet-only[data-v-48261697]{text-align:center!important}}@media screen and (max-width:1087px){.has-text-centered-touch[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1088px){.has-text-centered-desktop[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-centered-desktop-only[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1280px){.has-text-centered-widescreen[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-centered-widescreen-only[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1472px){.has-text-centered-fullhd[data-v-48261697]{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile[data-v-48261697]{text-align:justify!important}}@media print,screen and (min-width:769px){.has-text-justified-tablet[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-justified-tablet-only[data-v-48261697]{text-align:justify!important}}@media screen and (max-width:1087px){.has-text-justified-touch[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1088px){.has-text-justified-desktop[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-justified-desktop-only[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1280px){.has-text-justified-widescreen[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-justified-widescreen-only[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1472px){.has-text-justified-fullhd[data-v-48261697]{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile[data-v-48261697]{text-align:left!important}}@media print,screen and (min-width:769px){.has-text-left-tablet[data-v-48261697]{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-left-tablet-only[data-v-48261697]{text-align:left!important}}@media screen and (max-width:1087px){.has-text-left-touch[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1088px){.has-text-left-desktop[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-left-desktop-only[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1280px){.has-text-left-widescreen[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-left-widescreen-only[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1472px){.has-text-left-fullhd[data-v-48261697]{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile[data-v-48261697]{text-align:right!important}}@media print,screen and (min-width:769px){.has-text-right-tablet[data-v-48261697]{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-right-tablet-only[data-v-48261697]{text-align:right!important}}@media screen and (max-width:1087px){.has-text-right-touch[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1088px){.has-text-right-desktop[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-right-desktop-only[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1280px){.has-text-right-widescreen[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-right-widescreen-only[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1472px){.has-text-right-fullhd[data-v-48261697]{text-align:right!important}}.is-capitalized[data-v-48261697]{text-transform:capitalize!important}.is-lowercase[data-v-48261697]{text-transform:lowercase!important}.is-uppercase[data-v-48261697]{text-transform:uppercase!important}.is-italic[data-v-48261697]{font-style:italic!important}.has-text-white[data-v-48261697]{color:#fff!important}a.has-text-white[data-v-48261697]:focus,a.has-text-white[data-v-48261697]:hover{color:#e6e6e6!important}.has-background-white[data-v-48261697]{background-color:#fff!important}.has-text-black[data-v-48261697]{color:#0a0a0a!important}a.has-text-black[data-v-48261697]:focus,a.has-text-black[data-v-48261697]:hover{color:#000!important}.has-background-black[data-v-48261697]{background-color:#0a0a0a!important}.has-text-light[data-v-48261697]{color:#f5f5f5!important}a.has-text-light[data-v-48261697]:focus,a.has-text-light[data-v-48261697]:hover{color:#dbdbdb!important}.has-background-light[data-v-48261697]{background-color:#f5f5f5!important}.has-text-dark[data-v-48261697]{color:#363636!important}a.has-text-dark[data-v-48261697]:focus,a.has-text-dark[data-v-48261697]:hover{color:#1c1c1c!important}.has-background-dark[data-v-48261697]{background-color:#363636!important}.has-text-primary[data-v-48261697]{color:#00d1b2!important}a.has-text-primary[data-v-48261697]:focus,a.has-text-primary[data-v-48261697]:hover{color:#009e86!important}.has-background-primary[data-v-48261697]{background-color:#00d1b2!important}.has-text-link[data-v-48261697]{color:#3273dc!important}a.has-text-link[data-v-48261697]:focus,a.has-text-link[data-v-48261697]:hover{color:#205bbc!important}.has-background-link[data-v-48261697]{background-color:#3273dc!important}.has-text-info[data-v-48261697]{color:#209cee!important}a.has-text-info[data-v-48261697]:focus,a.has-text-info[data-v-48261697]:hover{color:#0f81cc!important}.has-background-info[data-v-48261697]{background-color:#209cee!important}.has-text-success[data-v-48261697]{color:#23d160!important}a.has-text-success[data-v-48261697]:focus,a.has-text-success[data-v-48261697]:hover{color:#1ca64c!important}.has-background-success[data-v-48261697]{background-color:#23d160!important}.has-text-warning[data-v-48261697]{color:#ffdd57!important}a.has-text-warning[data-v-48261697]:focus,a.has-text-warning[data-v-48261697]:hover{color:#ffd324!important}.has-background-warning[data-v-48261697]{background-color:#ffdd57!important}.has-text-danger[data-v-48261697]{color:#ff3860!important}a.has-text-danger[data-v-48261697]:focus,a.has-text-danger[data-v-48261697]:hover{color:#ff0537!important}.has-background-danger[data-v-48261697]{background-color:#ff3860!important}.has-text-black-bis[data-v-48261697]{color:#121212!important}.has-background-black-bis[data-v-48261697]{background-color:#121212!important}.has-text-black-ter[data-v-48261697]{color:#242424!important}.has-background-black-ter[data-v-48261697]{background-color:#242424!important}.has-text-grey-darker[data-v-48261697]{color:#363636!important}.has-background-grey-darker[data-v-48261697]{background-color:#363636!important}.has-text-grey-dark[data-v-48261697]{color:#4a4a4a!important}.has-background-grey-dark[data-v-48261697]{background-color:#4a4a4a!important}.has-text-grey[data-v-48261697]{color:#7a7a7a!important}.has-background-grey[data-v-48261697]{background-color:#7a7a7a!important}.has-text-grey-light[data-v-48261697]{color:#b5b5b5!important}.has-background-grey-light[data-v-48261697]{background-color:#b5b5b5!important}.has-text-grey-lighter[data-v-48261697]{color:#dbdbdb!important}.has-background-grey-lighter[data-v-48261697]{background-color:#dbdbdb!important}.has-text-white-ter[data-v-48261697]{color:#f5f5f5!important}.has-background-white-ter[data-v-48261697]{background-color:#f5f5f5!important}.has-text-white-bis[data-v-48261697]{color:#fafafa!important}.has-background-white-bis[data-v-48261697]{background-color:#fafafa!important}.has-text-weight-light[data-v-48261697]{font-weight:300!important}.has-text-weight-normal[data-v-48261697]{font-weight:400!important}.has-text-weight-semibold[data-v-48261697]{font-weight:600!important}.has-text-weight-bold[data-v-48261697]{font-weight:700!important}.is-block[data-v-48261697]{display:block!important}@media screen and (max-width:768px){.is-block-mobile[data-v-48261697]{display:block!important}}@media print,screen and (min-width:769px){.is-block-tablet[data-v-48261697]{display:block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-block-tablet-only[data-v-48261697]{display:block!important}}@media screen and (max-width:1087px){.is-block-touch[data-v-48261697]{display:block!important}}@media screen and (min-width:1088px){.is-block-desktop[data-v-48261697]{display:block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-block-desktop-only[data-v-48261697]{display:block!important}}@media screen and (min-width:1280px){.is-block-widescreen[data-v-48261697]{display:block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-block-widescreen-only[data-v-48261697]{display:block!important}}@media screen and (min-width:1472px){.is-block-fullhd[data-v-48261697]{display:block!important}}.is-flex[data-v-48261697]{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile[data-v-48261697]{display:flex!important}}@media print,screen and (min-width:769px){.is-flex-tablet[data-v-48261697]{display:flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-flex-tablet-only[data-v-48261697]{display:flex!important}}@media screen and (max-width:1087px){.is-flex-touch[data-v-48261697]{display:flex!important}}@media screen and (min-width:1088px){.is-flex-desktop[data-v-48261697]{display:flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-flex-desktop-only[data-v-48261697]{display:flex!important}}@media screen and (min-width:1280px){.is-flex-widescreen[data-v-48261697]{display:flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-flex-widescreen-only[data-v-48261697]{display:flex!important}}@media screen and (min-width:1472px){.is-flex-fullhd[data-v-48261697]{display:flex!important}}.is-inline[data-v-48261697]{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile[data-v-48261697]{display:inline!important}}@media print,screen and (min-width:769px){.is-inline-tablet[data-v-48261697]{display:inline!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-tablet-only[data-v-48261697]{display:inline!important}}@media screen and (max-width:1087px){.is-inline-touch[data-v-48261697]{display:inline!important}}@media screen and (min-width:1088px){.is-inline-desktop[data-v-48261697]{display:inline!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-desktop-only[data-v-48261697]{display:inline!important}}@media screen and (min-width:1280px){.is-inline-widescreen[data-v-48261697]{display:inline!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-widescreen-only[data-v-48261697]{display:inline!important}}@media screen and (min-width:1472px){.is-inline-fullhd[data-v-48261697]{display:inline!important}}.is-inline-block[data-v-48261697]{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile[data-v-48261697]{display:inline-block!important}}@media print,screen and (min-width:769px){.is-inline-block-tablet[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-block-tablet-only[data-v-48261697]{display:inline-block!important}}@media screen and (max-width:1087px){.is-inline-block-touch[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1088px){.is-inline-block-desktop[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-block-desktop-only[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1280px){.is-inline-block-widescreen[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-block-widescreen-only[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1472px){.is-inline-block-fullhd[data-v-48261697]{display:inline-block!important}}.is-inline-flex[data-v-48261697]{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile[data-v-48261697]{display:inline-flex!important}}@media print,screen and (min-width:769px){.is-inline-flex-tablet[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-flex-tablet-only[data-v-48261697]{display:inline-flex!important}}@media screen and (max-width:1087px){.is-inline-flex-touch[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1088px){.is-inline-flex-desktop[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-flex-desktop-only[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1280px){.is-inline-flex-widescreen[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-flex-widescreen-only[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1472px){.is-inline-flex-fullhd[data-v-48261697]{display:inline-flex!important}}.is-hidden[data-v-48261697]{display:none!important}@media screen and (max-width:768px){.is-hidden-mobile[data-v-48261697]{display:none!important}}@media print,screen and (min-width:769px){.is-hidden-tablet[data-v-48261697]{display:none!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-hidden-tablet-only[data-v-48261697]{display:none!important}}@media screen and (max-width:1087px){.is-hidden-touch[data-v-48261697]{display:none!important}}@media screen and (min-width:1088px){.is-hidden-desktop[data-v-48261697]{display:none!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-hidden-desktop-only[data-v-48261697]{display:none!important}}@media screen and (min-width:1280px){.is-hidden-widescreen[data-v-48261697]{display:none!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-hidden-widescreen-only[data-v-48261697]{display:none!important}}@media screen and (min-width:1472px){.is-hidden-fullhd[data-v-48261697]{display:none!important}}.is-invisible[data-v-48261697]{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile[data-v-48261697]{visibility:hidden!important}}@media print,screen and (min-width:769px){.is-invisible-tablet[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-invisible-tablet-only[data-v-48261697]{visibility:hidden!important}}@media screen and (max-width:1087px){.is-invisible-touch[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1088px){.is-invisible-desktop[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-invisible-desktop-only[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1280px){.is-invisible-widescreen[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-invisible-widescreen-only[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1472px){.is-invisible-fullhd[data-v-48261697]{visibility:hidden!important}}.is-marginless[data-v-48261697]{margin:0!important}.is-paddingless[data-v-48261697]{padding:0!important}.is-radiusless[data-v-48261697]{border-radius:0!important}.is-shadowless[data-v-48261697]{box-shadow:none!important}.button[data-v-48261697]{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding:calc(.375em - 1px) .75em;text-align:center;white-space:nowrap}.button strong[data-v-48261697]{color:inherit}.button .icon.is-large[data-v-48261697],.button .icon.is-medium[data-v-48261697],.button .icon.is-small[data-v-48261697],.button .icon[data-v-48261697]{height:1.5em;width:1.5em}.button .icon[data-v-48261697]:first-child:not(:last-child){margin-left:calc(-.375em - 1px);margin-right:.1875em}.button .icon[data-v-48261697]:last-child:not(:first-child){margin-left:.1875em;margin-right:calc(-.375em - 1px)}.button .icon[data-v-48261697]:first-child:last-child{margin-left:calc(-.375em - 1px);margin-right:calc(-.375em - 1px)}.button.is-hovered[data-v-48261697],.button[data-v-48261697]:hover{border-color:#b5b5b5;color:#363636}.button.is-focused[data-v-48261697],.button[data-v-48261697]:focus{border-color:#3273dc;color:#363636}.button.is-focused[data-v-48261697]:not(:active),.button[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-active[data-v-48261697],.button[data-v-48261697]:active{border-color:#4a4a4a;color:#363636}.button.is-text[data-v-48261697]{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.button.is-text.is-focused[data-v-48261697],.button.is-text.is-hovered[data-v-48261697],.button.is-text[data-v-48261697]:focus,.button.is-text[data-v-48261697]:hover{background-color:#f5f5f5;color:#363636}.button.is-text.is-active[data-v-48261697],.button.is-text[data-v-48261697]:active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled][data-v-48261697]{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-white[data-v-48261697]{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white.is-hovered[data-v-48261697],.button.is-white[data-v-48261697]:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white.is-focused[data-v-48261697],.button.is-white[data-v-48261697]:focus{border-color:transparent;color:#0a0a0a}.button.is-white.is-focused[data-v-48261697]:not(:active),.button.is-white[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.button.is-white.is-active[data-v-48261697],.button.is-white[data-v-48261697]:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none}.button.is-white.is-inverted[data-v-48261697]{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted[data-v-48261697]:hover{background-color:#000}.button.is-white.is-inverted[disabled][data-v-48261697]{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading[data-v-48261697]:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined[data-v-48261697]:focus,.button.is-white.is-outlined[data-v-48261697]:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-white.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black[data-v-48261697]{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black.is-hovered[data-v-48261697],.button.is-black[data-v-48261697]:hover{background-color:#040404;border-color:transparent;color:#fff}.button.is-black.is-focused[data-v-48261697],.button.is-black[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-black.is-focused[data-v-48261697]:not(:active),.button.is-black[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.button.is-black.is-active[data-v-48261697],.button.is-black[data-v-48261697]:active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled][data-v-48261697]{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.button.is-black.is-inverted[data-v-48261697]{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-black.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined[data-v-48261697]{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined[data-v-48261697]:focus,.button.is-black.is-outlined[data-v-48261697]:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-black.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light[data-v-48261697]{background-color:#f5f5f5;border-color:transparent;color:#363636}.button.is-light.is-hovered[data-v-48261697],.button.is-light[data-v-48261697]:hover{background-color:#eee;border-color:transparent;color:#363636}.button.is-light.is-focused[data-v-48261697],.button.is-light[data-v-48261697]:focus{border-color:transparent;color:#363636}.button.is-light.is-focused[data-v-48261697]:not(:active),.button.is-light[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.button.is-light.is-active[data-v-48261697],.button.is-light[data-v-48261697]:active{background-color:#e8e8e8;border-color:transparent;color:#363636}.button.is-light[disabled][data-v-48261697]{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.button.is-light.is-inverted[data-v-48261697]{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted[data-v-48261697]:hover{background-color:#292929}.button.is-light.is-inverted[disabled][data-v-48261697]{background-color:#363636;border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading[data-v-48261697]:after{border-color:transparent transparent #363636 #363636!important}.button.is-light.is-outlined[data-v-48261697]{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined[data-v-48261697]:focus,.button.is-light.is-outlined[data-v-48261697]:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.button.is-light.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#363636;color:#363636}.button.is-light.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-light.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark[data-v-48261697]{background-color:#363636;border-color:transparent;color:#f5f5f5}.button.is-dark.is-hovered[data-v-48261697],.button.is-dark[data-v-48261697]:hover{background-color:#2f2f2f;border-color:transparent;color:#f5f5f5}.button.is-dark.is-focused[data-v-48261697],.button.is-dark[data-v-48261697]:focus{border-color:transparent;color:#f5f5f5}.button.is-dark.is-focused[data-v-48261697]:not(:active),.button.is-dark[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.button.is-dark.is-active[data-v-48261697],.button.is-dark[data-v-48261697]:active{background-color:#292929;border-color:transparent;color:#f5f5f5}.button.is-dark[disabled][data-v-48261697]{background-color:#363636;border-color:transparent;box-shadow:none}.button.is-dark.is-inverted[data-v-48261697]{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted[data-v-48261697]:hover{background-color:#e8e8e8}.button.is-dark.is-inverted[disabled][data-v-48261697]{background-color:#f5f5f5;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading[data-v-48261697]:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-dark.is-outlined[data-v-48261697]{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined[data-v-48261697]:focus,.button.is-dark.is-outlined[data-v-48261697]:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.button.is-dark.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-dark.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-dark.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-primary[data-v-48261697]{background-color:#00d1b2;border-color:transparent;color:#fff}.button.is-primary.is-hovered[data-v-48261697],.button.is-primary[data-v-48261697]:hover{background-color:#00c4a7;border-color:transparent;color:#fff}.button.is-primary.is-focused[data-v-48261697],.button.is-primary[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-primary.is-focused[data-v-48261697]:not(:active),.button.is-primary[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.button.is-primary.is-active[data-v-48261697],.button.is-primary[data-v-48261697]:active{background-color:#00b89c;border-color:transparent;color:#fff}.button.is-primary[disabled][data-v-48261697]{background-color:#00d1b2;border-color:transparent;box-shadow:none}.button.is-primary.is-inverted[data-v-48261697]{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#00d1b2}.button.is-primary.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined[data-v-48261697]{background-color:transparent;border-color:#00d1b2;color:#00d1b2}.button.is-primary.is-outlined[data-v-48261697]:focus,.button.is-primary.is-outlined[data-v-48261697]:hover{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.button.is-primary.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #00d1b2 #00d1b2!important}.button.is-primary.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#00d1b2;box-shadow:none;color:#00d1b2}.button.is-primary.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-primary.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link[data-v-48261697]{background-color:#3273dc;border-color:transparent;color:#fff}.button.is-link.is-hovered[data-v-48261697],.button.is-link[data-v-48261697]:hover{background-color:#276cda;border-color:transparent;color:#fff}.button.is-link.is-focused[data-v-48261697],.button.is-link[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-link.is-focused[data-v-48261697]:not(:active),.button.is-link[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-link.is-active[data-v-48261697],.button.is-link[data-v-48261697]:active{background-color:#2366d1;border-color:transparent;color:#fff}.button.is-link[disabled][data-v-48261697]{background-color:#3273dc;border-color:transparent;box-shadow:none}.button.is-link.is-inverted[data-v-48261697]{background-color:#fff;color:#3273dc}.button.is-link.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-link.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#3273dc}.button.is-link.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined[data-v-48261697]{background-color:transparent;border-color:#3273dc;color:#3273dc}.button.is-link.is-outlined[data-v-48261697]:focus,.button.is-link.is-outlined[data-v-48261697]:hover{background-color:#3273dc;border-color:#3273dc;color:#fff}.button.is-link.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #3273dc #3273dc!important}.button.is-link.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#3273dc;box-shadow:none;color:#3273dc}.button.is-link.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-link.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#3273dc}.button.is-link.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info[data-v-48261697]{background-color:#209cee;border-color:transparent;color:#fff}.button.is-info.is-hovered[data-v-48261697],.button.is-info[data-v-48261697]:hover{background-color:#1496ed;border-color:transparent;color:#fff}.button.is-info.is-focused[data-v-48261697],.button.is-info[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-info.is-focused[data-v-48261697]:not(:active),.button.is-info[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(32,156,238,.25)}.button.is-info.is-active[data-v-48261697],.button.is-info[data-v-48261697]:active{background-color:#118fe4;border-color:transparent;color:#fff}.button.is-info[disabled][data-v-48261697]{background-color:#209cee;border-color:transparent;box-shadow:none}.button.is-info.is-inverted[data-v-48261697]{background-color:#fff;color:#209cee}.button.is-info.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-info.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#209cee}.button.is-info.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined[data-v-48261697]{background-color:transparent;border-color:#209cee;color:#209cee}.button.is-info.is-outlined[data-v-48261697]:focus,.button.is-info.is-outlined[data-v-48261697]:hover{background-color:#209cee;border-color:#209cee;color:#fff}.button.is-info.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #209cee #209cee!important}.button.is-info.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#209cee;box-shadow:none;color:#209cee}.button.is-info.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-info.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#209cee}.button.is-info.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success[data-v-48261697]{background-color:#23d160;border-color:transparent;color:#fff}.button.is-success.is-hovered[data-v-48261697],.button.is-success[data-v-48261697]:hover{background-color:#22c65b;border-color:transparent;color:#fff}.button.is-success.is-focused[data-v-48261697],.button.is-success[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-success.is-focused[data-v-48261697]:not(:active),.button.is-success[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(35,209,96,.25)}.button.is-success.is-active[data-v-48261697],.button.is-success[data-v-48261697]:active{background-color:#20bc56;border-color:transparent;color:#fff}.button.is-success[disabled][data-v-48261697]{background-color:#23d160;border-color:transparent;box-shadow:none}.button.is-success.is-inverted[data-v-48261697]{background-color:#fff;color:#23d160}.button.is-success.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-success.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#23d160}.button.is-success.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined[data-v-48261697]{background-color:transparent;border-color:#23d160;color:#23d160}.button.is-success.is-outlined[data-v-48261697]:focus,.button.is-success.is-outlined[data-v-48261697]:hover{background-color:#23d160;border-color:#23d160;color:#fff}.button.is-success.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #23d160 #23d160!important}.button.is-success.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#23d160;box-shadow:none;color:#23d160}.button.is-success.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-success.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#23d160}.button.is-success.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-warning[data-v-48261697]{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered[data-v-48261697],.button.is-warning[data-v-48261697]:hover{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused[data-v-48261697],.button.is-warning[data-v-48261697]:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused[data-v-48261697]:not(:active),.button.is-warning[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.button.is-warning.is-active[data-v-48261697],.button.is-warning[data-v-48261697]:active{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled][data-v-48261697]{background-color:#ffdd57;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted[data-v-48261697]{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted[data-v-48261697]:hover{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled][data-v-48261697]{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffdd57}.button.is-warning.is-loading[data-v-48261697]:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined[data-v-48261697]{background-color:transparent;border-color:#ffdd57;color:#ffdd57}.button.is-warning.is-outlined[data-v-48261697]:focus,.button.is-warning.is-outlined[data-v-48261697]:hover{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #ffdd57 #ffdd57!important}.button.is-warning.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#ffdd57;box-shadow:none;color:#ffdd57}.button.is-warning.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-warning.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-warning.is-inverted.is-outlined[data-v-48261697]:hover{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-danger[data-v-48261697]{background-color:#ff3860;border-color:transparent;color:#fff}.button.is-danger.is-hovered[data-v-48261697],.button.is-danger[data-v-48261697]:hover{background-color:#ff2b56;border-color:transparent;color:#fff}.button.is-danger.is-focused[data-v-48261697],.button.is-danger[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-danger.is-focused[data-v-48261697]:not(:active),.button.is-danger[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,56,96,.25)}.button.is-danger.is-active[data-v-48261697],.button.is-danger[data-v-48261697]:active{background-color:#ff1f4b;border-color:transparent;color:#fff}.button.is-danger[disabled][data-v-48261697]{background-color:#ff3860;border-color:transparent;box-shadow:none}.button.is-danger.is-inverted[data-v-48261697]{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#ff3860}.button.is-danger.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined[data-v-48261697]{background-color:transparent;border-color:#ff3860;color:#ff3860}.button.is-danger.is-outlined[data-v-48261697]:focus,.button.is-danger.is-outlined[data-v-48261697]:hover{background-color:#ff3860;border-color:#ff3860;color:#fff}.button.is-danger.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #ff3860 #ff3860!important}.button.is-danger.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#ff3860;box-shadow:none;color:#ff3860}.button.is-danger.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-danger.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-small[data-v-48261697]{border-radius:2px;font-size:.75rem}.button.is-medium[data-v-48261697]{font-size:1.25rem}.button.is-large[data-v-48261697]{font-size:1.5rem}.button[disabled][data-v-48261697]{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth[data-v-48261697]{display:flex;width:100%}.button.is-loading[data-v-48261697]{color:transparent!important;pointer-events:none}.button.is-loading[data-v-48261697]:after{position:absolute;left:calc(50% - 0.5em);top:calc(50% - 0.5em);position:absolute!important}.button.is-static[data-v-48261697]{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded[data-v-48261697]{border-radius:290486px;padding-left:1em;padding-right:1em}.buttons[data-v-48261697]{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button[data-v-48261697]{margin-bottom:.5rem}.buttons .button[data-v-48261697]:not(:last-child){margin-right:.5rem}.buttons[data-v-48261697]:last-child{margin-bottom:-.5rem}.buttons[data-v-48261697]:not(:last-child){margin-bottom:1rem}.buttons.has-addons .button[data-v-48261697]:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button[data-v-48261697]:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button[data-v-48261697]:last-child{margin-right:0}.buttons.has-addons .button.is-hovered[data-v-48261697],.buttons.has-addons .button[data-v-48261697]:hover{z-index:2}.buttons.has-addons .button.is-active[data-v-48261697],.buttons.has-addons .button.is-focused[data-v-48261697],.buttons.has-addons .button.is-selected[data-v-48261697],.buttons.has-addons .button[data-v-48261697]:active,.buttons.has-addons .button[data-v-48261697]:focus{z-index:3}.buttons.has-addons .button.is-active[data-v-48261697]:hover,.buttons.has-addons .button.is-focused[data-v-48261697]:hover,.buttons.has-addons .button.is-selected[data-v-48261697]:hover,.buttons.has-addons .button[data-v-48261697]:active:hover,.buttons.has-addons .button[data-v-48261697]:focus:hover{z-index:4}.buttons.has-addons .button.is-expanded[data-v-48261697]{flex-grow:1}.buttons.is-centered[data-v-48261697]{justify-content:center}.buttons.is-right[data-v-48261697]{justify-content:flex-end}.highlight-selection[data-v-48261697]{border-color:#3273dc;color:#363636;box-shadow:0 0 0 .125em rgba(50,115,220,.25);transform:scale(1.25)}.install-button[data-v-83f6b3ba]{margin-top:1em;margin-bottom:.5em}.plotly[data-v-680067eb]{height:20em}.adsense[data-v-4b89ed39]{margin-top:2em;margin-bottom:2.5em}.header[data-v-b64ebbb6]{text-align:center;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/dist/assets/TalentGrab.jpg) 50%;background-size:cover}.tab[data-v-b64ebbb6]{padding-left:1em;padding-right:1em}
\ No newline at end of file |
