playbook_ui 13.18.0 → 13.19.0.pre.alpha.PBNTR200addadvancedtablekitdarkmodestyles2346

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_reset.scss +1 -1
  3. data/app/pb_kits/playbook/pb_advanced_table/Components/CollapsibleTrail.tsx +6 -1
  4. data/app/pb_kits/playbook/pb_advanced_table/Components/CustomCell.tsx +5 -4
  5. data/app/pb_kits/playbook/pb_advanced_table/Components/SubRowHeaderRow.tsx +9 -4
  6. data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +17 -11
  7. data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableBody.tsx +31 -5
  8. data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableHeader.tsx +20 -4
  9. data/app/pb_kits/playbook/pb_advanced_table/Utilities/ExpansionControlHelpers.tsx +3 -4
  10. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +30 -0
  11. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +24 -11
  12. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +84 -0
  13. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail.md +1 -1
  14. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_default.md +1 -1
  15. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.jsx +58 -0
  16. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.md +5 -0
  17. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading.md +1 -1
  18. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_subrow_headers.md +1 -1
  19. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_options.md +1 -1
  20. data/app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading.js +200 -0
  21. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +1 -0
  22. data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +1 -0
  23. data/app/pb_kits/playbook/pb_bar_graph/_bar_graph.tsx +4 -1
  24. data/app/pb_kits/playbook/pb_bar_graph/bar_graph.rb +6 -1
  25. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom.html.erb +49 -0
  26. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom.jsx +68 -0
  27. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom.md +1 -0
  28. data/app/pb_kits/playbook/pb_bar_graph/docs/example.yml +2 -0
  29. data/app/pb_kits/playbook/pb_bar_graph/docs/index.js +1 -0
  30. data/app/pb_kits/playbook/pb_filter/Filter/FilterDouble.tsx +3 -1
  31. data/app/pb_kits/playbook/pb_filter/Filter/FilterSingle.tsx +3 -1
  32. data/app/pb_kits/playbook/pb_filter/Filter/FiltersPopover.tsx +4 -2
  33. data/app/pb_kits/playbook/pb_filter/Filter/index.tsx +1 -1
  34. data/app/pb_kits/playbook/pb_filter/docs/_filter_max_height.html.erb +42 -0
  35. data/app/pb_kits/playbook/pb_filter/docs/_filter_max_height.jsx +83 -0
  36. data/app/pb_kits/playbook/pb_filter/docs/example.yml +2 -0
  37. data/app/pb_kits/playbook/pb_filter/docs/index.js +1 -0
  38. data/app/pb_kits/playbook/pb_filter/filter.html.erb +2 -2
  39. data/app/pb_kits/playbook/pb_filter/filter.rb +2 -1
  40. data/app/pb_kits/playbook/pb_form_group/_form_group.scss +4 -0
  41. data/app/pb_kits/playbook/pb_form_group/form_group.rb +5 -1
  42. data/app/pb_kits/playbook/pb_icon/_icon.tsx +28 -16
  43. data/app/pb_kits/playbook/pb_icon/docs/_icon_custom.html.erb +5 -11
  44. data/app/pb_kits/playbook/pb_icon/docs/_icon_custom.jsx +44 -18
  45. data/app/pb_kits/playbook/pb_icon/docs/_icon_custom.md +4 -8
  46. data/app/pb_kits/playbook/pb_icon/icon.html.erb +6 -4
  47. data/app/pb_kits/playbook/pb_icon/icon.rb +27 -10
  48. data/app/pb_kits/playbook/pb_nav/_subtle_mixin.scss +4 -0
  49. data/app/pb_kits/playbook/pb_table/_table.tsx +86 -67
  50. data/app/pb_kits/playbook/pb_table/docs/_table_div.html.erb +34 -0
  51. data/app/pb_kits/playbook/pb_table/docs/_table_div.jsx +47 -0
  52. data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.html.erb +34 -0
  53. data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md +7 -0
  54. data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb +34 -0
  55. data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.md +3 -0
  56. data/app/pb_kits/playbook/pb_table/docs/example.yml +5 -0
  57. data/app/pb_kits/playbook/pb_table/docs/index.js +1 -0
  58. data/app/pb_kits/playbook/pb_table/styles/_content.scss +3 -3
  59. data/app/pb_kits/playbook/pb_table/styles/_desktop_collapse.scss +15 -15
  60. data/app/pb_kits/playbook/pb_table/styles/_headers.scss +3 -3
  61. data/app/pb_kits/playbook/pb_table/styles/_hover.scss +11 -11
  62. data/app/pb_kits/playbook/pb_table/styles/_mobile.scss +15 -15
  63. data/app/pb_kits/playbook/pb_table/styles/_mobile_collapse.scss +15 -15
  64. data/app/pb_kits/playbook/pb_table/styles/_reset.scss +3 -3
  65. data/app/pb_kits/playbook/pb_table/styles/_side_highlight.scss +2 -2
  66. data/app/pb_kits/playbook/pb_table/styles/_single-line.scss +4 -4
  67. data/app/pb_kits/playbook/pb_table/styles/_sticky_header.scss +2 -2
  68. data/app/pb_kits/playbook/pb_table/styles/_striped.scss +4 -4
  69. data/app/pb_kits/playbook/pb_table/styles/_structure.scss +22 -8
  70. data/app/pb_kits/playbook/pb_table/styles/_table-card.scss +7 -7
  71. data/app/pb_kits/playbook/pb_table/styles/_table-dark.scss +14 -14
  72. data/app/pb_kits/playbook/pb_table/styles/_table_header.scss +2 -2
  73. data/app/pb_kits/playbook/pb_table/styles/_tablet_collapse.scss +15 -15
  74. data/app/pb_kits/playbook/pb_table/styles/_vertical_border.scss +3 -4
  75. data/app/pb_kits/playbook/pb_table/table.html.erb +12 -2
  76. data/app/pb_kits/playbook/pb_table/table.rb +3 -0
  77. data/app/pb_kits/playbook/pb_table/table_body.html.erb +17 -0
  78. data/app/pb_kits/playbook/pb_table/table_body.rb +15 -0
  79. data/app/pb_kits/playbook/pb_table/table_cell.html.erb +17 -0
  80. data/app/pb_kits/playbook/pb_table/table_cell.rb +17 -0
  81. data/app/pb_kits/playbook/pb_table/table_head.html.erb +17 -0
  82. data/app/pb_kits/playbook/pb_table/table_head.rb +15 -0
  83. data/app/pb_kits/playbook/pb_table/table_header.html.erb +49 -39
  84. data/app/pb_kits/playbook/pb_table/table_header.rb +8 -1
  85. data/app/pb_kits/playbook/pb_table/table_row.html.erb +17 -7
  86. data/app/pb_kits/playbook/pb_table/table_row.rb +8 -1
  87. data/app/pb_kits/playbook/pb_text_input/_text_input.tsx +9 -5
  88. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_add_on.jsx +20 -0
  89. data/app/pb_kits/playbook/pb_user/docs/_user_presence_indicator_swift.md +30 -0
  90. data/app/pb_kits/playbook/pb_user/docs/_user_props_table.md +2 -1
  91. data/app/pb_kits/playbook/pb_user/docs/example.yml +1 -0
  92. data/dist/menu.yml +1 -1
  93. data/dist/playbook-rails.js +4 -4
  94. data/lib/playbook/version.rb +2 -2
  95. metadata +28 -7
@@ -3,7 +3,7 @@
3
3
  Copyright (c) 2018 Jed Watson.
4
4
  Licensed under the MIT License (MIT), see
5
5
  http://jedwatson.github.io/classnames
6
- */!function(){"use strict";var n={}.hasOwnProperty;function r(){for(var t=[],e=0;e<arguments.length;e++){var i=arguments[e];if(i){var o=typeof i;if("string"===o||"number"===o)t.push(i);else if(Array.isArray(i)){if(i.length){var a=r.apply(null,i);a&&t.push(a)}}else if("object"===o){if(i.toString!==Object.prototype.toString&&!i.toString.toString().includes("[native code]")){t.push(i.toString());continue}for(var s in i)n.call(i,s)&&i[s]&&t.push(s)}}}return t.join(" ")}t.exports?(r.default=r,t.exports=r):void 0===(i=function(){return r}.apply(e,[]))||(t.exports=i)}()},function(t,e,n){"use strict";n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return u})),n.d(e,"b",(function(){return h}));var i=n(24),r=n(51),o=[0,1];function a(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return s(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var l=function(t,e){return Object.keys(t).map((function(n){var i="string"==typeof t[n]?Object(r.a)(t[n]):t[n];return"".concat(e,"_").concat(n,"_").concat(i)})).join(" ")},d={hoverProps:function(t){var e=t.hover,n="";return e?(n+=e.shadow?"hover_shadow_".concat(e.shadow," "):"",n+=e.background?"hover_background_".concat(e.background," "):"",n+=e.scale?"hover_scale_".concat(e.scale," "):"",n+=e.color?"hover_color_".concat(e.color," "):""):n},spacingProps:function(t){var e=t.marginRight,n=t.marginLeft,i=t.marginTop,r=t.marginBottom,o=t.marginX,s=t.marginY,l=t.margin,d=t.paddingRight,c=t.paddingLeft,u=t.paddingTop,h=t.paddingBottom,p=t.paddingX,f=t.paddingY,g=t.padding,m="",v={marginRight:e,marginLeft:n,marginTop:i,marginBottom:r,marginX:o,marginY:s,margin:l,paddingRight:d,paddingLeft:c,paddingTop:u,paddingBottom:h,paddingX:p,paddingY:f,padding:g},b=["xs","sm","md","lg","xl"];function y(t){return{marginRight:"mr",marginLeft:"ml",marginTop:"mt",marginBottom:"mb",marginX:"mx",marginY:"my",margin:"m",paddingRight:"pr",paddingLeft:"pl",paddingTop:"pt",paddingBottom:"pb",paddingX:"px",paddingY:"py",padding:"p"}[t]}return Object.entries(v).forEach((function(t){var e=a(t,2),n=e[0],i=e[1];if(i)if("object"==typeof i)m+=function(t,e){var n="",i=t.break||"on",r=t.default||null;return Object.entries(t).forEach((function(t){var r=a(t,2),o=r[0],s=r[1];b.includes(o)&&(n+="break_".concat(i,"_").concat(o,":").concat(e,"_").concat(s," "))})),r&&(n+="".concat(e,"_").concat(r," ")),n}(i,y(n));else{var r=y(n);m+="".concat(r,"_").concat(i," ")}})),m.trim()},borderRadiusProps:function(t){var e=t.borderRadius,n="";return n+=e?"border_radius_".concat(e," "):""},overflowProps:function(t){var e=t.overflow,n=t.overflowX,i=t.overflowY,r="";return r+=e?"overflow_".concat(e):"",r+=n?"overflow_x_".concat(n):"",r+=i?"overflow_y_".concat(i):""},truncateProps:function(t){var e=t.truncate;return"object"==typeof e?"":e?"truncate_".concat(e):""},darkProps:function(t){return t.dark?"dark":""},numberSpacingProps:function(t){var e=t.numberSpacing,n="";return n+=e?"ns_".concat(e," "):""},maxWidthProps:function(t){var e=t.maxWidth,n="";return n+=e?"max_width_".concat(e," "):""},zIndexProps:function(t){var e="";return Object.entries(t).forEach((function(t){"zIndex"==t[0]&&("number"==typeof t[1]?e+="z_index_".concat(t[1]," "):"object"==typeof t[1]&&Object.entries(t[1]).forEach((function(t){e+="z_index_".concat(t[0],"_").concat(t[1]," ")})))})),e},shadowProps:function(t){var e=t.shadow,n="";return n+=e?"shadow_".concat(e," "):""},lineHeightProps:function(t){var e=t.lineHeight,n="";return n+=e?"line_height_".concat(e," "):""},displayProps:function(t){var e="";return Object.entries(t).forEach((function(t){"display"==t[0]&&("string"==typeof t[1]?e+="display_".concat(t[1]," "):"object"==typeof t[1]&&Object.entries(t[1]).forEach((function(t){e+="display_".concat(t[0],"_").concat(t[1]," ")})))})),e},cursorProps:function(t){var e=t.cursor,n="";return n+=e?"cursor_".concat(Object(r.a)(e)):""},alignContentProps:function(t){var e=t.alignContent;return"object"==typeof e?l(e,"align_content"):e?"align_content_".concat(Object(r.a)(e)):""},alignItemsProps:function(t){var e=t.alignItems;return"object"==typeof e?l(e,"align_items"):e?"align_items_".concat(Object(r.a)(e)):""},alignSelfProps:function(t){var e=t.alignSelf;return"object"==typeof e?l(e,"align_self"):e?"align_self_".concat(e):""},flexDirectionProps:function(t){var e=t.flexDirection;return"object"==typeof e?l(e,"flex_direction"):e?"flex_direction_".concat(Object(r.a)(e)):""},flexWrapProps:function(t){var e=t.flexWrap;return"object"==typeof e?l(e,"flex_wrap"):e?"flex_wrap_".concat(Object(r.a)(e)):""},flexProps:function(t){var e=t.flex;return"object"==typeof e?l(e,"flex"):e?"flex_".concat(e):""},flexGrowProps:function(t){var e=t.flexGrow;return"object"==typeof e?l(e,"flex_grow"):o.includes(e)?"flex_grow_".concat(e):""},flexShrinkProps:function(t){var e=t.flexShrink;return"object"==typeof e?l(e,"flex_shrink"):o.includes(e)?"flex_shrink_".concat(e):""},justifyContentProps:function(t){var e=t.justifyContent;return"object"==typeof e?l(e,"justify_content"):e?"justify_content_".concat(Object(r.a)(e)):""},justifySelfProps:function(t){var e=t.justifySelf;return"object"==typeof e?l(e,"justify_self"):e?"justify_self_".concat(e):""},orderProps:function(t){var e=t.order;return"object"==typeof e?l(e,"flex_order"):e?"flex_order_".concat(e):""},positionProps:function(t){var e=t.position,n="";return n+=e&&"static"!==e?"position_".concat(e):""},textAlignProps:function(t){var e=t.textAlign;return"object"==typeof e?l(e,"text_align"):e?"text_align_".concat(e," "):""}},c=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=Object.assign(Object.assign({},t),e);return Object.keys(d).map((function(t){return d[t](n)})).filter((function(t){return(null==t?void 0:t.length)>0})).join(" ")},u=function(){},h=function(t){return Object(i.omit)(t,["marginRight","marginLeft","marginTop","marginBottom","marginX","marginY","margin","paddingRight","paddingLeft","paddingTop","paddingBottom","paddingX","paddingY","padding","dark"])}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(108);function c(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var u={horizontal:"fa-flip-horizontal",vertical:"fa-flip-vertical",both:"fa-flip-horizontal fa-flip-vertical",none:""};e.a=function(t){var e,n=t.aria,i=void 0===n?{}:n,o=t.border,h=void 0!==o&&o,p=t.className,f=t.customIcon,g=t.data,m=void 0===g?{}:g,v=t.fixedWidth,b=void 0===v||v,y=t.flip,x=void 0===y?"none":y,_=t.htmlOptions,O=void 0===_?{}:_,w=t.icon,$=t.id,C=t.inverse,k=void 0!==C&&C,S=t.listItem,j=void 0!==S&&S,E=t.pull,M=t.pulse,A=void 0!==M&&M,P=t.rotation,T=t.size,L=t.fontStyle,D=void 0===L?"far":L,I=t.spin,N=(c(e={"fa-border":h,"fa-fw":b,"fa-inverse":k,"fa-li":j,"fa-pulse":A,"fa-spin":void 0!==I&&I},"fa-".concat(T),T),c(e,"fa-pull-".concat(E),E),c(e,"fa-rotate-".concat(P),P),e);f||(N["fa-".concat(w)]=w);var R=a()(u[x],"pb_icon_kit",f?"":D,N,Object(l.c)(t),p),F=a()("pb_icon_kit_emoji",Object(l.c)(t),p);!i.label&&(i.label="".concat(w," icon"));var B=Object(s.a)(i),z=Object(s.c)(m),H=Object(s.d)(O);return r.a.createElement(r.a.Fragment,null,function(t){return t?r.a.createElement(r.a.Fragment,null,r.a.cloneElement(t,Object.assign(Object.assign(Object.assign({},z),H),{className:R,id:$}))):Object(d.a)(w)?r.a.createElement(r.a.Fragment,null,r.a.createElement("span",Object.assign({},z,H,{className:F,id:$}),w)):r.a.createElement(r.a.Fragment,null,r.a.createElement("i",Object.assign({},z,H,{className:R,id:$})),r.a.createElement("span",Object.assign({},B,{hidden:!0})))}(f))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p})),n.d(e,"b",(function(){return c})),n.d(e,"c",(function(){return f})),n.d(e,"d",(function(){return d})),n.d(e,"e",(function(){return m})),n.d(e,"f",(function(){return x})),n.d(e,"g",(function(){return _})),n.d(e,"h",(function(){return b})),n.d(e,"i",(function(){return O})),n.d(e,"j",(function(){return w})),n.d(e,"k",(function(){return v})),n.d(e,"l",(function(){return $})),n.d(e,"m",(function(){return C})),n.d(e,"n",(function(){return k})),n.d(e,"o",(function(){return g})),n.d(e,"p",(function(){return y})),n.d(e,"q",(function(){return s})),n.d(e,"r",(function(){return a})),n.d(e,"s",(function(){return o})),n.d(e,"t",(function(){return S})),n.d(e,"u",(function(){return l})),n.d(e,"v",(function(){return i}));const i=["top","right","bottom","left"],r=["start","end"],o=i.reduce((t,e)=>t.concat(e,e+"-"+r[0],e+"-"+r[1]),[]),a=Math.min,s=Math.max,l=Math.round,d=Math.floor,c=t=>({x:t,y:t}),u={left:"right",right:"left",bottom:"top",top:"bottom"},h={start:"end",end:"start"};function p(t,e,n){return s(t,a(e,n))}function f(t,e){return"function"==typeof t?t(e):t}function g(t){return t.split("-")[0]}function m(t){return t.split("-")[1]}function v(t){return"x"===t?"y":"x"}function b(t){return"y"===t?"height":"width"}function y(t){return["top","bottom"].includes(g(t))?"y":"x"}function x(t){return v(y(t))}function _(t,e,n){void 0===n&&(n=!1);const i=m(t),r=x(t),o=b(r);let a="x"===r?i===(n?"end":"start")?"right":"left":"start"===i?"bottom":"top";return e.reference[o]>e.floating[o]&&(a=C(a)),[a,C(a)]}function O(t){const e=C(t);return[w(t),e,w(e)]}function w(t){return t.replace(/start|end/g,t=>h[t])}function $(t,e,n,i){const r=m(t);let o=function(t,e,n){const i=["left","right"],r=["right","left"],o=["top","bottom"],a=["bottom","top"];switch(t){case"top":case"bottom":return n?e?r:i:e?i:r;case"left":case"right":return e?o:a;default:return[]}}(g(t),"start"===n,i);return r&&(o=o.map(t=>t+"-"+r),e&&(o=o.concat(o.map(w)))),o}function C(t){return t.replace(/left|right|bottom|top/g,t=>u[t])}function k(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}function S(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}},function(t,e,n){t.exports={windows:"#003db2",siding:"#6000ac",doors:"#b85c00",solar:"#007e8f",roofing:"#760b24",gutters:"#008540",insulation:"#96006c",product_1_background:"#003db2",product_1_highlight:"#0057ff",product_2_background:"#6000ac",product_2_highlight:"#8200e9",product_3_background:"#b85c00",product_3_highlight:"#ce7500",product_4_background:"#007e8f",product_4_highlight:"#00b9d2",product_5_background:"#760b24",product_5_highlight:"#b8032e",product_6_background:"#008540",product_6_highlight:"#00a851",product_7_background:"#96006c",product_7_highlight:"#cd0094",product_8_background:"#144075",product_8_highlight:"#1a569e",product_9_background:"#fcc419",product_9_highlight:"#ffd43b",product_10_background:"#20c997",product_10_highlight:"#38d9a9",success:"#1ca05c",success_secondary:"#24cb75",success_sm:"#157f48",success_subtle:"rgba(28,160,92,.1)",warning:"#f9bb00",warning_secondary:"#ffcb2d",warning_subtle:"rgba(249,187,0,.1)",error:"#da0014",error_secondary:"#ff0e24",error_subtle:"rgba(218,0,20,.1)",info:"#00c4d7",info_secondary:"#0be9ff",info_subtle:"rgba(0,196,215,.1)",neutral:"#c1cdd6",neutral_secondary:"#e0e6ea",neutral_subtle:"rgba(193,205,214,.1)",primary:"#0056cf",primary_secondary:"#036cff",data_1:"#0056cf",data_2:"#f9bb00",data_3:"#9e64e9",data_4:"#1ca05c",data_5:"#fd804c",data_6:"#144075",data_7:"#00c4d7",data_8:"#da0014",shadow:"rgba(60,106,172,.2)",shadow_dark:"#0a0527",royal:"#0056cf",purple:"#9e64e9",teal:"#00c4d7",red:"#da0014",yellow:"#f9bb00",green:"#1ca05c",orange:"#fd804c",default:"#93a8b8",white:"#fff",silver:"#f3f7fb",slate:"#c1cdd6",charcoal:"#242b42",black:"#000",secondary:"#f9bb00",tertiary:"#9e64e9",bg_light:"#f3f7fb",bg_dark:"#0a0527",bg_dark_card:"#231e3d",card_light:"#fff",card_dark:"#231e3d",active_light:"#f7fbff",active_dark:"#0082ff",primary_action:"#0056cf",primary_action_dark:"#0082ff",hover_light:"#e0eaf5",hover_dark:"rgba(255,255,255,.2)",border_light:"#e4e8f0",border_dark:"#3b3752",text_lt_default:"#242b42",text_lt_light:"#687887",text_lt_lighter:"#c1cdd6",text_dk_default:"#fff",text_dk_light:"rgba(255,255,255,.6)",text_dk_lighter:"rgba(255,255,255,.4)",category_1:"#0056cf",category_2:"#0cd2e5",category_3:"#f9bb00",category_4:"#14d595",category_5:"#a057ff",category_6:"#ff7034",category_7:"#97da22",category_8:"#ea599f",category_9:"#0091ff",category_10:"#5027e4",category_11:"#da0014",category_12:"#109922",category_13:"#058f9d",category_14:"#a33e6f",category_15:"#b2171c",category_16:"#0a5c49",category_17:"#325b91",category_18:"#be4714",category_19:"navy",category_20:"#5c0e0a",category_21:"#040830",gradient_start:"#1c75f2",gradient_end:"#0056cf"}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4);e.a=function(t){var e=t.align,n=void 0===e?"none":e,i=t.children,o=t.className,d=t.data,c=void 0===d?{}:d,u=t.inline,h=void 0!==u&&u,p=t.horizontal,f=void 0===p?"left":p,g=t.htmlOptions,m=void 0===g?{}:g,v=t.justify,b=void 0===v?"none":v,y=t.orientation,x=void 0===y?"row":y,_=t.spacing,O=void 0===_?"none":_,w=t.gap,$=void 0===w?"none":w,C=t.rowGap,k=void 0===C?"none":C,S=t.columnGap,j=void 0===S?"none":S,E=t.reverse,M=void 0!==E&&E,A=t.vertical,P=void 0===A?"top":A,T=t.wrap,L=void 0!==T&&T,D=t.alignSelf,I=void 0===D?"none":D,N=void 0!==x?"orientation_".concat(x):"",R="justify_content_".concat("none"!==b?b:f),F="align_items_".concat("none"!==n?n:P),B=!0===h?"inline":"",z=void 0!==O?"spacing_".concat(O):"",H="none"!==$?"gap_".concat($):"",W="none"!==k?"rowGap_".concat(k):"",Y="none"!==j?"columnGap_".concat(j):"",U=!0===L?"wrap":"",G=!0===M?"reverse":"",V="none"!==I?"align_self_".concat(I):"",X=Object(s.c)(c),q=Object(s.d)(m);return r.a.createElement("div",Object.assign({className:a()(Object(s.b)("pb_flex_kit",N,R,F,B,G,U,z,H,W,Y,V),Object(l.c)(t),o)},X,q),i)}},function(t,e,n){t.exports={font_family_base:'"Proxima Nova","Helvetica Neue",Helvetica,Arial,sans_serif',text_jumbo:"36px",text_largest:"32px",text_larger:"28px",text_large:"20px",text_base:"16px",text_default:"16px",text_normal:"16px",text_medium:"16px",text_small:"14px",text_smaller:"12px",text_smallest:"11px",heading_1:"46px",heading_2:"34px",heading_3:"28px",heading_4:"16px",lighter:"100",light:"300",bold:"600",regular:"400"}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(132);e.a=function(t){t.variant&&Object(l.a)();var e=t.aria,n=void 0===e?{}:e,i=t.children,o=t.className,c=t.color,u=void 0===c?"":c,h=t.data,p=void 0===h?{}:h,f=t.highlightedText,g=void 0===f?[]:f,m=t.highlighting,v=void 0!==m&&m,b=t.htmlOptions,y=void 0===b?{}:b,x=t.id,_=void 0===x?"":x,O=t.status,w=void 0===O?null:O,$=t.tag,C=void 0===$?"div":$,k=t.text,S=void 0===k?"":k,j=t.variant,E=void 0===j?null:j,M=Object(s.a)(n),A=Object(s.c)(p),P=Object(s.d)(y),T=a()(Object(s.b)("pb_body_kit",u,E,w),Object(l.c)(t),o),L="".concat(C);return r.a.createElement(L,Object.assign({},M,A,P,{className:T,id:_}),v&&r.a.createElement(d.a,{highlightedText:g,text:S},i),!v&&(S||i))}},function(t,e,n){"use strict";n.d(e,"m",(function(){return i})),n.d(e,"c",(function(){return r})),n.d(e,"k",(function(){return o})),n.d(e,"f",(function(){return a})),n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"l",(function(){return d})),n.d(e,"e",(function(){return c})),n.d(e,"d",(function(){return u})),n.d(e,"o",(function(){return h})),n.d(e,"i",(function(){return p})),n.d(e,"j",(function(){return f})),n.d(e,"n",(function(){return g})),n.d(e,"h",(function(){return m})),n.d(e,"g",(function(){return v}));var i="top",r="bottom",o="right",a="left",s="auto",l=[i,r,o,a],d="start",c="end",u="clippingParents",h="viewport",p="popper",f="reference",g=l.reduce((function(t,e){return t.concat([e+"-"+d,e+"-"+c])}),[]),m=[].concat(l,[s]).reduce((function(t,e){return t.concat([e,e+"-"+d,e+"-"+c])}),[]),v=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"]},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4);e.a=function(t){t.variant&&Object(l.a)();var e,n=t.aria,i=void 0===n?{}:n,o=t.children,d=t.className,c=t.color,u=t.data,h=void 0===u?{}:u,p=t.htmlOptions,f=void 0===p?{}:p,g=t.id,m=t.size,v=void 0===m?3:m,b=t.bold,y=void 0===b||b,x=t.tag,_=void 0===x?"h3":x,O=t.text,w=t.variant,$=void 0===w?null:w,C=Object(s.a)(i),k=Object(s.c)(h),S=Object(s.d)(f),j=y?"":"thin",E="number"==typeof v||"string"==typeof v,M=a()(Object(s.b)("pb_title_kit",E?"size_".concat(v):"",$,c,j),Object(l.c)(t),(e="",E||Object.entries(v).forEach((function(t){e+="pb_title_kit_".concat(t[0],"_").concat(t[1]," ")})),e.trim()),d),A="".concat(_);return r.a.createElement(A,Object.assign({},C,k,S,{className:M,id:g}),O||o)}},function(t,e,n){t.exports=n(241)()},function(t,e,n){"use strict";function i(t){return a(t)?(t.nodeName||"").toLowerCase():"#document"}function r(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function o(t){var e;return null==(e=(a(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function a(t){return t instanceof Node||t instanceof r(t).Node}function s(t){return t instanceof Element||t instanceof r(t).Element}function l(t){return t instanceof HTMLElement||t instanceof r(t).HTMLElement}function d(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof r(t).ShadowRoot)}function c(t){const{overflow:e,overflowX:n,overflowY:i,display:r}=m(t);return/auto|scroll|overlay|hidden|clip/.test(e+i+n)&&!["inline","contents"].includes(r)}function u(t){return["table","td","th"].includes(i(t))}function h(t){const e=f(),n=m(t);return"none"!==n.transform||"none"!==n.perspective||!!n.containerType&&"normal"!==n.containerType||!e&&!!n.backdropFilter&&"none"!==n.backdropFilter||!e&&!!n.filter&&"none"!==n.filter||["transform","perspective","filter"].some(t=>(n.willChange||"").includes(t))||["paint","layout","strict","content"].some(t=>(n.contain||"").includes(t))}function p(t){let e=b(t);for(;l(e)&&!g(e);){if(h(e))return e;e=b(e)}return null}function f(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function g(t){return["html","body","#document"].includes(i(t))}function m(t){return r(t).getComputedStyle(t)}function v(t){return s(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function b(t){if("html"===i(t))return t;const e=t.assignedSlot||t.parentNode||d(t)&&t.host||o(t);return d(e)?e.host:e}function y(t,e,n){var i;void 0===e&&(e=[]),void 0===n&&(n=!0);const o=function t(e){const n=b(e);return g(n)?e.ownerDocument?e.ownerDocument.body:e.body:l(n)&&c(n)?n:t(n)}(t),a=o===(null==(i=t.ownerDocument)?void 0:i.body),s=r(o);return a?e.concat(s,s.visualViewport||[],c(o)?o:[],s.frameElement&&n?y(s.frameElement):[]):e.concat(o,y(o,[],n))}n.d(e,"a",(function(){return m})),n.d(e,"b",(function(){return p})),n.d(e,"c",(function(){return o})),n.d(e,"d",(function(){return i})),n.d(e,"e",(function(){return v})),n.d(e,"f",(function(){return y})),n.d(e,"g",(function(){return b})),n.d(e,"h",(function(){return r})),n.d(e,"i",(function(){return h})),n.d(e,"j",(function(){return s})),n.d(e,"k",(function(){return l})),n.d(e,"l",(function(){return g})),n.d(e,"m",(function(){return c})),n.d(e,"n",(function(){return u})),n.d(e,"o",(function(){return f}))},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4);e.a=function(t){t.variant&&Object(l.a)();var e=t.aria,n=void 0===e?{}:e,i=t.children,o=t.className,d=t.color,c=t.data,u=void 0===c?{}:c,h=t.htmlOptions,p=void 0===h?{}:h,f=t.id,g=t.size,m=void 0===g?"md":g,v=t.tag,b=void 0===v?"div":v,y=t.text,x=t.variant,_=void 0===x?null:x,O=["h1","h2","h3","h4","h5","h6","p","span","div","caption"].includes(b)?b:"div",w=Object(s.a)(n),$=Object(s.c)(u),C=Object(s.d)(p),k=a()(Object(s.b)("pb_caption_kit",m,_,d),Object(l.c)(t),o);return r.a.createElement(O,Object.assign({},w,$,C,{className:k,id:f}),y||i)}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4);e.a=function(t){var e=t.children,n=t.className,i=t.fixedSize,o=t.grow,d=t.htmlOptions,c=void 0===d?{}:d,u=t.shrink,h=t.flex,p=void 0===h?"none":h,f=t.order,g=void 0===f?"none":f,m=t.alignSelf,v=t.displayFlex,b=!0===o?"grow":"",y=!0===v?"display_flex_".concat(v):"",x="none"!==p?"flex_".concat(p):"",_=!0===u?"shrink":"",O=m?"align_self_".concat(m):"",w=void 0!==i?{flexBasis:"".concat(i)}:null,$="none"!==g?"order_".concat(g):null,C=Object(s.d)(c);return r.a.createElement("div",Object.assign({},C,{className:a()(Object(s.b)("pb_flex_item_kit",b,_,x,y),$,O,Object(l.c)(t),n),style:w}),e)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var i=n(78);function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function o(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){Object(i.a)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return l}));var i=n(41),r=n(0),o=(n(79),n(109),n(110)),a=(n(106),n(281),n(121),n(182),function(t,e){var n=arguments;if(null==e||!i.e.call(e,"css"))return r.createElement.apply(void 0,n);var o=n.length,a=new Array(o);a[0]=i.b,a[1]=Object(i.d)(t,e);for(var s=2;s<o;s++)a[s]=n[s];return r.createElement.apply(null,a)});function s(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return Object(o.a)(e)}var l=function(){var t=s.apply(void 0,arguments),e="animation-"+t.name;return{name:e,styles:"@keyframes "+e+"{"+t.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}},function(t,e,n){"use strict";function i(){return(i=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t}).apply(this,arguments)}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(24),a=n(3),s=n.n(a),l=n(2),d=n(4);function c(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var u=function(t){var e,n,i=t.aria,a=void 0===i?{}:i,u=t.background,h=void 0===u?"none":u,p=t.borderNone,f=void 0!==p&&p,g=t.borderRadius,m=void 0===g?"md":g,v=t.children,b=t.className,y=t.data,x=void 0===y?{}:y,_=t.highlight,O=void 0===_?{}:_,w=t.htmlOptions,$=void 0===w?{}:w,C=t.selected,k=void 0!==C&&C,S=t.tag,j=void 0===S?"div":S,E=1==f?"border_none":"",M=1==k?"selected":"deselected",A="none"==h?"":"background_".concat(h),P=Object(l.b)("pb_card_kit",M,E,"border_radius_".concat(m),A,(c(e={},"highlight_".concat(O.position),O.position),c(e,"highlight_".concat(O.color),O.color),e)),T=Object(l.a)(a),L=Object(l.c)(x),D=Object(l.d)($),I=r.a.Children.toArray(v),N=I.filter((function(t){return"Header"!==Object(o.get)(t,"type.displayName")})),R=["div","section","footer","header","article","aside","main","nav"].includes(j)?j:"div";return r.a.createElement(R,Object.assign({},T,L,D,{className:s()(P,Object(d.c)(t),b)}),(n="Header",I.filter((function(t){return Object(o.get)(t,"type.displayName")===n})).map((function(t,e){if(r.a.isValidElement(t))return r.a.cloneElement(t,{key:"".concat(n.toLowerCase(),"-").concat(e)})}))),N)};u.Header=function(t){var e=t.children,n=t.className,i=t.headerColor,o=void 0===i?"category_1":i,a=t.headerColorStriped,c=void 0!==a&&a,u=Object(l.b)("pb_card_header_kit","".concat(o),c?"striped":""),h=Object(d.c)(t);return r.a.createElement("div",{className:s()(u,h,n)},e)},u.Body=function(t){var e=t.children,n=t.className,i=Object(l.b)("pb_card_body_kit"),o=Object(d.c)(t);return r.a.createElement("div",{className:s()(i,o,n)},e)},e.a=u},function(t,e,n){"use strict";n.d(e,"a",(function(){return E})),n.d(e,"b",(function(){return N})),n.d(e,"c",(function(){return I})),n.d(e,"d",(function(){return D})),n.d(e,"e",(function(){return v})),n.d(e,"f",(function(){return It})),n.d(e,"g",(function(){return O})),n.d(e,"h",(function(){return b})),n.d(e,"i",(function(){return S})),n.d(e,"j",(function(){return g})),n.d(e,"k",(function(){return L})),n.d(e,"l",(function(){return _})),n.d(e,"m",(function(){return G})),n.d(e,"n",(function(){return ht})),n.d(e,"o",(function(){return Q})),n.d(e,"p",(function(){return Dt})),n.d(e,"q",(function(){return vt})),n.d(e,"r",(function(){return ut})),n.d(e,"s",(function(){return _t})),n.d(e,"t",(function(){return xt})),n.d(e,"u",(function(){return pt})),n.d(e,"v",(function(){return et})),n.d(e,"w",(function(){return $t})),n.d(e,"x",(function(){return Z})),n.d(e,"y",(function(){return gt})),n.d(e,"z",(function(){return Y})),n.d(e,"A",(function(){return X})),n.d(e,"B",(function(){return J})),n.d(e,"C",(function(){return jt})),n.d(e,"D",(function(){return Et})),n.d(e,"E",(function(){return R})),n.d(e,"F",(function(){return T})),n.d(e,"G",(function(){return Mt})),n.d(e,"H",(function(){return K})),n.d(e,"I",(function(){return Pt})),n.d(e,"J",(function(){return Tt})),n.d(e,"K",(function(){return Lt})),n.d(e,"L",(function(){return tt})),n.d(e,"M",(function(){return j}));var i=n(17),r=n(19),o=n(18),a=n(39),s=n(50),l=n(77);var d=n(78),c=n(0),u=n(29),h=n(37),p=n(83),f=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],g=function(){};function m(t,e){return e?"-"===e[0]?t+e:t+"__"+e:t}function v(t,e){for(var n=arguments.length,i=new Array(n>2?n-2:0),r=2;r<n;r++)i[r-2]=arguments[r];var o=[].concat(i);if(e&&t)for(var a in e)e.hasOwnProperty(a)&&e[a]&&o.push("".concat(m(t,a)));return o.filter((function(t){return t})).map((function(t){return String(t).trim()})).join(" ")}var b=function(t){return e=t,Array.isArray(e)?t.filter(Boolean):"object"===Object(l.a)(t)&&null!==t?[t]:[];var e},y=function(t){t.className,t.clearValue,t.cx,t.getStyles,t.getClassNames,t.getValue,t.hasValue,t.isMulti,t.isRtl,t.options,t.selectOption,t.selectProps,t.setValue,t.theme;var e=Object(s.a)(t,f);return Object(i.a)({},e)},x=function(t,e,n){var i=t.cx,r=t.getStyles,o=t.getClassNames,a=t.className;return{css:r(e,t),className:i(null!=n?n:{},o(e,t),a)}};function _(t,e,n){if(n){var i=n(t,e);if("string"==typeof i)return i}return t}function O(t){return[document.documentElement,document.body,window].indexOf(t)>-1}function w(t){return O(t)?window.pageYOffset:t.scrollTop}function $(t,e){O(t)?window.scrollTo(0,e):t.scrollTop=e}function C(t,e,n,i){return n*((t=t/i-1)*t*t+1)+e}function k(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:g,r=w(t),o=e-r,a=10,s=0;function l(){var e=C(s+=a,r,o,n);$(t,e),s<n?window.requestAnimationFrame(l):i(t)}l()}function S(t,e){var n=t.getBoundingClientRect(),i=e.getBoundingClientRect(),r=e.offsetHeight/3;i.bottom+r>n.bottom?$(t,Math.min(e.offsetTop+e.clientHeight-t.offsetHeight+r,t.scrollHeight)):i.top-r<n.top&&$(t,Math.max(e.offsetTop-r,0))}function j(){try{return document.createEvent("TouchEvent"),!0}catch(t){return!1}}function E(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(t){return!1}}var M=!1,A={get passive(){return M=!0}},P="undefined"!=typeof window?window:{};P.addEventListener&&P.removeEventListener&&(P.addEventListener("p",g,A),P.removeEventListener("p",g,!1));var T=M;function L(t){return null!=t}function D(t,e,n){return t?e:n}function I(t){return t}function N(t){return t}var R=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];var r=Object.entries(t).filter((function(t){var e=Object(a.a)(t,1)[0];return!n.includes(e)}));return r.reduce((function(t,e){var n=Object(a.a)(e,2),i=n[0],r=n[1];return t[i]=r,t}),{})},F=["children","innerProps"],B=["children","innerProps"];function z(t){var e=t.maxHeight,n=t.menuEl,i=t.minHeight,r=t.placement,o=t.shouldScroll,a=t.isFixedPosition,s=t.controlHeight,l=function(t){var e=getComputedStyle(t),n="absolute"===e.position,i=/(auto|scroll)/;if("fixed"===e.position)return document.documentElement;for(var r=t;r=r.parentElement;)if(e=getComputedStyle(r),(!n||"static"!==e.position)&&i.test(e.overflow+e.overflowY+e.overflowX))return r;return document.documentElement}(n),d={placement:"bottom",maxHeight:e};if(!n||!n.offsetParent)return d;var c,u=l.getBoundingClientRect().height,h=n.getBoundingClientRect(),p=h.bottom,f=h.height,g=h.top,m=n.offsetParent.getBoundingClientRect().top,v=a?window.innerHeight:O(c=l)?window.innerHeight:c.clientHeight,b=w(l),y=parseInt(getComputedStyle(n).marginBottom,10),x=parseInt(getComputedStyle(n).marginTop,10),_=m-x,C=v-g,S=_+b,j=u-b-g,E=p-v+b+y,M=b+g-x;switch(r){case"auto":case"bottom":if(C>=f)return{placement:"bottom",maxHeight:e};if(j>=f&&!a)return o&&k(l,E,160),{placement:"bottom",maxHeight:e};if(!a&&j>=i||a&&C>=i)return o&&k(l,E,160),{placement:"bottom",maxHeight:a?C-y:j-y};if("auto"===r||a){var A=e,P=a?_:S;return P>=i&&(A=Math.min(P-y-s,e)),{placement:"top",maxHeight:A}}if("bottom"===r)return o&&$(l,E),{placement:"bottom",maxHeight:e};break;case"top":if(_>=f)return{placement:"top",maxHeight:e};if(S>=f&&!a)return o&&k(l,M,160),{placement:"top",maxHeight:e};if(!a&&S>=i||a&&_>=i){var T=e;return(!a&&S>=i||a&&_>=i)&&(T=a?_-x:S-x),o&&k(l,M,160),{placement:"top",maxHeight:T}}return{placement:"bottom",maxHeight:e};default:throw new Error('Invalid placement provided "'.concat(r,'".'))}return d}var H,W=function(t){return"auto"===t?"bottom":t},Y=function(t,e){var n,r=t.placement,o=t.theme,a=o.borderRadius,s=o.spacing,l=o.colors;return Object(i.a)((n={label:"menu"},Object(d.a)(n,function(t){return t?{bottom:"top",top:"bottom"}[t]:"bottom"}(r),"100%"),Object(d.a)(n,"position","absolute"),Object(d.a)(n,"width","100%"),Object(d.a)(n,"zIndex",1),n),e?{}:{backgroundColor:l.neutral0,borderRadius:a,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:s.menuGutter,marginTop:s.menuGutter})},U=Object(c.createContext)(null),G=function(t){var e=t.children,n=t.minMenuHeight,r=t.maxMenuHeight,o=t.menuPlacement,s=t.menuPosition,l=t.menuShouldScrollIntoView,d=t.theme,u=(Object(c.useContext)(U)||{}).setPortalPlacement,h=Object(c.useRef)(null),f=Object(c.useState)(r),g=Object(a.a)(f,2),m=g[0],v=g[1],b=Object(c.useState)(null),y=Object(a.a)(b,2),x=y[0],_=y[1],O=d.spacing.controlHeight;return Object(p.a)((function(){var t=h.current;if(t){var e="fixed"===s,i=z({maxHeight:r,menuEl:t,minHeight:n,placement:o,shouldScroll:l&&!e,isFixedPosition:e,controlHeight:O});v(i.maxHeight),_(i.placement),null==u||u(i.placement)}}),[r,o,s,l,n,u,O]),e({ref:h,placerProps:Object(i.a)(Object(i.a)({},t),{},{placement:x||W(o),maxHeight:m})})},V=function(t){var e=t.children,n=t.innerRef,i=t.innerProps;return Object(o.b)("div",Object(r.a)({},x(t,"menu",{menu:!0}),{ref:n},i),e)},X=function(t,e){var n=t.maxHeight,r=t.theme.spacing.baseUnit;return Object(i.a)({maxHeight:n,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},e?{}:{paddingBottom:r,paddingTop:r})},q=function(t,e){var n=t.theme,r=n.spacing.baseUnit,o=n.colors;return Object(i.a)({textAlign:"center"},e?{}:{color:o.neutral40,padding:"".concat(2*r,"px ").concat(3*r,"px")})},K=q,Z=q,J=function(t){var e=t.rect,n=t.offset,i=t.position;return{left:e.left,position:i,top:n,width:e.width,zIndex:1}},Q=function(t){var e=t.isDisabled;return{label:"container",direction:t.isRtl?"rtl":void 0,pointerEvents:e?"none":void 0,position:"relative"}},tt=function(t,e){var n=t.theme.spacing,r=t.isMulti,o=t.hasValue,a=t.selectProps.controlShouldRenderValue;return Object(i.a)({alignItems:"center",display:r&&o&&a?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},e?{}:{padding:"".concat(n.baseUnit/2,"px ").concat(2*n.baseUnit,"px")})},et=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},nt=["size"],it=["innerProps","isRtl","size"];var rt,ot,at={name:"8mmkcg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0"},st=function(t){var e=t.size,n=Object(s.a)(t,nt);return Object(o.b)("svg",Object(r.a)({height:e,width:e,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:at},n))},lt=function(t){return Object(o.b)(st,Object(r.a)({size:20},t),Object(o.b)("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},dt=function(t){return Object(o.b)(st,Object(r.a)({size:20},t),Object(o.b)("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},ct=function(t,e){var n=t.isFocused,r=t.theme,o=r.spacing.baseUnit,a=r.colors;return Object(i.a)({label:"indicatorContainer",display:"flex",transition:"color 150ms"},e?{}:{color:n?a.neutral60:a.neutral20,padding:2*o,":hover":{color:n?a.neutral80:a.neutral40}})},ut=ct,ht=ct,pt=function(t,e){var n=t.isDisabled,r=t.theme,o=r.spacing.baseUnit,a=r.colors;return Object(i.a)({label:"indicatorSeparator",alignSelf:"stretch",width:1},e?{}:{backgroundColor:n?a.neutral10:a.neutral20,marginBottom:2*o,marginTop:2*o})},ft=Object(o.c)(H||(rt=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],ot||(ot=rt.slice(0)),H=Object.freeze(Object.defineProperties(rt,{raw:{value:Object.freeze(ot)}})))),gt=function(t,e){var n=t.isFocused,r=t.size,o=t.theme,a=o.colors,s=o.spacing.baseUnit;return Object(i.a)({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:r,lineHeight:1,marginRight:r,textAlign:"center",verticalAlign:"middle"},e?{}:{color:n?a.neutral60:a.neutral20,padding:2*s})},mt=function(t){var e=t.delay,n=t.offset;return Object(o.b)("span",{css:Object(o.a)({animation:"".concat(ft," 1s ease-in-out ").concat(e,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:n?"1em":void 0,height:"1em",verticalAlign:"top",width:"1em"},"","")})},vt=function(t,e){var n=t.isDisabled,r=t.isFocused,o=t.theme,a=o.colors,s=o.borderRadius,l=o.spacing;return Object(i.a)({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:l.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},e?{}:{backgroundColor:n?a.neutral5:a.neutral0,borderColor:n?a.neutral10:r?a.primary:a.neutral20,borderRadius:s,borderStyle:"solid",borderWidth:1,boxShadow:r?"0 0 0 1px ".concat(a.primary):void 0,"&:hover":{borderColor:r?a.primary:a.neutral30}})},bt=function(t){var e=t.children,n=t.isDisabled,i=t.isFocused,a=t.innerRef,s=t.innerProps,l=t.menuIsOpen;return Object(o.b)("div",Object(r.a)({ref:a},x(t,"control",{control:!0,"control--is-disabled":n,"control--is-focused":i,"control--menu-is-open":l}),s,{"aria-disabled":n||void 0}),e)},yt=["data"],xt=function(t,e){var n=t.theme.spacing;return e?{}:{paddingBottom:2*n.baseUnit,paddingTop:2*n.baseUnit}},_t=function(t,e){var n=t.theme,r=n.colors,o=n.spacing;return Object(i.a)({label:"group",cursor:"default",display:"block"},e?{}:{color:r.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:3*o.baseUnit,paddingRight:3*o.baseUnit,textTransform:"uppercase"})},Ot=function(t){var e=t.children,n=t.cx,i=t.getStyles,a=t.getClassNames,s=t.Heading,l=t.headingProps,d=t.innerProps,c=t.label,u=t.theme,h=t.selectProps;return Object(o.b)("div",Object(r.a)({},x(t,"group",{group:!0}),d),Object(o.b)(s,Object(r.a)({},l,{selectProps:h,theme:u,getStyles:i,getClassNames:a,cx:n}),c),Object(o.b)("div",null,e))},wt=["innerRef","isDisabled","isHidden","inputClassName"],$t=function(t,e){var n=t.isDisabled,r=t.value,o=t.theme,a=o.spacing,s=o.colors;return Object(i.a)(Object(i.a)({visibility:n?"hidden":"visible",transform:r?"translateZ(0)":""},kt),e?{}:{margin:a.baseUnit/2,paddingBottom:a.baseUnit/2,paddingTop:a.baseUnit/2,color:s.neutral80})},Ct={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0},kt={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":Object(i.a)({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},Ct)},St=function(t){return Object(i.a)({label:"input",color:"inherit",background:0,opacity:t?0:1,width:"100%"},Ct)},jt=function(t,e){var n=t.theme,r=n.spacing,o=n.borderRadius,a=n.colors;return Object(i.a)({label:"multiValue",display:"flex",minWidth:0},e?{}:{backgroundColor:a.neutral10,borderRadius:o/2,margin:r.baseUnit/2})},Et=function(t,e){var n=t.theme,r=n.borderRadius,o=n.colors,a=t.cropWithEllipsis;return Object(i.a)({overflow:"hidden",textOverflow:a||void 0===a?"ellipsis":void 0,whiteSpace:"nowrap"},e?{}:{borderRadius:r/2,color:o.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},Mt=function(t,e){var n=t.theme,r=n.spacing,o=n.borderRadius,a=n.colors,s=t.isFocused;return Object(i.a)({alignItems:"center",display:"flex"},e?{}:{borderRadius:o/2,backgroundColor:s?a.dangerLight:void 0,paddingLeft:r.baseUnit,paddingRight:r.baseUnit,":hover":{backgroundColor:a.dangerLight,color:a.danger}})},At=function(t){var e=t.children,n=t.innerProps;return Object(o.b)("div",n,e)};var Pt=function(t,e){var n=t.isDisabled,r=t.isFocused,o=t.isSelected,a=t.theme,s=a.spacing,l=a.colors;return Object(i.a)({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},e?{}:{backgroundColor:o?l.primary:r?l.primary25:"transparent",color:n?l.neutral20:o?l.neutral0:"inherit",padding:"".concat(2*s.baseUnit,"px ").concat(3*s.baseUnit,"px"),":active":{backgroundColor:n?void 0:o?l.primary:l.primary50}})},Tt=function(t,e){var n=t.theme,r=n.spacing,o=n.colors;return Object(i.a)({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},e?{}:{color:o.neutral50,marginLeft:r.baseUnit/2,marginRight:r.baseUnit/2})},Lt=function(t,e){var n=t.isDisabled,r=t.theme,o=r.spacing,a=r.colors;return Object(i.a)({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},e?{}:{color:n?a.neutral40:a.neutral80,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},Dt={ClearIndicator:function(t){var e=t.children,n=t.innerProps;return Object(o.b)("div",Object(r.a)({},x(t,"clearIndicator",{indicator:!0,"clear-indicator":!0}),n),e||Object(o.b)(lt,null))},Control:bt,DropdownIndicator:function(t){var e=t.children,n=t.innerProps;return Object(o.b)("div",Object(r.a)({},x(t,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),n),e||Object(o.b)(dt,null))},DownChevron:dt,CrossIcon:lt,Group:Ot,GroupHeading:function(t){var e=y(t);e.data;var n=Object(s.a)(e,yt);return Object(o.b)("div",Object(r.a)({},x(t,"groupHeading",{"group-heading":!0}),n))},IndicatorsContainer:function(t){var e=t.children,n=t.innerProps;return Object(o.b)("div",Object(r.a)({},x(t,"indicatorsContainer",{indicators:!0}),n),e)},IndicatorSeparator:function(t){var e=t.innerProps;return Object(o.b)("span",Object(r.a)({},e,x(t,"indicatorSeparator",{"indicator-separator":!0})))},Input:function(t){var e=t.cx,n=t.value,i=y(t),a=i.innerRef,l=i.isDisabled,d=i.isHidden,c=i.inputClassName,u=Object(s.a)(i,wt);return Object(o.b)("div",Object(r.a)({},x(t,"input",{"input-container":!0}),{"data-value":n||""}),Object(o.b)("input",Object(r.a)({className:e({input:!0},c),ref:a,style:St(d),disabled:l},u)))},LoadingIndicator:function(t){var e=t.innerProps,n=t.isRtl,a=t.size,l=void 0===a?4:a,d=Object(s.a)(t,it);return Object(o.b)("div",Object(r.a)({},x(Object(i.a)(Object(i.a)({},d),{},{innerProps:e,isRtl:n,size:l}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),e),Object(o.b)(mt,{delay:0,offset:n}),Object(o.b)(mt,{delay:160,offset:!0}),Object(o.b)(mt,{delay:320,offset:!n}))},Menu:V,MenuList:function(t){var e=t.children,n=t.innerProps,i=t.innerRef,a=t.isMulti;return Object(o.b)("div",Object(r.a)({},x(t,"menuList",{"menu-list":!0,"menu-list--is-multi":a}),{ref:i},n),e)},MenuPortal:function(t){var e=t.appendTo,n=t.children,s=t.controlElement,l=t.innerProps,d=t.menuPlacement,f=t.menuPosition,g=Object(c.useRef)(null),m=Object(c.useRef)(null),v=Object(c.useState)(W(d)),b=Object(a.a)(v,2),y=b[0],_=b[1],O=Object(c.useMemo)((function(){return{setPortalPlacement:_}}),[]),w=Object(c.useState)(null),$=Object(a.a)(w,2),C=$[0],k=$[1],S=Object(c.useCallback)((function(){if(s){var t=function(t){var e=t.getBoundingClientRect();return{bottom:e.bottom,height:e.height,left:e.left,right:e.right,top:e.top,width:e.width}}(s),e="fixed"===f?0:window.pageYOffset,n=t[y]+e;n===(null==C?void 0:C.offset)&&t.left===(null==C?void 0:C.rect.left)&&t.width===(null==C?void 0:C.rect.width)||k({offset:n,rect:t})}}),[s,f,y,null==C?void 0:C.offset,null==C?void 0:C.rect.left,null==C?void 0:C.rect.width]);Object(p.a)((function(){S()}),[S]);var j=Object(c.useCallback)((function(){"function"==typeof m.current&&(m.current(),m.current=null),s&&g.current&&(m.current=Object(h.b)(s,g.current,S,{elementResize:"ResizeObserver"in window}))}),[s,S]);Object(p.a)((function(){j()}),[j]);var E=Object(c.useCallback)((function(t){g.current=t,j()}),[j]);if(!e&&"fixed"!==f||!C)return null;var M=Object(o.b)("div",Object(r.a)({ref:E},x(Object(i.a)(Object(i.a)({},t),{},{offset:C.offset,position:f,rect:C.rect}),"menuPortal",{"menu-portal":!0}),l),n);return Object(o.b)(U.Provider,{value:O},e?Object(u.createPortal)(M,e):M)},LoadingMessage:function(t){var e=t.children,n=void 0===e?"Loading...":e,a=t.innerProps,l=Object(s.a)(t,B);return Object(o.b)("div",Object(r.a)({},x(Object(i.a)(Object(i.a)({},l),{},{children:n,innerProps:a}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),a),n)},NoOptionsMessage:function(t){var e=t.children,n=void 0===e?"No options":e,a=t.innerProps,l=Object(s.a)(t,F);return Object(o.b)("div",Object(r.a)({},x(Object(i.a)(Object(i.a)({},l),{},{children:n,innerProps:a}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),a),n)},MultiValue:function(t){var e=t.children,n=t.components,r=t.data,a=t.innerProps,s=t.isDisabled,l=t.removeProps,d=t.selectProps,c=n.Container,u=n.Label,h=n.Remove;return Object(o.b)(c,{data:r,innerProps:Object(i.a)(Object(i.a)({},x(t,"multiValue",{"multi-value":!0,"multi-value--is-disabled":s})),a),selectProps:d},Object(o.b)(u,{data:r,innerProps:Object(i.a)({},x(t,"multiValueLabel",{"multi-value__label":!0})),selectProps:d},e),Object(o.b)(h,{data:r,innerProps:Object(i.a)(Object(i.a)({},x(t,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(e||"option")},l),selectProps:d}))},MultiValueContainer:At,MultiValueLabel:At,MultiValueRemove:function(t){var e=t.children,n=t.innerProps;return Object(o.b)("div",Object(r.a)({role:"button"},n),e||Object(o.b)(lt,{size:14}))},Option:function(t){var e=t.children,n=t.isDisabled,i=t.isFocused,a=t.isSelected,s=t.innerRef,l=t.innerProps;return Object(o.b)("div",Object(r.a)({},x(t,"option",{option:!0,"option--is-disabled":n,"option--is-focused":i,"option--is-selected":a}),{ref:s,"aria-disabled":n},l),e)},Placeholder:function(t){var e=t.children,n=t.innerProps;return Object(o.b)("div",Object(r.a)({},x(t,"placeholder",{placeholder:!0}),n),e)},SelectContainer:function(t){var e=t.children,n=t.innerProps,i=t.isDisabled,a=t.isRtl;return Object(o.b)("div",Object(r.a)({},x(t,"container",{"--is-disabled":i,"--is-rtl":a}),n),e)},SingleValue:function(t){var e=t.children,n=t.isDisabled,i=t.innerProps;return Object(o.b)("div",Object(r.a)({},x(t,"singleValue",{"single-value":!0,"single-value--is-disabled":n}),i),e)},ValueContainer:function(t){var e=t.children,n=t.innerProps,i=t.isMulti,a=t.hasValue;return Object(o.b)("div",Object(r.a)({},x(t,"valueContainer",{"value-container":!0,"value-container--is-multi":i,"value-container--has-value":a}),n),e)}},It=function(t){return Object(i.a)(Object(i.a)({},Dt),t.components)}},function(t,e,n){"use strict";var i=["SU","M","T","W","TH","F","S"],r=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],o=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],a=function(t){return"string"!=typeof t||t.includes("T")?new Date(t):new Date(t.replace(/-/g,"/"))},s=function(t,e){return e?new Date(a(t).toLocaleString("en-US",{timeZone:e})).getDate():a(t).getDate()},l=function(t){return a(t).getMonth()+1},d=function(t,e){var n=a(t);return e?n.toLocaleTimeString("en-US",{timeZone:e,timeStyle:"short"}).split(" ")[0]:n.toLocaleTimeString("en-US",{timeStyle:"short"}).split(" ")[0]},c=function(t,e){var n=a(t);return e?n.toLocaleString("en-US",{timeZone:e,hour12:!0}).slice(-2).charAt(0).toLocaleLowerCase():n.toLocaleString("en-US",{hour12:!0}).slice(-2).charAt(0).toLocaleLowerCase()},u=function(t){var e=a(t),n=e.getDay(),i=new Date(e.setHours(0,0,0)),r=0===n?6:n-1;return i.setDate(e.getDate()-r),i},h=function(t){var e=a(t),n=e.getDay(),i=new Date(e.setHours(23,59,59,0)),r=0===n?0:7-n;return i.setDate(e.getDate()+r),i},p=function(t){var e=a(t);return new Date(e.getFullYear(),e.getMonth(),1)},f=function(t){var e=a(t);return new Date(e.getFullYear(),e.getMonth()+1,0,23,59,59)},g=function(t){var e=a(t),n=Math.floor(e.getMonth()/3);return new Date(e.getFullYear(),3*n,1)},m=function(t){var e=a(t),n=Math.floor(e.getMonth()/3),i=new Date(e.getFullYear(),3*(n+1),1);return new Date(i.getTime()-1)},v=function(t){var e=a(t);return new Date(e.getFullYear(),0,1)},b=function(t){var e=a(t);return new Date(e.getFullYear(),11,31,23,59,59)};e.a={toMinute:function(t,e){var n=a(t);return e?n.toLocaleTimeString("en-US",{timeZone:e,hour:"2-digit",minute:"2-digit"}).slice(3,5):n.toLocaleTimeString("en-US",{hour:"2-digit",minute:"2-digit"}).slice(3,5)},toHour:function(t,e){var n=a(t);return e?n.toLocaleTimeString("en-US",{timeZone:e,hour:"numeric"}).split(" ")[0]:n.toLocaleTimeString("en-US",{hour:"numeric"}).split(" ")[0]},toDay:s,toDayAbbr:function(t){var e=a(t);return i[e.getDay()]},toWeekday:function(t){var e=a(t);return r[e.getDay()]},toMonth:function(t,e){if(e){var n=new Date(a(t).toLocaleString("en-US",{timeZone:e}));return o[n.getMonth()]}var i=a(t);return o[i.getMonth()]},toMonthNum:l,toYear:function(t,e){return e?new Date(a(t).toLocaleString("en-US",{timeZone:e})).getFullYear():a(t).getFullYear()},toTime:d,toMeridiem:c,toTimeZone:function(t,e){var n=a(t);return e?n.toLocaleString("en-US",{timeZone:e,timeZoneName:"short"}).split(" ")[3]:n.toLocaleString("en-US",{timeZoneName:"short"}).split(" ")[3]},toTimeWithMeridiem:function(t,e){var n=a(t);return"".concat(d(n,e)).concat(c(n,e))},toIso:function(t){return a(t).toISOString()},fromNow:function(t){for(var e=new Date,n=a(t),i=n.getTime(),r=e.getTime()-i,o=e.getFullYear()-n.getFullYear(),s="".concat(o,1===o?" year ago":" years ago"),l=0,d=[{min:0,max:45e3,value:"a few seconds ago"},{min:45e3,max:9e4,value:"a minute ago"},{min:9e4,max:267e4,value:"".concat(Math.round(r/6e4)," minutes ago")},{min:267e4,max:54e5,value:"an hour ago"},{min:54e5,max:774e5,value:"".concat(Math.round(r/36e5)," hours ago")},{min:774e5,max:1296e5,value:"a day ago"},{min:1296e5,max:22032e5,value:"".concat(Math.round(r/864e5)," days ago")},{min:22032e5,max:3888e6,value:"a month ago"},{min:3888e6,max:2756e7,value:"".concat(function(){var t=12*o;return t-=n.getMonth(),t+=e.getMonth()}()," months ago")}];l<d.length;l++){var c=d[l],u=c.min,h=c.max,p=c.value;if(r>=u&&r<h){s=p;break}}return s},toCustomFormat:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"month_day",n=a(t);return"month_day"==e?"".concat(l(n),"/").concat(s(n)):"".concat(n.toLocaleString("en-US",{month:"short"})," ").concat(s(n))},getYesterdayDate:function(t){var e=a(t),n=new Date;return n.setDate(e.getDate()-1),n},getFirstDayOfWeek:u,getLastDayOfWeek:h,getPreviousWeekStartDate:function(t){var e=u(t);return new Date(e.getFullYear(),e.getMonth(),e.getDate()-7)},getPreviousWeekEndDate:function(t){var e=h(t);return new Date(e.getFullYear(),e.getMonth(),e.getDate()-7,e.getHours(),e.getMinutes(),e.getSeconds())},getMonthStartDate:p,getMonthEndDate:f,getPreviousMonthStartDate:function(t){var e=p(t);return new Date(e.getFullYear(),e.getMonth()-1,e.getDate())},getPreviousMonthEndDate:function(t){var e=f(t);return new Date(e.getFullYear(),e.getMonth()-1,e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds())},getQuarterStartDate:g,getQuarterEndDate:m,getPreviousQuarterStartDate:function(t){var e=g(t);return new Date(e.getFullYear(),e.getMonth()-3,e.getDate())},getPreviousQuarterEndDate:function(t){var e=m(t);return new Date(e.getFullYear(),e.getMonth()-3,e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds())},getYearStartDate:v,getYearEndDate:b,getPreviousYearStartDate:function(t){var e=v(t);return new Date(e.getFullYear()-1,e.getMonth(),e.getDate())},getPreviousYearEndDate:function(t){var e=b(t);return new Date(e.getFullYear()-1,e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds())}}},,function(t,e,n){(function(t,i){var r;
6
+ */!function(){"use strict";var n={}.hasOwnProperty;function r(){for(var t=[],e=0;e<arguments.length;e++){var i=arguments[e];if(i){var o=typeof i;if("string"===o||"number"===o)t.push(i);else if(Array.isArray(i)){if(i.length){var a=r.apply(null,i);a&&t.push(a)}}else if("object"===o){if(i.toString!==Object.prototype.toString&&!i.toString.toString().includes("[native code]")){t.push(i.toString());continue}for(var s in i)n.call(i,s)&&i[s]&&t.push(s)}}}return t.join(" ")}t.exports?(r.default=r,t.exports=r):void 0===(i=function(){return r}.apply(e,[]))||(t.exports=i)}()},function(t,e,n){"use strict";n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return u})),n.d(e,"b",(function(){return h}));var i=n(24),r=n(51),o=[0,1];function a(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return s(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var l=function(t,e){return Object.keys(t).map((function(n){var i="string"==typeof t[n]?Object(r.a)(t[n]):t[n];return"".concat(e,"_").concat(n,"_").concat(i)})).join(" ")},d={hoverProps:function(t){var e=t.hover,n="";return e?(n+=e.shadow?"hover_shadow_".concat(e.shadow," "):"",n+=e.background?"hover_background_".concat(e.background," "):"",n+=e.scale?"hover_scale_".concat(e.scale," "):"",n+=e.color?"hover_color_".concat(e.color," "):""):n},spacingProps:function(t){var e=t.marginRight,n=t.marginLeft,i=t.marginTop,r=t.marginBottom,o=t.marginX,s=t.marginY,l=t.margin,d=t.paddingRight,c=t.paddingLeft,u=t.paddingTop,h=t.paddingBottom,p=t.paddingX,f=t.paddingY,g=t.padding,m="",v={marginRight:e,marginLeft:n,marginTop:i,marginBottom:r,marginX:o,marginY:s,margin:l,paddingRight:d,paddingLeft:c,paddingTop:u,paddingBottom:h,paddingX:p,paddingY:f,padding:g},b=["xs","sm","md","lg","xl"];function y(t){return{marginRight:"mr",marginLeft:"ml",marginTop:"mt",marginBottom:"mb",marginX:"mx",marginY:"my",margin:"m",paddingRight:"pr",paddingLeft:"pl",paddingTop:"pt",paddingBottom:"pb",paddingX:"px",paddingY:"py",padding:"p"}[t]}return Object.entries(v).forEach((function(t){var e=a(t,2),n=e[0],i=e[1];if(i)if("object"==typeof i)m+=function(t,e){var n="",i=t.break||"on",r=t.default||null;return Object.entries(t).forEach((function(t){var r=a(t,2),o=r[0],s=r[1];b.includes(o)&&(n+="break_".concat(i,"_").concat(o,":").concat(e,"_").concat(s," "))})),r&&(n+="".concat(e,"_").concat(r," ")),n}(i,y(n));else{var r=y(n);m+="".concat(r,"_").concat(i," ")}})),m.trim()},borderRadiusProps:function(t){var e=t.borderRadius,n="";return n+=e?"border_radius_".concat(e," "):""},overflowProps:function(t){var e=t.overflow,n=t.overflowX,i=t.overflowY,r="";return r+=e?"overflow_".concat(e):"",r+=n?"overflow_x_".concat(n):"",r+=i?"overflow_y_".concat(i):""},truncateProps:function(t){var e=t.truncate;return"object"==typeof e?"":e?"truncate_".concat(e):""},darkProps:function(t){return t.dark?"dark":""},numberSpacingProps:function(t){var e=t.numberSpacing,n="";return n+=e?"ns_".concat(e," "):""},maxWidthProps:function(t){var e=t.maxWidth,n="";return n+=e?"max_width_".concat(e," "):""},zIndexProps:function(t){var e="";return Object.entries(t).forEach((function(t){"zIndex"==t[0]&&("number"==typeof t[1]?e+="z_index_".concat(t[1]," "):"object"==typeof t[1]&&Object.entries(t[1]).forEach((function(t){e+="z_index_".concat(t[0],"_").concat(t[1]," ")})))})),e},shadowProps:function(t){var e=t.shadow,n="";return n+=e?"shadow_".concat(e," "):""},lineHeightProps:function(t){var e=t.lineHeight,n="";return n+=e?"line_height_".concat(e," "):""},displayProps:function(t){var e="";return Object.entries(t).forEach((function(t){"display"==t[0]&&("string"==typeof t[1]?e+="display_".concat(t[1]," "):"object"==typeof t[1]&&Object.entries(t[1]).forEach((function(t){e+="display_".concat(t[0],"_").concat(t[1]," ")})))})),e},cursorProps:function(t){var e=t.cursor,n="";return n+=e?"cursor_".concat(Object(r.a)(e)):""},alignContentProps:function(t){var e=t.alignContent;return"object"==typeof e?l(e,"align_content"):e?"align_content_".concat(Object(r.a)(e)):""},alignItemsProps:function(t){var e=t.alignItems;return"object"==typeof e?l(e,"align_items"):e?"align_items_".concat(Object(r.a)(e)):""},alignSelfProps:function(t){var e=t.alignSelf;return"object"==typeof e?l(e,"align_self"):e?"align_self_".concat(e):""},flexDirectionProps:function(t){var e=t.flexDirection;return"object"==typeof e?l(e,"flex_direction"):e?"flex_direction_".concat(Object(r.a)(e)):""},flexWrapProps:function(t){var e=t.flexWrap;return"object"==typeof e?l(e,"flex_wrap"):e?"flex_wrap_".concat(Object(r.a)(e)):""},flexProps:function(t){var e=t.flex;return"object"==typeof e?l(e,"flex"):e?"flex_".concat(e):""},flexGrowProps:function(t){var e=t.flexGrow;return"object"==typeof e?l(e,"flex_grow"):o.includes(e)?"flex_grow_".concat(e):""},flexShrinkProps:function(t){var e=t.flexShrink;return"object"==typeof e?l(e,"flex_shrink"):o.includes(e)?"flex_shrink_".concat(e):""},justifyContentProps:function(t){var e=t.justifyContent;return"object"==typeof e?l(e,"justify_content"):e?"justify_content_".concat(Object(r.a)(e)):""},justifySelfProps:function(t){var e=t.justifySelf;return"object"==typeof e?l(e,"justify_self"):e?"justify_self_".concat(e):""},orderProps:function(t){var e=t.order;return"object"==typeof e?l(e,"flex_order"):e?"flex_order_".concat(e):""},positionProps:function(t){var e=t.position,n="";return n+=e&&"static"!==e?"position_".concat(e):""},textAlignProps:function(t){var e=t.textAlign;return"object"==typeof e?l(e,"text_align"):e?"text_align_".concat(e," "):""}},c=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=Object.assign(Object.assign({},t),e);return Object.keys(d).map((function(t){return d[t](n)})).filter((function(t){return(null==t?void 0:t.length)>0})).join(" ")},u=function(){},h=function(t){return Object(i.omit)(t,["marginRight","marginLeft","marginTop","marginBottom","marginX","marginY","margin","paddingRight","paddingLeft","paddingTop","paddingBottom","paddingX","paddingY","padding","dark"])}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(108);function c(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var u={horizontal:"fa-flip-horizontal",vertical:"fa-flip-vertical",both:"fa-flip-horizontal fa-flip-vertical",none:""};e.a=function(t){var e,n=t.aria,i=void 0===n?{}:n,o=t.border,h=void 0!==o&&o,p=t.className,f=t.customIcon,g=t.data,m=void 0===g?{}:g,v=t.fixedWidth,b=void 0===v||v,y=t.flip,x=void 0===y?"none":y,_=t.htmlOptions,O=void 0===_?{}:_,w=t.icon,$=void 0===w?"":w,C=t.id,k=t.inverse,S=void 0!==k&&k,j=t.listItem,E=void 0!==j&&j,M=t.pull,A=t.pulse,P=void 0!==A&&A,T=t.rotation,L=t.size,D=t.fontStyle,I=void 0===D?"far":D,N=t.spin,R="object"==typeof $?$:null,F=(c(e={"fa-border":h,"fa-fw":b,"fa-inverse":S,"fa-li":E,"fa-pulse":P,"fa-spin":void 0!==N&&N},"fa-".concat(L),L),c(e,"fa-pull-".concat(M),M),c(e,"fa-rotate-".concat(T),T),e);if(!f&&!R){var B=window.PB_ICONS?window.PB_ICONS[$]:null;B?R=r.a.createElement(B,null):F["fa-".concat($)]=$}var z=a()(u[x],R||f?"":"pb_icon_kit",R||f?"pb_custom_icon":I,F,Object(l.c)(t),p),H=a()("pb_icon_kit_emoji",Object(l.c)(t),p);!i.label&&(i.label="".concat($," icon"));var W=Object(s.a)(i),Y=Object(s.c)(m),U=Object(s.d)(O);return r.a.createElement(r.a.Fragment,null,function(t){return R||t?r.a.createElement(r.a.Fragment,null,r.a.cloneElement(R||t,Object.assign(Object.assign(Object.assign({},Y),U),{className:z,id:C,width:"auto",height:"auto"}))):Object(d.a)($)?r.a.createElement(r.a.Fragment,null,r.a.createElement("span",Object.assign({},Y,U,{className:H,id:C}),$)):r.a.createElement(r.a.Fragment,null,r.a.createElement("i",Object.assign({},Y,U,{className:z,id:C})),r.a.createElement("span",Object.assign({},W,{hidden:!0})))}(f))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return p})),n.d(e,"b",(function(){return c})),n.d(e,"c",(function(){return f})),n.d(e,"d",(function(){return d})),n.d(e,"e",(function(){return m})),n.d(e,"f",(function(){return x})),n.d(e,"g",(function(){return _})),n.d(e,"h",(function(){return b})),n.d(e,"i",(function(){return O})),n.d(e,"j",(function(){return w})),n.d(e,"k",(function(){return v})),n.d(e,"l",(function(){return $})),n.d(e,"m",(function(){return C})),n.d(e,"n",(function(){return k})),n.d(e,"o",(function(){return g})),n.d(e,"p",(function(){return y})),n.d(e,"q",(function(){return s})),n.d(e,"r",(function(){return a})),n.d(e,"s",(function(){return o})),n.d(e,"t",(function(){return S})),n.d(e,"u",(function(){return l})),n.d(e,"v",(function(){return i}));const i=["top","right","bottom","left"],r=["start","end"],o=i.reduce((t,e)=>t.concat(e,e+"-"+r[0],e+"-"+r[1]),[]),a=Math.min,s=Math.max,l=Math.round,d=Math.floor,c=t=>({x:t,y:t}),u={left:"right",right:"left",bottom:"top",top:"bottom"},h={start:"end",end:"start"};function p(t,e,n){return s(t,a(e,n))}function f(t,e){return"function"==typeof t?t(e):t}function g(t){return t.split("-")[0]}function m(t){return t.split("-")[1]}function v(t){return"x"===t?"y":"x"}function b(t){return"y"===t?"height":"width"}function y(t){return["top","bottom"].includes(g(t))?"y":"x"}function x(t){return v(y(t))}function _(t,e,n){void 0===n&&(n=!1);const i=m(t),r=x(t),o=b(r);let a="x"===r?i===(n?"end":"start")?"right":"left":"start"===i?"bottom":"top";return e.reference[o]>e.floating[o]&&(a=C(a)),[a,C(a)]}function O(t){const e=C(t);return[w(t),e,w(e)]}function w(t){return t.replace(/start|end/g,t=>h[t])}function $(t,e,n,i){const r=m(t);let o=function(t,e,n){const i=["left","right"],r=["right","left"],o=["top","bottom"],a=["bottom","top"];switch(t){case"top":case"bottom":return n?e?r:i:e?i:r;case"left":case"right":return e?o:a;default:return[]}}(g(t),"start"===n,i);return r&&(o=o.map(t=>t+"-"+r),e&&(o=o.concat(o.map(w)))),o}function C(t){return t.replace(/left|right|bottom|top/g,t=>u[t])}function k(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}function S(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}},function(t,e,n){t.exports={windows:"#003db2",siding:"#6000ac",doors:"#b85c00",solar:"#007e8f",roofing:"#760b24",gutters:"#008540",insulation:"#96006c",product_1_background:"#003db2",product_1_highlight:"#0057ff",product_2_background:"#6000ac",product_2_highlight:"#8200e9",product_3_background:"#b85c00",product_3_highlight:"#ce7500",product_4_background:"#007e8f",product_4_highlight:"#00b9d2",product_5_background:"#760b24",product_5_highlight:"#b8032e",product_6_background:"#008540",product_6_highlight:"#00a851",product_7_background:"#96006c",product_7_highlight:"#cd0094",product_8_background:"#144075",product_8_highlight:"#1a569e",product_9_background:"#fcc419",product_9_highlight:"#ffd43b",product_10_background:"#20c997",product_10_highlight:"#38d9a9",success:"#1ca05c",success_secondary:"#24cb75",success_sm:"#157f48",success_subtle:"rgba(28,160,92,.1)",warning:"#f9bb00",warning_secondary:"#ffcb2d",warning_subtle:"rgba(249,187,0,.1)",error:"#da0014",error_secondary:"#ff0e24",error_subtle:"rgba(218,0,20,.1)",info:"#00c4d7",info_secondary:"#0be9ff",info_subtle:"rgba(0,196,215,.1)",neutral:"#c1cdd6",neutral_secondary:"#e0e6ea",neutral_subtle:"rgba(193,205,214,.1)",primary:"#0056cf",primary_secondary:"#036cff",data_1:"#0056cf",data_2:"#f9bb00",data_3:"#9e64e9",data_4:"#1ca05c",data_5:"#fd804c",data_6:"#144075",data_7:"#00c4d7",data_8:"#da0014",shadow:"rgba(60,106,172,.2)",shadow_dark:"#0a0527",royal:"#0056cf",purple:"#9e64e9",teal:"#00c4d7",red:"#da0014",yellow:"#f9bb00",green:"#1ca05c",orange:"#fd804c",default:"#93a8b8",white:"#fff",silver:"#f3f7fb",slate:"#c1cdd6",charcoal:"#242b42",black:"#000",secondary:"#f9bb00",tertiary:"#9e64e9",bg_light:"#f3f7fb",bg_dark:"#0a0527",bg_dark_card:"#231e3d",card_light:"#fff",card_dark:"#231e3d",active_light:"#f7fbff",active_dark:"#0082ff",primary_action:"#0056cf",primary_action_dark:"#0082ff",hover_light:"#e0eaf5",hover_dark:"rgba(255,255,255,.2)",border_light:"#e4e8f0",border_dark:"#3b3752",text_lt_default:"#242b42",text_lt_light:"#687887",text_lt_lighter:"#c1cdd6",text_dk_default:"#fff",text_dk_light:"rgba(255,255,255,.6)",text_dk_lighter:"rgba(255,255,255,.4)",category_1:"#0056cf",category_2:"#0cd2e5",category_3:"#f9bb00",category_4:"#14d595",category_5:"#a057ff",category_6:"#ff7034",category_7:"#97da22",category_8:"#ea599f",category_9:"#0091ff",category_10:"#5027e4",category_11:"#da0014",category_12:"#109922",category_13:"#058f9d",category_14:"#a33e6f",category_15:"#b2171c",category_16:"#0a5c49",category_17:"#325b91",category_18:"#be4714",category_19:"navy",category_20:"#5c0e0a",category_21:"#040830",gradient_start:"#1c75f2",gradient_end:"#0056cf"}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4);e.a=function(t){var e=t.align,n=void 0===e?"none":e,i=t.children,o=t.className,d=t.data,c=void 0===d?{}:d,u=t.inline,h=void 0!==u&&u,p=t.horizontal,f=void 0===p?"left":p,g=t.htmlOptions,m=void 0===g?{}:g,v=t.justify,b=void 0===v?"none":v,y=t.orientation,x=void 0===y?"row":y,_=t.spacing,O=void 0===_?"none":_,w=t.gap,$=void 0===w?"none":w,C=t.rowGap,k=void 0===C?"none":C,S=t.columnGap,j=void 0===S?"none":S,E=t.reverse,M=void 0!==E&&E,A=t.vertical,P=void 0===A?"top":A,T=t.wrap,L=void 0!==T&&T,D=t.alignSelf,I=void 0===D?"none":D,N=void 0!==x?"orientation_".concat(x):"",R="justify_content_".concat("none"!==b?b:f),F="align_items_".concat("none"!==n?n:P),B=!0===h?"inline":"",z=void 0!==O?"spacing_".concat(O):"",H="none"!==$?"gap_".concat($):"",W="none"!==k?"rowGap_".concat(k):"",Y="none"!==j?"columnGap_".concat(j):"",U=!0===L?"wrap":"",G=!0===M?"reverse":"",V="none"!==I?"align_self_".concat(I):"",X=Object(s.c)(c),q=Object(s.d)(m);return r.a.createElement("div",Object.assign({className:a()(Object(s.b)("pb_flex_kit",N,R,F,B,G,U,z,H,W,Y,V),Object(l.c)(t),o)},X,q),i)}},function(t,e,n){t.exports={font_family_base:'"Proxima Nova","Helvetica Neue",Helvetica,Arial,sans_serif',text_jumbo:"36px",text_largest:"32px",text_larger:"28px",text_large:"20px",text_base:"16px",text_default:"16px",text_normal:"16px",text_medium:"16px",text_small:"14px",text_smaller:"12px",text_smallest:"11px",heading_1:"46px",heading_2:"34px",heading_3:"28px",heading_4:"16px",lighter:"100",light:"300",bold:"600",regular:"400"}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(132);e.a=function(t){t.variant&&Object(l.a)();var e=t.aria,n=void 0===e?{}:e,i=t.children,o=t.className,c=t.color,u=void 0===c?"":c,h=t.data,p=void 0===h?{}:h,f=t.highlightedText,g=void 0===f?[]:f,m=t.highlighting,v=void 0!==m&&m,b=t.htmlOptions,y=void 0===b?{}:b,x=t.id,_=void 0===x?"":x,O=t.status,w=void 0===O?null:O,$=t.tag,C=void 0===$?"div":$,k=t.text,S=void 0===k?"":k,j=t.variant,E=void 0===j?null:j,M=Object(s.a)(n),A=Object(s.c)(p),P=Object(s.d)(y),T=a()(Object(s.b)("pb_body_kit",u,E,w),Object(l.c)(t),o),L="".concat(C);return r.a.createElement(L,Object.assign({},M,A,P,{className:T,id:_}),v&&r.a.createElement(d.a,{highlightedText:g,text:S},i),!v&&(S||i))}},function(t,e,n){"use strict";n.d(e,"m",(function(){return i})),n.d(e,"c",(function(){return r})),n.d(e,"k",(function(){return o})),n.d(e,"f",(function(){return a})),n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"l",(function(){return d})),n.d(e,"e",(function(){return c})),n.d(e,"d",(function(){return u})),n.d(e,"o",(function(){return h})),n.d(e,"i",(function(){return p})),n.d(e,"j",(function(){return f})),n.d(e,"n",(function(){return g})),n.d(e,"h",(function(){return m})),n.d(e,"g",(function(){return v}));var i="top",r="bottom",o="right",a="left",s="auto",l=[i,r,o,a],d="start",c="end",u="clippingParents",h="viewport",p="popper",f="reference",g=l.reduce((function(t,e){return t.concat([e+"-"+d,e+"-"+c])}),[]),m=[].concat(l,[s]).reduce((function(t,e){return t.concat([e,e+"-"+d,e+"-"+c])}),[]),v=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"]},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4);e.a=function(t){t.variant&&Object(l.a)();var e,n=t.aria,i=void 0===n?{}:n,o=t.children,d=t.className,c=t.color,u=t.data,h=void 0===u?{}:u,p=t.htmlOptions,f=void 0===p?{}:p,g=t.id,m=t.size,v=void 0===m?3:m,b=t.bold,y=void 0===b||b,x=t.tag,_=void 0===x?"h3":x,O=t.text,w=t.variant,$=void 0===w?null:w,C=Object(s.a)(i),k=Object(s.c)(h),S=Object(s.d)(f),j=y?"":"thin",E="number"==typeof v||"string"==typeof v,M=a()(Object(s.b)("pb_title_kit",E?"size_".concat(v):"",$,c,j),Object(l.c)(t),(e="",E||Object.entries(v).forEach((function(t){e+="pb_title_kit_".concat(t[0],"_").concat(t[1]," ")})),e.trim()),d),A="".concat(_);return r.a.createElement(A,Object.assign({},C,k,S,{className:M,id:g}),O||o)}},function(t,e,n){t.exports=n(241)()},function(t,e,n){"use strict";function i(t){return a(t)?(t.nodeName||"").toLowerCase():"#document"}function r(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function o(t){var e;return null==(e=(a(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function a(t){return t instanceof Node||t instanceof r(t).Node}function s(t){return t instanceof Element||t instanceof r(t).Element}function l(t){return t instanceof HTMLElement||t instanceof r(t).HTMLElement}function d(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof r(t).ShadowRoot)}function c(t){const{overflow:e,overflowX:n,overflowY:i,display:r}=m(t);return/auto|scroll|overlay|hidden|clip/.test(e+i+n)&&!["inline","contents"].includes(r)}function u(t){return["table","td","th"].includes(i(t))}function h(t){const e=f(),n=m(t);return"none"!==n.transform||"none"!==n.perspective||!!n.containerType&&"normal"!==n.containerType||!e&&!!n.backdropFilter&&"none"!==n.backdropFilter||!e&&!!n.filter&&"none"!==n.filter||["transform","perspective","filter"].some(t=>(n.willChange||"").includes(t))||["paint","layout","strict","content"].some(t=>(n.contain||"").includes(t))}function p(t){let e=b(t);for(;l(e)&&!g(e);){if(h(e))return e;e=b(e)}return null}function f(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function g(t){return["html","body","#document"].includes(i(t))}function m(t){return r(t).getComputedStyle(t)}function v(t){return s(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function b(t){if("html"===i(t))return t;const e=t.assignedSlot||t.parentNode||d(t)&&t.host||o(t);return d(e)?e.host:e}function y(t,e,n){var i;void 0===e&&(e=[]),void 0===n&&(n=!0);const o=function t(e){const n=b(e);return g(n)?e.ownerDocument?e.ownerDocument.body:e.body:l(n)&&c(n)?n:t(n)}(t),a=o===(null==(i=t.ownerDocument)?void 0:i.body),s=r(o);return a?e.concat(s,s.visualViewport||[],c(o)?o:[],s.frameElement&&n?y(s.frameElement):[]):e.concat(o,y(o,[],n))}n.d(e,"a",(function(){return m})),n.d(e,"b",(function(){return p})),n.d(e,"c",(function(){return o})),n.d(e,"d",(function(){return i})),n.d(e,"e",(function(){return v})),n.d(e,"f",(function(){return y})),n.d(e,"g",(function(){return b})),n.d(e,"h",(function(){return r})),n.d(e,"i",(function(){return h})),n.d(e,"j",(function(){return s})),n.d(e,"k",(function(){return l})),n.d(e,"l",(function(){return g})),n.d(e,"m",(function(){return c})),n.d(e,"n",(function(){return u})),n.d(e,"o",(function(){return f}))},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4);e.a=function(t){t.variant&&Object(l.a)();var e=t.aria,n=void 0===e?{}:e,i=t.children,o=t.className,d=t.color,c=t.data,u=void 0===c?{}:c,h=t.htmlOptions,p=void 0===h?{}:h,f=t.id,g=t.size,m=void 0===g?"md":g,v=t.tag,b=void 0===v?"div":v,y=t.text,x=t.variant,_=void 0===x?null:x,O=["h1","h2","h3","h4","h5","h6","p","span","div","caption"].includes(b)?b:"div",w=Object(s.a)(n),$=Object(s.c)(u),C=Object(s.d)(p),k=a()(Object(s.b)("pb_caption_kit",m,_,d),Object(l.c)(t),o);return r.a.createElement(O,Object.assign({},w,$,C,{className:k,id:f}),y||i)}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4);e.a=function(t){var e=t.children,n=t.className,i=t.fixedSize,o=t.grow,d=t.htmlOptions,c=void 0===d?{}:d,u=t.shrink,h=t.flex,p=void 0===h?"none":h,f=t.order,g=void 0===f?"none":f,m=t.alignSelf,v=t.displayFlex,b=!0===o?"grow":"",y=!0===v?"display_flex_".concat(v):"",x="none"!==p?"flex_".concat(p):"",_=!0===u?"shrink":"",O=m?"align_self_".concat(m):"",w=void 0!==i?{flexBasis:"".concat(i)}:null,$="none"!==g?"order_".concat(g):null,C=Object(s.d)(c);return r.a.createElement("div",Object.assign({},C,{className:a()(Object(s.b)("pb_flex_item_kit",b,_,x,y),$,O,Object(l.c)(t),n),style:w}),e)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var i=n(78);function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function o(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){Object(i.a)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return l}));var i=n(41),r=n(0),o=(n(79),n(109),n(110)),a=(n(106),n(281),n(121),n(182),function(t,e){var n=arguments;if(null==e||!i.e.call(e,"css"))return r.createElement.apply(void 0,n);var o=n.length,a=new Array(o);a[0]=i.b,a[1]=Object(i.d)(t,e);for(var s=2;s<o;s++)a[s]=n[s];return r.createElement.apply(null,a)});function s(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return Object(o.a)(e)}var l=function(){var t=s.apply(void 0,arguments),e="animation-"+t.name;return{name:e,styles:"@keyframes "+e+"{"+t.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}},function(t,e,n){"use strict";function i(){return(i=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t}).apply(this,arguments)}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(24),a=n(3),s=n.n(a),l=n(2),d=n(4);function c(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var u=function(t){var e,n,i=t.aria,a=void 0===i?{}:i,u=t.background,h=void 0===u?"none":u,p=t.borderNone,f=void 0!==p&&p,g=t.borderRadius,m=void 0===g?"md":g,v=t.children,b=t.className,y=t.data,x=void 0===y?{}:y,_=t.highlight,O=void 0===_?{}:_,w=t.htmlOptions,$=void 0===w?{}:w,C=t.selected,k=void 0!==C&&C,S=t.tag,j=void 0===S?"div":S,E=1==f?"border_none":"",M=1==k?"selected":"deselected",A="none"==h?"":"background_".concat(h),P=Object(l.b)("pb_card_kit",M,E,"border_radius_".concat(m),A,(c(e={},"highlight_".concat(O.position),O.position),c(e,"highlight_".concat(O.color),O.color),e)),T=Object(l.a)(a),L=Object(l.c)(x),D=Object(l.d)($),I=r.a.Children.toArray(v),N=I.filter((function(t){return"Header"!==Object(o.get)(t,"type.displayName")})),R=["div","section","footer","header","article","aside","main","nav"].includes(j)?j:"div";return r.a.createElement(R,Object.assign({},T,L,D,{className:s()(P,Object(d.c)(t),b)}),(n="Header",I.filter((function(t){return Object(o.get)(t,"type.displayName")===n})).map((function(t,e){if(r.a.isValidElement(t))return r.a.cloneElement(t,{key:"".concat(n.toLowerCase(),"-").concat(e)})}))),N)};u.Header=function(t){var e=t.children,n=t.className,i=t.headerColor,o=void 0===i?"category_1":i,a=t.headerColorStriped,c=void 0!==a&&a,u=Object(l.b)("pb_card_header_kit","".concat(o),c?"striped":""),h=Object(d.c)(t);return r.a.createElement("div",{className:s()(u,h,n)},e)},u.Body=function(t){var e=t.children,n=t.className,i=Object(l.b)("pb_card_body_kit"),o=Object(d.c)(t);return r.a.createElement("div",{className:s()(i,o,n)},e)},e.a=u},function(t,e,n){"use strict";n.d(e,"a",(function(){return E})),n.d(e,"b",(function(){return N})),n.d(e,"c",(function(){return I})),n.d(e,"d",(function(){return D})),n.d(e,"e",(function(){return v})),n.d(e,"f",(function(){return It})),n.d(e,"g",(function(){return O})),n.d(e,"h",(function(){return b})),n.d(e,"i",(function(){return S})),n.d(e,"j",(function(){return g})),n.d(e,"k",(function(){return L})),n.d(e,"l",(function(){return _})),n.d(e,"m",(function(){return G})),n.d(e,"n",(function(){return ht})),n.d(e,"o",(function(){return Q})),n.d(e,"p",(function(){return Dt})),n.d(e,"q",(function(){return vt})),n.d(e,"r",(function(){return ut})),n.d(e,"s",(function(){return _t})),n.d(e,"t",(function(){return xt})),n.d(e,"u",(function(){return pt})),n.d(e,"v",(function(){return et})),n.d(e,"w",(function(){return $t})),n.d(e,"x",(function(){return Z})),n.d(e,"y",(function(){return gt})),n.d(e,"z",(function(){return Y})),n.d(e,"A",(function(){return X})),n.d(e,"B",(function(){return J})),n.d(e,"C",(function(){return jt})),n.d(e,"D",(function(){return Et})),n.d(e,"E",(function(){return R})),n.d(e,"F",(function(){return T})),n.d(e,"G",(function(){return Mt})),n.d(e,"H",(function(){return K})),n.d(e,"I",(function(){return Pt})),n.d(e,"J",(function(){return Tt})),n.d(e,"K",(function(){return Lt})),n.d(e,"L",(function(){return tt})),n.d(e,"M",(function(){return j}));var i=n(17),r=n(19),o=n(18),a=n(39),s=n(50),l=n(77);var d=n(78),c=n(0),u=n(29),h=n(37),p=n(83),f=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],g=function(){};function m(t,e){return e?"-"===e[0]?t+e:t+"__"+e:t}function v(t,e){for(var n=arguments.length,i=new Array(n>2?n-2:0),r=2;r<n;r++)i[r-2]=arguments[r];var o=[].concat(i);if(e&&t)for(var a in e)e.hasOwnProperty(a)&&e[a]&&o.push("".concat(m(t,a)));return o.filter((function(t){return t})).map((function(t){return String(t).trim()})).join(" ")}var b=function(t){return e=t,Array.isArray(e)?t.filter(Boolean):"object"===Object(l.a)(t)&&null!==t?[t]:[];var e},y=function(t){t.className,t.clearValue,t.cx,t.getStyles,t.getClassNames,t.getValue,t.hasValue,t.isMulti,t.isRtl,t.options,t.selectOption,t.selectProps,t.setValue,t.theme;var e=Object(s.a)(t,f);return Object(i.a)({},e)},x=function(t,e,n){var i=t.cx,r=t.getStyles,o=t.getClassNames,a=t.className;return{css:r(e,t),className:i(null!=n?n:{},o(e,t),a)}};function _(t,e,n){if(n){var i=n(t,e);if("string"==typeof i)return i}return t}function O(t){return[document.documentElement,document.body,window].indexOf(t)>-1}function w(t){return O(t)?window.pageYOffset:t.scrollTop}function $(t,e){O(t)?window.scrollTo(0,e):t.scrollTop=e}function C(t,e,n,i){return n*((t=t/i-1)*t*t+1)+e}function k(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:g,r=w(t),o=e-r,a=10,s=0;function l(){var e=C(s+=a,r,o,n);$(t,e),s<n?window.requestAnimationFrame(l):i(t)}l()}function S(t,e){var n=t.getBoundingClientRect(),i=e.getBoundingClientRect(),r=e.offsetHeight/3;i.bottom+r>n.bottom?$(t,Math.min(e.offsetTop+e.clientHeight-t.offsetHeight+r,t.scrollHeight)):i.top-r<n.top&&$(t,Math.max(e.offsetTop-r,0))}function j(){try{return document.createEvent("TouchEvent"),!0}catch(t){return!1}}function E(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(t){return!1}}var M=!1,A={get passive(){return M=!0}},P="undefined"!=typeof window?window:{};P.addEventListener&&P.removeEventListener&&(P.addEventListener("p",g,A),P.removeEventListener("p",g,!1));var T=M;function L(t){return null!=t}function D(t,e,n){return t?e:n}function I(t){return t}function N(t){return t}var R=function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];var r=Object.entries(t).filter((function(t){var e=Object(a.a)(t,1)[0];return!n.includes(e)}));return r.reduce((function(t,e){var n=Object(a.a)(e,2),i=n[0],r=n[1];return t[i]=r,t}),{})},F=["children","innerProps"],B=["children","innerProps"];function z(t){var e=t.maxHeight,n=t.menuEl,i=t.minHeight,r=t.placement,o=t.shouldScroll,a=t.isFixedPosition,s=t.controlHeight,l=function(t){var e=getComputedStyle(t),n="absolute"===e.position,i=/(auto|scroll)/;if("fixed"===e.position)return document.documentElement;for(var r=t;r=r.parentElement;)if(e=getComputedStyle(r),(!n||"static"!==e.position)&&i.test(e.overflow+e.overflowY+e.overflowX))return r;return document.documentElement}(n),d={placement:"bottom",maxHeight:e};if(!n||!n.offsetParent)return d;var c,u=l.getBoundingClientRect().height,h=n.getBoundingClientRect(),p=h.bottom,f=h.height,g=h.top,m=n.offsetParent.getBoundingClientRect().top,v=a?window.innerHeight:O(c=l)?window.innerHeight:c.clientHeight,b=w(l),y=parseInt(getComputedStyle(n).marginBottom,10),x=parseInt(getComputedStyle(n).marginTop,10),_=m-x,C=v-g,S=_+b,j=u-b-g,E=p-v+b+y,M=b+g-x;switch(r){case"auto":case"bottom":if(C>=f)return{placement:"bottom",maxHeight:e};if(j>=f&&!a)return o&&k(l,E,160),{placement:"bottom",maxHeight:e};if(!a&&j>=i||a&&C>=i)return o&&k(l,E,160),{placement:"bottom",maxHeight:a?C-y:j-y};if("auto"===r||a){var A=e,P=a?_:S;return P>=i&&(A=Math.min(P-y-s,e)),{placement:"top",maxHeight:A}}if("bottom"===r)return o&&$(l,E),{placement:"bottom",maxHeight:e};break;case"top":if(_>=f)return{placement:"top",maxHeight:e};if(S>=f&&!a)return o&&k(l,M,160),{placement:"top",maxHeight:e};if(!a&&S>=i||a&&_>=i){var T=e;return(!a&&S>=i||a&&_>=i)&&(T=a?_-x:S-x),o&&k(l,M,160),{placement:"top",maxHeight:T}}return{placement:"bottom",maxHeight:e};default:throw new Error('Invalid placement provided "'.concat(r,'".'))}return d}var H,W=function(t){return"auto"===t?"bottom":t},Y=function(t,e){var n,r=t.placement,o=t.theme,a=o.borderRadius,s=o.spacing,l=o.colors;return Object(i.a)((n={label:"menu"},Object(d.a)(n,function(t){return t?{bottom:"top",top:"bottom"}[t]:"bottom"}(r),"100%"),Object(d.a)(n,"position","absolute"),Object(d.a)(n,"width","100%"),Object(d.a)(n,"zIndex",1),n),e?{}:{backgroundColor:l.neutral0,borderRadius:a,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:s.menuGutter,marginTop:s.menuGutter})},U=Object(c.createContext)(null),G=function(t){var e=t.children,n=t.minMenuHeight,r=t.maxMenuHeight,o=t.menuPlacement,s=t.menuPosition,l=t.menuShouldScrollIntoView,d=t.theme,u=(Object(c.useContext)(U)||{}).setPortalPlacement,h=Object(c.useRef)(null),f=Object(c.useState)(r),g=Object(a.a)(f,2),m=g[0],v=g[1],b=Object(c.useState)(null),y=Object(a.a)(b,2),x=y[0],_=y[1],O=d.spacing.controlHeight;return Object(p.a)((function(){var t=h.current;if(t){var e="fixed"===s,i=z({maxHeight:r,menuEl:t,minHeight:n,placement:o,shouldScroll:l&&!e,isFixedPosition:e,controlHeight:O});v(i.maxHeight),_(i.placement),null==u||u(i.placement)}}),[r,o,s,l,n,u,O]),e({ref:h,placerProps:Object(i.a)(Object(i.a)({},t),{},{placement:x||W(o),maxHeight:m})})},V=function(t){var e=t.children,n=t.innerRef,i=t.innerProps;return Object(o.b)("div",Object(r.a)({},x(t,"menu",{menu:!0}),{ref:n},i),e)},X=function(t,e){var n=t.maxHeight,r=t.theme.spacing.baseUnit;return Object(i.a)({maxHeight:n,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},e?{}:{paddingBottom:r,paddingTop:r})},q=function(t,e){var n=t.theme,r=n.spacing.baseUnit,o=n.colors;return Object(i.a)({textAlign:"center"},e?{}:{color:o.neutral40,padding:"".concat(2*r,"px ").concat(3*r,"px")})},K=q,Z=q,J=function(t){var e=t.rect,n=t.offset,i=t.position;return{left:e.left,position:i,top:n,width:e.width,zIndex:1}},Q=function(t){var e=t.isDisabled;return{label:"container",direction:t.isRtl?"rtl":void 0,pointerEvents:e?"none":void 0,position:"relative"}},tt=function(t,e){var n=t.theme.spacing,r=t.isMulti,o=t.hasValue,a=t.selectProps.controlShouldRenderValue;return Object(i.a)({alignItems:"center",display:r&&o&&a?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},e?{}:{padding:"".concat(n.baseUnit/2,"px ").concat(2*n.baseUnit,"px")})},et=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},nt=["size"],it=["innerProps","isRtl","size"];var rt,ot,at={name:"8mmkcg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0"},st=function(t){var e=t.size,n=Object(s.a)(t,nt);return Object(o.b)("svg",Object(r.a)({height:e,width:e,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:at},n))},lt=function(t){return Object(o.b)(st,Object(r.a)({size:20},t),Object(o.b)("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},dt=function(t){return Object(o.b)(st,Object(r.a)({size:20},t),Object(o.b)("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},ct=function(t,e){var n=t.isFocused,r=t.theme,o=r.spacing.baseUnit,a=r.colors;return Object(i.a)({label:"indicatorContainer",display:"flex",transition:"color 150ms"},e?{}:{color:n?a.neutral60:a.neutral20,padding:2*o,":hover":{color:n?a.neutral80:a.neutral40}})},ut=ct,ht=ct,pt=function(t,e){var n=t.isDisabled,r=t.theme,o=r.spacing.baseUnit,a=r.colors;return Object(i.a)({label:"indicatorSeparator",alignSelf:"stretch",width:1},e?{}:{backgroundColor:n?a.neutral10:a.neutral20,marginBottom:2*o,marginTop:2*o})},ft=Object(o.c)(H||(rt=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],ot||(ot=rt.slice(0)),H=Object.freeze(Object.defineProperties(rt,{raw:{value:Object.freeze(ot)}})))),gt=function(t,e){var n=t.isFocused,r=t.size,o=t.theme,a=o.colors,s=o.spacing.baseUnit;return Object(i.a)({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:r,lineHeight:1,marginRight:r,textAlign:"center",verticalAlign:"middle"},e?{}:{color:n?a.neutral60:a.neutral20,padding:2*s})},mt=function(t){var e=t.delay,n=t.offset;return Object(o.b)("span",{css:Object(o.a)({animation:"".concat(ft," 1s ease-in-out ").concat(e,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:n?"1em":void 0,height:"1em",verticalAlign:"top",width:"1em"},"","")})},vt=function(t,e){var n=t.isDisabled,r=t.isFocused,o=t.theme,a=o.colors,s=o.borderRadius,l=o.spacing;return Object(i.a)({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:l.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},e?{}:{backgroundColor:n?a.neutral5:a.neutral0,borderColor:n?a.neutral10:r?a.primary:a.neutral20,borderRadius:s,borderStyle:"solid",borderWidth:1,boxShadow:r?"0 0 0 1px ".concat(a.primary):void 0,"&:hover":{borderColor:r?a.primary:a.neutral30}})},bt=function(t){var e=t.children,n=t.isDisabled,i=t.isFocused,a=t.innerRef,s=t.innerProps,l=t.menuIsOpen;return Object(o.b)("div",Object(r.a)({ref:a},x(t,"control",{control:!0,"control--is-disabled":n,"control--is-focused":i,"control--menu-is-open":l}),s,{"aria-disabled":n||void 0}),e)},yt=["data"],xt=function(t,e){var n=t.theme.spacing;return e?{}:{paddingBottom:2*n.baseUnit,paddingTop:2*n.baseUnit}},_t=function(t,e){var n=t.theme,r=n.colors,o=n.spacing;return Object(i.a)({label:"group",cursor:"default",display:"block"},e?{}:{color:r.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:3*o.baseUnit,paddingRight:3*o.baseUnit,textTransform:"uppercase"})},Ot=function(t){var e=t.children,n=t.cx,i=t.getStyles,a=t.getClassNames,s=t.Heading,l=t.headingProps,d=t.innerProps,c=t.label,u=t.theme,h=t.selectProps;return Object(o.b)("div",Object(r.a)({},x(t,"group",{group:!0}),d),Object(o.b)(s,Object(r.a)({},l,{selectProps:h,theme:u,getStyles:i,getClassNames:a,cx:n}),c),Object(o.b)("div",null,e))},wt=["innerRef","isDisabled","isHidden","inputClassName"],$t=function(t,e){var n=t.isDisabled,r=t.value,o=t.theme,a=o.spacing,s=o.colors;return Object(i.a)(Object(i.a)({visibility:n?"hidden":"visible",transform:r?"translateZ(0)":""},kt),e?{}:{margin:a.baseUnit/2,paddingBottom:a.baseUnit/2,paddingTop:a.baseUnit/2,color:s.neutral80})},Ct={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0},kt={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":Object(i.a)({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},Ct)},St=function(t){return Object(i.a)({label:"input",color:"inherit",background:0,opacity:t?0:1,width:"100%"},Ct)},jt=function(t,e){var n=t.theme,r=n.spacing,o=n.borderRadius,a=n.colors;return Object(i.a)({label:"multiValue",display:"flex",minWidth:0},e?{}:{backgroundColor:a.neutral10,borderRadius:o/2,margin:r.baseUnit/2})},Et=function(t,e){var n=t.theme,r=n.borderRadius,o=n.colors,a=t.cropWithEllipsis;return Object(i.a)({overflow:"hidden",textOverflow:a||void 0===a?"ellipsis":void 0,whiteSpace:"nowrap"},e?{}:{borderRadius:r/2,color:o.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},Mt=function(t,e){var n=t.theme,r=n.spacing,o=n.borderRadius,a=n.colors,s=t.isFocused;return Object(i.a)({alignItems:"center",display:"flex"},e?{}:{borderRadius:o/2,backgroundColor:s?a.dangerLight:void 0,paddingLeft:r.baseUnit,paddingRight:r.baseUnit,":hover":{backgroundColor:a.dangerLight,color:a.danger}})},At=function(t){var e=t.children,n=t.innerProps;return Object(o.b)("div",n,e)};var Pt=function(t,e){var n=t.isDisabled,r=t.isFocused,o=t.isSelected,a=t.theme,s=a.spacing,l=a.colors;return Object(i.a)({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},e?{}:{backgroundColor:o?l.primary:r?l.primary25:"transparent",color:n?l.neutral20:o?l.neutral0:"inherit",padding:"".concat(2*s.baseUnit,"px ").concat(3*s.baseUnit,"px"),":active":{backgroundColor:n?void 0:o?l.primary:l.primary50}})},Tt=function(t,e){var n=t.theme,r=n.spacing,o=n.colors;return Object(i.a)({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},e?{}:{color:o.neutral50,marginLeft:r.baseUnit/2,marginRight:r.baseUnit/2})},Lt=function(t,e){var n=t.isDisabled,r=t.theme,o=r.spacing,a=r.colors;return Object(i.a)({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},e?{}:{color:n?a.neutral40:a.neutral80,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},Dt={ClearIndicator:function(t){var e=t.children,n=t.innerProps;return Object(o.b)("div",Object(r.a)({},x(t,"clearIndicator",{indicator:!0,"clear-indicator":!0}),n),e||Object(o.b)(lt,null))},Control:bt,DropdownIndicator:function(t){var e=t.children,n=t.innerProps;return Object(o.b)("div",Object(r.a)({},x(t,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),n),e||Object(o.b)(dt,null))},DownChevron:dt,CrossIcon:lt,Group:Ot,GroupHeading:function(t){var e=y(t);e.data;var n=Object(s.a)(e,yt);return Object(o.b)("div",Object(r.a)({},x(t,"groupHeading",{"group-heading":!0}),n))},IndicatorsContainer:function(t){var e=t.children,n=t.innerProps;return Object(o.b)("div",Object(r.a)({},x(t,"indicatorsContainer",{indicators:!0}),n),e)},IndicatorSeparator:function(t){var e=t.innerProps;return Object(o.b)("span",Object(r.a)({},e,x(t,"indicatorSeparator",{"indicator-separator":!0})))},Input:function(t){var e=t.cx,n=t.value,i=y(t),a=i.innerRef,l=i.isDisabled,d=i.isHidden,c=i.inputClassName,u=Object(s.a)(i,wt);return Object(o.b)("div",Object(r.a)({},x(t,"input",{"input-container":!0}),{"data-value":n||""}),Object(o.b)("input",Object(r.a)({className:e({input:!0},c),ref:a,style:St(d),disabled:l},u)))},LoadingIndicator:function(t){var e=t.innerProps,n=t.isRtl,a=t.size,l=void 0===a?4:a,d=Object(s.a)(t,it);return Object(o.b)("div",Object(r.a)({},x(Object(i.a)(Object(i.a)({},d),{},{innerProps:e,isRtl:n,size:l}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),e),Object(o.b)(mt,{delay:0,offset:n}),Object(o.b)(mt,{delay:160,offset:!0}),Object(o.b)(mt,{delay:320,offset:!n}))},Menu:V,MenuList:function(t){var e=t.children,n=t.innerProps,i=t.innerRef,a=t.isMulti;return Object(o.b)("div",Object(r.a)({},x(t,"menuList",{"menu-list":!0,"menu-list--is-multi":a}),{ref:i},n),e)},MenuPortal:function(t){var e=t.appendTo,n=t.children,s=t.controlElement,l=t.innerProps,d=t.menuPlacement,f=t.menuPosition,g=Object(c.useRef)(null),m=Object(c.useRef)(null),v=Object(c.useState)(W(d)),b=Object(a.a)(v,2),y=b[0],_=b[1],O=Object(c.useMemo)((function(){return{setPortalPlacement:_}}),[]),w=Object(c.useState)(null),$=Object(a.a)(w,2),C=$[0],k=$[1],S=Object(c.useCallback)((function(){if(s){var t=function(t){var e=t.getBoundingClientRect();return{bottom:e.bottom,height:e.height,left:e.left,right:e.right,top:e.top,width:e.width}}(s),e="fixed"===f?0:window.pageYOffset,n=t[y]+e;n===(null==C?void 0:C.offset)&&t.left===(null==C?void 0:C.rect.left)&&t.width===(null==C?void 0:C.rect.width)||k({offset:n,rect:t})}}),[s,f,y,null==C?void 0:C.offset,null==C?void 0:C.rect.left,null==C?void 0:C.rect.width]);Object(p.a)((function(){S()}),[S]);var j=Object(c.useCallback)((function(){"function"==typeof m.current&&(m.current(),m.current=null),s&&g.current&&(m.current=Object(h.b)(s,g.current,S,{elementResize:"ResizeObserver"in window}))}),[s,S]);Object(p.a)((function(){j()}),[j]);var E=Object(c.useCallback)((function(t){g.current=t,j()}),[j]);if(!e&&"fixed"!==f||!C)return null;var M=Object(o.b)("div",Object(r.a)({ref:E},x(Object(i.a)(Object(i.a)({},t),{},{offset:C.offset,position:f,rect:C.rect}),"menuPortal",{"menu-portal":!0}),l),n);return Object(o.b)(U.Provider,{value:O},e?Object(u.createPortal)(M,e):M)},LoadingMessage:function(t){var e=t.children,n=void 0===e?"Loading...":e,a=t.innerProps,l=Object(s.a)(t,B);return Object(o.b)("div",Object(r.a)({},x(Object(i.a)(Object(i.a)({},l),{},{children:n,innerProps:a}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),a),n)},NoOptionsMessage:function(t){var e=t.children,n=void 0===e?"No options":e,a=t.innerProps,l=Object(s.a)(t,F);return Object(o.b)("div",Object(r.a)({},x(Object(i.a)(Object(i.a)({},l),{},{children:n,innerProps:a}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),a),n)},MultiValue:function(t){var e=t.children,n=t.components,r=t.data,a=t.innerProps,s=t.isDisabled,l=t.removeProps,d=t.selectProps,c=n.Container,u=n.Label,h=n.Remove;return Object(o.b)(c,{data:r,innerProps:Object(i.a)(Object(i.a)({},x(t,"multiValue",{"multi-value":!0,"multi-value--is-disabled":s})),a),selectProps:d},Object(o.b)(u,{data:r,innerProps:Object(i.a)({},x(t,"multiValueLabel",{"multi-value__label":!0})),selectProps:d},e),Object(o.b)(h,{data:r,innerProps:Object(i.a)(Object(i.a)({},x(t,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(e||"option")},l),selectProps:d}))},MultiValueContainer:At,MultiValueLabel:At,MultiValueRemove:function(t){var e=t.children,n=t.innerProps;return Object(o.b)("div",Object(r.a)({role:"button"},n),e||Object(o.b)(lt,{size:14}))},Option:function(t){var e=t.children,n=t.isDisabled,i=t.isFocused,a=t.isSelected,s=t.innerRef,l=t.innerProps;return Object(o.b)("div",Object(r.a)({},x(t,"option",{option:!0,"option--is-disabled":n,"option--is-focused":i,"option--is-selected":a}),{ref:s,"aria-disabled":n},l),e)},Placeholder:function(t){var e=t.children,n=t.innerProps;return Object(o.b)("div",Object(r.a)({},x(t,"placeholder",{placeholder:!0}),n),e)},SelectContainer:function(t){var e=t.children,n=t.innerProps,i=t.isDisabled,a=t.isRtl;return Object(o.b)("div",Object(r.a)({},x(t,"container",{"--is-disabled":i,"--is-rtl":a}),n),e)},SingleValue:function(t){var e=t.children,n=t.isDisabled,i=t.innerProps;return Object(o.b)("div",Object(r.a)({},x(t,"singleValue",{"single-value":!0,"single-value--is-disabled":n}),i),e)},ValueContainer:function(t){var e=t.children,n=t.innerProps,i=t.isMulti,a=t.hasValue;return Object(o.b)("div",Object(r.a)({},x(t,"valueContainer",{"value-container":!0,"value-container--is-multi":i,"value-container--has-value":a}),n),e)}},It=function(t){return Object(i.a)(Object(i.a)({},Dt),t.components)}},function(t,e,n){"use strict";var i=["SU","M","T","W","TH","F","S"],r=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],o=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],a=function(t){return"string"!=typeof t||t.includes("T")?new Date(t):new Date(t.replace(/-/g,"/"))},s=function(t,e){return e?new Date(a(t).toLocaleString("en-US",{timeZone:e})).getDate():a(t).getDate()},l=function(t){return a(t).getMonth()+1},d=function(t,e){var n=a(t);return e?n.toLocaleTimeString("en-US",{timeZone:e,timeStyle:"short"}).split(" ")[0]:n.toLocaleTimeString("en-US",{timeStyle:"short"}).split(" ")[0]},c=function(t,e){var n=a(t);return e?n.toLocaleString("en-US",{timeZone:e,hour12:!0}).slice(-2).charAt(0).toLocaleLowerCase():n.toLocaleString("en-US",{hour12:!0}).slice(-2).charAt(0).toLocaleLowerCase()},u=function(t){var e=a(t),n=e.getDay(),i=new Date(e.setHours(0,0,0)),r=0===n?6:n-1;return i.setDate(e.getDate()-r),i},h=function(t){var e=a(t),n=e.getDay(),i=new Date(e.setHours(23,59,59,0)),r=0===n?0:7-n;return i.setDate(e.getDate()+r),i},p=function(t){var e=a(t);return new Date(e.getFullYear(),e.getMonth(),1)},f=function(t){var e=a(t);return new Date(e.getFullYear(),e.getMonth()+1,0,23,59,59)},g=function(t){var e=a(t),n=Math.floor(e.getMonth()/3);return new Date(e.getFullYear(),3*n,1)},m=function(t){var e=a(t),n=Math.floor(e.getMonth()/3),i=new Date(e.getFullYear(),3*(n+1),1);return new Date(i.getTime()-1)},v=function(t){var e=a(t);return new Date(e.getFullYear(),0,1)},b=function(t){var e=a(t);return new Date(e.getFullYear(),11,31,23,59,59)};e.a={toMinute:function(t,e){var n=a(t);return e?n.toLocaleTimeString("en-US",{timeZone:e,hour:"2-digit",minute:"2-digit"}).slice(3,5):n.toLocaleTimeString("en-US",{hour:"2-digit",minute:"2-digit"}).slice(3,5)},toHour:function(t,e){var n=a(t);return e?n.toLocaleTimeString("en-US",{timeZone:e,hour:"numeric"}).split(" ")[0]:n.toLocaleTimeString("en-US",{hour:"numeric"}).split(" ")[0]},toDay:s,toDayAbbr:function(t){var e=a(t);return i[e.getDay()]},toWeekday:function(t){var e=a(t);return r[e.getDay()]},toMonth:function(t,e){if(e){var n=new Date(a(t).toLocaleString("en-US",{timeZone:e}));return o[n.getMonth()]}var i=a(t);return o[i.getMonth()]},toMonthNum:l,toYear:function(t,e){return e?new Date(a(t).toLocaleString("en-US",{timeZone:e})).getFullYear():a(t).getFullYear()},toTime:d,toMeridiem:c,toTimeZone:function(t,e){var n=a(t);return e?n.toLocaleString("en-US",{timeZone:e,timeZoneName:"short"}).split(" ")[3]:n.toLocaleString("en-US",{timeZoneName:"short"}).split(" ")[3]},toTimeWithMeridiem:function(t,e){var n=a(t);return"".concat(d(n,e)).concat(c(n,e))},toIso:function(t){return a(t).toISOString()},fromNow:function(t){for(var e=new Date,n=a(t),i=n.getTime(),r=e.getTime()-i,o=e.getFullYear()-n.getFullYear(),s="".concat(o,1===o?" year ago":" years ago"),l=0,d=[{min:0,max:45e3,value:"a few seconds ago"},{min:45e3,max:9e4,value:"a minute ago"},{min:9e4,max:267e4,value:"".concat(Math.round(r/6e4)," minutes ago")},{min:267e4,max:54e5,value:"an hour ago"},{min:54e5,max:774e5,value:"".concat(Math.round(r/36e5)," hours ago")},{min:774e5,max:1296e5,value:"a day ago"},{min:1296e5,max:22032e5,value:"".concat(Math.round(r/864e5)," days ago")},{min:22032e5,max:3888e6,value:"a month ago"},{min:3888e6,max:2756e7,value:"".concat(function(){var t=12*o;return t-=n.getMonth(),t+=e.getMonth()}()," months ago")}];l<d.length;l++){var c=d[l],u=c.min,h=c.max,p=c.value;if(r>=u&&r<h){s=p;break}}return s},toCustomFormat:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"month_day",n=a(t);return"month_day"==e?"".concat(l(n),"/").concat(s(n)):"".concat(n.toLocaleString("en-US",{month:"short"})," ").concat(s(n))},getYesterdayDate:function(t){var e=a(t),n=new Date;return n.setDate(e.getDate()-1),n},getFirstDayOfWeek:u,getLastDayOfWeek:h,getPreviousWeekStartDate:function(t){var e=u(t);return new Date(e.getFullYear(),e.getMonth(),e.getDate()-7)},getPreviousWeekEndDate:function(t){var e=h(t);return new Date(e.getFullYear(),e.getMonth(),e.getDate()-7,e.getHours(),e.getMinutes(),e.getSeconds())},getMonthStartDate:p,getMonthEndDate:f,getPreviousMonthStartDate:function(t){var e=p(t);return new Date(e.getFullYear(),e.getMonth()-1,e.getDate())},getPreviousMonthEndDate:function(t){var e=f(t);return new Date(e.getFullYear(),e.getMonth()-1,e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds())},getQuarterStartDate:g,getQuarterEndDate:m,getPreviousQuarterStartDate:function(t){var e=g(t);return new Date(e.getFullYear(),e.getMonth()-3,e.getDate())},getPreviousQuarterEndDate:function(t){var e=m(t);return new Date(e.getFullYear(),e.getMonth()-3,e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds())},getYearStartDate:v,getYearEndDate:b,getPreviousYearStartDate:function(t){var e=v(t);return new Date(e.getFullYear()-1,e.getMonth(),e.getDate())},getPreviousYearEndDate:function(t){var e=b(t);return new Date(e.getFullYear()-1,e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds())}}},,function(t,e,n){(function(t,i){var r;
7
7
  /**
8
8
  * @license
9
9
  * Lodash <https://lodash.com/>
@@ -11,7 +11,7 @@
11
11
  * Released under MIT license <https://lodash.com/license>
12
12
  * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
13
13
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
14
- */(function(){var o="Expected a function",a="__lodash_placeholder__",s=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],l="[object Arguments]",d="[object Array]",c="[object Boolean]",u="[object Date]",h="[object Error]",p="[object Function]",f="[object GeneratorFunction]",g="[object Map]",m="[object Number]",v="[object Object]",b="[object RegExp]",y="[object Set]",x="[object String]",_="[object Symbol]",O="[object WeakMap]",w="[object ArrayBuffer]",$="[object DataView]",C="[object Float32Array]",k="[object Float64Array]",S="[object Int8Array]",j="[object Int16Array]",E="[object Int32Array]",M="[object Uint8Array]",A="[object Uint16Array]",P="[object Uint32Array]",T=/\b__p \+= '';/g,L=/\b(__p \+=) '' \+/g,D=/(__e\(.*?\)|\b__t\)) \+\n'';/g,I=/&(?:amp|lt|gt|quot|#39);/g,N=/[&<>"']/g,R=RegExp(I.source),F=RegExp(N.source),B=/<%-([\s\S]+?)%>/g,z=/<%([\s\S]+?)%>/g,H=/<%=([\s\S]+?)%>/g,W=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Y=/^\w*$/,U=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,G=/[\\^$.*+?()[\]{}|]/g,V=RegExp(G.source),X=/^\s+/,q=/\s/,K=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Z=/\{\n\/\* \[wrapped with (.+)\] \*/,J=/,? & /,Q=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,tt=/[()=,{}\[\]\/\s]/,et=/\\(\\)?/g,nt=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,it=/\w*$/,rt=/^[-+]0x[0-9a-f]+$/i,ot=/^0b[01]+$/i,at=/^\[object .+?Constructor\]$/,st=/^0o[0-7]+$/i,lt=/^(?:0|[1-9]\d*)$/,dt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ct=/($^)/,ut=/['\n\r\u2028\u2029\\]/g,ht="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",pt="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",ft="[\\ud800-\\udfff]",gt="["+pt+"]",mt="["+ht+"]",vt="\\d+",bt="[\\u2700-\\u27bf]",yt="[a-z\\xdf-\\xf6\\xf8-\\xff]",xt="[^\\ud800-\\udfff"+pt+vt+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",_t="\\ud83c[\\udffb-\\udfff]",Ot="[^\\ud800-\\udfff]",wt="(?:\\ud83c[\\udde6-\\uddff]){2}",$t="[\\ud800-\\udbff][\\udc00-\\udfff]",Ct="[A-Z\\xc0-\\xd6\\xd8-\\xde]",kt="(?:"+yt+"|"+xt+")",St="(?:"+Ct+"|"+xt+")",jt="(?:"+mt+"|"+_t+")"+"?",Et="[\\ufe0e\\ufe0f]?"+jt+("(?:\\u200d(?:"+[Ot,wt,$t].join("|")+")[\\ufe0e\\ufe0f]?"+jt+")*"),Mt="(?:"+[bt,wt,$t].join("|")+")"+Et,At="(?:"+[Ot+mt+"?",mt,wt,$t,ft].join("|")+")",Pt=RegExp("['’]","g"),Tt=RegExp(mt,"g"),Lt=RegExp(_t+"(?="+_t+")|"+At+Et,"g"),Dt=RegExp([Ct+"?"+yt+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[gt,Ct,"$"].join("|")+")",St+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[gt,Ct+kt,"$"].join("|")+")",Ct+"?"+kt+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Ct+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",vt,Mt].join("|"),"g"),It=RegExp("[\\u200d\\ud800-\\udfff"+ht+"\\ufe0e\\ufe0f]"),Nt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Rt=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Ft=-1,Bt={};Bt[C]=Bt[k]=Bt[S]=Bt[j]=Bt[E]=Bt[M]=Bt["[object Uint8ClampedArray]"]=Bt[A]=Bt[P]=!0,Bt[l]=Bt[d]=Bt[w]=Bt[c]=Bt[$]=Bt[u]=Bt[h]=Bt[p]=Bt[g]=Bt[m]=Bt[v]=Bt[b]=Bt[y]=Bt[x]=Bt[O]=!1;var zt={};zt[l]=zt[d]=zt[w]=zt[$]=zt[c]=zt[u]=zt[C]=zt[k]=zt[S]=zt[j]=zt[E]=zt[g]=zt[m]=zt[v]=zt[b]=zt[y]=zt[x]=zt[_]=zt[M]=zt["[object Uint8ClampedArray]"]=zt[A]=zt[P]=!0,zt[h]=zt[p]=zt[O]=!1;var Ht={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Wt=parseFloat,Yt=parseInt,Ut="object"==typeof t&&t&&t.Object===Object&&t,Gt="object"==typeof self&&self&&self.Object===Object&&self,Vt=Ut||Gt||Function("return this")(),Xt=e&&!e.nodeType&&e,qt=Xt&&"object"==typeof i&&i&&!i.nodeType&&i,Kt=qt&&qt.exports===Xt,Zt=Kt&&Ut.process,Jt=function(){try{var t=qt&&qt.require&&qt.require("util").types;return t||Zt&&Zt.binding&&Zt.binding("util")}catch(t){}}(),Qt=Jt&&Jt.isArrayBuffer,te=Jt&&Jt.isDate,ee=Jt&&Jt.isMap,ne=Jt&&Jt.isRegExp,ie=Jt&&Jt.isSet,re=Jt&&Jt.isTypedArray;function oe(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}function ae(t,e,n,i){for(var r=-1,o=null==t?0:t.length;++r<o;){var a=t[r];e(i,a,n(a),t)}return i}function se(t,e){for(var n=-1,i=null==t?0:t.length;++n<i&&!1!==e(t[n],n,t););return t}function le(t,e){for(var n=null==t?0:t.length;n--&&!1!==e(t[n],n,t););return t}function de(t,e){for(var n=-1,i=null==t?0:t.length;++n<i;)if(!e(t[n],n,t))return!1;return!0}function ce(t,e){for(var n=-1,i=null==t?0:t.length,r=0,o=[];++n<i;){var a=t[n];e(a,n,t)&&(o[r++]=a)}return o}function ue(t,e){return!!(null==t?0:t.length)&&_e(t,e,0)>-1}function he(t,e,n){for(var i=-1,r=null==t?0:t.length;++i<r;)if(n(e,t[i]))return!0;return!1}function pe(t,e){for(var n=-1,i=null==t?0:t.length,r=Array(i);++n<i;)r[n]=e(t[n],n,t);return r}function fe(t,e){for(var n=-1,i=e.length,r=t.length;++n<i;)t[r+n]=e[n];return t}function ge(t,e,n,i){var r=-1,o=null==t?0:t.length;for(i&&o&&(n=t[++r]);++r<o;)n=e(n,t[r],r,t);return n}function me(t,e,n,i){var r=null==t?0:t.length;for(i&&r&&(n=t[--r]);r--;)n=e(n,t[r],r,t);return n}function ve(t,e){for(var n=-1,i=null==t?0:t.length;++n<i;)if(e(t[n],n,t))return!0;return!1}var be=Ce("length");function ye(t,e,n){var i;return n(t,(function(t,n,r){if(e(t,n,r))return i=n,!1})),i}function xe(t,e,n,i){for(var r=t.length,o=n+(i?1:-1);i?o--:++o<r;)if(e(t[o],o,t))return o;return-1}function _e(t,e,n){return e==e?function(t,e,n){var i=n-1,r=t.length;for(;++i<r;)if(t[i]===e)return i;return-1}(t,e,n):xe(t,we,n)}function Oe(t,e,n,i){for(var r=n-1,o=t.length;++r<o;)if(i(t[r],e))return r;return-1}function we(t){return t!=t}function $e(t,e){var n=null==t?0:t.length;return n?je(t,e)/n:NaN}function Ce(t){return function(e){return null==e?void 0:e[t]}}function ke(t){return function(e){return null==t?void 0:t[e]}}function Se(t,e,n,i,r){return r(t,(function(t,r,o){n=i?(i=!1,t):e(n,t,r,o)})),n}function je(t,e){for(var n,i=-1,r=t.length;++i<r;){var o=e(t[i]);void 0!==o&&(n=void 0===n?o:n+o)}return n}function Ee(t,e){for(var n=-1,i=Array(t);++n<t;)i[n]=e(n);return i}function Me(t){return t?t.slice(0,Xe(t)+1).replace(X,""):t}function Ae(t){return function(e){return t(e)}}function Pe(t,e){return pe(e,(function(e){return t[e]}))}function Te(t,e){return t.has(e)}function Le(t,e){for(var n=-1,i=t.length;++n<i&&_e(e,t[n],0)>-1;);return n}function De(t,e){for(var n=t.length;n--&&_e(e,t[n],0)>-1;);return n}function Ie(t,e){for(var n=t.length,i=0;n--;)t[n]===e&&++i;return i}var Ne=ke({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Re=ke({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});function Fe(t){return"\\"+Ht[t]}function Be(t){return It.test(t)}function ze(t){var e=-1,n=Array(t.size);return t.forEach((function(t,i){n[++e]=[i,t]})),n}function He(t,e){return function(n){return t(e(n))}}function We(t,e){for(var n=-1,i=t.length,r=0,o=[];++n<i;){var s=t[n];s!==e&&s!==a||(t[n]=a,o[r++]=n)}return o}function Ye(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}function Ue(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=[t,t]})),n}function Ge(t){return Be(t)?function(t){var e=Lt.lastIndex=0;for(;Lt.test(t);)++e;return e}(t):be(t)}function Ve(t){return Be(t)?function(t){return t.match(Lt)||[]}(t):function(t){return t.split("")}(t)}function Xe(t){for(var e=t.length;e--&&q.test(t.charAt(e)););return e}var qe=ke({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var Ke=function t(e){var n,i=(e=null==e?Vt:Ke.defaults(Vt.Object(),e,Ke.pick(Vt,Rt))).Array,r=e.Date,q=e.Error,ht=e.Function,pt=e.Math,ft=e.Object,gt=e.RegExp,mt=e.String,vt=e.TypeError,bt=i.prototype,yt=ht.prototype,xt=ft.prototype,_t=e["__core-js_shared__"],Ot=yt.toString,wt=xt.hasOwnProperty,$t=0,Ct=(n=/[^.]+$/.exec(_t&&_t.keys&&_t.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",kt=xt.toString,St=Ot.call(ft),jt=Vt._,Et=gt("^"+Ot.call(wt).replace(G,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Mt=Kt?e.Buffer:void 0,At=e.Symbol,Lt=e.Uint8Array,It=Mt?Mt.allocUnsafe:void 0,Ht=He(ft.getPrototypeOf,ft),Ut=ft.create,Gt=xt.propertyIsEnumerable,Xt=bt.splice,qt=At?At.isConcatSpreadable:void 0,Zt=At?At.iterator:void 0,Jt=At?At.toStringTag:void 0,be=function(){try{var t=to(ft,"defineProperty");return t({},"",{}),t}catch(t){}}(),ke=e.clearTimeout!==Vt.clearTimeout&&e.clearTimeout,Ze=r&&r.now!==Vt.Date.now&&r.now,Je=e.setTimeout!==Vt.setTimeout&&e.setTimeout,Qe=pt.ceil,tn=pt.floor,en=ft.getOwnPropertySymbols,nn=Mt?Mt.isBuffer:void 0,rn=e.isFinite,on=bt.join,an=He(ft.keys,ft),sn=pt.max,ln=pt.min,dn=r.now,cn=e.parseInt,un=pt.random,hn=bt.reverse,pn=to(e,"DataView"),fn=to(e,"Map"),gn=to(e,"Promise"),mn=to(e,"Set"),vn=to(e,"WeakMap"),bn=to(ft,"create"),yn=vn&&new vn,xn={},_n=jo(pn),On=jo(fn),wn=jo(gn),$n=jo(mn),Cn=jo(vn),kn=At?At.prototype:void 0,Sn=kn?kn.valueOf:void 0,jn=kn?kn.toString:void 0;function En(t){if(Ua(t)&&!La(t)&&!(t instanceof Tn)){if(t instanceof Pn)return t;if(wt.call(t,"__wrapped__"))return Eo(t)}return new Pn(t)}var Mn=function(){function t(){}return function(e){if(!Ya(e))return{};if(Ut)return Ut(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();function An(){}function Pn(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=void 0}function Tn(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Ln(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}function Dn(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}function In(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}function Nn(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new In;++e<n;)this.add(t[e])}function Rn(t){var e=this.__data__=new Dn(t);this.size=e.size}function Fn(t,e){var n=La(t),i=!n&&Ta(t),r=!n&&!i&&Ra(t),o=!n&&!i&&!r&&Qa(t),a=n||i||r||o,s=a?Ee(t.length,mt):[],l=s.length;for(var d in t)!e&&!wt.call(t,d)||a&&("length"==d||r&&("offset"==d||"parent"==d)||o&&("buffer"==d||"byteLength"==d||"byteOffset"==d)||so(d,l))||s.push(d);return s}function Bn(t){var e=t.length;return e?t[Ni(0,e-1)]:void 0}function zn(t,e){return Co(br(t),Kn(e,0,t.length))}function Hn(t){return Co(br(t))}function Wn(t,e,n){(void 0!==n&&!Ma(t[e],n)||void 0===n&&!(e in t))&&Xn(t,e,n)}function Yn(t,e,n){var i=t[e];wt.call(t,e)&&Ma(i,n)&&(void 0!==n||e in t)||Xn(t,e,n)}function Un(t,e){for(var n=t.length;n--;)if(Ma(t[n][0],e))return n;return-1}function Gn(t,e,n,i){return ei(t,(function(t,r,o){e(i,t,n(t),o)})),i}function Vn(t,e){return t&&yr(e,_s(e),t)}function Xn(t,e,n){"__proto__"==e&&be?be(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}function qn(t,e){for(var n=-1,r=e.length,o=i(r),a=null==t;++n<r;)o[n]=a?void 0:ms(t,e[n]);return o}function Kn(t,e,n){return t==t&&(void 0!==n&&(t=t<=n?t:n),void 0!==e&&(t=t>=e?t:e)),t}function Zn(t,e,n,i,r,o){var a,s=1&e,d=2&e,h=4&e;if(n&&(a=r?n(t,i,r,o):n(t)),void 0!==a)return a;if(!Ya(t))return t;var O=La(t);if(O){if(a=function(t){var e=t.length,n=new t.constructor(e);e&&"string"==typeof t[0]&&wt.call(t,"index")&&(n.index=t.index,n.input=t.input);return n}(t),!s)return br(t,a)}else{var T=io(t),L=T==p||T==f;if(Ra(t))return hr(t,s);if(T==v||T==l||L&&!r){if(a=d||L?{}:oo(t),!s)return d?function(t,e){return yr(t,no(t),e)}(t,function(t,e){return t&&yr(e,Os(e),t)}(a,t)):function(t,e){return yr(t,eo(t),e)}(t,Vn(a,t))}else{if(!zt[T])return r?t:{};a=function(t,e,n){var i=t.constructor;switch(e){case w:return pr(t);case c:case u:return new i(+t);case $:return function(t,e){var n=e?pr(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}(t,n);case C:case k:case S:case j:case E:case M:case"[object Uint8ClampedArray]":case A:case P:return fr(t,n);case g:return new i;case m:case x:return new i(t);case b:return function(t){var e=new t.constructor(t.source,it.exec(t));return e.lastIndex=t.lastIndex,e}(t);case y:return new i;case _:return r=t,Sn?ft(Sn.call(r)):{}}var r}(t,T,s)}}o||(o=new Rn);var D=o.get(t);if(D)return D;o.set(t,a),Ka(t)?t.forEach((function(i){a.add(Zn(i,e,n,i,t,o))})):Ga(t)&&t.forEach((function(i,r){a.set(r,Zn(i,e,n,r,t,o))}));var I=O?void 0:(h?d?Vr:Gr:d?Os:_s)(t);return se(I||t,(function(i,r){I&&(i=t[r=i]),Yn(a,r,Zn(i,e,n,r,t,o))})),a}function Jn(t,e,n){var i=n.length;if(null==t)return!i;for(t=ft(t);i--;){var r=n[i],o=e[r],a=t[r];if(void 0===a&&!(r in t)||!o(a))return!1}return!0}function Qn(t,e,n){if("function"!=typeof t)throw new vt(o);return _o((function(){t.apply(void 0,n)}),e)}function ti(t,e,n,i){var r=-1,o=ue,a=!0,s=t.length,l=[],d=e.length;if(!s)return l;n&&(e=pe(e,Ae(n))),i?(o=he,a=!1):e.length>=200&&(o=Te,a=!1,e=new Nn(e));t:for(;++r<s;){var c=t[r],u=null==n?c:n(c);if(c=i||0!==c?c:0,a&&u==u){for(var h=d;h--;)if(e[h]===u)continue t;l.push(c)}else o(e,u,i)||l.push(c)}return l}En.templateSettings={escape:B,evaluate:z,interpolate:H,variable:"",imports:{_:En}},En.prototype=An.prototype,En.prototype.constructor=En,Pn.prototype=Mn(An.prototype),Pn.prototype.constructor=Pn,Tn.prototype=Mn(An.prototype),Tn.prototype.constructor=Tn,Ln.prototype.clear=function(){this.__data__=bn?bn(null):{},this.size=0},Ln.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},Ln.prototype.get=function(t){var e=this.__data__;if(bn){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return wt.call(e,t)?e[t]:void 0},Ln.prototype.has=function(t){var e=this.__data__;return bn?void 0!==e[t]:wt.call(e,t)},Ln.prototype.set=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=bn&&void 0===e?"__lodash_hash_undefined__":e,this},Dn.prototype.clear=function(){this.__data__=[],this.size=0},Dn.prototype.delete=function(t){var e=this.__data__,n=Un(e,t);return!(n<0)&&(n==e.length-1?e.pop():Xt.call(e,n,1),--this.size,!0)},Dn.prototype.get=function(t){var e=this.__data__,n=Un(e,t);return n<0?void 0:e[n][1]},Dn.prototype.has=function(t){return Un(this.__data__,t)>-1},Dn.prototype.set=function(t,e){var n=this.__data__,i=Un(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this},In.prototype.clear=function(){this.size=0,this.__data__={hash:new Ln,map:new(fn||Dn),string:new Ln}},In.prototype.delete=function(t){var e=Jr(this,t).delete(t);return this.size-=e?1:0,e},In.prototype.get=function(t){return Jr(this,t).get(t)},In.prototype.has=function(t){return Jr(this,t).has(t)},In.prototype.set=function(t,e){var n=Jr(this,t),i=n.size;return n.set(t,e),this.size+=n.size==i?0:1,this},Nn.prototype.add=Nn.prototype.push=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this},Nn.prototype.has=function(t){return this.__data__.has(t)},Rn.prototype.clear=function(){this.__data__=new Dn,this.size=0},Rn.prototype.delete=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n},Rn.prototype.get=function(t){return this.__data__.get(t)},Rn.prototype.has=function(t){return this.__data__.has(t)},Rn.prototype.set=function(t,e){var n=this.__data__;if(n instanceof Dn){var i=n.__data__;if(!fn||i.length<199)return i.push([t,e]),this.size=++n.size,this;n=this.__data__=new In(i)}return n.set(t,e),this.size=n.size,this};var ei=Or(di),ni=Or(ci,!0);function ii(t,e){var n=!0;return ei(t,(function(t,i,r){return n=!!e(t,i,r)})),n}function ri(t,e,n){for(var i=-1,r=t.length;++i<r;){var o=t[i],a=e(o);if(null!=a&&(void 0===s?a==a&&!Ja(a):n(a,s)))var s=a,l=o}return l}function oi(t,e){var n=[];return ei(t,(function(t,i,r){e(t,i,r)&&n.push(t)})),n}function ai(t,e,n,i,r){var o=-1,a=t.length;for(n||(n=ao),r||(r=[]);++o<a;){var s=t[o];e>0&&n(s)?e>1?ai(s,e-1,n,i,r):fe(r,s):i||(r[r.length]=s)}return r}var si=wr(),li=wr(!0);function di(t,e){return t&&si(t,e,_s)}function ci(t,e){return t&&li(t,e,_s)}function ui(t,e){return ce(e,(function(e){return za(t[e])}))}function hi(t,e){for(var n=0,i=(e=lr(e,t)).length;null!=t&&n<i;)t=t[So(e[n++])];return n&&n==i?t:void 0}function pi(t,e,n){var i=e(t);return La(t)?i:fe(i,n(t))}function fi(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":Jt&&Jt in ft(t)?function(t){var e=wt.call(t,Jt),n=t[Jt];try{t[Jt]=void 0;var i=!0}catch(t){}var r=kt.call(t);i&&(e?t[Jt]=n:delete t[Jt]);return r}(t):function(t){return kt.call(t)}(t)}function gi(t,e){return t>e}function mi(t,e){return null!=t&&wt.call(t,e)}function vi(t,e){return null!=t&&e in ft(t)}function bi(t,e,n){for(var r=n?he:ue,o=t[0].length,a=t.length,s=a,l=i(a),d=1/0,c=[];s--;){var u=t[s];s&&e&&(u=pe(u,Ae(e))),d=ln(u.length,d),l[s]=!n&&(e||o>=120&&u.length>=120)?new Nn(s&&u):void 0}u=t[0];var h=-1,p=l[0];t:for(;++h<o&&c.length<d;){var f=u[h],g=e?e(f):f;if(f=n||0!==f?f:0,!(p?Te(p,g):r(c,g,n))){for(s=a;--s;){var m=l[s];if(!(m?Te(m,g):r(t[s],g,n)))continue t}p&&p.push(g),c.push(f)}}return c}function yi(t,e,n){var i=null==(t=vo(t,e=lr(e,t)))?t:t[So(Bo(e))];return null==i?void 0:oe(i,t,n)}function xi(t){return Ua(t)&&fi(t)==l}function _i(t,e,n,i,r){return t===e||(null==t||null==e||!Ua(t)&&!Ua(e)?t!=t&&e!=e:function(t,e,n,i,r,o){var a=La(t),s=La(e),p=a?d:io(t),f=s?d:io(e),O=(p=p==l?v:p)==v,C=(f=f==l?v:f)==v,k=p==f;if(k&&Ra(t)){if(!Ra(e))return!1;a=!0,O=!1}if(k&&!O)return o||(o=new Rn),a||Qa(t)?Yr(t,e,n,i,r,o):function(t,e,n,i,r,o,a){switch(n){case $:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case w:return!(t.byteLength!=e.byteLength||!o(new Lt(t),new Lt(e)));case c:case u:case m:return Ma(+t,+e);case h:return t.name==e.name&&t.message==e.message;case b:case x:return t==e+"";case g:var s=ze;case y:var l=1&i;if(s||(s=Ye),t.size!=e.size&&!l)return!1;var d=a.get(t);if(d)return d==e;i|=2,a.set(t,e);var p=Yr(s(t),s(e),i,r,o,a);return a.delete(t),p;case _:if(Sn)return Sn.call(t)==Sn.call(e)}return!1}(t,e,p,n,i,r,o);if(!(1&n)){var S=O&&wt.call(t,"__wrapped__"),j=C&&wt.call(e,"__wrapped__");if(S||j){var E=S?t.value():t,M=j?e.value():e;return o||(o=new Rn),r(E,M,n,i,o)}}if(!k)return!1;return o||(o=new Rn),function(t,e,n,i,r,o){var a=1&n,s=Gr(t),l=s.length,d=Gr(e).length;if(l!=d&&!a)return!1;var c=l;for(;c--;){var u=s[c];if(!(a?u in e:wt.call(e,u)))return!1}var h=o.get(t),p=o.get(e);if(h&&p)return h==e&&p==t;var f=!0;o.set(t,e),o.set(e,t);var g=a;for(;++c<l;){u=s[c];var m=t[u],v=e[u];if(i)var b=a?i(v,m,u,e,t,o):i(m,v,u,t,e,o);if(!(void 0===b?m===v||r(m,v,n,i,o):b)){f=!1;break}g||(g="constructor"==u)}if(f&&!g){var y=t.constructor,x=e.constructor;y==x||!("constructor"in t)||!("constructor"in e)||"function"==typeof y&&y instanceof y&&"function"==typeof x&&x instanceof x||(f=!1)}return o.delete(t),o.delete(e),f}(t,e,n,i,r,o)}(t,e,n,i,_i,r))}function Oi(t,e,n,i){var r=n.length,o=r,a=!i;if(null==t)return!o;for(t=ft(t);r--;){var s=n[r];if(a&&s[2]?s[1]!==t[s[0]]:!(s[0]in t))return!1}for(;++r<o;){var l=(s=n[r])[0],d=t[l],c=s[1];if(a&&s[2]){if(void 0===d&&!(l in t))return!1}else{var u=new Rn;if(i)var h=i(d,c,l,t,e,u);if(!(void 0===h?_i(c,d,3,i,u):h))return!1}}return!0}function wi(t){return!(!Ya(t)||(e=t,Ct&&Ct in e))&&(za(t)?Et:at).test(jo(t));var e}function $i(t){return"function"==typeof t?t:null==t?Vs:"object"==typeof t?La(t)?Mi(t[0],t[1]):Ei(t):nl(t)}function Ci(t){if(!po(t))return an(t);var e=[];for(var n in ft(t))wt.call(t,n)&&"constructor"!=n&&e.push(n);return e}function ki(t){if(!Ya(t))return function(t){var e=[];if(null!=t)for(var n in ft(t))e.push(n);return e}(t);var e=po(t),n=[];for(var i in t)("constructor"!=i||!e&&wt.call(t,i))&&n.push(i);return n}function Si(t,e){return t<e}function ji(t,e){var n=-1,r=Ia(t)?i(t.length):[];return ei(t,(function(t,i,o){r[++n]=e(t,i,o)})),r}function Ei(t){var e=Qr(t);return 1==e.length&&e[0][2]?go(e[0][0],e[0][1]):function(n){return n===t||Oi(n,t,e)}}function Mi(t,e){return co(t)&&fo(e)?go(So(t),e):function(n){var i=ms(n,t);return void 0===i&&i===e?vs(n,t):_i(e,i,3)}}function Ai(t,e,n,i,r){t!==e&&si(e,(function(o,a){if(r||(r=new Rn),Ya(o))!function(t,e,n,i,r,o,a){var s=yo(t,n),l=yo(e,n),d=a.get(l);if(d)return void Wn(t,n,d);var c=o?o(s,l,n+"",t,e,a):void 0,u=void 0===c;if(u){var h=La(l),p=!h&&Ra(l),f=!h&&!p&&Qa(l);c=l,h||p||f?La(s)?c=s:Na(s)?c=br(s):p?(u=!1,c=hr(l,!0)):f?(u=!1,c=fr(l,!0)):c=[]:Xa(l)||Ta(l)?(c=s,Ta(s)?c=ss(s):Ya(s)&&!za(s)||(c=oo(l))):u=!1}u&&(a.set(l,c),r(c,l,i,o,a),a.delete(l));Wn(t,n,c)}(t,e,a,n,Ai,i,r);else{var s=i?i(yo(t,a),o,a+"",t,e,r):void 0;void 0===s&&(s=o),Wn(t,a,s)}}),Os)}function Pi(t,e){var n=t.length;if(n)return so(e+=e<0?n:0,n)?t[e]:void 0}function Ti(t,e,n){e=e.length?pe(e,(function(t){return La(t)?function(e){return hi(e,1===t.length?t[0]:t)}:t})):[Vs];var i=-1;return e=pe(e,Ae(Zr())),function(t,e){var n=t.length;for(t.sort(e);n--;)t[n]=t[n].value;return t}(ji(t,(function(t,n,r){return{criteria:pe(e,(function(e){return e(t)})),index:++i,value:t}})),(function(t,e){return function(t,e,n){var i=-1,r=t.criteria,o=e.criteria,a=r.length,s=n.length;for(;++i<a;){var l=gr(r[i],o[i]);if(l){if(i>=s)return l;var d=n[i];return l*("desc"==d?-1:1)}}return t.index-e.index}(t,e,n)}))}function Li(t,e,n){for(var i=-1,r=e.length,o={};++i<r;){var a=e[i],s=hi(t,a);n(s,a)&&Hi(o,lr(a,t),s)}return o}function Di(t,e,n,i){var r=i?Oe:_e,o=-1,a=e.length,s=t;for(t===e&&(e=br(e)),n&&(s=pe(t,Ae(n)));++o<a;)for(var l=0,d=e[o],c=n?n(d):d;(l=r(s,c,l,i))>-1;)s!==t&&Xt.call(s,l,1),Xt.call(t,l,1);return t}function Ii(t,e){for(var n=t?e.length:0,i=n-1;n--;){var r=e[n];if(n==i||r!==o){var o=r;so(r)?Xt.call(t,r,1):tr(t,r)}}return t}function Ni(t,e){return t+tn(un()*(e-t+1))}function Ri(t,e){var n="";if(!t||e<1||e>9007199254740991)return n;do{e%2&&(n+=t),(e=tn(e/2))&&(t+=t)}while(e);return n}function Fi(t,e){return Oo(mo(t,e,Vs),t+"")}function Bi(t){return Bn(Ms(t))}function zi(t,e){var n=Ms(t);return Co(n,Kn(e,0,n.length))}function Hi(t,e,n,i){if(!Ya(t))return t;for(var r=-1,o=(e=lr(e,t)).length,a=o-1,s=t;null!=s&&++r<o;){var l=So(e[r]),d=n;if("__proto__"===l||"constructor"===l||"prototype"===l)return t;if(r!=a){var c=s[l];void 0===(d=i?i(c,l,s):void 0)&&(d=Ya(c)?c:so(e[r+1])?[]:{})}Yn(s,l,d),s=s[l]}return t}var Wi=yn?function(t,e){return yn.set(t,e),t}:Vs,Yi=be?function(t,e){return be(t,"toString",{configurable:!0,enumerable:!1,value:Ys(e),writable:!0})}:Vs;function Ui(t){return Co(Ms(t))}function Gi(t,e,n){var r=-1,o=t.length;e<0&&(e=-e>o?0:o+e),(n=n>o?o:n)<0&&(n+=o),o=e>n?0:n-e>>>0,e>>>=0;for(var a=i(o);++r<o;)a[r]=t[r+e];return a}function Vi(t,e){var n;return ei(t,(function(t,i,r){return!(n=e(t,i,r))})),!!n}function Xi(t,e,n){var i=0,r=null==t?i:t.length;if("number"==typeof e&&e==e&&r<=2147483647){for(;i<r;){var o=i+r>>>1,a=t[o];null!==a&&!Ja(a)&&(n?a<=e:a<e)?i=o+1:r=o}return r}return qi(t,e,Vs,n)}function qi(t,e,n,i){var r=0,o=null==t?0:t.length;if(0===o)return 0;for(var a=(e=n(e))!=e,s=null===e,l=Ja(e),d=void 0===e;r<o;){var c=tn((r+o)/2),u=n(t[c]),h=void 0!==u,p=null===u,f=u==u,g=Ja(u);if(a)var m=i||f;else m=d?f&&(i||h):s?f&&h&&(i||!p):l?f&&h&&!p&&(i||!g):!p&&!g&&(i?u<=e:u<e);m?r=c+1:o=c}return ln(o,4294967294)}function Ki(t,e){for(var n=-1,i=t.length,r=0,o=[];++n<i;){var a=t[n],s=e?e(a):a;if(!n||!Ma(s,l)){var l=s;o[r++]=0===a?0:a}}return o}function Zi(t){return"number"==typeof t?t:Ja(t)?NaN:+t}function Ji(t){if("string"==typeof t)return t;if(La(t))return pe(t,Ji)+"";if(Ja(t))return jn?jn.call(t):"";var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function Qi(t,e,n){var i=-1,r=ue,o=t.length,a=!0,s=[],l=s;if(n)a=!1,r=he;else if(o>=200){var d=e?null:Rr(t);if(d)return Ye(d);a=!1,r=Te,l=new Nn}else l=e?[]:s;t:for(;++i<o;){var c=t[i],u=e?e(c):c;if(c=n||0!==c?c:0,a&&u==u){for(var h=l.length;h--;)if(l[h]===u)continue t;e&&l.push(u),s.push(c)}else r(l,u,n)||(l!==s&&l.push(u),s.push(c))}return s}function tr(t,e){return null==(t=vo(t,e=lr(e,t)))||delete t[So(Bo(e))]}function er(t,e,n,i){return Hi(t,e,n(hi(t,e)),i)}function nr(t,e,n,i){for(var r=t.length,o=i?r:-1;(i?o--:++o<r)&&e(t[o],o,t););return n?Gi(t,i?0:o,i?o+1:r):Gi(t,i?o+1:0,i?r:o)}function ir(t,e){var n=t;return n instanceof Tn&&(n=n.value()),ge(e,(function(t,e){return e.func.apply(e.thisArg,fe([t],e.args))}),n)}function rr(t,e,n){var r=t.length;if(r<2)return r?Qi(t[0]):[];for(var o=-1,a=i(r);++o<r;)for(var s=t[o],l=-1;++l<r;)l!=o&&(a[o]=ti(a[o]||s,t[l],e,n));return Qi(ai(a,1),e,n)}function or(t,e,n){for(var i=-1,r=t.length,o=e.length,a={};++i<r;){var s=i<o?e[i]:void 0;n(a,t[i],s)}return a}function ar(t){return Na(t)?t:[]}function sr(t){return"function"==typeof t?t:Vs}function lr(t,e){return La(t)?t:co(t,e)?[t]:ko(ls(t))}var dr=Fi;function cr(t,e,n){var i=t.length;return n=void 0===n?i:n,!e&&n>=i?t:Gi(t,e,n)}var ur=ke||function(t){return Vt.clearTimeout(t)};function hr(t,e){if(e)return t.slice();var n=t.length,i=It?It(n):new t.constructor(n);return t.copy(i),i}function pr(t){var e=new t.constructor(t.byteLength);return new Lt(e).set(new Lt(t)),e}function fr(t,e){var n=e?pr(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}function gr(t,e){if(t!==e){var n=void 0!==t,i=null===t,r=t==t,o=Ja(t),a=void 0!==e,s=null===e,l=e==e,d=Ja(e);if(!s&&!d&&!o&&t>e||o&&a&&l&&!s&&!d||i&&a&&l||!n&&l||!r)return 1;if(!i&&!o&&!d&&t<e||d&&n&&r&&!i&&!o||s&&n&&r||!a&&r||!l)return-1}return 0}function mr(t,e,n,r){for(var o=-1,a=t.length,s=n.length,l=-1,d=e.length,c=sn(a-s,0),u=i(d+c),h=!r;++l<d;)u[l]=e[l];for(;++o<s;)(h||o<a)&&(u[n[o]]=t[o]);for(;c--;)u[l++]=t[o++];return u}function vr(t,e,n,r){for(var o=-1,a=t.length,s=-1,l=n.length,d=-1,c=e.length,u=sn(a-l,0),h=i(u+c),p=!r;++o<u;)h[o]=t[o];for(var f=o;++d<c;)h[f+d]=e[d];for(;++s<l;)(p||o<a)&&(h[f+n[s]]=t[o++]);return h}function br(t,e){var n=-1,r=t.length;for(e||(e=i(r));++n<r;)e[n]=t[n];return e}function yr(t,e,n,i){var r=!n;n||(n={});for(var o=-1,a=e.length;++o<a;){var s=e[o],l=i?i(n[s],t[s],s,n,t):void 0;void 0===l&&(l=t[s]),r?Xn(n,s,l):Yn(n,s,l)}return n}function xr(t,e){return function(n,i){var r=La(n)?ae:Gn,o=e?e():{};return r(n,t,Zr(i,2),o)}}function _r(t){return Fi((function(e,n){var i=-1,r=n.length,o=r>1?n[r-1]:void 0,a=r>2?n[2]:void 0;for(o=t.length>3&&"function"==typeof o?(r--,o):void 0,a&&lo(n[0],n[1],a)&&(o=r<3?void 0:o,r=1),e=ft(e);++i<r;){var s=n[i];s&&t(e,s,i,o)}return e}))}function Or(t,e){return function(n,i){if(null==n)return n;if(!Ia(n))return t(n,i);for(var r=n.length,o=e?r:-1,a=ft(n);(e?o--:++o<r)&&!1!==i(a[o],o,a););return n}}function wr(t){return function(e,n,i){for(var r=-1,o=ft(e),a=i(e),s=a.length;s--;){var l=a[t?s:++r];if(!1===n(o[l],l,o))break}return e}}function $r(t){return function(e){var n=Be(e=ls(e))?Ve(e):void 0,i=n?n[0]:e.charAt(0),r=n?cr(n,1).join(""):e.slice(1);return i[t]()+r}}function Cr(t){return function(e){return ge(zs(Ts(e).replace(Pt,"")),t,"")}}function kr(t){return function(){var e=arguments;switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var n=Mn(t.prototype),i=t.apply(n,e);return Ya(i)?i:n}}function Sr(t){return function(e,n,i){var r=ft(e);if(!Ia(e)){var o=Zr(n,3);e=_s(e),n=function(t){return o(r[t],t,r)}}var a=t(e,n,i);return a>-1?r[o?e[a]:a]:void 0}}function jr(t){return Ur((function(e){var n=e.length,i=n,r=Pn.prototype.thru;for(t&&e.reverse();i--;){var a=e[i];if("function"!=typeof a)throw new vt(o);if(r&&!s&&"wrapper"==qr(a))var s=new Pn([],!0)}for(i=s?i:n;++i<n;){var l=qr(a=e[i]),d="wrapper"==l?Xr(a):void 0;s=d&&uo(d[0])&&424==d[1]&&!d[4].length&&1==d[9]?s[qr(d[0])].apply(s,d[3]):1==a.length&&uo(a)?s[l]():s.thru(a)}return function(){var t=arguments,i=t[0];if(s&&1==t.length&&La(i))return s.plant(i).value();for(var r=0,o=n?e[r].apply(this,t):i;++r<n;)o=e[r].call(this,o);return o}}))}function Er(t,e,n,r,o,a,s,l,d,c){var u=128&e,h=1&e,p=2&e,f=24&e,g=512&e,m=p?void 0:kr(t);return function v(){for(var b=arguments.length,y=i(b),x=b;x--;)y[x]=arguments[x];if(f)var _=Kr(v),O=Ie(y,_);if(r&&(y=mr(y,r,o,f)),a&&(y=vr(y,a,s,f)),b-=O,f&&b<c){var w=We(y,_);return Ir(t,e,Er,v.placeholder,n,y,w,l,d,c-b)}var $=h?n:this,C=p?$[t]:t;return b=y.length,l?y=bo(y,l):g&&b>1&&y.reverse(),u&&d<b&&(y.length=d),this&&this!==Vt&&this instanceof v&&(C=m||kr(C)),C.apply($,y)}}function Mr(t,e){return function(n,i){return function(t,e,n,i){return di(t,(function(t,r,o){e(i,n(t),r,o)})),i}(n,t,e(i),{})}}function Ar(t,e){return function(n,i){var r;if(void 0===n&&void 0===i)return e;if(void 0!==n&&(r=n),void 0!==i){if(void 0===r)return i;"string"==typeof n||"string"==typeof i?(n=Ji(n),i=Ji(i)):(n=Zi(n),i=Zi(i)),r=t(n,i)}return r}}function Pr(t){return Ur((function(e){return e=pe(e,Ae(Zr())),Fi((function(n){var i=this;return t(e,(function(t){return oe(t,i,n)}))}))}))}function Tr(t,e){var n=(e=void 0===e?" ":Ji(e)).length;if(n<2)return n?Ri(e,t):e;var i=Ri(e,Qe(t/Ge(e)));return Be(e)?cr(Ve(i),0,t).join(""):i.slice(0,t)}function Lr(t){return function(e,n,r){return r&&"number"!=typeof r&&lo(e,n,r)&&(n=r=void 0),e=is(e),void 0===n?(n=e,e=0):n=is(n),function(t,e,n,r){for(var o=-1,a=sn(Qe((e-t)/(n||1)),0),s=i(a);a--;)s[r?a:++o]=t,t+=n;return s}(e,n,r=void 0===r?e<n?1:-1:is(r),t)}}function Dr(t){return function(e,n){return"string"==typeof e&&"string"==typeof n||(e=as(e),n=as(n)),t(e,n)}}function Ir(t,e,n,i,r,o,a,s,l,d){var c=8&e;e|=c?32:64,4&(e&=~(c?64:32))||(e&=-4);var u=[t,e,r,c?o:void 0,c?a:void 0,c?void 0:o,c?void 0:a,s,l,d],h=n.apply(void 0,u);return uo(t)&&xo(h,u),h.placeholder=i,wo(h,t,e)}function Nr(t){var e=pt[t];return function(t,n){if(t=as(t),(n=null==n?0:ln(rs(n),292))&&rn(t)){var i=(ls(t)+"e").split("e");return+((i=(ls(e(i[0]+"e"+(+i[1]+n)))+"e").split("e"))[0]+"e"+(+i[1]-n))}return e(t)}}var Rr=mn&&1/Ye(new mn([,-0]))[1]==1/0?function(t){return new mn(t)}:Js;function Fr(t){return function(e){var n=io(e);return n==g?ze(e):n==y?Ue(e):function(t,e){return pe(e,(function(e){return[e,t[e]]}))}(e,t(e))}}function Br(t,e,n,r,s,l,d,c){var u=2&e;if(!u&&"function"!=typeof t)throw new vt(o);var h=r?r.length:0;if(h||(e&=-97,r=s=void 0),d=void 0===d?d:sn(rs(d),0),c=void 0===c?c:rs(c),h-=s?s.length:0,64&e){var p=r,f=s;r=s=void 0}var g=u?void 0:Xr(t),m=[t,e,n,r,s,p,f,l,d,c];if(g&&function(t,e){var n=t[1],i=e[1],r=n|i,o=r<131,s=128==i&&8==n||128==i&&256==n&&t[7].length<=e[8]||384==i&&e[7].length<=e[8]&&8==n;if(!o&&!s)return t;1&i&&(t[2]=e[2],r|=1&n?0:4);var l=e[3];if(l){var d=t[3];t[3]=d?mr(d,l,e[4]):l,t[4]=d?We(t[3],a):e[4]}(l=e[5])&&(d=t[5],t[5]=d?vr(d,l,e[6]):l,t[6]=d?We(t[5],a):e[6]);(l=e[7])&&(t[7]=l);128&i&&(t[8]=null==t[8]?e[8]:ln(t[8],e[8]));null==t[9]&&(t[9]=e[9]);t[0]=e[0],t[1]=r}(m,g),t=m[0],e=m[1],n=m[2],r=m[3],s=m[4],!(c=m[9]=void 0===m[9]?u?0:t.length:sn(m[9]-h,0))&&24&e&&(e&=-25),e&&1!=e)v=8==e||16==e?function(t,e,n){var r=kr(t);return function o(){for(var a=arguments.length,s=i(a),l=a,d=Kr(o);l--;)s[l]=arguments[l];var c=a<3&&s[0]!==d&&s[a-1]!==d?[]:We(s,d);if((a-=c.length)<n)return Ir(t,e,Er,o.placeholder,void 0,s,c,void 0,void 0,n-a);var u=this&&this!==Vt&&this instanceof o?r:t;return oe(u,this,s)}}(t,e,c):32!=e&&33!=e||s.length?Er.apply(void 0,m):function(t,e,n,r){var o=1&e,a=kr(t);return function e(){for(var s=-1,l=arguments.length,d=-1,c=r.length,u=i(c+l),h=this&&this!==Vt&&this instanceof e?a:t;++d<c;)u[d]=r[d];for(;l--;)u[d++]=arguments[++s];return oe(h,o?n:this,u)}}(t,e,n,r);else var v=function(t,e,n){var i=1&e,r=kr(t);return function e(){var o=this&&this!==Vt&&this instanceof e?r:t;return o.apply(i?n:this,arguments)}}(t,e,n);return wo((g?Wi:xo)(v,m),t,e)}function zr(t,e,n,i){return void 0===t||Ma(t,xt[n])&&!wt.call(i,n)?e:t}function Hr(t,e,n,i,r,o){return Ya(t)&&Ya(e)&&(o.set(e,t),Ai(t,e,void 0,Hr,o),o.delete(e)),t}function Wr(t){return Xa(t)?void 0:t}function Yr(t,e,n,i,r,o){var a=1&n,s=t.length,l=e.length;if(s!=l&&!(a&&l>s))return!1;var d=o.get(t),c=o.get(e);if(d&&c)return d==e&&c==t;var u=-1,h=!0,p=2&n?new Nn:void 0;for(o.set(t,e),o.set(e,t);++u<s;){var f=t[u],g=e[u];if(i)var m=a?i(g,f,u,e,t,o):i(f,g,u,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(p){if(!ve(e,(function(t,e){if(!Te(p,e)&&(f===t||r(f,t,n,i,o)))return p.push(e)}))){h=!1;break}}else if(f!==g&&!r(f,g,n,i,o)){h=!1;break}}return o.delete(t),o.delete(e),h}function Ur(t){return Oo(mo(t,void 0,Do),t+"")}function Gr(t){return pi(t,_s,eo)}function Vr(t){return pi(t,Os,no)}var Xr=yn?function(t){return yn.get(t)}:Js;function qr(t){for(var e=t.name+"",n=xn[e],i=wt.call(xn,e)?n.length:0;i--;){var r=n[i],o=r.func;if(null==o||o==t)return r.name}return e}function Kr(t){return(wt.call(En,"placeholder")?En:t).placeholder}function Zr(){var t=En.iteratee||Xs;return t=t===Xs?$i:t,arguments.length?t(arguments[0],arguments[1]):t}function Jr(t,e){var n,i,r=t.__data__;return("string"==(i=typeof(n=e))||"number"==i||"symbol"==i||"boolean"==i?"__proto__"!==n:null===n)?r["string"==typeof e?"string":"hash"]:r.map}function Qr(t){for(var e=_s(t),n=e.length;n--;){var i=e[n],r=t[i];e[n]=[i,r,fo(r)]}return e}function to(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return wi(n)?n:void 0}var eo=en?function(t){return null==t?[]:(t=ft(t),ce(en(t),(function(e){return Gt.call(t,e)})))}:ol,no=en?function(t){for(var e=[];t;)fe(e,eo(t)),t=Ht(t);return e}:ol,io=fi;function ro(t,e,n){for(var i=-1,r=(e=lr(e,t)).length,o=!1;++i<r;){var a=So(e[i]);if(!(o=null!=t&&n(t,a)))break;t=t[a]}return o||++i!=r?o:!!(r=null==t?0:t.length)&&Wa(r)&&so(a,r)&&(La(t)||Ta(t))}function oo(t){return"function"!=typeof t.constructor||po(t)?{}:Mn(Ht(t))}function ao(t){return La(t)||Ta(t)||!!(qt&&t&&t[qt])}function so(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&lt.test(t))&&t>-1&&t%1==0&&t<e}function lo(t,e,n){if(!Ya(n))return!1;var i=typeof e;return!!("number"==i?Ia(n)&&so(e,n.length):"string"==i&&e in n)&&Ma(n[e],t)}function co(t,e){if(La(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Ja(t))||(Y.test(t)||!W.test(t)||null!=e&&t in ft(e))}function uo(t){var e=qr(t),n=En[e];if("function"!=typeof n||!(e in Tn.prototype))return!1;if(t===n)return!0;var i=Xr(n);return!!i&&t===i[0]}(pn&&io(new pn(new ArrayBuffer(1)))!=$||fn&&io(new fn)!=g||gn&&"[object Promise]"!=io(gn.resolve())||mn&&io(new mn)!=y||vn&&io(new vn)!=O)&&(io=function(t){var e=fi(t),n=e==v?t.constructor:void 0,i=n?jo(n):"";if(i)switch(i){case _n:return $;case On:return g;case wn:return"[object Promise]";case $n:return y;case Cn:return O}return e});var ho=_t?za:al;function po(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||xt)}function fo(t){return t==t&&!Ya(t)}function go(t,e){return function(n){return null!=n&&(n[t]===e&&(void 0!==e||t in ft(n)))}}function mo(t,e,n){return e=sn(void 0===e?t.length-1:e,0),function(){for(var r=arguments,o=-1,a=sn(r.length-e,0),s=i(a);++o<a;)s[o]=r[e+o];o=-1;for(var l=i(e+1);++o<e;)l[o]=r[o];return l[e]=n(s),oe(t,this,l)}}function vo(t,e){return e.length<2?t:hi(t,Gi(e,0,-1))}function bo(t,e){for(var n=t.length,i=ln(e.length,n),r=br(t);i--;){var o=e[i];t[i]=so(o,n)?r[o]:void 0}return t}function yo(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}var xo=$o(Wi),_o=Je||function(t,e){return Vt.setTimeout(t,e)},Oo=$o(Yi);function wo(t,e,n){var i=e+"";return Oo(t,function(t,e){var n=e.length;if(!n)return t;var i=n-1;return e[i]=(n>1?"& ":"")+e[i],e=e.join(n>2?", ":" "),t.replace(K,"{\n/* [wrapped with "+e+"] */\n")}(i,function(t,e){return se(s,(function(n){var i="_."+n[0];e&n[1]&&!ue(t,i)&&t.push(i)})),t.sort()}(function(t){var e=t.match(Z);return e?e[1].split(J):[]}(i),n)))}function $o(t){var e=0,n=0;return function(){var i=dn(),r=16-(i-n);if(n=i,r>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}function Co(t,e){var n=-1,i=t.length,r=i-1;for(e=void 0===e?i:e;++n<e;){var o=Ni(n,r),a=t[o];t[o]=t[n],t[n]=a}return t.length=e,t}var ko=function(t){var e=$a(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(U,(function(t,n,i,r){e.push(i?r.replace(et,"$1"):n||t)})),e}));function So(t){if("string"==typeof t||Ja(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function jo(t){if(null!=t){try{return Ot.call(t)}catch(t){}try{return t+""}catch(t){}}return""}function Eo(t){if(t instanceof Tn)return t.clone();var e=new Pn(t.__wrapped__,t.__chain__);return e.__actions__=br(t.__actions__),e.__index__=t.__index__,e.__values__=t.__values__,e}var Mo=Fi((function(t,e){return Na(t)?ti(t,ai(e,1,Na,!0)):[]})),Ao=Fi((function(t,e){var n=Bo(e);return Na(n)&&(n=void 0),Na(t)?ti(t,ai(e,1,Na,!0),Zr(n,2)):[]})),Po=Fi((function(t,e){var n=Bo(e);return Na(n)&&(n=void 0),Na(t)?ti(t,ai(e,1,Na,!0),void 0,n):[]}));function To(t,e,n){var i=null==t?0:t.length;if(!i)return-1;var r=null==n?0:rs(n);return r<0&&(r=sn(i+r,0)),xe(t,Zr(e,3),r)}function Lo(t,e,n){var i=null==t?0:t.length;if(!i)return-1;var r=i-1;return void 0!==n&&(r=rs(n),r=n<0?sn(i+r,0):ln(r,i-1)),xe(t,Zr(e,3),r,!0)}function Do(t){return(null==t?0:t.length)?ai(t,1):[]}function Io(t){return t&&t.length?t[0]:void 0}var No=Fi((function(t){var e=pe(t,ar);return e.length&&e[0]===t[0]?bi(e):[]})),Ro=Fi((function(t){var e=Bo(t),n=pe(t,ar);return e===Bo(n)?e=void 0:n.pop(),n.length&&n[0]===t[0]?bi(n,Zr(e,2)):[]})),Fo=Fi((function(t){var e=Bo(t),n=pe(t,ar);return(e="function"==typeof e?e:void 0)&&n.pop(),n.length&&n[0]===t[0]?bi(n,void 0,e):[]}));function Bo(t){var e=null==t?0:t.length;return e?t[e-1]:void 0}var zo=Fi(Ho);function Ho(t,e){return t&&t.length&&e&&e.length?Di(t,e):t}var Wo=Ur((function(t,e){var n=null==t?0:t.length,i=qn(t,e);return Ii(t,pe(e,(function(t){return so(t,n)?+t:t})).sort(gr)),i}));function Yo(t){return null==t?t:hn.call(t)}var Uo=Fi((function(t){return Qi(ai(t,1,Na,!0))})),Go=Fi((function(t){var e=Bo(t);return Na(e)&&(e=void 0),Qi(ai(t,1,Na,!0),Zr(e,2))})),Vo=Fi((function(t){var e=Bo(t);return e="function"==typeof e?e:void 0,Qi(ai(t,1,Na,!0),void 0,e)}));function Xo(t){if(!t||!t.length)return[];var e=0;return t=ce(t,(function(t){if(Na(t))return e=sn(t.length,e),!0})),Ee(e,(function(e){return pe(t,Ce(e))}))}function qo(t,e){if(!t||!t.length)return[];var n=Xo(t);return null==e?n:pe(n,(function(t){return oe(e,void 0,t)}))}var Ko=Fi((function(t,e){return Na(t)?ti(t,e):[]})),Zo=Fi((function(t){return rr(ce(t,Na))})),Jo=Fi((function(t){var e=Bo(t);return Na(e)&&(e=void 0),rr(ce(t,Na),Zr(e,2))})),Qo=Fi((function(t){var e=Bo(t);return e="function"==typeof e?e:void 0,rr(ce(t,Na),void 0,e)})),ta=Fi(Xo);var ea=Fi((function(t){var e=t.length,n=e>1?t[e-1]:void 0;return n="function"==typeof n?(t.pop(),n):void 0,qo(t,n)}));function na(t){var e=En(t);return e.__chain__=!0,e}function ia(t,e){return e(t)}var ra=Ur((function(t){var e=t.length,n=e?t[0]:0,i=this.__wrapped__,r=function(e){return qn(e,t)};return!(e>1||this.__actions__.length)&&i instanceof Tn&&so(n)?((i=i.slice(n,+n+(e?1:0))).__actions__.push({func:ia,args:[r],thisArg:void 0}),new Pn(i,this.__chain__).thru((function(t){return e&&!t.length&&t.push(void 0),t}))):this.thru(r)}));var oa=xr((function(t,e,n){wt.call(t,n)?++t[n]:Xn(t,n,1)}));var aa=Sr(To),sa=Sr(Lo);function la(t,e){return(La(t)?se:ei)(t,Zr(e,3))}function da(t,e){return(La(t)?le:ni)(t,Zr(e,3))}var ca=xr((function(t,e,n){wt.call(t,n)?t[n].push(e):Xn(t,n,[e])}));var ua=Fi((function(t,e,n){var r=-1,o="function"==typeof e,a=Ia(t)?i(t.length):[];return ei(t,(function(t){a[++r]=o?oe(e,t,n):yi(t,e,n)})),a})),ha=xr((function(t,e,n){Xn(t,n,e)}));function pa(t,e){return(La(t)?pe:ji)(t,Zr(e,3))}var fa=xr((function(t,e,n){t[n?0:1].push(e)}),(function(){return[[],[]]}));var ga=Fi((function(t,e){if(null==t)return[];var n=e.length;return n>1&&lo(t,e[0],e[1])?e=[]:n>2&&lo(e[0],e[1],e[2])&&(e=[e[0]]),Ti(t,ai(e,1),[])})),ma=Ze||function(){return Vt.Date.now()};function va(t,e,n){return e=n?void 0:e,Br(t,128,void 0,void 0,void 0,void 0,e=t&&null==e?t.length:e)}function ba(t,e){var n;if("function"!=typeof e)throw new vt(o);return t=rs(t),function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=void 0),n}}var ya=Fi((function(t,e,n){var i=1;if(n.length){var r=We(n,Kr(ya));i|=32}return Br(t,i,e,n,r)})),xa=Fi((function(t,e,n){var i=3;if(n.length){var r=We(n,Kr(xa));i|=32}return Br(e,i,t,n,r)}));function _a(t,e,n){var i,r,a,s,l,d,c=0,u=!1,h=!1,p=!0;if("function"!=typeof t)throw new vt(o);function f(e){var n=i,o=r;return i=r=void 0,c=e,s=t.apply(o,n)}function g(t){return c=t,l=_o(v,e),u?f(t):s}function m(t){var n=t-d;return void 0===d||n>=e||n<0||h&&t-c>=a}function v(){var t=ma();if(m(t))return b(t);l=_o(v,function(t){var n=e-(t-d);return h?ln(n,a-(t-c)):n}(t))}function b(t){return l=void 0,p&&i?f(t):(i=r=void 0,s)}function y(){var t=ma(),n=m(t);if(i=arguments,r=this,d=t,n){if(void 0===l)return g(d);if(h)return ur(l),l=_o(v,e),f(d)}return void 0===l&&(l=_o(v,e)),s}return e=as(e)||0,Ya(n)&&(u=!!n.leading,a=(h="maxWait"in n)?sn(as(n.maxWait)||0,e):a,p="trailing"in n?!!n.trailing:p),y.cancel=function(){void 0!==l&&ur(l),c=0,i=d=r=l=void 0},y.flush=function(){return void 0===l?s:b(ma())},y}var Oa=Fi((function(t,e){return Qn(t,1,e)})),wa=Fi((function(t,e,n){return Qn(t,as(e)||0,n)}));function $a(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new vt(o);var n=function(){var i=arguments,r=e?e.apply(this,i):i[0],o=n.cache;if(o.has(r))return o.get(r);var a=t.apply(this,i);return n.cache=o.set(r,a)||o,a};return n.cache=new($a.Cache||In),n}function Ca(t){if("function"!=typeof t)throw new vt(o);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}$a.Cache=In;var ka=dr((function(t,e){var n=(e=1==e.length&&La(e[0])?pe(e[0],Ae(Zr())):pe(ai(e,1),Ae(Zr()))).length;return Fi((function(i){for(var r=-1,o=ln(i.length,n);++r<o;)i[r]=e[r].call(this,i[r]);return oe(t,this,i)}))})),Sa=Fi((function(t,e){return Br(t,32,void 0,e,We(e,Kr(Sa)))})),ja=Fi((function(t,e){return Br(t,64,void 0,e,We(e,Kr(ja)))})),Ea=Ur((function(t,e){return Br(t,256,void 0,void 0,void 0,e)}));function Ma(t,e){return t===e||t!=t&&e!=e}var Aa=Dr(gi),Pa=Dr((function(t,e){return t>=e})),Ta=xi(function(){return arguments}())?xi:function(t){return Ua(t)&&wt.call(t,"callee")&&!Gt.call(t,"callee")},La=i.isArray,Da=Qt?Ae(Qt):function(t){return Ua(t)&&fi(t)==w};function Ia(t){return null!=t&&Wa(t.length)&&!za(t)}function Na(t){return Ua(t)&&Ia(t)}var Ra=nn||al,Fa=te?Ae(te):function(t){return Ua(t)&&fi(t)==u};function Ba(t){if(!Ua(t))return!1;var e=fi(t);return e==h||"[object DOMException]"==e||"string"==typeof t.message&&"string"==typeof t.name&&!Xa(t)}function za(t){if(!Ya(t))return!1;var e=fi(t);return e==p||e==f||"[object AsyncFunction]"==e||"[object Proxy]"==e}function Ha(t){return"number"==typeof t&&t==rs(t)}function Wa(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}function Ya(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function Ua(t){return null!=t&&"object"==typeof t}var Ga=ee?Ae(ee):function(t){return Ua(t)&&io(t)==g};function Va(t){return"number"==typeof t||Ua(t)&&fi(t)==m}function Xa(t){if(!Ua(t)||fi(t)!=v)return!1;var e=Ht(t);if(null===e)return!0;var n=wt.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&Ot.call(n)==St}var qa=ne?Ae(ne):function(t){return Ua(t)&&fi(t)==b};var Ka=ie?Ae(ie):function(t){return Ua(t)&&io(t)==y};function Za(t){return"string"==typeof t||!La(t)&&Ua(t)&&fi(t)==x}function Ja(t){return"symbol"==typeof t||Ua(t)&&fi(t)==_}var Qa=re?Ae(re):function(t){return Ua(t)&&Wa(t.length)&&!!Bt[fi(t)]};var ts=Dr(Si),es=Dr((function(t,e){return t<=e}));function ns(t){if(!t)return[];if(Ia(t))return Za(t)?Ve(t):br(t);if(Zt&&t[Zt])return function(t){for(var e,n=[];!(e=t.next()).done;)n.push(e.value);return n}(t[Zt]());var e=io(t);return(e==g?ze:e==y?Ye:Ms)(t)}function is(t){return t?(t=as(t))===1/0||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}function rs(t){var e=is(t),n=e%1;return e==e?n?e-n:e:0}function os(t){return t?Kn(rs(t),0,4294967295):0}function as(t){if("number"==typeof t)return t;if(Ja(t))return NaN;if(Ya(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=Ya(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Me(t);var n=ot.test(t);return n||st.test(t)?Yt(t.slice(2),n?2:8):rt.test(t)?NaN:+t}function ss(t){return yr(t,Os(t))}function ls(t){return null==t?"":Ji(t)}var ds=_r((function(t,e){if(po(e)||Ia(e))yr(e,_s(e),t);else for(var n in e)wt.call(e,n)&&Yn(t,n,e[n])})),cs=_r((function(t,e){yr(e,Os(e),t)})),us=_r((function(t,e,n,i){yr(e,Os(e),t,i)})),hs=_r((function(t,e,n,i){yr(e,_s(e),t,i)})),ps=Ur(qn);var fs=Fi((function(t,e){t=ft(t);var n=-1,i=e.length,r=i>2?e[2]:void 0;for(r&&lo(e[0],e[1],r)&&(i=1);++n<i;)for(var o=e[n],a=Os(o),s=-1,l=a.length;++s<l;){var d=a[s],c=t[d];(void 0===c||Ma(c,xt[d])&&!wt.call(t,d))&&(t[d]=o[d])}return t})),gs=Fi((function(t){return t.push(void 0,Hr),oe($s,void 0,t)}));function ms(t,e,n){var i=null==t?void 0:hi(t,e);return void 0===i?n:i}function vs(t,e){return null!=t&&ro(t,e,vi)}var bs=Mr((function(t,e,n){null!=e&&"function"!=typeof e.toString&&(e=kt.call(e)),t[e]=n}),Ys(Vs)),ys=Mr((function(t,e,n){null!=e&&"function"!=typeof e.toString&&(e=kt.call(e)),wt.call(t,e)?t[e].push(n):t[e]=[n]}),Zr),xs=Fi(yi);function _s(t){return Ia(t)?Fn(t):Ci(t)}function Os(t){return Ia(t)?Fn(t,!0):ki(t)}var ws=_r((function(t,e,n){Ai(t,e,n)})),$s=_r((function(t,e,n,i){Ai(t,e,n,i)})),Cs=Ur((function(t,e){var n={};if(null==t)return n;var i=!1;e=pe(e,(function(e){return e=lr(e,t),i||(i=e.length>1),e})),yr(t,Vr(t),n),i&&(n=Zn(n,7,Wr));for(var r=e.length;r--;)tr(n,e[r]);return n}));var ks=Ur((function(t,e){return null==t?{}:function(t,e){return Li(t,e,(function(e,n){return vs(t,n)}))}(t,e)}));function Ss(t,e){if(null==t)return{};var n=pe(Vr(t),(function(t){return[t]}));return e=Zr(e),Li(t,n,(function(t,n){return e(t,n[0])}))}var js=Fr(_s),Es=Fr(Os);function Ms(t){return null==t?[]:Pe(t,_s(t))}var As=Cr((function(t,e,n){return e=e.toLowerCase(),t+(n?Ps(e):e)}));function Ps(t){return Bs(ls(t).toLowerCase())}function Ts(t){return(t=ls(t))&&t.replace(dt,Ne).replace(Tt,"")}var Ls=Cr((function(t,e,n){return t+(n?"-":"")+e.toLowerCase()})),Ds=Cr((function(t,e,n){return t+(n?" ":"")+e.toLowerCase()})),Is=$r("toLowerCase");var Ns=Cr((function(t,e,n){return t+(n?"_":"")+e.toLowerCase()}));var Rs=Cr((function(t,e,n){return t+(n?" ":"")+Bs(e)}));var Fs=Cr((function(t,e,n){return t+(n?" ":"")+e.toUpperCase()})),Bs=$r("toUpperCase");function zs(t,e,n){return t=ls(t),void 0===(e=n?void 0:e)?function(t){return Nt.test(t)}(t)?function(t){return t.match(Dt)||[]}(t):function(t){return t.match(Q)||[]}(t):t.match(e)||[]}var Hs=Fi((function(t,e){try{return oe(t,void 0,e)}catch(t){return Ba(t)?t:new q(t)}})),Ws=Ur((function(t,e){return se(e,(function(e){e=So(e),Xn(t,e,ya(t[e],t))})),t}));function Ys(t){return function(){return t}}var Us=jr(),Gs=jr(!0);function Vs(t){return t}function Xs(t){return $i("function"==typeof t?t:Zn(t,1))}var qs=Fi((function(t,e){return function(n){return yi(n,t,e)}})),Ks=Fi((function(t,e){return function(n){return yi(t,n,e)}}));function Zs(t,e,n){var i=_s(e),r=ui(e,i);null!=n||Ya(e)&&(r.length||!i.length)||(n=e,e=t,t=this,r=ui(e,_s(e)));var o=!(Ya(n)&&"chain"in n&&!n.chain),a=za(t);return se(r,(function(n){var i=e[n];t[n]=i,a&&(t.prototype[n]=function(){var e=this.__chain__;if(o||e){var n=t(this.__wrapped__),r=n.__actions__=br(this.__actions__);return r.push({func:i,args:arguments,thisArg:t}),n.__chain__=e,n}return i.apply(t,fe([this.value()],arguments))})})),t}function Js(){}var Qs=Pr(pe),tl=Pr(de),el=Pr(ve);function nl(t){return co(t)?Ce(So(t)):function(t){return function(e){return hi(e,t)}}(t)}var il=Lr(),rl=Lr(!0);function ol(){return[]}function al(){return!1}var sl=Ar((function(t,e){return t+e}),0),ll=Nr("ceil"),dl=Ar((function(t,e){return t/e}),1),cl=Nr("floor");var ul,hl=Ar((function(t,e){return t*e}),1),pl=Nr("round"),fl=Ar((function(t,e){return t-e}),0);return En.after=function(t,e){if("function"!=typeof e)throw new vt(o);return t=rs(t),function(){if(--t<1)return e.apply(this,arguments)}},En.ary=va,En.assign=ds,En.assignIn=cs,En.assignInWith=us,En.assignWith=hs,En.at=ps,En.before=ba,En.bind=ya,En.bindAll=Ws,En.bindKey=xa,En.castArray=function(){if(!arguments.length)return[];var t=arguments[0];return La(t)?t:[t]},En.chain=na,En.chunk=function(t,e,n){e=(n?lo(t,e,n):void 0===e)?1:sn(rs(e),0);var r=null==t?0:t.length;if(!r||e<1)return[];for(var o=0,a=0,s=i(Qe(r/e));o<r;)s[a++]=Gi(t,o,o+=e);return s},En.compact=function(t){for(var e=-1,n=null==t?0:t.length,i=0,r=[];++e<n;){var o=t[e];o&&(r[i++]=o)}return r},En.concat=function(){var t=arguments.length;if(!t)return[];for(var e=i(t-1),n=arguments[0],r=t;r--;)e[r-1]=arguments[r];return fe(La(n)?br(n):[n],ai(e,1))},En.cond=function(t){var e=null==t?0:t.length,n=Zr();return t=e?pe(t,(function(t){if("function"!=typeof t[1])throw new vt(o);return[n(t[0]),t[1]]})):[],Fi((function(n){for(var i=-1;++i<e;){var r=t[i];if(oe(r[0],this,n))return oe(r[1],this,n)}}))},En.conforms=function(t){return function(t){var e=_s(t);return function(n){return Jn(n,t,e)}}(Zn(t,1))},En.constant=Ys,En.countBy=oa,En.create=function(t,e){var n=Mn(t);return null==e?n:Vn(n,e)},En.curry=function t(e,n,i){var r=Br(e,8,void 0,void 0,void 0,void 0,void 0,n=i?void 0:n);return r.placeholder=t.placeholder,r},En.curryRight=function t(e,n,i){var r=Br(e,16,void 0,void 0,void 0,void 0,void 0,n=i?void 0:n);return r.placeholder=t.placeholder,r},En.debounce=_a,En.defaults=fs,En.defaultsDeep=gs,En.defer=Oa,En.delay=wa,En.difference=Mo,En.differenceBy=Ao,En.differenceWith=Po,En.drop=function(t,e,n){var i=null==t?0:t.length;return i?Gi(t,(e=n||void 0===e?1:rs(e))<0?0:e,i):[]},En.dropRight=function(t,e,n){var i=null==t?0:t.length;return i?Gi(t,0,(e=i-(e=n||void 0===e?1:rs(e)))<0?0:e):[]},En.dropRightWhile=function(t,e){return t&&t.length?nr(t,Zr(e,3),!0,!0):[]},En.dropWhile=function(t,e){return t&&t.length?nr(t,Zr(e,3),!0):[]},En.fill=function(t,e,n,i){var r=null==t?0:t.length;return r?(n&&"number"!=typeof n&&lo(t,e,n)&&(n=0,i=r),function(t,e,n,i){var r=t.length;for((n=rs(n))<0&&(n=-n>r?0:r+n),(i=void 0===i||i>r?r:rs(i))<0&&(i+=r),i=n>i?0:os(i);n<i;)t[n++]=e;return t}(t,e,n,i)):[]},En.filter=function(t,e){return(La(t)?ce:oi)(t,Zr(e,3))},En.flatMap=function(t,e){return ai(pa(t,e),1)},En.flatMapDeep=function(t,e){return ai(pa(t,e),1/0)},En.flatMapDepth=function(t,e,n){return n=void 0===n?1:rs(n),ai(pa(t,e),n)},En.flatten=Do,En.flattenDeep=function(t){return(null==t?0:t.length)?ai(t,1/0):[]},En.flattenDepth=function(t,e){return(null==t?0:t.length)?ai(t,e=void 0===e?1:rs(e)):[]},En.flip=function(t){return Br(t,512)},En.flow=Us,En.flowRight=Gs,En.fromPairs=function(t){for(var e=-1,n=null==t?0:t.length,i={};++e<n;){var r=t[e];i[r[0]]=r[1]}return i},En.functions=function(t){return null==t?[]:ui(t,_s(t))},En.functionsIn=function(t){return null==t?[]:ui(t,Os(t))},En.groupBy=ca,En.initial=function(t){return(null==t?0:t.length)?Gi(t,0,-1):[]},En.intersection=No,En.intersectionBy=Ro,En.intersectionWith=Fo,En.invert=bs,En.invertBy=ys,En.invokeMap=ua,En.iteratee=Xs,En.keyBy=ha,En.keys=_s,En.keysIn=Os,En.map=pa,En.mapKeys=function(t,e){var n={};return e=Zr(e,3),di(t,(function(t,i,r){Xn(n,e(t,i,r),t)})),n},En.mapValues=function(t,e){var n={};return e=Zr(e,3),di(t,(function(t,i,r){Xn(n,i,e(t,i,r))})),n},En.matches=function(t){return Ei(Zn(t,1))},En.matchesProperty=function(t,e){return Mi(t,Zn(e,1))},En.memoize=$a,En.merge=ws,En.mergeWith=$s,En.method=qs,En.methodOf=Ks,En.mixin=Zs,En.negate=Ca,En.nthArg=function(t){return t=rs(t),Fi((function(e){return Pi(e,t)}))},En.omit=Cs,En.omitBy=function(t,e){return Ss(t,Ca(Zr(e)))},En.once=function(t){return ba(2,t)},En.orderBy=function(t,e,n,i){return null==t?[]:(La(e)||(e=null==e?[]:[e]),La(n=i?void 0:n)||(n=null==n?[]:[n]),Ti(t,e,n))},En.over=Qs,En.overArgs=ka,En.overEvery=tl,En.overSome=el,En.partial=Sa,En.partialRight=ja,En.partition=fa,En.pick=ks,En.pickBy=Ss,En.property=nl,En.propertyOf=function(t){return function(e){return null==t?void 0:hi(t,e)}},En.pull=zo,En.pullAll=Ho,En.pullAllBy=function(t,e,n){return t&&t.length&&e&&e.length?Di(t,e,Zr(n,2)):t},En.pullAllWith=function(t,e,n){return t&&t.length&&e&&e.length?Di(t,e,void 0,n):t},En.pullAt=Wo,En.range=il,En.rangeRight=rl,En.rearg=Ea,En.reject=function(t,e){return(La(t)?ce:oi)(t,Ca(Zr(e,3)))},En.remove=function(t,e){var n=[];if(!t||!t.length)return n;var i=-1,r=[],o=t.length;for(e=Zr(e,3);++i<o;){var a=t[i];e(a,i,t)&&(n.push(a),r.push(i))}return Ii(t,r),n},En.rest=function(t,e){if("function"!=typeof t)throw new vt(o);return Fi(t,e=void 0===e?e:rs(e))},En.reverse=Yo,En.sampleSize=function(t,e,n){return e=(n?lo(t,e,n):void 0===e)?1:rs(e),(La(t)?zn:zi)(t,e)},En.set=function(t,e,n){return null==t?t:Hi(t,e,n)},En.setWith=function(t,e,n,i){return i="function"==typeof i?i:void 0,null==t?t:Hi(t,e,n,i)},En.shuffle=function(t){return(La(t)?Hn:Ui)(t)},En.slice=function(t,e,n){var i=null==t?0:t.length;return i?(n&&"number"!=typeof n&&lo(t,e,n)?(e=0,n=i):(e=null==e?0:rs(e),n=void 0===n?i:rs(n)),Gi(t,e,n)):[]},En.sortBy=ga,En.sortedUniq=function(t){return t&&t.length?Ki(t):[]},En.sortedUniqBy=function(t,e){return t&&t.length?Ki(t,Zr(e,2)):[]},En.split=function(t,e,n){return n&&"number"!=typeof n&&lo(t,e,n)&&(e=n=void 0),(n=void 0===n?4294967295:n>>>0)?(t=ls(t))&&("string"==typeof e||null!=e&&!qa(e))&&!(e=Ji(e))&&Be(t)?cr(Ve(t),0,n):t.split(e,n):[]},En.spread=function(t,e){if("function"!=typeof t)throw new vt(o);return e=null==e?0:sn(rs(e),0),Fi((function(n){var i=n[e],r=cr(n,0,e);return i&&fe(r,i),oe(t,this,r)}))},En.tail=function(t){var e=null==t?0:t.length;return e?Gi(t,1,e):[]},En.take=function(t,e,n){return t&&t.length?Gi(t,0,(e=n||void 0===e?1:rs(e))<0?0:e):[]},En.takeRight=function(t,e,n){var i=null==t?0:t.length;return i?Gi(t,(e=i-(e=n||void 0===e?1:rs(e)))<0?0:e,i):[]},En.takeRightWhile=function(t,e){return t&&t.length?nr(t,Zr(e,3),!1,!0):[]},En.takeWhile=function(t,e){return t&&t.length?nr(t,Zr(e,3)):[]},En.tap=function(t,e){return e(t),t},En.throttle=function(t,e,n){var i=!0,r=!0;if("function"!=typeof t)throw new vt(o);return Ya(n)&&(i="leading"in n?!!n.leading:i,r="trailing"in n?!!n.trailing:r),_a(t,e,{leading:i,maxWait:e,trailing:r})},En.thru=ia,En.toArray=ns,En.toPairs=js,En.toPairsIn=Es,En.toPath=function(t){return La(t)?pe(t,So):Ja(t)?[t]:br(ko(ls(t)))},En.toPlainObject=ss,En.transform=function(t,e,n){var i=La(t),r=i||Ra(t)||Qa(t);if(e=Zr(e,4),null==n){var o=t&&t.constructor;n=r?i?new o:[]:Ya(t)&&za(o)?Mn(Ht(t)):{}}return(r?se:di)(t,(function(t,i,r){return e(n,t,i,r)})),n},En.unary=function(t){return va(t,1)},En.union=Uo,En.unionBy=Go,En.unionWith=Vo,En.uniq=function(t){return t&&t.length?Qi(t):[]},En.uniqBy=function(t,e){return t&&t.length?Qi(t,Zr(e,2)):[]},En.uniqWith=function(t,e){return e="function"==typeof e?e:void 0,t&&t.length?Qi(t,void 0,e):[]},En.unset=function(t,e){return null==t||tr(t,e)},En.unzip=Xo,En.unzipWith=qo,En.update=function(t,e,n){return null==t?t:er(t,e,sr(n))},En.updateWith=function(t,e,n,i){return i="function"==typeof i?i:void 0,null==t?t:er(t,e,sr(n),i)},En.values=Ms,En.valuesIn=function(t){return null==t?[]:Pe(t,Os(t))},En.without=Ko,En.words=zs,En.wrap=function(t,e){return Sa(sr(e),t)},En.xor=Zo,En.xorBy=Jo,En.xorWith=Qo,En.zip=ta,En.zipObject=function(t,e){return or(t||[],e||[],Yn)},En.zipObjectDeep=function(t,e){return or(t||[],e||[],Hi)},En.zipWith=ea,En.entries=js,En.entriesIn=Es,En.extend=cs,En.extendWith=us,Zs(En,En),En.add=sl,En.attempt=Hs,En.camelCase=As,En.capitalize=Ps,En.ceil=ll,En.clamp=function(t,e,n){return void 0===n&&(n=e,e=void 0),void 0!==n&&(n=(n=as(n))==n?n:0),void 0!==e&&(e=(e=as(e))==e?e:0),Kn(as(t),e,n)},En.clone=function(t){return Zn(t,4)},En.cloneDeep=function(t){return Zn(t,5)},En.cloneDeepWith=function(t,e){return Zn(t,5,e="function"==typeof e?e:void 0)},En.cloneWith=function(t,e){return Zn(t,4,e="function"==typeof e?e:void 0)},En.conformsTo=function(t,e){return null==e||Jn(t,e,_s(e))},En.deburr=Ts,En.defaultTo=function(t,e){return null==t||t!=t?e:t},En.divide=dl,En.endsWith=function(t,e,n){t=ls(t),e=Ji(e);var i=t.length,r=n=void 0===n?i:Kn(rs(n),0,i);return(n-=e.length)>=0&&t.slice(n,r)==e},En.eq=Ma,En.escape=function(t){return(t=ls(t))&&F.test(t)?t.replace(N,Re):t},En.escapeRegExp=function(t){return(t=ls(t))&&V.test(t)?t.replace(G,"\\$&"):t},En.every=function(t,e,n){var i=La(t)?de:ii;return n&&lo(t,e,n)&&(e=void 0),i(t,Zr(e,3))},En.find=aa,En.findIndex=To,En.findKey=function(t,e){return ye(t,Zr(e,3),di)},En.findLast=sa,En.findLastIndex=Lo,En.findLastKey=function(t,e){return ye(t,Zr(e,3),ci)},En.floor=cl,En.forEach=la,En.forEachRight=da,En.forIn=function(t,e){return null==t?t:si(t,Zr(e,3),Os)},En.forInRight=function(t,e){return null==t?t:li(t,Zr(e,3),Os)},En.forOwn=function(t,e){return t&&di(t,Zr(e,3))},En.forOwnRight=function(t,e){return t&&ci(t,Zr(e,3))},En.get=ms,En.gt=Aa,En.gte=Pa,En.has=function(t,e){return null!=t&&ro(t,e,mi)},En.hasIn=vs,En.head=Io,En.identity=Vs,En.includes=function(t,e,n,i){t=Ia(t)?t:Ms(t),n=n&&!i?rs(n):0;var r=t.length;return n<0&&(n=sn(r+n,0)),Za(t)?n<=r&&t.indexOf(e,n)>-1:!!r&&_e(t,e,n)>-1},En.indexOf=function(t,e,n){var i=null==t?0:t.length;if(!i)return-1;var r=null==n?0:rs(n);return r<0&&(r=sn(i+r,0)),_e(t,e,r)},En.inRange=function(t,e,n){return e=is(e),void 0===n?(n=e,e=0):n=is(n),function(t,e,n){return t>=ln(e,n)&&t<sn(e,n)}(t=as(t),e,n)},En.invoke=xs,En.isArguments=Ta,En.isArray=La,En.isArrayBuffer=Da,En.isArrayLike=Ia,En.isArrayLikeObject=Na,En.isBoolean=function(t){return!0===t||!1===t||Ua(t)&&fi(t)==c},En.isBuffer=Ra,En.isDate=Fa,En.isElement=function(t){return Ua(t)&&1===t.nodeType&&!Xa(t)},En.isEmpty=function(t){if(null==t)return!0;if(Ia(t)&&(La(t)||"string"==typeof t||"function"==typeof t.splice||Ra(t)||Qa(t)||Ta(t)))return!t.length;var e=io(t);if(e==g||e==y)return!t.size;if(po(t))return!Ci(t).length;for(var n in t)if(wt.call(t,n))return!1;return!0},En.isEqual=function(t,e){return _i(t,e)},En.isEqualWith=function(t,e,n){var i=(n="function"==typeof n?n:void 0)?n(t,e):void 0;return void 0===i?_i(t,e,void 0,n):!!i},En.isError=Ba,En.isFinite=function(t){return"number"==typeof t&&rn(t)},En.isFunction=za,En.isInteger=Ha,En.isLength=Wa,En.isMap=Ga,En.isMatch=function(t,e){return t===e||Oi(t,e,Qr(e))},En.isMatchWith=function(t,e,n){return n="function"==typeof n?n:void 0,Oi(t,e,Qr(e),n)},En.isNaN=function(t){return Va(t)&&t!=+t},En.isNative=function(t){if(ho(t))throw new q("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return wi(t)},En.isNil=function(t){return null==t},En.isNull=function(t){return null===t},En.isNumber=Va,En.isObject=Ya,En.isObjectLike=Ua,En.isPlainObject=Xa,En.isRegExp=qa,En.isSafeInteger=function(t){return Ha(t)&&t>=-9007199254740991&&t<=9007199254740991},En.isSet=Ka,En.isString=Za,En.isSymbol=Ja,En.isTypedArray=Qa,En.isUndefined=function(t){return void 0===t},En.isWeakMap=function(t){return Ua(t)&&io(t)==O},En.isWeakSet=function(t){return Ua(t)&&"[object WeakSet]"==fi(t)},En.join=function(t,e){return null==t?"":on.call(t,e)},En.kebabCase=Ls,En.last=Bo,En.lastIndexOf=function(t,e,n){var i=null==t?0:t.length;if(!i)return-1;var r=i;return void 0!==n&&(r=(r=rs(n))<0?sn(i+r,0):ln(r,i-1)),e==e?function(t,e,n){for(var i=n+1;i--;)if(t[i]===e)return i;return i}(t,e,r):xe(t,we,r,!0)},En.lowerCase=Ds,En.lowerFirst=Is,En.lt=ts,En.lte=es,En.max=function(t){return t&&t.length?ri(t,Vs,gi):void 0},En.maxBy=function(t,e){return t&&t.length?ri(t,Zr(e,2),gi):void 0},En.mean=function(t){return $e(t,Vs)},En.meanBy=function(t,e){return $e(t,Zr(e,2))},En.min=function(t){return t&&t.length?ri(t,Vs,Si):void 0},En.minBy=function(t,e){return t&&t.length?ri(t,Zr(e,2),Si):void 0},En.stubArray=ol,En.stubFalse=al,En.stubObject=function(){return{}},En.stubString=function(){return""},En.stubTrue=function(){return!0},En.multiply=hl,En.nth=function(t,e){return t&&t.length?Pi(t,rs(e)):void 0},En.noConflict=function(){return Vt._===this&&(Vt._=jt),this},En.noop=Js,En.now=ma,En.pad=function(t,e,n){t=ls(t);var i=(e=rs(e))?Ge(t):0;if(!e||i>=e)return t;var r=(e-i)/2;return Tr(tn(r),n)+t+Tr(Qe(r),n)},En.padEnd=function(t,e,n){t=ls(t);var i=(e=rs(e))?Ge(t):0;return e&&i<e?t+Tr(e-i,n):t},En.padStart=function(t,e,n){t=ls(t);var i=(e=rs(e))?Ge(t):0;return e&&i<e?Tr(e-i,n)+t:t},En.parseInt=function(t,e,n){return n||null==e?e=0:e&&(e=+e),cn(ls(t).replace(X,""),e||0)},En.random=function(t,e,n){if(n&&"boolean"!=typeof n&&lo(t,e,n)&&(e=n=void 0),void 0===n&&("boolean"==typeof e?(n=e,e=void 0):"boolean"==typeof t&&(n=t,t=void 0)),void 0===t&&void 0===e?(t=0,e=1):(t=is(t),void 0===e?(e=t,t=0):e=is(e)),t>e){var i=t;t=e,e=i}if(n||t%1||e%1){var r=un();return ln(t+r*(e-t+Wt("1e-"+((r+"").length-1))),e)}return Ni(t,e)},En.reduce=function(t,e,n){var i=La(t)?ge:Se,r=arguments.length<3;return i(t,Zr(e,4),n,r,ei)},En.reduceRight=function(t,e,n){var i=La(t)?me:Se,r=arguments.length<3;return i(t,Zr(e,4),n,r,ni)},En.repeat=function(t,e,n){return e=(n?lo(t,e,n):void 0===e)?1:rs(e),Ri(ls(t),e)},En.replace=function(){var t=arguments,e=ls(t[0]);return t.length<3?e:e.replace(t[1],t[2])},En.result=function(t,e,n){var i=-1,r=(e=lr(e,t)).length;for(r||(r=1,t=void 0);++i<r;){var o=null==t?void 0:t[So(e[i])];void 0===o&&(i=r,o=n),t=za(o)?o.call(t):o}return t},En.round=pl,En.runInContext=t,En.sample=function(t){return(La(t)?Bn:Bi)(t)},En.size=function(t){if(null==t)return 0;if(Ia(t))return Za(t)?Ge(t):t.length;var e=io(t);return e==g||e==y?t.size:Ci(t).length},En.snakeCase=Ns,En.some=function(t,e,n){var i=La(t)?ve:Vi;return n&&lo(t,e,n)&&(e=void 0),i(t,Zr(e,3))},En.sortedIndex=function(t,e){return Xi(t,e)},En.sortedIndexBy=function(t,e,n){return qi(t,e,Zr(n,2))},En.sortedIndexOf=function(t,e){var n=null==t?0:t.length;if(n){var i=Xi(t,e);if(i<n&&Ma(t[i],e))return i}return-1},En.sortedLastIndex=function(t,e){return Xi(t,e,!0)},En.sortedLastIndexBy=function(t,e,n){return qi(t,e,Zr(n,2),!0)},En.sortedLastIndexOf=function(t,e){if(null==t?0:t.length){var n=Xi(t,e,!0)-1;if(Ma(t[n],e))return n}return-1},En.startCase=Rs,En.startsWith=function(t,e,n){return t=ls(t),n=null==n?0:Kn(rs(n),0,t.length),e=Ji(e),t.slice(n,n+e.length)==e},En.subtract=fl,En.sum=function(t){return t&&t.length?je(t,Vs):0},En.sumBy=function(t,e){return t&&t.length?je(t,Zr(e,2)):0},En.template=function(t,e,n){var i=En.templateSettings;n&&lo(t,e,n)&&(e=void 0),t=ls(t),e=us({},e,i,zr);var r,o,a=us({},e.imports,i.imports,zr),s=_s(a),l=Pe(a,s),d=0,c=e.interpolate||ct,u="__p += '",h=gt((e.escape||ct).source+"|"+c.source+"|"+(c===H?nt:ct).source+"|"+(e.evaluate||ct).source+"|$","g"),p="//# sourceURL="+(wt.call(e,"sourceURL")?(e.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Ft+"]")+"\n";t.replace(h,(function(e,n,i,a,s,l){return i||(i=a),u+=t.slice(d,l).replace(ut,Fe),n&&(r=!0,u+="' +\n__e("+n+") +\n'"),s&&(o=!0,u+="';\n"+s+";\n__p += '"),i&&(u+="' +\n((__t = ("+i+")) == null ? '' : __t) +\n'"),d=l+e.length,e})),u+="';\n";var f=wt.call(e,"variable")&&e.variable;if(f){if(tt.test(f))throw new q("Invalid `variable` option passed into `_.template`")}else u="with (obj) {\n"+u+"\n}\n";u=(o?u.replace(T,""):u).replace(L,"$1").replace(D,"$1;"),u="function("+(f||"obj")+") {\n"+(f?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(r?", __e = _.escape":"")+(o?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+u+"return __p\n}";var g=Hs((function(){return ht(s,p+"return "+u).apply(void 0,l)}));if(g.source=u,Ba(g))throw g;return g},En.times=function(t,e){if((t=rs(t))<1||t>9007199254740991)return[];var n=4294967295,i=ln(t,4294967295);t-=4294967295;for(var r=Ee(i,e=Zr(e));++n<t;)e(n);return r},En.toFinite=is,En.toInteger=rs,En.toLength=os,En.toLower=function(t){return ls(t).toLowerCase()},En.toNumber=as,En.toSafeInteger=function(t){return t?Kn(rs(t),-9007199254740991,9007199254740991):0===t?t:0},En.toString=ls,En.toUpper=function(t){return ls(t).toUpperCase()},En.trim=function(t,e,n){if((t=ls(t))&&(n||void 0===e))return Me(t);if(!t||!(e=Ji(e)))return t;var i=Ve(t),r=Ve(e);return cr(i,Le(i,r),De(i,r)+1).join("")},En.trimEnd=function(t,e,n){if((t=ls(t))&&(n||void 0===e))return t.slice(0,Xe(t)+1);if(!t||!(e=Ji(e)))return t;var i=Ve(t);return cr(i,0,De(i,Ve(e))+1).join("")},En.trimStart=function(t,e,n){if((t=ls(t))&&(n||void 0===e))return t.replace(X,"");if(!t||!(e=Ji(e)))return t;var i=Ve(t);return cr(i,Le(i,Ve(e))).join("")},En.truncate=function(t,e){var n=30,i="...";if(Ya(e)){var r="separator"in e?e.separator:r;n="length"in e?rs(e.length):n,i="omission"in e?Ji(e.omission):i}var o=(t=ls(t)).length;if(Be(t)){var a=Ve(t);o=a.length}if(n>=o)return t;var s=n-Ge(i);if(s<1)return i;var l=a?cr(a,0,s).join(""):t.slice(0,s);if(void 0===r)return l+i;if(a&&(s+=l.length-s),qa(r)){if(t.slice(s).search(r)){var d,c=l;for(r.global||(r=gt(r.source,ls(it.exec(r))+"g")),r.lastIndex=0;d=r.exec(c);)var u=d.index;l=l.slice(0,void 0===u?s:u)}}else if(t.indexOf(Ji(r),s)!=s){var h=l.lastIndexOf(r);h>-1&&(l=l.slice(0,h))}return l+i},En.unescape=function(t){return(t=ls(t))&&R.test(t)?t.replace(I,qe):t},En.uniqueId=function(t){var e=++$t;return ls(t)+e},En.upperCase=Fs,En.upperFirst=Bs,En.each=la,En.eachRight=da,En.first=Io,Zs(En,(ul={},di(En,(function(t,e){wt.call(En.prototype,e)||(ul[e]=t)})),ul),{chain:!1}),En.VERSION="4.17.21",se(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(t){En[t].placeholder=En})),se(["drop","take"],(function(t,e){Tn.prototype[t]=function(n){n=void 0===n?1:sn(rs(n),0);var i=this.__filtered__&&!e?new Tn(this):this.clone();return i.__filtered__?i.__takeCount__=ln(n,i.__takeCount__):i.__views__.push({size:ln(n,4294967295),type:t+(i.__dir__<0?"Right":"")}),i},Tn.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}})),se(["filter","map","takeWhile"],(function(t,e){var n=e+1,i=1==n||3==n;Tn.prototype[t]=function(t){var e=this.clone();return e.__iteratees__.push({iteratee:Zr(t,3),type:n}),e.__filtered__=e.__filtered__||i,e}})),se(["head","last"],(function(t,e){var n="take"+(e?"Right":"");Tn.prototype[t]=function(){return this[n](1).value()[0]}})),se(["initial","tail"],(function(t,e){var n="drop"+(e?"":"Right");Tn.prototype[t]=function(){return this.__filtered__?new Tn(this):this[n](1)}})),Tn.prototype.compact=function(){return this.filter(Vs)},Tn.prototype.find=function(t){return this.filter(t).head()},Tn.prototype.findLast=function(t){return this.reverse().find(t)},Tn.prototype.invokeMap=Fi((function(t,e){return"function"==typeof t?new Tn(this):this.map((function(n){return yi(n,t,e)}))})),Tn.prototype.reject=function(t){return this.filter(Ca(Zr(t)))},Tn.prototype.slice=function(t,e){t=rs(t);var n=this;return n.__filtered__&&(t>0||e<0)?new Tn(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),void 0!==e&&(n=(e=rs(e))<0?n.dropRight(-e):n.take(e-t)),n)},Tn.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},Tn.prototype.toArray=function(){return this.take(4294967295)},di(Tn.prototype,(function(t,e){var n=/^(?:filter|find|map|reject)|While$/.test(e),i=/^(?:head|last)$/.test(e),r=En[i?"take"+("last"==e?"Right":""):e],o=i||/^find/.test(e);r&&(En.prototype[e]=function(){var e=this.__wrapped__,a=i?[1]:arguments,s=e instanceof Tn,l=a[0],d=s||La(e),c=function(t){var e=r.apply(En,fe([t],a));return i&&u?e[0]:e};d&&n&&"function"==typeof l&&1!=l.length&&(s=d=!1);var u=this.__chain__,h=!!this.__actions__.length,p=o&&!u,f=s&&!h;if(!o&&d){e=f?e:new Tn(this);var g=t.apply(e,a);return g.__actions__.push({func:ia,args:[c],thisArg:void 0}),new Pn(g,u)}return p&&f?t.apply(this,a):(g=this.thru(c),p?i?g.value()[0]:g.value():g)})})),se(["pop","push","shift","sort","splice","unshift"],(function(t){var e=bt[t],n=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",i=/^(?:pop|shift)$/.test(t);En.prototype[t]=function(){var t=arguments;if(i&&!this.__chain__){var r=this.value();return e.apply(La(r)?r:[],t)}return this[n]((function(n){return e.apply(La(n)?n:[],t)}))}})),di(Tn.prototype,(function(t,e){var n=En[e];if(n){var i=n.name+"";wt.call(xn,i)||(xn[i]=[]),xn[i].push({name:e,func:n})}})),xn[Er(void 0,2).name]=[{name:"wrapper",func:void 0}],Tn.prototype.clone=function(){var t=new Tn(this.__wrapped__);return t.__actions__=br(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=br(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=br(this.__views__),t},Tn.prototype.reverse=function(){if(this.__filtered__){var t=new Tn(this);t.__dir__=-1,t.__filtered__=!0}else(t=this.clone()).__dir__*=-1;return t},Tn.prototype.value=function(){var t=this.__wrapped__.value(),e=this.__dir__,n=La(t),i=e<0,r=n?t.length:0,o=function(t,e,n){var i=-1,r=n.length;for(;++i<r;){var o=n[i],a=o.size;switch(o.type){case"drop":t+=a;break;case"dropRight":e-=a;break;case"take":e=ln(e,t+a);break;case"takeRight":t=sn(t,e-a)}}return{start:t,end:e}}(0,r,this.__views__),a=o.start,s=o.end,l=s-a,d=i?s:a-1,c=this.__iteratees__,u=c.length,h=0,p=ln(l,this.__takeCount__);if(!n||!i&&r==l&&p==l)return ir(t,this.__actions__);var f=[];t:for(;l--&&h<p;){for(var g=-1,m=t[d+=e];++g<u;){var v=c[g],b=v.iteratee,y=v.type,x=b(m);if(2==y)m=x;else if(!x){if(1==y)continue t;break t}}f[h++]=m}return f},En.prototype.at=ra,En.prototype.chain=function(){return na(this)},En.prototype.commit=function(){return new Pn(this.value(),this.__chain__)},En.prototype.next=function(){void 0===this.__values__&&(this.__values__=ns(this.value()));var t=this.__index__>=this.__values__.length;return{done:t,value:t?void 0:this.__values__[this.__index__++]}},En.prototype.plant=function(t){for(var e,n=this;n instanceof An;){var i=Eo(n);i.__index__=0,i.__values__=void 0,e?r.__wrapped__=i:e=i;var r=i;n=n.__wrapped__}return r.__wrapped__=t,e},En.prototype.reverse=function(){var t=this.__wrapped__;if(t instanceof Tn){var e=t;return this.__actions__.length&&(e=new Tn(this)),(e=e.reverse()).__actions__.push({func:ia,args:[Yo],thisArg:void 0}),new Pn(e,this.__chain__)}return this.thru(Yo)},En.prototype.toJSON=En.prototype.valueOf=En.prototype.value=function(){return ir(this.__wrapped__,this.__actions__)},En.prototype.first=En.prototype.head,Zt&&(En.prototype[Zt]=function(){return this}),En}();Vt._=Ke,void 0===(r=function(){return Ke}.call(e,n,e,i))||(i.exports=r)}).call(this)}).call(this,n(163),n(238)(t))},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(108),c=n(5),u=n(15),h=n(8);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.children,o=t.className,p=t.count,f=t.data,g=void 0===f?{}:f,m=t.disabled,v=t.htmlOptions,b=void 0===v?{}:v,y=t.icon,x=void 0===y?null:y,_=t.iconRight,O=void 0!==_&&_,w=t.id,$=t.loading,C=void 0!==$&&$,k=t.onClick,S=t.tabIndex,j=t.link,E=void 0===j?null:j,M=t.newWindow,A=void 0!==M&&M,P=t.target,T=void 0===P?"":P,L=t.text,D=t.htmlType,I=void 0===D?"button":D,N=t.value,R=t.variant,F=t.form,B=void 0===F?null:F,z=Object(s.a)(n),H=Object(s.c)(g),W=Object(s.d)(b),Y=a()(function(t){var e=t.disabled,n=void 0!==e&&e,i=t.fullWidth,r=void 0!==i&&i,o=t.highlight,a=t.icon,s=t.loading,l=void 0!==s&&s,c=t.type,u=void 0===c?"inline":c,h=t.variant,p=void 0===h?"primary":h,f=t.size,g=void 0===f?null:f,m="pb_button_kit";return m+="".concat(null!==p?"_".concat(p):""),m+="".concat(null!==u?"_".concat(u):""),m+="".concat(r?"_block":""),m+=n?"_disabled":"_enabled",m+=l?"_loading":"",m+="".concat(null!==g?" size_".concat(g):""),m+="".concat("reaction"!==p||Object(d.a)(a)?"":" reaction_default"),m+="".concat("reaction"===p&&o?" active":"")}(t),Object(l.c)(t),o),U=r.a.createElement("div",{className:"loading-icon"},r.a.createElement(c.a,{fixedWidth:!0,icon:"spinner",pulse:!0})),G=r.a.createElement("span",{className:"pb_button_content"},x&&!O&&r.a.createElement("i",{className:"pb_icon_kit far fa-".concat(x," fa-fw button_with_icon")}),r.a.createElement("span",null,L||i),x&&O&&r.a.createElement("i",{className:"pb_icon_kit far fa-".concat(x," fa-fw button_with_icon_right")})),V=function(){return C?r.a.createElement(r.a.Fragment,null,U):G};return r.a.createElement(r.a.Fragment,null,E?r.a.createElement("a",Object.assign({},z,H,W,{className:Y,href:E,id:w,rel:"child"!==T?"noreferrer":null,role:"link",tabIndex:S,target:T&&E?T:A?"_blank":null}),V()):"reaction"===R?r.a.createElement("button",Object.assign({},z,H,W,{className:Y,disabled:m,form:B,id:w,onClick:k,role:"button",tabIndex:S,type:I,value:N}),x&&Object(d.a)(x)&&r.a.createElement(h.a,{align:"center"},r.a.createElement(c.a,{icon:x}),p&&r.a.createElement(u.a,{paddingLeft:"xxs",size:"xs"},p)),!Object(d.a)(x)&&r.a.createElement(c.a,{icon:x||"face-smile-plus"})):r.a.createElement("button",Object.assign({},z,H,W,{className:Y,disabled:m,form:B,id:w,onClick:k,role:"button",tabIndex:S,type:I,value:N}),V()))}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(5),c=n(38),u=n(116);function h(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return p(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return p(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}e.a=function(t){var e=t.active,n=void 0!==e&&e,i=t.highlighted_border,o=void 0===i||i,p=t.aria,f=void 0===p?{}:p,g=t.orientation,m=t.variant,v=t.fontWeight,b=void 0===v?function(t,e){return"horizontal"===t&&"subtle"===e?"regular":"horizontal"===t&&"normal"===e?"bold":"regular"}(g,m):v,y=t.children,x=t.className,_=t.collapsible,O=t.data,w=void 0===O?{}:O,$=t.dark,C=void 0!==$&&$,k=t.fontSize,S=void 0===k?"normal":k,j=t.htmlOptions,E=void 0===j?{}:j,M=t.iconLeft,A=t.iconRight,P=t.onIconRightClick,T=t.onIconLeftClick,L=t.id,D=t.imageUrl,I=t.link,N=t.onClick,R=t.target,F=void 0===R?"_self":R,B=t.text,z=void 0===B?"":B,H=t.collapsibleTrail,W=t.collapsed,Y=t.itemSpacing,U={margin:t.margin,marginBottom:t.marginBottom,marginTop:t.marginTop,marginRight:t.marginRight,marginLeft:t.marginLeft,marginX:t.marginX,marginY:t.marginY},G=function(t){var e={},n={};for(var i in t)i.startsWith("padding")?e[i]=t[i]:i.startsWith("margin")&&(n[i]=t[i]);return{filteredPadding:e,filteredMargin:n}}(Y),V=G.filteredPadding,X=G.filteredMargin,q=Object.assign(Object.assign({},X||{}),Object.entries(U).reduce((function(t,e){var n=h(e,2),i=n[0],r=n[1];return r&&(t[i]=r),t}),{})),K=Object.assign({},t);null==K||delete K.margin,null==K||delete K.marginX,null==K||delete K.marginY,null==K||delete K.marginBottom,null==K||delete K.marginTop,null==K||delete K.marginRight,null==K||delete K.marginLeft;var Z=I?"a":"div",J=!0===n?"active":"",Q=!0===n&&!1===o?"highlighted_border_none":"",tt=_&&H?"collapsible_trail":"",et={small:"font_size_small",normal:"font_size_normal"}[S],nt={bold:"font_bold",bolder:"font_bolder",regular:"font_regular"}[b],it=Object(s.a)(f),rt=Object(s.c)(w),ot=Object(s.d)(E),at=a()(_?"pb_nav_list_item_link_collapsible":"pb_nav_list_item_link"),st=a()(Object(s.b)("pb_nav_list_kit_item",J,Q),_?Object(s.b)("pb_collapsible_nav_item",J,Q):"",et,nt,at,_?Object(l.c)(K,Object.assign({},V)):Object(l.c)(t,Object.assign({},Y)),x),lt=function(t){T&&(t.stopPropagation(),T())},dt=r.a.Children.map(y,(function(t){if(r.a.isValidElement(t)){var e={itemSpacing:Y};return r.a.cloneElement(t,e)}return t})),ct=Object(s.b)("collapsible_nav_wrapper",J,Q,tt);return r.a.createElement(r.a.Fragment,null,_?r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{className:ct,collapsed:W,icon:A&&A,iconSize:"xs",id:L,onClick:N,onIconClick:P},r.a.createElement(u.a.Main,{className:Object(l.c)(Object.assign({},q)),dark:C},r.a.createElement(Z,Object.assign({},it,rt,ot,{className:st,href:I,id:L,target:F}),D&&r.a.createElement("div",{className:"pb_nav_list_item_icon_section_collapsible",key:D,onClick:function(t){return lt(t)}},r.a.createElement(c.a,{className:"pb_nav_img_wrapper",url:D})),M&&r.a.createElement("div",{className:"pb_nav_list_item_icon_section_collapsible",key:M,onClick:function(t){return lt(t)}},r.a.createElement(d.a,{className:"pb_nav_list_item_icon_left_collapsible",fixedWidth:!0,icon:M})),r.a.createElement("span",{className:"pb_nav_list_item_text_collapsible"},z))),r.a.createElement(u.a.Content,null,dt))):r.a.createElement(Z,Object.assign({},it,rt,ot,{className:st,href:I,id:L,onClick:N,target:F}),D&&r.a.createElement("div",{className:"pb_nav_list_item_icon_section",key:D},r.a.createElement(c.a,{className:"pb_nav_img_wrapper",url:D})),M&&r.a.createElement("div",{className:"pb_nav_list_item_icon_section",key:M},r.a.createElement(d.a,{className:"pb_nav_list_item_icon_left",fixedWidth:!0,icon:M})),r.a.createElement("span",{className:"pb_nav_list_item_text"},z||y),A&&r.a.createElement("div",{className:"pb_nav_list_item_icon_section",key:A},r.a.createElement(d.a,{className:"pb_nav_list_item_icon_right",fixedWidth:!0,icon:A}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return a}));var i=n(35);function r(t){return t instanceof Object(i.a)(t).Element||t instanceof Element}function o(t){return t instanceof Object(i.a)(t).HTMLElement||t instanceof HTMLElement}function a(t){return"undefined"!=typeof ShadowRoot&&(t instanceof Object(i.a)(t).ShadowRoot||t instanceof ShadowRoot)}},function(t,e,n){"use strict";var i;!function(r,o){t.exports?(o.default=o,t.exports=r.document?o(r):o):void 0===(i=function(){return o(r)}.call(e,n,e,t))||(t.exports=i)}("undefined"!=typeof window?window:this,(function(t){function e(t,e,n,i){t.hasOwnProperty(e)||(t[e]=i.apply(null,n))}var n={};return e(n,"Core/Globals.js",[],(function(){var e,n=void 0!==t?t:"undefined"!=typeof window?window:{};return function(t){t.SVG_NS="http://www.w3.org/2000/svg",t.product="Highcharts",t.version="9.3.3",t.win=n,t.doc=t.win.document,t.svg=t.doc&&t.doc.createElementNS&&!!t.doc.createElementNS(t.SVG_NS,"svg").createSVGRect,t.userAgent=t.win.navigator&&t.win.navigator.userAgent||"",t.isChrome=-1!==t.userAgent.indexOf("Chrome"),t.isFirefox=-1!==t.userAgent.indexOf("Firefox"),t.isMS=/(edge|msie|trident)/i.test(t.userAgent)&&!t.win.opera,t.isSafari=!t.isChrome&&-1!==t.userAgent.indexOf("Safari"),t.isTouchDevice=/(Mobile|Android|Windows Phone)/.test(t.userAgent),t.isWebKit=-1!==t.userAgent.indexOf("AppleWebKit"),t.deg2rad=2*Math.PI/360,t.hasBidiBug=t.isFirefox&&4>parseInt(t.userAgent.split("Firefox/")[1],10),t.hasTouch=!!t.win.TouchEvent,t.marginNames=["plotTop","marginRight","marginBottom","plotLeft"],t.noop=function(){},t.supportsPassiveEvents=function(){var e=!1;if(!t.isMS){var n=Object.defineProperty({},"passive",{get:function(){e=!0}});t.win.addEventListener&&t.win.removeEventListener&&(t.win.addEventListener("testPassive",t.noop,n),t.win.removeEventListener("testPassive",t.noop,n))}return e}(),t.charts=[],t.dateFormats={},t.seriesTypes={},t.symbolSizes={},t.chartCount=0}(e||(e={})),e})),e(n,"Core/Utilities.js",[n["Core/Globals.js"]],(function(t){function e(n,i,r,o){var a=i?"Highcharts error":"Highcharts warning";32===n&&(n=a+": Deprecated member");var s=l(n),d=s?a+" #"+n+": www.highcharts.com/errors/"+n+"/":n.toString();if(void 0!==o){var c="";s&&(d+="?"),g(o,(function(t,e){c+="\n - "+e+": "+t,s&&(d+=encodeURI(e)+"="+encodeURI(t))})),d+=c}v(t,"displayError",{chart:r,code:n,message:d,params:o},(function(){if(i)throw Error(d);x.console&&-1===e.messages.indexOf(d)&&console.warn(d)})),e.messages.push(d)}function n(t,e){return parseInt(t,e||10)}function i(t){return"string"==typeof t}function r(t){return"[object Array]"===(t=Object.prototype.toString.call(t))||"[object Array Iterator]"===t}function o(t,e){return!(!t||"object"!=typeof t||e&&r(t))}function a(t){return o(t)&&"number"==typeof t.nodeType}function s(t){var e=t&&t.constructor;return!(!o(t,!0)||a(t)||!e||!e.name||"Object"===e.name)}function l(t){return"number"==typeof t&&!isNaN(t)&&1/0>t&&-1/0<t}function d(t){return null!=t}function c(t,e,n){var r;return i(e)?d(n)?t.setAttribute(e,n):t&&t.getAttribute&&((r=t.getAttribute(e))||"class"!==e||(r=t.getAttribute(e+"Name"))):g(e,(function(e,n){d(e)?t.setAttribute(n,e):t.removeAttribute(n)})),r}function u(t,e){var n;for(n in t||(t={}),e)t[n]=e[n];return t}function h(){for(var t=arguments,e=t.length,n=0;n<e;n++){var i=t[n];if(null!=i)return i}}function p(e,n){t.isMS&&!t.svg&&n&&void 0!==n.opacity&&(n.filter="alpha(opacity="+100*n.opacity+")"),u(e.style,n)}function f(t,e){return 1e14<t?t:parseFloat(t.toPrecision(e||14))}function g(t,e,n){for(var i in t)Object.hasOwnProperty.call(t,i)&&e.call(n||t[i],t[i],i,t)}function m(e,n,i){function r(n,i){var r=e.removeEventListener||t.removeEventListenerPolyfill;r&&r.call(e,n,i,!1)}function o(t){var i;if(e.nodeName){if(n){var o={};o[n]=!0}else o=t;g(o,(function(e,n){if(t[n])for(i=t[n].length;i--;)r(n,t[n][i].fn)}))}}var a="function"==typeof e&&e.prototype||e;if(Object.hasOwnProperty.call(a,"hcEvents")){var s=a.hcEvents;n?(a=s[n]||[],i?(s[n]=a.filter((function(t){return i!==t.fn})),r(n,i)):(o(s),s[n]=[])):(o(s),delete a.hcEvents)}}function v(e,n,i,r){if(i=i||{},y.createEvent&&(e.dispatchEvent||e.fireEvent&&e!==t)){var o=y.createEvent("Events");o.initEvent(n,!0,!0),i=u(o,i),e.dispatchEvent?e.dispatchEvent(i):e.fireEvent(n,i)}else if(e.hcEvents){i.target||u(i,{preventDefault:function(){i.defaultPrevented=!0},target:e,type:n}),o=[];for(var a=e,s=!1;a.hcEvents;)Object.hasOwnProperty.call(a,"hcEvents")&&a.hcEvents[n]&&(o.length&&(s=!0),o.unshift.apply(o,a.hcEvents[n])),a=Object.getPrototypeOf(a);s&&o.sort((function(t,e){return t.order-e.order})),o.forEach((function(t){!1===t.fn.call(e,i)&&i.preventDefault()}))}r&&!i.defaultPrevented&&r.call(e,i)}var b=t.charts,y=t.doc,x=t.win;(e||(e={})).messages=[],Math.easeInOutSine=function(t){return-.5*(Math.cos(Math.PI*t)-1)};var _=Array.prototype.find?function(t,e){return t.find(e)}:function(t,e){var n,i=t.length;for(n=0;n<i;n++)if(e(t[n],n))return t[n]};g({map:"map",each:"forEach",grep:"filter",reduce:"reduce",some:"some"},(function(n,i){t[i]=function(t){var r;return e(32,!1,void 0,((r={})["Highcharts."+i]="use Array."+n,r)),Array.prototype[n].apply(t,[].slice.call(arguments,1))}}));var O,w=function(){var t=Math.random().toString(36).substring(2,9)+"-",e=0;return function(){return"highcharts-"+(O?"":t)+e++}}();return x.jQuery&&(x.jQuery.fn.highcharts=function(){var e=[].slice.call(arguments);if(this[0])return e[0]?(new(t[i(e[0])?e.shift():"Chart"])(this[0],e[0],e[1]),this):b[c(this[0],"data-highcharts-chart")]}),_={addEvent:function(e,n,i,r){void 0===r&&(r={});var o="function"==typeof e&&e.prototype||e;Object.hasOwnProperty.call(o,"hcEvents")||(o.hcEvents={}),o=o.hcEvents,t.Point&&e instanceof t.Point&&e.series&&e.series.chart&&(e.series.chart.runTrackerClick=!0);var a=e.addEventListener||t.addEventListenerPolyfill;return a&&a.call(e,n,i,!!t.supportsPassiveEvents&&{passive:void 0===r.passive?-1!==n.indexOf("touch"):r.passive,capture:!1}),o[n]||(o[n]=[]),o[n].push({fn:i,order:"number"==typeof r.order?r.order:1/0}),o[n].sort((function(t,e){return t.order-e.order})),function(){m(e,n,i)}},arrayMax:function(t){for(var e=t.length,n=t[0];e--;)t[e]>n&&(n=t[e]);return n},arrayMin:function(t){for(var e=t.length,n=t[0];e--;)t[e]<n&&(n=t[e]);return n},attr:c,clamp:function(t,e,n){return t>e?t<n?t:n:e},cleanRecursively:function t(e,n){var i={};return g(e,(function(r,a){o(e[a],!0)&&!e.nodeType&&n[a]?(r=t(e[a],n[a]),Object.keys(r).length&&(i[a]=r)):(o(e[a])||e[a]!==n[a])&&(i[a]=e[a])})),i},clearTimeout:function(t){d(t)&&clearTimeout(t)},correctFloat:f,createElement:function(t,e,n,i,r){return t=y.createElement(t),e&&u(t,e),r&&p(t,{padding:"0",border:"none",margin:"0"}),n&&p(t,n),i&&i.appendChild(t),t},css:p,defined:d,destroyObjectProperties:function(t,e){g(t,(function(n,i){n&&n!==e&&n.destroy&&n.destroy(),delete t[i]}))},discardElement:function(t){t&&t.parentElement&&t.parentElement.removeChild(t)},erase:function(t,e){for(var n=t.length;n--;)if(t[n]===e){t.splice(n,1);break}},error:e,extend:u,extendClass:function(t,e){var n=function(){};return u(n.prototype=new t,e),n},find:_,fireEvent:v,getMagnitude:function(t){return Math.pow(10,Math.floor(Math.log(t)/Math.LN10))},getNestedProperty:function(t,e){for(t=t.split(".");t.length&&d(e);){var n=t.shift();if(void 0===n||"__proto__"===n)return;if(!d(e=e[n])||"function"==typeof e||"number"==typeof e.nodeType||e===x)return}return e},getStyle:function i(r,o,a){var s=t.getStyle||i;if("width"===o)return o=Math.min(r.offsetWidth,r.scrollWidth),(a=r.getBoundingClientRect&&r.getBoundingClientRect().width)<o&&a>=o-1&&(o=Math.floor(a)),Math.max(0,o-(s(r,"padding-left",!0)||0)-(s(r,"padding-right",!0)||0));if("height"===o)return Math.max(0,Math.min(r.offsetHeight,r.scrollHeight)-(s(r,"padding-top",!0)||0)-(s(r,"padding-bottom",!0)||0));if(x.getComputedStyle||e(27,!0),r=x.getComputedStyle(r,void 0)){var l=r.getPropertyValue(o);h(a,"opacity"!==o)&&(l=n(l))}return l},inArray:function(t,n,i){return e(32,!1,void 0,{"Highcharts.inArray":"use Array.indexOf"}),n.indexOf(t,i)},isArray:r,isClass:s,isDOMElement:a,isFunction:function(t){return"function"==typeof t},isNumber:l,isObject:o,isString:i,keys:function(t){return e(32,!1,void 0,{"Highcharts.keys":"use Object.keys"}),Object.keys(t)},merge:function(){var t,e=arguments,n={},i=function(t,e){return"object"!=typeof t&&(t={}),g(e,(function(n,r){"__proto__"!==r&&"constructor"!==r&&(!o(n,!0)||s(n)||a(n)?t[r]=e[r]:t[r]=i(t[r]||{},n))})),t};!0===e[0]&&(n=e[1],e=Array.prototype.slice.call(e,2));var r=e.length;for(t=0;t<r;t++)n=i(n,e[t]);return n},normalizeTickInterval:function(t,e,n,i,r){var o=t,a=t/(n=h(n,1));for(e||(e=r?[1,1.2,1.5,2,2.5,3,4,5,6,8,10]:[1,2,2.5,5,10],!1===i&&(1===n?e=e.filter((function(t){return 0==t%1})):.1>=n&&(e=[1/n]))),i=0;i<e.length&&(o=e[i],!(r&&o*n>=t||!r&&a<=(e[i]+(e[i+1]||e[i]))/2));i++);return f(o*n,-Math.round(Math.log(.001)/Math.LN10))},objectEach:g,offset:function(t){var e=y.documentElement;return{top:(t=t.parentElement||t.parentNode?t.getBoundingClientRect():{top:0,left:0,width:0,height:0}).top+(x.pageYOffset||e.scrollTop)-(e.clientTop||0),left:t.left+(x.pageXOffset||e.scrollLeft)-(e.clientLeft||0),width:t.width,height:t.height}},pad:function(t,e,n){return Array((e||2)+1-String(t).replace("-","").length).join(n||"0")+t},pick:h,pInt:n,relativeLength:function(t,e,n){return/%$/.test(t)?e*parseFloat(t)/100+(n||0):parseFloat(t)},removeEvent:m,splat:function(t){return r(t)?t:[t]},stableSort:function(t,e){var n,i,r=t.length;for(i=0;i<r;i++)t[i].safeI=i;for(t.sort((function(t,i){return 0===(n=e(t,i))?t.safeI-i.safeI:n})),i=0;i<r;i++)delete t[i].safeI},syncTimeout:function(t,e,n){return 0<e?setTimeout(t,e,n):(t.call(0,n),-1)},timeUnits:{millisecond:1,second:1e3,minute:6e4,hour:36e5,day:864e5,week:6048e5,month:24192e5,year:314496e5},uniqueKey:w,useSerialIds:function(t){return O=h(t,O)},wrap:function(t,e,n){var i=t[e];t[e]=function(){var t=Array.prototype.slice.call(arguments),e=arguments,r=this;return r.proceed=function(){i.apply(r,arguments.length?arguments:e)},t.unshift(i),t=n.apply(this,t),r.proceed=null,t}}}})),e(n,"Core/Chart/ChartDefaults.js",[],(function(){return{panning:{enabled:!1,type:"x"},styledMode:!1,borderRadius:0,colorCount:10,defaultSeriesType:"line",ignoreHiddenSeries:!0,spacing:[10,10,15,10],resetZoomButton:{theme:{zIndex:6},position:{align:"right",x:-10,y:10}},zoomBySingleTouch:!1,width:null,height:null,borderColor:"#335cad",backgroundColor:"#ffffff",plotBorderColor:"#cccccc"}})),e(n,"Core/Color/Color.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e){var n=e.isNumber,i=e.merge,r=e.pInt;return e=function(){function e(n){this.rgba=[NaN,NaN,NaN,NaN],this.input=n;var i=t.Color;return i&&i!==e?new i(n):this instanceof e?void this.init(n):new e(n)}return e.parse=function(t){return t?new e(t):e.None},e.prototype.init=function(t){var n;if("object"==typeof t&&void 0!==t.stops)this.stops=t.stops.map((function(t){return new e(t[1])}));else if("string"==typeof t){if(this.input=t=e.names[t.toLowerCase()]||t,"#"===t.charAt(0)){var i=t.length,r=parseInt(t.substr(1),16);7===i?n=[(16711680&r)>>16,(65280&r)>>8,255&r,1]:4===i&&(n=[(3840&r)>>4|(3840&r)>>8,(240&r)>>4|240&r,(15&r)<<4|15&r,1])}if(!n)for(r=e.parsers.length;r--&&!n;){var o=e.parsers[r];(i=o.regex.exec(t))&&(n=o.parse(i))}}n&&(this.rgba=n)},e.prototype.get=function(t){var e=this.input,r=this.rgba;if("object"==typeof e&&void 0!==this.stops){var o=i(e);return o.stops=[].slice.call(o.stops),this.stops.forEach((function(e,n){o.stops[n]=[o.stops[n][0],e.get(t)]})),o}return r&&n(r[0])?"rgb"===t||!t&&1===r[3]?"rgb("+r[0]+","+r[1]+","+r[2]+")":"a"===t?""+r[3]:"rgba("+r.join(",")+")":e},e.prototype.brighten=function(t){var e=this.rgba;if(this.stops)this.stops.forEach((function(e){e.brighten(t)}));else if(n(t)&&0!==t)for(var i=0;3>i;i++)e[i]+=r(255*t),0>e[i]&&(e[i]=0),255<e[i]&&(e[i]=255);return this},e.prototype.setOpacity=function(t){return this.rgba[3]=t,this},e.prototype.tweenTo=function(t,e){var i=this.rgba,r=t.rgba;return n(i[0])&&n(r[0])?((t=1!==r[3]||1!==i[3])?"rgba(":"rgb(")+Math.round(r[0]+(i[0]-r[0])*(1-e))+","+Math.round(r[1]+(i[1]-r[1])*(1-e))+","+Math.round(r[2]+(i[2]-r[2])*(1-e))+(t?","+(r[3]+(i[3]-r[3])*(1-e)):"")+")":t.input||"none"},e.names={white:"#ffffff",black:"#000000"},e.parsers=[{regex:/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]?(?:\.[0-9]+)?)\s*\)/,parse:function(t){return[r(t[1]),r(t[2]),r(t[3]),parseFloat(t[4],10)]}},{regex:/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/,parse:function(t){return[r(t[1]),r(t[2]),r(t[3]),1]}}],e.None=new e(""),e}()})),e(n,"Core/Color/Palettes.js",[],(function(){return{colors:"#7cb5ec #434348 #90ed7d #f7a35c #8085e9 #f15c80 #e4d354 #2b908f #f45b5b #91e8e1".split(" ")}})),e(n,"Core/Time.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e){var n=t.win,i=e.defined,r=e.error,o=e.extend,a=e.isObject,s=e.merge,l=e.objectEach,d=e.pad,c=e.pick,u=e.splat,h=e.timeUnits,p=t.isSafari&&n.Intl&&n.Intl.DateTimeFormat.prototype.formatRange,f=t.isSafari&&n.Intl&&!n.Intl.DateTimeFormat.prototype.formatRange;return e=function(){function e(t){this.options={},this.variableTimezone=this.useUTC=!1,this.Date=n.Date,this.getTimezoneOffset=this.timezoneOffsetFunction(),this.update(t)}return e.prototype.get=function(t,e){if(this.variableTimezone||this.timezoneOffset){var n=e.getTime(),i=n-this.getTimezoneOffset(e);return e.setTime(i),t=e["getUTC"+t](),e.setTime(n),t}return this.useUTC?e["getUTC"+t]():e["get"+t]()},e.prototype.set=function(t,e,n){if(this.variableTimezone||this.timezoneOffset){if("Milliseconds"===t||"Seconds"===t||"Minutes"===t&&0==this.getTimezoneOffset(e)%36e5)return e["setUTC"+t](n);var i=this.getTimezoneOffset(e);return i=e.getTime()-i,e.setTime(i),e["setUTC"+t](n),t=this.getTimezoneOffset(e),i=e.getTime()+t,e.setTime(i)}return this.useUTC||p&&"FullYear"===t?e["setUTC"+t](n):e["set"+t](n)},e.prototype.update=function(t){var e=c(t&&t.useUTC,!0);this.options=t=s(!0,this.options||{},t),this.Date=t.Date||n.Date||Date,this.timezoneOffset=(this.useUTC=e)&&t.timezoneOffset,this.getTimezoneOffset=this.timezoneOffsetFunction(),this.variableTimezone=e&&!(!t.getTimezoneOffset&&!t.timezone)},e.prototype.makeTime=function(t,e,n,i,r,o){if(this.useUTC){var a=this.Date.UTC.apply(0,arguments),s=this.getTimezoneOffset(a);a+=s;var l=this.getTimezoneOffset(a);s!==l?a+=l-s:s-36e5!==this.getTimezoneOffset(a-36e5)||f||(a-=36e5)}else a=new this.Date(t,e,c(n,1),c(i,0),c(r,0),c(o,0)).getTime();return a},e.prototype.timezoneOffsetFunction=function(){var t=this,e=this.options,i=e.getTimezoneOffset,o=e.moment||n.moment;if(!this.useUTC)return function(t){return 6e4*new Date(t.toString()).getTimezoneOffset()};if(e.timezone){if(o)return function(t){return 6e4*-o.tz(t,e.timezone).utcOffset()};r(25)}return this.useUTC&&i?function(t){return 6e4*i(t.valueOf())}:function(){return 6e4*(t.timezoneOffset||0)}},e.prototype.dateFormat=function(e,n,r){if(!i(n)||isNaN(n))return t.defaultOptions.lang&&t.defaultOptions.lang.invalidDate||"";e=c(e,"%Y-%m-%d %H:%M:%S");var a=this,s=new this.Date(n),u=this.get("Hours",s),h=this.get("Day",s),p=this.get("Date",s),f=this.get("Month",s),g=this.get("FullYear",s),m=t.defaultOptions.lang,v=m&&m.weekdays,b=m&&m.shortWeekdays;return s=o({a:b?b[h]:v[h].substr(0,3),A:v[h],d:d(p),e:d(p,2," "),w:h,b:m.shortMonths[f],B:m.months[f],m:d(f+1),o:f+1,y:g.toString().substr(2,2),Y:g,H:d(u),k:u,I:d(u%12||12),l:u%12||12,M:d(this.get("Minutes",s)),p:12>u?"AM":"PM",P:12>u?"am":"pm",S:d(s.getSeconds()),L:d(Math.floor(n%1e3),3)},t.dateFormats),l(s,(function(t,i){for(;-1!==e.indexOf("%"+i);)e=e.replace("%"+i,"function"==typeof t?t.call(a,n):t)})),r?e.substr(0,1).toUpperCase()+e.substr(1):e},e.prototype.resolveDTLFormat=function(t){return a(t,!0)?t:{main:(t=u(t))[0],from:t[1],to:t[2]}},e.prototype.getTimeTicks=function(t,e,n,r){var a,s=this,l=[],d={},u=new s.Date(e),p=t.unitRange,f=t.count||1;if(r=c(r,1),i(e)){if(s.set("Milliseconds",u,p>=h.second?0:f*Math.floor(s.get("Milliseconds",u)/f)),p>=h.second&&s.set("Seconds",u,p>=h.minute?0:f*Math.floor(s.get("Seconds",u)/f)),p>=h.minute&&s.set("Minutes",u,p>=h.hour?0:f*Math.floor(s.get("Minutes",u)/f)),p>=h.hour&&s.set("Hours",u,p>=h.day?0:f*Math.floor(s.get("Hours",u)/f)),p>=h.day&&s.set("Date",u,p>=h.month?1:Math.max(1,f*Math.floor(s.get("Date",u)/f))),p>=h.month){s.set("Month",u,p>=h.year?0:f*Math.floor(s.get("Month",u)/f));var g=s.get("FullYear",u)}p>=h.year&&s.set("FullYear",u,g-g%f),p===h.week&&(g=s.get("Day",u),s.set("Date",u,s.get("Date",u)-g+r+(g<r?-7:0))),g=s.get("FullYear",u),r=s.get("Month",u);var m=s.get("Date",u),v=s.get("Hours",u);for(e=u.getTime(),!s.variableTimezone&&s.useUTC||!i(n)||(a=n-e>4*h.month||s.getTimezoneOffset(e)!==s.getTimezoneOffset(n)),e=u.getTime(),u=1;e<n;)l.push(e),e=p===h.year?s.makeTime(g+u*f,0):p===h.month?s.makeTime(g,r+u*f):!a||p!==h.day&&p!==h.week?a&&p===h.hour&&1<f?s.makeTime(g,r,m,v+u*f):e+p*f:s.makeTime(g,r,m+u*f*(p===h.day?1:7)),u++;l.push(e),p<=h.hour&&1e4>l.length&&l.forEach((function(t){0==t%18e5&&"000000000"===s.dateFormat("%H%M%S%L",t)&&(d[t]="day")}))}return l.info=o(t,{higherRanks:d,totalRange:p*f}),l},e.prototype.getDateFormat=function(t,e,n,i){var r=this.dateFormat("%m-%d %H:%M:%S.%L",e),o={millisecond:15,second:12,minute:9,hour:6,day:3},a="millisecond";for(s in h){if(t===h.week&&+this.dateFormat("%w",e)===n&&"00:00:00.000"===r.substr(6)){var s="week";break}if(h[s]>t){s=a;break}if(o[s]&&r.substr(o[s])!=="01-01 00:00:00.000".substr(o[s]))break;"week"!==s&&(a=s)}if(s)var l=this.resolveDTLFormat(i[s]).main;return l},e}()})),e(n,"Core/DefaultOptions.js",[n["Core/Chart/ChartDefaults.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Color/Palettes.js"],n["Core/Time.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o){e=e.parse;var a=o.merge,s={colors:i.colors,symbols:["circle","diamond","square","triangle","triangle-down"],lang:{loading:"Loading...",months:"January February March April May June July August September October November December".split(" "),shortMonths:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),weekdays:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),decimalPoint:".",numericSymbols:"kMGTPE".split(""),resetZoom:"Reset zoom",resetZoomTitle:"Reset zoom level 1:1",thousandsSep:" "},global:{},time:{Date:void 0,getTimezoneOffset:void 0,timezone:void 0,timezoneOffset:0,useUTC:!0},chart:t,title:{text:"Chart title",align:"center",margin:15,widthAdjust:-44},subtitle:{text:"",align:"center",widthAdjust:-44},caption:{margin:15,text:"",align:"left",verticalAlign:"bottom"},plotOptions:{},labels:{style:{position:"absolute",color:"#333333"}},legend:{enabled:!0,align:"center",alignColumns:!0,className:"highcharts-no-tooltip",layout:"horizontal",labelFormatter:function(){return this.name},borderColor:"#999999",borderRadius:0,navigation:{activeColor:"#003399",inactiveColor:"#cccccc"},itemStyle:{color:"#333333",cursor:"pointer",fontSize:"12px",fontWeight:"bold",textOverflow:"ellipsis"},itemHoverStyle:{color:"#000000"},itemHiddenStyle:{color:"#cccccc"},shadow:!1,itemCheckboxStyle:{position:"absolute",width:"13px",height:"13px"},squareSymbol:!0,symbolPadding:5,verticalAlign:"bottom",x:0,y:0,title:{style:{fontWeight:"bold"}}},loading:{labelStyle:{fontWeight:"bold",position:"relative",top:"45%"},style:{position:"absolute",backgroundColor:"#ffffff",opacity:.5,textAlign:"center"}},tooltip:{enabled:!0,animation:n.svg,borderRadius:3,dateTimeLabelFormats:{millisecond:"%A, %b %e, %H:%M:%S.%L",second:"%A, %b %e, %H:%M:%S",minute:"%A, %b %e, %H:%M",hour:"%A, %b %e, %H:%M",day:"%A, %b %e, %Y",week:"Week from %A, %b %e, %Y",month:"%B %Y",year:"%Y"},footerFormat:"",headerShape:"callout",hideDelay:500,padding:8,shape:"callout",shared:!1,snap:n.isTouchDevice?25:10,headerFormat:'<span style="font-size: 10px">{point.key}</span><br/>',pointFormat:'<span style="color:{point.color}">●</span> {series.name}: <b>{point.y}</b><br/>',backgroundColor:e("#f7f7f7").setOpacity(.85).get(),borderWidth:1,shadow:!0,stickOnContact:!1,style:{color:"#333333",cursor:"default",fontSize:"12px",whiteSpace:"nowrap"},useHTML:!1},credits:{enabled:!0,href:"https://www.highcharts.com?credits",position:{align:"right",x:-10,verticalAlign:"bottom",y:-5},style:{cursor:"pointer",color:"#999999",fontSize:"9px"},text:"Highcharts.com"}};s.chart.styledMode=!1;var l=new r(a(s.global,s.time));return t={defaultOptions:s,defaultTime:l,getOptions:function(){return s},setOptions:function(t){return a(!0,s,t),(t.time||t.global)&&(n.time?n.time.update(a(s.global,s.time,t.global,t.time)):n.time=l),s}}})),e(n,"Core/Animation/Fx.js",[n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=t.parse,r=e.win,o=n.isNumber,a=n.objectEach;return function(){function t(t,e,n){this.pos=NaN,this.options=e,this.elem=t,this.prop=n}return t.prototype.dSetter=function(){var t=this.paths,e=t&&t[0];t=t&&t[1];var n=this.now||0,i=[];if(1!==n&&e&&t)if(e.length===t.length&&1>n)for(var r=0;r<t.length;r++){for(var a=e[r],s=t[r],l=[],d=0;d<s.length;d++){var c=a[d],u=s[d];o(c)&&o(u)&&("A"!==s[0]||4!==d&&5!==d)?l[d]=c+n*(u-c):l[d]=u}i.push(l)}else i=t;else i=this.toD||[];this.elem.attr("d",i,void 0,!0)},t.prototype.update=function(){var t=this.elem,e=this.prop,n=this.now,i=this.options.step;this[e+"Setter"]?this[e+"Setter"]():t.attr?t.element&&t.attr(e,n,null,!0):t.style[e]=n+this.unit,i&&i.call(t,n,this)},t.prototype.run=function(e,n,i){var o=this,a=o.options,s=function(t){return!s.stopped&&o.step(t)},l=r.requestAnimationFrame||function(t){setTimeout(t,13)},d=function(){for(var e=0;e<t.timers.length;e++)t.timers[e]()||t.timers.splice(e--,1);t.timers.length&&l(d)};e!==n||this.elem["forceAnimate:"+this.prop]?(this.startTime=+new Date,this.start=e,this.end=n,this.unit=i,this.now=this.start,this.pos=0,s.elem=this.elem,s.prop=this.prop,s()&&1===t.timers.push(s)&&l(d)):(delete a.curAnim[this.prop],a.complete&&0===Object.keys(a.curAnim).length&&a.complete.call(this.elem))},t.prototype.step=function(t){var e=+new Date,n=this.options,i=this.elem,r=n.complete,o=n.duration,s=n.curAnim;if(i.attr&&!i.element)t=!1;else if(t||e>=o+this.startTime){this.now=this.end,this.pos=1,this.update();var l=s[this.prop]=!0;a(s,(function(t){!0!==t&&(l=!1)})),l&&r&&r.call(i),t=!1}else this.pos=n.easing((e-this.startTime)/o),this.now=this.start+(this.end-this.start)*this.pos,this.update(),t=!0;return t},t.prototype.initPath=function(t,e,n){function i(t,e){for(;t.length<h;){var n=t[0],i=e[h-t.length];i&&"M"===n[0]&&(t[0]="C"===i[0]?["C",n[1],n[2],n[1],n[2],n[1],n[2]]:["L",n[1],n[2]]),t.unshift(n),l&&(n=t.pop(),t.push(t[t.length-1],n))}}function r(t,e){for(;t.length<h;)if("C"===(e=t[Math.floor(t.length/d)-1].slice())[0]&&(e[1]=e[5],e[2]=e[6]),l){var n=t[Math.floor(t.length/d)].slice();t.splice(t.length/2,0,e,n)}else t.push(e)}var a=t.startX,s=t.endX;n=n.slice();var l=t.isArea,d=l?2:1;if(!(e=e&&e.slice()))return[n,n];if(a&&s&&s.length){for(t=0;t<a.length;t++){if(a[t]===s[0]){var c=t;break}if(a[0]===s[s.length-a.length+t]){c=t;var u=!0;break}if(a[a.length-1]===s[s.length-a.length+t]){c=a.length-t;break}}void 0===c&&(e=[])}if(e.length&&o(c)){var h=n.length+c*d;u?(i(e,n),r(n,e)):(i(n,e),r(e,n))}return[e,n]},t.prototype.fillSetter=function(){t.prototype.strokeSetter.apply(this,arguments)},t.prototype.strokeSetter=function(){this.elem.attr(this.prop,i(this.start).tweenTo(i(this.end),this.pos),void 0,!0)},t.timers=[],t}()})),e(n,"Core/Animation/AnimationUtilities.js",[n["Core/Animation/Fx.js"],n["Core/Utilities.js"]],(function(t,e){function n(t){return l(t)?d({duration:500,defer:0},t):{duration:t?500:0,defer:0}}function i(e,n){for(var i=t.timers.length;i--;)t.timers[i].elem!==e||n&&n!==t.timers[i].prop||(t.timers[i].stopped=!0)}var r=e.defined,o=e.getStyle,a=e.isArray,s=e.isNumber,l=e.isObject,d=e.merge,c=e.objectEach,u=e.pick;return{animate:function(e,n,r){var u,h,p,f="";if(!l(r)){var g=arguments;r={duration:g[2],easing:g[3],complete:g[4]}}s(r.duration)||(r.duration=400),r.easing="function"==typeof r.easing?r.easing:Math[r.easing]||Math.easeInOutSine,r.curAnim=d(n),c(n,(function(s,l){i(e,l),p=new t(e,r,l),h=void 0,"d"===l&&a(n.d)?(p.paths=p.initPath(e,e.pathArray,n.d),p.toD=n.d,u=0,h=1):e.attr?u=e.attr(l):(u=parseFloat(o(e,l))||0,"opacity"!==l&&(f="px")),h||(h=s),"string"==typeof h&&h.match("px")&&(h=h.replace(/px/g,"")),p.run(u,h,f)}))},animObject:n,getDeferredAnimation:function(t,e,i){var o=n(e),a=0,s=0;return(i?[i]:t.series).forEach((function(t){t=n(t.options.animation),a=e&&r(e.defer)?o.defer:Math.max(a,t.duration+t.defer),s=Math.min(o.duration,t.duration)})),t.renderer.forExport&&(a=0),{defer:Math.max(0,a-s),duration:Math.min(a,s)}},setAnimation:function(t,e){e.renderer.globalAnimation=u(t,e.options.chart.animation,!0)},stop:i}})),e(n,"Core/Renderer/HTML/AST.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e){var n=t.SVG_NS,i=e.attr,r=e.createElement,o=e.error,a=e.isFunction,s=e.isString,l=e.objectEach,d=e.splat,c=(e=t.win.trustedTypes)&&a(e.createPolicy)&&e.createPolicy("highcharts",{createHTML:function(t){return t}}),u=c?c.createHTML(""):"";try{var h=!!(new DOMParser).parseFromString(u,"text/html")}catch(t){h=!1}return a=function(){function e(t){this.nodes="string"==typeof t?this.parseMarkup(t):t}return e.filterUserAttributes=function(t){return l(t,(function(n,i){var r=!0;-1===e.allowedAttributes.indexOf(i)&&(r=!1),-1!==["background","dynsrc","href","lowsrc","src"].indexOf(i)&&(r=s(n)&&e.allowedReferences.some((function(t){return 0===n.indexOf(t)}))),r||(o("Highcharts warning: Invalid attribute '"+i+"' in config"),delete t[i])})),t},e.setElementHTML=function(t,n){t.innerHTML=e.emptyHTML,n&&new e(n).addToDOM(t)},e.prototype.addToDOM=function(r){return function r(a,s){var c;return d(a).forEach((function(a){var d=a.tagName,u=a.textContent?t.doc.createTextNode(a.textContent):void 0;if(d)if("#text"===d)var h=u;else if(-1!==e.allowedTags.indexOf(d)){d=t.doc.createElementNS("svg"===d?n:s.namespaceURI||n,d);var p=a.attributes||{};l(a,(function(t,e){"tagName"!==e&&"attributes"!==e&&"children"!==e&&"textContent"!==e&&(p[e]=t)})),i(d,e.filterUserAttributes(p)),u&&d.appendChild(u),r(a.children||[],d),h=d}else o("Highcharts warning: Invalid tagName "+d+" in config");h&&s.appendChild(h),c=h})),c}(this.nodes,r)},e.prototype.parseMarkup=function(t){var e=[];if(t=t.trim(),h)t=(new DOMParser).parseFromString(c?c.createHTML(t):t,"text/html");else{var n=r("div");n.innerHTML=t,t={body:n}}var i=function(t,e){var n=t.nodeName.toLowerCase(),r={tagName:n};if("#text"===n&&(r.textContent=t.textContent||""),n=t.attributes){var o={};[].forEach.call(n,(function(t){o[t.name]=t.value})),r.attributes=o}if(t.childNodes.length){var a=[];[].forEach.call(t.childNodes,(function(t){i(t,a)})),a.length&&(r.children=a)}e.push(r)};return[].forEach.call(t.body.childNodes,(function(t){return i(t,e)})),e},e.allowedAttributes="aria-controls aria-describedby aria-expanded aria-haspopup aria-hidden aria-label aria-labelledby aria-live aria-pressed aria-readonly aria-roledescription aria-selected class clip-path color colspan cx cy d dx dy disabled fill height href id in markerHeight markerWidth offset opacity orient padding paddingLeft paddingRight patternUnits r refX refY role scope slope src startOffset stdDeviation stroke stroke-linecap stroke-width style tableValues result rowspan summary target tabindex text-align textAnchor textLength title type valign width x x1 x2 y y1 y2 zIndex".split(" "),e.allowedReferences="https:// http:// mailto: / ../ ./ #".split(" "),e.allowedTags="a abbr b br button caption circle clipPath code dd defs div dl dt em feComponentTransfer feFuncA feFuncB feFuncG feFuncR feGaussianBlur feOffset feMerge feMergeNode filter h1 h2 h3 h4 h5 h6 hr i img li linearGradient marker ol p path pattern pre rect small span stop strong style sub sup svg table text thead tbody tspan td th tr u ul #text".split(" "),e.emptyHTML=u,e}()})),e(n,"Core/FormatUtilities.js",[n["Core/DefaultOptions.js"],n["Core/Utilities.js"]],(function(t,e){function n(t,e,n,r){t=+t||0,e=+e;var o=i.lang,d=(t.toString().split(".")[1]||"").split("e")[0].length,c=t.toString().split("e"),u=e;if(-1===e)e=Math.min(d,20);else if(a(e)){if(e&&c[1]&&0>c[1]){var h=e+ +c[1];0<=h?(c[0]=(+c[0]).toExponential(h).split("e")[0],e=h):(c[0]=c[0].split(".")[0]||0,t=20>e?(c[0]*Math.pow(10,c[1])).toFixed(e):0,c[1]=0)}}else e=2;h=(Math.abs(c[1]?c[0]:t)+Math.pow(10,-Math.max(e,d)-1)).toFixed(e);var p=3<(d=String(l(h))).length?d.length%3:0;return n=s(n,o.decimalPoint),r=s(r,o.thousandsSep),t=(0>t?"-":"")+(p?d.substr(0,p)+r:""),t=0>+c[1]&&!u?"0":t+d.substr(p).replace(/(\d{3})(?=\d)/g,"$1"+r),e&&(t+=n+h.slice(-e)),c[1]&&0!=+t&&(t+="e"+c[1]),t}var i=t.defaultOptions,r=t.defaultTime,o=e.getNestedProperty,a=e.isNumber,s=e.pick,l=e.pInt;return{dateFormat:function(t,e,n){return r.dateFormat(t,e,n)},format:function(t,e,a){var s="{",l=!1,d=/f$/,c=/\.([0-9])/,u=i.lang,h=a&&a.time||r;a=a&&a.numberFormatter||n;for(var p=[];t;){var f=t.indexOf(s);if(-1===f)break;var g=t.slice(0,f);if(l){if(g=g.split(":"),s=o(g.shift()||"",e),g.length&&"number"==typeof s)if(g=g.join(":"),d.test(g)){var m=parseInt((g.match(c)||["","-1"])[1],10);null!==s&&(s=a(s,m,u.decimalPoint,-1<g.indexOf(",")?u.thousandsSep:""))}else s=h.dateFormat(g,s);p.push(s)}else p.push(g);t=t.slice(f+1),s=(l=!l)?"}":"{"}return p.push(t),p.join("")},numberFormat:n}})),e(n,"Core/Renderer/RendererUtilities.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.clamp,i=t.pick,r=t.stableSort;return function(t){t.distribute=function t(e,o,a){var s,l=e,d=l.reducedLen||o,c=function(t,e){return(e.rank||0)-(t.rank||0)},u=function(t,e){return t.target-e.target},h=!0,p=[],f=0;for(s=e.length;s--;)f+=e[s].size;if(f>d){for(r(e,c),f=s=0;f<=d;)f+=e[s].size,s++;p=e.splice(s-1,e.length)}for(r(e,u),e=e.map((function(t){return{size:t.size,targets:[t.target],align:i(t.align,.5)}}));h;){for(s=e.length;s--;)d=e[s],c=(Math.min.apply(0,d.targets)+Math.max.apply(0,d.targets))/2,d.pos=n(c-d.size*d.align,0,o-d.size);for(s=e.length,h=!1;s--;)0<s&&e[s-1].pos+e[s-1].size>e[s].pos&&(e[s-1].size+=e[s].size,e[s-1].targets=e[s-1].targets.concat(e[s].targets),e[s-1].align=.5,e[s-1].pos+e[s-1].size>o&&(e[s-1].pos=o-e[s-1].size),e.splice(s,1),h=!0)}return l.push.apply(l,p),s=0,e.some((function(e){var n=0;return(e.targets||[]).some((function(){return l[s].pos=e.pos+n,void 0!==a&&Math.abs(l[s].pos-l[s].target)>a?(l.slice(0,s+1).forEach((function(t){return delete t.pos})),l.reducedLen=(l.reducedLen||o)-.1*o,l.reducedLen>.1*o&&t(l,o,a),!0):(n+=l[s].size,s++,!1)}))})),r(l,u),l}}(e||(e={})),e})),e(n,"Core/Renderer/SVG/SVGElement.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Renderer/HTML/AST.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r){var o=t.animate,a=t.animObject,s=t.stop,l=i.deg2rad,d=i.doc,c=i.noop,u=i.svg,h=i.SVG_NS,p=i.win,f=r.addEvent,g=r.attr,m=r.createElement,v=r.css,b=r.defined,y=r.erase,x=r.extend,_=r.fireEvent,O=r.isArray,w=r.isFunction,$=r.isNumber,C=r.isString,k=r.merge,S=r.objectEach,j=r.pick,E=r.pInt,M=r.syncTimeout,A=r.uniqueKey;return(t=function(){function t(){this.element=void 0,this.onEvents={},this.opacity=1,this.renderer=void 0,this.SVG_NS=h,this.symbolCustomAttribs="x y width height r start end innerR anchorX anchorY rounded".split(" ")}return t.prototype._defaultGetter=function(t){return t=j(this[t+"Value"],this[t],this.element?this.element.getAttribute(t):null,0),/^[\-0-9\.]+$/.test(t)&&(t=parseFloat(t)),t},t.prototype._defaultSetter=function(t,e,n){n.setAttribute(e,t)},t.prototype.add=function(t){var e=this.renderer,n=this.element;if(t&&(this.parentGroup=t),this.parentInverted=t&&t.inverted,void 0!==this.textStr&&"text"===this.element.nodeName&&e.buildText(this),this.added=!0,!t||t.handleZ||this.zIndex)var i=this.zIndexSetter();return i||(t?t.element:e.box).appendChild(n),this.onAdd&&this.onAdd(),this},t.prototype.addClass=function(t,e){var n=e?"":this.attr("class")||"";return(t=(t||"").split(/ /g).reduce((function(t,e){return-1===n.indexOf(e)&&t.push(e),t}),n?[n]:[]).join(" "))!==n&&this.attr("class",t),this},t.prototype.afterSetters=function(){this.doTransform&&(this.updateTransform(),this.doTransform=!1)},t.prototype.align=function(t,e,n){var i,r,o,a={},s=this.renderer,l=s.alignedObjects;t?(this.alignOptions=t,this.alignByTranslate=e,(!n||C(n))&&(this.alignTo=i=n||"renderer",y(l,this),l.push(this),n=void 0)):(t=this.alignOptions,e=this.alignByTranslate,i=this.alignTo),n=j(n,s[i],"scrollablePlotBox"===i?s.plotBox:void 0,s),i=t.align;var d=t.verticalAlign;return s=(n.x||0)+(t.x||0),l=(n.y||0)+(t.y||0),"right"===i?r=1:"center"===i&&(r=2),r&&(s+=(n.width-(t.width||0))/r),a[e?"translateX":"x"]=Math.round(s),"bottom"===d?o=1:"middle"===d&&(o=2),o&&(l+=(n.height-(t.height||0))/o),a[e?"translateY":"y"]=Math.round(l),this[this.placed?"animate":"attr"](a),this.placed=!0,this.alignAttr=a,this},t.prototype.alignSetter=function(t){var e={left:"start",center:"middle",right:"end"};e[t]&&(this.alignValue=t,this.element.setAttribute("text-anchor",e[t]))},t.prototype.animate=function(t,e,n){var i=this,r=a(j(e,this.renderer.globalAnimation,!0));return e=r.defer,j(d.hidden,d.msHidden,d.webkitHidden,!1)&&(r.duration=0),0!==r.duration?(n&&(r.complete=n),M((function(){i.element&&o(i,t,r)}),e)):(this.attr(t,void 0,n),S(t,(function(t,e){r.step&&r.step.call(this,t,{prop:e,pos:1,elem:this})}),this)),this},t.prototype.applyTextOutline=function(t){var e=this.element;-1!==t.indexOf("contrast")&&(t=t.replace(/contrast/g,this.renderer.getContrast(e.style.fill)));var n=t.split(" ");if(t=n[n.length-1],(n=n[0])&&"none"!==n&&i.svg){this.fakeTS=!0,this.ySetter=this.xSetter,n=n.replace(/(^[\d\.]+)(.*?)$/g,(function(t,e,n){return 2*Number(e)+n})),this.removeTextOutline();var r=d.createElementNS(h,"tspan");g(r,{class:"highcharts-text-outline",fill:t,stroke:t,"stroke-width":n,"stroke-linejoin":"round"}),[].forEach.call(e.childNodes,(function(t){var e=t.cloneNode(!0);e.removeAttribute&&["fill","stroke","stroke-width","stroke"].forEach((function(t){return e.removeAttribute(t)})),r.appendChild(e)}));var o=d.createElementNS(h,"tspan");o.textContent="​",["x","y"].forEach((function(t){var n=e.getAttribute(t);n&&o.setAttribute(t,n)})),r.appendChild(o),e.insertBefore(r,e.firstChild)}},t.prototype.attr=function(t,e,n,i){var r,o,a,l=this.element,d=this.symbolCustomAttribs,c=this;if("string"==typeof t&&void 0!==e){var u=t;(t={})[u]=e}return"string"==typeof t?c=(this[t+"Getter"]||this._defaultGetter).call(this,t,l):(S(t,(function(e,n){o=!1,i||s(this,n),this.symbolName&&-1!==d.indexOf(n)&&(r||(this.symbolAttr(t),r=!0),o=!0),!this.rotation||"x"!==n&&"y"!==n||(this.doTransform=!0),o||((a=this[n+"Setter"]||this._defaultSetter).call(this,e,n,l),!this.styledMode&&this.shadows&&/^(width|height|visibility|x|y|d|transform|cx|cy|r)$/.test(n)&&this.updateShadows(n,e,a))}),this),this.afterSetters()),n&&n.call(this),c},t.prototype.clip=function(t){return this.attr("clip-path",t?"url("+this.renderer.url+"#"+t.id+")":"none")},t.prototype.crisp=function(t,e){e=e||t.strokeWidth||0;var n=Math.round(e)%2/2;return t.x=Math.floor(t.x||this.x||0)+n,t.y=Math.floor(t.y||this.y||0)+n,t.width=Math.floor((t.width||this.width||0)-2*n),t.height=Math.floor((t.height||this.height||0)-2*n),b(t.strokeWidth)&&(t.strokeWidth=e),t},t.prototype.complexColor=function(t,e,i){var r,o,a,s,l,d,c,u,h,p,f,g=this.renderer,m=[];_(this.renderer,"complexColor",{args:arguments},(function(){if(t.radialGradient?o="radialGradient":t.linearGradient&&(o="linearGradient"),o){if(a=t[o],l=g.gradients,d=t.stops,h=i.radialReference,O(a)&&(t[o]=a={x1:a[0],y1:a[1],x2:a[2],y2:a[3],gradientUnits:"userSpaceOnUse"}),"radialGradient"===o&&h&&!b(a.gradientUnits)&&(s=a,a=k(a,g.getRadialAttr(h,s),{gradientUnits:"userSpaceOnUse"})),S(a,(function(t,e){"id"!==e&&m.push(e,t)})),S(d,(function(t){m.push(t)})),m=m.join(","),l[m])p=l[m].attr("id");else{a.id=p=A();var v=l[m]=g.createElement(o).attr(a).add(g.defs);v.radAttr=s,v.stops=[],d.forEach((function(t){0===t[1].indexOf("rgba")?(r=n.parse(t[1]),c=r.get("rgb"),u=r.get("a")):(c=t[1],u=1),t=g.createElement("stop").attr({offset:t[0],"stop-color":c,"stop-opacity":u}).add(v),v.stops.push(t)}))}f="url("+g.url+"#"+p+")",i.setAttribute(e,f),i.gradient=m,t.toString=function(){return f}}}))},t.prototype.css=function(t){var e=this.styles,n={},i=this.element,r=["textOutline","textOverflow","width"],o="",a=!e;if(t&&t.color&&(t.fill=t.color),e&&S(t,(function(t,i){e&&e[i]!==t&&(n[i]=t,a=!0)})),a){if(e&&(t=x(e,n)),t)if(null===t.width||"auto"===t.width)delete this.textWidth;else if("text"===i.nodeName.toLowerCase()&&t.width)var s=this.textWidth=E(t.width);if(this.styles=t,s&&!u&&this.renderer.forExport&&delete t.width,i.namespaceURI===this.SVG_NS){var l=function(t,e){return"-"+e.toLowerCase()};S(t,(function(t,e){-1===r.indexOf(e)&&(o+=e.replace(/([A-Z])/g,l)+":"+t+";")})),o&&g(i,"style",o)}else v(i,t);this.added&&("text"===this.element.nodeName&&this.renderer.buildText(this),t&&t.textOutline&&this.applyTextOutline(t.textOutline))}return this},t.prototype.dashstyleSetter=function(t){var e=this["stroke-width"];if("inherit"===e&&(e=1),t=t&&t.toLowerCase()){var n=t.replace("shortdashdotdot","3,1,1,1,1,1,").replace("shortdashdot","3,1,1,1").replace("shortdot","1,1,").replace("shortdash","3,1,").replace("longdash","8,3,").replace(/dot/g,"1,3,").replace("dash","4,3,").replace(/,$/,"").split(",");for(t=n.length;t--;)n[t]=""+E(n[t])*j(e,NaN);t=n.join(",").replace(/NaN/g,"none"),this.element.setAttribute("stroke-dasharray",t)}},t.prototype.destroy=function(){var t=this,e=t.element||{},n=t.renderer,i=e.ownerSVGElement,r=n.isSVG&&"SPAN"===e.nodeName&&t.parentGroup||void 0;if(e.onclick=e.onmouseout=e.onmouseover=e.onmousemove=e.point=null,s(t),t.clipPath&&i){var o=t.clipPath;[].forEach.call(i.querySelectorAll("[clip-path],[CLIP-PATH]"),(function(t){-1<t.getAttribute("clip-path").indexOf(o.element.id)&&t.removeAttribute("clip-path")})),t.clipPath=o.destroy()}if(t.stops){for(i=0;i<t.stops.length;i++)t.stops[i].destroy();t.stops.length=0,t.stops=void 0}for(t.safeRemoveChild(e),n.styledMode||t.destroyShadows();r&&r.div&&0===r.div.childNodes.length;)e=r.parentGroup,t.safeRemoveChild(r.div),delete r.div,r=e;t.alignTo&&y(n.alignedObjects,t),S(t,(function(e,n){t[n]&&t[n].parentGroup===t&&t[n].destroy&&t[n].destroy(),delete t[n]}))},t.prototype.destroyShadows=function(){(this.shadows||[]).forEach((function(t){this.safeRemoveChild(t)}),this),this.shadows=void 0},t.prototype.destroyTextPath=function(t,e){var n=t.getElementsByTagName("text")[0];if(n){if(n.removeAttribute("dx"),n.removeAttribute("dy"),e.element.setAttribute("id",""),this.textPathWrapper&&n.getElementsByTagName("textPath").length){for(t=this.textPathWrapper.element.childNodes;t.length;)n.appendChild(t[0]);n.removeChild(this.textPathWrapper.element)}}else(t.getAttribute("dx")||t.getAttribute("dy"))&&(t.removeAttribute("dx"),t.removeAttribute("dy"));this.textPathWrapper&&(this.textPathWrapper=this.textPathWrapper.destroy())},t.prototype.dSetter=function(t,e,n){O(t)&&("string"==typeof t[0]&&(t=this.renderer.pathToSegments(t)),this.pathArray=t,t=t.reduce((function(t,e,n){return e&&e.join?(n?t+" ":"")+e.join(" "):(e||"").toString()}),"")),/(NaN| {2}|^$)/.test(t)&&(t="M 0 0"),this[e]!==t&&(n.setAttribute(e,t),this[e]=t)},t.prototype.fadeOut=function(t){var e=this;e.animate({opacity:0},{duration:j(t,150),complete:function(){e.attr({y:-9999}).hide()}})},t.prototype.fillSetter=function(t,e,n){"string"==typeof t?n.setAttribute(e,t):t&&this.complexColor(t,e,n)},t.prototype.getBBox=function(e,n){var i=this.renderer,r=this.element,o=this.styles,a=this.textStr,s=i.cache,d=i.cacheKeys,c=r.namespaceURI===this.SVG_NS;n=j(n,this.rotation,0);var u,h=i.styledMode?r&&t.prototype.getStyle.call(r,"font-size"):o&&o.fontSize;if(b(a)){var p=a.toString();-1===p.indexOf("<")&&(p=p.replace(/[0-9]/g,"0")),p+=["",n,h,this.textWidth,o&&o.textOverflow,o&&o.fontWeight].join()}if(p&&!e&&(u=s[p]),!u){if(c||i.forExport){try{var f=this.fakeTS&&function(t){var e=r.querySelector(".highcharts-text-outline");e&&v(e,{display:t})};w(f)&&f("none"),u=r.getBBox?x({},r.getBBox()):{width:r.offsetWidth,height:r.offsetHeight},w(f)&&f("")}catch(t){}(!u||0>u.width)&&(u={width:0,height:0})}else u=this.htmlGetBBox();if(i.isSVG&&(e=u.width,i=u.height,c&&(u.height=i={"11px,17":14,"13px,20":16}[(h||"")+","+Math.round(i)]||i),n&&(c=n*l,u.width=Math.abs(i*Math.sin(c))+Math.abs(e*Math.cos(c)),u.height=Math.abs(i*Math.cos(c))+Math.abs(e*Math.sin(c)))),p&&(""===a||0<u.height)){for(;250<d.length;)delete s[d.shift()];s[p]||d.push(p),s[p]=u}}return u},t.prototype.getStyle=function(t){return p.getComputedStyle(this.element||this,"").getPropertyValue(t)},t.prototype.hasClass=function(t){return-1!==(""+this.attr("class")).split(" ").indexOf(t)},t.prototype.hide=function(t){return t?this.attr({y:-9999}):this.attr({visibility:"hidden"}),this},t.prototype.htmlGetBBox=function(){return{height:0,width:0,x:0,y:0}},t.prototype.init=function(t,e){this.element="span"===e?m(e):d.createElementNS(this.SVG_NS,e),this.renderer=t,_(this,"afterInit")},t.prototype.invert=function(t){return this.inverted=t,this.updateTransform(),this},t.prototype.on=function(t,e){var n=this.onEvents;return n[t]&&n[t](),n[t]=f(this.element,t,e),this},t.prototype.opacitySetter=function(t,e,n){this.opacity=t=Number(Number(t).toFixed(3)),n.setAttribute(e,t)},t.prototype.removeClass=function(t){return this.attr("class",(""+this.attr("class")).replace(C(t)?new RegExp("(^| )"+t+"( |$)"):t," ").replace(/ +/g," ").trim())},t.prototype.removeTextOutline=function(){var t=this.element.querySelector("tspan.highcharts-text-outline");t&&this.safeRemoveChild(t)},t.prototype.safeRemoveChild=function(t){var e=t.parentNode;e&&e.removeChild(t)},t.prototype.setRadialReference=function(t){var e=this.element.gradient&&this.renderer.gradients[this.element.gradient];return this.element.radialReference=t,e&&e.radAttr&&e.animate(this.renderer.getRadialAttr(t,e.radAttr)),this},t.prototype.setTextPath=function(t,n){var i=this.element,r=this.text?this.text.element:i,o={textAnchor:"text-anchor"},a=!1,s=this.textPathWrapper,l=!s;n=k(!0,{enabled:!0,attributes:{dy:-5,startOffset:"50%",textAnchor:"middle"}},n);var d=e.filterUserAttributes(n.attributes);if(t&&n&&n.enabled){s&&null===s.element.parentNode?(l=!0,s=s.destroy()):s&&this.removeTextOutline.call(s.parentGroup),this.options&&this.options.padding&&(d.dx=-this.options.padding),s||(this.textPathWrapper=s=this.renderer.createElement("textPath"),a=!0);var u=s.element;if((n=t.element.getAttribute("id"))||t.element.setAttribute("id",n=A()),l)for(r.setAttribute("y",0),$(d.dx)&&r.setAttribute("x",-d.dx),t=[].slice.call(r.childNodes),l=0;l<t.length;l++){var h=t[l];h.nodeType!==p.Node.TEXT_NODE&&"tspan"!==h.nodeName||u.appendChild(h)}a&&s&&s.add({element:r}),u.setAttributeNS("http://www.w3.org/1999/xlink","href",this.renderer.url+"#"+n),b(d.dy)&&(u.parentNode.setAttribute("dy",d.dy),delete d.dy),b(d.dx)&&(u.parentNode.setAttribute("dx",d.dx),delete d.dx),S(d,(function(t,e){u.setAttribute(o[e]||e,t)})),i.removeAttribute("transform"),this.removeTextOutline.call(s),this.text&&!this.renderer.styledMode&&this.attr({fill:"none","stroke-width":0}),this.applyTextOutline=this.updateTransform=c}else s&&(delete this.updateTransform,delete this.applyTextOutline,this.destroyTextPath(i,t),this.updateTransform(),this.options&&this.options.rotation&&this.applyTextOutline(this.options.style.textOutline));return this},t.prototype.shadow=function(t,e,n){var i,r=[],o=this.element,a=this.oldShadowOptions,s={color:"#000000",offsetX:this.parentInverted?-1:1,offsetY:this.parentInverted?-1:1,opacity:.15,width:3},l=!1;if(!0===t?i=s:"object"==typeof t&&(i=x(s,t)),i&&(i&&a&&S(i,(function(t,e){t!==a[e]&&(l=!0)})),l&&this.destroyShadows(),this.oldShadowOptions=i),i){if(!this.shadows){var d=i.opacity/i.width,c=this.parentInverted?"translate("+i.offsetY+", "+i.offsetX+")":"translate("+i.offsetX+", "+i.offsetY+")";for(s=1;s<=i.width;s++){var u=o.cloneNode(!1),h=2*i.width+1-2*s;g(u,{stroke:t.color||"#000000","stroke-opacity":d*s,"stroke-width":h,transform:c,fill:"none"}),u.setAttribute("class",(u.getAttribute("class")||"")+" highcharts-shadow"),n&&(g(u,"height",Math.max(g(u,"height")-h,0)),u.cutHeight=h),e?e.element.appendChild(u):o.parentNode&&o.parentNode.insertBefore(u,o),r.push(u)}this.shadows=r}}else this.destroyShadows();return this},t.prototype.show=function(t){return this.attr({visibility:t?"inherit":"visible"})},t.prototype.strokeSetter=function(e,n,i){this[n]=e,this.stroke&&this["stroke-width"]?(t.prototype.fillSetter.call(this,this.stroke,"stroke",i),i.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0):"stroke-width"===n&&0===e&&this.hasStroke?(i.removeAttribute("stroke"),this.hasStroke=!1):this.renderer.styledMode&&this["stroke-width"]&&(i.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0)},t.prototype.strokeWidth=function(){if(!this.renderer.styledMode)return this["stroke-width"]||0;var t=this.getStyle("stroke-width"),e=0;if(t.indexOf("px")===t.length-2)e=E(t);else if(""!==t){var n=d.createElementNS(h,"rect");g(n,{width:t,"stroke-width":0}),this.element.parentNode.appendChild(n),e=n.getBBox().width,n.parentNode.removeChild(n)}return e},t.prototype.symbolAttr=function(t){var e=this;"x y r start end width height innerR anchorX anchorY clockwise".split(" ").forEach((function(n){e[n]=j(t[n],e[n])})),e.attr({d:e.renderer.symbols[e.symbolName](e.x,e.y,e.width,e.height,e)})},t.prototype.textSetter=function(t){t!==this.textStr&&(delete this.textPxLength,this.textStr=t,this.added&&this.renderer.buildText(this))},t.prototype.titleSetter=function(t){var e=this.element,n=e.getElementsByTagName("title")[0]||d.createElementNS(this.SVG_NS,"title");e.insertBefore?e.insertBefore(n,e.firstChild):e.appendChild(n),n.textContent=String(j(t,"")).replace(/<[^>]*>/g,"").replace(/&lt;/g,"<").replace(/&gt;/g,">")},t.prototype.toFront=function(){var t=this.element;return t.parentNode.appendChild(t),this},t.prototype.translate=function(t,e){return this.attr({translateX:t,translateY:e})},t.prototype.updateShadows=function(t,e,n){var i=this.shadows;if(i)for(var r=i.length;r--;)n.call(i[r],"height"===t?Math.max(e-(i[r].cutHeight||0),0):"d"===t?this.d:e,t,i[r])},t.prototype.updateTransform=function(){var t=this.scaleX,e=this.scaleY,n=this.inverted,i=this.rotation,r=this.matrix,o=this.element,a=this.translateX||0,s=this.translateY||0;n&&(a+=this.width,s+=this.height),a=["translate("+a+","+s+")"],b(r)&&a.push("matrix("+r.join(",")+")"),n?a.push("rotate(90) scale(-1,1)"):i&&a.push("rotate("+i+" "+j(this.rotationOriginX,o.getAttribute("x"),0)+" "+j(this.rotationOriginY,o.getAttribute("y")||0)+")"),(b(t)||b(e))&&a.push("scale("+j(t,1)+" "+j(e,1)+")"),a.length&&o.setAttribute("transform",a.join(" "))},t.prototype.visibilitySetter=function(t,e,n){"inherit"===t?n.removeAttribute(e):this[e]!==t&&n.setAttribute(e,t),this[e]=t},t.prototype.xGetter=function(t){return"circle"===this.element.nodeName&&("x"===t?t="cx":"y"===t&&(t="cy")),this._defaultGetter(t)},t.prototype.zIndexSetter=function(t,e){var n=this.renderer,i=this.parentGroup,r=(i||n).element||n.box,o=this.element;n=r===n.box;var a,s=!1,l=this.added;if(b(t)?(o.setAttribute("data-z-index",t),t=+t,this[e]===t&&(l=!1)):b(this[e])&&o.removeAttribute("data-z-index"),this[e]=t,l){for((t=this.zIndex)&&i&&(i.handleZ=!0),a=(e=r.childNodes).length-1;0<=a&&!s;a--){l=(i=e[a]).getAttribute("data-z-index");var d=!b(l);i!==o&&(0>t&&d&&!n&&!a?(r.insertBefore(o,e[a]),s=!0):(E(l)<=t||d&&(!b(t)||0<=t))&&(r.insertBefore(o,e[a+1]||null),s=!0))}s||(r.insertBefore(o,e[n?3:0]||null),s=!0)}return s},t}()).prototype["stroke-widthSetter"]=t.prototype.strokeSetter,t.prototype.yGetter=t.prototype.xGetter,t.prototype.matrixSetter=t.prototype.rotationOriginXSetter=t.prototype.rotationOriginYSetter=t.prototype.rotationSetter=t.prototype.scaleXSetter=t.prototype.scaleYSetter=t.prototype.translateXSetter=t.prototype.translateYSetter=t.prototype.verticalAlignSetter=function(t,e){this[e]=t,this.doTransform=!0},t})),e(n,"Core/Renderer/RendererRegistry.js",[n["Core/Globals.js"]],(function(t){var e;return function(e){var n;e.rendererTypes={},e.getRendererType=function(t){return void 0===t&&(t=n),e.rendererTypes[t]||e.rendererTypes[n]},e.registerRendererType=function(i,r,o){e.rendererTypes[i]=r,n&&!o||(n=i,t.Renderer=r)}}(e||(e={})),e})),e(n,"Core/Renderer/SVG/SVGLabel.js",[n["Core/Renderer/SVG/SVGElement.js"],n["Core/Utilities.js"]],(function(t,e){var n=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),i=e.defined,r=e.extend,o=e.isNumber,a=e.merge,s=e.pick,l=e.removeEvent;return function(e){function d(t,n,i,r,o,a,s,l,c,u){var h,p=e.call(this)||this;return p.paddingLeftSetter=p.paddingSetter,p.paddingRightSetter=p.paddingSetter,p.init(t,"g"),p.textStr=n,p.x=i,p.y=r,p.anchorX=a,p.anchorY=s,p.baseline=c,p.className=u,p.addClass("button"===u?"highcharts-no-tooltip":"highcharts-label"),u&&p.addClass("highcharts-"+u),p.text=t.text(void 0,0,0,l).attr({zIndex:1}),"string"==typeof o&&((h=/^url\((.*?)\)$/.test(o))||p.renderer.symbols[o])&&(p.symbolKey=o),p.bBox=d.emptyBBox,p.padding=3,p.baselineOffset=0,p.needsBox=t.styledMode||h,p.deferredAttr={},p.alignFactor=0,p}return n(d,e),d.prototype.alignSetter=function(t){(t={left:0,center:.5,right:1}[t])!==this.alignFactor&&(this.alignFactor=t,this.bBox&&o(this.xSetting)&&this.attr({x:this.xSetting}))},d.prototype.anchorXSetter=function(t,e){this.anchorX=t,this.boxAttr(e,Math.round(t)-this.getCrispAdjust()-this.xSetting)},d.prototype.anchorYSetter=function(t,e){this.anchorY=t,this.boxAttr(e,t-this.ySetting)},d.prototype.boxAttr=function(t,e){this.box?this.box.attr(t,e):this.deferredAttr[t]=e},d.prototype.css=function(e){if(e){var n={};e=a(e),d.textProps.forEach((function(t){void 0!==e[t]&&(n[t]=e[t],delete e[t])})),this.text.css(n);var i="width"in n;"fontSize"in n||"fontWeight"in n?this.updateTextPadding():i&&this.updateBoxSize()}return t.prototype.css.call(this,e)},d.prototype.destroy=function(){l(this.element,"mouseenter"),l(this.element,"mouseleave"),this.text&&this.text.destroy(),this.box&&(this.box=this.box.destroy()),t.prototype.destroy.call(this)},d.prototype.fillSetter=function(t,e){t&&(this.needsBox=!0),this.fill=t,this.boxAttr(e,t)},d.prototype.getBBox=function(){this.textStr&&0===this.bBox.width&&0===this.bBox.height&&this.updateBoxSize();var t=this.padding,e=s(this.paddingLeft,t);return{width:this.width,height:this.height,x:this.bBox.x-e,y:this.bBox.y-t}},d.prototype.getCrispAdjust=function(){return this.renderer.styledMode&&this.box?this.box.strokeWidth()%2/2:(this["stroke-width"]?parseInt(this["stroke-width"],10):0)%2/2},d.prototype.heightSetter=function(t){this.heightSetting=t},d.prototype.onAdd=function(){var t=this.textStr;this.text.add(this),this.attr({text:i(t)?t:"",x:this.x,y:this.y}),this.box&&i(this.anchorX)&&this.attr({anchorX:this.anchorX,anchorY:this.anchorY})},d.prototype.paddingSetter=function(t,e){o(t)?t!==this[e]&&(this[e]=t,this.updateTextPadding()):this[e]=void 0},d.prototype.rSetter=function(t,e){this.boxAttr(e,t)},d.prototype.shadow=function(t){return t&&!this.renderer.styledMode&&(this.updateBoxSize(),this.box&&this.box.shadow(t)),this},d.prototype.strokeSetter=function(t,e){this.stroke=t,this.boxAttr(e,t)},d.prototype["stroke-widthSetter"]=function(t,e){t&&(this.needsBox=!0),this["stroke-width"]=t,this.boxAttr(e,t)},d.prototype["text-alignSetter"]=function(t){this.textAlign=t},d.prototype.textSetter=function(t){void 0!==t&&this.text.attr({text:t}),this.updateTextPadding()},d.prototype.updateBoxSize=function(){var t=this.text.element.style,e={},n=this.padding,a=this.bBox=o(this.widthSetting)&&o(this.heightSetting)&&!this.textAlign||!i(this.text.textStr)?d.emptyBBox:this.text.getBBox();this.width=this.getPaddedWidth(),this.height=(this.heightSetting||a.height||0)+2*n,t=this.renderer.fontMetrics(t&&t.fontSize,this.text),this.baselineOffset=n+Math.min((this.text.firstLineMetrics||t).b,a.height||1/0),this.heightSetting&&(this.baselineOffset+=(this.heightSetting-t.h)/2),this.needsBox&&(this.box||((n=this.box=this.symbolKey?this.renderer.symbol(this.symbolKey):this.renderer.rect()).addClass(("button"===this.className?"":"highcharts-label-box")+(this.className?" highcharts-"+this.className+"-box":"")),n.add(this)),n=this.getCrispAdjust(),e.x=n,e.y=(this.baseline?-this.baselineOffset:0)+n,e.width=Math.round(this.width),e.height=Math.round(this.height),this.box.attr(r(e,this.deferredAttr)),this.deferredAttr={})},d.prototype.updateTextPadding=function(){var t=this.text;this.updateBoxSize();var e=this.baseline?0:this.baselineOffset,n=s(this.paddingLeft,this.padding);i(this.widthSetting)&&this.bBox&&("center"===this.textAlign||"right"===this.textAlign)&&(n+={center:.5,right:1}[this.textAlign]*(this.widthSetting-this.bBox.width)),n===t.x&&e===t.y||(t.attr("x",n),t.hasBoxWidthChanged&&(this.bBox=t.getBBox(!0)),void 0!==e&&t.attr("y",e)),t.x=n,t.y=e},d.prototype.widthSetter=function(t){this.widthSetting=o(t)?t:void 0},d.prototype.getPaddedWidth=function(){var t=this.padding,e=s(this.paddingLeft,t);return t=s(this.paddingRight,t),(this.widthSetting||this.bBox.width||0)+e+t},d.prototype.xSetter=function(t){this.x=t,this.alignFactor&&(t-=this.alignFactor*this.getPaddedWidth(),this["forceAnimate:x"]=!0),this.xSetting=Math.round(t),this.attr("translateX",this.xSetting)},d.prototype.ySetter=function(t){this.ySetting=this.y=Math.round(t),this.attr("translateY",this.ySetting)},d.emptyBBox={width:0,height:0,x:0,y:0},d.textProps="color direction fontFamily fontSize fontStyle fontWeight lineHeight textAlign textDecoration textOutline textOverflow width".split(" "),d}(t)})),e(n,"Core/Renderer/SVG/Symbols.js",[n["Core/Utilities.js"]],(function(t){function e(t,e,n,i,o){var s=[];if(o){var l=o.start||0,d=a(o.r,n);n=a(o.r,i||n);var c=(o.end||0)-.001;i=o.innerR;var u=a(o.open,.001>Math.abs((o.end||0)-l-2*Math.PI)),h=Math.cos(l),p=Math.sin(l),f=Math.cos(c),g=Math.sin(c);l=a(o.longArc,.001>c-l-Math.PI?0:1),s.push(["M",t+d*h,e+n*p],["A",d,n,0,l,a(o.clockwise,1),t+d*f,e+n*g]),r(i)&&s.push(u?["M",t+i*f,e+i*g]:["L",t+i*f,e+i*g],["A",i,i,0,l,r(o.clockwise)?1-o.clockwise:0,t+i*h,e+i*p]),u||s.push(["Z"])}return s}function n(t,e,n,r,o){return o&&o.r?i(t,e,n,r,o):[["M",t,e],["L",t+n,e],["L",t+n,e+r],["L",t,e+r],["Z"]]}function i(t,e,n,i,r){return[["M",t+(r=r&&r.r||0),e],["L",t+n-r,e],["C",t+n,e,t+n,e,t+n,e+r],["L",t+n,e+i-r],["C",t+n,e+i,t+n,e+i,t+n-r,e+i],["L",t+r,e+i],["C",t,e+i,t,e+i,t,e+i-r],["L",t,e+r],["C",t,e,t,e,t+r,e]]}var r=t.defined,o=t.isNumber,a=t.pick;return{arc:e,callout:function(t,e,n,r,a){var s=Math.min(a&&a.r||0,n,r),l=s+6,d=a&&a.anchorX;a=a&&a.anchorY||0;var c=i(t,e,n,r,{r:s});return o(d)?(t+d>=n?a>e+l&&a<e+r-l?c.splice(3,1,["L",t+n,a-6],["L",t+n+6,a],["L",t+n,a+6],["L",t+n,e+r-s]):c.splice(3,1,["L",t+n,r/2],["L",d,a],["L",t+n,r/2],["L",t+n,e+r-s]):0>=t+d?a>e+l&&a<e+r-l?c.splice(7,1,["L",t,a+6],["L",t-6,a],["L",t,a-6],["L",t,e+s]):c.splice(7,1,["L",t,r/2],["L",d,a],["L",t,r/2],["L",t,e+s]):a&&a>r&&d>t+l&&d<t+n-l?c.splice(5,1,["L",d+6,e+r],["L",d,e+r+6],["L",d-6,e+r],["L",t+s,e+r]):a&&0>a&&d>t+l&&d<t+n-l&&c.splice(1,1,["L",d-6,e],["L",d,e-6],["L",d+6,e],["L",n-s,e]),c):c},circle:function(t,n,i,r){return e(t+i/2,n+r/2,i/2,r/2,{start:.5*Math.PI,end:2.5*Math.PI,open:!1})},diamond:function(t,e,n,i){return[["M",t+n/2,e],["L",t+n,e+i/2],["L",t+n/2,e+i],["L",t,e+i/2],["Z"]]},rect:n,roundedRect:i,square:n,triangle:function(t,e,n,i){return[["M",t+n/2,e],["L",t+n,e+i],["L",t,e+i],["Z"]]},"triangle-down":function(t,e,n,i){return[["M",t,e],["L",t+n,e],["L",t+n/2,e+i],["Z"]]}}})),e(n,"Core/Renderer/SVG/TextBuilder.js",[n["Core/Renderer/HTML/AST.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=e.doc,r=e.SVG_NS,o=e.win,a=n.attr,s=n.isString,l=n.objectEach,d=n.pick;return function(){function e(t){var e=t.styles;this.renderer=t.renderer,this.svgElement=t,this.width=t.textWidth,this.textLineHeight=e&&e.lineHeight,this.textOutline=e&&e.textOutline,this.ellipsis=!(!e||"ellipsis"!==e.textOverflow),this.noWrap=!(!e||"nowrap"!==e.whiteSpace),this.fontSize=e&&e.fontSize}return e.prototype.buildSVG=function(){var e=this.svgElement,n=e.element,r=e.renderer,o=d(e.textStr,"").toString(),a=-1!==o.indexOf("<"),l=n.childNodes;r=this.width&&!e.added&&r.box;var c=[o,this.ellipsis,this.noWrap,this.textLineHeight,this.textOutline,this.fontSize,this.width].join();if(c!==e.textCache){for(e.textCache=c,delete e.actualWidth,c=l.length;c--;)n.removeChild(l[c]);a||this.ellipsis||this.width||-1!==o.indexOf(" ")&&(!this.noWrap||/<br.*?>/g.test(o))?""!==o&&(r&&r.appendChild(n),o=new t(o),this.modifyTree(o.nodes),o.addToDOM(e.element),this.modifyDOM(),this.ellipsis&&-1!==(n.textContent||"").indexOf("…")&&e.attr("title",this.unescapeEntities(e.textStr||"",["&lt;","&gt;"])),r&&r.removeChild(n)):n.appendChild(i.createTextNode(this.unescapeEntities(o))),s(this.textOutline)&&e.applyTextOutline&&e.applyTextOutline(this.textOutline)}},e.prototype.modifyDOM=function(){var t,e=this,n=this.svgElement,s=a(n.element,"x");for(n.firstLineMetrics=void 0;(t=n.element.firstChild)&&/^[\s\u200B]*$/.test(t.textContent||" ");)n.element.removeChild(t);[].forEach.call(n.element.querySelectorAll("tspan.highcharts-br"),(function(t,i){t.nextSibling&&t.previousSibling&&(0===i&&1===t.previousSibling.nodeType&&(n.firstLineMetrics=n.renderer.fontMetrics(void 0,t.previousSibling)),a(t,{dy:e.getLineHeight(t.nextSibling),x:s}))}));var l=this.width||0;if(l){var d=function(t,o){var d=t.textContent||"",c=d.replace(/([^\^])-/g,"$1- ").split(" "),u=!e.noWrap&&(1<c.length||1<n.element.childNodes.length),h=e.getLineHeight(o),p=0,f=n.actualWidth;if(e.ellipsis)d&&e.truncate(t,d,void 0,0,Math.max(0,l-parseInt(e.fontSize||12,10)),(function(t,e){return t.substring(0,e)+"…"}));else if(u){for(d=[],u=[];o.firstChild&&o.firstChild!==t;)u.push(o.firstChild),o.removeChild(o.firstChild);for(;c.length;)c.length&&!e.noWrap&&0<p&&(d.push(t.textContent||""),t.textContent=c.join(" ").replace(/- /g,"-")),e.truncate(t,void 0,c,0===p&&f||0,l,(function(t,e){return c.slice(0,e).join(" ").replace(/- /g,"-")})),f=n.actualWidth,p++;u.forEach((function(e){o.insertBefore(e,t)})),d.forEach((function(e){o.insertBefore(i.createTextNode(e),t),(e=i.createElementNS(r,"tspan")).textContent="​",a(e,{dy:h,x:s}),o.insertBefore(e,t)}))}},c=function(t){[].slice.call(t.childNodes).forEach((function(e){e.nodeType===o.Node.TEXT_NODE?d(e,t):(-1!==e.className.baseVal.indexOf("highcharts-br")&&(n.actualWidth=0),c(e))}))};c(n.element)}},e.prototype.getLineHeight=function(t){var e;return t=t.nodeType===o.Node.TEXT_NODE?t.parentElement:t,this.renderer.styledMode||(e=t&&/(px|em)$/.test(t.style.fontSize)?t.style.fontSize:this.fontSize||this.renderer.style.fontSize||12),this.textLineHeight?parseInt(this.textLineHeight.toString(),10):this.renderer.fontMetrics(e,t||this.svgElement.element).h},e.prototype.modifyTree=function(t){var e=this,n=function(i,r){var o=i.attributes;o=void 0===o?{}:o;var a=i.children,l=i.tagName,d=e.renderer.styledMode;"b"===l||"strong"===l?d?o.class="highcharts-strong":o.style="font-weight:bold;"+(o.style||""):"i"!==l&&"em"!==l||(d?o.class="highcharts-emphasized":o.style="font-style:italic;"+(o.style||"")),s(o.style)&&(o.style=o.style.replace(/(;| |^)color([ :])/,"$1fill$2")),"br"===l?(o.class="highcharts-br",i.textContent="​",(r=t[r+1])&&r.textContent&&(r.textContent=r.textContent.replace(/^ +/gm,""))):"a"===l&&a&&a.some((function(t){return"#text"===t.tagName}))&&(i.children=[{children:a,tagName:"tspan"}]),"#text"!==l&&"a"!==l&&(i.tagName="tspan"),i.attributes=o,a&&a.filter((function(t){return"#text"!==t.tagName})).forEach(n)};t.forEach(n)},e.prototype.truncate=function(t,e,n,i,r,o){var a,s=this.svgElement,l=s.renderer,d=s.rotation,c=[],u=n?1:0,h=(e||n||"").length,p=h,f=function(r,a){a=a||r;var d=t.parentNode;if(d&&void 0===c[a])if(d.getSubStringLength)try{c[a]=i+d.getSubStringLength(0,n?a+1:a)}catch(t){}else l.getSpanWidth&&(t.textContent=o(e||n,r),c[a]=i+l.getSpanWidth(s,t));return c[a]};s.rotation=0;var g=f(t.textContent.length);if(i+g>r){for(;u<=h;)p=Math.ceil((u+h)/2),n&&(a=o(n,p)),g=f(p,a&&a.length-1),u===h?u=h+1:g>r?h=p-1:u=p;0===h?t.textContent="":e&&h===e.length-1||(t.textContent=a||o(e||n,p))}n&&n.splice(0,p),s.actualWidth=g,s.rotation=d},e.prototype.unescapeEntities=function(t,e){return l(this.renderer.escapes,(function(n,i){e&&-1!==e.indexOf(n)||(t=t.toString().replace(new RegExp(n,"g"),i))})),t},e}()})),e(n,"Core/Renderer/SVG/SVGRenderer.js",[n["Core/Renderer/HTML/AST.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Renderer/RendererRegistry.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Renderer/SVG/SVGLabel.js"],n["Core/Renderer/SVG/Symbols.js"],n["Core/Renderer/SVG/TextBuilder.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,a,s,l){var d,c=n.charts,u=n.deg2rad,h=n.doc,p=n.isFirefox,f=n.isMS,g=n.isWebKit,m=n.noop,v=n.SVG_NS,b=n.symbolSizes,y=n.win,x=l.addEvent,_=l.attr,O=l.createElement,w=l.css,$=l.defined,C=l.destroyObjectProperties,k=l.extend,S=l.isArray,j=l.isNumber,E=l.isObject,M=l.isString,A=l.merge,P=l.pick,T=l.pInt,L=l.uniqueKey;return n=function(){function n(t,e,n,i,r,o,a){this.width=this.url=this.style=this.isSVG=this.imgCount=this.height=this.gradients=this.globalAnimation=this.defs=this.chartIndex=this.cacheKeys=this.cache=this.boxWrapper=this.box=this.alignedObjects=void 0,this.init(t,e,n,i,r,o,a)}return n.prototype.init=function(t,e,n,i,r,o,a){var s,l=this.createElement("svg").attr({version:"1.1",class:"highcharts-root"}),d=l.element;a||l.css(this.getStyle(i)),t.appendChild(d),_(t,"dir","ltr"),-1===t.innerHTML.indexOf("xmlns")&&_(d,"xmlns",this.SVG_NS),this.isSVG=!0,this.box=d,this.boxWrapper=l,this.alignedObjects=[],this.url=this.getReferenceURL(),this.createElement("desc").add().element.appendChild(h.createTextNode("Created with Highcharts 9.3.3")),this.defs=this.createElement("defs").add(),this.allowHTML=o,this.forExport=r,this.styledMode=a,this.gradients={},this.cache={},this.cacheKeys=[],this.imgCount=0,this.setSize(e,n,!1),p&&t.getBoundingClientRect&&((e=function(){w(t,{left:0,top:0}),s=t.getBoundingClientRect(),w(t,{left:Math.ceil(s.left)-s.left+"px",top:Math.ceil(s.top)-s.top+"px"})})(),this.unSubPixelFix=x(y,"resize",e))},n.prototype.definition=function(e){return new t([e]).addToDOM(this.defs.element)},n.prototype.getReferenceURL=function(){if((p||g)&&h.getElementsByTagName("base").length){if(!$(d)){var e=L();e=new t([{tagName:"svg",attributes:{width:8,height:8},children:[{tagName:"defs",children:[{tagName:"clipPath",attributes:{id:e},children:[{tagName:"rect",attributes:{width:4,height:4}}]}]},{tagName:"rect",attributes:{id:"hitme",width:8,height:8,"clip-path":"url(#"+e+")",fill:"rgba(0,0,0,0.001)"}}]}]).addToDOM(h.body),w(e,{position:"fixed",top:0,left:0,zIndex:9e5});var n=h.elementFromPoint(6,6);d="hitme"===(n&&n.id),h.body.removeChild(e)}if(d)return y.location.href.split("#")[0].replace(/<[^>]*>/g,"").replace(/([\('\)])/g,"\\$1").replace(/ /g,"%20")}return""},n.prototype.getStyle=function(t){return this.style=k({fontFamily:'"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif',fontSize:"12px"},t)},n.prototype.setStyle=function(t){this.boxWrapper.css(this.getStyle(t))},n.prototype.isHidden=function(){return!this.boxWrapper.getBBox().width},n.prototype.destroy=function(){var t=this.defs;return this.box=null,this.boxWrapper=this.boxWrapper.destroy(),C(this.gradients||{}),this.gradients=null,t&&(this.defs=t.destroy()),this.unSubPixelFix&&this.unSubPixelFix(),this.alignedObjects=null},n.prototype.createElement=function(t){var e=new this.Element;return e.init(this,t),e},n.prototype.getRadialAttr=function(t,e){return{cx:t[0]-t[2]/2+(e.cx||0)*t[2],cy:t[1]-t[2]/2+(e.cy||0)*t[2],r:(e.r||0)*t[2]}},n.prototype.buildText=function(t){new s(t).buildSVG()},n.prototype.getContrast=function(t){return(t=e.parse(t).rgba)[0]*=1,t[1]*=1.2,t[2]*=.5,459<t[0]+t[1]+t[2]?"#000000":"#FFFFFF"},n.prototype.button=function(e,n,i,r,o,a,s,l,d,c){var u=this.label(e,n,i,d,void 0,void 0,c,void 0,"button"),h=this.styledMode,p=0,g=o?A(o):{};if(e=g&&g.style||{},g=t.filterUserAttributes(g),u.attr(A({padding:8,r:2},g)),!h){var m=(g=A({fill:"#f7f7f7",stroke:"#cccccc","stroke-width":1,style:{color:"#333333",cursor:"pointer",fontWeight:"normal"}},{style:e},g)).style;delete g.style;var v=(a=A(g,{fill:"#e6e6e6"},t.filterUserAttributes(a||{}))).style;delete a.style;var b=(s=A(g,{fill:"#e6ebf5",style:{color:"#000000",fontWeight:"bold"}},t.filterUserAttributes(s||{}))).style;delete s.style;var y=(l=A(g,{style:{color:"#cccccc"}},t.filterUserAttributes(l||{}))).style;delete l.style}return x(u.element,f?"mouseover":"mouseenter",(function(){3!==p&&u.setState(1)})),x(u.element,f?"mouseout":"mouseleave",(function(){3!==p&&u.setState(p)})),u.setState=function(t){1!==t&&(u.state=p=t),u.removeClass(/highcharts-button-(normal|hover|pressed|disabled)/).addClass("highcharts-button-"+["normal","hover","pressed","disabled"][t||0]),h||u.attr([g,a,s,l][t||0]).css([m,v,b,y][t||0])},h||u.attr(g).css(k({cursor:"default"},m)),u.on("touchstart",(function(t){return t.stopPropagation()})).on("click",(function(t){3!==p&&r.call(u,t)}))},n.prototype.crispLine=function(t,e,n){void 0===n&&(n="round");var i=t[0],r=t[1];return $(i[1])&&i[1]===r[1]&&(i[1]=r[1]=Math[n](i[1])-e%2/2),$(i[2])&&i[2]===r[2]&&(i[2]=r[2]=Math[n](i[2])+e%2/2),t},n.prototype.path=function(t){var e=this.styledMode?{}:{fill:"none"};return S(t)?e.d=t:E(t)&&k(e,t),this.createElement("path").attr(e)},n.prototype.circle=function(t,e,n){return t=E(t)?t:void 0===t?{}:{x:t,y:e,r:n},(e=this.createElement("circle")).xSetter=e.ySetter=function(t,e,n){n.setAttribute("c"+e,t)},e.attr(t)},n.prototype.arc=function(t,e,n,i,r,o){return E(t)?(e=(i=t).y,n=i.r,t=i.x):i={innerR:i,start:r,end:o},(t=this.symbol("arc",t,e,n,n,i)).r=n,t},n.prototype.rect=function(t,e,n,i,r,o){r=E(t)?t.r:r;var a=this.createElement("rect");return t=E(t)?t:void 0===t?{}:{x:t,y:e,width:Math.max(n,0),height:Math.max(i,0)},this.styledMode||(void 0!==o&&(t["stroke-width"]=o,t=a.crisp(t)),t.fill="none"),r&&(t.r=r),a.rSetter=function(t,e,n){a.r=t,_(n,{rx:t,ry:t})},a.rGetter=function(){return a.r||0},a.attr(t)},n.prototype.setSize=function(t,e,n){this.width=t,this.height=e,this.boxWrapper.animate({width:t,height:e},{step:function(){this.attr({viewBox:"0 0 "+this.attr("width")+" "+this.attr("height")})},duration:P(n,!0)?void 0:0}),this.alignElements()},n.prototype.g=function(t){var e=this.createElement("g");return t?e.attr({class:"highcharts-"+t}):e},n.prototype.image=function(t,e,n,i,r,o){var a={preserveAspectRatio:"none"},s=function(t,e){t.setAttributeNS?t.setAttributeNS("http://www.w3.org/1999/xlink","href",e):t.setAttribute("hc-svg-href",e)};j(e)&&(a.x=e),j(n)&&(a.y=n),j(i)&&(a.width=i),j(r)&&(a.height=r);var l=this.createElement("image").attr(a);return e=function(e){s(l.element,t),o.call(l,e)},o?(s(l.element,"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),n=new y.Image,x(n,"load",e),n.src=t,n.complete&&e({})):s(l.element,t),l},n.prototype.symbol=function(t,e,n,i,r,o){var a,s=this,l=/^url\((.*?)\)$/,d=l.test(t),u=!d&&(this.symbols[t]?t:"circle"),p=u&&this.symbols[u];if(p){"number"==typeof e&&(a=p.call(this.symbols,Math.round(e||0),Math.round(n||0),i||0,r||0,o));var f=this.path(a);s.styledMode||f.attr("fill","none"),k(f,{symbolName:u||void 0,x:e,y:n,width:i,height:r}),o&&k(f,o)}else if(d){var g=t.match(l)[1],m=f=this.image(g);m.imgwidth=P(b[g]&&b[g].width,o&&o.width),m.imgheight=P(b[g]&&b[g].height,o&&o.height);var v=function(t){return t.attr({width:t.width,height:t.height})};["width","height"].forEach((function(t){m[t+"Setter"]=function(t,e){var n=this["img"+e];this[e]=t,$(n)&&(o&&"within"===o.backgroundSize&&this.width&&this.height&&(n=Math.round(n*Math.min(this.width/this.imgwidth,this.height/this.imgheight))),this.element&&this.element.setAttribute(e,n),this.alignByTranslate||(t=((this[e]||0)-n)/2,this.attr("width"===e?{translateX:t}:{translateY:t})))}})),$(e)&&m.attr({x:e,y:n}),m.isImg=!0,$(m.imgwidth)&&$(m.imgheight)?v(m):(m.attr({width:0,height:0}),O("img",{onload:function(){var t=c[s.chartIndex];0===this.width&&(w(this,{position:"absolute",top:"-999em"}),h.body.appendChild(this)),b[g]={width:this.width,height:this.height},m.imgwidth=this.width,m.imgheight=this.height,m.element&&v(m),this.parentNode&&this.parentNode.removeChild(this),s.imgCount--,s.imgCount||!t||t.hasLoaded||t.onload()},src:g}),this.imgCount++)}return f},n.prototype.clipRect=function(t,e,n,i){var r=L()+"-",o=this.createElement("clipPath").attr({id:r}).add(this.defs);return(t=this.rect(t,e,n,i,0).add(o)).id=r,t.clipPath=o,t.count=0,t},n.prototype.text=function(t,e,n,i){var r={};return!i||!this.allowHTML&&this.forExport?(r.x=Math.round(e||0),n&&(r.y=Math.round(n)),$(t)&&(r.text=t),t=this.createElement("text").attr(r),(!i||this.forExport&&!this.allowHTML)&&(t.xSetter=function(t,e,n){for(var i,r=n.getElementsByTagName("tspan"),o=n.getAttribute(e),a=0;a<r.length;a++)(i=r[a]).getAttribute(e)===o&&i.setAttribute(e,t);n.setAttribute(e,t)}),t):this.html(t,e,n)},n.prototype.fontMetrics=function(t,e){return t=!this.styledMode&&/px/.test(t)||!y.getComputedStyle?t||e&&e.style&&e.style.fontSize||this.style&&this.style.fontSize:e&&r.prototype.getStyle.call(e,"font-size"),{h:e=24>(t=/px/.test(t)?T(t):12)?t+3:Math.round(1.2*t),b:Math.round(.8*e),f:t}},n.prototype.rotCorr=function(t,e,n){var i=t;return e&&n&&(i=Math.max(i*Math.cos(e*u),4)),{x:-t/3*Math.sin(e*u),y:i}},n.prototype.pathToSegments=function(t){for(var e=[],n=[],i={A:8,C:7,H:2,L:3,M:3,Q:5,S:5,T:3,V:2},r=0;r<t.length;r++)M(n[0])&&j(t[r])&&n.length===i[n[0].toUpperCase()]&&t.splice(r,0,n[0].replace("M","L").replace("m","l")),"string"==typeof t[r]&&(n.length&&e.push(n.slice(0)),n.length=0),n.push(t[r]);return e.push(n.slice(0)),e},n.prototype.label=function(t,e,n,i,r,a,s,l,d){return new o(this,t,e,n,i,r,a,s,l,d)},n.prototype.alignElements=function(){this.alignedObjects.forEach((function(t){return t.align()}))},n}(),k(n.prototype,{Element:r,SVG_NS:v,escapes:{"&":"&amp;","<":"&lt;",">":"&gt;","'":"&#39;",'"':"&quot;"},symbols:a,draw:m}),i.registerRendererType("svg",n,!0),n})),e(n,"Core/Renderer/HTML/HTMLElement.js",[n["Core/Globals.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=t.isFirefox,o=t.isMS,a=t.isWebKit,s=t.win,l=n.css,d=n.defined,c=n.extend,u=n.pick,h=n.pInt;return function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return i(e,t),e.compose=function(t){if(-1===e.composedClasses.indexOf(t)){e.composedClasses.push(t);var n=e.prototype,i=t.prototype;i.getSpanCorrection=n.getSpanCorrection,i.htmlCss=n.htmlCss,i.htmlGetBBox=n.htmlGetBBox,i.htmlUpdateTransform=n.htmlUpdateTransform,i.setSpanRotation=n.setSpanRotation}return t},e.prototype.getSpanCorrection=function(t,e,n){this.xCorr=-t*n,this.yCorr=-e},e.prototype.htmlCss=function(t){var e="SPAN"===this.element.tagName&&t&&"width"in t,n=u(e&&t.width,void 0);if(e){delete t.width,this.textWidth=n;var i=!0}return t&&"ellipsis"===t.textOverflow&&(t.whiteSpace="nowrap",t.overflow="hidden"),this.styles=c(this.styles,t),l(this.element,t),i&&this.htmlUpdateTransform(),this},e.prototype.htmlGetBBox=function(){var t=this.element;return{x:t.offsetLeft,y:t.offsetTop,width:t.offsetWidth,height:t.offsetHeight}},e.prototype.htmlUpdateTransform=function(){if(this.added){var t=this.renderer,e=this.element,n=this.translateX||0,i=this.translateY||0,r=this.x||0,o=this.y||0,a=this.textAlign||"left",s={left:0,center:.5,right:1}[a],c=this.styles;if(c=c&&c.whiteSpace,l(e,{marginLeft:n,marginTop:i}),!t.styledMode&&this.shadows&&this.shadows.forEach((function(t){l(t,{marginLeft:n+1,marginTop:i+1})})),this.inverted&&[].forEach.call(e.childNodes,(function(n){t.invertChild(n,e)})),"SPAN"===e.tagName){var u=this.rotation,p=this.textWidth&&h(this.textWidth),f=[u,a,e.innerHTML,this.textWidth,this.textAlign].join(),g=void 0;if(g=!1,p!==this.oldTextWidth){if(this.textPxLength)var m=this.textPxLength;else l(e,{width:"",whiteSpace:c||"nowrap"}),m=e.offsetWidth;(p>this.oldTextWidth||m>p)&&(/[ \-]/.test(e.textContent||e.innerText)||"ellipsis"===e.style.textOverflow)&&(l(e,{width:m>p||u?p+"px":"auto",display:"block",whiteSpace:c||"normal"}),this.oldTextWidth=p,g=!0)}this.hasBoxWidthChanged=g,f!==this.cTT&&(g=t.fontMetrics(e.style.fontSize,e).b,!d(u)||u===(this.oldRotation||0)&&a===this.oldAlign||this.setSpanRotation(u,s,g),this.getSpanCorrection(!d(u)&&this.textPxLength||e.offsetWidth,g,s,u,a)),l(e,{left:r+(this.xCorr||0)+"px",top:o+(this.yCorr||0)+"px"}),this.cTT=f,this.oldRotation=u,this.oldAlign=a}}else this.alignOnAdd=!0},e.prototype.setSpanRotation=function(t,e,n){var i={},d=o&&!/Edge/.test(s.navigator.userAgent)?"-ms-transform":a?"-webkit-transform":r?"MozTransform":s.opera?"-o-transform":void 0;d&&(i[d]=i.transform="rotate("+t+"deg)",i[d+(r?"Origin":"-origin")]=i.transformOrigin=100*e+"% "+n+"px",l(this.element,i))},e.composedClasses=[],e}(e)})),e(n,"Core/Renderer/HTML/HTMLRenderer.js",[n["Core/Renderer/HTML/AST.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Renderer/SVG/SVGRenderer.js"],n["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=i.attr,a=i.createElement,s=i.extend,l=i.pick;return function(n){function i(){return null!==n&&n.apply(this,arguments)||this}return r(i,n),i.compose=function(t){return-1===i.composedClasses.indexOf(t)&&(i.composedClasses.push(t),t.prototype.html=i.prototype.html),t},i.prototype.html=function(n,i,r){var d=this.createElement("span"),c=d.element,u=d.renderer,h=u.isSVG,p=function(t,n){["opacity","visibility"].forEach((function(i){t[i+"Setter"]=function(r,o,a){var s=t.div?t.div.style:n;e.prototype[i+"Setter"].call(this,r,o,a),s&&(s[o]=r)}})),t.addedSetters=!0};return d.textSetter=function(e){e!==this.textStr&&(delete this.bBox,delete this.oldTextWidth,t.setElementHTML(this.element,l(e,"")),this.textStr=e,d.doTransform=!0)},h&&p(d,d.element.style),d.xSetter=d.ySetter=d.alignSetter=d.rotationSetter=function(t,e){"align"===e?d.alignValue=d.textAlign=t:d[e]=t,d.doTransform=!0},d.afterSetters=function(){this.doTransform&&(this.htmlUpdateTransform(),this.doTransform=!1)},d.attr({text:n,x:Math.round(i),y:Math.round(r)}).css({position:"absolute"}),u.styledMode||d.css({fontFamily:this.style.fontFamily,fontSize:this.style.fontSize}),c.style.whiteSpace="nowrap",d.css=d.htmlCss,h&&(d.add=function(t){var e=u.box.parentNode,n=[];if(this.parentGroup=t){var i=t.div;if(!i){for(;t;)n.push(t),t=t.parentGroup;n.reverse().forEach((function(t){function r(e,n){t[n]=e,"translateX"===n?u.left=e+"px":u.top=e+"px",t.doTransform=!0}var l=o(t.element,"class"),c=t.styles||{},u=(i=t.div=t.div||a("div",l?{className:l}:void 0,{position:"absolute",left:(t.translateX||0)+"px",top:(t.translateY||0)+"px",display:t.display,opacity:t.opacity,cursor:c.cursor,pointerEvents:c.pointerEvents,visibility:t.visibility},i||e)).style;s(t,{classSetter:function(t){return function(e){this.element.setAttribute("class",e),t.className=e}}(i),on:function(){return n[0].div&&d.on.apply({element:n[0].div,onEvents:t.onEvents},arguments),t},translateXSetter:r,translateYSetter:r}),t.addedSetters||p(t)}))}}else i=e;return i.appendChild(c),d.added=!0,d.alignOnAdd&&d.htmlUpdateTransform(),d}),d},i.composedClasses=[],i}(n)})),e(n,"Core/Axis/AxisDefaults.js",[],(function(){var t;return function(t){t.defaultXAxisOptions={alignTicks:!0,allowDecimals:void 0,panningEnabled:!0,zIndex:2,zoomEnabled:!0,dateTimeLabelFormats:{millisecond:{main:"%H:%M:%S.%L",range:!1},second:{main:"%H:%M:%S",range:!1},minute:{main:"%H:%M",range:!1},hour:{main:"%H:%M",range:!1},day:{main:"%e. %b"},week:{main:"%e. %b"},month:{main:"%b '%y"},year:{main:"%Y"}},endOnTick:!1,gridLineDashStyle:"Solid",gridZIndex:1,labels:{autoRotation:void 0,autoRotationLimit:80,distance:void 0,enabled:!0,indentation:10,overflow:"justify",padding:5,reserveSpace:void 0,rotation:void 0,staggerLines:0,step:0,useHTML:!1,x:0,zIndex:7,style:{color:"#666666",cursor:"default",fontSize:"11px"}},maxPadding:.01,minorGridLineDashStyle:"Solid",minorTickLength:2,minorTickPosition:"outside",minPadding:.01,offset:void 0,opposite:!1,reversed:void 0,reversedStacks:!1,showEmpty:!0,showFirstLabel:!0,showLastLabel:!0,startOfWeek:1,startOnTick:!1,tickLength:10,tickPixelInterval:100,tickmarkPlacement:"between",tickPosition:"outside",title:{align:"middle",rotation:0,useHTML:!1,x:0,y:0,style:{color:"#666666"}},type:"linear",uniqueNames:!0,visible:!0,minorGridLineColor:"#f2f2f2",minorGridLineWidth:1,minorTickColor:"#999999",lineColor:"#ccd6eb",lineWidth:1,gridLineColor:"#e6e6e6",gridLineWidth:void 0,tickColor:"#ccd6eb"},t.defaultYAxisOptions={reversedStacks:!0,endOnTick:!0,maxPadding:.05,minPadding:.05,tickPixelInterval:72,showLastLabel:!0,labels:{x:-8},startOnTick:!0,title:{rotation:270,text:"Values"},stackLabels:{animation:{},allowOverlap:!1,enabled:!1,crop:!0,overflow:"justify",formatter:function(){return(0,this.axis.chart.numberFormatter)(this.total,-1)},style:{color:"#000000",fontSize:"11px",fontWeight:"bold",textOutline:"1px contrast"}},gridLineWidth:1,lineWidth:0},t.defaultLeftAxisOptions={labels:{x:-15},title:{rotation:270}},t.defaultRightAxisOptions={labels:{x:15},title:{rotation:90}},t.defaultBottomAxisOptions={labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}},t.defaultTopAxisOptions={labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}}}(t||(t={})),t})),e(n,"Core/Foundation.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.addEvent,i=t.isFunction,r=t.objectEach,o=t.removeEvent;return function(t){t.registerEventOptions=function(t,e){t.eventOptions=t.eventOptions||{},r(e.events,(function(e,r){t.eventOptions[r]!==e&&(t.eventOptions[r]&&(o(t,r,t.eventOptions[r]),delete t.eventOptions[r]),i(e)&&(t.eventOptions[r]=e,n(t,r,e)))}))}}(e||(e={})),e})),e(n,"Core/Axis/Tick.js",[n["Core/FormatUtilities.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=e.deg2rad,r=n.clamp,o=n.correctFloat,a=n.defined,s=n.destroyObjectProperties,l=n.extend,d=n.fireEvent,c=n.isNumber,u=n.merge,h=n.objectEach,p=n.pick;return e=function(){function e(t,e,n,i,r){this.isNewLabel=this.isNew=!0,this.axis=t,this.pos=e,this.type=n||"",this.parameters=r||{},this.tickmarkOffset=this.parameters.tickmarkOffset,this.options=this.parameters.options,d(this,"init"),n||i||this.addLabel()}return e.prototype.addLabel=function(){var e=this,n=e.axis,i=n.options,r=n.chart,s=n.categories,u=n.logarithmic,h=n.names,f=e.pos,g=p(e.options&&e.options.labels,i.labels),m=n.tickPositions,v=f===m[0],b=f===m[m.length-1],y=(!g.step||1===g.step)&&1===n.tickInterval;m=m.info;var x,_=e.label;if(s=this.parameters.category||(s?p(s[f],h[f],f):f),u&&c(s)&&(s=o(u.lin2log(s))),n.dateTime)if(m)var O=r.time.resolveDTLFormat(i.dateTimeLabelFormats[!i.grid&&m.higherRanks[f]||m.unitName]),w=O.main;else c(s)&&(w=n.dateTime.getXDateFormat(s,i.dateTimeLabelFormats||{}));e.isFirst=v,e.isLast=b;var $={axis:n,chart:r,dateTimeLabelFormat:w,isFirst:v,isLast:b,pos:f,tick:e,tickPositionInfo:m,value:s};d(this,"labelFormat",$);var C=function(e){return g.formatter?g.formatter.call(e,e):g.format?(e.text=n.defaultLabelFormatter.call(e),t.format(g.format,e,r)):n.defaultLabelFormatter.call(e,e)};i=C.call($,$);var k=O&&O.list;e.shortenLabel=k?function(){for(x=0;x<k.length;x++)if(l($,{dateTimeLabelFormat:k[x]}),_.attr({text:C.call($,$)}),_.getBBox().width<n.getSlotWidth(e)-2*g.padding)return;_.attr({text:""})}:void 0,y&&n._addedPlotLB&&e.moveLabel(i,g),a(_)||e.movedLabel?_&&_.textStr!==i&&!y&&(!_.textWidth||g.style.width||_.styles.width||_.css({width:null}),_.attr({text:i}),_.textPxLength=_.getBBox().width):(e.label=_=e.createLabel({x:0,y:0},i,g),e.rotation=0)},e.prototype.createLabel=function(t,e,n){var i=this.axis,r=i.chart;return(t=a(e)&&n.enabled?r.renderer.text(e,t.x,t.y,n.useHTML).add(i.labelGroup):null)&&(r.styledMode||t.css(u(n.style)),t.textPxLength=t.getBBox().width),t},e.prototype.destroy=function(){s(this,this.axis)},e.prototype.getPosition=function(t,e,n,i){var a=this.axis,s=a.chart,l=i&&s.oldChartHeight||s.chartHeight;return(t={x:t?o(a.translate(e+n,null,null,i)+a.transB):a.left+a.offset+(a.opposite?(i&&s.oldChartWidth||s.chartWidth)-a.right-a.left:0),y:t?l-a.bottom+a.offset-(a.opposite?a.height:0):o(l-a.translate(e+n,null,null,i)-a.transB)}).y=r(t.y,-1e5,1e5),d(this,"afterGetPosition",{pos:t}),t},e.prototype.getLabelPosition=function(t,e,n,r,o,s,l,c){var u=this.axis,h=u.transA,p=u.isLinked&&u.linkedParent?u.linkedParent.reversed:u.reversed,f=u.staggerLines,g=u.tickRotCorr||{x:0,y:0},m=r||u.reserveSpaceDefault?0:-u.labelOffset*("center"===u.labelAlign?.5:1),v={},b=o.y;return a(b)||(b=0===u.side?n.rotation?-8:-n.getBBox().height:2===u.side?g.y+8:Math.cos(n.rotation*i)*(g.y-n.getBBox(!1,0).height/2)),t=t+o.x+m+g.x-(s&&r?s*h*(p?-1:1):0),e=e+b-(s&&!r?s*h*(p?1:-1):0),f&&(n=l/(c||1)%f,u.opposite&&(n=f-n-1),e+=u.labelOffset/f*n),v.x=t,v.y=Math.round(e),d(this,"afterGetLabelPosition",{pos:v,tickmarkOffset:s,index:l}),v},e.prototype.getLabelSize=function(){return this.label?this.label.getBBox()[this.axis.horiz?"height":"width"]:0},e.prototype.getMarkPath=function(t,e,n,i,r,o){return o.crispLine([["M",t,e],["L",t+(r?0:-n),e+(r?n:0)]],i)},e.prototype.handleOverflow=function(t){var e=this.axis,n=e.options.labels,r=t.x,o=e.chart.chartWidth,a=e.chart.spacing,s=p(e.labelLeft,Math.min(e.pos,a[3]));a=p(e.labelRight,Math.max(e.isRadial?0:e.pos+e.len,o-a[1]));var l,d=this.label,c=this.rotation,u={left:0,center:.5,right:1}[e.labelAlign||d.attr("align")],h=d.getBBox().width,f=e.getSlotWidth(this),g={},m=f,v=1;c||"justify"!==n.overflow?0>c&&r-u*h<s?l=Math.round(r/Math.cos(c*i)-s):0<c&&r+u*h>a&&(l=Math.round((o-r)/Math.cos(c*i))):(o=r+(1-u)*h,r-u*h<s?m=t.x+m*(1-u)-s:o>a&&(m=a-t.x+m*u,v=-1),(m=Math.min(f,m))<f&&"center"===e.labelAlign&&(t.x+=v*(f-m-u*(f-Math.min(h,m)))),(h>m||e.autoRotation&&(d.styles||{}).width)&&(l=m)),l&&(this.shortenLabel?this.shortenLabel():(g.width=Math.floor(l)+"px",(n.style||{}).textOverflow||(g.textOverflow="ellipsis"),d.css(g)))},e.prototype.moveLabel=function(t,e){var n=this,i=n.label,r=n.axis,o=r.reversed,a=!1;if(i&&i.textStr===t?(n.movedLabel=i,a=!0,delete n.label):h(r.ticks,(function(e){a||e.isNew||e===n||!e.label||e.label.textStr!==t||(n.movedLabel=e.label,a=!0,e.labelPos=n.movedLabel.xy,delete e.label)})),!a&&(n.labelPos||i)){var s=n.labelPos||i.xy;i=r.horiz?o?0:r.width+r.left:s.x,r=r.horiz?s.y:o?r.width+r.left:0,n.movedLabel=n.createLabel({x:i,y:r},t,e),n.movedLabel&&n.movedLabel.attr({opacity:0})}},e.prototype.render=function(t,e,n){var i=this.axis,r=i.horiz,o=this.pos,a=p(this.tickmarkOffset,i.tickmarkOffset);a=(o=this.getPosition(r,o,a,e)).x;var s=o.y;i=r&&a===i.pos+i.len||!r&&s===i.pos?-1:1,r=p(n,this.label&&this.label.newOpacity,1),n=p(n,1),this.isActive=!0,this.renderGridLine(e,n,i),this.renderMark(o,n,i),this.renderLabel(o,e,r,t),this.isNew=!1,d(this,"afterRender")},e.prototype.renderGridLine=function(t,e,n){var i=this.axis,r=i.options,o={},a=this.pos,s=this.type,l=p(this.tickmarkOffset,i.tickmarkOffset),d=i.chart.renderer,c=this.gridLine,u=r.gridLineWidth,h=r.gridLineColor,f=r.gridLineDashStyle;"minor"===this.type&&(u=r.minorGridLineWidth,h=r.minorGridLineColor,f=r.minorGridLineDashStyle),c||(i.chart.styledMode||(o.stroke=h,o["stroke-width"]=u||0,o.dashstyle=f),s||(o.zIndex=1),t&&(e=0),this.gridLine=c=d.path().attr(o).addClass("highcharts-"+(s?s+"-":"")+"grid-line").add(i.gridGroup)),c&&(n=i.getPlotLinePath({value:a+l,lineWidth:c.strokeWidth()*n,force:"pass",old:t}))&&c[t||this.isNew?"attr":"animate"]({d:n,opacity:e})},e.prototype.renderMark=function(t,e,n){var i=this.axis,r=i.options,o=i.chart.renderer,a=this.type,s=i.tickSize(a?a+"Tick":"tick"),l=t.x;t=t.y;var d=p(r["minor"!==a?"tickWidth":"minorTickWidth"],!a&&i.isXAxis?1:0);r=r["minor"!==a?"tickColor":"minorTickColor"];var c=this.mark,u=!c;s&&(i.opposite&&(s[0]=-s[0]),c||(this.mark=c=o.path().addClass("highcharts-"+(a?a+"-":"")+"tick").add(i.axisGroup),i.chart.styledMode||c.attr({stroke:r,"stroke-width":d})),c[u?"attr":"animate"]({d:this.getMarkPath(l,t,s[0],c.strokeWidth()*n,i.horiz,o),opacity:e}))},e.prototype.renderLabel=function(t,e,n,i){var r=this.axis,o=r.horiz,a=r.options,s=this.label,l=a.labels,d=l.step;r=p(this.tickmarkOffset,r.tickmarkOffset);var u=t.x;t=t.y;var h=!0;s&&c(u)&&(s.xy=t=this.getLabelPosition(u,t,s,o,l,r,i,d),this.isFirst&&!this.isLast&&!a.showFirstLabel||this.isLast&&!this.isFirst&&!a.showLastLabel?h=!1:!o||l.step||l.rotation||e||0===n||this.handleOverflow(t),d&&i%d&&(h=!1),h&&c(t.y)?(t.opacity=n,s[this.isNewLabel?"attr":"animate"](t),this.isNewLabel=!1):(s.attr("y",-9999),this.isNewLabel=!0))},e.prototype.replaceMovedLabel=function(){var t=this.label,e=this.axis,n=e.reversed;if(t&&!this.isNew){var i=e.horiz?n?e.left:e.width+e.left:t.xy.x;n=e.horiz?t.xy.y:n?e.width+e.top:e.top,t.animate({x:i,y:n,opacity:0},void 0,t.destroy),delete this.label}e.isDirty=!0,this.label=this.movedLabel,delete this.movedLabel},e}()})),e(n,"Core/Axis/Axis.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/AxisDefaults.js"],n["Core/Color/Color.js"],n["Core/DefaultOptions.js"],n["Core/Foundation.js"],n["Core/Globals.js"],n["Core/Axis/Tick.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,a,s){var l=t.animObject,d=i.defaultOptions,c=r.registerEventOptions,u=o.deg2rad,h=s.arrayMax,p=s.arrayMin,f=s.clamp,g=s.correctFloat,m=s.defined,v=s.destroyObjectProperties,b=s.erase,y=s.error,x=s.extend,_=s.fireEvent,O=s.getMagnitude,w=s.isArray,$=s.isNumber,C=s.isString,k=s.merge,S=s.normalizeTickInterval,j=s.objectEach,E=s.pick,M=s.relativeLength,A=s.removeEvent,P=s.splat,T=s.syncTimeout;return t=function(){function t(t,e){this.zoomEnabled=this.width=this.visible=this.userOptions=this.translationSlope=this.transB=this.transA=this.top=this.ticks=this.tickRotCorr=this.tickPositions=this.tickmarkOffset=this.tickInterval=this.tickAmount=this.side=this.series=this.right=this.positiveValuesOnly=this.pos=this.pointRangePadding=this.pointRange=this.plotLinesAndBandsGroups=this.plotLinesAndBands=this.paddedTicks=this.overlap=this.options=this.offset=this.names=this.minPixelPadding=this.minorTicks=this.minorTickInterval=this.min=this.maxLabelLength=this.max=this.len=this.left=this.labelFormatter=this.labelEdge=this.isLinked=this.height=this.hasVisibleSeries=this.hasNames=this.eventOptions=this.coll=this.closestPointRange=this.chart=this.categories=this.bottom=this.alternateBands=void 0,this.init(t,e)}return t.prototype.init=function(t,e){var n=e.isX;this.chart=t,this.horiz=t.inverted&&!this.isZAxis?!n:n,this.isXAxis=n,this.coll=this.coll||(n?"xAxis":"yAxis"),_(this,"init",{userOptions:e}),this.opposite=E(e.opposite,this.opposite),this.side=E(e.side,this.side,this.horiz?this.opposite?0:2:this.opposite?1:3),this.setOptions(e);var i=this.options,r=i.labels,o=i.type;this.userOptions=e,this.minPixelPadding=0,this.reversed=E(i.reversed,this.reversed),this.visible=i.visible,this.zoomEnabled=i.zoomEnabled,this.hasNames="category"===o||!0===i.categories,this.categories=i.categories||this.hasNames,this.names||(this.names=[],this.names.keys={}),this.plotLinesAndBandsGroups={},this.positiveValuesOnly=!!this.logarithmic,this.isLinked=m(i.linkedTo),this.ticks={},this.labelEdge=[],this.minorTicks={},this.plotLinesAndBands=[],this.alternateBands={},this.len=0,this.minRange=this.userMinRange=i.minRange||i.maxZoom,this.range=i.range,this.offset=i.offset||0,this.min=this.max=null,e=E(i.crosshair,P(t.options.tooltip.crosshairs)[n?0:1]),this.crosshair=!0===e?{}:e,-1===t.axes.indexOf(this)&&(n?t.axes.splice(t.xAxis.length,0,this):t.axes.push(this),t[this.coll].push(this)),this.series=this.series||[],t.inverted&&!this.isZAxis&&n&&void 0===this.reversed&&(this.reversed=!0),this.labelRotation=$(r.rotation)?r.rotation:void 0,c(this,i),_(this,"afterInit")},t.prototype.setOptions=function(t){this.options=k(e.defaultXAxisOptions,"yAxis"===this.coll&&e.defaultYAxisOptions,[e.defaultTopAxisOptions,e.defaultRightAxisOptions,e.defaultBottomAxisOptions,e.defaultLeftAxisOptions][this.side],k(d[this.coll],t)),_(this,"afterSetOptions",{userOptions:t})},t.prototype.defaultLabelFormatter=function(t){var e=this.axis;t=this.chart.numberFormatter;var n=$(this.value)?this.value:NaN,i=e.chart.time,r=this.dateTimeLabelFormat,o=d.lang,a=o.numericSymbols;o=o.numericSymbolMagnitude||1e3;var s=e.logarithmic?Math.abs(n):e.tickInterval,l=a&&a.length;if(e.categories)var c=""+this.value;else if(r)c=i.dateFormat(r,n);else if(l&&1e3<=s)for(;l--&&void 0===c;)s>=(e=Math.pow(o,l+1))&&0==10*n%e&&null!==a[l]&&0!==n&&(c=t(n/e,-1)+a[l]);return void 0===c&&(c=1e4<=Math.abs(n)?t(n,-1):t(n,-1,void 0,"")),c},t.prototype.getSeriesExtremes=function(){var t,e=this,n=e.chart;_(this,"getSeriesExtremes",null,(function(){e.hasVisibleSeries=!1,e.dataMin=e.dataMax=e.threshold=null,e.softThreshold=!e.isXAxis,e.stacking&&e.stacking.buildStacks(),e.series.forEach((function(i){if(i.visible||!n.options.chart.ignoreHiddenSeries){var r=i.options,o=r.threshold;if(e.hasVisibleSeries=!0,e.positiveValuesOnly&&0>=o&&(o=null),e.isXAxis){if((r=i.xData).length){r=e.logarithmic?r.filter(e.validatePositiveValue):r;var a=(t=i.getXExtremes(r)).min,s=t.max;$(a)||a instanceof Date||(r=r.filter($),a=(t=i.getXExtremes(r)).min,s=t.max),r.length&&(e.dataMin=Math.min(E(e.dataMin,a),a),e.dataMax=Math.max(E(e.dataMax,s),s))}}else i=i.applyExtremes(),$(i.dataMin)&&(a=i.dataMin,e.dataMin=Math.min(E(e.dataMin,a),a)),$(i.dataMax)&&(s=i.dataMax,e.dataMax=Math.max(E(e.dataMax,s),s)),m(o)&&(e.threshold=o),(!r.softThreshold||e.positiveValuesOnly)&&(e.softThreshold=!1)}}))})),_(this,"afterGetSeriesExtremes")},t.prototype.translate=function(t,e,n,i,r,o){var a=this.linkedParent||this,s=i&&a.old?a.old.min:a.min,l=a.minPixelPadding;r=(a.isOrdinal||a.brokenAxis&&a.brokenAxis.hasBreaks||a.logarithmic&&r)&&a.lin2val;var d=1,c=0;return(i=i&&a.old?a.old.transA:a.transA)||(i=a.transA),n&&(d*=-1,c=a.len),a.reversed&&(c-=(d*=-1)*(a.sector||a.len)),e?(t=(t*d+c-l)/i+s,r&&(t=a.lin2val(t))):(r&&(t=a.val2lin(t)),t=$(s)?d*(t-s)*i+c+d*l+($(o)?i*o:0):void 0),t},t.prototype.toPixels=function(t,e){return this.translate(t,!1,!this.horiz,null,!0)+(e?0:this.pos)},t.prototype.toValue=function(t,e){return this.translate(t-(e?0:this.pos),!0,!this.horiz,null,!0)},t.prototype.getPlotLinePath=function(t){function e(t,e,n){return("pass"!==y&&t<e||t>n)&&(y?t=f(t,e,n):a=!0),t}var n,i,r,o,a,s=this,l=s.chart,d=s.left,c=s.top,u=t.old,h=t.value,p=t.lineWidth,g=u&&l.oldChartHeight||l.chartHeight,m=u&&l.oldChartWidth||l.chartWidth,v=s.transB,b=t.translatedValue,y=t.force;return t={value:h,lineWidth:p,old:u,force:y,acrossPanes:t.acrossPanes,translatedValue:b},_(this,"getPlotLinePath",t,(function(t){b=E(b,s.translate(h,null,null,u)),b=f(b,-1e5,1e5),n=r=Math.round(b+v),i=o=Math.round(g-b-v),$(b)?s.horiz?(i=c,o=g-s.bottom,n=r=e(n,d,d+s.width)):(n=d,r=m-s.right,i=o=e(i,c,c+s.height)):(a=!0,y=!1),t.path=a&&!y?null:l.renderer.crispLine([["M",n,i],["L",r,o]],p||1)})),t.path},t.prototype.getLinearTickPositions=function(t,e,n){var i=g(Math.floor(e/t)*t);n=g(Math.ceil(n/t)*t);var r,o=[];if(g(i+t)===i&&(r=20),this.single)return[e];for(e=i;e<=n&&(o.push(e),(e=g(e+t,r))!==a);)var a=e;return o},t.prototype.getMinorTickInterval=function(){var t=this.options;return!0===t.minorTicks?E(t.minorTickInterval,"auto"):!1===t.minorTicks?null:t.minorTickInterval},t.prototype.getMinorTickPositions=function(){var t=this.options,e=this.tickPositions,n=this.minorTickInterval,i=this.pointRangePadding||0,r=this.min-i,o=(i=this.max+i)-r,a=[];if(o&&o/n<this.len/3){var s=this.logarithmic;if(s)this.paddedTicks.forEach((function(t,e,i){e&&a.push.apply(a,s.getLogTickPositions(n,i[e-1],i[e],!0))}));else if(this.dateTime&&"auto"===this.getMinorTickInterval())a=a.concat(this.getTimeTicks(this.dateTime.normalizeTimeTickInterval(n),r,i,t.startOfWeek));else for(t=r+(e[0]-r)%n;t<=i&&t!==a[0];t+=n)a.push(t)}return 0!==a.length&&this.trimTicks(a),a},t.prototype.adjustForMinRange=function(){var t,e,n,i,r=this.options,o=this.logarithmic,a=this.min,s=this.max,l=0;if(this.isXAxis&&void 0===this.minRange&&!o&&(m(r.min)||m(r.max)||m(r.floor)||m(r.ceiling)?this.minRange=null:(this.series.forEach((function(r){if(n=r.xData,i=r.xIncrement?1:n.length-1,1<n.length)for(t=i;0<t;t--)e=n[t]-n[t-1],(!l||e<l)&&(l=e)})),this.minRange=Math.min(5*l,this.dataMax-this.dataMin))),s-a<this.minRange){var d=this.dataMax-this.dataMin>=this.minRange,c=this.minRange,u=(c-s+a)/2;u=[a-u,E(r.min,a-u)],d&&(u[2]=this.logarithmic?this.logarithmic.log2lin(this.dataMin):this.dataMin),s=[(a=h(u))+c,E(r.max,a+c)],d&&(s[2]=o?o.log2lin(this.dataMax):this.dataMax),(s=p(s))-a<c&&(u[0]=s-c,u[1]=E(r.min,s-c),a=h(u))}this.min=a,this.max=s},t.prototype.getClosest=function(){var t;return this.categories?t=1:this.series.forEach((function(e){var n=e.closestPointRange,i=e.visible||!e.chart.options.chart.ignoreHiddenSeries;!e.noSharedTooltip&&m(n)&&i&&(t=m(t)?Math.min(t,n):n)})),t},t.prototype.nameToX=function(t){var e=w(this.categories),n=e?this.categories:this.names,i=t.options.x;if(t.series.requireSorting=!1,m(i)||(i=this.options.uniqueNames?e?n.indexOf(t.name):E(n.keys[t.name],-1):t.series.autoIncrement()),-1===i){if(!e)var r=n.length}else r=i;return void 0!==r&&(this.names[r]=t.name,this.names.keys[t.name]=r),r},t.prototype.updateNames=function(){var t=this,e=this.names;0<e.length&&(Object.keys(e.keys).forEach((function(t){delete e.keys[t]})),e.length=0,this.minRange=this.userMinRange,(this.series||[]).forEach((function(e){e.xIncrement=null,e.points&&!e.isDirtyData||(t.max=Math.max(t.max,e.xData.length-1),e.processData(),e.generatePoints()),e.data.forEach((function(n,i){if(n&&n.options&&void 0!==n.name){var r=t.nameToX(n);void 0!==r&&r!==n.x&&(n.x=r,e.xData[i]=r)}}))})))},t.prototype.setAxisTranslation=function(){var t=this,e=t.max-t.min,n=t.linkedParent,i=!!t.categories,r=t.isXAxis,o=t.axisPointRange||0,a=0,s=0,l=t.transA;if(r||i||o){var d=t.getClosest();n?(a=n.minPointOffset,s=n.pointRangePadding):t.series.forEach((function(e){var n=i?1:r?E(e.options.pointRange,d,0):t.axisPointRange||0,l=e.options.pointPlacement;o=Math.max(o,n),t.single&&!i||(e=e.is("xrange")?!r:r,a=Math.max(a,e&&C(l)?0:n/2),s=Math.max(s,e&&"on"===l?0:n))})),n=t.ordinal&&t.ordinal.slope&&d?t.ordinal.slope/d:1,t.minPointOffset=a*=n,t.pointRangePadding=s*=n,t.pointRange=Math.min(o,t.single&&i?1:e),r&&(t.closestPointRange=d)}t.translationSlope=t.transA=l=t.staticScale||t.len/(e+s||1),t.transB=t.horiz?t.left:t.bottom,t.minPixelPadding=l*a,_(this,"afterSetAxisTranslation")},t.prototype.minFromRange=function(){return this.max-this.range},t.prototype.setTickInterval=function(t){var e=this.chart,n=this.logarithmic,i=this.options,r=this.isXAxis,o=this.isLinked,a=i.tickPixelInterval,s=this.categories,l=this.softThreshold,d=i.maxPadding,c=i.minPadding,u=$(i.tickInterval)&&0<=i.tickInterval?i.tickInterval:void 0,h=$(this.threshold)?this.threshold:null;this.dateTime||s||o||this.getTickAmount();var p=E(this.userMin,i.min),f=E(this.userMax,i.max);if(o){this.linkedParent=e[this.coll][i.linkedTo];var v=this.linkedParent.getExtremes();this.min=E(v.min,v.dataMin),this.max=E(v.max,v.dataMax),i.type!==this.linkedParent.options.type&&y(11,1,e)}else{if(l&&m(h))if(this.dataMin>=h)v=h,c=0;else if(this.dataMax<=h){var b=h;d=0}this.min=E(p,v,this.dataMin),this.max=E(f,b,this.dataMax)}if(n&&(this.positiveValuesOnly&&!t&&0>=Math.min(this.min,E(this.dataMin,this.min))&&y(10,1,e),this.min=g(n.log2lin(this.min),16),this.max=g(n.log2lin(this.max),16)),this.range&&m(this.max)&&(this.userMin=this.min=p=Math.max(this.dataMin,this.minFromRange()),this.userMax=f=this.max,this.range=null),_(this,"foundExtremes"),this.beforePadding&&this.beforePadding(),this.adjustForMinRange(),!(s||this.axisPointRange||this.stacking&&this.stacking.usePercentage||o)&&m(this.min)&&m(this.max)&&(e=this.max-this.min)&&(!m(p)&&c&&(this.min-=e*c),!m(f)&&d&&(this.max+=e*d)),$(this.userMin)||($(i.softMin)&&i.softMin<this.min&&(this.min=p=i.softMin),$(i.floor)&&(this.min=Math.max(this.min,i.floor))),$(this.userMax)||($(i.softMax)&&i.softMax>this.max&&(this.max=f=i.softMax),$(i.ceiling)&&(this.max=Math.min(this.max,i.ceiling))),l&&m(this.dataMin)&&(h=h||0,!m(p)&&this.min<h&&this.dataMin>=h?this.min=this.options.minRange?Math.min(h,this.max-this.minRange):h:!m(f)&&this.max>h&&this.dataMax<=h&&(this.max=this.options.minRange?Math.max(h,this.min+this.minRange):h)),$(this.min)&&$(this.max)&&!this.chart.polar&&this.min>this.max&&(m(this.options.min)?this.max=this.min:m(this.options.max)&&(this.min=this.max)),this.tickInterval=this.min===this.max||void 0===this.min||void 0===this.max?1:o&&this.linkedParent&&!u&&a===this.linkedParent.options.tickPixelInterval?u=this.linkedParent.tickInterval:E(u,this.tickAmount?(this.max-this.min)/Math.max(this.tickAmount-1,1):void 0,s?1:(this.max-this.min)*a/Math.max(this.len,a)),r&&!t){var x=this.min!==(this.old&&this.old.min)||this.max!==(this.old&&this.old.max);this.series.forEach((function(t){t.forceCrop=t.forceCropping&&t.forceCropping(),t.processData(x)})),_(this,"postProcessData",{hasExtemesChanged:x})}this.setAxisTranslation(),_(this,"initialAxisTranslation"),this.pointRange&&!u&&(this.tickInterval=Math.max(this.pointRange,this.tickInterval)),t=E(i.minTickInterval,this.dateTime&&!this.series.some((function(t){return t.noSharedTooltip}))?this.closestPointRange:0),!u&&this.tickInterval<t&&(this.tickInterval=t),this.dateTime||this.logarithmic||u||(this.tickInterval=S(this.tickInterval,void 0,O(this.tickInterval),E(i.allowDecimals,.5>this.tickInterval||void 0!==this.tickAmount),!!this.tickAmount)),this.tickAmount||(this.tickInterval=this.unsquish()),this.setTickPositions()},t.prototype.setTickPositions=function(){var t=this.options,e=t.tickPositions,n=this.getMinorTickInterval(),i=this.hasVerticalPanning(),r="colorAxis"===this.coll,o=(r||!i)&&t.startOnTick;i=(r||!i)&&t.endOnTick,r=t.tickPositioner,this.tickmarkOffset=this.categories&&"between"===t.tickmarkPlacement&&1===this.tickInterval?.5:0,this.minorTickInterval="auto"===n&&this.tickInterval?this.tickInterval/5:n,this.single=this.min===this.max&&m(this.min)&&!this.tickAmount&&(parseInt(this.min,10)===this.min||!1!==t.allowDecimals),this.tickPositions=n=e&&e.slice(),!n&&(this.ordinal&&this.ordinal.positions||!((this.max-this.min)/this.tickInterval>Math.max(2*this.len,200))?n=this.dateTime?this.getTimeTicks(this.dateTime.normalizeTimeTickInterval(this.tickInterval,t.units),this.min,this.max,t.startOfWeek,this.ordinal&&this.ordinal.positions,this.closestPointRange,!0):this.logarithmic?this.logarithmic.getLogTickPositions(this.tickInterval,this.min,this.max):this.getLinearTickPositions(this.tickInterval,this.min,this.max):(n=[this.min,this.max],y(19,!1,this.chart)),n.length>this.len&&((n=[n[0],n.pop()])[0]===n[1]&&(n.length=1)),this.tickPositions=n,r&&(r=r.apply(this,[this.min,this.max])))&&(this.tickPositions=n=r),this.paddedTicks=n.slice(0),this.trimTicks(n,o,i),this.isLinked||(this.single&&2>n.length&&!this.categories&&!this.series.some((function(t){return t.is("heatmap")&&"between"===t.options.pointPlacement}))&&(this.min-=.5,this.max+=.5),e||r||this.adjustTickAmount()),_(this,"afterSetTickPositions")},t.prototype.trimTicks=function(t,e,n){var i=t[0],r=t[t.length-1],o=!this.isOrdinal&&this.minPointOffset||0;if(_(this,"trimTicks"),!this.isLinked){if(e&&-1/0!==i)this.min=i;else for(;this.min-o>t[0];)t.shift();if(n)this.max=r;else for(;this.max+o<t[t.length-1];)t.pop();0===t.length&&m(i)&&!this.options.tickPositions&&t.push((r+i)/2)}},t.prototype.alignToOthers=function(){var t,e={},n=this.options;return!1!==this.chart.options.chart.alignTicks&&n.alignTicks&&!1!==n.startOnTick&&!1!==n.endOnTick&&!this.logarithmic&&this.chart[this.coll].forEach((function(n){var i=n.options;i=[n.horiz?i.left:i.top,i.width,i.height,i.pane].join(),n.series.length&&(e[i]?t=!0:e[i]=1)})),t},t.prototype.getTickAmount=function(){var t=this.options,e=t.tickPixelInterval,n=t.tickAmount;!m(t.tickInterval)&&!n&&this.len<e&&!this.isRadial&&!this.logarithmic&&t.startOnTick&&t.endOnTick&&(n=2),!n&&this.alignToOthers()&&(n=Math.ceil(this.len/e)+1),4>n&&(this.finalTickAmt=n,n=5),this.tickAmount=n},t.prototype.adjustTickAmount=function(){var t=this.options,e=this.tickInterval,n=this.tickPositions,i=this.tickAmount,r=this.finalTickAmt,o=n&&n.length,a=E(this.threshold,this.softThreshold?0:null);if(this.hasData()&&$(this.min)&&$(this.max)){if(o<i){for(;n.length<i;)n.length%2||this.min===a?n.push(g(n[n.length-1]+e)):n.unshift(g(n[0]-e));this.transA*=(o-1)/(i-1),this.min=t.startOnTick?n[0]:Math.min(this.min,n[0]),this.max=t.endOnTick?n[n.length-1]:Math.max(this.max,n[n.length-1])}else o>i&&(this.tickInterval*=2,this.setTickPositions());if(m(r)){for(e=t=n.length;e--;)(3===r&&1==e%2||2>=r&&0<e&&e<t-1)&&n.splice(e,1);this.finalTickAmt=void 0}}},t.prototype.setScale=function(){var t=!1,e=!1;this.series.forEach((function(n){t=t||n.isDirtyData||n.isDirty,e=e||n.xAxis&&n.xAxis.isDirty||!1})),this.setAxisSize();var n=this.len!==(this.old&&this.old.len);n||t||e||this.isLinked||this.forceRedraw||this.userMin!==(this.old&&this.old.userMin)||this.userMax!==(this.old&&this.old.userMax)||this.alignToOthers()?(this.stacking&&this.stacking.resetStacks(),this.forceRedraw=!1,this.getSeriesExtremes(),this.setTickInterval(),this.isDirty||(this.isDirty=n||this.min!==(this.old&&this.old.min)||this.max!==(this.old&&this.old.max))):this.stacking&&this.stacking.cleanStacks(),t&&this.panningState&&(this.panningState.isDirty=!0),_(this,"afterSetScale")},t.prototype.setExtremes=function(t,e,n,i,r){var o=this,a=o.chart;n=E(n,!0),o.series.forEach((function(t){delete t.kdTree})),r=x(r,{min:t,max:e}),_(o,"setExtremes",r,(function(){o.userMin=t,o.userMax=e,o.eventArgs=r,n&&a.redraw(i)}))},t.prototype.zoom=function(t,e){var n=this,i=this.dataMin,r=this.dataMax,o=this.options,a=Math.min(i,E(o.min,i)),s=Math.max(r,E(o.max,r));return _(this,"zoom",t={newMin:t,newMax:e},(function(t){var e=t.newMin,o=t.newMax;e===n.min&&o===n.max||(n.allowZoomOutside||(m(i)&&(e<a&&(e=a),e>s&&(e=s)),m(r)&&(o<a&&(o=a),o>s&&(o=s))),n.displayBtn=void 0!==e||void 0!==o,n.setExtremes(e,o,!1,void 0,{trigger:"zoom"})),t.zoomed=!0})),t.zoomed},t.prototype.setAxisSize=function(){var t=this.chart,e=this.options,n=e.offsets||[0,0,0,0],i=this.horiz,r=this.width=Math.round(M(E(e.width,t.plotWidth-n[3]+n[1]),t.plotWidth)),o=this.height=Math.round(M(E(e.height,t.plotHeight-n[0]+n[2]),t.plotHeight)),a=this.top=Math.round(M(E(e.top,t.plotTop+n[0]),t.plotHeight,t.plotTop));e=this.left=Math.round(M(E(e.left,t.plotLeft+n[3]),t.plotWidth,t.plotLeft)),this.bottom=t.chartHeight-o-a,this.right=t.chartWidth-r-e,this.len=Math.max(i?r:o,0),this.pos=i?e:a},t.prototype.getExtremes=function(){var t=this.logarithmic;return{min:t?g(t.lin2log(this.min)):this.min,max:t?g(t.lin2log(this.max)):this.max,dataMin:this.dataMin,dataMax:this.dataMax,userMin:this.userMin,userMax:this.userMax}},t.prototype.getThreshold=function(t){var e=this.logarithmic,n=e?e.lin2log(this.min):this.min;return e=e?e.lin2log(this.max):this.max,null===t||-1/0===t?t=n:1/0===t?t=e:n>t?t=n:e<t&&(t=e),this.translate(t,0,1,0,1)},t.prototype.autoLabelAlign=function(t){var e=(E(t,0)-90*this.side+720)%360;return _(this,"autoLabelAlign",t={align:"center"},(function(t){15<e&&165>e?t.align="right":195<e&&345>e&&(t.align="left")})),t.align},t.prototype.tickSize=function(t){var e=this.options,n=E(e["tick"===t?"tickWidth":"minorTickWidth"],"tick"===t&&this.isXAxis&&!this.categories?1:0),i=e["tick"===t?"tickLength":"minorTickLength"];if(n&&i){"inside"===e[t+"Position"]&&(i=-i);var r=[i,n]}return _(this,"afterTickSize",t={tickSize:r}),t.tickSize},t.prototype.labelMetrics=function(){var t=this.tickPositions&&this.tickPositions[0]||0;return this.chart.renderer.fontMetrics(this.options.labels.style.fontSize,this.ticks[t]&&this.ticks[t].label)},t.prototype.unsquish=function(){var t,e,n=this.options.labels,i=this.horiz,r=this.tickInterval,o=this.len/(((this.categories?1:0)+this.max-this.min)/r),a=n.rotation,s=this.labelMetrics(),l=Math.max(this.max-this.min,0),d=function(t){var e=t/(o||1);return(e=1<e?Math.ceil(e):1)*r>l&&1/0!==t&&1/0!==o&&l&&(e=Math.ceil(l/r)),g(e*r)},c=r,h=Number.MAX_VALUE;if(i){if(!n.staggerLines&&!n.step)if($(a))var p=[a];else o<n.autoRotationLimit&&(p=n.autoRotation);p&&p.forEach((function(n){if(n===a||n&&-90<=n&&90>=n){var i=(e=d(Math.abs(s.h/Math.sin(u*n))))+Math.abs(n/360);i<h&&(h=i,t=n,c=e)}}))}else n.step||(c=d(s.h));return this.autoRotation=p,this.labelRotation=E(t,$(a)?a:0),c},t.prototype.getSlotWidth=function(t){var e=this.chart,n=this.horiz,i=this.options.labels,r=Math.max(this.tickPositions.length-(this.categories?0:1),1),o=e.margin[3];if(t&&$(t.slotWidth))return t.slotWidth;if(n&&2>i.step)return i.rotation?0:(this.staggerLines||1)*this.len/r;if(!n){if(void 0!==(t=i.style.width))return parseInt(String(t),10);if(o)return o-e.spacing[3]}return.33*e.chartWidth},t.prototype.renderUnsquish=function(){var t=this.chart,e=t.renderer,n=this.tickPositions,i=this.ticks,r=this.options.labels,o=r.style,a=this.horiz,s=this.getSlotWidth(),l=Math.max(1,Math.round(s-2*r.padding)),d={},c=this.labelMetrics(),u=o.textOverflow,h=0;if(C(r.rotation)||(d.rotation=r.rotation||0),n.forEach((function(t){(t=i[t]).movedLabel&&t.replaceMovedLabel(),t&&t.label&&t.label.textPxLength>h&&(h=t.label.textPxLength)})),this.maxLabelLength=h,this.autoRotation)h>l&&h>c.h?d.rotation=this.labelRotation:this.labelRotation=0;else if(s){var p=l;if(!u){var f="clip";for(l=n.length;!a&&l--;){var g=n[l];(g=i[g].label)&&(g.styles&&"ellipsis"===g.styles.textOverflow?g.css({textOverflow:"clip"}):g.textPxLength>s&&g.css({width:s+"px"}),g.getBBox().height>this.len/n.length-(c.h-c.f)&&(g.specificTextOverflow="ellipsis"))}}}d.rotation&&(p=h>.5*t.chartHeight?.33*t.chartHeight:h,u||(f="ellipsis")),(this.labelAlign=r.align||this.autoLabelAlign(this.labelRotation))&&(d.align=this.labelAlign),n.forEach((function(t){var e=(t=i[t])&&t.label,n=o.width,r={};e&&(e.attr(d),t.shortenLabel?t.shortenLabel():p&&!n&&"nowrap"!==o.whiteSpace&&(p<e.textPxLength||"SPAN"===e.element.tagName)?(r.width=p+"px",u||(r.textOverflow=e.specificTextOverflow||f),e.css(r)):e.styles&&e.styles.width&&!r.width&&!n&&e.css({width:null}),delete e.specificTextOverflow,t.rotation=d.rotation)}),this),this.tickRotCorr=e.rotCorr(c.b,this.labelRotation||0,0!==this.side)},t.prototype.hasData=function(){return this.series.some((function(t){return t.hasData()}))||this.options.showEmpty&&m(this.min)&&m(this.max)},t.prototype.addTitle=function(t){var e,n=this.chart.renderer,i=this.horiz,r=this.opposite,o=this.options.title,a=this.chart.styledMode;this.axisTitle||((e=o.textAlign)||(e=(i?{low:"left",middle:"center",high:"right"}:{low:r?"right":"left",middle:"center",high:r?"left":"right"})[o.align]),this.axisTitle=n.text(o.text||"",0,0,o.useHTML).attr({zIndex:7,rotation:o.rotation,align:e}).addClass("highcharts-axis-title"),a||this.axisTitle.css(k(o.style)),this.axisTitle.add(this.axisGroup),this.axisTitle.isNew=!0),a||o.style.width||this.isRadial||this.axisTitle.css({width:this.len+"px"}),this.axisTitle[t?"show":"hide"](t)},t.prototype.generateTick=function(t){var e=this.ticks;e[t]?e[t].addLabel():e[t]=new a(this,t)},t.prototype.getOffset=function(){var t=this,e=this,n=e.chart,i=e.horiz,r=e.options,o=e.side,a=e.ticks,s=e.tickPositions,l=e.coll,d=e.axisParent,c=n.renderer,u=n.inverted&&!e.isZAxis?[1,0,3,2][o]:o,h=e.hasData(),p=r.title,f=r.labels,g=n.axisOffset;n=n.clipOffset;var v,b=[-1,1,1,-1][o],y=r.className,x=0,O=0,w=0;if(e.showAxis=v=h||r.showEmpty,e.staggerLines=e.horiz&&f.staggerLines||void 0,!e.axisGroup){var $=function(e,n,i){return c.g(e).attr({zIndex:i}).addClass("highcharts-"+l.toLowerCase()+n+" "+(t.isRadial?"highcharts-radial-axis"+n+" ":"")+(y||"")).add(d)};e.gridGroup=$("grid","-grid",r.gridZIndex),e.axisGroup=$("axis","",r.zIndex),e.labelGroup=$("axis-labels","-labels",f.zIndex)}if(h||e.isLinked?(s.forEach((function(t){e.generateTick(t)})),e.renderUnsquish(),e.reserveSpaceDefault=0===o||2===o||{1:"left",3:"right"}[o]===e.labelAlign,E(f.reserveSpace,"center"===e.labelAlign||null,e.reserveSpaceDefault)&&s.forEach((function(t){w=Math.max(a[t].getLabelSize(),w)})),e.staggerLines&&(w*=e.staggerLines),e.labelOffset=w*(e.opposite?-1:1)):j(a,(function(t,e){t.destroy(),delete a[e]})),p&&p.text&&!1!==p.enabled&&(e.addTitle(v),v&&!1!==p.reserveSpace)){e.titleOffset=x=e.axisTitle.getBBox()[i?"height":"width"];var C=p.offset;O=m(C)?0:E(p.margin,i?5:10)}e.renderLine(),e.offset=b*E(r.offset,g[o]?g[o]+(r.margin||0):0),e.tickRotCorr=e.tickRotCorr||{x:0,y:0},p=0===o?-e.labelMetrics().h:2===o?e.tickRotCorr.y:0,h=Math.abs(w)+O,w&&(h=h-p+b*(i?E(f.y,e.tickRotCorr.y+8*b):f.x)),e.axisTitleMargin=E(C,h),e.getMaxLabelDimensions&&(e.maxLabelDimensions=e.getMaxLabelDimensions(a,s)),"colorAxis"!==l&&(i=this.tickSize("tick"),g[o]=Math.max(g[o],(e.axisTitleMargin||0)+x+b*e.offset,h,s&&s.length&&i?i[0]+b*e.offset:0),r=!e.axisLine||r.offset?0:2*Math.floor(e.axisLine.strokeWidth()/2),n[u]=Math.max(n[u],r)),_(this,"afterGetOffset")},t.prototype.getLinePath=function(t){var e=this.chart,n=this.opposite,i=this.offset,r=this.horiz,o=this.left+(n?this.width:0)+i;return i=e.chartHeight-this.bottom-(n?this.height:0)+i,n&&(t*=-1),e.renderer.crispLine([["M",r?this.left:o,r?i:this.top],["L",r?e.chartWidth-this.right:o,r?i:e.chartHeight-this.bottom]],t)},t.prototype.renderLine=function(){this.axisLine||(this.axisLine=this.chart.renderer.path().addClass("highcharts-axis-line").add(this.axisGroup),this.chart.styledMode||this.axisLine.attr({stroke:this.options.lineColor,"stroke-width":this.options.lineWidth,zIndex:7}))},t.prototype.getTitlePosition=function(){var t=this.horiz,e=this.left,n=this.top,i=this.len,r=this.options.title,o=t?e:n,a=this.opposite,s=this.offset,l=r.x,d=r.y,c=this.axisTitle,u=this.chart.renderer.fontMetrics(r.style.fontSize,c);return c=Math.max(c.getBBox(null,0).height-u.h-1,0),i={low:o+(t?0:i),middle:o+i/2,high:o+(t?i:0)}[r.align],e=(t?n+this.height:e)+(t?1:-1)*(a?-1:1)*this.axisTitleMargin+[-c,c,u.f,-c][this.side],t={x:t?i+l:e+(a?this.width:0)+s+l,y:t?e+d-(a?this.height:0)+s:i+d},_(this,"afterGetTitlePosition",{titlePosition:t}),t},t.prototype.renderMinorTick=function(t,e){var n=this.minorTicks;n[t]||(n[t]=new a(this,t,"minor")),e&&n[t].isNew&&n[t].render(null,!0),n[t].render(null,!1,1)},t.prototype.renderTick=function(t,e,n){var i=this.ticks;(!this.isLinked||t>=this.min&&t<=this.max||this.grid&&this.grid.isColumn)&&(i[t]||(i[t]=new a(this,t)),n&&i[t].isNew&&i[t].render(e,!0,-1),i[t].render(e))},t.prototype.render=function(){var t,e,n=this,i=n.chart,r=n.logarithmic,s=n.options,d=n.isLinked,c=n.tickPositions,u=n.axisTitle,h=n.ticks,p=n.minorTicks,f=n.alternateBands,g=s.stackLabels,m=s.alternateGridColor,v=n.tickmarkOffset,b=n.axisLine,y=n.showAxis,x=l(i.renderer.globalAnimation);if(n.labelEdge.length=0,n.overlap=!1,[h,p,f].forEach((function(t){j(t,(function(t){t.isActive=!1}))})),n.hasData()||d){var O=n.chart.hasRendered&&n.old&&$(n.old.min);n.minorTickInterval&&!n.categories&&n.getMinorTickPositions().forEach((function(t){n.renderMinorTick(t,O)})),c.length&&(c.forEach((function(t,e){n.renderTick(t,e,O)})),v&&(0===n.min||n.single)&&(h[-1]||(h[-1]=new a(n,-1,null,!0)),h[-1].render(-1))),m&&c.forEach((function(a,s){e=void 0!==c[s+1]?c[s+1]+v:n.max-v,0==s%2&&a<n.max&&e<=n.max+(i.polar?-v:v)&&(f[a]||(f[a]=new o.PlotLineOrBand(n)),t=a+v,f[a].options={from:r?r.lin2log(t):t,to:r?r.lin2log(e):e,color:m,className:"highcharts-alternate-grid"},f[a].render(),f[a].isActive=!0)})),n._addedPlotLB||(n._addedPlotLB=!0,(s.plotLines||[]).concat(s.plotBands||[]).forEach((function(t){n.addPlotBandOrLine(t)})))}[h,p,f].forEach((function(t){var e=[],n=x.duration;j(t,(function(t,n){t.isActive||(t.render(n,!1,0),t.isActive=!1,e.push(n))})),T((function(){for(var n=e.length;n--;)t[e[n]]&&!t[e[n]].isActive&&(t[e[n]].destroy(),delete t[e[n]])}),t!==f&&i.hasRendered&&n?n:0)})),b&&(b[b.isPlaced?"animate":"attr"]({d:this.getLinePath(b.strokeWidth())}),b.isPlaced=!0,b[y?"show":"hide"](y)),u&&y&&(s=n.getTitlePosition(),$(s.y)?(u[u.isNew?"attr":"animate"](s),u.isNew=!1):(u.attr("y",-9999),u.isNew=!0)),g&&g.enabled&&n.stacking&&n.stacking.renderStackTotals(),n.old={len:n.len,max:n.max,min:n.min,transA:n.transA,userMax:n.userMax,userMin:n.userMin},n.isDirty=!1,_(this,"afterRender")},t.prototype.redraw=function(){this.visible&&(this.render(),this.plotLinesAndBands.forEach((function(t){t.render()}))),this.series.forEach((function(t){t.isDirty=!0}))},t.prototype.getKeepProps=function(){return this.keepProps||t.keepProps},t.prototype.destroy=function(t){var e=this,n=e.plotLinesAndBands,i=this.eventOptions;if(_(this,"destroy",{keepEvents:t}),t||A(e),[e.ticks,e.minorTicks,e.alternateBands].forEach((function(t){v(t)})),n)for(t=n.length;t--;)n[t].destroy();for(var r in"axisLine axisTitle axisGroup gridGroup labelGroup cross scrollbar".split(" ").forEach((function(t){e[t]&&(e[t]=e[t].destroy())})),e.plotLinesAndBandsGroups)e.plotLinesAndBandsGroups[r]=e.plotLinesAndBandsGroups[r].destroy();j(e,(function(t,n){-1===e.getKeepProps().indexOf(n)&&delete e[n]})),this.eventOptions=i},t.prototype.drawCrosshair=function(t,e){var i,r=this.crosshair,o=E(r&&r.snap,!0),a=this.chart,s=this.cross;if(_(this,"drawCrosshair",{e:t,point:e}),t||(t=this.cross&&this.cross.e),r&&!1!==(m(e)||!o)){if(o?m(e)&&(i=E("colorAxis"!==this.coll?e.crosshairPos:null,this.isXAxis?e.plotX:this.len-e.plotY)):i=t&&(this.horiz?t.chartX-this.pos:this.len-t.chartY+this.pos),m(i)){var l={value:e&&(this.isXAxis?e.x:E(e.stackY,e.y)),translatedValue:i};a.polar&&x(l,{isCrosshair:!0,chartX:t&&t.chartX,chartY:t&&t.chartY,point:e}),l=this.getPlotLinePath(l)||null}if(!m(l))return void this.hideCrosshair();o=this.categories&&!this.isRadial,s||(this.cross=s=a.renderer.path().addClass("highcharts-crosshair highcharts-crosshair-"+(o?"category ":"thin ")+(r.className||"")).attr({zIndex:E(r.zIndex,2)}).add(),a.styledMode||(s.attr({stroke:r.color||(o?n.parse("#ccd6eb").setOpacity(.25).get():"#cccccc"),"stroke-width":E(r.width,1)}).css({"pointer-events":"none"}),r.dashStyle&&s.attr({dashstyle:r.dashStyle}))),s.show().attr({d:l}),o&&!r.width&&s.attr({"stroke-width":this.transA}),this.cross.e=t}else this.hideCrosshair();_(this,"afterDrawCrosshair",{e:t,point:e})},t.prototype.hideCrosshair=function(){this.cross&&this.cross.hide(),_(this,"afterHideCrosshair")},t.prototype.hasVerticalPanning=function(){var t=this.chart.options.chart.panning;return!!(t&&t.enabled&&/y/.test(t.type))},t.prototype.validatePositiveValue=function(t){return $(t)&&0<t},t.prototype.update=function(t,e){var n=this.chart;t=k(this.userOptions,t),this.destroy(!0),this.init(n,t),n.isDirtyBox=!0,E(e,!0)&&n.redraw()},t.prototype.remove=function(t){for(var e=this.chart,n=this.coll,i=this.series,r=i.length;r--;)i[r]&&i[r].remove(!1);b(e.axes,this),b(e[n],this),e[n].forEach((function(t,e){t.options.index=t.userOptions.index=e})),this.destroy(),e.isDirtyBox=!0,E(t,!0)&&e.redraw()},t.prototype.setTitle=function(t,e){this.update({title:t},e)},t.prototype.setCategories=function(t,e){this.update({categories:t},e)},t.defaultOptions=e.defaultXAxisOptions,t.keepProps="extKey hcEvents names series userMax userMin".split(" "),t}()})),e(n,"Core/Axis/DateTimeAxis.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.addEvent,i=t.getMagnitude,r=t.normalizeTickInterval,o=t.timeUnits;return function(t){function e(){return this.chart.time.getTimeTicks.apply(this.chart.time,arguments)}function a(t){"datetime"!==t.userOptions.type?this.dateTime=void 0:this.dateTime||(this.dateTime=new l(this))}var s=[];t.compose=function(t){return-1===s.indexOf(t)&&(s.push(t),t.keepProps.push("dateTime"),t.prototype.getTimeTicks=e,n(t,"init",a)),t};var l=function(){function t(t){this.axis=t}return t.prototype.normalizeTimeTickInterval=function(t,e){var n=e||[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,5,10,15,30]],["hour",[1,2,3,4,6,8,12]],["day",[1,2]],["week",[1,2]],["month",[1,2,3,4,6]],["year",null]];e=n[n.length-1];var a,s=o[e[0]],l=e[1];for(a=0;a<n.length&&(e=n[a],s=o[e[0]],l=e[1],!(n[a+1]&&t<=(s*l[l.length-1]+o[n[a+1][0]])/2));a++);return s===o.year&&t<5*s&&(l=[1,2,5]),{unitRange:s,count:t=r(t/s,l,"year"===e[0]?Math.max(i(t/s),1):1),unitName:e[0]}},t.prototype.getXDateFormat=function(t,e){var n=this.axis;return n.closestPointRange?n.chart.time.getDateFormat(n.closestPointRange,t,n.options.startOfWeek,e)||e.year:e.day},t}();t.Additions=l}(e||(e={})),e})),e(n,"Core/Axis/LogarithmicAxis.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.addEvent,i=t.getMagnitude,r=t.normalizeTickInterval,o=t.pick;return function(t){function e(t){var e=this.logarithmic;"logarithmic"!==t.userOptions.type?this.logarithmic=void 0:e||(this.logarithmic=new l(this))}function a(){var t=this.logarithmic;t&&(this.lin2val=function(e){return t.lin2log(e)},this.val2lin=function(e){return t.log2lin(e)})}var s=[];t.compose=function(t){return-1===s.indexOf(t)&&(s.push(t),t.keepProps.push("logarithmic"),n(t,"init",e),n(t,"afterInit",a)),t};var l=function(){function t(t){this.axis=t}return t.prototype.getLogTickPositions=function(t,e,n,a){var s=this.axis,l=s.len,d=s.options,c=[];if(a||(this.minorAutoInterval=void 0),.5<=t)t=Math.round(t),c=s.getLinearTickPositions(t,e,n);else if(.08<=t){var u,h=Math.floor(e),p=d=void 0;for(l=.3<t?[1,2,4]:.15<t?[1,2,4,6,8]:[1,2,3,4,5,6,7,8,9];h<n+1&&!p;h++){var f=l.length;for(u=0;u<f&&!p;u++){var g=this.log2lin(this.lin2log(h)*l[u]);g>e&&(!a||d<=n)&&void 0!==d&&c.push(d),d>n&&(p=!0),d=g}}}else e=this.lin2log(e),n=this.lin2log(n),t=a?s.getMinorTickInterval():d.tickInterval,t=o("auto"===t?null:t,this.minorAutoInterval,d.tickPixelInterval/(a?5:1)*(n-e)/((a?l/s.tickPositions.length:l)||1)),t=r(t,void 0,i(t)),c=s.getLinearTickPositions(t,e,n).map(this.log2lin),a||(this.minorAutoInterval=t/5);return a||(s.tickInterval=t),c},t.prototype.lin2log=function(t){return Math.pow(10,t)},t.prototype.log2lin=function(t){return Math.log(t)/Math.LN10},t}();t.Additions=l}(e||(e={})),e})),e(n,"Core/Axis/PlotLineOrBand/PlotLineOrBandAxis.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.erase,i=t.extend,r=t.isNumber;return function(t){var e,o=[];t.compose=function(t,n){return e||(e=t),-1===o.indexOf(n)&&(o.push(n),i(n.prototype,a.prototype)),n};var a=function(){function t(){}return t.prototype.getPlotBandPath=function(t,e,n){void 0===n&&(n=this.options);var i=this.getPlotLinePath({value:e,force:!0,acrossPanes:n.acrossPanes}),o=[],a=this.horiz;if(e=!r(this.min)||!r(this.max)||t<this.min&&e<this.min||t>this.max&&e>this.max,t=this.getPlotLinePath({value:t,force:!0,acrossPanes:n.acrossPanes}),n=1,t&&i){if(e){var s=t.toString()===i.toString();n=0}for(e=0;e<t.length;e+=2){var l=t[e],d=t[e+1],c=i[e],u=i[e+1];"M"!==l[0]&&"L"!==l[0]||"M"!==d[0]&&"L"!==d[0]||"M"!==c[0]&&"L"!==c[0]||"M"!==u[0]&&"L"!==u[0]||(a&&c[1]===l[1]?(c[1]+=n,u[1]+=n):a||c[2]!==l[2]||(c[2]+=n,u[2]+=n),o.push(["M",l[1],l[2]],["L",d[1],d[2]],["L",u[1],u[2]],["L",c[1],c[2]],["Z"])),o.isFlat=s}}return o},t.prototype.addPlotBand=function(t){return this.addPlotBandOrLine(t,"plotBands")},t.prototype.addPlotLine=function(t){return this.addPlotBandOrLine(t,"plotLines")},t.prototype.addPlotBandOrLine=function(t,n){var i=this,r=this.userOptions,o=new e(this,t);if(this.visible&&(o=o.render()),o){if(this._addedPlotLB||(this._addedPlotLB=!0,(r.plotLines||[]).concat(r.plotBands||[]).forEach((function(t){i.addPlotBandOrLine(t)}))),n){var a=r[n]||[];a.push(t),r[n]=a}this.plotLinesAndBands.push(o)}return o},t.prototype.removePlotBandOrLine=function(t){var e=this.plotLinesAndBands,i=this.options,r=this.userOptions;if(e){for(var o=e.length;o--;)e[o].id===t&&e[o].destroy();[i.plotLines||[],r.plotLines||[],i.plotBands||[],r.plotBands||[]].forEach((function(e){for(o=e.length;o--;)(e[o]||{}).id===t&&n(e,e[o])}))}},t.prototype.removePlotBand=function(t){this.removePlotBandOrLine(t)},t.prototype.removePlotLine=function(t){this.removePlotBandOrLine(t)},t}()}(e||(e={})),e})),e(n,"Core/Axis/PlotLineOrBand/PlotLineOrBand.js",[n["Core/Axis/PlotLineOrBand/PlotLineOrBandAxis.js"],n["Core/Utilities.js"]],(function(t,e){var n=e.arrayMax,i=e.arrayMin,r=e.defined,o=e.destroyObjectProperties,a=e.erase,s=e.fireEvent,l=e.merge,d=e.objectEach,c=e.pick;return e=function(){function e(t,e){this.axis=t,e&&(this.options=e,this.id=e.id)}return e.compose=function(n){return t.compose(e,n)},e.prototype.render=function(){s(this,"render");var t=this,e=t.axis,n=e.horiz,i=e.logarithmic,o=t.options,a=o.color,u=c(o.zIndex,0),h=o.events,p={},f=e.chart.renderer,g=o.label,m=t.label,v=o.to,b=o.from,y=o.value,x=t.svgElem,_=[],O=r(b)&&r(v);_=r(y);var w=!x,$={class:"highcharts-plot-"+(O?"band ":"line ")+(o.className||"")},C=O?"bands":"lines";if(i&&(b=i.log2lin(b),v=i.log2lin(v),y=i.log2lin(y)),e.chart.styledMode||(_?($.stroke=a||"#999999",$["stroke-width"]=c(o.width,1),o.dashStyle&&($.dashstyle=o.dashStyle)):O&&($.fill=a||"#e6ebf5",o.borderWidth&&($.stroke=o.borderColor,$["stroke-width"]=o.borderWidth))),p.zIndex=u,C+="-"+u,(i=e.plotLinesAndBandsGroups[C])||(e.plotLinesAndBandsGroups[C]=i=f.g("plot-"+C).attr(p).add()),w&&(t.svgElem=x=f.path().attr($).add(i)),_)_=e.getPlotLinePath({value:y,lineWidth:x.strokeWidth(),acrossPanes:o.acrossPanes});else{if(!O)return;_=e.getPlotBandPath(b,v,o)}return!t.eventsAdded&&h&&(d(h,(function(e,n){x.on(n,(function(e){h[n].apply(t,[e])}))})),t.eventsAdded=!0),(w||!x.d)&&_&&_.length?x.attr({d:_}):x&&(_?(x.show(!0),x.animate({d:_})):x.d&&(x.hide(),m&&(t.label=m=m.destroy()))),g&&(r(g.text)||r(g.formatter))&&_&&_.length&&0<e.width&&0<e.height&&!_.isFlat?(g=l({align:n&&O&&"center",x:n?!O&&4:10,verticalAlign:!n&&O&&"middle",y:n?O?16:10:O?6:-4,rotation:n&&!O&&90},g),this.renderLabel(g,_,O,u)):m&&m.hide(),t},e.prototype.renderLabel=function(t,e,r,o){var a=this.axis,s=a.chart.renderer,d=this.label;d||(this.label=d=s.text(this.getLabelText(t),0,0,t.useHTML).attr({align:t.textAlign||t.align,rotation:t.rotation,class:"highcharts-plot-"+(r?"band":"line")+"-label "+(t.className||""),zIndex:o}).add(),a.chart.styledMode||d.css(l({textOverflow:"ellipsis"},t.style))),o=e.xBounds||[e[0][1],e[1][1],r?e[2][1]:e[0][1]],e=e.yBounds||[e[0][2],e[1][2],r?e[2][2]:e[0][2]],r=i(o),s=i(e),d.align(t,!1,{x:r,y:s,width:n(o)-r,height:n(e)-s}),d.alignValue&&"left"!==d.alignValue||d.css({width:(90===d.rotation?a.height-(d.alignAttr.y-a.top):a.width-(d.alignAttr.x-a.left))+"px"}),d.show(!0)},e.prototype.getLabelText=function(t){return r(t.formatter)?t.formatter.call(this):t.text},e.prototype.destroy=function(){a(this.axis.plotLinesAndBands,this),delete this.axis,o(this)},e}()})),e(n,"Core/Tooltip.js",[n["Core/FormatUtilities.js"],n["Core/Globals.js"],n["Core/Renderer/RendererUtilities.js"],n["Core/Renderer/RendererRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r){var o=t.format,a=e.doc,s=n.distribute,l=r.addEvent,d=r.clamp,c=r.css,u=r.defined,h=r.discardElement,p=r.extend,f=r.fireEvent,g=r.isArray,m=r.isNumber,v=r.isString,b=r.merge,y=r.pick,x=r.splat,_=r.syncTimeout;return t=function(){function t(t,e){this.allowShared=!0,this.container=void 0,this.crosshairs=[],this.distance=0,this.isHidden=!0,this.isSticky=!1,this.now={},this.options={},this.outside=!1,this.chart=t,this.init(t,e)}return t.prototype.applyFilter=function(){var t=this.chart;t.renderer.definition({tagName:"filter",attributes:{id:"drop-shadow-"+t.index,opacity:.5},children:[{tagName:"feGaussianBlur",attributes:{in:"SourceAlpha",stdDeviation:1}},{tagName:"feOffset",attributes:{dx:1,dy:1}},{tagName:"feComponentTransfer",children:[{tagName:"feFuncA",attributes:{type:"linear",slope:.3}}]},{tagName:"feMerge",children:[{tagName:"feMergeNode"},{tagName:"feMergeNode",attributes:{in:"SourceGraphic"}}]}]})},t.prototype.bodyFormatter=function(t){return t.map((function(t){var e=t.series.tooltipOptions;return(e[(t.point.formatPrefix||"point")+"Formatter"]||t.point.tooltipFormatter).call(t.point,e[(t.point.formatPrefix||"point")+"Format"]||"")}))},t.prototype.cleanSplit=function(t){this.chart.series.forEach((function(e){var n=e&&e.tt;n&&(!n.isActive||t?e.tt=n.destroy():n.isActive=!1)}))},t.prototype.defaultFormatter=function(t){var e=this.points||x(this),n=[t.tooltipFooterHeaderFormatter(e[0])];return(n=n.concat(t.bodyFormatter(e))).push(t.tooltipFooterHeaderFormatter(e[0],!0)),n},t.prototype.destroy=function(){this.label&&(this.label=this.label.destroy()),this.split&&this.tt&&(this.cleanSplit(!0),this.tt=this.tt.destroy()),this.renderer&&(this.renderer=this.renderer.destroy(),h(this.container)),r.clearTimeout(this.hideTimer),r.clearTimeout(this.tooltipTimeout)},t.prototype.getAnchor=function(t,e){var n,i,r=this.chart,o=r.pointer,a=r.inverted,s=r.plotTop,l=r.plotLeft,d=0,c=0;return t=x(t),this.followPointer&&e?(void 0===e.chartX&&(e=o.normalize(e)),o=[e.chartX-l,e.chartY-s]):t[0].tooltipPos?o=t[0].tooltipPos:(t.forEach((function(t){n=t.series.yAxis,i=t.series.xAxis,d+=t.plotX||0,c+=t.plotLow?(t.plotLow+(t.plotHigh||0))/2:t.plotY||0,i&&n&&(a?(d+=s+r.plotHeight-i.len-i.pos,c+=l+r.plotWidth-n.len-n.pos):(d+=i.pos-l,c+=n.pos-s))})),d/=t.length,c/=t.length,o=[a?r.plotWidth-c:d,a?r.plotHeight-d:c],this.shared&&1<t.length&&e&&(a?o[0]=e.chartX-l:o[1]=e.chartY-s)),o.map(Math.round)},t.prototype.getLabel=function(){var t,n=this,r=this.chart.styledMode,o=this.options,a=this.split&&this.allowShared,s="tooltip"+(u(o.className)?" "+o.className:""),d=o.style.pointerEvents||(!this.followPointer&&o.stickOnContact?"auto":"none"),h=function(){n.inContact=!0},p=function(t){var e=n.chart.hoverSeries;n.inContact=n.shouldStickOnContact()&&n.chart.pointer.inClass(t.relatedTarget,"highcharts-tooltip"),!n.inContact&&e&&e.onMouseOut&&e.onMouseOut()},f=this.chart.renderer;if(n.label){var g=!n.label.hasClass("highcharts-label");(a&&!g||!a&&g)&&n.destroy()}if(!this.label){if(this.outside){g=this.chart.options.chart.style;var m=i.getRendererType();this.container=t=e.doc.createElement("div"),t.className="highcharts-tooltip-container",c(t,{position:"absolute",top:"1px",pointerEvents:d,zIndex:Math.max(this.options.style.zIndex||0,(g&&g.zIndex||0)+3)}),l(t,"mouseenter",h),l(t,"mouseleave",p),e.doc.body.appendChild(t),this.renderer=f=new m(t,0,0,g,void 0,void 0,f.styledMode)}if(a?this.label=f.g(s):(this.label=f.label("",0,0,o.shape,void 0,void 0,o.useHTML,void 0,s).attr({padding:o.padding,r:o.borderRadius}),r||this.label.attr({fill:o.backgroundColor,"stroke-width":o.borderWidth}).css(o.style).css({pointerEvents:d}).shadow(o.shadow)),r&&o.shadow&&(this.applyFilter(),this.label.attr({filter:"url(#drop-shadow-"+this.chart.index+")"})),n.outside&&!n.split){var v=this.label,b=v.xSetter,y=v.ySetter;v.xSetter=function(e){b.call(v,n.distance),t.style.left=e+"px"},v.ySetter=function(e){y.call(v,n.distance),t.style.top=e+"px"}}this.label.on("mouseenter",h).on("mouseleave",p).attr({zIndex:8}).add()}return this.label},t.prototype.getPosition=function(t,e,n){var i,r=this.chart,o=this.distance,s={},l=r.inverted&&n.h||0,d=this.outside,c=d?a.documentElement.clientWidth-2*o:r.chartWidth,u=d?Math.max(a.body.scrollHeight,a.documentElement.scrollHeight,a.body.offsetHeight,a.documentElement.offsetHeight,a.documentElement.clientHeight):r.chartHeight,h=r.pointer.getChartPosition(),p=function(i){var a="x"===i;return[i,a?c:u,a?t:e].concat(d?[a?t*h.scaleX:e*h.scaleY,a?h.left-o+(n.plotX+r.plotLeft)*h.scaleX:h.top-o+(n.plotY+r.plotTop)*h.scaleY,0,a?c:u]:[a?t:e,a?n.plotX+r.plotLeft:n.plotY+r.plotTop,a?r.plotLeft:r.plotTop,a?r.plotLeft+r.plotWidth:r.plotTop+r.plotHeight])},f=p("y"),g=p("x");p=!!n.negative,!r.polar&&r.hoverSeries&&r.hoverSeries.yAxis&&r.hoverSeries.yAxis.reversed&&(p=!p);var m=!this.followPointer&&y(n.ttBelow,!r.inverted===p),v=function(t,e,n,i,r,a,c){var u=d?"y"===t?o*h.scaleY:o*h.scaleX:o,p=(n-i)/2,f=i<r-o,g=r+o+i<e,v=r-u-n+p;if(r=r+u-p,m&&g)s[t]=r;else if(!m&&f)s[t]=v;else if(f)s[t]=Math.min(c-i,0>v-l?v:v-l);else{if(!g)return!1;s[t]=Math.max(a,r+l+n>e?r:r+l)}},b=function(t,e,n,i,r){var a;return r<o||r>e-o?a=!1:s[t]=r<n/2?1:r>e-i/2?e-i-2:r-n/2,a},x=function(t){var e=f;f=g,g=e,i=t},_=function(){!1!==v.apply(0,f)?!1!==b.apply(0,g)||i||(x(!0),_()):i?s.x=s.y=0:(x(!0),_())};return(r.inverted||1<this.len)&&x(),_(),s},t.prototype.hide=function(t){var e=this;r.clearTimeout(this.hideTimer),t=y(t,this.options.hideDelay),this.isHidden||(this.hideTimer=_((function(){e.getLabel().fadeOut(t?void 0:t),e.isHidden=!0}),t))},t.prototype.init=function(t,e){this.chart=t,this.options=e,this.crosshairs=[],this.now={x:0,y:0},this.isHidden=!0,this.split=e.split&&!t.inverted&&!t.polar,this.shared=e.shared||this.split,this.outside=y(e.outside,!(!t.scrollablePixelsX&&!t.scrollablePixelsY))},t.prototype.shouldStickOnContact=function(){return!(this.followPointer||!this.options.stickOnContact)},t.prototype.isStickyOnContact=function(){return!(!this.shouldStickOnContact()||!this.inContact)},t.prototype.move=function(t,e,n,i){var o=this,a=o.now,s=!1!==o.options.animation&&!o.isHidden&&(1<Math.abs(t-a.x)||1<Math.abs(e-a.y)),l=o.followPointer||1<o.len;p(a,{x:s?(2*a.x+t)/3:t,y:s?(a.y+e)/2:e,anchorX:l?void 0:s?(2*a.anchorX+n)/3:n,anchorY:l?void 0:s?(a.anchorY+i)/2:i}),o.getLabel().attr(a),o.drawTracker(),s&&(r.clearTimeout(this.tooltipTimeout),this.tooltipTimeout=setTimeout((function(){o&&o.move(t,e,n,i)}),32))},t.prototype.refresh=function(t,e){var n=this.chart,i=this.options,o=x(t),a=o[0],s=[],l=i.formatter||this.defaultFormatter,d=this.shared,c=n.styledMode,u={};if(i.enabled){r.clearTimeout(this.hideTimer),this.allowShared=!(!g(t)&&t.series&&t.series.noSharedTooltip),this.followPointer=!this.split&&a.series.tooltipOptions.followPointer;var h=(t=this.getAnchor(t,e))[0],p=t[1];if(d&&this.allowShared?(n.pointer.applyInactiveState(o),o.forEach((function(t){t.setState("hover"),s.push(t.getLabelConfig())})),(u={x:a.category,y:a.y}).points=s):u=a.getLabelConfig(),this.len=s.length,l=l.call(u,this),d=a.series,this.distance=y(d.tooltipOptions.distance,16),!1===l)this.hide();else{if(this.split&&this.allowShared)this.renderSplit(l,o);else{var m=h,v=p;if(e&&n.pointer.isDirectTouch&&(m=e.chartX-n.plotLeft,v=e.chartY-n.plotTop),!n.polar&&!1!==d.options.clip&&!o.some((function(t){return t.series.shouldShowTooltip(m,v)})))return void this.hide();e=this.getLabel(),i.style.width&&!c||e.css({width:this.chart.spacingBox.width+"px"}),e.attr({text:l&&l.join?l.join(""):l}),e.removeClass(/highcharts-color-[\d]+/g).addClass("highcharts-color-"+y(a.colorIndex,d.colorIndex)),c||e.attr({stroke:i.borderColor||a.color||d.color||"#666666"}),this.updatePosition({plotX:h,plotY:p,negative:a.negative,ttBelow:a.ttBelow,h:t[2]||0})}this.isHidden&&this.label&&this.label.attr({opacity:1}).show(),this.isHidden=!1}f(this,"refresh")}},t.prototype.renderSplit=function(t,e){function n(t,e,n,r,o){return void 0===o&&(o=!0),n?(e=E?0:T,t=d(t-r/2,k.left,k.right-r-(i.outside?M:0))):(e-=A,t=d(t=o?t-r-w:t+w,o?t:k.left,k.right)),{x:t,y:e}}var i=this,r=i.chart,o=i.chart,l=o.chartWidth,c=o.chartHeight,u=o.plotHeight,h=o.plotLeft,f=o.plotTop,g=o.pointer,m=o.scrollablePixelsY;m=void 0===m?0:m;var b=o.scrollablePixelsX,x=o.scrollingContainer,_=(x=void 0===x?{scrollLeft:0,scrollTop:0}:x).scrollLeft;x=x.scrollTop;var O=o.styledMode,w=i.distance,$=i.options,C=i.options.positioner,k=i.outside&&"number"!=typeof b?a.documentElement.getBoundingClientRect():{left:_,right:_+l,top:x,bottom:x+c},S=i.getLabel(),j=this.renderer||r.renderer,E=!(!r.xAxis[0]||!r.xAxis[0].opposite),M=(r=g.getChartPosition()).left;r=r.top;var A=f+x,P=0,T=u-m;v(t)&&(t=[!1,t]),t=t.slice(0,e.length+1).reduce((function(t,r,o){if(!1!==r&&""!==r){var a=(o=e[o-1]||{isHeader:!0,plotX:e[0].plotX,plotY:u,series:{}}).isHeader,s=a?i:o.series;r=r.toString();var l=s.tt,c=o.isHeader,p=o.series,g="highcharts-color-"+y(o.colorIndex,p.colorIndex,"none");if(l||(l={padding:$.padding,r:$.borderRadius},O||(l.fill=$.backgroundColor,l["stroke-width"]=$.borderWidth),l=j.label("",0,0,$[c?"headerShape":"shape"],void 0,void 0,$.useHTML).addClass((c?"highcharts-tooltip-header ":"")+"highcharts-tooltip-box "+g).attr(l).add(S)),l.isActive=!0,l.attr({text:r}),O||l.css($.style).shadow($.shadow).attr({stroke:$.borderColor||o.color||p.color||"#333333"}),r=(c=(s=s.tt=l).getBBox()).width+s.strokeWidth(),a&&(P=c.height,T+=P,E&&(A-=P)),p=void 0===(p=o.plotX)?0:p,g=void 0===(g=o.plotY)?0:g,l=o.series,o.isHeader){p=h+p;var m=f+u/2}else{var v=l.xAxis,b=l.yAxis;p=v.pos+d(p,-w,v.len+w),l.shouldShowTooltip(0,b.pos-f+g,{ignoreX:!0})&&(m=b.pos+g)}p=d(p,k.left-w,k.right+w),"number"==typeof m?(c=c.height+1,g=C?C.call(i,r,c,o):n(p,m,a,r),t.push({align:C?0:void 0,anchorX:p,anchorY:m,boxWidth:r,point:o,rank:y(g.rank,a?1:0),size:c,target:g.y,tt:s,x:g.x})):s.isActive=!1}return t}),[]),!C&&t.some((function(t){var e=(i.outside?M:0)+t.anchorX;return e<k.left&&e+t.boxWidth<k.right||e<M-k.left+t.boxWidth&&k.right-e>e}))&&(t=t.map((function(t){var e=n(t.anchorX,t.anchorY,t.point.isHeader,t.boxWidth,!1);return p(t,{target:e.y,x:e.x})}))),i.cleanSplit(),s(t,T);var L=M,D=M;t.forEach((function(t){var e=t.x,n=t.boxWidth;(t=t.isHeader)||(i.outside&&M+e<L&&(L=M+e),!t&&i.outside&&L+n>D&&(D=M+e))})),t.forEach((function(t){var e=t.x,n=t.anchorX,r=t.pos,o=t.point.isHeader;if(r={visibility:void 0===r?"hidden":"inherit",x:e,y:r+A,anchorX:n,anchorY:t.anchorY},i.outside&&e<n){var a=M-L;0<a&&(o||(r.x=e+a,r.anchorX=n+a),o&&(r.x=(D-L)/2,r.anchorX=n+a))}t.tt.attr(r)})),t=i.container,m=i.renderer,i.outside&&t&&m&&(o=S.getBBox(),m.setSize(o.width+o.x,o.height+o.y,!1),t.style.left=L+"px",t.style.top=r+"px")},t.prototype.drawTracker=function(){if(this.followPointer||!this.options.stickOnContact)this.tracker&&this.tracker.destroy();else{var t=this.chart,e=this.label,n=this.shared?t.hoverPoints:t.hoverPoint;if(e&&n){var i={x:0,y:0,width:0,height:0};n=this.getAnchor(n);var r=e.getBBox();n[0]+=t.plotLeft-e.translateX,n[1]+=t.plotTop-e.translateY,i.x=Math.min(0,n[0]),i.y=Math.min(0,n[1]),i.width=0>n[0]?Math.max(Math.abs(n[0]),r.width-n[0]):Math.max(Math.abs(n[0]),r.width),i.height=0>n[1]?Math.max(Math.abs(n[1]),r.height-Math.abs(n[1])):Math.max(Math.abs(n[1]),r.height),this.tracker?this.tracker.attr(i):(this.tracker=e.renderer.rect(i).addClass("highcharts-tracker").add(e),t.styledMode||this.tracker.attr({fill:"rgba(0,0,0,0)"}))}}},t.prototype.styledModeFormat=function(t){return t.replace('style="font-size: 10px"','class="highcharts-header"').replace(/style="color:{(point|series)\.color}"/g,'class="highcharts-color-{$1.colorIndex}"')},t.prototype.tooltipFooterHeaderFormatter=function(t,e){var n=t.series,i=n.tooltipOptions,r=n.xAxis,a=r&&r.dateTime;r={isFooter:e,labelConfig:t};var s=i.xDateFormat,l=i[e?"footerFormat":"headerFormat"];return f(this,"headerFormatter",r,(function(e){a&&!s&&m(t.key)&&(s=a.getXDateFormat(t.key,i.dateTimeLabelFormats)),a&&s&&(t.point&&t.point.tooltipDateKeys||["key"]).forEach((function(t){l=l.replace("{point."+t+"}","{point."+t+":"+s+"}")})),n.chart.styledMode&&(l=this.styledModeFormat(l)),e.text=o(l,{point:t,series:n},this.chart)})),r.text},t.prototype.update=function(t){this.destroy(),b(!0,this.chart.options.tooltip.userOptions,t),this.init(this.chart,b(!0,this.options,t))},t.prototype.updatePosition=function(t){var e=this.chart,n=this.options,i=e.pointer,r=this.getLabel();i=i.getChartPosition();var o=(n.positioner||this.getPosition).call(this,r.width,r.height,t),a=t.plotX+e.plotLeft;t=t.plotY+e.plotTop,this.outside&&(n=n.borderWidth+2*this.distance,this.renderer.setSize(r.width+n,r.height+n,!1),1===i.scaleX&&1===i.scaleY||(c(this.container,{transform:"scale("+i.scaleX+", "+i.scaleY+")"}),a*=i.scaleX,t*=i.scaleY),a+=i.left-o.x,t+=i.top-o.y),this.move(Math.round(o.x),Math.round(o.y||0),a,t)},t}()})),e(n,"Core/Series/Point.js",[n["Core/Renderer/HTML/AST.js"],n["Core/Animation/AnimationUtilities.js"],n["Core/DefaultOptions.js"],n["Core/FormatUtilities.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r){var o=e.animObject,a=n.defaultOptions,s=i.format,l=r.addEvent,d=r.defined,c=r.erase,u=r.extend,h=r.fireEvent,p=r.getNestedProperty,f=r.isArray,g=r.isFunction,m=r.isNumber,v=r.isObject,b=r.merge,y=r.objectEach,x=r.pick,_=r.syncTimeout,O=r.removeEvent,w=r.uniqueKey;return e=function(){function e(){this.colorIndex=this.category=void 0,this.formatPrefix="point",this.id=void 0,this.isNull=!1,this.percentage=this.options=this.name=void 0,this.selected=!1,this.total=this.series=void 0,this.visible=!0,this.x=void 0}return e.prototype.animateBeforeDestroy=function(){var t=this,e={x:t.startXPos,opacity:0},n=t.getGraphicalProps();n.singular.forEach((function(n){t[n]=t[n].animate("dataLabel"===n?{x:t[n].startXPos,y:t[n].startYPos,opacity:0}:e)})),n.plural.forEach((function(e){t[e].forEach((function(e){e.element&&e.animate(u({x:t.startXPos},e.startYPos?{x:e.startXPos,y:e.startYPos}:{}))}))}))},e.prototype.applyOptions=function(t,n){var i=this.series,r=i.options.pointValKey||i.pointValKey;return t=e.prototype.optionsToObject.call(this,t),u(this,t),this.options=this.options?u(this.options,t):t,t.group&&delete this.group,t.dataLabels&&delete this.dataLabels,r&&(this.y=e.prototype.getNestedProperty.call(this,r)),this.formatPrefix=(this.isNull=x(this.isValid&&!this.isValid(),null===this.x||!m(this.y)))?"null":"point",this.selected&&(this.state="select"),"name"in this&&void 0===n&&i.xAxis&&i.xAxis.hasNames&&(this.x=i.xAxis.nameToX(this)),void 0===this.x&&i?this.x=void 0===n?i.autoIncrement():n:m(t.x)&&i.options.relativeXValue&&(this.x=i.autoIncrement(t.x)),this},e.prototype.destroy=function(){function t(){for(r in(e.graphic||e.dataLabel||e.dataLabels)&&(O(e),e.destroyElements()),e)e[r]=null}var e=this,n=e.series,i=n.chart;n=n.options.dataSorting;var r,a=i.hoverPoints,s=o(e.series.chart.renderer.globalAnimation);e.legendItem&&i.legend.destroyItem(e),a&&(e.setState(),c(a,e),a.length||(i.hoverPoints=null)),e===i.hoverPoint&&e.onMouseOut(),n&&n.enabled?(this.animateBeforeDestroy(),_(t,s.duration)):t(),i.pointCount--},e.prototype.destroyElements=function(t){var e=this;(t=e.getGraphicalProps(t)).singular.forEach((function(t){e[t]=e[t].destroy()})),t.plural.forEach((function(t){e[t].forEach((function(t){t.element&&t.destroy()})),delete e[t]}))},e.prototype.firePointEvent=function(t,e,n){var i=this,r=this.series.options;(r.point.events[t]||i.options&&i.options.events&&i.options.events[t])&&i.importEvents(),"click"===t&&r.allowPointSelect&&(n=function(t){i.select&&i.select(null,t.ctrlKey||t.metaKey||t.shiftKey)}),h(i,t,e,n)},e.prototype.getClassName=function(){return"highcharts-point"+(this.selected?" highcharts-point-select":"")+(this.negative?" highcharts-negative":"")+(this.isNull?" highcharts-null-point":"")+(void 0!==this.colorIndex?" highcharts-color-"+this.colorIndex:"")+(this.options.className?" "+this.options.className:"")+(this.zone&&this.zone.className?" "+this.zone.className.replace("highcharts-negative",""):"")},e.prototype.getGraphicalProps=function(t){var e,n=this,i=[],r={singular:[],plural:[]};for((t=t||{graphic:1,dataLabel:1}).graphic&&i.push("graphic","upperGraphic","shadowGroup"),t.dataLabel&&i.push("dataLabel","dataLabelUpper","connector"),e=i.length;e--;){var o=i[e];n[o]&&r.singular.push(o)}return["dataLabel","connector"].forEach((function(e){var i=e+"s";t[e]&&n[i]&&r.plural.push(i)})),r},e.prototype.getLabelConfig=function(){return{x:this.category,y:this.y,color:this.color,colorIndex:this.colorIndex,key:this.name||this.category,series:this.series,point:this,percentage:this.percentage,total:this.total||this.stackTotal}},e.prototype.getNestedProperty=function(t){if(t)return 0===t.indexOf("custom.")?p(t,this.options):this[t]},e.prototype.getZone=function(){var t=this.series,e=t.zones;t=t.zoneAxis||"y";var n,i=0;for(n=e[i];this[t]>=n.value;)n=e[++i];return this.nonZonedColor||(this.nonZonedColor=this.color),this.color=n&&n.color&&!this.options.color?n.color:this.nonZonedColor,n},e.prototype.hasNewShapeType=function(){return(this.graphic&&(this.graphic.symbolName||this.graphic.element.nodeName))!==this.shapeType},e.prototype.init=function(t,e,n){return this.series=t,this.applyOptions(e,n),this.id=d(this.id)?this.id:w(),this.resolveColor(),t.chart.pointCount++,h(this,"afterInit"),this},e.prototype.optionsToObject=function(t){var n=this.series,i=n.options.keys,r=i||n.pointArrayMap||["y"],o=r.length,a={},s=0,l=0;if(m(t)||null===t)a[r[0]]=t;else if(f(t))for(!i&&t.length>o&&("string"===(n=typeof t[0])?a.name=t[0]:"number"===n&&(a.x=t[0]),s++);l<o;)i&&void 0===t[s]||(0<r[l].indexOf(".")?e.prototype.setNestedProperty(a,t[s],r[l]):a[r[l]]=t[s]),s++,l++;else"object"==typeof t&&(a=t,t.dataLabels&&(n._hasPointLabels=!0),t.marker&&(n._hasPointMarkers=!0));return a},e.prototype.resolveColor=function(){var t=this.series,e=t.chart.styledMode,n=t.chart.options.chart.colorCount;if(delete this.nonZonedColor,t.options.colorByPoint){if(!e){var i=(n=t.options.colors||t.chart.options.colors)[t.colorCounter];n=n.length}e=t.colorCounter,t.colorCounter++,t.colorCounter===n&&(t.colorCounter=0)}else e||(i=t.color),e=t.colorIndex;this.colorIndex=x(this.options.colorIndex,e),this.color=x(this.options.color,i)},e.prototype.setNestedProperty=function(t,e,n){return n.split(".").reduce((function(t,n,i,r){return t[n]=r.length-1===i?e:v(t[n],!0)?t[n]:{},t[n]}),t),t},e.prototype.tooltipFormatter=function(t){var e=this.series,n=e.tooltipOptions,i=x(n.valueDecimals,""),r=n.valuePrefix||"",o=n.valueSuffix||"";return e.chart.styledMode&&(t=e.chart.tooltip.styledModeFormat(t)),(e.pointArrayMap||["y"]).forEach((function(e){e="{point."+e,(r||o)&&(t=t.replace(RegExp(e+"}","g"),r+e+"}"+o)),t=t.replace(RegExp(e+"}","g"),e+":,."+i+"f}")})),s(t,{point:this,series:this.series},e.chart)},e.prototype.update=function(t,e,n,i){function r(){a.applyOptions(t);var i=l&&a.hasDummyGraphic;i=null===a.y?!i:i,l&&i&&(a.graphic=l.destroy(),delete a.hasDummyGraphic),v(t,!0)&&(l&&l.element&&t&&t.marker&&void 0!==t.marker.symbol&&(a.graphic=l.destroy()),t&&t.dataLabels&&a.dataLabel&&(a.dataLabel=a.dataLabel.destroy()),a.connector&&(a.connector=a.connector.destroy())),o=a.index,s.updateParallelArrays(a,o),c.data[o]=v(c.data[o],!0)||v(t,!0)?a.options:x(t,c.data[o]),s.isDirty=s.isDirtyData=!0,!s.fixedBox&&s.hasCartesianSeries&&(d.isDirtyBox=!0),"point"===c.legendType&&(d.isDirtyLegend=!0),e&&d.redraw(n)}var o,a=this,s=a.series,l=a.graphic,d=s.chart,c=s.options;e=x(e,!0),!1===i?r():a.firePointEvent("update",{options:t},r)},e.prototype.remove=function(t,e){this.series.removePoint(this.series.data.indexOf(this),t,e)},e.prototype.select=function(t,e){var n=this,i=n.series,r=i.chart;this.selectedStaging=t=x(t,!n.selected),n.firePointEvent(t?"select":"unselect",{accumulate:e},(function(){n.selected=n.options.selected=t,i.options.data[i.data.indexOf(n)]=n.options,n.setState(t&&"select"),e||r.getSelectedPoints().forEach((function(t){var e=t.series;t.selected&&t!==n&&(t.selected=t.options.selected=!1,e.options.data[e.data.indexOf(t)]=t.options,t.setState(r.hoverPoints&&e.options.inactiveOtherPoints?"inactive":""),t.firePointEvent("unselect"))}))})),delete this.selectedStaging},e.prototype.onMouseOver=function(t){var e=this.series.chart,n=e.pointer;t=t?n.normalize(t):n.getChartCoordinatesFromPoint(this,e.inverted),n.runPointActions(t,this)},e.prototype.onMouseOut=function(){var t=this.series.chart;this.firePointEvent("mouseOut"),this.series.options.inactiveOtherPoints||(t.hoverPoints||[]).forEach((function(t){t.setState()})),t.hoverPoints=t.hoverPoint=null},e.prototype.importEvents=function(){if(!this.hasImportedEvents){var t=this,e=b(t.series.options.point,t.options).events;t.events=e,y(e,(function(e,n){g(e)&&l(t,n,e)})),this.hasImportedEvents=!0}},e.prototype.setState=function(e,n){var i,r=this.series,o=this.state,s=r.options.states[e||"normal"]||{},l=a.plotOptions[r.type].marker&&r.options.marker,d=l&&!1===l.enabled,c=l&&l.states&&l.states[e||"normal"]||{},p=!1===c.enabled,f=this.marker||{},g=r.chart,v=l&&r.markerAttribs,b=r.halo,y=r.stateMarkerGraphic;if(!((e=e||"")===this.state&&!n||this.selected&&"select"!==e||!1===s.enabled||e&&(p||d&&!1===c.enabled)||e&&f.states&&f.states[e]&&!1===f.states[e].enabled)){if(this.state=e,v&&(i=r.markerAttribs(this,e)),this.graphic&&!this.hasDummyGraphic){if(o&&this.graphic.removeClass("highcharts-point-"+o),e&&this.graphic.addClass("highcharts-point-"+e),!g.styledMode){var _=r.pointAttribs(this,e),O=x(g.options.chart.animation,s.animation);r.options.inactiveOtherPoints&&m(_.opacity)&&((this.dataLabels||[]).forEach((function(t){t&&t.animate({opacity:_.opacity},O)})),this.connector&&this.connector.animate({opacity:_.opacity},O)),this.graphic.animate(_,O)}i&&this.graphic.animate(i,x(g.options.chart.animation,c.animation,l.animation)),y&&y.hide()}else e&&c&&(o=f.symbol||r.symbol,y&&y.currentSymbol!==o&&(y=y.destroy()),i&&(y?y[n?"animate":"attr"]({x:i.x,y:i.y}):o&&(r.stateMarkerGraphic=y=g.renderer.symbol(o,i.x,i.y,i.width,i.height).add(r.markerGroup),y.currentSymbol=o)),!g.styledMode&&y&&"inactive"!==this.state&&y.attr(r.pointAttribs(this,e))),y&&(y[e&&this.isInside?"show":"hide"](),y.element.point=this,y.addClass(this.getClassName(),!0));s=s.halo,i=(y=this.graphic||y)&&y.visibility||"inherit",s&&s.size&&y&&"hidden"!==i&&!this.isCluster?(b||(r.halo=b=g.renderer.path().add(y.parentGroup)),b.show()[n?"animate":"attr"]({d:this.haloPath(s.size)}),b.attr({class:"highcharts-halo highcharts-color-"+x(this.colorIndex,r.colorIndex)+(this.className?" "+this.className:""),visibility:i,zIndex:-1}),b.point=this,g.styledMode||b.attr(u({fill:this.color||r.color,"fill-opacity":s.opacity},t.filterUserAttributes(s.attributes||{})))):b&&b.point&&b.point.haloPath&&b.animate({d:b.point.haloPath(0)},null,b.hide),h(this,"afterSetState",{state:e})}},e.prototype.haloPath=function(t){return this.series.chart.renderer.symbols.circle(Math.floor(this.plotX)-t,this.plotY-t,2*t,2*t)},e}()})),e(n,"Core/Pointer.js",[n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Tooltip.js"],n["Core/Utilities.js"]],(function(t,e,n,i){var r=t.parse,o=e.charts,a=e.noop,s=i.addEvent,l=i.attr,d=i.css,c=i.defined,u=i.extend,h=i.find,p=i.fireEvent,f=i.isNumber,g=i.isObject,m=i.objectEach,v=i.offset,b=i.pick,y=i.splat;return t=function(){function t(t,e){this.lastValidTouch={},this.pinchDown=[],this.runChartClick=!1,this.eventsToUnbind=[],this.chart=t,this.hasDragged=!1,this.options=e,this.init(t,e)}return t.prototype.applyInactiveState=function(t){var e,n=[];(t||[]).forEach((function(t){e=t.series,n.push(e),e.linkedParent&&n.push(e.linkedParent),e.linkedSeries&&(n=n.concat(e.linkedSeries)),e.navigatorSeries&&n.push(e.navigatorSeries)})),this.chart.series.forEach((function(t){-1===n.indexOf(t)?t.setState("inactive",!0):t.options.inactiveOtherPoints&&t.setAllPointsToState("inactive")}))},t.prototype.destroy=function(){var n=this;this.eventsToUnbind.forEach((function(t){return t()})),this.eventsToUnbind=[],e.chartCount||(t.unbindDocumentMouseUp&&(t.unbindDocumentMouseUp=t.unbindDocumentMouseUp()),t.unbindDocumentTouchEnd&&(t.unbindDocumentTouchEnd=t.unbindDocumentTouchEnd())),clearInterval(n.tooltipTimeout),m(n,(function(t,e){n[e]=void 0}))},t.prototype.drag=function(t){var e=this.chart,n=e.options.chart,i=this.zoomHor,o=this.zoomVert,a=e.plotLeft,s=e.plotTop,l=e.plotWidth,d=e.plotHeight,c=this.mouseDownX||0,u=this.mouseDownY||0,h=g(n.panning)?n.panning&&n.panning.enabled:n.panning,p=n.panKey&&t[n.panKey+"Key"],f=t.chartX,m=t.chartY,v=this.selectionMarker;if((!v||!v.touch)&&(f<a?f=a:f>a+l&&(f=a+l),m<s?m=s:m>s+d&&(m=s+d),this.hasDragged=Math.sqrt(Math.pow(c-f,2)+Math.pow(u-m,2)),10<this.hasDragged)){var b=e.isInsidePlot(c-a,u-s,{visiblePlotOnly:!0});!e.hasCartesianSeries&&!e.mapView||!this.zoomX&&!this.zoomY||!b||p||v||(this.selectionMarker=v=e.renderer.rect(a,s,i?1:l,o?1:d,0).attr({class:"highcharts-selection-marker",zIndex:7}).add(),e.styledMode||v.attr({fill:n.selectionMarkerFill||r("#335cad").setOpacity(.25).get()})),v&&i&&(i=f-c,v.attr({width:Math.abs(i),x:(0<i?0:i)+c})),v&&o&&(i=m-u,v.attr({height:Math.abs(i),y:(0<i?0:i)+u})),b&&!v&&h&&e.pan(t,n.panning)}},t.prototype.dragStart=function(t){var e=this.chart;e.mouseIsDown=t.type,e.cancelClick=!1,e.mouseDownX=this.mouseDownX=t.chartX,e.mouseDownY=this.mouseDownY=t.chartY},t.prototype.drop=function(t){var e=this,n=this.chart,i=this.hasPinched;if(this.selectionMarker){var r=this.selectionMarker,o=r.attr?r.attr("x"):r.x,a=r.attr?r.attr("y"):r.y,s=r.attr?r.attr("width"):r.width,l=r.attr?r.attr("height"):r.height,h={originalEvent:t,xAxis:[],yAxis:[],x:o,y:a,width:s,height:l},g=!!n.mapView;(this.hasDragged||i)&&(n.axes.forEach((function(n){if(n.zoomEnabled&&c(n.min)&&(i||e[{xAxis:"zoomX",yAxis:"zoomY"}[n.coll]])&&f(o)&&f(a)){var r=n.horiz,d="touchend"===t.type?n.minPixelPadding:0,u=n.toValue((r?o:a)+d);r=n.toValue((r?o+s:a+l)-d),h[n.coll].push({axis:n,min:Math.min(u,r),max:Math.max(u,r)}),g=!0}})),g&&p(n,"selection",h,(function(t){n.zoom(u(t,i?{animation:!1}:null))}))),f(n.index)&&(this.selectionMarker=this.selectionMarker.destroy()),i&&this.scaleGroups()}n&&f(n.index)&&(d(n.container,{cursor:n._cursor}),n.cancelClick=10<this.hasDragged,n.mouseIsDown=this.hasDragged=this.hasPinched=!1,this.pinchDown=[])},t.prototype.findNearestKDPoint=function(t,e,n){var i,r=this.chart,o=r.hoverPoint;return r=r.tooltip,o&&r&&r.isStickyOnContact()?o:(t.forEach((function(t){var r=!(t.noSharedTooltip&&e)&&0>t.options.findNearestPointBy.indexOf("y");if(t=t.searchPoint(n,r),(r=g(t,!0)&&t.series)&&!(r=!g(i,!0))){r=i.distX-t.distX;var o=i.dist-t.dist,a=(t.series.group&&t.series.group.zIndex)-(i.series.group&&i.series.group.zIndex);r=0<(0!==r&&e?r:0!==o?o:0!==a?a:i.series.index>t.series.index?-1:1)}r&&(i=t)})),i)},t.prototype.getChartCoordinatesFromPoint=function(t,e){var n=t.series,i=n.xAxis;n=n.yAxis;var r=t.shapeArgs;if(i&&n){var o=b(t.clientX,t.plotX),a=t.plotY||0;return t.isNode&&r&&f(r.x)&&f(r.y)&&(o=r.x,a=r.y),e?{chartX:n.len+n.pos-a,chartY:i.len+i.pos-o}:{chartX:o+i.pos,chartY:a+n.pos}}if(r&&r.x&&r.y)return{chartX:r.x,chartY:r.y}},t.prototype.getChartPosition=function(){if(this.chartPosition)return this.chartPosition;var t=this.chart.container,e=v(t);this.chartPosition={left:e.left,top:e.top,scaleX:1,scaleY:1};var n=t.offsetWidth;return t=t.offsetHeight,2<n&&2<t&&(this.chartPosition.scaleX=e.width/n,this.chartPosition.scaleY=e.height/t),this.chartPosition},t.prototype.getCoordinates=function(t){var e={xAxis:[],yAxis:[]};return this.chart.axes.forEach((function(n){e[n.isXAxis?"xAxis":"yAxis"].push({axis:n,value:n.toValue(t[n.horiz?"chartX":"chartY"])})})),e},t.prototype.getHoverData=function(t,e,n,i,r,o){var a=[];i=!(!i||!t);var s={chartX:o?o.chartX:void 0,chartY:o?o.chartY:void 0,shared:r};p(this,"beforeGetHoverData",s);var l=e&&!e.stickyTracking?[e]:n.filter((function(t){return s.filter?s.filter(t):t.visible&&!(!r&&t.directTouch)&&b(t.options.enableMouseTracking,!0)&&t.stickyTracking})),d=i||!o?t:this.findNearestKDPoint(l,r,o);return e=d&&d.series,d&&(r&&!e.noSharedTooltip?(l=n.filter((function(t){return s.filter?s.filter(t):t.visible&&!(!r&&t.directTouch)&&b(t.options.enableMouseTracking,!0)&&!t.noSharedTooltip}))).forEach((function(t){var e=h(t.points,(function(t){return t.x===d.x&&!t.isNull}));g(e)&&(t.chart.isBoosting&&(e=t.getPoint(e)),a.push(e))})):a.push(d)),p(this,"afterGetHoverData",s={hoverPoint:d}),{hoverPoint:s.hoverPoint,hoverSeries:e,hoverPoints:a}},t.prototype.getPointFromEvent=function(t){t=t.target;for(var e;t&&!e;)e=t.point,t=t.parentNode;return e},t.prototype.onTrackerMouseOut=function(t){t=t.relatedTarget||t.toElement;var e=this.chart.hoverSeries;this.isDirectTouch=!1,!e||!t||e.stickyTracking||this.inClass(t,"highcharts-tooltip")||this.inClass(t,"highcharts-series-"+e.index)&&this.inClass(t,"highcharts-tracker")||e.onMouseOut()},t.prototype.inClass=function(t,e){for(var n;t;){if(n=l(t,"class")){if(-1!==n.indexOf(e))return!0;if(-1!==n.indexOf("highcharts-container"))return!1}t=t.parentNode}},t.prototype.init=function(t,e){this.options=e,this.chart=t,this.runChartClick=!(!e.chart.events||!e.chart.events.click),this.pinchDown=[],this.lastValidTouch={},n&&(t.tooltip=new n(t,e.tooltip),this.followTouchMove=b(e.tooltip.followTouchMove,!0)),this.setDOMEvents()},t.prototype.normalize=function(t,e){var n=t.touches,i=n?n.length?n.item(0):b(n.changedTouches,t.changedTouches)[0]:t;return e||(e=this.getChartPosition()),n=i.pageX-e.left,i=i.pageY-e.top,n/=e.scaleX,i/=e.scaleY,u(t,{chartX:Math.round(n),chartY:Math.round(i)})},t.prototype.onContainerClick=function(t){var e=this.chart,n=e.hoverPoint;t=this.normalize(t);var i=e.plotLeft,r=e.plotTop;e.cancelClick||(n&&this.inClass(t.target,"highcharts-tracker")?(p(n.series,"click",u(t,{point:n})),e.hoverPoint&&n.firePointEvent("click",t)):(u(t,this.getCoordinates(t)),e.isInsidePlot(t.chartX-i,t.chartY-r,{visiblePlotOnly:!0})&&p(e,"click",t)))},t.prototype.onContainerMouseDown=function(t){var n=1==(1&(t.buttons||t.button));t=this.normalize(t),e.isFirefox&&0!==t.button&&this.onContainerMouseMove(t),(void 0===t.button||n)&&(this.zoomOption(t),n&&t.preventDefault&&t.preventDefault(),this.dragStart(t))},t.prototype.onContainerMouseLeave=function(e){var n=o[b(t.hoverChartIndex,-1)],i=this.chart.tooltip;i&&i.shouldStickOnContact()&&this.inClass(e.relatedTarget,"highcharts-tooltip-container")||(e=this.normalize(e),n&&(e.relatedTarget||e.toElement)&&(n.pointer.reset(),n.pointer.chartPosition=void 0),i&&!i.isHidden&&this.reset())},t.prototype.onContainerMouseEnter=function(t){delete this.chartPosition},t.prototype.onContainerMouseMove=function(t){var e=this.chart;t=this.normalize(t),this.setHoverChartIndex(),t.preventDefault||(t.returnValue=!1),("mousedown"===e.mouseIsDown||this.touchSelect(t))&&this.drag(t),e.openMenu||!this.inClass(t.target,"highcharts-tracker")&&!e.isInsidePlot(t.chartX-e.plotLeft,t.chartY-e.plotTop,{visiblePlotOnly:!0})||(this.inClass(t.target,"highcharts-no-tooltip")?this.reset(!1,0):this.runPointActions(t))},t.prototype.onDocumentTouchEnd=function(e){var n=o[b(t.hoverChartIndex,-1)];n&&n.pointer.drop(e)},t.prototype.onContainerTouchMove=function(t){this.touchSelect(t)?this.onContainerMouseMove(t):this.touch(t)},t.prototype.onContainerTouchStart=function(t){this.touchSelect(t)?this.onContainerMouseDown(t):(this.zoomOption(t),this.touch(t,!0))},t.prototype.onDocumentMouseMove=function(t){var e=this.chart,n=this.chartPosition;t=this.normalize(t,n);var i=e.tooltip;!n||i&&i.isStickyOnContact()||e.isInsidePlot(t.chartX-e.plotLeft,t.chartY-e.plotTop,{visiblePlotOnly:!0})||this.inClass(t.target,"highcharts-tracker")||this.reset()},t.prototype.onDocumentMouseUp=function(e){var n=o[b(t.hoverChartIndex,-1)];n&&n.pointer.drop(e)},t.prototype.pinch=function(t){var e=this,n=e.chart,i=e.pinchDown,r=t.touches||[],o=r.length,s=e.lastValidTouch,l=e.hasZoom,d={},c=1===o&&(e.inClass(t.target,"highcharts-tracker")&&n.runTrackerClick||e.runChartClick),h={},f=e.selectionMarker;1<o?e.initiated=!0:1===o&&this.followTouchMove&&(e.initiated=!1),l&&e.initiated&&!c&&!1!==t.cancelable&&t.preventDefault(),[].map.call(r,(function(t){return e.normalize(t)})),"touchstart"===t.type?([].forEach.call(r,(function(t,e){i[e]={chartX:t.chartX,chartY:t.chartY}})),s.x=[i[0].chartX,i[1]&&i[1].chartX],s.y=[i[0].chartY,i[1]&&i[1].chartY],n.axes.forEach((function(t){if(t.zoomEnabled){var e=n.bounds[t.horiz?"h":"v"],i=t.minPixelPadding,r=t.toPixels(Math.min(b(t.options.min,t.dataMin),t.dataMin)),o=t.toPixels(Math.max(b(t.options.max,t.dataMax),t.dataMax)),a=Math.max(r,o);e.min=Math.min(t.pos,Math.min(r,o)-i),e.max=Math.max(t.pos+t.len,a+i)}})),e.res=!0):e.followTouchMove&&1===o?this.runPointActions(e.normalize(t)):i.length&&(p(n,"touchpan",{originalEvent:t},(function(){f||(e.selectionMarker=f=u({destroy:a,touch:!0},n.plotBox)),e.pinchTranslate(i,r,d,f,h,s),e.hasPinched=l,e.scaleGroups(d,h)})),e.res&&(e.res=!1,this.reset(!1,0)))},t.prototype.pinchTranslate=function(t,e,n,i,r,o){this.zoomHor&&this.pinchTranslateDirection(!0,t,e,n,i,r,o),this.zoomVert&&this.pinchTranslateDirection(!1,t,e,n,i,r,o)},t.prototype.pinchTranslateDirection=function(t,e,n,i,r,o,a,s){var l=this.chart,d=t?"x":"y",c=t?"X":"Y",u="chart"+c,h=t?"width":"height",p=l["plot"+(t?"Left":"Top")],f=l.inverted,g=l.bounds[t?"h":"v"],m=1===e.length,v=e[0][u],b=!m&&e[1][u];e=function(){"number"==typeof w&&20<Math.abs(v-b)&&(_=s||Math.abs(O-w)/Math.abs(v-b)),x=(p-O)/_+v,y=l["plot"+(t?"Width":"Height")]/_};var y,x,_=s||1,O=n[0][u],w=!m&&n[1][u];if(e(),(n=x)<g.min){n=g.min;var $=!0}else n+y>g.max&&(n=g.max-y,$=!0);$?(O-=.8*(O-a[d][0]),"number"==typeof w&&(w-=.8*(w-a[d][1])),e()):a[d]=[O,w],f||(o[d]=x-p,o[h]=y),o=f?1/_:_,r[h]=y,r[d]=n,i[f?t?"scaleY":"scaleX":"scale"+c]=_,i["translate"+c]=o*p+(O-o*v)},t.prototype.reset=function(t,e){var n=this.chart,i=n.hoverSeries,r=n.hoverPoint,o=n.hoverPoints,a=n.tooltip,s=a&&a.shared?o:r;t&&s&&y(s).forEach((function(e){e.series.isCartesian&&void 0===e.plotX&&(t=!1)})),t?a&&s&&y(s).length&&(a.refresh(s),a.shared&&o?o.forEach((function(t){t.setState(t.state,!0),t.series.isCartesian&&(t.series.xAxis.crosshair&&t.series.xAxis.drawCrosshair(null,t),t.series.yAxis.crosshair&&t.series.yAxis.drawCrosshair(null,t))})):r&&(r.setState(r.state,!0),n.axes.forEach((function(t){t.crosshair&&r.series[t.coll]===t&&t.drawCrosshair(null,r)})))):(r&&r.onMouseOut(),o&&o.forEach((function(t){t.setState()})),i&&i.onMouseOut(),a&&a.hide(e),this.unDocMouseMove&&(this.unDocMouseMove=this.unDocMouseMove()),n.axes.forEach((function(t){t.hideCrosshair()})),this.hoverX=n.hoverPoints=n.hoverPoint=null)},t.prototype.runPointActions=function(e,n){var i=this.chart,r=i.tooltip&&i.tooltip.options.enabled?i.tooltip:void 0,a=!!r&&r.shared,l=n||i.hoverPoint,d=l&&l.series||i.hoverSeries;l=(n=this.getHoverData(l,d,i.series,(!e||"touchmove"!==e.type)&&(!!n||d&&d.directTouch&&this.isDirectTouch),a,e)).hoverPoint,d=n.hoverSeries;var c=n.hoverPoints;if(n=d&&d.tooltipOptions.followPointer&&!d.tooltipOptions.split,a=a&&d&&!d.noSharedTooltip,l&&(l!==i.hoverPoint||r&&r.isHidden)){if((i.hoverPoints||[]).forEach((function(t){-1===c.indexOf(t)&&t.setState()})),i.hoverSeries!==d&&d.onMouseOver(),this.applyInactiveState(c),(c||[]).forEach((function(t){t.setState("hover")})),i.hoverPoint&&i.hoverPoint.firePointEvent("mouseOut"),!l.series)return;i.hoverPoints=c,i.hoverPoint=l,l.firePointEvent("mouseOver"),r&&r.refresh(a?c:l,e)}else n&&r&&!r.isHidden&&(l=r.getAnchor([{}],e),i.isInsidePlot(l[0],l[1],{visiblePlotOnly:!0})&&r.updatePosition({plotX:l[0],plotY:l[1]}));this.unDocMouseMove||(this.unDocMouseMove=s(i.container.ownerDocument,"mousemove",(function(e){var n=o[t.hoverChartIndex];n&&n.pointer.onDocumentMouseMove(e)})),this.eventsToUnbind.push(this.unDocMouseMove)),i.axes.forEach((function(t){var n,r=b((t.crosshair||{}).snap,!0);r&&((n=i.hoverPoint)&&n.series[t.coll]===t||(n=h(c,(function(e){return e.series[t.coll]===t})))),n||!r?t.drawCrosshair(e,n):t.hideCrosshair()}))},t.prototype.scaleGroups=function(t,e){var n=this.chart;n.series.forEach((function(i){var r=t||i.getPlotBox();i.group&&(i.xAxis&&i.xAxis.zoomEnabled||n.mapView)&&(i.group.attr(r),i.markerGroup&&(i.markerGroup.attr(r),i.markerGroup.clip(e?n.clipRect:null)),i.dataLabelsGroup&&i.dataLabelsGroup.attr(r))})),n.clipRect.attr(e||n.clipBox)},t.prototype.setDOMEvents=function(){var n=this,i=this.chart.container,r=i.ownerDocument;i.onmousedown=this.onContainerMouseDown.bind(this),i.onmousemove=this.onContainerMouseMove.bind(this),i.onclick=this.onContainerClick.bind(this),this.eventsToUnbind.push(s(i,"mouseenter",this.onContainerMouseEnter.bind(this))),this.eventsToUnbind.push(s(i,"mouseleave",this.onContainerMouseLeave.bind(this))),t.unbindDocumentMouseUp||(t.unbindDocumentMouseUp=s(r,"mouseup",this.onDocumentMouseUp.bind(this)));for(var o=this.chart.renderTo.parentElement;o&&"BODY"!==o.tagName;)this.eventsToUnbind.push(s(o,"scroll",(function(){delete n.chartPosition}))),o=o.parentElement;e.hasTouch&&(this.eventsToUnbind.push(s(i,"touchstart",this.onContainerTouchStart.bind(this),{passive:!1})),this.eventsToUnbind.push(s(i,"touchmove",this.onContainerTouchMove.bind(this),{passive:!1})),t.unbindDocumentTouchEnd||(t.unbindDocumentTouchEnd=s(r,"touchend",this.onDocumentTouchEnd.bind(this),{passive:!1})))},t.prototype.setHoverChartIndex=function(){var n=this.chart,i=e.charts[b(t.hoverChartIndex,-1)];i&&i!==n&&i.pointer.onContainerMouseLeave({relatedTarget:!0}),i&&i.mouseIsDown||(t.hoverChartIndex=n.index)},t.prototype.touch=function(t,e){var n=this.chart;if(this.setHoverChartIndex(),1===t.touches.length)if(t=this.normalize(t),n.isInsidePlot(t.chartX-n.plotLeft,t.chartY-n.plotTop,{visiblePlotOnly:!0})&&!n.openMenu){if(e&&this.runPointActions(t),"touchmove"===t.type)var i=!!(e=this.pinchDown)[0]&&4<=Math.sqrt(Math.pow(e[0].chartX-t.chartX,2)+Math.pow(e[0].chartY-t.chartY,2));b(i,!0)&&this.pinch(t)}else e&&this.reset();else 2===t.touches.length&&this.pinch(t)},t.prototype.touchSelect=function(t){return!(!this.chart.options.chart.zoomBySingleTouch||!t.touches||1!==t.touches.length)},t.prototype.zoomOption=function(t){var e=this.chart,n=e.options.chart;e=e.inverted;var i=n.zoomType||"";/touch/.test(t.type)&&(i=b(n.pinchType,i)),this.zoomX=t=/x/.test(i),this.zoomY=n=/y/.test(i),this.zoomHor=t&&!e||n&&e,this.zoomVert=n&&!e||t&&e,this.hasZoom=t||n},t}()})),e(n,"Core/MSPointer.js",[n["Core/Globals.js"],n["Core/Pointer.js"],n["Core/Utilities.js"]],(function(t,e,n){function i(){var t=[];return t.item=function(t){return this[t]},h(f,(function(e){t.push({pageX:e.pageX,pageY:e.pageY,target:e.target})})),t}function r(t,n,r,o){var s=a[e.hoverChartIndex||NaN];"touch"!==t.pointerType&&t.pointerType!==t.MSPOINTER_TYPE_TOUCH||!s||(s=s.pointer,o(t),s[n]({type:r,target:t.currentTarget,preventDefault:l,touches:i()}))}var o=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),a=t.charts,s=t.doc,l=t.noop,d=t.win,c=n.addEvent,u=n.css,h=n.objectEach,p=n.removeEvent,f={},g=!!d.PointerEvent;return function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return o(n,e),n.isRequired=function(){return!(t.hasTouch||!d.PointerEvent&&!d.MSPointerEvent)},n.prototype.batchMSEvents=function(t){t(this.chart.container,g?"pointerdown":"MSPointerDown",this.onContainerPointerDown),t(this.chart.container,g?"pointermove":"MSPointerMove",this.onContainerPointerMove),t(s,g?"pointerup":"MSPointerUp",this.onDocumentPointerUp)},n.prototype.destroy=function(){this.batchMSEvents(p),e.prototype.destroy.call(this)},n.prototype.init=function(t,n){e.prototype.init.call(this,t,n),this.hasZoom&&u(t.container,{"-ms-touch-action":"none","touch-action":"none"})},n.prototype.onContainerPointerDown=function(t){r(t,"onContainerTouchStart","touchstart",(function(t){f[t.pointerId]={pageX:t.pageX,pageY:t.pageY,target:t.currentTarget}}))},n.prototype.onContainerPointerMove=function(t){r(t,"onContainerTouchMove","touchmove",(function(t){f[t.pointerId]={pageX:t.pageX,pageY:t.pageY},f[t.pointerId].target||(f[t.pointerId].target=t.currentTarget)}))},n.prototype.onDocumentPointerUp=function(t){r(t,"onDocumentTouchEnd","touchend",(function(t){delete f[t.pointerId]}))},n.prototype.setDOMEvents=function(){e.prototype.setDOMEvents.call(this),(this.hasZoom||this.followTouchMove)&&this.batchMSEvents(c)},n}(e)})),e(n,"Core/Legend/Legend.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/FormatUtilities.js"],n["Core/Globals.js"],n["Core/Series/Point.js"],n["Core/Renderer/RendererUtilities.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o){var a=t.animObject,s=t.setAnimation,l=e.format;t=n.isFirefox;var d=n.marginNames;n=n.win;var c=r.distribute,u=o.addEvent,h=o.createElement,p=o.css,f=o.defined,g=o.discardElement,m=o.find,v=o.fireEvent,b=o.isNumber,y=o.merge,x=o.pick,_=o.relativeLength,O=o.stableSort,w=o.syncTimeout;return r=o.wrap,o=function(){function t(t,e){this.allItems=[],this.contentGroup=this.box=void 0,this.display=!1,this.group=void 0,this.offsetWidth=this.maxLegendWidth=this.maxItemWidth=this.legendWidth=this.legendHeight=this.lastLineHeight=this.lastItemY=this.itemY=this.itemX=this.itemMarginTop=this.itemMarginBottom=this.itemHeight=this.initialItemY=0,this.options={},this.padding=0,this.pages=[],this.proximate=!1,this.scrollGroup=void 0,this.widthOption=this.totalItemWidth=this.titleHeight=this.symbolWidth=this.symbolHeight=0,this.chart=t,this.init(t,e)}return t.prototype.init=function(t,e){this.chart=t,this.setOptions(e),e.enabled&&(this.render(),u(this.chart,"endResize",(function(){this.legend.positionCheckboxes()})),this.proximate?this.unchartrender=u(this.chart,"render",(function(){this.legend.proximatePositions(),this.legend.positionItems()})):this.unchartrender&&this.unchartrender())},t.prototype.setOptions=function(t){var e=x(t.padding,8);this.options=t,this.chart.styledMode||(this.itemStyle=t.itemStyle,this.itemHiddenStyle=y(this.itemStyle,t.itemHiddenStyle)),this.itemMarginTop=t.itemMarginTop||0,this.itemMarginBottom=t.itemMarginBottom||0,this.padding=e,this.initialItemY=e-5,this.symbolWidth=x(t.symbolWidth,16),this.pages=[],this.proximate="proximate"===t.layout&&!this.chart.inverted,this.baseline=void 0},t.prototype.update=function(t,e){var n=this.chart;this.setOptions(y(!0,this.options,t)),this.destroy(),n.isDirtyLegend=n.isDirtyBox=!0,x(e,!0)&&n.redraw(),v(this,"afterUpdate")},t.prototype.colorizeItem=function(t,e){if(t.legendGroup[e?"removeClass":"addClass"]("highcharts-legend-item-hidden"),!this.chart.styledMode){var n=this.options,i=t.legendItem,r=t.legendLine,o=t.legendSymbol,a=this.itemHiddenStyle.color;n=e?n.itemStyle.color:a;var s=e&&t.color||a,l=t.options&&t.options.marker,d={fill:s};i&&i.css({fill:n,color:n}),r&&r.attr({stroke:s}),o&&(l&&o.isMarker&&(d=t.pointAttribs(),e||(d.stroke=d.fill=a)),o.attr(d))}v(this,"afterColorizeItem",{item:t,visible:e})},t.prototype.positionItems=function(){this.allItems.forEach(this.positionItem,this),this.chart.isResizing||this.positionCheckboxes()},t.prototype.positionItem=function(t){var e=this,n=this.options,i=n.symbolPadding,r=!n.rtl,o=t._legendItemPos;n=o[0],o=o[1];var a=t.checkbox,s=t.legendGroup;s&&s.element&&(i={translateX:r?n:this.legendWidth-n-2*i-4,translateY:o},r=function(){v(e,"afterPositionItem",{item:t})},f(s.translateY)?s.animate(i,void 0,r):(s.attr(i),r())),a&&(a.x=n,a.y=o)},t.prototype.destroyItem=function(t){var e=t.checkbox;["legendItem","legendLine","legendSymbol","legendGroup"].forEach((function(e){t[e]&&(t[e]=t[e].destroy())})),e&&g(t.checkbox)},t.prototype.destroy=function(){function t(t){this[t]&&(this[t]=this[t].destroy())}this.getAllItems().forEach((function(e){["legendItem","legendGroup"].forEach(t,e)})),"clipRect up down pager nav box title group".split(" ").forEach(t,this),this.display=null},t.prototype.positionCheckboxes=function(){var t=this.group&&this.group.alignAttr,e=this.clipHeight||this.legendHeight,n=this.titleHeight;if(t){var i=t.translateY;this.allItems.forEach((function(r){var o=r.checkbox;if(o){var a=i+n+o.y+(this.scrollOffset||0)+3;p(o,{left:t.translateX+r.checkboxOffset+o.x-20+"px",top:a+"px",display:this.proximate||a>i-6&&a<i+e-6?"":"none"})}}),this)}},t.prototype.renderTitle=function(){var t=this.options,e=this.padding,n=t.title,i=0;n.text&&(this.title||(this.title=this.chart.renderer.label(n.text,e-3,e-4,null,null,null,t.useHTML,null,"legend-title").attr({zIndex:1}),this.chart.styledMode||this.title.css(n.style),this.title.add(this.group)),n.width||this.title.css({width:this.maxLegendWidth+"px"}),i=(t=this.title.getBBox()).height,this.offsetWidth=t.width,this.contentGroup.attr({translateY:i})),this.titleHeight=i},t.prototype.setText=function(t){var e=this.options;t.legendItem.attr({text:e.labelFormat?l(e.labelFormat,t,this.chart):e.labelFormatter.call(t)})},t.prototype.renderItem=function(t){var e=this.chart,n=e.renderer,i=this.options,r=this.symbolWidth,o=i.symbolPadding||0,a=this.itemStyle,s=this.itemHiddenStyle,l="horizontal"===i.layout?x(i.itemDistance,20):0,d=!i.rtl,c=!t.series,u=!c&&t.series.drawLegendSymbol?t.series:t,h=u.options,p=this.createCheckboxForItem&&h&&h.showCheckbox,f=i.useHTML,g=t.options.className,m=t.legendItem;h=r+o+l+(p?20:0),m||(t.legendGroup=n.g("legend-item").addClass("highcharts-"+u.type+"-series highcharts-color-"+t.colorIndex+(g?" "+g:"")+(c?" highcharts-series-"+t.index:"")).attr({zIndex:1}).add(this.scrollGroup),t.legendItem=m=n.text("",d?r+o:-o,this.baseline||0,f),e.styledMode||m.css(y(t.visible?a:s)),m.attr({align:d?"left":"right",zIndex:2}).add(t.legendGroup),this.baseline||(this.fontMetrics=n.fontMetrics(e.styledMode?12:a.fontSize,m),this.baseline=this.fontMetrics.f+3+this.itemMarginTop,m.attr("y",this.baseline),this.symbolHeight=i.symbolHeight||this.fontMetrics.f,i.squareSymbol&&(this.symbolWidth=x(i.symbolWidth,Math.max(this.symbolHeight,16)),h=this.symbolWidth+o+l+(p?20:0),d&&m.attr("x",this.symbolWidth+o))),u.drawLegendSymbol(this,t),this.setItemEvents&&this.setItemEvents(t,m,f)),p&&!t.checkbox&&this.createCheckboxForItem&&this.createCheckboxForItem(t),this.colorizeItem(t,t.visible),!e.styledMode&&a.width||m.css({width:(i.itemWidth||this.widthOption||e.spacingBox.width)-h+"px"}),this.setText(t),e=m.getBBox(),n=this.fontMetrics&&this.fontMetrics.h||0,t.itemWidth=t.checkboxOffset=i.itemWidth||t.legendItemWidth||e.width+h,this.maxItemWidth=Math.max(this.maxItemWidth,t.itemWidth),this.totalItemWidth+=t.itemWidth,this.itemHeight=t.itemHeight=Math.round(t.legendItemHeight||(e.height>1.5*n?e.height:n))},t.prototype.layoutItem=function(t){var e=this.options,n=this.padding,i="horizontal"===e.layout,r=t.itemHeight,o=this.itemMarginBottom,a=this.itemMarginTop,s=i?x(e.itemDistance,20):0,l=this.maxLegendWidth;e=e.alignColumns&&this.totalItemWidth>l?this.maxItemWidth:t.itemWidth,i&&this.itemX-n+e>l&&(this.itemX=n,this.lastLineHeight&&(this.itemY+=a+this.lastLineHeight+o),this.lastLineHeight=0),this.lastItemY=a+this.itemY+o,this.lastLineHeight=Math.max(r,this.lastLineHeight),t._legendItemPos=[this.itemX,this.itemY],i?this.itemX+=e:(this.itemY+=a+r+o,this.lastLineHeight=r),this.offsetWidth=this.widthOption||Math.max((i?this.itemX-n-(t.checkbox?0:s):e)+n,this.offsetWidth)},t.prototype.getAllItems=function(){var t=[];return this.chart.series.forEach((function(e){var n=e&&e.options;e&&x(n.showInLegend,!f(n.linkedTo)&&void 0,!0)&&(t=t.concat(e.legendItems||("point"===n.legendType?e.data:e)))})),v(this,"afterGetAllItems",{allItems:t}),t},t.prototype.getAlignment=function(){var t=this.options;return this.proximate?t.align.charAt(0)+"tv":t.floating?"":t.align.charAt(0)+t.verticalAlign.charAt(0)+t.layout.charAt(0)},t.prototype.adjustMargins=function(t,e){var n=this.chart,i=this.options,r=this.getAlignment();r&&[/(lth|ct|rth)/,/(rtv|rm|rbv)/,/(rbh|cb|lbh)/,/(lbv|lm|ltv)/].forEach((function(o,a){o.test(r)&&!f(t[a])&&(n[d[a]]=Math.max(n[d[a]],n.legend[(a+1)%2?"legendHeight":"legendWidth"]+[1,-1,-1,1][a]*i[a%2?"x":"y"]+x(i.margin,12)+e[a]+(n.titleOffset[a]||0)))}))},t.prototype.proximatePositions=function(){var t=this.chart,e=[],n="left"===this.options.align;this.allItems.forEach((function(i){var r,o=n;if(i.yAxis){i.xAxis.options.reversed&&(o=!o),i.points&&(r=m(o?i.points:i.points.slice(0).reverse(),(function(t){return b(t.plotY)}))),o=this.itemMarginTop+i.legendItem.getBBox().height+this.itemMarginBottom;var a=i.yAxis.top-t.plotTop;i.visible?(r=r?r.plotY:i.yAxis.height,r+=a-.3*o):r=a+i.yAxis.height,e.push({target:r,size:o,item:i})}}),this),c(e,t.plotHeight).forEach((function(e){e.item._legendItemPos&&(e.item._legendItemPos[1]=t.plotTop-t.spacing[0]+e.pos)}))},t.prototype.render=function(){var t=this.chart,e=t.renderer,n=this.options,i=this.padding,r=this.getAllItems(),o=this.group,a=this.box;this.itemX=i,this.itemY=this.initialItemY,this.lastItemY=this.offsetWidth=0,this.widthOption=_(n.width,t.spacingBox.width-i);var s=t.spacingBox.width-2*i-n.x;-1<["rm","lm"].indexOf(this.getAlignment().substring(0,2))&&(s/=2),this.maxLegendWidth=this.widthOption||s,o||(this.group=o=e.g("legend").addClass(n.className||"").attr({zIndex:7}).add(),this.contentGroup=e.g().attr({zIndex:1}).add(o),this.scrollGroup=e.g().add(this.contentGroup)),this.renderTitle(),O(r,(function(t,e){return(t.options&&t.options.legendIndex||0)-(e.options&&e.options.legendIndex||0)})),n.reversed&&r.reverse(),this.allItems=r,this.display=s=!!r.length,this.itemHeight=this.totalItemWidth=this.maxItemWidth=this.lastLineHeight=0,r.forEach(this.renderItem,this),r.forEach(this.layoutItem,this),r=(this.widthOption||this.offsetWidth)+i;var l=this.lastItemY+this.lastLineHeight+this.titleHeight;l=this.handleOverflow(l),l+=i,a||(this.box=a=e.rect().addClass("highcharts-legend-box").attr({r:n.borderRadius}).add(o),a.isNew=!0),t.styledMode||a.attr({stroke:n.borderColor,"stroke-width":n.borderWidth||0,fill:n.backgroundColor||"none"}).shadow(n.shadow),0<r&&0<l&&(a[a.isNew?"attr":"animate"](a.crisp.call({},{x:0,y:0,width:r,height:l},a.strokeWidth())),a.isNew=!1),a[s?"show":"hide"](),t.styledMode&&"none"===o.getStyle("display")&&(r=l=0),this.legendWidth=r,this.legendHeight=l,s&&this.align(),this.proximate||this.positionItems(),v(this,"afterRender")},t.prototype.align=function(t){void 0===t&&(t=this.chart.spacingBox);var e=this.chart,n=this.options,i=t.y;/(lth|ct|rth)/.test(this.getAlignment())&&0<e.titleOffset[0]?i+=e.titleOffset[0]:/(lbh|cb|rbh)/.test(this.getAlignment())&&0<e.titleOffset[2]&&(i-=e.titleOffset[2]),i!==t.y&&(t=y(t,{y:i})),this.group.align(y(n,{width:this.legendWidth,height:this.legendHeight,verticalAlign:this.proximate?"top":n.verticalAlign}),!0,t)},t.prototype.handleOverflow=function(t){var e,n,i=this,r=this.chart,o=r.renderer,a=this.options,s=a.y,l="top"===a.verticalAlign,d=this.padding,c=a.maxHeight,u=a.navigation,h=x(u.animation,!0),p=u.arrowSize||12,f=this.pages,g=this.allItems,m=function(t){"number"==typeof t?y.attr({height:t}):y&&(i.clipRect=y.destroy(),i.contentGroup.clip()),i.contentGroup.div&&(i.contentGroup.div.style.clip=t?"rect("+d+"px,9999px,"+(d+t)+"px,0)":"auto")},v=function(t){return i[t]=o.circle(0,0,1.3*p).translate(p/2,p/2).add(b),r.styledMode||i[t].attr("fill","rgba(0,0,0,0.0001)"),i[t]};s=r.spacingBox.height+(l?-s:s)-d;var b=this.nav,y=this.clipRect;return"horizontal"!==a.layout||"middle"===a.verticalAlign||a.floating||(s/=2),c&&(s=Math.min(s,c)),f.length=0,t&&0<s&&t>s&&!1!==u.enabled?(this.clipHeight=e=Math.max(s-20-this.titleHeight-d,0),this.currentPage=x(this.currentPage,1),this.fullHeight=t,g.forEach((function(t,i){var r=t._legendItemPos[1],o=Math.round(t.legendItem.getBBox().height),a=f.length;(!a||r-f[a-1]>e&&(n||r)!==f[a-1])&&(f.push(n||r),a++),t.pageIx=a-1,n&&(g[i-1].pageIx=a-1),i===g.length-1&&r+o-f[a-1]>e&&o<=e&&(f.push(r),t.pageIx=a),r!==n&&(n=r)})),y||(y=i.clipRect=o.clipRect(0,d,9999,0),i.contentGroup.clip(y)),m(e),b||(this.nav=b=o.g().attr({zIndex:1}).add(this.group),this.up=o.symbol("triangle",0,0,p,p).add(b),v("upTracker").on("click",(function(){i.scroll(-1,h)})),this.pager=o.text("",15,10).addClass("highcharts-legend-navigation"),r.styledMode||this.pager.css(u.style),this.pager.add(b),this.down=o.symbol("triangle-down",0,0,p,p).add(b),v("downTracker").on("click",(function(){i.scroll(1,h)}))),i.scroll(0),t=s):b&&(m(),this.nav=b.destroy(),this.scrollGroup.attr({translateY:1}),this.clipHeight=0),t},t.prototype.scroll=function(t,e){var n=this,i=this.chart,r=this.pages,o=r.length,l=this.clipHeight,d=this.options.navigation,c=this.pager,u=this.padding,h=this.currentPage+t;h>o&&(h=o),0<h&&(void 0!==e&&s(e,i),this.nav.attr({translateX:u,translateY:l+this.padding+7+this.titleHeight,visibility:"visible"}),[this.up,this.upTracker].forEach((function(t){t.attr({class:1===h?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})})),c.attr({text:h+"/"+o}),[this.down,this.downTracker].forEach((function(t){t.attr({x:18+this.pager.getBBox().width,class:h===o?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})}),this),i.styledMode||(this.up.attr({fill:1===h?d.inactiveColor:d.activeColor}),this.upTracker.css({cursor:1===h?"default":"pointer"}),this.down.attr({fill:h===o?d.inactiveColor:d.activeColor}),this.downTracker.css({cursor:h===o?"default":"pointer"})),this.scrollOffset=-r[h-1]+this.initialItemY,this.scrollGroup.animate({translateY:this.scrollOffset}),this.currentPage=h,this.positionCheckboxes(),t=a(x(e,i.renderer.globalAnimation,!0)),w((function(){v(n,"afterScroll",{currentPage:h})}),t.duration))},t.prototype.setItemEvents=function(t,e,n){var r=this,o=r.chart.renderer.boxWrapper,a=t instanceof i,s="highcharts-legend-"+(a?"point":"series")+"-active",l=r.chart.styledMode,d=function(e){r.allItems.forEach((function(n){t!==n&&[n].concat(n.linkedSeries||[]).forEach((function(t){t.setState(e,!a)}))}))};(n?[e,t.legendSymbol]:[t.legendGroup]).forEach((function(n){n&&n.on("mouseover",(function(){t.visible&&d("inactive"),t.setState("hover"),t.visible&&o.addClass(s),l||e.css(r.options.itemHoverStyle)})).on("mouseout",(function(){r.chart.styledMode||e.css(y(t.visible?r.itemStyle:r.itemHiddenStyle)),d(""),o.removeClass(s),t.setState()})).on("click",(function(e){var n=function(){t.setVisible&&t.setVisible(),d(t.visible?"inactive":"")};o.removeClass(s),e={browserEvent:e},t.firePointEvent?t.firePointEvent("legendItemClick",e,n):v(t,"legendItemClick",e,n)}))}))},t.prototype.createCheckboxForItem=function(t){t.checkbox=h("input",{type:"checkbox",className:"highcharts-legend-checkbox",checked:t.selected,defaultChecked:t.selected},this.options.itemCheckboxStyle,this.chart.container),u(t.checkbox,"click",(function(e){v(t.series||t,"checkboxClick",{checked:e.target.checked,item:t},(function(){t.select()}))}))},t}(),(/Trident\/7\.0/.test(n.navigator&&n.navigator.userAgent)||t)&&r(o.prototype,"positionItem",(function(t,e){var n=this,i=function(){e._legendItemPos&&t.call(n,e)};i(),n.bubbleLegend||setTimeout(i)})),o})),e(n,"Core/Series/SeriesRegistry.js",[n["Core/Globals.js"],n["Core/DefaultOptions.js"],n["Core/Series/Point.js"],n["Core/Utilities.js"]],(function(t,e,n,i){var r,o=e.defaultOptions,a=i.error,s=i.extendClass,l=i.merge;return function(e){function i(t,i){var r=o.plotOptions||{},a=i.defaultOptions;i.prototype.pointClass||(i.prototype.pointClass=n),i.prototype.type=t,a&&(r[t]=a),e.seriesTypes[t]=i}e.seriesTypes=t.seriesTypes,e.getSeries=function(t,n){void 0===n&&(n={});var i=t.options.chart;i=n.type||i.type||i.defaultSeriesType||"";var r=e.seriesTypes[i];return e||a(17,!0,t,{missingModuleFor:i}),"function"==typeof(i=new r).init&&i.init(t,n),i},e.registerSeriesType=i,e.seriesType=function(t,r,a,d,c){var u=o.plotOptions||{};return r=r||"",u[t]=l(u[r],a),i(t,s(e.seriesTypes[r]||function(){},d)),e.seriesTypes[t].prototype.type=t,c&&(e.seriesTypes[t].prototype.pointClass=s(n,c)),e.seriesTypes[t]}}(r||(r={})),r})),e(n,"Core/Chart/Chart.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/Axis.js"],n["Core/FormatUtilities.js"],n["Core/Foundation.js"],n["Core/Globals.js"],n["Core/Legend/Legend.js"],n["Core/MSPointer.js"],n["Core/DefaultOptions.js"],n["Core/Pointer.js"],n["Core/Renderer/RendererRegistry.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Renderer/SVG/SVGRenderer.js"],n["Core/Time.js"],n["Core/Utilities.js"],n["Core/Renderer/HTML/AST.js"]],(function(t,e,n,i,r,o,a,s,l,d,c,u,h,p,f){var g=t.animate,m=t.animObject,v=t.setAnimation,b=n.numberFormat,y=i.registerEventOptions,x=r.charts,_=r.doc,O=r.marginNames,w=r.svg,$=r.win,C=s.defaultOptions,k=s.defaultTime,S=c.seriesTypes,j=p.addEvent,E=p.attr,M=p.cleanRecursively,A=p.createElement,P=p.css,T=p.defined,L=p.discardElement,D=p.erase,I=p.error,N=p.extend,R=p.find,F=p.fireEvent,B=p.getStyle,z=p.isArray,H=p.isNumber,W=p.isObject,Y=p.isString,U=p.merge,G=p.objectEach,V=p.pick,X=p.pInt,q=p.relativeLength,K=p.removeEvent,Z=p.splat,J=p.syncTimeout,Q=p.uniqueKey;return t=function(){function t(t,e,n){this.series=this.renderTo=this.renderer=this.pointer=this.pointCount=this.plotWidth=this.plotTop=this.plotLeft=this.plotHeight=this.plotBox=this.options=this.numberFormatter=this.margin=this.legend=this.labelCollectors=this.isResizing=this.index=this.eventOptions=this.container=this.colorCounter=this.clipBox=this.chartWidth=this.chartHeight=this.bounds=this.axisOffset=this.axes=void 0,this.sharedClips={},this.yAxis=this.xAxis=this.userOptions=this.titleOffset=this.time=this.symbolCounter=this.spacingBox=this.spacing=void 0,this.getArgs(t,e,n)}return t.chart=function(e,n,i){return new t(e,n,i)},t.prototype.getArgs=function(t,e,n){Y(t)||t.nodeName?(this.renderTo=t,this.init(e,n)):this.init(t,e)},t.prototype.init=function(t,e){var n=t.plotOptions||{};F(this,"init",{args:arguments},(function(){var i=U(C,t),o=i.chart;G(i.plotOptions,(function(t,e){W(t)&&(t.tooltip=n[e]&&U(n[e].tooltip)||void 0)})),i.tooltip.userOptions=t.chart&&t.chart.forExport&&t.tooltip.userOptions||t.tooltip,this.userOptions=t,this.margin=[],this.spacing=[],this.bounds={h:{},v:{}},this.labelCollectors=[],this.callback=e,this.isResizing=0,this.options=i,this.axes=[],this.series=[],this.time=t.time&&Object.keys(t.time).length?new h(t.time):r.time,this.numberFormatter=o.numberFormatter||b,this.styledMode=o.styledMode,this.hasCartesianSeries=o.showAxes,this.index=x.length,x.push(this),r.chartCount++,y(this,o),this.xAxis=[],this.yAxis=[],this.pointCount=this.colorCounter=this.symbolCounter=0,F(this,"afterInit"),this.firstRender()}))},t.prototype.initSeries=function(t){var e=this.options.chart;e=t.type||e.type||e.defaultSeriesType;var n=S[e];return n||I(17,!0,this,{missingModuleFor:e}),"function"==typeof(e=new n).init&&e.init(this,t),e},t.prototype.setSeriesData=function(){this.getSeriesOrderByLinks().forEach((function(t){t.points||t.data||!t.enabledDataSorting||t.setData(t.options.data,!1)}))},t.prototype.getSeriesOrderByLinks=function(){return this.series.concat().sort((function(t,e){return t.linkedSeries.length||e.linkedSeries.length?e.linkedSeries.length-t.linkedSeries.length:0}))},t.prototype.orderSeries=function(t){var e=this.series;t=t||0;for(var n=e.length;t<n;++t)e[t]&&(e[t].index=t,e[t].name=e[t].getName())},t.prototype.isInsidePlot=function(t,e,n){void 0===n&&(n={});var i=this.inverted,r=this.plotBox,o=this.plotLeft,a=this.plotTop,s=this.scrollablePlotBox,l=0,d=0;n.visiblePlotOnly&&this.scrollingContainer&&(l=(d=this.scrollingContainer).scrollLeft,d=d.scrollTop);var c=n.series;if(r=n.visiblePlotOnly&&s||r,t={x:s=n.inverted?e:t,y:e=n.inverted?t:e,isInsidePlot:!0},!n.ignoreX){var u=c&&(i?c.yAxis:c.xAxis)||{pos:o,len:1/0};(s=n.paneCoordinates?u.pos+s:o+s)>=Math.max(l+o,u.pos)&&s<=Math.min(l+o+r.width,u.pos+u.len)||(t.isInsidePlot=!1)}return!n.ignoreY&&t.isInsidePlot&&(i=c&&(i?c.xAxis:c.yAxis)||{pos:a,len:1/0},(n=n.paneCoordinates?i.pos+e:a+e)>=Math.max(d+a,i.pos)&&n<=Math.min(d+a+r.height,i.pos+i.len)||(t.isInsidePlot=!1)),F(this,"afterIsInsidePlot",t),t.isInsidePlot},t.prototype.redraw=function(t){F(this,"beforeRedraw");var e=this.hasCartesianSeries?this.axes:this.colorAxis||[],n=this.series,i=this.pointer,r=this.legend,o=this.userOptions.legend,a=this.renderer,s=a.isHidden(),l=[],d=this.isDirtyBox,c=this.isDirtyLegend;for(this.setResponsive&&this.setResponsive(!1),v(!!this.hasRendered&&t,this),s&&this.temporaryDisplay(),this.layOutTitles(),t=n.length;t--;){var u=n[t];if(u.options.stacking||u.options.centerInCategory){var h=!0;if(u.isDirty){var p=!0;break}}}if(p)for(t=n.length;t--;)(u=n[t]).options.stacking&&(u.isDirty=!0);n.forEach((function(t){t.isDirty&&("point"===t.options.legendType?("function"==typeof t.updateTotals&&t.updateTotals(),c=!0):o&&(o.labelFormatter||o.labelFormat)&&(c=!0)),t.isDirtyData&&F(t,"updatedData")})),c&&r&&r.options.enabled&&(r.render(),this.isDirtyLegend=!1),h&&this.getStacks(),e.forEach((function(t){t.updateNames(),t.setScale()})),this.getMargins(),e.forEach((function(t){t.isDirty&&(d=!0)})),e.forEach((function(t){var e=t.min+","+t.max;t.extKey!==e&&(t.extKey=e,l.push((function(){F(t,"afterSetExtremes",N(t.eventArgs,t.getExtremes())),delete t.eventArgs}))),(d||h)&&t.redraw()})),d&&this.drawChartBox(),F(this,"predraw"),n.forEach((function(t){(d||t.isDirty)&&t.visible&&t.redraw(),t.isDirtyData=!1})),i&&i.reset(!0),a.draw(),F(this,"redraw"),F(this,"render"),s&&this.temporaryDisplay(!0),l.forEach((function(t){t.call()}))},t.prototype.get=function(t){function e(e){return e.id===t||e.options&&e.options.id===t}for(var n=this.series,i=R(this.axes,e)||R(this.series,e),r=0;!i&&r<n.length;r++)i=R(n[r].points||[],e);return i},t.prototype.getAxes=function(){var t=this,n=this.options,i=n.xAxis=Z(n.xAxis||{});n=n.yAxis=Z(n.yAxis||{}),F(this,"getAxes"),i.forEach((function(t,e){t.index=e,t.isX=!0})),n.forEach((function(t,e){t.index=e})),i.concat(n).forEach((function(n){new e(t,n)})),F(this,"afterGetAxes")},t.prototype.getSelectedPoints=function(){return this.series.reduce((function(t,e){return e.getPointsCollection().forEach((function(e){V(e.selectedStaging,e.selected)&&t.push(e)})),t}),[])},t.prototype.getSelectedSeries=function(){return this.series.filter((function(t){return t.selected}))},t.prototype.setTitle=function(t,e,n){this.applyDescription("title",t),this.applyDescription("subtitle",e),this.applyDescription("caption",void 0),this.layOutTitles(n)},t.prototype.applyDescription=function(t,e){var n=this,i="title"===t?{color:"#333333",fontSize:this.options.isStock?"16px":"18px"}:{color:"#666666"};i=this.options[t]=U(!this.styledMode&&{style:i},this.options[t],e);var r=this[t];r&&e&&(this[t]=r=r.destroy()),i&&!r&&((r=this.renderer.text(i.text,0,0,i.useHTML).attr({align:i.align,class:"highcharts-"+t,zIndex:i.zIndex||4}).add()).update=function(e){n[{title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"}[t]](e)},this.styledMode||r.css(i.style),this[t]=r)},t.prototype.layOutTitles=function(t){var e=[0,0,0],n=this.renderer,i=this.spacingBox;["title","subtitle","caption"].forEach((function(t){var r,o=this[t],a=this.options[t],s=a.verticalAlign||"top";if(t="title"===t?"top"===s?-3:0:"top"===s?e[0]+2:0,o){this.styledMode||(r=a.style&&a.style.fontSize),r=n.fontMetrics(r,o).b,o.css({width:(a.width||i.width+(a.widthAdjust||0))+"px"});var l=Math.round(o.getBBox(a.useHTML).height);o.align(N({y:"bottom"===s?r:t+r,height:l},a),!1,"spacingBox"),a.floating||("top"===s?e[0]=Math.ceil(e[0]+l):"bottom"===s&&(e[2]=Math.ceil(e[2]+l)))}}),this),e[0]&&"top"===(this.options.title.verticalAlign||"top")&&(e[0]+=this.options.title.margin),e[2]&&"bottom"===this.options.caption.verticalAlign&&(e[2]+=this.options.caption.margin);var r=!this.titleOffset||this.titleOffset.join(",")!==e.join(",");this.titleOffset=e,F(this,"afterLayOutTitles"),!this.isDirtyBox&&r&&(this.isDirtyBox=this.isDirtyLegend=r,this.hasRendered&&V(t,!0)&&this.isDirtyBox&&this.redraw())},t.prototype.getChartSize=function(){var t=this.options.chart,e=t.width;t=t.height;var n=this.renderTo;T(e)||(this.containerWidth=B(n,"width")),T(t)||(this.containerHeight=B(n,"height")),this.chartWidth=Math.max(0,e||this.containerWidth||600),this.chartHeight=Math.max(0,q(t,this.chartWidth)||(1<this.containerHeight?this.containerHeight:400))},t.prototype.temporaryDisplay=function(t){var e=this.renderTo;if(t)for(;e&&e.style;)e.hcOrigStyle&&(P(e,e.hcOrigStyle),delete e.hcOrigStyle),e.hcOrigDetached&&(_.body.removeChild(e),e.hcOrigDetached=!1),e=e.parentNode;else for(;e&&e.style&&(_.body.contains(e)||e.parentNode||(e.hcOrigDetached=!0,_.body.appendChild(e)),("none"===B(e,"display",!1)||e.hcOricDetached)&&(e.hcOrigStyle={display:e.style.display,height:e.style.height,overflow:e.style.overflow},t={display:"block",overflow:"hidden"},e!==this.renderTo&&(t.height=0),P(e,t),e.offsetWidth||e.style.setProperty("display","block","important")),(e=e.parentNode)!==_.body););},t.prototype.setClassName=function(t){this.container.className="highcharts-container "+(t||"")},t.prototype.getContainer=function(){var t,e=this.options,n=e.chart,i=Q(),r=this.renderTo;r||(this.renderTo=r=n.renderTo),Y(r)&&(this.renderTo=r=_.getElementById(r)),r||I(13,!0,this);var o=X(E(r,"data-highcharts-chart"));H(o)&&x[o]&&x[o].hasRendered&&x[o].destroy(),E(r,"data-highcharts-chart",this.index),r.innerHTML=f.emptyHTML,n.skipClone||r.offsetWidth||this.temporaryDisplay(),this.getChartSize(),o=this.chartWidth;var a=this.chartHeight;if(P(r,{overflow:"hidden"}),this.styledMode||(t=N({position:"relative",overflow:"hidden",width:o+"px",height:a+"px",textAlign:"left",lineHeight:"normal",zIndex:0,"-webkit-tap-highlight-color":"rgba(0,0,0,0)",userSelect:"none","touch-action":"manipulation",outline:"none"},n.style||{})),this.container=i=A("div",{id:i},t,r),this._cursor=i.style.cursor,this.renderer=new(n.renderer||!w?d.getRendererType(n.renderer):u)(i,o,a,void 0,n.forExport,e.exporting&&e.exporting.allowHTML,this.styledMode),v(void 0,this),this.setClassName(n.className),this.styledMode)for(var s in e.defs)this.renderer.definition(e.defs[s]);else this.renderer.setStyle(n.style);this.renderer.chartIndex=this.index,F(this,"afterGetContainer")},t.prototype.getMargins=function(t){var e=this.spacing,n=this.margin,i=this.titleOffset;this.resetMargins(),i[0]&&!T(n[0])&&(this.plotTop=Math.max(this.plotTop,i[0]+e[0])),i[2]&&!T(n[2])&&(this.marginBottom=Math.max(this.marginBottom,i[2]+e[2])),this.legend&&this.legend.display&&this.legend.adjustMargins(n,e),F(this,"getMargins"),t||this.getAxisMargins()},t.prototype.getAxisMargins=function(){var t=this,e=t.axisOffset=[0,0,0,0],n=t.colorAxis,i=t.margin,r=function(t){t.forEach((function(t){t.visible&&t.getOffset()}))};t.hasCartesianSeries?r(t.axes):n&&n.length&&r(n),O.forEach((function(n,r){T(i[r])||(t[n]+=e[r])})),t.setChartSize()},t.prototype.reflow=function(t){var e=this,n=e.options.chart,i=e.renderTo,r=T(n.width)&&T(n.height),o=n.width||B(i,"width");n=n.height||B(i,"height"),i=t?t.target:$,delete e.pointer.chartPosition,r||e.isPrinting||!o||!n||i!==$&&i!==_||(o===e.containerWidth&&n===e.containerHeight||(p.clearTimeout(e.reflowTimeout),e.reflowTimeout=J((function(){e.container&&e.setSize(void 0,void 0,!1)}),t?100:0)),e.containerWidth=o,e.containerHeight=n)},t.prototype.setReflow=function(t){var e=this;!1===t||this.unbindReflow?!1===t&&this.unbindReflow&&(this.unbindReflow=this.unbindReflow()):(this.unbindReflow=j($,"resize",(function(t){e.options&&e.reflow(t)})),j(this,"destroy",this.unbindReflow))},t.prototype.setSize=function(t,e,n){var i=this,r=i.renderer;i.isResizing+=1,v(n,i),n=r.globalAnimation,i.oldChartHeight=i.chartHeight,i.oldChartWidth=i.chartWidth,void 0!==t&&(i.options.chart.width=t),void 0!==e&&(i.options.chart.height=e),i.getChartSize(),i.styledMode||(n?g:P)(i.container,{width:i.chartWidth+"px",height:i.chartHeight+"px"},n),i.setChartSize(!0),r.setSize(i.chartWidth,i.chartHeight,n),i.axes.forEach((function(t){t.isDirty=!0,t.setScale()})),i.isDirtyLegend=!0,i.isDirtyBox=!0,i.layOutTitles(),i.getMargins(),i.redraw(n),i.oldChartHeight=null,F(i,"resize"),J((function(){i&&F(i,"endResize",null,(function(){--i.isResizing}))}),m(n).duration)},t.prototype.setChartSize=function(t){var e,n,i,r,o=this.inverted,a=this.renderer,s=this.chartWidth,l=this.chartHeight,d=this.options.chart,c=this.spacing,u=this.clipOffset;this.plotLeft=e=Math.round(this.plotLeft),this.plotTop=n=Math.round(this.plotTop),this.plotWidth=i=Math.max(0,Math.round(s-e-this.marginRight)),this.plotHeight=r=Math.max(0,Math.round(l-n-this.marginBottom)),this.plotSizeX=o?r:i,this.plotSizeY=o?i:r,this.plotBorderWidth=d.plotBorderWidth||0,this.spacingBox=a.spacingBox={x:c[3],y:c[0],width:s-c[3]-c[1],height:l-c[0]-c[2]},this.plotBox=a.plotBox={x:e,y:n,width:i,height:r},o=2*Math.floor(this.plotBorderWidth/2),s=Math.ceil(Math.max(o,u[3])/2),l=Math.ceil(Math.max(o,u[0])/2),this.clipBox={x:s,y:l,width:Math.floor(this.plotSizeX-Math.max(o,u[1])/2-s),height:Math.max(0,Math.floor(this.plotSizeY-Math.max(o,u[2])/2-l))},t||(this.axes.forEach((function(t){t.setAxisSize(),t.setAxisTranslation()})),a.alignElements()),F(this,"afterSetChartSize",{skipAxes:t})},t.prototype.resetMargins=function(){F(this,"resetMargins");var t=this,e=t.options.chart;["margin","spacing"].forEach((function(n){var i=e[n],r=W(i)?i:[i,i,i,i];["Top","Right","Bottom","Left"].forEach((function(i,o){t[n][o]=V(e[n+i],r[o])}))})),O.forEach((function(e,n){t[e]=V(t.margin[n],t.spacing[n])})),t.axisOffset=[0,0,0,0],t.clipOffset=[0,0,0,0]},t.prototype.drawChartBox=function(){var t,e=this.options.chart,n=this.renderer,i=this.chartWidth,r=this.chartHeight,o=this.styledMode,a=this.plotBGImage,s=e.backgroundColor,l=e.plotBackgroundColor,d=e.plotBackgroundImage,c=this.plotLeft,u=this.plotTop,h=this.plotWidth,p=this.plotHeight,f=this.plotBox,g=this.clipRect,m=this.clipBox,v=this.chartBackground,b=this.plotBackground,y=this.plotBorder,x="animate";if(v||(this.chartBackground=v=n.rect().addClass("highcharts-background").add(),x="attr"),o)var _=t=v.strokeWidth();else t=(_=e.borderWidth||0)+(e.shadow?8:0),s={fill:s||"none"},(_||v["stroke-width"])&&(s.stroke=e.borderColor,s["stroke-width"]=_),v.attr(s).shadow(e.shadow);v[x]({x:t/2,y:t/2,width:i-t-_%2,height:r-t-_%2,r:e.borderRadius}),x="animate",b||(x="attr",this.plotBackground=b=n.rect().addClass("highcharts-plot-background").add()),b[x](f),o||(b.attr({fill:l||"none"}).shadow(e.plotShadow),d&&(a?(d!==a.attr("href")&&a.attr("href",d),a.animate(f)):this.plotBGImage=n.image(d,c,u,h,p).add())),g?g.animate({width:m.width,height:m.height}):this.clipRect=n.clipRect(m),x="animate",y||(x="attr",this.plotBorder=y=n.rect().addClass("highcharts-plot-border").attr({zIndex:1}).add()),o||y.attr({stroke:e.plotBorderColor,"stroke-width":e.plotBorderWidth||0,fill:"none"}),y[x](y.crisp({x:c,y:u,width:h,height:p},-y.strokeWidth())),this.isDirtyBox=!1,F(this,"afterDrawChartBox")},t.prototype.propFromSeries=function(){var t,e,n,i=this,r=i.options.chart,o=i.options.series;["inverted","angular","polar"].forEach((function(a){for(e=S[r.type||r.defaultSeriesType],n=r[a]||e&&e.prototype[a],t=o&&o.length;!n&&t--;)(e=S[o[t].type])&&e.prototype[a]&&(n=!0);i[a]=n}))},t.prototype.linkSeries=function(){var t=this,e=t.series;e.forEach((function(t){t.linkedSeries.length=0})),e.forEach((function(e){var n=e.options.linkedTo;Y(n)&&(n=":previous"===n?t.series[e.index-1]:t.get(n))&&n.linkedParent!==e&&(n.linkedSeries.push(e),e.linkedParent=n,n.enabledDataSorting&&e.setDataSortingOptions(),e.visible=V(e.options.visible,n.options.visible,e.visible))})),F(this,"afterLinkSeries")},t.prototype.renderSeries=function(){this.series.forEach((function(t){t.translate(),t.render()}))},t.prototype.renderLabels=function(){var t=this,e=t.options.labels;e.items&&e.items.forEach((function(n){var i=N(e.style,n.style),r=X(i.left)+t.plotLeft,o=X(i.top)+t.plotTop+12;delete i.left,delete i.top,t.renderer.text(n.html,r,o).attr({zIndex:2}).css(i).add()}))},t.prototype.render=function(){var t=this.axes,e=this.colorAxis,n=this.renderer,i=this.options,r=function(t){t.forEach((function(t){t.visible&&t.render()}))},a=0;this.setTitle(),this.legend=new o(this,i.legend),this.getStacks&&this.getStacks(),this.getMargins(!0),this.setChartSize(),i=this.plotWidth,t.some((function(t){if(t.horiz&&t.visible&&t.options.labels.enabled&&t.series.length)return a=21,!0}));var s=this.plotHeight=Math.max(this.plotHeight-a,0);t.forEach((function(t){t.setScale()})),this.getAxisMargins();var l=1.1<i/this.plotWidth,d=1.05<s/this.plotHeight;(l||d)&&(t.forEach((function(t){(t.horiz&&l||!t.horiz&&d)&&t.setTickInterval(!0)})),this.getMargins()),this.drawChartBox(),this.hasCartesianSeries?r(t):e&&e.length&&r(e),this.seriesGroup||(this.seriesGroup=n.g("series-group").attr({zIndex:3}).add()),this.renderSeries(),this.renderLabels(),this.addCredits(),this.setResponsive&&this.setResponsive(),this.hasRendered=!0},t.prototype.addCredits=function(t){var e=this,n=U(!0,this.options.credits,t);n.enabled&&!this.credits&&(this.credits=this.renderer.text(n.text+(this.mapCredits||""),0,0).addClass("highcharts-credits").on("click",(function(){n.href&&($.location.href=n.href)})).attr({align:n.position.align,zIndex:8}),e.styledMode||this.credits.css(n.style),this.credits.add().align(n.position),this.credits.update=function(t){e.credits=e.credits.destroy(),e.addCredits(t)})},t.prototype.destroy=function(){var t,e=this,n=e.axes,i=e.series,o=e.container,a=o&&o.parentNode;for(F(e,"destroy"),e.renderer.forExport?D(x,e):x[e.index]=void 0,r.chartCount--,e.renderTo.removeAttribute("data-highcharts-chart"),K(e),t=n.length;t--;)n[t]=n[t].destroy();for(this.scroller&&this.scroller.destroy&&this.scroller.destroy(),t=i.length;t--;)i[t]=i[t].destroy();"title subtitle chartBackground plotBackground plotBGImage plotBorder seriesGroup clipRect credits pointer rangeSelector legend resetZoomButton tooltip renderer".split(" ").forEach((function(t){var n=e[t];n&&n.destroy&&(e[t]=n.destroy())})),o&&(o.innerHTML=f.emptyHTML,K(o),a&&L(o)),G(e,(function(t,n){delete e[n]}))},t.prototype.firstRender=function(){var t=this,e=t.options;t.isReadyToRender&&!t.isReadyToRender()||(t.getContainer(),t.resetMargins(),t.setChartSize(),t.propFromSeries(),t.getAxes(),(z(e.series)?e.series:[]).forEach((function(e){t.initSeries(e)})),t.linkSeries(),t.setSeriesData(),F(t,"beforeRender"),l&&(a.isRequired()?t.pointer=new a(t,e):t.pointer=new l(t,e)),t.render(),t.pointer.getChartPosition(),t.renderer.imgCount||t.hasLoaded||t.onload(),t.temporaryDisplay(!0))},t.prototype.onload=function(){this.callbacks.concat([this.callback]).forEach((function(t){t&&void 0!==this.index&&t.apply(this,[this])}),this),F(this,"load"),F(this,"render"),T(this.index)&&this.setReflow(this.options.chart.reflow),this.hasLoaded=!0},t.prototype.addSeries=function(t,e,n){var i,r=this;return t&&(e=V(e,!0),F(r,"addSeries",{options:t},(function(){i=r.initSeries(t),r.isDirtyLegend=!0,r.linkSeries(),i.enabledDataSorting&&i.setData(t.data,!1),F(r,"afterAddSeries",{series:i}),e&&r.redraw(n)}))),i},t.prototype.addAxis=function(t,e,n,i){return this.createAxis(e?"xAxis":"yAxis",{axis:t,redraw:n,animation:i})},t.prototype.addColorAxis=function(t,e,n){return this.createAxis("colorAxis",{axis:t,redraw:e,animation:n})},t.prototype.createAxis=function(t,n){return t=new e(this,U(n.axis,{index:this[t].length,isX:"xAxis"===t})),V(n.redraw,!0)&&this.redraw(n.animation),t},t.prototype.showLoading=function(t){var e=this,n=e.options,i=n.loading,r=function(){o&&P(o,{left:e.plotLeft+"px",top:e.plotTop+"px",width:e.plotWidth+"px",height:e.plotHeight+"px"})},o=e.loadingDiv,a=e.loadingSpan;o||(e.loadingDiv=o=A("div",{className:"highcharts-loading highcharts-loading-hidden"},null,e.container)),a||(e.loadingSpan=a=A("span",{className:"highcharts-loading-inner"},null,o),j(e,"redraw",r)),o.className="highcharts-loading",f.setElementHTML(a,V(t,n.lang.loading,"")),e.styledMode||(P(o,N(i.style,{zIndex:10})),P(a,i.labelStyle),e.loadingShown||(P(o,{opacity:0,display:""}),g(o,{opacity:i.style.opacity||.5},{duration:i.showDuration||0}))),e.loadingShown=!0,r()},t.prototype.hideLoading=function(){var t=this.options,e=this.loadingDiv;e&&(e.className="highcharts-loading highcharts-loading-hidden",this.styledMode||g(e,{opacity:0},{duration:t.loading.hideDuration||100,complete:function(){P(e,{display:"none"})}})),this.loadingShown=!1},t.prototype.update=function(t,e,n,i){var r,o,a=this,s={credits:"addCredits",title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"},l=t.isResponsiveOptions,d=[];F(a,"update",{options:t}),l||a.setResponsive(!1,!0),t=M(t,a.options),a.userOptions=U(a.userOptions,t);var c=t.chart;if(c){if(U(!0,a.options.chart,c),"className"in c&&a.setClassName(c.className),"reflow"in c&&a.setReflow(c.reflow),"inverted"in c||"polar"in c||"type"in c){a.propFromSeries();var u=!0}"alignTicks"in c&&(u=!0),"events"in c&&y(this,c),G(c,(function(t,e){-1!==a.propsRequireUpdateSeries.indexOf("chart."+e)&&(r=!0),-1!==a.propsRequireDirtyBox.indexOf(e)&&(a.isDirtyBox=!0),-1!==a.propsRequireReflow.indexOf(e)&&(l?a.isDirtyBox=!0:o=!0)})),!a.styledMode&&c.style&&a.renderer.setStyle(a.options.chart.style||{})}!a.styledMode&&t.colors&&(this.options.colors=t.colors),t.time&&(this.time===k&&(this.time=new h(t.time)),U(!0,a.options.time,t.time)),G(t,(function(e,n){a[n]&&"function"==typeof a[n].update?a[n].update(e,!1):"function"==typeof a[s[n]]?a[s[n]](e):"colors"!==n&&-1===a.collectionsWithUpdate.indexOf(n)&&U(!0,a.options[n],t[n]),"chart"!==n&&-1!==a.propsRequireUpdateSeries.indexOf(n)&&(r=!0)})),this.collectionsWithUpdate.forEach((function(e){if(t[e]){var i=[];a[e].forEach((function(t,e){t.options.isInternal||i.push(V(t.options.index,e))})),Z(t[e]).forEach((function(t,r){var o,s=T(t.id);s&&(o=a.get(t.id)),!o&&a[e]&&(o=a[e][i?i[r]:r])&&s&&T(o.options.id)&&(o=void 0),o&&o.coll===e&&(o.update(t,!1),n&&(o.touched=!0)),!o&&n&&a.collectionsWithInit[e]&&(a.collectionsWithInit[e][0].apply(a,[t].concat(a.collectionsWithInit[e][1]||[]).concat([!1])).touched=!0)})),n&&a[e].forEach((function(t){t.touched||t.options.isInternal?delete t.touched:d.push(t)}))}})),d.forEach((function(t){t.chart&&t.remove&&t.remove(!1)})),u&&a.axes.forEach((function(t){t.update({},!1)})),r&&a.getSeriesOrderByLinks().forEach((function(t){t.chart&&t.update({},!1)}),this),u=c&&c.width,c=c&&(Y(c.height)?q(c.height,u||a.chartWidth):c.height),o||H(u)&&u!==a.chartWidth||H(c)&&c!==a.chartHeight?a.setSize(u,c,i):V(e,!0)&&a.redraw(i),F(a,"afterUpdate",{options:t,redraw:e,animation:i})},t.prototype.setSubtitle=function(t,e){this.applyDescription("subtitle",t),this.layOutTitles(e)},t.prototype.setCaption=function(t,e){this.applyDescription("caption",t),this.layOutTitles(e)},t.prototype.showResetZoom=function(){function t(){e.zoomOut()}var e=this,n=C.lang,i=e.options.chart.resetZoomButton,r=i.theme,o=r.states,a="chart"===i.relativeTo||"spacingBox"===i.relativeTo?null:"scrollablePlotBox";F(this,"beforeShowResetZoom",null,(function(){e.resetZoomButton=e.renderer.button(n.resetZoom,null,null,t,r,o&&o.hover).attr({align:i.position.align,title:n.resetZoomTitle}).addClass("highcharts-reset-zoom").add().align(i.position,!1,a)})),F(this,"afterShowResetZoom")},t.prototype.zoomOut=function(){F(this,"selection",{resetSelection:!0},this.zoom)},t.prototype.zoom=function(t){var e,n=this,i=n.pointer,r=n.inverted?i.mouseDownX:i.mouseDownY,o=!1;!t||t.resetSelection?(n.axes.forEach((function(t){e=t.zoom()})),i.initiated=!1):t.xAxis.concat(t.yAxis).forEach((function(t){var a=t.axis,s=n.inverted?a.left:a.top,l=n.inverted?s+a.width:s+a.height,d=a.isXAxis,c=!1;(!d&&r>=s&&r<=l||d||!T(r))&&(c=!0),i[d?"zoomX":"zoomY"]&&c&&(e=a.zoom(t.min,t.max),a.displayBtn&&(o=!0))}));var a=n.resetZoomButton;o&&!a?n.showResetZoom():!o&&W(a)&&(n.resetZoomButton=a.destroy()),e&&n.redraw(V(n.options.chart.animation,t&&t.animation,100>n.pointCount))},t.prototype.pan=function(t,e){var n=this,i=n.hoverPoints;e="object"==typeof e?e:{enabled:e,type:"x"};var r=n.options.chart,o=n.options.mapNavigation&&n.options.mapNavigation.enabled;r&&r.panning&&(r.panning=e);var a,s=e.type;F(this,"pan",{originalEvent:t},(function(){i&&i.forEach((function(t){t.setState()}));var e=n.xAxis;"xy"===s?e=e.concat(n.yAxis):"y"===s&&(e=n.yAxis);var r={};e.forEach((function(e){if(e.options.panningEnabled&&!e.options.isInternal){var i=e.horiz,l=t[i?"chartX":"chartY"],d=n[i=i?"mouseDownX":"mouseDownY"],c=e.minPointOffset||0,u=e.reversed&&!n.inverted||!e.reversed&&n.inverted?-1:1,h=e.getExtremes(),p=e.toValue(d-l,!0)+c*u,f=e.toValue(d+e.len-l,!0)-(c*u||e.isXAxis&&e.pointRangePadding||0),g=f<p;u=e.hasVerticalPanning(),d=g?f:p,p=g?p:f;var m=e.panningState;!u||e.isXAxis||m&&!m.isDirty||e.series.forEach((function(t){var e=t.getProcessedData(!0);e=t.getExtremes(e.yData,!0),m||(m={startMin:Number.MAX_VALUE,startMax:-Number.MAX_VALUE}),H(e.dataMin)&&H(e.dataMax)&&(m.startMin=Math.min(V(t.options.threshold,1/0),e.dataMin,m.startMin),m.startMax=Math.max(V(t.options.threshold,-1/0),e.dataMax,m.startMax))})),u=Math.min(V(m&&m.startMin,h.dataMin),c?h.min:e.toValue(e.toPixels(h.min)-e.minPixelPadding)),f=Math.max(V(m&&m.startMax,h.dataMax),c?h.max:e.toValue(e.toPixels(h.max)+e.minPixelPadding)),e.panningState=m,e.isOrdinal||(0<(c=u-d)&&(p+=c,d=u),0<(c=p-f)&&(p=f,d-=c),e.series.length&&d!==h.min&&p!==h.max&&d>=u&&p<=f&&(e.setExtremes(d,p,!1,!1,{trigger:"pan"}),n.resetZoomButton||o||d===u||p===f||!s.match("y")||(n.showResetZoom(),e.displayBtn=!1),a=!0),r[i]=l)}})),G(r,(function(t,e){n[e]=t})),a&&n.redraw(!1),P(n.container,{cursor:"move"})}))},t}(),N(t.prototype,{callbacks:[],collectionsWithInit:{xAxis:[t.prototype.addAxis,[!0]],yAxis:[t.prototype.addAxis,[!1]],series:[t.prototype.addSeries]},collectionsWithUpdate:["xAxis","yAxis","series"],propsRequireDirtyBox:"backgroundColor borderColor borderWidth borderRadius plotBackgroundColor plotBackgroundImage plotBorderColor plotBorderWidth plotShadow shadow".split(" "),propsRequireReflow:"margin marginTop marginRight marginBottom marginLeft spacing spacingTop spacingRight spacingBottom spacingLeft".split(" "),propsRequireUpdateSeries:"chart.inverted chart.polar chart.ignoreHiddenSeries chart.type colors plotOptions time tooltip".split(" ")}),t})),e(n,"Core/Legend/LegendSymbol.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.merge,i=t.pick;return function(t){t.drawLineMarker=function(t){var e=this.options,r=t.symbolWidth,o=t.symbolHeight,a=o/2,s=this.chart.renderer,l=this.legendGroup;t=t.baseline-Math.round(.3*t.fontMetrics.b);var d={},c=e.marker;this.chart.styledMode||(d={"stroke-width":e.lineWidth||0},e.dashStyle&&(d.dashstyle=e.dashStyle)),this.legendLine=s.path([["M",0,t],["L",r,t]]).addClass("highcharts-graph").attr(d).add(l),c&&!1!==c.enabled&&r&&(e=Math.min(i(c.radius,a),a),0===this.symbol.indexOf("url")&&(c=n(c,{width:o,height:o}),e=0),this.legendSymbol=r=s.symbol(this.symbol,r/2-e,t-e,2*e,2*e,c).addClass("highcharts-point").add(l),r.isMarker=!0)},t.drawRectangle=function(t,e){var n=t.symbolHeight,r=t.options.squareSymbol;e.legendSymbol=this.chart.renderer.rect(r?(t.symbolWidth-n)/2:0,t.baseline-n+1,r?n:t.symbolWidth,n,i(t.options.symbolRadius,n/2)).addClass("highcharts-point").attr({zIndex:3}).add(e.legendGroup)}}(e||(e={})),e})),e(n,"Core/Series/SeriesDefaults.js",[],(function(){return{lineWidth:2,allowPointSelect:!1,crisp:!0,showCheckbox:!1,animation:{duration:1e3},events:{},marker:{enabledThreshold:2,lineColor:"#ffffff",lineWidth:0,radius:4,states:{normal:{animation:!0},hover:{animation:{duration:50},enabled:!0,radiusPlus:2,lineWidthPlus:1},select:{fillColor:"#cccccc",lineColor:"#000000",lineWidth:2}}},point:{events:{}},dataLabels:{animation:{},align:"center",defer:!0,formatter:function(){var t=this.series.chart.numberFormatter;return"number"!=typeof this.y?"":t(this.y,-1)},padding:5,style:{fontSize:"11px",fontWeight:"bold",color:"contrast",textOutline:"1px contrast"},verticalAlign:"bottom",x:0,y:0},cropThreshold:300,opacity:1,pointRange:0,softThreshold:!0,states:{normal:{animation:!0},hover:{animation:{duration:50},lineWidthPlus:1,marker:{},halo:{size:10,opacity:.25}},select:{animation:{duration:0}},inactive:{animation:{duration:50},opacity:.2}},stickyTracking:!0,turboThreshold:1e3,findNearestPointBy:"x"}})),e(n,"Core/Series/Series.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/DefaultOptions.js"],n["Core/Foundation.js"],n["Core/Globals.js"],n["Core/Legend/LegendSymbol.js"],n["Core/Series/Point.js"],n["Core/Series/SeriesDefaults.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,a,s,l,d){var c=t.animObject,u=t.setAnimation,h=e.defaultOptions,p=n.registerEventOptions,f=i.hasTouch,g=i.svg,m=i.win,v=s.seriesTypes,b=d.addEvent,y=d.arrayMax,x=d.arrayMin,_=d.clamp,O=d.cleanRecursively,w=d.correctFloat,$=d.defined,C=d.erase,k=d.error,S=d.extend,j=d.find,E=d.fireEvent,M=d.getNestedProperty,A=d.isArray,P=d.isNumber,T=d.isString,L=d.merge,D=d.objectEach,I=d.pick,N=d.removeEvent,R=d.splat,F=d.syncTimeout;return t=function(){function t(){this.zones=this.yAxis=this.xAxis=this.userOptions=this.tooltipOptions=this.processedYData=this.processedXData=this.points=this.options=this.linkedSeries=this.index=this.eventsToUnbind=this.eventOptions=this.data=this.chart=this._i=void 0}return t.prototype.init=function(t,e){E(this,"init",{options:e});var n=this,i=t.series;this.eventsToUnbind=[],n.chart=t,n.options=n.setOptions(e),e=n.options,n.linkedSeries=[],n.bindAxes(),S(n,{name:e.name,state:"",visible:!1!==e.visible,selected:!0===e.selected}),p(this,e);var r,o=e.events;(o&&o.click||e.point&&e.point.events&&e.point.events.click||e.allowPointSelect)&&(t.runTrackerClick=!0),n.getColor(),n.getSymbol(),n.parallelArrays.forEach((function(t){n[t+"Data"]||(n[t+"Data"]=[])})),n.isCartesian&&(t.hasCartesianSeries=!0),i.length&&(r=i[i.length-1]),n._i=I(r&&r._i,-1)+1,n.opacity=n.options.opacity,t.orderSeries(this.insert(i)),e.dataSorting&&e.dataSorting.enabled?n.setDataSortingOptions():n.points||n.data||n.setData(e.data,!1),E(this,"afterInit")},t.prototype.is=function(t){return v[t]&&this instanceof v[t]},t.prototype.insert=function(t){var e,n=this.options.index;if(P(n)){for(e=t.length;e--;)if(n>=I(t[e].options.index,t[e]._i)){t.splice(e+1,0,this);break}-1===e&&t.unshift(this),e+=1}else t.push(this);return I(e,t.length-1)},t.prototype.bindAxes=function(){var t,e=this,n=e.options,i=e.chart;E(this,"bindAxes",null,(function(){(e.axisTypes||[]).forEach((function(r){var o=0;i[r].forEach((function(i){t=i.options,(n[r]===o&&!t.isInternal||void 0!==n[r]&&n[r]===t.id||void 0===n[r]&&0===t.index)&&(e.insert(i.series),e[r]=i,i.isDirty=!0),t.isInternal||o++})),e[r]||e.optionalAxis===r||k(18,!0,i)}))})),E(this,"afterBindAxes")},t.prototype.updateParallelArrays=function(t,e){var n=t.series,i=arguments,r=P(e)?function(i){var r="y"===i&&n.toYData?n.toYData(t):t[i];n[i+"Data"][e]=r}:function(t){Array.prototype[e].apply(n[t+"Data"],Array.prototype.slice.call(i,2))};n.parallelArrays.forEach(r)},t.prototype.hasData=function(){return this.visible&&void 0!==this.dataMax&&void 0!==this.dataMin||this.visible&&this.yData&&0<this.yData.length},t.prototype.autoIncrement=function(t){var e,n=this.options,i=n.pointIntervalUnit,r=n.relativeXValue,o=this.chart.time,a=this.xIncrement;return a=I(a,n.pointStart,0),this.pointInterval=e=I(this.pointInterval,n.pointInterval,1),r&&P(t)&&(e*=t),i&&(n=new o.Date(a),"day"===i?o.set("Date",n,o.get("Date",n)+e):"month"===i?o.set("Month",n,o.get("Month",n)+e):"year"===i&&o.set("FullYear",n,o.get("FullYear",n)+e),e=n.getTime()-a),r&&P(t)?a+e:(this.xIncrement=a+e,a)},t.prototype.setDataSortingOptions=function(){var t=this.options;S(this,{requireSorting:!1,sorted:!1,enabledDataSorting:!0,allowDG:!1}),$(t.pointRange)||(t.pointRange=1)},t.prototype.setOptions=function(t){var e=this.chart,n=e.options,i=n.plotOptions,r=e.userOptions||{};t=L(t),e=e.styledMode;var o={plotOptions:i,userOptions:t};E(this,"setOptions",o);var a=o.plotOptions[this.type],s=r.plotOptions||{};return this.userOptions=o.userOptions,r=L(a,i.series,r.plotOptions&&r.plotOptions[this.type],t),this.tooltipOptions=L(h.tooltip,h.plotOptions.series&&h.plotOptions.series.tooltip,h.plotOptions[this.type].tooltip,n.tooltip.userOptions,i.series&&i.series.tooltip,i[this.type].tooltip,t.tooltip),this.stickyTracking=I(t.stickyTracking,s[this.type]&&s[this.type].stickyTracking,s.series&&s.series.stickyTracking,!(!this.tooltipOptions.shared||this.noSharedTooltip)||r.stickyTracking),null===a.marker&&delete r.marker,this.zoneAxis=r.zoneAxis,i=this.zones=(r.zones||[]).slice(),!r.negativeColor&&!r.negativeFillColor||r.zones||(n={value:r[this.zoneAxis+"Threshold"]||r.threshold||0,className:"highcharts-negative"},e||(n.color=r.negativeColor,n.fillColor=r.negativeFillColor),i.push(n)),i.length&&$(i[i.length-1].value)&&i.push(e?{}:{color:this.color,fillColor:this.fillColor}),E(this,"afterSetOptions",{options:r}),r},t.prototype.getName=function(){return I(this.options.name,"Series "+(this.index+1))},t.prototype.getCyclic=function(t,e,n){var i=this.chart,r=this.userOptions,o=t+"Index",a=t+"Counter",s=n?n.length:I(i.options.chart[t+"Count"],i[t+"Count"]);if(!e){var l=I(r[o],r["_"+o]);$(l)||(i.series.length||(i[a]=0),r["_"+o]=l=i[a]%s,i[a]+=1),n&&(e=n[l])}void 0!==l&&(this[o]=l),this[t]=e},t.prototype.getColor=function(){this.chart.styledMode?this.getCyclic("color"):this.options.colorByPoint?this.color="#cccccc":this.getCyclic("color",this.options.color||h.plotOptions[this.type].color,this.chart.options.colors)},t.prototype.getPointsCollection=function(){return(this.hasGroupedData?this.points:this.data)||[]},t.prototype.getSymbol=function(){this.getCyclic("symbol",this.options.marker.symbol,this.chart.options.symbols)},t.prototype.findPointIndex=function(t,e){var n,i,r=t.id,a=t.x,s=this.points,l=this.options.dataSorting;if(r)(l=this.chart.get(r))instanceof o&&(n=l);else if((this.linkedParent||this.enabledDataSorting||this.options.relativeXValue)&&(n=function(e){return!e.touched&&e.index===t.index},l&&l.matchByName?n=function(e){return!e.touched&&e.name===t.name}:this.options.relativeXValue&&(n=function(e){return!e.touched&&e.options.x===t.x}),!(n=j(s,n))))return;if(n){var d=n&&n.index;void 0!==d&&(i=!0)}return void 0===d&&P(a)&&(d=this.xData.indexOf(a,e)),-1!==d&&void 0!==d&&this.cropped&&(d=d>=this.cropStart?d-this.cropStart:d),!i&&P(d)&&s[d]&&s[d].touched&&(d=void 0),d},t.prototype.updateData=function(t,e){var n,i,r,o=this.options,a=o.dataSorting,s=this.points,l=[],d=this.requireSorting,c=t.length===s.length,u=!0;if(this.xIncrement=null,t.forEach((function(t,e){var i=$(t)&&this.pointClass.prototype.optionsToObject.call({series:this},t)||{},u=i.x;i.id||P(u)?(-1===(i=this.findPointIndex(i,r))||void 0===i?l.push(t):s[i]&&t!==o.data[i]?(s[i].update(t,!1,null,!1),s[i].touched=!0,d&&(r=i+1)):s[i]&&(s[i].touched=!0),(!c||e!==i||a&&a.enabled||this.hasDerivedData)&&(n=!0)):l.push(t)}),this),n)for(t=s.length;t--;)(i=s[t])&&!i.touched&&i.remove&&i.remove(!1,e);else!c||a&&a.enabled?u=!1:(t.forEach((function(t,e){t!==s[e].y&&s[e].update&&s[e].update(t,!1,null,!1)})),l.length=0);return s.forEach((function(t){t&&(t.touched=!1)})),!!u&&(l.forEach((function(t){this.addPoint(t,!1,null,null,!1)}),this),null===this.xIncrement&&this.xData&&this.xData.length&&(this.xIncrement=y(this.xData),this.autoIncrement()),!0)},t.prototype.setData=function(t,e,n,i){var r=this,o=r.points,a=o&&o.length||0,s=r.options,l=r.chart,d=s.dataSorting,c=r.xAxis,u=s.turboThreshold,h=this.xData,p=this.yData,f=r.pointArrayMap;f=f&&f.length;var g,m=s.keys,v=0,b=1,y=null,x=(t=t||[]).length;if(e=I(e,!0),d&&d.enabled&&(t=this.sortData(t)),!1!==i&&x&&a&&!r.cropped&&!r.hasGroupedData&&r.visible&&!r.isSeriesBoosting&&(g=this.updateData(t,n)),!g){if(r.xIncrement=null,r.colorCounter=0,this.parallelArrays.forEach((function(t){r[t+"Data"].length=0})),u&&x>u)if(y=r.getFirstValidPoint(t),P(y))for(n=0;n<x;n++)h[n]=this.autoIncrement(),p[n]=t[n];else if(A(y))if(f)if(y.length===f)for(n=0;n<x;n++)h[n]=this.autoIncrement(),p[n]=t[n];else for(n=0;n<x;n++)i=t[n],h[n]=i[0],p[n]=i.slice(1,f+1);else if(m&&(v=0<=(v=m.indexOf("x"))?v:0,b=0<=(b=m.indexOf("y"))?b:1),1===y.length&&(b=0),v===b)for(n=0;n<x;n++)h[n]=this.autoIncrement(),p[n]=t[n][b];else for(n=0;n<x;n++)i=t[n],h[n]=i[v],p[n]=i[b];else k(12,!1,l);else for(n=0;n<x;n++)void 0!==t[n]&&(i={series:r},r.pointClass.prototype.applyOptions.apply(i,[t[n]]),r.updateParallelArrays(i,n));for(p&&T(p[0])&&k(14,!0,l),r.data=[],r.options.data=r.userOptions.data=t,n=a;n--;)o[n]&&o[n].destroy&&o[n].destroy();c&&(c.minRange=c.userMinRange),r.isDirty=l.isDirtyBox=!0,r.isDirtyData=!!o,n=!1}"point"===s.legendType&&(this.processData(),this.generatePoints()),e&&l.redraw(n)},t.prototype.sortData=function(t){var e=this,n=e.options.dataSorting.sortKey||"y",i=function(t,e){return $(e)&&t.pointClass.prototype.optionsToObject.call({series:t},e)||{}};return t.forEach((function(n,r){t[r]=i(e,n),t[r].index=r}),this),t.concat().sort((function(t,e){return t=M(n,t),(e=M(n,e))<t?-1:e>t?1:0})).forEach((function(t,e){t.x=e}),this),e.linkedSeries&&e.linkedSeries.forEach((function(e){var n=e.options,r=n.data;n.dataSorting&&n.dataSorting.enabled||!r||(r.forEach((function(n,o){r[o]=i(e,n),t[o]&&(r[o].x=t[o].x,r[o].index=o)})),e.setData(r,!1))})),t},t.prototype.getProcessedData=function(t){var e=this.xAxis,n=this.options,i=n.cropThreshold,r=t||this.getExtremesFromAll||n.getExtremesFromAll,o=this.isCartesian;t=e&&e.val2lin,n=!(!e||!e.logarithmic);var a=0,s=this.xData,l=this.yData,d=this.requireSorting,c=!1,u=s.length;if(e){var h=(c=e.getExtremes()).min,p=c.max;c=e.categories&&!e.names.length}if(o&&this.sorted&&!r&&(!i||u>i||this.forceCrop))if(s[u-1]<h||s[0]>p)s=[],l=[];else if(this.yData&&(s[0]<h||s[u-1]>p)){var f=this.cropData(this.xData,this.yData,h,p);s=f.xData,l=f.yData,a=f.start,f=!0}for(i=s.length||1;--i;)if(0<(e=n?t(s[i])-t(s[i-1]):s[i]-s[i-1])&&(void 0===g||e<g))var g=e;else 0>e&&d&&!c&&(k(15,!1,this.chart),d=!1);return{xData:s,yData:l,cropped:f,cropStart:a,closestPointRange:g}},t.prototype.processData=function(t){var e=this.xAxis;if(this.isCartesian&&!this.isDirty&&!e.isDirty&&!this.yAxis.isDirty&&!t)return!1;t=this.getProcessedData(),this.cropped=t.cropped,this.cropStart=t.cropStart,this.processedXData=t.xData,this.processedYData=t.yData,this.closestPointRange=this.basePointRange=t.closestPointRange,E(this,"afterProcessData")},t.prototype.cropData=function(t,e,n,i,r){var o,a=t.length,s=0,l=a;for(r=I(r,this.cropShoulder),o=0;o<a;o++)if(t[o]>=n){s=Math.max(0,o-r);break}for(n=o;n<a;n++)if(t[n]>i){l=n+r;break}return{xData:t.slice(s,l),yData:e.slice(s,l),start:s,end:l}},t.prototype.generatePoints=function(){var t=this.options,e=t.data,n=this.processedXData,i=this.processedYData,r=this.pointClass,o=n.length,a=this.cropStart||0,s=this.hasGroupedData,l=t.keys,d=[];t=t.dataGrouping&&t.dataGrouping.groupAll?a:0;var c,u,h=this.data;if(!h&&!s){var p=[];p.length=e.length,h=this.data=p}for(l&&s&&(this.options.keys=!1),u=0;u<o;u++){if(p=a+u,s){var f=(new r).init(this,[n[u]].concat(R(i[u])));f.dataGroup=this.groupMap[t+u],f.dataGroup.options&&(f.options=f.dataGroup.options,S(f,f.dataGroup.options),delete f.dataLabels)}else(f=h[p])||void 0===e[p]||(h[p]=f=(new r).init(this,e[p],n[u]));f&&(f.index=s?t+u:p,d[u]=f)}if(this.options.keys=l,h&&(o!==(c=h.length)||s))for(u=0;u<c;u++)u!==a||s||(u+=o),h[u]&&(h[u].destroyElements(),h[u].plotX=void 0);this.data=h,this.points=d,E(this,"afterGeneratePoints")},t.prototype.getXExtremes=function(t){return{min:x(t),max:y(t)}},t.prototype.getExtremes=function(t,e){var n=this.xAxis,i=this.yAxis,r=this.processedXData||this.xData,o=[],a=this.requireSorting?this.cropShoulder:0;i=!!i&&i.positiveValuesOnly;var s,l=0,d=0,c=0,u=(t=t||this.stackedYData||this.processedYData||[]).length;if(n){var h=n.getExtremes();l=h.min,d=h.max}for(s=0;s<u;s++){var p=r[s];h=t[s];var f=(P(h)||A(h))&&(h.length||0<h||!i);if(p=e||this.getExtremesFromAll||this.options.getExtremesFromAll||this.cropped||!n||(r[s+a]||p)>=l&&(r[s-a]||p)<=d,f&&p)if(f=h.length)for(;f--;)P(h[f])&&(o[c++]=h[f]);else o[c++]=h}return t={activeYData:o,dataMin:x(o),dataMax:y(o)},E(this,"afterGetExtremes",{dataExtremes:t}),t},t.prototype.applyExtremes=function(){var t=this.getExtremes();return this.dataMin=t.dataMin,this.dataMax=t.dataMax,t},t.prototype.getFirstValidPoint=function(t){for(var e=t.length,n=0,i=null;null===i&&n<e;)i=t[n],n++;return i},t.prototype.translate=function(){this.processedXData||this.processData(),this.generatePoints();var t,e,n=this.options,i=n.stacking,r=this.xAxis,o=r.categories,a=this.enabledDataSorting,s=this.yAxis,l=this.points,d=l.length,c=this.pointPlacementToXValue(),u=!!c,h=n.threshold,p=n.startFromThreshold?h:0,f=this.zoneAxis||"y",g=Number.MAX_VALUE;for(t=0;t<d;t++){var m=l[t],v=m.x,b=void 0,y=void 0,x=m.y,O=m.low,C=i&&s.stacking&&s.stacking.stacks[(this.negStacks&&x<(p?0:h)?"-":"")+this.stackKey];if((s.positiveValuesOnly&&!s.validatePositiveValue(x)||r.positiveValuesOnly&&!r.validatePositiveValue(v))&&(m.isNull=!0),m.plotX=e=w(_(r.translate(v,0,0,0,1,c,"flags"===this.type),-1e5,1e5)),i&&this.visible&&C&&C[v]){var k=this.getStackIndicator(k,v,this.index);m.isNull||(y=(b=C[v]).points[k.key])}if(A(y)&&(O=y[0],x=y[1],O===p&&k.key===C[v].base&&(O=I(P(h)&&h,s.min)),s.positiveValuesOnly&&0>=O&&(O=null),m.total=m.stackTotal=b.total,m.percentage=b.total&&m.y/b.total*100,m.stackY=x,this.irregularWidths||b.setOffset(this.pointXOffset||0,this.barW||0)),m.yBottom=$(O)?_(s.translate(O,0,1,0,1),-1e5,1e5):null,this.dataModify&&(x=this.dataModify.modifyValue(x,t)),m.plotY=void 0,P(x)&&(void 0!==(b=s.translate(x,!1,!0,!1,!0))&&(m.plotY=_(b,-1e5,1e5))),m.isInside=this.isPointInside(m),m.clientX=u?w(r.translate(v,0,0,0,1,c)):e,m.negative=m[f]<(n[f+"Threshold"]||h||0),m.category=o&&void 0!==o[m.x]?o[m.x]:m.x,!m.isNull&&!1!==m.visible){void 0!==S&&(g=Math.min(g,Math.abs(e-S)));var S=e}m.zone=this.zones.length?m.getZone():void 0,!m.graphic&&this.group&&a&&(m.isNew=!0)}this.closestPointRangePx=g,E(this,"afterTranslate")},t.prototype.getValidPoints=function(t,e,n){var i=this.chart;return(t||this.points||[]).filter((function(t){return!(e&&!i.isInsidePlot(t.plotX,t.plotY,{inverted:i.inverted}))&&(!1!==t.visible&&(n||!t.isNull))}))},t.prototype.getClipBox=function(){var t=this.chart,e=this.xAxis,n=this.yAxis,i=L(t.clipBox);return e&&e.len!==t.plotSizeX&&(i.width=e.len),n&&n.len!==t.plotSizeY&&(i.height=n.len),i},t.prototype.getSharedClipKey=function(){return this.sharedClipKey=(this.options.xAxis||0)+","+(this.options.yAxis||0)},t.prototype.setClip=function(){var t=this.chart,e=this.group,n=this.markerGroup,i=t.sharedClips;t=t.renderer;var r=this.getClipBox(),o=this.getSharedClipKey(),a=i[o];a?a.animate(r):i[o]=a=t.clipRect(r),e&&e.clip(!1===this.options.clip?void 0:a),n&&n.clip()},t.prototype.animate=function(t){var e=this.chart,n=this.group,i=this.markerGroup,r=e.inverted,o=c(this.options.animation),a=[this.getSharedClipKey(),o.duration,o.easing,o.defer].join(),s=e.sharedClips[a],l=e.sharedClips[a+"m"];if(t&&n)o=this.getClipBox(),s?s.attr("height",o.height):(o.width=0,r&&(o.x=e.plotHeight),s=e.renderer.clipRect(o),e.sharedClips[a]=s,l=e.renderer.clipRect({x:r?(e.plotSizeX||0)+99:-99,y:r?-e.plotLeft:-e.plotTop,width:99,height:r?e.chartWidth:e.chartHeight}),e.sharedClips[a+"m"]=l),n.clip(s),i&&i.clip(l);else if(s&&!s.hasClass("highcharts-animating")){e=this.getClipBox();var d=o.step;i&&i.element.childNodes.length&&(o.step=function(t,e){d&&d.apply(e,arguments),l&&l.element&&l.attr(e.prop,"width"===e.prop?t+99:t)}),s.addClass("highcharts-animating").animate(e,o)}},t.prototype.afterAnimate=function(){var t=this;this.setClip(),D(this.chart.sharedClips,(function(e,n,i){e&&!t.chart.container.querySelector('[clip-path="url(#'+e.id+')"]')&&(e.destroy(),delete i[n])})),this.finishedAnimating=!0,E(this,"afterAnimate")},t.prototype.drawPoints=function(){var t,e,n=this.points,i=this.chart,r=this.options.marker,o=this[this.specialGroup]||this.markerGroup,a=this.xAxis,s=I(r.enabled,!(a&&!a.isRadial)||null,this.closestPointRangePx>=r.enabledThreshold*r.radius);if(!1!==r.enabled||this._hasPointMarkers)for(t=0;t<n.length;t++){var l=n[t],d=(e=l.graphic)?"animate":"attr",c=l.marker||{},u=!!l.marker;if((s&&void 0===c.enabled||c.enabled)&&!l.isNull&&!1!==l.visible){var h=I(c.symbol,this.symbol,"rect"),p=this.markerAttribs(l,l.selected&&"select");this.enabledDataSorting&&(l.startXPos=a.reversed?-(p.width||0):a.width);var f=!1!==l.isInside;e?e[f?"show":"hide"](f).animate(p):f&&(0<(p.width||0)||l.hasImage)&&(l.graphic=e=i.renderer.symbol(h,p.x,p.y,p.width,p.height,u?c:r).add(o),this.enabledDataSorting&&i.hasRendered&&(e.attr({x:l.startXPos}),d="animate")),e&&"animate"===d&&e[f?"show":"hide"](f).animate(p),e&&!i.styledMode&&e[d](this.pointAttribs(l,l.selected&&"select")),e&&e.addClass(l.getClassName(),!0)}else e&&(l.graphic=e.destroy())}},t.prototype.markerAttribs=function(t,e){var n=this.options,i=n.marker,r=t.marker||{},o=r.symbol||i.symbol,a=I(r.radius,i.radius);return e&&(i=i.states[e],e=r.states&&r.states[e],a=I(e&&e.radius,i&&i.radius,a+(i&&i.radiusPlus||0))),t.hasImage=o&&0===o.indexOf("url"),t.hasImage&&(a=0),t={x:n.crisp?Math.floor(t.plotX-a):t.plotX-a,y:t.plotY-a},a&&(t.width=t.height=2*a),t},t.prototype.pointAttribs=function(t,e){var n=this.options.marker,i=t&&t.options,r=i&&i.marker||{},o=i&&i.color,a=t&&t.color,s=t&&t.zone&&t.zone.color,l=this.color;return t=I(r.lineWidth,n.lineWidth),i=1,l=o||s||a||l,o=r.fillColor||n.fillColor||l,a=r.lineColor||n.lineColor||l,e=e||"normal",n=n.states[e]||{},e=r.states&&r.states[e]||{},t=I(e.lineWidth,n.lineWidth,t+I(e.lineWidthPlus,n.lineWidthPlus,0)),o=e.fillColor||n.fillColor||o,{stroke:a=e.lineColor||n.lineColor||a,"stroke-width":t,fill:o,opacity:i=I(e.opacity,n.opacity,i)}},t.prototype.destroy=function(t){var e,n,i,r=this,o=r.chart,a=/AppleWebKit\/533/.test(m.navigator.userAgent),s=r.data||[];for(E(r,"destroy"),this.removeEvents(t),(r.axisTypes||[]).forEach((function(t){(i=r[t])&&i.series&&(C(i.series,r),i.isDirty=i.forceRedraw=!0)})),r.legendItem&&r.chart.legend.destroyItem(r),e=s.length;e--;)(n=s[e])&&n.destroy&&n.destroy();r.clips&&r.clips.forEach((function(t){return t.destroy()})),d.clearTimeout(r.animationTimeout),D(r,(function(t,e){t instanceof l&&!t.survive&&t[a&&"group"===e?"hide":"destroy"]()})),o.hoverSeries===r&&(o.hoverSeries=void 0),C(o.series,r),o.orderSeries(),D(r,(function(e,n){t&&"hcEvents"===n||delete r[n]}))},t.prototype.applyZones=function(){var t,e,n,i,r,o,a,s,l=this,d=this.chart,c=d.renderer,u=this.zones,h=this.clips||[],p=this.graph,f=this.area,g=Math.max(d.chartWidth,d.chartHeight),m=this[(this.zoneAxis||"y")+"Axis"],v=d.inverted,b=!1;if(u.length&&(p||f)&&m&&void 0!==m.min){var y=m.reversed,x=m.horiz;p&&!this.showLine&&p.hide(),f&&f.hide();var O=m.getExtremes();u.forEach((function(u,w){t=y?x?d.plotWidth:0:x?0:m.toPixels(O.min)||0,t=_(I(e,t),0,g),e=_(Math.round(m.toPixels(I(u.value,O.max),!0)||0),0,g),b&&(t=e=m.toPixels(O.max)),i=Math.abs(t-e),r=Math.min(t,e),o=Math.max(t,e),m.isXAxis?(n={x:v?o:r,y:0,width:i,height:g},x||(n.x=d.plotHeight-n.x)):(n={x:0,y:v?o:r,width:g,height:i},x&&(n.y=d.plotWidth-n.y)),v&&c.isVML&&(n=m.isXAxis?{x:0,y:y?r:o,height:n.width,width:d.chartWidth}:{x:n.y-d.plotLeft-d.spacingBox.x,y:0,width:n.height,height:d.chartHeight}),h[w]?h[w].animate(n):h[w]=c.clipRect(n),a=l["zone-area-"+w],s=l["zone-graph-"+w],p&&s&&s.clip(h[w]),f&&a&&a.clip(h[w]),b=u.value>O.max,l.resetZones&&0===e&&(e=void 0)})),this.clips=h}else l.visible&&(p&&p.show(!0),f&&f.show(!0))},t.prototype.invertGroups=function(t){function e(){["group","markerGroup"].forEach((function(e){n[e]&&(i.renderer.isVML&&n[e].attr({width:n.yAxis.len,height:n.xAxis.len}),n[e].width=n.yAxis.len,n[e].height=n.xAxis.len,n[e].invert(!n.isRadialSeries&&t))}))}var n=this,i=n.chart;n.xAxis&&(n.eventsToUnbind.push(b(i,"resize",e)),e(),n.invertGroups=e)},t.prototype.plotGroup=function(t,e,n,i,r){var o=this[t],a=!o;return n={visibility:n,zIndex:i||.1},void 0===this.opacity||this.chart.styledMode||"inactive"===this.state||(n.opacity=this.opacity),a&&(this[t]=o=this.chart.renderer.g().add(r)),o.addClass("highcharts-"+e+" highcharts-series-"+this.index+" highcharts-"+this.type+"-series "+($(this.colorIndex)?"highcharts-color-"+this.colorIndex+" ":"")+(this.options.className||"")+(o.hasClass("highcharts-tracker")?" highcharts-tracker":""),!0),o.attr(n)[a?"attr":"animate"](this.getPlotBox()),o},t.prototype.getPlotBox=function(){var t=this.chart,e=this.xAxis,n=this.yAxis;return t.inverted&&(e=n,n=this.xAxis),{translateX:e?e.left:t.plotLeft,translateY:n?n.top:t.plotTop,scaleX:1,scaleY:1}},t.prototype.removeEvents=function(t){t||N(this),this.eventsToUnbind.length&&(this.eventsToUnbind.forEach((function(t){t()})),this.eventsToUnbind.length=0)},t.prototype.render=function(){var t=this,e=t.chart,n=t.options,i=c(n.animation),r=t.visible?"inherit":"hidden",o=n.zIndex,a=t.hasRendered,s=e.seriesGroup,l=e.inverted;e=!t.finishedAnimating&&e.renderer.isSVG?i.duration:0,E(this,"render");var d=t.plotGroup("group","series",r,o,s);t.markerGroup=t.plotGroup("markerGroup","markers",r,o,s),!1!==n.clip&&t.setClip(),t.animate&&e&&t.animate(!0),d.inverted=!!I(t.invertible,t.isCartesian)&&l,t.drawGraph&&(t.drawGraph(),t.applyZones()),t.visible&&t.drawPoints(),t.drawDataLabels&&t.drawDataLabels(),t.redrawPoints&&t.redrawPoints(),t.drawTracker&&!1!==t.options.enableMouseTracking&&t.drawTracker(),t.invertGroups(l),t.animate&&e&&t.animate(),a||(e&&i.defer&&(e+=i.defer),t.animationTimeout=F((function(){t.afterAnimate()}),e||0)),t.isDirty=!1,t.hasRendered=!0,E(t,"afterRender")},t.prototype.redraw=function(){var t=this.chart,e=this.isDirty||this.isDirtyData,n=this.group,i=this.xAxis,r=this.yAxis;n&&(t.inverted&&n.attr({width:t.plotWidth,height:t.plotHeight}),n.animate({translateX:I(i&&i.left,t.plotLeft),translateY:I(r&&r.top,t.plotTop)})),this.translate(),this.render(),e&&delete this.kdTree},t.prototype.searchPoint=function(t,e){var n=this.xAxis,i=this.yAxis,r=this.chart.inverted;return this.searchKDTree({clientX:r?n.len-t.chartY+n.pos:t.chartX-n.pos,plotY:r?i.len-t.chartX+i.pos:t.chartY-i.pos},e,t)},t.prototype.buildKDTree=function(t){this.buildingKdTree=!0;var e=this,n=-1<e.options.findNearestPointBy.indexOf("y")?2:1;delete e.kdTree,F((function(){e.kdTree=function t(n,i,r){var o=n&&n.length;if(o){var a=e.kdAxisArray[i%r];return n.sort((function(t,e){return t[a]-e[a]})),{point:n[o=Math.floor(o/2)],left:t(n.slice(0,o),i+1,r),right:t(n.slice(o+1),i+1,r)}}}(e.getValidPoints(null,!e.directTouch),n,n),e.buildingKdTree=!1}),e.options.kdNow||t&&"touchstart"===t.type?0:1)},t.prototype.searchKDTree=function(t,e,n){var i=this,r=this.kdAxisArray[0],o=this.kdAxisArray[1],a=e?"distX":"dist";if(e=-1<i.options.findNearestPointBy.indexOf("y")?2:1,this.kdTree||this.buildingKdTree||this.buildKDTree(n),this.kdTree)return function t(e,n,s,l){var d=n.point,c=i.kdAxisArray[s%l],u=d,h=$(e[r])&&$(d[r])?Math.pow(e[r]-d[r],2):null,p=$(e[o])&&$(d[o])?Math.pow(e[o]-d[o],2):null;return p=(h||0)+(p||0),d.dist=$(p)?Math.sqrt(p):Number.MAX_VALUE,d.distX=$(h)?Math.sqrt(h):Number.MAX_VALUE,h=0>(c=e[c]-d[c])?"right":"left",n[p=0>c?"left":"right"]&&(u=(p=t(e,n[p],s+1,l))[a]<u[a]?p:d),n[h]&&Math.sqrt(c*c)<u[a]&&(u=(e=t(e,n[h],s+1,l))[a]<u[a]?e:u),u}(t,this.kdTree,e,e)},t.prototype.pointPlacementToXValue=function(){var t=this.options,e=t.pointRange,n=this.xAxis;return"between"===(t=t.pointPlacement)&&(t=n.reversed?-.5:.5),P(t)?t*(e||n.pointRange):0},t.prototype.isPointInside=function(t){var e=this.chart,n=this.xAxis,i=this.yAxis;return void 0!==t.plotY&&void 0!==t.plotX&&0<=t.plotY&&t.plotY<=(i?i.len:e.plotHeight)&&0<=t.plotX&&t.plotX<=(n?n.len:e.plotWidth)},t.prototype.drawTracker=function(){var t=this,e=t.options,n=e.trackByArea,i=[].concat(n?t.areaPath:t.graphPath),r=t.chart,o=r.pointer,a=r.renderer,s=r.options.tooltip.snap,l=t.tracker,d=function(e){r.hoverSeries!==t&&t.onMouseOver()},c="rgba(192,192,192,"+(g?1e-4:.002)+")";l?l.attr({d:i}):t.graph&&(t.tracker=a.path(i).attr({visibility:t.visible?"visible":"hidden",zIndex:2}).addClass(n?"highcharts-tracker-area":"highcharts-tracker-line").add(t.group),r.styledMode||t.tracker.attr({"stroke-linecap":"round","stroke-linejoin":"round",stroke:c,fill:n?c:"none","stroke-width":t.graph.strokeWidth()+(n?0:2*s)}),[t.tracker,t.markerGroup,t.dataLabelsGroup].forEach((function(t){t&&(t.addClass("highcharts-tracker").on("mouseover",d).on("mouseout",(function(t){o.onTrackerMouseOut(t)})),e.cursor&&!r.styledMode&&t.css({cursor:e.cursor}),f)&&t.on("touchstart",d)}))),E(this,"afterDrawTracker")},t.prototype.addPoint=function(t,e,n,i,r){var o=this.options,a=this.data,s=this.chart,l=this.xAxis;l=l&&l.hasNames&&l.names;var d,c=o.data,u=this.xData;e=I(e,!0);var h={series:this};this.pointClass.prototype.applyOptions.apply(h,[t]);var p=h.x,f=u.length;if(this.requireSorting&&p<u[f-1])for(d=!0;f&&u[f-1]>p;)f--;this.updateParallelArrays(h,"splice",f,0,0),this.updateParallelArrays(h,f),l&&h.name&&(l[p]=h.name),c.splice(f,0,t),d&&(this.data.splice(f,0,null),this.processData()),"point"===o.legendType&&this.generatePoints(),n&&(a[0]&&a[0].remove?a[0].remove(!1):(a.shift(),this.updateParallelArrays(h,"shift"),c.shift())),!1!==r&&E(this,"addPoint",{point:h}),this.isDirtyData=this.isDirty=!0,e&&s.redraw(i)},t.prototype.removePoint=function(t,e,n){var i=this,r=i.data,o=r[t],a=i.points,s=i.chart,l=function(){a&&a.length===r.length&&a.splice(t,1),r.splice(t,1),i.options.data.splice(t,1),i.updateParallelArrays(o||{series:i},"splice",t,1),o&&o.destroy(),i.isDirty=!0,i.isDirtyData=!0,e&&s.redraw()};u(n,s),e=I(e,!0),o?o.firePointEvent("remove",null,l):l()},t.prototype.remove=function(t,e,n,i){function r(){o.destroy(i),a.isDirtyLegend=a.isDirtyBox=!0,a.linkSeries(),I(t,!0)&&a.redraw(e)}var o=this,a=o.chart;!1!==n?E(o,"remove",null,r):r()},t.prototype.update=function(t,e){t=O(t,this.userOptions),E(this,"update",{options:t});var n,i=this,r=i.chart,o=i.userOptions,a=i.initialType||i.type,s=r.options.plotOptions,l=v[a].prototype,d=i.finishedAnimating&&{animation:!1},c={},u=["eventOptions","navigatorSeries","baseSeries"],h=t.type||o.type||r.options.chart.type,p=!(this.hasDerivedData||h&&h!==this.type||void 0!==t.pointStart||void 0!==t.pointInterval||void 0!==t.relativeXValue||i.hasOptionChanged("dataGrouping")||i.hasOptionChanged("pointStart")||i.hasOptionChanged("pointInterval")||i.hasOptionChanged("pointIntervalUnit")||i.hasOptionChanged("keys"));if(h=h||a,p&&(u.push("data","isDirtyData","points","processedXData","processedYData","xIncrement","cropped","_hasPointMarkers","_hasPointLabels","clips","nodes","layout","mapMap","mapData","minY","maxY","minX","maxX"),!1!==t.visible&&u.push("area","graph"),i.parallelArrays.forEach((function(t){u.push(t+"Data")})),t.data&&(t.dataSorting&&S(i.options.dataSorting,t.dataSorting),this.setData(t.data,!1))),t=L(o,d,{index:void 0===o.index?i.index:o.index,pointStart:I(s&&s.series&&s.series.pointStart,o.pointStart,i.xData[0])},!p&&{data:i.options.data},t),p&&t.data&&(t.data=i.options.data),(u=["group","markerGroup","dataLabelsGroup","transformGroup"].concat(u)).forEach((function(t){u[t]=i[t],delete i[t]})),s=!1,v[h]){if(s=h!==i.type,i.remove(!1,!1,!1,!0),s)if(Object.setPrototypeOf)Object.setPrototypeOf(i,v[h].prototype);else{for(n in d=Object.hasOwnProperty.call(i,"hcEvents")&&i.hcEvents,l)i[n]=void 0;S(i,v[h].prototype),d?i.hcEvents=d:delete i.hcEvents}}else k(17,!0,r,{missingModuleFor:h});if(u.forEach((function(t){i[t]=u[t]})),i.init(r,t),p&&this.points){var f=i.options;!1===f.visible?(c.graphic=1,c.dataLabel=1):i._hasPointLabels||(t=f.marker,l=f.dataLabels,!t||!1!==t.enabled&&(o.marker&&o.marker.symbol)===t.symbol||(c.graphic=1),l&&!1===l.enabled&&(c.dataLabel=1)),this.points.forEach((function(t){t&&t.series&&(t.resolveColor(),Object.keys(c).length&&t.destroyElements(c),!1===f.showInLegend&&t.legendItem&&r.legend.destroyItem(t))}),this)}i.initialType=a,r.linkSeries(),s&&i.linkedSeries.length&&(i.isDirtyData=!0),E(this,"afterUpdate"),I(e,!0)&&r.redraw(!!p&&void 0)},t.prototype.setName=function(t){this.name=this.options.name=this.userOptions.name=t,this.chart.isDirtyLegend=!0},t.prototype.hasOptionChanged=function(t){var e=this.options[t],n=this.chart.options.plotOptions,i=this.userOptions[t];return i?e!==i:e!==I(n&&n[this.type]&&n[this.type][t],n&&n.series&&n.series[t],e)},t.prototype.onMouseOver=function(){var t=this.chart,e=t.hoverSeries;t.pointer.setHoverChartIndex(),e&&e!==this&&e.onMouseOut(),this.options.events.mouseOver&&E(this,"mouseOver"),this.setState("hover"),t.hoverSeries=this},t.prototype.onMouseOut=function(){var t=this.options,e=this.chart,n=e.tooltip,i=e.hoverPoint;e.hoverSeries=null,i&&i.onMouseOut(),this&&t.events.mouseOut&&E(this,"mouseOut"),!n||this.stickyTracking||n.shared&&!this.noSharedTooltip||n.hide(),e.series.forEach((function(t){t.setState("",!0)}))},t.prototype.setState=function(t,e){var n=this,i=n.options,r=n.graph,o=i.inactiveOtherPoints,a=i.states,s=I(a[t||"normal"]&&a[t||"normal"].animation,n.chart.options.chart.animation),l=i.lineWidth,d=0,c=i.opacity;if(t=t||"",n.state!==t&&([n.group,n.markerGroup,n.dataLabelsGroup].forEach((function(e){e&&(n.state&&e.removeClass("highcharts-series-"+n.state),t&&e.addClass("highcharts-series-"+t))})),n.state=t,!n.chart.styledMode)){if(a[t]&&!1===a[t].enabled)return;if(t&&(l=a[t].lineWidth||l+(a[t].lineWidthPlus||0),c=I(a[t].opacity,c)),r&&!r.dashstyle)for(i={"stroke-width":l},r.animate(i,s);n["zone-graph-"+d];)n["zone-graph-"+d].animate(i,s),d+=1;o||[n.group,n.markerGroup,n.dataLabelsGroup,n.labelBySeries].forEach((function(t){t&&t.animate({opacity:c},s)}))}e&&o&&n.points&&n.setAllPointsToState(t||void 0)},t.prototype.setAllPointsToState=function(t){this.points.forEach((function(e){e.setState&&e.setState(t)}))},t.prototype.setVisible=function(t,e){var n=this,i=n.chart,r=n.legendItem,o=i.options.chart.ignoreHiddenSeries,a=n.visible,s=(n.visible=t=n.options.visible=n.userOptions.visible=void 0===t?!a:t)?"show":"hide";["group","dataLabelsGroup","markerGroup","tracker","tt"].forEach((function(t){n[t]&&n[t][s]()})),i.hoverSeries!==n&&(i.hoverPoint&&i.hoverPoint.series)!==n||n.onMouseOut(),r&&i.legend.colorizeItem(n,t),n.isDirty=!0,n.options.stacking&&i.series.forEach((function(t){t.options.stacking&&t.visible&&(t.isDirty=!0)})),n.linkedSeries.forEach((function(e){e.setVisible(t,!1)})),o&&(i.isDirtyBox=!0),E(n,s),!1!==e&&i.redraw()},t.prototype.show=function(){this.setVisible(!0)},t.prototype.hide=function(){this.setVisible(!1)},t.prototype.select=function(t){this.selected=t=this.options.selected=void 0===t?!this.selected:t,this.checkbox&&(this.checkbox.checked=t),E(this,t?"select":"unselect")},t.prototype.shouldShowTooltip=function(t,e,n){return void 0===n&&(n={}),n.series=this,n.visiblePlotOnly=!0,this.chart.isInsidePlot(t,e,n)},t.defaultOptions=a,t}(),S(t.prototype,{axisTypes:["xAxis","yAxis"],coll:"series",colorCounter:0,cropShoulder:1,directTouch:!1,drawLegendSymbol:r.drawLineMarker,isCartesian:!0,kdAxisArray:["clientX","plotY"],parallelArrays:["x","y"],pointClass:o,requireSorting:!0,sorted:!0}),s.series=t,t})),e(n,"Extensions/ScrollablePlotArea.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/Axis.js"],n["Core/Chart/Chart.js"],n["Core/Series/Series.js"],n["Core/Renderer/RendererRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o){var a=t.stop,s=o.addEvent,l=o.createElement,d=o.merge,c=o.pick;s(n,"afterSetChartSize",(function(t){var n=this.options.chart.scrollablePlotArea,i=n&&n.minWidth;if(n=n&&n.minHeight,!this.renderer.forExport){if(i){if(this.scrollablePixelsX=i=Math.max(0,i-this.chartWidth)){this.scrollablePlotBox=this.renderer.scrollablePlotBox=d(this.plotBox),this.plotBox.width=this.plotWidth+=i,this.inverted?this.clipBox.height+=i:this.clipBox.width+=i;var r={1:{name:"right",value:i}}}}else n&&(this.scrollablePixelsY=i=Math.max(0,n-this.chartHeight))&&(this.scrollablePlotBox=this.renderer.scrollablePlotBox=d(this.plotBox),this.plotBox.height=this.plotHeight+=i,this.inverted?this.clipBox.width+=i:this.clipBox.height+=i,r={2:{name:"bottom",value:i}});r&&!t.skipAxes&&this.axes.forEach((function(t){r[t.side]?t.getPlotLinePath=function(){var n=r[t.side].name,i=this[n];this[n]=i-r[t.side].value;var o=e.prototype.getPlotLinePath.apply(this,arguments);return this[n]=i,o}:(t.setAxisSize(),t.setAxisTranslation())}))}})),s(n,"render",(function(){this.scrollablePixelsX||this.scrollablePixelsY?(this.setUpScrolling&&this.setUpScrolling(),this.applyFixed()):this.fixedDiv&&this.applyFixed()})),n.prototype.setUpScrolling=function(){var t=this,e={WebkitOverflowScrolling:"touch",overflowX:"hidden",overflowY:"hidden"};this.scrollablePixelsX&&(e.overflowX="auto"),this.scrollablePixelsY&&(e.overflowY="auto"),this.scrollingParent=l("div",{className:"highcharts-scrolling-parent"},{position:"relative"},this.renderTo),this.scrollingContainer=l("div",{className:"highcharts-scrolling"},e,this.scrollingParent),s(this.scrollingContainer,"scroll",(function(){t.pointer&&delete t.pointer.chartPosition})),this.innerContainer=l("div",{className:"highcharts-inner-container"},null,this.scrollingContainer),this.innerContainer.appendChild(this.container),this.setUpScrolling=null},n.prototype.moveFixedElements=function(){var t,e=this.container,n=this.fixedRenderer,i=".highcharts-contextbutton .highcharts-credits .highcharts-legend .highcharts-legend-checkbox .highcharts-navigator-series .highcharts-navigator-xaxis .highcharts-navigator-yaxis .highcharts-navigator .highcharts-reset-zoom .highcharts-drillup-button .highcharts-scrollbar .highcharts-subtitle .highcharts-title".split(" ");this.scrollablePixelsX&&!this.inverted?t=".highcharts-yaxis":this.scrollablePixelsX&&this.inverted||this.scrollablePixelsY&&!this.inverted?t=".highcharts-xaxis":this.scrollablePixelsY&&this.inverted&&(t=".highcharts-yaxis"),t&&i.push(t+":not(.highcharts-radial-axis)",t+"-labels:not(.highcharts-radial-axis-labels)"),i.forEach((function(t){[].forEach.call(e.querySelectorAll(t),(function(t){(t.namespaceURI===n.SVG_NS?n.box:n.box.parentNode).appendChild(t),t.style.pointerEvents="auto"}))}))},n.prototype.applyFixed=function(){var t=!this.fixedDiv,e=this.options.chart,n=e.scrollablePlotArea,i=r.getRendererType();t?(this.fixedDiv=l("div",{className:"highcharts-fixed"},{position:"absolute",overflow:"hidden",pointerEvents:"none",zIndex:(e.style&&e.style.zIndex||0)+2,top:0},null,!0),this.scrollingContainer&&this.scrollingContainer.parentNode.insertBefore(this.fixedDiv,this.scrollingContainer),this.renderTo.style.overflow="visible",this.fixedRenderer=e=new i(this.fixedDiv,this.chartWidth,this.chartHeight,this.options.chart.style),this.scrollableMask=e.path().attr({fill:this.options.chart.backgroundColor||"#fff","fill-opacity":c(n.opacity,.85),zIndex:-1}).addClass("highcharts-scrollable-mask").add(),s(this,"afterShowResetZoom",this.moveFixedElements),s(this,"afterDrilldown",this.moveFixedElements),s(this,"afterLayOutTitles",this.moveFixedElements)):this.fixedRenderer.setSize(this.chartWidth,this.chartHeight),(this.scrollableDirty||t)&&(this.scrollableDirty=!1,this.moveFixedElements()),e=this.chartWidth+(this.scrollablePixelsX||0),i=this.chartHeight+(this.scrollablePixelsY||0),a(this.container),this.container.style.width=e+"px",this.container.style.height=i+"px",this.renderer.boxWrapper.attr({width:e,height:i,viewBox:[0,0,e,i].join(" ")}),this.chartBackground.attr({width:e,height:i}),this.scrollingContainer.style.height=this.chartHeight+"px",t&&(n.scrollPositionX&&(this.scrollingContainer.scrollLeft=this.scrollablePixelsX*n.scrollPositionX),n.scrollPositionY&&(this.scrollingContainer.scrollTop=this.scrollablePixelsY*n.scrollPositionY)),i=this.axisOffset,t=this.plotTop-i[0]-1,n=this.plotLeft-i[3]-1,e=this.plotTop+this.plotHeight+i[2]+1,i=this.plotLeft+this.plotWidth+i[1]+1;var o=this.plotLeft+this.plotWidth-(this.scrollablePixelsX||0),d=this.plotTop+this.plotHeight-(this.scrollablePixelsY||0);t=this.scrollablePixelsX?[["M",0,t],["L",this.plotLeft-1,t],["L",this.plotLeft-1,e],["L",0,e],["Z"],["M",o,t],["L",this.chartWidth,t],["L",this.chartWidth,e],["L",o,e],["Z"]]:this.scrollablePixelsY?[["M",n,0],["L",n,this.plotTop-1],["L",i,this.plotTop-1],["L",i,0],["Z"],["M",n,d],["L",n,this.chartHeight],["L",i,this.chartHeight],["L",i,d],["Z"]]:[["M",0,0]],"adjustHeight"!==this.redrawTrigger&&this.scrollableMask.attr({d:t})},s(e,"afterInit",(function(){this.chart.scrollableDirty=!0})),s(i,"show",(function(){this.chart.scrollableDirty=!0}))})),e(n,"Core/Axis/StackingAxis.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/Axis.js"],n["Core/Utilities.js"]],(function(t,e,n){var i,r=t.getDeferredAnimation,o=n.addEvent,a=n.destroyObjectProperties,s=n.fireEvent,l=n.isNumber,d=n.objectEach;return function(t){function e(){var t=this.stacking;if(t){var e=t.stacks;d(e,(function(t,n){a(t),e[n]=null})),t&&t.stackTotalGroup&&t.stackTotalGroup.destroy()}}function n(){this.stacking||(this.stacking=new c(this))}var i=[];t.compose=function(t){return-1===i.indexOf(t)&&(i.push(t),o(t,"init",n),o(t,"destroy",e)),t};var c=function(){function t(t){this.oldStacks={},this.stacks={},this.stacksTouched=0,this.axis=t}return t.prototype.buildStacks=function(){var t,e=this.axis,n=e.series,i=e.options.reversedStacks,r=n.length;if(!e.isXAxis){for(this.usePercentage=!1,t=r;t--;){var o=n[i?t:r-t-1];o.setStackedPoints(),o.setGroupedPoints()}for(t=0;t<r;t++)n[t].modifyStacks();s(e,"afterBuildStacks")}},t.prototype.cleanStacks=function(){if(!this.axis.isXAxis){if(this.oldStacks)var t=this.stacks=this.oldStacks;d(t,(function(t){d(t,(function(t){t.cumulative=t.total}))}))}},t.prototype.resetStacks=function(){var t=this,e=t.stacks;t.axis.isXAxis||d(e,(function(e){d(e,(function(n,i){l(n.touched)&&n.touched<t.stacksTouched?(n.destroy(),delete e[i]):(n.total=null,n.cumulative=null)}))}))},t.prototype.renderStackTotals=function(){var t=this.axis,e=t.chart,n=e.renderer,i=this.stacks;t=r(e,t.options.stackLabels&&t.options.stackLabels.animation||!1);var o=this.stackTotalGroup=this.stackTotalGroup||n.g("stack-labels").attr({visibility:"visible",zIndex:6,opacity:0}).add();o.translate(e.plotLeft,e.plotTop),d(i,(function(t){d(t,(function(t){t.render(o)}))})),o.animate({opacity:1},t)},t}();t.Additions=c}(i||(i={})),i})),e(n,"Extensions/Stacking.js",[n["Core/Axis/Axis.js"],n["Core/Chart/Chart.js"],n["Core/FormatUtilities.js"],n["Core/Globals.js"],n["Core/Series/Series.js"],n["Core/Axis/StackingAxis.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,a){var s=n.format,l=a.correctFloat,d=a.defined,c=a.destroyObjectProperties,u=a.isArray,h=a.isNumber,p=a.objectEach,f=a.pick,g=function(){function t(t,e,n,i,r){var o=t.chart.inverted;this.axis=t,this.isNegative=n,this.options=e=e||{},this.x=i,this.total=null,this.points={},this.hasValidPoints=!1,this.stack=r,this.rightCliff=this.leftCliff=0,this.alignOptions={align:e.align||(o?n?"left":"right":"center"),verticalAlign:e.verticalAlign||(o?"middle":n?"bottom":"top"),y:e.y,x:e.x},this.textAlign=e.textAlign||(o?n?"right":"left":"center")}return t.prototype.destroy=function(){c(this,this.axis)},t.prototype.render=function(t){var e=this.axis.chart,n=this.options,i=n.format;i=i?s(i,this,e):n.formatter.call(this),this.label?this.label.attr({text:i,visibility:"hidden"}):(this.label=e.renderer.label(i,null,null,n.shape,null,null,n.useHTML,!1,"stack-labels"),i={r:n.borderRadius||0,text:i,rotation:n.rotation,padding:f(n.padding,5),visibility:"hidden"},e.styledMode||(i.fill=n.backgroundColor,i.stroke=n.borderColor,i["stroke-width"]=n.borderWidth,this.label.css(n.style)),this.label.attr(i),this.label.added||this.label.add(t)),this.label.labelrank=e.plotSizeY},t.prototype.setOffset=function(t,e,n,i,o){var a=this.axis,s=a.chart;i=a.translate(a.stacking.usePercentage?100:i||this.total,0,0,0,1),n=a.translate(n||0),n=d(i)&&Math.abs(i-n),t=f(o,s.xAxis[0].translate(this.x))+t,a=d(i)&&this.getStackBox(s,this,t,i,e,n,a),e=this.label,n=this.isNegative,t="justify"===f(this.options.overflow,"justify");var l=this.textAlign;e&&a&&(o=e.getBBox(),i=e.padding,l="left"===l?s.inverted?-i:i:"right"===l?o.width:s.inverted&&"center"===l?o.width/2:s.inverted?n?o.width+i:-i:o.width/2,n=s.inverted?o.height/2:n?-i:o.height,this.alignOptions.x=f(this.options.x,0),this.alignOptions.y=f(this.options.y,0),a.x-=l,a.y-=n,e.align(this.alignOptions,null,a),s.isInsidePlot(e.alignAttr.x+l-this.alignOptions.x,e.alignAttr.y+n-this.alignOptions.y)?e.show():(e.alignAttr.y=-9999,t=!1),t&&r.prototype.justifyDataLabel.call(this.axis,e,this.alignOptions,e.alignAttr,o,a),e.attr({x:e.alignAttr.x,y:e.alignAttr.y}),f(!t&&this.options.crop,!0)&&((s=h(e.x)&&h(e.y)&&s.isInsidePlot(e.x-i+e.width,e.y)&&s.isInsidePlot(e.x+i,e.y))||e.hide()))},t.prototype.getStackBox=function(t,e,n,i,r,o,a){var s=e.axis.reversed,l=t.inverted,d=a.height+a.pos-(l?t.plotLeft:t.plotTop);return e=e.isNegative&&!s||!e.isNegative&&s,{x:l?e?i-a.right:i-o+a.pos-t.plotLeft:n+t.xAxis[0].transB-t.plotLeft,y:l?a.height-n-r:e?d-i-o:d-i,width:l?o:r,height:l?r:o}},t}();return e.prototype.getStacks=function(){var t=this,e=t.inverted;t.yAxis.forEach((function(t){t.stacking&&t.stacking.stacks&&t.hasVisibleSeries&&(t.stacking.oldStacks=t.stacking.stacks)})),t.series.forEach((function(n){var i=n.xAxis&&n.xAxis.options||{};!n.options.stacking||!0!==n.visible&&!1!==t.options.chart.ignoreHiddenSeries||(n.stackKey=[n.type,f(n.options.stack,""),e?i.top:i.left,e?i.height:i.width].join())}))},o.compose(t),r.prototype.setGroupedPoints=function(){var t=this.yAxis.stacking;this.options.centerInCategory&&(this.is("column")||this.is("columnrange"))&&!this.options.stacking&&1<this.chart.series.length?r.prototype.setStackedPoints.call(this,"group"):t&&p(t.stacks,(function(e,n){"group"===n.slice(-5)&&(p(e,(function(t){return t.destroy()})),delete t.stacks[n])}))},r.prototype.setStackedPoints=function(t){var e=t||this.options.stacking;if(e&&(!0===this.visible||!1===this.chart.options.chart.ignoreHiddenSeries)){var n=this.processedXData,i=this.processedYData,r=[],o=i.length,a=this.options,s=a.threshold,c=f(a.startFromThreshold&&s,0);a=a.stack;var h,p,m="-"+(t=t?this.type+","+e:this.stackKey),v=this.negStacks,b=this.yAxis,y=b.stacking.stacks,x=b.stacking.oldStacks;for(b.stacking.stacksTouched+=1,p=0;p<o;p++){var _=n[p],O=i[p],w=this.getStackIndicator(w,_,this.index),$=w.key,C=(h=v&&O<(c?0:s))?m:t;y[C]||(y[C]={}),y[C][_]||(x[C]&&x[C][_]?(y[C][_]=x[C][_],y[C][_].total=null):y[C][_]=new g(b,b.options.stackLabels,h,_,a)),C=y[C][_],null!==O?(C.points[$]=C.points[this.index]=[f(C.cumulative,c)],d(C.cumulative)||(C.base=$),C.touched=b.stacking.stacksTouched,0<w.index&&!1===this.singleStacks&&(C.points[$][0]=C.points[this.index+","+_+",0"][0])):C.points[$]=C.points[this.index]=null,"percent"===e?(h=h?t:m,v&&y[h]&&y[h][_]?(h=y[h][_],C.total=h.total=Math.max(h.total,C.total)+Math.abs(O)||0):C.total=l(C.total+(Math.abs(O)||0))):"group"===e?(u(O)&&(O=O[0]),null!==O&&(C.total=(C.total||0)+1)):C.total=l(C.total+(O||0)),C.cumulative="group"===e?(C.total||1)-1:f(C.cumulative,c)+(O||0),null!==O&&(C.points[$].push(C.cumulative),r[p]=C.cumulative,C.hasValidPoints=!0)}"percent"===e&&(b.stacking.usePercentage=!0),"group"!==e&&(this.stackedYData=r),b.stacking.oldStacks={}}},r.prototype.modifyStacks=function(){var t,e=this,n=e.stackKey,i=e.yAxis.stacking.stacks,r=e.processedXData,o=e.options.stacking;e[o+"Stacker"]&&[n,"-"+n].forEach((function(n){for(var a,s,l=r.length;l--;)a=r[l],t=e.getStackIndicator(t,a,e.index,n),(s=(a=i[n]&&i[n][a])&&a.points[t.key])&&e[o+"Stacker"](s,a,l)}))},r.prototype.percentStacker=function(t,e,n){e=e.total?100/e.total:0,t[0]=l(t[0]*e),t[1]=l(t[1]*e),this.stackedYData[n]=t[1]},r.prototype.getStackIndicator=function(t,e,n,i){return!d(t)||t.x!==e||i&&t.key!==i?t={x:e,index:0,key:i}:t.index++,t.key=[n,e,t.index].join(),t},i.StackItem=g,i.StackItem})),e(n,"Series/Line/LineSeries.js",[n["Core/Series/Series.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=n.defined,o=n.merge;return n=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return i(n,e),n.prototype.drawGraph=function(){var t=this,e=this.options,n=(this.gappedPath||this.getGraphPath).call(this),i=this.chart.styledMode,r=[["graph","highcharts-graph"]];i||r[0].push(e.lineColor||this.color||"#cccccc",e.dashStyle),(r=t.getZonesGraphs(r)).forEach((function(r,o){var a=r[0],s=t[a],l=s?"animate":"attr";s?(s.endX=t.preventGraphAnimation?null:n.xMap,s.animate({d:n})):n.length&&(t[a]=s=t.chart.renderer.path(n).addClass(r[1]).attr({zIndex:1}).add(t.group)),s&&!i&&(a={stroke:r[2],"stroke-width":e.lineWidth,fill:t.fillGraph&&t.color||"none"},r[3]?a.dashstyle=r[3]:"square"!==e.linecap&&(a["stroke-linecap"]=a["stroke-linejoin"]="round"),s[l](a).shadow(2>o&&e.shadow)),s&&(s.startX=n.xMap,s.isArea=n.isArea)}))},n.prototype.getGraphPath=function(t,e,n){var i,o=this,a=o.options,s=[],l=[],d=a.step,c=(t=t||o.points).reversed;return c&&t.reverse(),(d={right:1,center:2}[d]||d&&3)&&c&&(d=4-d),(t=this.getValidPoints(t,!1,!(a.connectNulls&&!e&&!n))).forEach((function(c,u){var h=c.plotX,p=c.plotY,f=t[u-1];(c.leftCliff||f&&f.rightCliff)&&!n&&(i=!0),c.isNull&&!r(e)&&0<u?i=!a.connectNulls:c.isNull&&!e?i=!0:(0===u||i?u=[["M",c.plotX,c.plotY]]:o.getPointSpline?u=[o.getPointSpline(t,c,u)]:d?(u=1===d?[["L",f.plotX,p]]:2===d?[["L",(f.plotX+h)/2,f.plotY],["L",(f.plotX+h)/2,p]]:[["L",h,f.plotY]]).push(["L",h,p]):u=[["L",h,p]],l.push(c.x),d&&(l.push(c.x),2===d&&l.push(c.x)),s.push.apply(s,u),i=!1)})),s.xMap=l,o.graphPath=s},n.prototype.getZonesGraphs=function(t){return this.zones.forEach((function(e,n){n=["zone-graph-"+n,"highcharts-graph highcharts-zone-graph-"+n+" "+(e.className||"")],this.chart.styledMode||n.push(e.color||this.color,e.dashStyle||this.options.dashStyle),t.push(n)}),this),t},n.defaultOptions=o(t.defaultOptions,{}),n}(t),e.registerSeriesType("line",n),n})),e(n,"Series/Area/AreaSeries.js",[n["Core/Color/Color.js"],n["Core/Legend/LegendSymbol.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=t.parse,a=n.seriesTypes.line;t=i.extend;var s=i.merge,l=i.objectEach,d=i.pick;return i=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return r(e,t),e.prototype.drawGraph=function(){this.areaPath=[],t.prototype.drawGraph.apply(this);var e=this,n=this.areaPath,i=this.options,r=[["area","highcharts-area",this.color,i.fillColor]];this.zones.forEach((function(t,n){r.push(["zone-area-"+n,"highcharts-area highcharts-zone-area-"+n+" "+t.className,t.color||e.color,t.fillColor||i.fillColor])})),r.forEach((function(t){var r=t[0],a=e[r],s=a?"animate":"attr",l={};a?(a.endX=e.preventGraphAnimation?null:n.xMap,a.animate({d:n})):(l.zIndex=0,(a=e[r]=e.chart.renderer.path(n).addClass(t[1]).add(e.group)).isArea=!0),e.chart.styledMode||(l.fill=d(t[3],o(t[2]).setOpacity(d(i.fillOpacity,.75)).get())),a[s](l),a.startX=n.xMap,a.shiftUnit=i.step?2:1}))},e.prototype.getGraphPath=function(t){var e,n=a.prototype.getGraphPath,i=this.options,r=i.stacking,o=this.yAxis,s=[],l=[],c=this.index,u=o.stacking.stacks[this.stackKey],h=i.threshold,p=Math.round(o.getThreshold(i.threshold));i=d(i.connectNulls,"percent"===r);var f=function(e,n,i){var a=t[e];e=r&&u[a.x].points[c];var d=a[i+"Null"]||0;if(i=a[i+"Cliff"]||0,a=!0,i||d){var f=(d?e[0]:e[1])+i,g=e[0]+i;a=!!d}else!r&&t[n]&&t[n].isNull&&(f=g=h);void 0!==f&&(l.push({plotX:m,plotY:null===f?p:o.getThreshold(f),isNull:a,isCliff:!0}),s.push({plotX:m,plotY:null===g?p:o.getThreshold(g),doCurve:!1}))};for(t=t||this.points,r&&(t=this.getStackPoints(t)),e=0;e<t.length;e++){r||(t[e].leftCliff=t[e].rightCliff=t[e].leftNull=t[e].rightNull=void 0);var g=t[e].isNull,m=d(t[e].rectPlotX,t[e].plotX),v=r?d(t[e].yBottom,p):p;g&&!i||(i||f(e,e-1,"left"),g&&!r&&i||(l.push(t[e]),s.push({x:e,plotX:m,plotY:v})),i||f(e,e+1,"right"))}return e=n.call(this,l,!0,!0),s.reversed=!0,(v=(g=n.call(this,s,!0,!0))[0])&&"M"===v[0]&&(g[0]=["L",v[1],v[2]]),(g=e.concat(g)).length&&g.push(["Z"]),n=n.call(this,l,!1,i),g.xMap=e.xMap,this.areaPath=g,n},e.prototype.getStackPoints=function(t){var e=this,n=[],i=[],r=this.xAxis,o=this.yAxis,a=o.stacking.stacks[this.stackKey],s={},c=o.series,u=c.length,h=o.options.reversedStacks?1:-1,p=c.indexOf(e);if(t=t||this.points,this.options.stacking){for(var f=0;f<t.length;f++)t[f].leftNull=t[f].rightNull=void 0,s[t[f].x]=t[f];l(a,(function(t,e){null!==t.total&&i.push(e)})),i.sort((function(t,e){return t-e}));var g=c.map((function(t){return t.visible}));i.forEach((function(t,l){var f,m,v=0;if(s[t]&&!s[t].isNull)n.push(s[t]),[-1,1].forEach((function(n){var r=1===n?"rightNull":"leftNull",o=0,d=a[i[l+n]];if(d)for(var v=p;0<=v&&v<u;){var b=c[v].index;(f=d.points[b])||(b===e.index?s[t][r]=!0:g[v]&&(m=a[t].points[b])&&(o-=m[1]-m[0])),v+=h}s[t][1===n?"rightCliff":"leftCliff"]=o}));else{for(var b=p;0<=b&&b<u;){if(f=a[t].points[c[b].index]){v=f[1];break}b+=h}v=d(v,0),v=o.translate(v,0,1,0,1),n.push({isNull:!0,plotX:r.translate(t,0,0,0,1),x:t,plotY:v,yBottom:v})}}))}return n},e.defaultOptions=s(a.defaultOptions,{threshold:0}),e}(a),t(i.prototype,{singleStacks:!1,drawLegendSymbol:e.drawRectangle}),n.registerSeriesType("area",i),i})),e(n,"Series/Spline/SplineSeries.js",[n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e){var n=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),i=t.seriesTypes.line,r=e.merge,o=e.pick;return e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return n(e,t),e.prototype.getPointSpline=function(t,e,n){var i=e.plotX||0,r=e.plotY||0,a=t[n-1];if(n=t[n+1],a&&!a.isNull&&!1!==a.doCurve&&!e.isCliff&&n&&!n.isNull&&!1!==n.doCurve&&!e.isCliff){t=a.plotY||0;var s=n.plotX||0;n=n.plotY||0;var l=0,d=(1.5*i+(a.plotX||0))/2.5,c=(1.5*r+t)/2.5,u=(1.5*r+n)/2.5;(s=(1.5*i+s)/2.5)!==d&&(l=(u-c)*(s-i)/(s-d)+r-u),u+=l,(c+=l)>t&&c>r?u=2*r-(c=Math.max(t,r)):c<t&&c<r&&(u=2*r-(c=Math.min(t,r))),u>n&&u>r?c=2*r-(u=Math.max(n,r)):u<n&&u<r&&(c=2*r-(u=Math.min(n,r))),e.rightContX=s,e.rightContY=u}return e=["C",o(a.rightContX,a.plotX,0),o(a.rightContY,a.plotY,0),o(d,i,0),o(c,r,0),i,r],a.rightContX=a.rightContY=void 0,e},e.defaultOptions=r(i.defaultOptions),e}(i),t.registerSeriesType("spline",e),e})),e(n,"Series/AreaSpline/AreaSplineSeries.js",[n["Series/Area/AreaSeries.js"],n["Series/Spline/SplineSeries.js"],n["Core/Legend/LegendSymbol.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r){var o=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),a=t.prototype,s=r.extend,l=r.merge;return s((r=function(n){function i(){var t=null!==n&&n.apply(this,arguments)||this;return t.data=void 0,t.points=void 0,t.options=void 0,t}return o(i,n),i.defaultOptions=l(e.defaultOptions,t.defaultOptions),i}(e)).prototype,{getGraphPath:a.getGraphPath,getStackPoints:a.getStackPoints,drawGraph:a.drawGraph,drawLegendSymbol:n.drawRectangle}),i.registerSeriesType("areaspline",r),r})),e(n,"Series/Column/ColumnSeries.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Legend/LegendSymbol.js"],n["Core/Series/Series.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,a){var s=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),l=t.animObject,d=e.parse,c=n.hasTouch;t=n.noop;var u=a.clamp,h=a.css,p=a.defined,f=a.extend,g=a.fireEvent,m=a.isArray,v=a.isNumber,b=a.merge,y=a.pick,x=a.objectEach;return a=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.borderWidth=void 0,e.data=void 0,e.group=void 0,e.options=void 0,e.points=void 0,e}return s(e,t),e.prototype.animate=function(t){var e=this,n=this.yAxis,i=e.options,r=this.chart.inverted,o={},a=r?"translateX":"translateY";if(t)o.scaleY=.001,t=u(n.toPixels(i.threshold),n.pos,n.pos+n.len),r?o.translateX=t-n.len:o.translateY=t,e.clipBox&&e.setClip(),e.group.attr(o);else{var s=Number(e.group.attr(a));e.group.animate({scaleY:1},f(l(e.options.animation),{step:function(t,i){e.group&&(o[a]=s+i.pos*(n.pos-s),e.group.attr(o))}}))}},e.prototype.init=function(e,n){t.prototype.init.apply(this,arguments);var i=this;(e=i.chart).hasRendered&&e.series.forEach((function(t){t.type===i.type&&(t.isDirty=!0)}))},e.prototype.getColumnMetrics=function(){var t=this,e=t.options,n=t.xAxis,i=t.yAxis,r=n.options.reversedStacks;r=n.reversed&&!r||!n.reversed&&r;var o,a={},s=0;!1===e.grouping?s=1:t.chart.series.forEach((function(e){var n=e.yAxis,r=e.options;if(e.type===t.type&&(e.visible||!t.chart.options.chart.ignoreHiddenSeries)&&i.len===n.len&&i.pos===n.pos){if(r.stacking&&"group"!==r.stacking){o=e.stackKey,void 0===a[o]&&(a[o]=s++);var l=a[o]}else!1!==r.grouping&&(l=s++);e.columnIndex=l}}));var l=Math.min(Math.abs(n.transA)*(n.ordinal&&n.ordinal.slope||e.pointRange||n.closestPointRange||n.tickInterval||1),n.len),d=l*e.groupPadding,c=(l-2*d)/(s||1);return e=Math.min(e.maxPointWidth||n.len,y(e.pointWidth,c*(1-2*e.pointPadding))),t.columnMetrics={width:e,offset:(c-e)/2+(d+((t.columnIndex||0)+(r?1:0))*c-l/2)*(r?-1:1),paddedWidth:c,columnCount:s},t.columnMetrics},e.prototype.crispCol=function(t,e,n,i){var r=this.chart,o=this.borderWidth,a=-(o%2?.5:0);return o=o%2?.5:1,r.inverted&&r.renderer.isVML&&(o+=1),this.options.crisp&&(n=Math.round(t+n)+a,n-=t=Math.round(t)+a),i=Math.round(e+i)+o,a=.5>=Math.abs(e)&&.5<i,i-=e=Math.round(e)+o,a&&i&&(--e,i+=1),{x:t,y:e,width:n,height:i}},e.prototype.adjustForMissingColumns=function(t,e,n,i){var r=this,o=this.options.stacking;if(!n.isNull&&1<i.columnCount){var a=0,s=0;x(this.yAxis.stacking&&this.yAxis.stacking.stacks,(function(t){if("number"==typeof n.x&&(t=t[n.x.toString()])){var e=t.points[r.index],i=t.total;o?(e&&(a=s),t.hasValidPoints&&s++):m(e)&&(a=e[1],s=i||0)}})),t=(n.plotX||0)+((s-1)*i.paddedWidth+e)/2-e-a*i.paddedWidth}return t},e.prototype.translate=function(){var t=this,e=t.chart,n=t.options,i=t.dense=2>t.closestPointRange*t.xAxis.transA;i=t.borderWidth=y(n.borderWidth,i?0:1);var o=t.xAxis,a=t.yAxis,s=n.threshold,l=t.translatedThreshold=a.getThreshold(s),d=y(n.minPointLength,5),c=t.getColumnMetrics(),h=c.width,f=t.pointXOffset=c.offset,g=t.dataMin,m=t.dataMax,b=t.barW=Math.max(h,1+2*i);e.inverted&&(l-=.5),n.pointPadding&&(b=Math.ceil(b)),r.prototype.translate.apply(t),t.points.forEach((function(i){var r=y(i.yBottom,l),x=999+Math.abs(r),_=i.plotX||0;x=u(i.plotY,-x,a.len+x);var O=Math.min(x,r),w=Math.max(x,r)-O,$=h,C=_+f,k=b;d&&Math.abs(w)<d&&(w=d,_=!a.reversed&&!i.negative||a.reversed&&i.negative,v(s)&&v(m)&&i.y===s&&m<=s&&(a.min||0)<s&&(g!==m||(a.max||0)<=s)&&(_=!_),O=Math.abs(O-l)>d?r-d:l-(_?d:0)),p(i.options.pointWidth)&&($=k=Math.ceil(i.options.pointWidth),C-=Math.round(($-h)/2)),n.centerInCategory&&(C=t.adjustForMissingColumns(C,$,i,c)),i.barX=C,i.pointWidth=$,i.tooltipPos=e.inverted?[u(a.len+a.pos-e.plotLeft-x,a.pos-e.plotLeft,a.len+a.pos-e.plotLeft),o.len+o.pos-e.plotTop-C-k/2,w]:[o.left-e.plotLeft+C+k/2,u(x+a.pos-e.plotTop,a.pos-e.plotTop,a.len+a.pos-e.plotTop),w],i.shapeType=t.pointClass.prototype.shapeType||"rect",i.shapeArgs=t.crispCol.apply(t,i.isNull?[C,l,k,0]:[C,O,k,w])}))},e.prototype.drawGraph=function(){this.group[this.dense?"addClass":"removeClass"]("highcharts-dense-data")},e.prototype.pointAttribs=function(t,e){var n=this.options,i=this.pointAttrToOptions||{},r=i.stroke||"borderColor",o=i["stroke-width"]||"borderWidth",a=t&&t.color||this.color,s=t&&t[r]||n[r]||a;i=t&&t.options.dashStyle||n.dashStyle;var l=t&&t[o]||n[o]||this[o]||0,c=y(t&&t.opacity,n.opacity,1);if(t&&this.zones.length){var u=t.getZone();a=t.options.color||u&&(u.color||t.nonZonedColor)||this.color,u&&(s=u.borderColor||s,i=u.dashStyle||i,l=u.borderWidth||l)}return e&&t&&(e=(t=b(n.states[e],t.options.states&&t.options.states[e]||{})).brightness,a=t.color||void 0!==e&&d(a).brighten(t.brightness).get()||a,s=t[r]||s,l=t[o]||l,i=t.dashStyle||i,c=y(t.opacity,c)),r={fill:a,stroke:s,"stroke-width":l,opacity:c},i&&(r.dashstyle=i),r},e.prototype.drawPoints=function(){var t,e=this,n=this.chart,i=e.options,r=n.renderer,o=i.animationLimit||250;e.points.forEach((function(a){var s=a.graphic,l=!!s,d=s&&n.pointCount<o?"animate":"attr";v(a.plotY)&&null!==a.y?(t=a.shapeArgs,s&&a.hasNewShapeType()&&(s=s.destroy()),e.enabledDataSorting&&(a.startXPos=e.xAxis.reversed?-(t&&t.width||0):e.xAxis.width),s||(a.graphic=s=r[a.shapeType](t).add(a.group||e.group))&&e.enabledDataSorting&&n.hasRendered&&n.pointCount<o&&(s.attr({x:a.startXPos}),l=!0,d="animate"),s&&l&&s[d](b(t)),i.borderRadius&&s[d]({r:i.borderRadius}),n.styledMode||s[d](e.pointAttribs(a,a.selected&&"select")).shadow(!1!==a.allowShadow&&i.shadow,null,i.stacking&&!i.borderRadius),s&&(s.addClass(a.getClassName(),!0),s.attr({visibility:a.visible?"inherit":"hidden"}))):s&&(a.graphic=s.destroy())}))},e.prototype.drawTracker=function(){var t,e=this,n=e.chart,i=n.pointer,r=function(t){var e=i.getPointFromEvent(t);void 0!==e&&(i.isDirectTouch=!0,e.onMouseOver(t))};e.points.forEach((function(e){t=m(e.dataLabels)?e.dataLabels:e.dataLabel?[e.dataLabel]:[],e.graphic&&(e.graphic.element.point=e),t.forEach((function(t){t.div?t.div.point=e:t.element.point=e}))})),e._hasTracking||(e.trackerGroups.forEach((function(t){e[t]&&(e[t].addClass("highcharts-tracker").on("mouseover",r).on("mouseout",(function(t){i.onTrackerMouseOut(t)})),c&&e[t].on("touchstart",r),!n.styledMode&&e.options.cursor&&e[t].css(h).css({cursor:e.options.cursor}))})),e._hasTracking=!0),g(this,"afterDrawTracker")},e.prototype.remove=function(){var t=this,e=t.chart;e.hasRendered&&e.series.forEach((function(e){e.type===t.type&&(e.isDirty=!0)})),r.prototype.remove.apply(t,arguments)},e.defaultOptions=b(r.defaultOptions,{borderRadius:0,centerInCategory:!1,groupPadding:.2,marker:null,pointPadding:.1,minPointLength:0,cropThreshold:50,pointRange:null,states:{hover:{halo:!1,brightness:.1},select:{color:"#cccccc",borderColor:"#000000"}},dataLabels:{align:void 0,verticalAlign:void 0,y:void 0},startFromThreshold:!0,stickyTracking:!1,tooltip:{distance:6},threshold:0,borderColor:"#ffffff"}),e}(r),f(a.prototype,{cropShoulder:0,directTouch:!0,drawLegendSymbol:i.drawRectangle,getSymbol:t,negStacks:!0,trackerGroups:["group","dataLabelsGroup"]}),o.registerSeriesType("column",a),a})),e(n,"Core/Series/DataLabel.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/FormatUtilities.js"],n["Core/Utilities.js"]],(function(t,e,n){var i,r=t.getDeferredAnimation,o=e.format,a=n.defined,s=n.extend,l=n.fireEvent,d=n.isArray,c=n.merge,u=n.objectEach,h=n.pick,p=n.splat;return function(t){function e(t,e,n,i,r){var o=this,a=this.chart,l=this.isCartesian&&a.inverted,d=this.enabledDataSorting,c=h(t.dlBox&&t.dlBox.centerX,t.plotX,-9999),u=h(t.plotY,-9999),p=e.getBBox(),f=n.rotation,g=n.align,m=a.isInsidePlot(c,Math.round(u),{inverted:l,paneCoordinates:!0,series:o}),v=function(n){d&&o.xAxis&&!b&&o.setDataLabelStartPos(t,e,r,m,n)},b="justify"===h(n.overflow,d?"none":"justify"),y=this.visible&&!1!==t.visible&&(t.series.forceDL||d&&!b||m||h(n.inside,!!this.options.stacking)&&i&&a.isInsidePlot(c,l?i.x+1:i.y+i.height-1,{inverted:l,paneCoordinates:!0,series:o}));if(y){var x=a.renderer.fontMetrics(a.styledMode?void 0:n.style.fontSize,e).b;i=s({x:l?this.yAxis.len-u:c,y:Math.round(l?this.xAxis.len-c:u),width:0,height:0},i),s(n,{width:p.width,height:p.height}),f?(b=!1,c=a.renderer.rotCorr(x,f),v(c={x:i.x+(n.x||0)+i.width/2+c.x,y:i.y+(n.y||0)+{top:0,middle:.5,bottom:1}[n.verticalAlign]*i.height}),e[r?"attr":"animate"](c).attr({align:g}),v=180<(v=(f+720)%360)&&360>v,"left"===g?c.y-=v?p.height:0:"center"===g?(c.x-=p.width/2,c.y-=p.height/2):"right"===g&&(c.x-=p.width,c.y-=v?0:p.height),e.placed=!0,e.alignAttr=c):(v(i),e.align(n,void 0,i),c=e.alignAttr),b&&0<=i.height?this.justifyDataLabel(e,n,c,p,i,r):h(n.crop,!0)&&(y=a.isInsidePlot(c.x,c.y,{paneCoordinates:!0,series:o})&&a.isInsidePlot(c.x+p.width,c.y+p.height,{paneCoordinates:!0,series:o})),n.shape&&!f&&e[r?"attr":"animate"]({anchorX:l?a.plotWidth-t.plotY:t.plotX,anchorY:l?a.plotHeight-t.plotX:t.plotY})}r&&d&&(e.placed=!1),y||d&&!b||(e.hide(!0),e.placed=!1)}function n(){var t=this,e=t.chart,n=t.options,i=t.points,s=t.hasRendered||0,c=e.renderer,g=n.dataLabels,m=g.animation;if(m=g.defer?r(e,m,t):{defer:0,duration:0},g=f(f(e.options.plotOptions&&e.options.plotOptions.series&&e.options.plotOptions.series.dataLabels,e.options.plotOptions&&e.options.plotOptions[t.type]&&e.options.plotOptions[t.type].dataLabels),g),l(this,"drawDataLabels"),d(g)||g.enabled||t._hasPointLabels){var v=t.plotGroup("dataLabelsGroup","data-labels",s?"inherit":"hidden",g.zIndex||6);v.attr({opacity:+s}),!s&&(s=t.dataLabelsGroup)&&(t.visible&&v.show(!0),s[n.animation?"animate":"attr"]({opacity:1},m)),i.forEach((function(i){p(f(g,i.dlOptions||i.options&&i.options.dataLabels)).forEach((function(r,s){var l=r.enabled&&(!i.isNull||i.dataLabelOnNull)&&function(t,e){var n=e.filter;return!n||(e=n.operator,t=t[n.property],n=n.value,">"===e&&t>n||"<"===e&&t<n||">="===e&&t>=n||"<="===e&&t<=n||"=="===e&&t==n||"==="===e&&t===n)}(i,r),d=i.connectors?i.connectors[s]:i.connector,p=i.dataLabels?i.dataLabels[s]:i.dataLabel,f=h(r.distance,i.labelDistance),g=!p;if(l){var m=i.getLabelConfig(),b=h(r[i.formatPrefix+"Format"],r.format);m=a(b)?o(b,m,e):(r[i.formatPrefix+"Formatter"]||r.formatter).call(m,r),b=r.style;var y=r.rotation;e.styledMode||(b.color=h(r.color,b.color,t.color,"#000000"),"contrast"===b.color?(i.contrastColor=c.getContrast(i.color||t.color),b.color=!a(f)&&r.inside||0>f||n.stacking?i.contrastColor:"#000000"):delete i.contrastColor,n.cursor&&(b.cursor=n.cursor));var x={r:r.borderRadius||0,rotation:y,padding:r.padding,zIndex:1};e.styledMode||(x.fill=r.backgroundColor,x.stroke=r.borderColor,x["stroke-width"]=r.borderWidth),u(x,(function(t,e){void 0===t&&delete x[e]}))}!p||l&&a(m)&&!!p.div==!!r.useHTML||(i.dataLabel=p=i.dataLabel&&i.dataLabel.destroy(),i.dataLabels&&(1===i.dataLabels.length?delete i.dataLabels:delete i.dataLabels[s]),s||delete i.dataLabel,d&&(i.connector=i.connector.destroy(),i.connectors&&(1===i.connectors.length?delete i.connectors:delete i.connectors[s]))),l&&a(m)&&(p?x.text=m:(i.dataLabels=i.dataLabels||[],p=i.dataLabels[s]=y?c.text(m,0,-9999,r.useHTML).addClass("highcharts-data-label"):c.label(m,0,-9999,r.shape,null,null,r.useHTML,null,"data-label"),s||(i.dataLabel=p),p.addClass(" highcharts-data-label-color-"+i.colorIndex+" "+(r.className||"")+(r.useHTML?" highcharts-tracker":""))),p.options=r,p.attr(x),e.styledMode||p.css(b).shadow(r.shadow),p.added||p.add(v),r.textPath&&!r.useHTML&&(p.setTextPath(i.getDataLabelPath&&i.getDataLabelPath(p)||i.graphic,r.textPath),i.dataLabelPath&&!r.textPath.enabled&&(i.dataLabelPath=i.dataLabelPath.destroy())),t.alignDataLabel(i,p,r,null,g))}))}))}l(this,"afterDrawDataLabels")}function i(t,e,n,i,r,o){var a=this.chart,s=e.align,l=e.verticalAlign,d=t.box?0:t.padding||0,c=e.x;c=void 0===c?0:c;var u=e.y;u=void 0===u?0:u;var h=(n.x||0)+d;if(0>h){"right"===s&&0<=c?(e.align="left",e.inside=!0):c-=h;var p=!0}return(h=(n.x||0)+i.width-d)>a.plotWidth&&("left"===s&&0>=c?(e.align="right",e.inside=!0):c+=a.plotWidth-h,p=!0),0>(h=n.y+d)&&("bottom"===l&&0<=u?(e.verticalAlign="top",e.inside=!0):u-=h,p=!0),(h=(n.y||0)+i.height-d)>a.plotHeight&&("top"===l&&0>=u?(e.verticalAlign="bottom",e.inside=!0):u+=a.plotHeight-h,p=!0),p&&(e.x=c,e.y=u,t.placed=!o,t.align(e,void 0,r)),p}function f(t,e){var n,i=[];if(d(t)&&!d(e))i=t.map((function(t){return c(t,e)}));else if(d(e)&&!d(t))i=e.map((function(e){return c(t,e)}));else if(d(t)||d(e))for(n=Math.max(t.length,e.length);n--;)i[n]=c(t[n],e[n]);else i=c(t,e);return i}function g(t,e,n,i,r){var o=this.chart,a=o.inverted,s=this.xAxis,l=s.reversed,d=a?e.height/2:e.width/2;t=(t=t.pointWidth)?t/2:0,e.startXPos=a?r.x:l?-d-t:s.width-d+t,e.startYPos=a?l?this.yAxis.height-d+t:-d-t:r.y,i?"hidden"===e.visibility&&(e.show(),e.attr({opacity:0}).animate({opacity:1})):e.attr({opacity:1}).animate({opacity:0},void 0,e.hide),o.hasRendered&&(n&&e.attr({x:e.startXPos,y:e.startYPos}),e.placed=!0)}var m=[];t.compose=function(t){if(-1===m.indexOf(t)){var r=t.prototype;m.push(t),r.alignDataLabel=e,r.drawDataLabels=n,r.justifyDataLabel=i,r.setDataLabelStartPos=g}}}(i||(i={})),i})),e(n,"Series/Column/ColumnDataLabel.js",[n["Core/Series/DataLabel.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n){var i,r=e.series,o=n.merge,a=n.pick;return function(e){function n(t,e,n,i,s){var l=this.chart.inverted,d=t.series,c=(d.xAxis?d.xAxis.len:this.chart.plotSizeX)||0;d=(d.yAxis?d.yAxis.len:this.chart.plotSizeY)||0;var u=t.dlBox||t.shapeArgs,h=a(t.below,t.plotY>a(this.translatedThreshold,d)),p=a(n.inside,!!this.options.stacking);u&&(0>(i=o(u)).y&&(i.height+=i.y,i.y=0),0<(u=i.y+i.height-d)&&u<i.height&&(i.height-=u),l&&(i={x:d-i.y-i.height,y:c-i.x-i.width,width:i.height,height:i.width}),p||(l?(i.x+=h?0:i.width,i.width=0):(i.y+=h?i.height:0,i.height=0))),n.align=a(n.align,!l||p?"center":h?"right":"left"),n.verticalAlign=a(n.verticalAlign,l||p?"middle":h?"top":"bottom"),r.prototype.alignDataLabel.call(this,t,e,n,i,s),n.inside&&t.contrastColor&&e.css({color:t.contrastColor})}var i=[];e.compose=function(e){t.compose(r),-1===i.indexOf(e)&&(i.push(e),e.prototype.alignDataLabel=n)}}(i||(i={})),i})),e(n,"Series/Bar/BarSeries.js",[n["Series/Column/ColumnSeries.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=n.extend,o=n.merge;return n=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return i(n,e),n.defaultOptions=o(t.defaultOptions,{}),n}(t),r(n.prototype,{inverted:!0}),e.registerSeriesType("bar",n),n})),e(n,"Series/Scatter/ScatterSeries.js",[n["Series/Column/ColumnSeries.js"],n["Series/Line/LineSeries.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=i.addEvent,a=i.extend,s=i.merge;return a((i=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return r(n,t),n.prototype.applyJitter=function(){var t=this,e=this.options.jitter,n=this.points.length;e&&this.points.forEach((function(i,r){["x","y"].forEach((function(o,a){var s="plot"+o.toUpperCase();if(e[o]&&!i.isNull){var l=t[o+"Axis"],d=e[o]*l.transA;if(l&&!l.isLog){var c=Math.max(0,i[s]-d);l=Math.min(l.len,i[s]+d),a=1e4*Math.sin(r+a*n),i[s]=c+(l-c)*(a-Math.floor(a)),"x"===o&&(i.clientX=i.plotX)}}}))}))},n.prototype.drawGraph=function(){this.options.lineWidth?t.prototype.drawGraph.call(this):this.graph&&(this.graph=this.graph.destroy())},n.defaultOptions=s(e.defaultOptions,{lineWidth:0,findNearestPointBy:"xy",jitter:{x:0,y:0},marker:{enabled:!0},tooltip:{headerFormat:'<span style="color:{point.color}">●</span> <span style="font-size: 10px"> {series.name}</span><br/>',pointFormat:"x: <b>{point.x}</b><br/>y: <b>{point.y}</b><br/>"}}),n}(e)).prototype,{drawTracker:t.prototype.drawTracker,sorted:!1,requireSorting:!1,noSharedTooltip:!0,trackerGroups:["group","markerGroup","dataLabelsGroup"],takeOrdinalPosition:!1}),o(i,"afterTranslate",(function(){this.applyJitter()})),n.registerSeriesType("scatter",i),i})),e(n,"Series/CenteredUtilities.js",[n["Core/Globals.js"],n["Core/Series/Series.js"],n["Core/Utilities.js"]],(function(t,e,n){var i,r=t.deg2rad,o=n.isNumber,a=n.pick,s=n.relativeLength;return function(t){t.getCenter=function(){var t=this.options,n=this.chart,i=2*(t.slicedOffset||0),r=n.plotWidth-2*i,o=n.plotHeight-2*i,l=t.center,d=Math.min(r,o),c=t.size,u=t.innerSize||0;for("string"==typeof c&&(c=parseFloat(c)),"string"==typeof u&&(u=parseFloat(u)),t=[a(l[0],"50%"),a(l[1],"50%"),a(c&&0>c?void 0:t.size,"100%"),a(u&&0>u?void 0:t.innerSize||0,"0%")],!n.angular||this instanceof e||(t[3]=0),l=0;4>l;++l)c=t[l],n=2>l||2===l&&/%$/.test(c),t[l]=s(c,[r,o,d,t[2]][l])+(n?i:0);return t[3]>t[2]&&(t[3]=t[2]),t},t.getStartAndEndRadians=function(t,e){return t=o(t)?t:0,e=o(e)&&e>t&&360>e-t?e:t+360,{start:r*(t+-90),end:r*(e+-90)}}}(i||(i={})),i})),e(n,"Series/Pie/PiePoint.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Series/Point.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=t.setAnimation,o=n.addEvent,a=n.defined;t=n.extend;var s=n.isNumber,l=n.pick,d=n.relativeLength;return e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.labelDistance=void 0,e.options=void 0,e.series=void 0,e}return i(e,t),e.prototype.getConnectorPath=function(){var t=this.labelPosition,e=this.series.options.dataLabels,n=this.connectorShapes,i=e.connectorShape;return n[i]&&(i=n[i]),i.call(this,{x:t.final.x,y:t.final.y,alignment:t.alignment},t.connectorPosition,e)},e.prototype.getTranslate=function(){return this.sliced?this.slicedTranslation:{translateX:0,translateY:0}},e.prototype.haloPath=function(t){var e=this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(e.x,e.y,e.r+t,e.r+t,{innerR:e.r-1,start:e.start,end:e.end})},e.prototype.init=function(){var e=this;t.prototype.init.apply(this,arguments),this.name=l(this.name,"Slice");var n=function(t){e.slice("select"===t.type)};return o(this,"select",n),o(this,"unselect",n),this},e.prototype.isValid=function(){return s(this.y)&&0<=this.y},e.prototype.setVisible=function(t,e){var n=this,i=this.series,r=i.chart,o=i.options.ignoreHiddenPoint;e=l(e,o),t!==this.visible&&(this.visible=this.options.visible=t=void 0===t?!this.visible:t,i.options.data[i.data.indexOf(this)]=this.options,["graphic","dataLabel","connector","shadowGroup"].forEach((function(e){n[e]&&n[e][t?"show":"hide"](t)})),this.legendItem&&r.legend.colorizeItem(this,t),t||"hover"!==this.state||this.setState(""),o&&(i.isDirty=!0),e&&r.redraw())},e.prototype.slice=function(t,e,n){var i=this.series;r(n,i.chart),l(e,!0),this.sliced=this.options.sliced=a(t)?t:!this.sliced,i.options.data[i.data.indexOf(this)]=this.options,this.graphic&&this.graphic.animate(this.getTranslate()),this.shadowGroup&&this.shadowGroup.animate(this.getTranslate())},e}(e),t(e.prototype,{connectorShapes:{fixedOffset:function(t,e,n){var i=e.breakAt;return e=e.touchingSliceAt,[["M",t.x,t.y],n.softConnector?["C",t.x+("left"===t.alignment?-5:5),t.y,2*i.x-e.x,2*i.y-e.y,i.x,i.y]:["L",i.x,i.y],["L",e.x,e.y]]},straight:function(t,e){return e=e.touchingSliceAt,[["M",t.x,t.y],["L",e.x,e.y]]},crookedLine:function(t,e,n){e=e.touchingSliceAt;var i=this.series,r=i.center[0],o=i.chart.plotWidth,a=i.chart.plotLeft;i=t.alignment;var s=this.shapeArgs.r;return n=d(n.crookDistance,1),n=["L",o="left"===i?r+s+(o+a-r-s)*(1-n):a+(r-s)*n,t.y],r=!0,("left"===i?o>t.x||o<e.x:o<t.x||o>e.x)&&(r=!1),t=[["M",t.x,t.y]],r&&t.push(n),t.push(["L",e.x,e.y]),t}}}),e})),e(n,"Series/Pie/PieSeries.js",[n["Series/CenteredUtilities.js"],n["Series/Column/ColumnSeries.js"],n["Core/Globals.js"],n["Core/Legend/LegendSymbol.js"],n["Series/Pie/PiePoint.js"],n["Core/Series/Series.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Renderer/SVG/Symbols.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,a,s,l){var d=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),c=t.getStartAndEndRadians;n=n.noop;var u=l.clamp,h=l.extend,p=l.fireEvent,f=l.merge,g=l.pick,m=l.relativeLength;return l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.center=void 0,e.data=void 0,e.maxLabelDistance=void 0,e.options=void 0,e.points=void 0,e}return d(e,t),e.prototype.animate=function(t){var e=this,n=e.points,i=e.startAngleRad;t||n.forEach((function(t){var n=t.graphic,r=t.shapeArgs;n&&r&&(n.attr({r:g(t.startR,e.center&&e.center[3]/2),start:i,end:i}),n.animate({r:r.r,start:r.start,end:r.end},e.options.animation))}))},e.prototype.drawEmpty=function(){var t=this.startAngleRad,e=this.endAngleRad,n=this.options;if(0===this.total&&this.center){var i=this.center[0],r=this.center[1];this.graph||(this.graph=this.chart.renderer.arc(i,r,this.center[1]/2,0,t,e).addClass("highcharts-empty-series").add(this.group)),this.graph.attr({d:s.arc(i,r,this.center[2]/2,0,{start:t,end:e,innerR:this.center[3]/2})}),this.chart.styledMode||this.graph.attr({"stroke-width":n.borderWidth,fill:n.fillColor||"none",stroke:n.color||"#cccccc"})}else this.graph&&(this.graph=this.graph.destroy())},e.prototype.drawPoints=function(){var t=this.chart.renderer;this.points.forEach((function(e){e.graphic&&e.hasNewShapeType()&&(e.graphic=e.graphic.destroy()),e.graphic||(e.graphic=t[e.shapeType](e.shapeArgs).add(e.series.group),e.delayedRendering=!0)}))},e.prototype.generatePoints=function(){t.prototype.generatePoints.call(this),this.updateTotals()},e.prototype.getX=function(t,e,n){var i=this.center,r=this.radii?this.radii[n.index]||0:i[2]/2;return t=Math.asin(u((t-i[1])/(r+n.labelDistance),-1,1)),i[0]+(e?-1:1)*Math.cos(t)*(r+n.labelDistance)+(0<n.labelDistance?(e?-1:1)*this.options.dataLabels.padding:0)},e.prototype.hasData=function(){return!!this.processedXData.length},e.prototype.redrawPoints=function(){var t,e,n,i,r=this,o=r.chart,a=o.renderer,s=r.options.shadow;this.drawEmpty(),!s||r.shadowGroup||o.styledMode||(r.shadowGroup=a.g("shadow").attr({zIndex:-1}).add(r.group)),r.points.forEach((function(l){var d={};if(e=l.graphic,!l.isNull&&e){var c=void 0;i=l.shapeArgs,t=l.getTranslate(),o.styledMode||(c=l.shadowGroup,s&&!c&&(c=l.shadowGroup=a.g("shadow").add(r.shadowGroup)),c&&c.attr(t),n=r.pointAttribs(l,l.selected&&"select")),l.delayedRendering?(e.setRadialReference(r.center).attr(i).attr(t),o.styledMode||e.attr(n).attr({"stroke-linejoin":"round"}).shadow(s,c),l.delayedRendering=!1):(e.setRadialReference(r.center),o.styledMode||f(!0,d,n),f(!0,d,i,t),e.animate(d)),e.attr({visibility:l.visible?"inherit":"hidden"}),e.addClass(l.getClassName(),!0)}else e&&(l.graphic=e.destroy())}))},e.prototype.sortByAngle=function(t,e){t.sort((function(t,n){return void 0!==t.angle&&(n.angle-t.angle)*e}))},e.prototype.translate=function(t){this.generatePoints();var e=this.options,n=e.slicedOffset,i=n+(e.borderWidth||0),r=c(e.startAngle,e.endAngle),o=this.startAngleRad=r.start;r=(this.endAngleRad=r.end)-o;var a=this.points,s=e.dataLabels.distance;e=e.ignoreHiddenPoint;var l,d=a.length,u=0;for(t||(this.center=t=this.getCenter()),l=0;l<d;l++){var h=a[l],f=o+u*r;!h.isValid()||e&&!h.visible||(u+=h.percentage/100);var v=o+u*r,b={x:t[0],y:t[1],r:t[2]/2,innerR:t[3]/2,start:Math.round(1e3*f)/1e3,end:Math.round(1e3*v)/1e3};h.shapeType="arc",h.shapeArgs=b,h.labelDistance=g(h.options.dataLabels&&h.options.dataLabels.distance,s),h.labelDistance=m(h.labelDistance,b.r),this.maxLabelDistance=Math.max(this.maxLabelDistance||0,h.labelDistance),(v=(v+f)/2)>1.5*Math.PI?v-=2*Math.PI:v<-Math.PI/2&&(v+=2*Math.PI),h.slicedTranslation={translateX:Math.round(Math.cos(v)*n),translateY:Math.round(Math.sin(v)*n)},b=Math.cos(v)*t[2]/2;var y=Math.sin(v)*t[2]/2;h.tooltipPos=[t[0]+.7*b,t[1]+.7*y],h.half=v<-Math.PI/2||v>Math.PI/2?1:0,h.angle=v,f=Math.min(i,h.labelDistance/5),h.labelPosition={natural:{x:t[0]+b+Math.cos(v)*h.labelDistance,y:t[1]+y+Math.sin(v)*h.labelDistance},final:{},alignment:0>h.labelDistance?"center":h.half?"right":"left",connectorPosition:{breakAt:{x:t[0]+b+Math.cos(v)*f,y:t[1]+y+Math.sin(v)*f},touchingSliceAt:{x:t[0]+b,y:t[1]+y}}}}p(this,"afterTranslate")},e.prototype.updateTotals=function(){var t,e=this.points,n=e.length,i=this.options.ignoreHiddenPoint,r=0;for(t=0;t<n;t++){var o=e[t];!o.isValid()||i&&!o.visible||(r+=o.y)}for(this.total=r,t=0;t<n;t++)(o=e[t]).percentage=0<r&&(o.visible||!i)?o.y/r*100:0,o.total=r},e.defaultOptions=f(o.defaultOptions,{center:[null,null],clip:!1,colorByPoint:!0,dataLabels:{allowOverlap:!0,connectorPadding:5,connectorShape:"fixedOffset",crookDistance:"70%",distance:30,enabled:!0,formatter:function(){return this.point.isNull?void 0:this.point.name},softConnector:!0,x:0},fillColor:void 0,ignoreHiddenPoint:!0,inactiveOtherPoints:!0,legendType:"point",marker:null,size:null,showInLegend:!1,slicedOffset:10,stickyTracking:!1,tooltip:{followPointer:!0},borderColor:"#ffffff",borderWidth:1,lineWidth:void 0,states:{hover:{brightness:.1}}}),e}(o),h(l.prototype,{axisTypes:[],directTouch:!0,drawGraph:void 0,drawLegendSymbol:i.drawRectangle,drawTracker:e.prototype.drawTracker,getCenter:t.getCenter,getSymbol:n,isCartesian:!1,noSharedTooltip:!0,pointAttribs:e.prototype.pointAttribs,pointClass:r,requireSorting:!1,searchPoint:n,trackerGroups:["group","dataLabelsGroup"]}),a.registerSeriesType("pie",l),l})),e(n,"Series/Pie/PieDataLabel.js",[n["Core/Series/DataLabel.js"],n["Core/Globals.js"],n["Core/Renderer/RendererUtilities.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r){var o,a=e.noop,s=n.distribute,l=i.series,d=r.arrayMax,c=r.clamp,u=r.defined,h=r.merge,p=r.pick,f=r.relativeLength;return function(e){function n(){var t,e,n,i,r,o,a,c,f,g,m,v,b=this,y=b.data,x=b.chart,_=b.options.dataLabels||{},O=_.connectorPadding,w=x.plotWidth,$=x.plotHeight,C=x.plotLeft,k=Math.round(x.chartWidth/3),S=b.center,j=S[2]/2,E=S[1],M=[[],[]],A=[0,0,0,0],P=b.dataLabelPositioners;b.visible&&(_.enabled||b._hasPointLabels)&&(y.forEach((function(t){t.dataLabel&&t.visible&&t.dataLabel.shortened&&(t.dataLabel.attr({width:"auto"}).css({width:"auto",textOverflow:"clip"}),t.dataLabel.shortened=!1)})),l.prototype.drawDataLabels.apply(b),y.forEach((function(t){t.dataLabel&&(t.visible?(M[t.half].push(t),t.dataLabel._pos=null,!u(_.style.width)&&!u(t.options.dataLabels&&t.options.dataLabels.style&&t.options.dataLabels.style.width)&&t.dataLabel.getBBox().width>k&&(t.dataLabel.css({width:Math.round(.7*k)+"px"}),t.dataLabel.shortened=!0)):(t.dataLabel=t.dataLabel.destroy(),t.dataLabels&&1===t.dataLabels.length&&delete t.dataLabels))})),M.forEach((function(e,n){var l,d=e.length,h=[];if(d){if(b.sortByAngle(e,n-.5),0<b.maxLabelDistance){var y=Math.max(0,E-j-b.maxLabelDistance),k=Math.min(E+j+b.maxLabelDistance,x.plotHeight);e.forEach((function(t){0<t.labelDistance&&t.dataLabel&&(t.top=Math.max(0,E-j-t.labelDistance),t.bottom=Math.min(E+j+t.labelDistance,x.plotHeight),l=t.dataLabel.getBBox().height||21,t.distributeBox={target:t.labelPosition.natural.y-t.top+l/2,size:l,rank:t.y},h.push(t.distributeBox))})),s(h,y=k+l-y,y/5)}for(m=0;m<d;m++){if(t=e[m],o=t.labelPosition,i=t.dataLabel,g=!1===t.visible?"hidden":"inherit",f=y=o.natural.y,h&&u(t.distributeBox)&&(void 0===t.distributeBox.pos?g="hidden":(a=t.distributeBox.size,f=P.radialDistributionY(t))),delete t.positionIndex,_.justify)c=P.justify(t,j,S);else switch(_.alignTo){case"connectors":c=P.alignToConnectors(e,n,w,C);break;case"plotEdges":c=P.alignToPlotEdges(i,n,w,C);break;default:c=P.radialDistributionX(b,t,f,y)}i._attr={visibility:g,align:o.alignment},v=t.options.dataLabels||{},i._pos={x:c+p(v.x,_.x)+({left:O,right:-O}[o.alignment]||0),y:f+p(v.y,_.y)-10},o.final.x=c,o.final.y=f,p(_.crop,!0)&&(r=i.getBBox().width,y=null,c-r<O&&1===n?(y=Math.round(r-c+O),A[3]=Math.max(y,A[3])):c+r>w-O&&0===n&&(y=Math.round(c+r-w+O),A[1]=Math.max(y,A[1])),0>f-a/2?A[0]=Math.max(Math.round(a/2-f),A[0]):f+a/2>$&&(A[2]=Math.max(Math.round(f+a/2-$),A[2])),i.sideOverflow=y)}}})),0===d(A)||this.verifyDataLabelOverflow(A))&&(this.placeDataLabels(),this.points.forEach((function(t){var r;(v=h(_,t.options.dataLabels),e=p(v.connectorWidth,1))&&(n=t.connector,(i=t.dataLabel)&&i._pos&&t.visible&&0<t.labelDistance?(g=i._attr.visibility,(r=!n)&&(t.connector=n=x.renderer.path().addClass("highcharts-data-label-connector highcharts-color-"+t.colorIndex+(t.className?" "+t.className:"")).add(b.dataLabelsGroup),x.styledMode||n.attr({"stroke-width":e,stroke:v.connectorColor||t.color||"#666666"})),n[r?"attr":"animate"]({d:t.getConnectorPath()}),n.attr("visibility",g)):n&&(t.connector=n.destroy()))})))}function i(){this.points.forEach((function(t){var e,n=t.dataLabel;n&&t.visible&&((e=n._pos)?(n.sideOverflow&&(n._attr.width=Math.max(n.getBBox().width-n.sideOverflow,0),n.css({width:n._attr.width+"px",textOverflow:(this.options.dataLabels.style||{}).textOverflow||"ellipsis"}),n.shortened=!0),n.attr(n._attr),n[n.moved?"animate":"attr"](e),n.moved=!0):n&&n.attr({y:-9999})),delete t.distributeBox}),this)}function r(t){var e=this.center,n=this.options,i=n.center,r=n.minSize||80,o=null!==n.size;if(!o){if(null!==i[0])var a=Math.max(e[2]-Math.max(t[1],t[3]),r);else a=Math.max(e[2]-t[1]-t[3],r),e[0]+=(t[3]-t[1])/2;null!==i[1]?a=c(a,r,e[2]-Math.max(t[0],t[2])):(a=c(a,r,e[2]-t[0]-t[2]),e[1]+=(t[0]-t[2])/2),a<e[2]?(e[2]=a,e[3]=Math.min(f(n.innerSize||0,a),a),this.translate(e),this.drawDataLabels&&this.drawDataLabels()):o=!0}return o}var o=[],g={radialDistributionY:function(t){return t.top+t.distributeBox.pos},radialDistributionX:function(t,e,n,i){return t.getX(n<e.top+2||n>e.bottom-2?i:n,e.half,e)},justify:function(t,e,n){return n[0]+(t.half?-1:1)*(e+t.labelDistance)},alignToPlotEdges:function(t,e,n,i){return t=t.getBBox().width,e?t+i:n-t-i},alignToConnectors:function(t,e,n,i){var r,o=0;return t.forEach((function(t){(r=t.dataLabel.getBBox().width)>o&&(o=r)})),e?o+i:n-o-i}};e.compose=function(e){t.compose(l),-1===o.indexOf(e)&&(o.push(e),(e=e.prototype).dataLabelPositioners=g,e.alignDataLabel=a,e.drawDataLabels=n,e.placeDataLabels=i,e.verifyDataLabelOverflow=r)}}(o||(o={})),o})),e(n,"Extensions/OverlappingDataLabels.js",[n["Core/Chart/Chart.js"],n["Core/Utilities.js"]],(function(t,e){function n(t,e){var n=!1;if(t){var i=t.newOpacity;t.oldOpacity!==i&&(t.alignAttr&&t.placed?(t[i?"removeClass":"addClass"]("highcharts-data-label-hidden"),n=!0,t.alignAttr.opacity=i,t[t.isOld?"animate":"attr"](t.alignAttr,null,(function(){e.styledMode||t.css({pointerEvents:i?"auto":"none"})})),r(e,"afterHideOverlappingLabel")):t.attr({opacity:i})),t.isOld=!0}return n}var i=e.addEvent,r=e.fireEvent,o=e.isArray,a=e.isNumber,s=e.objectEach,l=e.pick;i(t,"render",(function(){var t=this,e=[];(this.labelCollectors||[]).forEach((function(t){e=e.concat(t())})),(this.yAxis||[]).forEach((function(t){t.stacking&&t.options.stackLabels&&!t.options.stackLabels.allowOverlap&&s(t.stacking.stacks,(function(t){s(t,(function(t){t.label&&"hidden"!==t.label.visibility&&e.push(t.label)}))}))})),(this.series||[]).forEach((function(i){var r=i.options.dataLabels;i.visible&&(!1!==r.enabled||i._hasPointLabels)&&((r=function(i){return i.forEach((function(i){i.visible&&(o(i.dataLabels)?i.dataLabels:i.dataLabel?[i.dataLabel]:[]).forEach((function(r){var o=r.options;r.labelrank=l(o.labelrank,i.labelrank,i.shapeArgs&&i.shapeArgs.height),o.allowOverlap?(r.oldOpacity=r.opacity,r.newOpacity=1,n(r,t)):e.push(r)}))}))})(i.nodes||[]),r(i.points))})),this.hideOverlappingLabels(e)})),t.prototype.hideOverlappingLabels=function(t){var e,i,o,s=this,l=t.length,d=s.renderer,c=!1,u=function(t){var e,n,i=t.box?0:t.padding||0,r=e=0;if(t&&(!t.alignAttr||t.placed)){var o=t.alignAttr||{x:t.attr("x"),y:t.attr("y")},s=t.parentGroup;t.width||(e=t.getBBox(),t.width=e.width,t.height=e.height,e=d.fontMetrics(null,t.element).h);var l=t.width-2*i;return(n={left:"0",center:"0.5",right:"1"}[t.alignValue])?r=+n*l:a(t.x)&&Math.round(t.x)!==t.translateX&&(r=t.x-t.translateX),{x:o.x+(s.translateX||0)+i-(r||0),y:o.y+(s.translateY||0)+i-e,width:t.width-2*i,height:t.height-2*i}}};for(i=0;i<l;i++)(e=t[i])&&(e.oldOpacity=e.opacity,e.newOpacity=1,e.absoluteBox=u(e));for(t.sort((function(t,e){return(e.labelrank||0)-(t.labelrank||0)})),i=0;i<l;i++){var h=(u=t[i])&&u.absoluteBox;for(e=i+1;e<l;++e){var p=(o=t[e])&&o.absoluteBox;!h||!p||u===o||0===u.newOpacity||0===o.newOpacity||p.x>=h.x+h.width||p.x+p.width<=h.x||p.y>=h.y+h.height||p.y+p.height<=h.y||((u.labelrank<o.labelrank?u:o).newOpacity=0)}}t.forEach((function(t){n(t,s)&&(c=!0)})),c&&r(s,"afterHideAllOverlappingLabels")}})),e(n,"Core/Responsive.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.extend,i=t.find,r=t.isArray,o=t.isObject,a=t.merge,s=t.objectEach,l=t.pick,d=t.splat,c=t.uniqueKey;return function(t){var e=[];t.compose=function(t){return-1===e.indexOf(t)&&(e.push(t),n(t.prototype,u.prototype)),t};var u=function(){function t(){}return t.prototype.currentOptions=function(t){var e=this,n={};return function t(n,i,a,l){var c;s(n,(function(n,s){if(!l&&-1<e.collectionsWithUpdate.indexOf(s)&&i[s])for(n=d(n),a[s]=[],c=0;c<Math.max(n.length,i[s].length);c++)i[s][c]&&(void 0===n[c]?a[s][c]=i[s][c]:(a[s][c]={},t(n[c],i[s][c],a[s][c],l+1)));else o(n)?(a[s]=r(n)?[]:{},t(n,i[s]||{},a[s],l+1)):a[s]=void 0===i[s]?null:i[s]}))}(t,this.options,n,0),n},t.prototype.matchResponsiveRule=function(t,e){var n=t.condition;(n.callback||function(){return this.chartWidth<=l(n.maxWidth,Number.MAX_VALUE)&&this.chartHeight<=l(n.maxHeight,Number.MAX_VALUE)&&this.chartWidth>=l(n.minWidth,0)&&this.chartHeight>=l(n.minHeight,0)}).call(this)&&e.push(t._id)},t.prototype.setResponsive=function(t,e){var n=this,r=this.options.responsive,o=this.currentResponsive,s=[];!e&&r&&r.rules&&r.rules.forEach((function(t){void 0===t._id&&(t._id=c()),n.matchResponsiveRule(t,s)}),this),(e=a.apply(void 0,s.map((function(t){return i((r||{}).rules||[],(function(e){return e._id===t}))})).map((function(t){return t&&t.chartOptions})))).isResponsiveOptions=!0,(s=s.toString()||void 0)!==(o&&o.ruleIds)&&(o&&this.update(o.undoOptions,t,!0),s?((o=this.currentOptions(e)).isResponsiveOptions=!0,this.currentResponsive={ruleIds:s,mergedOptions:e,undoOptions:o},this.update(e,t,!0)):this.currentResponsive=void 0)},t}()}(e||(e={})),e})),e(n,"masters/highcharts.src.js",[n["Core/Globals.js"],n["Core/Utilities.js"],n["Core/DefaultOptions.js"],n["Core/Animation/Fx.js"],n["Core/Animation/AnimationUtilities.js"],n["Core/Renderer/HTML/AST.js"],n["Core/FormatUtilities.js"],n["Core/Renderer/RendererUtilities.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Renderer/SVG/SVGRenderer.js"],n["Core/Renderer/HTML/HTMLElement.js"],n["Core/Renderer/HTML/HTMLRenderer.js"],n["Core/Axis/Axis.js"],n["Core/Axis/DateTimeAxis.js"],n["Core/Axis/LogarithmicAxis.js"],n["Core/Axis/PlotLineOrBand/PlotLineOrBand.js"],n["Core/Axis/Tick.js"],n["Core/Tooltip.js"],n["Core/Series/Point.js"],n["Core/Pointer.js"],n["Core/MSPointer.js"],n["Core/Legend/Legend.js"],n["Core/Chart/Chart.js"],n["Core/Series/Series.js"],n["Core/Series/SeriesRegistry.js"],n["Series/Column/ColumnSeries.js"],n["Series/Column/ColumnDataLabel.js"],n["Series/Pie/PieSeries.js"],n["Series/Pie/PieDataLabel.js"],n["Core/Series/DataLabel.js"],n["Core/Responsive.js"],n["Core/Color/Color.js"],n["Core/Time.js"]],(function(t,e,n,i,r,o,a,s,l,d,c,u,h,p,f,g,m,v,b,y,x,_,O,w,$,C,k,S,j,E,M,A,P){return t.animate=r.animate,t.animObject=r.animObject,t.getDeferredAnimation=r.getDeferredAnimation,t.setAnimation=r.setAnimation,t.stop=r.stop,t.timers=i.timers,t.AST=o,t.Axis=h,t.Chart=O,t.chart=O.chart,t.Fx=i,t.Legend=_,t.PlotLineOrBand=g,t.Point=b,t.Pointer=x.isRequired()?x:y,t.Series=w,t.SVGElement=l,t.SVGRenderer=d,t.Tick=m,t.Time=P,t.Tooltip=v,t.Color=A,t.color=A.parse,u.compose(d),c.compose(l),t.defaultOptions=n.defaultOptions,t.getOptions=n.getOptions,t.time=n.defaultTime,t.setOptions=n.setOptions,t.dateFormat=a.dateFormat,t.format=a.format,t.numberFormat=a.numberFormat,t.addEvent=e.addEvent,t.arrayMax=e.arrayMax,t.arrayMin=e.arrayMin,t.attr=e.attr,t.clearTimeout=e.clearTimeout,t.correctFloat=e.correctFloat,t.createElement=e.createElement,t.css=e.css,t.defined=e.defined,t.destroyObjectProperties=e.destroyObjectProperties,t.discardElement=e.discardElement,t.distribute=s.distribute,t.erase=e.erase,t.error=e.error,t.extend=e.extend,t.extendClass=e.extendClass,t.find=e.find,t.fireEvent=e.fireEvent,t.getMagnitude=e.getMagnitude,t.getStyle=e.getStyle,t.inArray=e.inArray,t.isArray=e.isArray,t.isClass=e.isClass,t.isDOMElement=e.isDOMElement,t.isFunction=e.isFunction,t.isNumber=e.isNumber,t.isObject=e.isObject,t.isString=e.isString,t.keys=e.keys,t.merge=e.merge,t.normalizeTickInterval=e.normalizeTickInterval,t.objectEach=e.objectEach,t.offset=e.offset,t.pad=e.pad,t.pick=e.pick,t.pInt=e.pInt,t.relativeLength=e.relativeLength,t.removeEvent=e.removeEvent,t.seriesType=$.seriesType,t.splat=e.splat,t.stableSort=e.stableSort,t.syncTimeout=e.syncTimeout,t.timeUnits=e.timeUnits,t.uniqueKey=e.uniqueKey,t.useSerialIds=e.useSerialIds,t.wrap=e.wrap,k.compose(C),E.compose(w),p.compose(h),f.compose(h),j.compose(S),g.compose(h),M.compose(O),t})),n["masters/highcharts.src.js"]._modules=n,n["masters/highcharts.src.js"]}))},function(t,n){t.exports=e},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return o}));var i=Math.max,r=Math.min,o=Math.round},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(38),c=n(131);function u(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return h(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return h(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function h(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}e.a=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.className,h=t.data,p=void 0===h?{}:h,f=t.htmlOptions,g=void 0===f?{}:f,m=t.name,v=void 0===m?void 0:m,b=t.id,y=void 0===b?"":b,x=t.imageAlt,_=void 0===x?"":x,O=t.imageUrl,w=t.size,$=void 0===w?"md":w,C=t.status,k=void 0===C?null:C,S=t.dark,j=void 0!==S&&S,E=Object(s.c)(p),M=Object(s.a)(n),A=Object(s.d)(g),P=a()(Object(s.b)("pb_avatar_kit","size_".concat($)),Object(l.c)(t),o),T=v&&function(t){return t.split(/\s/).map((function(t){return t[0]})).join("").substring(0,2)}(v);E["data-initials"]=T;var L=u(Object(i.useState)(!1),2),D=L[0],I=L[1],N=O&&!D;return r.a.createElement("div",Object.assign({},M,E,A,{className:P,id:y}),r.a.createElement("div",{className:"avatar_wrapper","data-initials":T},N&&r.a.createElement(d.a,{alt:_||v,onError:function(){return I(!0)},url:O})),k&&r.a.createElement(c.a,{className:"size_".concat($),dark:j,status:k}))}},function(t,e,n){"use strict";function i(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(4),l=n(2),d=n(8),c=n(20),u=n(15),h=n(10),p=n(5),f=function(t,e){var n=t.addOn,i=void 0===n?{icon:null,alignment:"right",border:!0}:n,o=t.aria,f=void 0===o?{}:o,g=t.className,m=t.dark,v=void 0!==m&&m,b=t.data,y=void 0===b?{}:b,x=t.disabled,_=t.error,O=t.htmlOptions,w=void 0===O?{}:O,$=t.id,C=t.inline,k=void 0!==C&&C,S=t.name,j=t.label,E=t.onChange,M=void 0===E?function(){}:E,A=t.placeholder,P=t.required,T=t.type,L=void 0===T?"text":T,D=t.value,I=void 0===D?"":D,N=t.children,R=void 0===N?null:N,F=Object(l.a)(f),B=Object(l.c)(y),z=Object(l.d)(w),H=i.alignment,W=i.border,Y=i.icon,U="left"===H?"left":"right",G=!1===W?"off":"on",V="border_".concat("left"===U?"right":"left","_").concat(G),X=null!==Y,q=X?"text_input_wrapper_add_on":"",K=X&&v?"add-on-card-dark":"",Z=a()(["pb_text_input_kit",k?"inline":"",_?"error":"",Object(s.c)(t),g]),J=r.a.createElement(p.a,{className:"add-on-icon",dark:v,fixedWidth:!1,icon:Y}),Q=r.a.createElement("input",Object.assign({},Object(s.b)(t),{className:"text_input",disabled:x,id:$,key:$,name:S,onChange:M,placeholder:A,ref:e,required:P,type:L,value:I})),tt=r.a.createElement(r.a.Fragment,null,r.a.createElement(d.a,{className:"add-on-".concat(U," ").concat(V),vertical:"center"},"left"==U&&r.a.createElement(r.a.Fragment,null,r.a.createElement(c.a,{className:"".concat(K," add-on-card card-left-aligned"),dark:v},J),Q),"left"!=U&&r.a.createElement(r.a.Fragment,null,Q,r.a.createElement(c.a,{className:"".concat(K," add-on-card card-right-aligned"),dark:v},J)))),et=R||(X?tt:Q);return r.a.createElement("div",Object.assign({},F,B,z,{className:Z}),j&&r.a.createElement(u.a,{className:"pb_text_input_kit_label",text:j}),r.a.createElement("div",{className:"".concat(q," text_input_wrapper")},et,_&&r.a.createElement(h.a,{status:"negative",text:_,variant:null})))};e.a=Object(i.forwardRef)(f)},function(t,e,n){"use strict";n.d(e,"a",(function(){return O})),n.d(e,"b",(function(){return y})),n.d(e,"c",(function(){return w})),n.d(e,"d",(function(){return _})),n.d(e,"e",(function(){return b})),n.d(e,"f",(function(){return x}));var i=n(6),r=n(55),o=n(14);function a(t){const e=Object(o.a)(t);let n=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const a=Object(o.k)(t),s=a?t.offsetWidth:n,l=a?t.offsetHeight:r,d=Object(i.u)(n)!==s||Object(i.u)(r)!==l;return d&&(n=s,r=l),{width:n,height:r,$:d}}function s(t){return Object(o.j)(t)?t:t.contextElement}function l(t){const e=s(t);if(!Object(o.k)(e))return Object(i.b)(1);const n=e.getBoundingClientRect(),{width:r,height:l,$:d}=a(e);let c=(d?Object(i.u)(n.width):n.width)/r,u=(d?Object(i.u)(n.height):n.height)/l;return c&&Number.isFinite(c)||(c=1),u&&Number.isFinite(u)||(u=1),{x:c,y:u}}const d=Object(i.b)(0);function c(t){const e=Object(o.h)(t);return Object(o.o)()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:d}function u(t,e,n,r){void 0===e&&(e=!1),void 0===n&&(n=!1);const a=t.getBoundingClientRect(),d=s(t);let u=Object(i.b)(1);e&&(r?Object(o.j)(r)&&(u=l(r)):u=l(t));const h=function(t,e,n){return void 0===e&&(e=!1),!(!n||e&&n!==Object(o.h)(t))&&e}(d,n,r)?c(d):Object(i.b)(0);let p=(a.left+h.x)/u.x,f=(a.top+h.y)/u.y,g=a.width/u.x,m=a.height/u.y;if(d){const t=Object(o.h)(d),e=r&&Object(o.j)(r)?Object(o.h)(r):r;let n=t.frameElement;for(;n&&r&&e!==t;){const t=l(n),e=n.getBoundingClientRect(),i=Object(o.a)(n),r=e.left+(n.clientLeft+parseFloat(i.paddingLeft))*t.x,a=e.top+(n.clientTop+parseFloat(i.paddingTop))*t.y;p*=t.x,f*=t.y,g*=t.x,m*=t.y,p+=r,f+=a,n=Object(o.h)(n).frameElement}}return Object(i.t)({width:g,height:m,x:p,y:f})}function h(t){return u(Object(o.c)(t)).left+Object(o.e)(t).scrollLeft}function p(t,e,n){let r;if("viewport"===e)r=function(t,e){const n=Object(o.h)(t),i=Object(o.c)(t),r=n.visualViewport;let a=i.clientWidth,s=i.clientHeight,l=0,d=0;if(r){a=r.width,s=r.height;const t=Object(o.o)();(!t||t&&"fixed"===e)&&(l=r.offsetLeft,d=r.offsetTop)}return{width:a,height:s,x:l,y:d}}(t,n);else if("document"===e)r=function(t){const e=Object(o.c)(t),n=Object(o.e)(t),r=t.ownerDocument.body,a=Object(i.q)(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),s=Object(i.q)(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let l=-n.scrollLeft+h(t);const d=-n.scrollTop;return"rtl"===Object(o.a)(r).direction&&(l+=Object(i.q)(e.clientWidth,r.clientWidth)-a),{width:a,height:s,x:l,y:d}}(Object(o.c)(t));else if(Object(o.j)(e))r=function(t,e){const n=u(t,!0,"fixed"===e),r=n.top+t.clientTop,a=n.left+t.clientLeft,s=Object(o.k)(t)?l(t):Object(i.b)(1);return{width:t.clientWidth*s.x,height:t.clientHeight*s.y,x:a*s.x,y:r*s.y}}(e,n);else{const n=c(t);r={...e,x:e.x-n.x,y:e.y-n.y}}return Object(i.t)(r)}function f(t,e){const n=Object(o.g)(t);return!(n===e||!Object(o.j)(n)||Object(o.l)(n))&&("fixed"===Object(o.a)(n).position||f(n,e))}function g(t,e,n){const r=Object(o.k)(e),a=Object(o.c)(e),s="fixed"===n,l=u(t,!0,s,e);let d={scrollLeft:0,scrollTop:0};const c=Object(i.b)(0);if(r||!r&&!s)if(("body"!==Object(o.d)(e)||Object(o.m)(a))&&(d=Object(o.e)(e)),r){const t=u(e,!0,s,e);c.x=t.x+e.clientLeft,c.y=t.y+e.clientTop}else a&&(c.x=h(a));return{x:l.left+d.scrollLeft-c.x,y:l.top+d.scrollTop-c.y,width:l.width,height:l.height}}function m(t,e){return Object(o.k)(t)&&"fixed"!==Object(o.a)(t).position?e?e(t):t.offsetParent:null}function v(t,e){const n=Object(o.h)(t);if(!Object(o.k)(t))return n;let i=m(t,e);for(;i&&Object(o.n)(i)&&"static"===Object(o.a)(i).position;)i=m(i,e);return i&&("html"===Object(o.d)(i)||"body"===Object(o.d)(i)&&"static"===Object(o.a)(i).position&&!Object(o.i)(i))?n:i||Object(o.b)(t)||n}const b={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:n,strategy:r}=t;const a=Object(o.k)(n),s=Object(o.c)(n);if(n===s)return e;let d={scrollLeft:0,scrollTop:0},c=Object(i.b)(1);const h=Object(i.b)(0);if((a||!a&&"fixed"!==r)&&(("body"!==Object(o.d)(n)||Object(o.m)(s))&&(d=Object(o.e)(n)),Object(o.k)(n))){const t=u(n);c=l(n),h.x=t.x+n.clientLeft,h.y=t.y+n.clientTop}return{width:e.width*c.x,height:e.height*c.y,x:e.x*c.x-d.scrollLeft*c.x+h.x,y:e.y*c.y-d.scrollTop*c.y+h.y}},getDocumentElement:o.c,getClippingRect:function(t){let{element:e,boundary:n,rootBoundary:r,strategy:a}=t;const s=[..."clippingAncestors"===n?function(t,e){const n=e.get(t);if(n)return n;let i=Object(o.f)(t,[],!1).filter(t=>Object(o.j)(t)&&"body"!==Object(o.d)(t)),r=null;const a="fixed"===Object(o.a)(t).position;let s=a?Object(o.g)(t):t;for(;Object(o.j)(s)&&!Object(o.l)(s);){const e=Object(o.a)(s),n=Object(o.i)(s);n||"fixed"!==e.position||(r=null);(a?!n&&!r:!n&&"static"===e.position&&!!r&&["absolute","fixed"].includes(r.position)||Object(o.m)(s)&&!n&&f(t,s))?i=i.filter(t=>t!==s):r=e,s=Object(o.g)(s)}return e.set(t,i),i}(e,this._c):[].concat(n),r],l=s[0],d=s.reduce((t,n)=>{const r=p(e,n,a);return t.top=Object(i.q)(r.top,t.top),t.right=Object(i.r)(r.right,t.right),t.bottom=Object(i.r)(r.bottom,t.bottom),t.left=Object(i.q)(r.left,t.left),t},p(e,l,a));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}},getOffsetParent:v,getElementRects:async function(t){let{reference:e,floating:n,strategy:i}=t;const r=this.getOffsetParent||v,o=this.getDimensions;return{reference:g(e,await r(n),i),floating:{x:0,y:0,...await o(n)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){const{width:e,height:n}=a(t);return{width:e,height:n}},getScale:l,isElement:o.j,isRTL:function(t){return"rtl"===Object(o.a)(t).direction}};function y(t,e,n,r){void 0===r&&(r={});const{ancestorScroll:a=!0,ancestorResize:l=!0,elementResize:d="function"==typeof ResizeObserver,layoutShift:c="function"==typeof IntersectionObserver,animationFrame:h=!1}=r,p=s(t),f=a||l?[...p?Object(o.f)(p):[],...Object(o.f)(e)]:[];f.forEach(t=>{a&&t.addEventListener("scroll",n,{passive:!0}),l&&t.addEventListener("resize",n)});const g=p&&c?function(t,e){let n,r=null;const a=Object(o.c)(t);function s(){clearTimeout(n),r&&r.disconnect(),r=null}return function o(l,d){void 0===l&&(l=!1),void 0===d&&(d=1),s();const{left:c,top:u,width:h,height:p}=t.getBoundingClientRect();if(l||e(),!h||!p)return;const f={rootMargin:-Object(i.d)(u)+"px "+-Object(i.d)(a.clientWidth-(c+h))+"px "+-Object(i.d)(a.clientHeight-(u+p))+"px "+-Object(i.d)(c)+"px",threshold:Object(i.q)(0,Object(i.r)(1,d))||1};let g=!0;function m(t){const e=t[0].intersectionRatio;if(e!==d){if(!g)return o();e?o(!1,e):n=setTimeout(()=>{o(!1,1e-7)},100)}g=!1}try{r=new IntersectionObserver(m,{...f,root:a.ownerDocument})}catch(t){r=new IntersectionObserver(m,f)}r.observe(t)}(!0),s}(p,n):null;let m,v=-1,b=null;d&&(b=new ResizeObserver(t=>{let[i]=t;i&&i.target===p&&b&&(b.unobserve(e),cancelAnimationFrame(v),v=requestAnimationFrame(()=>{b&&b.observe(e)})),n()}),p&&!h&&b.observe(p),b.observe(e));let y=h?u(t):null;return h&&function e(){const i=u(t);!y||i.x===y.x&&i.y===y.y&&i.width===y.width&&i.height===y.height||n();y=i,m=requestAnimationFrame(e)}(),n(),()=>{f.forEach(t=>{a&&t.removeEventListener("scroll",n),l&&t.removeEventListener("resize",n)}),g&&g(),b&&b.disconnect(),b=null,h&&cancelAnimationFrame(m)}}r.b;const x=r.j,_=r.e,O=(r.k,r.f,r.a),w=(r.g,r.h,(t,e,n)=>{const i=new Map,o={platform:b,...n},a={...o.platform,_c:i};return Object(r.c)(t,e,{...o,platform:a})})},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(4),l=n(2);e.a=function(t){var e=t.alt,n=void 0===e?"":e,i=t.aria,o=void 0===i?{}:i,d=t.className,c=t.data,u=void 0===c?{}:c,h=t.htmlOptions,p=void 0===h?{}:h,f=t.id,g=t.onError,m=void 0===g?null:g,v=t.rounded,b=void 0!==v&&v,y=t.size,x=void 0===y?"":y,_=t.transition,O=void 0===_?"fade":_,w=t.url,$=void 0===w?"":w,C=Object(l.a)(o),k=a()(Object(l.b)("pb_image_kit",x?"size_".concat(x):null),"lazyload",O,{rounded:b},Object(s.c)(t),d),S=Object(l.c)(u),j=Object(l.d)(p);return r.a.createElement("img",Object.assign({},C,S,j,{alt:n,className:k,"data-src":$,id:f,onError:m,src:$}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(160);function r(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||Object(i.a)(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return u})),n.d(e,"b",(function(){return v})),n.d(e,"c",(function(){return p})),n.d(e,"d",(function(){return g})),n.d(e,"e",(function(){return d})),n.d(e,"f",(function(){return l})),n.d(e,"g",(function(){return h}));var i=n(0),r=n(106),o=(n(19),n(121),n(183),n(79)),a=n(110),s=n(109),l=!0,d={}.hasOwnProperty,c=i.createContext("undefined"!=typeof HTMLElement?Object(r.a)({key:"css"}):null);var u=c.Provider,h=function(t){return Object(i.forwardRef)((function(e,n){var r=Object(i.useContext)(c);return t(e,r,n)}))};l||(h=function(t){return function(e){var n=Object(i.useContext)(c);return null===n?(n=Object(r.a)({key:"css"}),i.createElement(c.Provider,{value:n},t(e,n))):t(e,n)}});var p=i.createContext({});var f="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",g=function(t,e){var n={};for(var i in e)d.call(e,i)&&(n[i]=e[i]);return n[f]=t,n},m=function(t){var e=t.cache,n=t.serialized,i=t.isStringTag;return Object(o.c)(e,n,i),Object(s.a)((function(){return Object(o.b)(e,n,i)})),null};var v=h((function(t,e,n){var r=t.css;"string"==typeof r&&void 0!==e.registered[r]&&(r=e.registered[r]);var s=t[f],l=[r],c="";"string"==typeof t.className?c=Object(o.a)(e.registered,l,t.className):null!=t.className&&(c=t.className+" ");var u=Object(a.a)(l,void 0,i.useContext(p));c+=e.key+"-"+u.name;var h={};for(var g in t)d.call(t,g)&&"css"!==g&&g!==f&&(h[g]=t[g]);return h.ref=n,h.className=c,i.createElement(i.Fragment,null,i.createElement(m,{cache:e,serialized:u,isStringTag:"string"==typeof s}),i.createElement(s,h))}))},function(t,e,n){"use strict";function i(t){return t.split("-")[0]}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";function i(t){return t?(t.nodeName||"").toLowerCase():null}n.d(e,"a",(function(){return i}))},,function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(15);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.borderless,o=void 0!==i&&i,c=t.children,u=t.className,h=t.data,p=void 0===h?{}:h,f=t.dark,g=void 0!==f&&f,m=t.highlight,v=void 0===m||m,b=t.htmlOptions,y=void 0===b?{}:b,x=t.id,_=t.link,O=void 0===_?"#":_,w=t.onClick,$=t.orientation,C=void 0===$?"vertical":$,k=t.title,S=void 0===k?"":k,j=t.variant,E=void 0===j?"normal":j,M=t.itemSpacing,A=Object(s.a)(n),P=Object(s.c)(p),T=Object(s.d)(y),L=a()(Object(s.b)("pb_nav_list",E,C,{highlight:v,borderless:o}),Object(l.c)(t),u),D=r.a.Children.map(c,(function(t){if(r.a.isValidElement(t)){var e={orientation:C,variant:E,itemSpacing:M};return r.a.cloneElement(t,e)}return t}));return r.a.createElement("nav",Object.assign({},A,P,T,{className:L,id:x}),S&&r.a.createElement("div",{className:"pb_nav_list_title"},r.a.createElement("a",{className:"pb_nav_list_item_link_text",href:O,onClick:w},r.a.createElement(d.a,{dark:g,size:"md",text:"".concat(S)}))),r.a.createElement("div",{className:"pb_nav_wrapper"},D))}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(25),c=n(5);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.className,o=t.dark,u=t.data,h=void 0===u?{}:u,p=t.disabled,f=t.htmlOptions,g=void 0===f?{}:f,m=t.icon,v=t.id,b=t.onClick,y=void 0===b?s.e:b,x=t.type,_=t.link,O=t.newWindow,w=t.variant,$=Object(s.a)(n),C=Object(s.c)(h),k=Object(s.d)(g),S=a()(Object(s.b)("pb_circle_icon_button_kit"),Object(l.c)(t),i);return r.a.createElement("div",Object.assign({},$,C,k,{className:S,id:v}),r.a.createElement(d.a,{dark:o,disabled:p,htmlType:x,link:_,newWindow:O,onClick:y,text:null,variant:w},r.a.createElement(c.a,{fixedWidth:!0,icon:m})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(27);function r(t){return((Object(i.a)(t)?t.ownerDocument:t.document)||window.document).documentElement}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(4),l=n(2),d=n(5);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.className,o=t.closeProps,c=void 0===o?{}:o,u=t.data,h=void 0===u?{}:u,p=t.htmlOptions,f=void 0===p?{}:p,g=t.id,m=t.removeIcon,v=void 0!==m&&m,b=t.removeOnClick,y=t.rounded,x=void 0!==y&&y,_=t.text,O=t.variant,w=void 0===O?"neutral":O,$=Object(l.a)(n),C=Object(l.c)(h),k=Object(l.d)(f),S=a()(Object(l.b)("pb_badge_kit","success"===w?"success_sm":w,x?"rounded":null),Object(s.c)(t),i);return r.a.createElement("div",Object.assign({},$,C,k,{className:S,id:g}),r.a.createElement("span",null,_,v&&r.a.createElement("span",Object.assign({onClick:b,style:{cursor:"pointer"}},c),r.a.createElement(d.a,{fixedWidth:!0,icon:"times"}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var i=n(7),r=n.n(i),o=n(9),a=n.n(o),s={lang:{thousandsSep:","},colors:[r.a.data_1,r.a.data_2,r.a.data_3,r.a.data_4,r.a.data_5,r.a.data_6,r.a.data_7],chart:{borderWidth:0,borderRadius:0,plotBackgroundColor:void 0,plotShadow:!1,plotBorderWidth:0},title:{style:{color:r.a.text_lt_default,fontFamily:a.a.font_family_base,fontWeight:a.a.regular,fontSize:a.a.heading_3}},subtitle:{style:{fontFamily:a.a.font_family_base,color:r.a.text_lt_light,fontWeight:a.a.regular,fontSize:a.a.text_base}},xAxis:{gridLineWidth:0,lineColor:r.a.border_light,tickColor:r.a.border_light,labels:{style:{fontFamily:a.a.font_family_base,color:r.a.text_lt_lighter,fontWeight:a.a.bold,fontSize:a.a.text_smaller}},title:{style:{color:r.a.text_lt_default,fontFamily:a.a.font_family_base,fontWeight:a.a.regular,fontSize:a.a.heading_4}}},yAxis:{alternateGridColor:void 0,minorTickInterval:null,gridLineColor:r.a.border_light,minorGridLineColor:r.a.border_light,lineWidth:0,tickWidth:0,labels:{style:{fontFamily:a.a.font_family_base,color:r.a.text_lt_lighter,fontWeight:a.a.bold,fontSize:a.a.text_smaller}},title:{style:{fontFamily:a.a.font_family_base,color:r.a.text_lt_lighter,fontWeight:a.a.bold,fontSize:a.a.text_smaller}}},legend:{layout:"horizontal",align:"center",verticalAlign:"bottom",itemStyle:{fontFamily:a.a.font_family_base,color:r.a.text_lt_light,fontWeight:a.a.regular,fontSize:a.a.text_smaller},itemHoverStyle:{color:r.a.text_lt_default},itemHiddenStyle:{color:r.a.text_lt_lighter}},tooltip:{backgroundColor:{linearGradient:{x1:0,y1:0,x2:0,y2:1},stops:[[0,r.a.bg_dark],[1,r.a.bg_dark]]},shadow:!1,borderWidth:0,borderRadius:10,style:{fontFamily:a.a.font_family_base,color:r.a.text_dk_default,fontWeight:a.a.regular,fontSize:a.a.text_smaller}},pane:{background:{borderColor:r.a.border_light}},plotOptions:{series:{threshold:null},pie:{colors:[r.a.data_1,r.a.data_2,r.a.data_3,r.a.data_4,r.a.data_5,r.a.data_6,r.a.data_7],dataLabels:{style:{fontFamily:a.a.font_family_base,fontSize:a.a.text_smaller,color:r.a.text_lt_light,fontWeight:a.a.regular}}},line:{dataLabels:{color:"#CCC"},marker:{lineColor:"#333"}},treemap:{layoutAlgorithm:"squarified",allowTraversingTree:!1,animationLimit:1e3,colors:[r.a.data_1,r.a.data_2,r.a.data_3,r.a.data_4,r.a.data_5,r.a.data_6,r.a.data_7,r.a.data_8],dataLabels:{enabled:!0,style:{fontFamily:a.a.font_family_base,fontWeight:a.a.bold,fontSize:a.a.heading_4}},levels:[{level:1,dataLabels:{enabled:!1}}],traverseUpButton:{position:{y:-50}}}},credits:{enabled:!1}}},function(t,e,n){"use strict";function i(t,e){if(null==t)return{};var n,i,r=function(t,e){if(null==t)return{};var n,i,r={},o=Object.keys(t);for(i=0;i<o.length;i++)n=o[i],e.indexOf(n)>=0||(r[n]=t[n]);return r}(t,e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(i=0;i<o.length;i++)n=o[i],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(r[n]=t[n])}return r}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";n.d(e,"c",(function(){return o})),n.d(e,"b",(function(){return s})),n.d(e,"a",(function(){return l}));var i=n(24),r=function(t){return t.charAt(0).toUpperCase()+t.slice(1).toLowerCase()},o=function(t){return Object(i.isEmpty)(t)?t:t.split(" ").map(r).join(" ")},a=function(t){return!Object(i.isEmpty)(t)},s=function(t,e){return Object(i.filter)(t,a).join(e)},l=function(t){return t.split(/([A-Z])/g).map((function(t,e){var n=e>0?"_":"";return t===t.toLowerCase()?t:n+t.toLowerCase()})).join("")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return mt})),n.d(e,"b",(function(){return Z})),n.d(e,"c",(function(){return J}));var i=n(19),r=n(17);var o=n(161);function a(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,Object(o.a)(i.key),i)}}function s(t,e){return(s=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function l(t){return(l=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var d=n(77);function c(t,e){if(e&&("object"===Object(d.a)(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function u(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,i=l(t);if(e){var r=l(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return c(this,n)}}var h=n(86),p=n(0),f=n(21),g=n(18),m=n(99),v=n(50);for(var b={name:"7pg0cj-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap"},y=function(t){return Object(g.b)("span",Object(i.a)({css:b},t))},x={guidance:function(t){var e=t.isSearchable,n=t.isMulti,i=t.tabSelectsValue,r=t.context,o=t.isInitialFocus;switch(r){case"menu":return"Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".concat(i?", press Tab to select the option and exit the menu":"",".");case"input":return o?"".concat(t["aria-label"]||"Select"," is focused ").concat(e?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":""):"";case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value";default:return""}},onChange:function(t){var e=t.action,n=t.label,i=void 0===n?"":n,r=t.labels,o=t.isDisabled;switch(e){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(i,", deselected.");case"clear":return"All selected options have been cleared.";case"initial-input-focus":return"option".concat(r.length>1?"s":""," ").concat(r.join(","),", selected.");case"select-option":return"option ".concat(i,o?" is disabled. Select another option.":", selected.");default:return""}},onFocus:function(t){var e=t.context,n=t.focused,i=t.options,r=t.label,o=void 0===r?"":r,a=t.selectValue,s=t.isDisabled,l=t.isSelected,d=t.isAppleDevice,c=function(t,e){return t&&t.length?"".concat(t.indexOf(e)+1," of ").concat(t.length):""};if("value"===e&&a)return"value ".concat(o," focused, ").concat(c(a,n),".");if("menu"===e&&d){var u=s?" disabled":"",h="".concat(l?" selected":"").concat(u);return"".concat(o).concat(h,", ").concat(c(i,n),".")}return""},onFilter:function(t){var e=t.inputValue,n=t.resultsMessage;return"".concat(n).concat(e?" for search term "+e:"",".")}},_=function(t){var e=t.ariaSelection,n=t.focusedOption,i=t.focusedValue,o=t.focusableOptions,a=t.isFocused,s=t.selectValue,l=t.selectProps,d=t.id,c=t.isAppleDevice,u=l.ariaLiveMessages,h=l.getOptionLabel,f=l.inputValue,m=l.isMulti,v=l.isOptionDisabled,b=l.isSearchable,_=l.menuIsOpen,O=l.options,w=l.screenReaderStatus,$=l.tabSelectsValue,C=l.isLoading,k=l["aria-label"],S=l["aria-live"],j=Object(p.useMemo)((function(){return Object(r.a)(Object(r.a)({},x),u||{})}),[u]),E=Object(p.useMemo)((function(){var t,n="";if(e&&j.onChange){var i=e.option,o=e.options,a=e.removedValue,l=e.removedValues,d=e.value,c=a||i||(t=d,Array.isArray(t)?null:t),u=c?h(c):"",p=o||l||void 0,f=p?p.map(h):[],g=Object(r.a)({isDisabled:c&&v(c,s),label:u,labels:f},e);n=j.onChange(g)}return n}),[e,j,v,s,h]),M=Object(p.useMemo)((function(){var t="",e=n||i,r=!!(n&&s&&s.includes(n));if(e&&j.onFocus){var a={focused:e,label:h(e),isDisabled:v(e,s),isSelected:r,options:o,context:e===n?"menu":"value",selectValue:s,isAppleDevice:c};t=j.onFocus(a)}return t}),[n,i,h,v,j,o,s,c]),A=Object(p.useMemo)((function(){var t="";if(_&&O.length&&!C&&j.onFilter){var e=w({count:o.length});t=j.onFilter({inputValue:f,resultsMessage:e})}return t}),[o,f,_,j,O,w,C]),P="initial-input-focus"===(null==e?void 0:e.action),T=Object(p.useMemo)((function(){var t="";if(j.guidance){var e=i?"value":_?"menu":"input";t=j.guidance({"aria-label":k,context:e,isDisabled:n&&v(n,s),isMulti:m,isSearchable:b,tabSelectsValue:$,isInitialFocus:P})}return t}),[k,n,i,m,v,b,_,j,s,$,P]),L=Object(g.b)(p.Fragment,null,Object(g.b)("span",{id:"aria-selection"},E),Object(g.b)("span",{id:"aria-focused"},M),Object(g.b)("span",{id:"aria-results"},A),Object(g.b)("span",{id:"aria-guidance"},T));return Object(g.b)(p.Fragment,null,Object(g.b)(y,{id:d},P&&L),Object(g.b)(y,{"aria-live":S,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},a&&!P&&L))},O=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],w=new RegExp("["+O.map((function(t){return t.letters})).join("")+"]","g"),$={},C=0;C<O.length;C++)for(var k=O[C],S=0;S<k.letters.length;S++)$[k.letters[S]]=k.base;var j=function(t){return t.replace(w,(function(t){return $[t]}))},E=Object(m.a)(j),M=function(t){return t.replace(/^\s+|\s+$/g,"")},A=function(t){return"".concat(t.label," ").concat(t.value)},P=["innerRef"];function T(t){var e=t.innerRef,n=Object(v.a)(t,P),r=Object(f.E)(n,"onExited","in","enter","exit","appear");return Object(g.b)("input",Object(i.a)({ref:e},r,{css:Object(g.a)({label:"dummyInput",background:0,border:0,caretColor:"transparent",fontSize:"inherit",gridArea:"1 / 1 / 2 / 3",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(.01)"},"","")}))}var L=["boxSizing","height","overflow","paddingRight","position"],D={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function I(t){t.preventDefault()}function N(t){t.stopPropagation()}function R(){var t=this.scrollTop,e=this.scrollHeight,n=t+this.offsetHeight;0===t?this.scrollTop=1:n===e&&(this.scrollTop=t-1)}function F(){return"ontouchstart"in window||navigator.maxTouchPoints}var B=!("undefined"==typeof window||!window.document||!window.document.createElement),z=0,H={capture:!1,passive:!1};var W=function(t){var e=t.target;return e.ownerDocument.activeElement&&e.ownerDocument.activeElement.blur()},Y={name:"1kfdb0e",styles:"position:fixed;left:0;bottom:0;right:0;top:0"};function U(t){var e=t.children,n=t.lockEnabled,i=t.captureEnabled,r=function(t){var e=t.isEnabled,n=t.onBottomArrive,i=t.onBottomLeave,r=t.onTopArrive,o=t.onTopLeave,a=Object(p.useRef)(!1),s=Object(p.useRef)(!1),l=Object(p.useRef)(0),d=Object(p.useRef)(null),c=Object(p.useCallback)((function(t,e){if(null!==d.current){var l=d.current,c=l.scrollTop,u=l.scrollHeight,h=l.clientHeight,p=d.current,f=e>0,g=u-h-c,m=!1;g>e&&a.current&&(i&&i(t),a.current=!1),f&&s.current&&(o&&o(t),s.current=!1),f&&e>g?(n&&!a.current&&n(t),p.scrollTop=u,m=!0,a.current=!0):!f&&-e>c&&(r&&!s.current&&r(t),p.scrollTop=0,m=!0,s.current=!0),m&&function(t){t.cancelable&&t.preventDefault(),t.stopPropagation()}(t)}}),[n,i,r,o]),u=Object(p.useCallback)((function(t){c(t,t.deltaY)}),[c]),h=Object(p.useCallback)((function(t){l.current=t.changedTouches[0].clientY}),[]),g=Object(p.useCallback)((function(t){var e=l.current-t.changedTouches[0].clientY;c(t,e)}),[c]),m=Object(p.useCallback)((function(t){if(t){var e=!!f.F&&{passive:!1};t.addEventListener("wheel",u,e),t.addEventListener("touchstart",h,e),t.addEventListener("touchmove",g,e)}}),[g,h,u]),v=Object(p.useCallback)((function(t){t&&(t.removeEventListener("wheel",u,!1),t.removeEventListener("touchstart",h,!1),t.removeEventListener("touchmove",g,!1))}),[g,h,u]);return Object(p.useEffect)((function(){if(e){var t=d.current;return m(t),function(){v(t)}}}),[e,m,v]),function(t){d.current=t}}({isEnabled:void 0===i||i,onBottomArrive:t.onBottomArrive,onBottomLeave:t.onBottomLeave,onTopArrive:t.onTopArrive,onTopLeave:t.onTopLeave}),o=function(t){var e=t.isEnabled,n=t.accountForScrollbars,i=void 0===n||n,r=Object(p.useRef)({}),o=Object(p.useRef)(null),a=Object(p.useCallback)((function(t){if(B){var e=document.body,n=e&&e.style;if(i&&L.forEach((function(t){var e=n&&n[t];r.current[t]=e})),i&&z<1){var o=parseInt(r.current.paddingRight,10)||0,a=document.body?document.body.clientWidth:0,s=window.innerWidth-a+o||0;Object.keys(D).forEach((function(t){var e=D[t];n&&(n[t]=e)})),n&&(n.paddingRight="".concat(s,"px"))}e&&F()&&(e.addEventListener("touchmove",I,H),t&&(t.addEventListener("touchstart",R,H),t.addEventListener("touchmove",N,H))),z+=1}}),[i]),s=Object(p.useCallback)((function(t){if(B){var e=document.body,n=e&&e.style;z=Math.max(z-1,0),i&&z<1&&L.forEach((function(t){var e=r.current[t];n&&(n[t]=e)})),e&&F()&&(e.removeEventListener("touchmove",I,H),t&&(t.removeEventListener("touchstart",R,H),t.removeEventListener("touchmove",N,H)))}}),[i]);return Object(p.useEffect)((function(){if(e){var t=o.current;return a(t),function(){s(t)}}}),[e,a,s]),function(t){o.current=t}}({isEnabled:n});return Object(g.b)(p.Fragment,null,n&&Object(g.b)("div",{onClick:W,css:Y}),e((function(t){r(t),o(t)})))}var G={name:"1a0ro4n-requiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%"},V=function(t){var e=t.name,n=t.onFocus;return Object(g.b)("input",{required:!0,name:e,tabIndex:-1,"aria-hidden":"true",onFocus:n,css:G,value:"",onChange:function(){}})};function X(t){var e;return"undefined"!=typeof window&&null!=window.navigator&&t.test((null===(e=window.navigator.userAgentData)||void 0===e?void 0:e.platform)||window.navigator.platform)}function q(){return X(/^Mac/i)}function K(){return X(/^iPhone/i)||X(/^iPad/i)||q()&&navigator.maxTouchPoints>1}var Z=function(t){return t.label},J=function(t){return t.value},Q={clearIndicator:f.n,container:f.o,control:f.q,dropdownIndicator:f.r,group:f.t,groupHeading:f.s,indicatorsContainer:f.v,indicatorSeparator:f.u,input:f.w,loadingIndicator:f.y,loadingMessage:f.x,menu:f.z,menuList:f.A,menuPortal:f.B,multiValue:f.C,multiValueLabel:f.D,multiValueRemove:f.G,noOptionsMessage:f.H,option:f.I,placeholder:f.J,singleValue:f.K,valueContainer:f.L};var tt,et={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}},nt={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:Object(f.M)(),captureMenuScroll:!Object(f.M)(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:function(t,e){if(t.data.__isNew__)return!0;var n=Object(r.a)({ignoreCase:!0,ignoreAccents:!0,stringify:A,trim:!0,matchFrom:"any"},tt),i=n.ignoreCase,o=n.ignoreAccents,a=n.stringify,s=n.trim,l=n.matchFrom,d=s?M(e):e,c=s?M(a(t)):a(t);return i&&(d=d.toLowerCase(),c=c.toLowerCase()),o&&(d=E(d),c=j(c)),"start"===l?c.substr(0,d.length)===d:c.indexOf(d)>-1},formatGroupLabel:function(t){return t.label},getOptionLabel:Z,getOptionValue:J,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:function(t){return!!t.isDisabled},loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!Object(f.a)(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(t){var e=t.count;return"".concat(e," result").concat(1!==e?"s":""," available")},styles:{},tabIndex:0,tabSelectsValue:!0,unstyled:!1};function it(t,e,n,i){return{type:"option",data:e,isDisabled:ut(t,e,n),isSelected:ht(t,e,n),label:dt(t,e),value:ct(t,e),index:i}}function rt(t,e){return t.options.map((function(n,i){if("options"in n){var r=n.options.map((function(n,i){return it(t,n,e,i)})).filter((function(e){return st(t,e)}));return r.length>0?{type:"group",data:n,options:r,index:i}:void 0}var o=it(t,n,e,i);return st(t,o)?o:void 0})).filter(f.k)}function ot(t){return t.reduce((function(t,e){return"group"===e.type?t.push.apply(t,Object(h.a)(e.options.map((function(t){return t.data})))):t.push(e.data),t}),[])}function at(t,e){return t.reduce((function(t,n){return"group"===n.type?t.push.apply(t,Object(h.a)(n.options.map((function(t){return{data:t.data,id:"".concat(e,"-").concat(n.index,"-").concat(t.index)}})))):t.push({data:n.data,id:"".concat(e,"-").concat(n.index)}),t}),[])}function st(t,e){var n=t.inputValue,i=void 0===n?"":n,r=e.data,o=e.isSelected,a=e.label,s=e.value;return(!ft(t)||!o)&&pt(t,{label:a,value:s,data:r},i)}var lt=function(t,e){var n;return(null===(n=t.find((function(t){return t.data===e})))||void 0===n?void 0:n.id)||null},dt=function(t,e){return t.getOptionLabel(e)},ct=function(t,e){return t.getOptionValue(e)};function ut(t,e,n){return"function"==typeof t.isOptionDisabled&&t.isOptionDisabled(e,n)}function ht(t,e,n){if(n.indexOf(e)>-1)return!0;if("function"==typeof t.isOptionSelected)return t.isOptionSelected(e,n);var i=ct(t,e);return n.some((function(e){return ct(t,e)===i}))}function pt(t,e,n){return!t.filterOption||t.filterOption(e,n)}var ft=function(t){var e=t.hideSelectedOptions,n=t.isMulti;return void 0===e?n:e},gt=1,mt=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&s(t,e)}(d,t);var e,n,o,l=u(d);function d(t){var e;if(function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,d),(e=l.call(this,t)).state={ariaSelection:null,focusedOption:null,focusedOptionId:null,focusableOptionsWithIds:[],focusedValue:null,inputIsHidden:!1,isFocused:!1,selectValue:[],clearFocusValueOnUpdate:!1,prevWasFocused:!1,inputIsHiddenAfterUpdate:void 0,prevProps:void 0,instancePrefix:""},e.blockOptionHover=!1,e.isComposing=!1,e.commonProps=void 0,e.initialTouchX=0,e.initialTouchY=0,e.openAfterFocus=!1,e.scrollToFocusedOptionOnUpdate=!1,e.userIsDragging=void 0,e.isAppleDevice=q()||K(),e.controlRef=null,e.getControlRef=function(t){e.controlRef=t},e.focusedOptionRef=null,e.getFocusedOptionRef=function(t){e.focusedOptionRef=t},e.menuListRef=null,e.getMenuListRef=function(t){e.menuListRef=t},e.inputRef=null,e.getInputRef=function(t){e.inputRef=t},e.focus=e.focusInput,e.blur=e.blurInput,e.onChange=function(t,n){var i=e.props,r=i.onChange,o=i.name;n.name=o,e.ariaOnChange(t,n),r(t,n)},e.setValue=function(t,n,i){var r=e.props,o=r.closeMenuOnSelect,a=r.isMulti,s=r.inputValue;e.onInputChange("",{action:"set-value",prevInputValue:s}),o&&(e.setState({inputIsHiddenAfterUpdate:!a}),e.onMenuClose()),e.setState({clearFocusValueOnUpdate:!0}),e.onChange(t,{action:n,option:i})},e.selectOption=function(t){var n=e.props,i=n.blurInputOnSelect,r=n.isMulti,o=n.name,a=e.state.selectValue,s=r&&e.isOptionSelected(t,a),l=e.isOptionDisabled(t,a);if(s){var d=e.getOptionValue(t);e.setValue(Object(f.b)(a.filter((function(t){return e.getOptionValue(t)!==d}))),"deselect-option",t)}else{if(l)return void e.ariaOnChange(Object(f.c)(t),{action:"select-option",option:t,name:o});r?e.setValue(Object(f.b)([].concat(Object(h.a)(a),[t])),"select-option",t):e.setValue(Object(f.c)(t),"select-option")}i&&e.blurInput()},e.removeValue=function(t){var n=e.props.isMulti,i=e.state.selectValue,r=e.getOptionValue(t),o=i.filter((function(t){return e.getOptionValue(t)!==r})),a=Object(f.d)(n,o,o[0]||null);e.onChange(a,{action:"remove-value",removedValue:t}),e.focusInput()},e.clearValue=function(){var t=e.state.selectValue;e.onChange(Object(f.d)(e.props.isMulti,[],null),{action:"clear",removedValues:t})},e.popValue=function(){var t=e.props.isMulti,n=e.state.selectValue,i=n[n.length-1],r=n.slice(0,n.length-1),o=Object(f.d)(t,r,r[0]||null);e.onChange(o,{action:"pop-value",removedValue:i})},e.getFocusedOptionId=function(t){return lt(e.state.focusableOptionsWithIds,t)},e.getFocusableOptionsWithIds=function(){return at(rt(e.props,e.state.selectValue),e.getElementId("option"))},e.getValue=function(){return e.state.selectValue},e.cx=function(){for(var t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];return f.e.apply(void 0,[e.props.classNamePrefix].concat(n))},e.getOptionLabel=function(t){return dt(e.props,t)},e.getOptionValue=function(t){return ct(e.props,t)},e.getStyles=function(t,n){var i=e.props.unstyled,r=Q[t](n,i);r.boxSizing="border-box";var o=e.props.styles[t];return o?o(r,n):r},e.getClassNames=function(t,n){var i,r;return null===(i=(r=e.props.classNames)[t])||void 0===i?void 0:i.call(r,n)},e.getElementId=function(t){return"".concat(e.state.instancePrefix,"-").concat(t)},e.getComponents=function(){return Object(f.f)(e.props)},e.buildCategorizedOptions=function(){return rt(e.props,e.state.selectValue)},e.getCategorizedOptions=function(){return e.props.menuIsOpen?e.buildCategorizedOptions():[]},e.buildFocusableOptions=function(){return ot(e.buildCategorizedOptions())},e.getFocusableOptions=function(){return e.props.menuIsOpen?e.buildFocusableOptions():[]},e.ariaOnChange=function(t,n){e.setState({ariaSelection:Object(r.a)({value:t},n)})},e.onMenuMouseDown=function(t){0===t.button&&(t.stopPropagation(),t.preventDefault(),e.focusInput())},e.onMenuMouseMove=function(t){e.blockOptionHover=!1},e.onControlMouseDown=function(t){if(!t.defaultPrevented){var n=e.props.openMenuOnClick;e.state.isFocused?e.props.menuIsOpen?"INPUT"!==t.target.tagName&&"TEXTAREA"!==t.target.tagName&&e.onMenuClose():n&&e.openMenu("first"):(n&&(e.openAfterFocus=!0),e.focusInput()),"INPUT"!==t.target.tagName&&"TEXTAREA"!==t.target.tagName&&t.preventDefault()}},e.onDropdownIndicatorMouseDown=function(t){if(!(t&&"mousedown"===t.type&&0!==t.button||e.props.isDisabled)){var n=e.props,i=n.isMulti,r=n.menuIsOpen;e.focusInput(),r?(e.setState({inputIsHiddenAfterUpdate:!i}),e.onMenuClose()):e.openMenu("first"),t.preventDefault()}},e.onClearIndicatorMouseDown=function(t){t&&"mousedown"===t.type&&0!==t.button||(e.clearValue(),t.preventDefault(),e.openAfterFocus=!1,"touchend"===t.type?e.focusInput():setTimeout((function(){return e.focusInput()})))},e.onScroll=function(t){"boolean"==typeof e.props.closeMenuOnScroll?t.target instanceof HTMLElement&&Object(f.g)(t.target)&&e.props.onMenuClose():"function"==typeof e.props.closeMenuOnScroll&&e.props.closeMenuOnScroll(t)&&e.props.onMenuClose()},e.onCompositionStart=function(){e.isComposing=!0},e.onCompositionEnd=function(){e.isComposing=!1},e.onTouchStart=function(t){var n=t.touches,i=n&&n.item(0);i&&(e.initialTouchX=i.clientX,e.initialTouchY=i.clientY,e.userIsDragging=!1)},e.onTouchMove=function(t){var n=t.touches,i=n&&n.item(0);if(i){var r=Math.abs(i.clientX-e.initialTouchX),o=Math.abs(i.clientY-e.initialTouchY);e.userIsDragging=r>5||o>5}},e.onTouchEnd=function(t){e.userIsDragging||(e.controlRef&&!e.controlRef.contains(t.target)&&e.menuListRef&&!e.menuListRef.contains(t.target)&&e.blurInput(),e.initialTouchX=0,e.initialTouchY=0)},e.onControlTouchEnd=function(t){e.userIsDragging||e.onControlMouseDown(t)},e.onClearIndicatorTouchEnd=function(t){e.userIsDragging||e.onClearIndicatorMouseDown(t)},e.onDropdownIndicatorTouchEnd=function(t){e.userIsDragging||e.onDropdownIndicatorMouseDown(t)},e.handleInputChange=function(t){var n=e.props.inputValue,i=t.currentTarget.value;e.setState({inputIsHiddenAfterUpdate:!1}),e.onInputChange(i,{action:"input-change",prevInputValue:n}),e.props.menuIsOpen||e.onMenuOpen()},e.onInputFocus=function(t){e.props.onFocus&&e.props.onFocus(t),e.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(e.openAfterFocus||e.props.openMenuOnFocus)&&e.openMenu("first"),e.openAfterFocus=!1},e.onInputBlur=function(t){var n=e.props.inputValue;e.menuListRef&&e.menuListRef.contains(document.activeElement)?e.inputRef.focus():(e.props.onBlur&&e.props.onBlur(t),e.onInputChange("",{action:"input-blur",prevInputValue:n}),e.onMenuClose(),e.setState({focusedValue:null,isFocused:!1}))},e.onOptionHover=function(t){if(!e.blockOptionHover&&e.state.focusedOption!==t){var n=e.getFocusableOptions().indexOf(t);e.setState({focusedOption:t,focusedOptionId:n>-1?e.getFocusedOptionId(t):null})}},e.shouldHideSelectedOptions=function(){return ft(e.props)},e.onValueInputFocus=function(t){t.preventDefault(),t.stopPropagation(),e.focus()},e.onKeyDown=function(t){var n=e.props,i=n.isMulti,r=n.backspaceRemovesValue,o=n.escapeClearsValue,a=n.inputValue,s=n.isClearable,l=n.isDisabled,d=n.menuIsOpen,c=n.onKeyDown,u=n.tabSelectsValue,h=n.openMenuOnFocus,p=e.state,f=p.focusedOption,g=p.focusedValue,m=p.selectValue;if(!(l||"function"==typeof c&&(c(t),t.defaultPrevented))){switch(e.blockOptionHover=!0,t.key){case"ArrowLeft":if(!i||a)return;e.focusValue("previous");break;case"ArrowRight":if(!i||a)return;e.focusValue("next");break;case"Delete":case"Backspace":if(a)return;if(g)e.removeValue(g);else{if(!r)return;i?e.popValue():s&&e.clearValue()}break;case"Tab":if(e.isComposing)return;if(t.shiftKey||!d||!u||!f||h&&e.isOptionSelected(f,m))return;e.selectOption(f);break;case"Enter":if(229===t.keyCode)break;if(d){if(!f)return;if(e.isComposing)return;e.selectOption(f);break}return;case"Escape":d?(e.setState({inputIsHiddenAfterUpdate:!1}),e.onInputChange("",{action:"menu-close",prevInputValue:a}),e.onMenuClose()):s&&o&&e.clearValue();break;case" ":if(a)return;if(!d){e.openMenu("first");break}if(!f)return;e.selectOption(f);break;case"ArrowUp":d?e.focusOption("up"):e.openMenu("last");break;case"ArrowDown":d?e.focusOption("down"):e.openMenu("first");break;case"PageUp":if(!d)return;e.focusOption("pageup");break;case"PageDown":if(!d)return;e.focusOption("pagedown");break;case"Home":if(!d)return;e.focusOption("first");break;case"End":if(!d)return;e.focusOption("last");break;default:return}t.preventDefault()}},e.state.instancePrefix="react-select-"+(e.props.instanceId||++gt),e.state.selectValue=Object(f.h)(t.value),t.menuIsOpen&&e.state.selectValue.length){var n=e.getFocusableOptionsWithIds(),i=e.buildFocusableOptions(),o=i.indexOf(e.state.selectValue[0]);e.state.focusableOptionsWithIds=n,e.state.focusedOption=i[o],e.state.focusedOptionId=lt(n,i[o])}return e}return e=d,o=[{key:"getDerivedStateFromProps",value:function(t,e){var n=e.prevProps,i=e.clearFocusValueOnUpdate,o=e.inputIsHiddenAfterUpdate,a=e.ariaSelection,s=e.isFocused,l=e.prevWasFocused,d=e.instancePrefix,c=t.options,u=t.value,h=t.menuIsOpen,p=t.inputValue,g=t.isMulti,m=Object(f.h)(u),v={};if(n&&(u!==n.value||c!==n.options||h!==n.menuIsOpen||p!==n.inputValue)){var b=h?function(t,e){return ot(rt(t,e))}(t,m):[],y=h?at(rt(t,m),"".concat(d,"-option")):[],x=i?function(t,e){var n=t.focusedValue,i=t.selectValue.indexOf(n);if(i>-1){if(e.indexOf(n)>-1)return n;if(i<e.length)return e[i]}return null}(e,m):null,_=function(t,e){var n=t.focusedOption;return n&&e.indexOf(n)>-1?n:e[0]}(e,b);v={selectValue:m,focusedOption:_,focusedOptionId:lt(y,_),focusableOptionsWithIds:y,focusedValue:x,clearFocusValueOnUpdate:!1}}var O=null!=o&&t!==n?{inputIsHidden:o,inputIsHiddenAfterUpdate:void 0}:{},w=a,$=s&&l;return s&&!$&&(w={value:Object(f.d)(g,m,m[0]||null),options:m,action:"initial-input-focus"},$=!l),"initial-input-focus"===(null==a?void 0:a.action)&&(w=null),Object(r.a)(Object(r.a)(Object(r.a)({},v),O),{},{prevProps:t,ariaSelection:w,prevWasFocused:$})}}],(n=[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput(),this.props.menuIsOpen&&this.state.focusedOption&&this.menuListRef&&this.focusedOptionRef&&Object(f.i)(this.menuListRef,this.focusedOptionRef)}},{key:"componentDidUpdate",value:function(t){var e=this.props,n=e.isDisabled,i=e.menuIsOpen,r=this.state.isFocused;(r&&!n&&t.isDisabled||r&&i&&!t.menuIsOpen)&&this.focusInput(),r&&n&&!t.isDisabled?this.setState({isFocused:!1},this.onMenuClose):r||n||!t.isDisabled||this.inputRef!==document.activeElement||this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(Object(f.i)(this.menuListRef,this.focusedOptionRef),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){this.onInputChange("",{action:"menu-close",prevInputValue:this.props.inputValue}),this.props.onMenuClose()}},{key:"onInputChange",value:function(t,e){this.props.onInputChange(t,e)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(t){var e=this,n=this.state,i=n.selectValue,r=n.isFocused,o=this.buildFocusableOptions(),a="first"===t?0:o.length-1;if(!this.props.isMulti){var s=o.indexOf(i[0]);s>-1&&(a=s)}this.scrollToFocusedOptionOnUpdate=!(r&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:o[a],focusedOptionId:this.getFocusedOptionId(o[a])},(function(){return e.onMenuOpen()}))}},{key:"focusValue",value:function(t){var e=this.state,n=e.selectValue,i=e.focusedValue;if(this.props.isMulti){this.setState({focusedOption:null});var r=n.indexOf(i);i||(r=-1);var o=n.length-1,a=-1;if(n.length){switch(t){case"previous":a=0===r?0:-1===r?o:r-1;break;case"next":r>-1&&r<o&&(a=r+1)}this.setState({inputIsHidden:-1!==a,focusedValue:n[a]})}}}},{key:"focusOption",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",e=this.props.pageSize,n=this.state.focusedOption,i=this.getFocusableOptions();if(i.length){var r=0,o=i.indexOf(n);n||(o=-1),"up"===t?r=o>0?o-1:i.length-1:"down"===t?r=(o+1)%i.length:"pageup"===t?(r=o-e)<0&&(r=0):"pagedown"===t?(r=o+e)>i.length-1&&(r=i.length-1):"last"===t&&(r=i.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:i[r],focusedValue:null,focusedOptionId:this.getFocusedOptionId(i[r])})}}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(et):Object(r.a)(Object(r.a)({},et),this.props.theme):et}},{key:"getCommonProps",value:function(){var t=this.clearValue,e=this.cx,n=this.getStyles,i=this.getClassNames,r=this.getValue,o=this.selectOption,a=this.setValue,s=this.props,l=s.isMulti,d=s.isRtl,c=s.options;return{clearValue:t,cx:e,getStyles:n,getClassNames:i,getValue:r,hasValue:this.hasValue(),isMulti:l,isRtl:d,options:c,selectOption:o,selectProps:s,setValue:a,theme:this.getTheme()}}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.getFocusableOptions().length}},{key:"isClearable",value:function(){var t=this.props,e=t.isClearable,n=t.isMulti;return void 0===e?n:e}},{key:"isOptionDisabled",value:function(t,e){return ut(this.props,t,e)}},{key:"isOptionSelected",value:function(t,e){return ht(this.props,t,e)}},{key:"filterOption",value:function(t,e){return pt(this.props,t,e)}},{key:"formatOptionLabel",value:function(t,e){if("function"==typeof this.props.formatOptionLabel){var n=this.props.inputValue,i=this.state.selectValue;return this.props.formatOptionLabel(t,{context:e,inputValue:n,selectValue:i})}return this.getOptionLabel(t)}},{key:"formatGroupLabel",value:function(t){return this.props.formatGroupLabel(t)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"renderInput",value:function(){var t=this.props,e=t.isDisabled,n=t.isSearchable,o=t.inputId,a=t.inputValue,s=t.tabIndex,l=t.form,d=t.menuIsOpen,c=t.required,u=this.getComponents().Input,h=this.state,g=h.inputIsHidden,m=h.ariaSelection,v=this.commonProps,b=o||this.getElementId("input"),y=Object(r.a)(Object(r.a)(Object(r.a)({"aria-autocomplete":"list","aria-expanded":d,"aria-haspopup":!0,"aria-errormessage":this.props["aria-errormessage"],"aria-invalid":this.props["aria-invalid"],"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],"aria-required":c,role:"combobox","aria-activedescendant":this.isAppleDevice?void 0:this.state.focusedOptionId||""},d&&{"aria-controls":this.getElementId("listbox")}),!n&&{"aria-readonly":!0}),this.hasValue()?"initial-input-focus"===(null==m?void 0:m.action)&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return n?p.createElement(u,Object(i.a)({},v,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:b,innerRef:this.getInputRef,isDisabled:e,isHidden:g,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:s,form:l,type:"text",value:a},y)):p.createElement(T,Object(i.a)({id:b,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:f.j,onFocus:this.onInputFocus,disabled:e,tabIndex:s,inputMode:"none",form:l,value:""},y))}},{key:"renderPlaceholderOrValue",value:function(){var t=this,e=this.getComponents(),n=e.MultiValue,r=e.MultiValueContainer,o=e.MultiValueLabel,a=e.MultiValueRemove,s=e.SingleValue,l=e.Placeholder,d=this.commonProps,c=this.props,u=c.controlShouldRenderValue,h=c.isDisabled,f=c.isMulti,g=c.inputValue,m=c.placeholder,v=this.state,b=v.selectValue,y=v.focusedValue,x=v.isFocused;if(!this.hasValue()||!u)return g?null:p.createElement(l,Object(i.a)({},d,{key:"placeholder",isDisabled:h,isFocused:x,innerProps:{id:this.getElementId("placeholder")}}),m);if(f)return b.map((function(e,s){var l=e===y,c="".concat(t.getOptionLabel(e),"-").concat(t.getOptionValue(e));return p.createElement(n,Object(i.a)({},d,{components:{Container:r,Label:o,Remove:a},isFocused:l,isDisabled:h,key:c,index:s,removeProps:{onClick:function(){return t.removeValue(e)},onTouchEnd:function(){return t.removeValue(e)},onMouseDown:function(t){t.preventDefault()}},data:e}),t.formatOptionLabel(e,"value"))}));if(g)return null;var _=b[0];return p.createElement(s,Object(i.a)({},d,{data:_,isDisabled:h}),this.formatOptionLabel(_,"value"))}},{key:"renderClearIndicator",value:function(){var t=this.getComponents().ClearIndicator,e=this.commonProps,n=this.props,r=n.isDisabled,o=n.isLoading,a=this.state.isFocused;if(!this.isClearable()||!t||r||!this.hasValue()||o)return null;var s={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return p.createElement(t,Object(i.a)({},e,{innerProps:s,isFocused:a}))}},{key:"renderLoadingIndicator",value:function(){var t=this.getComponents().LoadingIndicator,e=this.commonProps,n=this.props,r=n.isDisabled,o=n.isLoading,a=this.state.isFocused;return t&&o?p.createElement(t,Object(i.a)({},e,{innerProps:{"aria-hidden":"true"},isDisabled:r,isFocused:a})):null}},{key:"renderIndicatorSeparator",value:function(){var t=this.getComponents(),e=t.DropdownIndicator,n=t.IndicatorSeparator;if(!e||!n)return null;var r=this.commonProps,o=this.props.isDisabled,a=this.state.isFocused;return p.createElement(n,Object(i.a)({},r,{isDisabled:o,isFocused:a}))}},{key:"renderDropdownIndicator",value:function(){var t=this.getComponents().DropdownIndicator;if(!t)return null;var e=this.commonProps,n=this.props.isDisabled,r=this.state.isFocused,o={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return p.createElement(t,Object(i.a)({},e,{innerProps:o,isDisabled:n,isFocused:r}))}},{key:"renderMenu",value:function(){var t=this,e=this.getComponents(),n=e.Group,r=e.GroupHeading,o=e.Menu,a=e.MenuList,s=e.MenuPortal,l=e.LoadingMessage,d=e.NoOptionsMessage,c=e.Option,u=this.commonProps,h=this.state.focusedOption,g=this.props,m=g.captureMenuScroll,v=g.inputValue,b=g.isLoading,y=g.loadingMessage,x=g.minMenuHeight,_=g.maxMenuHeight,O=g.menuIsOpen,w=g.menuPlacement,$=g.menuPosition,C=g.menuPortalTarget,k=g.menuShouldBlockScroll,S=g.menuShouldScrollIntoView,j=g.noOptionsMessage,E=g.onMenuScrollToTop,M=g.onMenuScrollToBottom;if(!O)return null;var A,P=function(e,n){var r=e.type,o=e.data,a=e.isDisabled,s=e.isSelected,l=e.label,d=e.value,f=h===o,g=a?void 0:function(){return t.onOptionHover(o)},m=a?void 0:function(){return t.selectOption(o)},v="".concat(t.getElementId("option"),"-").concat(n),b={id:v,onClick:m,onMouseMove:g,onMouseOver:g,tabIndex:-1,role:"option","aria-selected":t.isAppleDevice?void 0:s};return p.createElement(c,Object(i.a)({},u,{innerProps:b,data:o,isDisabled:a,isSelected:s,key:v,label:l,type:r,value:d,isFocused:f,innerRef:f?t.getFocusedOptionRef:void 0}),t.formatOptionLabel(e.data,"menu"))};if(this.hasOptions())A=this.getCategorizedOptions().map((function(e){if("group"===e.type){var o=e.data,a=e.options,s=e.index,l="".concat(t.getElementId("group"),"-").concat(s),d="".concat(l,"-heading");return p.createElement(n,Object(i.a)({},u,{key:l,data:o,options:a,Heading:r,headingProps:{id:d,data:e.data},label:t.formatGroupLabel(e.data)}),e.options.map((function(t){return P(t,"".concat(s,"-").concat(t.index))})))}if("option"===e.type)return P(e,"".concat(e.index))}));else if(b){var T=y({inputValue:v});if(null===T)return null;A=p.createElement(l,u,T)}else{var L=j({inputValue:v});if(null===L)return null;A=p.createElement(d,u,L)}var D={minMenuHeight:x,maxMenuHeight:_,menuPlacement:w,menuPosition:$,menuShouldScrollIntoView:S},I=p.createElement(f.m,Object(i.a)({},u,D),(function(e){var n=e.ref,r=e.placerProps,s=r.placement,l=r.maxHeight;return p.createElement(o,Object(i.a)({},u,D,{innerRef:n,innerProps:{onMouseDown:t.onMenuMouseDown,onMouseMove:t.onMenuMouseMove},isLoading:b,placement:s}),p.createElement(U,{captureEnabled:m,onTopArrive:E,onBottomArrive:M,lockEnabled:k},(function(e){return p.createElement(a,Object(i.a)({},u,{innerRef:function(n){t.getMenuListRef(n),e(n)},innerProps:{role:"listbox","aria-multiselectable":u.isMulti,id:t.getElementId("listbox")},isLoading:b,maxHeight:l,focusedOption:h}),A)})))}));return C||"fixed"===$?p.createElement(s,Object(i.a)({},u,{appendTo:C,controlElement:this.controlRef,menuPlacement:w,menuPosition:$}),I):I}},{key:"renderFormField",value:function(){var t=this,e=this.props,n=e.delimiter,i=e.isDisabled,r=e.isMulti,o=e.name,a=e.required,s=this.state.selectValue;if(a&&!this.hasValue()&&!i)return p.createElement(V,{name:o,onFocus:this.onValueInputFocus});if(o&&!i){if(r){if(n){var l=s.map((function(e){return t.getOptionValue(e)})).join(n);return p.createElement("input",{name:o,type:"hidden",value:l})}var d=s.length>0?s.map((function(e,n){return p.createElement("input",{key:"i-".concat(n),name:o,type:"hidden",value:t.getOptionValue(e)})})):p.createElement("input",{name:o,type:"hidden",value:""});return p.createElement("div",null,d)}var c=s[0]?this.getOptionValue(s[0]):"";return p.createElement("input",{name:o,type:"hidden",value:c})}}},{key:"renderLiveRegion",value:function(){var t=this.commonProps,e=this.state,n=e.ariaSelection,r=e.focusedOption,o=e.focusedValue,a=e.isFocused,s=e.selectValue,l=this.getFocusableOptions();return p.createElement(_,Object(i.a)({},t,{id:this.getElementId("live-region"),ariaSelection:n,focusedOption:r,focusedValue:o,isFocused:a,selectValue:s,focusableOptions:l,isAppleDevice:this.isAppleDevice}))}},{key:"render",value:function(){var t=this.getComponents(),e=t.Control,n=t.IndicatorsContainer,r=t.SelectContainer,o=t.ValueContainer,a=this.props,s=a.className,l=a.id,d=a.isDisabled,c=a.menuIsOpen,u=this.state.isFocused,h=this.commonProps=this.getCommonProps();return p.createElement(r,Object(i.a)({},h,{className:s,innerProps:{id:l,onKeyDown:this.onKeyDown},isDisabled:d,isFocused:u}),this.renderLiveRegion(),p.createElement(e,Object(i.a)({},h,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:d,isFocused:u,menuIsOpen:c}),p.createElement(o,Object(i.a)({},h,{isDisabled:d}),this.renderPlaceholderOrValue(),this.renderInput()),p.createElement(n,Object(i.a)({},h,{isDisabled:d}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}])&&a(e.prototype,n),o&&a(e,o),Object.defineProperty(e,"prototype",{writable:!1}),d}(p.Component);mt.defaultProps=nt},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(15);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.children,o=t.className,c=t.data,u=void 0===c?{}:c,h=t.htmlOptions,p=void 0===h?{}:h,f=t.id,g=t.lineStyle,m=void 0===g?"solid":g,v=t.orientation,b=void 0===v?"horizontal":v,y=t.text,x=t.dark,_=void 0!==x&&x,O=t.variant,w=void 0===O?"card":O,$=Object(s.a)(n),C=Object(s.c)(u),k=Object(s.d)(p),S=a()(Object(s.b)("pb_section_separator_kit",w,b,"dashed"===m?m:""),Object(l.c)(t),o);return r.a.createElement("div",Object.assign({},$,C,k,{className:S,id:f}),i&&i||y&&r.a.createElement("span",null,r.a.createElement(d.a,{dark:_,text:y})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(35);function r(t){return Object(i.a)(t).getComputedStyle(t)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"c",(function(){return o})),n.d(e,"d",(function(){return a})),n.d(e,"e",(function(){return d})),n.d(e,"f",(function(){return h})),n.d(e,"g",(function(){return f})),n.d(e,"h",(function(){return v})),n.d(e,"i",(function(){return g})),n.d(e,"j",(function(){return m})),n.d(e,"k",(function(){return b}));var i=n(6);function r(t,e,n){let{reference:r,floating:o}=t;const a=Object(i.p)(e),s=Object(i.f)(e),l=Object(i.h)(s),d=Object(i.o)(e),c="y"===a,u=r.x+r.width/2-o.width/2,h=r.y+r.height/2-o.height/2,p=r[l]/2-o[l]/2;let f;switch(d){case"top":f={x:u,y:r.y-o.height};break;case"bottom":f={x:u,y:r.y+r.height};break;case"right":f={x:r.x+r.width,y:h};break;case"left":f={x:r.x-o.width,y:h};break;default:f={x:r.x,y:r.y}}switch(Object(i.e)(e)){case"start":f[s]-=p*(n&&c?-1:1);break;case"end":f[s]+=p*(n&&c?-1:1)}return f}const o=async(t,e,n)=>{const{placement:i="bottom",strategy:o="absolute",middleware:a=[],platform:s}=n,l=a.filter(Boolean),d=await(null==s.isRTL?void 0:s.isRTL(e));let c=await s.getElementRects({reference:t,floating:e,strategy:o}),{x:u,y:h}=r(c,i,d),p=i,f={},g=0;for(let n=0;n<l.length;n++){const{name:a,fn:m}=l[n],{x:v,y:b,data:y,reset:x}=await m({x:u,y:h,initialPlacement:i,placement:p,strategy:o,middlewareData:f,rects:c,platform:s,elements:{reference:t,floating:e}});u=null!=v?v:u,h=null!=b?b:h,f={...f,[a]:{...f[a],...y}},x&&g<=50&&(g++,"object"==typeof x&&(x.placement&&(p=x.placement),x.rects&&(c=!0===x.rects?await s.getElementRects({reference:t,floating:e,strategy:o}):x.rects),({x:u,y:h}=r(c,p,d))),n=-1)}return{x:u,y:h,placement:p,strategy:o,middlewareData:f}};async function a(t,e){var n;void 0===e&&(e={});const{x:r,y:o,platform:a,rects:s,elements:l,strategy:d}=t,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:h="floating",altBoundary:p=!1,padding:f=0}=Object(i.c)(e,t),g=Object(i.n)(f),m=l[p?"floating"===h?"reference":"floating":h],v=Object(i.t)(await a.getClippingRect({element:null==(n=await(null==a.isElement?void 0:a.isElement(m)))||n?m:m.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(l.floating)),boundary:c,rootBoundary:u,strategy:d})),b="floating"===h?{...s.floating,x:r,y:o}:s.reference,y=await(null==a.getOffsetParent?void 0:a.getOffsetParent(l.floating)),x=await(null==a.isElement?void 0:a.isElement(y))&&await(null==a.getScale?void 0:a.getScale(y))||{x:1,y:1},_=Object(i.t)(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:y,strategy:d}):b);return{top:(v.top-_.top+g.top)/x.y,bottom:(_.bottom-v.bottom+g.bottom)/x.y,left:(v.left-_.left+g.left)/x.x,right:(_.right-v.right+g.right)/x.x}}const s=t=>({name:"arrow",options:t,async fn(e){const{x:n,y:r,placement:o,rects:a,platform:s,elements:l,middlewareData:d}=e,{element:c,padding:u=0}=Object(i.c)(t,e)||{};if(null==c)return{};const h=Object(i.n)(u),p={x:n,y:r},f=Object(i.f)(o),g=Object(i.h)(f),m=await s.getDimensions(c),v="y"===f,b=v?"top":"left",y=v?"bottom":"right",x=v?"clientHeight":"clientWidth",_=a.reference[g]+a.reference[f]-p[f]-a.floating[g],O=p[f]-a.reference[f],w=await(null==s.getOffsetParent?void 0:s.getOffsetParent(c));let $=w?w[x]:0;$&&await(null==s.isElement?void 0:s.isElement(w))||($=l.floating[x]||a.floating[g]);const C=_/2-O/2,k=$/2-m[g]/2-1,S=Object(i.r)(h[b],k),j=Object(i.r)(h[y],k),E=S,M=$-m[g]-j,A=$/2-m[g]/2+C,P=Object(i.a)(E,A,M),T=!d.arrow&&null!=Object(i.e)(o)&&A!=P&&a.reference[g]/2-(A<E?S:j)-m[g]/2<0,L=T?A<E?A-E:A-M:0;return{[f]:p[f]+L,data:{[f]:P,centerOffset:A-P-L,...T&&{alignmentOffset:L}},reset:T}}});const l=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var n,r,o;const{rects:s,middlewareData:l,placement:d,platform:c,elements:u}=e,{crossAxis:h=!1,alignment:p,allowedPlacements:f=i.s,autoAlignment:g=!0,...m}=Object(i.c)(t,e),v=void 0!==p||f===i.s?function(t,e,n){return(t?[...n.filter(e=>Object(i.e)(e)===t),...n.filter(e=>Object(i.e)(e)!==t)]:n.filter(t=>Object(i.o)(t)===t)).filter(n=>!t||(Object(i.e)(n)===t||!!e&&Object(i.j)(n)!==n))}(p||null,g,f):f,b=await a(e,m),y=(null==(n=l.autoPlacement)?void 0:n.index)||0,x=v[y];if(null==x)return{};const _=Object(i.g)(x,s,await(null==c.isRTL?void 0:c.isRTL(u.floating)));if(d!==x)return{reset:{placement:v[0]}};const O=[b[Object(i.o)(x)],b[_[0]],b[_[1]]],w=[...(null==(r=l.autoPlacement)?void 0:r.overflows)||[],{placement:x,overflows:O}],$=v[y+1];if($)return{data:{index:y+1,overflows:w},reset:{placement:$}};const C=w.map(t=>{const e=Object(i.e)(t.placement);return[t.placement,e&&h?t.overflows.slice(0,2).reduce((t,e)=>t+e,0):t.overflows[0],t.overflows]}).sort((t,e)=>t[1]-e[1]),k=(null==(o=C.filter(t=>t[2].slice(0,Object(i.e)(t[0])?2:3).every(t=>t<=0))[0])?void 0:o[0])||C[0][0];return k!==d?{data:{index:y+1,overflows:w},reset:{placement:k}}:{}}}},d=function(t){return void 0===t&&(t={}),{name:"flip",options:t,async fn(e){var n,r;const{placement:o,middlewareData:s,rects:l,initialPlacement:d,platform:c,elements:u}=e,{mainAxis:h=!0,crossAxis:p=!0,fallbackPlacements:f,fallbackStrategy:g="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:v=!0,...b}=Object(i.c)(t,e);if(null!=(n=s.arrow)&&n.alignmentOffset)return{};const y=Object(i.o)(o),x=Object(i.o)(d)===d,_=await(null==c.isRTL?void 0:c.isRTL(u.floating)),O=f||(x||!v?[Object(i.m)(d)]:Object(i.i)(d));f||"none"===m||O.push(...Object(i.l)(d,v,m,_));const w=[d,...O],$=await a(e,b),C=[];let k=(null==(r=s.flip)?void 0:r.overflows)||[];if(h&&C.push($[y]),p){const t=Object(i.g)(o,l,_);C.push($[t[0]],$[t[1]])}if(k=[...k,{placement:o,overflows:C}],!C.every(t=>t<=0)){var S,j;const t=((null==(S=s.flip)?void 0:S.index)||0)+1,e=w[t];if(e)return{data:{index:t,overflows:k},reset:{placement:e}};let n=null==(j=k.filter(t=>t.overflows[0]<=0).sort((t,e)=>t.overflows[1]-e.overflows[1])[0])?void 0:j.placement;if(!n)switch(g){case"bestFit":{var E;const t=null==(E=k.map(t=>[t.placement,t.overflows.filter(t=>t>0).reduce((t,e)=>t+e,0)]).sort((t,e)=>t[1]-e[1])[0])?void 0:E[0];t&&(n=t);break}case"initialPlacement":n=d}if(o!==n)return{reset:{placement:n}}}return{}}}};function c(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function u(t){return i.v.some(e=>t[e]>=0)}const h=function(t){return void 0===t&&(t={}),{name:"hide",options:t,async fn(e){const{rects:n}=e,{strategy:r="referenceHidden",...o}=Object(i.c)(t,e);switch(r){case"referenceHidden":{const t=c(await a(e,{...o,elementContext:"reference"}),n.reference);return{data:{referenceHiddenOffsets:t,referenceHidden:u(t)}}}case"escaped":{const t=c(await a(e,{...o,altBoundary:!0}),n.floating);return{data:{escapedOffsets:t,escaped:u(t)}}}default:return{}}}}};function p(t){const e=Object(i.r)(...t.map(t=>t.left)),n=Object(i.r)(...t.map(t=>t.top));return{x:e,y:n,width:Object(i.q)(...t.map(t=>t.right))-e,height:Object(i.q)(...t.map(t=>t.bottom))-n}}const f=function(t){return void 0===t&&(t={}),{name:"inline",options:t,async fn(e){const{placement:n,elements:r,rects:o,platform:a,strategy:s}=e,{padding:l=2,x:d,y:c}=Object(i.c)(t,e),u=Array.from(await(null==a.getClientRects?void 0:a.getClientRects(r.reference))||[]),h=function(t){const e=t.slice().sort((t,e)=>t.y-e.y),n=[];let r=null;for(let t=0;t<e.length;t++){const i=e[t];!r||i.y-r.y>r.height/2?n.push([i]):n[n.length-1].push(i),r=i}return n.map(t=>Object(i.t)(p(t)))}(u),f=Object(i.t)(p(u)),g=Object(i.n)(l);const m=await a.getElementRects({reference:{getBoundingClientRect:function(){if(2===h.length&&h[0].left>h[1].right&&null!=d&&null!=c)return h.find(t=>d>t.left-g.left&&d<t.right+g.right&&c>t.top-g.top&&c<t.bottom+g.bottom)||f;if(h.length>=2){if("y"===Object(i.p)(n)){const t=h[0],e=h[h.length-1],r="top"===Object(i.o)(n),o=t.top,a=e.bottom,s=r?t.left:e.left,l=r?t.right:e.right;return{top:o,bottom:a,left:s,right:l,width:l-s,height:a-o,x:s,y:o}}const t="left"===Object(i.o)(n),e=Object(i.q)(...h.map(t=>t.right)),r=Object(i.r)(...h.map(t=>t.left)),o=h.filter(n=>t?n.left===r:n.right===e),a=o[0].top,s=o[o.length-1].bottom;return{top:a,bottom:s,left:r,right:e,width:e-r,height:s-a,x:r,y:a}}return f}},floating:r.floating,strategy:s});return o.reference.x!==m.reference.x||o.reference.y!==m.reference.y||o.reference.width!==m.reference.width||o.reference.height!==m.reference.height?{reset:{rects:m}}:{}}}};const g=function(t){return void 0===t&&(t=0),{name:"offset",options:t,async fn(e){var n,r;const{x:o,y:a,placement:s,middlewareData:l}=e,d=await async function(t,e){const{placement:n,platform:r,elements:o}=t,a=await(null==r.isRTL?void 0:r.isRTL(o.floating)),s=Object(i.o)(n),l=Object(i.e)(n),d="y"===Object(i.p)(n),c=["left","top"].includes(s)?-1:1,u=a&&d?-1:1,h=Object(i.c)(e,t);let{mainAxis:p,crossAxis:f,alignmentAxis:g}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...h};return l&&"number"==typeof g&&(f="end"===l?-1*g:g),d?{x:f*u,y:p*c}:{x:p*c,y:f*u}}(e,t);return s===(null==(n=l.offset)?void 0:n.placement)&&null!=(r=l.arrow)&&r.alignmentOffset?{}:{x:o+d.x,y:a+d.y,data:{...d,placement:s}}}}},m=function(t){return void 0===t&&(t={}),{name:"shift",options:t,async fn(e){const{x:n,y:r,placement:o}=e,{mainAxis:s=!0,crossAxis:l=!1,limiter:d={fn:t=>{let{x:e,y:n}=t;return{x:e,y:n}}},...c}=Object(i.c)(t,e),u={x:n,y:r},h=await a(e,c),p=Object(i.p)(Object(i.o)(o)),f=Object(i.k)(p);let g=u[f],m=u[p];if(s){const t="y"===f?"bottom":"right",e=g+h["y"===f?"top":"left"],n=g-h[t];g=Object(i.a)(e,g,n)}if(l){const t="y"===p?"bottom":"right",e=m+h["y"===p?"top":"left"],n=m-h[t];m=Object(i.a)(e,m,n)}const v=d.fn({...e,[f]:g,[p]:m});return{...v,data:{x:v.x-n,y:v.y-r}}}}},v=function(t){return void 0===t&&(t={}),{options:t,fn(e){const{x:n,y:r,placement:o,rects:a,middlewareData:s}=e,{offset:l=0,mainAxis:d=!0,crossAxis:c=!0}=Object(i.c)(t,e),u={x:n,y:r},h=Object(i.p)(o),p=Object(i.k)(h);let f=u[p],g=u[h];const m=Object(i.c)(l,e),v="number"==typeof m?{mainAxis:m,crossAxis:0}:{mainAxis:0,crossAxis:0,...m};if(d){const t="y"===p?"height":"width",e=a.reference[p]-a.floating[t]+v.mainAxis,n=a.reference[p]+a.reference[t]-v.mainAxis;f<e?f=e:f>n&&(f=n)}if(c){var b,y;const t="y"===p?"width":"height",e=["top","left"].includes(Object(i.o)(o)),n=a.reference[h]-a.floating[t]+(e&&(null==(b=s.offset)?void 0:b[h])||0)+(e?0:v.crossAxis),r=a.reference[h]+a.reference[t]+(e?0:(null==(y=s.offset)?void 0:y[h])||0)-(e?v.crossAxis:0);g<n?g=n:g>r&&(g=r)}return{[p]:f,[h]:g}}}},b=function(t){return void 0===t&&(t={}),{name:"size",options:t,async fn(e){const{placement:n,rects:r,platform:o,elements:s}=e,{apply:l=(()=>{}),...d}=Object(i.c)(t,e),c=await a(e,d),u=Object(i.o)(n),h=Object(i.e)(n),p="y"===Object(i.p)(n),{width:f,height:g}=r.floating;let m,v;"top"===u||"bottom"===u?(m=u,v=h===(await(null==o.isRTL?void 0:o.isRTL(s.floating))?"start":"end")?"left":"right"):(v=u,m="end"===h?"top":"bottom");const b=g-c[m],y=f-c[v],x=!e.middlewareData.shift;let _=b,O=y;if(p){const t=f-c.left-c.right;O=h||x?Object(i.r)(y,t):t}else{const t=g-c.top-c.bottom;_=h||x?Object(i.r)(b,t):t}if(x&&!h){const t=Object(i.q)(c.left,0),e=Object(i.q)(c.right,0),n=Object(i.q)(c.top,0),r=Object(i.q)(c.bottom,0);p?O=f-2*(0!==t||0!==e?t+e:Object(i.q)(c.left,c.right)):_=g-2*(0!==n||0!==r?n+r:Object(i.q)(c.top,c.bottom))}await l({...e,availableWidth:O,availableHeight:_});const w=await o.getDimensions(s.floating);return f!==w.width||g!==w.height?{reset:{rects:!0}}:{}}}}},function(t,e,n){"use strict";function i(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(!t)return;if("string"==typeof t)return r(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return r(t,e)}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var i=0,o=function(){};return{s:o,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,l=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return s=t.done,t},e:function(t){l=!0,a=t},f:function(){try{s||null==n.return||n.return()}finally{if(l)throw a}}}}function r(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}n.d(e,"a",(function(){return u}));var s=function(){function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document;o(this,t),this.matchDelegate=e,this.target=n}var e,n,r;return e=t,(n=[{key:"mutationObserver",get:function(){var t=this;return this._mutationObserver=this._mutationObserver||new MutationObserver((function(e){return t.processMutationList(e)}))}},{key:"start",value:function(){this.mutationObserver.observe(this.target,{attributes:!0,childList:!0,subtree:!0}),this.catchup()}},{key:"stop",value:function(){this.mutationObserverdisconnect()}},{key:"catchup",value:function(){this.handleAdditions(this.matchDelegate.matches(this.target))}},{key:"processMutationList",value:function(t){var e,n=i(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;"attributes"==r.type?this.processAttributeChange(r.target):"childList"==r.type&&(this.processRemovedNodes(Array.from(r.removedNodes)),this.processAddedNodes(Array.from(r.addedNodes)))}}catch(t){n.e(t)}finally{n.f()}}},{key:"processAttributeChange",value:function(t){if(t.nodeType===Node.ELEMENT_NODE){var e=this.matchDelegate.matches(t);if(0===e.length)return this.matchDelegate.removeMatch(t);this.handleAdditions(e)}}},{key:"processRemovedNodes",value:function(t){var e,n=i(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;r.nodeType===Node.ELEMENT_NODE&&this.handleRemovals(this.matchDelegate.matches(r))}}catch(t){n.e(t)}finally{n.f()}}},{key:"processAddedNodes",value:function(t){var e,n=i(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;r.nodeType===Node.ELEMENT_NODE&&this.handleAdditions(this.matchDelegate.matches(r))}}catch(t){n.e(t)}finally{n.f()}}},{key:"handleRemovals",value:function(t){var e,n=i(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;this.matchDelegate.removeMatch(r)}}catch(t){n.e(t)}finally{n.f()}}},{key:"handleAdditions",value:function(t){var e,n=i(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;this.matchDelegate.addMatch(r)}}catch(t){n.e(t)}finally{n.f()}}}])&&a(e.prototype,n),r&&a(e,r),Object.defineProperty(e,"prototype",{writable:!1}),t}();function l(t){return function(t){if(Array.isArray(t))return d(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return d(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return d(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function d(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function c(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}var u=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.element=e}var e,n,i;return e=t,i=[{key:"elements",get:function(){return this._elements=this._elements||new Map}},{key:"observer",get:function(){return this._observer=this._observer||new s(this)}},{key:"selector",get:function(){return console.warn("Define a static property for selector or redefine the matches function in a subclass.",this),null}},{key:"matches",value:function(t){if(!this.selector)return[];var e=[];return t.nodeType===Node.ELEMENT_NODE&&t.matches(this.selector)&&e.push(t),e.push.apply(e,l(t.querySelectorAll(this.selector))),e}},{key:"addMatch",value:function(t){if(!t._pbEnhanced&&!this.elements.has(t)){var e=new this(t);e.connect(),this.elements.set(t,e),t._pbEnhanced=e}}},{key:"removeMatch",value:function(t){this.elements.has(t)&&(this.elements.get(t).disconnect(),this.elements.delete(t))}},{key:"start",value:function(){this.observer.start()}},{key:"stop",value:function(){this.mutationObserver.stop()}}],(n=[{key:"connect",value:function(){console.warn("Redefine the connect function in a subclass.",this)}},{key:"disconnect",value:function(){}}])&&c(e.prototype,n),i&&c(e,i),Object.defineProperty(e,"prototype",{writable:!1}),t}()},,function(t,e,n){"use strict";n.d(e,"a",(function(){return $}));var i=n(11),r=n(35),o=n(47),a=n(102),s=n(158);var l=n(54),d=n(103),c=n(33);var u=n(111),h=n(76),p=n(27),f=n(70),g=n(85),m=n(159),v=n(43);function b(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function y(t,e,n){return e===i.o?b(function(t,e){var n=Object(r.a)(t),i=Object(o.a)(t),l=n.visualViewport,d=i.clientWidth,c=i.clientHeight,u=0,h=0;if(l){d=l.width,c=l.height;var p=Object(s.a)();(p||!p&&"fixed"===e)&&(u=l.offsetLeft,h=l.offsetTop)}return{width:d,height:c,x:u+Object(a.a)(t),y:h}}(t,n)):Object(p.a)(e)?function(t,e){var n=Object(f.a)(t,!1,"fixed"===e);return n.top=n.top+t.clientTop,n.left=n.left+t.clientLeft,n.bottom=n.top+t.clientHeight,n.right=n.left+t.clientWidth,n.width=t.clientWidth,n.height=t.clientHeight,n.x=n.left,n.y=n.top,n}(e,n):b(function(t){var e,n=Object(o.a)(t),i=Object(d.a)(t),r=null==(e=t.ownerDocument)?void 0:e.body,s=Object(c.a)(n.scrollWidth,n.clientWidth,r?r.scrollWidth:0,r?r.clientWidth:0),u=Object(c.a)(n.scrollHeight,n.clientHeight,r?r.scrollHeight:0,r?r.clientHeight:0),h=-i.scrollLeft+Object(a.a)(t),p=-i.scrollTop;return"rtl"===Object(l.a)(r||n).direction&&(h+=Object(c.a)(n.clientWidth,r?r.clientWidth:0)-s),{width:s,height:u,x:h,y:p}}(Object(o.a)(t)))}function x(t,e,n,i){var r="clippingParents"===e?function(t){var e=Object(u.a)(Object(g.a)(t)),n=["absolute","fixed"].indexOf(Object(l.a)(t).position)>=0&&Object(p.b)(t)?Object(h.a)(t):t;return Object(p.a)(n)?e.filter((function(t){return Object(p.a)(t)&&Object(m.a)(t,n)&&"body"!==Object(v.a)(t)})):[]}(t):[].concat(e),o=[].concat(r,[n]),a=o[0],s=o.reduce((function(e,n){var r=y(t,n,i);return e.top=Object(c.a)(r.top,e.top),e.right=Object(c.b)(r.right,e.right),e.bottom=Object(c.b)(r.bottom,e.bottom),e.left=Object(c.a)(r.left,e.left),e}),y(t,a,i));return s.width=s.right-s.left,s.height=s.bottom-s.top,s.x=s.left,s.y=s.top,s}var _=n(152),O=n(155),w=n(157);function $(t,e){void 0===e&&(e={});var n=e,r=n.placement,a=void 0===r?t.placement:r,s=n.strategy,l=void 0===s?t.strategy:s,d=n.boundary,c=void 0===d?i.d:d,u=n.rootBoundary,h=void 0===u?i.o:u,g=n.elementContext,m=void 0===g?i.i:g,v=n.altBoundary,y=void 0!==v&&v,$=n.padding,C=void 0===$?0:$,k=Object(O.a)("number"!=typeof C?C:Object(w.a)(C,i.b)),S=m===i.i?i.j:i.i,j=t.rects.popper,E=t.elements[y?S:m],M=x(Object(p.a)(E)?E:E.contextElement||Object(o.a)(t.elements.popper),c,h,l),A=Object(f.a)(t.elements.reference),P=Object(_.a)({reference:A,element:j,strategy:"absolute",placement:a}),T=b(Object.assign({},j,P)),L=m===i.i?T:A,D={top:M.top-L.top+k.top,bottom:L.bottom-M.bottom+k.bottom,left:M.left-L.left+k.left,right:L.right-M.right+k.right},I=t.modifiersData.offset;if(m===i.i&&I){var N=I[a];Object.keys(D).forEach((function(t){var e=[i.k,i.c].indexOf(t)>=0?1:-1,n=[i.m,i.c].indexOf(t)>=0?"y":"x";D[t]+=N[n]*e}))}return D}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(5);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.className,o=t.dark,c=void 0!==o&&o,u=t.data,h=void 0===u?{}:u,p=t.htmlOptions,f=void 0===p?{}:p,g=t.icon,m=t.id,v=t.size,b=void 0===v?"md":v,y=t.variant,x=void 0===y?"default":y,_=Object(s.a)(n),O=Object(s.c)(h),w=Object(s.d)(f),$=a()(Object(s.b)("pb_icon_circle_kit",b,x),Object(l.c)(t),i);return r.a.createElement("div",Object.assign({},_,O,w,{className:$,id:m}),r.a.createElement(d.a,{dark:c,icon:g}))}},,,,,,,function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(67),l=n.n(s),d=n(120),c=n.n(d),u=n(28),h=n.n(u),p=n(49),f=n(75),g=n(68),m=n(4),v=n(2);function b(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return y(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return y(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function y(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var x=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n},_=function(t){var e=document.querySelector("#wrapper-circle-chart-".concat(t.target.renderTo.id," .pb-circle-chart-block")),n=document.querySelector("#".concat(t.target.renderTo.id));null!==e&&(e.style.height="".concat(t.target.chartHeight,"px"),e.style.width="".concat(t.target.chartWidth,"px"),n.firstChild.before(e))};e.a=function(t){var e=t.align,n=void 0===e?"center":e,o=t.aria,s=void 0===o?{}:o,d=t.rounded,u=void 0!==d&&d,y=t.borderColor,O=void 0===y?u?null:"":y,w=t.borderWidth,$=void 0===w?u?20:null:w,C=t.chartData,k=t.children,S=(t.className,t.colors),j=void 0===S?[]:S,E=t.dark,M=void 0!==E&&E,A=t.data,P=void 0===A?{}:A,T=t.dataLabelHtml,L=void 0===T?"<div>{point.name}</div>":T,D=t.dataLabels,I=void 0!==D&&D,N=t.height,R=t.htmlOptions,F=void 0===R?{}:R,B=t.id,z=t.innerSize,H=void 0===z?"md":z,W=t.legend,Y=void 0!==W&&W,U=t.maxPointSize,G=void 0===U?null:U,V=t.minPointSize,X=void 0===V?null:V,q=t.startAngle,K=void 0===q?null:q,Z=t.style,J=void 0===Z?"pie":Z,Q=t.title,tt=t.tooltipHtml,et=t.useHtml,nt=void 0!==et&&et,it=t.zMin,rt=void 0===it?null:it,ot=t.layout,at=void 0===ot?"horizontal":ot,st=t.verticalAlign,lt=void 0===st?"bottom":st,dt=t.x,ct=void 0===dt?0:dt,ut=t.y,ht=void 0===ut?0:ut,pt=x(t,["align","aria","rounded","borderColor","borderWidth","chartData","children","className","colors","dark","data","dataLabelHtml","dataLabels","height","htmlOptions","id","innerSize","legend","maxPointSize","minPointSize","startAngle","style","title","tooltipHtml","useHtml","zMin","layout","verticalAlign","x","y"]),ft=Object(v.a)(s),gt=Object(v.c)(P),mt=Object(v.d)(F);c()(h.a);M?h.a.setOptions(f.a):h.a.setOptions(p.a),h.a.setOptions({tooltip:{headerFormat:null,pointFormat:tt||'<span style="font-weight: bold; color:{point.color};">●</span>{point.name}: <b>{point.y}</b>',useHTML:nt}});var vt={sm:"35%",md:"50%",lg:"85%",none:"0%"},bt=b(Object(i.useState)({}),2),yt=bt[0],xt=bt[1];return Object(i.useEffect)((function(){var t,e=C.map((function(t){return t.y=t.value,delete t.value,t})),i={title:{text:Q},chart:{height:N,type:J,events:{render:function(t){return _(t)},redraw:function(t){return _(t)}}},legend:{align:n,verticalAlign:lt,layout:at,x:ct,y:ht},plotOptions:{pie:{colors:j.length>0?Object(g.a)(j):p.a.colors,dataLabels:{enabled:I,connectorShape:"straight",connectorWidth:3,format:L},showInLegend:Y}},series:[{minPointSize:X,maxPointSize:G,innerSize:20==$?"100%":(t=H,vt[t]),data:e,zMin:rt,startAngle:K,borderWidth:$,borderColor:O}],credits:!1};xt(Object.assign({},i))}),[C]),r.a.createElement(r.a.Fragment,null,k?r.a.createElement("div",{id:"wrapper-circle-chart-".concat(B)},r.a.createElement(l.a,{containerProps:Object.assign(Object.assign(Object.assign({className:a()("pb_circle_chart",Object(m.c)(pt)),id:B},ft),gt),mt),highcharts:h.a,options:yt}),r.a.createElement("div",{className:"pb-circle-chart-block"},k)):r.a.createElement(l.a,{containerProps:Object.assign(Object.assign(Object.assign({className:a()("pb_circle_chart",Object(m.c)(pt)),id:B},ft),gt),mt),highcharts:h.a,options:yt}))}},function(t,e,n){var i;"undefined"!=typeof self&&self,t.exports=(i=n(0),function(t){function e(i){if(n[i])return n[i].exports;var r=n[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,e),r.l=!0,r.exports}var n={};return e.m=t,e.c=n,e.d=function(t,n,i){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:i})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=0)}([function(t,e,n){"use strict";function i(){return(i=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t}).apply(this,arguments)}function r(t){return function(t){if(Array.isArray(t))return o(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return o(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function a(t){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}Object.defineProperty(e,"__esModule",{value:!0}),n.d(e,"HighchartsReact",(function(){return c}));var s=n(1),l=n.n(s),d="undefined"!=typeof window?s.useLayoutEffect:s.useEffect,c=Object(s.memo)(Object(s.forwardRef)((function(t,e){var n=Object(s.useRef)(),o=Object(s.useRef)(),c=Object(s.useRef)(t.constructorType),u=Object(s.useRef)(t.highcharts);return d((function(){function e(){var e=t.highcharts||"object"===("undefined"==typeof window?"undefined":a(window))&&window.Highcharts,i=t.constructorType||"chart";e?e[i]?t.options?o.current=e[i](n.current,t.options,t.callback):console.warn('The "options" property was not passed.'):console.warn('The "constructorType" property is incorrect or some required module is not imported.'):console.warn('The "highcharts" property was not passed.')}if(o.current){if(!1!==t.allowChartUpdate)if(t.constructorType!==c.current||t.highcharts!==u.current)c.current=t.constructorType,u.current=t.highcharts,e();else if(!t.immutable&&o.current){var i;(i=o.current).update.apply(i,[t.options].concat(r(t.updateArgs||[!0,!0])))}else e()}else e()}),[t.options,t.allowChartUpdate,t.updateArgs,t.containerProps,t.highcharts,t.constructorType]),d((function(){return function(){o.current&&(o.current.destroy(),o.current=null)}}),[]),Object(s.useImperativeHandle)(e,(function(){return{get chart(){return o.current},container:n}}),[]),l.a.createElement("div",i({},t.containerProps,{ref:n}))})));e.default=c},function(t,e){t.exports=i}]))},function(t,e,n){"use strict";var i=n(7),r=n.n(i);e.a=function(t){var e=/(data)\-[1-8]/;return t.map((function(t){return e.test(t)?"".concat(r.a["data_".concat(t[t.length-1])]):t}))}},function(t,e,n){"use strict";function i(t){return t.split("-")[1]}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var i=n(27),r=n(33),o=n(35),a=n(158);function s(t,e,n){void 0===e&&(e=!1),void 0===n&&(n=!1);var s=t.getBoundingClientRect(),l=1,d=1;e&&Object(i.b)(t)&&(l=t.offsetWidth>0&&Object(r.c)(s.width)/t.offsetWidth||1,d=t.offsetHeight>0&&Object(r.c)(s.height)/t.offsetHeight||1);var c=(Object(i.a)(t)?Object(o.a)(t):window).visualViewport,u=!Object(a.a)()&&n,h=(s.left+(u&&c?c.offsetLeft:0))/l,p=(s.top+(u&&c?c.offsetTop:0))/d,f=s.width/l,g=s.height/d;return{width:f,height:g,top:p,right:h+f,bottom:p+g,left:h,x:h,y:p}}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(12),l=n(5),d=n(34),c=n(4),u=n(2);e.a=function(t){var e=t.className,n=t.htmlOptions,i=void 0===n?{}:n,o=t.id,h=t.text,p=t.name,f=t.onClick,g=void 0===f?function(){}:f,m=t.avatarUrl,v=t.closeProps,b=void 0===v?{}:v,y=t.size,x=void 0===y?"":y,_=t.textTransform,O=void 0===_?"none":_,w=a()("pb_form_pill_kit_".concat("primary"),Object(c.c)(t),e,"small"===x?"small":null,O),$=Object(u.d)(i);return r.a.createElement("div",Object.assign({className:w,id:o},$),p&&r.a.createElement(r.a.Fragment,null,r.a.createElement(d.a,{imageUrl:m,name:p,size:"xs",status:null}),r.a.createElement(s.a,{className:"pb_form_pill_text",size:4,text:p})),h&&r.a.createElement(s.a,{className:"pb_form_pill_tag",size:4,text:h}),r.a.createElement("div",Object.assign({className:"pb_form_pill_close",onClick:g},b),r.a.createElement(l.a,{fixedWidth:!0,icon:"times"})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var i=n(73),r=n(19),o=n(0),a=n(52),s=(n(41),n(106),n(137),n(143),n(144),n(138),n(139),n(140),n(141),n(142),n(89),n(145),n(118),n(29),n(83),Object(o.forwardRef)((function(t,e){var n=Object(i.a)(t);return o.createElement(a.a,Object(r.a)({ref:e},n))})))},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var i=n(17),r=n(39),o=n(50),a=n(0),s=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"];function l(t){var e=t.defaultInputValue,n=void 0===e?"":e,l=t.defaultMenuIsOpen,d=void 0!==l&&l,c=t.defaultValue,u=void 0===c?null:c,h=t.inputValue,p=t.menuIsOpen,f=t.onChange,g=t.onInputChange,m=t.onMenuClose,v=t.onMenuOpen,b=t.value,y=Object(o.a)(t,s),x=Object(a.useState)(void 0!==h?h:n),_=Object(r.a)(x,2),O=_[0],w=_[1],$=Object(a.useState)(void 0!==p?p:d),C=Object(r.a)($,2),k=C[0],S=C[1],j=Object(a.useState)(void 0!==b?b:u),E=Object(r.a)(j,2),M=E[0],A=E[1],P=Object(a.useCallback)((function(t,e){"function"==typeof f&&f(t,e),A(t)}),[f]),T=Object(a.useCallback)((function(t,e){var n;"function"==typeof g&&(n=g(t,e)),w(void 0!==n?n:t)}),[g]),L=Object(a.useCallback)((function(){"function"==typeof v&&v(),S(!0)}),[v]),D=Object(a.useCallback)((function(){"function"==typeof m&&m(),S(!1)}),[m]),I=void 0!==h?h:O,N=void 0!==p?p:k,R=void 0!==b?b:M;return Object(i.a)(Object(i.a)({},y),{},{inputValue:I,menuIsOpen:N,onChange:P,onInputChange:T,onMenuClose:D,onMenuOpen:L,value:R})}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(29),a=n.n(o),s=i.createContext(),l=i.createContext();function d(t){var e=t.children,n=i.useState(null),r=n[0],o=n[1],a=i.useRef(!1);i.useEffect((function(){return function(){a.current=!0}}),[]);var d=i.useCallback((function(t){a.current||o(t)}),[]);return i.createElement(s.Provider,{value:r},i.createElement(l.Provider,{value:d},e))}var c=function(t){return Array.isArray(t)?t[0]:t},u=function(t){if("function"==typeof t){for(var e=arguments.length,n=new Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];return t.apply(void 0,n)}},h=function(t,e){if("function"==typeof t)return u(t,e);null!=t&&(t.current=e)},p=function(t){return t.reduce((function(t,e){var n=e[0],i=e[1];return t[n]=i,t}),{})},f="undefined"!=typeof window&&window.document&&window.document.createElement?i.useLayoutEffect:i.useEffect,g=n(294),m=n(224),v=n.n(m),b=[],y=function(){},x=function(){return Promise.resolve(null)},_=[];function O(t){var e=t.placement,n=void 0===e?"bottom":e,r=t.strategy,a=void 0===r?"absolute":r,l=t.modifiers,d=void 0===l?_:l,u=t.referenceElement,m=t.onFirstUpdate,O=t.innerRef,w=t.children,$=i.useContext(s),C=i.useState(null),k=C[0],S=C[1],j=i.useState(null),E=j[0],M=j[1];i.useEffect((function(){h(O,k)}),[O,k]);var A=i.useMemo((function(){return{placement:n,strategy:a,onFirstUpdate:m,modifiers:[].concat(d,[{name:"arrow",enabled:null!=E,options:{element:E}}])}}),[n,a,m,d,E]),P=function(t,e,n){void 0===n&&(n={});var r=i.useRef(null),a={onFirstUpdate:n.onFirstUpdate,placement:n.placement||"bottom",strategy:n.strategy||"absolute",modifiers:n.modifiers||b},s=i.useState({styles:{popper:{position:a.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),l=s[0],d=s[1],c=i.useMemo((function(){return{name:"updateState",enabled:!0,phase:"write",fn:function(t){var e=t.state,n=Object.keys(e.elements);o.flushSync((function(){d({styles:p(n.map((function(t){return[t,e.styles[t]||{}]}))),attributes:p(n.map((function(t){return[t,e.attributes[t]]})))})}))},requires:["computeStyles"]}}),[]),u=i.useMemo((function(){var t={onFirstUpdate:a.onFirstUpdate,placement:a.placement,strategy:a.strategy,modifiers:[].concat(a.modifiers,[c,{name:"applyStyles",enabled:!1}])};return v()(r.current,t)?r.current||t:(r.current=t,t)}),[a.onFirstUpdate,a.placement,a.strategy,a.modifiers,c]),h=i.useRef();return f((function(){h.current&&h.current.setOptions(u)}),[u]),f((function(){if(null!=t&&null!=e){var i=(n.createPopper||g.a)(t,e,u);return h.current=i,function(){i.destroy(),h.current=null}}}),[t,e,n.createPopper]),{state:h.current?h.current.state:null,styles:l.styles,attributes:l.attributes,update:h.current?h.current.update:null,forceUpdate:h.current?h.current.forceUpdate:null}}(u||$,k,A),T=P.state,L=P.styles,D=P.forceUpdate,I=P.update,N=i.useMemo((function(){return{ref:S,style:L.popper,placement:T?T.placement:n,hasPopperEscaped:T&&T.modifiersData.hide?T.modifiersData.hide.hasPopperEscaped:null,isReferenceHidden:T&&T.modifiersData.hide?T.modifiersData.hide.isReferenceHidden:null,arrowProps:{style:L.arrow,ref:M},forceUpdate:D||y,update:I||x}}),[S,M,n,T,L,I,D]);return c(w)(N)}var w=n(179),$=n.n(w);function C(t){var e=t.children,n=t.innerRef,r=i.useContext(l),o=i.useCallback((function(t){h(n,t),u(r,t)}),[n,r]);return i.useEffect((function(){return function(){return h(n,null)}}),[]),i.useEffect((function(){$()(Boolean(r),"`Reference` should not be used outside of a `Manager` component.")}),[r]),c(e)({ref:o})}var k=n(2),S=n(3),j=n.n(S),E=n(4),M=n(223),A=n.n(M);function P(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return T(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return T(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function T(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var L={offset:{enabled:!0,name:"offset",options:{offset:[0,20]},phase:"main"}},D=function(t){var e=t.modifiers;return t.offset?e.concat([L.offset]):e},I=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.className,o=t.children,a=t.data,s=void 0===a?{}:a,l=t.htmlOptions,d=void 0===l?{}:l,c=t.id,u=t.modifiers,h=t.offset,p=t.placement,f=t.referenceElement,g=t.zIndex,m=t.maxHeight,v=t.maxWidth,b=t.minHeight,y=t.minWidth,x=t.targetId,_=Object(E.c)(t).includes("dark")||!Object(E.c)(t)?"p_sm":Object(E.c)(t),w=m||v?"overflow_handling":"",$=g?{zIndex:g}:{},C=Object(k.a)(n),S=Object(k.c)(s),M=Object(k.d)(d),A=j()(Object(k.b)("pb_popover_kit"),Object(E.c)(t),i);return r.a.createElement(O,{modifiers:D({modifiers:u,offset:h}),placement:p,referenceElement:f},(function(t){var e=t.placement,n=t.ref,i=t.style;return r.a.createElement("div",Object.assign({},C,S,M,{className:A,"data-placement":e,id:c,ref:n,style:Object.assign({},i,$)}),r.a.createElement("div",{className:j()("".concat(Object(k.b)("pb_popover_tooltip")," show"))},r.a.createElement("div",{className:j()("pb_popover_body",_,w),id:x,style:Object.assign({},m?{maxHeight:m}:{},v?{maxWidth:v}:{},b?{minHeight:b}:{},y?{minWidth:y}:{})},o)))}))};e.a=function(t){var e=P(Object(i.useState)(A()("id-")),1)[0],n=t.className,o=t.children,s=t.modifiers,l=void 0===s?[]:s,c=t.offset,u=void 0!==c&&c,h=t.placement,p=void 0===h?"left":h,f=t.portal,g=void 0===f?"body":f,m=t.reference,v=t.referenceElement,b=t.show,y=void 0!==b&&b,x=t.usePortal,_=void 0===x||x,O=t.zIndex,w=t.maxHeight,$=t.maxWidth,S=t.minHeight,j=t.minWidth;Object(i.useEffect)((function(){var n=t.closeOnClick,i=t.shouldClosePopover,r=void 0===i?k.e:i;n&&document.body.addEventListener("click",(function(t){var i=t.target,o=null!==i.closest("#"+e),a=null!==i.closest("#reference-"+e),s=function(){setTimeout((function(){return r(!0)}),0)};switch(n){case"outside":o||a||s();break;case"inside":o&&s();break;case"any":(o||!o&&!a)&&s()}}),{capture:!0})}),[]);var E=r.a.createElement(I,Object.assign({className:n,maxHeight:w,maxWidth:$,minHeight:S,minWidth:j,modifiers:l,offset:u,placement:p,referenceElement:v,targetId:e,zIndex:O},t),o);return r.a.createElement(d,null,r.a.createElement(r.a.Fragment,null,m&&!v&&r.a.createElement(C,null,(function(t){var n=t.ref;return r.a.createElement("span",{className:"pb_popover_reference_wrapper",id:"reference-"+e,ref:n},r.a.createElement(m.type,Object.assign({},m.props)))})),y&&(_?r.a.createElement(r.a.Fragment,null,a.a.createPortal(E,document.querySelector(g))):{popoverComponent:E})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var i=n(7),r=n.n(i),o=n(9),a=n.n(o),s={lang:{thousandsSep:","},colors:[r.a.data_1,r.a.data_2,r.a.data_3,r.a.data_4,r.a.data_5,r.a.data_6,r.a.data_7],chart:{borderWidth:0,borderRadius:0,plotBackgroundColor:void 0,plotShadow:!1,plotBorderWidth:0},title:{style:{color:r.a.text_dk_default,fontFamily:a.a.font_family_base,fontWeight:a.a.regular,fontSize:a.a.heading_3}},subtitle:{style:{fontFamily:a.a.font_family_base,color:r.a.text_dk_light,fontWeight:a.a.regular,fontSize:a.a.text_base}},xAxis:{gridLineWidth:0,lineColor:r.a.border_dark,tickColor:r.a.border_dark,labels:{style:{fontFamily:a.a.font_family_base,color:r.a.text_dk_lighter,fontWeight:a.a.bold,fontSize:a.a.text_smaller}},title:{style:{color:r.a.text_dk_default,fontFamily:a.a.font_family_base,fontWeight:a.a.regular,fontSize:a.a.heading_4}}},yAxis:{alternateGridColor:void 0,minorTickInterval:null,gridLineColor:r.a.border_dark,minorGridLineColor:r.a.border_dark,lineWidth:0,tickWidth:0,labels:{style:{fontFamily:a.a.font_family_base,color:r.a.text_dk_lighter,fontWeight:a.a.bold,fontSize:a.a.text_smaller}},title:{style:{fontFamily:a.a.font_family_base,color:r.a.text_dk_lighter,fontWeight:a.a.bold,fontSize:a.a.text_smaller}}},legend:{layout:"horizontal",align:"center",verticalAlign:"bottom",itemStyle:{fontFamily:a.a.font_family_base,color:r.a.text_dk_light,fontWeight:a.a.regular,fontSize:a.a.text_smaller},itemHoverStyle:{color:r.a.text_dk_default},itemHiddenStyle:{color:r.a.text_dk_lighter}},tooltip:{backgroundColor:{linearGradient:{x1:0,y1:0,x2:0,y2:1},stops:[[0,r.a.card_light],[1,r.a.card_light]]},shadow:!1,borderWidth:0,borderRadius:10,style:{fontFamily:a.a.font_family_base,color:r.a.text_lt_default,fontWeight:a.a.regular,fontSize:a.a.text_smaller}},pane:{background:{borderColor:r.a.border_dark}},plotOptions:{series:{borderColor:r.a.bg_dark_card,borderWidth:2,threshold:null},pie:{colors:[r.a.data_1,r.a.data_2,r.a.data_3,r.a.data_4,r.a.data_5,r.a.data_6,r.a.data_7],dataLabels:{style:{fontFamily:a.a.font_family_base,fontSize:a.a.text_smaller,color:r.a.text_dk_light,fontWeight:a.a.regular}}},line:{dataLabels:{color:r.a.text_dk_light},marker:{lineColor:r.a.border_dark}},treemap:{layoutAlgorithm:"squarified",allowTraversingTree:!1,animationLimit:1e3,colors:[r.a.data_1,r.a.data_2,r.a.data_3,r.a.data_4,r.a.data_5,r.a.data_6,r.a.data_7,r.a.data_8],dataLabels:{enabled:!0,style:{fontFamily:a.a.font_family_base,fontWeight:a.a.bold,fontSize:a.a.heading_4}},levels:[{level:1,dataLabels:{enabled:!1}}],traverseUpButton:{position:{y:-50}}}},credits:{enabled:!1}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var i=n(35),r=n(43),o=n(54),a=n(27);function s(t){return["table","td","th"].indexOf(Object(r.a)(t))>=0}var l=n(85),d=n(127);function c(t){return Object(a.b)(t)&&"fixed"!==Object(o.a)(t).position?t.offsetParent:null}function u(t){for(var e=Object(i.a)(t),n=c(t);n&&s(n)&&"static"===Object(o.a)(n).position;)n=c(n);return n&&("html"===Object(r.a)(n)||"body"===Object(r.a)(n)&&"static"===Object(o.a)(n).position)?e:n||function(t){var e=/firefox/i.test(Object(d.a)());if(/Trident/i.test(Object(d.a)())&&Object(a.b)(t)&&"fixed"===Object(o.a)(t).position)return null;var n=Object(l.a)(t);for(Object(a.c)(n)&&(n=n.host);Object(a.b)(n)&&["html","body"].indexOf(Object(r.a)(n))<0;){var i=Object(o.a)(n);if("none"!==i.transform||"none"!==i.perspective||"paint"===i.contain||-1!==["transform","perspective"].indexOf(i.willChange)||e&&"filter"===i.willChange||e&&i.filter&&"none"!==i.filter)return n;n=n.parentNode}return null}(t)||e}},function(t,e,n){"use strict";function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(161);function r(t,e,n){return(e=Object(i.a)(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return r}));function i(t,e,n){var i="";return n.split(" ").forEach((function(n){void 0!==t[n]?e.push(t[n]+";"):i+=n+" "})),i}var r=function(t,e,n){var i=t.key+"-"+e.name;!1===n&&void 0===t.registered[i]&&(t.registered[i]=e.styles)},o=function(t,e,n){r(t,e,n);var i=t.key+"-"+e.name;if(void 0===t.inserted[e.name]){var o=e;do{t.insert(e===o?"."+i:"",o,t.sheet,!0),o=o.next}while(void 0!==o)}}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(10),a=n(3),s=n.n(a),l=n(2),d=n(4),c=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n},u=function(t,e){var n=t.aria,i=void 0===n?{}:n,a=t.alignment,u=t.children,h=t.className,p=t.dark,f=void 0!==p&&p,g=t.data,m=void 0===g?{}:g,v=t.error,b=void 0!==v&&v,y=t.htmlOptions,x=void 0===y?{}:y,_=t.id,O=t.label,w=t.name,$=void 0===w?"radio_name":w,C=t.text,k=void 0===C?"Radio Text":C,S=t.value,j=void 0===S?"radio_text":S,E=t.onChange,M=void 0===E?function(){}:E,A=c(t,["aria","alignment","children","className","dark","data","error","htmlOptions","id","label","name","text","value","onChange"]),P=Object(l.a)(i),T=Object(l.c)(m),L=Object(l.d)(x),D=s()(Object(l.b)("pb_radio_kit",a),f?"dark":null,b?"error":null,Object(d.c)(A),h);return r.a.createElement("label",Object.assign({},P,T,L,{className:D,htmlFor:_}),r.a.createElement(r.a.Fragment,null,function(t){return u||r.a.createElement("input",Object.assign({id:_,name:$,onChange:M,ref:e,text:k,type:"radio",value:j},t))}(A)),r.a.createElement("span",{className:"pb_radio_button"}),r.a.createElement(o.a,{dark:f,status:b?"negative":null,text:O,variant:null}))};e.a=Object(i.forwardRef)(u)},,,function(t,e,n){"use strict";var i=n(0),r=i.useLayoutEffect;e.a=r},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(10),a=n(5),s=n(2),l=n(3),d=n.n(l),c=n(4);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,l=t.checked,u=void 0!==l&&l,h=t.children,p=t.className,f=t.dark,g=void 0!==f&&f,m=t.data,v=void 0===m?{}:m,b=t.error,y=void 0!==b&&b,x=t.htmlOptions,_=void 0===x?{}:x,O=t.id,w=t.indeterminate,$=void 0!==w&&w,C=t.name,k=void 0===C?"":C,S=t.onChange,j=void 0===S?function(){}:S,E=t.tabIndex,M=t.text,A=void 0===M?"":M,P=t.value,T=void 0===P?"":P,L=Object(i.useRef)(null),D=Object(s.a)(n),I=Object(s.c)(v),N=Object(s.d)(_),R=d()(Object(s.b)("pb_checkbox_kit",u?"checked":null,y?"error":null,$?"indeterminate":null),Object(c.c)(t),p);Object(i.useEffect)((function(){L.current&&(L.current.checked=u,L.current.indeterminate=$)}),[$,u]);return r.a.createElement("label",Object.assign({},D,I,N,{className:R,id:O}),r.a.createElement(r.a.Fragment,null,h||r.a.createElement("input",{defaultChecked:u,name:k,onChange:j,ref:L,tabIndex:E,type:"checkbox",value:T})),!$&&r.a.createElement("span",{className:"pb_checkbox_checkmark"},r.a.createElement(a.a,{className:"check_icon",fixedWidth:!0,icon:"check"})),$&&r.a.createElement("span",{className:"pb_checkbox_indeterminate"},r.a.createElement(a.a,{className:"indeterminate_icon",fixedWidth:!0,icon:"minus"})),r.a.createElement(o.a,{className:"pb_checkbox_label",dark:g,status:y?"negative":null,variant:null},A))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var i=n(43),r=n(47),o=n(27);function a(t){return"html"===Object(i.a)(t)?t:t.assignedSlot||t.parentNode||(Object(o.c)(t)?t.host:null)||Object(r.a)(t)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var i=n(128);var r=n(160);function o(t){return function(t){if(Array.isArray(t))return Object(i.a)(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||Object(r.a)(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}},,,function(t,e){function n(e){return t.exports=n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,n(e)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return o}));var i=n(33);function r(t,e,n){return Object(i.a)(t,Object(i.b)(e,n))}function o(t,e,n){var i=r(t,e,n);return i>n?n:i}},,,,,function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(10),c=n(15),u=n(46),h=n(8),p=n(5),f=n(74),g=n(36);function m(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return v(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return v(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}e.a=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.className,v=t.confirmation,b=void 0!==v&&v,y=t.data,x=void 0===y?{}:y,_=t.dark,O=void 0!==_&&_,w=t.htmlOptions,$=void 0===w?{}:w,C=t.id,k=t.inputProps,S=void 0===k?{}:k,j=t.label,E=void 0===j?b?"Confirm Passphrase":"Passphrase":j,M=t.onChange,A=void 0===M?function(){}:M,P=t.showTipsBelow,T=void 0===P?"always":P,L=t.tips,D=void 0===L?[]:L,I=t.uncontrolled,N=void 0!==I&&I,R=t.value,F=void 0===R?"":R,B=m(Object(i.useState)(""),2),z=B[0],H=B[1],W=m(Object(i.useState)(!1),2),Y=W[0],U=W[1],G=m(Object(i.useState)(!1),2),V=G[0],X=G[1],q=Object(i.useCallback)((function(t){return N?H(t.target.value):A(t)}),[N,A]),K=Object(i.useMemo)((function(){return N?z:F}),[F,z,N]),Z=a()("passphrase-popover","always"===T?null:"show-below-".concat(T)),J=Object(s.a)(n),Q=a()(Object(s.b)("pb_passphrase"),Object(l.c)(t),o),tt=Object(s.c)(x),et=Object(s.d)($),nt=r.a.createElement(u.a,{className:Z,dark:O,icon:"info-circle",onClick:function(){return U(!Y)},variant:"link"});return r.a.createElement("div",Object.assign({},J,tt,et,{className:Q,id:C}),r.a.createElement("label",null,r.a.createElement(h.a,{align:"baseline"},r.a.createElement(c.a,{className:"passphrase-label",text:E}),D.length>0&&!b&&r.a.createElement(f.a,{className:"passphrase-tips",closeOnClick:"outside",placement:"right",reference:nt,shouldClosePopover:function(t){U(!t)},show:Y},r.a.createElement(h.a,{align:"center",orientation:"column"},r.a.createElement(c.a,{marginBottom:"xs",text:"Tips for a good passphrase"}),r.a.createElement("div",null,D.map((function(t,e){return r.a.createElement(c.a,{key:e,marginBottom:"xs",size:"xs"},r.a.createElement(p.a,{icon:"shield-check",marginRight:"xs"}),t)})))))),r.a.createElement("div",{className:"passphrase-text-input-wrapper"},r.a.createElement(g.a,Object.assign({className:"passphrase-text-input",dark:O,marginBottom:"xs",onChange:q,placeholder:"Enter a passphrase...",type:V?"text":"password",value:K},S)),r.a.createElement("span",{className:"show-passphrase-icon",onClick:function(t){t.preventDefault(),X(!V)}},r.a.createElement(d.a,{className:V?"hide-icon":"",color:"light",dark:O},r.a.createElement(p.a,{icon:"eye-slash"})),r.a.createElement(d.a,{className:V?"":"hide-icon",color:"light",dark:O},r.a.createElement(p.a,{icon:"eye"}))))))}},,function(t,e,n){"use strict";var i=function(t,e){return t===e};e.a=function(t,e){var n;void 0===e&&(e=i);var r,o=[],a=!1,s=function(t,n){return e(t,o[n],n)};return function(){for(var e=arguments.length,i=new Array(e),l=0;l<e;l++)i[l]=arguments[l];return a&&n===this&&i.length===o.length&&i.every(s)||(r=t.apply(this,i),a=!0,n=this,o=i),r}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return x}));var i=n(70),r=n(103),o=n(35),a=n(27);var s=n(43),l=n(102),d=n(47),c=n(104),u=n(33);function h(t,e,n){void 0===n&&(n=!1);var h,p,f=Object(a.b)(e),g=Object(a.b)(e)&&function(t){var e=t.getBoundingClientRect(),n=Object(u.c)(e.width)/t.offsetWidth||1,i=Object(u.c)(e.height)/t.offsetHeight||1;return 1!==n||1!==i}(e),m=Object(d.a)(e),v=Object(i.a)(t,g,n),b={scrollLeft:0,scrollTop:0},y={x:0,y:0};return(f||!f&&!n)&&(("body"!==Object(s.a)(e)||Object(c.a)(m))&&(b=(h=e)!==Object(o.a)(h)&&Object(a.b)(h)?{scrollLeft:(p=h).scrollLeft,scrollTop:p.scrollTop}:Object(r.a)(h)),Object(a.b)(e)?((y=Object(i.a)(e,!0)).x+=e.clientLeft,y.y+=e.clientTop):m&&(y.x=Object(l.a)(m))),{x:v.left+b.scrollLeft-y.x,y:v.top+b.scrollTop-y.y,width:v.width,height:v.height}}var p=n(105),f=n(111),g=n(76),m=n(11);function v(t){var e=new Map,n=new Set,i=[];return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){n.has(t.name)||function t(r){n.add(r.name),[].concat(r.requires||[],r.requiresIfExists||[]).forEach((function(i){if(!n.has(i)){var r=e.get(i);r&&t(r)}})),i.push(r)}(t)})),i}var b={placement:"bottom",modifiers:[],strategy:"absolute"};function y(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return!e.some((function(t){return!(t&&"function"==typeof t.getBoundingClientRect)}))}function x(t){void 0===t&&(t={});var e=t,n=e.defaultModifiers,i=void 0===n?[]:n,r=e.defaultOptions,o=void 0===r?b:r;return function(t,e,n){void 0===n&&(n=o);var r,s,l={placement:"bottom",orderedModifiers:[],options:Object.assign({},b,o),modifiersData:{},elements:{reference:t,popper:e},attributes:{},styles:{}},d=[],c=!1,u={state:l,setOptions:function(n){var r="function"==typeof n?n(l.options):n;x(),l.options=Object.assign({},o,l.options,r),l.scrollParents={reference:Object(a.a)(t)?Object(f.a)(t):t.contextElement?Object(f.a)(t.contextElement):[],popper:Object(f.a)(e)};var s=function(t){var e=v(t);return m.g.reduce((function(t,n){return t.concat(e.filter((function(t){return t.phase===n})))}),[])}(function(t){var e=t.reduce((function(t,e){var n=t[e.name];return t[e.name]=n?Object.assign({},n,e,{options:Object.assign({},n.options,e.options),data:Object.assign({},n.data,e.data)}):e,t}),{});return Object.keys(e).map((function(t){return e[t]}))}([].concat(i,l.options.modifiers)));return l.orderedModifiers=s.filter((function(t){return t.enabled})),l.orderedModifiers.forEach((function(t){var e=t.name,n=t.options,i=void 0===n?{}:n,r=t.effect;if("function"==typeof r){var o=r({state:l,name:e,instance:u,options:i});d.push(o||function(){})}})),u.update()},forceUpdate:function(){if(!c){var t=l.elements,e=t.reference,n=t.popper;if(y(e,n)){l.rects={reference:h(e,Object(g.a)(n),"fixed"===l.options.strategy),popper:Object(p.a)(n)},l.reset=!1,l.placement=l.options.placement,l.orderedModifiers.forEach((function(t){return l.modifiersData[t.name]=Object.assign({},t.data)}));for(var i=0;i<l.orderedModifiers.length;i++)if(!0!==l.reset){var r=l.orderedModifiers[i],o=r.fn,a=r.options,s=void 0===a?{}:a,d=r.name;"function"==typeof o&&(l=o({state:l,options:s,name:d,instance:u})||l)}else l.reset=!1,i=-1}}},update:(r=function(){return new Promise((function(t){u.forceUpdate(),t(l)}))},function(){return s||(s=new Promise((function(t){Promise.resolve().then((function(){s=void 0,t(r())}))}))),s}),destroy:function(){x(),c=!0}};if(!y(t,e))return u;function x(){d.forEach((function(t){return t()})),d=[]}return u.setOptions(n).then((function(t){!c&&n.onFirstUpdate&&n.onFirstUpdate(t)})),u}}},function(t,e,n){"use strict";function i(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var i=n(70),r=n(47),o=n(103);function a(t){return Object(i.a)(Object(r.a)(t)).left+Object(o.a)(t).scrollLeft}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(35);function r(t){var e=Object(i.a)(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(54);function r(t){var e=Object(i.a)(t),n=e.overflow,r=e.overflowX,o=e.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(70);function r(t){var e=Object(i.a)(t),n=t.offsetWidth,r=t.offsetHeight;return Math.abs(e.width-n)<=1&&(n=e.width),Math.abs(e.height-r)<=1&&(r=e.height),{x:t.offsetLeft,y:t.offsetTop,width:n,height:r}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return rt}));var i=function(){function t(t){var e=this;this._insertTag=function(t){var n;n=0===e.tags.length?e.insertionPoint?e.insertionPoint.nextSibling:e.prepend?e.container.firstChild:e.before:e.tags[e.tags.length-1].nextSibling,e.container.insertBefore(t,n),e.tags.push(t)},this.isSpeedy=void 0===t.speedy||t.speedy,this.tags=[],this.ctr=0,this.nonce=t.nonce,this.key=t.key,this.container=t.container,this.prepend=t.prepend,this.insertionPoint=t.insertionPoint,this.before=null}var e=t.prototype;return e.hydrate=function(t){t.forEach(this._insertTag)},e.insert=function(t){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(t){var e=document.createElement("style");return e.setAttribute("data-emotion",t.key),void 0!==t.nonce&&e.setAttribute("nonce",t.nonce),e.appendChild(document.createTextNode("")),e.setAttribute("data-s",""),e}(this));var e=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(t){if(t.sheet)return t.sheet;for(var e=0;e<document.styleSheets.length;e++)if(document.styleSheets[e].ownerNode===t)return document.styleSheets[e]}(e);try{n.insertRule(t,n.cssRules.length)}catch(t){0}}else e.appendChild(document.createTextNode(t));this.ctr++},e.flush=function(){this.tags.forEach((function(t){return t.parentNode&&t.parentNode.removeChild(t)})),this.tags=[],this.ctr=0},t}(),r="-ms-",o="-moz-",a="-webkit-",s="comm",l="rule",d="decl",c="@keyframes",u=Math.abs,h=String.fromCharCode,p=Object.assign;function f(t,e){return 45^y(t,0)?(((e<<2^y(t,0))<<2^y(t,1))<<2^y(t,2))<<2^y(t,3):0}function g(t){return t.trim()}function m(t,e){return(t=e.exec(t))?t[0]:t}function v(t,e,n){return t.replace(e,n)}function b(t,e){return t.indexOf(e)}function y(t,e){return 0|t.charCodeAt(e)}function x(t,e,n){return t.slice(e,n)}function _(t){return t.length}function O(t){return t.length}function w(t,e){return e.push(t),t}function $(t,e){return t.map(e).join("")}var C=1,k=1,S=0,j=0,E=0,M="";function A(t,e,n,i,r,o,a){return{value:t,root:e,parent:n,type:i,props:r,children:o,line:C,column:k,length:a,return:""}}function P(t,e){return p(A("",null,null,"",null,null,0),t,{length:-t.length},e)}function T(){return E=j<S?y(M,j++):0,k++,10===E&&(k=1,C++),E}function L(){return y(M,j)}function D(){return j}function I(t,e){return x(M,t,e)}function N(t){switch(t){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function R(t){return C=k=1,S=_(M=t),j=0,[]}function F(t){return M="",t}function B(t){return g(I(j-1,function t(e){for(;T();)switch(E){case e:return j;case 34:case 39:34!==e&&39!==e&&t(E);break;case 40:41===e&&t(e);break;case 92:T()}return j}(91===t?t+2:40===t?t+1:t)))}function z(t){for(;(E=L())&&E<33;)T();return N(t)>2||N(E)>3?"":" "}function H(t,e){for(;--e&&T()&&!(E<48||E>102||E>57&&E<65||E>70&&E<97););return I(t,D()+(e<6&&32==L()&&32==T()))}function W(t,e){for(;T()&&t+E!==57&&(t+E!==84||47!==L()););return"/*"+I(e,j-1)+"*"+h(47===t?t:T())}function Y(t){for(;!N(L());)T();return I(t,j)}function U(t){return F(function t(e,n,i,r,o,a,s,l,d){var c=0,u=0,p=s,f=0,g=0,m=0,x=1,O=1,$=1,S=0,A="",P=o,I=a,N=r,R=A;for(;O;)switch(m=S,S=T()){case 40:if(108!=m&&58==y(R,p-1)){-1!=b(R+=v(B(S),"&","&\f"),"&\f")&&($=-1);break}case 34:case 39:case 91:R+=B(S);break;case 9:case 10:case 13:case 32:R+=z(m);break;case 92:R+=H(D()-1,7);continue;case 47:switch(L()){case 42:case 47:w(V(W(T(),D()),n,i),d);break;default:R+="/"}break;case 123*x:l[c++]=_(R)*$;case 125*x:case 59:case 0:switch(S){case 0:case 125:O=0;case 59+u:-1==$&&(R=v(R,/\f/g,"")),g>0&&_(R)-p&&w(g>32?X(R+";",r,i,p-1):X(v(R," ","")+";",r,i,p-2),d);break;case 59:R+=";";default:if(w(N=G(R,n,i,c,u,o,l,A,P=[],I=[],p),a),123===S)if(0===u)t(R,n,N,N,P,a,p,l,I);else switch(99===f&&110===y(R,3)?100:f){case 100:case 108:case 109:case 115:t(e,N,N,r&&w(G(e,N,N,0,0,o,l,A,o,P=[],p),I),o,I,p,l,r?P:I);break;default:t(R,N,N,N,[""],I,0,l,I)}}c=u=g=0,x=$=1,A=R="",p=s;break;case 58:p=1+_(R),g=m;default:if(x<1)if(123==S)--x;else if(125==S&&0==x++&&125==(E=j>0?y(M,--j):0,k--,10===E&&(k=1,C--),E))continue;switch(R+=h(S),S*x){case 38:$=u>0?1:(R+="\f",-1);break;case 44:l[c++]=(_(R)-1)*$,$=1;break;case 64:45===L()&&(R+=B(T())),f=L(),u=p=_(A=R+=Y(D())),S++;break;case 45:45===m&&2==_(R)&&(x=0)}}return a}("",null,null,null,[""],t=R(t),0,[0],t))}function G(t,e,n,i,r,o,a,s,d,c,h){for(var p=r-1,f=0===r?o:[""],m=O(f),b=0,y=0,_=0;b<i;++b)for(var w=0,$=x(t,p+1,p=u(y=a[b])),C=t;w<m;++w)(C=g(y>0?f[w]+" "+$:v($,/&\f/g,f[w])))&&(d[_++]=C);return A(t,e,n,0===r?l:s,d,c,h)}function V(t,e,n){return A(t,e,n,s,h(E),x(t,2,-2),0)}function X(t,e,n,i){return A(t,e,n,d,x(t,0,i),x(t,i+1,-1),i)}function q(t,e){for(var n="",i=O(t),r=0;r<i;r++)n+=e(t[r],r,t,e)||"";return n}function K(t,e,n,i){switch(t.type){case"@layer":if(t.children.length)break;case"@import":case d:return t.return=t.return||t.value;case s:return"";case c:return t.return=t.value+"{"+q(t.children,i)+"}";case l:t.value=t.props.join(",")}return _(n=q(t.children,i))?t.return=t.value+"{"+n+"}":""}function Z(t){return function(e){e.root||(e=e.return)&&t(e)}}n(121),n(181);var J=function(t,e,n){for(var i=0,r=0;i=r,r=L(),38===i&&12===r&&(e[n]=1),!N(r);)T();return I(t,j)},Q=function(t,e){return F(function(t,e){var n=-1,i=44;do{switch(N(i)){case 0:38===i&&12===L()&&(e[n]=1),t[n]+=J(j-1,e,n);break;case 2:t[n]+=B(i);break;case 4:if(44===i){t[++n]=58===L()?"&\f":"",e[n]=t[n].length;break}default:t[n]+=h(i)}}while(i=T());return t}(R(t),e))},tt=new WeakMap,et=function(t){if("rule"===t.type&&t.parent&&!(t.length<1)){for(var e=t.value,n=t.parent,i=t.column===n.column&&t.line===n.line;"rule"!==n.type;)if(!(n=n.parent))return;if((1!==t.props.length||58===e.charCodeAt(0)||tt.get(n))&&!i){tt.set(t,!0);for(var r=[],o=Q(e,r),a=n.props,s=0,l=0;s<o.length;s++)for(var d=0;d<a.length;d++,l++)t.props[l]=r[s]?o[s].replace(/&\f/g,a[d]):a[d]+" "+o[s]}}},nt=function(t){if("decl"===t.type){var e=t.value;108===e.charCodeAt(0)&&98===e.charCodeAt(2)&&(t.return="",t.value="")}};var it=[function(t,e,n,i){if(t.length>-1&&!t.return)switch(t.type){case d:t.return=function t(e,n){switch(f(e,n)){case 5103:return a+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return a+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return a+e+o+e+r+e+e;case 6828:case 4268:return a+e+r+e+e;case 6165:return a+e+r+"flex-"+e+e;case 5187:return a+e+v(e,/(\w+).+(:[^]+)/,a+"box-$1$2"+r+"flex-$1$2")+e;case 5443:return a+e+r+"flex-item-"+v(e,/flex-|-self/,"")+e;case 4675:return a+e+r+"flex-line-pack"+v(e,/align-content|flex-|-self/,"")+e;case 5548:return a+e+r+v(e,"shrink","negative")+e;case 5292:return a+e+r+v(e,"basis","preferred-size")+e;case 6060:return a+"box-"+v(e,"-grow","")+a+e+r+v(e,"grow","positive")+e;case 4554:return a+v(e,/([^-])(transform)/g,"$1"+a+"$2")+e;case 6187:return v(v(v(e,/(zoom-|grab)/,a+"$1"),/(image-set)/,a+"$1"),e,"")+e;case 5495:case 3959:return v(e,/(image-set\([^]*)/,a+"$1$`$1");case 4968:return v(v(e,/(.+:)(flex-)?(.*)/,a+"box-pack:$3"+r+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+a+e+e;case 4095:case 3583:case 4068:case 2532:return v(e,/(.+)-inline(.+)/,a+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(_(e)-1-n>6)switch(y(e,n+1)){case 109:if(45!==y(e,n+4))break;case 102:return v(e,/(.+:)(.+)-([^]+)/,"$1"+a+"$2-$3$1"+o+(108==y(e,n+3)?"$3":"$2-$3"))+e;case 115:return~b(e,"stretch")?t(v(e,"stretch","fill-available"),n)+e:e}break;case 4949:if(115!==y(e,n+1))break;case 6444:switch(y(e,_(e)-3-(~b(e,"!important")&&10))){case 107:return v(e,":",":"+a)+e;case 101:return v(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+a+(45===y(e,14)?"inline-":"")+"box$3$1"+a+"$2$3$1"+r+"$2box$3")+e}break;case 5936:switch(y(e,n+11)){case 114:return a+e+r+v(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return a+e+r+v(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return a+e+r+v(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return a+e+r+e+e}return e}(t.value,t.length);break;case c:return q([P(t,{value:v(t.value,"@","@"+a)})],i);case l:if(t.length)return $(t.props,(function(e){switch(m(e,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return q([P(t,{props:[v(e,/:(read-\w+)/,":-moz-$1")]})],i);case"::placeholder":return q([P(t,{props:[v(e,/:(plac\w+)/,":"+a+"input-$1")]}),P(t,{props:[v(e,/:(plac\w+)/,":-moz-$1")]}),P(t,{props:[v(e,/:(plac\w+)/,r+"input-$1")]})],i)}return""}))}}],rt=function(t){var e=t.key;if("css"===e){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,(function(t){-1!==t.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(t),t.setAttribute("data-s",""))}))}var r=t.stylisPlugins||it;var o,a,s={},l=[];o=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+e+' "]'),(function(t){for(var e=t.getAttribute("data-emotion").split(" "),n=1;n<e.length;n++)s[e[n]]=!0;l.push(t)}));var d=[et,nt];var c,u=[K,Z((function(t){c.insert(t)}))],h=function(t){var e=O(t);return function(n,i,r,o){for(var a="",s=0;s<e;s++)a+=t[s](n,i,r,o)||"";return a}}(d.concat(r,u));a=function(t,e,n,i){c=n,q(U(t?t+"{"+e.styles+"}":e.styles),h),i&&(p.inserted[e.name]=!0)};var p={key:e,sheet:new i({key:e,container:o,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:s,registered:{},insert:a};return p.sheet.hydrate(l),p}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var i=function(t){return/^((?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEDC-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8])|\uFE0F|\u200D|\u20E3)+$/.test(t)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),n.d(e,"b",(function(){return a}));var i=n(0),r=!!i.useInsertionEffect&&i.useInsertionEffect,o=r||function(t){return t()},a=r||i.useLayoutEffect},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var i={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},r=n(181),o=/[A-Z]|^ms/g,a=/_EMO_([^_]+?)_([^]*?)_EMO_/g,s=function(t){return 45===t.charCodeAt(1)},l=function(t){return null!=t&&"boolean"!=typeof t},d=Object(r.a)((function(t){return s(t)?t:t.replace(o,"-$&").toLowerCase()})),c=function(t,e){switch(t){case"animation":case"animationName":if("string"==typeof e)return e.replace(a,(function(t,e,n){return h={name:e,styles:n,next:h},e}))}return 1===i[t]||s(t)||"number"!=typeof e||0===e?e:e+"px"};function u(t,e,n){if(null==n)return"";if(void 0!==n.__emotion_styles)return n;switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return h={name:n.name,styles:n.styles,next:h},n.name;if(void 0!==n.styles){var i=n.next;if(void 0!==i)for(;void 0!==i;)h={name:i.name,styles:i.styles,next:h},i=i.next;return n.styles+";"}return function(t,e,n){var i="";if(Array.isArray(n))for(var r=0;r<n.length;r++)i+=u(t,e,n[r])+";";else for(var o in n){var a=n[o];if("object"!=typeof a)null!=e&&void 0!==e[a]?i+=o+"{"+e[a]+"}":l(a)&&(i+=d(o)+":"+c(o,a)+";");else if(!Array.isArray(a)||"string"!=typeof a[0]||null!=e&&void 0!==e[a[0]]){var s=u(t,e,a);switch(o){case"animation":case"animationName":i+=d(o)+":"+s+";";break;default:i+=o+"{"+s+"}"}}else for(var h=0;h<a.length;h++)l(a[h])&&(i+=d(o)+":"+c(o,a[h])+";")}return i}(t,e,n);case"function":if(void 0!==t){var r=h,o=n(t);return h=r,u(t,e,o)}break;case"string":}if(null==e)return n;var a=e[n];return void 0!==a?a:n}var h,p=/label:\s*([^\s;\n{]+)\s*(;|$)/g;var f=function(t,e,n){if(1===t.length&&"object"==typeof t[0]&&null!==t[0]&&void 0!==t[0].styles)return t[0];var i=!0,r="";h=void 0;var o=t[0];null==o||void 0===o.raw?(i=!1,r+=u(n,e,o)):r+=o[0];for(var a=1;a<t.length;a++)r+=u(n,e,t[a]),i&&(r+=o[a]);p.lastIndex=0;for(var s,l="";null!==(s=p.exec(r));)l+="-"+s[1];return{name:function(t){for(var e,n=0,i=0,r=t.length;r>=4;++i,r-=4)e=1540483477*(65535&(e=255&t.charCodeAt(i)|(255&t.charCodeAt(++i))<<8|(255&t.charCodeAt(++i))<<16|(255&t.charCodeAt(++i))<<24))+(59797*(e>>>16)<<16),n=1540483477*(65535&(e^=e>>>24))+(59797*(e>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(r){case 3:n^=(255&t.charCodeAt(i+2))<<16;case 2:n^=(255&t.charCodeAt(i+1))<<8;case 1:n=1540483477*(65535&(n^=255&t.charCodeAt(i)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)}(r)+l,styles:r,next:h}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var i=n(85),r=n(104),o=n(43),a=n(27);var s=n(35);function l(t,e){var n;void 0===e&&(e=[]);var d=function t(e){return["html","body","#document"].indexOf(Object(o.a)(e))>=0?e.ownerDocument.body:Object(a.b)(e)&&Object(r.a)(e)?e:t(Object(i.a)(e))}(t),c=d===(null==(n=t.ownerDocument)?void 0:n.body),u=Object(s.a)(d),h=c?[u].concat(u.visualViewport||[],Object(r.a)(d)?d:[]):d,p=e.concat(h);return c?p:p.concat(l(Object(i.a)(h)))}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4);function d(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function c(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return u(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var h={xs:"(max-width: 575px)",sm:"(min-width: 576px) and (max-width: 767px)",md:"(min-width: 768px) and (max-width: 991px)",lg:"(min-width: 992px) and (max-width: 1199px)",xl:"(min-width: 1200px)"},p=function(t){if("string"==typeof t)return t;for(var e=0,n=Object.entries(t||{});e<n.length;e++){var i=c(n[e],2),r=i[0],o=i[1];if("default"!==r&&window.matchMedia(h[r]).matches)return o}return(null==t?void 0:t.default)||void 0};e.a=function(t){var e,n=t.alt,o=void 0===n?"":n,u=t.aria,h=void 0===u?{}:u,f=t.backgroundColor,g=void 0===f?"light":f,m=t.backgroundPosition,v=void 0===m?"":m,b=t.backgroundRepeat,y=void 0===b?"initial":b,x=t.backgroundSize,_=void 0===x?"cover":x,O=t.children,w=t.className,$=t.customColor,C=t.data,k=void 0===C?{}:C,S=t.htmlOptions,j=void 0===S?{}:S,E=t.id,M=t.imageUrl,A=void 0===M?"":M,P=t.tag,T=void 0===P?"div":P,L=t.transition,D=void 0===L?"":L,I=c(Object(i.useState)({backgroundSize:p(_),backgroundPosition:p(v),backgroundRepeat:p(y),backgroundColor:p(g),imageUrl:p(A)}),2),N=I[0],R=I[1];Object(i.useEffect)((function(){var e=function(){R({backgroundSize:p(t.backgroundSize),backgroundPosition:p(t.backgroundPosition),backgroundRepeat:p(t.backgroundRepeat),backgroundColor:p(t.backgroundColor),imageUrl:p(t.imageUrl)})};return window.addEventListener("resize",e),function(){return window.removeEventListener("resize",e)}}),[t]);var F=N.backgroundColor,B=N.backgroundPosition,z=N.backgroundRepeat,H=N.backgroundSize,W=N.imageUrl,Y=a()(Object(s.b)("pb_background_kit"),"lazyload",Object(l.c)(t),D,(d(e={},"pb_background_color_".concat(F),F&&!$),d(e,"pb_background_custom_color",!!$),e),w),U={backgroundImage:W?"url(".concat(W,")"):void 0,backgroundRepeat:z||void 0,backgroundSize:H||void 0,backgroundPosition:B||void 0,backgroundColor:$||void 0},G="".concat(T),V=Object(s.a)(h),X=Object(s.c)(k),q=Object(s.d)(j);return r.a.createElement(G,Object.assign({},V,X,q,{alt:o,className:Y,id:E,style:U}),O)}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(4),l=n(2),d=n(67),c=n.n(d),u=n(28),h=n.n(u),p=n(49),f=n(75),g=n(68),m=n(229),v=n.n(m);function b(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return y(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return y(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function y(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var x=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n};e.a=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.data,d=void 0===o?{}:o,u=t.chartData,m=t.colors,y=t.dark,_=void 0!==y&&y,O=t.drillable,w=void 0!==O&&O,$=t.grouped,C=void 0!==$&&$,k=t.height,S=t.htmlOptions,j=void 0===S?{}:S,E=t.id,M=t.title,A=void 0===M?"":M,P=t.tooltipHtml,T=void 0===P?'<span style="font-weight: bold; color:{point.color};">●</span>{point.name}: <b>{point.value}</b>':P,L=t.type,D=void 0===L?"treemap":L,I=x(t,["aria","data","chartData","colors","dark","drillable","grouped","height","htmlOptions","id","title","tooltipHtml","type"]),N=Object(l.a)(n),R=Object(l.c)(d),F=Object(l.d)(j);v()(h.a),_?h.a.setOptions(f.a):h.a.setOptions(p.a);var B={title:{text:A},chart:{height:k,type:D},credits:!1,series:[{data:u}],plotOptions:{treemap:{tooltip:{pointFormat:T},allowTraversingTree:w,colorByPoint:!C,colors:void 0!==m&&m.length>0?Object(g.a)(m):p.a.colors}}},z=b(Object(i.useState)({}),2),H=z[0],W=z[1];return Object(i.useEffect)((function(){W(Object.assign({},B))}),[u]),r.a.createElement(c.a,{containerProps:Object.assign(Object.assign(Object.assign({className:a()(Object(s.c)(I),"pb_treemap_chart"),id:E},N),R),F),highcharts:h.a,options:H})}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(4),l=n(2),d=n(84),c=n(80),u=n(10),h=n(5),p=n(71),f=n(46),g=n(24);function m(t){return function(t){if(Array.isArray(t))return y(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||b(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=b(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var i=0,r=function(){};return{s:r,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,s=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){s=!0,o=t},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw o}}}}function b(t,e){if(t){if("string"==typeof t)return y(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?y(t,e):void 0}}function y(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var x=function(t,e){var n=[];return function t(e,i){var r,o=v(e);try{for(o.s();!(r=o.n()).done;){var a=r.value;if(a.id.toLowerCase()===i.toLowerCase())return void n.push(a);a.children&&a.children.length>0&&t(a.children,i)}}catch(t){o.e(t)}finally{o.f()}}(t,e),n},_=function t(e){var n=[];if(Array.isArray(e))return e.forEach((function(e){if(e.checked&&n.push(e),e.children&&e.children.length>0){var i=t(e.children);n.push.apply(n,m(i))}})),n},O=function(t){var e=[];return function t(n){Array.isArray(n)&&n.forEach((function(i){if(i.checked)if(i.children&&i.children.length>0){if(0===i.children.filter((function(t){return!t.checked})).length)return void e.push(i)}else{var r=n.find((function(t){return t.id===i.parentId}));r&&r.checked||e.push(i)}i.children&&i.children.length>0&&t(i.children)}))}(t),e};function w(t){return function(t){if(Array.isArray(t))return k(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||C(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function $(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||C(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function C(t,e){if(t){if("string"==typeof t)return k(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?k(t,e):void 0}}function k(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}e.a=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.className,b=t.data,y=void 0===b?{}:b,C=t.htmlOptions,k=void 0===C?{}:C,S=t.id,j=t.inputDisplay,E=void 0===j?"pills":j,M=t.inputName,A=t.name,P=t.returnAllSelected,T=void 0!==P&&P,L=t.treeData,D=t.onSelect,I=void 0===D?function(){return null}:D,N=t.selectedIds,R=t.variant,F=void 0===R?"multi":R,B=Object(l.a)(n),z=Object(l.c)(y),H=Object(l.d)(k),W=a()(Object(l.b)("pb_multi_level_select"),Object(s.c)(t),o),Y=Object(i.useRef)(null),U=$(Object(i.useState)(!0),2),G=U[0],V=U[1],X=$(Object(i.useState)(""),2),q=X[0],K=X[1],Z=$(Object(i.useState)([]),2),J=Z[0],Q=Z[1],tt=$(Object(i.useState)([]),2),et=tt[0],nt=tt[1],it=$(Object(i.useState)([]),2),rt=it[0],ot=it[1],at=function(t,e){var n=[];return function t(i){for(var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],o=0;o<i.length;o++){var a=i[o],s=[].concat(m(r),[a]);if(a.expanded&&n.push(a.id),e&&e.length&&e.includes(a.id)&&n.push.apply(n,m(s.map((function(t){return t.id})))),Array.isArray(a.children)){var l=a.children.some((function(t){return t.checked}));l&&n.push.apply(n,m(s.map((function(t){return t.id})))),t(a.children,s)}}}(t),n}(L,N),st=$(Object(i.useState)(at),2),lt=st[0],dt=st[1],ct=$(Object(i.useState)({id:[],value:"",item:[]}),2),ut=ct[0],ht=ct[1],pt=function t(e,n){if(Array.isArray(e))return e.map((function(e){return e.checked=n,e.children=t(e.children,n),e}))};Object(i.useEffect)((function(){var t=function t(e,n){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;if(Array.isArray(e))return e.map((function(e){var o=Object.assign(Object.assign({},e),{checked:Boolean(n&&n.length&&n.includes(e.id)),parent_id:i,depth:r});if(o.children&&o.children.length>0){var a=e.checked&&!T?pt(e.children,!0):e.children;o.children=t(a,n,o.id,r+1)}return o}))}(L,"single"===F?[null==N?void 0:N[0]]:N);if(Q(t),"single"===F)if(0!==(null==N?void 0:N.length)&&(null==N?void 0:N.length)){if(0!==(null==N?void 0:N.length)&&!ut.value){var e=x(t,N[0]);if(e.length){var n=e[0],i=n.id,r=n.value;ht({id:[i],value:r,item:e})}else ht({id:[],value:"",item:[]})}}else ht({id:[],value:"",item:[]})}),[L,N]),Object(i.useEffect)((function(){T?nt(_(J)):ot("single"===F?ut.item:O(J))}),[J]),Object(i.useEffect)((function(){var t=function(t){Y.current&&!Y.current.contains(t.target)&&V(!0)};return window.addEventListener("click",t),function(){window.removeEventListener("click",t)}}),[]);var ft=function t(e,n,i){if(Array.isArray(n))return n.map((function(n){return n.id!=e?n.children=t(e,n.children,i):(n.checked=i,n.children=pt(n.children,"single"===F?!i:i)),n}))},gt=function(t){var e=Object(g.cloneDeep)(J);return T?ft(t.id,e,!0):function t(e,n){if(null!==e.parent_id){var i=x(n,e.parent_id);if(i[0].children.every((function(t){return t.checked})))i[0].checked=!0,null!==i[0].parent_id&&t(i[0],n)}return n}(t,ft(t.id,e,!0))},mt=function(t){var e=Object(g.cloneDeep)(J);return T?ft(t.id,e,!1):function t(e,n){if(n.parent_id){var i=x(e,n.parent_id);i[0].checked=!1,i[0].parent_id&&t(e,i[0])}return e}(ft(t.id,e,!1),t)},vt=function(t,e){var n=e?gt(t):mt(t);return Q(n),n},bt=function(t,e){t.stopPropagation();var n=vt(e,!1);I(T?_(n):O(n))},yt=function(t){return lt.indexOf(t.id)>-1},xt=function(){var t;return T&&et&&et.length?t=et.length:!T&&rt&&rt.length&&(t=rt.length),t};return r.a.createElement("div",Object.assign({},B,z,H,{className:W,id:S}),r.a.createElement("div",{className:"wrapper",ref:Y},r.a.createElement("div",{className:"input_wrapper",onClick:function(t){t.stopPropagation(),"multiselect_input"===t.target.id||t.target.classList.contains("pb_form_pill_tag")||V(!G)}},r.a.createElement("div",{className:"input_inner_container"},"single"===F&&0!==rt.length?rt.map((function(t){return r.a.createElement("input",{key:t.id,name:"".concat(A,"[]"),type:"hidden",value:t.id})})):null,"single"!==F&&r.a.createElement(r.a.Fragment,null,T&&0!==et.length?et.map((function(t){return r.a.createElement("input",{key:t.id,name:"".concat(A,"[]"),type:"hidden",value:t.id})})):null,T&&0!==et.length&&"pills"===E?et.map((function(t,e){return r.a.createElement(p.a,{key:e,onClick:function(e){return bt(e,t)},size:"small",text:t.label})})):null,T||0===rt.length||"pills"!==E?null:rt.map((function(t,e){return r.a.createElement(p.a,{key:e,onClick:function(e){return bt(e,t)},size:"small",text:t.label})})),T&&0!==et.length&&"pills"===E&&r.a.createElement("br",null),!T&&0!==rt.length&&"pills"===E&&r.a.createElement("br",null)),r.a.createElement("input",{id:"multiselect_input",onChange:function(t){var e;"single"===F?(e=t.target.value,pt(J,!1),ot([]),ht({id:[],value:e,item:[]}),K(e)):K(t.target.value)},onClick:function(){return V(!1)},placeholder:"none"===E&&xt()?"".concat(xt()," ").concat(1===xt()?"item":"items"," selected"):"Start typing...",value:ut.value||q})),G?r.a.createElement("div",{key:"chevron-down"},r.a.createElement(h.a,{icon:"chevron-down",size:"xs"})):r.a.createElement("div",{key:"chevron-up"},r.a.createElement(h.a,{icon:"chevron-up",size:"xs"}))),r.a.createElement("div",{className:"dropdown_menu ".concat(G?"close":"open")},function t(e){return r.a.createElement("ul",null,Array.isArray(e)&&e.map((function(e){return r.a.createElement("div",{key:e.id},r.a.createElement("li",{className:"dropdown_item","data-name":e.id},r.a.createElement("div",{className:"dropdown_item_checkbox_row"},e.parent_id||e.children?r.a.createElement("div",{key:yt(e)?"chevron-down":"chevron-right"},r.a.createElement(f.a,{className:e.children&&e.children.length>0?"":"toggle_icon",icon:yt(e)?"chevron-down":"chevron-right",onClick:function(t){return function(t,e){e.stopPropagation();var n=x(J,t);if(n){var i=w(lt);yt(n[0])?i=i.filter((function(t){return t!=n[0].id})):i.push(n[0].id),dt(i)}}(e.id,t)},variant:"link"})):null,"single"===F?e.hideRadio?r.a.createElement(u.a,null,e.label):r.a.createElement(c.a,{checked:e.checked,id:"".concat(e.id,"-").concat(e.label),label:e.label,name:M,onChange:function(t){return function(t){var e=t.target,n=e.id,i=e.value,r=n.match(/^[^-]*/)[0],o=pt(J,!1),a=ft(r,o,!0),s=x(a,r);Q(a),ht({id:[r],value:i,item:s}),K(""),V(!0),I(s)}(t)},padding:e.children?"none":"xs",type:"radio",value:e.label}):r.a.createElement(d.a,{id:e.id,text:e.label},r.a.createElement("input",{checked:e.checked,name:e.label,onChange:function(t){!function(t,e){var n=t.target.parentNode.id;K("");var i=x(J,n),r=vt(i[0],e);I(T?_(r):O(r))}(t,!e.checked)},type:"checkbox",value:e.label}))),yt(e)&&e.children&&e.children.length>0&&("single"===F||!q)&&r.a.createElement("div",null,t(e.children))))})))}(q?function(t,e){var n=[];return function t(e,i){var r,o=v(e);try{for(o.s();!(r=o.n()).done;){var a=r.value;a.label.toLowerCase().includes(i.toLowerCase())&&n.push(a),a.children&&t(a.children,i)}}catch(t){o.e(t)}finally{o.f()}}(t,e),n}(J,q):J))))}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(72),a=n(19),s=n(52),l=n(73),d=n(78),c=n(17),u=n(39),h=n(50),p=n(21),f=["defaultOptions","cacheOptions","loadOptions","options","isLoading","onInputChange","filterOption"];function g(t){var e=t.defaultOptions,n=void 0!==e&&e,r=t.cacheOptions,o=void 0!==r&&r,a=t.loadOptions;t.options;var s=t.isLoading,l=void 0!==s&&s,g=t.onInputChange,m=t.filterOption,v=void 0===m?null:m,b=Object(h.a)(t,f),y=b.inputValue,x=Object(i.useRef)(void 0),_=Object(i.useRef)(!1),O=Object(i.useState)(Array.isArray(n)?n:void 0),w=Object(u.a)(O,2),$=w[0],C=w[1],k=Object(i.useState)(void 0!==y?y:""),S=Object(u.a)(k,2),j=S[0],E=S[1],M=Object(i.useState)(!0===n),A=Object(u.a)(M,2),P=A[0],T=A[1],L=Object(i.useState)(void 0),D=Object(u.a)(L,2),I=D[0],N=D[1],R=Object(i.useState)([]),F=Object(u.a)(R,2),B=F[0],z=F[1],H=Object(i.useState)(!1),W=Object(u.a)(H,2),Y=W[0],U=W[1],G=Object(i.useState)({}),V=Object(u.a)(G,2),X=V[0],q=V[1],K=Object(i.useState)(void 0),Z=Object(u.a)(K,2),J=Z[0],Q=Z[1],tt=Object(i.useState)(void 0),et=Object(u.a)(tt,2),nt=et[0],it=et[1];o!==nt&&(q({}),it(o)),n!==J&&(C(Array.isArray(n)?n:void 0),Q(n)),Object(i.useEffect)((function(){return _.current=!0,function(){_.current=!1}}),[]);var rt=Object(i.useCallback)((function(t,e){if(!a)return e();var n=a(t,e);n&&"function"==typeof n.then&&n.then(e,(function(){return e()}))}),[a]);Object(i.useEffect)((function(){!0===n&&rt(j,(function(t){_.current&&(C(t||[]),T(!!x.current))}))}),[]);var ot=Object(i.useCallback)((function(t,e){var n=Object(p.l)(t,e,g);if(!n)return x.current=void 0,E(""),N(""),z([]),T(!1),void U(!1);if(o&&X[n])E(n),N(n),z(X[n]),T(!1),U(!1);else{var i=x.current={};E(n),T(!0),U(!I),rt(n,(function(t){_&&i===x.current&&(x.current=void 0,T(!1),N(n),z(t||[]),U(!1),q(t?Object(c.a)(Object(c.a)({},X),{},Object(d.a)({},n,t)):X))}))}}),[o,rt,I,X,g]),at=Y?[]:j&&I?B:$||[];return Object(c.a)(Object(c.a)({},b),{},{options:at,isLoading:P||l,onInputChange:ot,filterOption:v})}n(137),n(138),n(139),n(140),n(141),n(142),n(143),n(144),n(89),n(145),n(118),n(29),n(83);var m=Object(i.forwardRef)((function(t,e){var n=g(t),r=Object(l.a)(n);return i.createElement(s.a,Object(a.a)({ref:e},r))})),v=n(86),b=["allowCreateWhileLoading","createOptionPosition","formatCreateLabel","isValidNewOption","getNewOptionData","onCreateOption","options","onChange"],y=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,i=String(t).toLowerCase(),r=String(n.getOptionValue(e)).toLowerCase(),o=String(n.getOptionLabel(e)).toLowerCase();return r===i||o===i},x={formatCreateLabel:function(t){return'Create "'.concat(t,'"')},isValidNewOption:function(t,e,n,i){return!(!t||e.some((function(e){return y(t,e,i)}))||n.some((function(e){return y(t,e,i)})))},getNewOptionData:function(t,e){return{label:e,value:t,__isNew__:!0}}};function _(t){var e=t.allowCreateWhileLoading,n=void 0!==e&&e,r=t.createOptionPosition,o=void 0===r?"last":r,a=t.formatCreateLabel,l=void 0===a?x.formatCreateLabel:a,d=t.isValidNewOption,u=void 0===d?x.isValidNewOption:d,f=t.getNewOptionData,g=void 0===f?x.getNewOptionData:f,m=t.onCreateOption,y=t.options,_=void 0===y?[]:y,O=t.onChange,w=Object(h.a)(t,b),$=w.getOptionValue,C=void 0===$?s.c:$,k=w.getOptionLabel,S=void 0===k?s.b:k,j=w.inputValue,E=w.isLoading,M=w.isMulti,A=w.value,P=w.name,T=Object(i.useMemo)((function(){return u(j,Object(p.h)(A),_,{getOptionValue:C,getOptionLabel:S})?g(j,l(j)):void 0}),[l,g,S,C,j,u,_,A]),L=Object(i.useMemo)((function(){return!n&&E||!T?_:"first"===o?[T].concat(Object(v.a)(_)):[].concat(Object(v.a)(_),[T])}),[n,o,E,T,_]),D=Object(i.useCallback)((function(t,e){if("select-option"!==e.action)return O(t,e);var n=Array.isArray(t)?t:[t];if(n[n.length-1]!==T)O(t,e);else if(m)m(j);else{var i=g(j,j),r={action:"create-option",name:P,option:i};O(Object(p.d)(M,[].concat(Object(v.a)(Object(p.h)(A)),[i]),i),r)}}),[g,j,M,P,T,m,O,A]);return Object(c.a)(Object(c.a)({},w),{},{options:L,onChange:D})}var O=Object(i.forwardRef)((function(t,e){var n=_(Object(l.a)(t));return i.createElement(s.a,Object(a.a)({ref:e},n))})),w=Object(i.forwardRef)((function(t,e){var n=g(t),r=_(Object(l.a)(n));return i.createElement(s.a,Object(a.a)({ref:e},r))})),$=n(24),C=n(4),k=n(3),S=n.n(k),j=n(8),E=n(36),M=function(t){return r.a.createElement("div",{className:"pb_typeahead_wrapper"},r.a.createElement(E.a,{dark:t.selectProps.dark,error:t.selectProps.error,label:t.selectProps.label},r.a.createElement(j.a,null,r.a.createElement(p.p.Control,Object.assign({className:"text_input"},t)))))},A=function(t){var e=t.selectProps,n=t.clearValue;return Object(i.useEffect)((function(){document.addEventListener("pb-typeahead-kit-".concat(e.id,":clear"),n)}),[!0]),r.a.createElement(p.p.ClearIndicator,Object.assign({className:"clear_indicator"},t))},P=function(t){return r.a.createElement(p.p.IndicatorsContainer,Object.assign({className:"text_input_indicators"},t))},T=function(t){return r.a.createElement(p.p.MenuList,Object.assign({},t),t.children)},L=n(48),D=n(71),I=function(t){var e=t.removeProps,n=t.data,i=n.imageUrl,o=n.label,a=t.selectProps.multiKit;return"string"==typeof i&&({marginRight:"xs",name:o,avatarUrl:""}.avatarUrl=i),r.a.createElement(p.p.MultiValueContainer,Object.assign({className:"text_input_multivalue_container"},t),"badge"===a&&r.a.createElement(L.a,{closeProps:e,removeIcon:!0,text:o,variant:"primary"}),"badge"!==a&&i&&r.a.createElement(D.a,{avatarUrl:i,closeProps:e,marginRight:"xs",name:o,size:"smallPill"===a?"small":"",text:""}),"badge"!==a&&!i&&r.a.createElement(D.a,{closeProps:e,marginRight:"xs",name:"",size:"smallPill"===a?"small":"",text:o}))},N=n(122),R=function(t){var e=t.data.imageUrl,n=t.selectProps.valueComponent;return r.a.createElement(p.p.Option,Object.assign({},t),r.a.createElement(r.a.Fragment,null,!n&&e&&r.a.createElement(N.a,{align:"left",avatarUrl:e,dark:t.selectProps.dark,name:t.label,orientation:"horizontal"}),n&&n(t.data),!n&&!e&&t.label))},F=n(5),B=function(t){return r.a.createElement(r.a.Fragment,null,r.a.createElement(j.a,{align:"center",className:"placeholder"},r.a.createElement(p.p.IndicatorsContainer,Object.assign({},t)),t.selectProps.plusIcon&&r.a.createElement(F.a,{className:"typeahead-plus-icon",icon:"plus"})))},z=function(t){return r.a.createElement(p.p.ValueContainer,Object.assign({className:"text_input_value_container"},t))},H=n(2),W=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n};e.a=function(t){var e=t.async,n=t.className,i=t.components,a=void 0===i?{}:i,s=t.createable,l=t.error,d=void 0===l?"":l,c=t.data,u=void 0===c?{}:c,h=t.getOptionLabel,p=t.getOptionValue,f=t.htmlOptions,g=void 0===f?{}:f,v=t.id,b=t.loadOptions,y=void 0===b?H.e:b,x=W(t,["async","className","components","createable","error","data","getOptionLabel","getOptionValue","htmlOptions","id","loadOptions"]),_=Object.assign({cacheOptions:!0,components:Object.assign({Control:M,ClearIndicator:A,IndicatorsContainer:P,IndicatorSeparator:null,MenuList:T,MultiValue:I,Option:R,Placeholder:B,ValueContainer:z},a),loadOptions:Object($.isString)(y)?Object($.get)(window,y):y,getOptionLabel:Object($.isString)(h)?Object($.get)(window,h):h,getOptionValue:Object($.isString)(p)?Object($.get)(window,p):p,defaultOptions:!0,id:v||Object($.uniqueId)(),inline:!1,isClearable:!0,isSearchable:!0,name:name,multiKit:"",onCreateOption:null,plusIcon:!1,onMultiValueClick:function(t){}},x),k=s?e?w:O:e?m:o.a,j=Object(H.c)(u),E=Object(H.d)(g),L=S()("pb_typeahead_kit react-select",Object(C.c)(x),n),D=_.inline?"inline":null;return r.a.createElement("div",Object.assign({},j,E,{className:S()(L,D)}),r.a.createElement(k,Object.assign({classNamePrefix:"typeahead-kit-select",error:d,onChange:function(t,e){var n=e.action,i=e.option,r=e.removedValue;if("select-option"===n){_.onMultiValueClick&&_.onMultiValueClick(i);var o=new CustomEvent("pb-typeahead-kit-".concat(_.id,"-result-option-select"),{detail:i||t});document.dispatchEvent(o)}if("remove-value"===n||"pop-value"===n){var a=new CustomEvent("pb-typeahead-kit-".concat(_.id,"-result-option-remove"),{detail:r});document.dispatchEvent(a)}if("clear"===n){var s=new CustomEvent("pb-typeahead-kit-".concat(_.id,"-result-clear"));document.dispatchEvent(s)}}},_)))}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(171),l=n(4),d=n(2),c=Object(i.createContext)({}),u=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n},h=function(t){var e=t.children,n=t.className,o=u(t,["children","className"]),s=Object(i.useContext)(c),h=Object(d.b)("pb_collapsible_content_kit"),p=Object(l.c)(o),f=Object(i.useRef)(null);return Object(i.useEffect)((function(){var t;f.current&&(s.collapsed?((t=f.current).style.height=t.scrollHeight+"px",window.setTimeout((function(){t.style.height="0",t.style.paddingTop="0",t.style.paddingBottom="0",t.style.overflow="hidden"}),1),window.setTimeout((function(){t.classList.remove("is-visible"),t.style.overflow=""}),300)):function(t){t.style.display="block";var e=t.scrollHeight+"px";t.style.height=e,t.classList.add("is-visible"),t.style.overflow="hidden",window.setTimeout((function(){t.style.height="",t.style.overflow="visible"}),300)}(f.current))}),[s.collapsed]),r.a.createElement("div",{className:a()(h,p,"toggle-content",n),"data-collapsible-content":"true",ref:f},e)},p=n(8),f=n(16),g=n(5),m=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n},v={default:"#242B42",light:"#687887",lighter:"#C1CDD6",link:"#0056CF",error:"#FF2229",success:"#00CA74"},b=function(t){var e=t.collapsed,n=t.icon,i=t.iconSize,o=t.iconColor,a=t.onIconClick,s=v[o],l=function(t){return"string"==typeof t?[t,t]:t},d=function(t){a&&(t.stopPropagation(),a())};return r.a.createElement(r.a.Fragment,null,e?r.a.createElement("div",{className:"icon_wrapper",key:n?l(n)[0]:"chevron-down",onClick:function(t){return d(t)},style:{verticalAlign:"middle",color:s}},r.a.createElement(g.a,{icon:n?l(n)[0]:"chevron-down",size:i})):r.a.createElement("div",{className:"icon_wrapper",key:n?l(n)[1]:"chevron-up",onClick:function(t){return d(t)},style:{verticalAlign:"middle",color:s}},r.a.createElement(g.a,{icon:n?l(n)[1]:"chevron-up",size:i})))},y=function(t){var e=t.children,n=t.className,o=t.cursor,s=void 0===o?"pointer":o,u=m(t,["children","className","cursor"]),h=Object(i.useContext)(c),g=h.collapsed,v=h.toggle,y=h.icon,x=h.iconSize,_=h.iconColor,O=h.onIconClick,w=h.onClick,$=Object(d.b)("pb_collapsible_main_kit"),C=Object(l.c)(u,{cursor:s});return r.a.createElement("div",{className:a()($,C,n)},r.a.createElement("div",{onClick:function(){w&&w(),!0!==(w&&w())&&v()}},r.a.createElement(p.a,{spacing:"between",vertical:"center"},r.a.createElement(f.a,null,e),r.a.createElement(f.a,null,r.a.createElement(b,{collapsed:g,icon:y,iconColor:_,iconSize:x,onIconClick:O})))))};function x(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return _(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var O=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n},w=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.className,u=t.children,p=void 0===u?[]:u,f=t.collapsed,g=void 0===f||f,m=t.data,v=void 0===m?{}:m,b=t.htmlOptions,_=void 0===b?{}:b,w=t.icon,$=t.iconColor,C=void 0===$?"default":$,k=t.iconSize,S=t.onIconClick,j=t.onClick,E=t.id,M=O(t,["aria","className","children","collapsed","data","htmlOptions","icon","iconColor","iconSize","onIconClick","onClick","id"]),A=x(Object(s.a)(g),3),P=A[0],T=A[1],L=A[2];Object(i.useEffect)((function(){L(g)}),[g]);var D=r.a.Children.toArray(p);if(2!==D.length)throw new Error("Collapsible requires <CollapsibleMain> and <CollapsibleContent> to function properly.");var I=D[0],N=D[1],R=I.props,F=R.children,B=O(R,["children"]),z=N.props,H=z.children,W=O(z,["children"]),Y=Object(d.a)(n),U=Object(d.c)(v),G=Object(d.d)(_),V=a()(Object(d.b)("pb_collapsible_kit"),Object(l.c)(M),o);return r.a.createElement(c.Provider,{value:{collapsed:P,toggle:T,icon:w,iconSize:k,iconColor:C,onIconClick:S,onClick:j}},r.a.createElement("div",Object.assign({},Y,U,G,{className:V,id:E}),r.a.createElement(y,Object.assign({},B),F),r.a.createElement(h,Object.assign({},W),H)))};w.Main=y,w.Content=h;e.a=w},,function(t,e,n){var i=n(207);t.exports=function(t,e,n){return(e=i(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(4),a=n(2),s=n(67),l=n.n(s),d=n(28),c=n.n(d),u=n(49),h=n(75),p=n(68),f=n(3),g=n.n(f);function m(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return v(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return v(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var b=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n};e.a=function(t){var e=t.aria,n=void 0===e?{}:e,s=t.data,d=void 0===s?{}:s,f=t.align,v=void 0===f?"center":f,y=t.axisTitle,x=t.dark,_=void 0!==x&&x,O=t.chartData,w=t.className,$=void 0===w?"pb_bar_graph":w,C=t.colors,k=t.htmlOptions,S=void 0===k?{}:k,j=t.id,E=t.pointStart,M=t.subTitle,A=t.type,P=void 0===A?"column":A,T=t.title,L=void 0===T?"Title":T,D=t.xAxisCategories,I=t.yAxisMin,N=t.yAxisMax,R=t.legend,F=void 0!==R&&R,B=t.toggleLegendClick,z=void 0===B||B,H=t.height,W=t.layout,Y=void 0===W?"horizontal":W,U=t.verticalAlign,G=void 0===U?"bottom":U,V=t.x,X=void 0===V?0:V,q=t.y,K=void 0===q?0:q,Z=b(t,["aria","data","align","axisTitle","dark","chartData","className","colors","htmlOptions","id","pointStart","subTitle","type","title","xAxisCategories","yAxisMin","yAxisMax","legend","toggleLegendClick","height","layout","verticalAlign","x","y"]),J=Object(a.a)(n),Q=Object(a.c)(d),tt=Object(a.d)(S);_?c.a.setOptions(h.a):c.a.setOptions(u.a);var et={title:{text:L},chart:{height:H,type:P},subtitle:{text:M},yAxis:{min:I,max:N,title:{text:y}},xAxis:{categories:D},legend:{enabled:F,align:v,verticalAlign:G,layout:Y,x:X,y:K},colors:void 0!==C&&C.length>0?Object(p.a)(C):u.a.colors,plotOptions:{series:{pointStart:E,events:{},dataLabels:{enabled:!1}}},series:O,credits:!1};z||(et.plotOptions.series.events={legendItemClick:function(){return!1}});var nt=m(Object(i.useState)({}),2),it=nt[0],rt=nt[1];return Object(i.useEffect)((function(){rt(Object.assign({},et))}),[O]),r.a.createElement(l.a,{containerProps:Object.assign(Object.assign(Object.assign({className:g()(Object(o.c)(Z),$),id:j},J),Q),tt),highcharts:c.a,options:it})}},function(t,e,n){"use strict";var i,r;!function(o){t.exports?(o.default=o,t.exports=o):(i=[n(28)],void 0===(r=function(t){return o(t),o.Highcharts=t,o}.apply(e,i))||(t.exports=r))}((function(t){function e(t,e,n,i){t.hasOwnProperty(e)||(t[e]=i.apply(null,n))}e(t=t?t._modules:{},"Extensions/Pane.js",[t["Core/Chart/Chart.js"],t["Series/CenteredUtilities.js"],t["Core/Globals.js"],t["Core/Pointer.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r){function o(t,e,n){return Math.sqrt(Math.pow(t-n[0],2)+Math.pow(e-n[1],2))<=n[2]/2}var a=r.addEvent,s=r.extend,l=r.merge,d=r.pick,c=r.splat;return t.prototype.collectionsWithUpdate.push("pane"),r=function(){function t(t,e){this.options=this.chart=this.center=this.background=void 0,this.coll="pane",this.defaultOptions={center:["50%","50%"],size:"85%",innerSize:"0%",startAngle:0},this.defaultBackgroundOptions={shape:"circle",borderWidth:1,borderColor:"#cccccc",backgroundColor:{linearGradient:{x1:0,y1:0,x2:0,y2:1},stops:[[0,"#ffffff"],[1,"#e6e6e6"]]},from:-Number.MAX_VALUE,innerRadius:0,to:Number.MAX_VALUE,outerRadius:"105%"},this.init(t,e)}return t.prototype.init=function(t,e){this.chart=e,this.background=[],e.pane.push(this),this.setOptions(t)},t.prototype.setOptions=function(t){this.options=l(this.defaultOptions,this.chart.angular?{background:{}}:void 0,t)},t.prototype.render=function(){var t=this.options,e=this.options.background,n=this.chart.renderer;if(this.group||(this.group=n.g("pane-group").attr({zIndex:t.zIndex||0}).add()),this.updateCenter(),e)for(e=c(e),t=Math.max(e.length,this.background.length||0),n=0;n<t;n++)e[n]&&this.axis?this.renderBackground(l(this.defaultBackgroundOptions,e[n]),n):this.background[n]&&(this.background[n]=this.background[n].destroy(),this.background.splice(n,1))},t.prototype.renderBackground=function(t,e){var n="animate",i={class:"highcharts-pane "+(t.className||"")};this.chart.styledMode||s(i,{fill:t.backgroundColor,stroke:t.borderColor,"stroke-width":t.borderWidth}),this.background[e]||(this.background[e]=this.chart.renderer.path().add(this.group),n="attr"),this.background[e][n]({d:this.axis.getPlotBandPath(t.from,t.to,t)}).attr(i)},t.prototype.updateCenter=function(t){this.center=(t||this.axis||{}).center=e.getCenter.call(this)},t.prototype.update=function(t,e){l(!0,this.options,t),this.setOptions(this.options),this.render(),this.chart.axes.forEach((function(t){t.pane===this&&(t.pane=null,t.update({},e))}),this)},t}(),t.prototype.getHoverPane=function(t){var e,n=this;return t&&n.pane.forEach((function(i){var r=t.chartX-n.plotLeft,a=t.chartY-n.plotTop;o(n.inverted?a:r,n.inverted?r:a,i.center)&&(e=i)})),e},a(t,"afterIsInsidePlot",(function(t){this.polar&&(t.isInsidePlot=this.pane.some((function(e){return o(t.x,t.y,e.center)})))})),a(i,"beforeGetHoverData",(function(t){var e=this.chart;e.polar?(e.hoverPane=e.getHoverPane(t),t.filter=function(n){return n.visible&&!(!t.shared&&n.directTouch)&&d(n.options.enableMouseTracking,!0)&&(!e.hoverPane||n.xAxis.pane===e.hoverPane)}):e.hoverPane=void 0})),a(i,"afterGetHoverData",(function(t){var e=this.chart;t.hoverPoint&&t.hoverPoint.plotX&&t.hoverPoint.plotY&&e.hoverPane&&!o(t.hoverPoint.plotX,t.hoverPoint.plotY,e.hoverPane.center)&&(t.hoverPoint=void 0)})),n.Pane=r,n.Pane})),e(t,"Core/Axis/RadialAxis.js",[t["Core/Axis/AxisDefaults.js"],t["Core/DefaultOptions.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r,o=e.defaultOptions,a=n.noop,s=i.addEvent,l=i.correctFloat,d=i.defined,c=i.extend,u=i.fireEvent,h=i.merge,p=i.pick,f=i.relativeLength,g=i.wrap;return function(e){function n(){this.autoConnect=this.isCircular&&void 0===p(this.userMax,this.options.max)&&l(this.endAngleRad-this.startAngleRad)===l(2*Math.PI),!this.isCircular&&this.chart.inverted&&this.max++,this.autoConnect&&(this.max+=(this.categories?1:this.pointRange)||this.closestPointRange||0)}function i(){var t=this;return function(){if(t.isRadial&&t.tickPositions&&t.options.labels&&!0!==t.options.labels.allowOverlap)return t.tickPositions.map((function(e){return t.ticks[e]&&t.ticks[e].label})).filter((function(t){return!!t}))}}function r(){return a}function m(t,e,n){var i=this.pane.center,r=t.value;if(this.isCircular){if(d(r))t.point&&((o=t.point.shapeArgs||{}).start&&(r=this.chart.inverted?this.translate(t.point.rectPlotY,!0):t.point.x));else{var o=t.chartX||0,a=t.chartY||0;r=this.translate(Math.atan2(a-n,o-e)-this.startAngleRad,!0)}o=(t=this.getPosition(r)).x,a=t.y}else d(r)||(o=t.chartX,a=t.chartY),d(o)&&d(a)&&(n=i[1]+this.chart.plotTop,r=this.translate(Math.min(Math.sqrt(Math.pow(o-e,2)+Math.pow(a-n,2)),i[2]/2)-i[3]/2,!0));return[r,o||0,a||0]}function v(t,e,n){t=this.pane.center;var i=this.chart,r=this.left||0,o=this.top||0,a=p(e,t[2]/2-this.offset);return void 0===n&&(n=this.horiz?0:this.center&&-this.center[3]/2),n&&(a+=n),this.isCircular||void 0!==e?((e=this.chart.renderer.symbols.arc(r+t[0],o+t[1],a,a,{start:this.startAngleRad,end:this.endAngleRad,open:!0,innerR:0})).xBounds=[r+t[0]],e.yBounds=[o+t[1]-a]):(e=this.postTranslate(this.angleRad,a),e=[["M",this.center[0]+i.plotLeft,this.center[1]+i.plotTop],["L",e.x,e.y]]),e}function b(){this.constructor.prototype.getOffset.call(this),this.chart.axisOffset[this.side]=0}function y(t,e,n){var i=this.chart,r=function(t){if("string"==typeof t){var e=parseInt(t,10);return u.test(t)&&(e=e*s/100),e}return t},o=this.center,a=this.startAngleRad,s=o[2]/2,l=Math.min(this.offset,0),d=this.left||0,c=this.top||0,u=/%$/,h=this.isCircular,f=p(r(n.outerRadius),s),g=r(n.innerRadius);if(r=p(r(n.thickness),10),"polygon"===this.options.gridLineInterpolation)l=this.getPlotLinePath({value:t}).concat(this.getPlotLinePath({value:e,reverse:!0}));else{if(t=Math.max(t,this.min),e=Math.min(e,this.max),t=this.translate(t),e=this.translate(e),h||(f=t||0,g=e||0),"circle"!==n.shape&&h)n=a+(t||0),a+=e||0;else{n=-Math.PI/2,a=1.5*Math.PI;var m=!0}f-=l,l=i.renderer.symbols.arc(d+o[0],c+o[1],f,f,{start:Math.min(n,a),end:Math.max(n,a),innerR:p(g,f-(r-l)),open:m}),h&&(h=(a+n)/2,d=d+o[0]+o[2]/2*Math.cos(h),l.xBounds=h>-Math.PI/2&&h<Math.PI/2?[d,i.plotWidth]:[0,d],l.yBounds=[c+o[1]+o[2]/2*Math.sin(h)],l.yBounds[0]+=h>-Math.PI&&0>h||h>Math.PI?-10:10)}return l}function x(t){var e=this,n=this.pane.center,i=this.chart,r=i.inverted,o=t.reverse,a=this.pane.options.background?this.pane.options.background[0]||this.pane.options.background:{},s=a.innerRadius||"0%",l=a.outerRadius||"100%",d=n[0]+i.plotLeft,c=n[1]+i.plotTop,u=this.height,h=t.isCrosshair;a=n[3]/2;var p,g=t.value,m=this.getPosition(g),v=m.x;if(m=m.y,h&&(g=(m=this.getCrosshairPosition(t,d,c))[0],v=m[1],m=m[2]),this.isCircular)g=Math.sqrt(Math.pow(v-d,2)+Math.pow(m-c,2)),o="string"==typeof s?f(s,1):s/g,i="string"==typeof l?f(l,1):l/g,n&&a&&(o<(a/=g)&&(o=a),i<a&&(i=a)),n=[["M",d+o*(v-d),c-o*(c-m)],["L",v-(1-i)*(v-d),m+(1-i)*(c-m)]];else if((g=this.translate(g))&&(0>g||g>u)&&(g=0),"circle"===this.options.gridLineInterpolation)n=this.getLinePath(0,g,a);else if(n=[],i[r?"yAxis":"xAxis"].forEach((function(t){t.pane===e.pane&&(p=t)})),p)for(d=p.tickPositions,p.autoConnect&&(d=d.concat([d[0]])),o&&(d=d.slice().reverse()),g&&(g+=a),c=0;c<d.length;c++)a=p.getPosition(d[c],g),n.push(c?["L",a.x,a.y]:["M",a.x,a.y]);return n}function _(t,e){return t=this.translate(t),this.postTranslate(this.isCircular?t:this.angleRad,p(this.isCircular?e:0>t?0:t,this.center[2]/2)-this.offset)}function O(){var t=this.center,e=this.chart,n=this.options.title;return{x:e.plotLeft+t[0]+(n.x||0),y:e.plotTop+t[1]-{high:.5,middle:.25,low:0}[n.align]*t[2]+(n.y||0)}}function w(t){t.beforeSetTickPositions=n,t.createLabelCollector=i,t.getCrosshairPosition=m,t.getLinePath=v,t.getOffset=b,t.getPlotBandPath=y,t.getPlotLinePath=x,t.getPosition=_,t.getTitlePosition=O,t.postTranslate=A,t.setAxisSize=T,t.setAxisTranslation=L,t.setOptions=D}function $(){var t=this.chart,e=this.options,n=this.pane,i=n&&n.options;t.angular&&this.isXAxis||!n||!t.angular&&!t.polar||(this.angleRad=(e.angle||0)*Math.PI/180,this.startAngleRad=(i.startAngle-90)*Math.PI/180,this.endAngleRad=(p(i.endAngle,i.startAngle+360)-90)*Math.PI/180,this.offset=e.offset||0)}function C(t){this.isRadial&&(t.align=void 0,t.preventDefault())}function k(){if(this.chart&&this.chart.labelCollectors){var t=this.labelCollector?this.chart.labelCollectors.indexOf(this.labelCollector):-1;0<=t&&this.chart.labelCollectors.splice(t,1)}}function S(e){var n,i=this.chart,o=i.inverted,s=i.angular,l=i.polar,d=this.isXAxis,c=this.coll,u=s&&d,p=i.options;e=e.userOptions.pane||0,e=this.pane=i.pane&&i.pane[e],"colorAxis"===c?this.isRadial=!1:(s?(u?(this.isHidden=!0,this.createLabelCollector=r,this.getOffset=a,this.render=this.redraw=P,this.setTitle=this.setCategories=this.setScale=a):w(this),(n=!d)&&(this.defaultPolarOptions=F)):l&&(w(this),this.defaultPolarOptions=(n=this.horiz)?R:h("xAxis"===c?t.defaultXAxisOptions:t.defaultYAxisOptions,B),o&&"yAxis"===c&&(this.defaultPolarOptions.stackLabels=t.defaultYAxisOptions.stackLabels,this.defaultPolarOptions.reversedStacks=!0)),s||l?(this.isRadial=!0,p.chart.zoomType=null,this.labelCollector||(this.labelCollector=this.createLabelCollector()),this.labelCollector&&i.labelCollectors.push(this.labelCollector)):this.isRadial=!1,e&&n&&(e.axis=this),this.isCircular=n)}function j(){this.isRadial&&this.beforeSetTickPositions()}function E(t){var e=this.label;if(e){var n=this.axis,i=e.getBBox(),r=n.options.labels,o=(n.translate(this.pos)+n.startAngleRad+Math.PI/2)/Math.PI*180%360,a=Math.round(o),s=d(r.y)?0:.3*-i.height,l=r.y,c=20,u=r.align,h="end",g=0>a?a+360:a,m=g,v=0,b=0;if(n.isRadial){var y=n.getPosition(this.pos,n.center[2]/2+f(p(r.distance,-25),n.center[2]/2,-n.center[2]/2));"auto"===r.rotation?e.attr({rotation:o}):d(l)||(l=n.chart.renderer.fontMetrics(e.styles&&e.styles.fontSize).b-i.height/2),d(u)||(n.isCircular?(i.width>n.len*n.tickInterval/(n.max-n.min)&&(c=0),u=o>c&&o<180-c?"left":o>180+c&&o<360-c?"right":"center"):u="center",e.attr({align:u})),"auto"===u&&2===n.tickPositions.length&&n.isCircular&&(90<g&&180>g?g=180-g:270<g&&360>=g&&(g=540-g),180<m&&360>=m&&(m=360-m),n.pane.options.startAngle!==a&&n.pane.options.startAngle!==a+360&&n.pane.options.startAngle!==a-360||(h="start"),u=-90<=a&&90>=a||-360<=a&&-270>=a||270<=a&&360>=a?"start"===h?"right":"left":"start"===h?"left":"right",70<m&&110>m&&(u="center"),15>g||180<=g&&195>g?v=.3*i.height:15<=g&&35>=g?v="start"===h?0:.75*i.height:195<=g&&215>=g?v="start"===h?.75*i.height:0:35<g&&90>=g?v="start"===h?.25*-i.height:i.height:215<g&&270>=g&&(v="start"===h?i.height:.25*-i.height),15>m?b="start"===h?.15*-i.height:.15*i.height:165<m&&180>=m&&(b="start"===h?.15*i.height:.15*-i.height),e.attr({align:u}),e.translate(b,v+s)),t.pos.x=y.x+(r.x||0),t.pos.y=y.y+(l||0)}}}function M(t){this.axis.getPosition&&c(t.pos,this.axis.getPosition(this.pos))}function A(t,e){var n=this.chart,i=this.center;return t=this.startAngleRad+t,{x:n.plotLeft+i[0]+Math.cos(t)*e,y:n.plotTop+i[1]+Math.sin(t)*e}}function P(){this.isDirty=!1}function T(){if(this.constructor.prototype.setAxisSize.call(this),this.isRadial){this.pane.updateCenter(this);var t=this.center=this.pane.center.slice();if(this.isCircular)this.sector=this.endAngleRad-this.startAngleRad;else{var e=this.postTranslate(this.angleRad,t[3]/2);t[0]=e.x-this.chart.plotLeft,t[1]=e.y-this.chart.plotTop}this.len=this.width=this.height=(t[2]-t[3])*p(this.sector,1)/2}}function L(){this.constructor.prototype.setAxisTranslation.call(this),this.center&&(this.transA=this.isCircular?(this.endAngleRad-this.startAngleRad)/(this.max-this.min||1):(this.center[2]-this.center[3])/2/(this.max-this.min||1),this.minPixelPadding=this.isXAxis?this.transA*this.minPointOffset:0)}function D(t){(t=this.options=h(this.constructor.defaultOptions,this.defaultPolarOptions,o[this.coll],t)).plotBands||(t.plotBands=[]),u(this,"afterSetOptions")}function I(t,e,n,i,r,o,a){var s=this.axis;return s.isRadial?e=["M",e,n,"L",(t=s.getPosition(this.pos,s.center[2]/2+i)).x,t.y]:e=t.call(this,e,n,i,r,o,a),e}var N=[],R={gridLineWidth:1,labels:{align:void 0,distance:15,x:0,y:void 0,style:{textOverflow:"none"}},maxPadding:0,minPadding:0,showLastLabel:!1,tickLength:0},F={labels:{align:"center",x:0,y:void 0},minorGridLineWidth:0,minorTickInterval:"auto",minorTickLength:10,minorTickPosition:"inside",minorTickWidth:1,tickLength:10,tickPosition:"inside",tickWidth:2,title:{rotation:0},zIndex:2},B={gridLineInterpolation:"circle",gridLineWidth:1,labels:{align:"right",x:-3,y:-2},showLastLabel:!1,title:{x:4,text:null,rotation:90}};e.compose=function(t,e){return-1===N.indexOf(t)&&(N.push(t),s(t,"afterInit",$),s(t,"autoLabelAlign",C),s(t,"destroy",k),s(t,"init",S),s(t,"initialAxisTranslation",j)),-1===N.indexOf(e)&&(N.push(e),s(e,"afterGetLabelPosition",E),s(e,"afterGetPosition",M),g(e.prototype,"getMarkPath",I)),t}}(r||(r={})),r})),e(t,"Series/AreaRange/AreaRangePoint.js",[t["Series/Area/AreaSeries.js"],t["Core/Series/Point.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=e.prototype,o=n.defined,a=n.isNumber;return function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.high=void 0,e.low=void 0,e.options=void 0,e.plotHigh=void 0,e.plotLow=void 0,e.plotHighX=void 0,e.plotLowX=void 0,e.plotX=void 0,e.series=void 0,e}return i(e,t),e.prototype.setState=function(){var t=this.state,e=this.series,n=e.chart.polar;o(this.plotHigh)||(this.plotHigh=e.yAxis.toPixels(this.high,!0)),o(this.plotLow)||(this.plotLow=this.plotY=e.yAxis.toPixels(this.low,!0)),e.stateMarkerGraphic&&(e.lowerStateMarkerGraphic=e.stateMarkerGraphic,e.stateMarkerGraphic=e.upperStateMarkerGraphic),this.graphic=this.upperGraphic,this.plotY=this.plotHigh,n&&(this.plotX=this.plotHighX),r.setState.apply(this,arguments),this.state=t,this.plotY=this.plotLow,this.graphic=this.lowerGraphic,n&&(this.plotX=this.plotLowX),e.stateMarkerGraphic&&(e.upperStateMarkerGraphic=e.stateMarkerGraphic,e.stateMarkerGraphic=e.lowerStateMarkerGraphic,e.lowerStateMarkerGraphic=void 0),r.setState.apply(this,arguments)},e.prototype.haloPath=function(){var t=this.series.chart.polar,e=[];return this.plotY=this.plotLow,t&&(this.plotX=this.plotLowX),this.isInside&&(e=r.haloPath.apply(this,arguments)),this.plotY=this.plotHigh,t&&(this.plotX=this.plotHighX),this.isTopInside&&(e=e.concat(r.haloPath.apply(this,arguments))),e},e.prototype.isValid=function(){return a(this.low)&&a(this.high)},e}(t.prototype.pointClass)})),e(t,"Series/AreaRange/AreaRangeSeries.js",[t["Series/AreaRange/AreaRangePoint.js"],t["Series/Area/AreaSeries.js"],t["Series/Column/ColumnSeries.js"],t["Core/Globals.js"],t["Core/Series/Series.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r,o,a){var s=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),l=e.prototype,d=n.prototype;n=i.noop;var c=r.prototype,u=a.defined,h=a.extend,p=a.isArray,f=a.pick,g=a.merge;return r=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e.lowerStateMarkerGraphic=void 0,e.xAxis=void 0,e}return s(n,t),n.prototype.toYData=function(t){return[t.low,t.high]},n.prototype.highToXY=function(t){var e=this.chart,n=this.xAxis.postTranslate(t.rectPlotX||0,this.yAxis.len-t.plotHigh);t.plotHighX=n.x-e.plotLeft,t.plotHigh=n.y-e.plotTop,t.plotLowX=t.plotX},n.prototype.translate=function(){var t=this,e=t.yAxis;l.translate.apply(t),t.points.forEach((function(n){var i=n.high,r=n.plotY;n.isNull?n.plotY=null:(n.plotLow=r,n.plotHigh=e.translate(t.dataModify?t.dataModify.modifyValue(i):i,0,1,0,1),t.dataModify&&(n.yBottom=n.plotHigh))})),this.chart.polar&&this.points.forEach((function(e){t.highToXY(e),e.tooltipPos=[(e.plotHighX+e.plotLowX)/2,(e.plotHigh+e.plotLow)/2]}))},n.prototype.getGraphPath=function(t){var e,n=[],i=[],r=l.getGraphPath,o=this.options,a=this.chart.polar,s=a&&!1!==o.connectEnds,d=o.connectNulls,c=o.step;for(e=(t=t||this.points).length;e--;){var u=t[e],h=a?{plotX:u.rectPlotX,plotY:u.yBottom,doCurve:!1}:{plotX:u.plotX,plotY:u.plotY,doCurve:!1};u.isNull||s||d||t[e+1]&&!t[e+1].isNull||i.push(h);var p={polarPlotY:u.polarPlotY,rectPlotX:u.rectPlotX,yBottom:u.yBottom,plotX:f(u.plotHighX,u.plotX),plotY:u.plotHigh,isNull:u.isNull};i.push(p),n.push(p),u.isNull||s||d||t[e-1]&&!t[e-1].isNull||i.push(h)}return t=r.call(this,t),c&&(!0===c&&(c="left"),o.step={left:"right",center:"center",right:"left"}[c]),n=r.call(this,n),i=r.call(this,i),o.step=c,o=[].concat(t,n),!this.chart.polar&&i[0]&&"M"===i[0][0]&&(i[0]=["L",i[0][1],i[0][2]]),this.graphPath=o,this.areaPath=t.concat(i),o.isArea=!0,o.xMap=t.xMap,this.areaPath.xMap=t.xMap,o},n.prototype.drawDataLabels=function(){var t,e,n=this.points,i=n.length,r=[],o=this.options.dataLabels,a=this.chart.inverted;if(o){if(p(o))var s=o[0]||{enabled:!1},l=o[1]||{enabled:!1};else(s=h({},o)).x=o.xHigh,s.y=o.yHigh,(l=h({},o)).x=o.xLow,l.y=o.yLow;if(s.enabled||this._hasPointLabels){for(t=i;t--;)if(e=n[t]){var d=s.inside?e.plotHigh<e.plotLow:e.plotHigh>e.plotLow;e.y=e.high,e._plotY=e.plotY,e.plotY=e.plotHigh,r[t]=e.dataLabel,e.dataLabel=e.dataLabelUpper,e.below=d,a?s.align||(s.align=d?"right":"left"):s.verticalAlign||(s.verticalAlign=d?"top":"bottom")}for(this.options.dataLabels=s,c.drawDataLabels&&c.drawDataLabels.apply(this,arguments),t=i;t--;)(e=n[t])&&(e.dataLabelUpper=e.dataLabel,e.dataLabel=r[t],delete e.dataLabels,e.y=e.low,e.plotY=e._plotY)}if(l.enabled||this._hasPointLabels){for(t=i;t--;)(e=n[t])&&(d=l.inside?e.plotHigh<e.plotLow:e.plotHigh>e.plotLow,e.below=!d,a?l.align||(l.align=d?"left":"right"):l.verticalAlign||(l.verticalAlign=d?"bottom":"top"));this.options.dataLabels=l,c.drawDataLabels&&c.drawDataLabels.apply(this,arguments)}if(s.enabled)for(t=i;t--;)(e=n[t])&&(e.dataLabels=[e.dataLabelUpper,e.dataLabel].filter((function(t){return!!t})));this.options.dataLabels=o}},n.prototype.alignDataLabel=function(){d.alignDataLabel.apply(this,arguments)},n.prototype.drawPoints=function(){var t,e=this.points.length;for(c.drawPoints.apply(this,arguments),t=0;t<e;){var n=this.points[t];n.origProps={plotY:n.plotY,plotX:n.plotX,isInside:n.isInside,negative:n.negative,zone:n.zone,y:n.y},n.lowerGraphic=n.graphic,n.graphic=n.upperGraphic,n.plotY=n.plotHigh,u(n.plotHighX)&&(n.plotX=n.plotHighX),n.y=f(n.high,n.origProps.y),n.negative=n.y<(this.options.threshold||0),this.zones.length&&(n.zone=n.getZone()),this.chart.polar||(n.isInside=n.isTopInside=void 0!==n.plotY&&0<=n.plotY&&n.plotY<=this.yAxis.len&&0<=n.plotX&&n.plotX<=this.xAxis.len),t++}for(c.drawPoints.apply(this,arguments),t=0;t<e;)(n=this.points[t]).upperGraphic=n.graphic,n.graphic=n.lowerGraphic,n.origProps&&(h(n,n.origProps),delete n.origProps),t++},n.defaultOptions=g(e.defaultOptions,{lineWidth:1,threshold:null,tooltip:{pointFormat:'<span style="color:{series.color}">●</span> {series.name}: <b>{point.low}</b> - <b>{point.high}</b><br/>'},trackByArea:!0,dataLabels:{align:void 0,verticalAlign:void 0,xLow:0,xHigh:0,yLow:0,yHigh:0}}),n}(e),h(r.prototype,{pointArrayMap:["low","high"],pointValKey:"low",deferTranslatePolar:!0,pointClass:t,setStackedPoints:n}),o.registerSeriesType("arearange",r),r})),e(t,"Series/AreaSplineRange/AreaSplineRangeSeries.js",[t["Series/AreaRange/AreaRangeSeries.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=e.seriesTypes.spline,o=n.merge;n=n.extend;var a=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.options=void 0,t.data=void 0,t.points=void 0,t}return i(n,e),n.defaultOptions=o(t.defaultOptions),n}(t);return n(a.prototype,{getPointSpline:r.prototype.getPointSpline}),e.registerSeriesType("areasplinerange",a),a})),e(t,"Series/BoxPlot/BoxPlotSeries.js",[t["Series/Column/ColumnSeries.js"],t["Core/Globals.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();e=e.noop;var o=i.extend,a=i.merge,s=i.pick;return o((i=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return r(n,e),n.prototype.pointAttribs=function(){return{}},n.prototype.translate=function(){var t=this.yAxis,n=this.pointArrayMap;e.prototype.translate.apply(this),this.points.forEach((function(e){n.forEach((function(n){null!==e[n]&&(e[n+"Plot"]=t.translate(e[n],0,1,0,1))})),e.plotHigh=e.highPlot}))},n.prototype.drawPoints=function(){var t,e,n,i,r,o,a,l,d,c,u,h=this,p=h.options,f=h.chart,g=f.renderer,m=0,v=!1!==h.doQuartiles,b=h.options.whiskerLength;h.points.forEach((function(y){var x=y.graphic,_=x?"animate":"attr",O=y.shapeArgs,w={},$={},C={},k={},S=y.color||h.color;void 0!==y.plotY&&(a=Math.round(O.width),l=Math.floor(O.x),d=l+a,c=Math.round(a/2),t=Math.floor(v?y.q1Plot:y.lowPlot),e=Math.floor(v?y.q3Plot:y.lowPlot),n=Math.floor(y.highPlot),i=Math.floor(y.lowPlot),x||(y.graphic=x=g.g("point").add(h.group),y.stem=g.path().addClass("highcharts-boxplot-stem").add(x),b&&(y.whiskers=g.path().addClass("highcharts-boxplot-whisker").add(x)),v&&(y.box=g.path(void 0).addClass("highcharts-boxplot-box").add(x)),y.medianShape=g.path(void 0).addClass("highcharts-boxplot-median").add(x)),f.styledMode||($.stroke=y.stemColor||p.stemColor||S,$["stroke-width"]=s(y.stemWidth,p.stemWidth,p.lineWidth),$.dashstyle=y.stemDashStyle||p.stemDashStyle||p.dashStyle,y.stem.attr($),b&&(C.stroke=y.whiskerColor||p.whiskerColor||S,C["stroke-width"]=s(y.whiskerWidth,p.whiskerWidth,p.lineWidth),C.dashstyle=y.whiskerDashStyle||p.whiskerDashStyle||p.dashStyle,y.whiskers.attr(C)),v&&(w.fill=y.fillColor||p.fillColor||S,w.stroke=p.lineColor||S,w["stroke-width"]=p.lineWidth||0,w.dashstyle=y.boxDashStyle||p.boxDashStyle||p.dashStyle,y.box.attr(w)),k.stroke=y.medianColor||p.medianColor||S,k["stroke-width"]=s(y.medianWidth,p.medianWidth,p.lineWidth),k.dashstyle=y.medianDashStyle||p.medianDashStyle||p.dashStyle,y.medianShape.attr(k)),o=y.stem.strokeWidth()%2/2,x=[["M",m=l+c+o,e],["L",m,n],["M",m,t],["L",m,i]],y.stem[_]({d:x}),v&&(o=y.box.strokeWidth()%2/2,t=Math.floor(t)+o,e=Math.floor(e)+o,x=[["M",l+=o,e],["L",l,t],["L",d+=o,t],["L",d,e],["L",l,e],["Z"]],y.box[_]({d:x})),b&&(o=y.whiskers.strokeWidth()%2/2,n+=o,i+=o,u=/%$/.test(b)?c*parseFloat(b)/100:b/2,x=[["M",m-u,n],["L",m+u,n],["M",m-u,i],["L",m+u,i]],y.whiskers[_]({d:x})),r=Math.round(y.medianPlot),o=y.medianShape.strokeWidth()%2/2,x=[["M",l,r+=o],["L",d,r]],y.medianShape[_]({d:x}))}))},n.prototype.toYData=function(t){return[t.low,t.q1,t.median,t.q3,t.high]},n.defaultOptions=a(t.defaultOptions,{threshold:null,tooltip:{pointFormat:'<span style="color:{point.color}">●</span> <b> {series.name}</b><br/>Maximum: {point.high}<br/>Upper quartile: {point.q3}<br/>Median: {point.median}<br/>Lower quartile: {point.q1}<br/>Minimum: {point.low}<br/>'},whiskerLength:"50%",fillColor:"#ffffff",lineWidth:1,medianWidth:2,whiskerWidth:2}),n}(t)).prototype,{pointArrayMap:["low","q1","median","q3","high"],pointValKey:"high",drawDataLabels:e,setStackedPoints:e}),n.registerSeriesType("boxplot",i),i})),e(t,"Series/Bubble/BubbleLegendDefaults.js",[],(function(){return{borderColor:void 0,borderWidth:2,className:void 0,color:void 0,connectorClassName:void 0,connectorColor:void 0,connectorDistance:60,connectorWidth:1,enabled:!1,labels:{className:void 0,allowOverlap:!1,format:"",formatter:void 0,align:"right",style:{fontSize:"10px",color:"#000000"},x:0,y:0},maxSize:60,minSize:10,legendIndex:0,ranges:{value:void 0,borderColor:void 0,color:void 0,connectorColor:void 0},sizeBy:"area",sizeByAbsoluteValue:!1,zIndex:1,zThreshold:0}})),e(t,"Series/Bubble/BubbleLegendItem.js",[t["Core/Color/Color.js"],t["Core/FormatUtilities.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=t.parse,o=n.noop,a=i.arrayMax,s=i.arrayMin,l=i.isNumber,d=i.merge,c=i.pick,u=i.stableSort;return function(){function t(t,e){this.options=this.symbols=this.visible=this.selected=this.ranges=this.movementX=this.maxLabel=this.legendSymbol=this.legendItemWidth=this.legendItemHeight=this.legendItem=this.legendGroup=this.legend=this.fontMetrics=this.chart=void 0,this.setState=o,this.init(t,e)}return t.prototype.init=function(t,e){this.options=t,this.visible=!0,this.chart=e.chart,this.legend=e},t.prototype.addToLegend=function(t){t.splice(this.options.legendIndex,0,this)},t.prototype.drawLegendSymbol=function(t){var e=this.chart,n=this.options,i=c(t.options.itemDistance,20),r=n.ranges,o=n.connectorDistance;this.fontMetrics=e.renderer.fontMetrics(n.labels.style.fontSize),r&&r.length&&l(r[0].value)?(u(r,(function(t,e){return e.value-t.value})),this.ranges=r,this.setOptions(),this.render(),t=this.getMaxLabelSize(),e=2*(r=this.ranges[0].radius),o=0<(o=o-r+t.width)?o:0,this.maxLabel=t,this.movementX="left"===n.labels.align?o:0,this.legendItemWidth=e+o+i,this.legendItemHeight=e+this.fontMetrics.h/2):t.options.bubbleLegend.autoRanges=!0},t.prototype.setOptions=function(){var t=this.ranges,e=this.options,n=this.chart.series[e.seriesIndex],i=this.legend.baseline,o={zIndex:e.zIndex,"stroke-width":e.borderWidth},a={zIndex:e.zIndex,"stroke-width":e.connectorWidth},s={align:this.legend.options.rtl||"left"===e.labels.align?"right":"left",zIndex:e.zIndex},l=n.options.marker.fillOpacity,u=this.chart.styledMode;t.forEach((function(h,p){u||(o.stroke=c(h.borderColor,e.borderColor,n.color),o.fill=c(h.color,e.color,1!==l?r(n.color).setOpacity(l).get("rgba"):n.color),a.stroke=c(h.connectorColor,e.connectorColor,n.color)),t[p].radius=this.getRangeRadius(h.value),t[p]=d(t[p],{center:t[0].radius-t[p].radius+i}),u||d(!0,t[p],{bubbleAttribs:d(o),connectorAttribs:d(a),labelAttribs:s})}),this)},t.prototype.getRangeRadius=function(t){var e=this.options;return this.chart.series[this.options.seriesIndex].getRadius.call(this,e.ranges[e.ranges.length-1].value,e.ranges[0].value,e.minSize,e.maxSize,t)},t.prototype.render=function(){var t=this.chart.renderer,e=this.options.zThreshold;this.symbols||(this.symbols={connectors:[],bubbleItems:[],labels:[]}),this.legendSymbol=t.g("bubble-legend"),this.legendItem=t.g("bubble-legend-item"),this.legendSymbol.translateX=0,this.legendSymbol.translateY=0,this.ranges.forEach((function(t){t.value>=e&&this.renderRange(t)}),this),this.legendSymbol.add(this.legendItem),this.legendItem.add(this.legendGroup),this.hideOverlappingLabels()},t.prototype.renderRange=function(t){var e=this.options,n=e.labels,i=this.chart,r=i.series[e.seriesIndex],o=i.renderer,a=this.symbols;i=a.labels;var s=t.center,l=Math.abs(t.radius),d=e.connectorDistance||0,c=n.align,u=e.connectorWidth,h=this.ranges[0].radius||0,p=s-l-e.borderWidth/2+u/2,f=this.fontMetrics;f=f.f/2-(f.h-f.f)/2;var g=o.styledMode;d=this.legend.options.rtl||"left"===c?-d:d,"center"===c&&(d=0,e.connectorDistance=0,t.labelAttribs.align="center"),c=p+e.labels.y;var m=h+d+e.labels.x;a.bubbleItems.push(o.circle(h,s+((p%1?1:.5)-(u%2?0:.5)),l).attr(g?{}:t.bubbleAttribs).addClass((g?"highcharts-color-"+r.colorIndex+" ":"")+"highcharts-bubble-legend-symbol "+(e.className||"")).add(this.legendSymbol)),a.connectors.push(o.path(o.crispLine([["M",h,p],["L",h+d,p]],e.connectorWidth)).attr(g?{}:t.connectorAttribs).addClass((g?"highcharts-color-"+this.options.seriesIndex+" ":"")+"highcharts-bubble-legend-connectors "+(e.connectorClassName||"")).add(this.legendSymbol)),t=o.text(this.formatLabel(t),m,c+f).attr(g?{}:t.labelAttribs).css(g?{}:n.style).addClass("highcharts-bubble-legend-labels "+(e.labels.className||"")).add(this.legendSymbol),i.push(t),t.placed=!0,t.alignAttr={x:m,y:c+f}},t.prototype.getMaxLabelSize=function(){var t,e;return this.symbols.labels.forEach((function(n){e=n.getBBox(!0),t=t?e.width>t.width?e:t:e})),t||{}},t.prototype.formatLabel=function(t){var n=this.options,i=n.labels.formatter;n=n.labels.format;var r=this.chart.numberFormatter;return n?e.format(n,t):i?i.call(t):r(t.value,1)},t.prototype.hideOverlappingLabels=function(){var t=this.chart,e=this.symbols;!this.options.labels.allowOverlap&&e&&(t.hideOverlappingLabels(e.labels),e.labels.forEach((function(t,n){t.newOpacity?t.newOpacity!==t.oldOpacity&&e.connectors[n].show():e.connectors[n].hide()})))},t.prototype.getRanges=function(){var t,e=this.legend.bubbleLegend,n=e.options.ranges,i=Number.MAX_VALUE,r=-Number.MAX_VALUE;e.chart.series.forEach((function(e){e.isBubble&&!e.ignoreSeries&&((t=e.zData.filter(l)).length&&(i=c(e.options.zMin,Math.min(i,Math.max(s(t),!1===e.options.displayNegative?e.options.zThreshold:-Number.MAX_VALUE))),r=c(e.options.zMax,Math.max(r,a(t)))))}));var o=i===r?[{value:r}]:[{value:i},{value:(i+r)/2},{value:r,autoRanges:!0}];return n.length&&n[0].radius&&o.reverse(),o.forEach((function(t,e){n&&n[e]&&(o[e]=d(n[e],t))})),o},t.prototype.predictBubbleSizes=function(){var t=this.chart,e=this.fontMetrics,n=t.legend.options,i=n.floating,r=(n="horizontal"===n.layout)?t.legend.lastLineHeight:0,o=t.plotSizeX,a=t.plotSizeY,s=t.series[this.options.seriesIndex],l=s.getPxExtremes();t=Math.ceil(l.minPxSize),l=Math.ceil(l.maxPxSize);var d=Math.min(a,o);return s=s.options.maxSize,i||!/%$/.test(s)?e=l:(s=parseFloat(s),e=(d+r-e.h/2)*s/100/(s/100+1),(n&&a-e>=o||!n&&o-e>=a)&&(e=l)),[t,Math.ceil(e)]},t.prototype.updateRanges=function(t,e){var n=this.legend.options.bubbleLegend;n.minSize=t,n.maxSize=e,n.ranges=this.getRanges()},t.prototype.correctSizes=function(){var t=this.legend,e=this.chart.series[this.options.seriesIndex].getPxExtremes();1<Math.abs(Math.ceil(e.maxPxSize)-this.options.maxSize)&&(this.updateRanges(this.options.minSize,e.maxPxSize),t.render())},t}()})),e(t,"Series/Bubble/BubbleLegendComposition.js",[t["Series/Bubble/BubbleLegendDefaults.js"],t["Series/Bubble/BubbleLegendItem.js"],t["Core/DefaultOptions.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r,o=n.setOptions,a=i.addEvent,s=i.objectEach,l=i.wrap;return function(n){function i(t,e,n){var i=this.legend,o=0<=r(this);if(i&&i.options.enabled&&i.bubbleLegend&&i.options.bubbleLegend.autoRanges&&o){var a=i.bubbleLegend.options;o=i.bubbleLegend.predictBubbleSizes(),i.bubbleLegend.updateRanges(o[0],o[1]),a.placed||(i.group.placed=!1,i.allItems.forEach((function(t){t.legendGroup.translateY=null}))),i.render(),this.getMargins(),this.axes.forEach((function(t){t.visible&&t.render(),a.placed||(t.setScale(),t.updateNames(),s(t.ticks,(function(t){t.isNew=!0,t.isNewLabel=!0})))})),a.placed=!0,this.getMargins(),t.call(this,e,n),i.bubbleLegend.correctSizes(),h(i,d(i))}else t.call(this,e,n),i&&i.options.enabled&&i.bubbleLegend&&(i.render(),h(i,d(i)))}function r(t){t=t.series;for(var e=0;e<t.length;){if(t[e]&&t[e].isBubble&&t[e].visible&&t[e].zData.length)return e;e++}return-1}function d(t){var e,n=[],i=(t=t.allItems).length,r=0;for(e=0;e<i;e++)if(t[e].legendItemHeight&&(t[e].itemHeight=t[e].legendItemHeight),t[e]===t[i-1]||t[e+1]&&t[e]._legendItemPos[1]!==t[e+1]._legendItemPos[1]){n.push({height:0});for(var o=n[n.length-1];r<=e;r++)t[r].itemHeight>o.height&&(o.height=t[r].itemHeight);o.step=e}return n}function c(t){var n=this.bubbleLegend,i=this.options,o=i.bubbleLegend,a=r(this.chart);n&&n.ranges&&n.ranges.length&&(o.ranges.length&&(o.autoRanges=!!o.ranges[0].autoRanges),this.destroyItem(n)),0<=a&&i.enabled&&o.enabled&&(o.seriesIndex=a,this.bubbleLegend=new e(o,this),this.bubbleLegend.addToLegend(t.allItems))}function u(){var t=this.chart,e=this.visible,n=this.chart.legend;n&&n.bubbleLegend&&(this.visible=!e,this.ignoreSeries=e,t=0<=r(t),n.bubbleLegend.visible!==t&&(n.update({bubbleLegend:{enabled:t}}),n.bubbleLegend.visible=t),this.visible=e)}function h(t,e){var n,i,r,o=t.options.rtl,a=0;t.allItems.forEach((function(t,s){n=t.legendGroup.translateX,i=t._legendItemPos[1],((r=t.movementX)||o&&t.ranges)&&(r=o?n-t.options.maxSize/2:n+r,t.legendGroup.attr({translateX:r})),s>e[a].step&&a++,t.legendGroup.attr({translateY:Math.round(i+e[a].height/2)}),t._legendItemPos[1]=i+e[a].height/2}))}var p=[];n.compose=function(e,n,r){-1===p.indexOf(e)&&(p.push(e),o({legend:{bubbleLegend:t}}),l(e.prototype,"drawChartBox",i)),-1===p.indexOf(n)&&(p.push(n),a(n,"afterGetAllItems",c)),-1===p.indexOf(r)&&(p.push(r),a(r,"legendItemClick",u))}}(r||(r={})),r})),e(t,"Series/Bubble/BubblePoint.js",[t["Core/Series/Point.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();return(n=n.extend)((e=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.options=void 0,t.series=void 0,t}return i(n,e),n.prototype.haloPath=function(e){return t.prototype.haloPath.call(this,0===e?0:(this.marker&&this.marker.radius||0)+e)},n}(e.seriesTypes.scatter.prototype.pointClass)).prototype,{ttBelow:!1}),e})),e(t,"Series/Bubble/BubbleSeries.js",[t["Core/Axis/Axis.js"],t["Series/Bubble/BubbleLegendComposition.js"],t["Series/Bubble/BubblePoint.js"],t["Core/Color/Color.js"],t["Core/Globals.js"],t["Core/Series/Series.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r,o,a,s){var l=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),d=i.parse;i=r.noop;var c=a.seriesTypes;r=c.column;var u=c.scatter;c=s.addEvent;var h=s.arrayMax,p=s.arrayMin,f=s.clamp,g=s.extend,m=s.isNumber,v=s.merge,b=s.pick;return s=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.maxPxSize=void 0,e.minPxSize=void 0,e.options=void 0,e.points=void 0,e.radii=void 0,e.yData=void 0,e.zData=void 0,e}return l(n,t),n.prototype.animate=function(t){!t&&this.points.length<this.options.animationLimit&&this.points.forEach((function(t){var e=t.graphic;e&&e.width&&(this.hasRendered||e.attr({x:t.plotX,y:t.plotY,width:1,height:1}),e.animate(this.markerAttribs(t),this.options.animation))}),this)},n.prototype.getRadii=function(){var t=this,e=this.zData,n=this.yData,i=[],r=this.chart.bubbleZExtremes,o=this.getPxExtremes(),a=o.minPxSize,s=o.maxPxSize;if(!r){var l,d=Number.MAX_VALUE,c=-Number.MAX_VALUE;this.chart.series.forEach((function(e){e.bubblePadding&&(e.visible||!t.chart.options.chart.ignoreHiddenSeries)&&(e=e.getZExtremes())&&(d=Math.min(d||e.zMin,e.zMin),c=Math.max(c||e.zMax,e.zMax),l=!0)})),l?(r={zMin:d,zMax:c},this.chart.bubbleZExtremes=r):r={zMin:0,zMax:0}}var u=0;for(o=e.length;u<o;u++){var h=e[u];i.push(this.getRadius(r.zMin,r.zMax,a,s,h,n[u]))}this.radii=i},n.prototype.getRadius=function(t,e,n,i,r,o){var a=this.options,s="width"!==a.sizeBy,l=a.zThreshold,d=e-t,c=.5;if(null===o||null===r)return null;if(m(r)){if(a.sizeByAbsoluteValue&&(r=Math.abs(r-l),d=Math.max(e-l,Math.abs(t-l)),t=0),r<t)return n/2-1;0<d&&(c=(r-t)/d)}return s&&0<=c&&(c=Math.sqrt(c)),Math.ceil(n+c*(i-n))/2},n.prototype.hasData=function(){return!!this.processedXData.length},n.prototype.pointAttribs=function(t,e){var n=this.options.marker.fillOpacity;return t=o.prototype.pointAttribs.call(this,t,e),1!==n&&(t.fill=d(t.fill).setOpacity(n).get("rgba")),t},n.prototype.translate=function(){t.prototype.translate.call(this),this.getRadii(),this.translateBubble()},n.prototype.translateBubble=function(){for(var t=this.data,e=this.radii,n=this.getPxExtremes().minPxSize,i=t.length;i--;){var r=t[i],o=e?e[i]:0;m(o)&&o>=n/2?(r.marker=g(r.marker,{radius:o,width:2*o,height:2*o}),r.dlBox={x:r.plotX-o,y:r.plotY-o,width:2*o,height:2*o}):r.shapeArgs=r.plotY=r.dlBox=void 0}},n.prototype.getPxExtremes=function(){var t=Math.min(this.chart.plotWidth,this.chart.plotHeight),e=function(e){if("string"==typeof e){var n=/%$/.test(e);e=parseInt(e,10)}return n?t*e/100:e},n=e(b(this.options.minSize,8));return{minPxSize:n,maxPxSize:e=Math.max(e(b(this.options.maxSize,"20%")),n)}},n.prototype.getZExtremes=function(){var t=this.options,e=(this.zData||[]).filter(m);if(e.length){var n=b(t.zMin,f(p(e),!1===t.displayNegative?t.zThreshold||0:-Number.MAX_VALUE,Number.MAX_VALUE));if(t=b(t.zMax,h(e)),m(n)&&m(t))return{zMin:n,zMax:t}}},n.compose=e.compose,n.defaultOptions=v(u.defaultOptions,{dataLabels:{formatter:function(){var t=this.series.chart.numberFormatter,e=this.point.z;return m(e)?t(e,-1):""},inside:!0,verticalAlign:"middle"},animationLimit:250,marker:{lineColor:null,lineWidth:1,fillOpacity:.5,radius:null,states:{hover:{radiusPlus:0}},symbol:"circle"},minSize:8,maxSize:"20%",softThreshold:!1,states:{hover:{halo:{size:5}}},tooltip:{pointFormat:"({point.x}, {point.y}), Size: {point.z}"},turboThreshold:0,zThreshold:0,zoneAxis:"z"}),n}(u),g(s.prototype,{alignDataLabel:r.prototype.alignDataLabel,applyZones:i,bubblePadding:!0,buildKDTree:i,directTouch:!0,isBubble:!0,pointArrayMap:["y","z"],pointClass:n,parallelArrays:["x","y","z"],trackerGroups:["group","dataLabelsGroup"],specialGroup:"group",zoneAxis:"z"}),c(s,"updatedData",(function(t){delete t.target.chart.bubbleZExtremes})),t.prototype.beforePadding=function(){var t,e=this,n=this.len,i=this.chart,r=0,o=n,a=this.isXAxis,s=a?"xData":"yData",l=this.min,d=this.max-l,c=n/d;this.series.forEach((function(n){if(n.bubblePadding&&(n.visible||!i.options.chart.ignoreHiddenSeries)){t=e.allowZoomOutside=!0;var u=n[s];if(a&&n.getRadii(0,0,n),0<d)for(var h=u.length;h--;)if(m(u[h])&&e.dataMin<=u[h]&&u[h]<=e.max){var p=n.radii&&n.radii[h]||0;r=Math.min((u[h]-l)*c-p,r),o=Math.max((u[h]-l)*c+p,o)}}})),t&&0<d&&!this.logarithmic&&(o-=n,c*=(n+Math.max(0,r)-Math.min(o,n))/n,[["min","userMin",r],["max","userMax",o]].forEach((function(t){void 0===b(e.options[t[0]],e[t[1]])&&(e[t[0]]+=t[2]/c)})))},a.registerSeriesType("bubble",s),s})),e(t,"Series/ColumnRange/ColumnRangePoint.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e){var n=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),i=t.seriesTypes;t=i.column.prototype.pointClass;var r=e.extend,o=e.isNumber;return e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.series=void 0,e.options=void 0,e.barX=void 0,e.pointWidth=void 0,e.shapeType=void 0,e}return n(e,t),e.prototype.isValid=function(){return o(this.low)},e}(i.arearange.prototype.pointClass),r(e.prototype,{setState:t.prototype.setState}),e})),e(t,"Series/ColumnRange/ColumnRangeSeries.js",[t["Series/ColumnRange/ColumnRangePoint.js"],t["Core/Globals.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();e=e.noop;var o=n.seriesTypes,a=o.arearange,s=o.column,l=s.prototype,d=a.prototype,c=i.clamp,u=i.merge,h=i.pick;i=i.extend;var p={pointRange:null,marker:null,states:{hover:{halo:!1}}};return o=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.points=void 0,e.options=void 0,e}return r(e,t),e.prototype.setOptions=function(){return u(!0,arguments[0],{stacking:void 0}),d.setOptions.apply(this,arguments)},e.prototype.translate=function(){var t,e,n=this,i=n.yAxis,r=n.xAxis,o=r.startAngleRad,a=n.chart,s=n.xAxis.isRadial,d=Math.max(a.chartWidth,a.chartHeight)+999;l.translate.apply(n),n.points.forEach((function(l){var u=l.shapeArgs||{},p=n.options.minPointLength;l.plotHigh=e=c(i.translate(l.high,0,1,0,1),-d,d),l.plotLow=c(l.plotY,-d,d);var f=e,g=h(l.rectPlotY,l.plotY)-e;Math.abs(g)<p?(g+=p-=g,f-=p/2):0>g&&(f-=g*=-1),s?(t=l.barX+o,l.shapeType="arc",l.shapeArgs=n.polarArc(f+g,f,t,t+l.pointWidth)):(u.height=g,u.y=f,p=void 0===(p=u.x)?0:p,u=void 0===(u=u.width)?0:u,l.tooltipPos=a.inverted?[i.len+i.pos-a.plotLeft-f-g/2,r.len+r.pos-a.plotTop-p-u/2,g]:[r.left-a.plotLeft+p+u/2,i.pos-a.plotTop+f+g/2,g])}))},e.prototype.crispCol=function(){return l.crispCol.apply(this,arguments)},e.prototype.drawPoints=function(){return l.drawPoints.apply(this,arguments)},e.prototype.drawTracker=function(){return l.drawTracker.apply(this,arguments)},e.prototype.getColumnMetrics=function(){return l.getColumnMetrics.apply(this,arguments)},e.prototype.pointAttribs=function(){return l.pointAttribs.apply(this,arguments)},e.prototype.adjustForMissingColumns=function(){return l.adjustForMissingColumns.apply(this,arguments)},e.prototype.animate=function(){return l.animate.apply(this,arguments)},e.prototype.translate3dPoints=function(){return l.translate3dPoints.apply(this,arguments)},e.prototype.translate3dShapes=function(){return l.translate3dShapes.apply(this,arguments)},e.defaultOptions=u(s.defaultOptions,a.defaultOptions,p),e}(a),i(o.prototype,{directTouch:!0,trackerGroups:["group","dataLabelsGroup"],drawGraph:e,getSymbol:e,polarArc:function(){return l.polarArc.apply(this,arguments)},pointClass:t}),n.registerSeriesType("columnrange",o),o})),e(t,"Series/ColumnPyramid/ColumnPyramidSeries.js",[t["Series/Column/ColumnSeries.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=t.prototype,o=n.clamp,a=n.merge,s=n.pick;return n=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return i(n,e),n.prototype.translate=function(){var t=this,e=t.chart,n=t.options,i=t.dense=2>t.closestPointRange*t.xAxis.transA;i=t.borderWidth=s(n.borderWidth,i?0:1);var a=t.yAxis,l=n.threshold,d=t.translatedThreshold=a.getThreshold(l),c=s(n.minPointLength,5),u=t.getColumnMetrics(),h=u.width,p=t.barW=Math.max(h,1+2*i),f=t.pointXOffset=u.offset;e.inverted&&(d-=.5),n.pointPadding&&(p=Math.ceil(p)),r.translate.apply(t),t.points.forEach((function(i){var r=s(i.yBottom,d),u=999+Math.abs(r),g=o(i.plotY,-u,a.len+u);u=i.plotX+f;var m,v=p/2,b=Math.min(g,r);r=Math.max(g,r)-b,i.barX=u,i.pointWidth=h,i.tooltipPos=e.inverted?[a.len+a.pos-e.plotLeft-g,t.xAxis.len-u-v,r]:[u+v,g+a.pos-e.plotTop,r],g=l+(i.total||i.y),"percent"===n.stacking&&(g=l+(0>i.y)?-100:100),g=a.toPixels(g,!0);var y=(m=e.plotHeight-g-(e.plotHeight-d))?v*(b-g)/m:0,x=m?v*(b+r-g)/m:0;m=u-y+v,y=u+y+v;var _=u+x+v;x=u-x+v;var O=b-c,w=b+r;0>i.y&&(O=b,w=b+r+c),e.inverted&&(x=v*(g-((_=a.width-b)-r))/(m=g-(a.width-d)),y=(m=u+v+(y=v*(g-_)/m))-2*y,_=u-x+v,x=u+x+v,O=b,w=b+r-c,0>i.y&&(w=b+r+c)),i.shapeType="path",i.shapeArgs={x:m,y:O,width:y-m,height:r,d:[["M",m,O],["L",y,O],["L",_,w],["L",x,w],["Z"]]}}))},n.defaultOptions=a(t.defaultOptions,{}),n}(t),e.registerSeriesType("columnpyramid",n),n})),e(t,"Series/ErrorBar/ErrorBarSeries.js",[t["Series/BoxPlot/BoxPlotSeries.js"],t["Series/Column/ColumnSeries.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=n.seriesTypes.arearange,a=i.merge;i=i.extend;var s=function(n){function i(){var t=null!==n&&n.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return r(i,n),i.prototype.getColumnMetrics=function(){return this.linkedParent&&this.linkedParent.columnMetrics||e.prototype.getColumnMetrics.call(this)},i.prototype.drawDataLabels=function(){var t=this.pointValKey;o&&(o.prototype.drawDataLabels.call(this),this.data.forEach((function(e){e.y=e[t]})))},i.prototype.toYData=function(t){return[t.low,t.high]},i.defaultOptions=a(t.defaultOptions,{color:"#000000",grouping:!1,linkedTo:":previous",tooltip:{pointFormat:'<span style="color:{point.color}">●</span> {series.name}: <b>{point.low}</b> - <b>{point.high}</b><br/>'},whiskerWidth:null}),i}(t);return i(s.prototype,{pointArrayMap:["low","high"],pointValKey:"high",doQuartiles:!1}),n.registerSeriesType("errorbar",s),s})),e(t,"Series/Gauge/GaugePoint.js",[t["Core/Series/SeriesRegistry.js"]],(function(t){var e=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();return function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.options=void 0,e.series=void 0,e.shapeArgs=void 0,e}return e(n,t),n.prototype.setState=function(t){this.state=t},n}(t.series.prototype.pointClass)})),e(t,"Series/Gauge/GaugeSeries.js",[t["Series/Gauge/GaugePoint.js"],t["Core/Globals.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();e=e.noop;var o=n.series,a=n.seriesTypes.column,s=i.clamp,l=i.isNumber,d=i.extend,c=i.merge,u=i.pick,h=i.pInt;return d((i=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.points=void 0,e.options=void 0,e.yAxis=void 0,e}return r(e,t),e.prototype.translate=function(){var t=this.yAxis,e=this.options,n=t.center;this.generatePoints(),this.points.forEach((function(i){var r=c(e.dial,i.dial),o=h(u(r.radius,"80%"))*n[2]/200,a=h(u(r.baseLength,"70%"))*o/100,d=h(u(r.rearLength,"10%"))*o/100,p=r.baseWidth||3,f=r.topWidth||1,g=e.overshoot,m=t.startAngleRad+t.translate(i.y,null,null,null,!0);(l(g)||!1===e.wrap)&&(g=l(g)?g/180*Math.PI:0,m=s(m,t.startAngleRad-g,t.endAngleRad+g)),m=180*m/Math.PI,i.shapeType="path",i.shapeArgs={d:r.path||[["M",-d,-p/2],["L",a,-p/2],["L",o,-f/2],["L",o,f/2],["L",a,p/2],["L",-d,p/2],["Z"]],translateX:n[0],translateY:n[1],rotation:m},i.plotX=n[0],i.plotY=n[1]}))},e.prototype.drawPoints=function(){var t=this,e=t.chart,n=t.yAxis.center,i=t.pivot,r=t.options,o=r.pivot,a=e.renderer;t.points.forEach((function(n){var i=n.graphic,o=n.shapeArgs,s=o.d,l=c(r.dial,n.dial);i?(i.animate(o),o.d=s):n.graphic=a[n.shapeType](o).attr({rotation:o.rotation,zIndex:1}).addClass("highcharts-dial").add(t.group),e.styledMode||n.graphic[i?"animate":"attr"]({stroke:l.borderColor||"none","stroke-width":l.borderWidth||0,fill:l.backgroundColor||"#000000"})})),i?i.animate({translateX:n[0],translateY:n[1]}):(t.pivot=a.circle(0,0,u(o.radius,5)).attr({zIndex:2}).addClass("highcharts-pivot").translate(n[0],n[1]).add(t.group),e.styledMode||t.pivot.attr({"stroke-width":o.borderWidth||0,stroke:o.borderColor||"#cccccc",fill:o.backgroundColor||"#000000"}))},e.prototype.animate=function(t){var e=this;t||e.points.forEach((function(t){var n=t.graphic;n&&(n.attr({rotation:180*e.yAxis.startAngleRad/Math.PI}),n.animate({rotation:t.shapeArgs.rotation},e.options.animation))}))},e.prototype.render=function(){this.group=this.plotGroup("group","series",this.visible?"visible":"hidden",this.options.zIndex,this.chart.seriesGroup),o.prototype.render.call(this),this.group.clip(this.chart.clipRect)},e.prototype.setData=function(t,e){o.prototype.setData.call(this,t,!1),this.processData(),this.generatePoints(),u(e,!0)&&this.chart.redraw()},e.prototype.hasData=function(){return!!this.points.length},e.defaultOptions=c(o.defaultOptions,{dataLabels:{borderColor:"#cccccc",borderRadius:3,borderWidth:1,crop:!1,defer:!1,enabled:!0,verticalAlign:"top",y:15,zIndex:2},dial:{},pivot:{},tooltip:{headerFormat:""},showInLegend:!1}),e}(o)).prototype,{angular:!0,directTouch:!0,drawGraph:e,drawTracker:a.prototype.drawTracker,fixedBox:!0,forceDL:!0,noSharedTooltip:!0,pointClass:t,trackerGroups:["group","dataLabelsGroup"]}),n.registerSeriesType("gauge",i),i})),e(t,"Series/PackedBubble/PackedBubblePoint.js",[t["Core/Chart/Chart.js"],t["Core/Series/Point.js"],t["Core/Series/SeriesRegistry.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();return function(n){function r(){var t=null!==n&&n.apply(this,arguments)||this;return t.degree=NaN,t.mass=NaN,t.radius=NaN,t.options=void 0,t.series=void 0,t.value=null,t}return i(r,n),r.prototype.destroy=function(){return this.series.layout&&this.series.layout.removeElementFromCollection(this,this.series.layout.nodes),e.prototype.destroy.apply(this,arguments)},r.prototype.firePointEvent=function(){var t=this.series.options;if(this.isParentNode&&t.parentNode){var n=t.allowPointSelect;t.allowPointSelect=t.parentNode.allowPointSelect,e.prototype.firePointEvent.apply(this,arguments),t.allowPointSelect=n}else e.prototype.firePointEvent.apply(this,arguments)},r.prototype.select=function(){var n=this.series.chart;this.isParentNode?(n.getSelectedPoints=n.getSelectedParentNodes,e.prototype.select.apply(this,arguments),n.getSelectedPoints=t.prototype.getSelectedPoints):e.prototype.select.apply(this,arguments)},r}(n.seriesTypes.bubble.prototype.pointClass)})),e(t,"Series/Networkgraph/DraggableNodes.js",[t["Core/Chart/Chart.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=n.addEvent;e.dragNodesMixin={onMouseDown:function(t,e){e=this.chart.pointer.normalize(e),t.fixedPosition={chartX:e.chartX,chartY:e.chartY,plotX:t.plotX,plotY:t.plotY},t.inDragMode=!0},onMouseMove:function(t,e){if(t.fixedPosition&&t.inDragMode){var n=this.chart,i=n.pointer.normalize(e);e=t.fixedPosition.chartX-i.chartX,i=t.fixedPosition.chartY-i.chartY;var r=void 0,o=void 0,a=n.graphLayoutsLookup;(5<Math.abs(e)||5<Math.abs(i))&&(r=t.fixedPosition.plotX-e,o=t.fixedPosition.plotY-i,n.isInsidePlot(r,o)&&(t.plotX=r,t.plotY=o,t.hasDragged=!0,this.redrawHalo(t),a.forEach((function(t){t.restartSimulation()}))))}},onMouseUp:function(t,e){t.fixedPosition&&(t.hasDragged&&(this.layout.enableSimulation?this.layout.start():this.chart.redraw()),t.inDragMode=t.hasDragged=!1,this.options.fixedDraggable||delete t.fixedPosition)},redrawHalo:function(t){t&&this.halo&&this.halo.attr({d:t.haloPath(this.options.states.hover.halo.size)})}},i(t,"load",(function(){var t,e,n,r=this;r.container&&(t=i(r.container,"mousedown",(function(t){var o=r.hoverPoint;o&&o.series&&o.series.hasDraggableNodes&&o.series.options.draggable&&(o.series.onMouseDown(o,t),e=i(r.container,"mousemove",(function(t){return o&&o.series&&o.series.onMouseMove(o,t)})),n=i(r.container.ownerDocument,"mouseup",(function(t){return e(),n(),o&&o.series&&o.series.onMouseUp(o,t)})))}))),i(r,"destroy",(function(){t()}))}))})),e(t,"Series/Networkgraph/Integrations.js",[t["Core/Globals.js"]],(function(t){t.networkgraphIntegrations={verlet:{attractiveForceFunction:function(t,e){return(e-t)/t},repulsiveForceFunction:function(t,e){return(e-t)/t*(e>t?1:0)},barycenter:function(){var t=this.options.gravitationalConstant,e=this.barycenter.xFactor,n=this.barycenter.yFactor;e=(e-(this.box.left+this.box.width)/2)*t,n=(n-(this.box.top+this.box.height)/2)*t,this.nodes.forEach((function(t){t.fixedPosition||(t.plotX-=e/t.mass/t.degree,t.plotY-=n/t.mass/t.degree)}))},repulsive:function(t,e,n){e=e*this.diffTemperature/t.mass/t.degree,t.fixedPosition||(t.plotX+=n.x*e,t.plotY+=n.y*e)},attractive:function(t,e,n){var i=t.getMass(),r=-n.x*e*this.diffTemperature;e=-n.y*e*this.diffTemperature,t.fromNode.fixedPosition||(t.fromNode.plotX-=r*i.fromNode/t.fromNode.degree,t.fromNode.plotY-=e*i.fromNode/t.fromNode.degree),t.toNode.fixedPosition||(t.toNode.plotX+=r*i.toNode/t.toNode.degree,t.toNode.plotY+=e*i.toNode/t.toNode.degree)},integrate:function(t,e){var n=-t.options.friction,i=t.options.maxSpeed,r=(e.plotX+e.dispX-e.prevX)*n;n*=e.plotY+e.dispY-e.prevY;var o=Math.abs,a=o(r)/(r||1);o=o(n)/(n||1),r=a*Math.min(i,Math.abs(r)),n=o*Math.min(i,Math.abs(n)),e.prevX=e.plotX+e.dispX,e.prevY=e.plotY+e.dispY,e.plotX+=r,e.plotY+=n,e.temperature=t.vectorLength({x:r,y:n})},getK:function(t){return Math.pow(t.box.width*t.box.height/t.nodes.length,.5)}},euler:{attractiveForceFunction:function(t,e){return t*t/e},repulsiveForceFunction:function(t,e){return e*e/t},barycenter:function(){var t=this.options.gravitationalConstant,e=this.barycenter.xFactor,n=this.barycenter.yFactor;this.nodes.forEach((function(i){if(!i.fixedPosition){var r=i.getDegree();r*=1+r/2,i.dispX+=(e-i.plotX)*t*r/i.degree,i.dispY+=(n-i.plotY)*t*r/i.degree}}))},repulsive:function(t,e,n,i){t.dispX+=n.x/i*e/t.degree,t.dispY+=n.y/i*e/t.degree},attractive:function(t,e,n,i){var r=t.getMass(),o=n.x/i*e;e*=n.y/i,t.fromNode.fixedPosition||(t.fromNode.dispX-=o*r.fromNode/t.fromNode.degree,t.fromNode.dispY-=e*r.fromNode/t.fromNode.degree),t.toNode.fixedPosition||(t.toNode.dispX+=o*r.toNode/t.toNode.degree,t.toNode.dispY+=e*r.toNode/t.toNode.degree)},integrate:function(t,e){e.dispX+=e.dispX*t.options.friction,e.dispY+=e.dispY*t.options.friction;var n=e.temperature=t.vectorLength({x:e.dispX,y:e.dispY});0!==n&&(e.plotX+=e.dispX/n*Math.min(Math.abs(e.dispX),t.temperature),e.plotY+=e.dispY/n*Math.min(Math.abs(e.dispY),t.temperature))},getK:function(t){return Math.pow(t.box.width*t.box.height/t.nodes.length,.3)}}}})),e(t,"Series/Networkgraph/QuadTree.js",[t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e){e=e.extend;var n=t.QuadTreeNode=function(t){this.box=t,this.boxSize=Math.min(t.width,t.height),this.nodes=[],this.body=this.isInternal=!1,this.isEmpty=!0};e(n.prototype,{insert:function(t,e){this.isInternal?this.nodes[this.getBoxPosition(t)].insert(t,e-1):(this.isEmpty=!1,this.body?e?(this.isInternal=!0,this.divideBox(),!0!==this.body&&(this.nodes[this.getBoxPosition(this.body)].insert(this.body,e-1),this.body=!0),this.nodes[this.getBoxPosition(t)].insert(t,e-1)):((e=new n({top:t.plotX,left:t.plotY,width:.1,height:.1})).body=t,e.isInternal=!1,this.nodes.push(e)):(this.isInternal=!1,this.body=t))},updateMassAndCenter:function(){var t=0,e=0,n=0;this.isInternal?(this.nodes.forEach((function(i){i.isEmpty||(t+=i.mass,e+=i.plotX*i.mass,n+=i.plotY*i.mass)})),e/=t,n/=t):this.body&&(t=this.body.mass,e=this.body.plotX,n=this.body.plotY),this.mass=t,this.plotX=e,this.plotY=n},divideBox:function(){var t=this.box.width/2,e=this.box.height/2;this.nodes[0]=new n({left:this.box.left,top:this.box.top,width:t,height:e}),this.nodes[1]=new n({left:this.box.left+t,top:this.box.top,width:t,height:e}),this.nodes[2]=new n({left:this.box.left+t,top:this.box.top+e,width:t,height:e}),this.nodes[3]=new n({left:this.box.left,top:this.box.top+e,width:t,height:e})},getBoxPosition:function(t){var e=t.plotY<this.box.top+this.box.height/2;return t.plotX<this.box.left+this.box.width/2?e?0:3:e?1:2}}),e((t=t.QuadTree=function(t,e,i,r){this.box={left:t,top:e,width:i,height:r},this.maxDepth=25,this.root=new n(this.box,"0"),this.root.isInternal=!0,this.root.isRoot=!0,this.root.divideBox()}).prototype,{insertNodes:function(t){t.forEach((function(t){this.root.insert(t,this.maxDepth)}),this)},visitNodeRecursive:function(t,e,n){var i;t||(t=this.root),t===this.root&&e&&(i=e(t)),!1!==i&&(t.nodes.forEach((function(t){if(t.isInternal){if(e&&(i=e(t)),!1===i)return;this.visitNodeRecursive(t,e,n)}else t.body&&e&&e(t.body);n&&n(t)}),this),t===this.root&&n&&n(t))},calculateMassAndCenter:function(){this.visitNodeRecursive(null,null,(function(t){t.updateMassAndCenter()}))}})})),e(t,"Series/Networkgraph/Layouts.js",[t["Core/Chart/Chart.js"],t["Core/Animation/AnimationUtilities.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=e.setAnimation;e=i.addEvent;var o=i.clamp,a=i.defined,s=i.extend,l=i.isFunction,d=i.pick;n.layouts={"reingold-fruchterman":function(){}},s(n.layouts["reingold-fruchterman"].prototype,{init:function(t){this.options=t,this.nodes=[],this.links=[],this.series=[],this.box={x:0,y:0,width:0,height:0},this.setInitialRendering(!0),this.integration=n.networkgraphIntegrations[t.integration],this.enableSimulation=t.enableSimulation,this.attractiveForce=d(t.attractiveForce,this.integration.attractiveForceFunction),this.repulsiveForce=d(t.repulsiveForce,this.integration.repulsiveForceFunction),this.approximation=t.approximation},updateSimulation:function(t){this.enableSimulation=d(t,this.options.enableSimulation)},start:function(){var t=this.series,e=this.options;this.currentStep=0,this.forces=t[0]&&t[0].forces||[],this.chart=t[0]&&t[0].chart,this.initialRendering&&(this.initPositions(),t.forEach((function(t){t.finishedAnimating=!0,t.render()}))),this.setK(),this.resetSimulation(e),this.enableSimulation&&this.step()},step:function(){var t=this,e=this.series;t.currentStep++,"barnes-hut"===t.approximation&&(t.createQuadTree(),t.quadTree.calculateMassAndCenter()),t.forces.forEach((function(e){t[e+"Forces"](t.temperature)})),t.applyLimits(t.temperature),t.temperature=t.coolDown(t.startTemperature,t.diffTemperature,t.currentStep),t.prevSystemTemperature=t.systemTemperature,t.systemTemperature=t.getSystemTemperature(),t.enableSimulation&&(e.forEach((function(t){t.chart&&t.render()})),t.maxIterations--&&isFinite(t.temperature)&&!t.isStable()?(t.simulation&&n.win.cancelAnimationFrame(t.simulation),t.simulation=n.win.requestAnimationFrame((function(){t.step()}))):t.simulation=!1)},stop:function(){this.simulation&&n.win.cancelAnimationFrame(this.simulation)},setArea:function(t,e,n,i){this.box={left:t,top:e,width:n,height:i}},setK:function(){this.k=this.options.linkLength||this.integration.getK(this)},addElementsToCollection:function(t,e){t.forEach((function(t){-1===e.indexOf(t)&&e.push(t)}))},removeElementFromCollection:function(t,e){-1!==(t=e.indexOf(t))&&e.splice(t,1)},clear:function(){this.nodes.length=0,this.links.length=0,this.series.length=0,this.resetSimulation()},resetSimulation:function(){this.forcedStop=!1,this.systemTemperature=0,this.setMaxIterations(),this.setTemperature(),this.setDiffTemperature()},restartSimulation:function(){this.simulation?this.resetSimulation():(this.setInitialRendering(!1),this.enableSimulation?this.start():this.setMaxIterations(1),this.chart&&this.chart.redraw(),this.setInitialRendering(!0))},setMaxIterations:function(t){this.maxIterations=d(t,this.options.maxIterations)},setTemperature:function(){this.temperature=this.startTemperature=Math.sqrt(this.nodes.length)},setDiffTemperature:function(){this.diffTemperature=this.startTemperature/(this.options.maxIterations+1)},setInitialRendering:function(t){this.initialRendering=t},createQuadTree:function(){this.quadTree=new n.QuadTree(this.box.left,this.box.top,this.box.width,this.box.height),this.quadTree.insertNodes(this.nodes)},initPositions:function(){var t=this.options.initialPositions;l(t)?(t.call(this),this.nodes.forEach((function(t){a(t.prevX)||(t.prevX=t.plotX),a(t.prevY)||(t.prevY=t.plotY),t.dispX=0,t.dispY=0}))):"circle"===t?this.setCircularPositions():this.setRandomPositions()},setCircularPositions:function(){var t=this.box,e=this.nodes,n=2*Math.PI/(e.length+1),i=e.filter((function(t){return 0===t.linksTo.length})),r=[],o={},a=this.options.initialPositionRadius;i.forEach((function(t){r.push(t),function t(e){e.linksFrom.forEach((function(e){o[e.toNode.id]||(o[e.toNode.id]=!0,r.push(e.toNode),t(e.toNode))}))}(t)})),r.length?e.forEach((function(t){-1===r.indexOf(t)&&r.push(t)})):r=e,r.forEach((function(e,i){e.plotX=e.prevX=d(e.plotX,t.width/2+a*Math.cos(i*n)),e.plotY=e.prevY=d(e.plotY,t.height/2+a*Math.sin(i*n)),e.dispX=0,e.dispY=0}))},setRandomPositions:function(){function t(t){return(t=t*t/Math.PI)-Math.floor(t)}var e=this.box,n=this.nodes,i=n.length+1;n.forEach((function(n,r){n.plotX=n.prevX=d(n.plotX,e.width*t(r)),n.plotY=n.prevY=d(n.plotY,e.height*t(i+r)),n.dispX=0,n.dispY=0}))},force:function(t){this.integration[t].apply(this,Array.prototype.slice.call(arguments,1))},barycenterForces:function(){this.getBarycenter(),this.force("barycenter")},getBarycenter:function(){var t=0,e=0,n=0;return this.nodes.forEach((function(i){e+=i.plotX*i.mass,n+=i.plotY*i.mass,t+=i.mass})),this.barycenter={x:e,y:n,xFactor:e/t,yFactor:n/t}},barnesHutApproximation:function(t,e){var n=this.getDistXY(t,e),i=this.vectorLength(n);if(t!==e&&0!==i)if(e.isInternal)if(e.boxSize/i<this.options.theta&&0!==i){var r=this.repulsiveForce(i,this.k);this.force("repulsive",t,r*e.mass,n,i);var o=!1}else o=!0;else r=this.repulsiveForce(i,this.k),this.force("repulsive",t,r*e.mass,n,i);return o},repulsiveForces:function(){var t=this;"barnes-hut"===t.approximation?t.nodes.forEach((function(e){t.quadTree.visitNodeRecursive(null,(function(n){return t.barnesHutApproximation(e,n)}))})):t.nodes.forEach((function(e){t.nodes.forEach((function(n){if(e!==n&&!e.fixedPosition){var i=t.getDistXY(e,n),r=t.vectorLength(i);if(0!==r){var o=t.repulsiveForce(r,t.k);t.force("repulsive",e,o*n.mass,i,r)}}}))}))},attractiveForces:function(){var t,e,n,i=this;i.links.forEach((function(r){r.fromNode&&r.toNode&&(t=i.getDistXY(r.fromNode,r.toNode),0!==(e=i.vectorLength(t))&&(n=i.attractiveForce(e,i.k),i.force("attractive",r,n,t,e)))}))},applyLimits:function(){var t=this;t.nodes.forEach((function(e){e.fixedPosition||(t.integration.integrate(t,e),t.applyLimitBox(e,t.box),e.dispX=0,e.dispY=0)}))},applyLimitBox:function(t,e){var n=t.radius;t.plotX=o(t.plotX,e.left+n,e.width-n),t.plotY=o(t.plotY,e.top+n,e.height-n)},coolDown:function(t,e,n){return t-e*n},isStable:function(){return 1e-5>Math.abs(this.systemTemperature-this.prevSystemTemperature)||0>=this.temperature},getSystemTemperature:function(){return this.nodes.reduce((function(t,e){return t+e.temperature}),0)},vectorLength:function(t){return Math.sqrt(t.x*t.x+t.y*t.y)},getDistR:function(t,e){return t=this.getDistXY(t,e),this.vectorLength(t)},getDistXY:function(t,e){var n=t.plotX-e.plotX;return{x:n,y:t=t.plotY-e.plotY,absX:Math.abs(n),absY:Math.abs(t)}}}),e(t,"predraw",(function(){this.graphLayoutsLookup&&this.graphLayoutsLookup.forEach((function(t){t.stop()}))})),e(t,"render",(function(){function t(t){t.maxIterations--&&isFinite(t.temperature)&&!t.isStable()&&!t.enableSimulation&&(t.beforeStep&&t.beforeStep(),t.step(),n=!1,e=!0)}var e=!1;if(this.graphLayoutsLookup){for(r(!1,this),this.graphLayoutsLookup.forEach((function(t){t.start()}));!n;){var n=!0;this.graphLayoutsLookup.forEach(t)}e&&this.series.forEach((function(t){t&&t.layout&&t.render()}))}})),e(t,"beforePrint",(function(){this.graphLayoutsLookup&&(this.graphLayoutsLookup.forEach((function(t){t.updateSimulation(!1)})),this.redraw())})),e(t,"afterPrint",(function(){this.graphLayoutsLookup&&this.graphLayoutsLookup.forEach((function(t){t.updateSimulation()})),this.redraw()}))})),e(t,"Series/PackedBubble/PackedBubbleComposition.js",[t["Core/Chart/Chart.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=e.layouts["reingold-fruchterman"],r=n.addEvent,o=n.extendClass,a=n.pick;t.prototype.getSelectedParentNodes=function(){var t=[];return this.series.forEach((function(e){e.parentNode&&e.parentNode.selected&&t.push(e.parentNode)})),t},e.networkgraphIntegrations.packedbubble={repulsiveForceFunction:function(t,e,n,i){return Math.min(t,(n.marker.radius+i.marker.radius)/2)},barycenter:function(){var t,e,n=this,i=n.options.gravitationalConstant,r=n.box,o=n.nodes;o.forEach((function(a){n.options.splitSeries&&!a.isParentNode?(t=a.series.parentNode.plotX,e=a.series.parentNode.plotY):(t=r.width/2,e=r.height/2),a.fixedPosition||(a.plotX-=(a.plotX-t)*i/(a.mass*Math.sqrt(o.length)),a.plotY-=(a.plotY-e)*i/(a.mass*Math.sqrt(o.length)))}))},repulsive:function(t,e,n,i){var r=e*this.diffTemperature/t.mass/t.degree;e=n.x*r,n=n.y*r,t.fixedPosition||(t.plotX+=e,t.plotY+=n),i.fixedPosition||(i.plotX-=e,i.plotY-=n)},integrate:e.networkgraphIntegrations.verlet.integrate,getK:e.noop},e.layouts.packedbubble=o(i,{beforeStep:function(){this.options.marker&&this.series.forEach((function(t){t&&t.calculateParentRadius()}))},isStable:function(){var t=Math.abs(this.prevSystemTemperature-this.systemTemperature);return 1>Math.abs(10*this.systemTemperature/Math.sqrt(this.nodes.length))&&1e-5>t||0>=this.temperature},setCircularPositions:function(){var t,e,n=this,i=n.box,r=n.nodes,o=2*Math.PI/(r.length+1),s=n.options.initialPositionRadius;r.forEach((function(r,l){n.options.splitSeries&&!r.isParentNode?(t=r.series.parentNode.plotX,e=r.series.parentNode.plotY):(t=i.width/2,e=i.height/2),r.plotX=r.prevX=a(r.plotX,t+s*Math.cos(r.index||l*o)),r.plotY=r.prevY=a(r.plotY,e+s*Math.sin(r.index||l*o)),r.dispX=0,r.dispY=0}))},repulsiveForces:function(){var t,e,n,i=this,r=i.options.bubblePadding;i.nodes.forEach((function(o){o.degree=o.mass,o.neighbours=0,i.nodes.forEach((function(a){t=0,o===a||o.fixedPosition||!i.options.seriesInteraction&&o.series!==a.series||(n=i.getDistXY(o,a),0>(e=i.vectorLength(n)-(o.marker.radius+a.marker.radius+r))&&(o.degree+=.01,o.neighbours++,t=i.repulsiveForce(-e/Math.sqrt(o.neighbours),i.k,o,a)),i.force("repulsive",o,t*a.mass,n,a,e))}))}))},applyLimitBox:function(t){if(this.options.splitSeries&&!t.isParentNode&&this.options.parentNodeLimit){var e=this.getDistXY(t,t.series.parentNode),n=t.series.parentNodeRadius-t.marker.radius-this.vectorLength(e);0>n&&n>-2*t.marker.radius&&(t.plotX-=.01*e.x,t.plotY-=.01*e.y)}i.prototype.applyLimitBox.apply(this,arguments)}}),r(t,"beforeRedraw",(function(){this.allDataPoints&&delete this.allDataPoints}))})),e(t,"Series/PackedBubble/PackedBubbleSeries.js",[t["Core/Color/Color.js"],t["Core/Globals.js"],t["Series/PackedBubble/PackedBubblePoint.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r){var o=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),a=t.parse,s=i.series,l=i.seriesTypes.bubble,d=r.addEvent,c=r.clamp,u=r.defined,h=r.extend,p=r.fireEvent,f=r.isArray,g=r.isNumber,m=r.merge,v=r.pick,b=e.dragNodesMixin;return t=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.chart=void 0,e.data=void 0,e.layout=void 0,e.options=void 0,e.points=void 0,e.xData=void 0,e}return o(n,t),n.prototype.accumulateAllPoints=function(t){var e,n,i=t.chart,r=[];for(e=0;e<i.series.length;e++)if((t=i.series[e]).is("packedbubble")&&t.visible||!i.options.chart.ignoreHiddenSeries)for(n=0;n<t.yData.length;n++)r.push([null,null,t.yData[n],t.index,n,{id:n,marker:{radius:0}}]);return r},n.prototype.addLayout=function(){var t=this.options.layoutAlgorithm,n=this.chart.graphLayoutsStorage,i=this.chart.graphLayoutsLookup,r=this.chart.options.chart;n||(this.chart.graphLayoutsStorage=n={},this.chart.graphLayoutsLookup=i=[]);var o=n[t.type];o||(t.enableSimulation=u(r.forExport)?!r.forExport:t.enableSimulation,n[t.type]=o=new e.layouts[t.type],o.init(t),i.splice(o.index,0,o)),this.layout=o,this.points.forEach((function(t){t.mass=2,t.degree=1,t.collisionNmb=1})),o.setArea(0,0,this.chart.plotWidth,this.chart.plotHeight),o.addElementsToCollection([this],o.series),o.addElementsToCollection(this.points,o.nodes)},n.prototype.addSeriesLayout=function(){var t=this.options.layoutAlgorithm,n=this.chart.graphLayoutsStorage,i=this.chart.graphLayoutsLookup,r=m(t,t.parentNodeOptions,{enableSimulation:this.layout.options.enableSimulation}),o=n[t.type+"-series"];o||(n[t.type+"-series"]=o=new e.layouts[t.type],o.init(r),i.splice(o.index,0,o)),this.parentNodeLayout=o,this.createParentNodes()},n.prototype.calculateParentRadius=function(){var t=this.seriesBox();this.parentNodeRadius=c(Math.sqrt(2*this.parentNodeMass/Math.PI)+20,20,t?Math.max(Math.sqrt(Math.pow(t.width,2)+Math.pow(t.height,2))/2+20,20):Math.sqrt(2*this.parentNodeMass/Math.PI)+20),this.parentNode&&(this.parentNode.marker.radius=this.parentNode.radius=this.parentNodeRadius)},n.prototype.calculateZExtremes=function(){var t=this.options.zMin,e=this.options.zMax,n=1/0,i=-1/0;return t&&e?[t,e]:(this.chart.series.forEach((function(t){t.yData.forEach((function(t){u(t)&&(t>i&&(i=t),t<n&&(n=t))}))})),[t=v(t,n),e=v(e,i)])},n.prototype.checkOverlap=function(t,e){var n=t[0]-e[0],i=t[1]-e[1];return-.001>Math.sqrt(n*n+i*i)-Math.abs(t[2]+e[2])},n.prototype.createParentNodes=function(){var t,e=this,n=e.chart,i=e.parentNodeLayout,r=e.parentNode,o=e.pointClass,s=e.layout.options,l={radius:e.parentNodeRadius,lineColor:e.color,fillColor:a(e.color).brighten(.4).get()};s.parentNodeOptions&&(l=m(s.parentNodeOptions.marker||{},l)),e.parentNodeMass=0,e.points.forEach((function(t){e.parentNodeMass+=Math.PI*Math.pow(t.marker.radius,2)})),e.calculateParentRadius(),i.nodes.forEach((function(n){n.seriesIndex===e.index&&(t=!0)})),i.setArea(0,0,n.plotWidth,n.plotHeight),t||(r||(r=(new o).init(this,{mass:e.parentNodeRadius/2,marker:l,dataLabels:{inside:!1},states:{normal:{marker:l},hover:{marker:l}},dataLabelOnNull:!0,degree:e.parentNodeRadius,isParentNode:!0,seriesIndex:e.index})),e.parentNode&&(r.plotX=e.parentNode.plotX,r.plotY=e.parentNode.plotY),e.parentNode=r,i.addElementsToCollection([e],i.series),i.addElementsToCollection([r],i.nodes))},n.prototype.deferLayout=function(){var t=this.options.layoutAlgorithm;this.visible&&(this.addLayout(),t.splitSeries&&this.addSeriesLayout())},n.prototype.destroy=function(){this.chart.graphLayoutsLookup&&this.chart.graphLayoutsLookup.forEach((function(t){t.removeElementFromCollection(this,t.series)}),this),this.parentNode&&this.parentNodeLayout&&(this.parentNodeLayout.removeElementFromCollection(this.parentNode,this.parentNodeLayout.nodes),this.parentNode.dataLabel&&(this.parentNode.dataLabel=this.parentNode.dataLabel.destroy())),s.prototype.destroy.apply(this,arguments)},n.prototype.drawDataLabels=function(){var t=this.options.dataLabels.textPath,e=this.points;s.prototype.drawDataLabels.apply(this,arguments),this.parentNode&&(this.parentNode.formatPrefix="parentNode",this.points=[this.parentNode],this.options.dataLabels.textPath=this.options.dataLabels.parentNodeTextPath,s.prototype.drawDataLabels.apply(this,arguments),this.points=e,this.options.dataLabels.textPath=t)},n.prototype.drawGraph=function(){if(this.layout&&this.layout.options.splitSeries){var t=this.chart,e=this.layout.options.parentNodeOptions.marker,n={fill:e.fillColor||a(this.color).brighten(.4).get(),opacity:e.fillOpacity,stroke:e.lineColor||this.color,"stroke-width":v(e.lineWidth,this.options.lineWidth)};this.parentNodesGroup||(this.parentNodesGroup=this.plotGroup("parentNodesGroup","parentNode",this.visible?"inherit":"hidden",.1,t.seriesGroup),this.group.attr({zIndex:2})),this.calculateParentRadius(),e=m({x:this.parentNode.plotX-this.parentNodeRadius,y:this.parentNode.plotY-this.parentNodeRadius,width:2*this.parentNodeRadius,height:2*this.parentNodeRadius},n),this.parentNode.graphic||(this.graph=this.parentNode.graphic=t.renderer.symbol(n.symbol).add(this.parentNodesGroup)),this.parentNode.graphic.attr(e)}},n.prototype.drawTracker=function(){var e=this.parentNode;if(t.prototype.drawTracker.call(this),e){var n=f(e.dataLabels)?e.dataLabels:e.dataLabel?[e.dataLabel]:[];e.graphic&&(e.graphic.element.point=e),n.forEach((function(t){t.div?t.div.point=e:t.element.point=e}))}},n.prototype.getPointRadius=function(){var t,e,n,i,r=this,o=r.chart,a=r.options,s=a.useSimulation,l=Math.min(o.plotWidth,o.plotHeight),d={},u=[],h=o.allDataPoints;["minSize","maxSize"].forEach((function(t){var e=parseInt(a[t],10),n=/%$/.test(a[t]);d[t]=n?l*e/100:e*Math.sqrt(h.length)})),o.minRadius=t=d.minSize/Math.sqrt(h.length),o.maxRadius=e=d.maxSize/Math.sqrt(h.length);var p=s?r.calculateZExtremes():[t,e];(h||[]).forEach((function(o,a){n=s?c(o[2],p[0],p[1]):o[2],0===(i=r.getRadius(p[0],p[1],t,e,n))&&(i=null),h[a][2]=i,u.push(i)})),r.radii=u},n.prototype.init=function(){return s.prototype.init.apply(this,arguments),this.eventsToUnbind.push(d(this,"updatedData",(function(){this.chart.series.forEach((function(t){t.type===this.type&&(t.isDirty=!0)}),this)}))),this},n.prototype.onMouseUp=function(t){if(t.fixedPosition&&!t.removed){var e,n=this.layout,i=this.parentNodeLayout;i&&n.options.dragBetweenSeries&&i.nodes.forEach((function(i){t&&t.marker&&i!==t.series.parentNode&&(e=n.getDistXY(t,i),0>n.vectorLength(e)-i.marker.radius-t.marker.radius&&(i.series.addPoint(m(t.options,{plotX:t.plotX,plotY:t.plotY}),!1),n.removeElementFromCollection(t,n.nodes),t.remove()))})),b.onMouseUp.apply(this,arguments)}},n.prototype.placeBubbles=function(t){var e,n=this.checkOverlap,i=this.positionBubble,r=[],o=1,a=0,s=0,l=[];if((t=t.sort((function(t,e){return e[2]-t[2]}))).length){if(r.push([[0,0,t[0][2],t[0][3],t[0][4]]]),1<t.length)for(r.push([[0,0-t[1][2]-t[0][2],t[1][2],t[1][3],t[1][4]]]),e=2;e<t.length;e++)t[e][2]=t[e][2]||1,n(l=i(r[o][a],r[o-1][s],t[e]),r[o][0])?(r.push([]),s=0,r[o+1].push(i(r[o][a],r[o][0],t[e])),o++,a=0):1<o&&r[o-1][s+1]&&n(l,r[o-1][s+1])?(s++,r[o].push(i(r[o][a],r[o-1][s],t[e])),a++):(a++,r[o].push(l));this.chart.stages=r,this.chart.rawPositions=[].concat.apply([],r),this.resizeRadius(),l=this.chart.rawPositions}return l},n.prototype.pointAttribs=function(t,e){var n=this.options,i=n.marker;return t&&t.isParentNode&&n.layoutAlgorithm&&n.layoutAlgorithm.parentNodeOptions&&(i=n.layoutAlgorithm.parentNodeOptions.marker),n=i.fillOpacity,t=s.prototype.pointAttribs.call(this,t,e),1!==n&&(t["fill-opacity"]=n),t},n.prototype.positionBubble=function(t,e,n){var i=Math.sqrt,r=Math.asin,o=Math.acos,a=Math.pow,s=Math.abs;return i=i(a(t[0]-e[0],2)+a(t[1]-e[1],2)),o=o((a(i,2)+a(n[2]+e[2],2)-a(n[2]+t[2],2))/(2*(n[2]+e[2])*i)),r=r(s(t[0]-e[0])/i),t=(0>t[1]-e[1]?0:Math.PI)+o+r*(0>(t[0]-e[0])*(t[1]-e[1])?1:-1),[e[0]+(e[2]+n[2])*Math.sin(t),e[1]-(e[2]+n[2])*Math.cos(t),n[2],n[3],n[4]]},n.prototype.render=function(){var t=[];s.prototype.render.apply(this,arguments),this.options.dataLabels.allowOverlap||(this.data.forEach((function(e){f(e.dataLabels)&&e.dataLabels.forEach((function(e){t.push(e)}))})),this.options.useSimulation&&this.chart.hideOverlappingLabels(t))},n.prototype.resizeRadius=function(){var t,e,n,i=this.chart,r=i.rawPositions,o=Math.min,a=Math.max,s=i.plotLeft,l=i.plotTop,d=i.plotHeight,c=i.plotWidth,u=t=Number.POSITIVE_INFINITY,h=e=Number.NEGATIVE_INFINITY;for(n=0;n<r.length;n++){var p=r[n][2];u=o(u,r[n][0]-p),h=a(h,r[n][0]+p),t=o(t,r[n][1]-p),e=a(e,r[n][1]+p)}if(n=[h-u,e-t],o=o.apply([],[(c-s)/n[0],(d-l)/n[1]]),1e-10<Math.abs(o-1)){for(n=0;n<r.length;n++)r[n][2]*=o;this.placeBubbles(r)}else i.diffY=d/2+l-t-(e-t)/2,i.diffX=c/2+s-u-(h-u)/2},n.prototype.seriesBox=function(){var t,e=this.chart,n=Math.max,i=Math.min,r=[e.plotLeft,e.plotLeft+e.plotWidth,e.plotTop,e.plotTop+e.plotHeight];return this.data.forEach((function(e){u(e.plotX)&&u(e.plotY)&&e.marker.radius&&(t=e.marker.radius,r[0]=i(r[0],e.plotX-t),r[1]=n(r[1],e.plotX+t),r[2]=i(r[2],e.plotY-t),r[3]=n(r[3],e.plotY+t))})),g(r.width/r.height)?r:null},n.prototype.setVisible=function(){var t=this;s.prototype.setVisible.apply(t,arguments),t.parentNodeLayout&&t.graph?t.visible?(t.graph.show(),t.parentNode.dataLabel&&t.parentNode.dataLabel.show()):(t.graph.hide(),t.parentNodeLayout.removeElementFromCollection(t.parentNode,t.parentNodeLayout.nodes),t.parentNode.dataLabel&&t.parentNode.dataLabel.hide()):t.layout&&(t.visible?t.layout.addElementsToCollection(t.points,t.layout.nodes):t.points.forEach((function(e){t.layout.removeElementFromCollection(e,t.layout.nodes)})))},n.prototype.translate=function(){var t,e=this.chart,n=this.data,i=this.index,r=this.options.useSimulation;if(this.processedXData=this.xData,this.generatePoints(),u(e.allDataPoints)||(e.allDataPoints=this.accumulateAllPoints(this),this.getPointRadius()),r)var o=e.allDataPoints;else o=this.placeBubbles(e.allDataPoints),this.options.draggable=!1;for(t=0;t<o.length;t++)if(o[t][3]===i){var a=n[o[t][4]],s=v(o[t][2],void 0);r||(a.plotX=o[t][0]-e.plotLeft+e.diffX,a.plotY=o[t][1]-e.plotTop+e.diffY),g(s)&&(a.marker=h(a.marker,{radius:s,width:2*s,height:2*s}),a.radius=s)}r&&this.deferLayout(),p(this,"afterTranslate")},n.defaultOptions=m(l.defaultOptions,{minSize:"10%",maxSize:"50%",sizeBy:"area",zoneAxis:"y",crisp:!1,tooltip:{pointFormat:"Value: {point.value}"},draggable:!0,useSimulation:!0,parentNode:{allowPointSelect:!1},dataLabels:{formatter:function(){var t=this.series.chart.numberFormatter,e=this.point.value;return g(e)?t(e,-1):""},parentNodeFormatter:function(){return this.name},parentNodeTextPath:{enabled:!0},padding:0,style:{transition:"opacity 2000ms"}},layoutAlgorithm:{initialPositions:"circle",initialPositionRadius:20,bubblePadding:5,parentNodeLimit:!1,seriesInteraction:!0,dragBetweenSeries:!1,parentNodeOptions:{maxIterations:400,gravitationalConstant:.03,maxSpeed:50,initialPositionRadius:100,seriesInteraction:!0,marker:{fillColor:null,fillOpacity:1,lineWidth:null,lineColor:null,symbol:"circle"}},enableSimulation:!0,type:"packedbubble",integration:"packedbubble",maxIterations:1e3,splitSeries:!1,maxSpeed:5,gravitationalConstant:.01,friction:-.981}}),n}(l),h(t.prototype,{alignDataLabel:s.prototype.alignDataLabel,axisTypes:[],directTouch:!0,forces:["barycenter","repulsive"],hasDraggableNodes:!0,isCartesian:!1,noSharedTooltip:!0,onMouseDown:b.onMouseDown,onMouseMove:b.onMouseMove,pointArrayMap:["value"],pointClass:n,pointValKey:"value",redrawHalo:b.redrawHalo,requireSorting:!1,searchPoint:e.noop,trackerGroups:["group","dataLabelsGroup","parentNodesGroup"]}),i.registerSeriesType("packedbubble",t),t})),e(t,"Series/Polygon/PolygonSeries.js",[t["Core/Globals.js"],t["Core/Legend/LegendSymbol.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();t=t.noop;var o=n.series,a=n.seriesTypes,s=a.area,l=a.line,d=a.scatter;a=i.extend;var c=i.merge;return a((i=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return r(e,t),e.prototype.getGraphPath=function(){for(var t=l.prototype.getGraphPath.call(this),e=t.length+1;e--;)(e===t.length||"M"===t[e][0])&&0<e&&t.splice(e,0,["Z"]);return this.areaPath=t},e.prototype.drawGraph=function(){this.options.fillColor=this.color,s.prototype.drawGraph.call(this)},e.defaultOptions=c(d.defaultOptions,{marker:{enabled:!1,states:{hover:{enabled:!1}}},stickyTracking:!1,tooltip:{followPointer:!0,pointFormat:""},trackByArea:!0}),e}(d)).prototype,{type:"polygon",drawLegendSymbol:e.drawRectangle,drawTracker:o.prototype.drawTracker,setStackedPoints:t}),n.registerSeriesType("polygon",i),i})),e(t,"Core/Axis/WaterfallAxis.js",[t["Extensions/Stacking.js"],t["Core/Utilities.js"]],(function(t,e){var n,i=e.addEvent,r=e.objectEach;return function(e){function n(){var t=this.waterfall.stacks;t&&(t.changed=!1,delete t.alreadyChanged)}function o(){var t=this.options.stackLabels;t&&t.enabled&&this.waterfall.stacks&&this.waterfall.renderStackTotals()}function a(){for(var t=this.axes,e=this.series,n=e.length;n--;)e[n].options.stacking&&(t.forEach((function(t){t.isXAxis||(t.waterfall.stacks.changed=!0)})),n=0)}function s(){this.waterfall||(this.waterfall=new l(this))}var l=function(){function e(t){this.axis=t,this.stacks={changed:!1}}return e.prototype.renderStackTotals=function(){var e=this.axis,n=e.waterfall.stacks,i=e.stacking&&e.stacking.stackTotalGroup,o=new t(e,e.options.stackLabels,!1,0,void 0);this.dummyStackItem=o,r(n,(function(e){r(e,(function(e){o.total=e.stackTotal,e.label&&(o.label=e.label),t.prototype.render.call(o,i),e.label=o.label,delete o.label}))})),o.total=null},e}();e.Composition=l,e.compose=function(t,e){i(t,"init",s),i(t,"afterBuildStacks",n),i(t,"afterRender",o),i(e,"beforeRedraw",a)}}(n||(n={})),n})),e(t,"Series/Waterfall/WaterfallPoint.js",[t["Series/Column/ColumnSeries.js"],t["Core/Series/Point.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=n.isNumber;return function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.options=void 0,e.series=void 0,e}return i(n,t),n.prototype.getClassName=function(){var t=e.prototype.getClassName.call(this);return this.isSum?t+=" highcharts-sum":this.isIntermediateSum&&(t+=" highcharts-intermediate-sum"),t},n.prototype.isValid=function(){return r(this.y)||this.isSum||!!this.isIntermediateSum},n}(t.prototype.pointClass)})),e(t,"Series/Waterfall/WaterfallSeries.js",[t["Core/Axis/Axis.js"],t["Core/Chart/Chart.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"],t["Core/Axis/WaterfallAxis.js"],t["Series/Waterfall/WaterfallPoint.js"]],(function(t,e,n,i,r,o){var a=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),s=n.seriesTypes,l=s.column,d=s.line,c=i.arrayMax,u=i.arrayMin,h=i.correctFloat;s=i.extend;var p=i.isNumber,f=i.merge,g=i.objectEach,m=i.pick;return i=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.chart=void 0,e.data=void 0,e.options=void 0,e.points=void 0,e.stackedYNeg=void 0,e.stackedYPos=void 0,e.stackKey=void 0,e.xData=void 0,e.yAxis=void 0,e.yData=void 0,e}return a(e,t),e.prototype.generatePoints=function(){var t;l.prototype.generatePoints.apply(this);var e=0;for(t=this.points.length;e<t;e++){var n=this.points[e],i=this.processedYData[e];(n.isIntermediateSum||n.isSum)&&(n.y=h(i))}},e.prototype.translate=function(){var t=this.options,e=this.yAxis,n=m(t.minPointLength,5),i=n/2,r=t.threshold||0,o=r,a=r;t=t.stacking;var s=e.waterfall.stacks[this.stackKey];l.prototype.translate.apply(this);for(var d=this.points,c=0;c<d.length;c++){var u=d[c],h=this.processedYData[c],f=u.shapeArgs;if(f&&p(h)){var g=[0,h],v=u.y;if(t){if(s){if(g=s[c],"overlap"===t){var b=g.stackState[g.stateIndex--];b=0<=v?b:b-v,Object.hasOwnProperty.call(g,"absolutePos")&&delete g.absolutePos,Object.hasOwnProperty.call(g,"absoluteNeg")&&delete g.absoluteNeg}else 0<=v?(b=g.threshold+g.posTotal,g.posTotal-=v):(b=g.threshold+g.negTotal,g.negTotal-=v,b-=v),!g.posTotal&&Object.hasOwnProperty.call(g,"absolutePos")&&(g.posTotal=g.absolutePos,delete g.absolutePos),!g.negTotal&&Object.hasOwnProperty.call(g,"absoluteNeg")&&(g.negTotal=g.absoluteNeg,delete g.absoluteNeg);u.isSum||(g.connectorThreshold=g.threshold+g.stackTotal),e.reversed?(h=0<=v?b-v:b+v,v=b):(h=b,v=b-v),u.below=h<=r,f.y=e.translate(h,!1,!0,!1,!0)||0,f.height=Math.abs(f.y-(e.translate(v,!1,!0,!1,!0)||0)),(v=e.waterfall.dummyStackItem)&&(v.x=c,v.label=s[c].label,v.setOffset(this.pointXOffset||0,this.barW||0,this.stackedYNeg[c],this.stackedYPos[c]))}}else b=Math.max(o,o+v)+g[0],f.y=e.translate(b,!1,!0,!1,!0)||0,u.isSum?(f.y=e.translate(g[1],!1,!0,!1,!0)||0,f.height=Math.min(e.translate(g[0],!1,!0,!1,!0)||0,e.len)-f.y,u.below=g[1]<=r):u.isIntermediateSum?(0<=v?(h=g[1]+a,v=a):(h=a,v=g[1]+a),e.reversed&&(h^=v,h^=v^=h),f.y=e.translate(h,!1,!0,!1,!0)||0,f.height=Math.abs(f.y-Math.min(e.translate(v,!1,!0,!1,!0)||0,e.len)),a+=g[1],u.below=h<=r):(f.height=0<h?(e.translate(o,!1,!0,!1,!0)||0)-f.y:(e.translate(o,!1,!0,!1,!0)||0)-(e.translate(o-h,!1,!0,!1,!0)||0),o+=h,u.below=o<r),0>f.height&&(f.y+=f.height,f.height*=-1);u.plotY=f.y=Math.round(f.y||0)-this.borderWidth%2/2,f.height=Math.max(Math.round(f.height||0),.001),u.yBottom=f.y+f.height,f.height<=n&&!u.isNull?(f.height=n,f.y-=i,u.plotY=f.y,u.minPointLengthOffset=0>u.y?-i:i):(u.isNull&&(f.width=0),u.minPointLengthOffset=0),v=u.plotY+(u.negative?f.height:0),u.below&&(u.plotY+=f.height),u.tooltipPos&&(this.chart.inverted?u.tooltipPos[0]=e.len-v:u.tooltipPos[1]=v)}}},e.prototype.processData=function(e){var n,i,r,o,a,s=this.options,l=this.yData,d=s.data,c=l.length,u=s.threshold||0;for(a=i=n=r=o=0;a<c;a++){var p=l[a],f=d&&d[a]?d[a]:{};"sum"===p||f.isSum?l[a]=h(i):"intermediateSum"===p||f.isIntermediateSum?(l[a]=h(n),n=0):(i+=p,n+=p),r=Math.min(i,r),o=Math.max(i,o)}t.prototype.processData.call(this,e),s.stacking||(this.dataMin=r+u,this.dataMax=o)},e.prototype.toYData=function(t){return t.isSum?"sum":t.isIntermediateSum?"intermediateSum":t.y},e.prototype.updateParallelArrays=function(e,n){t.prototype.updateParallelArrays.call(this,e,n),"sum"!==this.yData[0]&&"intermediateSum"!==this.yData[0]||(this.yData[0]=null)},e.prototype.pointAttribs=function(t,e){var n=this.options.upColor;return n&&!t.options.color&&(t.color=0<t.y?n:null),delete(t=l.prototype.pointAttribs.call(this,t,e)).dashstyle,t},e.prototype.getGraphPath=function(){return[["M",0,0]]},e.prototype.getCrispPath=function(){var t,e=this.data,n=this.yAxis,i=e.length,r=Math.round(this.graph.strokeWidth())%2/2,o=Math.round(this.borderWidth)%2/2,a=this.xAxis.reversed,s=this.yAxis.reversed,l=this.options.stacking,d=[];for(t=1;t<i;t++){var c=e[t].shapeArgs,u=e[t-1],h=e[t-1].shapeArgs,p=n.waterfall.stacks[this.stackKey],f=0<u.y?-h.height:0;p&&h&&c&&(p=p[t-1],l?(p=p.connectorThreshold,f=Math.round(n.translate(p,0,1,0,1)+(s?f:0))-r):f=h.y+u.minPointLengthOffset+o-r,d.push(["M",(h.x||0)+(a?0:h.width||0),f],["L",(c.x||0)+(a&&c.width||0),f])),h&&d.length&&(!l&&0>u.y&&!s||0<u.y&&s)&&((u=d[d.length-2])&&"number"==typeof u[2]&&(u[2]+=h.height||0),(u=d[d.length-1])&&"number"==typeof u[2]&&(u[2]+=h.height||0))}return d},e.prototype.drawGraph=function(){d.prototype.drawGraph.call(this),this.graph.attr({d:this.getCrispPath()})},e.prototype.setStackedPoints=function(){function t(t,e,n,i){if(x)for(;n<x;n++)m.stackState[n]+=i;else m.stackState[0]=t,x=m.stackState.length;m.stackState.push(m.stackState[x-1]+e)}var e,n,i,r=this.options,o=this.yAxis.waterfall.stacks,a=r.threshold,s=a||0,l=s,d=this.stackKey,c=this.xData,u=c.length;this.yAxis.stacking.usePercentage=!1;var h=n=i=s;if(this.visible||!this.chart.options.chart.ignoreHiddenSeries){var p=o.changed;(e=o.alreadyChanged)&&0>e.indexOf(d)&&(p=!0),o[d]||(o[d]={}),e=o[d];for(var f=0;f<u;f++){var g=c[f];e[g]&&!p||(e[g]={negTotal:0,posTotal:0,stackTotal:0,threshold:0,stateIndex:0,stackState:[],label:p&&e[g]?e[g].label:void 0});var m=e[g],v=this.yData[f];0<=v?m.posTotal+=v:m.negTotal+=v;var b=r.data[f];g=m.absolutePos=m.posTotal;var y=m.absoluteNeg=m.negTotal;m.stackTotal=g+y;var x=m.stackState.length;b&&b.isIntermediateSum?(t(i,n,0,i),i=n,n=a,s^=l,s^=l^=s):b&&b.isSum?(t(a,h,x),s=a):(t(s,v,0,h),b&&(h+=v,n+=v)),m.stateIndex++,m.threshold=s,s+=m.stackTotal}o.changed=!1,o.alreadyChanged||(o.alreadyChanged=[]),o.alreadyChanged.push(d)}},e.prototype.getExtremes=function(){var t=this.options.stacking;if(t){var e=this.yAxis;e=e.waterfall.stacks;var n=this.stackedYNeg=[],i=this.stackedYPos=[];return g(e[this.stackKey],"overlap"===t?function(t){n.push(u(t.stackState)),i.push(c(t.stackState))}:function(t){n.push(t.negTotal+t.threshold),i.push(t.posTotal+t.threshold)}),{dataMin:u(n),dataMax:c(i)}}return{dataMin:this.dataMin,dataMax:this.dataMax}},e.defaultOptions=f(l.defaultOptions,{dataLabels:{inside:!0},lineWidth:1,lineColor:"#333333",dashStyle:"Dot",borderColor:"#333333",states:{hover:{lineWidthPlus:0}}}),e}(l),s(i.prototype,{getZonesGraphs:d.prototype.getZonesGraphs,pointValKey:"y",showLine:!0,pointClass:o}),n.registerSeriesType("waterfall",i),r.compose(t,e),i})),e(t,"Extensions/Polar.js",[t["Core/Animation/AnimationUtilities.js"],t["Core/Chart/Chart.js"],t["Core/Globals.js"],t["Extensions/Pane.js"],t["Core/Pointer.js"],t["Core/Series/Series.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Renderer/SVG/SVGRenderer.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r,o,a,s,l){var d=t.animObject;a=a.seriesTypes;var c=l.addEvent,u=l.defined,h=l.find,p=l.isNumber,f=l.pick,g=l.splat,m=l.uniqueKey;t=l.wrap;var v=o.prototype;r=r.prototype,v.searchPointByAngle=function(t){var e=this.chart,n=this.xAxis.pane.center;return this.searchKDTree({clientX:180+-180/Math.PI*Math.atan2(t.chartX-n[0]-e.plotLeft,t.chartY-n[1]-e.plotTop)})},v.getConnectors=function(t,e,n,i){var r=i?1:0,o=0<=e&&e<=t.length-1?e:0>e?t.length-1+e:0;e=0>o-1?t.length-(1+r):o-1,r=o+1>t.length-1?r:o+1;var a=t[e];r=t[r];var s=a.plotX;a=a.plotY;var l=r.plotX,d=r.plotY;s=(1.5*(r=t[o].plotX)+s)/2.5,a=(1.5*(o=t[o].plotY)+a)/2.5,l=(1.5*r+l)/2.5;var c=(1.5*o+d)/2.5;d=Math.sqrt(Math.pow(s-r,2)+Math.pow(a-o,2));var u=Math.sqrt(Math.pow(l-r,2)+Math.pow(c-o,2));return s=Math.atan2(a-o,s-r),c=Math.PI/2+(s+Math.atan2(c-o,l-r))/2,Math.abs(s-c)>Math.PI/2&&(c-=Math.PI),s=r+Math.cos(c)*d,a=o+Math.sin(c)*d,r={rightContX:l=r+Math.cos(Math.PI+c)*u,rightContY:c=o+Math.sin(Math.PI+c)*u,leftContX:s,leftContY:a,plotX:r,plotY:o},n&&(r.prevPointCont=this.getConnectors(t,e,!1,i)),r},v.toXY=function(t){var e=this.chart,n=this.xAxis,i=this.yAxis,r=t.plotX,o=t.plotY,a=t.series,s=e.inverted,l=t.y,d=s?r:i.len-o;s&&a&&!a.isRadialBar&&(t.plotY=o="number"==typeof l&&i.translate(l)||0),t.rectPlotX=r,t.rectPlotY=o,i.center&&(d+=i.center[3]/2),p(o)&&(i=s?i.postTranslate(o,d):n.postTranslate(r,d),t.plotX=t.polarPlotX=i.x-e.plotLeft,t.plotY=t.polarPlotY=i.y-e.plotTop),this.kdByAngle?(0>(e=(r/Math.PI*180+n.pane.options.startAngle)%360)&&(e+=360),t.clientX=e):t.clientX=t.plotX},a.spline&&(t(a.spline.prototype,"getPointSpline",(function(t,e,n,i){return this.chart.polar?i?(e=(t=this.getConnectors(e,i,!0,this.connectEnds)).prevPointCont&&t.prevPointCont.rightContX,n=t.prevPointCont&&t.prevPointCont.rightContY,t=["C",p(e)?e:t.plotX,p(n)?n:t.plotY,p(t.leftContX)?t.leftContX:t.plotX,p(t.leftContY)?t.leftContY:t.plotY,t.plotX,t.plotY]):t=["M",n.plotX,n.plotY]:t=t.call(this,e,n,i),t})),a.areasplinerange&&(a.areasplinerange.prototype.getPointSpline=a.spline.prototype.getPointSpline)),c(o,"afterTranslate",(function(){var t=this.chart;if(t.polar&&this.xAxis){if((this.kdByAngle=t.tooltip&&t.tooltip.shared)?this.searchPoint=this.searchPointByAngle:this.options.findNearestPointBy="xy",!this.preventPostTranslate)for(var e=this.points,i=e.length;i--;)this.toXY(e[i]),!t.hasParallelCoordinates&&!this.yAxis.reversed&&e[i].y<this.yAxis.min&&(e[i].isNull=!0);this.hasClipCircleSetter||(this.hasClipCircleSetter=!!this.eventsToUnbind.push(c(this,"afterRender",(function(){if(t.polar){var e=this.yAxis.pane.center;this.clipCircle?this.clipCircle.animate({x:e[0],y:e[1],r:e[2]/2,innerR:e[3]/2}):this.clipCircle=t.renderer.clipCircle(e[0],e[1],e[2]/2,e[3]/2),this.group.clip(this.clipCircle),this.setClip=n.noop}}))))}}),{order:2}),t(a.line.prototype,"getGraphPath",(function(t,e){var n,i=this;if(this.chart.polar){for(e=e||this.points,n=0;n<e.length;n++)if(!e[n].isNull){var r=n;break}if(!1!==this.options.connectEnds&&void 0!==r){this.connectEnds=!0,e.splice(e.length,0,e[r]);var o=!0}e.forEach((function(t){void 0===t.polarPlotY&&i.toXY(t)}))}return n=t.apply(this,[].slice.call(arguments,1)),o&&e.pop(),n}));var b=function(t,e){var i,r,o,a,s=this,l=this.chart,c=this.options.animation,u=this.group,h=this.markerGroup,p=this.xAxis&&this.xAxis.center,g=l.plotLeft,m=l.plotTop;if(l.polar){if(s.isRadialBar)e||(s.startAngleRad=f(s.translatedThreshold,s.xAxis.startAngleRad),n.seriesTypes.pie.prototype.animate.call(s,e));else if(l.renderer.isSVG)if(c=d(c),s.is("column")){if(!e){var v=p[3]/2;s.points.forEach((function(t){i=t.graphic,o=(r=t.shapeArgs)&&r.r,a=r&&r.innerR,i&&r&&(i.attr({r:v,innerR:v}),i.animate({r:o,innerR:a},s.options.animation))}))}}else e?(t={translateX:p[0]+g,translateY:p[1]+m,scaleX:.001,scaleY:.001},u.attr(t),h&&h.attr(t)):(t={translateX:g,translateY:m,scaleX:1,scaleY:1},u.animate(t,c),h&&h.animate(t,c))}else t.call(this,e)};if(t(v,"animate",b),a.column){var y=a.arearange.prototype;(a=a.column.prototype).polarArc=function(t,e,n,i){var r=this.xAxis.center,o=this.yAxis.len,a=r[3]/2;return e=o-e+a,t=o-f(t,o)+a,this.yAxis.reversed&&(0>e&&(e=a),0>t&&(t=a)),{x:r[0],y:r[1],r:e,innerR:t,start:n,end:i}},t(a,"animate",b),t(a,"translate",(function(t){var e=this.options,n=e.stacking,i=this.chart,r=this.xAxis,o=this.yAxis,a=o.reversed,s=o.center,d=r.startAngleRad,c=r.endAngleRad-d;if(this.preventPostTranslate=!0,t.call(this),r.isRadial){r=(t=this.points).length;var h=o.translate(o.min),f=o.translate(o.max);if(e=e.threshold||0,i.inverted&&p(e)){var g=o.translate(e);u(g)&&(0>g?g=0:g>c&&(g=c),this.translatedThreshold=g+d)}for(;r--;){var m=(e=t[r]).barX,v=e.x,b=e.y;if(e.shapeType="arc",i.inverted){if(e.plotY=o.translate(b),n&&o.stacking){if(b=o.stacking.stacks[(0>b?"-":"")+this.stackKey],this.visible&&b&&b[v]&&!e.isNull){var y=b[v].points[this.getStackIndicator(void 0,v,this.index).key],x=o.translate(y[0]);y=o.translate(y[1]),u(x)&&(x=l.clamp(x,0,c))}}else x=g,y=e.plotY;x>y&&(y=[x,x=y][0]),a?y>h?y=h:x<f?x=f:(x>h||y<f)&&(x=y=c):x<h?x=h:y>f?y=f:(y<h||x>f)&&(x=y=0),o.min>o.max&&(x=y=a?c:0),x+=d,y+=d,s&&(e.barX=m+=s[3]/2),v=Math.max(m,0),b=Math.max(m+e.pointWidth,0),e.shapeArgs={x:s&&s[0],y:s&&s[1],r:b,innerR:v,start:x,end:y},e.opacity=x===y?0:void 0,e.plotY=(u(this.translatedThreshold)&&(x<this.translatedThreshold?x:y))-d}else x=m+d,e.shapeArgs=this.polarArc(e.yBottom,e.plotY,x,x+e.pointWidth);this.toXY(e),i.inverted?(m=o.postTranslate(e.rectPlotY,m+e.pointWidth/2),e.tooltipPos=[m.x-i.plotLeft,m.y-i.plotTop]):e.tooltipPos=[e.plotX,e.plotY],s&&(e.ttBelow=e.plotY>s[1])}}})),a.findAlignments=function(t,e){return null===e.align&&(e.align=20<t&&160>t?"left":200<t&&340>t?"right":"center"),null===e.verticalAlign&&(e.verticalAlign=45>t||315<t?"bottom":135<t&&225>t?"top":"middle"),e},y&&(y.findAlignments=a.findAlignments),t(a,"alignDataLabel",(function(t,e,n,i,r,o){var a=this.chart,s=f(i.inside,!!this.options.stacking);a.polar?(t=e.rectPlotX/Math.PI*180,a.inverted?(this.forceDL=a.isInsidePlot(e.plotX,Math.round(e.plotY)),s&&e.shapeArgs?(r=e.shapeArgs,r={x:(r=this.yAxis.postTranslate(((r.start||0)+(r.end||0))/2-this.xAxis.startAngleRad,e.barX+e.pointWidth/2)).x-a.plotLeft,y:r.y-a.plotTop}):e.tooltipPos&&(r={x:e.tooltipPos[0],y:e.tooltipPos[1]}),i.align=f(i.align,"center"),i.verticalAlign=f(i.verticalAlign,"middle")):this.findAlignments&&(i=this.findAlignments(t,i)),v.alignDataLabel.call(this,e,n,i,r,o),this.isRadialBar&&e.shapeArgs&&e.shapeArgs.start===e.shapeArgs.end&&n.hide(!0)):t.call(this,e,n,i,r,o)}))}t(r,"getCoordinates",(function(t,e){var n=this.chart,i={xAxis:[],yAxis:[]};return n.polar?n.axes.forEach((function(t){var r=t.isXAxis,o=t.center;if("colorAxis"!==t.coll){var a=e.chartX-o[0]-n.plotLeft;o=e.chartY-o[1]-n.plotTop,i[r?"xAxis":"yAxis"].push({axis:t,value:t.translate(r?Math.PI-Math.atan2(a,o):Math.sqrt(Math.pow(a,2)+Math.pow(o,2)),!0)})}})):i=t.call(this,e),i})),s.prototype.clipCircle=function(t,e,n,i){var r=m(),o=this.createElement("clipPath").attr({id:r}).add(this.defs);return(t=i?this.arc(t,e,n,i,0,2*Math.PI).add(o):this.circle(t,e,n).add(o)).id=r,t.clipPath=o,t},c(e,"getAxes",(function(){this.pane||(this.pane=[]),this.options.pane=g(this.options.pane),this.options.pane.forEach((function(t){new i(t,this)}),this)})),c(e,"afterDrawChartBox",(function(){this.pane.forEach((function(t){t.render()}))})),c(o,"afterInit",(function(){var t=this.chart;t.inverted&&t.polar&&(this.isRadialSeries=!0,this.is("column")&&(this.isRadialBar=!0))})),t(e.prototype,"get",(function(t,e){return h(this.pane||[],(function(t){return t.options.id===e}))||t.call(this,e)}))})),e(t,"masters/highcharts-more.src.js",[t["Core/Globals.js"],t["Core/Axis/RadialAxis.js"],t["Series/Bubble/BubbleSeries.js"]],(function(t,e,n){e.compose(t.Axis,t.Tick),n.compose(t.Chart,t.Legend,t.Series)}))}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var i=function(t){var e=new WeakMap;return function(n){if(e.has(n))return e.get(n);var i=t(n);return e.set(n,i),i}}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(34),c=n(10),u=n(12);e.a=function(t){var e=t.align,n=void 0===e?"left":e,i=t.aria,o=void 0===i?{}:i,h=t.avatar,p=void 0!==h&&h,f=t.avatarUrl,g=t.className,m=t.dark,v=void 0!==m&&m,b=t.data,y=void 0===b?{}:b,x=t.htmlOptions,_=void 0===x?{}:x,O=t.id,w=t.name,$=t.orientation,C=void 0===$?"horizontal":$,k=t.size,S=void 0===k?"sm":k,j=t.subtitle,E=t.territory,M=void 0===E?"":E,A=t.title,P=void 0===A?"":A,T=Object(s.c)(y),L=Object(s.a)(o),D=Object(s.d)(_),I=a()(Object(s.b)("pb_user_kit",n,C,S),Object(l.c)(t),g),N=p||f;return r.a.createElement("div",Object.assign({},L,T,D,{className:I,id:O}),N&&r.a.createElement(d.a,{imageUrl:f,name:w,size:S,status:null}),r.a.createElement("div",{className:"content_wrapper"},r.a.createElement(u.a,{dark:v,size:"lg"==S?3:4,text:w}),r.a.createElement(c.a,{color:"light",dark:v,variant:null},""===M?P:"".concat(M," • ").concat(P)),"string"==typeof j&&r.a.createElement(c.a,{color:"light",dark:v,text:j,variant:null}),"string"!=typeof j&&r.a.createElement(r.a.Fragment,null,j)))}},,,,,function(t,e,n){"use strict";function i(){var t=navigator.userAgentData;return null!=t&&t.brands?t.brands.map((function(t){return t.brand+"/"+t.version})).join(" "):navigator.userAgent}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}n.d(e,"a",(function(){return i}))},,function(t,e,n){"use strict";t.exports=n(282)},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(4),l=n(2);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.className,o=t.data,d=void 0===o?{}:o,c=t.htmlOptions,u=void 0===c?{}:c,h=t.id,p=t.status,f=void 0===p?"offline":p;n.label=f;var g=Object(l.a)(n),m=Object(l.c)(d),v=Object(l.d)(u),b=a()(Object(l.b)("pb_online_status_kit",f),Object(s.c)(t),i);return r.a.createElement("div",Object.assign({},g,m,v,{className:b,id:h}))}},function(t,e,n){"use strict";var i=n(219),r=n.n(i),o=n(0),a=n.n(o),s=n(3),l=n.n(s),d=n(4),c=n(2);e.a=function(t){var e=t.children,n=t.className,i=void 0===n?"pb_highlight_kit":n,o=t.data,s=void 0===o?{}:o,u=t.highlightedText,h=void 0===u?["highlight"]:u,p=t.htmlOptions,f=void 0===p?{}:p,g=t.id,m=void 0===g?"":g,v=t.text,b=void 0===v?"":v,y=Object(c.d)(f),x=b||e;return a.a.createElement(r.a,Object.assign({autoEscape:!0,data:s,highlightClassName:l()(Object(d.c)(t),i),highlightTag:"mark",id:m,searchWords:h,textToHighlight:x},y))}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(4),l=n(2),d=n(67),c=n.n(d),u=n(28),h=n.n(u),p=n(49),f=n(75),g=n(68);function m(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return v(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return v(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var b=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n};e.a=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.data,d=void 0===o?{}:o,u=t.align,v=void 0===u?"center":u,y=t.className,x=void 0===y?"pb_bar_graph":y,_=t.dark,O=void 0!==_&&_,w=(t.gradient,t.type),$=void 0===w?"line":w,C=t.htmlOptions,k=void 0===C?{}:C,S=t.id,j=t.legend,E=void 0!==j&&j,M=t.toggleLegendClick,A=void 0===M||M,P=t.layout,T=void 0===P?"horizontal":P,L=t.verticalAlign,D=void 0===L?"bottom":L,I=t.x,N=void 0===I?0:I,R=t.y,F=void 0===R?0:R,B=t.axisTitle,z=t.xAxisCategories,H=t.yAxisMin,W=t.yAxisMax,Y=t.chartData,U=t.pointStart,G=t.subTitle,V=t.title,X=t.height,q=t.colors,K=void 0===q?[]:q,Z=b(t,["aria","data","align","className","dark","gradient","type","htmlOptions","id","legend","toggleLegendClick","layout","verticalAlign","x","y","axisTitle","xAxisCategories","yAxisMin","yAxisMax","chartData","pointStart","subTitle","title","height","colors"]),J=Object(l.a)(n),Q=Object(l.c)(d),tt=Object(l.d)(k);O?h.a.setOptions(f.a):h.a.setOptions(p.a);var et={title:{text:V},chart:{height:X,type:$},subtitle:{text:G},yAxis:{min:H,max:W,title:{text:B}},xAxis:{categories:z},legend:{enabled:E,align:v,verticalAlign:D,layout:T,x:N,y:F},colors:void 0!==K&&K.length>0?Object(g.a)(K):p.a.colors,plotOptions:{series:{pointStart:U,events:{},dataLabels:{enabled:!1}}},series:Y,credits:!1};A||(et.plotOptions.series.events={legendItemClick:function(){return!1}});var nt=m(Object(i.useState)({}),2),it=nt[0],rt=nt[1];return Object(i.useEffect)((function(){rt(Object.assign({},et))}),[Y]),r.a.createElement(c.a,{containerProps:Object.assign(Object.assign(Object.assign({className:a()(Object(s.c)(Z),x),id:S},J),Q),tt),highcharts:h.a,options:it})}},,,,function(t,e,n){var i=n(118);function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}t.exports=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e){t.exports=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){var i=n(207);function r(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,i(r.key),r)}}t.exports=function(t,e,n){return e&&r(t.prototype,e),n&&r(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){var i=n(269);t.exports=function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&i(t,e)},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){var i=n(270),r=n(271),o=n(272);t.exports=function(t){var e=r();return function(){var n,r=i(t);if(e){var a=i(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return o(this,n)}},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){var i=n(274),r=n(275),o=n(209),a=n(276);t.exports=function(t){return i(t)||r(t)||o(t)||a()},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){var i=n(277),r=n(278),o=n(209),a=n(279);t.exports=function(t,e){return i(t)||r(t,e)||o(t,e)||a()},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){var i=n(280);t.exports=function(t,e){if(null==t)return{};var n,r,o=i(t,e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);for(r=0;r<a.length;r++)n=a[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e){t.exports=function(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))},t.exports.__esModule=!0,t.exports.default=t.exports},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(0),r=n.n(i).a.createContext(null)},function(t,e,n){"use strict";var i=n(35),r={passive:!0};e.a={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,n=t.instance,o=t.options,a=o.scroll,s=void 0===a||a,l=o.resize,d=void 0===l||l,c=Object(i.a)(e.elements.popper),u=[].concat(e.scrollParents.reference,e.scrollParents.popper);return s&&u.forEach((function(t){t.addEventListener("scroll",n.update,r)})),d&&c.addEventListener("resize",n.update,r),function(){s&&u.forEach((function(t){t.removeEventListener("scroll",n.update,r)})),d&&c.removeEventListener("resize",n.update,r)}},data:{}}},function(t,e,n){"use strict";var i=n(152);e.a={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,n=t.name;e.modifiersData[n]=Object(i.a)({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var i=n(42),r=n(69),o=n(101),a=n(11);function s(t){var e,n=t.reference,s=t.element,l=t.placement,d=l?Object(i.a)(l):null,c=l?Object(r.a)(l):null,u=n.x+n.width/2-s.width/2,h=n.y+n.height/2-s.height/2;switch(d){case a.m:e={x:u,y:n.y-s.height};break;case a.c:e={x:u,y:n.y+n.height};break;case a.k:e={x:n.x+n.width,y:h};break;case a.f:e={x:n.x-s.width,y:h};break;default:e={x:n.x,y:n.y}}var p=d?Object(o.a)(d):null;if(null!=p){var f="y"===p?"height":"width";switch(c){case a.l:e[p]=e[p]-(n[f]/2-s[f]/2);break;case a.e:e[p]=e[p]+(n[f]/2-s[f]/2)}}return e}},function(t,e,n){"use strict";var i=n(11),r=n(76),o=n(35),a=n(47),s=n(54),l=n(42),d=n(69),c=n(33),u={top:"auto",right:"auto",bottom:"auto",left:"auto"};function h(t){var e,n=t.popper,l=t.popperRect,d=t.placement,h=t.variation,p=t.offsets,f=t.position,g=t.gpuAcceleration,m=t.adaptive,v=t.roundOffsets,b=t.isFixed,y=p.x,x=void 0===y?0:y,_=p.y,O=void 0===_?0:_,w="function"==typeof v?v({x:x,y:O}):{x:x,y:O};x=w.x,O=w.y;var $=p.hasOwnProperty("x"),C=p.hasOwnProperty("y"),k=i.f,S=i.m,j=window;if(m){var E=Object(r.a)(n),M="clientHeight",A="clientWidth";if(E===Object(o.a)(n)&&(E=Object(a.a)(n),"static"!==Object(s.a)(E).position&&"absolute"===f&&(M="scrollHeight",A="scrollWidth")),E=E,d===i.m||(d===i.f||d===i.k)&&h===i.e)S=i.c,O-=(b&&E===j&&j.visualViewport?j.visualViewport.height:E[M])-l.height,O*=g?1:-1;if(d===i.f||(d===i.m||d===i.c)&&h===i.e)k=i.k,x-=(b&&E===j&&j.visualViewport?j.visualViewport.width:E[A])-l.width,x*=g?1:-1}var P,T=Object.assign({position:f},m&&u),L=!0===v?function(t){var e=t.x,n=t.y,i=window.devicePixelRatio||1;return{x:Object(c.c)(e*i)/i||0,y:Object(c.c)(n*i)/i||0}}({x:x,y:O}):{x:x,y:O};return x=L.x,O=L.y,g?Object.assign({},T,((P={})[S]=C?"0":"",P[k]=$?"0":"",P.transform=(j.devicePixelRatio||1)<=1?"translate("+x+"px, "+O+"px)":"translate3d("+x+"px, "+O+"px, 0)",P)):Object.assign({},T,((e={})[S]=C?O+"px":"",e[k]=$?x+"px":"",e.transform="",e))}e.a={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,n=t.options,i=n.gpuAcceleration,r=void 0===i||i,o=n.adaptive,a=void 0===o||o,s=n.roundOffsets,c=void 0===s||s,u={placement:Object(l.a)(e.placement),variation:Object(d.a)(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:r,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,h(Object.assign({},u,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:a,roundOffsets:c})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,h(Object.assign({},u,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:c})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}}},function(t,e,n){"use strict";var i=n(43),r=n(27);e.a={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var n=e.styles[t]||{},o=e.attributes[t]||{},a=e.elements[t];Object(r.b)(a)&&Object(i.a)(a)&&(Object.assign(a.style,n),Object.keys(o).forEach((function(t){var e=o[t];!1===e?a.removeAttribute(t):a.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,n={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,n.popper),e.styles=n,e.elements.arrow&&Object.assign(e.elements.arrow.style,n.arrow),function(){Object.keys(e.elements).forEach((function(t){var o=e.elements[t],a=e.attributes[t]||{},s=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:n[t]).reduce((function(t,e){return t[e]="",t}),{});Object(r.b)(o)&&Object(i.a)(o)&&(Object.assign(o.style,s),Object.keys(a).forEach((function(t){o.removeAttribute(t)})))}))}},requires:["computeStyles"]}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(156);function r(t){return Object.assign({},Object(i.a)(),t)}},function(t,e,n){"use strict";function i(){return{top:0,right:0,bottom:0,left:0}}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";function i(t,e){return e.reduce((function(e,n){return e[n]=t,e}),{})}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(127);function r(){return!/^((?!chrome|android).)*safari/i.test(Object(i.a)())}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(27);function r(t,e){var n=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(n&&Object(i.c)(n)){var r=e;do{if(r&&t.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(128);function r(t,e){if(t){if("string"==typeof t)return Object(i.a)(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Object(i.a)(t,e):void 0}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(77);function r(t){var e=function(t,e){if("object"!==Object(i.a)(t)||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!==Object(i.a)(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===Object(i.a)(e)?e:String(e)}},,function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var i;
14
+ */(function(){var o="Expected a function",a="__lodash_placeholder__",s=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],l="[object Arguments]",d="[object Array]",c="[object Boolean]",u="[object Date]",h="[object Error]",p="[object Function]",f="[object GeneratorFunction]",g="[object Map]",m="[object Number]",v="[object Object]",b="[object RegExp]",y="[object Set]",x="[object String]",_="[object Symbol]",O="[object WeakMap]",w="[object ArrayBuffer]",$="[object DataView]",C="[object Float32Array]",k="[object Float64Array]",S="[object Int8Array]",j="[object Int16Array]",E="[object Int32Array]",M="[object Uint8Array]",A="[object Uint16Array]",P="[object Uint32Array]",T=/\b__p \+= '';/g,L=/\b(__p \+=) '' \+/g,D=/(__e\(.*?\)|\b__t\)) \+\n'';/g,I=/&(?:amp|lt|gt|quot|#39);/g,N=/[&<>"']/g,R=RegExp(I.source),F=RegExp(N.source),B=/<%-([\s\S]+?)%>/g,z=/<%([\s\S]+?)%>/g,H=/<%=([\s\S]+?)%>/g,W=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Y=/^\w*$/,U=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,G=/[\\^$.*+?()[\]{}|]/g,V=RegExp(G.source),X=/^\s+/,q=/\s/,K=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Z=/\{\n\/\* \[wrapped with (.+)\] \*/,J=/,? & /,Q=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,tt=/[()=,{}\[\]\/\s]/,et=/\\(\\)?/g,nt=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,it=/\w*$/,rt=/^[-+]0x[0-9a-f]+$/i,ot=/^0b[01]+$/i,at=/^\[object .+?Constructor\]$/,st=/^0o[0-7]+$/i,lt=/^(?:0|[1-9]\d*)$/,dt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ct=/($^)/,ut=/['\n\r\u2028\u2029\\]/g,ht="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",pt="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",ft="[\\ud800-\\udfff]",gt="["+pt+"]",mt="["+ht+"]",vt="\\d+",bt="[\\u2700-\\u27bf]",yt="[a-z\\xdf-\\xf6\\xf8-\\xff]",xt="[^\\ud800-\\udfff"+pt+vt+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",_t="\\ud83c[\\udffb-\\udfff]",Ot="[^\\ud800-\\udfff]",wt="(?:\\ud83c[\\udde6-\\uddff]){2}",$t="[\\ud800-\\udbff][\\udc00-\\udfff]",Ct="[A-Z\\xc0-\\xd6\\xd8-\\xde]",kt="(?:"+yt+"|"+xt+")",St="(?:"+Ct+"|"+xt+")",jt="(?:"+mt+"|"+_t+")"+"?",Et="[\\ufe0e\\ufe0f]?"+jt+("(?:\\u200d(?:"+[Ot,wt,$t].join("|")+")[\\ufe0e\\ufe0f]?"+jt+")*"),Mt="(?:"+[bt,wt,$t].join("|")+")"+Et,At="(?:"+[Ot+mt+"?",mt,wt,$t,ft].join("|")+")",Pt=RegExp("['’]","g"),Tt=RegExp(mt,"g"),Lt=RegExp(_t+"(?="+_t+")|"+At+Et,"g"),Dt=RegExp([Ct+"?"+yt+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[gt,Ct,"$"].join("|")+")",St+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[gt,Ct+kt,"$"].join("|")+")",Ct+"?"+kt+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Ct+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",vt,Mt].join("|"),"g"),It=RegExp("[\\u200d\\ud800-\\udfff"+ht+"\\ufe0e\\ufe0f]"),Nt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Rt=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Ft=-1,Bt={};Bt[C]=Bt[k]=Bt[S]=Bt[j]=Bt[E]=Bt[M]=Bt["[object Uint8ClampedArray]"]=Bt[A]=Bt[P]=!0,Bt[l]=Bt[d]=Bt[w]=Bt[c]=Bt[$]=Bt[u]=Bt[h]=Bt[p]=Bt[g]=Bt[m]=Bt[v]=Bt[b]=Bt[y]=Bt[x]=Bt[O]=!1;var zt={};zt[l]=zt[d]=zt[w]=zt[$]=zt[c]=zt[u]=zt[C]=zt[k]=zt[S]=zt[j]=zt[E]=zt[g]=zt[m]=zt[v]=zt[b]=zt[y]=zt[x]=zt[_]=zt[M]=zt["[object Uint8ClampedArray]"]=zt[A]=zt[P]=!0,zt[h]=zt[p]=zt[O]=!1;var Ht={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Wt=parseFloat,Yt=parseInt,Ut="object"==typeof t&&t&&t.Object===Object&&t,Gt="object"==typeof self&&self&&self.Object===Object&&self,Vt=Ut||Gt||Function("return this")(),Xt=e&&!e.nodeType&&e,qt=Xt&&"object"==typeof i&&i&&!i.nodeType&&i,Kt=qt&&qt.exports===Xt,Zt=Kt&&Ut.process,Jt=function(){try{var t=qt&&qt.require&&qt.require("util").types;return t||Zt&&Zt.binding&&Zt.binding("util")}catch(t){}}(),Qt=Jt&&Jt.isArrayBuffer,te=Jt&&Jt.isDate,ee=Jt&&Jt.isMap,ne=Jt&&Jt.isRegExp,ie=Jt&&Jt.isSet,re=Jt&&Jt.isTypedArray;function oe(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}function ae(t,e,n,i){for(var r=-1,o=null==t?0:t.length;++r<o;){var a=t[r];e(i,a,n(a),t)}return i}function se(t,e){for(var n=-1,i=null==t?0:t.length;++n<i&&!1!==e(t[n],n,t););return t}function le(t,e){for(var n=null==t?0:t.length;n--&&!1!==e(t[n],n,t););return t}function de(t,e){for(var n=-1,i=null==t?0:t.length;++n<i;)if(!e(t[n],n,t))return!1;return!0}function ce(t,e){for(var n=-1,i=null==t?0:t.length,r=0,o=[];++n<i;){var a=t[n];e(a,n,t)&&(o[r++]=a)}return o}function ue(t,e){return!!(null==t?0:t.length)&&_e(t,e,0)>-1}function he(t,e,n){for(var i=-1,r=null==t?0:t.length;++i<r;)if(n(e,t[i]))return!0;return!1}function pe(t,e){for(var n=-1,i=null==t?0:t.length,r=Array(i);++n<i;)r[n]=e(t[n],n,t);return r}function fe(t,e){for(var n=-1,i=e.length,r=t.length;++n<i;)t[r+n]=e[n];return t}function ge(t,e,n,i){var r=-1,o=null==t?0:t.length;for(i&&o&&(n=t[++r]);++r<o;)n=e(n,t[r],r,t);return n}function me(t,e,n,i){var r=null==t?0:t.length;for(i&&r&&(n=t[--r]);r--;)n=e(n,t[r],r,t);return n}function ve(t,e){for(var n=-1,i=null==t?0:t.length;++n<i;)if(e(t[n],n,t))return!0;return!1}var be=Ce("length");function ye(t,e,n){var i;return n(t,(function(t,n,r){if(e(t,n,r))return i=n,!1})),i}function xe(t,e,n,i){for(var r=t.length,o=n+(i?1:-1);i?o--:++o<r;)if(e(t[o],o,t))return o;return-1}function _e(t,e,n){return e==e?function(t,e,n){var i=n-1,r=t.length;for(;++i<r;)if(t[i]===e)return i;return-1}(t,e,n):xe(t,we,n)}function Oe(t,e,n,i){for(var r=n-1,o=t.length;++r<o;)if(i(t[r],e))return r;return-1}function we(t){return t!=t}function $e(t,e){var n=null==t?0:t.length;return n?je(t,e)/n:NaN}function Ce(t){return function(e){return null==e?void 0:e[t]}}function ke(t){return function(e){return null==t?void 0:t[e]}}function Se(t,e,n,i,r){return r(t,(function(t,r,o){n=i?(i=!1,t):e(n,t,r,o)})),n}function je(t,e){for(var n,i=-1,r=t.length;++i<r;){var o=e(t[i]);void 0!==o&&(n=void 0===n?o:n+o)}return n}function Ee(t,e){for(var n=-1,i=Array(t);++n<t;)i[n]=e(n);return i}function Me(t){return t?t.slice(0,Xe(t)+1).replace(X,""):t}function Ae(t){return function(e){return t(e)}}function Pe(t,e){return pe(e,(function(e){return t[e]}))}function Te(t,e){return t.has(e)}function Le(t,e){for(var n=-1,i=t.length;++n<i&&_e(e,t[n],0)>-1;);return n}function De(t,e){for(var n=t.length;n--&&_e(e,t[n],0)>-1;);return n}function Ie(t,e){for(var n=t.length,i=0;n--;)t[n]===e&&++i;return i}var Ne=ke({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Re=ke({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});function Fe(t){return"\\"+Ht[t]}function Be(t){return It.test(t)}function ze(t){var e=-1,n=Array(t.size);return t.forEach((function(t,i){n[++e]=[i,t]})),n}function He(t,e){return function(n){return t(e(n))}}function We(t,e){for(var n=-1,i=t.length,r=0,o=[];++n<i;){var s=t[n];s!==e&&s!==a||(t[n]=a,o[r++]=n)}return o}function Ye(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}function Ue(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=[t,t]})),n}function Ge(t){return Be(t)?function(t){var e=Lt.lastIndex=0;for(;Lt.test(t);)++e;return e}(t):be(t)}function Ve(t){return Be(t)?function(t){return t.match(Lt)||[]}(t):function(t){return t.split("")}(t)}function Xe(t){for(var e=t.length;e--&&q.test(t.charAt(e)););return e}var qe=ke({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var Ke=function t(e){var n,i=(e=null==e?Vt:Ke.defaults(Vt.Object(),e,Ke.pick(Vt,Rt))).Array,r=e.Date,q=e.Error,ht=e.Function,pt=e.Math,ft=e.Object,gt=e.RegExp,mt=e.String,vt=e.TypeError,bt=i.prototype,yt=ht.prototype,xt=ft.prototype,_t=e["__core-js_shared__"],Ot=yt.toString,wt=xt.hasOwnProperty,$t=0,Ct=(n=/[^.]+$/.exec(_t&&_t.keys&&_t.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",kt=xt.toString,St=Ot.call(ft),jt=Vt._,Et=gt("^"+Ot.call(wt).replace(G,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Mt=Kt?e.Buffer:void 0,At=e.Symbol,Lt=e.Uint8Array,It=Mt?Mt.allocUnsafe:void 0,Ht=He(ft.getPrototypeOf,ft),Ut=ft.create,Gt=xt.propertyIsEnumerable,Xt=bt.splice,qt=At?At.isConcatSpreadable:void 0,Zt=At?At.iterator:void 0,Jt=At?At.toStringTag:void 0,be=function(){try{var t=to(ft,"defineProperty");return t({},"",{}),t}catch(t){}}(),ke=e.clearTimeout!==Vt.clearTimeout&&e.clearTimeout,Ze=r&&r.now!==Vt.Date.now&&r.now,Je=e.setTimeout!==Vt.setTimeout&&e.setTimeout,Qe=pt.ceil,tn=pt.floor,en=ft.getOwnPropertySymbols,nn=Mt?Mt.isBuffer:void 0,rn=e.isFinite,on=bt.join,an=He(ft.keys,ft),sn=pt.max,ln=pt.min,dn=r.now,cn=e.parseInt,un=pt.random,hn=bt.reverse,pn=to(e,"DataView"),fn=to(e,"Map"),gn=to(e,"Promise"),mn=to(e,"Set"),vn=to(e,"WeakMap"),bn=to(ft,"create"),yn=vn&&new vn,xn={},_n=jo(pn),On=jo(fn),wn=jo(gn),$n=jo(mn),Cn=jo(vn),kn=At?At.prototype:void 0,Sn=kn?kn.valueOf:void 0,jn=kn?kn.toString:void 0;function En(t){if(Ua(t)&&!La(t)&&!(t instanceof Tn)){if(t instanceof Pn)return t;if(wt.call(t,"__wrapped__"))return Eo(t)}return new Pn(t)}var Mn=function(){function t(){}return function(e){if(!Ya(e))return{};if(Ut)return Ut(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();function An(){}function Pn(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=void 0}function Tn(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Ln(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}function Dn(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}function In(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}function Nn(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new In;++e<n;)this.add(t[e])}function Rn(t){var e=this.__data__=new Dn(t);this.size=e.size}function Fn(t,e){var n=La(t),i=!n&&Ta(t),r=!n&&!i&&Ra(t),o=!n&&!i&&!r&&Qa(t),a=n||i||r||o,s=a?Ee(t.length,mt):[],l=s.length;for(var d in t)!e&&!wt.call(t,d)||a&&("length"==d||r&&("offset"==d||"parent"==d)||o&&("buffer"==d||"byteLength"==d||"byteOffset"==d)||so(d,l))||s.push(d);return s}function Bn(t){var e=t.length;return e?t[Ni(0,e-1)]:void 0}function zn(t,e){return Co(br(t),Kn(e,0,t.length))}function Hn(t){return Co(br(t))}function Wn(t,e,n){(void 0!==n&&!Ma(t[e],n)||void 0===n&&!(e in t))&&Xn(t,e,n)}function Yn(t,e,n){var i=t[e];wt.call(t,e)&&Ma(i,n)&&(void 0!==n||e in t)||Xn(t,e,n)}function Un(t,e){for(var n=t.length;n--;)if(Ma(t[n][0],e))return n;return-1}function Gn(t,e,n,i){return ei(t,(function(t,r,o){e(i,t,n(t),o)})),i}function Vn(t,e){return t&&yr(e,_s(e),t)}function Xn(t,e,n){"__proto__"==e&&be?be(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}function qn(t,e){for(var n=-1,r=e.length,o=i(r),a=null==t;++n<r;)o[n]=a?void 0:ms(t,e[n]);return o}function Kn(t,e,n){return t==t&&(void 0!==n&&(t=t<=n?t:n),void 0!==e&&(t=t>=e?t:e)),t}function Zn(t,e,n,i,r,o){var a,s=1&e,d=2&e,h=4&e;if(n&&(a=r?n(t,i,r,o):n(t)),void 0!==a)return a;if(!Ya(t))return t;var O=La(t);if(O){if(a=function(t){var e=t.length,n=new t.constructor(e);e&&"string"==typeof t[0]&&wt.call(t,"index")&&(n.index=t.index,n.input=t.input);return n}(t),!s)return br(t,a)}else{var T=io(t),L=T==p||T==f;if(Ra(t))return hr(t,s);if(T==v||T==l||L&&!r){if(a=d||L?{}:oo(t),!s)return d?function(t,e){return yr(t,no(t),e)}(t,function(t,e){return t&&yr(e,Os(e),t)}(a,t)):function(t,e){return yr(t,eo(t),e)}(t,Vn(a,t))}else{if(!zt[T])return r?t:{};a=function(t,e,n){var i=t.constructor;switch(e){case w:return pr(t);case c:case u:return new i(+t);case $:return function(t,e){var n=e?pr(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}(t,n);case C:case k:case S:case j:case E:case M:case"[object Uint8ClampedArray]":case A:case P:return fr(t,n);case g:return new i;case m:case x:return new i(t);case b:return function(t){var e=new t.constructor(t.source,it.exec(t));return e.lastIndex=t.lastIndex,e}(t);case y:return new i;case _:return r=t,Sn?ft(Sn.call(r)):{}}var r}(t,T,s)}}o||(o=new Rn);var D=o.get(t);if(D)return D;o.set(t,a),Ka(t)?t.forEach((function(i){a.add(Zn(i,e,n,i,t,o))})):Ga(t)&&t.forEach((function(i,r){a.set(r,Zn(i,e,n,r,t,o))}));var I=O?void 0:(h?d?Vr:Gr:d?Os:_s)(t);return se(I||t,(function(i,r){I&&(i=t[r=i]),Yn(a,r,Zn(i,e,n,r,t,o))})),a}function Jn(t,e,n){var i=n.length;if(null==t)return!i;for(t=ft(t);i--;){var r=n[i],o=e[r],a=t[r];if(void 0===a&&!(r in t)||!o(a))return!1}return!0}function Qn(t,e,n){if("function"!=typeof t)throw new vt(o);return _o((function(){t.apply(void 0,n)}),e)}function ti(t,e,n,i){var r=-1,o=ue,a=!0,s=t.length,l=[],d=e.length;if(!s)return l;n&&(e=pe(e,Ae(n))),i?(o=he,a=!1):e.length>=200&&(o=Te,a=!1,e=new Nn(e));t:for(;++r<s;){var c=t[r],u=null==n?c:n(c);if(c=i||0!==c?c:0,a&&u==u){for(var h=d;h--;)if(e[h]===u)continue t;l.push(c)}else o(e,u,i)||l.push(c)}return l}En.templateSettings={escape:B,evaluate:z,interpolate:H,variable:"",imports:{_:En}},En.prototype=An.prototype,En.prototype.constructor=En,Pn.prototype=Mn(An.prototype),Pn.prototype.constructor=Pn,Tn.prototype=Mn(An.prototype),Tn.prototype.constructor=Tn,Ln.prototype.clear=function(){this.__data__=bn?bn(null):{},this.size=0},Ln.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},Ln.prototype.get=function(t){var e=this.__data__;if(bn){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return wt.call(e,t)?e[t]:void 0},Ln.prototype.has=function(t){var e=this.__data__;return bn?void 0!==e[t]:wt.call(e,t)},Ln.prototype.set=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=bn&&void 0===e?"__lodash_hash_undefined__":e,this},Dn.prototype.clear=function(){this.__data__=[],this.size=0},Dn.prototype.delete=function(t){var e=this.__data__,n=Un(e,t);return!(n<0)&&(n==e.length-1?e.pop():Xt.call(e,n,1),--this.size,!0)},Dn.prototype.get=function(t){var e=this.__data__,n=Un(e,t);return n<0?void 0:e[n][1]},Dn.prototype.has=function(t){return Un(this.__data__,t)>-1},Dn.prototype.set=function(t,e){var n=this.__data__,i=Un(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this},In.prototype.clear=function(){this.size=0,this.__data__={hash:new Ln,map:new(fn||Dn),string:new Ln}},In.prototype.delete=function(t){var e=Jr(this,t).delete(t);return this.size-=e?1:0,e},In.prototype.get=function(t){return Jr(this,t).get(t)},In.prototype.has=function(t){return Jr(this,t).has(t)},In.prototype.set=function(t,e){var n=Jr(this,t),i=n.size;return n.set(t,e),this.size+=n.size==i?0:1,this},Nn.prototype.add=Nn.prototype.push=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this},Nn.prototype.has=function(t){return this.__data__.has(t)},Rn.prototype.clear=function(){this.__data__=new Dn,this.size=0},Rn.prototype.delete=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n},Rn.prototype.get=function(t){return this.__data__.get(t)},Rn.prototype.has=function(t){return this.__data__.has(t)},Rn.prototype.set=function(t,e){var n=this.__data__;if(n instanceof Dn){var i=n.__data__;if(!fn||i.length<199)return i.push([t,e]),this.size=++n.size,this;n=this.__data__=new In(i)}return n.set(t,e),this.size=n.size,this};var ei=Or(di),ni=Or(ci,!0);function ii(t,e){var n=!0;return ei(t,(function(t,i,r){return n=!!e(t,i,r)})),n}function ri(t,e,n){for(var i=-1,r=t.length;++i<r;){var o=t[i],a=e(o);if(null!=a&&(void 0===s?a==a&&!Ja(a):n(a,s)))var s=a,l=o}return l}function oi(t,e){var n=[];return ei(t,(function(t,i,r){e(t,i,r)&&n.push(t)})),n}function ai(t,e,n,i,r){var o=-1,a=t.length;for(n||(n=ao),r||(r=[]);++o<a;){var s=t[o];e>0&&n(s)?e>1?ai(s,e-1,n,i,r):fe(r,s):i||(r[r.length]=s)}return r}var si=wr(),li=wr(!0);function di(t,e){return t&&si(t,e,_s)}function ci(t,e){return t&&li(t,e,_s)}function ui(t,e){return ce(e,(function(e){return za(t[e])}))}function hi(t,e){for(var n=0,i=(e=lr(e,t)).length;null!=t&&n<i;)t=t[So(e[n++])];return n&&n==i?t:void 0}function pi(t,e,n){var i=e(t);return La(t)?i:fe(i,n(t))}function fi(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":Jt&&Jt in ft(t)?function(t){var e=wt.call(t,Jt),n=t[Jt];try{t[Jt]=void 0;var i=!0}catch(t){}var r=kt.call(t);i&&(e?t[Jt]=n:delete t[Jt]);return r}(t):function(t){return kt.call(t)}(t)}function gi(t,e){return t>e}function mi(t,e){return null!=t&&wt.call(t,e)}function vi(t,e){return null!=t&&e in ft(t)}function bi(t,e,n){for(var r=n?he:ue,o=t[0].length,a=t.length,s=a,l=i(a),d=1/0,c=[];s--;){var u=t[s];s&&e&&(u=pe(u,Ae(e))),d=ln(u.length,d),l[s]=!n&&(e||o>=120&&u.length>=120)?new Nn(s&&u):void 0}u=t[0];var h=-1,p=l[0];t:for(;++h<o&&c.length<d;){var f=u[h],g=e?e(f):f;if(f=n||0!==f?f:0,!(p?Te(p,g):r(c,g,n))){for(s=a;--s;){var m=l[s];if(!(m?Te(m,g):r(t[s],g,n)))continue t}p&&p.push(g),c.push(f)}}return c}function yi(t,e,n){var i=null==(t=vo(t,e=lr(e,t)))?t:t[So(Bo(e))];return null==i?void 0:oe(i,t,n)}function xi(t){return Ua(t)&&fi(t)==l}function _i(t,e,n,i,r){return t===e||(null==t||null==e||!Ua(t)&&!Ua(e)?t!=t&&e!=e:function(t,e,n,i,r,o){var a=La(t),s=La(e),p=a?d:io(t),f=s?d:io(e),O=(p=p==l?v:p)==v,C=(f=f==l?v:f)==v,k=p==f;if(k&&Ra(t)){if(!Ra(e))return!1;a=!0,O=!1}if(k&&!O)return o||(o=new Rn),a||Qa(t)?Yr(t,e,n,i,r,o):function(t,e,n,i,r,o,a){switch(n){case $:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case w:return!(t.byteLength!=e.byteLength||!o(new Lt(t),new Lt(e)));case c:case u:case m:return Ma(+t,+e);case h:return t.name==e.name&&t.message==e.message;case b:case x:return t==e+"";case g:var s=ze;case y:var l=1&i;if(s||(s=Ye),t.size!=e.size&&!l)return!1;var d=a.get(t);if(d)return d==e;i|=2,a.set(t,e);var p=Yr(s(t),s(e),i,r,o,a);return a.delete(t),p;case _:if(Sn)return Sn.call(t)==Sn.call(e)}return!1}(t,e,p,n,i,r,o);if(!(1&n)){var S=O&&wt.call(t,"__wrapped__"),j=C&&wt.call(e,"__wrapped__");if(S||j){var E=S?t.value():t,M=j?e.value():e;return o||(o=new Rn),r(E,M,n,i,o)}}if(!k)return!1;return o||(o=new Rn),function(t,e,n,i,r,o){var a=1&n,s=Gr(t),l=s.length,d=Gr(e).length;if(l!=d&&!a)return!1;var c=l;for(;c--;){var u=s[c];if(!(a?u in e:wt.call(e,u)))return!1}var h=o.get(t),p=o.get(e);if(h&&p)return h==e&&p==t;var f=!0;o.set(t,e),o.set(e,t);var g=a;for(;++c<l;){u=s[c];var m=t[u],v=e[u];if(i)var b=a?i(v,m,u,e,t,o):i(m,v,u,t,e,o);if(!(void 0===b?m===v||r(m,v,n,i,o):b)){f=!1;break}g||(g="constructor"==u)}if(f&&!g){var y=t.constructor,x=e.constructor;y==x||!("constructor"in t)||!("constructor"in e)||"function"==typeof y&&y instanceof y&&"function"==typeof x&&x instanceof x||(f=!1)}return o.delete(t),o.delete(e),f}(t,e,n,i,r,o)}(t,e,n,i,_i,r))}function Oi(t,e,n,i){var r=n.length,o=r,a=!i;if(null==t)return!o;for(t=ft(t);r--;){var s=n[r];if(a&&s[2]?s[1]!==t[s[0]]:!(s[0]in t))return!1}for(;++r<o;){var l=(s=n[r])[0],d=t[l],c=s[1];if(a&&s[2]){if(void 0===d&&!(l in t))return!1}else{var u=new Rn;if(i)var h=i(d,c,l,t,e,u);if(!(void 0===h?_i(c,d,3,i,u):h))return!1}}return!0}function wi(t){return!(!Ya(t)||(e=t,Ct&&Ct in e))&&(za(t)?Et:at).test(jo(t));var e}function $i(t){return"function"==typeof t?t:null==t?Vs:"object"==typeof t?La(t)?Mi(t[0],t[1]):Ei(t):nl(t)}function Ci(t){if(!po(t))return an(t);var e=[];for(var n in ft(t))wt.call(t,n)&&"constructor"!=n&&e.push(n);return e}function ki(t){if(!Ya(t))return function(t){var e=[];if(null!=t)for(var n in ft(t))e.push(n);return e}(t);var e=po(t),n=[];for(var i in t)("constructor"!=i||!e&&wt.call(t,i))&&n.push(i);return n}function Si(t,e){return t<e}function ji(t,e){var n=-1,r=Ia(t)?i(t.length):[];return ei(t,(function(t,i,o){r[++n]=e(t,i,o)})),r}function Ei(t){var e=Qr(t);return 1==e.length&&e[0][2]?go(e[0][0],e[0][1]):function(n){return n===t||Oi(n,t,e)}}function Mi(t,e){return co(t)&&fo(e)?go(So(t),e):function(n){var i=ms(n,t);return void 0===i&&i===e?vs(n,t):_i(e,i,3)}}function Ai(t,e,n,i,r){t!==e&&si(e,(function(o,a){if(r||(r=new Rn),Ya(o))!function(t,e,n,i,r,o,a){var s=yo(t,n),l=yo(e,n),d=a.get(l);if(d)return void Wn(t,n,d);var c=o?o(s,l,n+"",t,e,a):void 0,u=void 0===c;if(u){var h=La(l),p=!h&&Ra(l),f=!h&&!p&&Qa(l);c=l,h||p||f?La(s)?c=s:Na(s)?c=br(s):p?(u=!1,c=hr(l,!0)):f?(u=!1,c=fr(l,!0)):c=[]:Xa(l)||Ta(l)?(c=s,Ta(s)?c=ss(s):Ya(s)&&!za(s)||(c=oo(l))):u=!1}u&&(a.set(l,c),r(c,l,i,o,a),a.delete(l));Wn(t,n,c)}(t,e,a,n,Ai,i,r);else{var s=i?i(yo(t,a),o,a+"",t,e,r):void 0;void 0===s&&(s=o),Wn(t,a,s)}}),Os)}function Pi(t,e){var n=t.length;if(n)return so(e+=e<0?n:0,n)?t[e]:void 0}function Ti(t,e,n){e=e.length?pe(e,(function(t){return La(t)?function(e){return hi(e,1===t.length?t[0]:t)}:t})):[Vs];var i=-1;return e=pe(e,Ae(Zr())),function(t,e){var n=t.length;for(t.sort(e);n--;)t[n]=t[n].value;return t}(ji(t,(function(t,n,r){return{criteria:pe(e,(function(e){return e(t)})),index:++i,value:t}})),(function(t,e){return function(t,e,n){var i=-1,r=t.criteria,o=e.criteria,a=r.length,s=n.length;for(;++i<a;){var l=gr(r[i],o[i]);if(l){if(i>=s)return l;var d=n[i];return l*("desc"==d?-1:1)}}return t.index-e.index}(t,e,n)}))}function Li(t,e,n){for(var i=-1,r=e.length,o={};++i<r;){var a=e[i],s=hi(t,a);n(s,a)&&Hi(o,lr(a,t),s)}return o}function Di(t,e,n,i){var r=i?Oe:_e,o=-1,a=e.length,s=t;for(t===e&&(e=br(e)),n&&(s=pe(t,Ae(n)));++o<a;)for(var l=0,d=e[o],c=n?n(d):d;(l=r(s,c,l,i))>-1;)s!==t&&Xt.call(s,l,1),Xt.call(t,l,1);return t}function Ii(t,e){for(var n=t?e.length:0,i=n-1;n--;){var r=e[n];if(n==i||r!==o){var o=r;so(r)?Xt.call(t,r,1):tr(t,r)}}return t}function Ni(t,e){return t+tn(un()*(e-t+1))}function Ri(t,e){var n="";if(!t||e<1||e>9007199254740991)return n;do{e%2&&(n+=t),(e=tn(e/2))&&(t+=t)}while(e);return n}function Fi(t,e){return Oo(mo(t,e,Vs),t+"")}function Bi(t){return Bn(Ms(t))}function zi(t,e){var n=Ms(t);return Co(n,Kn(e,0,n.length))}function Hi(t,e,n,i){if(!Ya(t))return t;for(var r=-1,o=(e=lr(e,t)).length,a=o-1,s=t;null!=s&&++r<o;){var l=So(e[r]),d=n;if("__proto__"===l||"constructor"===l||"prototype"===l)return t;if(r!=a){var c=s[l];void 0===(d=i?i(c,l,s):void 0)&&(d=Ya(c)?c:so(e[r+1])?[]:{})}Yn(s,l,d),s=s[l]}return t}var Wi=yn?function(t,e){return yn.set(t,e),t}:Vs,Yi=be?function(t,e){return be(t,"toString",{configurable:!0,enumerable:!1,value:Ys(e),writable:!0})}:Vs;function Ui(t){return Co(Ms(t))}function Gi(t,e,n){var r=-1,o=t.length;e<0&&(e=-e>o?0:o+e),(n=n>o?o:n)<0&&(n+=o),o=e>n?0:n-e>>>0,e>>>=0;for(var a=i(o);++r<o;)a[r]=t[r+e];return a}function Vi(t,e){var n;return ei(t,(function(t,i,r){return!(n=e(t,i,r))})),!!n}function Xi(t,e,n){var i=0,r=null==t?i:t.length;if("number"==typeof e&&e==e&&r<=2147483647){for(;i<r;){var o=i+r>>>1,a=t[o];null!==a&&!Ja(a)&&(n?a<=e:a<e)?i=o+1:r=o}return r}return qi(t,e,Vs,n)}function qi(t,e,n,i){var r=0,o=null==t?0:t.length;if(0===o)return 0;for(var a=(e=n(e))!=e,s=null===e,l=Ja(e),d=void 0===e;r<o;){var c=tn((r+o)/2),u=n(t[c]),h=void 0!==u,p=null===u,f=u==u,g=Ja(u);if(a)var m=i||f;else m=d?f&&(i||h):s?f&&h&&(i||!p):l?f&&h&&!p&&(i||!g):!p&&!g&&(i?u<=e:u<e);m?r=c+1:o=c}return ln(o,4294967294)}function Ki(t,e){for(var n=-1,i=t.length,r=0,o=[];++n<i;){var a=t[n],s=e?e(a):a;if(!n||!Ma(s,l)){var l=s;o[r++]=0===a?0:a}}return o}function Zi(t){return"number"==typeof t?t:Ja(t)?NaN:+t}function Ji(t){if("string"==typeof t)return t;if(La(t))return pe(t,Ji)+"";if(Ja(t))return jn?jn.call(t):"";var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function Qi(t,e,n){var i=-1,r=ue,o=t.length,a=!0,s=[],l=s;if(n)a=!1,r=he;else if(o>=200){var d=e?null:Rr(t);if(d)return Ye(d);a=!1,r=Te,l=new Nn}else l=e?[]:s;t:for(;++i<o;){var c=t[i],u=e?e(c):c;if(c=n||0!==c?c:0,a&&u==u){for(var h=l.length;h--;)if(l[h]===u)continue t;e&&l.push(u),s.push(c)}else r(l,u,n)||(l!==s&&l.push(u),s.push(c))}return s}function tr(t,e){return null==(t=vo(t,e=lr(e,t)))||delete t[So(Bo(e))]}function er(t,e,n,i){return Hi(t,e,n(hi(t,e)),i)}function nr(t,e,n,i){for(var r=t.length,o=i?r:-1;(i?o--:++o<r)&&e(t[o],o,t););return n?Gi(t,i?0:o,i?o+1:r):Gi(t,i?o+1:0,i?r:o)}function ir(t,e){var n=t;return n instanceof Tn&&(n=n.value()),ge(e,(function(t,e){return e.func.apply(e.thisArg,fe([t],e.args))}),n)}function rr(t,e,n){var r=t.length;if(r<2)return r?Qi(t[0]):[];for(var o=-1,a=i(r);++o<r;)for(var s=t[o],l=-1;++l<r;)l!=o&&(a[o]=ti(a[o]||s,t[l],e,n));return Qi(ai(a,1),e,n)}function or(t,e,n){for(var i=-1,r=t.length,o=e.length,a={};++i<r;){var s=i<o?e[i]:void 0;n(a,t[i],s)}return a}function ar(t){return Na(t)?t:[]}function sr(t){return"function"==typeof t?t:Vs}function lr(t,e){return La(t)?t:co(t,e)?[t]:ko(ls(t))}var dr=Fi;function cr(t,e,n){var i=t.length;return n=void 0===n?i:n,!e&&n>=i?t:Gi(t,e,n)}var ur=ke||function(t){return Vt.clearTimeout(t)};function hr(t,e){if(e)return t.slice();var n=t.length,i=It?It(n):new t.constructor(n);return t.copy(i),i}function pr(t){var e=new t.constructor(t.byteLength);return new Lt(e).set(new Lt(t)),e}function fr(t,e){var n=e?pr(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}function gr(t,e){if(t!==e){var n=void 0!==t,i=null===t,r=t==t,o=Ja(t),a=void 0!==e,s=null===e,l=e==e,d=Ja(e);if(!s&&!d&&!o&&t>e||o&&a&&l&&!s&&!d||i&&a&&l||!n&&l||!r)return 1;if(!i&&!o&&!d&&t<e||d&&n&&r&&!i&&!o||s&&n&&r||!a&&r||!l)return-1}return 0}function mr(t,e,n,r){for(var o=-1,a=t.length,s=n.length,l=-1,d=e.length,c=sn(a-s,0),u=i(d+c),h=!r;++l<d;)u[l]=e[l];for(;++o<s;)(h||o<a)&&(u[n[o]]=t[o]);for(;c--;)u[l++]=t[o++];return u}function vr(t,e,n,r){for(var o=-1,a=t.length,s=-1,l=n.length,d=-1,c=e.length,u=sn(a-l,0),h=i(u+c),p=!r;++o<u;)h[o]=t[o];for(var f=o;++d<c;)h[f+d]=e[d];for(;++s<l;)(p||o<a)&&(h[f+n[s]]=t[o++]);return h}function br(t,e){var n=-1,r=t.length;for(e||(e=i(r));++n<r;)e[n]=t[n];return e}function yr(t,e,n,i){var r=!n;n||(n={});for(var o=-1,a=e.length;++o<a;){var s=e[o],l=i?i(n[s],t[s],s,n,t):void 0;void 0===l&&(l=t[s]),r?Xn(n,s,l):Yn(n,s,l)}return n}function xr(t,e){return function(n,i){var r=La(n)?ae:Gn,o=e?e():{};return r(n,t,Zr(i,2),o)}}function _r(t){return Fi((function(e,n){var i=-1,r=n.length,o=r>1?n[r-1]:void 0,a=r>2?n[2]:void 0;for(o=t.length>3&&"function"==typeof o?(r--,o):void 0,a&&lo(n[0],n[1],a)&&(o=r<3?void 0:o,r=1),e=ft(e);++i<r;){var s=n[i];s&&t(e,s,i,o)}return e}))}function Or(t,e){return function(n,i){if(null==n)return n;if(!Ia(n))return t(n,i);for(var r=n.length,o=e?r:-1,a=ft(n);(e?o--:++o<r)&&!1!==i(a[o],o,a););return n}}function wr(t){return function(e,n,i){for(var r=-1,o=ft(e),a=i(e),s=a.length;s--;){var l=a[t?s:++r];if(!1===n(o[l],l,o))break}return e}}function $r(t){return function(e){var n=Be(e=ls(e))?Ve(e):void 0,i=n?n[0]:e.charAt(0),r=n?cr(n,1).join(""):e.slice(1);return i[t]()+r}}function Cr(t){return function(e){return ge(zs(Ts(e).replace(Pt,"")),t,"")}}function kr(t){return function(){var e=arguments;switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var n=Mn(t.prototype),i=t.apply(n,e);return Ya(i)?i:n}}function Sr(t){return function(e,n,i){var r=ft(e);if(!Ia(e)){var o=Zr(n,3);e=_s(e),n=function(t){return o(r[t],t,r)}}var a=t(e,n,i);return a>-1?r[o?e[a]:a]:void 0}}function jr(t){return Ur((function(e){var n=e.length,i=n,r=Pn.prototype.thru;for(t&&e.reverse();i--;){var a=e[i];if("function"!=typeof a)throw new vt(o);if(r&&!s&&"wrapper"==qr(a))var s=new Pn([],!0)}for(i=s?i:n;++i<n;){var l=qr(a=e[i]),d="wrapper"==l?Xr(a):void 0;s=d&&uo(d[0])&&424==d[1]&&!d[4].length&&1==d[9]?s[qr(d[0])].apply(s,d[3]):1==a.length&&uo(a)?s[l]():s.thru(a)}return function(){var t=arguments,i=t[0];if(s&&1==t.length&&La(i))return s.plant(i).value();for(var r=0,o=n?e[r].apply(this,t):i;++r<n;)o=e[r].call(this,o);return o}}))}function Er(t,e,n,r,o,a,s,l,d,c){var u=128&e,h=1&e,p=2&e,f=24&e,g=512&e,m=p?void 0:kr(t);return function v(){for(var b=arguments.length,y=i(b),x=b;x--;)y[x]=arguments[x];if(f)var _=Kr(v),O=Ie(y,_);if(r&&(y=mr(y,r,o,f)),a&&(y=vr(y,a,s,f)),b-=O,f&&b<c){var w=We(y,_);return Ir(t,e,Er,v.placeholder,n,y,w,l,d,c-b)}var $=h?n:this,C=p?$[t]:t;return b=y.length,l?y=bo(y,l):g&&b>1&&y.reverse(),u&&d<b&&(y.length=d),this&&this!==Vt&&this instanceof v&&(C=m||kr(C)),C.apply($,y)}}function Mr(t,e){return function(n,i){return function(t,e,n,i){return di(t,(function(t,r,o){e(i,n(t),r,o)})),i}(n,t,e(i),{})}}function Ar(t,e){return function(n,i){var r;if(void 0===n&&void 0===i)return e;if(void 0!==n&&(r=n),void 0!==i){if(void 0===r)return i;"string"==typeof n||"string"==typeof i?(n=Ji(n),i=Ji(i)):(n=Zi(n),i=Zi(i)),r=t(n,i)}return r}}function Pr(t){return Ur((function(e){return e=pe(e,Ae(Zr())),Fi((function(n){var i=this;return t(e,(function(t){return oe(t,i,n)}))}))}))}function Tr(t,e){var n=(e=void 0===e?" ":Ji(e)).length;if(n<2)return n?Ri(e,t):e;var i=Ri(e,Qe(t/Ge(e)));return Be(e)?cr(Ve(i),0,t).join(""):i.slice(0,t)}function Lr(t){return function(e,n,r){return r&&"number"!=typeof r&&lo(e,n,r)&&(n=r=void 0),e=is(e),void 0===n?(n=e,e=0):n=is(n),function(t,e,n,r){for(var o=-1,a=sn(Qe((e-t)/(n||1)),0),s=i(a);a--;)s[r?a:++o]=t,t+=n;return s}(e,n,r=void 0===r?e<n?1:-1:is(r),t)}}function Dr(t){return function(e,n){return"string"==typeof e&&"string"==typeof n||(e=as(e),n=as(n)),t(e,n)}}function Ir(t,e,n,i,r,o,a,s,l,d){var c=8&e;e|=c?32:64,4&(e&=~(c?64:32))||(e&=-4);var u=[t,e,r,c?o:void 0,c?a:void 0,c?void 0:o,c?void 0:a,s,l,d],h=n.apply(void 0,u);return uo(t)&&xo(h,u),h.placeholder=i,wo(h,t,e)}function Nr(t){var e=pt[t];return function(t,n){if(t=as(t),(n=null==n?0:ln(rs(n),292))&&rn(t)){var i=(ls(t)+"e").split("e");return+((i=(ls(e(i[0]+"e"+(+i[1]+n)))+"e").split("e"))[0]+"e"+(+i[1]-n))}return e(t)}}var Rr=mn&&1/Ye(new mn([,-0]))[1]==1/0?function(t){return new mn(t)}:Js;function Fr(t){return function(e){var n=io(e);return n==g?ze(e):n==y?Ue(e):function(t,e){return pe(e,(function(e){return[e,t[e]]}))}(e,t(e))}}function Br(t,e,n,r,s,l,d,c){var u=2&e;if(!u&&"function"!=typeof t)throw new vt(o);var h=r?r.length:0;if(h||(e&=-97,r=s=void 0),d=void 0===d?d:sn(rs(d),0),c=void 0===c?c:rs(c),h-=s?s.length:0,64&e){var p=r,f=s;r=s=void 0}var g=u?void 0:Xr(t),m=[t,e,n,r,s,p,f,l,d,c];if(g&&function(t,e){var n=t[1],i=e[1],r=n|i,o=r<131,s=128==i&&8==n||128==i&&256==n&&t[7].length<=e[8]||384==i&&e[7].length<=e[8]&&8==n;if(!o&&!s)return t;1&i&&(t[2]=e[2],r|=1&n?0:4);var l=e[3];if(l){var d=t[3];t[3]=d?mr(d,l,e[4]):l,t[4]=d?We(t[3],a):e[4]}(l=e[5])&&(d=t[5],t[5]=d?vr(d,l,e[6]):l,t[6]=d?We(t[5],a):e[6]);(l=e[7])&&(t[7]=l);128&i&&(t[8]=null==t[8]?e[8]:ln(t[8],e[8]));null==t[9]&&(t[9]=e[9]);t[0]=e[0],t[1]=r}(m,g),t=m[0],e=m[1],n=m[2],r=m[3],s=m[4],!(c=m[9]=void 0===m[9]?u?0:t.length:sn(m[9]-h,0))&&24&e&&(e&=-25),e&&1!=e)v=8==e||16==e?function(t,e,n){var r=kr(t);return function o(){for(var a=arguments.length,s=i(a),l=a,d=Kr(o);l--;)s[l]=arguments[l];var c=a<3&&s[0]!==d&&s[a-1]!==d?[]:We(s,d);if((a-=c.length)<n)return Ir(t,e,Er,o.placeholder,void 0,s,c,void 0,void 0,n-a);var u=this&&this!==Vt&&this instanceof o?r:t;return oe(u,this,s)}}(t,e,c):32!=e&&33!=e||s.length?Er.apply(void 0,m):function(t,e,n,r){var o=1&e,a=kr(t);return function e(){for(var s=-1,l=arguments.length,d=-1,c=r.length,u=i(c+l),h=this&&this!==Vt&&this instanceof e?a:t;++d<c;)u[d]=r[d];for(;l--;)u[d++]=arguments[++s];return oe(h,o?n:this,u)}}(t,e,n,r);else var v=function(t,e,n){var i=1&e,r=kr(t);return function e(){var o=this&&this!==Vt&&this instanceof e?r:t;return o.apply(i?n:this,arguments)}}(t,e,n);return wo((g?Wi:xo)(v,m),t,e)}function zr(t,e,n,i){return void 0===t||Ma(t,xt[n])&&!wt.call(i,n)?e:t}function Hr(t,e,n,i,r,o){return Ya(t)&&Ya(e)&&(o.set(e,t),Ai(t,e,void 0,Hr,o),o.delete(e)),t}function Wr(t){return Xa(t)?void 0:t}function Yr(t,e,n,i,r,o){var a=1&n,s=t.length,l=e.length;if(s!=l&&!(a&&l>s))return!1;var d=o.get(t),c=o.get(e);if(d&&c)return d==e&&c==t;var u=-1,h=!0,p=2&n?new Nn:void 0;for(o.set(t,e),o.set(e,t);++u<s;){var f=t[u],g=e[u];if(i)var m=a?i(g,f,u,e,t,o):i(f,g,u,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(p){if(!ve(e,(function(t,e){if(!Te(p,e)&&(f===t||r(f,t,n,i,o)))return p.push(e)}))){h=!1;break}}else if(f!==g&&!r(f,g,n,i,o)){h=!1;break}}return o.delete(t),o.delete(e),h}function Ur(t){return Oo(mo(t,void 0,Do),t+"")}function Gr(t){return pi(t,_s,eo)}function Vr(t){return pi(t,Os,no)}var Xr=yn?function(t){return yn.get(t)}:Js;function qr(t){for(var e=t.name+"",n=xn[e],i=wt.call(xn,e)?n.length:0;i--;){var r=n[i],o=r.func;if(null==o||o==t)return r.name}return e}function Kr(t){return(wt.call(En,"placeholder")?En:t).placeholder}function Zr(){var t=En.iteratee||Xs;return t=t===Xs?$i:t,arguments.length?t(arguments[0],arguments[1]):t}function Jr(t,e){var n,i,r=t.__data__;return("string"==(i=typeof(n=e))||"number"==i||"symbol"==i||"boolean"==i?"__proto__"!==n:null===n)?r["string"==typeof e?"string":"hash"]:r.map}function Qr(t){for(var e=_s(t),n=e.length;n--;){var i=e[n],r=t[i];e[n]=[i,r,fo(r)]}return e}function to(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return wi(n)?n:void 0}var eo=en?function(t){return null==t?[]:(t=ft(t),ce(en(t),(function(e){return Gt.call(t,e)})))}:ol,no=en?function(t){for(var e=[];t;)fe(e,eo(t)),t=Ht(t);return e}:ol,io=fi;function ro(t,e,n){for(var i=-1,r=(e=lr(e,t)).length,o=!1;++i<r;){var a=So(e[i]);if(!(o=null!=t&&n(t,a)))break;t=t[a]}return o||++i!=r?o:!!(r=null==t?0:t.length)&&Wa(r)&&so(a,r)&&(La(t)||Ta(t))}function oo(t){return"function"!=typeof t.constructor||po(t)?{}:Mn(Ht(t))}function ao(t){return La(t)||Ta(t)||!!(qt&&t&&t[qt])}function so(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&lt.test(t))&&t>-1&&t%1==0&&t<e}function lo(t,e,n){if(!Ya(n))return!1;var i=typeof e;return!!("number"==i?Ia(n)&&so(e,n.length):"string"==i&&e in n)&&Ma(n[e],t)}function co(t,e){if(La(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Ja(t))||(Y.test(t)||!W.test(t)||null!=e&&t in ft(e))}function uo(t){var e=qr(t),n=En[e];if("function"!=typeof n||!(e in Tn.prototype))return!1;if(t===n)return!0;var i=Xr(n);return!!i&&t===i[0]}(pn&&io(new pn(new ArrayBuffer(1)))!=$||fn&&io(new fn)!=g||gn&&"[object Promise]"!=io(gn.resolve())||mn&&io(new mn)!=y||vn&&io(new vn)!=O)&&(io=function(t){var e=fi(t),n=e==v?t.constructor:void 0,i=n?jo(n):"";if(i)switch(i){case _n:return $;case On:return g;case wn:return"[object Promise]";case $n:return y;case Cn:return O}return e});var ho=_t?za:al;function po(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||xt)}function fo(t){return t==t&&!Ya(t)}function go(t,e){return function(n){return null!=n&&(n[t]===e&&(void 0!==e||t in ft(n)))}}function mo(t,e,n){return e=sn(void 0===e?t.length-1:e,0),function(){for(var r=arguments,o=-1,a=sn(r.length-e,0),s=i(a);++o<a;)s[o]=r[e+o];o=-1;for(var l=i(e+1);++o<e;)l[o]=r[o];return l[e]=n(s),oe(t,this,l)}}function vo(t,e){return e.length<2?t:hi(t,Gi(e,0,-1))}function bo(t,e){for(var n=t.length,i=ln(e.length,n),r=br(t);i--;){var o=e[i];t[i]=so(o,n)?r[o]:void 0}return t}function yo(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}var xo=$o(Wi),_o=Je||function(t,e){return Vt.setTimeout(t,e)},Oo=$o(Yi);function wo(t,e,n){var i=e+"";return Oo(t,function(t,e){var n=e.length;if(!n)return t;var i=n-1;return e[i]=(n>1?"& ":"")+e[i],e=e.join(n>2?", ":" "),t.replace(K,"{\n/* [wrapped with "+e+"] */\n")}(i,function(t,e){return se(s,(function(n){var i="_."+n[0];e&n[1]&&!ue(t,i)&&t.push(i)})),t.sort()}(function(t){var e=t.match(Z);return e?e[1].split(J):[]}(i),n)))}function $o(t){var e=0,n=0;return function(){var i=dn(),r=16-(i-n);if(n=i,r>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}function Co(t,e){var n=-1,i=t.length,r=i-1;for(e=void 0===e?i:e;++n<e;){var o=Ni(n,r),a=t[o];t[o]=t[n],t[n]=a}return t.length=e,t}var ko=function(t){var e=$a(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(U,(function(t,n,i,r){e.push(i?r.replace(et,"$1"):n||t)})),e}));function So(t){if("string"==typeof t||Ja(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function jo(t){if(null!=t){try{return Ot.call(t)}catch(t){}try{return t+""}catch(t){}}return""}function Eo(t){if(t instanceof Tn)return t.clone();var e=new Pn(t.__wrapped__,t.__chain__);return e.__actions__=br(t.__actions__),e.__index__=t.__index__,e.__values__=t.__values__,e}var Mo=Fi((function(t,e){return Na(t)?ti(t,ai(e,1,Na,!0)):[]})),Ao=Fi((function(t,e){var n=Bo(e);return Na(n)&&(n=void 0),Na(t)?ti(t,ai(e,1,Na,!0),Zr(n,2)):[]})),Po=Fi((function(t,e){var n=Bo(e);return Na(n)&&(n=void 0),Na(t)?ti(t,ai(e,1,Na,!0),void 0,n):[]}));function To(t,e,n){var i=null==t?0:t.length;if(!i)return-1;var r=null==n?0:rs(n);return r<0&&(r=sn(i+r,0)),xe(t,Zr(e,3),r)}function Lo(t,e,n){var i=null==t?0:t.length;if(!i)return-1;var r=i-1;return void 0!==n&&(r=rs(n),r=n<0?sn(i+r,0):ln(r,i-1)),xe(t,Zr(e,3),r,!0)}function Do(t){return(null==t?0:t.length)?ai(t,1):[]}function Io(t){return t&&t.length?t[0]:void 0}var No=Fi((function(t){var e=pe(t,ar);return e.length&&e[0]===t[0]?bi(e):[]})),Ro=Fi((function(t){var e=Bo(t),n=pe(t,ar);return e===Bo(n)?e=void 0:n.pop(),n.length&&n[0]===t[0]?bi(n,Zr(e,2)):[]})),Fo=Fi((function(t){var e=Bo(t),n=pe(t,ar);return(e="function"==typeof e?e:void 0)&&n.pop(),n.length&&n[0]===t[0]?bi(n,void 0,e):[]}));function Bo(t){var e=null==t?0:t.length;return e?t[e-1]:void 0}var zo=Fi(Ho);function Ho(t,e){return t&&t.length&&e&&e.length?Di(t,e):t}var Wo=Ur((function(t,e){var n=null==t?0:t.length,i=qn(t,e);return Ii(t,pe(e,(function(t){return so(t,n)?+t:t})).sort(gr)),i}));function Yo(t){return null==t?t:hn.call(t)}var Uo=Fi((function(t){return Qi(ai(t,1,Na,!0))})),Go=Fi((function(t){var e=Bo(t);return Na(e)&&(e=void 0),Qi(ai(t,1,Na,!0),Zr(e,2))})),Vo=Fi((function(t){var e=Bo(t);return e="function"==typeof e?e:void 0,Qi(ai(t,1,Na,!0),void 0,e)}));function Xo(t){if(!t||!t.length)return[];var e=0;return t=ce(t,(function(t){if(Na(t))return e=sn(t.length,e),!0})),Ee(e,(function(e){return pe(t,Ce(e))}))}function qo(t,e){if(!t||!t.length)return[];var n=Xo(t);return null==e?n:pe(n,(function(t){return oe(e,void 0,t)}))}var Ko=Fi((function(t,e){return Na(t)?ti(t,e):[]})),Zo=Fi((function(t){return rr(ce(t,Na))})),Jo=Fi((function(t){var e=Bo(t);return Na(e)&&(e=void 0),rr(ce(t,Na),Zr(e,2))})),Qo=Fi((function(t){var e=Bo(t);return e="function"==typeof e?e:void 0,rr(ce(t,Na),void 0,e)})),ta=Fi(Xo);var ea=Fi((function(t){var e=t.length,n=e>1?t[e-1]:void 0;return n="function"==typeof n?(t.pop(),n):void 0,qo(t,n)}));function na(t){var e=En(t);return e.__chain__=!0,e}function ia(t,e){return e(t)}var ra=Ur((function(t){var e=t.length,n=e?t[0]:0,i=this.__wrapped__,r=function(e){return qn(e,t)};return!(e>1||this.__actions__.length)&&i instanceof Tn&&so(n)?((i=i.slice(n,+n+(e?1:0))).__actions__.push({func:ia,args:[r],thisArg:void 0}),new Pn(i,this.__chain__).thru((function(t){return e&&!t.length&&t.push(void 0),t}))):this.thru(r)}));var oa=xr((function(t,e,n){wt.call(t,n)?++t[n]:Xn(t,n,1)}));var aa=Sr(To),sa=Sr(Lo);function la(t,e){return(La(t)?se:ei)(t,Zr(e,3))}function da(t,e){return(La(t)?le:ni)(t,Zr(e,3))}var ca=xr((function(t,e,n){wt.call(t,n)?t[n].push(e):Xn(t,n,[e])}));var ua=Fi((function(t,e,n){var r=-1,o="function"==typeof e,a=Ia(t)?i(t.length):[];return ei(t,(function(t){a[++r]=o?oe(e,t,n):yi(t,e,n)})),a})),ha=xr((function(t,e,n){Xn(t,n,e)}));function pa(t,e){return(La(t)?pe:ji)(t,Zr(e,3))}var fa=xr((function(t,e,n){t[n?0:1].push(e)}),(function(){return[[],[]]}));var ga=Fi((function(t,e){if(null==t)return[];var n=e.length;return n>1&&lo(t,e[0],e[1])?e=[]:n>2&&lo(e[0],e[1],e[2])&&(e=[e[0]]),Ti(t,ai(e,1),[])})),ma=Ze||function(){return Vt.Date.now()};function va(t,e,n){return e=n?void 0:e,Br(t,128,void 0,void 0,void 0,void 0,e=t&&null==e?t.length:e)}function ba(t,e){var n;if("function"!=typeof e)throw new vt(o);return t=rs(t),function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=void 0),n}}var ya=Fi((function(t,e,n){var i=1;if(n.length){var r=We(n,Kr(ya));i|=32}return Br(t,i,e,n,r)})),xa=Fi((function(t,e,n){var i=3;if(n.length){var r=We(n,Kr(xa));i|=32}return Br(e,i,t,n,r)}));function _a(t,e,n){var i,r,a,s,l,d,c=0,u=!1,h=!1,p=!0;if("function"!=typeof t)throw new vt(o);function f(e){var n=i,o=r;return i=r=void 0,c=e,s=t.apply(o,n)}function g(t){return c=t,l=_o(v,e),u?f(t):s}function m(t){var n=t-d;return void 0===d||n>=e||n<0||h&&t-c>=a}function v(){var t=ma();if(m(t))return b(t);l=_o(v,function(t){var n=e-(t-d);return h?ln(n,a-(t-c)):n}(t))}function b(t){return l=void 0,p&&i?f(t):(i=r=void 0,s)}function y(){var t=ma(),n=m(t);if(i=arguments,r=this,d=t,n){if(void 0===l)return g(d);if(h)return ur(l),l=_o(v,e),f(d)}return void 0===l&&(l=_o(v,e)),s}return e=as(e)||0,Ya(n)&&(u=!!n.leading,a=(h="maxWait"in n)?sn(as(n.maxWait)||0,e):a,p="trailing"in n?!!n.trailing:p),y.cancel=function(){void 0!==l&&ur(l),c=0,i=d=r=l=void 0},y.flush=function(){return void 0===l?s:b(ma())},y}var Oa=Fi((function(t,e){return Qn(t,1,e)})),wa=Fi((function(t,e,n){return Qn(t,as(e)||0,n)}));function $a(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new vt(o);var n=function(){var i=arguments,r=e?e.apply(this,i):i[0],o=n.cache;if(o.has(r))return o.get(r);var a=t.apply(this,i);return n.cache=o.set(r,a)||o,a};return n.cache=new($a.Cache||In),n}function Ca(t){if("function"!=typeof t)throw new vt(o);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}$a.Cache=In;var ka=dr((function(t,e){var n=(e=1==e.length&&La(e[0])?pe(e[0],Ae(Zr())):pe(ai(e,1),Ae(Zr()))).length;return Fi((function(i){for(var r=-1,o=ln(i.length,n);++r<o;)i[r]=e[r].call(this,i[r]);return oe(t,this,i)}))})),Sa=Fi((function(t,e){return Br(t,32,void 0,e,We(e,Kr(Sa)))})),ja=Fi((function(t,e){return Br(t,64,void 0,e,We(e,Kr(ja)))})),Ea=Ur((function(t,e){return Br(t,256,void 0,void 0,void 0,e)}));function Ma(t,e){return t===e||t!=t&&e!=e}var Aa=Dr(gi),Pa=Dr((function(t,e){return t>=e})),Ta=xi(function(){return arguments}())?xi:function(t){return Ua(t)&&wt.call(t,"callee")&&!Gt.call(t,"callee")},La=i.isArray,Da=Qt?Ae(Qt):function(t){return Ua(t)&&fi(t)==w};function Ia(t){return null!=t&&Wa(t.length)&&!za(t)}function Na(t){return Ua(t)&&Ia(t)}var Ra=nn||al,Fa=te?Ae(te):function(t){return Ua(t)&&fi(t)==u};function Ba(t){if(!Ua(t))return!1;var e=fi(t);return e==h||"[object DOMException]"==e||"string"==typeof t.message&&"string"==typeof t.name&&!Xa(t)}function za(t){if(!Ya(t))return!1;var e=fi(t);return e==p||e==f||"[object AsyncFunction]"==e||"[object Proxy]"==e}function Ha(t){return"number"==typeof t&&t==rs(t)}function Wa(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}function Ya(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function Ua(t){return null!=t&&"object"==typeof t}var Ga=ee?Ae(ee):function(t){return Ua(t)&&io(t)==g};function Va(t){return"number"==typeof t||Ua(t)&&fi(t)==m}function Xa(t){if(!Ua(t)||fi(t)!=v)return!1;var e=Ht(t);if(null===e)return!0;var n=wt.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&Ot.call(n)==St}var qa=ne?Ae(ne):function(t){return Ua(t)&&fi(t)==b};var Ka=ie?Ae(ie):function(t){return Ua(t)&&io(t)==y};function Za(t){return"string"==typeof t||!La(t)&&Ua(t)&&fi(t)==x}function Ja(t){return"symbol"==typeof t||Ua(t)&&fi(t)==_}var Qa=re?Ae(re):function(t){return Ua(t)&&Wa(t.length)&&!!Bt[fi(t)]};var ts=Dr(Si),es=Dr((function(t,e){return t<=e}));function ns(t){if(!t)return[];if(Ia(t))return Za(t)?Ve(t):br(t);if(Zt&&t[Zt])return function(t){for(var e,n=[];!(e=t.next()).done;)n.push(e.value);return n}(t[Zt]());var e=io(t);return(e==g?ze:e==y?Ye:Ms)(t)}function is(t){return t?(t=as(t))===1/0||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}function rs(t){var e=is(t),n=e%1;return e==e?n?e-n:e:0}function os(t){return t?Kn(rs(t),0,4294967295):0}function as(t){if("number"==typeof t)return t;if(Ja(t))return NaN;if(Ya(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=Ya(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Me(t);var n=ot.test(t);return n||st.test(t)?Yt(t.slice(2),n?2:8):rt.test(t)?NaN:+t}function ss(t){return yr(t,Os(t))}function ls(t){return null==t?"":Ji(t)}var ds=_r((function(t,e){if(po(e)||Ia(e))yr(e,_s(e),t);else for(var n in e)wt.call(e,n)&&Yn(t,n,e[n])})),cs=_r((function(t,e){yr(e,Os(e),t)})),us=_r((function(t,e,n,i){yr(e,Os(e),t,i)})),hs=_r((function(t,e,n,i){yr(e,_s(e),t,i)})),ps=Ur(qn);var fs=Fi((function(t,e){t=ft(t);var n=-1,i=e.length,r=i>2?e[2]:void 0;for(r&&lo(e[0],e[1],r)&&(i=1);++n<i;)for(var o=e[n],a=Os(o),s=-1,l=a.length;++s<l;){var d=a[s],c=t[d];(void 0===c||Ma(c,xt[d])&&!wt.call(t,d))&&(t[d]=o[d])}return t})),gs=Fi((function(t){return t.push(void 0,Hr),oe($s,void 0,t)}));function ms(t,e,n){var i=null==t?void 0:hi(t,e);return void 0===i?n:i}function vs(t,e){return null!=t&&ro(t,e,vi)}var bs=Mr((function(t,e,n){null!=e&&"function"!=typeof e.toString&&(e=kt.call(e)),t[e]=n}),Ys(Vs)),ys=Mr((function(t,e,n){null!=e&&"function"!=typeof e.toString&&(e=kt.call(e)),wt.call(t,e)?t[e].push(n):t[e]=[n]}),Zr),xs=Fi(yi);function _s(t){return Ia(t)?Fn(t):Ci(t)}function Os(t){return Ia(t)?Fn(t,!0):ki(t)}var ws=_r((function(t,e,n){Ai(t,e,n)})),$s=_r((function(t,e,n,i){Ai(t,e,n,i)})),Cs=Ur((function(t,e){var n={};if(null==t)return n;var i=!1;e=pe(e,(function(e){return e=lr(e,t),i||(i=e.length>1),e})),yr(t,Vr(t),n),i&&(n=Zn(n,7,Wr));for(var r=e.length;r--;)tr(n,e[r]);return n}));var ks=Ur((function(t,e){return null==t?{}:function(t,e){return Li(t,e,(function(e,n){return vs(t,n)}))}(t,e)}));function Ss(t,e){if(null==t)return{};var n=pe(Vr(t),(function(t){return[t]}));return e=Zr(e),Li(t,n,(function(t,n){return e(t,n[0])}))}var js=Fr(_s),Es=Fr(Os);function Ms(t){return null==t?[]:Pe(t,_s(t))}var As=Cr((function(t,e,n){return e=e.toLowerCase(),t+(n?Ps(e):e)}));function Ps(t){return Bs(ls(t).toLowerCase())}function Ts(t){return(t=ls(t))&&t.replace(dt,Ne).replace(Tt,"")}var Ls=Cr((function(t,e,n){return t+(n?"-":"")+e.toLowerCase()})),Ds=Cr((function(t,e,n){return t+(n?" ":"")+e.toLowerCase()})),Is=$r("toLowerCase");var Ns=Cr((function(t,e,n){return t+(n?"_":"")+e.toLowerCase()}));var Rs=Cr((function(t,e,n){return t+(n?" ":"")+Bs(e)}));var Fs=Cr((function(t,e,n){return t+(n?" ":"")+e.toUpperCase()})),Bs=$r("toUpperCase");function zs(t,e,n){return t=ls(t),void 0===(e=n?void 0:e)?function(t){return Nt.test(t)}(t)?function(t){return t.match(Dt)||[]}(t):function(t){return t.match(Q)||[]}(t):t.match(e)||[]}var Hs=Fi((function(t,e){try{return oe(t,void 0,e)}catch(t){return Ba(t)?t:new q(t)}})),Ws=Ur((function(t,e){return se(e,(function(e){e=So(e),Xn(t,e,ya(t[e],t))})),t}));function Ys(t){return function(){return t}}var Us=jr(),Gs=jr(!0);function Vs(t){return t}function Xs(t){return $i("function"==typeof t?t:Zn(t,1))}var qs=Fi((function(t,e){return function(n){return yi(n,t,e)}})),Ks=Fi((function(t,e){return function(n){return yi(t,n,e)}}));function Zs(t,e,n){var i=_s(e),r=ui(e,i);null!=n||Ya(e)&&(r.length||!i.length)||(n=e,e=t,t=this,r=ui(e,_s(e)));var o=!(Ya(n)&&"chain"in n&&!n.chain),a=za(t);return se(r,(function(n){var i=e[n];t[n]=i,a&&(t.prototype[n]=function(){var e=this.__chain__;if(o||e){var n=t(this.__wrapped__),r=n.__actions__=br(this.__actions__);return r.push({func:i,args:arguments,thisArg:t}),n.__chain__=e,n}return i.apply(t,fe([this.value()],arguments))})})),t}function Js(){}var Qs=Pr(pe),tl=Pr(de),el=Pr(ve);function nl(t){return co(t)?Ce(So(t)):function(t){return function(e){return hi(e,t)}}(t)}var il=Lr(),rl=Lr(!0);function ol(){return[]}function al(){return!1}var sl=Ar((function(t,e){return t+e}),0),ll=Nr("ceil"),dl=Ar((function(t,e){return t/e}),1),cl=Nr("floor");var ul,hl=Ar((function(t,e){return t*e}),1),pl=Nr("round"),fl=Ar((function(t,e){return t-e}),0);return En.after=function(t,e){if("function"!=typeof e)throw new vt(o);return t=rs(t),function(){if(--t<1)return e.apply(this,arguments)}},En.ary=va,En.assign=ds,En.assignIn=cs,En.assignInWith=us,En.assignWith=hs,En.at=ps,En.before=ba,En.bind=ya,En.bindAll=Ws,En.bindKey=xa,En.castArray=function(){if(!arguments.length)return[];var t=arguments[0];return La(t)?t:[t]},En.chain=na,En.chunk=function(t,e,n){e=(n?lo(t,e,n):void 0===e)?1:sn(rs(e),0);var r=null==t?0:t.length;if(!r||e<1)return[];for(var o=0,a=0,s=i(Qe(r/e));o<r;)s[a++]=Gi(t,o,o+=e);return s},En.compact=function(t){for(var e=-1,n=null==t?0:t.length,i=0,r=[];++e<n;){var o=t[e];o&&(r[i++]=o)}return r},En.concat=function(){var t=arguments.length;if(!t)return[];for(var e=i(t-1),n=arguments[0],r=t;r--;)e[r-1]=arguments[r];return fe(La(n)?br(n):[n],ai(e,1))},En.cond=function(t){var e=null==t?0:t.length,n=Zr();return t=e?pe(t,(function(t){if("function"!=typeof t[1])throw new vt(o);return[n(t[0]),t[1]]})):[],Fi((function(n){for(var i=-1;++i<e;){var r=t[i];if(oe(r[0],this,n))return oe(r[1],this,n)}}))},En.conforms=function(t){return function(t){var e=_s(t);return function(n){return Jn(n,t,e)}}(Zn(t,1))},En.constant=Ys,En.countBy=oa,En.create=function(t,e){var n=Mn(t);return null==e?n:Vn(n,e)},En.curry=function t(e,n,i){var r=Br(e,8,void 0,void 0,void 0,void 0,void 0,n=i?void 0:n);return r.placeholder=t.placeholder,r},En.curryRight=function t(e,n,i){var r=Br(e,16,void 0,void 0,void 0,void 0,void 0,n=i?void 0:n);return r.placeholder=t.placeholder,r},En.debounce=_a,En.defaults=fs,En.defaultsDeep=gs,En.defer=Oa,En.delay=wa,En.difference=Mo,En.differenceBy=Ao,En.differenceWith=Po,En.drop=function(t,e,n){var i=null==t?0:t.length;return i?Gi(t,(e=n||void 0===e?1:rs(e))<0?0:e,i):[]},En.dropRight=function(t,e,n){var i=null==t?0:t.length;return i?Gi(t,0,(e=i-(e=n||void 0===e?1:rs(e)))<0?0:e):[]},En.dropRightWhile=function(t,e){return t&&t.length?nr(t,Zr(e,3),!0,!0):[]},En.dropWhile=function(t,e){return t&&t.length?nr(t,Zr(e,3),!0):[]},En.fill=function(t,e,n,i){var r=null==t?0:t.length;return r?(n&&"number"!=typeof n&&lo(t,e,n)&&(n=0,i=r),function(t,e,n,i){var r=t.length;for((n=rs(n))<0&&(n=-n>r?0:r+n),(i=void 0===i||i>r?r:rs(i))<0&&(i+=r),i=n>i?0:os(i);n<i;)t[n++]=e;return t}(t,e,n,i)):[]},En.filter=function(t,e){return(La(t)?ce:oi)(t,Zr(e,3))},En.flatMap=function(t,e){return ai(pa(t,e),1)},En.flatMapDeep=function(t,e){return ai(pa(t,e),1/0)},En.flatMapDepth=function(t,e,n){return n=void 0===n?1:rs(n),ai(pa(t,e),n)},En.flatten=Do,En.flattenDeep=function(t){return(null==t?0:t.length)?ai(t,1/0):[]},En.flattenDepth=function(t,e){return(null==t?0:t.length)?ai(t,e=void 0===e?1:rs(e)):[]},En.flip=function(t){return Br(t,512)},En.flow=Us,En.flowRight=Gs,En.fromPairs=function(t){for(var e=-1,n=null==t?0:t.length,i={};++e<n;){var r=t[e];i[r[0]]=r[1]}return i},En.functions=function(t){return null==t?[]:ui(t,_s(t))},En.functionsIn=function(t){return null==t?[]:ui(t,Os(t))},En.groupBy=ca,En.initial=function(t){return(null==t?0:t.length)?Gi(t,0,-1):[]},En.intersection=No,En.intersectionBy=Ro,En.intersectionWith=Fo,En.invert=bs,En.invertBy=ys,En.invokeMap=ua,En.iteratee=Xs,En.keyBy=ha,En.keys=_s,En.keysIn=Os,En.map=pa,En.mapKeys=function(t,e){var n={};return e=Zr(e,3),di(t,(function(t,i,r){Xn(n,e(t,i,r),t)})),n},En.mapValues=function(t,e){var n={};return e=Zr(e,3),di(t,(function(t,i,r){Xn(n,i,e(t,i,r))})),n},En.matches=function(t){return Ei(Zn(t,1))},En.matchesProperty=function(t,e){return Mi(t,Zn(e,1))},En.memoize=$a,En.merge=ws,En.mergeWith=$s,En.method=qs,En.methodOf=Ks,En.mixin=Zs,En.negate=Ca,En.nthArg=function(t){return t=rs(t),Fi((function(e){return Pi(e,t)}))},En.omit=Cs,En.omitBy=function(t,e){return Ss(t,Ca(Zr(e)))},En.once=function(t){return ba(2,t)},En.orderBy=function(t,e,n,i){return null==t?[]:(La(e)||(e=null==e?[]:[e]),La(n=i?void 0:n)||(n=null==n?[]:[n]),Ti(t,e,n))},En.over=Qs,En.overArgs=ka,En.overEvery=tl,En.overSome=el,En.partial=Sa,En.partialRight=ja,En.partition=fa,En.pick=ks,En.pickBy=Ss,En.property=nl,En.propertyOf=function(t){return function(e){return null==t?void 0:hi(t,e)}},En.pull=zo,En.pullAll=Ho,En.pullAllBy=function(t,e,n){return t&&t.length&&e&&e.length?Di(t,e,Zr(n,2)):t},En.pullAllWith=function(t,e,n){return t&&t.length&&e&&e.length?Di(t,e,void 0,n):t},En.pullAt=Wo,En.range=il,En.rangeRight=rl,En.rearg=Ea,En.reject=function(t,e){return(La(t)?ce:oi)(t,Ca(Zr(e,3)))},En.remove=function(t,e){var n=[];if(!t||!t.length)return n;var i=-1,r=[],o=t.length;for(e=Zr(e,3);++i<o;){var a=t[i];e(a,i,t)&&(n.push(a),r.push(i))}return Ii(t,r),n},En.rest=function(t,e){if("function"!=typeof t)throw new vt(o);return Fi(t,e=void 0===e?e:rs(e))},En.reverse=Yo,En.sampleSize=function(t,e,n){return e=(n?lo(t,e,n):void 0===e)?1:rs(e),(La(t)?zn:zi)(t,e)},En.set=function(t,e,n){return null==t?t:Hi(t,e,n)},En.setWith=function(t,e,n,i){return i="function"==typeof i?i:void 0,null==t?t:Hi(t,e,n,i)},En.shuffle=function(t){return(La(t)?Hn:Ui)(t)},En.slice=function(t,e,n){var i=null==t?0:t.length;return i?(n&&"number"!=typeof n&&lo(t,e,n)?(e=0,n=i):(e=null==e?0:rs(e),n=void 0===n?i:rs(n)),Gi(t,e,n)):[]},En.sortBy=ga,En.sortedUniq=function(t){return t&&t.length?Ki(t):[]},En.sortedUniqBy=function(t,e){return t&&t.length?Ki(t,Zr(e,2)):[]},En.split=function(t,e,n){return n&&"number"!=typeof n&&lo(t,e,n)&&(e=n=void 0),(n=void 0===n?4294967295:n>>>0)?(t=ls(t))&&("string"==typeof e||null!=e&&!qa(e))&&!(e=Ji(e))&&Be(t)?cr(Ve(t),0,n):t.split(e,n):[]},En.spread=function(t,e){if("function"!=typeof t)throw new vt(o);return e=null==e?0:sn(rs(e),0),Fi((function(n){var i=n[e],r=cr(n,0,e);return i&&fe(r,i),oe(t,this,r)}))},En.tail=function(t){var e=null==t?0:t.length;return e?Gi(t,1,e):[]},En.take=function(t,e,n){return t&&t.length?Gi(t,0,(e=n||void 0===e?1:rs(e))<0?0:e):[]},En.takeRight=function(t,e,n){var i=null==t?0:t.length;return i?Gi(t,(e=i-(e=n||void 0===e?1:rs(e)))<0?0:e,i):[]},En.takeRightWhile=function(t,e){return t&&t.length?nr(t,Zr(e,3),!1,!0):[]},En.takeWhile=function(t,e){return t&&t.length?nr(t,Zr(e,3)):[]},En.tap=function(t,e){return e(t),t},En.throttle=function(t,e,n){var i=!0,r=!0;if("function"!=typeof t)throw new vt(o);return Ya(n)&&(i="leading"in n?!!n.leading:i,r="trailing"in n?!!n.trailing:r),_a(t,e,{leading:i,maxWait:e,trailing:r})},En.thru=ia,En.toArray=ns,En.toPairs=js,En.toPairsIn=Es,En.toPath=function(t){return La(t)?pe(t,So):Ja(t)?[t]:br(ko(ls(t)))},En.toPlainObject=ss,En.transform=function(t,e,n){var i=La(t),r=i||Ra(t)||Qa(t);if(e=Zr(e,4),null==n){var o=t&&t.constructor;n=r?i?new o:[]:Ya(t)&&za(o)?Mn(Ht(t)):{}}return(r?se:di)(t,(function(t,i,r){return e(n,t,i,r)})),n},En.unary=function(t){return va(t,1)},En.union=Uo,En.unionBy=Go,En.unionWith=Vo,En.uniq=function(t){return t&&t.length?Qi(t):[]},En.uniqBy=function(t,e){return t&&t.length?Qi(t,Zr(e,2)):[]},En.uniqWith=function(t,e){return e="function"==typeof e?e:void 0,t&&t.length?Qi(t,void 0,e):[]},En.unset=function(t,e){return null==t||tr(t,e)},En.unzip=Xo,En.unzipWith=qo,En.update=function(t,e,n){return null==t?t:er(t,e,sr(n))},En.updateWith=function(t,e,n,i){return i="function"==typeof i?i:void 0,null==t?t:er(t,e,sr(n),i)},En.values=Ms,En.valuesIn=function(t){return null==t?[]:Pe(t,Os(t))},En.without=Ko,En.words=zs,En.wrap=function(t,e){return Sa(sr(e),t)},En.xor=Zo,En.xorBy=Jo,En.xorWith=Qo,En.zip=ta,En.zipObject=function(t,e){return or(t||[],e||[],Yn)},En.zipObjectDeep=function(t,e){return or(t||[],e||[],Hi)},En.zipWith=ea,En.entries=js,En.entriesIn=Es,En.extend=cs,En.extendWith=us,Zs(En,En),En.add=sl,En.attempt=Hs,En.camelCase=As,En.capitalize=Ps,En.ceil=ll,En.clamp=function(t,e,n){return void 0===n&&(n=e,e=void 0),void 0!==n&&(n=(n=as(n))==n?n:0),void 0!==e&&(e=(e=as(e))==e?e:0),Kn(as(t),e,n)},En.clone=function(t){return Zn(t,4)},En.cloneDeep=function(t){return Zn(t,5)},En.cloneDeepWith=function(t,e){return Zn(t,5,e="function"==typeof e?e:void 0)},En.cloneWith=function(t,e){return Zn(t,4,e="function"==typeof e?e:void 0)},En.conformsTo=function(t,e){return null==e||Jn(t,e,_s(e))},En.deburr=Ts,En.defaultTo=function(t,e){return null==t||t!=t?e:t},En.divide=dl,En.endsWith=function(t,e,n){t=ls(t),e=Ji(e);var i=t.length,r=n=void 0===n?i:Kn(rs(n),0,i);return(n-=e.length)>=0&&t.slice(n,r)==e},En.eq=Ma,En.escape=function(t){return(t=ls(t))&&F.test(t)?t.replace(N,Re):t},En.escapeRegExp=function(t){return(t=ls(t))&&V.test(t)?t.replace(G,"\\$&"):t},En.every=function(t,e,n){var i=La(t)?de:ii;return n&&lo(t,e,n)&&(e=void 0),i(t,Zr(e,3))},En.find=aa,En.findIndex=To,En.findKey=function(t,e){return ye(t,Zr(e,3),di)},En.findLast=sa,En.findLastIndex=Lo,En.findLastKey=function(t,e){return ye(t,Zr(e,3),ci)},En.floor=cl,En.forEach=la,En.forEachRight=da,En.forIn=function(t,e){return null==t?t:si(t,Zr(e,3),Os)},En.forInRight=function(t,e){return null==t?t:li(t,Zr(e,3),Os)},En.forOwn=function(t,e){return t&&di(t,Zr(e,3))},En.forOwnRight=function(t,e){return t&&ci(t,Zr(e,3))},En.get=ms,En.gt=Aa,En.gte=Pa,En.has=function(t,e){return null!=t&&ro(t,e,mi)},En.hasIn=vs,En.head=Io,En.identity=Vs,En.includes=function(t,e,n,i){t=Ia(t)?t:Ms(t),n=n&&!i?rs(n):0;var r=t.length;return n<0&&(n=sn(r+n,0)),Za(t)?n<=r&&t.indexOf(e,n)>-1:!!r&&_e(t,e,n)>-1},En.indexOf=function(t,e,n){var i=null==t?0:t.length;if(!i)return-1;var r=null==n?0:rs(n);return r<0&&(r=sn(i+r,0)),_e(t,e,r)},En.inRange=function(t,e,n){return e=is(e),void 0===n?(n=e,e=0):n=is(n),function(t,e,n){return t>=ln(e,n)&&t<sn(e,n)}(t=as(t),e,n)},En.invoke=xs,En.isArguments=Ta,En.isArray=La,En.isArrayBuffer=Da,En.isArrayLike=Ia,En.isArrayLikeObject=Na,En.isBoolean=function(t){return!0===t||!1===t||Ua(t)&&fi(t)==c},En.isBuffer=Ra,En.isDate=Fa,En.isElement=function(t){return Ua(t)&&1===t.nodeType&&!Xa(t)},En.isEmpty=function(t){if(null==t)return!0;if(Ia(t)&&(La(t)||"string"==typeof t||"function"==typeof t.splice||Ra(t)||Qa(t)||Ta(t)))return!t.length;var e=io(t);if(e==g||e==y)return!t.size;if(po(t))return!Ci(t).length;for(var n in t)if(wt.call(t,n))return!1;return!0},En.isEqual=function(t,e){return _i(t,e)},En.isEqualWith=function(t,e,n){var i=(n="function"==typeof n?n:void 0)?n(t,e):void 0;return void 0===i?_i(t,e,void 0,n):!!i},En.isError=Ba,En.isFinite=function(t){return"number"==typeof t&&rn(t)},En.isFunction=za,En.isInteger=Ha,En.isLength=Wa,En.isMap=Ga,En.isMatch=function(t,e){return t===e||Oi(t,e,Qr(e))},En.isMatchWith=function(t,e,n){return n="function"==typeof n?n:void 0,Oi(t,e,Qr(e),n)},En.isNaN=function(t){return Va(t)&&t!=+t},En.isNative=function(t){if(ho(t))throw new q("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return wi(t)},En.isNil=function(t){return null==t},En.isNull=function(t){return null===t},En.isNumber=Va,En.isObject=Ya,En.isObjectLike=Ua,En.isPlainObject=Xa,En.isRegExp=qa,En.isSafeInteger=function(t){return Ha(t)&&t>=-9007199254740991&&t<=9007199254740991},En.isSet=Ka,En.isString=Za,En.isSymbol=Ja,En.isTypedArray=Qa,En.isUndefined=function(t){return void 0===t},En.isWeakMap=function(t){return Ua(t)&&io(t)==O},En.isWeakSet=function(t){return Ua(t)&&"[object WeakSet]"==fi(t)},En.join=function(t,e){return null==t?"":on.call(t,e)},En.kebabCase=Ls,En.last=Bo,En.lastIndexOf=function(t,e,n){var i=null==t?0:t.length;if(!i)return-1;var r=i;return void 0!==n&&(r=(r=rs(n))<0?sn(i+r,0):ln(r,i-1)),e==e?function(t,e,n){for(var i=n+1;i--;)if(t[i]===e)return i;return i}(t,e,r):xe(t,we,r,!0)},En.lowerCase=Ds,En.lowerFirst=Is,En.lt=ts,En.lte=es,En.max=function(t){return t&&t.length?ri(t,Vs,gi):void 0},En.maxBy=function(t,e){return t&&t.length?ri(t,Zr(e,2),gi):void 0},En.mean=function(t){return $e(t,Vs)},En.meanBy=function(t,e){return $e(t,Zr(e,2))},En.min=function(t){return t&&t.length?ri(t,Vs,Si):void 0},En.minBy=function(t,e){return t&&t.length?ri(t,Zr(e,2),Si):void 0},En.stubArray=ol,En.stubFalse=al,En.stubObject=function(){return{}},En.stubString=function(){return""},En.stubTrue=function(){return!0},En.multiply=hl,En.nth=function(t,e){return t&&t.length?Pi(t,rs(e)):void 0},En.noConflict=function(){return Vt._===this&&(Vt._=jt),this},En.noop=Js,En.now=ma,En.pad=function(t,e,n){t=ls(t);var i=(e=rs(e))?Ge(t):0;if(!e||i>=e)return t;var r=(e-i)/2;return Tr(tn(r),n)+t+Tr(Qe(r),n)},En.padEnd=function(t,e,n){t=ls(t);var i=(e=rs(e))?Ge(t):0;return e&&i<e?t+Tr(e-i,n):t},En.padStart=function(t,e,n){t=ls(t);var i=(e=rs(e))?Ge(t):0;return e&&i<e?Tr(e-i,n)+t:t},En.parseInt=function(t,e,n){return n||null==e?e=0:e&&(e=+e),cn(ls(t).replace(X,""),e||0)},En.random=function(t,e,n){if(n&&"boolean"!=typeof n&&lo(t,e,n)&&(e=n=void 0),void 0===n&&("boolean"==typeof e?(n=e,e=void 0):"boolean"==typeof t&&(n=t,t=void 0)),void 0===t&&void 0===e?(t=0,e=1):(t=is(t),void 0===e?(e=t,t=0):e=is(e)),t>e){var i=t;t=e,e=i}if(n||t%1||e%1){var r=un();return ln(t+r*(e-t+Wt("1e-"+((r+"").length-1))),e)}return Ni(t,e)},En.reduce=function(t,e,n){var i=La(t)?ge:Se,r=arguments.length<3;return i(t,Zr(e,4),n,r,ei)},En.reduceRight=function(t,e,n){var i=La(t)?me:Se,r=arguments.length<3;return i(t,Zr(e,4),n,r,ni)},En.repeat=function(t,e,n){return e=(n?lo(t,e,n):void 0===e)?1:rs(e),Ri(ls(t),e)},En.replace=function(){var t=arguments,e=ls(t[0]);return t.length<3?e:e.replace(t[1],t[2])},En.result=function(t,e,n){var i=-1,r=(e=lr(e,t)).length;for(r||(r=1,t=void 0);++i<r;){var o=null==t?void 0:t[So(e[i])];void 0===o&&(i=r,o=n),t=za(o)?o.call(t):o}return t},En.round=pl,En.runInContext=t,En.sample=function(t){return(La(t)?Bn:Bi)(t)},En.size=function(t){if(null==t)return 0;if(Ia(t))return Za(t)?Ge(t):t.length;var e=io(t);return e==g||e==y?t.size:Ci(t).length},En.snakeCase=Ns,En.some=function(t,e,n){var i=La(t)?ve:Vi;return n&&lo(t,e,n)&&(e=void 0),i(t,Zr(e,3))},En.sortedIndex=function(t,e){return Xi(t,e)},En.sortedIndexBy=function(t,e,n){return qi(t,e,Zr(n,2))},En.sortedIndexOf=function(t,e){var n=null==t?0:t.length;if(n){var i=Xi(t,e);if(i<n&&Ma(t[i],e))return i}return-1},En.sortedLastIndex=function(t,e){return Xi(t,e,!0)},En.sortedLastIndexBy=function(t,e,n){return qi(t,e,Zr(n,2),!0)},En.sortedLastIndexOf=function(t,e){if(null==t?0:t.length){var n=Xi(t,e,!0)-1;if(Ma(t[n],e))return n}return-1},En.startCase=Rs,En.startsWith=function(t,e,n){return t=ls(t),n=null==n?0:Kn(rs(n),0,t.length),e=Ji(e),t.slice(n,n+e.length)==e},En.subtract=fl,En.sum=function(t){return t&&t.length?je(t,Vs):0},En.sumBy=function(t,e){return t&&t.length?je(t,Zr(e,2)):0},En.template=function(t,e,n){var i=En.templateSettings;n&&lo(t,e,n)&&(e=void 0),t=ls(t),e=us({},e,i,zr);var r,o,a=us({},e.imports,i.imports,zr),s=_s(a),l=Pe(a,s),d=0,c=e.interpolate||ct,u="__p += '",h=gt((e.escape||ct).source+"|"+c.source+"|"+(c===H?nt:ct).source+"|"+(e.evaluate||ct).source+"|$","g"),p="//# sourceURL="+(wt.call(e,"sourceURL")?(e.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Ft+"]")+"\n";t.replace(h,(function(e,n,i,a,s,l){return i||(i=a),u+=t.slice(d,l).replace(ut,Fe),n&&(r=!0,u+="' +\n__e("+n+") +\n'"),s&&(o=!0,u+="';\n"+s+";\n__p += '"),i&&(u+="' +\n((__t = ("+i+")) == null ? '' : __t) +\n'"),d=l+e.length,e})),u+="';\n";var f=wt.call(e,"variable")&&e.variable;if(f){if(tt.test(f))throw new q("Invalid `variable` option passed into `_.template`")}else u="with (obj) {\n"+u+"\n}\n";u=(o?u.replace(T,""):u).replace(L,"$1").replace(D,"$1;"),u="function("+(f||"obj")+") {\n"+(f?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(r?", __e = _.escape":"")+(o?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+u+"return __p\n}";var g=Hs((function(){return ht(s,p+"return "+u).apply(void 0,l)}));if(g.source=u,Ba(g))throw g;return g},En.times=function(t,e){if((t=rs(t))<1||t>9007199254740991)return[];var n=4294967295,i=ln(t,4294967295);t-=4294967295;for(var r=Ee(i,e=Zr(e));++n<t;)e(n);return r},En.toFinite=is,En.toInteger=rs,En.toLength=os,En.toLower=function(t){return ls(t).toLowerCase()},En.toNumber=as,En.toSafeInteger=function(t){return t?Kn(rs(t),-9007199254740991,9007199254740991):0===t?t:0},En.toString=ls,En.toUpper=function(t){return ls(t).toUpperCase()},En.trim=function(t,e,n){if((t=ls(t))&&(n||void 0===e))return Me(t);if(!t||!(e=Ji(e)))return t;var i=Ve(t),r=Ve(e);return cr(i,Le(i,r),De(i,r)+1).join("")},En.trimEnd=function(t,e,n){if((t=ls(t))&&(n||void 0===e))return t.slice(0,Xe(t)+1);if(!t||!(e=Ji(e)))return t;var i=Ve(t);return cr(i,0,De(i,Ve(e))+1).join("")},En.trimStart=function(t,e,n){if((t=ls(t))&&(n||void 0===e))return t.replace(X,"");if(!t||!(e=Ji(e)))return t;var i=Ve(t);return cr(i,Le(i,Ve(e))).join("")},En.truncate=function(t,e){var n=30,i="...";if(Ya(e)){var r="separator"in e?e.separator:r;n="length"in e?rs(e.length):n,i="omission"in e?Ji(e.omission):i}var o=(t=ls(t)).length;if(Be(t)){var a=Ve(t);o=a.length}if(n>=o)return t;var s=n-Ge(i);if(s<1)return i;var l=a?cr(a,0,s).join(""):t.slice(0,s);if(void 0===r)return l+i;if(a&&(s+=l.length-s),qa(r)){if(t.slice(s).search(r)){var d,c=l;for(r.global||(r=gt(r.source,ls(it.exec(r))+"g")),r.lastIndex=0;d=r.exec(c);)var u=d.index;l=l.slice(0,void 0===u?s:u)}}else if(t.indexOf(Ji(r),s)!=s){var h=l.lastIndexOf(r);h>-1&&(l=l.slice(0,h))}return l+i},En.unescape=function(t){return(t=ls(t))&&R.test(t)?t.replace(I,qe):t},En.uniqueId=function(t){var e=++$t;return ls(t)+e},En.upperCase=Fs,En.upperFirst=Bs,En.each=la,En.eachRight=da,En.first=Io,Zs(En,(ul={},di(En,(function(t,e){wt.call(En.prototype,e)||(ul[e]=t)})),ul),{chain:!1}),En.VERSION="4.17.21",se(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(t){En[t].placeholder=En})),se(["drop","take"],(function(t,e){Tn.prototype[t]=function(n){n=void 0===n?1:sn(rs(n),0);var i=this.__filtered__&&!e?new Tn(this):this.clone();return i.__filtered__?i.__takeCount__=ln(n,i.__takeCount__):i.__views__.push({size:ln(n,4294967295),type:t+(i.__dir__<0?"Right":"")}),i},Tn.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}})),se(["filter","map","takeWhile"],(function(t,e){var n=e+1,i=1==n||3==n;Tn.prototype[t]=function(t){var e=this.clone();return e.__iteratees__.push({iteratee:Zr(t,3),type:n}),e.__filtered__=e.__filtered__||i,e}})),se(["head","last"],(function(t,e){var n="take"+(e?"Right":"");Tn.prototype[t]=function(){return this[n](1).value()[0]}})),se(["initial","tail"],(function(t,e){var n="drop"+(e?"":"Right");Tn.prototype[t]=function(){return this.__filtered__?new Tn(this):this[n](1)}})),Tn.prototype.compact=function(){return this.filter(Vs)},Tn.prototype.find=function(t){return this.filter(t).head()},Tn.prototype.findLast=function(t){return this.reverse().find(t)},Tn.prototype.invokeMap=Fi((function(t,e){return"function"==typeof t?new Tn(this):this.map((function(n){return yi(n,t,e)}))})),Tn.prototype.reject=function(t){return this.filter(Ca(Zr(t)))},Tn.prototype.slice=function(t,e){t=rs(t);var n=this;return n.__filtered__&&(t>0||e<0)?new Tn(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),void 0!==e&&(n=(e=rs(e))<0?n.dropRight(-e):n.take(e-t)),n)},Tn.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},Tn.prototype.toArray=function(){return this.take(4294967295)},di(Tn.prototype,(function(t,e){var n=/^(?:filter|find|map|reject)|While$/.test(e),i=/^(?:head|last)$/.test(e),r=En[i?"take"+("last"==e?"Right":""):e],o=i||/^find/.test(e);r&&(En.prototype[e]=function(){var e=this.__wrapped__,a=i?[1]:arguments,s=e instanceof Tn,l=a[0],d=s||La(e),c=function(t){var e=r.apply(En,fe([t],a));return i&&u?e[0]:e};d&&n&&"function"==typeof l&&1!=l.length&&(s=d=!1);var u=this.__chain__,h=!!this.__actions__.length,p=o&&!u,f=s&&!h;if(!o&&d){e=f?e:new Tn(this);var g=t.apply(e,a);return g.__actions__.push({func:ia,args:[c],thisArg:void 0}),new Pn(g,u)}return p&&f?t.apply(this,a):(g=this.thru(c),p?i?g.value()[0]:g.value():g)})})),se(["pop","push","shift","sort","splice","unshift"],(function(t){var e=bt[t],n=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",i=/^(?:pop|shift)$/.test(t);En.prototype[t]=function(){var t=arguments;if(i&&!this.__chain__){var r=this.value();return e.apply(La(r)?r:[],t)}return this[n]((function(n){return e.apply(La(n)?n:[],t)}))}})),di(Tn.prototype,(function(t,e){var n=En[e];if(n){var i=n.name+"";wt.call(xn,i)||(xn[i]=[]),xn[i].push({name:e,func:n})}})),xn[Er(void 0,2).name]=[{name:"wrapper",func:void 0}],Tn.prototype.clone=function(){var t=new Tn(this.__wrapped__);return t.__actions__=br(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=br(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=br(this.__views__),t},Tn.prototype.reverse=function(){if(this.__filtered__){var t=new Tn(this);t.__dir__=-1,t.__filtered__=!0}else(t=this.clone()).__dir__*=-1;return t},Tn.prototype.value=function(){var t=this.__wrapped__.value(),e=this.__dir__,n=La(t),i=e<0,r=n?t.length:0,o=function(t,e,n){var i=-1,r=n.length;for(;++i<r;){var o=n[i],a=o.size;switch(o.type){case"drop":t+=a;break;case"dropRight":e-=a;break;case"take":e=ln(e,t+a);break;case"takeRight":t=sn(t,e-a)}}return{start:t,end:e}}(0,r,this.__views__),a=o.start,s=o.end,l=s-a,d=i?s:a-1,c=this.__iteratees__,u=c.length,h=0,p=ln(l,this.__takeCount__);if(!n||!i&&r==l&&p==l)return ir(t,this.__actions__);var f=[];t:for(;l--&&h<p;){for(var g=-1,m=t[d+=e];++g<u;){var v=c[g],b=v.iteratee,y=v.type,x=b(m);if(2==y)m=x;else if(!x){if(1==y)continue t;break t}}f[h++]=m}return f},En.prototype.at=ra,En.prototype.chain=function(){return na(this)},En.prototype.commit=function(){return new Pn(this.value(),this.__chain__)},En.prototype.next=function(){void 0===this.__values__&&(this.__values__=ns(this.value()));var t=this.__index__>=this.__values__.length;return{done:t,value:t?void 0:this.__values__[this.__index__++]}},En.prototype.plant=function(t){for(var e,n=this;n instanceof An;){var i=Eo(n);i.__index__=0,i.__values__=void 0,e?r.__wrapped__=i:e=i;var r=i;n=n.__wrapped__}return r.__wrapped__=t,e},En.prototype.reverse=function(){var t=this.__wrapped__;if(t instanceof Tn){var e=t;return this.__actions__.length&&(e=new Tn(this)),(e=e.reverse()).__actions__.push({func:ia,args:[Yo],thisArg:void 0}),new Pn(e,this.__chain__)}return this.thru(Yo)},En.prototype.toJSON=En.prototype.valueOf=En.prototype.value=function(){return ir(this.__wrapped__,this.__actions__)},En.prototype.first=En.prototype.head,Zt&&(En.prototype[Zt]=function(){return this}),En}();Vt._=Ke,void 0===(r=function(){return Ke}.call(e,n,e,i))||(i.exports=r)}).call(this)}).call(this,n(163),n(238)(t))},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(108),c=n(5),u=n(15),h=n(8);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.children,o=t.className,p=t.count,f=t.data,g=void 0===f?{}:f,m=t.disabled,v=t.htmlOptions,b=void 0===v?{}:v,y=t.icon,x=void 0===y?null:y,_=t.iconRight,O=void 0!==_&&_,w=t.id,$=t.loading,C=void 0!==$&&$,k=t.onClick,S=t.tabIndex,j=t.link,E=void 0===j?null:j,M=t.newWindow,A=void 0!==M&&M,P=t.target,T=void 0===P?"":P,L=t.text,D=t.htmlType,I=void 0===D?"button":D,N=t.value,R=t.variant,F=t.form,B=void 0===F?null:F,z=Object(s.a)(n),H=Object(s.c)(g),W=Object(s.d)(b),Y=a()(function(t){var e=t.disabled,n=void 0!==e&&e,i=t.fullWidth,r=void 0!==i&&i,o=t.highlight,a=t.icon,s=t.loading,l=void 0!==s&&s,c=t.type,u=void 0===c?"inline":c,h=t.variant,p=void 0===h?"primary":h,f=t.size,g=void 0===f?null:f,m="pb_button_kit";return m+="".concat(null!==p?"_".concat(p):""),m+="".concat(null!==u?"_".concat(u):""),m+="".concat(r?"_block":""),m+=n?"_disabled":"_enabled",m+=l?"_loading":"",m+="".concat(null!==g?" size_".concat(g):""),m+="".concat("reaction"!==p||Object(d.a)(a)?"":" reaction_default"),m+="".concat("reaction"===p&&o?" active":"")}(t),Object(l.c)(t),o),U=r.a.createElement("div",{className:"loading-icon"},r.a.createElement(c.a,{fixedWidth:!0,icon:"spinner",pulse:!0})),G=r.a.createElement("span",{className:"pb_button_content"},x&&!O&&r.a.createElement("i",{className:"pb_icon_kit far fa-".concat(x," fa-fw button_with_icon")}),r.a.createElement("span",null,L||i),x&&O&&r.a.createElement("i",{className:"pb_icon_kit far fa-".concat(x," fa-fw button_with_icon_right")})),V=function(){return C?r.a.createElement(r.a.Fragment,null,U):G};return r.a.createElement(r.a.Fragment,null,E?r.a.createElement("a",Object.assign({},z,H,W,{className:Y,href:E,id:w,rel:"child"!==T?"noreferrer":null,role:"link",tabIndex:S,target:T&&E?T:A?"_blank":null}),V()):"reaction"===R?r.a.createElement("button",Object.assign({},z,H,W,{className:Y,disabled:m,form:B,id:w,onClick:k,role:"button",tabIndex:S,type:I,value:N}),x&&Object(d.a)(x)&&r.a.createElement(h.a,{align:"center"},r.a.createElement(c.a,{icon:x}),p&&r.a.createElement(u.a,{paddingLeft:"xxs",size:"xs"},p)),!Object(d.a)(x)&&r.a.createElement(c.a,{icon:x||"face-smile-plus"})):r.a.createElement("button",Object.assign({},z,H,W,{className:Y,disabled:m,form:B,id:w,onClick:k,role:"button",tabIndex:S,type:I,value:N}),V()))}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(5),c=n(38),u=n(117);function h(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return p(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return p(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}e.a=function(t){var e=t.active,n=void 0!==e&&e,i=t.highlighted_border,o=void 0===i||i,p=t.aria,f=void 0===p?{}:p,g=t.orientation,m=t.variant,v=t.fontWeight,b=void 0===v?function(t,e){return"horizontal"===t&&"subtle"===e?"regular":"horizontal"===t&&"normal"===e?"bold":"regular"}(g,m):v,y=t.children,x=t.className,_=t.collapsible,O=t.data,w=void 0===O?{}:O,$=t.dark,C=void 0!==$&&$,k=t.fontSize,S=void 0===k?"normal":k,j=t.htmlOptions,E=void 0===j?{}:j,M=t.iconLeft,A=t.iconRight,P=t.onIconRightClick,T=t.onIconLeftClick,L=t.id,D=t.imageUrl,I=t.link,N=t.onClick,R=t.target,F=void 0===R?"_self":R,B=t.text,z=void 0===B?"":B,H=t.collapsibleTrail,W=t.collapsed,Y=t.itemSpacing,U={margin:t.margin,marginBottom:t.marginBottom,marginTop:t.marginTop,marginRight:t.marginRight,marginLeft:t.marginLeft,marginX:t.marginX,marginY:t.marginY},G=function(t){var e={},n={};for(var i in t)i.startsWith("padding")?e[i]=t[i]:i.startsWith("margin")&&(n[i]=t[i]);return{filteredPadding:e,filteredMargin:n}}(Y),V=G.filteredPadding,X=G.filteredMargin,q=Object.assign(Object.assign({},X||{}),Object.entries(U).reduce((function(t,e){var n=h(e,2),i=n[0],r=n[1];return r&&(t[i]=r),t}),{})),K=Object.assign({},t);null==K||delete K.margin,null==K||delete K.marginX,null==K||delete K.marginY,null==K||delete K.marginBottom,null==K||delete K.marginTop,null==K||delete K.marginRight,null==K||delete K.marginLeft;var Z=I?"a":"div",J=!0===n?"active":"",Q=!0===n&&!1===o?"highlighted_border_none":"",tt=_&&H?"collapsible_trail":"",et={small:"font_size_small",normal:"font_size_normal"}[S],nt={bold:"font_bold",bolder:"font_bolder",regular:"font_regular"}[b],it=Object(s.a)(f),rt=Object(s.c)(w),ot=Object(s.d)(E),at=a()(_?"pb_nav_list_item_link_collapsible":"pb_nav_list_item_link"),st=a()(Object(s.b)("pb_nav_list_kit_item",J,Q),_?Object(s.b)("pb_collapsible_nav_item",J,Q):"",et,nt,at,_?Object(l.c)(K,Object.assign({},V)):Object(l.c)(t,Object.assign({},Y)),x),lt=function(t){T&&(t.stopPropagation(),T())},dt=r.a.Children.map(y,(function(t){if(r.a.isValidElement(t)){var e={itemSpacing:Y};return r.a.cloneElement(t,e)}return t})),ct=Object(s.b)("collapsible_nav_wrapper",J,Q,tt);return r.a.createElement(r.a.Fragment,null,_?r.a.createElement(r.a.Fragment,null,r.a.createElement(u.a,{className:ct,collapsed:W,icon:A&&A,iconSize:"xs",id:L,onClick:N,onIconClick:P},r.a.createElement(u.a.Main,{className:Object(l.c)(Object.assign({},q)),dark:C},r.a.createElement(Z,Object.assign({},it,rt,ot,{className:st,href:I,id:L,target:F}),D&&r.a.createElement("div",{className:"pb_nav_list_item_icon_section_collapsible",key:D,onClick:function(t){return lt(t)}},r.a.createElement(c.a,{className:"pb_nav_img_wrapper",url:D})),M&&r.a.createElement("div",{className:"pb_nav_list_item_icon_section_collapsible",key:M,onClick:function(t){return lt(t)}},r.a.createElement(d.a,{className:"pb_nav_list_item_icon_left_collapsible",fixedWidth:!0,icon:M})),r.a.createElement("span",{className:"pb_nav_list_item_text_collapsible"},z))),r.a.createElement(u.a.Content,null,dt))):r.a.createElement(Z,Object.assign({},it,rt,ot,{className:st,href:I,id:L,onClick:N,target:F}),D&&r.a.createElement("div",{className:"pb_nav_list_item_icon_section",key:D},r.a.createElement(c.a,{className:"pb_nav_img_wrapper",url:D})),M&&r.a.createElement("div",{className:"pb_nav_list_item_icon_section",key:M},r.a.createElement(d.a,{className:"pb_nav_list_item_icon_left",fixedWidth:!0,icon:M})),r.a.createElement("span",{className:"pb_nav_list_item_text"},z||y),A&&r.a.createElement("div",{className:"pb_nav_list_item_icon_section",key:A},r.a.createElement(d.a,{className:"pb_nav_list_item_icon_right",fixedWidth:!0,icon:A}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return a}));var i=n(35);function r(t){return t instanceof Object(i.a)(t).Element||t instanceof Element}function o(t){return t instanceof Object(i.a)(t).HTMLElement||t instanceof HTMLElement}function a(t){return"undefined"!=typeof ShadowRoot&&(t instanceof Object(i.a)(t).ShadowRoot||t instanceof ShadowRoot)}},function(t,e,n){"use strict";var i;!function(r,o){t.exports?(o.default=o,t.exports=r.document?o(r):o):void 0===(i=function(){return o(r)}.call(e,n,e,t))||(t.exports=i)}("undefined"!=typeof window?window:this,(function(t){function e(t,e,n,i){t.hasOwnProperty(e)||(t[e]=i.apply(null,n))}var n={};return e(n,"Core/Globals.js",[],(function(){var e,n=void 0!==t?t:"undefined"!=typeof window?window:{};return function(t){t.SVG_NS="http://www.w3.org/2000/svg",t.product="Highcharts",t.version="9.3.3",t.win=n,t.doc=t.win.document,t.svg=t.doc&&t.doc.createElementNS&&!!t.doc.createElementNS(t.SVG_NS,"svg").createSVGRect,t.userAgent=t.win.navigator&&t.win.navigator.userAgent||"",t.isChrome=-1!==t.userAgent.indexOf("Chrome"),t.isFirefox=-1!==t.userAgent.indexOf("Firefox"),t.isMS=/(edge|msie|trident)/i.test(t.userAgent)&&!t.win.opera,t.isSafari=!t.isChrome&&-1!==t.userAgent.indexOf("Safari"),t.isTouchDevice=/(Mobile|Android|Windows Phone)/.test(t.userAgent),t.isWebKit=-1!==t.userAgent.indexOf("AppleWebKit"),t.deg2rad=2*Math.PI/360,t.hasBidiBug=t.isFirefox&&4>parseInt(t.userAgent.split("Firefox/")[1],10),t.hasTouch=!!t.win.TouchEvent,t.marginNames=["plotTop","marginRight","marginBottom","plotLeft"],t.noop=function(){},t.supportsPassiveEvents=function(){var e=!1;if(!t.isMS){var n=Object.defineProperty({},"passive",{get:function(){e=!0}});t.win.addEventListener&&t.win.removeEventListener&&(t.win.addEventListener("testPassive",t.noop,n),t.win.removeEventListener("testPassive",t.noop,n))}return e}(),t.charts=[],t.dateFormats={},t.seriesTypes={},t.symbolSizes={},t.chartCount=0}(e||(e={})),e})),e(n,"Core/Utilities.js",[n["Core/Globals.js"]],(function(t){function e(n,i,r,o){var a=i?"Highcharts error":"Highcharts warning";32===n&&(n=a+": Deprecated member");var s=l(n),d=s?a+" #"+n+": www.highcharts.com/errors/"+n+"/":n.toString();if(void 0!==o){var c="";s&&(d+="?"),g(o,(function(t,e){c+="\n - "+e+": "+t,s&&(d+=encodeURI(e)+"="+encodeURI(t))})),d+=c}v(t,"displayError",{chart:r,code:n,message:d,params:o},(function(){if(i)throw Error(d);x.console&&-1===e.messages.indexOf(d)&&console.warn(d)})),e.messages.push(d)}function n(t,e){return parseInt(t,e||10)}function i(t){return"string"==typeof t}function r(t){return"[object Array]"===(t=Object.prototype.toString.call(t))||"[object Array Iterator]"===t}function o(t,e){return!(!t||"object"!=typeof t||e&&r(t))}function a(t){return o(t)&&"number"==typeof t.nodeType}function s(t){var e=t&&t.constructor;return!(!o(t,!0)||a(t)||!e||!e.name||"Object"===e.name)}function l(t){return"number"==typeof t&&!isNaN(t)&&1/0>t&&-1/0<t}function d(t){return null!=t}function c(t,e,n){var r;return i(e)?d(n)?t.setAttribute(e,n):t&&t.getAttribute&&((r=t.getAttribute(e))||"class"!==e||(r=t.getAttribute(e+"Name"))):g(e,(function(e,n){d(e)?t.setAttribute(n,e):t.removeAttribute(n)})),r}function u(t,e){var n;for(n in t||(t={}),e)t[n]=e[n];return t}function h(){for(var t=arguments,e=t.length,n=0;n<e;n++){var i=t[n];if(null!=i)return i}}function p(e,n){t.isMS&&!t.svg&&n&&void 0!==n.opacity&&(n.filter="alpha(opacity="+100*n.opacity+")"),u(e.style,n)}function f(t,e){return 1e14<t?t:parseFloat(t.toPrecision(e||14))}function g(t,e,n){for(var i in t)Object.hasOwnProperty.call(t,i)&&e.call(n||t[i],t[i],i,t)}function m(e,n,i){function r(n,i){var r=e.removeEventListener||t.removeEventListenerPolyfill;r&&r.call(e,n,i,!1)}function o(t){var i;if(e.nodeName){if(n){var o={};o[n]=!0}else o=t;g(o,(function(e,n){if(t[n])for(i=t[n].length;i--;)r(n,t[n][i].fn)}))}}var a="function"==typeof e&&e.prototype||e;if(Object.hasOwnProperty.call(a,"hcEvents")){var s=a.hcEvents;n?(a=s[n]||[],i?(s[n]=a.filter((function(t){return i!==t.fn})),r(n,i)):(o(s),s[n]=[])):(o(s),delete a.hcEvents)}}function v(e,n,i,r){if(i=i||{},y.createEvent&&(e.dispatchEvent||e.fireEvent&&e!==t)){var o=y.createEvent("Events");o.initEvent(n,!0,!0),i=u(o,i),e.dispatchEvent?e.dispatchEvent(i):e.fireEvent(n,i)}else if(e.hcEvents){i.target||u(i,{preventDefault:function(){i.defaultPrevented=!0},target:e,type:n}),o=[];for(var a=e,s=!1;a.hcEvents;)Object.hasOwnProperty.call(a,"hcEvents")&&a.hcEvents[n]&&(o.length&&(s=!0),o.unshift.apply(o,a.hcEvents[n])),a=Object.getPrototypeOf(a);s&&o.sort((function(t,e){return t.order-e.order})),o.forEach((function(t){!1===t.fn.call(e,i)&&i.preventDefault()}))}r&&!i.defaultPrevented&&r.call(e,i)}var b=t.charts,y=t.doc,x=t.win;(e||(e={})).messages=[],Math.easeInOutSine=function(t){return-.5*(Math.cos(Math.PI*t)-1)};var _=Array.prototype.find?function(t,e){return t.find(e)}:function(t,e){var n,i=t.length;for(n=0;n<i;n++)if(e(t[n],n))return t[n]};g({map:"map",each:"forEach",grep:"filter",reduce:"reduce",some:"some"},(function(n,i){t[i]=function(t){var r;return e(32,!1,void 0,((r={})["Highcharts."+i]="use Array."+n,r)),Array.prototype[n].apply(t,[].slice.call(arguments,1))}}));var O,w=function(){var t=Math.random().toString(36).substring(2,9)+"-",e=0;return function(){return"highcharts-"+(O?"":t)+e++}}();return x.jQuery&&(x.jQuery.fn.highcharts=function(){var e=[].slice.call(arguments);if(this[0])return e[0]?(new(t[i(e[0])?e.shift():"Chart"])(this[0],e[0],e[1]),this):b[c(this[0],"data-highcharts-chart")]}),_={addEvent:function(e,n,i,r){void 0===r&&(r={});var o="function"==typeof e&&e.prototype||e;Object.hasOwnProperty.call(o,"hcEvents")||(o.hcEvents={}),o=o.hcEvents,t.Point&&e instanceof t.Point&&e.series&&e.series.chart&&(e.series.chart.runTrackerClick=!0);var a=e.addEventListener||t.addEventListenerPolyfill;return a&&a.call(e,n,i,!!t.supportsPassiveEvents&&{passive:void 0===r.passive?-1!==n.indexOf("touch"):r.passive,capture:!1}),o[n]||(o[n]=[]),o[n].push({fn:i,order:"number"==typeof r.order?r.order:1/0}),o[n].sort((function(t,e){return t.order-e.order})),function(){m(e,n,i)}},arrayMax:function(t){for(var e=t.length,n=t[0];e--;)t[e]>n&&(n=t[e]);return n},arrayMin:function(t){for(var e=t.length,n=t[0];e--;)t[e]<n&&(n=t[e]);return n},attr:c,clamp:function(t,e,n){return t>e?t<n?t:n:e},cleanRecursively:function t(e,n){var i={};return g(e,(function(r,a){o(e[a],!0)&&!e.nodeType&&n[a]?(r=t(e[a],n[a]),Object.keys(r).length&&(i[a]=r)):(o(e[a])||e[a]!==n[a])&&(i[a]=e[a])})),i},clearTimeout:function(t){d(t)&&clearTimeout(t)},correctFloat:f,createElement:function(t,e,n,i,r){return t=y.createElement(t),e&&u(t,e),r&&p(t,{padding:"0",border:"none",margin:"0"}),n&&p(t,n),i&&i.appendChild(t),t},css:p,defined:d,destroyObjectProperties:function(t,e){g(t,(function(n,i){n&&n!==e&&n.destroy&&n.destroy(),delete t[i]}))},discardElement:function(t){t&&t.parentElement&&t.parentElement.removeChild(t)},erase:function(t,e){for(var n=t.length;n--;)if(t[n]===e){t.splice(n,1);break}},error:e,extend:u,extendClass:function(t,e){var n=function(){};return u(n.prototype=new t,e),n},find:_,fireEvent:v,getMagnitude:function(t){return Math.pow(10,Math.floor(Math.log(t)/Math.LN10))},getNestedProperty:function(t,e){for(t=t.split(".");t.length&&d(e);){var n=t.shift();if(void 0===n||"__proto__"===n)return;if(!d(e=e[n])||"function"==typeof e||"number"==typeof e.nodeType||e===x)return}return e},getStyle:function i(r,o,a){var s=t.getStyle||i;if("width"===o)return o=Math.min(r.offsetWidth,r.scrollWidth),(a=r.getBoundingClientRect&&r.getBoundingClientRect().width)<o&&a>=o-1&&(o=Math.floor(a)),Math.max(0,o-(s(r,"padding-left",!0)||0)-(s(r,"padding-right",!0)||0));if("height"===o)return Math.max(0,Math.min(r.offsetHeight,r.scrollHeight)-(s(r,"padding-top",!0)||0)-(s(r,"padding-bottom",!0)||0));if(x.getComputedStyle||e(27,!0),r=x.getComputedStyle(r,void 0)){var l=r.getPropertyValue(o);h(a,"opacity"!==o)&&(l=n(l))}return l},inArray:function(t,n,i){return e(32,!1,void 0,{"Highcharts.inArray":"use Array.indexOf"}),n.indexOf(t,i)},isArray:r,isClass:s,isDOMElement:a,isFunction:function(t){return"function"==typeof t},isNumber:l,isObject:o,isString:i,keys:function(t){return e(32,!1,void 0,{"Highcharts.keys":"use Object.keys"}),Object.keys(t)},merge:function(){var t,e=arguments,n={},i=function(t,e){return"object"!=typeof t&&(t={}),g(e,(function(n,r){"__proto__"!==r&&"constructor"!==r&&(!o(n,!0)||s(n)||a(n)?t[r]=e[r]:t[r]=i(t[r]||{},n))})),t};!0===e[0]&&(n=e[1],e=Array.prototype.slice.call(e,2));var r=e.length;for(t=0;t<r;t++)n=i(n,e[t]);return n},normalizeTickInterval:function(t,e,n,i,r){var o=t,a=t/(n=h(n,1));for(e||(e=r?[1,1.2,1.5,2,2.5,3,4,5,6,8,10]:[1,2,2.5,5,10],!1===i&&(1===n?e=e.filter((function(t){return 0==t%1})):.1>=n&&(e=[1/n]))),i=0;i<e.length&&(o=e[i],!(r&&o*n>=t||!r&&a<=(e[i]+(e[i+1]||e[i]))/2));i++);return f(o*n,-Math.round(Math.log(.001)/Math.LN10))},objectEach:g,offset:function(t){var e=y.documentElement;return{top:(t=t.parentElement||t.parentNode?t.getBoundingClientRect():{top:0,left:0,width:0,height:0}).top+(x.pageYOffset||e.scrollTop)-(e.clientTop||0),left:t.left+(x.pageXOffset||e.scrollLeft)-(e.clientLeft||0),width:t.width,height:t.height}},pad:function(t,e,n){return Array((e||2)+1-String(t).replace("-","").length).join(n||"0")+t},pick:h,pInt:n,relativeLength:function(t,e,n){return/%$/.test(t)?e*parseFloat(t)/100+(n||0):parseFloat(t)},removeEvent:m,splat:function(t){return r(t)?t:[t]},stableSort:function(t,e){var n,i,r=t.length;for(i=0;i<r;i++)t[i].safeI=i;for(t.sort((function(t,i){return 0===(n=e(t,i))?t.safeI-i.safeI:n})),i=0;i<r;i++)delete t[i].safeI},syncTimeout:function(t,e,n){return 0<e?setTimeout(t,e,n):(t.call(0,n),-1)},timeUnits:{millisecond:1,second:1e3,minute:6e4,hour:36e5,day:864e5,week:6048e5,month:24192e5,year:314496e5},uniqueKey:w,useSerialIds:function(t){return O=h(t,O)},wrap:function(t,e,n){var i=t[e];t[e]=function(){var t=Array.prototype.slice.call(arguments),e=arguments,r=this;return r.proceed=function(){i.apply(r,arguments.length?arguments:e)},t.unshift(i),t=n.apply(this,t),r.proceed=null,t}}}})),e(n,"Core/Chart/ChartDefaults.js",[],(function(){return{panning:{enabled:!1,type:"x"},styledMode:!1,borderRadius:0,colorCount:10,defaultSeriesType:"line",ignoreHiddenSeries:!0,spacing:[10,10,15,10],resetZoomButton:{theme:{zIndex:6},position:{align:"right",x:-10,y:10}},zoomBySingleTouch:!1,width:null,height:null,borderColor:"#335cad",backgroundColor:"#ffffff",plotBorderColor:"#cccccc"}})),e(n,"Core/Color/Color.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e){var n=e.isNumber,i=e.merge,r=e.pInt;return e=function(){function e(n){this.rgba=[NaN,NaN,NaN,NaN],this.input=n;var i=t.Color;return i&&i!==e?new i(n):this instanceof e?void this.init(n):new e(n)}return e.parse=function(t){return t?new e(t):e.None},e.prototype.init=function(t){var n;if("object"==typeof t&&void 0!==t.stops)this.stops=t.stops.map((function(t){return new e(t[1])}));else if("string"==typeof t){if(this.input=t=e.names[t.toLowerCase()]||t,"#"===t.charAt(0)){var i=t.length,r=parseInt(t.substr(1),16);7===i?n=[(16711680&r)>>16,(65280&r)>>8,255&r,1]:4===i&&(n=[(3840&r)>>4|(3840&r)>>8,(240&r)>>4|240&r,(15&r)<<4|15&r,1])}if(!n)for(r=e.parsers.length;r--&&!n;){var o=e.parsers[r];(i=o.regex.exec(t))&&(n=o.parse(i))}}n&&(this.rgba=n)},e.prototype.get=function(t){var e=this.input,r=this.rgba;if("object"==typeof e&&void 0!==this.stops){var o=i(e);return o.stops=[].slice.call(o.stops),this.stops.forEach((function(e,n){o.stops[n]=[o.stops[n][0],e.get(t)]})),o}return r&&n(r[0])?"rgb"===t||!t&&1===r[3]?"rgb("+r[0]+","+r[1]+","+r[2]+")":"a"===t?""+r[3]:"rgba("+r.join(",")+")":e},e.prototype.brighten=function(t){var e=this.rgba;if(this.stops)this.stops.forEach((function(e){e.brighten(t)}));else if(n(t)&&0!==t)for(var i=0;3>i;i++)e[i]+=r(255*t),0>e[i]&&(e[i]=0),255<e[i]&&(e[i]=255);return this},e.prototype.setOpacity=function(t){return this.rgba[3]=t,this},e.prototype.tweenTo=function(t,e){var i=this.rgba,r=t.rgba;return n(i[0])&&n(r[0])?((t=1!==r[3]||1!==i[3])?"rgba(":"rgb(")+Math.round(r[0]+(i[0]-r[0])*(1-e))+","+Math.round(r[1]+(i[1]-r[1])*(1-e))+","+Math.round(r[2]+(i[2]-r[2])*(1-e))+(t?","+(r[3]+(i[3]-r[3])*(1-e)):"")+")":t.input||"none"},e.names={white:"#ffffff",black:"#000000"},e.parsers=[{regex:/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]?(?:\.[0-9]+)?)\s*\)/,parse:function(t){return[r(t[1]),r(t[2]),r(t[3]),parseFloat(t[4],10)]}},{regex:/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/,parse:function(t){return[r(t[1]),r(t[2]),r(t[3]),1]}}],e.None=new e(""),e}()})),e(n,"Core/Color/Palettes.js",[],(function(){return{colors:"#7cb5ec #434348 #90ed7d #f7a35c #8085e9 #f15c80 #e4d354 #2b908f #f45b5b #91e8e1".split(" ")}})),e(n,"Core/Time.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e){var n=t.win,i=e.defined,r=e.error,o=e.extend,a=e.isObject,s=e.merge,l=e.objectEach,d=e.pad,c=e.pick,u=e.splat,h=e.timeUnits,p=t.isSafari&&n.Intl&&n.Intl.DateTimeFormat.prototype.formatRange,f=t.isSafari&&n.Intl&&!n.Intl.DateTimeFormat.prototype.formatRange;return e=function(){function e(t){this.options={},this.variableTimezone=this.useUTC=!1,this.Date=n.Date,this.getTimezoneOffset=this.timezoneOffsetFunction(),this.update(t)}return e.prototype.get=function(t,e){if(this.variableTimezone||this.timezoneOffset){var n=e.getTime(),i=n-this.getTimezoneOffset(e);return e.setTime(i),t=e["getUTC"+t](),e.setTime(n),t}return this.useUTC?e["getUTC"+t]():e["get"+t]()},e.prototype.set=function(t,e,n){if(this.variableTimezone||this.timezoneOffset){if("Milliseconds"===t||"Seconds"===t||"Minutes"===t&&0==this.getTimezoneOffset(e)%36e5)return e["setUTC"+t](n);var i=this.getTimezoneOffset(e);return i=e.getTime()-i,e.setTime(i),e["setUTC"+t](n),t=this.getTimezoneOffset(e),i=e.getTime()+t,e.setTime(i)}return this.useUTC||p&&"FullYear"===t?e["setUTC"+t](n):e["set"+t](n)},e.prototype.update=function(t){var e=c(t&&t.useUTC,!0);this.options=t=s(!0,this.options||{},t),this.Date=t.Date||n.Date||Date,this.timezoneOffset=(this.useUTC=e)&&t.timezoneOffset,this.getTimezoneOffset=this.timezoneOffsetFunction(),this.variableTimezone=e&&!(!t.getTimezoneOffset&&!t.timezone)},e.prototype.makeTime=function(t,e,n,i,r,o){if(this.useUTC){var a=this.Date.UTC.apply(0,arguments),s=this.getTimezoneOffset(a);a+=s;var l=this.getTimezoneOffset(a);s!==l?a+=l-s:s-36e5!==this.getTimezoneOffset(a-36e5)||f||(a-=36e5)}else a=new this.Date(t,e,c(n,1),c(i,0),c(r,0),c(o,0)).getTime();return a},e.prototype.timezoneOffsetFunction=function(){var t=this,e=this.options,i=e.getTimezoneOffset,o=e.moment||n.moment;if(!this.useUTC)return function(t){return 6e4*new Date(t.toString()).getTimezoneOffset()};if(e.timezone){if(o)return function(t){return 6e4*-o.tz(t,e.timezone).utcOffset()};r(25)}return this.useUTC&&i?function(t){return 6e4*i(t.valueOf())}:function(){return 6e4*(t.timezoneOffset||0)}},e.prototype.dateFormat=function(e,n,r){if(!i(n)||isNaN(n))return t.defaultOptions.lang&&t.defaultOptions.lang.invalidDate||"";e=c(e,"%Y-%m-%d %H:%M:%S");var a=this,s=new this.Date(n),u=this.get("Hours",s),h=this.get("Day",s),p=this.get("Date",s),f=this.get("Month",s),g=this.get("FullYear",s),m=t.defaultOptions.lang,v=m&&m.weekdays,b=m&&m.shortWeekdays;return s=o({a:b?b[h]:v[h].substr(0,3),A:v[h],d:d(p),e:d(p,2," "),w:h,b:m.shortMonths[f],B:m.months[f],m:d(f+1),o:f+1,y:g.toString().substr(2,2),Y:g,H:d(u),k:u,I:d(u%12||12),l:u%12||12,M:d(this.get("Minutes",s)),p:12>u?"AM":"PM",P:12>u?"am":"pm",S:d(s.getSeconds()),L:d(Math.floor(n%1e3),3)},t.dateFormats),l(s,(function(t,i){for(;-1!==e.indexOf("%"+i);)e=e.replace("%"+i,"function"==typeof t?t.call(a,n):t)})),r?e.substr(0,1).toUpperCase()+e.substr(1):e},e.prototype.resolveDTLFormat=function(t){return a(t,!0)?t:{main:(t=u(t))[0],from:t[1],to:t[2]}},e.prototype.getTimeTicks=function(t,e,n,r){var a,s=this,l=[],d={},u=new s.Date(e),p=t.unitRange,f=t.count||1;if(r=c(r,1),i(e)){if(s.set("Milliseconds",u,p>=h.second?0:f*Math.floor(s.get("Milliseconds",u)/f)),p>=h.second&&s.set("Seconds",u,p>=h.minute?0:f*Math.floor(s.get("Seconds",u)/f)),p>=h.minute&&s.set("Minutes",u,p>=h.hour?0:f*Math.floor(s.get("Minutes",u)/f)),p>=h.hour&&s.set("Hours",u,p>=h.day?0:f*Math.floor(s.get("Hours",u)/f)),p>=h.day&&s.set("Date",u,p>=h.month?1:Math.max(1,f*Math.floor(s.get("Date",u)/f))),p>=h.month){s.set("Month",u,p>=h.year?0:f*Math.floor(s.get("Month",u)/f));var g=s.get("FullYear",u)}p>=h.year&&s.set("FullYear",u,g-g%f),p===h.week&&(g=s.get("Day",u),s.set("Date",u,s.get("Date",u)-g+r+(g<r?-7:0))),g=s.get("FullYear",u),r=s.get("Month",u);var m=s.get("Date",u),v=s.get("Hours",u);for(e=u.getTime(),!s.variableTimezone&&s.useUTC||!i(n)||(a=n-e>4*h.month||s.getTimezoneOffset(e)!==s.getTimezoneOffset(n)),e=u.getTime(),u=1;e<n;)l.push(e),e=p===h.year?s.makeTime(g+u*f,0):p===h.month?s.makeTime(g,r+u*f):!a||p!==h.day&&p!==h.week?a&&p===h.hour&&1<f?s.makeTime(g,r,m,v+u*f):e+p*f:s.makeTime(g,r,m+u*f*(p===h.day?1:7)),u++;l.push(e),p<=h.hour&&1e4>l.length&&l.forEach((function(t){0==t%18e5&&"000000000"===s.dateFormat("%H%M%S%L",t)&&(d[t]="day")}))}return l.info=o(t,{higherRanks:d,totalRange:p*f}),l},e.prototype.getDateFormat=function(t,e,n,i){var r=this.dateFormat("%m-%d %H:%M:%S.%L",e),o={millisecond:15,second:12,minute:9,hour:6,day:3},a="millisecond";for(s in h){if(t===h.week&&+this.dateFormat("%w",e)===n&&"00:00:00.000"===r.substr(6)){var s="week";break}if(h[s]>t){s=a;break}if(o[s]&&r.substr(o[s])!=="01-01 00:00:00.000".substr(o[s]))break;"week"!==s&&(a=s)}if(s)var l=this.resolveDTLFormat(i[s]).main;return l},e}()})),e(n,"Core/DefaultOptions.js",[n["Core/Chart/ChartDefaults.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Color/Palettes.js"],n["Core/Time.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o){e=e.parse;var a=o.merge,s={colors:i.colors,symbols:["circle","diamond","square","triangle","triangle-down"],lang:{loading:"Loading...",months:"January February March April May June July August September October November December".split(" "),shortMonths:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),weekdays:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),decimalPoint:".",numericSymbols:"kMGTPE".split(""),resetZoom:"Reset zoom",resetZoomTitle:"Reset zoom level 1:1",thousandsSep:" "},global:{},time:{Date:void 0,getTimezoneOffset:void 0,timezone:void 0,timezoneOffset:0,useUTC:!0},chart:t,title:{text:"Chart title",align:"center",margin:15,widthAdjust:-44},subtitle:{text:"",align:"center",widthAdjust:-44},caption:{margin:15,text:"",align:"left",verticalAlign:"bottom"},plotOptions:{},labels:{style:{position:"absolute",color:"#333333"}},legend:{enabled:!0,align:"center",alignColumns:!0,className:"highcharts-no-tooltip",layout:"horizontal",labelFormatter:function(){return this.name},borderColor:"#999999",borderRadius:0,navigation:{activeColor:"#003399",inactiveColor:"#cccccc"},itemStyle:{color:"#333333",cursor:"pointer",fontSize:"12px",fontWeight:"bold",textOverflow:"ellipsis"},itemHoverStyle:{color:"#000000"},itemHiddenStyle:{color:"#cccccc"},shadow:!1,itemCheckboxStyle:{position:"absolute",width:"13px",height:"13px"},squareSymbol:!0,symbolPadding:5,verticalAlign:"bottom",x:0,y:0,title:{style:{fontWeight:"bold"}}},loading:{labelStyle:{fontWeight:"bold",position:"relative",top:"45%"},style:{position:"absolute",backgroundColor:"#ffffff",opacity:.5,textAlign:"center"}},tooltip:{enabled:!0,animation:n.svg,borderRadius:3,dateTimeLabelFormats:{millisecond:"%A, %b %e, %H:%M:%S.%L",second:"%A, %b %e, %H:%M:%S",minute:"%A, %b %e, %H:%M",hour:"%A, %b %e, %H:%M",day:"%A, %b %e, %Y",week:"Week from %A, %b %e, %Y",month:"%B %Y",year:"%Y"},footerFormat:"",headerShape:"callout",hideDelay:500,padding:8,shape:"callout",shared:!1,snap:n.isTouchDevice?25:10,headerFormat:'<span style="font-size: 10px">{point.key}</span><br/>',pointFormat:'<span style="color:{point.color}">●</span> {series.name}: <b>{point.y}</b><br/>',backgroundColor:e("#f7f7f7").setOpacity(.85).get(),borderWidth:1,shadow:!0,stickOnContact:!1,style:{color:"#333333",cursor:"default",fontSize:"12px",whiteSpace:"nowrap"},useHTML:!1},credits:{enabled:!0,href:"https://www.highcharts.com?credits",position:{align:"right",x:-10,verticalAlign:"bottom",y:-5},style:{cursor:"pointer",color:"#999999",fontSize:"9px"},text:"Highcharts.com"}};s.chart.styledMode=!1;var l=new r(a(s.global,s.time));return t={defaultOptions:s,defaultTime:l,getOptions:function(){return s},setOptions:function(t){return a(!0,s,t),(t.time||t.global)&&(n.time?n.time.update(a(s.global,s.time,t.global,t.time)):n.time=l),s}}})),e(n,"Core/Animation/Fx.js",[n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=t.parse,r=e.win,o=n.isNumber,a=n.objectEach;return function(){function t(t,e,n){this.pos=NaN,this.options=e,this.elem=t,this.prop=n}return t.prototype.dSetter=function(){var t=this.paths,e=t&&t[0];t=t&&t[1];var n=this.now||0,i=[];if(1!==n&&e&&t)if(e.length===t.length&&1>n)for(var r=0;r<t.length;r++){for(var a=e[r],s=t[r],l=[],d=0;d<s.length;d++){var c=a[d],u=s[d];o(c)&&o(u)&&("A"!==s[0]||4!==d&&5!==d)?l[d]=c+n*(u-c):l[d]=u}i.push(l)}else i=t;else i=this.toD||[];this.elem.attr("d",i,void 0,!0)},t.prototype.update=function(){var t=this.elem,e=this.prop,n=this.now,i=this.options.step;this[e+"Setter"]?this[e+"Setter"]():t.attr?t.element&&t.attr(e,n,null,!0):t.style[e]=n+this.unit,i&&i.call(t,n,this)},t.prototype.run=function(e,n,i){var o=this,a=o.options,s=function(t){return!s.stopped&&o.step(t)},l=r.requestAnimationFrame||function(t){setTimeout(t,13)},d=function(){for(var e=0;e<t.timers.length;e++)t.timers[e]()||t.timers.splice(e--,1);t.timers.length&&l(d)};e!==n||this.elem["forceAnimate:"+this.prop]?(this.startTime=+new Date,this.start=e,this.end=n,this.unit=i,this.now=this.start,this.pos=0,s.elem=this.elem,s.prop=this.prop,s()&&1===t.timers.push(s)&&l(d)):(delete a.curAnim[this.prop],a.complete&&0===Object.keys(a.curAnim).length&&a.complete.call(this.elem))},t.prototype.step=function(t){var e=+new Date,n=this.options,i=this.elem,r=n.complete,o=n.duration,s=n.curAnim;if(i.attr&&!i.element)t=!1;else if(t||e>=o+this.startTime){this.now=this.end,this.pos=1,this.update();var l=s[this.prop]=!0;a(s,(function(t){!0!==t&&(l=!1)})),l&&r&&r.call(i),t=!1}else this.pos=n.easing((e-this.startTime)/o),this.now=this.start+(this.end-this.start)*this.pos,this.update(),t=!0;return t},t.prototype.initPath=function(t,e,n){function i(t,e){for(;t.length<h;){var n=t[0],i=e[h-t.length];i&&"M"===n[0]&&(t[0]="C"===i[0]?["C",n[1],n[2],n[1],n[2],n[1],n[2]]:["L",n[1],n[2]]),t.unshift(n),l&&(n=t.pop(),t.push(t[t.length-1],n))}}function r(t,e){for(;t.length<h;)if("C"===(e=t[Math.floor(t.length/d)-1].slice())[0]&&(e[1]=e[5],e[2]=e[6]),l){var n=t[Math.floor(t.length/d)].slice();t.splice(t.length/2,0,e,n)}else t.push(e)}var a=t.startX,s=t.endX;n=n.slice();var l=t.isArea,d=l?2:1;if(!(e=e&&e.slice()))return[n,n];if(a&&s&&s.length){for(t=0;t<a.length;t++){if(a[t]===s[0]){var c=t;break}if(a[0]===s[s.length-a.length+t]){c=t;var u=!0;break}if(a[a.length-1]===s[s.length-a.length+t]){c=a.length-t;break}}void 0===c&&(e=[])}if(e.length&&o(c)){var h=n.length+c*d;u?(i(e,n),r(n,e)):(i(n,e),r(e,n))}return[e,n]},t.prototype.fillSetter=function(){t.prototype.strokeSetter.apply(this,arguments)},t.prototype.strokeSetter=function(){this.elem.attr(this.prop,i(this.start).tweenTo(i(this.end),this.pos),void 0,!0)},t.timers=[],t}()})),e(n,"Core/Animation/AnimationUtilities.js",[n["Core/Animation/Fx.js"],n["Core/Utilities.js"]],(function(t,e){function n(t){return l(t)?d({duration:500,defer:0},t):{duration:t?500:0,defer:0}}function i(e,n){for(var i=t.timers.length;i--;)t.timers[i].elem!==e||n&&n!==t.timers[i].prop||(t.timers[i].stopped=!0)}var r=e.defined,o=e.getStyle,a=e.isArray,s=e.isNumber,l=e.isObject,d=e.merge,c=e.objectEach,u=e.pick;return{animate:function(e,n,r){var u,h,p,f="";if(!l(r)){var g=arguments;r={duration:g[2],easing:g[3],complete:g[4]}}s(r.duration)||(r.duration=400),r.easing="function"==typeof r.easing?r.easing:Math[r.easing]||Math.easeInOutSine,r.curAnim=d(n),c(n,(function(s,l){i(e,l),p=new t(e,r,l),h=void 0,"d"===l&&a(n.d)?(p.paths=p.initPath(e,e.pathArray,n.d),p.toD=n.d,u=0,h=1):e.attr?u=e.attr(l):(u=parseFloat(o(e,l))||0,"opacity"!==l&&(f="px")),h||(h=s),"string"==typeof h&&h.match("px")&&(h=h.replace(/px/g,"")),p.run(u,h,f)}))},animObject:n,getDeferredAnimation:function(t,e,i){var o=n(e),a=0,s=0;return(i?[i]:t.series).forEach((function(t){t=n(t.options.animation),a=e&&r(e.defer)?o.defer:Math.max(a,t.duration+t.defer),s=Math.min(o.duration,t.duration)})),t.renderer.forExport&&(a=0),{defer:Math.max(0,a-s),duration:Math.min(a,s)}},setAnimation:function(t,e){e.renderer.globalAnimation=u(t,e.options.chart.animation,!0)},stop:i}})),e(n,"Core/Renderer/HTML/AST.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e){var n=t.SVG_NS,i=e.attr,r=e.createElement,o=e.error,a=e.isFunction,s=e.isString,l=e.objectEach,d=e.splat,c=(e=t.win.trustedTypes)&&a(e.createPolicy)&&e.createPolicy("highcharts",{createHTML:function(t){return t}}),u=c?c.createHTML(""):"";try{var h=!!(new DOMParser).parseFromString(u,"text/html")}catch(t){h=!1}return a=function(){function e(t){this.nodes="string"==typeof t?this.parseMarkup(t):t}return e.filterUserAttributes=function(t){return l(t,(function(n,i){var r=!0;-1===e.allowedAttributes.indexOf(i)&&(r=!1),-1!==["background","dynsrc","href","lowsrc","src"].indexOf(i)&&(r=s(n)&&e.allowedReferences.some((function(t){return 0===n.indexOf(t)}))),r||(o("Highcharts warning: Invalid attribute '"+i+"' in config"),delete t[i])})),t},e.setElementHTML=function(t,n){t.innerHTML=e.emptyHTML,n&&new e(n).addToDOM(t)},e.prototype.addToDOM=function(r){return function r(a,s){var c;return d(a).forEach((function(a){var d=a.tagName,u=a.textContent?t.doc.createTextNode(a.textContent):void 0;if(d)if("#text"===d)var h=u;else if(-1!==e.allowedTags.indexOf(d)){d=t.doc.createElementNS("svg"===d?n:s.namespaceURI||n,d);var p=a.attributes||{};l(a,(function(t,e){"tagName"!==e&&"attributes"!==e&&"children"!==e&&"textContent"!==e&&(p[e]=t)})),i(d,e.filterUserAttributes(p)),u&&d.appendChild(u),r(a.children||[],d),h=d}else o("Highcharts warning: Invalid tagName "+d+" in config");h&&s.appendChild(h),c=h})),c}(this.nodes,r)},e.prototype.parseMarkup=function(t){var e=[];if(t=t.trim(),h)t=(new DOMParser).parseFromString(c?c.createHTML(t):t,"text/html");else{var n=r("div");n.innerHTML=t,t={body:n}}var i=function(t,e){var n=t.nodeName.toLowerCase(),r={tagName:n};if("#text"===n&&(r.textContent=t.textContent||""),n=t.attributes){var o={};[].forEach.call(n,(function(t){o[t.name]=t.value})),r.attributes=o}if(t.childNodes.length){var a=[];[].forEach.call(t.childNodes,(function(t){i(t,a)})),a.length&&(r.children=a)}e.push(r)};return[].forEach.call(t.body.childNodes,(function(t){return i(t,e)})),e},e.allowedAttributes="aria-controls aria-describedby aria-expanded aria-haspopup aria-hidden aria-label aria-labelledby aria-live aria-pressed aria-readonly aria-roledescription aria-selected class clip-path color colspan cx cy d dx dy disabled fill height href id in markerHeight markerWidth offset opacity orient padding paddingLeft paddingRight patternUnits r refX refY role scope slope src startOffset stdDeviation stroke stroke-linecap stroke-width style tableValues result rowspan summary target tabindex text-align textAnchor textLength title type valign width x x1 x2 y y1 y2 zIndex".split(" "),e.allowedReferences="https:// http:// mailto: / ../ ./ #".split(" "),e.allowedTags="a abbr b br button caption circle clipPath code dd defs div dl dt em feComponentTransfer feFuncA feFuncB feFuncG feFuncR feGaussianBlur feOffset feMerge feMergeNode filter h1 h2 h3 h4 h5 h6 hr i img li linearGradient marker ol p path pattern pre rect small span stop strong style sub sup svg table text thead tbody tspan td th tr u ul #text".split(" "),e.emptyHTML=u,e}()})),e(n,"Core/FormatUtilities.js",[n["Core/DefaultOptions.js"],n["Core/Utilities.js"]],(function(t,e){function n(t,e,n,r){t=+t||0,e=+e;var o=i.lang,d=(t.toString().split(".")[1]||"").split("e")[0].length,c=t.toString().split("e"),u=e;if(-1===e)e=Math.min(d,20);else if(a(e)){if(e&&c[1]&&0>c[1]){var h=e+ +c[1];0<=h?(c[0]=(+c[0]).toExponential(h).split("e")[0],e=h):(c[0]=c[0].split(".")[0]||0,t=20>e?(c[0]*Math.pow(10,c[1])).toFixed(e):0,c[1]=0)}}else e=2;h=(Math.abs(c[1]?c[0]:t)+Math.pow(10,-Math.max(e,d)-1)).toFixed(e);var p=3<(d=String(l(h))).length?d.length%3:0;return n=s(n,o.decimalPoint),r=s(r,o.thousandsSep),t=(0>t?"-":"")+(p?d.substr(0,p)+r:""),t=0>+c[1]&&!u?"0":t+d.substr(p).replace(/(\d{3})(?=\d)/g,"$1"+r),e&&(t+=n+h.slice(-e)),c[1]&&0!=+t&&(t+="e"+c[1]),t}var i=t.defaultOptions,r=t.defaultTime,o=e.getNestedProperty,a=e.isNumber,s=e.pick,l=e.pInt;return{dateFormat:function(t,e,n){return r.dateFormat(t,e,n)},format:function(t,e,a){var s="{",l=!1,d=/f$/,c=/\.([0-9])/,u=i.lang,h=a&&a.time||r;a=a&&a.numberFormatter||n;for(var p=[];t;){var f=t.indexOf(s);if(-1===f)break;var g=t.slice(0,f);if(l){if(g=g.split(":"),s=o(g.shift()||"",e),g.length&&"number"==typeof s)if(g=g.join(":"),d.test(g)){var m=parseInt((g.match(c)||["","-1"])[1],10);null!==s&&(s=a(s,m,u.decimalPoint,-1<g.indexOf(",")?u.thousandsSep:""))}else s=h.dateFormat(g,s);p.push(s)}else p.push(g);t=t.slice(f+1),s=(l=!l)?"}":"{"}return p.push(t),p.join("")},numberFormat:n}})),e(n,"Core/Renderer/RendererUtilities.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.clamp,i=t.pick,r=t.stableSort;return function(t){t.distribute=function t(e,o,a){var s,l=e,d=l.reducedLen||o,c=function(t,e){return(e.rank||0)-(t.rank||0)},u=function(t,e){return t.target-e.target},h=!0,p=[],f=0;for(s=e.length;s--;)f+=e[s].size;if(f>d){for(r(e,c),f=s=0;f<=d;)f+=e[s].size,s++;p=e.splice(s-1,e.length)}for(r(e,u),e=e.map((function(t){return{size:t.size,targets:[t.target],align:i(t.align,.5)}}));h;){for(s=e.length;s--;)d=e[s],c=(Math.min.apply(0,d.targets)+Math.max.apply(0,d.targets))/2,d.pos=n(c-d.size*d.align,0,o-d.size);for(s=e.length,h=!1;s--;)0<s&&e[s-1].pos+e[s-1].size>e[s].pos&&(e[s-1].size+=e[s].size,e[s-1].targets=e[s-1].targets.concat(e[s].targets),e[s-1].align=.5,e[s-1].pos+e[s-1].size>o&&(e[s-1].pos=o-e[s-1].size),e.splice(s,1),h=!0)}return l.push.apply(l,p),s=0,e.some((function(e){var n=0;return(e.targets||[]).some((function(){return l[s].pos=e.pos+n,void 0!==a&&Math.abs(l[s].pos-l[s].target)>a?(l.slice(0,s+1).forEach((function(t){return delete t.pos})),l.reducedLen=(l.reducedLen||o)-.1*o,l.reducedLen>.1*o&&t(l,o,a),!0):(n+=l[s].size,s++,!1)}))})),r(l,u),l}}(e||(e={})),e})),e(n,"Core/Renderer/SVG/SVGElement.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Renderer/HTML/AST.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r){var o=t.animate,a=t.animObject,s=t.stop,l=i.deg2rad,d=i.doc,c=i.noop,u=i.svg,h=i.SVG_NS,p=i.win,f=r.addEvent,g=r.attr,m=r.createElement,v=r.css,b=r.defined,y=r.erase,x=r.extend,_=r.fireEvent,O=r.isArray,w=r.isFunction,$=r.isNumber,C=r.isString,k=r.merge,S=r.objectEach,j=r.pick,E=r.pInt,M=r.syncTimeout,A=r.uniqueKey;return(t=function(){function t(){this.element=void 0,this.onEvents={},this.opacity=1,this.renderer=void 0,this.SVG_NS=h,this.symbolCustomAttribs="x y width height r start end innerR anchorX anchorY rounded".split(" ")}return t.prototype._defaultGetter=function(t){return t=j(this[t+"Value"],this[t],this.element?this.element.getAttribute(t):null,0),/^[\-0-9\.]+$/.test(t)&&(t=parseFloat(t)),t},t.prototype._defaultSetter=function(t,e,n){n.setAttribute(e,t)},t.prototype.add=function(t){var e=this.renderer,n=this.element;if(t&&(this.parentGroup=t),this.parentInverted=t&&t.inverted,void 0!==this.textStr&&"text"===this.element.nodeName&&e.buildText(this),this.added=!0,!t||t.handleZ||this.zIndex)var i=this.zIndexSetter();return i||(t?t.element:e.box).appendChild(n),this.onAdd&&this.onAdd(),this},t.prototype.addClass=function(t,e){var n=e?"":this.attr("class")||"";return(t=(t||"").split(/ /g).reduce((function(t,e){return-1===n.indexOf(e)&&t.push(e),t}),n?[n]:[]).join(" "))!==n&&this.attr("class",t),this},t.prototype.afterSetters=function(){this.doTransform&&(this.updateTransform(),this.doTransform=!1)},t.prototype.align=function(t,e,n){var i,r,o,a={},s=this.renderer,l=s.alignedObjects;t?(this.alignOptions=t,this.alignByTranslate=e,(!n||C(n))&&(this.alignTo=i=n||"renderer",y(l,this),l.push(this),n=void 0)):(t=this.alignOptions,e=this.alignByTranslate,i=this.alignTo),n=j(n,s[i],"scrollablePlotBox"===i?s.plotBox:void 0,s),i=t.align;var d=t.verticalAlign;return s=(n.x||0)+(t.x||0),l=(n.y||0)+(t.y||0),"right"===i?r=1:"center"===i&&(r=2),r&&(s+=(n.width-(t.width||0))/r),a[e?"translateX":"x"]=Math.round(s),"bottom"===d?o=1:"middle"===d&&(o=2),o&&(l+=(n.height-(t.height||0))/o),a[e?"translateY":"y"]=Math.round(l),this[this.placed?"animate":"attr"](a),this.placed=!0,this.alignAttr=a,this},t.prototype.alignSetter=function(t){var e={left:"start",center:"middle",right:"end"};e[t]&&(this.alignValue=t,this.element.setAttribute("text-anchor",e[t]))},t.prototype.animate=function(t,e,n){var i=this,r=a(j(e,this.renderer.globalAnimation,!0));return e=r.defer,j(d.hidden,d.msHidden,d.webkitHidden,!1)&&(r.duration=0),0!==r.duration?(n&&(r.complete=n),M((function(){i.element&&o(i,t,r)}),e)):(this.attr(t,void 0,n),S(t,(function(t,e){r.step&&r.step.call(this,t,{prop:e,pos:1,elem:this})}),this)),this},t.prototype.applyTextOutline=function(t){var e=this.element;-1!==t.indexOf("contrast")&&(t=t.replace(/contrast/g,this.renderer.getContrast(e.style.fill)));var n=t.split(" ");if(t=n[n.length-1],(n=n[0])&&"none"!==n&&i.svg){this.fakeTS=!0,this.ySetter=this.xSetter,n=n.replace(/(^[\d\.]+)(.*?)$/g,(function(t,e,n){return 2*Number(e)+n})),this.removeTextOutline();var r=d.createElementNS(h,"tspan");g(r,{class:"highcharts-text-outline",fill:t,stroke:t,"stroke-width":n,"stroke-linejoin":"round"}),[].forEach.call(e.childNodes,(function(t){var e=t.cloneNode(!0);e.removeAttribute&&["fill","stroke","stroke-width","stroke"].forEach((function(t){return e.removeAttribute(t)})),r.appendChild(e)}));var o=d.createElementNS(h,"tspan");o.textContent="​",["x","y"].forEach((function(t){var n=e.getAttribute(t);n&&o.setAttribute(t,n)})),r.appendChild(o),e.insertBefore(r,e.firstChild)}},t.prototype.attr=function(t,e,n,i){var r,o,a,l=this.element,d=this.symbolCustomAttribs,c=this;if("string"==typeof t&&void 0!==e){var u=t;(t={})[u]=e}return"string"==typeof t?c=(this[t+"Getter"]||this._defaultGetter).call(this,t,l):(S(t,(function(e,n){o=!1,i||s(this,n),this.symbolName&&-1!==d.indexOf(n)&&(r||(this.symbolAttr(t),r=!0),o=!0),!this.rotation||"x"!==n&&"y"!==n||(this.doTransform=!0),o||((a=this[n+"Setter"]||this._defaultSetter).call(this,e,n,l),!this.styledMode&&this.shadows&&/^(width|height|visibility|x|y|d|transform|cx|cy|r)$/.test(n)&&this.updateShadows(n,e,a))}),this),this.afterSetters()),n&&n.call(this),c},t.prototype.clip=function(t){return this.attr("clip-path",t?"url("+this.renderer.url+"#"+t.id+")":"none")},t.prototype.crisp=function(t,e){e=e||t.strokeWidth||0;var n=Math.round(e)%2/2;return t.x=Math.floor(t.x||this.x||0)+n,t.y=Math.floor(t.y||this.y||0)+n,t.width=Math.floor((t.width||this.width||0)-2*n),t.height=Math.floor((t.height||this.height||0)-2*n),b(t.strokeWidth)&&(t.strokeWidth=e),t},t.prototype.complexColor=function(t,e,i){var r,o,a,s,l,d,c,u,h,p,f,g=this.renderer,m=[];_(this.renderer,"complexColor",{args:arguments},(function(){if(t.radialGradient?o="radialGradient":t.linearGradient&&(o="linearGradient"),o){if(a=t[o],l=g.gradients,d=t.stops,h=i.radialReference,O(a)&&(t[o]=a={x1:a[0],y1:a[1],x2:a[2],y2:a[3],gradientUnits:"userSpaceOnUse"}),"radialGradient"===o&&h&&!b(a.gradientUnits)&&(s=a,a=k(a,g.getRadialAttr(h,s),{gradientUnits:"userSpaceOnUse"})),S(a,(function(t,e){"id"!==e&&m.push(e,t)})),S(d,(function(t){m.push(t)})),m=m.join(","),l[m])p=l[m].attr("id");else{a.id=p=A();var v=l[m]=g.createElement(o).attr(a).add(g.defs);v.radAttr=s,v.stops=[],d.forEach((function(t){0===t[1].indexOf("rgba")?(r=n.parse(t[1]),c=r.get("rgb"),u=r.get("a")):(c=t[1],u=1),t=g.createElement("stop").attr({offset:t[0],"stop-color":c,"stop-opacity":u}).add(v),v.stops.push(t)}))}f="url("+g.url+"#"+p+")",i.setAttribute(e,f),i.gradient=m,t.toString=function(){return f}}}))},t.prototype.css=function(t){var e=this.styles,n={},i=this.element,r=["textOutline","textOverflow","width"],o="",a=!e;if(t&&t.color&&(t.fill=t.color),e&&S(t,(function(t,i){e&&e[i]!==t&&(n[i]=t,a=!0)})),a){if(e&&(t=x(e,n)),t)if(null===t.width||"auto"===t.width)delete this.textWidth;else if("text"===i.nodeName.toLowerCase()&&t.width)var s=this.textWidth=E(t.width);if(this.styles=t,s&&!u&&this.renderer.forExport&&delete t.width,i.namespaceURI===this.SVG_NS){var l=function(t,e){return"-"+e.toLowerCase()};S(t,(function(t,e){-1===r.indexOf(e)&&(o+=e.replace(/([A-Z])/g,l)+":"+t+";")})),o&&g(i,"style",o)}else v(i,t);this.added&&("text"===this.element.nodeName&&this.renderer.buildText(this),t&&t.textOutline&&this.applyTextOutline(t.textOutline))}return this},t.prototype.dashstyleSetter=function(t){var e=this["stroke-width"];if("inherit"===e&&(e=1),t=t&&t.toLowerCase()){var n=t.replace("shortdashdotdot","3,1,1,1,1,1,").replace("shortdashdot","3,1,1,1").replace("shortdot","1,1,").replace("shortdash","3,1,").replace("longdash","8,3,").replace(/dot/g,"1,3,").replace("dash","4,3,").replace(/,$/,"").split(",");for(t=n.length;t--;)n[t]=""+E(n[t])*j(e,NaN);t=n.join(",").replace(/NaN/g,"none"),this.element.setAttribute("stroke-dasharray",t)}},t.prototype.destroy=function(){var t=this,e=t.element||{},n=t.renderer,i=e.ownerSVGElement,r=n.isSVG&&"SPAN"===e.nodeName&&t.parentGroup||void 0;if(e.onclick=e.onmouseout=e.onmouseover=e.onmousemove=e.point=null,s(t),t.clipPath&&i){var o=t.clipPath;[].forEach.call(i.querySelectorAll("[clip-path],[CLIP-PATH]"),(function(t){-1<t.getAttribute("clip-path").indexOf(o.element.id)&&t.removeAttribute("clip-path")})),t.clipPath=o.destroy()}if(t.stops){for(i=0;i<t.stops.length;i++)t.stops[i].destroy();t.stops.length=0,t.stops=void 0}for(t.safeRemoveChild(e),n.styledMode||t.destroyShadows();r&&r.div&&0===r.div.childNodes.length;)e=r.parentGroup,t.safeRemoveChild(r.div),delete r.div,r=e;t.alignTo&&y(n.alignedObjects,t),S(t,(function(e,n){t[n]&&t[n].parentGroup===t&&t[n].destroy&&t[n].destroy(),delete t[n]}))},t.prototype.destroyShadows=function(){(this.shadows||[]).forEach((function(t){this.safeRemoveChild(t)}),this),this.shadows=void 0},t.prototype.destroyTextPath=function(t,e){var n=t.getElementsByTagName("text")[0];if(n){if(n.removeAttribute("dx"),n.removeAttribute("dy"),e.element.setAttribute("id",""),this.textPathWrapper&&n.getElementsByTagName("textPath").length){for(t=this.textPathWrapper.element.childNodes;t.length;)n.appendChild(t[0]);n.removeChild(this.textPathWrapper.element)}}else(t.getAttribute("dx")||t.getAttribute("dy"))&&(t.removeAttribute("dx"),t.removeAttribute("dy"));this.textPathWrapper&&(this.textPathWrapper=this.textPathWrapper.destroy())},t.prototype.dSetter=function(t,e,n){O(t)&&("string"==typeof t[0]&&(t=this.renderer.pathToSegments(t)),this.pathArray=t,t=t.reduce((function(t,e,n){return e&&e.join?(n?t+" ":"")+e.join(" "):(e||"").toString()}),"")),/(NaN| {2}|^$)/.test(t)&&(t="M 0 0"),this[e]!==t&&(n.setAttribute(e,t),this[e]=t)},t.prototype.fadeOut=function(t){var e=this;e.animate({opacity:0},{duration:j(t,150),complete:function(){e.attr({y:-9999}).hide()}})},t.prototype.fillSetter=function(t,e,n){"string"==typeof t?n.setAttribute(e,t):t&&this.complexColor(t,e,n)},t.prototype.getBBox=function(e,n){var i=this.renderer,r=this.element,o=this.styles,a=this.textStr,s=i.cache,d=i.cacheKeys,c=r.namespaceURI===this.SVG_NS;n=j(n,this.rotation,0);var u,h=i.styledMode?r&&t.prototype.getStyle.call(r,"font-size"):o&&o.fontSize;if(b(a)){var p=a.toString();-1===p.indexOf("<")&&(p=p.replace(/[0-9]/g,"0")),p+=["",n,h,this.textWidth,o&&o.textOverflow,o&&o.fontWeight].join()}if(p&&!e&&(u=s[p]),!u){if(c||i.forExport){try{var f=this.fakeTS&&function(t){var e=r.querySelector(".highcharts-text-outline");e&&v(e,{display:t})};w(f)&&f("none"),u=r.getBBox?x({},r.getBBox()):{width:r.offsetWidth,height:r.offsetHeight},w(f)&&f("")}catch(t){}(!u||0>u.width)&&(u={width:0,height:0})}else u=this.htmlGetBBox();if(i.isSVG&&(e=u.width,i=u.height,c&&(u.height=i={"11px,17":14,"13px,20":16}[(h||"")+","+Math.round(i)]||i),n&&(c=n*l,u.width=Math.abs(i*Math.sin(c))+Math.abs(e*Math.cos(c)),u.height=Math.abs(i*Math.cos(c))+Math.abs(e*Math.sin(c)))),p&&(""===a||0<u.height)){for(;250<d.length;)delete s[d.shift()];s[p]||d.push(p),s[p]=u}}return u},t.prototype.getStyle=function(t){return p.getComputedStyle(this.element||this,"").getPropertyValue(t)},t.prototype.hasClass=function(t){return-1!==(""+this.attr("class")).split(" ").indexOf(t)},t.prototype.hide=function(t){return t?this.attr({y:-9999}):this.attr({visibility:"hidden"}),this},t.prototype.htmlGetBBox=function(){return{height:0,width:0,x:0,y:0}},t.prototype.init=function(t,e){this.element="span"===e?m(e):d.createElementNS(this.SVG_NS,e),this.renderer=t,_(this,"afterInit")},t.prototype.invert=function(t){return this.inverted=t,this.updateTransform(),this},t.prototype.on=function(t,e){var n=this.onEvents;return n[t]&&n[t](),n[t]=f(this.element,t,e),this},t.prototype.opacitySetter=function(t,e,n){this.opacity=t=Number(Number(t).toFixed(3)),n.setAttribute(e,t)},t.prototype.removeClass=function(t){return this.attr("class",(""+this.attr("class")).replace(C(t)?new RegExp("(^| )"+t+"( |$)"):t," ").replace(/ +/g," ").trim())},t.prototype.removeTextOutline=function(){var t=this.element.querySelector("tspan.highcharts-text-outline");t&&this.safeRemoveChild(t)},t.prototype.safeRemoveChild=function(t){var e=t.parentNode;e&&e.removeChild(t)},t.prototype.setRadialReference=function(t){var e=this.element.gradient&&this.renderer.gradients[this.element.gradient];return this.element.radialReference=t,e&&e.radAttr&&e.animate(this.renderer.getRadialAttr(t,e.radAttr)),this},t.prototype.setTextPath=function(t,n){var i=this.element,r=this.text?this.text.element:i,o={textAnchor:"text-anchor"},a=!1,s=this.textPathWrapper,l=!s;n=k(!0,{enabled:!0,attributes:{dy:-5,startOffset:"50%",textAnchor:"middle"}},n);var d=e.filterUserAttributes(n.attributes);if(t&&n&&n.enabled){s&&null===s.element.parentNode?(l=!0,s=s.destroy()):s&&this.removeTextOutline.call(s.parentGroup),this.options&&this.options.padding&&(d.dx=-this.options.padding),s||(this.textPathWrapper=s=this.renderer.createElement("textPath"),a=!0);var u=s.element;if((n=t.element.getAttribute("id"))||t.element.setAttribute("id",n=A()),l)for(r.setAttribute("y",0),$(d.dx)&&r.setAttribute("x",-d.dx),t=[].slice.call(r.childNodes),l=0;l<t.length;l++){var h=t[l];h.nodeType!==p.Node.TEXT_NODE&&"tspan"!==h.nodeName||u.appendChild(h)}a&&s&&s.add({element:r}),u.setAttributeNS("http://www.w3.org/1999/xlink","href",this.renderer.url+"#"+n),b(d.dy)&&(u.parentNode.setAttribute("dy",d.dy),delete d.dy),b(d.dx)&&(u.parentNode.setAttribute("dx",d.dx),delete d.dx),S(d,(function(t,e){u.setAttribute(o[e]||e,t)})),i.removeAttribute("transform"),this.removeTextOutline.call(s),this.text&&!this.renderer.styledMode&&this.attr({fill:"none","stroke-width":0}),this.applyTextOutline=this.updateTransform=c}else s&&(delete this.updateTransform,delete this.applyTextOutline,this.destroyTextPath(i,t),this.updateTransform(),this.options&&this.options.rotation&&this.applyTextOutline(this.options.style.textOutline));return this},t.prototype.shadow=function(t,e,n){var i,r=[],o=this.element,a=this.oldShadowOptions,s={color:"#000000",offsetX:this.parentInverted?-1:1,offsetY:this.parentInverted?-1:1,opacity:.15,width:3},l=!1;if(!0===t?i=s:"object"==typeof t&&(i=x(s,t)),i&&(i&&a&&S(i,(function(t,e){t!==a[e]&&(l=!0)})),l&&this.destroyShadows(),this.oldShadowOptions=i),i){if(!this.shadows){var d=i.opacity/i.width,c=this.parentInverted?"translate("+i.offsetY+", "+i.offsetX+")":"translate("+i.offsetX+", "+i.offsetY+")";for(s=1;s<=i.width;s++){var u=o.cloneNode(!1),h=2*i.width+1-2*s;g(u,{stroke:t.color||"#000000","stroke-opacity":d*s,"stroke-width":h,transform:c,fill:"none"}),u.setAttribute("class",(u.getAttribute("class")||"")+" highcharts-shadow"),n&&(g(u,"height",Math.max(g(u,"height")-h,0)),u.cutHeight=h),e?e.element.appendChild(u):o.parentNode&&o.parentNode.insertBefore(u,o),r.push(u)}this.shadows=r}}else this.destroyShadows();return this},t.prototype.show=function(t){return this.attr({visibility:t?"inherit":"visible"})},t.prototype.strokeSetter=function(e,n,i){this[n]=e,this.stroke&&this["stroke-width"]?(t.prototype.fillSetter.call(this,this.stroke,"stroke",i),i.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0):"stroke-width"===n&&0===e&&this.hasStroke?(i.removeAttribute("stroke"),this.hasStroke=!1):this.renderer.styledMode&&this["stroke-width"]&&(i.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0)},t.prototype.strokeWidth=function(){if(!this.renderer.styledMode)return this["stroke-width"]||0;var t=this.getStyle("stroke-width"),e=0;if(t.indexOf("px")===t.length-2)e=E(t);else if(""!==t){var n=d.createElementNS(h,"rect");g(n,{width:t,"stroke-width":0}),this.element.parentNode.appendChild(n),e=n.getBBox().width,n.parentNode.removeChild(n)}return e},t.prototype.symbolAttr=function(t){var e=this;"x y r start end width height innerR anchorX anchorY clockwise".split(" ").forEach((function(n){e[n]=j(t[n],e[n])})),e.attr({d:e.renderer.symbols[e.symbolName](e.x,e.y,e.width,e.height,e)})},t.prototype.textSetter=function(t){t!==this.textStr&&(delete this.textPxLength,this.textStr=t,this.added&&this.renderer.buildText(this))},t.prototype.titleSetter=function(t){var e=this.element,n=e.getElementsByTagName("title")[0]||d.createElementNS(this.SVG_NS,"title");e.insertBefore?e.insertBefore(n,e.firstChild):e.appendChild(n),n.textContent=String(j(t,"")).replace(/<[^>]*>/g,"").replace(/&lt;/g,"<").replace(/&gt;/g,">")},t.prototype.toFront=function(){var t=this.element;return t.parentNode.appendChild(t),this},t.prototype.translate=function(t,e){return this.attr({translateX:t,translateY:e})},t.prototype.updateShadows=function(t,e,n){var i=this.shadows;if(i)for(var r=i.length;r--;)n.call(i[r],"height"===t?Math.max(e-(i[r].cutHeight||0),0):"d"===t?this.d:e,t,i[r])},t.prototype.updateTransform=function(){var t=this.scaleX,e=this.scaleY,n=this.inverted,i=this.rotation,r=this.matrix,o=this.element,a=this.translateX||0,s=this.translateY||0;n&&(a+=this.width,s+=this.height),a=["translate("+a+","+s+")"],b(r)&&a.push("matrix("+r.join(",")+")"),n?a.push("rotate(90) scale(-1,1)"):i&&a.push("rotate("+i+" "+j(this.rotationOriginX,o.getAttribute("x"),0)+" "+j(this.rotationOriginY,o.getAttribute("y")||0)+")"),(b(t)||b(e))&&a.push("scale("+j(t,1)+" "+j(e,1)+")"),a.length&&o.setAttribute("transform",a.join(" "))},t.prototype.visibilitySetter=function(t,e,n){"inherit"===t?n.removeAttribute(e):this[e]!==t&&n.setAttribute(e,t),this[e]=t},t.prototype.xGetter=function(t){return"circle"===this.element.nodeName&&("x"===t?t="cx":"y"===t&&(t="cy")),this._defaultGetter(t)},t.prototype.zIndexSetter=function(t,e){var n=this.renderer,i=this.parentGroup,r=(i||n).element||n.box,o=this.element;n=r===n.box;var a,s=!1,l=this.added;if(b(t)?(o.setAttribute("data-z-index",t),t=+t,this[e]===t&&(l=!1)):b(this[e])&&o.removeAttribute("data-z-index"),this[e]=t,l){for((t=this.zIndex)&&i&&(i.handleZ=!0),a=(e=r.childNodes).length-1;0<=a&&!s;a--){l=(i=e[a]).getAttribute("data-z-index");var d=!b(l);i!==o&&(0>t&&d&&!n&&!a?(r.insertBefore(o,e[a]),s=!0):(E(l)<=t||d&&(!b(t)||0<=t))&&(r.insertBefore(o,e[a+1]||null),s=!0))}s||(r.insertBefore(o,e[n?3:0]||null),s=!0)}return s},t}()).prototype["stroke-widthSetter"]=t.prototype.strokeSetter,t.prototype.yGetter=t.prototype.xGetter,t.prototype.matrixSetter=t.prototype.rotationOriginXSetter=t.prototype.rotationOriginYSetter=t.prototype.rotationSetter=t.prototype.scaleXSetter=t.prototype.scaleYSetter=t.prototype.translateXSetter=t.prototype.translateYSetter=t.prototype.verticalAlignSetter=function(t,e){this[e]=t,this.doTransform=!0},t})),e(n,"Core/Renderer/RendererRegistry.js",[n["Core/Globals.js"]],(function(t){var e;return function(e){var n;e.rendererTypes={},e.getRendererType=function(t){return void 0===t&&(t=n),e.rendererTypes[t]||e.rendererTypes[n]},e.registerRendererType=function(i,r,o){e.rendererTypes[i]=r,n&&!o||(n=i,t.Renderer=r)}}(e||(e={})),e})),e(n,"Core/Renderer/SVG/SVGLabel.js",[n["Core/Renderer/SVG/SVGElement.js"],n["Core/Utilities.js"]],(function(t,e){var n=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),i=e.defined,r=e.extend,o=e.isNumber,a=e.merge,s=e.pick,l=e.removeEvent;return function(e){function d(t,n,i,r,o,a,s,l,c,u){var h,p=e.call(this)||this;return p.paddingLeftSetter=p.paddingSetter,p.paddingRightSetter=p.paddingSetter,p.init(t,"g"),p.textStr=n,p.x=i,p.y=r,p.anchorX=a,p.anchorY=s,p.baseline=c,p.className=u,p.addClass("button"===u?"highcharts-no-tooltip":"highcharts-label"),u&&p.addClass("highcharts-"+u),p.text=t.text(void 0,0,0,l).attr({zIndex:1}),"string"==typeof o&&((h=/^url\((.*?)\)$/.test(o))||p.renderer.symbols[o])&&(p.symbolKey=o),p.bBox=d.emptyBBox,p.padding=3,p.baselineOffset=0,p.needsBox=t.styledMode||h,p.deferredAttr={},p.alignFactor=0,p}return n(d,e),d.prototype.alignSetter=function(t){(t={left:0,center:.5,right:1}[t])!==this.alignFactor&&(this.alignFactor=t,this.bBox&&o(this.xSetting)&&this.attr({x:this.xSetting}))},d.prototype.anchorXSetter=function(t,e){this.anchorX=t,this.boxAttr(e,Math.round(t)-this.getCrispAdjust()-this.xSetting)},d.prototype.anchorYSetter=function(t,e){this.anchorY=t,this.boxAttr(e,t-this.ySetting)},d.prototype.boxAttr=function(t,e){this.box?this.box.attr(t,e):this.deferredAttr[t]=e},d.prototype.css=function(e){if(e){var n={};e=a(e),d.textProps.forEach((function(t){void 0!==e[t]&&(n[t]=e[t],delete e[t])})),this.text.css(n);var i="width"in n;"fontSize"in n||"fontWeight"in n?this.updateTextPadding():i&&this.updateBoxSize()}return t.prototype.css.call(this,e)},d.prototype.destroy=function(){l(this.element,"mouseenter"),l(this.element,"mouseleave"),this.text&&this.text.destroy(),this.box&&(this.box=this.box.destroy()),t.prototype.destroy.call(this)},d.prototype.fillSetter=function(t,e){t&&(this.needsBox=!0),this.fill=t,this.boxAttr(e,t)},d.prototype.getBBox=function(){this.textStr&&0===this.bBox.width&&0===this.bBox.height&&this.updateBoxSize();var t=this.padding,e=s(this.paddingLeft,t);return{width:this.width,height:this.height,x:this.bBox.x-e,y:this.bBox.y-t}},d.prototype.getCrispAdjust=function(){return this.renderer.styledMode&&this.box?this.box.strokeWidth()%2/2:(this["stroke-width"]?parseInt(this["stroke-width"],10):0)%2/2},d.prototype.heightSetter=function(t){this.heightSetting=t},d.prototype.onAdd=function(){var t=this.textStr;this.text.add(this),this.attr({text:i(t)?t:"",x:this.x,y:this.y}),this.box&&i(this.anchorX)&&this.attr({anchorX:this.anchorX,anchorY:this.anchorY})},d.prototype.paddingSetter=function(t,e){o(t)?t!==this[e]&&(this[e]=t,this.updateTextPadding()):this[e]=void 0},d.prototype.rSetter=function(t,e){this.boxAttr(e,t)},d.prototype.shadow=function(t){return t&&!this.renderer.styledMode&&(this.updateBoxSize(),this.box&&this.box.shadow(t)),this},d.prototype.strokeSetter=function(t,e){this.stroke=t,this.boxAttr(e,t)},d.prototype["stroke-widthSetter"]=function(t,e){t&&(this.needsBox=!0),this["stroke-width"]=t,this.boxAttr(e,t)},d.prototype["text-alignSetter"]=function(t){this.textAlign=t},d.prototype.textSetter=function(t){void 0!==t&&this.text.attr({text:t}),this.updateTextPadding()},d.prototype.updateBoxSize=function(){var t=this.text.element.style,e={},n=this.padding,a=this.bBox=o(this.widthSetting)&&o(this.heightSetting)&&!this.textAlign||!i(this.text.textStr)?d.emptyBBox:this.text.getBBox();this.width=this.getPaddedWidth(),this.height=(this.heightSetting||a.height||0)+2*n,t=this.renderer.fontMetrics(t&&t.fontSize,this.text),this.baselineOffset=n+Math.min((this.text.firstLineMetrics||t).b,a.height||1/0),this.heightSetting&&(this.baselineOffset+=(this.heightSetting-t.h)/2),this.needsBox&&(this.box||((n=this.box=this.symbolKey?this.renderer.symbol(this.symbolKey):this.renderer.rect()).addClass(("button"===this.className?"":"highcharts-label-box")+(this.className?" highcharts-"+this.className+"-box":"")),n.add(this)),n=this.getCrispAdjust(),e.x=n,e.y=(this.baseline?-this.baselineOffset:0)+n,e.width=Math.round(this.width),e.height=Math.round(this.height),this.box.attr(r(e,this.deferredAttr)),this.deferredAttr={})},d.prototype.updateTextPadding=function(){var t=this.text;this.updateBoxSize();var e=this.baseline?0:this.baselineOffset,n=s(this.paddingLeft,this.padding);i(this.widthSetting)&&this.bBox&&("center"===this.textAlign||"right"===this.textAlign)&&(n+={center:.5,right:1}[this.textAlign]*(this.widthSetting-this.bBox.width)),n===t.x&&e===t.y||(t.attr("x",n),t.hasBoxWidthChanged&&(this.bBox=t.getBBox(!0)),void 0!==e&&t.attr("y",e)),t.x=n,t.y=e},d.prototype.widthSetter=function(t){this.widthSetting=o(t)?t:void 0},d.prototype.getPaddedWidth=function(){var t=this.padding,e=s(this.paddingLeft,t);return t=s(this.paddingRight,t),(this.widthSetting||this.bBox.width||0)+e+t},d.prototype.xSetter=function(t){this.x=t,this.alignFactor&&(t-=this.alignFactor*this.getPaddedWidth(),this["forceAnimate:x"]=!0),this.xSetting=Math.round(t),this.attr("translateX",this.xSetting)},d.prototype.ySetter=function(t){this.ySetting=this.y=Math.round(t),this.attr("translateY",this.ySetting)},d.emptyBBox={width:0,height:0,x:0,y:0},d.textProps="color direction fontFamily fontSize fontStyle fontWeight lineHeight textAlign textDecoration textOutline textOverflow width".split(" "),d}(t)})),e(n,"Core/Renderer/SVG/Symbols.js",[n["Core/Utilities.js"]],(function(t){function e(t,e,n,i,o){var s=[];if(o){var l=o.start||0,d=a(o.r,n);n=a(o.r,i||n);var c=(o.end||0)-.001;i=o.innerR;var u=a(o.open,.001>Math.abs((o.end||0)-l-2*Math.PI)),h=Math.cos(l),p=Math.sin(l),f=Math.cos(c),g=Math.sin(c);l=a(o.longArc,.001>c-l-Math.PI?0:1),s.push(["M",t+d*h,e+n*p],["A",d,n,0,l,a(o.clockwise,1),t+d*f,e+n*g]),r(i)&&s.push(u?["M",t+i*f,e+i*g]:["L",t+i*f,e+i*g],["A",i,i,0,l,r(o.clockwise)?1-o.clockwise:0,t+i*h,e+i*p]),u||s.push(["Z"])}return s}function n(t,e,n,r,o){return o&&o.r?i(t,e,n,r,o):[["M",t,e],["L",t+n,e],["L",t+n,e+r],["L",t,e+r],["Z"]]}function i(t,e,n,i,r){return[["M",t+(r=r&&r.r||0),e],["L",t+n-r,e],["C",t+n,e,t+n,e,t+n,e+r],["L",t+n,e+i-r],["C",t+n,e+i,t+n,e+i,t+n-r,e+i],["L",t+r,e+i],["C",t,e+i,t,e+i,t,e+i-r],["L",t,e+r],["C",t,e,t,e,t+r,e]]}var r=t.defined,o=t.isNumber,a=t.pick;return{arc:e,callout:function(t,e,n,r,a){var s=Math.min(a&&a.r||0,n,r),l=s+6,d=a&&a.anchorX;a=a&&a.anchorY||0;var c=i(t,e,n,r,{r:s});return o(d)?(t+d>=n?a>e+l&&a<e+r-l?c.splice(3,1,["L",t+n,a-6],["L",t+n+6,a],["L",t+n,a+6],["L",t+n,e+r-s]):c.splice(3,1,["L",t+n,r/2],["L",d,a],["L",t+n,r/2],["L",t+n,e+r-s]):0>=t+d?a>e+l&&a<e+r-l?c.splice(7,1,["L",t,a+6],["L",t-6,a],["L",t,a-6],["L",t,e+s]):c.splice(7,1,["L",t,r/2],["L",d,a],["L",t,r/2],["L",t,e+s]):a&&a>r&&d>t+l&&d<t+n-l?c.splice(5,1,["L",d+6,e+r],["L",d,e+r+6],["L",d-6,e+r],["L",t+s,e+r]):a&&0>a&&d>t+l&&d<t+n-l&&c.splice(1,1,["L",d-6,e],["L",d,e-6],["L",d+6,e],["L",n-s,e]),c):c},circle:function(t,n,i,r){return e(t+i/2,n+r/2,i/2,r/2,{start:.5*Math.PI,end:2.5*Math.PI,open:!1})},diamond:function(t,e,n,i){return[["M",t+n/2,e],["L",t+n,e+i/2],["L",t+n/2,e+i],["L",t,e+i/2],["Z"]]},rect:n,roundedRect:i,square:n,triangle:function(t,e,n,i){return[["M",t+n/2,e],["L",t+n,e+i],["L",t,e+i],["Z"]]},"triangle-down":function(t,e,n,i){return[["M",t,e],["L",t+n,e],["L",t+n/2,e+i],["Z"]]}}})),e(n,"Core/Renderer/SVG/TextBuilder.js",[n["Core/Renderer/HTML/AST.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=e.doc,r=e.SVG_NS,o=e.win,a=n.attr,s=n.isString,l=n.objectEach,d=n.pick;return function(){function e(t){var e=t.styles;this.renderer=t.renderer,this.svgElement=t,this.width=t.textWidth,this.textLineHeight=e&&e.lineHeight,this.textOutline=e&&e.textOutline,this.ellipsis=!(!e||"ellipsis"!==e.textOverflow),this.noWrap=!(!e||"nowrap"!==e.whiteSpace),this.fontSize=e&&e.fontSize}return e.prototype.buildSVG=function(){var e=this.svgElement,n=e.element,r=e.renderer,o=d(e.textStr,"").toString(),a=-1!==o.indexOf("<"),l=n.childNodes;r=this.width&&!e.added&&r.box;var c=[o,this.ellipsis,this.noWrap,this.textLineHeight,this.textOutline,this.fontSize,this.width].join();if(c!==e.textCache){for(e.textCache=c,delete e.actualWidth,c=l.length;c--;)n.removeChild(l[c]);a||this.ellipsis||this.width||-1!==o.indexOf(" ")&&(!this.noWrap||/<br.*?>/g.test(o))?""!==o&&(r&&r.appendChild(n),o=new t(o),this.modifyTree(o.nodes),o.addToDOM(e.element),this.modifyDOM(),this.ellipsis&&-1!==(n.textContent||"").indexOf("…")&&e.attr("title",this.unescapeEntities(e.textStr||"",["&lt;","&gt;"])),r&&r.removeChild(n)):n.appendChild(i.createTextNode(this.unescapeEntities(o))),s(this.textOutline)&&e.applyTextOutline&&e.applyTextOutline(this.textOutline)}},e.prototype.modifyDOM=function(){var t,e=this,n=this.svgElement,s=a(n.element,"x");for(n.firstLineMetrics=void 0;(t=n.element.firstChild)&&/^[\s\u200B]*$/.test(t.textContent||" ");)n.element.removeChild(t);[].forEach.call(n.element.querySelectorAll("tspan.highcharts-br"),(function(t,i){t.nextSibling&&t.previousSibling&&(0===i&&1===t.previousSibling.nodeType&&(n.firstLineMetrics=n.renderer.fontMetrics(void 0,t.previousSibling)),a(t,{dy:e.getLineHeight(t.nextSibling),x:s}))}));var l=this.width||0;if(l){var d=function(t,o){var d=t.textContent||"",c=d.replace(/([^\^])-/g,"$1- ").split(" "),u=!e.noWrap&&(1<c.length||1<n.element.childNodes.length),h=e.getLineHeight(o),p=0,f=n.actualWidth;if(e.ellipsis)d&&e.truncate(t,d,void 0,0,Math.max(0,l-parseInt(e.fontSize||12,10)),(function(t,e){return t.substring(0,e)+"…"}));else if(u){for(d=[],u=[];o.firstChild&&o.firstChild!==t;)u.push(o.firstChild),o.removeChild(o.firstChild);for(;c.length;)c.length&&!e.noWrap&&0<p&&(d.push(t.textContent||""),t.textContent=c.join(" ").replace(/- /g,"-")),e.truncate(t,void 0,c,0===p&&f||0,l,(function(t,e){return c.slice(0,e).join(" ").replace(/- /g,"-")})),f=n.actualWidth,p++;u.forEach((function(e){o.insertBefore(e,t)})),d.forEach((function(e){o.insertBefore(i.createTextNode(e),t),(e=i.createElementNS(r,"tspan")).textContent="​",a(e,{dy:h,x:s}),o.insertBefore(e,t)}))}},c=function(t){[].slice.call(t.childNodes).forEach((function(e){e.nodeType===o.Node.TEXT_NODE?d(e,t):(-1!==e.className.baseVal.indexOf("highcharts-br")&&(n.actualWidth=0),c(e))}))};c(n.element)}},e.prototype.getLineHeight=function(t){var e;return t=t.nodeType===o.Node.TEXT_NODE?t.parentElement:t,this.renderer.styledMode||(e=t&&/(px|em)$/.test(t.style.fontSize)?t.style.fontSize:this.fontSize||this.renderer.style.fontSize||12),this.textLineHeight?parseInt(this.textLineHeight.toString(),10):this.renderer.fontMetrics(e,t||this.svgElement.element).h},e.prototype.modifyTree=function(t){var e=this,n=function(i,r){var o=i.attributes;o=void 0===o?{}:o;var a=i.children,l=i.tagName,d=e.renderer.styledMode;"b"===l||"strong"===l?d?o.class="highcharts-strong":o.style="font-weight:bold;"+(o.style||""):"i"!==l&&"em"!==l||(d?o.class="highcharts-emphasized":o.style="font-style:italic;"+(o.style||"")),s(o.style)&&(o.style=o.style.replace(/(;| |^)color([ :])/,"$1fill$2")),"br"===l?(o.class="highcharts-br",i.textContent="​",(r=t[r+1])&&r.textContent&&(r.textContent=r.textContent.replace(/^ +/gm,""))):"a"===l&&a&&a.some((function(t){return"#text"===t.tagName}))&&(i.children=[{children:a,tagName:"tspan"}]),"#text"!==l&&"a"!==l&&(i.tagName="tspan"),i.attributes=o,a&&a.filter((function(t){return"#text"!==t.tagName})).forEach(n)};t.forEach(n)},e.prototype.truncate=function(t,e,n,i,r,o){var a,s=this.svgElement,l=s.renderer,d=s.rotation,c=[],u=n?1:0,h=(e||n||"").length,p=h,f=function(r,a){a=a||r;var d=t.parentNode;if(d&&void 0===c[a])if(d.getSubStringLength)try{c[a]=i+d.getSubStringLength(0,n?a+1:a)}catch(t){}else l.getSpanWidth&&(t.textContent=o(e||n,r),c[a]=i+l.getSpanWidth(s,t));return c[a]};s.rotation=0;var g=f(t.textContent.length);if(i+g>r){for(;u<=h;)p=Math.ceil((u+h)/2),n&&(a=o(n,p)),g=f(p,a&&a.length-1),u===h?u=h+1:g>r?h=p-1:u=p;0===h?t.textContent="":e&&h===e.length-1||(t.textContent=a||o(e||n,p))}n&&n.splice(0,p),s.actualWidth=g,s.rotation=d},e.prototype.unescapeEntities=function(t,e){return l(this.renderer.escapes,(function(n,i){e&&-1!==e.indexOf(n)||(t=t.toString().replace(new RegExp(n,"g"),i))})),t},e}()})),e(n,"Core/Renderer/SVG/SVGRenderer.js",[n["Core/Renderer/HTML/AST.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Renderer/RendererRegistry.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Renderer/SVG/SVGLabel.js"],n["Core/Renderer/SVG/Symbols.js"],n["Core/Renderer/SVG/TextBuilder.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,a,s,l){var d,c=n.charts,u=n.deg2rad,h=n.doc,p=n.isFirefox,f=n.isMS,g=n.isWebKit,m=n.noop,v=n.SVG_NS,b=n.symbolSizes,y=n.win,x=l.addEvent,_=l.attr,O=l.createElement,w=l.css,$=l.defined,C=l.destroyObjectProperties,k=l.extend,S=l.isArray,j=l.isNumber,E=l.isObject,M=l.isString,A=l.merge,P=l.pick,T=l.pInt,L=l.uniqueKey;return n=function(){function n(t,e,n,i,r,o,a){this.width=this.url=this.style=this.isSVG=this.imgCount=this.height=this.gradients=this.globalAnimation=this.defs=this.chartIndex=this.cacheKeys=this.cache=this.boxWrapper=this.box=this.alignedObjects=void 0,this.init(t,e,n,i,r,o,a)}return n.prototype.init=function(t,e,n,i,r,o,a){var s,l=this.createElement("svg").attr({version:"1.1",class:"highcharts-root"}),d=l.element;a||l.css(this.getStyle(i)),t.appendChild(d),_(t,"dir","ltr"),-1===t.innerHTML.indexOf("xmlns")&&_(d,"xmlns",this.SVG_NS),this.isSVG=!0,this.box=d,this.boxWrapper=l,this.alignedObjects=[],this.url=this.getReferenceURL(),this.createElement("desc").add().element.appendChild(h.createTextNode("Created with Highcharts 9.3.3")),this.defs=this.createElement("defs").add(),this.allowHTML=o,this.forExport=r,this.styledMode=a,this.gradients={},this.cache={},this.cacheKeys=[],this.imgCount=0,this.setSize(e,n,!1),p&&t.getBoundingClientRect&&((e=function(){w(t,{left:0,top:0}),s=t.getBoundingClientRect(),w(t,{left:Math.ceil(s.left)-s.left+"px",top:Math.ceil(s.top)-s.top+"px"})})(),this.unSubPixelFix=x(y,"resize",e))},n.prototype.definition=function(e){return new t([e]).addToDOM(this.defs.element)},n.prototype.getReferenceURL=function(){if((p||g)&&h.getElementsByTagName("base").length){if(!$(d)){var e=L();e=new t([{tagName:"svg",attributes:{width:8,height:8},children:[{tagName:"defs",children:[{tagName:"clipPath",attributes:{id:e},children:[{tagName:"rect",attributes:{width:4,height:4}}]}]},{tagName:"rect",attributes:{id:"hitme",width:8,height:8,"clip-path":"url(#"+e+")",fill:"rgba(0,0,0,0.001)"}}]}]).addToDOM(h.body),w(e,{position:"fixed",top:0,left:0,zIndex:9e5});var n=h.elementFromPoint(6,6);d="hitme"===(n&&n.id),h.body.removeChild(e)}if(d)return y.location.href.split("#")[0].replace(/<[^>]*>/g,"").replace(/([\('\)])/g,"\\$1").replace(/ /g,"%20")}return""},n.prototype.getStyle=function(t){return this.style=k({fontFamily:'"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif',fontSize:"12px"},t)},n.prototype.setStyle=function(t){this.boxWrapper.css(this.getStyle(t))},n.prototype.isHidden=function(){return!this.boxWrapper.getBBox().width},n.prototype.destroy=function(){var t=this.defs;return this.box=null,this.boxWrapper=this.boxWrapper.destroy(),C(this.gradients||{}),this.gradients=null,t&&(this.defs=t.destroy()),this.unSubPixelFix&&this.unSubPixelFix(),this.alignedObjects=null},n.prototype.createElement=function(t){var e=new this.Element;return e.init(this,t),e},n.prototype.getRadialAttr=function(t,e){return{cx:t[0]-t[2]/2+(e.cx||0)*t[2],cy:t[1]-t[2]/2+(e.cy||0)*t[2],r:(e.r||0)*t[2]}},n.prototype.buildText=function(t){new s(t).buildSVG()},n.prototype.getContrast=function(t){return(t=e.parse(t).rgba)[0]*=1,t[1]*=1.2,t[2]*=.5,459<t[0]+t[1]+t[2]?"#000000":"#FFFFFF"},n.prototype.button=function(e,n,i,r,o,a,s,l,d,c){var u=this.label(e,n,i,d,void 0,void 0,c,void 0,"button"),h=this.styledMode,p=0,g=o?A(o):{};if(e=g&&g.style||{},g=t.filterUserAttributes(g),u.attr(A({padding:8,r:2},g)),!h){var m=(g=A({fill:"#f7f7f7",stroke:"#cccccc","stroke-width":1,style:{color:"#333333",cursor:"pointer",fontWeight:"normal"}},{style:e},g)).style;delete g.style;var v=(a=A(g,{fill:"#e6e6e6"},t.filterUserAttributes(a||{}))).style;delete a.style;var b=(s=A(g,{fill:"#e6ebf5",style:{color:"#000000",fontWeight:"bold"}},t.filterUserAttributes(s||{}))).style;delete s.style;var y=(l=A(g,{style:{color:"#cccccc"}},t.filterUserAttributes(l||{}))).style;delete l.style}return x(u.element,f?"mouseover":"mouseenter",(function(){3!==p&&u.setState(1)})),x(u.element,f?"mouseout":"mouseleave",(function(){3!==p&&u.setState(p)})),u.setState=function(t){1!==t&&(u.state=p=t),u.removeClass(/highcharts-button-(normal|hover|pressed|disabled)/).addClass("highcharts-button-"+["normal","hover","pressed","disabled"][t||0]),h||u.attr([g,a,s,l][t||0]).css([m,v,b,y][t||0])},h||u.attr(g).css(k({cursor:"default"},m)),u.on("touchstart",(function(t){return t.stopPropagation()})).on("click",(function(t){3!==p&&r.call(u,t)}))},n.prototype.crispLine=function(t,e,n){void 0===n&&(n="round");var i=t[0],r=t[1];return $(i[1])&&i[1]===r[1]&&(i[1]=r[1]=Math[n](i[1])-e%2/2),$(i[2])&&i[2]===r[2]&&(i[2]=r[2]=Math[n](i[2])+e%2/2),t},n.prototype.path=function(t){var e=this.styledMode?{}:{fill:"none"};return S(t)?e.d=t:E(t)&&k(e,t),this.createElement("path").attr(e)},n.prototype.circle=function(t,e,n){return t=E(t)?t:void 0===t?{}:{x:t,y:e,r:n},(e=this.createElement("circle")).xSetter=e.ySetter=function(t,e,n){n.setAttribute("c"+e,t)},e.attr(t)},n.prototype.arc=function(t,e,n,i,r,o){return E(t)?(e=(i=t).y,n=i.r,t=i.x):i={innerR:i,start:r,end:o},(t=this.symbol("arc",t,e,n,n,i)).r=n,t},n.prototype.rect=function(t,e,n,i,r,o){r=E(t)?t.r:r;var a=this.createElement("rect");return t=E(t)?t:void 0===t?{}:{x:t,y:e,width:Math.max(n,0),height:Math.max(i,0)},this.styledMode||(void 0!==o&&(t["stroke-width"]=o,t=a.crisp(t)),t.fill="none"),r&&(t.r=r),a.rSetter=function(t,e,n){a.r=t,_(n,{rx:t,ry:t})},a.rGetter=function(){return a.r||0},a.attr(t)},n.prototype.setSize=function(t,e,n){this.width=t,this.height=e,this.boxWrapper.animate({width:t,height:e},{step:function(){this.attr({viewBox:"0 0 "+this.attr("width")+" "+this.attr("height")})},duration:P(n,!0)?void 0:0}),this.alignElements()},n.prototype.g=function(t){var e=this.createElement("g");return t?e.attr({class:"highcharts-"+t}):e},n.prototype.image=function(t,e,n,i,r,o){var a={preserveAspectRatio:"none"},s=function(t,e){t.setAttributeNS?t.setAttributeNS("http://www.w3.org/1999/xlink","href",e):t.setAttribute("hc-svg-href",e)};j(e)&&(a.x=e),j(n)&&(a.y=n),j(i)&&(a.width=i),j(r)&&(a.height=r);var l=this.createElement("image").attr(a);return e=function(e){s(l.element,t),o.call(l,e)},o?(s(l.element,"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),n=new y.Image,x(n,"load",e),n.src=t,n.complete&&e({})):s(l.element,t),l},n.prototype.symbol=function(t,e,n,i,r,o){var a,s=this,l=/^url\((.*?)\)$/,d=l.test(t),u=!d&&(this.symbols[t]?t:"circle"),p=u&&this.symbols[u];if(p){"number"==typeof e&&(a=p.call(this.symbols,Math.round(e||0),Math.round(n||0),i||0,r||0,o));var f=this.path(a);s.styledMode||f.attr("fill","none"),k(f,{symbolName:u||void 0,x:e,y:n,width:i,height:r}),o&&k(f,o)}else if(d){var g=t.match(l)[1],m=f=this.image(g);m.imgwidth=P(b[g]&&b[g].width,o&&o.width),m.imgheight=P(b[g]&&b[g].height,o&&o.height);var v=function(t){return t.attr({width:t.width,height:t.height})};["width","height"].forEach((function(t){m[t+"Setter"]=function(t,e){var n=this["img"+e];this[e]=t,$(n)&&(o&&"within"===o.backgroundSize&&this.width&&this.height&&(n=Math.round(n*Math.min(this.width/this.imgwidth,this.height/this.imgheight))),this.element&&this.element.setAttribute(e,n),this.alignByTranslate||(t=((this[e]||0)-n)/2,this.attr("width"===e?{translateX:t}:{translateY:t})))}})),$(e)&&m.attr({x:e,y:n}),m.isImg=!0,$(m.imgwidth)&&$(m.imgheight)?v(m):(m.attr({width:0,height:0}),O("img",{onload:function(){var t=c[s.chartIndex];0===this.width&&(w(this,{position:"absolute",top:"-999em"}),h.body.appendChild(this)),b[g]={width:this.width,height:this.height},m.imgwidth=this.width,m.imgheight=this.height,m.element&&v(m),this.parentNode&&this.parentNode.removeChild(this),s.imgCount--,s.imgCount||!t||t.hasLoaded||t.onload()},src:g}),this.imgCount++)}return f},n.prototype.clipRect=function(t,e,n,i){var r=L()+"-",o=this.createElement("clipPath").attr({id:r}).add(this.defs);return(t=this.rect(t,e,n,i,0).add(o)).id=r,t.clipPath=o,t.count=0,t},n.prototype.text=function(t,e,n,i){var r={};return!i||!this.allowHTML&&this.forExport?(r.x=Math.round(e||0),n&&(r.y=Math.round(n)),$(t)&&(r.text=t),t=this.createElement("text").attr(r),(!i||this.forExport&&!this.allowHTML)&&(t.xSetter=function(t,e,n){for(var i,r=n.getElementsByTagName("tspan"),o=n.getAttribute(e),a=0;a<r.length;a++)(i=r[a]).getAttribute(e)===o&&i.setAttribute(e,t);n.setAttribute(e,t)}),t):this.html(t,e,n)},n.prototype.fontMetrics=function(t,e){return t=!this.styledMode&&/px/.test(t)||!y.getComputedStyle?t||e&&e.style&&e.style.fontSize||this.style&&this.style.fontSize:e&&r.prototype.getStyle.call(e,"font-size"),{h:e=24>(t=/px/.test(t)?T(t):12)?t+3:Math.round(1.2*t),b:Math.round(.8*e),f:t}},n.prototype.rotCorr=function(t,e,n){var i=t;return e&&n&&(i=Math.max(i*Math.cos(e*u),4)),{x:-t/3*Math.sin(e*u),y:i}},n.prototype.pathToSegments=function(t){for(var e=[],n=[],i={A:8,C:7,H:2,L:3,M:3,Q:5,S:5,T:3,V:2},r=0;r<t.length;r++)M(n[0])&&j(t[r])&&n.length===i[n[0].toUpperCase()]&&t.splice(r,0,n[0].replace("M","L").replace("m","l")),"string"==typeof t[r]&&(n.length&&e.push(n.slice(0)),n.length=0),n.push(t[r]);return e.push(n.slice(0)),e},n.prototype.label=function(t,e,n,i,r,a,s,l,d){return new o(this,t,e,n,i,r,a,s,l,d)},n.prototype.alignElements=function(){this.alignedObjects.forEach((function(t){return t.align()}))},n}(),k(n.prototype,{Element:r,SVG_NS:v,escapes:{"&":"&amp;","<":"&lt;",">":"&gt;","'":"&#39;",'"':"&quot;"},symbols:a,draw:m}),i.registerRendererType("svg",n,!0),n})),e(n,"Core/Renderer/HTML/HTMLElement.js",[n["Core/Globals.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=t.isFirefox,o=t.isMS,a=t.isWebKit,s=t.win,l=n.css,d=n.defined,c=n.extend,u=n.pick,h=n.pInt;return function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return i(e,t),e.compose=function(t){if(-1===e.composedClasses.indexOf(t)){e.composedClasses.push(t);var n=e.prototype,i=t.prototype;i.getSpanCorrection=n.getSpanCorrection,i.htmlCss=n.htmlCss,i.htmlGetBBox=n.htmlGetBBox,i.htmlUpdateTransform=n.htmlUpdateTransform,i.setSpanRotation=n.setSpanRotation}return t},e.prototype.getSpanCorrection=function(t,e,n){this.xCorr=-t*n,this.yCorr=-e},e.prototype.htmlCss=function(t){var e="SPAN"===this.element.tagName&&t&&"width"in t,n=u(e&&t.width,void 0);if(e){delete t.width,this.textWidth=n;var i=!0}return t&&"ellipsis"===t.textOverflow&&(t.whiteSpace="nowrap",t.overflow="hidden"),this.styles=c(this.styles,t),l(this.element,t),i&&this.htmlUpdateTransform(),this},e.prototype.htmlGetBBox=function(){var t=this.element;return{x:t.offsetLeft,y:t.offsetTop,width:t.offsetWidth,height:t.offsetHeight}},e.prototype.htmlUpdateTransform=function(){if(this.added){var t=this.renderer,e=this.element,n=this.translateX||0,i=this.translateY||0,r=this.x||0,o=this.y||0,a=this.textAlign||"left",s={left:0,center:.5,right:1}[a],c=this.styles;if(c=c&&c.whiteSpace,l(e,{marginLeft:n,marginTop:i}),!t.styledMode&&this.shadows&&this.shadows.forEach((function(t){l(t,{marginLeft:n+1,marginTop:i+1})})),this.inverted&&[].forEach.call(e.childNodes,(function(n){t.invertChild(n,e)})),"SPAN"===e.tagName){var u=this.rotation,p=this.textWidth&&h(this.textWidth),f=[u,a,e.innerHTML,this.textWidth,this.textAlign].join(),g=void 0;if(g=!1,p!==this.oldTextWidth){if(this.textPxLength)var m=this.textPxLength;else l(e,{width:"",whiteSpace:c||"nowrap"}),m=e.offsetWidth;(p>this.oldTextWidth||m>p)&&(/[ \-]/.test(e.textContent||e.innerText)||"ellipsis"===e.style.textOverflow)&&(l(e,{width:m>p||u?p+"px":"auto",display:"block",whiteSpace:c||"normal"}),this.oldTextWidth=p,g=!0)}this.hasBoxWidthChanged=g,f!==this.cTT&&(g=t.fontMetrics(e.style.fontSize,e).b,!d(u)||u===(this.oldRotation||0)&&a===this.oldAlign||this.setSpanRotation(u,s,g),this.getSpanCorrection(!d(u)&&this.textPxLength||e.offsetWidth,g,s,u,a)),l(e,{left:r+(this.xCorr||0)+"px",top:o+(this.yCorr||0)+"px"}),this.cTT=f,this.oldRotation=u,this.oldAlign=a}}else this.alignOnAdd=!0},e.prototype.setSpanRotation=function(t,e,n){var i={},d=o&&!/Edge/.test(s.navigator.userAgent)?"-ms-transform":a?"-webkit-transform":r?"MozTransform":s.opera?"-o-transform":void 0;d&&(i[d]=i.transform="rotate("+t+"deg)",i[d+(r?"Origin":"-origin")]=i.transformOrigin=100*e+"% "+n+"px",l(this.element,i))},e.composedClasses=[],e}(e)})),e(n,"Core/Renderer/HTML/HTMLRenderer.js",[n["Core/Renderer/HTML/AST.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Renderer/SVG/SVGRenderer.js"],n["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=i.attr,a=i.createElement,s=i.extend,l=i.pick;return function(n){function i(){return null!==n&&n.apply(this,arguments)||this}return r(i,n),i.compose=function(t){return-1===i.composedClasses.indexOf(t)&&(i.composedClasses.push(t),t.prototype.html=i.prototype.html),t},i.prototype.html=function(n,i,r){var d=this.createElement("span"),c=d.element,u=d.renderer,h=u.isSVG,p=function(t,n){["opacity","visibility"].forEach((function(i){t[i+"Setter"]=function(r,o,a){var s=t.div?t.div.style:n;e.prototype[i+"Setter"].call(this,r,o,a),s&&(s[o]=r)}})),t.addedSetters=!0};return d.textSetter=function(e){e!==this.textStr&&(delete this.bBox,delete this.oldTextWidth,t.setElementHTML(this.element,l(e,"")),this.textStr=e,d.doTransform=!0)},h&&p(d,d.element.style),d.xSetter=d.ySetter=d.alignSetter=d.rotationSetter=function(t,e){"align"===e?d.alignValue=d.textAlign=t:d[e]=t,d.doTransform=!0},d.afterSetters=function(){this.doTransform&&(this.htmlUpdateTransform(),this.doTransform=!1)},d.attr({text:n,x:Math.round(i),y:Math.round(r)}).css({position:"absolute"}),u.styledMode||d.css({fontFamily:this.style.fontFamily,fontSize:this.style.fontSize}),c.style.whiteSpace="nowrap",d.css=d.htmlCss,h&&(d.add=function(t){var e=u.box.parentNode,n=[];if(this.parentGroup=t){var i=t.div;if(!i){for(;t;)n.push(t),t=t.parentGroup;n.reverse().forEach((function(t){function r(e,n){t[n]=e,"translateX"===n?u.left=e+"px":u.top=e+"px",t.doTransform=!0}var l=o(t.element,"class"),c=t.styles||{},u=(i=t.div=t.div||a("div",l?{className:l}:void 0,{position:"absolute",left:(t.translateX||0)+"px",top:(t.translateY||0)+"px",display:t.display,opacity:t.opacity,cursor:c.cursor,pointerEvents:c.pointerEvents,visibility:t.visibility},i||e)).style;s(t,{classSetter:function(t){return function(e){this.element.setAttribute("class",e),t.className=e}}(i),on:function(){return n[0].div&&d.on.apply({element:n[0].div,onEvents:t.onEvents},arguments),t},translateXSetter:r,translateYSetter:r}),t.addedSetters||p(t)}))}}else i=e;return i.appendChild(c),d.added=!0,d.alignOnAdd&&d.htmlUpdateTransform(),d}),d},i.composedClasses=[],i}(n)})),e(n,"Core/Axis/AxisDefaults.js",[],(function(){var t;return function(t){t.defaultXAxisOptions={alignTicks:!0,allowDecimals:void 0,panningEnabled:!0,zIndex:2,zoomEnabled:!0,dateTimeLabelFormats:{millisecond:{main:"%H:%M:%S.%L",range:!1},second:{main:"%H:%M:%S",range:!1},minute:{main:"%H:%M",range:!1},hour:{main:"%H:%M",range:!1},day:{main:"%e. %b"},week:{main:"%e. %b"},month:{main:"%b '%y"},year:{main:"%Y"}},endOnTick:!1,gridLineDashStyle:"Solid",gridZIndex:1,labels:{autoRotation:void 0,autoRotationLimit:80,distance:void 0,enabled:!0,indentation:10,overflow:"justify",padding:5,reserveSpace:void 0,rotation:void 0,staggerLines:0,step:0,useHTML:!1,x:0,zIndex:7,style:{color:"#666666",cursor:"default",fontSize:"11px"}},maxPadding:.01,minorGridLineDashStyle:"Solid",minorTickLength:2,minorTickPosition:"outside",minPadding:.01,offset:void 0,opposite:!1,reversed:void 0,reversedStacks:!1,showEmpty:!0,showFirstLabel:!0,showLastLabel:!0,startOfWeek:1,startOnTick:!1,tickLength:10,tickPixelInterval:100,tickmarkPlacement:"between",tickPosition:"outside",title:{align:"middle",rotation:0,useHTML:!1,x:0,y:0,style:{color:"#666666"}},type:"linear",uniqueNames:!0,visible:!0,minorGridLineColor:"#f2f2f2",minorGridLineWidth:1,minorTickColor:"#999999",lineColor:"#ccd6eb",lineWidth:1,gridLineColor:"#e6e6e6",gridLineWidth:void 0,tickColor:"#ccd6eb"},t.defaultYAxisOptions={reversedStacks:!0,endOnTick:!0,maxPadding:.05,minPadding:.05,tickPixelInterval:72,showLastLabel:!0,labels:{x:-8},startOnTick:!0,title:{rotation:270,text:"Values"},stackLabels:{animation:{},allowOverlap:!1,enabled:!1,crop:!0,overflow:"justify",formatter:function(){return(0,this.axis.chart.numberFormatter)(this.total,-1)},style:{color:"#000000",fontSize:"11px",fontWeight:"bold",textOutline:"1px contrast"}},gridLineWidth:1,lineWidth:0},t.defaultLeftAxisOptions={labels:{x:-15},title:{rotation:270}},t.defaultRightAxisOptions={labels:{x:15},title:{rotation:90}},t.defaultBottomAxisOptions={labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}},t.defaultTopAxisOptions={labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}}}(t||(t={})),t})),e(n,"Core/Foundation.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.addEvent,i=t.isFunction,r=t.objectEach,o=t.removeEvent;return function(t){t.registerEventOptions=function(t,e){t.eventOptions=t.eventOptions||{},r(e.events,(function(e,r){t.eventOptions[r]!==e&&(t.eventOptions[r]&&(o(t,r,t.eventOptions[r]),delete t.eventOptions[r]),i(e)&&(t.eventOptions[r]=e,n(t,r,e)))}))}}(e||(e={})),e})),e(n,"Core/Axis/Tick.js",[n["Core/FormatUtilities.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=e.deg2rad,r=n.clamp,o=n.correctFloat,a=n.defined,s=n.destroyObjectProperties,l=n.extend,d=n.fireEvent,c=n.isNumber,u=n.merge,h=n.objectEach,p=n.pick;return e=function(){function e(t,e,n,i,r){this.isNewLabel=this.isNew=!0,this.axis=t,this.pos=e,this.type=n||"",this.parameters=r||{},this.tickmarkOffset=this.parameters.tickmarkOffset,this.options=this.parameters.options,d(this,"init"),n||i||this.addLabel()}return e.prototype.addLabel=function(){var e=this,n=e.axis,i=n.options,r=n.chart,s=n.categories,u=n.logarithmic,h=n.names,f=e.pos,g=p(e.options&&e.options.labels,i.labels),m=n.tickPositions,v=f===m[0],b=f===m[m.length-1],y=(!g.step||1===g.step)&&1===n.tickInterval;m=m.info;var x,_=e.label;if(s=this.parameters.category||(s?p(s[f],h[f],f):f),u&&c(s)&&(s=o(u.lin2log(s))),n.dateTime)if(m)var O=r.time.resolveDTLFormat(i.dateTimeLabelFormats[!i.grid&&m.higherRanks[f]||m.unitName]),w=O.main;else c(s)&&(w=n.dateTime.getXDateFormat(s,i.dateTimeLabelFormats||{}));e.isFirst=v,e.isLast=b;var $={axis:n,chart:r,dateTimeLabelFormat:w,isFirst:v,isLast:b,pos:f,tick:e,tickPositionInfo:m,value:s};d(this,"labelFormat",$);var C=function(e){return g.formatter?g.formatter.call(e,e):g.format?(e.text=n.defaultLabelFormatter.call(e),t.format(g.format,e,r)):n.defaultLabelFormatter.call(e,e)};i=C.call($,$);var k=O&&O.list;e.shortenLabel=k?function(){for(x=0;x<k.length;x++)if(l($,{dateTimeLabelFormat:k[x]}),_.attr({text:C.call($,$)}),_.getBBox().width<n.getSlotWidth(e)-2*g.padding)return;_.attr({text:""})}:void 0,y&&n._addedPlotLB&&e.moveLabel(i,g),a(_)||e.movedLabel?_&&_.textStr!==i&&!y&&(!_.textWidth||g.style.width||_.styles.width||_.css({width:null}),_.attr({text:i}),_.textPxLength=_.getBBox().width):(e.label=_=e.createLabel({x:0,y:0},i,g),e.rotation=0)},e.prototype.createLabel=function(t,e,n){var i=this.axis,r=i.chart;return(t=a(e)&&n.enabled?r.renderer.text(e,t.x,t.y,n.useHTML).add(i.labelGroup):null)&&(r.styledMode||t.css(u(n.style)),t.textPxLength=t.getBBox().width),t},e.prototype.destroy=function(){s(this,this.axis)},e.prototype.getPosition=function(t,e,n,i){var a=this.axis,s=a.chart,l=i&&s.oldChartHeight||s.chartHeight;return(t={x:t?o(a.translate(e+n,null,null,i)+a.transB):a.left+a.offset+(a.opposite?(i&&s.oldChartWidth||s.chartWidth)-a.right-a.left:0),y:t?l-a.bottom+a.offset-(a.opposite?a.height:0):o(l-a.translate(e+n,null,null,i)-a.transB)}).y=r(t.y,-1e5,1e5),d(this,"afterGetPosition",{pos:t}),t},e.prototype.getLabelPosition=function(t,e,n,r,o,s,l,c){var u=this.axis,h=u.transA,p=u.isLinked&&u.linkedParent?u.linkedParent.reversed:u.reversed,f=u.staggerLines,g=u.tickRotCorr||{x:0,y:0},m=r||u.reserveSpaceDefault?0:-u.labelOffset*("center"===u.labelAlign?.5:1),v={},b=o.y;return a(b)||(b=0===u.side?n.rotation?-8:-n.getBBox().height:2===u.side?g.y+8:Math.cos(n.rotation*i)*(g.y-n.getBBox(!1,0).height/2)),t=t+o.x+m+g.x-(s&&r?s*h*(p?-1:1):0),e=e+b-(s&&!r?s*h*(p?1:-1):0),f&&(n=l/(c||1)%f,u.opposite&&(n=f-n-1),e+=u.labelOffset/f*n),v.x=t,v.y=Math.round(e),d(this,"afterGetLabelPosition",{pos:v,tickmarkOffset:s,index:l}),v},e.prototype.getLabelSize=function(){return this.label?this.label.getBBox()[this.axis.horiz?"height":"width"]:0},e.prototype.getMarkPath=function(t,e,n,i,r,o){return o.crispLine([["M",t,e],["L",t+(r?0:-n),e+(r?n:0)]],i)},e.prototype.handleOverflow=function(t){var e=this.axis,n=e.options.labels,r=t.x,o=e.chart.chartWidth,a=e.chart.spacing,s=p(e.labelLeft,Math.min(e.pos,a[3]));a=p(e.labelRight,Math.max(e.isRadial?0:e.pos+e.len,o-a[1]));var l,d=this.label,c=this.rotation,u={left:0,center:.5,right:1}[e.labelAlign||d.attr("align")],h=d.getBBox().width,f=e.getSlotWidth(this),g={},m=f,v=1;c||"justify"!==n.overflow?0>c&&r-u*h<s?l=Math.round(r/Math.cos(c*i)-s):0<c&&r+u*h>a&&(l=Math.round((o-r)/Math.cos(c*i))):(o=r+(1-u)*h,r-u*h<s?m=t.x+m*(1-u)-s:o>a&&(m=a-t.x+m*u,v=-1),(m=Math.min(f,m))<f&&"center"===e.labelAlign&&(t.x+=v*(f-m-u*(f-Math.min(h,m)))),(h>m||e.autoRotation&&(d.styles||{}).width)&&(l=m)),l&&(this.shortenLabel?this.shortenLabel():(g.width=Math.floor(l)+"px",(n.style||{}).textOverflow||(g.textOverflow="ellipsis"),d.css(g)))},e.prototype.moveLabel=function(t,e){var n=this,i=n.label,r=n.axis,o=r.reversed,a=!1;if(i&&i.textStr===t?(n.movedLabel=i,a=!0,delete n.label):h(r.ticks,(function(e){a||e.isNew||e===n||!e.label||e.label.textStr!==t||(n.movedLabel=e.label,a=!0,e.labelPos=n.movedLabel.xy,delete e.label)})),!a&&(n.labelPos||i)){var s=n.labelPos||i.xy;i=r.horiz?o?0:r.width+r.left:s.x,r=r.horiz?s.y:o?r.width+r.left:0,n.movedLabel=n.createLabel({x:i,y:r},t,e),n.movedLabel&&n.movedLabel.attr({opacity:0})}},e.prototype.render=function(t,e,n){var i=this.axis,r=i.horiz,o=this.pos,a=p(this.tickmarkOffset,i.tickmarkOffset);a=(o=this.getPosition(r,o,a,e)).x;var s=o.y;i=r&&a===i.pos+i.len||!r&&s===i.pos?-1:1,r=p(n,this.label&&this.label.newOpacity,1),n=p(n,1),this.isActive=!0,this.renderGridLine(e,n,i),this.renderMark(o,n,i),this.renderLabel(o,e,r,t),this.isNew=!1,d(this,"afterRender")},e.prototype.renderGridLine=function(t,e,n){var i=this.axis,r=i.options,o={},a=this.pos,s=this.type,l=p(this.tickmarkOffset,i.tickmarkOffset),d=i.chart.renderer,c=this.gridLine,u=r.gridLineWidth,h=r.gridLineColor,f=r.gridLineDashStyle;"minor"===this.type&&(u=r.minorGridLineWidth,h=r.minorGridLineColor,f=r.minorGridLineDashStyle),c||(i.chart.styledMode||(o.stroke=h,o["stroke-width"]=u||0,o.dashstyle=f),s||(o.zIndex=1),t&&(e=0),this.gridLine=c=d.path().attr(o).addClass("highcharts-"+(s?s+"-":"")+"grid-line").add(i.gridGroup)),c&&(n=i.getPlotLinePath({value:a+l,lineWidth:c.strokeWidth()*n,force:"pass",old:t}))&&c[t||this.isNew?"attr":"animate"]({d:n,opacity:e})},e.prototype.renderMark=function(t,e,n){var i=this.axis,r=i.options,o=i.chart.renderer,a=this.type,s=i.tickSize(a?a+"Tick":"tick"),l=t.x;t=t.y;var d=p(r["minor"!==a?"tickWidth":"minorTickWidth"],!a&&i.isXAxis?1:0);r=r["minor"!==a?"tickColor":"minorTickColor"];var c=this.mark,u=!c;s&&(i.opposite&&(s[0]=-s[0]),c||(this.mark=c=o.path().addClass("highcharts-"+(a?a+"-":"")+"tick").add(i.axisGroup),i.chart.styledMode||c.attr({stroke:r,"stroke-width":d})),c[u?"attr":"animate"]({d:this.getMarkPath(l,t,s[0],c.strokeWidth()*n,i.horiz,o),opacity:e}))},e.prototype.renderLabel=function(t,e,n,i){var r=this.axis,o=r.horiz,a=r.options,s=this.label,l=a.labels,d=l.step;r=p(this.tickmarkOffset,r.tickmarkOffset);var u=t.x;t=t.y;var h=!0;s&&c(u)&&(s.xy=t=this.getLabelPosition(u,t,s,o,l,r,i,d),this.isFirst&&!this.isLast&&!a.showFirstLabel||this.isLast&&!this.isFirst&&!a.showLastLabel?h=!1:!o||l.step||l.rotation||e||0===n||this.handleOverflow(t),d&&i%d&&(h=!1),h&&c(t.y)?(t.opacity=n,s[this.isNewLabel?"attr":"animate"](t),this.isNewLabel=!1):(s.attr("y",-9999),this.isNewLabel=!0))},e.prototype.replaceMovedLabel=function(){var t=this.label,e=this.axis,n=e.reversed;if(t&&!this.isNew){var i=e.horiz?n?e.left:e.width+e.left:t.xy.x;n=e.horiz?t.xy.y:n?e.width+e.top:e.top,t.animate({x:i,y:n,opacity:0},void 0,t.destroy),delete this.label}e.isDirty=!0,this.label=this.movedLabel,delete this.movedLabel},e}()})),e(n,"Core/Axis/Axis.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/AxisDefaults.js"],n["Core/Color/Color.js"],n["Core/DefaultOptions.js"],n["Core/Foundation.js"],n["Core/Globals.js"],n["Core/Axis/Tick.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,a,s){var l=t.animObject,d=i.defaultOptions,c=r.registerEventOptions,u=o.deg2rad,h=s.arrayMax,p=s.arrayMin,f=s.clamp,g=s.correctFloat,m=s.defined,v=s.destroyObjectProperties,b=s.erase,y=s.error,x=s.extend,_=s.fireEvent,O=s.getMagnitude,w=s.isArray,$=s.isNumber,C=s.isString,k=s.merge,S=s.normalizeTickInterval,j=s.objectEach,E=s.pick,M=s.relativeLength,A=s.removeEvent,P=s.splat,T=s.syncTimeout;return t=function(){function t(t,e){this.zoomEnabled=this.width=this.visible=this.userOptions=this.translationSlope=this.transB=this.transA=this.top=this.ticks=this.tickRotCorr=this.tickPositions=this.tickmarkOffset=this.tickInterval=this.tickAmount=this.side=this.series=this.right=this.positiveValuesOnly=this.pos=this.pointRangePadding=this.pointRange=this.plotLinesAndBandsGroups=this.plotLinesAndBands=this.paddedTicks=this.overlap=this.options=this.offset=this.names=this.minPixelPadding=this.minorTicks=this.minorTickInterval=this.min=this.maxLabelLength=this.max=this.len=this.left=this.labelFormatter=this.labelEdge=this.isLinked=this.height=this.hasVisibleSeries=this.hasNames=this.eventOptions=this.coll=this.closestPointRange=this.chart=this.categories=this.bottom=this.alternateBands=void 0,this.init(t,e)}return t.prototype.init=function(t,e){var n=e.isX;this.chart=t,this.horiz=t.inverted&&!this.isZAxis?!n:n,this.isXAxis=n,this.coll=this.coll||(n?"xAxis":"yAxis"),_(this,"init",{userOptions:e}),this.opposite=E(e.opposite,this.opposite),this.side=E(e.side,this.side,this.horiz?this.opposite?0:2:this.opposite?1:3),this.setOptions(e);var i=this.options,r=i.labels,o=i.type;this.userOptions=e,this.minPixelPadding=0,this.reversed=E(i.reversed,this.reversed),this.visible=i.visible,this.zoomEnabled=i.zoomEnabled,this.hasNames="category"===o||!0===i.categories,this.categories=i.categories||this.hasNames,this.names||(this.names=[],this.names.keys={}),this.plotLinesAndBandsGroups={},this.positiveValuesOnly=!!this.logarithmic,this.isLinked=m(i.linkedTo),this.ticks={},this.labelEdge=[],this.minorTicks={},this.plotLinesAndBands=[],this.alternateBands={},this.len=0,this.minRange=this.userMinRange=i.minRange||i.maxZoom,this.range=i.range,this.offset=i.offset||0,this.min=this.max=null,e=E(i.crosshair,P(t.options.tooltip.crosshairs)[n?0:1]),this.crosshair=!0===e?{}:e,-1===t.axes.indexOf(this)&&(n?t.axes.splice(t.xAxis.length,0,this):t.axes.push(this),t[this.coll].push(this)),this.series=this.series||[],t.inverted&&!this.isZAxis&&n&&void 0===this.reversed&&(this.reversed=!0),this.labelRotation=$(r.rotation)?r.rotation:void 0,c(this,i),_(this,"afterInit")},t.prototype.setOptions=function(t){this.options=k(e.defaultXAxisOptions,"yAxis"===this.coll&&e.defaultYAxisOptions,[e.defaultTopAxisOptions,e.defaultRightAxisOptions,e.defaultBottomAxisOptions,e.defaultLeftAxisOptions][this.side],k(d[this.coll],t)),_(this,"afterSetOptions",{userOptions:t})},t.prototype.defaultLabelFormatter=function(t){var e=this.axis;t=this.chart.numberFormatter;var n=$(this.value)?this.value:NaN,i=e.chart.time,r=this.dateTimeLabelFormat,o=d.lang,a=o.numericSymbols;o=o.numericSymbolMagnitude||1e3;var s=e.logarithmic?Math.abs(n):e.tickInterval,l=a&&a.length;if(e.categories)var c=""+this.value;else if(r)c=i.dateFormat(r,n);else if(l&&1e3<=s)for(;l--&&void 0===c;)s>=(e=Math.pow(o,l+1))&&0==10*n%e&&null!==a[l]&&0!==n&&(c=t(n/e,-1)+a[l]);return void 0===c&&(c=1e4<=Math.abs(n)?t(n,-1):t(n,-1,void 0,"")),c},t.prototype.getSeriesExtremes=function(){var t,e=this,n=e.chart;_(this,"getSeriesExtremes",null,(function(){e.hasVisibleSeries=!1,e.dataMin=e.dataMax=e.threshold=null,e.softThreshold=!e.isXAxis,e.stacking&&e.stacking.buildStacks(),e.series.forEach((function(i){if(i.visible||!n.options.chart.ignoreHiddenSeries){var r=i.options,o=r.threshold;if(e.hasVisibleSeries=!0,e.positiveValuesOnly&&0>=o&&(o=null),e.isXAxis){if((r=i.xData).length){r=e.logarithmic?r.filter(e.validatePositiveValue):r;var a=(t=i.getXExtremes(r)).min,s=t.max;$(a)||a instanceof Date||(r=r.filter($),a=(t=i.getXExtremes(r)).min,s=t.max),r.length&&(e.dataMin=Math.min(E(e.dataMin,a),a),e.dataMax=Math.max(E(e.dataMax,s),s))}}else i=i.applyExtremes(),$(i.dataMin)&&(a=i.dataMin,e.dataMin=Math.min(E(e.dataMin,a),a)),$(i.dataMax)&&(s=i.dataMax,e.dataMax=Math.max(E(e.dataMax,s),s)),m(o)&&(e.threshold=o),(!r.softThreshold||e.positiveValuesOnly)&&(e.softThreshold=!1)}}))})),_(this,"afterGetSeriesExtremes")},t.prototype.translate=function(t,e,n,i,r,o){var a=this.linkedParent||this,s=i&&a.old?a.old.min:a.min,l=a.minPixelPadding;r=(a.isOrdinal||a.brokenAxis&&a.brokenAxis.hasBreaks||a.logarithmic&&r)&&a.lin2val;var d=1,c=0;return(i=i&&a.old?a.old.transA:a.transA)||(i=a.transA),n&&(d*=-1,c=a.len),a.reversed&&(c-=(d*=-1)*(a.sector||a.len)),e?(t=(t*d+c-l)/i+s,r&&(t=a.lin2val(t))):(r&&(t=a.val2lin(t)),t=$(s)?d*(t-s)*i+c+d*l+($(o)?i*o:0):void 0),t},t.prototype.toPixels=function(t,e){return this.translate(t,!1,!this.horiz,null,!0)+(e?0:this.pos)},t.prototype.toValue=function(t,e){return this.translate(t-(e?0:this.pos),!0,!this.horiz,null,!0)},t.prototype.getPlotLinePath=function(t){function e(t,e,n){return("pass"!==y&&t<e||t>n)&&(y?t=f(t,e,n):a=!0),t}var n,i,r,o,a,s=this,l=s.chart,d=s.left,c=s.top,u=t.old,h=t.value,p=t.lineWidth,g=u&&l.oldChartHeight||l.chartHeight,m=u&&l.oldChartWidth||l.chartWidth,v=s.transB,b=t.translatedValue,y=t.force;return t={value:h,lineWidth:p,old:u,force:y,acrossPanes:t.acrossPanes,translatedValue:b},_(this,"getPlotLinePath",t,(function(t){b=E(b,s.translate(h,null,null,u)),b=f(b,-1e5,1e5),n=r=Math.round(b+v),i=o=Math.round(g-b-v),$(b)?s.horiz?(i=c,o=g-s.bottom,n=r=e(n,d,d+s.width)):(n=d,r=m-s.right,i=o=e(i,c,c+s.height)):(a=!0,y=!1),t.path=a&&!y?null:l.renderer.crispLine([["M",n,i],["L",r,o]],p||1)})),t.path},t.prototype.getLinearTickPositions=function(t,e,n){var i=g(Math.floor(e/t)*t);n=g(Math.ceil(n/t)*t);var r,o=[];if(g(i+t)===i&&(r=20),this.single)return[e];for(e=i;e<=n&&(o.push(e),(e=g(e+t,r))!==a);)var a=e;return o},t.prototype.getMinorTickInterval=function(){var t=this.options;return!0===t.minorTicks?E(t.minorTickInterval,"auto"):!1===t.minorTicks?null:t.minorTickInterval},t.prototype.getMinorTickPositions=function(){var t=this.options,e=this.tickPositions,n=this.minorTickInterval,i=this.pointRangePadding||0,r=this.min-i,o=(i=this.max+i)-r,a=[];if(o&&o/n<this.len/3){var s=this.logarithmic;if(s)this.paddedTicks.forEach((function(t,e,i){e&&a.push.apply(a,s.getLogTickPositions(n,i[e-1],i[e],!0))}));else if(this.dateTime&&"auto"===this.getMinorTickInterval())a=a.concat(this.getTimeTicks(this.dateTime.normalizeTimeTickInterval(n),r,i,t.startOfWeek));else for(t=r+(e[0]-r)%n;t<=i&&t!==a[0];t+=n)a.push(t)}return 0!==a.length&&this.trimTicks(a),a},t.prototype.adjustForMinRange=function(){var t,e,n,i,r=this.options,o=this.logarithmic,a=this.min,s=this.max,l=0;if(this.isXAxis&&void 0===this.minRange&&!o&&(m(r.min)||m(r.max)||m(r.floor)||m(r.ceiling)?this.minRange=null:(this.series.forEach((function(r){if(n=r.xData,i=r.xIncrement?1:n.length-1,1<n.length)for(t=i;0<t;t--)e=n[t]-n[t-1],(!l||e<l)&&(l=e)})),this.minRange=Math.min(5*l,this.dataMax-this.dataMin))),s-a<this.minRange){var d=this.dataMax-this.dataMin>=this.minRange,c=this.minRange,u=(c-s+a)/2;u=[a-u,E(r.min,a-u)],d&&(u[2]=this.logarithmic?this.logarithmic.log2lin(this.dataMin):this.dataMin),s=[(a=h(u))+c,E(r.max,a+c)],d&&(s[2]=o?o.log2lin(this.dataMax):this.dataMax),(s=p(s))-a<c&&(u[0]=s-c,u[1]=E(r.min,s-c),a=h(u))}this.min=a,this.max=s},t.prototype.getClosest=function(){var t;return this.categories?t=1:this.series.forEach((function(e){var n=e.closestPointRange,i=e.visible||!e.chart.options.chart.ignoreHiddenSeries;!e.noSharedTooltip&&m(n)&&i&&(t=m(t)?Math.min(t,n):n)})),t},t.prototype.nameToX=function(t){var e=w(this.categories),n=e?this.categories:this.names,i=t.options.x;if(t.series.requireSorting=!1,m(i)||(i=this.options.uniqueNames?e?n.indexOf(t.name):E(n.keys[t.name],-1):t.series.autoIncrement()),-1===i){if(!e)var r=n.length}else r=i;return void 0!==r&&(this.names[r]=t.name,this.names.keys[t.name]=r),r},t.prototype.updateNames=function(){var t=this,e=this.names;0<e.length&&(Object.keys(e.keys).forEach((function(t){delete e.keys[t]})),e.length=0,this.minRange=this.userMinRange,(this.series||[]).forEach((function(e){e.xIncrement=null,e.points&&!e.isDirtyData||(t.max=Math.max(t.max,e.xData.length-1),e.processData(),e.generatePoints()),e.data.forEach((function(n,i){if(n&&n.options&&void 0!==n.name){var r=t.nameToX(n);void 0!==r&&r!==n.x&&(n.x=r,e.xData[i]=r)}}))})))},t.prototype.setAxisTranslation=function(){var t=this,e=t.max-t.min,n=t.linkedParent,i=!!t.categories,r=t.isXAxis,o=t.axisPointRange||0,a=0,s=0,l=t.transA;if(r||i||o){var d=t.getClosest();n?(a=n.minPointOffset,s=n.pointRangePadding):t.series.forEach((function(e){var n=i?1:r?E(e.options.pointRange,d,0):t.axisPointRange||0,l=e.options.pointPlacement;o=Math.max(o,n),t.single&&!i||(e=e.is("xrange")?!r:r,a=Math.max(a,e&&C(l)?0:n/2),s=Math.max(s,e&&"on"===l?0:n))})),n=t.ordinal&&t.ordinal.slope&&d?t.ordinal.slope/d:1,t.minPointOffset=a*=n,t.pointRangePadding=s*=n,t.pointRange=Math.min(o,t.single&&i?1:e),r&&(t.closestPointRange=d)}t.translationSlope=t.transA=l=t.staticScale||t.len/(e+s||1),t.transB=t.horiz?t.left:t.bottom,t.minPixelPadding=l*a,_(this,"afterSetAxisTranslation")},t.prototype.minFromRange=function(){return this.max-this.range},t.prototype.setTickInterval=function(t){var e=this.chart,n=this.logarithmic,i=this.options,r=this.isXAxis,o=this.isLinked,a=i.tickPixelInterval,s=this.categories,l=this.softThreshold,d=i.maxPadding,c=i.minPadding,u=$(i.tickInterval)&&0<=i.tickInterval?i.tickInterval:void 0,h=$(this.threshold)?this.threshold:null;this.dateTime||s||o||this.getTickAmount();var p=E(this.userMin,i.min),f=E(this.userMax,i.max);if(o){this.linkedParent=e[this.coll][i.linkedTo];var v=this.linkedParent.getExtremes();this.min=E(v.min,v.dataMin),this.max=E(v.max,v.dataMax),i.type!==this.linkedParent.options.type&&y(11,1,e)}else{if(l&&m(h))if(this.dataMin>=h)v=h,c=0;else if(this.dataMax<=h){var b=h;d=0}this.min=E(p,v,this.dataMin),this.max=E(f,b,this.dataMax)}if(n&&(this.positiveValuesOnly&&!t&&0>=Math.min(this.min,E(this.dataMin,this.min))&&y(10,1,e),this.min=g(n.log2lin(this.min),16),this.max=g(n.log2lin(this.max),16)),this.range&&m(this.max)&&(this.userMin=this.min=p=Math.max(this.dataMin,this.minFromRange()),this.userMax=f=this.max,this.range=null),_(this,"foundExtremes"),this.beforePadding&&this.beforePadding(),this.adjustForMinRange(),!(s||this.axisPointRange||this.stacking&&this.stacking.usePercentage||o)&&m(this.min)&&m(this.max)&&(e=this.max-this.min)&&(!m(p)&&c&&(this.min-=e*c),!m(f)&&d&&(this.max+=e*d)),$(this.userMin)||($(i.softMin)&&i.softMin<this.min&&(this.min=p=i.softMin),$(i.floor)&&(this.min=Math.max(this.min,i.floor))),$(this.userMax)||($(i.softMax)&&i.softMax>this.max&&(this.max=f=i.softMax),$(i.ceiling)&&(this.max=Math.min(this.max,i.ceiling))),l&&m(this.dataMin)&&(h=h||0,!m(p)&&this.min<h&&this.dataMin>=h?this.min=this.options.minRange?Math.min(h,this.max-this.minRange):h:!m(f)&&this.max>h&&this.dataMax<=h&&(this.max=this.options.minRange?Math.max(h,this.min+this.minRange):h)),$(this.min)&&$(this.max)&&!this.chart.polar&&this.min>this.max&&(m(this.options.min)?this.max=this.min:m(this.options.max)&&(this.min=this.max)),this.tickInterval=this.min===this.max||void 0===this.min||void 0===this.max?1:o&&this.linkedParent&&!u&&a===this.linkedParent.options.tickPixelInterval?u=this.linkedParent.tickInterval:E(u,this.tickAmount?(this.max-this.min)/Math.max(this.tickAmount-1,1):void 0,s?1:(this.max-this.min)*a/Math.max(this.len,a)),r&&!t){var x=this.min!==(this.old&&this.old.min)||this.max!==(this.old&&this.old.max);this.series.forEach((function(t){t.forceCrop=t.forceCropping&&t.forceCropping(),t.processData(x)})),_(this,"postProcessData",{hasExtemesChanged:x})}this.setAxisTranslation(),_(this,"initialAxisTranslation"),this.pointRange&&!u&&(this.tickInterval=Math.max(this.pointRange,this.tickInterval)),t=E(i.minTickInterval,this.dateTime&&!this.series.some((function(t){return t.noSharedTooltip}))?this.closestPointRange:0),!u&&this.tickInterval<t&&(this.tickInterval=t),this.dateTime||this.logarithmic||u||(this.tickInterval=S(this.tickInterval,void 0,O(this.tickInterval),E(i.allowDecimals,.5>this.tickInterval||void 0!==this.tickAmount),!!this.tickAmount)),this.tickAmount||(this.tickInterval=this.unsquish()),this.setTickPositions()},t.prototype.setTickPositions=function(){var t=this.options,e=t.tickPositions,n=this.getMinorTickInterval(),i=this.hasVerticalPanning(),r="colorAxis"===this.coll,o=(r||!i)&&t.startOnTick;i=(r||!i)&&t.endOnTick,r=t.tickPositioner,this.tickmarkOffset=this.categories&&"between"===t.tickmarkPlacement&&1===this.tickInterval?.5:0,this.minorTickInterval="auto"===n&&this.tickInterval?this.tickInterval/5:n,this.single=this.min===this.max&&m(this.min)&&!this.tickAmount&&(parseInt(this.min,10)===this.min||!1!==t.allowDecimals),this.tickPositions=n=e&&e.slice(),!n&&(this.ordinal&&this.ordinal.positions||!((this.max-this.min)/this.tickInterval>Math.max(2*this.len,200))?n=this.dateTime?this.getTimeTicks(this.dateTime.normalizeTimeTickInterval(this.tickInterval,t.units),this.min,this.max,t.startOfWeek,this.ordinal&&this.ordinal.positions,this.closestPointRange,!0):this.logarithmic?this.logarithmic.getLogTickPositions(this.tickInterval,this.min,this.max):this.getLinearTickPositions(this.tickInterval,this.min,this.max):(n=[this.min,this.max],y(19,!1,this.chart)),n.length>this.len&&((n=[n[0],n.pop()])[0]===n[1]&&(n.length=1)),this.tickPositions=n,r&&(r=r.apply(this,[this.min,this.max])))&&(this.tickPositions=n=r),this.paddedTicks=n.slice(0),this.trimTicks(n,o,i),this.isLinked||(this.single&&2>n.length&&!this.categories&&!this.series.some((function(t){return t.is("heatmap")&&"between"===t.options.pointPlacement}))&&(this.min-=.5,this.max+=.5),e||r||this.adjustTickAmount()),_(this,"afterSetTickPositions")},t.prototype.trimTicks=function(t,e,n){var i=t[0],r=t[t.length-1],o=!this.isOrdinal&&this.minPointOffset||0;if(_(this,"trimTicks"),!this.isLinked){if(e&&-1/0!==i)this.min=i;else for(;this.min-o>t[0];)t.shift();if(n)this.max=r;else for(;this.max+o<t[t.length-1];)t.pop();0===t.length&&m(i)&&!this.options.tickPositions&&t.push((r+i)/2)}},t.prototype.alignToOthers=function(){var t,e={},n=this.options;return!1!==this.chart.options.chart.alignTicks&&n.alignTicks&&!1!==n.startOnTick&&!1!==n.endOnTick&&!this.logarithmic&&this.chart[this.coll].forEach((function(n){var i=n.options;i=[n.horiz?i.left:i.top,i.width,i.height,i.pane].join(),n.series.length&&(e[i]?t=!0:e[i]=1)})),t},t.prototype.getTickAmount=function(){var t=this.options,e=t.tickPixelInterval,n=t.tickAmount;!m(t.tickInterval)&&!n&&this.len<e&&!this.isRadial&&!this.logarithmic&&t.startOnTick&&t.endOnTick&&(n=2),!n&&this.alignToOthers()&&(n=Math.ceil(this.len/e)+1),4>n&&(this.finalTickAmt=n,n=5),this.tickAmount=n},t.prototype.adjustTickAmount=function(){var t=this.options,e=this.tickInterval,n=this.tickPositions,i=this.tickAmount,r=this.finalTickAmt,o=n&&n.length,a=E(this.threshold,this.softThreshold?0:null);if(this.hasData()&&$(this.min)&&$(this.max)){if(o<i){for(;n.length<i;)n.length%2||this.min===a?n.push(g(n[n.length-1]+e)):n.unshift(g(n[0]-e));this.transA*=(o-1)/(i-1),this.min=t.startOnTick?n[0]:Math.min(this.min,n[0]),this.max=t.endOnTick?n[n.length-1]:Math.max(this.max,n[n.length-1])}else o>i&&(this.tickInterval*=2,this.setTickPositions());if(m(r)){for(e=t=n.length;e--;)(3===r&&1==e%2||2>=r&&0<e&&e<t-1)&&n.splice(e,1);this.finalTickAmt=void 0}}},t.prototype.setScale=function(){var t=!1,e=!1;this.series.forEach((function(n){t=t||n.isDirtyData||n.isDirty,e=e||n.xAxis&&n.xAxis.isDirty||!1})),this.setAxisSize();var n=this.len!==(this.old&&this.old.len);n||t||e||this.isLinked||this.forceRedraw||this.userMin!==(this.old&&this.old.userMin)||this.userMax!==(this.old&&this.old.userMax)||this.alignToOthers()?(this.stacking&&this.stacking.resetStacks(),this.forceRedraw=!1,this.getSeriesExtremes(),this.setTickInterval(),this.isDirty||(this.isDirty=n||this.min!==(this.old&&this.old.min)||this.max!==(this.old&&this.old.max))):this.stacking&&this.stacking.cleanStacks(),t&&this.panningState&&(this.panningState.isDirty=!0),_(this,"afterSetScale")},t.prototype.setExtremes=function(t,e,n,i,r){var o=this,a=o.chart;n=E(n,!0),o.series.forEach((function(t){delete t.kdTree})),r=x(r,{min:t,max:e}),_(o,"setExtremes",r,(function(){o.userMin=t,o.userMax=e,o.eventArgs=r,n&&a.redraw(i)}))},t.prototype.zoom=function(t,e){var n=this,i=this.dataMin,r=this.dataMax,o=this.options,a=Math.min(i,E(o.min,i)),s=Math.max(r,E(o.max,r));return _(this,"zoom",t={newMin:t,newMax:e},(function(t){var e=t.newMin,o=t.newMax;e===n.min&&o===n.max||(n.allowZoomOutside||(m(i)&&(e<a&&(e=a),e>s&&(e=s)),m(r)&&(o<a&&(o=a),o>s&&(o=s))),n.displayBtn=void 0!==e||void 0!==o,n.setExtremes(e,o,!1,void 0,{trigger:"zoom"})),t.zoomed=!0})),t.zoomed},t.prototype.setAxisSize=function(){var t=this.chart,e=this.options,n=e.offsets||[0,0,0,0],i=this.horiz,r=this.width=Math.round(M(E(e.width,t.plotWidth-n[3]+n[1]),t.plotWidth)),o=this.height=Math.round(M(E(e.height,t.plotHeight-n[0]+n[2]),t.plotHeight)),a=this.top=Math.round(M(E(e.top,t.plotTop+n[0]),t.plotHeight,t.plotTop));e=this.left=Math.round(M(E(e.left,t.plotLeft+n[3]),t.plotWidth,t.plotLeft)),this.bottom=t.chartHeight-o-a,this.right=t.chartWidth-r-e,this.len=Math.max(i?r:o,0),this.pos=i?e:a},t.prototype.getExtremes=function(){var t=this.logarithmic;return{min:t?g(t.lin2log(this.min)):this.min,max:t?g(t.lin2log(this.max)):this.max,dataMin:this.dataMin,dataMax:this.dataMax,userMin:this.userMin,userMax:this.userMax}},t.prototype.getThreshold=function(t){var e=this.logarithmic,n=e?e.lin2log(this.min):this.min;return e=e?e.lin2log(this.max):this.max,null===t||-1/0===t?t=n:1/0===t?t=e:n>t?t=n:e<t&&(t=e),this.translate(t,0,1,0,1)},t.prototype.autoLabelAlign=function(t){var e=(E(t,0)-90*this.side+720)%360;return _(this,"autoLabelAlign",t={align:"center"},(function(t){15<e&&165>e?t.align="right":195<e&&345>e&&(t.align="left")})),t.align},t.prototype.tickSize=function(t){var e=this.options,n=E(e["tick"===t?"tickWidth":"minorTickWidth"],"tick"===t&&this.isXAxis&&!this.categories?1:0),i=e["tick"===t?"tickLength":"minorTickLength"];if(n&&i){"inside"===e[t+"Position"]&&(i=-i);var r=[i,n]}return _(this,"afterTickSize",t={tickSize:r}),t.tickSize},t.prototype.labelMetrics=function(){var t=this.tickPositions&&this.tickPositions[0]||0;return this.chart.renderer.fontMetrics(this.options.labels.style.fontSize,this.ticks[t]&&this.ticks[t].label)},t.prototype.unsquish=function(){var t,e,n=this.options.labels,i=this.horiz,r=this.tickInterval,o=this.len/(((this.categories?1:0)+this.max-this.min)/r),a=n.rotation,s=this.labelMetrics(),l=Math.max(this.max-this.min,0),d=function(t){var e=t/(o||1);return(e=1<e?Math.ceil(e):1)*r>l&&1/0!==t&&1/0!==o&&l&&(e=Math.ceil(l/r)),g(e*r)},c=r,h=Number.MAX_VALUE;if(i){if(!n.staggerLines&&!n.step)if($(a))var p=[a];else o<n.autoRotationLimit&&(p=n.autoRotation);p&&p.forEach((function(n){if(n===a||n&&-90<=n&&90>=n){var i=(e=d(Math.abs(s.h/Math.sin(u*n))))+Math.abs(n/360);i<h&&(h=i,t=n,c=e)}}))}else n.step||(c=d(s.h));return this.autoRotation=p,this.labelRotation=E(t,$(a)?a:0),c},t.prototype.getSlotWidth=function(t){var e=this.chart,n=this.horiz,i=this.options.labels,r=Math.max(this.tickPositions.length-(this.categories?0:1),1),o=e.margin[3];if(t&&$(t.slotWidth))return t.slotWidth;if(n&&2>i.step)return i.rotation?0:(this.staggerLines||1)*this.len/r;if(!n){if(void 0!==(t=i.style.width))return parseInt(String(t),10);if(o)return o-e.spacing[3]}return.33*e.chartWidth},t.prototype.renderUnsquish=function(){var t=this.chart,e=t.renderer,n=this.tickPositions,i=this.ticks,r=this.options.labels,o=r.style,a=this.horiz,s=this.getSlotWidth(),l=Math.max(1,Math.round(s-2*r.padding)),d={},c=this.labelMetrics(),u=o.textOverflow,h=0;if(C(r.rotation)||(d.rotation=r.rotation||0),n.forEach((function(t){(t=i[t]).movedLabel&&t.replaceMovedLabel(),t&&t.label&&t.label.textPxLength>h&&(h=t.label.textPxLength)})),this.maxLabelLength=h,this.autoRotation)h>l&&h>c.h?d.rotation=this.labelRotation:this.labelRotation=0;else if(s){var p=l;if(!u){var f="clip";for(l=n.length;!a&&l--;){var g=n[l];(g=i[g].label)&&(g.styles&&"ellipsis"===g.styles.textOverflow?g.css({textOverflow:"clip"}):g.textPxLength>s&&g.css({width:s+"px"}),g.getBBox().height>this.len/n.length-(c.h-c.f)&&(g.specificTextOverflow="ellipsis"))}}}d.rotation&&(p=h>.5*t.chartHeight?.33*t.chartHeight:h,u||(f="ellipsis")),(this.labelAlign=r.align||this.autoLabelAlign(this.labelRotation))&&(d.align=this.labelAlign),n.forEach((function(t){var e=(t=i[t])&&t.label,n=o.width,r={};e&&(e.attr(d),t.shortenLabel?t.shortenLabel():p&&!n&&"nowrap"!==o.whiteSpace&&(p<e.textPxLength||"SPAN"===e.element.tagName)?(r.width=p+"px",u||(r.textOverflow=e.specificTextOverflow||f),e.css(r)):e.styles&&e.styles.width&&!r.width&&!n&&e.css({width:null}),delete e.specificTextOverflow,t.rotation=d.rotation)}),this),this.tickRotCorr=e.rotCorr(c.b,this.labelRotation||0,0!==this.side)},t.prototype.hasData=function(){return this.series.some((function(t){return t.hasData()}))||this.options.showEmpty&&m(this.min)&&m(this.max)},t.prototype.addTitle=function(t){var e,n=this.chart.renderer,i=this.horiz,r=this.opposite,o=this.options.title,a=this.chart.styledMode;this.axisTitle||((e=o.textAlign)||(e=(i?{low:"left",middle:"center",high:"right"}:{low:r?"right":"left",middle:"center",high:r?"left":"right"})[o.align]),this.axisTitle=n.text(o.text||"",0,0,o.useHTML).attr({zIndex:7,rotation:o.rotation,align:e}).addClass("highcharts-axis-title"),a||this.axisTitle.css(k(o.style)),this.axisTitle.add(this.axisGroup),this.axisTitle.isNew=!0),a||o.style.width||this.isRadial||this.axisTitle.css({width:this.len+"px"}),this.axisTitle[t?"show":"hide"](t)},t.prototype.generateTick=function(t){var e=this.ticks;e[t]?e[t].addLabel():e[t]=new a(this,t)},t.prototype.getOffset=function(){var t=this,e=this,n=e.chart,i=e.horiz,r=e.options,o=e.side,a=e.ticks,s=e.tickPositions,l=e.coll,d=e.axisParent,c=n.renderer,u=n.inverted&&!e.isZAxis?[1,0,3,2][o]:o,h=e.hasData(),p=r.title,f=r.labels,g=n.axisOffset;n=n.clipOffset;var v,b=[-1,1,1,-1][o],y=r.className,x=0,O=0,w=0;if(e.showAxis=v=h||r.showEmpty,e.staggerLines=e.horiz&&f.staggerLines||void 0,!e.axisGroup){var $=function(e,n,i){return c.g(e).attr({zIndex:i}).addClass("highcharts-"+l.toLowerCase()+n+" "+(t.isRadial?"highcharts-radial-axis"+n+" ":"")+(y||"")).add(d)};e.gridGroup=$("grid","-grid",r.gridZIndex),e.axisGroup=$("axis","",r.zIndex),e.labelGroup=$("axis-labels","-labels",f.zIndex)}if(h||e.isLinked?(s.forEach((function(t){e.generateTick(t)})),e.renderUnsquish(),e.reserveSpaceDefault=0===o||2===o||{1:"left",3:"right"}[o]===e.labelAlign,E(f.reserveSpace,"center"===e.labelAlign||null,e.reserveSpaceDefault)&&s.forEach((function(t){w=Math.max(a[t].getLabelSize(),w)})),e.staggerLines&&(w*=e.staggerLines),e.labelOffset=w*(e.opposite?-1:1)):j(a,(function(t,e){t.destroy(),delete a[e]})),p&&p.text&&!1!==p.enabled&&(e.addTitle(v),v&&!1!==p.reserveSpace)){e.titleOffset=x=e.axisTitle.getBBox()[i?"height":"width"];var C=p.offset;O=m(C)?0:E(p.margin,i?5:10)}e.renderLine(),e.offset=b*E(r.offset,g[o]?g[o]+(r.margin||0):0),e.tickRotCorr=e.tickRotCorr||{x:0,y:0},p=0===o?-e.labelMetrics().h:2===o?e.tickRotCorr.y:0,h=Math.abs(w)+O,w&&(h=h-p+b*(i?E(f.y,e.tickRotCorr.y+8*b):f.x)),e.axisTitleMargin=E(C,h),e.getMaxLabelDimensions&&(e.maxLabelDimensions=e.getMaxLabelDimensions(a,s)),"colorAxis"!==l&&(i=this.tickSize("tick"),g[o]=Math.max(g[o],(e.axisTitleMargin||0)+x+b*e.offset,h,s&&s.length&&i?i[0]+b*e.offset:0),r=!e.axisLine||r.offset?0:2*Math.floor(e.axisLine.strokeWidth()/2),n[u]=Math.max(n[u],r)),_(this,"afterGetOffset")},t.prototype.getLinePath=function(t){var e=this.chart,n=this.opposite,i=this.offset,r=this.horiz,o=this.left+(n?this.width:0)+i;return i=e.chartHeight-this.bottom-(n?this.height:0)+i,n&&(t*=-1),e.renderer.crispLine([["M",r?this.left:o,r?i:this.top],["L",r?e.chartWidth-this.right:o,r?i:e.chartHeight-this.bottom]],t)},t.prototype.renderLine=function(){this.axisLine||(this.axisLine=this.chart.renderer.path().addClass("highcharts-axis-line").add(this.axisGroup),this.chart.styledMode||this.axisLine.attr({stroke:this.options.lineColor,"stroke-width":this.options.lineWidth,zIndex:7}))},t.prototype.getTitlePosition=function(){var t=this.horiz,e=this.left,n=this.top,i=this.len,r=this.options.title,o=t?e:n,a=this.opposite,s=this.offset,l=r.x,d=r.y,c=this.axisTitle,u=this.chart.renderer.fontMetrics(r.style.fontSize,c);return c=Math.max(c.getBBox(null,0).height-u.h-1,0),i={low:o+(t?0:i),middle:o+i/2,high:o+(t?i:0)}[r.align],e=(t?n+this.height:e)+(t?1:-1)*(a?-1:1)*this.axisTitleMargin+[-c,c,u.f,-c][this.side],t={x:t?i+l:e+(a?this.width:0)+s+l,y:t?e+d-(a?this.height:0)+s:i+d},_(this,"afterGetTitlePosition",{titlePosition:t}),t},t.prototype.renderMinorTick=function(t,e){var n=this.minorTicks;n[t]||(n[t]=new a(this,t,"minor")),e&&n[t].isNew&&n[t].render(null,!0),n[t].render(null,!1,1)},t.prototype.renderTick=function(t,e,n){var i=this.ticks;(!this.isLinked||t>=this.min&&t<=this.max||this.grid&&this.grid.isColumn)&&(i[t]||(i[t]=new a(this,t)),n&&i[t].isNew&&i[t].render(e,!0,-1),i[t].render(e))},t.prototype.render=function(){var t,e,n=this,i=n.chart,r=n.logarithmic,s=n.options,d=n.isLinked,c=n.tickPositions,u=n.axisTitle,h=n.ticks,p=n.minorTicks,f=n.alternateBands,g=s.stackLabels,m=s.alternateGridColor,v=n.tickmarkOffset,b=n.axisLine,y=n.showAxis,x=l(i.renderer.globalAnimation);if(n.labelEdge.length=0,n.overlap=!1,[h,p,f].forEach((function(t){j(t,(function(t){t.isActive=!1}))})),n.hasData()||d){var O=n.chart.hasRendered&&n.old&&$(n.old.min);n.minorTickInterval&&!n.categories&&n.getMinorTickPositions().forEach((function(t){n.renderMinorTick(t,O)})),c.length&&(c.forEach((function(t,e){n.renderTick(t,e,O)})),v&&(0===n.min||n.single)&&(h[-1]||(h[-1]=new a(n,-1,null,!0)),h[-1].render(-1))),m&&c.forEach((function(a,s){e=void 0!==c[s+1]?c[s+1]+v:n.max-v,0==s%2&&a<n.max&&e<=n.max+(i.polar?-v:v)&&(f[a]||(f[a]=new o.PlotLineOrBand(n)),t=a+v,f[a].options={from:r?r.lin2log(t):t,to:r?r.lin2log(e):e,color:m,className:"highcharts-alternate-grid"},f[a].render(),f[a].isActive=!0)})),n._addedPlotLB||(n._addedPlotLB=!0,(s.plotLines||[]).concat(s.plotBands||[]).forEach((function(t){n.addPlotBandOrLine(t)})))}[h,p,f].forEach((function(t){var e=[],n=x.duration;j(t,(function(t,n){t.isActive||(t.render(n,!1,0),t.isActive=!1,e.push(n))})),T((function(){for(var n=e.length;n--;)t[e[n]]&&!t[e[n]].isActive&&(t[e[n]].destroy(),delete t[e[n]])}),t!==f&&i.hasRendered&&n?n:0)})),b&&(b[b.isPlaced?"animate":"attr"]({d:this.getLinePath(b.strokeWidth())}),b.isPlaced=!0,b[y?"show":"hide"](y)),u&&y&&(s=n.getTitlePosition(),$(s.y)?(u[u.isNew?"attr":"animate"](s),u.isNew=!1):(u.attr("y",-9999),u.isNew=!0)),g&&g.enabled&&n.stacking&&n.stacking.renderStackTotals(),n.old={len:n.len,max:n.max,min:n.min,transA:n.transA,userMax:n.userMax,userMin:n.userMin},n.isDirty=!1,_(this,"afterRender")},t.prototype.redraw=function(){this.visible&&(this.render(),this.plotLinesAndBands.forEach((function(t){t.render()}))),this.series.forEach((function(t){t.isDirty=!0}))},t.prototype.getKeepProps=function(){return this.keepProps||t.keepProps},t.prototype.destroy=function(t){var e=this,n=e.plotLinesAndBands,i=this.eventOptions;if(_(this,"destroy",{keepEvents:t}),t||A(e),[e.ticks,e.minorTicks,e.alternateBands].forEach((function(t){v(t)})),n)for(t=n.length;t--;)n[t].destroy();for(var r in"axisLine axisTitle axisGroup gridGroup labelGroup cross scrollbar".split(" ").forEach((function(t){e[t]&&(e[t]=e[t].destroy())})),e.plotLinesAndBandsGroups)e.plotLinesAndBandsGroups[r]=e.plotLinesAndBandsGroups[r].destroy();j(e,(function(t,n){-1===e.getKeepProps().indexOf(n)&&delete e[n]})),this.eventOptions=i},t.prototype.drawCrosshair=function(t,e){var i,r=this.crosshair,o=E(r&&r.snap,!0),a=this.chart,s=this.cross;if(_(this,"drawCrosshair",{e:t,point:e}),t||(t=this.cross&&this.cross.e),r&&!1!==(m(e)||!o)){if(o?m(e)&&(i=E("colorAxis"!==this.coll?e.crosshairPos:null,this.isXAxis?e.plotX:this.len-e.plotY)):i=t&&(this.horiz?t.chartX-this.pos:this.len-t.chartY+this.pos),m(i)){var l={value:e&&(this.isXAxis?e.x:E(e.stackY,e.y)),translatedValue:i};a.polar&&x(l,{isCrosshair:!0,chartX:t&&t.chartX,chartY:t&&t.chartY,point:e}),l=this.getPlotLinePath(l)||null}if(!m(l))return void this.hideCrosshair();o=this.categories&&!this.isRadial,s||(this.cross=s=a.renderer.path().addClass("highcharts-crosshair highcharts-crosshair-"+(o?"category ":"thin ")+(r.className||"")).attr({zIndex:E(r.zIndex,2)}).add(),a.styledMode||(s.attr({stroke:r.color||(o?n.parse("#ccd6eb").setOpacity(.25).get():"#cccccc"),"stroke-width":E(r.width,1)}).css({"pointer-events":"none"}),r.dashStyle&&s.attr({dashstyle:r.dashStyle}))),s.show().attr({d:l}),o&&!r.width&&s.attr({"stroke-width":this.transA}),this.cross.e=t}else this.hideCrosshair();_(this,"afterDrawCrosshair",{e:t,point:e})},t.prototype.hideCrosshair=function(){this.cross&&this.cross.hide(),_(this,"afterHideCrosshair")},t.prototype.hasVerticalPanning=function(){var t=this.chart.options.chart.panning;return!!(t&&t.enabled&&/y/.test(t.type))},t.prototype.validatePositiveValue=function(t){return $(t)&&0<t},t.prototype.update=function(t,e){var n=this.chart;t=k(this.userOptions,t),this.destroy(!0),this.init(n,t),n.isDirtyBox=!0,E(e,!0)&&n.redraw()},t.prototype.remove=function(t){for(var e=this.chart,n=this.coll,i=this.series,r=i.length;r--;)i[r]&&i[r].remove(!1);b(e.axes,this),b(e[n],this),e[n].forEach((function(t,e){t.options.index=t.userOptions.index=e})),this.destroy(),e.isDirtyBox=!0,E(t,!0)&&e.redraw()},t.prototype.setTitle=function(t,e){this.update({title:t},e)},t.prototype.setCategories=function(t,e){this.update({categories:t},e)},t.defaultOptions=e.defaultXAxisOptions,t.keepProps="extKey hcEvents names series userMax userMin".split(" "),t}()})),e(n,"Core/Axis/DateTimeAxis.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.addEvent,i=t.getMagnitude,r=t.normalizeTickInterval,o=t.timeUnits;return function(t){function e(){return this.chart.time.getTimeTicks.apply(this.chart.time,arguments)}function a(t){"datetime"!==t.userOptions.type?this.dateTime=void 0:this.dateTime||(this.dateTime=new l(this))}var s=[];t.compose=function(t){return-1===s.indexOf(t)&&(s.push(t),t.keepProps.push("dateTime"),t.prototype.getTimeTicks=e,n(t,"init",a)),t};var l=function(){function t(t){this.axis=t}return t.prototype.normalizeTimeTickInterval=function(t,e){var n=e||[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,5,10,15,30]],["hour",[1,2,3,4,6,8,12]],["day",[1,2]],["week",[1,2]],["month",[1,2,3,4,6]],["year",null]];e=n[n.length-1];var a,s=o[e[0]],l=e[1];for(a=0;a<n.length&&(e=n[a],s=o[e[0]],l=e[1],!(n[a+1]&&t<=(s*l[l.length-1]+o[n[a+1][0]])/2));a++);return s===o.year&&t<5*s&&(l=[1,2,5]),{unitRange:s,count:t=r(t/s,l,"year"===e[0]?Math.max(i(t/s),1):1),unitName:e[0]}},t.prototype.getXDateFormat=function(t,e){var n=this.axis;return n.closestPointRange?n.chart.time.getDateFormat(n.closestPointRange,t,n.options.startOfWeek,e)||e.year:e.day},t}();t.Additions=l}(e||(e={})),e})),e(n,"Core/Axis/LogarithmicAxis.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.addEvent,i=t.getMagnitude,r=t.normalizeTickInterval,o=t.pick;return function(t){function e(t){var e=this.logarithmic;"logarithmic"!==t.userOptions.type?this.logarithmic=void 0:e||(this.logarithmic=new l(this))}function a(){var t=this.logarithmic;t&&(this.lin2val=function(e){return t.lin2log(e)},this.val2lin=function(e){return t.log2lin(e)})}var s=[];t.compose=function(t){return-1===s.indexOf(t)&&(s.push(t),t.keepProps.push("logarithmic"),n(t,"init",e),n(t,"afterInit",a)),t};var l=function(){function t(t){this.axis=t}return t.prototype.getLogTickPositions=function(t,e,n,a){var s=this.axis,l=s.len,d=s.options,c=[];if(a||(this.minorAutoInterval=void 0),.5<=t)t=Math.round(t),c=s.getLinearTickPositions(t,e,n);else if(.08<=t){var u,h=Math.floor(e),p=d=void 0;for(l=.3<t?[1,2,4]:.15<t?[1,2,4,6,8]:[1,2,3,4,5,6,7,8,9];h<n+1&&!p;h++){var f=l.length;for(u=0;u<f&&!p;u++){var g=this.log2lin(this.lin2log(h)*l[u]);g>e&&(!a||d<=n)&&void 0!==d&&c.push(d),d>n&&(p=!0),d=g}}}else e=this.lin2log(e),n=this.lin2log(n),t=a?s.getMinorTickInterval():d.tickInterval,t=o("auto"===t?null:t,this.minorAutoInterval,d.tickPixelInterval/(a?5:1)*(n-e)/((a?l/s.tickPositions.length:l)||1)),t=r(t,void 0,i(t)),c=s.getLinearTickPositions(t,e,n).map(this.log2lin),a||(this.minorAutoInterval=t/5);return a||(s.tickInterval=t),c},t.prototype.lin2log=function(t){return Math.pow(10,t)},t.prototype.log2lin=function(t){return Math.log(t)/Math.LN10},t}();t.Additions=l}(e||(e={})),e})),e(n,"Core/Axis/PlotLineOrBand/PlotLineOrBandAxis.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.erase,i=t.extend,r=t.isNumber;return function(t){var e,o=[];t.compose=function(t,n){return e||(e=t),-1===o.indexOf(n)&&(o.push(n),i(n.prototype,a.prototype)),n};var a=function(){function t(){}return t.prototype.getPlotBandPath=function(t,e,n){void 0===n&&(n=this.options);var i=this.getPlotLinePath({value:e,force:!0,acrossPanes:n.acrossPanes}),o=[],a=this.horiz;if(e=!r(this.min)||!r(this.max)||t<this.min&&e<this.min||t>this.max&&e>this.max,t=this.getPlotLinePath({value:t,force:!0,acrossPanes:n.acrossPanes}),n=1,t&&i){if(e){var s=t.toString()===i.toString();n=0}for(e=0;e<t.length;e+=2){var l=t[e],d=t[e+1],c=i[e],u=i[e+1];"M"!==l[0]&&"L"!==l[0]||"M"!==d[0]&&"L"!==d[0]||"M"!==c[0]&&"L"!==c[0]||"M"!==u[0]&&"L"!==u[0]||(a&&c[1]===l[1]?(c[1]+=n,u[1]+=n):a||c[2]!==l[2]||(c[2]+=n,u[2]+=n),o.push(["M",l[1],l[2]],["L",d[1],d[2]],["L",u[1],u[2]],["L",c[1],c[2]],["Z"])),o.isFlat=s}}return o},t.prototype.addPlotBand=function(t){return this.addPlotBandOrLine(t,"plotBands")},t.prototype.addPlotLine=function(t){return this.addPlotBandOrLine(t,"plotLines")},t.prototype.addPlotBandOrLine=function(t,n){var i=this,r=this.userOptions,o=new e(this,t);if(this.visible&&(o=o.render()),o){if(this._addedPlotLB||(this._addedPlotLB=!0,(r.plotLines||[]).concat(r.plotBands||[]).forEach((function(t){i.addPlotBandOrLine(t)}))),n){var a=r[n]||[];a.push(t),r[n]=a}this.plotLinesAndBands.push(o)}return o},t.prototype.removePlotBandOrLine=function(t){var e=this.plotLinesAndBands,i=this.options,r=this.userOptions;if(e){for(var o=e.length;o--;)e[o].id===t&&e[o].destroy();[i.plotLines||[],r.plotLines||[],i.plotBands||[],r.plotBands||[]].forEach((function(e){for(o=e.length;o--;)(e[o]||{}).id===t&&n(e,e[o])}))}},t.prototype.removePlotBand=function(t){this.removePlotBandOrLine(t)},t.prototype.removePlotLine=function(t){this.removePlotBandOrLine(t)},t}()}(e||(e={})),e})),e(n,"Core/Axis/PlotLineOrBand/PlotLineOrBand.js",[n["Core/Axis/PlotLineOrBand/PlotLineOrBandAxis.js"],n["Core/Utilities.js"]],(function(t,e){var n=e.arrayMax,i=e.arrayMin,r=e.defined,o=e.destroyObjectProperties,a=e.erase,s=e.fireEvent,l=e.merge,d=e.objectEach,c=e.pick;return e=function(){function e(t,e){this.axis=t,e&&(this.options=e,this.id=e.id)}return e.compose=function(n){return t.compose(e,n)},e.prototype.render=function(){s(this,"render");var t=this,e=t.axis,n=e.horiz,i=e.logarithmic,o=t.options,a=o.color,u=c(o.zIndex,0),h=o.events,p={},f=e.chart.renderer,g=o.label,m=t.label,v=o.to,b=o.from,y=o.value,x=t.svgElem,_=[],O=r(b)&&r(v);_=r(y);var w=!x,$={class:"highcharts-plot-"+(O?"band ":"line ")+(o.className||"")},C=O?"bands":"lines";if(i&&(b=i.log2lin(b),v=i.log2lin(v),y=i.log2lin(y)),e.chart.styledMode||(_?($.stroke=a||"#999999",$["stroke-width"]=c(o.width,1),o.dashStyle&&($.dashstyle=o.dashStyle)):O&&($.fill=a||"#e6ebf5",o.borderWidth&&($.stroke=o.borderColor,$["stroke-width"]=o.borderWidth))),p.zIndex=u,C+="-"+u,(i=e.plotLinesAndBandsGroups[C])||(e.plotLinesAndBandsGroups[C]=i=f.g("plot-"+C).attr(p).add()),w&&(t.svgElem=x=f.path().attr($).add(i)),_)_=e.getPlotLinePath({value:y,lineWidth:x.strokeWidth(),acrossPanes:o.acrossPanes});else{if(!O)return;_=e.getPlotBandPath(b,v,o)}return!t.eventsAdded&&h&&(d(h,(function(e,n){x.on(n,(function(e){h[n].apply(t,[e])}))})),t.eventsAdded=!0),(w||!x.d)&&_&&_.length?x.attr({d:_}):x&&(_?(x.show(!0),x.animate({d:_})):x.d&&(x.hide(),m&&(t.label=m=m.destroy()))),g&&(r(g.text)||r(g.formatter))&&_&&_.length&&0<e.width&&0<e.height&&!_.isFlat?(g=l({align:n&&O&&"center",x:n?!O&&4:10,verticalAlign:!n&&O&&"middle",y:n?O?16:10:O?6:-4,rotation:n&&!O&&90},g),this.renderLabel(g,_,O,u)):m&&m.hide(),t},e.prototype.renderLabel=function(t,e,r,o){var a=this.axis,s=a.chart.renderer,d=this.label;d||(this.label=d=s.text(this.getLabelText(t),0,0,t.useHTML).attr({align:t.textAlign||t.align,rotation:t.rotation,class:"highcharts-plot-"+(r?"band":"line")+"-label "+(t.className||""),zIndex:o}).add(),a.chart.styledMode||d.css(l({textOverflow:"ellipsis"},t.style))),o=e.xBounds||[e[0][1],e[1][1],r?e[2][1]:e[0][1]],e=e.yBounds||[e[0][2],e[1][2],r?e[2][2]:e[0][2]],r=i(o),s=i(e),d.align(t,!1,{x:r,y:s,width:n(o)-r,height:n(e)-s}),d.alignValue&&"left"!==d.alignValue||d.css({width:(90===d.rotation?a.height-(d.alignAttr.y-a.top):a.width-(d.alignAttr.x-a.left))+"px"}),d.show(!0)},e.prototype.getLabelText=function(t){return r(t.formatter)?t.formatter.call(this):t.text},e.prototype.destroy=function(){a(this.axis.plotLinesAndBands,this),delete this.axis,o(this)},e}()})),e(n,"Core/Tooltip.js",[n["Core/FormatUtilities.js"],n["Core/Globals.js"],n["Core/Renderer/RendererUtilities.js"],n["Core/Renderer/RendererRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r){var o=t.format,a=e.doc,s=n.distribute,l=r.addEvent,d=r.clamp,c=r.css,u=r.defined,h=r.discardElement,p=r.extend,f=r.fireEvent,g=r.isArray,m=r.isNumber,v=r.isString,b=r.merge,y=r.pick,x=r.splat,_=r.syncTimeout;return t=function(){function t(t,e){this.allowShared=!0,this.container=void 0,this.crosshairs=[],this.distance=0,this.isHidden=!0,this.isSticky=!1,this.now={},this.options={},this.outside=!1,this.chart=t,this.init(t,e)}return t.prototype.applyFilter=function(){var t=this.chart;t.renderer.definition({tagName:"filter",attributes:{id:"drop-shadow-"+t.index,opacity:.5},children:[{tagName:"feGaussianBlur",attributes:{in:"SourceAlpha",stdDeviation:1}},{tagName:"feOffset",attributes:{dx:1,dy:1}},{tagName:"feComponentTransfer",children:[{tagName:"feFuncA",attributes:{type:"linear",slope:.3}}]},{tagName:"feMerge",children:[{tagName:"feMergeNode"},{tagName:"feMergeNode",attributes:{in:"SourceGraphic"}}]}]})},t.prototype.bodyFormatter=function(t){return t.map((function(t){var e=t.series.tooltipOptions;return(e[(t.point.formatPrefix||"point")+"Formatter"]||t.point.tooltipFormatter).call(t.point,e[(t.point.formatPrefix||"point")+"Format"]||"")}))},t.prototype.cleanSplit=function(t){this.chart.series.forEach((function(e){var n=e&&e.tt;n&&(!n.isActive||t?e.tt=n.destroy():n.isActive=!1)}))},t.prototype.defaultFormatter=function(t){var e=this.points||x(this),n=[t.tooltipFooterHeaderFormatter(e[0])];return(n=n.concat(t.bodyFormatter(e))).push(t.tooltipFooterHeaderFormatter(e[0],!0)),n},t.prototype.destroy=function(){this.label&&(this.label=this.label.destroy()),this.split&&this.tt&&(this.cleanSplit(!0),this.tt=this.tt.destroy()),this.renderer&&(this.renderer=this.renderer.destroy(),h(this.container)),r.clearTimeout(this.hideTimer),r.clearTimeout(this.tooltipTimeout)},t.prototype.getAnchor=function(t,e){var n,i,r=this.chart,o=r.pointer,a=r.inverted,s=r.plotTop,l=r.plotLeft,d=0,c=0;return t=x(t),this.followPointer&&e?(void 0===e.chartX&&(e=o.normalize(e)),o=[e.chartX-l,e.chartY-s]):t[0].tooltipPos?o=t[0].tooltipPos:(t.forEach((function(t){n=t.series.yAxis,i=t.series.xAxis,d+=t.plotX||0,c+=t.plotLow?(t.plotLow+(t.plotHigh||0))/2:t.plotY||0,i&&n&&(a?(d+=s+r.plotHeight-i.len-i.pos,c+=l+r.plotWidth-n.len-n.pos):(d+=i.pos-l,c+=n.pos-s))})),d/=t.length,c/=t.length,o=[a?r.plotWidth-c:d,a?r.plotHeight-d:c],this.shared&&1<t.length&&e&&(a?o[0]=e.chartX-l:o[1]=e.chartY-s)),o.map(Math.round)},t.prototype.getLabel=function(){var t,n=this,r=this.chart.styledMode,o=this.options,a=this.split&&this.allowShared,s="tooltip"+(u(o.className)?" "+o.className:""),d=o.style.pointerEvents||(!this.followPointer&&o.stickOnContact?"auto":"none"),h=function(){n.inContact=!0},p=function(t){var e=n.chart.hoverSeries;n.inContact=n.shouldStickOnContact()&&n.chart.pointer.inClass(t.relatedTarget,"highcharts-tooltip"),!n.inContact&&e&&e.onMouseOut&&e.onMouseOut()},f=this.chart.renderer;if(n.label){var g=!n.label.hasClass("highcharts-label");(a&&!g||!a&&g)&&n.destroy()}if(!this.label){if(this.outside){g=this.chart.options.chart.style;var m=i.getRendererType();this.container=t=e.doc.createElement("div"),t.className="highcharts-tooltip-container",c(t,{position:"absolute",top:"1px",pointerEvents:d,zIndex:Math.max(this.options.style.zIndex||0,(g&&g.zIndex||0)+3)}),l(t,"mouseenter",h),l(t,"mouseleave",p),e.doc.body.appendChild(t),this.renderer=f=new m(t,0,0,g,void 0,void 0,f.styledMode)}if(a?this.label=f.g(s):(this.label=f.label("",0,0,o.shape,void 0,void 0,o.useHTML,void 0,s).attr({padding:o.padding,r:o.borderRadius}),r||this.label.attr({fill:o.backgroundColor,"stroke-width":o.borderWidth}).css(o.style).css({pointerEvents:d}).shadow(o.shadow)),r&&o.shadow&&(this.applyFilter(),this.label.attr({filter:"url(#drop-shadow-"+this.chart.index+")"})),n.outside&&!n.split){var v=this.label,b=v.xSetter,y=v.ySetter;v.xSetter=function(e){b.call(v,n.distance),t.style.left=e+"px"},v.ySetter=function(e){y.call(v,n.distance),t.style.top=e+"px"}}this.label.on("mouseenter",h).on("mouseleave",p).attr({zIndex:8}).add()}return this.label},t.prototype.getPosition=function(t,e,n){var i,r=this.chart,o=this.distance,s={},l=r.inverted&&n.h||0,d=this.outside,c=d?a.documentElement.clientWidth-2*o:r.chartWidth,u=d?Math.max(a.body.scrollHeight,a.documentElement.scrollHeight,a.body.offsetHeight,a.documentElement.offsetHeight,a.documentElement.clientHeight):r.chartHeight,h=r.pointer.getChartPosition(),p=function(i){var a="x"===i;return[i,a?c:u,a?t:e].concat(d?[a?t*h.scaleX:e*h.scaleY,a?h.left-o+(n.plotX+r.plotLeft)*h.scaleX:h.top-o+(n.plotY+r.plotTop)*h.scaleY,0,a?c:u]:[a?t:e,a?n.plotX+r.plotLeft:n.plotY+r.plotTop,a?r.plotLeft:r.plotTop,a?r.plotLeft+r.plotWidth:r.plotTop+r.plotHeight])},f=p("y"),g=p("x");p=!!n.negative,!r.polar&&r.hoverSeries&&r.hoverSeries.yAxis&&r.hoverSeries.yAxis.reversed&&(p=!p);var m=!this.followPointer&&y(n.ttBelow,!r.inverted===p),v=function(t,e,n,i,r,a,c){var u=d?"y"===t?o*h.scaleY:o*h.scaleX:o,p=(n-i)/2,f=i<r-o,g=r+o+i<e,v=r-u-n+p;if(r=r+u-p,m&&g)s[t]=r;else if(!m&&f)s[t]=v;else if(f)s[t]=Math.min(c-i,0>v-l?v:v-l);else{if(!g)return!1;s[t]=Math.max(a,r+l+n>e?r:r+l)}},b=function(t,e,n,i,r){var a;return r<o||r>e-o?a=!1:s[t]=r<n/2?1:r>e-i/2?e-i-2:r-n/2,a},x=function(t){var e=f;f=g,g=e,i=t},_=function(){!1!==v.apply(0,f)?!1!==b.apply(0,g)||i||(x(!0),_()):i?s.x=s.y=0:(x(!0),_())};return(r.inverted||1<this.len)&&x(),_(),s},t.prototype.hide=function(t){var e=this;r.clearTimeout(this.hideTimer),t=y(t,this.options.hideDelay),this.isHidden||(this.hideTimer=_((function(){e.getLabel().fadeOut(t?void 0:t),e.isHidden=!0}),t))},t.prototype.init=function(t,e){this.chart=t,this.options=e,this.crosshairs=[],this.now={x:0,y:0},this.isHidden=!0,this.split=e.split&&!t.inverted&&!t.polar,this.shared=e.shared||this.split,this.outside=y(e.outside,!(!t.scrollablePixelsX&&!t.scrollablePixelsY))},t.prototype.shouldStickOnContact=function(){return!(this.followPointer||!this.options.stickOnContact)},t.prototype.isStickyOnContact=function(){return!(!this.shouldStickOnContact()||!this.inContact)},t.prototype.move=function(t,e,n,i){var o=this,a=o.now,s=!1!==o.options.animation&&!o.isHidden&&(1<Math.abs(t-a.x)||1<Math.abs(e-a.y)),l=o.followPointer||1<o.len;p(a,{x:s?(2*a.x+t)/3:t,y:s?(a.y+e)/2:e,anchorX:l?void 0:s?(2*a.anchorX+n)/3:n,anchorY:l?void 0:s?(a.anchorY+i)/2:i}),o.getLabel().attr(a),o.drawTracker(),s&&(r.clearTimeout(this.tooltipTimeout),this.tooltipTimeout=setTimeout((function(){o&&o.move(t,e,n,i)}),32))},t.prototype.refresh=function(t,e){var n=this.chart,i=this.options,o=x(t),a=o[0],s=[],l=i.formatter||this.defaultFormatter,d=this.shared,c=n.styledMode,u={};if(i.enabled){r.clearTimeout(this.hideTimer),this.allowShared=!(!g(t)&&t.series&&t.series.noSharedTooltip),this.followPointer=!this.split&&a.series.tooltipOptions.followPointer;var h=(t=this.getAnchor(t,e))[0],p=t[1];if(d&&this.allowShared?(n.pointer.applyInactiveState(o),o.forEach((function(t){t.setState("hover"),s.push(t.getLabelConfig())})),(u={x:a.category,y:a.y}).points=s):u=a.getLabelConfig(),this.len=s.length,l=l.call(u,this),d=a.series,this.distance=y(d.tooltipOptions.distance,16),!1===l)this.hide();else{if(this.split&&this.allowShared)this.renderSplit(l,o);else{var m=h,v=p;if(e&&n.pointer.isDirectTouch&&(m=e.chartX-n.plotLeft,v=e.chartY-n.plotTop),!n.polar&&!1!==d.options.clip&&!o.some((function(t){return t.series.shouldShowTooltip(m,v)})))return void this.hide();e=this.getLabel(),i.style.width&&!c||e.css({width:this.chart.spacingBox.width+"px"}),e.attr({text:l&&l.join?l.join(""):l}),e.removeClass(/highcharts-color-[\d]+/g).addClass("highcharts-color-"+y(a.colorIndex,d.colorIndex)),c||e.attr({stroke:i.borderColor||a.color||d.color||"#666666"}),this.updatePosition({plotX:h,plotY:p,negative:a.negative,ttBelow:a.ttBelow,h:t[2]||0})}this.isHidden&&this.label&&this.label.attr({opacity:1}).show(),this.isHidden=!1}f(this,"refresh")}},t.prototype.renderSplit=function(t,e){function n(t,e,n,r,o){return void 0===o&&(o=!0),n?(e=E?0:T,t=d(t-r/2,k.left,k.right-r-(i.outside?M:0))):(e-=A,t=d(t=o?t-r-w:t+w,o?t:k.left,k.right)),{x:t,y:e}}var i=this,r=i.chart,o=i.chart,l=o.chartWidth,c=o.chartHeight,u=o.plotHeight,h=o.plotLeft,f=o.plotTop,g=o.pointer,m=o.scrollablePixelsY;m=void 0===m?0:m;var b=o.scrollablePixelsX,x=o.scrollingContainer,_=(x=void 0===x?{scrollLeft:0,scrollTop:0}:x).scrollLeft;x=x.scrollTop;var O=o.styledMode,w=i.distance,$=i.options,C=i.options.positioner,k=i.outside&&"number"!=typeof b?a.documentElement.getBoundingClientRect():{left:_,right:_+l,top:x,bottom:x+c},S=i.getLabel(),j=this.renderer||r.renderer,E=!(!r.xAxis[0]||!r.xAxis[0].opposite),M=(r=g.getChartPosition()).left;r=r.top;var A=f+x,P=0,T=u-m;v(t)&&(t=[!1,t]),t=t.slice(0,e.length+1).reduce((function(t,r,o){if(!1!==r&&""!==r){var a=(o=e[o-1]||{isHeader:!0,plotX:e[0].plotX,plotY:u,series:{}}).isHeader,s=a?i:o.series;r=r.toString();var l=s.tt,c=o.isHeader,p=o.series,g="highcharts-color-"+y(o.colorIndex,p.colorIndex,"none");if(l||(l={padding:$.padding,r:$.borderRadius},O||(l.fill=$.backgroundColor,l["stroke-width"]=$.borderWidth),l=j.label("",0,0,$[c?"headerShape":"shape"],void 0,void 0,$.useHTML).addClass((c?"highcharts-tooltip-header ":"")+"highcharts-tooltip-box "+g).attr(l).add(S)),l.isActive=!0,l.attr({text:r}),O||l.css($.style).shadow($.shadow).attr({stroke:$.borderColor||o.color||p.color||"#333333"}),r=(c=(s=s.tt=l).getBBox()).width+s.strokeWidth(),a&&(P=c.height,T+=P,E&&(A-=P)),p=void 0===(p=o.plotX)?0:p,g=void 0===(g=o.plotY)?0:g,l=o.series,o.isHeader){p=h+p;var m=f+u/2}else{var v=l.xAxis,b=l.yAxis;p=v.pos+d(p,-w,v.len+w),l.shouldShowTooltip(0,b.pos-f+g,{ignoreX:!0})&&(m=b.pos+g)}p=d(p,k.left-w,k.right+w),"number"==typeof m?(c=c.height+1,g=C?C.call(i,r,c,o):n(p,m,a,r),t.push({align:C?0:void 0,anchorX:p,anchorY:m,boxWidth:r,point:o,rank:y(g.rank,a?1:0),size:c,target:g.y,tt:s,x:g.x})):s.isActive=!1}return t}),[]),!C&&t.some((function(t){var e=(i.outside?M:0)+t.anchorX;return e<k.left&&e+t.boxWidth<k.right||e<M-k.left+t.boxWidth&&k.right-e>e}))&&(t=t.map((function(t){var e=n(t.anchorX,t.anchorY,t.point.isHeader,t.boxWidth,!1);return p(t,{target:e.y,x:e.x})}))),i.cleanSplit(),s(t,T);var L=M,D=M;t.forEach((function(t){var e=t.x,n=t.boxWidth;(t=t.isHeader)||(i.outside&&M+e<L&&(L=M+e),!t&&i.outside&&L+n>D&&(D=M+e))})),t.forEach((function(t){var e=t.x,n=t.anchorX,r=t.pos,o=t.point.isHeader;if(r={visibility:void 0===r?"hidden":"inherit",x:e,y:r+A,anchorX:n,anchorY:t.anchorY},i.outside&&e<n){var a=M-L;0<a&&(o||(r.x=e+a,r.anchorX=n+a),o&&(r.x=(D-L)/2,r.anchorX=n+a))}t.tt.attr(r)})),t=i.container,m=i.renderer,i.outside&&t&&m&&(o=S.getBBox(),m.setSize(o.width+o.x,o.height+o.y,!1),t.style.left=L+"px",t.style.top=r+"px")},t.prototype.drawTracker=function(){if(this.followPointer||!this.options.stickOnContact)this.tracker&&this.tracker.destroy();else{var t=this.chart,e=this.label,n=this.shared?t.hoverPoints:t.hoverPoint;if(e&&n){var i={x:0,y:0,width:0,height:0};n=this.getAnchor(n);var r=e.getBBox();n[0]+=t.plotLeft-e.translateX,n[1]+=t.plotTop-e.translateY,i.x=Math.min(0,n[0]),i.y=Math.min(0,n[1]),i.width=0>n[0]?Math.max(Math.abs(n[0]),r.width-n[0]):Math.max(Math.abs(n[0]),r.width),i.height=0>n[1]?Math.max(Math.abs(n[1]),r.height-Math.abs(n[1])):Math.max(Math.abs(n[1]),r.height),this.tracker?this.tracker.attr(i):(this.tracker=e.renderer.rect(i).addClass("highcharts-tracker").add(e),t.styledMode||this.tracker.attr({fill:"rgba(0,0,0,0)"}))}}},t.prototype.styledModeFormat=function(t){return t.replace('style="font-size: 10px"','class="highcharts-header"').replace(/style="color:{(point|series)\.color}"/g,'class="highcharts-color-{$1.colorIndex}"')},t.prototype.tooltipFooterHeaderFormatter=function(t,e){var n=t.series,i=n.tooltipOptions,r=n.xAxis,a=r&&r.dateTime;r={isFooter:e,labelConfig:t};var s=i.xDateFormat,l=i[e?"footerFormat":"headerFormat"];return f(this,"headerFormatter",r,(function(e){a&&!s&&m(t.key)&&(s=a.getXDateFormat(t.key,i.dateTimeLabelFormats)),a&&s&&(t.point&&t.point.tooltipDateKeys||["key"]).forEach((function(t){l=l.replace("{point."+t+"}","{point."+t+":"+s+"}")})),n.chart.styledMode&&(l=this.styledModeFormat(l)),e.text=o(l,{point:t,series:n},this.chart)})),r.text},t.prototype.update=function(t){this.destroy(),b(!0,this.chart.options.tooltip.userOptions,t),this.init(this.chart,b(!0,this.options,t))},t.prototype.updatePosition=function(t){var e=this.chart,n=this.options,i=e.pointer,r=this.getLabel();i=i.getChartPosition();var o=(n.positioner||this.getPosition).call(this,r.width,r.height,t),a=t.plotX+e.plotLeft;t=t.plotY+e.plotTop,this.outside&&(n=n.borderWidth+2*this.distance,this.renderer.setSize(r.width+n,r.height+n,!1),1===i.scaleX&&1===i.scaleY||(c(this.container,{transform:"scale("+i.scaleX+", "+i.scaleY+")"}),a*=i.scaleX,t*=i.scaleY),a+=i.left-o.x,t+=i.top-o.y),this.move(Math.round(o.x),Math.round(o.y||0),a,t)},t}()})),e(n,"Core/Series/Point.js",[n["Core/Renderer/HTML/AST.js"],n["Core/Animation/AnimationUtilities.js"],n["Core/DefaultOptions.js"],n["Core/FormatUtilities.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r){var o=e.animObject,a=n.defaultOptions,s=i.format,l=r.addEvent,d=r.defined,c=r.erase,u=r.extend,h=r.fireEvent,p=r.getNestedProperty,f=r.isArray,g=r.isFunction,m=r.isNumber,v=r.isObject,b=r.merge,y=r.objectEach,x=r.pick,_=r.syncTimeout,O=r.removeEvent,w=r.uniqueKey;return e=function(){function e(){this.colorIndex=this.category=void 0,this.formatPrefix="point",this.id=void 0,this.isNull=!1,this.percentage=this.options=this.name=void 0,this.selected=!1,this.total=this.series=void 0,this.visible=!0,this.x=void 0}return e.prototype.animateBeforeDestroy=function(){var t=this,e={x:t.startXPos,opacity:0},n=t.getGraphicalProps();n.singular.forEach((function(n){t[n]=t[n].animate("dataLabel"===n?{x:t[n].startXPos,y:t[n].startYPos,opacity:0}:e)})),n.plural.forEach((function(e){t[e].forEach((function(e){e.element&&e.animate(u({x:t.startXPos},e.startYPos?{x:e.startXPos,y:e.startYPos}:{}))}))}))},e.prototype.applyOptions=function(t,n){var i=this.series,r=i.options.pointValKey||i.pointValKey;return t=e.prototype.optionsToObject.call(this,t),u(this,t),this.options=this.options?u(this.options,t):t,t.group&&delete this.group,t.dataLabels&&delete this.dataLabels,r&&(this.y=e.prototype.getNestedProperty.call(this,r)),this.formatPrefix=(this.isNull=x(this.isValid&&!this.isValid(),null===this.x||!m(this.y)))?"null":"point",this.selected&&(this.state="select"),"name"in this&&void 0===n&&i.xAxis&&i.xAxis.hasNames&&(this.x=i.xAxis.nameToX(this)),void 0===this.x&&i?this.x=void 0===n?i.autoIncrement():n:m(t.x)&&i.options.relativeXValue&&(this.x=i.autoIncrement(t.x)),this},e.prototype.destroy=function(){function t(){for(r in(e.graphic||e.dataLabel||e.dataLabels)&&(O(e),e.destroyElements()),e)e[r]=null}var e=this,n=e.series,i=n.chart;n=n.options.dataSorting;var r,a=i.hoverPoints,s=o(e.series.chart.renderer.globalAnimation);e.legendItem&&i.legend.destroyItem(e),a&&(e.setState(),c(a,e),a.length||(i.hoverPoints=null)),e===i.hoverPoint&&e.onMouseOut(),n&&n.enabled?(this.animateBeforeDestroy(),_(t,s.duration)):t(),i.pointCount--},e.prototype.destroyElements=function(t){var e=this;(t=e.getGraphicalProps(t)).singular.forEach((function(t){e[t]=e[t].destroy()})),t.plural.forEach((function(t){e[t].forEach((function(t){t.element&&t.destroy()})),delete e[t]}))},e.prototype.firePointEvent=function(t,e,n){var i=this,r=this.series.options;(r.point.events[t]||i.options&&i.options.events&&i.options.events[t])&&i.importEvents(),"click"===t&&r.allowPointSelect&&(n=function(t){i.select&&i.select(null,t.ctrlKey||t.metaKey||t.shiftKey)}),h(i,t,e,n)},e.prototype.getClassName=function(){return"highcharts-point"+(this.selected?" highcharts-point-select":"")+(this.negative?" highcharts-negative":"")+(this.isNull?" highcharts-null-point":"")+(void 0!==this.colorIndex?" highcharts-color-"+this.colorIndex:"")+(this.options.className?" "+this.options.className:"")+(this.zone&&this.zone.className?" "+this.zone.className.replace("highcharts-negative",""):"")},e.prototype.getGraphicalProps=function(t){var e,n=this,i=[],r={singular:[],plural:[]};for((t=t||{graphic:1,dataLabel:1}).graphic&&i.push("graphic","upperGraphic","shadowGroup"),t.dataLabel&&i.push("dataLabel","dataLabelUpper","connector"),e=i.length;e--;){var o=i[e];n[o]&&r.singular.push(o)}return["dataLabel","connector"].forEach((function(e){var i=e+"s";t[e]&&n[i]&&r.plural.push(i)})),r},e.prototype.getLabelConfig=function(){return{x:this.category,y:this.y,color:this.color,colorIndex:this.colorIndex,key:this.name||this.category,series:this.series,point:this,percentage:this.percentage,total:this.total||this.stackTotal}},e.prototype.getNestedProperty=function(t){if(t)return 0===t.indexOf("custom.")?p(t,this.options):this[t]},e.prototype.getZone=function(){var t=this.series,e=t.zones;t=t.zoneAxis||"y";var n,i=0;for(n=e[i];this[t]>=n.value;)n=e[++i];return this.nonZonedColor||(this.nonZonedColor=this.color),this.color=n&&n.color&&!this.options.color?n.color:this.nonZonedColor,n},e.prototype.hasNewShapeType=function(){return(this.graphic&&(this.graphic.symbolName||this.graphic.element.nodeName))!==this.shapeType},e.prototype.init=function(t,e,n){return this.series=t,this.applyOptions(e,n),this.id=d(this.id)?this.id:w(),this.resolveColor(),t.chart.pointCount++,h(this,"afterInit"),this},e.prototype.optionsToObject=function(t){var n=this.series,i=n.options.keys,r=i||n.pointArrayMap||["y"],o=r.length,a={},s=0,l=0;if(m(t)||null===t)a[r[0]]=t;else if(f(t))for(!i&&t.length>o&&("string"===(n=typeof t[0])?a.name=t[0]:"number"===n&&(a.x=t[0]),s++);l<o;)i&&void 0===t[s]||(0<r[l].indexOf(".")?e.prototype.setNestedProperty(a,t[s],r[l]):a[r[l]]=t[s]),s++,l++;else"object"==typeof t&&(a=t,t.dataLabels&&(n._hasPointLabels=!0),t.marker&&(n._hasPointMarkers=!0));return a},e.prototype.resolveColor=function(){var t=this.series,e=t.chart.styledMode,n=t.chart.options.chart.colorCount;if(delete this.nonZonedColor,t.options.colorByPoint){if(!e){var i=(n=t.options.colors||t.chart.options.colors)[t.colorCounter];n=n.length}e=t.colorCounter,t.colorCounter++,t.colorCounter===n&&(t.colorCounter=0)}else e||(i=t.color),e=t.colorIndex;this.colorIndex=x(this.options.colorIndex,e),this.color=x(this.options.color,i)},e.prototype.setNestedProperty=function(t,e,n){return n.split(".").reduce((function(t,n,i,r){return t[n]=r.length-1===i?e:v(t[n],!0)?t[n]:{},t[n]}),t),t},e.prototype.tooltipFormatter=function(t){var e=this.series,n=e.tooltipOptions,i=x(n.valueDecimals,""),r=n.valuePrefix||"",o=n.valueSuffix||"";return e.chart.styledMode&&(t=e.chart.tooltip.styledModeFormat(t)),(e.pointArrayMap||["y"]).forEach((function(e){e="{point."+e,(r||o)&&(t=t.replace(RegExp(e+"}","g"),r+e+"}"+o)),t=t.replace(RegExp(e+"}","g"),e+":,."+i+"f}")})),s(t,{point:this,series:this.series},e.chart)},e.prototype.update=function(t,e,n,i){function r(){a.applyOptions(t);var i=l&&a.hasDummyGraphic;i=null===a.y?!i:i,l&&i&&(a.graphic=l.destroy(),delete a.hasDummyGraphic),v(t,!0)&&(l&&l.element&&t&&t.marker&&void 0!==t.marker.symbol&&(a.graphic=l.destroy()),t&&t.dataLabels&&a.dataLabel&&(a.dataLabel=a.dataLabel.destroy()),a.connector&&(a.connector=a.connector.destroy())),o=a.index,s.updateParallelArrays(a,o),c.data[o]=v(c.data[o],!0)||v(t,!0)?a.options:x(t,c.data[o]),s.isDirty=s.isDirtyData=!0,!s.fixedBox&&s.hasCartesianSeries&&(d.isDirtyBox=!0),"point"===c.legendType&&(d.isDirtyLegend=!0),e&&d.redraw(n)}var o,a=this,s=a.series,l=a.graphic,d=s.chart,c=s.options;e=x(e,!0),!1===i?r():a.firePointEvent("update",{options:t},r)},e.prototype.remove=function(t,e){this.series.removePoint(this.series.data.indexOf(this),t,e)},e.prototype.select=function(t,e){var n=this,i=n.series,r=i.chart;this.selectedStaging=t=x(t,!n.selected),n.firePointEvent(t?"select":"unselect",{accumulate:e},(function(){n.selected=n.options.selected=t,i.options.data[i.data.indexOf(n)]=n.options,n.setState(t&&"select"),e||r.getSelectedPoints().forEach((function(t){var e=t.series;t.selected&&t!==n&&(t.selected=t.options.selected=!1,e.options.data[e.data.indexOf(t)]=t.options,t.setState(r.hoverPoints&&e.options.inactiveOtherPoints?"inactive":""),t.firePointEvent("unselect"))}))})),delete this.selectedStaging},e.prototype.onMouseOver=function(t){var e=this.series.chart,n=e.pointer;t=t?n.normalize(t):n.getChartCoordinatesFromPoint(this,e.inverted),n.runPointActions(t,this)},e.prototype.onMouseOut=function(){var t=this.series.chart;this.firePointEvent("mouseOut"),this.series.options.inactiveOtherPoints||(t.hoverPoints||[]).forEach((function(t){t.setState()})),t.hoverPoints=t.hoverPoint=null},e.prototype.importEvents=function(){if(!this.hasImportedEvents){var t=this,e=b(t.series.options.point,t.options).events;t.events=e,y(e,(function(e,n){g(e)&&l(t,n,e)})),this.hasImportedEvents=!0}},e.prototype.setState=function(e,n){var i,r=this.series,o=this.state,s=r.options.states[e||"normal"]||{},l=a.plotOptions[r.type].marker&&r.options.marker,d=l&&!1===l.enabled,c=l&&l.states&&l.states[e||"normal"]||{},p=!1===c.enabled,f=this.marker||{},g=r.chart,v=l&&r.markerAttribs,b=r.halo,y=r.stateMarkerGraphic;if(!((e=e||"")===this.state&&!n||this.selected&&"select"!==e||!1===s.enabled||e&&(p||d&&!1===c.enabled)||e&&f.states&&f.states[e]&&!1===f.states[e].enabled)){if(this.state=e,v&&(i=r.markerAttribs(this,e)),this.graphic&&!this.hasDummyGraphic){if(o&&this.graphic.removeClass("highcharts-point-"+o),e&&this.graphic.addClass("highcharts-point-"+e),!g.styledMode){var _=r.pointAttribs(this,e),O=x(g.options.chart.animation,s.animation);r.options.inactiveOtherPoints&&m(_.opacity)&&((this.dataLabels||[]).forEach((function(t){t&&t.animate({opacity:_.opacity},O)})),this.connector&&this.connector.animate({opacity:_.opacity},O)),this.graphic.animate(_,O)}i&&this.graphic.animate(i,x(g.options.chart.animation,c.animation,l.animation)),y&&y.hide()}else e&&c&&(o=f.symbol||r.symbol,y&&y.currentSymbol!==o&&(y=y.destroy()),i&&(y?y[n?"animate":"attr"]({x:i.x,y:i.y}):o&&(r.stateMarkerGraphic=y=g.renderer.symbol(o,i.x,i.y,i.width,i.height).add(r.markerGroup),y.currentSymbol=o)),!g.styledMode&&y&&"inactive"!==this.state&&y.attr(r.pointAttribs(this,e))),y&&(y[e&&this.isInside?"show":"hide"](),y.element.point=this,y.addClass(this.getClassName(),!0));s=s.halo,i=(y=this.graphic||y)&&y.visibility||"inherit",s&&s.size&&y&&"hidden"!==i&&!this.isCluster?(b||(r.halo=b=g.renderer.path().add(y.parentGroup)),b.show()[n?"animate":"attr"]({d:this.haloPath(s.size)}),b.attr({class:"highcharts-halo highcharts-color-"+x(this.colorIndex,r.colorIndex)+(this.className?" "+this.className:""),visibility:i,zIndex:-1}),b.point=this,g.styledMode||b.attr(u({fill:this.color||r.color,"fill-opacity":s.opacity},t.filterUserAttributes(s.attributes||{})))):b&&b.point&&b.point.haloPath&&b.animate({d:b.point.haloPath(0)},null,b.hide),h(this,"afterSetState",{state:e})}},e.prototype.haloPath=function(t){return this.series.chart.renderer.symbols.circle(Math.floor(this.plotX)-t,this.plotY-t,2*t,2*t)},e}()})),e(n,"Core/Pointer.js",[n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Tooltip.js"],n["Core/Utilities.js"]],(function(t,e,n,i){var r=t.parse,o=e.charts,a=e.noop,s=i.addEvent,l=i.attr,d=i.css,c=i.defined,u=i.extend,h=i.find,p=i.fireEvent,f=i.isNumber,g=i.isObject,m=i.objectEach,v=i.offset,b=i.pick,y=i.splat;return t=function(){function t(t,e){this.lastValidTouch={},this.pinchDown=[],this.runChartClick=!1,this.eventsToUnbind=[],this.chart=t,this.hasDragged=!1,this.options=e,this.init(t,e)}return t.prototype.applyInactiveState=function(t){var e,n=[];(t||[]).forEach((function(t){e=t.series,n.push(e),e.linkedParent&&n.push(e.linkedParent),e.linkedSeries&&(n=n.concat(e.linkedSeries)),e.navigatorSeries&&n.push(e.navigatorSeries)})),this.chart.series.forEach((function(t){-1===n.indexOf(t)?t.setState("inactive",!0):t.options.inactiveOtherPoints&&t.setAllPointsToState("inactive")}))},t.prototype.destroy=function(){var n=this;this.eventsToUnbind.forEach((function(t){return t()})),this.eventsToUnbind=[],e.chartCount||(t.unbindDocumentMouseUp&&(t.unbindDocumentMouseUp=t.unbindDocumentMouseUp()),t.unbindDocumentTouchEnd&&(t.unbindDocumentTouchEnd=t.unbindDocumentTouchEnd())),clearInterval(n.tooltipTimeout),m(n,(function(t,e){n[e]=void 0}))},t.prototype.drag=function(t){var e=this.chart,n=e.options.chart,i=this.zoomHor,o=this.zoomVert,a=e.plotLeft,s=e.plotTop,l=e.plotWidth,d=e.plotHeight,c=this.mouseDownX||0,u=this.mouseDownY||0,h=g(n.panning)?n.panning&&n.panning.enabled:n.panning,p=n.panKey&&t[n.panKey+"Key"],f=t.chartX,m=t.chartY,v=this.selectionMarker;if((!v||!v.touch)&&(f<a?f=a:f>a+l&&(f=a+l),m<s?m=s:m>s+d&&(m=s+d),this.hasDragged=Math.sqrt(Math.pow(c-f,2)+Math.pow(u-m,2)),10<this.hasDragged)){var b=e.isInsidePlot(c-a,u-s,{visiblePlotOnly:!0});!e.hasCartesianSeries&&!e.mapView||!this.zoomX&&!this.zoomY||!b||p||v||(this.selectionMarker=v=e.renderer.rect(a,s,i?1:l,o?1:d,0).attr({class:"highcharts-selection-marker",zIndex:7}).add(),e.styledMode||v.attr({fill:n.selectionMarkerFill||r("#335cad").setOpacity(.25).get()})),v&&i&&(i=f-c,v.attr({width:Math.abs(i),x:(0<i?0:i)+c})),v&&o&&(i=m-u,v.attr({height:Math.abs(i),y:(0<i?0:i)+u})),b&&!v&&h&&e.pan(t,n.panning)}},t.prototype.dragStart=function(t){var e=this.chart;e.mouseIsDown=t.type,e.cancelClick=!1,e.mouseDownX=this.mouseDownX=t.chartX,e.mouseDownY=this.mouseDownY=t.chartY},t.prototype.drop=function(t){var e=this,n=this.chart,i=this.hasPinched;if(this.selectionMarker){var r=this.selectionMarker,o=r.attr?r.attr("x"):r.x,a=r.attr?r.attr("y"):r.y,s=r.attr?r.attr("width"):r.width,l=r.attr?r.attr("height"):r.height,h={originalEvent:t,xAxis:[],yAxis:[],x:o,y:a,width:s,height:l},g=!!n.mapView;(this.hasDragged||i)&&(n.axes.forEach((function(n){if(n.zoomEnabled&&c(n.min)&&(i||e[{xAxis:"zoomX",yAxis:"zoomY"}[n.coll]])&&f(o)&&f(a)){var r=n.horiz,d="touchend"===t.type?n.minPixelPadding:0,u=n.toValue((r?o:a)+d);r=n.toValue((r?o+s:a+l)-d),h[n.coll].push({axis:n,min:Math.min(u,r),max:Math.max(u,r)}),g=!0}})),g&&p(n,"selection",h,(function(t){n.zoom(u(t,i?{animation:!1}:null))}))),f(n.index)&&(this.selectionMarker=this.selectionMarker.destroy()),i&&this.scaleGroups()}n&&f(n.index)&&(d(n.container,{cursor:n._cursor}),n.cancelClick=10<this.hasDragged,n.mouseIsDown=this.hasDragged=this.hasPinched=!1,this.pinchDown=[])},t.prototype.findNearestKDPoint=function(t,e,n){var i,r=this.chart,o=r.hoverPoint;return r=r.tooltip,o&&r&&r.isStickyOnContact()?o:(t.forEach((function(t){var r=!(t.noSharedTooltip&&e)&&0>t.options.findNearestPointBy.indexOf("y");if(t=t.searchPoint(n,r),(r=g(t,!0)&&t.series)&&!(r=!g(i,!0))){r=i.distX-t.distX;var o=i.dist-t.dist,a=(t.series.group&&t.series.group.zIndex)-(i.series.group&&i.series.group.zIndex);r=0<(0!==r&&e?r:0!==o?o:0!==a?a:i.series.index>t.series.index?-1:1)}r&&(i=t)})),i)},t.prototype.getChartCoordinatesFromPoint=function(t,e){var n=t.series,i=n.xAxis;n=n.yAxis;var r=t.shapeArgs;if(i&&n){var o=b(t.clientX,t.plotX),a=t.plotY||0;return t.isNode&&r&&f(r.x)&&f(r.y)&&(o=r.x,a=r.y),e?{chartX:n.len+n.pos-a,chartY:i.len+i.pos-o}:{chartX:o+i.pos,chartY:a+n.pos}}if(r&&r.x&&r.y)return{chartX:r.x,chartY:r.y}},t.prototype.getChartPosition=function(){if(this.chartPosition)return this.chartPosition;var t=this.chart.container,e=v(t);this.chartPosition={left:e.left,top:e.top,scaleX:1,scaleY:1};var n=t.offsetWidth;return t=t.offsetHeight,2<n&&2<t&&(this.chartPosition.scaleX=e.width/n,this.chartPosition.scaleY=e.height/t),this.chartPosition},t.prototype.getCoordinates=function(t){var e={xAxis:[],yAxis:[]};return this.chart.axes.forEach((function(n){e[n.isXAxis?"xAxis":"yAxis"].push({axis:n,value:n.toValue(t[n.horiz?"chartX":"chartY"])})})),e},t.prototype.getHoverData=function(t,e,n,i,r,o){var a=[];i=!(!i||!t);var s={chartX:o?o.chartX:void 0,chartY:o?o.chartY:void 0,shared:r};p(this,"beforeGetHoverData",s);var l=e&&!e.stickyTracking?[e]:n.filter((function(t){return s.filter?s.filter(t):t.visible&&!(!r&&t.directTouch)&&b(t.options.enableMouseTracking,!0)&&t.stickyTracking})),d=i||!o?t:this.findNearestKDPoint(l,r,o);return e=d&&d.series,d&&(r&&!e.noSharedTooltip?(l=n.filter((function(t){return s.filter?s.filter(t):t.visible&&!(!r&&t.directTouch)&&b(t.options.enableMouseTracking,!0)&&!t.noSharedTooltip}))).forEach((function(t){var e=h(t.points,(function(t){return t.x===d.x&&!t.isNull}));g(e)&&(t.chart.isBoosting&&(e=t.getPoint(e)),a.push(e))})):a.push(d)),p(this,"afterGetHoverData",s={hoverPoint:d}),{hoverPoint:s.hoverPoint,hoverSeries:e,hoverPoints:a}},t.prototype.getPointFromEvent=function(t){t=t.target;for(var e;t&&!e;)e=t.point,t=t.parentNode;return e},t.prototype.onTrackerMouseOut=function(t){t=t.relatedTarget||t.toElement;var e=this.chart.hoverSeries;this.isDirectTouch=!1,!e||!t||e.stickyTracking||this.inClass(t,"highcharts-tooltip")||this.inClass(t,"highcharts-series-"+e.index)&&this.inClass(t,"highcharts-tracker")||e.onMouseOut()},t.prototype.inClass=function(t,e){for(var n;t;){if(n=l(t,"class")){if(-1!==n.indexOf(e))return!0;if(-1!==n.indexOf("highcharts-container"))return!1}t=t.parentNode}},t.prototype.init=function(t,e){this.options=e,this.chart=t,this.runChartClick=!(!e.chart.events||!e.chart.events.click),this.pinchDown=[],this.lastValidTouch={},n&&(t.tooltip=new n(t,e.tooltip),this.followTouchMove=b(e.tooltip.followTouchMove,!0)),this.setDOMEvents()},t.prototype.normalize=function(t,e){var n=t.touches,i=n?n.length?n.item(0):b(n.changedTouches,t.changedTouches)[0]:t;return e||(e=this.getChartPosition()),n=i.pageX-e.left,i=i.pageY-e.top,n/=e.scaleX,i/=e.scaleY,u(t,{chartX:Math.round(n),chartY:Math.round(i)})},t.prototype.onContainerClick=function(t){var e=this.chart,n=e.hoverPoint;t=this.normalize(t);var i=e.plotLeft,r=e.plotTop;e.cancelClick||(n&&this.inClass(t.target,"highcharts-tracker")?(p(n.series,"click",u(t,{point:n})),e.hoverPoint&&n.firePointEvent("click",t)):(u(t,this.getCoordinates(t)),e.isInsidePlot(t.chartX-i,t.chartY-r,{visiblePlotOnly:!0})&&p(e,"click",t)))},t.prototype.onContainerMouseDown=function(t){var n=1==(1&(t.buttons||t.button));t=this.normalize(t),e.isFirefox&&0!==t.button&&this.onContainerMouseMove(t),(void 0===t.button||n)&&(this.zoomOption(t),n&&t.preventDefault&&t.preventDefault(),this.dragStart(t))},t.prototype.onContainerMouseLeave=function(e){var n=o[b(t.hoverChartIndex,-1)],i=this.chart.tooltip;i&&i.shouldStickOnContact()&&this.inClass(e.relatedTarget,"highcharts-tooltip-container")||(e=this.normalize(e),n&&(e.relatedTarget||e.toElement)&&(n.pointer.reset(),n.pointer.chartPosition=void 0),i&&!i.isHidden&&this.reset())},t.prototype.onContainerMouseEnter=function(t){delete this.chartPosition},t.prototype.onContainerMouseMove=function(t){var e=this.chart;t=this.normalize(t),this.setHoverChartIndex(),t.preventDefault||(t.returnValue=!1),("mousedown"===e.mouseIsDown||this.touchSelect(t))&&this.drag(t),e.openMenu||!this.inClass(t.target,"highcharts-tracker")&&!e.isInsidePlot(t.chartX-e.plotLeft,t.chartY-e.plotTop,{visiblePlotOnly:!0})||(this.inClass(t.target,"highcharts-no-tooltip")?this.reset(!1,0):this.runPointActions(t))},t.prototype.onDocumentTouchEnd=function(e){var n=o[b(t.hoverChartIndex,-1)];n&&n.pointer.drop(e)},t.prototype.onContainerTouchMove=function(t){this.touchSelect(t)?this.onContainerMouseMove(t):this.touch(t)},t.prototype.onContainerTouchStart=function(t){this.touchSelect(t)?this.onContainerMouseDown(t):(this.zoomOption(t),this.touch(t,!0))},t.prototype.onDocumentMouseMove=function(t){var e=this.chart,n=this.chartPosition;t=this.normalize(t,n);var i=e.tooltip;!n||i&&i.isStickyOnContact()||e.isInsidePlot(t.chartX-e.plotLeft,t.chartY-e.plotTop,{visiblePlotOnly:!0})||this.inClass(t.target,"highcharts-tracker")||this.reset()},t.prototype.onDocumentMouseUp=function(e){var n=o[b(t.hoverChartIndex,-1)];n&&n.pointer.drop(e)},t.prototype.pinch=function(t){var e=this,n=e.chart,i=e.pinchDown,r=t.touches||[],o=r.length,s=e.lastValidTouch,l=e.hasZoom,d={},c=1===o&&(e.inClass(t.target,"highcharts-tracker")&&n.runTrackerClick||e.runChartClick),h={},f=e.selectionMarker;1<o?e.initiated=!0:1===o&&this.followTouchMove&&(e.initiated=!1),l&&e.initiated&&!c&&!1!==t.cancelable&&t.preventDefault(),[].map.call(r,(function(t){return e.normalize(t)})),"touchstart"===t.type?([].forEach.call(r,(function(t,e){i[e]={chartX:t.chartX,chartY:t.chartY}})),s.x=[i[0].chartX,i[1]&&i[1].chartX],s.y=[i[0].chartY,i[1]&&i[1].chartY],n.axes.forEach((function(t){if(t.zoomEnabled){var e=n.bounds[t.horiz?"h":"v"],i=t.minPixelPadding,r=t.toPixels(Math.min(b(t.options.min,t.dataMin),t.dataMin)),o=t.toPixels(Math.max(b(t.options.max,t.dataMax),t.dataMax)),a=Math.max(r,o);e.min=Math.min(t.pos,Math.min(r,o)-i),e.max=Math.max(t.pos+t.len,a+i)}})),e.res=!0):e.followTouchMove&&1===o?this.runPointActions(e.normalize(t)):i.length&&(p(n,"touchpan",{originalEvent:t},(function(){f||(e.selectionMarker=f=u({destroy:a,touch:!0},n.plotBox)),e.pinchTranslate(i,r,d,f,h,s),e.hasPinched=l,e.scaleGroups(d,h)})),e.res&&(e.res=!1,this.reset(!1,0)))},t.prototype.pinchTranslate=function(t,e,n,i,r,o){this.zoomHor&&this.pinchTranslateDirection(!0,t,e,n,i,r,o),this.zoomVert&&this.pinchTranslateDirection(!1,t,e,n,i,r,o)},t.prototype.pinchTranslateDirection=function(t,e,n,i,r,o,a,s){var l=this.chart,d=t?"x":"y",c=t?"X":"Y",u="chart"+c,h=t?"width":"height",p=l["plot"+(t?"Left":"Top")],f=l.inverted,g=l.bounds[t?"h":"v"],m=1===e.length,v=e[0][u],b=!m&&e[1][u];e=function(){"number"==typeof w&&20<Math.abs(v-b)&&(_=s||Math.abs(O-w)/Math.abs(v-b)),x=(p-O)/_+v,y=l["plot"+(t?"Width":"Height")]/_};var y,x,_=s||1,O=n[0][u],w=!m&&n[1][u];if(e(),(n=x)<g.min){n=g.min;var $=!0}else n+y>g.max&&(n=g.max-y,$=!0);$?(O-=.8*(O-a[d][0]),"number"==typeof w&&(w-=.8*(w-a[d][1])),e()):a[d]=[O,w],f||(o[d]=x-p,o[h]=y),o=f?1/_:_,r[h]=y,r[d]=n,i[f?t?"scaleY":"scaleX":"scale"+c]=_,i["translate"+c]=o*p+(O-o*v)},t.prototype.reset=function(t,e){var n=this.chart,i=n.hoverSeries,r=n.hoverPoint,o=n.hoverPoints,a=n.tooltip,s=a&&a.shared?o:r;t&&s&&y(s).forEach((function(e){e.series.isCartesian&&void 0===e.plotX&&(t=!1)})),t?a&&s&&y(s).length&&(a.refresh(s),a.shared&&o?o.forEach((function(t){t.setState(t.state,!0),t.series.isCartesian&&(t.series.xAxis.crosshair&&t.series.xAxis.drawCrosshair(null,t),t.series.yAxis.crosshair&&t.series.yAxis.drawCrosshair(null,t))})):r&&(r.setState(r.state,!0),n.axes.forEach((function(t){t.crosshair&&r.series[t.coll]===t&&t.drawCrosshair(null,r)})))):(r&&r.onMouseOut(),o&&o.forEach((function(t){t.setState()})),i&&i.onMouseOut(),a&&a.hide(e),this.unDocMouseMove&&(this.unDocMouseMove=this.unDocMouseMove()),n.axes.forEach((function(t){t.hideCrosshair()})),this.hoverX=n.hoverPoints=n.hoverPoint=null)},t.prototype.runPointActions=function(e,n){var i=this.chart,r=i.tooltip&&i.tooltip.options.enabled?i.tooltip:void 0,a=!!r&&r.shared,l=n||i.hoverPoint,d=l&&l.series||i.hoverSeries;l=(n=this.getHoverData(l,d,i.series,(!e||"touchmove"!==e.type)&&(!!n||d&&d.directTouch&&this.isDirectTouch),a,e)).hoverPoint,d=n.hoverSeries;var c=n.hoverPoints;if(n=d&&d.tooltipOptions.followPointer&&!d.tooltipOptions.split,a=a&&d&&!d.noSharedTooltip,l&&(l!==i.hoverPoint||r&&r.isHidden)){if((i.hoverPoints||[]).forEach((function(t){-1===c.indexOf(t)&&t.setState()})),i.hoverSeries!==d&&d.onMouseOver(),this.applyInactiveState(c),(c||[]).forEach((function(t){t.setState("hover")})),i.hoverPoint&&i.hoverPoint.firePointEvent("mouseOut"),!l.series)return;i.hoverPoints=c,i.hoverPoint=l,l.firePointEvent("mouseOver"),r&&r.refresh(a?c:l,e)}else n&&r&&!r.isHidden&&(l=r.getAnchor([{}],e),i.isInsidePlot(l[0],l[1],{visiblePlotOnly:!0})&&r.updatePosition({plotX:l[0],plotY:l[1]}));this.unDocMouseMove||(this.unDocMouseMove=s(i.container.ownerDocument,"mousemove",(function(e){var n=o[t.hoverChartIndex];n&&n.pointer.onDocumentMouseMove(e)})),this.eventsToUnbind.push(this.unDocMouseMove)),i.axes.forEach((function(t){var n,r=b((t.crosshair||{}).snap,!0);r&&((n=i.hoverPoint)&&n.series[t.coll]===t||(n=h(c,(function(e){return e.series[t.coll]===t})))),n||!r?t.drawCrosshair(e,n):t.hideCrosshair()}))},t.prototype.scaleGroups=function(t,e){var n=this.chart;n.series.forEach((function(i){var r=t||i.getPlotBox();i.group&&(i.xAxis&&i.xAxis.zoomEnabled||n.mapView)&&(i.group.attr(r),i.markerGroup&&(i.markerGroup.attr(r),i.markerGroup.clip(e?n.clipRect:null)),i.dataLabelsGroup&&i.dataLabelsGroup.attr(r))})),n.clipRect.attr(e||n.clipBox)},t.prototype.setDOMEvents=function(){var n=this,i=this.chart.container,r=i.ownerDocument;i.onmousedown=this.onContainerMouseDown.bind(this),i.onmousemove=this.onContainerMouseMove.bind(this),i.onclick=this.onContainerClick.bind(this),this.eventsToUnbind.push(s(i,"mouseenter",this.onContainerMouseEnter.bind(this))),this.eventsToUnbind.push(s(i,"mouseleave",this.onContainerMouseLeave.bind(this))),t.unbindDocumentMouseUp||(t.unbindDocumentMouseUp=s(r,"mouseup",this.onDocumentMouseUp.bind(this)));for(var o=this.chart.renderTo.parentElement;o&&"BODY"!==o.tagName;)this.eventsToUnbind.push(s(o,"scroll",(function(){delete n.chartPosition}))),o=o.parentElement;e.hasTouch&&(this.eventsToUnbind.push(s(i,"touchstart",this.onContainerTouchStart.bind(this),{passive:!1})),this.eventsToUnbind.push(s(i,"touchmove",this.onContainerTouchMove.bind(this),{passive:!1})),t.unbindDocumentTouchEnd||(t.unbindDocumentTouchEnd=s(r,"touchend",this.onDocumentTouchEnd.bind(this),{passive:!1})))},t.prototype.setHoverChartIndex=function(){var n=this.chart,i=e.charts[b(t.hoverChartIndex,-1)];i&&i!==n&&i.pointer.onContainerMouseLeave({relatedTarget:!0}),i&&i.mouseIsDown||(t.hoverChartIndex=n.index)},t.prototype.touch=function(t,e){var n=this.chart;if(this.setHoverChartIndex(),1===t.touches.length)if(t=this.normalize(t),n.isInsidePlot(t.chartX-n.plotLeft,t.chartY-n.plotTop,{visiblePlotOnly:!0})&&!n.openMenu){if(e&&this.runPointActions(t),"touchmove"===t.type)var i=!!(e=this.pinchDown)[0]&&4<=Math.sqrt(Math.pow(e[0].chartX-t.chartX,2)+Math.pow(e[0].chartY-t.chartY,2));b(i,!0)&&this.pinch(t)}else e&&this.reset();else 2===t.touches.length&&this.pinch(t)},t.prototype.touchSelect=function(t){return!(!this.chart.options.chart.zoomBySingleTouch||!t.touches||1!==t.touches.length)},t.prototype.zoomOption=function(t){var e=this.chart,n=e.options.chart;e=e.inverted;var i=n.zoomType||"";/touch/.test(t.type)&&(i=b(n.pinchType,i)),this.zoomX=t=/x/.test(i),this.zoomY=n=/y/.test(i),this.zoomHor=t&&!e||n&&e,this.zoomVert=n&&!e||t&&e,this.hasZoom=t||n},t}()})),e(n,"Core/MSPointer.js",[n["Core/Globals.js"],n["Core/Pointer.js"],n["Core/Utilities.js"]],(function(t,e,n){function i(){var t=[];return t.item=function(t){return this[t]},h(f,(function(e){t.push({pageX:e.pageX,pageY:e.pageY,target:e.target})})),t}function r(t,n,r,o){var s=a[e.hoverChartIndex||NaN];"touch"!==t.pointerType&&t.pointerType!==t.MSPOINTER_TYPE_TOUCH||!s||(s=s.pointer,o(t),s[n]({type:r,target:t.currentTarget,preventDefault:l,touches:i()}))}var o=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),a=t.charts,s=t.doc,l=t.noop,d=t.win,c=n.addEvent,u=n.css,h=n.objectEach,p=n.removeEvent,f={},g=!!d.PointerEvent;return function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return o(n,e),n.isRequired=function(){return!(t.hasTouch||!d.PointerEvent&&!d.MSPointerEvent)},n.prototype.batchMSEvents=function(t){t(this.chart.container,g?"pointerdown":"MSPointerDown",this.onContainerPointerDown),t(this.chart.container,g?"pointermove":"MSPointerMove",this.onContainerPointerMove),t(s,g?"pointerup":"MSPointerUp",this.onDocumentPointerUp)},n.prototype.destroy=function(){this.batchMSEvents(p),e.prototype.destroy.call(this)},n.prototype.init=function(t,n){e.prototype.init.call(this,t,n),this.hasZoom&&u(t.container,{"-ms-touch-action":"none","touch-action":"none"})},n.prototype.onContainerPointerDown=function(t){r(t,"onContainerTouchStart","touchstart",(function(t){f[t.pointerId]={pageX:t.pageX,pageY:t.pageY,target:t.currentTarget}}))},n.prototype.onContainerPointerMove=function(t){r(t,"onContainerTouchMove","touchmove",(function(t){f[t.pointerId]={pageX:t.pageX,pageY:t.pageY},f[t.pointerId].target||(f[t.pointerId].target=t.currentTarget)}))},n.prototype.onDocumentPointerUp=function(t){r(t,"onDocumentTouchEnd","touchend",(function(t){delete f[t.pointerId]}))},n.prototype.setDOMEvents=function(){e.prototype.setDOMEvents.call(this),(this.hasZoom||this.followTouchMove)&&this.batchMSEvents(c)},n}(e)})),e(n,"Core/Legend/Legend.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/FormatUtilities.js"],n["Core/Globals.js"],n["Core/Series/Point.js"],n["Core/Renderer/RendererUtilities.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o){var a=t.animObject,s=t.setAnimation,l=e.format;t=n.isFirefox;var d=n.marginNames;n=n.win;var c=r.distribute,u=o.addEvent,h=o.createElement,p=o.css,f=o.defined,g=o.discardElement,m=o.find,v=o.fireEvent,b=o.isNumber,y=o.merge,x=o.pick,_=o.relativeLength,O=o.stableSort,w=o.syncTimeout;return r=o.wrap,o=function(){function t(t,e){this.allItems=[],this.contentGroup=this.box=void 0,this.display=!1,this.group=void 0,this.offsetWidth=this.maxLegendWidth=this.maxItemWidth=this.legendWidth=this.legendHeight=this.lastLineHeight=this.lastItemY=this.itemY=this.itemX=this.itemMarginTop=this.itemMarginBottom=this.itemHeight=this.initialItemY=0,this.options={},this.padding=0,this.pages=[],this.proximate=!1,this.scrollGroup=void 0,this.widthOption=this.totalItemWidth=this.titleHeight=this.symbolWidth=this.symbolHeight=0,this.chart=t,this.init(t,e)}return t.prototype.init=function(t,e){this.chart=t,this.setOptions(e),e.enabled&&(this.render(),u(this.chart,"endResize",(function(){this.legend.positionCheckboxes()})),this.proximate?this.unchartrender=u(this.chart,"render",(function(){this.legend.proximatePositions(),this.legend.positionItems()})):this.unchartrender&&this.unchartrender())},t.prototype.setOptions=function(t){var e=x(t.padding,8);this.options=t,this.chart.styledMode||(this.itemStyle=t.itemStyle,this.itemHiddenStyle=y(this.itemStyle,t.itemHiddenStyle)),this.itemMarginTop=t.itemMarginTop||0,this.itemMarginBottom=t.itemMarginBottom||0,this.padding=e,this.initialItemY=e-5,this.symbolWidth=x(t.symbolWidth,16),this.pages=[],this.proximate="proximate"===t.layout&&!this.chart.inverted,this.baseline=void 0},t.prototype.update=function(t,e){var n=this.chart;this.setOptions(y(!0,this.options,t)),this.destroy(),n.isDirtyLegend=n.isDirtyBox=!0,x(e,!0)&&n.redraw(),v(this,"afterUpdate")},t.prototype.colorizeItem=function(t,e){if(t.legendGroup[e?"removeClass":"addClass"]("highcharts-legend-item-hidden"),!this.chart.styledMode){var n=this.options,i=t.legendItem,r=t.legendLine,o=t.legendSymbol,a=this.itemHiddenStyle.color;n=e?n.itemStyle.color:a;var s=e&&t.color||a,l=t.options&&t.options.marker,d={fill:s};i&&i.css({fill:n,color:n}),r&&r.attr({stroke:s}),o&&(l&&o.isMarker&&(d=t.pointAttribs(),e||(d.stroke=d.fill=a)),o.attr(d))}v(this,"afterColorizeItem",{item:t,visible:e})},t.prototype.positionItems=function(){this.allItems.forEach(this.positionItem,this),this.chart.isResizing||this.positionCheckboxes()},t.prototype.positionItem=function(t){var e=this,n=this.options,i=n.symbolPadding,r=!n.rtl,o=t._legendItemPos;n=o[0],o=o[1];var a=t.checkbox,s=t.legendGroup;s&&s.element&&(i={translateX:r?n:this.legendWidth-n-2*i-4,translateY:o},r=function(){v(e,"afterPositionItem",{item:t})},f(s.translateY)?s.animate(i,void 0,r):(s.attr(i),r())),a&&(a.x=n,a.y=o)},t.prototype.destroyItem=function(t){var e=t.checkbox;["legendItem","legendLine","legendSymbol","legendGroup"].forEach((function(e){t[e]&&(t[e]=t[e].destroy())})),e&&g(t.checkbox)},t.prototype.destroy=function(){function t(t){this[t]&&(this[t]=this[t].destroy())}this.getAllItems().forEach((function(e){["legendItem","legendGroup"].forEach(t,e)})),"clipRect up down pager nav box title group".split(" ").forEach(t,this),this.display=null},t.prototype.positionCheckboxes=function(){var t=this.group&&this.group.alignAttr,e=this.clipHeight||this.legendHeight,n=this.titleHeight;if(t){var i=t.translateY;this.allItems.forEach((function(r){var o=r.checkbox;if(o){var a=i+n+o.y+(this.scrollOffset||0)+3;p(o,{left:t.translateX+r.checkboxOffset+o.x-20+"px",top:a+"px",display:this.proximate||a>i-6&&a<i+e-6?"":"none"})}}),this)}},t.prototype.renderTitle=function(){var t=this.options,e=this.padding,n=t.title,i=0;n.text&&(this.title||(this.title=this.chart.renderer.label(n.text,e-3,e-4,null,null,null,t.useHTML,null,"legend-title").attr({zIndex:1}),this.chart.styledMode||this.title.css(n.style),this.title.add(this.group)),n.width||this.title.css({width:this.maxLegendWidth+"px"}),i=(t=this.title.getBBox()).height,this.offsetWidth=t.width,this.contentGroup.attr({translateY:i})),this.titleHeight=i},t.prototype.setText=function(t){var e=this.options;t.legendItem.attr({text:e.labelFormat?l(e.labelFormat,t,this.chart):e.labelFormatter.call(t)})},t.prototype.renderItem=function(t){var e=this.chart,n=e.renderer,i=this.options,r=this.symbolWidth,o=i.symbolPadding||0,a=this.itemStyle,s=this.itemHiddenStyle,l="horizontal"===i.layout?x(i.itemDistance,20):0,d=!i.rtl,c=!t.series,u=!c&&t.series.drawLegendSymbol?t.series:t,h=u.options,p=this.createCheckboxForItem&&h&&h.showCheckbox,f=i.useHTML,g=t.options.className,m=t.legendItem;h=r+o+l+(p?20:0),m||(t.legendGroup=n.g("legend-item").addClass("highcharts-"+u.type+"-series highcharts-color-"+t.colorIndex+(g?" "+g:"")+(c?" highcharts-series-"+t.index:"")).attr({zIndex:1}).add(this.scrollGroup),t.legendItem=m=n.text("",d?r+o:-o,this.baseline||0,f),e.styledMode||m.css(y(t.visible?a:s)),m.attr({align:d?"left":"right",zIndex:2}).add(t.legendGroup),this.baseline||(this.fontMetrics=n.fontMetrics(e.styledMode?12:a.fontSize,m),this.baseline=this.fontMetrics.f+3+this.itemMarginTop,m.attr("y",this.baseline),this.symbolHeight=i.symbolHeight||this.fontMetrics.f,i.squareSymbol&&(this.symbolWidth=x(i.symbolWidth,Math.max(this.symbolHeight,16)),h=this.symbolWidth+o+l+(p?20:0),d&&m.attr("x",this.symbolWidth+o))),u.drawLegendSymbol(this,t),this.setItemEvents&&this.setItemEvents(t,m,f)),p&&!t.checkbox&&this.createCheckboxForItem&&this.createCheckboxForItem(t),this.colorizeItem(t,t.visible),!e.styledMode&&a.width||m.css({width:(i.itemWidth||this.widthOption||e.spacingBox.width)-h+"px"}),this.setText(t),e=m.getBBox(),n=this.fontMetrics&&this.fontMetrics.h||0,t.itemWidth=t.checkboxOffset=i.itemWidth||t.legendItemWidth||e.width+h,this.maxItemWidth=Math.max(this.maxItemWidth,t.itemWidth),this.totalItemWidth+=t.itemWidth,this.itemHeight=t.itemHeight=Math.round(t.legendItemHeight||(e.height>1.5*n?e.height:n))},t.prototype.layoutItem=function(t){var e=this.options,n=this.padding,i="horizontal"===e.layout,r=t.itemHeight,o=this.itemMarginBottom,a=this.itemMarginTop,s=i?x(e.itemDistance,20):0,l=this.maxLegendWidth;e=e.alignColumns&&this.totalItemWidth>l?this.maxItemWidth:t.itemWidth,i&&this.itemX-n+e>l&&(this.itemX=n,this.lastLineHeight&&(this.itemY+=a+this.lastLineHeight+o),this.lastLineHeight=0),this.lastItemY=a+this.itemY+o,this.lastLineHeight=Math.max(r,this.lastLineHeight),t._legendItemPos=[this.itemX,this.itemY],i?this.itemX+=e:(this.itemY+=a+r+o,this.lastLineHeight=r),this.offsetWidth=this.widthOption||Math.max((i?this.itemX-n-(t.checkbox?0:s):e)+n,this.offsetWidth)},t.prototype.getAllItems=function(){var t=[];return this.chart.series.forEach((function(e){var n=e&&e.options;e&&x(n.showInLegend,!f(n.linkedTo)&&void 0,!0)&&(t=t.concat(e.legendItems||("point"===n.legendType?e.data:e)))})),v(this,"afterGetAllItems",{allItems:t}),t},t.prototype.getAlignment=function(){var t=this.options;return this.proximate?t.align.charAt(0)+"tv":t.floating?"":t.align.charAt(0)+t.verticalAlign.charAt(0)+t.layout.charAt(0)},t.prototype.adjustMargins=function(t,e){var n=this.chart,i=this.options,r=this.getAlignment();r&&[/(lth|ct|rth)/,/(rtv|rm|rbv)/,/(rbh|cb|lbh)/,/(lbv|lm|ltv)/].forEach((function(o,a){o.test(r)&&!f(t[a])&&(n[d[a]]=Math.max(n[d[a]],n.legend[(a+1)%2?"legendHeight":"legendWidth"]+[1,-1,-1,1][a]*i[a%2?"x":"y"]+x(i.margin,12)+e[a]+(n.titleOffset[a]||0)))}))},t.prototype.proximatePositions=function(){var t=this.chart,e=[],n="left"===this.options.align;this.allItems.forEach((function(i){var r,o=n;if(i.yAxis){i.xAxis.options.reversed&&(o=!o),i.points&&(r=m(o?i.points:i.points.slice(0).reverse(),(function(t){return b(t.plotY)}))),o=this.itemMarginTop+i.legendItem.getBBox().height+this.itemMarginBottom;var a=i.yAxis.top-t.plotTop;i.visible?(r=r?r.plotY:i.yAxis.height,r+=a-.3*o):r=a+i.yAxis.height,e.push({target:r,size:o,item:i})}}),this),c(e,t.plotHeight).forEach((function(e){e.item._legendItemPos&&(e.item._legendItemPos[1]=t.plotTop-t.spacing[0]+e.pos)}))},t.prototype.render=function(){var t=this.chart,e=t.renderer,n=this.options,i=this.padding,r=this.getAllItems(),o=this.group,a=this.box;this.itemX=i,this.itemY=this.initialItemY,this.lastItemY=this.offsetWidth=0,this.widthOption=_(n.width,t.spacingBox.width-i);var s=t.spacingBox.width-2*i-n.x;-1<["rm","lm"].indexOf(this.getAlignment().substring(0,2))&&(s/=2),this.maxLegendWidth=this.widthOption||s,o||(this.group=o=e.g("legend").addClass(n.className||"").attr({zIndex:7}).add(),this.contentGroup=e.g().attr({zIndex:1}).add(o),this.scrollGroup=e.g().add(this.contentGroup)),this.renderTitle(),O(r,(function(t,e){return(t.options&&t.options.legendIndex||0)-(e.options&&e.options.legendIndex||0)})),n.reversed&&r.reverse(),this.allItems=r,this.display=s=!!r.length,this.itemHeight=this.totalItemWidth=this.maxItemWidth=this.lastLineHeight=0,r.forEach(this.renderItem,this),r.forEach(this.layoutItem,this),r=(this.widthOption||this.offsetWidth)+i;var l=this.lastItemY+this.lastLineHeight+this.titleHeight;l=this.handleOverflow(l),l+=i,a||(this.box=a=e.rect().addClass("highcharts-legend-box").attr({r:n.borderRadius}).add(o),a.isNew=!0),t.styledMode||a.attr({stroke:n.borderColor,"stroke-width":n.borderWidth||0,fill:n.backgroundColor||"none"}).shadow(n.shadow),0<r&&0<l&&(a[a.isNew?"attr":"animate"](a.crisp.call({},{x:0,y:0,width:r,height:l},a.strokeWidth())),a.isNew=!1),a[s?"show":"hide"](),t.styledMode&&"none"===o.getStyle("display")&&(r=l=0),this.legendWidth=r,this.legendHeight=l,s&&this.align(),this.proximate||this.positionItems(),v(this,"afterRender")},t.prototype.align=function(t){void 0===t&&(t=this.chart.spacingBox);var e=this.chart,n=this.options,i=t.y;/(lth|ct|rth)/.test(this.getAlignment())&&0<e.titleOffset[0]?i+=e.titleOffset[0]:/(lbh|cb|rbh)/.test(this.getAlignment())&&0<e.titleOffset[2]&&(i-=e.titleOffset[2]),i!==t.y&&(t=y(t,{y:i})),this.group.align(y(n,{width:this.legendWidth,height:this.legendHeight,verticalAlign:this.proximate?"top":n.verticalAlign}),!0,t)},t.prototype.handleOverflow=function(t){var e,n,i=this,r=this.chart,o=r.renderer,a=this.options,s=a.y,l="top"===a.verticalAlign,d=this.padding,c=a.maxHeight,u=a.navigation,h=x(u.animation,!0),p=u.arrowSize||12,f=this.pages,g=this.allItems,m=function(t){"number"==typeof t?y.attr({height:t}):y&&(i.clipRect=y.destroy(),i.contentGroup.clip()),i.contentGroup.div&&(i.contentGroup.div.style.clip=t?"rect("+d+"px,9999px,"+(d+t)+"px,0)":"auto")},v=function(t){return i[t]=o.circle(0,0,1.3*p).translate(p/2,p/2).add(b),r.styledMode||i[t].attr("fill","rgba(0,0,0,0.0001)"),i[t]};s=r.spacingBox.height+(l?-s:s)-d;var b=this.nav,y=this.clipRect;return"horizontal"!==a.layout||"middle"===a.verticalAlign||a.floating||(s/=2),c&&(s=Math.min(s,c)),f.length=0,t&&0<s&&t>s&&!1!==u.enabled?(this.clipHeight=e=Math.max(s-20-this.titleHeight-d,0),this.currentPage=x(this.currentPage,1),this.fullHeight=t,g.forEach((function(t,i){var r=t._legendItemPos[1],o=Math.round(t.legendItem.getBBox().height),a=f.length;(!a||r-f[a-1]>e&&(n||r)!==f[a-1])&&(f.push(n||r),a++),t.pageIx=a-1,n&&(g[i-1].pageIx=a-1),i===g.length-1&&r+o-f[a-1]>e&&o<=e&&(f.push(r),t.pageIx=a),r!==n&&(n=r)})),y||(y=i.clipRect=o.clipRect(0,d,9999,0),i.contentGroup.clip(y)),m(e),b||(this.nav=b=o.g().attr({zIndex:1}).add(this.group),this.up=o.symbol("triangle",0,0,p,p).add(b),v("upTracker").on("click",(function(){i.scroll(-1,h)})),this.pager=o.text("",15,10).addClass("highcharts-legend-navigation"),r.styledMode||this.pager.css(u.style),this.pager.add(b),this.down=o.symbol("triangle-down",0,0,p,p).add(b),v("downTracker").on("click",(function(){i.scroll(1,h)}))),i.scroll(0),t=s):b&&(m(),this.nav=b.destroy(),this.scrollGroup.attr({translateY:1}),this.clipHeight=0),t},t.prototype.scroll=function(t,e){var n=this,i=this.chart,r=this.pages,o=r.length,l=this.clipHeight,d=this.options.navigation,c=this.pager,u=this.padding,h=this.currentPage+t;h>o&&(h=o),0<h&&(void 0!==e&&s(e,i),this.nav.attr({translateX:u,translateY:l+this.padding+7+this.titleHeight,visibility:"visible"}),[this.up,this.upTracker].forEach((function(t){t.attr({class:1===h?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})})),c.attr({text:h+"/"+o}),[this.down,this.downTracker].forEach((function(t){t.attr({x:18+this.pager.getBBox().width,class:h===o?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})}),this),i.styledMode||(this.up.attr({fill:1===h?d.inactiveColor:d.activeColor}),this.upTracker.css({cursor:1===h?"default":"pointer"}),this.down.attr({fill:h===o?d.inactiveColor:d.activeColor}),this.downTracker.css({cursor:h===o?"default":"pointer"})),this.scrollOffset=-r[h-1]+this.initialItemY,this.scrollGroup.animate({translateY:this.scrollOffset}),this.currentPage=h,this.positionCheckboxes(),t=a(x(e,i.renderer.globalAnimation,!0)),w((function(){v(n,"afterScroll",{currentPage:h})}),t.duration))},t.prototype.setItemEvents=function(t,e,n){var r=this,o=r.chart.renderer.boxWrapper,a=t instanceof i,s="highcharts-legend-"+(a?"point":"series")+"-active",l=r.chart.styledMode,d=function(e){r.allItems.forEach((function(n){t!==n&&[n].concat(n.linkedSeries||[]).forEach((function(t){t.setState(e,!a)}))}))};(n?[e,t.legendSymbol]:[t.legendGroup]).forEach((function(n){n&&n.on("mouseover",(function(){t.visible&&d("inactive"),t.setState("hover"),t.visible&&o.addClass(s),l||e.css(r.options.itemHoverStyle)})).on("mouseout",(function(){r.chart.styledMode||e.css(y(t.visible?r.itemStyle:r.itemHiddenStyle)),d(""),o.removeClass(s),t.setState()})).on("click",(function(e){var n=function(){t.setVisible&&t.setVisible(),d(t.visible?"inactive":"")};o.removeClass(s),e={browserEvent:e},t.firePointEvent?t.firePointEvent("legendItemClick",e,n):v(t,"legendItemClick",e,n)}))}))},t.prototype.createCheckboxForItem=function(t){t.checkbox=h("input",{type:"checkbox",className:"highcharts-legend-checkbox",checked:t.selected,defaultChecked:t.selected},this.options.itemCheckboxStyle,this.chart.container),u(t.checkbox,"click",(function(e){v(t.series||t,"checkboxClick",{checked:e.target.checked,item:t},(function(){t.select()}))}))},t}(),(/Trident\/7\.0/.test(n.navigator&&n.navigator.userAgent)||t)&&r(o.prototype,"positionItem",(function(t,e){var n=this,i=function(){e._legendItemPos&&t.call(n,e)};i(),n.bubbleLegend||setTimeout(i)})),o})),e(n,"Core/Series/SeriesRegistry.js",[n["Core/Globals.js"],n["Core/DefaultOptions.js"],n["Core/Series/Point.js"],n["Core/Utilities.js"]],(function(t,e,n,i){var r,o=e.defaultOptions,a=i.error,s=i.extendClass,l=i.merge;return function(e){function i(t,i){var r=o.plotOptions||{},a=i.defaultOptions;i.prototype.pointClass||(i.prototype.pointClass=n),i.prototype.type=t,a&&(r[t]=a),e.seriesTypes[t]=i}e.seriesTypes=t.seriesTypes,e.getSeries=function(t,n){void 0===n&&(n={});var i=t.options.chart;i=n.type||i.type||i.defaultSeriesType||"";var r=e.seriesTypes[i];return e||a(17,!0,t,{missingModuleFor:i}),"function"==typeof(i=new r).init&&i.init(t,n),i},e.registerSeriesType=i,e.seriesType=function(t,r,a,d,c){var u=o.plotOptions||{};return r=r||"",u[t]=l(u[r],a),i(t,s(e.seriesTypes[r]||function(){},d)),e.seriesTypes[t].prototype.type=t,c&&(e.seriesTypes[t].prototype.pointClass=s(n,c)),e.seriesTypes[t]}}(r||(r={})),r})),e(n,"Core/Chart/Chart.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/Axis.js"],n["Core/FormatUtilities.js"],n["Core/Foundation.js"],n["Core/Globals.js"],n["Core/Legend/Legend.js"],n["Core/MSPointer.js"],n["Core/DefaultOptions.js"],n["Core/Pointer.js"],n["Core/Renderer/RendererRegistry.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Renderer/SVG/SVGRenderer.js"],n["Core/Time.js"],n["Core/Utilities.js"],n["Core/Renderer/HTML/AST.js"]],(function(t,e,n,i,r,o,a,s,l,d,c,u,h,p,f){var g=t.animate,m=t.animObject,v=t.setAnimation,b=n.numberFormat,y=i.registerEventOptions,x=r.charts,_=r.doc,O=r.marginNames,w=r.svg,$=r.win,C=s.defaultOptions,k=s.defaultTime,S=c.seriesTypes,j=p.addEvent,E=p.attr,M=p.cleanRecursively,A=p.createElement,P=p.css,T=p.defined,L=p.discardElement,D=p.erase,I=p.error,N=p.extend,R=p.find,F=p.fireEvent,B=p.getStyle,z=p.isArray,H=p.isNumber,W=p.isObject,Y=p.isString,U=p.merge,G=p.objectEach,V=p.pick,X=p.pInt,q=p.relativeLength,K=p.removeEvent,Z=p.splat,J=p.syncTimeout,Q=p.uniqueKey;return t=function(){function t(t,e,n){this.series=this.renderTo=this.renderer=this.pointer=this.pointCount=this.plotWidth=this.plotTop=this.plotLeft=this.plotHeight=this.plotBox=this.options=this.numberFormatter=this.margin=this.legend=this.labelCollectors=this.isResizing=this.index=this.eventOptions=this.container=this.colorCounter=this.clipBox=this.chartWidth=this.chartHeight=this.bounds=this.axisOffset=this.axes=void 0,this.sharedClips={},this.yAxis=this.xAxis=this.userOptions=this.titleOffset=this.time=this.symbolCounter=this.spacingBox=this.spacing=void 0,this.getArgs(t,e,n)}return t.chart=function(e,n,i){return new t(e,n,i)},t.prototype.getArgs=function(t,e,n){Y(t)||t.nodeName?(this.renderTo=t,this.init(e,n)):this.init(t,e)},t.prototype.init=function(t,e){var n=t.plotOptions||{};F(this,"init",{args:arguments},(function(){var i=U(C,t),o=i.chart;G(i.plotOptions,(function(t,e){W(t)&&(t.tooltip=n[e]&&U(n[e].tooltip)||void 0)})),i.tooltip.userOptions=t.chart&&t.chart.forExport&&t.tooltip.userOptions||t.tooltip,this.userOptions=t,this.margin=[],this.spacing=[],this.bounds={h:{},v:{}},this.labelCollectors=[],this.callback=e,this.isResizing=0,this.options=i,this.axes=[],this.series=[],this.time=t.time&&Object.keys(t.time).length?new h(t.time):r.time,this.numberFormatter=o.numberFormatter||b,this.styledMode=o.styledMode,this.hasCartesianSeries=o.showAxes,this.index=x.length,x.push(this),r.chartCount++,y(this,o),this.xAxis=[],this.yAxis=[],this.pointCount=this.colorCounter=this.symbolCounter=0,F(this,"afterInit"),this.firstRender()}))},t.prototype.initSeries=function(t){var e=this.options.chart;e=t.type||e.type||e.defaultSeriesType;var n=S[e];return n||I(17,!0,this,{missingModuleFor:e}),"function"==typeof(e=new n).init&&e.init(this,t),e},t.prototype.setSeriesData=function(){this.getSeriesOrderByLinks().forEach((function(t){t.points||t.data||!t.enabledDataSorting||t.setData(t.options.data,!1)}))},t.prototype.getSeriesOrderByLinks=function(){return this.series.concat().sort((function(t,e){return t.linkedSeries.length||e.linkedSeries.length?e.linkedSeries.length-t.linkedSeries.length:0}))},t.prototype.orderSeries=function(t){var e=this.series;t=t||0;for(var n=e.length;t<n;++t)e[t]&&(e[t].index=t,e[t].name=e[t].getName())},t.prototype.isInsidePlot=function(t,e,n){void 0===n&&(n={});var i=this.inverted,r=this.plotBox,o=this.plotLeft,a=this.plotTop,s=this.scrollablePlotBox,l=0,d=0;n.visiblePlotOnly&&this.scrollingContainer&&(l=(d=this.scrollingContainer).scrollLeft,d=d.scrollTop);var c=n.series;if(r=n.visiblePlotOnly&&s||r,t={x:s=n.inverted?e:t,y:e=n.inverted?t:e,isInsidePlot:!0},!n.ignoreX){var u=c&&(i?c.yAxis:c.xAxis)||{pos:o,len:1/0};(s=n.paneCoordinates?u.pos+s:o+s)>=Math.max(l+o,u.pos)&&s<=Math.min(l+o+r.width,u.pos+u.len)||(t.isInsidePlot=!1)}return!n.ignoreY&&t.isInsidePlot&&(i=c&&(i?c.xAxis:c.yAxis)||{pos:a,len:1/0},(n=n.paneCoordinates?i.pos+e:a+e)>=Math.max(d+a,i.pos)&&n<=Math.min(d+a+r.height,i.pos+i.len)||(t.isInsidePlot=!1)),F(this,"afterIsInsidePlot",t),t.isInsidePlot},t.prototype.redraw=function(t){F(this,"beforeRedraw");var e=this.hasCartesianSeries?this.axes:this.colorAxis||[],n=this.series,i=this.pointer,r=this.legend,o=this.userOptions.legend,a=this.renderer,s=a.isHidden(),l=[],d=this.isDirtyBox,c=this.isDirtyLegend;for(this.setResponsive&&this.setResponsive(!1),v(!!this.hasRendered&&t,this),s&&this.temporaryDisplay(),this.layOutTitles(),t=n.length;t--;){var u=n[t];if(u.options.stacking||u.options.centerInCategory){var h=!0;if(u.isDirty){var p=!0;break}}}if(p)for(t=n.length;t--;)(u=n[t]).options.stacking&&(u.isDirty=!0);n.forEach((function(t){t.isDirty&&("point"===t.options.legendType?("function"==typeof t.updateTotals&&t.updateTotals(),c=!0):o&&(o.labelFormatter||o.labelFormat)&&(c=!0)),t.isDirtyData&&F(t,"updatedData")})),c&&r&&r.options.enabled&&(r.render(),this.isDirtyLegend=!1),h&&this.getStacks(),e.forEach((function(t){t.updateNames(),t.setScale()})),this.getMargins(),e.forEach((function(t){t.isDirty&&(d=!0)})),e.forEach((function(t){var e=t.min+","+t.max;t.extKey!==e&&(t.extKey=e,l.push((function(){F(t,"afterSetExtremes",N(t.eventArgs,t.getExtremes())),delete t.eventArgs}))),(d||h)&&t.redraw()})),d&&this.drawChartBox(),F(this,"predraw"),n.forEach((function(t){(d||t.isDirty)&&t.visible&&t.redraw(),t.isDirtyData=!1})),i&&i.reset(!0),a.draw(),F(this,"redraw"),F(this,"render"),s&&this.temporaryDisplay(!0),l.forEach((function(t){t.call()}))},t.prototype.get=function(t){function e(e){return e.id===t||e.options&&e.options.id===t}for(var n=this.series,i=R(this.axes,e)||R(this.series,e),r=0;!i&&r<n.length;r++)i=R(n[r].points||[],e);return i},t.prototype.getAxes=function(){var t=this,n=this.options,i=n.xAxis=Z(n.xAxis||{});n=n.yAxis=Z(n.yAxis||{}),F(this,"getAxes"),i.forEach((function(t,e){t.index=e,t.isX=!0})),n.forEach((function(t,e){t.index=e})),i.concat(n).forEach((function(n){new e(t,n)})),F(this,"afterGetAxes")},t.prototype.getSelectedPoints=function(){return this.series.reduce((function(t,e){return e.getPointsCollection().forEach((function(e){V(e.selectedStaging,e.selected)&&t.push(e)})),t}),[])},t.prototype.getSelectedSeries=function(){return this.series.filter((function(t){return t.selected}))},t.prototype.setTitle=function(t,e,n){this.applyDescription("title",t),this.applyDescription("subtitle",e),this.applyDescription("caption",void 0),this.layOutTitles(n)},t.prototype.applyDescription=function(t,e){var n=this,i="title"===t?{color:"#333333",fontSize:this.options.isStock?"16px":"18px"}:{color:"#666666"};i=this.options[t]=U(!this.styledMode&&{style:i},this.options[t],e);var r=this[t];r&&e&&(this[t]=r=r.destroy()),i&&!r&&((r=this.renderer.text(i.text,0,0,i.useHTML).attr({align:i.align,class:"highcharts-"+t,zIndex:i.zIndex||4}).add()).update=function(e){n[{title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"}[t]](e)},this.styledMode||r.css(i.style),this[t]=r)},t.prototype.layOutTitles=function(t){var e=[0,0,0],n=this.renderer,i=this.spacingBox;["title","subtitle","caption"].forEach((function(t){var r,o=this[t],a=this.options[t],s=a.verticalAlign||"top";if(t="title"===t?"top"===s?-3:0:"top"===s?e[0]+2:0,o){this.styledMode||(r=a.style&&a.style.fontSize),r=n.fontMetrics(r,o).b,o.css({width:(a.width||i.width+(a.widthAdjust||0))+"px"});var l=Math.round(o.getBBox(a.useHTML).height);o.align(N({y:"bottom"===s?r:t+r,height:l},a),!1,"spacingBox"),a.floating||("top"===s?e[0]=Math.ceil(e[0]+l):"bottom"===s&&(e[2]=Math.ceil(e[2]+l)))}}),this),e[0]&&"top"===(this.options.title.verticalAlign||"top")&&(e[0]+=this.options.title.margin),e[2]&&"bottom"===this.options.caption.verticalAlign&&(e[2]+=this.options.caption.margin);var r=!this.titleOffset||this.titleOffset.join(",")!==e.join(",");this.titleOffset=e,F(this,"afterLayOutTitles"),!this.isDirtyBox&&r&&(this.isDirtyBox=this.isDirtyLegend=r,this.hasRendered&&V(t,!0)&&this.isDirtyBox&&this.redraw())},t.prototype.getChartSize=function(){var t=this.options.chart,e=t.width;t=t.height;var n=this.renderTo;T(e)||(this.containerWidth=B(n,"width")),T(t)||(this.containerHeight=B(n,"height")),this.chartWidth=Math.max(0,e||this.containerWidth||600),this.chartHeight=Math.max(0,q(t,this.chartWidth)||(1<this.containerHeight?this.containerHeight:400))},t.prototype.temporaryDisplay=function(t){var e=this.renderTo;if(t)for(;e&&e.style;)e.hcOrigStyle&&(P(e,e.hcOrigStyle),delete e.hcOrigStyle),e.hcOrigDetached&&(_.body.removeChild(e),e.hcOrigDetached=!1),e=e.parentNode;else for(;e&&e.style&&(_.body.contains(e)||e.parentNode||(e.hcOrigDetached=!0,_.body.appendChild(e)),("none"===B(e,"display",!1)||e.hcOricDetached)&&(e.hcOrigStyle={display:e.style.display,height:e.style.height,overflow:e.style.overflow},t={display:"block",overflow:"hidden"},e!==this.renderTo&&(t.height=0),P(e,t),e.offsetWidth||e.style.setProperty("display","block","important")),(e=e.parentNode)!==_.body););},t.prototype.setClassName=function(t){this.container.className="highcharts-container "+(t||"")},t.prototype.getContainer=function(){var t,e=this.options,n=e.chart,i=Q(),r=this.renderTo;r||(this.renderTo=r=n.renderTo),Y(r)&&(this.renderTo=r=_.getElementById(r)),r||I(13,!0,this);var o=X(E(r,"data-highcharts-chart"));H(o)&&x[o]&&x[o].hasRendered&&x[o].destroy(),E(r,"data-highcharts-chart",this.index),r.innerHTML=f.emptyHTML,n.skipClone||r.offsetWidth||this.temporaryDisplay(),this.getChartSize(),o=this.chartWidth;var a=this.chartHeight;if(P(r,{overflow:"hidden"}),this.styledMode||(t=N({position:"relative",overflow:"hidden",width:o+"px",height:a+"px",textAlign:"left",lineHeight:"normal",zIndex:0,"-webkit-tap-highlight-color":"rgba(0,0,0,0)",userSelect:"none","touch-action":"manipulation",outline:"none"},n.style||{})),this.container=i=A("div",{id:i},t,r),this._cursor=i.style.cursor,this.renderer=new(n.renderer||!w?d.getRendererType(n.renderer):u)(i,o,a,void 0,n.forExport,e.exporting&&e.exporting.allowHTML,this.styledMode),v(void 0,this),this.setClassName(n.className),this.styledMode)for(var s in e.defs)this.renderer.definition(e.defs[s]);else this.renderer.setStyle(n.style);this.renderer.chartIndex=this.index,F(this,"afterGetContainer")},t.prototype.getMargins=function(t){var e=this.spacing,n=this.margin,i=this.titleOffset;this.resetMargins(),i[0]&&!T(n[0])&&(this.plotTop=Math.max(this.plotTop,i[0]+e[0])),i[2]&&!T(n[2])&&(this.marginBottom=Math.max(this.marginBottom,i[2]+e[2])),this.legend&&this.legend.display&&this.legend.adjustMargins(n,e),F(this,"getMargins"),t||this.getAxisMargins()},t.prototype.getAxisMargins=function(){var t=this,e=t.axisOffset=[0,0,0,0],n=t.colorAxis,i=t.margin,r=function(t){t.forEach((function(t){t.visible&&t.getOffset()}))};t.hasCartesianSeries?r(t.axes):n&&n.length&&r(n),O.forEach((function(n,r){T(i[r])||(t[n]+=e[r])})),t.setChartSize()},t.prototype.reflow=function(t){var e=this,n=e.options.chart,i=e.renderTo,r=T(n.width)&&T(n.height),o=n.width||B(i,"width");n=n.height||B(i,"height"),i=t?t.target:$,delete e.pointer.chartPosition,r||e.isPrinting||!o||!n||i!==$&&i!==_||(o===e.containerWidth&&n===e.containerHeight||(p.clearTimeout(e.reflowTimeout),e.reflowTimeout=J((function(){e.container&&e.setSize(void 0,void 0,!1)}),t?100:0)),e.containerWidth=o,e.containerHeight=n)},t.prototype.setReflow=function(t){var e=this;!1===t||this.unbindReflow?!1===t&&this.unbindReflow&&(this.unbindReflow=this.unbindReflow()):(this.unbindReflow=j($,"resize",(function(t){e.options&&e.reflow(t)})),j(this,"destroy",this.unbindReflow))},t.prototype.setSize=function(t,e,n){var i=this,r=i.renderer;i.isResizing+=1,v(n,i),n=r.globalAnimation,i.oldChartHeight=i.chartHeight,i.oldChartWidth=i.chartWidth,void 0!==t&&(i.options.chart.width=t),void 0!==e&&(i.options.chart.height=e),i.getChartSize(),i.styledMode||(n?g:P)(i.container,{width:i.chartWidth+"px",height:i.chartHeight+"px"},n),i.setChartSize(!0),r.setSize(i.chartWidth,i.chartHeight,n),i.axes.forEach((function(t){t.isDirty=!0,t.setScale()})),i.isDirtyLegend=!0,i.isDirtyBox=!0,i.layOutTitles(),i.getMargins(),i.redraw(n),i.oldChartHeight=null,F(i,"resize"),J((function(){i&&F(i,"endResize",null,(function(){--i.isResizing}))}),m(n).duration)},t.prototype.setChartSize=function(t){var e,n,i,r,o=this.inverted,a=this.renderer,s=this.chartWidth,l=this.chartHeight,d=this.options.chart,c=this.spacing,u=this.clipOffset;this.plotLeft=e=Math.round(this.plotLeft),this.plotTop=n=Math.round(this.plotTop),this.plotWidth=i=Math.max(0,Math.round(s-e-this.marginRight)),this.plotHeight=r=Math.max(0,Math.round(l-n-this.marginBottom)),this.plotSizeX=o?r:i,this.plotSizeY=o?i:r,this.plotBorderWidth=d.plotBorderWidth||0,this.spacingBox=a.spacingBox={x:c[3],y:c[0],width:s-c[3]-c[1],height:l-c[0]-c[2]},this.plotBox=a.plotBox={x:e,y:n,width:i,height:r},o=2*Math.floor(this.plotBorderWidth/2),s=Math.ceil(Math.max(o,u[3])/2),l=Math.ceil(Math.max(o,u[0])/2),this.clipBox={x:s,y:l,width:Math.floor(this.plotSizeX-Math.max(o,u[1])/2-s),height:Math.max(0,Math.floor(this.plotSizeY-Math.max(o,u[2])/2-l))},t||(this.axes.forEach((function(t){t.setAxisSize(),t.setAxisTranslation()})),a.alignElements()),F(this,"afterSetChartSize",{skipAxes:t})},t.prototype.resetMargins=function(){F(this,"resetMargins");var t=this,e=t.options.chart;["margin","spacing"].forEach((function(n){var i=e[n],r=W(i)?i:[i,i,i,i];["Top","Right","Bottom","Left"].forEach((function(i,o){t[n][o]=V(e[n+i],r[o])}))})),O.forEach((function(e,n){t[e]=V(t.margin[n],t.spacing[n])})),t.axisOffset=[0,0,0,0],t.clipOffset=[0,0,0,0]},t.prototype.drawChartBox=function(){var t,e=this.options.chart,n=this.renderer,i=this.chartWidth,r=this.chartHeight,o=this.styledMode,a=this.plotBGImage,s=e.backgroundColor,l=e.plotBackgroundColor,d=e.plotBackgroundImage,c=this.plotLeft,u=this.plotTop,h=this.plotWidth,p=this.plotHeight,f=this.plotBox,g=this.clipRect,m=this.clipBox,v=this.chartBackground,b=this.plotBackground,y=this.plotBorder,x="animate";if(v||(this.chartBackground=v=n.rect().addClass("highcharts-background").add(),x="attr"),o)var _=t=v.strokeWidth();else t=(_=e.borderWidth||0)+(e.shadow?8:0),s={fill:s||"none"},(_||v["stroke-width"])&&(s.stroke=e.borderColor,s["stroke-width"]=_),v.attr(s).shadow(e.shadow);v[x]({x:t/2,y:t/2,width:i-t-_%2,height:r-t-_%2,r:e.borderRadius}),x="animate",b||(x="attr",this.plotBackground=b=n.rect().addClass("highcharts-plot-background").add()),b[x](f),o||(b.attr({fill:l||"none"}).shadow(e.plotShadow),d&&(a?(d!==a.attr("href")&&a.attr("href",d),a.animate(f)):this.plotBGImage=n.image(d,c,u,h,p).add())),g?g.animate({width:m.width,height:m.height}):this.clipRect=n.clipRect(m),x="animate",y||(x="attr",this.plotBorder=y=n.rect().addClass("highcharts-plot-border").attr({zIndex:1}).add()),o||y.attr({stroke:e.plotBorderColor,"stroke-width":e.plotBorderWidth||0,fill:"none"}),y[x](y.crisp({x:c,y:u,width:h,height:p},-y.strokeWidth())),this.isDirtyBox=!1,F(this,"afterDrawChartBox")},t.prototype.propFromSeries=function(){var t,e,n,i=this,r=i.options.chart,o=i.options.series;["inverted","angular","polar"].forEach((function(a){for(e=S[r.type||r.defaultSeriesType],n=r[a]||e&&e.prototype[a],t=o&&o.length;!n&&t--;)(e=S[o[t].type])&&e.prototype[a]&&(n=!0);i[a]=n}))},t.prototype.linkSeries=function(){var t=this,e=t.series;e.forEach((function(t){t.linkedSeries.length=0})),e.forEach((function(e){var n=e.options.linkedTo;Y(n)&&(n=":previous"===n?t.series[e.index-1]:t.get(n))&&n.linkedParent!==e&&(n.linkedSeries.push(e),e.linkedParent=n,n.enabledDataSorting&&e.setDataSortingOptions(),e.visible=V(e.options.visible,n.options.visible,e.visible))})),F(this,"afterLinkSeries")},t.prototype.renderSeries=function(){this.series.forEach((function(t){t.translate(),t.render()}))},t.prototype.renderLabels=function(){var t=this,e=t.options.labels;e.items&&e.items.forEach((function(n){var i=N(e.style,n.style),r=X(i.left)+t.plotLeft,o=X(i.top)+t.plotTop+12;delete i.left,delete i.top,t.renderer.text(n.html,r,o).attr({zIndex:2}).css(i).add()}))},t.prototype.render=function(){var t=this.axes,e=this.colorAxis,n=this.renderer,i=this.options,r=function(t){t.forEach((function(t){t.visible&&t.render()}))},a=0;this.setTitle(),this.legend=new o(this,i.legend),this.getStacks&&this.getStacks(),this.getMargins(!0),this.setChartSize(),i=this.plotWidth,t.some((function(t){if(t.horiz&&t.visible&&t.options.labels.enabled&&t.series.length)return a=21,!0}));var s=this.plotHeight=Math.max(this.plotHeight-a,0);t.forEach((function(t){t.setScale()})),this.getAxisMargins();var l=1.1<i/this.plotWidth,d=1.05<s/this.plotHeight;(l||d)&&(t.forEach((function(t){(t.horiz&&l||!t.horiz&&d)&&t.setTickInterval(!0)})),this.getMargins()),this.drawChartBox(),this.hasCartesianSeries?r(t):e&&e.length&&r(e),this.seriesGroup||(this.seriesGroup=n.g("series-group").attr({zIndex:3}).add()),this.renderSeries(),this.renderLabels(),this.addCredits(),this.setResponsive&&this.setResponsive(),this.hasRendered=!0},t.prototype.addCredits=function(t){var e=this,n=U(!0,this.options.credits,t);n.enabled&&!this.credits&&(this.credits=this.renderer.text(n.text+(this.mapCredits||""),0,0).addClass("highcharts-credits").on("click",(function(){n.href&&($.location.href=n.href)})).attr({align:n.position.align,zIndex:8}),e.styledMode||this.credits.css(n.style),this.credits.add().align(n.position),this.credits.update=function(t){e.credits=e.credits.destroy(),e.addCredits(t)})},t.prototype.destroy=function(){var t,e=this,n=e.axes,i=e.series,o=e.container,a=o&&o.parentNode;for(F(e,"destroy"),e.renderer.forExport?D(x,e):x[e.index]=void 0,r.chartCount--,e.renderTo.removeAttribute("data-highcharts-chart"),K(e),t=n.length;t--;)n[t]=n[t].destroy();for(this.scroller&&this.scroller.destroy&&this.scroller.destroy(),t=i.length;t--;)i[t]=i[t].destroy();"title subtitle chartBackground plotBackground plotBGImage plotBorder seriesGroup clipRect credits pointer rangeSelector legend resetZoomButton tooltip renderer".split(" ").forEach((function(t){var n=e[t];n&&n.destroy&&(e[t]=n.destroy())})),o&&(o.innerHTML=f.emptyHTML,K(o),a&&L(o)),G(e,(function(t,n){delete e[n]}))},t.prototype.firstRender=function(){var t=this,e=t.options;t.isReadyToRender&&!t.isReadyToRender()||(t.getContainer(),t.resetMargins(),t.setChartSize(),t.propFromSeries(),t.getAxes(),(z(e.series)?e.series:[]).forEach((function(e){t.initSeries(e)})),t.linkSeries(),t.setSeriesData(),F(t,"beforeRender"),l&&(a.isRequired()?t.pointer=new a(t,e):t.pointer=new l(t,e)),t.render(),t.pointer.getChartPosition(),t.renderer.imgCount||t.hasLoaded||t.onload(),t.temporaryDisplay(!0))},t.prototype.onload=function(){this.callbacks.concat([this.callback]).forEach((function(t){t&&void 0!==this.index&&t.apply(this,[this])}),this),F(this,"load"),F(this,"render"),T(this.index)&&this.setReflow(this.options.chart.reflow),this.hasLoaded=!0},t.prototype.addSeries=function(t,e,n){var i,r=this;return t&&(e=V(e,!0),F(r,"addSeries",{options:t},(function(){i=r.initSeries(t),r.isDirtyLegend=!0,r.linkSeries(),i.enabledDataSorting&&i.setData(t.data,!1),F(r,"afterAddSeries",{series:i}),e&&r.redraw(n)}))),i},t.prototype.addAxis=function(t,e,n,i){return this.createAxis(e?"xAxis":"yAxis",{axis:t,redraw:n,animation:i})},t.prototype.addColorAxis=function(t,e,n){return this.createAxis("colorAxis",{axis:t,redraw:e,animation:n})},t.prototype.createAxis=function(t,n){return t=new e(this,U(n.axis,{index:this[t].length,isX:"xAxis"===t})),V(n.redraw,!0)&&this.redraw(n.animation),t},t.prototype.showLoading=function(t){var e=this,n=e.options,i=n.loading,r=function(){o&&P(o,{left:e.plotLeft+"px",top:e.plotTop+"px",width:e.plotWidth+"px",height:e.plotHeight+"px"})},o=e.loadingDiv,a=e.loadingSpan;o||(e.loadingDiv=o=A("div",{className:"highcharts-loading highcharts-loading-hidden"},null,e.container)),a||(e.loadingSpan=a=A("span",{className:"highcharts-loading-inner"},null,o),j(e,"redraw",r)),o.className="highcharts-loading",f.setElementHTML(a,V(t,n.lang.loading,"")),e.styledMode||(P(o,N(i.style,{zIndex:10})),P(a,i.labelStyle),e.loadingShown||(P(o,{opacity:0,display:""}),g(o,{opacity:i.style.opacity||.5},{duration:i.showDuration||0}))),e.loadingShown=!0,r()},t.prototype.hideLoading=function(){var t=this.options,e=this.loadingDiv;e&&(e.className="highcharts-loading highcharts-loading-hidden",this.styledMode||g(e,{opacity:0},{duration:t.loading.hideDuration||100,complete:function(){P(e,{display:"none"})}})),this.loadingShown=!1},t.prototype.update=function(t,e,n,i){var r,o,a=this,s={credits:"addCredits",title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"},l=t.isResponsiveOptions,d=[];F(a,"update",{options:t}),l||a.setResponsive(!1,!0),t=M(t,a.options),a.userOptions=U(a.userOptions,t);var c=t.chart;if(c){if(U(!0,a.options.chart,c),"className"in c&&a.setClassName(c.className),"reflow"in c&&a.setReflow(c.reflow),"inverted"in c||"polar"in c||"type"in c){a.propFromSeries();var u=!0}"alignTicks"in c&&(u=!0),"events"in c&&y(this,c),G(c,(function(t,e){-1!==a.propsRequireUpdateSeries.indexOf("chart."+e)&&(r=!0),-1!==a.propsRequireDirtyBox.indexOf(e)&&(a.isDirtyBox=!0),-1!==a.propsRequireReflow.indexOf(e)&&(l?a.isDirtyBox=!0:o=!0)})),!a.styledMode&&c.style&&a.renderer.setStyle(a.options.chart.style||{})}!a.styledMode&&t.colors&&(this.options.colors=t.colors),t.time&&(this.time===k&&(this.time=new h(t.time)),U(!0,a.options.time,t.time)),G(t,(function(e,n){a[n]&&"function"==typeof a[n].update?a[n].update(e,!1):"function"==typeof a[s[n]]?a[s[n]](e):"colors"!==n&&-1===a.collectionsWithUpdate.indexOf(n)&&U(!0,a.options[n],t[n]),"chart"!==n&&-1!==a.propsRequireUpdateSeries.indexOf(n)&&(r=!0)})),this.collectionsWithUpdate.forEach((function(e){if(t[e]){var i=[];a[e].forEach((function(t,e){t.options.isInternal||i.push(V(t.options.index,e))})),Z(t[e]).forEach((function(t,r){var o,s=T(t.id);s&&(o=a.get(t.id)),!o&&a[e]&&(o=a[e][i?i[r]:r])&&s&&T(o.options.id)&&(o=void 0),o&&o.coll===e&&(o.update(t,!1),n&&(o.touched=!0)),!o&&n&&a.collectionsWithInit[e]&&(a.collectionsWithInit[e][0].apply(a,[t].concat(a.collectionsWithInit[e][1]||[]).concat([!1])).touched=!0)})),n&&a[e].forEach((function(t){t.touched||t.options.isInternal?delete t.touched:d.push(t)}))}})),d.forEach((function(t){t.chart&&t.remove&&t.remove(!1)})),u&&a.axes.forEach((function(t){t.update({},!1)})),r&&a.getSeriesOrderByLinks().forEach((function(t){t.chart&&t.update({},!1)}),this),u=c&&c.width,c=c&&(Y(c.height)?q(c.height,u||a.chartWidth):c.height),o||H(u)&&u!==a.chartWidth||H(c)&&c!==a.chartHeight?a.setSize(u,c,i):V(e,!0)&&a.redraw(i),F(a,"afterUpdate",{options:t,redraw:e,animation:i})},t.prototype.setSubtitle=function(t,e){this.applyDescription("subtitle",t),this.layOutTitles(e)},t.prototype.setCaption=function(t,e){this.applyDescription("caption",t),this.layOutTitles(e)},t.prototype.showResetZoom=function(){function t(){e.zoomOut()}var e=this,n=C.lang,i=e.options.chart.resetZoomButton,r=i.theme,o=r.states,a="chart"===i.relativeTo||"spacingBox"===i.relativeTo?null:"scrollablePlotBox";F(this,"beforeShowResetZoom",null,(function(){e.resetZoomButton=e.renderer.button(n.resetZoom,null,null,t,r,o&&o.hover).attr({align:i.position.align,title:n.resetZoomTitle}).addClass("highcharts-reset-zoom").add().align(i.position,!1,a)})),F(this,"afterShowResetZoom")},t.prototype.zoomOut=function(){F(this,"selection",{resetSelection:!0},this.zoom)},t.prototype.zoom=function(t){var e,n=this,i=n.pointer,r=n.inverted?i.mouseDownX:i.mouseDownY,o=!1;!t||t.resetSelection?(n.axes.forEach((function(t){e=t.zoom()})),i.initiated=!1):t.xAxis.concat(t.yAxis).forEach((function(t){var a=t.axis,s=n.inverted?a.left:a.top,l=n.inverted?s+a.width:s+a.height,d=a.isXAxis,c=!1;(!d&&r>=s&&r<=l||d||!T(r))&&(c=!0),i[d?"zoomX":"zoomY"]&&c&&(e=a.zoom(t.min,t.max),a.displayBtn&&(o=!0))}));var a=n.resetZoomButton;o&&!a?n.showResetZoom():!o&&W(a)&&(n.resetZoomButton=a.destroy()),e&&n.redraw(V(n.options.chart.animation,t&&t.animation,100>n.pointCount))},t.prototype.pan=function(t,e){var n=this,i=n.hoverPoints;e="object"==typeof e?e:{enabled:e,type:"x"};var r=n.options.chart,o=n.options.mapNavigation&&n.options.mapNavigation.enabled;r&&r.panning&&(r.panning=e);var a,s=e.type;F(this,"pan",{originalEvent:t},(function(){i&&i.forEach((function(t){t.setState()}));var e=n.xAxis;"xy"===s?e=e.concat(n.yAxis):"y"===s&&(e=n.yAxis);var r={};e.forEach((function(e){if(e.options.panningEnabled&&!e.options.isInternal){var i=e.horiz,l=t[i?"chartX":"chartY"],d=n[i=i?"mouseDownX":"mouseDownY"],c=e.minPointOffset||0,u=e.reversed&&!n.inverted||!e.reversed&&n.inverted?-1:1,h=e.getExtremes(),p=e.toValue(d-l,!0)+c*u,f=e.toValue(d+e.len-l,!0)-(c*u||e.isXAxis&&e.pointRangePadding||0),g=f<p;u=e.hasVerticalPanning(),d=g?f:p,p=g?p:f;var m=e.panningState;!u||e.isXAxis||m&&!m.isDirty||e.series.forEach((function(t){var e=t.getProcessedData(!0);e=t.getExtremes(e.yData,!0),m||(m={startMin:Number.MAX_VALUE,startMax:-Number.MAX_VALUE}),H(e.dataMin)&&H(e.dataMax)&&(m.startMin=Math.min(V(t.options.threshold,1/0),e.dataMin,m.startMin),m.startMax=Math.max(V(t.options.threshold,-1/0),e.dataMax,m.startMax))})),u=Math.min(V(m&&m.startMin,h.dataMin),c?h.min:e.toValue(e.toPixels(h.min)-e.minPixelPadding)),f=Math.max(V(m&&m.startMax,h.dataMax),c?h.max:e.toValue(e.toPixels(h.max)+e.minPixelPadding)),e.panningState=m,e.isOrdinal||(0<(c=u-d)&&(p+=c,d=u),0<(c=p-f)&&(p=f,d-=c),e.series.length&&d!==h.min&&p!==h.max&&d>=u&&p<=f&&(e.setExtremes(d,p,!1,!1,{trigger:"pan"}),n.resetZoomButton||o||d===u||p===f||!s.match("y")||(n.showResetZoom(),e.displayBtn=!1),a=!0),r[i]=l)}})),G(r,(function(t,e){n[e]=t})),a&&n.redraw(!1),P(n.container,{cursor:"move"})}))},t}(),N(t.prototype,{callbacks:[],collectionsWithInit:{xAxis:[t.prototype.addAxis,[!0]],yAxis:[t.prototype.addAxis,[!1]],series:[t.prototype.addSeries]},collectionsWithUpdate:["xAxis","yAxis","series"],propsRequireDirtyBox:"backgroundColor borderColor borderWidth borderRadius plotBackgroundColor plotBackgroundImage plotBorderColor plotBorderWidth plotShadow shadow".split(" "),propsRequireReflow:"margin marginTop marginRight marginBottom marginLeft spacing spacingTop spacingRight spacingBottom spacingLeft".split(" "),propsRequireUpdateSeries:"chart.inverted chart.polar chart.ignoreHiddenSeries chart.type colors plotOptions time tooltip".split(" ")}),t})),e(n,"Core/Legend/LegendSymbol.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.merge,i=t.pick;return function(t){t.drawLineMarker=function(t){var e=this.options,r=t.symbolWidth,o=t.symbolHeight,a=o/2,s=this.chart.renderer,l=this.legendGroup;t=t.baseline-Math.round(.3*t.fontMetrics.b);var d={},c=e.marker;this.chart.styledMode||(d={"stroke-width":e.lineWidth||0},e.dashStyle&&(d.dashstyle=e.dashStyle)),this.legendLine=s.path([["M",0,t],["L",r,t]]).addClass("highcharts-graph").attr(d).add(l),c&&!1!==c.enabled&&r&&(e=Math.min(i(c.radius,a),a),0===this.symbol.indexOf("url")&&(c=n(c,{width:o,height:o}),e=0),this.legendSymbol=r=s.symbol(this.symbol,r/2-e,t-e,2*e,2*e,c).addClass("highcharts-point").add(l),r.isMarker=!0)},t.drawRectangle=function(t,e){var n=t.symbolHeight,r=t.options.squareSymbol;e.legendSymbol=this.chart.renderer.rect(r?(t.symbolWidth-n)/2:0,t.baseline-n+1,r?n:t.symbolWidth,n,i(t.options.symbolRadius,n/2)).addClass("highcharts-point").attr({zIndex:3}).add(e.legendGroup)}}(e||(e={})),e})),e(n,"Core/Series/SeriesDefaults.js",[],(function(){return{lineWidth:2,allowPointSelect:!1,crisp:!0,showCheckbox:!1,animation:{duration:1e3},events:{},marker:{enabledThreshold:2,lineColor:"#ffffff",lineWidth:0,radius:4,states:{normal:{animation:!0},hover:{animation:{duration:50},enabled:!0,radiusPlus:2,lineWidthPlus:1},select:{fillColor:"#cccccc",lineColor:"#000000",lineWidth:2}}},point:{events:{}},dataLabels:{animation:{},align:"center",defer:!0,formatter:function(){var t=this.series.chart.numberFormatter;return"number"!=typeof this.y?"":t(this.y,-1)},padding:5,style:{fontSize:"11px",fontWeight:"bold",color:"contrast",textOutline:"1px contrast"},verticalAlign:"bottom",x:0,y:0},cropThreshold:300,opacity:1,pointRange:0,softThreshold:!0,states:{normal:{animation:!0},hover:{animation:{duration:50},lineWidthPlus:1,marker:{},halo:{size:10,opacity:.25}},select:{animation:{duration:0}},inactive:{animation:{duration:50},opacity:.2}},stickyTracking:!0,turboThreshold:1e3,findNearestPointBy:"x"}})),e(n,"Core/Series/Series.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/DefaultOptions.js"],n["Core/Foundation.js"],n["Core/Globals.js"],n["Core/Legend/LegendSymbol.js"],n["Core/Series/Point.js"],n["Core/Series/SeriesDefaults.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,a,s,l,d){var c=t.animObject,u=t.setAnimation,h=e.defaultOptions,p=n.registerEventOptions,f=i.hasTouch,g=i.svg,m=i.win,v=s.seriesTypes,b=d.addEvent,y=d.arrayMax,x=d.arrayMin,_=d.clamp,O=d.cleanRecursively,w=d.correctFloat,$=d.defined,C=d.erase,k=d.error,S=d.extend,j=d.find,E=d.fireEvent,M=d.getNestedProperty,A=d.isArray,P=d.isNumber,T=d.isString,L=d.merge,D=d.objectEach,I=d.pick,N=d.removeEvent,R=d.splat,F=d.syncTimeout;return t=function(){function t(){this.zones=this.yAxis=this.xAxis=this.userOptions=this.tooltipOptions=this.processedYData=this.processedXData=this.points=this.options=this.linkedSeries=this.index=this.eventsToUnbind=this.eventOptions=this.data=this.chart=this._i=void 0}return t.prototype.init=function(t,e){E(this,"init",{options:e});var n=this,i=t.series;this.eventsToUnbind=[],n.chart=t,n.options=n.setOptions(e),e=n.options,n.linkedSeries=[],n.bindAxes(),S(n,{name:e.name,state:"",visible:!1!==e.visible,selected:!0===e.selected}),p(this,e);var r,o=e.events;(o&&o.click||e.point&&e.point.events&&e.point.events.click||e.allowPointSelect)&&(t.runTrackerClick=!0),n.getColor(),n.getSymbol(),n.parallelArrays.forEach((function(t){n[t+"Data"]||(n[t+"Data"]=[])})),n.isCartesian&&(t.hasCartesianSeries=!0),i.length&&(r=i[i.length-1]),n._i=I(r&&r._i,-1)+1,n.opacity=n.options.opacity,t.orderSeries(this.insert(i)),e.dataSorting&&e.dataSorting.enabled?n.setDataSortingOptions():n.points||n.data||n.setData(e.data,!1),E(this,"afterInit")},t.prototype.is=function(t){return v[t]&&this instanceof v[t]},t.prototype.insert=function(t){var e,n=this.options.index;if(P(n)){for(e=t.length;e--;)if(n>=I(t[e].options.index,t[e]._i)){t.splice(e+1,0,this);break}-1===e&&t.unshift(this),e+=1}else t.push(this);return I(e,t.length-1)},t.prototype.bindAxes=function(){var t,e=this,n=e.options,i=e.chart;E(this,"bindAxes",null,(function(){(e.axisTypes||[]).forEach((function(r){var o=0;i[r].forEach((function(i){t=i.options,(n[r]===o&&!t.isInternal||void 0!==n[r]&&n[r]===t.id||void 0===n[r]&&0===t.index)&&(e.insert(i.series),e[r]=i,i.isDirty=!0),t.isInternal||o++})),e[r]||e.optionalAxis===r||k(18,!0,i)}))})),E(this,"afterBindAxes")},t.prototype.updateParallelArrays=function(t,e){var n=t.series,i=arguments,r=P(e)?function(i){var r="y"===i&&n.toYData?n.toYData(t):t[i];n[i+"Data"][e]=r}:function(t){Array.prototype[e].apply(n[t+"Data"],Array.prototype.slice.call(i,2))};n.parallelArrays.forEach(r)},t.prototype.hasData=function(){return this.visible&&void 0!==this.dataMax&&void 0!==this.dataMin||this.visible&&this.yData&&0<this.yData.length},t.prototype.autoIncrement=function(t){var e,n=this.options,i=n.pointIntervalUnit,r=n.relativeXValue,o=this.chart.time,a=this.xIncrement;return a=I(a,n.pointStart,0),this.pointInterval=e=I(this.pointInterval,n.pointInterval,1),r&&P(t)&&(e*=t),i&&(n=new o.Date(a),"day"===i?o.set("Date",n,o.get("Date",n)+e):"month"===i?o.set("Month",n,o.get("Month",n)+e):"year"===i&&o.set("FullYear",n,o.get("FullYear",n)+e),e=n.getTime()-a),r&&P(t)?a+e:(this.xIncrement=a+e,a)},t.prototype.setDataSortingOptions=function(){var t=this.options;S(this,{requireSorting:!1,sorted:!1,enabledDataSorting:!0,allowDG:!1}),$(t.pointRange)||(t.pointRange=1)},t.prototype.setOptions=function(t){var e=this.chart,n=e.options,i=n.plotOptions,r=e.userOptions||{};t=L(t),e=e.styledMode;var o={plotOptions:i,userOptions:t};E(this,"setOptions",o);var a=o.plotOptions[this.type],s=r.plotOptions||{};return this.userOptions=o.userOptions,r=L(a,i.series,r.plotOptions&&r.plotOptions[this.type],t),this.tooltipOptions=L(h.tooltip,h.plotOptions.series&&h.plotOptions.series.tooltip,h.plotOptions[this.type].tooltip,n.tooltip.userOptions,i.series&&i.series.tooltip,i[this.type].tooltip,t.tooltip),this.stickyTracking=I(t.stickyTracking,s[this.type]&&s[this.type].stickyTracking,s.series&&s.series.stickyTracking,!(!this.tooltipOptions.shared||this.noSharedTooltip)||r.stickyTracking),null===a.marker&&delete r.marker,this.zoneAxis=r.zoneAxis,i=this.zones=(r.zones||[]).slice(),!r.negativeColor&&!r.negativeFillColor||r.zones||(n={value:r[this.zoneAxis+"Threshold"]||r.threshold||0,className:"highcharts-negative"},e||(n.color=r.negativeColor,n.fillColor=r.negativeFillColor),i.push(n)),i.length&&$(i[i.length-1].value)&&i.push(e?{}:{color:this.color,fillColor:this.fillColor}),E(this,"afterSetOptions",{options:r}),r},t.prototype.getName=function(){return I(this.options.name,"Series "+(this.index+1))},t.prototype.getCyclic=function(t,e,n){var i=this.chart,r=this.userOptions,o=t+"Index",a=t+"Counter",s=n?n.length:I(i.options.chart[t+"Count"],i[t+"Count"]);if(!e){var l=I(r[o],r["_"+o]);$(l)||(i.series.length||(i[a]=0),r["_"+o]=l=i[a]%s,i[a]+=1),n&&(e=n[l])}void 0!==l&&(this[o]=l),this[t]=e},t.prototype.getColor=function(){this.chart.styledMode?this.getCyclic("color"):this.options.colorByPoint?this.color="#cccccc":this.getCyclic("color",this.options.color||h.plotOptions[this.type].color,this.chart.options.colors)},t.prototype.getPointsCollection=function(){return(this.hasGroupedData?this.points:this.data)||[]},t.prototype.getSymbol=function(){this.getCyclic("symbol",this.options.marker.symbol,this.chart.options.symbols)},t.prototype.findPointIndex=function(t,e){var n,i,r=t.id,a=t.x,s=this.points,l=this.options.dataSorting;if(r)(l=this.chart.get(r))instanceof o&&(n=l);else if((this.linkedParent||this.enabledDataSorting||this.options.relativeXValue)&&(n=function(e){return!e.touched&&e.index===t.index},l&&l.matchByName?n=function(e){return!e.touched&&e.name===t.name}:this.options.relativeXValue&&(n=function(e){return!e.touched&&e.options.x===t.x}),!(n=j(s,n))))return;if(n){var d=n&&n.index;void 0!==d&&(i=!0)}return void 0===d&&P(a)&&(d=this.xData.indexOf(a,e)),-1!==d&&void 0!==d&&this.cropped&&(d=d>=this.cropStart?d-this.cropStart:d),!i&&P(d)&&s[d]&&s[d].touched&&(d=void 0),d},t.prototype.updateData=function(t,e){var n,i,r,o=this.options,a=o.dataSorting,s=this.points,l=[],d=this.requireSorting,c=t.length===s.length,u=!0;if(this.xIncrement=null,t.forEach((function(t,e){var i=$(t)&&this.pointClass.prototype.optionsToObject.call({series:this},t)||{},u=i.x;i.id||P(u)?(-1===(i=this.findPointIndex(i,r))||void 0===i?l.push(t):s[i]&&t!==o.data[i]?(s[i].update(t,!1,null,!1),s[i].touched=!0,d&&(r=i+1)):s[i]&&(s[i].touched=!0),(!c||e!==i||a&&a.enabled||this.hasDerivedData)&&(n=!0)):l.push(t)}),this),n)for(t=s.length;t--;)(i=s[t])&&!i.touched&&i.remove&&i.remove(!1,e);else!c||a&&a.enabled?u=!1:(t.forEach((function(t,e){t!==s[e].y&&s[e].update&&s[e].update(t,!1,null,!1)})),l.length=0);return s.forEach((function(t){t&&(t.touched=!1)})),!!u&&(l.forEach((function(t){this.addPoint(t,!1,null,null,!1)}),this),null===this.xIncrement&&this.xData&&this.xData.length&&(this.xIncrement=y(this.xData),this.autoIncrement()),!0)},t.prototype.setData=function(t,e,n,i){var r=this,o=r.points,a=o&&o.length||0,s=r.options,l=r.chart,d=s.dataSorting,c=r.xAxis,u=s.turboThreshold,h=this.xData,p=this.yData,f=r.pointArrayMap;f=f&&f.length;var g,m=s.keys,v=0,b=1,y=null,x=(t=t||[]).length;if(e=I(e,!0),d&&d.enabled&&(t=this.sortData(t)),!1!==i&&x&&a&&!r.cropped&&!r.hasGroupedData&&r.visible&&!r.isSeriesBoosting&&(g=this.updateData(t,n)),!g){if(r.xIncrement=null,r.colorCounter=0,this.parallelArrays.forEach((function(t){r[t+"Data"].length=0})),u&&x>u)if(y=r.getFirstValidPoint(t),P(y))for(n=0;n<x;n++)h[n]=this.autoIncrement(),p[n]=t[n];else if(A(y))if(f)if(y.length===f)for(n=0;n<x;n++)h[n]=this.autoIncrement(),p[n]=t[n];else for(n=0;n<x;n++)i=t[n],h[n]=i[0],p[n]=i.slice(1,f+1);else if(m&&(v=0<=(v=m.indexOf("x"))?v:0,b=0<=(b=m.indexOf("y"))?b:1),1===y.length&&(b=0),v===b)for(n=0;n<x;n++)h[n]=this.autoIncrement(),p[n]=t[n][b];else for(n=0;n<x;n++)i=t[n],h[n]=i[v],p[n]=i[b];else k(12,!1,l);else for(n=0;n<x;n++)void 0!==t[n]&&(i={series:r},r.pointClass.prototype.applyOptions.apply(i,[t[n]]),r.updateParallelArrays(i,n));for(p&&T(p[0])&&k(14,!0,l),r.data=[],r.options.data=r.userOptions.data=t,n=a;n--;)o[n]&&o[n].destroy&&o[n].destroy();c&&(c.minRange=c.userMinRange),r.isDirty=l.isDirtyBox=!0,r.isDirtyData=!!o,n=!1}"point"===s.legendType&&(this.processData(),this.generatePoints()),e&&l.redraw(n)},t.prototype.sortData=function(t){var e=this,n=e.options.dataSorting.sortKey||"y",i=function(t,e){return $(e)&&t.pointClass.prototype.optionsToObject.call({series:t},e)||{}};return t.forEach((function(n,r){t[r]=i(e,n),t[r].index=r}),this),t.concat().sort((function(t,e){return t=M(n,t),(e=M(n,e))<t?-1:e>t?1:0})).forEach((function(t,e){t.x=e}),this),e.linkedSeries&&e.linkedSeries.forEach((function(e){var n=e.options,r=n.data;n.dataSorting&&n.dataSorting.enabled||!r||(r.forEach((function(n,o){r[o]=i(e,n),t[o]&&(r[o].x=t[o].x,r[o].index=o)})),e.setData(r,!1))})),t},t.prototype.getProcessedData=function(t){var e=this.xAxis,n=this.options,i=n.cropThreshold,r=t||this.getExtremesFromAll||n.getExtremesFromAll,o=this.isCartesian;t=e&&e.val2lin,n=!(!e||!e.logarithmic);var a=0,s=this.xData,l=this.yData,d=this.requireSorting,c=!1,u=s.length;if(e){var h=(c=e.getExtremes()).min,p=c.max;c=e.categories&&!e.names.length}if(o&&this.sorted&&!r&&(!i||u>i||this.forceCrop))if(s[u-1]<h||s[0]>p)s=[],l=[];else if(this.yData&&(s[0]<h||s[u-1]>p)){var f=this.cropData(this.xData,this.yData,h,p);s=f.xData,l=f.yData,a=f.start,f=!0}for(i=s.length||1;--i;)if(0<(e=n?t(s[i])-t(s[i-1]):s[i]-s[i-1])&&(void 0===g||e<g))var g=e;else 0>e&&d&&!c&&(k(15,!1,this.chart),d=!1);return{xData:s,yData:l,cropped:f,cropStart:a,closestPointRange:g}},t.prototype.processData=function(t){var e=this.xAxis;if(this.isCartesian&&!this.isDirty&&!e.isDirty&&!this.yAxis.isDirty&&!t)return!1;t=this.getProcessedData(),this.cropped=t.cropped,this.cropStart=t.cropStart,this.processedXData=t.xData,this.processedYData=t.yData,this.closestPointRange=this.basePointRange=t.closestPointRange,E(this,"afterProcessData")},t.prototype.cropData=function(t,e,n,i,r){var o,a=t.length,s=0,l=a;for(r=I(r,this.cropShoulder),o=0;o<a;o++)if(t[o]>=n){s=Math.max(0,o-r);break}for(n=o;n<a;n++)if(t[n]>i){l=n+r;break}return{xData:t.slice(s,l),yData:e.slice(s,l),start:s,end:l}},t.prototype.generatePoints=function(){var t=this.options,e=t.data,n=this.processedXData,i=this.processedYData,r=this.pointClass,o=n.length,a=this.cropStart||0,s=this.hasGroupedData,l=t.keys,d=[];t=t.dataGrouping&&t.dataGrouping.groupAll?a:0;var c,u,h=this.data;if(!h&&!s){var p=[];p.length=e.length,h=this.data=p}for(l&&s&&(this.options.keys=!1),u=0;u<o;u++){if(p=a+u,s){var f=(new r).init(this,[n[u]].concat(R(i[u])));f.dataGroup=this.groupMap[t+u],f.dataGroup.options&&(f.options=f.dataGroup.options,S(f,f.dataGroup.options),delete f.dataLabels)}else(f=h[p])||void 0===e[p]||(h[p]=f=(new r).init(this,e[p],n[u]));f&&(f.index=s?t+u:p,d[u]=f)}if(this.options.keys=l,h&&(o!==(c=h.length)||s))for(u=0;u<c;u++)u!==a||s||(u+=o),h[u]&&(h[u].destroyElements(),h[u].plotX=void 0);this.data=h,this.points=d,E(this,"afterGeneratePoints")},t.prototype.getXExtremes=function(t){return{min:x(t),max:y(t)}},t.prototype.getExtremes=function(t,e){var n=this.xAxis,i=this.yAxis,r=this.processedXData||this.xData,o=[],a=this.requireSorting?this.cropShoulder:0;i=!!i&&i.positiveValuesOnly;var s,l=0,d=0,c=0,u=(t=t||this.stackedYData||this.processedYData||[]).length;if(n){var h=n.getExtremes();l=h.min,d=h.max}for(s=0;s<u;s++){var p=r[s];h=t[s];var f=(P(h)||A(h))&&(h.length||0<h||!i);if(p=e||this.getExtremesFromAll||this.options.getExtremesFromAll||this.cropped||!n||(r[s+a]||p)>=l&&(r[s-a]||p)<=d,f&&p)if(f=h.length)for(;f--;)P(h[f])&&(o[c++]=h[f]);else o[c++]=h}return t={activeYData:o,dataMin:x(o),dataMax:y(o)},E(this,"afterGetExtremes",{dataExtremes:t}),t},t.prototype.applyExtremes=function(){var t=this.getExtremes();return this.dataMin=t.dataMin,this.dataMax=t.dataMax,t},t.prototype.getFirstValidPoint=function(t){for(var e=t.length,n=0,i=null;null===i&&n<e;)i=t[n],n++;return i},t.prototype.translate=function(){this.processedXData||this.processData(),this.generatePoints();var t,e,n=this.options,i=n.stacking,r=this.xAxis,o=r.categories,a=this.enabledDataSorting,s=this.yAxis,l=this.points,d=l.length,c=this.pointPlacementToXValue(),u=!!c,h=n.threshold,p=n.startFromThreshold?h:0,f=this.zoneAxis||"y",g=Number.MAX_VALUE;for(t=0;t<d;t++){var m=l[t],v=m.x,b=void 0,y=void 0,x=m.y,O=m.low,C=i&&s.stacking&&s.stacking.stacks[(this.negStacks&&x<(p?0:h)?"-":"")+this.stackKey];if((s.positiveValuesOnly&&!s.validatePositiveValue(x)||r.positiveValuesOnly&&!r.validatePositiveValue(v))&&(m.isNull=!0),m.plotX=e=w(_(r.translate(v,0,0,0,1,c,"flags"===this.type),-1e5,1e5)),i&&this.visible&&C&&C[v]){var k=this.getStackIndicator(k,v,this.index);m.isNull||(y=(b=C[v]).points[k.key])}if(A(y)&&(O=y[0],x=y[1],O===p&&k.key===C[v].base&&(O=I(P(h)&&h,s.min)),s.positiveValuesOnly&&0>=O&&(O=null),m.total=m.stackTotal=b.total,m.percentage=b.total&&m.y/b.total*100,m.stackY=x,this.irregularWidths||b.setOffset(this.pointXOffset||0,this.barW||0)),m.yBottom=$(O)?_(s.translate(O,0,1,0,1),-1e5,1e5):null,this.dataModify&&(x=this.dataModify.modifyValue(x,t)),m.plotY=void 0,P(x)&&(void 0!==(b=s.translate(x,!1,!0,!1,!0))&&(m.plotY=_(b,-1e5,1e5))),m.isInside=this.isPointInside(m),m.clientX=u?w(r.translate(v,0,0,0,1,c)):e,m.negative=m[f]<(n[f+"Threshold"]||h||0),m.category=o&&void 0!==o[m.x]?o[m.x]:m.x,!m.isNull&&!1!==m.visible){void 0!==S&&(g=Math.min(g,Math.abs(e-S)));var S=e}m.zone=this.zones.length?m.getZone():void 0,!m.graphic&&this.group&&a&&(m.isNew=!0)}this.closestPointRangePx=g,E(this,"afterTranslate")},t.prototype.getValidPoints=function(t,e,n){var i=this.chart;return(t||this.points||[]).filter((function(t){return!(e&&!i.isInsidePlot(t.plotX,t.plotY,{inverted:i.inverted}))&&(!1!==t.visible&&(n||!t.isNull))}))},t.prototype.getClipBox=function(){var t=this.chart,e=this.xAxis,n=this.yAxis,i=L(t.clipBox);return e&&e.len!==t.plotSizeX&&(i.width=e.len),n&&n.len!==t.plotSizeY&&(i.height=n.len),i},t.prototype.getSharedClipKey=function(){return this.sharedClipKey=(this.options.xAxis||0)+","+(this.options.yAxis||0)},t.prototype.setClip=function(){var t=this.chart,e=this.group,n=this.markerGroup,i=t.sharedClips;t=t.renderer;var r=this.getClipBox(),o=this.getSharedClipKey(),a=i[o];a?a.animate(r):i[o]=a=t.clipRect(r),e&&e.clip(!1===this.options.clip?void 0:a),n&&n.clip()},t.prototype.animate=function(t){var e=this.chart,n=this.group,i=this.markerGroup,r=e.inverted,o=c(this.options.animation),a=[this.getSharedClipKey(),o.duration,o.easing,o.defer].join(),s=e.sharedClips[a],l=e.sharedClips[a+"m"];if(t&&n)o=this.getClipBox(),s?s.attr("height",o.height):(o.width=0,r&&(o.x=e.plotHeight),s=e.renderer.clipRect(o),e.sharedClips[a]=s,l=e.renderer.clipRect({x:r?(e.plotSizeX||0)+99:-99,y:r?-e.plotLeft:-e.plotTop,width:99,height:r?e.chartWidth:e.chartHeight}),e.sharedClips[a+"m"]=l),n.clip(s),i&&i.clip(l);else if(s&&!s.hasClass("highcharts-animating")){e=this.getClipBox();var d=o.step;i&&i.element.childNodes.length&&(o.step=function(t,e){d&&d.apply(e,arguments),l&&l.element&&l.attr(e.prop,"width"===e.prop?t+99:t)}),s.addClass("highcharts-animating").animate(e,o)}},t.prototype.afterAnimate=function(){var t=this;this.setClip(),D(this.chart.sharedClips,(function(e,n,i){e&&!t.chart.container.querySelector('[clip-path="url(#'+e.id+')"]')&&(e.destroy(),delete i[n])})),this.finishedAnimating=!0,E(this,"afterAnimate")},t.prototype.drawPoints=function(){var t,e,n=this.points,i=this.chart,r=this.options.marker,o=this[this.specialGroup]||this.markerGroup,a=this.xAxis,s=I(r.enabled,!(a&&!a.isRadial)||null,this.closestPointRangePx>=r.enabledThreshold*r.radius);if(!1!==r.enabled||this._hasPointMarkers)for(t=0;t<n.length;t++){var l=n[t],d=(e=l.graphic)?"animate":"attr",c=l.marker||{},u=!!l.marker;if((s&&void 0===c.enabled||c.enabled)&&!l.isNull&&!1!==l.visible){var h=I(c.symbol,this.symbol,"rect"),p=this.markerAttribs(l,l.selected&&"select");this.enabledDataSorting&&(l.startXPos=a.reversed?-(p.width||0):a.width);var f=!1!==l.isInside;e?e[f?"show":"hide"](f).animate(p):f&&(0<(p.width||0)||l.hasImage)&&(l.graphic=e=i.renderer.symbol(h,p.x,p.y,p.width,p.height,u?c:r).add(o),this.enabledDataSorting&&i.hasRendered&&(e.attr({x:l.startXPos}),d="animate")),e&&"animate"===d&&e[f?"show":"hide"](f).animate(p),e&&!i.styledMode&&e[d](this.pointAttribs(l,l.selected&&"select")),e&&e.addClass(l.getClassName(),!0)}else e&&(l.graphic=e.destroy())}},t.prototype.markerAttribs=function(t,e){var n=this.options,i=n.marker,r=t.marker||{},o=r.symbol||i.symbol,a=I(r.radius,i.radius);return e&&(i=i.states[e],e=r.states&&r.states[e],a=I(e&&e.radius,i&&i.radius,a+(i&&i.radiusPlus||0))),t.hasImage=o&&0===o.indexOf("url"),t.hasImage&&(a=0),t={x:n.crisp?Math.floor(t.plotX-a):t.plotX-a,y:t.plotY-a},a&&(t.width=t.height=2*a),t},t.prototype.pointAttribs=function(t,e){var n=this.options.marker,i=t&&t.options,r=i&&i.marker||{},o=i&&i.color,a=t&&t.color,s=t&&t.zone&&t.zone.color,l=this.color;return t=I(r.lineWidth,n.lineWidth),i=1,l=o||s||a||l,o=r.fillColor||n.fillColor||l,a=r.lineColor||n.lineColor||l,e=e||"normal",n=n.states[e]||{},e=r.states&&r.states[e]||{},t=I(e.lineWidth,n.lineWidth,t+I(e.lineWidthPlus,n.lineWidthPlus,0)),o=e.fillColor||n.fillColor||o,{stroke:a=e.lineColor||n.lineColor||a,"stroke-width":t,fill:o,opacity:i=I(e.opacity,n.opacity,i)}},t.prototype.destroy=function(t){var e,n,i,r=this,o=r.chart,a=/AppleWebKit\/533/.test(m.navigator.userAgent),s=r.data||[];for(E(r,"destroy"),this.removeEvents(t),(r.axisTypes||[]).forEach((function(t){(i=r[t])&&i.series&&(C(i.series,r),i.isDirty=i.forceRedraw=!0)})),r.legendItem&&r.chart.legend.destroyItem(r),e=s.length;e--;)(n=s[e])&&n.destroy&&n.destroy();r.clips&&r.clips.forEach((function(t){return t.destroy()})),d.clearTimeout(r.animationTimeout),D(r,(function(t,e){t instanceof l&&!t.survive&&t[a&&"group"===e?"hide":"destroy"]()})),o.hoverSeries===r&&(o.hoverSeries=void 0),C(o.series,r),o.orderSeries(),D(r,(function(e,n){t&&"hcEvents"===n||delete r[n]}))},t.prototype.applyZones=function(){var t,e,n,i,r,o,a,s,l=this,d=this.chart,c=d.renderer,u=this.zones,h=this.clips||[],p=this.graph,f=this.area,g=Math.max(d.chartWidth,d.chartHeight),m=this[(this.zoneAxis||"y")+"Axis"],v=d.inverted,b=!1;if(u.length&&(p||f)&&m&&void 0!==m.min){var y=m.reversed,x=m.horiz;p&&!this.showLine&&p.hide(),f&&f.hide();var O=m.getExtremes();u.forEach((function(u,w){t=y?x?d.plotWidth:0:x?0:m.toPixels(O.min)||0,t=_(I(e,t),0,g),e=_(Math.round(m.toPixels(I(u.value,O.max),!0)||0),0,g),b&&(t=e=m.toPixels(O.max)),i=Math.abs(t-e),r=Math.min(t,e),o=Math.max(t,e),m.isXAxis?(n={x:v?o:r,y:0,width:i,height:g},x||(n.x=d.plotHeight-n.x)):(n={x:0,y:v?o:r,width:g,height:i},x&&(n.y=d.plotWidth-n.y)),v&&c.isVML&&(n=m.isXAxis?{x:0,y:y?r:o,height:n.width,width:d.chartWidth}:{x:n.y-d.plotLeft-d.spacingBox.x,y:0,width:n.height,height:d.chartHeight}),h[w]?h[w].animate(n):h[w]=c.clipRect(n),a=l["zone-area-"+w],s=l["zone-graph-"+w],p&&s&&s.clip(h[w]),f&&a&&a.clip(h[w]),b=u.value>O.max,l.resetZones&&0===e&&(e=void 0)})),this.clips=h}else l.visible&&(p&&p.show(!0),f&&f.show(!0))},t.prototype.invertGroups=function(t){function e(){["group","markerGroup"].forEach((function(e){n[e]&&(i.renderer.isVML&&n[e].attr({width:n.yAxis.len,height:n.xAxis.len}),n[e].width=n.yAxis.len,n[e].height=n.xAxis.len,n[e].invert(!n.isRadialSeries&&t))}))}var n=this,i=n.chart;n.xAxis&&(n.eventsToUnbind.push(b(i,"resize",e)),e(),n.invertGroups=e)},t.prototype.plotGroup=function(t,e,n,i,r){var o=this[t],a=!o;return n={visibility:n,zIndex:i||.1},void 0===this.opacity||this.chart.styledMode||"inactive"===this.state||(n.opacity=this.opacity),a&&(this[t]=o=this.chart.renderer.g().add(r)),o.addClass("highcharts-"+e+" highcharts-series-"+this.index+" highcharts-"+this.type+"-series "+($(this.colorIndex)?"highcharts-color-"+this.colorIndex+" ":"")+(this.options.className||"")+(o.hasClass("highcharts-tracker")?" highcharts-tracker":""),!0),o.attr(n)[a?"attr":"animate"](this.getPlotBox()),o},t.prototype.getPlotBox=function(){var t=this.chart,e=this.xAxis,n=this.yAxis;return t.inverted&&(e=n,n=this.xAxis),{translateX:e?e.left:t.plotLeft,translateY:n?n.top:t.plotTop,scaleX:1,scaleY:1}},t.prototype.removeEvents=function(t){t||N(this),this.eventsToUnbind.length&&(this.eventsToUnbind.forEach((function(t){t()})),this.eventsToUnbind.length=0)},t.prototype.render=function(){var t=this,e=t.chart,n=t.options,i=c(n.animation),r=t.visible?"inherit":"hidden",o=n.zIndex,a=t.hasRendered,s=e.seriesGroup,l=e.inverted;e=!t.finishedAnimating&&e.renderer.isSVG?i.duration:0,E(this,"render");var d=t.plotGroup("group","series",r,o,s);t.markerGroup=t.plotGroup("markerGroup","markers",r,o,s),!1!==n.clip&&t.setClip(),t.animate&&e&&t.animate(!0),d.inverted=!!I(t.invertible,t.isCartesian)&&l,t.drawGraph&&(t.drawGraph(),t.applyZones()),t.visible&&t.drawPoints(),t.drawDataLabels&&t.drawDataLabels(),t.redrawPoints&&t.redrawPoints(),t.drawTracker&&!1!==t.options.enableMouseTracking&&t.drawTracker(),t.invertGroups(l),t.animate&&e&&t.animate(),a||(e&&i.defer&&(e+=i.defer),t.animationTimeout=F((function(){t.afterAnimate()}),e||0)),t.isDirty=!1,t.hasRendered=!0,E(t,"afterRender")},t.prototype.redraw=function(){var t=this.chart,e=this.isDirty||this.isDirtyData,n=this.group,i=this.xAxis,r=this.yAxis;n&&(t.inverted&&n.attr({width:t.plotWidth,height:t.plotHeight}),n.animate({translateX:I(i&&i.left,t.plotLeft),translateY:I(r&&r.top,t.plotTop)})),this.translate(),this.render(),e&&delete this.kdTree},t.prototype.searchPoint=function(t,e){var n=this.xAxis,i=this.yAxis,r=this.chart.inverted;return this.searchKDTree({clientX:r?n.len-t.chartY+n.pos:t.chartX-n.pos,plotY:r?i.len-t.chartX+i.pos:t.chartY-i.pos},e,t)},t.prototype.buildKDTree=function(t){this.buildingKdTree=!0;var e=this,n=-1<e.options.findNearestPointBy.indexOf("y")?2:1;delete e.kdTree,F((function(){e.kdTree=function t(n,i,r){var o=n&&n.length;if(o){var a=e.kdAxisArray[i%r];return n.sort((function(t,e){return t[a]-e[a]})),{point:n[o=Math.floor(o/2)],left:t(n.slice(0,o),i+1,r),right:t(n.slice(o+1),i+1,r)}}}(e.getValidPoints(null,!e.directTouch),n,n),e.buildingKdTree=!1}),e.options.kdNow||t&&"touchstart"===t.type?0:1)},t.prototype.searchKDTree=function(t,e,n){var i=this,r=this.kdAxisArray[0],o=this.kdAxisArray[1],a=e?"distX":"dist";if(e=-1<i.options.findNearestPointBy.indexOf("y")?2:1,this.kdTree||this.buildingKdTree||this.buildKDTree(n),this.kdTree)return function t(e,n,s,l){var d=n.point,c=i.kdAxisArray[s%l],u=d,h=$(e[r])&&$(d[r])?Math.pow(e[r]-d[r],2):null,p=$(e[o])&&$(d[o])?Math.pow(e[o]-d[o],2):null;return p=(h||0)+(p||0),d.dist=$(p)?Math.sqrt(p):Number.MAX_VALUE,d.distX=$(h)?Math.sqrt(h):Number.MAX_VALUE,h=0>(c=e[c]-d[c])?"right":"left",n[p=0>c?"left":"right"]&&(u=(p=t(e,n[p],s+1,l))[a]<u[a]?p:d),n[h]&&Math.sqrt(c*c)<u[a]&&(u=(e=t(e,n[h],s+1,l))[a]<u[a]?e:u),u}(t,this.kdTree,e,e)},t.prototype.pointPlacementToXValue=function(){var t=this.options,e=t.pointRange,n=this.xAxis;return"between"===(t=t.pointPlacement)&&(t=n.reversed?-.5:.5),P(t)?t*(e||n.pointRange):0},t.prototype.isPointInside=function(t){var e=this.chart,n=this.xAxis,i=this.yAxis;return void 0!==t.plotY&&void 0!==t.plotX&&0<=t.plotY&&t.plotY<=(i?i.len:e.plotHeight)&&0<=t.plotX&&t.plotX<=(n?n.len:e.plotWidth)},t.prototype.drawTracker=function(){var t=this,e=t.options,n=e.trackByArea,i=[].concat(n?t.areaPath:t.graphPath),r=t.chart,o=r.pointer,a=r.renderer,s=r.options.tooltip.snap,l=t.tracker,d=function(e){r.hoverSeries!==t&&t.onMouseOver()},c="rgba(192,192,192,"+(g?1e-4:.002)+")";l?l.attr({d:i}):t.graph&&(t.tracker=a.path(i).attr({visibility:t.visible?"visible":"hidden",zIndex:2}).addClass(n?"highcharts-tracker-area":"highcharts-tracker-line").add(t.group),r.styledMode||t.tracker.attr({"stroke-linecap":"round","stroke-linejoin":"round",stroke:c,fill:n?c:"none","stroke-width":t.graph.strokeWidth()+(n?0:2*s)}),[t.tracker,t.markerGroup,t.dataLabelsGroup].forEach((function(t){t&&(t.addClass("highcharts-tracker").on("mouseover",d).on("mouseout",(function(t){o.onTrackerMouseOut(t)})),e.cursor&&!r.styledMode&&t.css({cursor:e.cursor}),f)&&t.on("touchstart",d)}))),E(this,"afterDrawTracker")},t.prototype.addPoint=function(t,e,n,i,r){var o=this.options,a=this.data,s=this.chart,l=this.xAxis;l=l&&l.hasNames&&l.names;var d,c=o.data,u=this.xData;e=I(e,!0);var h={series:this};this.pointClass.prototype.applyOptions.apply(h,[t]);var p=h.x,f=u.length;if(this.requireSorting&&p<u[f-1])for(d=!0;f&&u[f-1]>p;)f--;this.updateParallelArrays(h,"splice",f,0,0),this.updateParallelArrays(h,f),l&&h.name&&(l[p]=h.name),c.splice(f,0,t),d&&(this.data.splice(f,0,null),this.processData()),"point"===o.legendType&&this.generatePoints(),n&&(a[0]&&a[0].remove?a[0].remove(!1):(a.shift(),this.updateParallelArrays(h,"shift"),c.shift())),!1!==r&&E(this,"addPoint",{point:h}),this.isDirtyData=this.isDirty=!0,e&&s.redraw(i)},t.prototype.removePoint=function(t,e,n){var i=this,r=i.data,o=r[t],a=i.points,s=i.chart,l=function(){a&&a.length===r.length&&a.splice(t,1),r.splice(t,1),i.options.data.splice(t,1),i.updateParallelArrays(o||{series:i},"splice",t,1),o&&o.destroy(),i.isDirty=!0,i.isDirtyData=!0,e&&s.redraw()};u(n,s),e=I(e,!0),o?o.firePointEvent("remove",null,l):l()},t.prototype.remove=function(t,e,n,i){function r(){o.destroy(i),a.isDirtyLegend=a.isDirtyBox=!0,a.linkSeries(),I(t,!0)&&a.redraw(e)}var o=this,a=o.chart;!1!==n?E(o,"remove",null,r):r()},t.prototype.update=function(t,e){t=O(t,this.userOptions),E(this,"update",{options:t});var n,i=this,r=i.chart,o=i.userOptions,a=i.initialType||i.type,s=r.options.plotOptions,l=v[a].prototype,d=i.finishedAnimating&&{animation:!1},c={},u=["eventOptions","navigatorSeries","baseSeries"],h=t.type||o.type||r.options.chart.type,p=!(this.hasDerivedData||h&&h!==this.type||void 0!==t.pointStart||void 0!==t.pointInterval||void 0!==t.relativeXValue||i.hasOptionChanged("dataGrouping")||i.hasOptionChanged("pointStart")||i.hasOptionChanged("pointInterval")||i.hasOptionChanged("pointIntervalUnit")||i.hasOptionChanged("keys"));if(h=h||a,p&&(u.push("data","isDirtyData","points","processedXData","processedYData","xIncrement","cropped","_hasPointMarkers","_hasPointLabels","clips","nodes","layout","mapMap","mapData","minY","maxY","minX","maxX"),!1!==t.visible&&u.push("area","graph"),i.parallelArrays.forEach((function(t){u.push(t+"Data")})),t.data&&(t.dataSorting&&S(i.options.dataSorting,t.dataSorting),this.setData(t.data,!1))),t=L(o,d,{index:void 0===o.index?i.index:o.index,pointStart:I(s&&s.series&&s.series.pointStart,o.pointStart,i.xData[0])},!p&&{data:i.options.data},t),p&&t.data&&(t.data=i.options.data),(u=["group","markerGroup","dataLabelsGroup","transformGroup"].concat(u)).forEach((function(t){u[t]=i[t],delete i[t]})),s=!1,v[h]){if(s=h!==i.type,i.remove(!1,!1,!1,!0),s)if(Object.setPrototypeOf)Object.setPrototypeOf(i,v[h].prototype);else{for(n in d=Object.hasOwnProperty.call(i,"hcEvents")&&i.hcEvents,l)i[n]=void 0;S(i,v[h].prototype),d?i.hcEvents=d:delete i.hcEvents}}else k(17,!0,r,{missingModuleFor:h});if(u.forEach((function(t){i[t]=u[t]})),i.init(r,t),p&&this.points){var f=i.options;!1===f.visible?(c.graphic=1,c.dataLabel=1):i._hasPointLabels||(t=f.marker,l=f.dataLabels,!t||!1!==t.enabled&&(o.marker&&o.marker.symbol)===t.symbol||(c.graphic=1),l&&!1===l.enabled&&(c.dataLabel=1)),this.points.forEach((function(t){t&&t.series&&(t.resolveColor(),Object.keys(c).length&&t.destroyElements(c),!1===f.showInLegend&&t.legendItem&&r.legend.destroyItem(t))}),this)}i.initialType=a,r.linkSeries(),s&&i.linkedSeries.length&&(i.isDirtyData=!0),E(this,"afterUpdate"),I(e,!0)&&r.redraw(!!p&&void 0)},t.prototype.setName=function(t){this.name=this.options.name=this.userOptions.name=t,this.chart.isDirtyLegend=!0},t.prototype.hasOptionChanged=function(t){var e=this.options[t],n=this.chart.options.plotOptions,i=this.userOptions[t];return i?e!==i:e!==I(n&&n[this.type]&&n[this.type][t],n&&n.series&&n.series[t],e)},t.prototype.onMouseOver=function(){var t=this.chart,e=t.hoverSeries;t.pointer.setHoverChartIndex(),e&&e!==this&&e.onMouseOut(),this.options.events.mouseOver&&E(this,"mouseOver"),this.setState("hover"),t.hoverSeries=this},t.prototype.onMouseOut=function(){var t=this.options,e=this.chart,n=e.tooltip,i=e.hoverPoint;e.hoverSeries=null,i&&i.onMouseOut(),this&&t.events.mouseOut&&E(this,"mouseOut"),!n||this.stickyTracking||n.shared&&!this.noSharedTooltip||n.hide(),e.series.forEach((function(t){t.setState("",!0)}))},t.prototype.setState=function(t,e){var n=this,i=n.options,r=n.graph,o=i.inactiveOtherPoints,a=i.states,s=I(a[t||"normal"]&&a[t||"normal"].animation,n.chart.options.chart.animation),l=i.lineWidth,d=0,c=i.opacity;if(t=t||"",n.state!==t&&([n.group,n.markerGroup,n.dataLabelsGroup].forEach((function(e){e&&(n.state&&e.removeClass("highcharts-series-"+n.state),t&&e.addClass("highcharts-series-"+t))})),n.state=t,!n.chart.styledMode)){if(a[t]&&!1===a[t].enabled)return;if(t&&(l=a[t].lineWidth||l+(a[t].lineWidthPlus||0),c=I(a[t].opacity,c)),r&&!r.dashstyle)for(i={"stroke-width":l},r.animate(i,s);n["zone-graph-"+d];)n["zone-graph-"+d].animate(i,s),d+=1;o||[n.group,n.markerGroup,n.dataLabelsGroup,n.labelBySeries].forEach((function(t){t&&t.animate({opacity:c},s)}))}e&&o&&n.points&&n.setAllPointsToState(t||void 0)},t.prototype.setAllPointsToState=function(t){this.points.forEach((function(e){e.setState&&e.setState(t)}))},t.prototype.setVisible=function(t,e){var n=this,i=n.chart,r=n.legendItem,o=i.options.chart.ignoreHiddenSeries,a=n.visible,s=(n.visible=t=n.options.visible=n.userOptions.visible=void 0===t?!a:t)?"show":"hide";["group","dataLabelsGroup","markerGroup","tracker","tt"].forEach((function(t){n[t]&&n[t][s]()})),i.hoverSeries!==n&&(i.hoverPoint&&i.hoverPoint.series)!==n||n.onMouseOut(),r&&i.legend.colorizeItem(n,t),n.isDirty=!0,n.options.stacking&&i.series.forEach((function(t){t.options.stacking&&t.visible&&(t.isDirty=!0)})),n.linkedSeries.forEach((function(e){e.setVisible(t,!1)})),o&&(i.isDirtyBox=!0),E(n,s),!1!==e&&i.redraw()},t.prototype.show=function(){this.setVisible(!0)},t.prototype.hide=function(){this.setVisible(!1)},t.prototype.select=function(t){this.selected=t=this.options.selected=void 0===t?!this.selected:t,this.checkbox&&(this.checkbox.checked=t),E(this,t?"select":"unselect")},t.prototype.shouldShowTooltip=function(t,e,n){return void 0===n&&(n={}),n.series=this,n.visiblePlotOnly=!0,this.chart.isInsidePlot(t,e,n)},t.defaultOptions=a,t}(),S(t.prototype,{axisTypes:["xAxis","yAxis"],coll:"series",colorCounter:0,cropShoulder:1,directTouch:!1,drawLegendSymbol:r.drawLineMarker,isCartesian:!0,kdAxisArray:["clientX","plotY"],parallelArrays:["x","y"],pointClass:o,requireSorting:!0,sorted:!0}),s.series=t,t})),e(n,"Extensions/ScrollablePlotArea.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/Axis.js"],n["Core/Chart/Chart.js"],n["Core/Series/Series.js"],n["Core/Renderer/RendererRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o){var a=t.stop,s=o.addEvent,l=o.createElement,d=o.merge,c=o.pick;s(n,"afterSetChartSize",(function(t){var n=this.options.chart.scrollablePlotArea,i=n&&n.minWidth;if(n=n&&n.minHeight,!this.renderer.forExport){if(i){if(this.scrollablePixelsX=i=Math.max(0,i-this.chartWidth)){this.scrollablePlotBox=this.renderer.scrollablePlotBox=d(this.plotBox),this.plotBox.width=this.plotWidth+=i,this.inverted?this.clipBox.height+=i:this.clipBox.width+=i;var r={1:{name:"right",value:i}}}}else n&&(this.scrollablePixelsY=i=Math.max(0,n-this.chartHeight))&&(this.scrollablePlotBox=this.renderer.scrollablePlotBox=d(this.plotBox),this.plotBox.height=this.plotHeight+=i,this.inverted?this.clipBox.width+=i:this.clipBox.height+=i,r={2:{name:"bottom",value:i}});r&&!t.skipAxes&&this.axes.forEach((function(t){r[t.side]?t.getPlotLinePath=function(){var n=r[t.side].name,i=this[n];this[n]=i-r[t.side].value;var o=e.prototype.getPlotLinePath.apply(this,arguments);return this[n]=i,o}:(t.setAxisSize(),t.setAxisTranslation())}))}})),s(n,"render",(function(){this.scrollablePixelsX||this.scrollablePixelsY?(this.setUpScrolling&&this.setUpScrolling(),this.applyFixed()):this.fixedDiv&&this.applyFixed()})),n.prototype.setUpScrolling=function(){var t=this,e={WebkitOverflowScrolling:"touch",overflowX:"hidden",overflowY:"hidden"};this.scrollablePixelsX&&(e.overflowX="auto"),this.scrollablePixelsY&&(e.overflowY="auto"),this.scrollingParent=l("div",{className:"highcharts-scrolling-parent"},{position:"relative"},this.renderTo),this.scrollingContainer=l("div",{className:"highcharts-scrolling"},e,this.scrollingParent),s(this.scrollingContainer,"scroll",(function(){t.pointer&&delete t.pointer.chartPosition})),this.innerContainer=l("div",{className:"highcharts-inner-container"},null,this.scrollingContainer),this.innerContainer.appendChild(this.container),this.setUpScrolling=null},n.prototype.moveFixedElements=function(){var t,e=this.container,n=this.fixedRenderer,i=".highcharts-contextbutton .highcharts-credits .highcharts-legend .highcharts-legend-checkbox .highcharts-navigator-series .highcharts-navigator-xaxis .highcharts-navigator-yaxis .highcharts-navigator .highcharts-reset-zoom .highcharts-drillup-button .highcharts-scrollbar .highcharts-subtitle .highcharts-title".split(" ");this.scrollablePixelsX&&!this.inverted?t=".highcharts-yaxis":this.scrollablePixelsX&&this.inverted||this.scrollablePixelsY&&!this.inverted?t=".highcharts-xaxis":this.scrollablePixelsY&&this.inverted&&(t=".highcharts-yaxis"),t&&i.push(t+":not(.highcharts-radial-axis)",t+"-labels:not(.highcharts-radial-axis-labels)"),i.forEach((function(t){[].forEach.call(e.querySelectorAll(t),(function(t){(t.namespaceURI===n.SVG_NS?n.box:n.box.parentNode).appendChild(t),t.style.pointerEvents="auto"}))}))},n.prototype.applyFixed=function(){var t=!this.fixedDiv,e=this.options.chart,n=e.scrollablePlotArea,i=r.getRendererType();t?(this.fixedDiv=l("div",{className:"highcharts-fixed"},{position:"absolute",overflow:"hidden",pointerEvents:"none",zIndex:(e.style&&e.style.zIndex||0)+2,top:0},null,!0),this.scrollingContainer&&this.scrollingContainer.parentNode.insertBefore(this.fixedDiv,this.scrollingContainer),this.renderTo.style.overflow="visible",this.fixedRenderer=e=new i(this.fixedDiv,this.chartWidth,this.chartHeight,this.options.chart.style),this.scrollableMask=e.path().attr({fill:this.options.chart.backgroundColor||"#fff","fill-opacity":c(n.opacity,.85),zIndex:-1}).addClass("highcharts-scrollable-mask").add(),s(this,"afterShowResetZoom",this.moveFixedElements),s(this,"afterDrilldown",this.moveFixedElements),s(this,"afterLayOutTitles",this.moveFixedElements)):this.fixedRenderer.setSize(this.chartWidth,this.chartHeight),(this.scrollableDirty||t)&&(this.scrollableDirty=!1,this.moveFixedElements()),e=this.chartWidth+(this.scrollablePixelsX||0),i=this.chartHeight+(this.scrollablePixelsY||0),a(this.container),this.container.style.width=e+"px",this.container.style.height=i+"px",this.renderer.boxWrapper.attr({width:e,height:i,viewBox:[0,0,e,i].join(" ")}),this.chartBackground.attr({width:e,height:i}),this.scrollingContainer.style.height=this.chartHeight+"px",t&&(n.scrollPositionX&&(this.scrollingContainer.scrollLeft=this.scrollablePixelsX*n.scrollPositionX),n.scrollPositionY&&(this.scrollingContainer.scrollTop=this.scrollablePixelsY*n.scrollPositionY)),i=this.axisOffset,t=this.plotTop-i[0]-1,n=this.plotLeft-i[3]-1,e=this.plotTop+this.plotHeight+i[2]+1,i=this.plotLeft+this.plotWidth+i[1]+1;var o=this.plotLeft+this.plotWidth-(this.scrollablePixelsX||0),d=this.plotTop+this.plotHeight-(this.scrollablePixelsY||0);t=this.scrollablePixelsX?[["M",0,t],["L",this.plotLeft-1,t],["L",this.plotLeft-1,e],["L",0,e],["Z"],["M",o,t],["L",this.chartWidth,t],["L",this.chartWidth,e],["L",o,e],["Z"]]:this.scrollablePixelsY?[["M",n,0],["L",n,this.plotTop-1],["L",i,this.plotTop-1],["L",i,0],["Z"],["M",n,d],["L",n,this.chartHeight],["L",i,this.chartHeight],["L",i,d],["Z"]]:[["M",0,0]],"adjustHeight"!==this.redrawTrigger&&this.scrollableMask.attr({d:t})},s(e,"afterInit",(function(){this.chart.scrollableDirty=!0})),s(i,"show",(function(){this.chart.scrollableDirty=!0}))})),e(n,"Core/Axis/StackingAxis.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/Axis.js"],n["Core/Utilities.js"]],(function(t,e,n){var i,r=t.getDeferredAnimation,o=n.addEvent,a=n.destroyObjectProperties,s=n.fireEvent,l=n.isNumber,d=n.objectEach;return function(t){function e(){var t=this.stacking;if(t){var e=t.stacks;d(e,(function(t,n){a(t),e[n]=null})),t&&t.stackTotalGroup&&t.stackTotalGroup.destroy()}}function n(){this.stacking||(this.stacking=new c(this))}var i=[];t.compose=function(t){return-1===i.indexOf(t)&&(i.push(t),o(t,"init",n),o(t,"destroy",e)),t};var c=function(){function t(t){this.oldStacks={},this.stacks={},this.stacksTouched=0,this.axis=t}return t.prototype.buildStacks=function(){var t,e=this.axis,n=e.series,i=e.options.reversedStacks,r=n.length;if(!e.isXAxis){for(this.usePercentage=!1,t=r;t--;){var o=n[i?t:r-t-1];o.setStackedPoints(),o.setGroupedPoints()}for(t=0;t<r;t++)n[t].modifyStacks();s(e,"afterBuildStacks")}},t.prototype.cleanStacks=function(){if(!this.axis.isXAxis){if(this.oldStacks)var t=this.stacks=this.oldStacks;d(t,(function(t){d(t,(function(t){t.cumulative=t.total}))}))}},t.prototype.resetStacks=function(){var t=this,e=t.stacks;t.axis.isXAxis||d(e,(function(e){d(e,(function(n,i){l(n.touched)&&n.touched<t.stacksTouched?(n.destroy(),delete e[i]):(n.total=null,n.cumulative=null)}))}))},t.prototype.renderStackTotals=function(){var t=this.axis,e=t.chart,n=e.renderer,i=this.stacks;t=r(e,t.options.stackLabels&&t.options.stackLabels.animation||!1);var o=this.stackTotalGroup=this.stackTotalGroup||n.g("stack-labels").attr({visibility:"visible",zIndex:6,opacity:0}).add();o.translate(e.plotLeft,e.plotTop),d(i,(function(t){d(t,(function(t){t.render(o)}))})),o.animate({opacity:1},t)},t}();t.Additions=c}(i||(i={})),i})),e(n,"Extensions/Stacking.js",[n["Core/Axis/Axis.js"],n["Core/Chart/Chart.js"],n["Core/FormatUtilities.js"],n["Core/Globals.js"],n["Core/Series/Series.js"],n["Core/Axis/StackingAxis.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,a){var s=n.format,l=a.correctFloat,d=a.defined,c=a.destroyObjectProperties,u=a.isArray,h=a.isNumber,p=a.objectEach,f=a.pick,g=function(){function t(t,e,n,i,r){var o=t.chart.inverted;this.axis=t,this.isNegative=n,this.options=e=e||{},this.x=i,this.total=null,this.points={},this.hasValidPoints=!1,this.stack=r,this.rightCliff=this.leftCliff=0,this.alignOptions={align:e.align||(o?n?"left":"right":"center"),verticalAlign:e.verticalAlign||(o?"middle":n?"bottom":"top"),y:e.y,x:e.x},this.textAlign=e.textAlign||(o?n?"right":"left":"center")}return t.prototype.destroy=function(){c(this,this.axis)},t.prototype.render=function(t){var e=this.axis.chart,n=this.options,i=n.format;i=i?s(i,this,e):n.formatter.call(this),this.label?this.label.attr({text:i,visibility:"hidden"}):(this.label=e.renderer.label(i,null,null,n.shape,null,null,n.useHTML,!1,"stack-labels"),i={r:n.borderRadius||0,text:i,rotation:n.rotation,padding:f(n.padding,5),visibility:"hidden"},e.styledMode||(i.fill=n.backgroundColor,i.stroke=n.borderColor,i["stroke-width"]=n.borderWidth,this.label.css(n.style)),this.label.attr(i),this.label.added||this.label.add(t)),this.label.labelrank=e.plotSizeY},t.prototype.setOffset=function(t,e,n,i,o){var a=this.axis,s=a.chart;i=a.translate(a.stacking.usePercentage?100:i||this.total,0,0,0,1),n=a.translate(n||0),n=d(i)&&Math.abs(i-n),t=f(o,s.xAxis[0].translate(this.x))+t,a=d(i)&&this.getStackBox(s,this,t,i,e,n,a),e=this.label,n=this.isNegative,t="justify"===f(this.options.overflow,"justify");var l=this.textAlign;e&&a&&(o=e.getBBox(),i=e.padding,l="left"===l?s.inverted?-i:i:"right"===l?o.width:s.inverted&&"center"===l?o.width/2:s.inverted?n?o.width+i:-i:o.width/2,n=s.inverted?o.height/2:n?-i:o.height,this.alignOptions.x=f(this.options.x,0),this.alignOptions.y=f(this.options.y,0),a.x-=l,a.y-=n,e.align(this.alignOptions,null,a),s.isInsidePlot(e.alignAttr.x+l-this.alignOptions.x,e.alignAttr.y+n-this.alignOptions.y)?e.show():(e.alignAttr.y=-9999,t=!1),t&&r.prototype.justifyDataLabel.call(this.axis,e,this.alignOptions,e.alignAttr,o,a),e.attr({x:e.alignAttr.x,y:e.alignAttr.y}),f(!t&&this.options.crop,!0)&&((s=h(e.x)&&h(e.y)&&s.isInsidePlot(e.x-i+e.width,e.y)&&s.isInsidePlot(e.x+i,e.y))||e.hide()))},t.prototype.getStackBox=function(t,e,n,i,r,o,a){var s=e.axis.reversed,l=t.inverted,d=a.height+a.pos-(l?t.plotLeft:t.plotTop);return e=e.isNegative&&!s||!e.isNegative&&s,{x:l?e?i-a.right:i-o+a.pos-t.plotLeft:n+t.xAxis[0].transB-t.plotLeft,y:l?a.height-n-r:e?d-i-o:d-i,width:l?o:r,height:l?r:o}},t}();return e.prototype.getStacks=function(){var t=this,e=t.inverted;t.yAxis.forEach((function(t){t.stacking&&t.stacking.stacks&&t.hasVisibleSeries&&(t.stacking.oldStacks=t.stacking.stacks)})),t.series.forEach((function(n){var i=n.xAxis&&n.xAxis.options||{};!n.options.stacking||!0!==n.visible&&!1!==t.options.chart.ignoreHiddenSeries||(n.stackKey=[n.type,f(n.options.stack,""),e?i.top:i.left,e?i.height:i.width].join())}))},o.compose(t),r.prototype.setGroupedPoints=function(){var t=this.yAxis.stacking;this.options.centerInCategory&&(this.is("column")||this.is("columnrange"))&&!this.options.stacking&&1<this.chart.series.length?r.prototype.setStackedPoints.call(this,"group"):t&&p(t.stacks,(function(e,n){"group"===n.slice(-5)&&(p(e,(function(t){return t.destroy()})),delete t.stacks[n])}))},r.prototype.setStackedPoints=function(t){var e=t||this.options.stacking;if(e&&(!0===this.visible||!1===this.chart.options.chart.ignoreHiddenSeries)){var n=this.processedXData,i=this.processedYData,r=[],o=i.length,a=this.options,s=a.threshold,c=f(a.startFromThreshold&&s,0);a=a.stack;var h,p,m="-"+(t=t?this.type+","+e:this.stackKey),v=this.negStacks,b=this.yAxis,y=b.stacking.stacks,x=b.stacking.oldStacks;for(b.stacking.stacksTouched+=1,p=0;p<o;p++){var _=n[p],O=i[p],w=this.getStackIndicator(w,_,this.index),$=w.key,C=(h=v&&O<(c?0:s))?m:t;y[C]||(y[C]={}),y[C][_]||(x[C]&&x[C][_]?(y[C][_]=x[C][_],y[C][_].total=null):y[C][_]=new g(b,b.options.stackLabels,h,_,a)),C=y[C][_],null!==O?(C.points[$]=C.points[this.index]=[f(C.cumulative,c)],d(C.cumulative)||(C.base=$),C.touched=b.stacking.stacksTouched,0<w.index&&!1===this.singleStacks&&(C.points[$][0]=C.points[this.index+","+_+",0"][0])):C.points[$]=C.points[this.index]=null,"percent"===e?(h=h?t:m,v&&y[h]&&y[h][_]?(h=y[h][_],C.total=h.total=Math.max(h.total,C.total)+Math.abs(O)||0):C.total=l(C.total+(Math.abs(O)||0))):"group"===e?(u(O)&&(O=O[0]),null!==O&&(C.total=(C.total||0)+1)):C.total=l(C.total+(O||0)),C.cumulative="group"===e?(C.total||1)-1:f(C.cumulative,c)+(O||0),null!==O&&(C.points[$].push(C.cumulative),r[p]=C.cumulative,C.hasValidPoints=!0)}"percent"===e&&(b.stacking.usePercentage=!0),"group"!==e&&(this.stackedYData=r),b.stacking.oldStacks={}}},r.prototype.modifyStacks=function(){var t,e=this,n=e.stackKey,i=e.yAxis.stacking.stacks,r=e.processedXData,o=e.options.stacking;e[o+"Stacker"]&&[n,"-"+n].forEach((function(n){for(var a,s,l=r.length;l--;)a=r[l],t=e.getStackIndicator(t,a,e.index,n),(s=(a=i[n]&&i[n][a])&&a.points[t.key])&&e[o+"Stacker"](s,a,l)}))},r.prototype.percentStacker=function(t,e,n){e=e.total?100/e.total:0,t[0]=l(t[0]*e),t[1]=l(t[1]*e),this.stackedYData[n]=t[1]},r.prototype.getStackIndicator=function(t,e,n,i){return!d(t)||t.x!==e||i&&t.key!==i?t={x:e,index:0,key:i}:t.index++,t.key=[n,e,t.index].join(),t},i.StackItem=g,i.StackItem})),e(n,"Series/Line/LineSeries.js",[n["Core/Series/Series.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=n.defined,o=n.merge;return n=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return i(n,e),n.prototype.drawGraph=function(){var t=this,e=this.options,n=(this.gappedPath||this.getGraphPath).call(this),i=this.chart.styledMode,r=[["graph","highcharts-graph"]];i||r[0].push(e.lineColor||this.color||"#cccccc",e.dashStyle),(r=t.getZonesGraphs(r)).forEach((function(r,o){var a=r[0],s=t[a],l=s?"animate":"attr";s?(s.endX=t.preventGraphAnimation?null:n.xMap,s.animate({d:n})):n.length&&(t[a]=s=t.chart.renderer.path(n).addClass(r[1]).attr({zIndex:1}).add(t.group)),s&&!i&&(a={stroke:r[2],"stroke-width":e.lineWidth,fill:t.fillGraph&&t.color||"none"},r[3]?a.dashstyle=r[3]:"square"!==e.linecap&&(a["stroke-linecap"]=a["stroke-linejoin"]="round"),s[l](a).shadow(2>o&&e.shadow)),s&&(s.startX=n.xMap,s.isArea=n.isArea)}))},n.prototype.getGraphPath=function(t,e,n){var i,o=this,a=o.options,s=[],l=[],d=a.step,c=(t=t||o.points).reversed;return c&&t.reverse(),(d={right:1,center:2}[d]||d&&3)&&c&&(d=4-d),(t=this.getValidPoints(t,!1,!(a.connectNulls&&!e&&!n))).forEach((function(c,u){var h=c.plotX,p=c.plotY,f=t[u-1];(c.leftCliff||f&&f.rightCliff)&&!n&&(i=!0),c.isNull&&!r(e)&&0<u?i=!a.connectNulls:c.isNull&&!e?i=!0:(0===u||i?u=[["M",c.plotX,c.plotY]]:o.getPointSpline?u=[o.getPointSpline(t,c,u)]:d?(u=1===d?[["L",f.plotX,p]]:2===d?[["L",(f.plotX+h)/2,f.plotY],["L",(f.plotX+h)/2,p]]:[["L",h,f.plotY]]).push(["L",h,p]):u=[["L",h,p]],l.push(c.x),d&&(l.push(c.x),2===d&&l.push(c.x)),s.push.apply(s,u),i=!1)})),s.xMap=l,o.graphPath=s},n.prototype.getZonesGraphs=function(t){return this.zones.forEach((function(e,n){n=["zone-graph-"+n,"highcharts-graph highcharts-zone-graph-"+n+" "+(e.className||"")],this.chart.styledMode||n.push(e.color||this.color,e.dashStyle||this.options.dashStyle),t.push(n)}),this),t},n.defaultOptions=o(t.defaultOptions,{}),n}(t),e.registerSeriesType("line",n),n})),e(n,"Series/Area/AreaSeries.js",[n["Core/Color/Color.js"],n["Core/Legend/LegendSymbol.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=t.parse,a=n.seriesTypes.line;t=i.extend;var s=i.merge,l=i.objectEach,d=i.pick;return i=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return r(e,t),e.prototype.drawGraph=function(){this.areaPath=[],t.prototype.drawGraph.apply(this);var e=this,n=this.areaPath,i=this.options,r=[["area","highcharts-area",this.color,i.fillColor]];this.zones.forEach((function(t,n){r.push(["zone-area-"+n,"highcharts-area highcharts-zone-area-"+n+" "+t.className,t.color||e.color,t.fillColor||i.fillColor])})),r.forEach((function(t){var r=t[0],a=e[r],s=a?"animate":"attr",l={};a?(a.endX=e.preventGraphAnimation?null:n.xMap,a.animate({d:n})):(l.zIndex=0,(a=e[r]=e.chart.renderer.path(n).addClass(t[1]).add(e.group)).isArea=!0),e.chart.styledMode||(l.fill=d(t[3],o(t[2]).setOpacity(d(i.fillOpacity,.75)).get())),a[s](l),a.startX=n.xMap,a.shiftUnit=i.step?2:1}))},e.prototype.getGraphPath=function(t){var e,n=a.prototype.getGraphPath,i=this.options,r=i.stacking,o=this.yAxis,s=[],l=[],c=this.index,u=o.stacking.stacks[this.stackKey],h=i.threshold,p=Math.round(o.getThreshold(i.threshold));i=d(i.connectNulls,"percent"===r);var f=function(e,n,i){var a=t[e];e=r&&u[a.x].points[c];var d=a[i+"Null"]||0;if(i=a[i+"Cliff"]||0,a=!0,i||d){var f=(d?e[0]:e[1])+i,g=e[0]+i;a=!!d}else!r&&t[n]&&t[n].isNull&&(f=g=h);void 0!==f&&(l.push({plotX:m,plotY:null===f?p:o.getThreshold(f),isNull:a,isCliff:!0}),s.push({plotX:m,plotY:null===g?p:o.getThreshold(g),doCurve:!1}))};for(t=t||this.points,r&&(t=this.getStackPoints(t)),e=0;e<t.length;e++){r||(t[e].leftCliff=t[e].rightCliff=t[e].leftNull=t[e].rightNull=void 0);var g=t[e].isNull,m=d(t[e].rectPlotX,t[e].plotX),v=r?d(t[e].yBottom,p):p;g&&!i||(i||f(e,e-1,"left"),g&&!r&&i||(l.push(t[e]),s.push({x:e,plotX:m,plotY:v})),i||f(e,e+1,"right"))}return e=n.call(this,l,!0,!0),s.reversed=!0,(v=(g=n.call(this,s,!0,!0))[0])&&"M"===v[0]&&(g[0]=["L",v[1],v[2]]),(g=e.concat(g)).length&&g.push(["Z"]),n=n.call(this,l,!1,i),g.xMap=e.xMap,this.areaPath=g,n},e.prototype.getStackPoints=function(t){var e=this,n=[],i=[],r=this.xAxis,o=this.yAxis,a=o.stacking.stacks[this.stackKey],s={},c=o.series,u=c.length,h=o.options.reversedStacks?1:-1,p=c.indexOf(e);if(t=t||this.points,this.options.stacking){for(var f=0;f<t.length;f++)t[f].leftNull=t[f].rightNull=void 0,s[t[f].x]=t[f];l(a,(function(t,e){null!==t.total&&i.push(e)})),i.sort((function(t,e){return t-e}));var g=c.map((function(t){return t.visible}));i.forEach((function(t,l){var f,m,v=0;if(s[t]&&!s[t].isNull)n.push(s[t]),[-1,1].forEach((function(n){var r=1===n?"rightNull":"leftNull",o=0,d=a[i[l+n]];if(d)for(var v=p;0<=v&&v<u;){var b=c[v].index;(f=d.points[b])||(b===e.index?s[t][r]=!0:g[v]&&(m=a[t].points[b])&&(o-=m[1]-m[0])),v+=h}s[t][1===n?"rightCliff":"leftCliff"]=o}));else{for(var b=p;0<=b&&b<u;){if(f=a[t].points[c[b].index]){v=f[1];break}b+=h}v=d(v,0),v=o.translate(v,0,1,0,1),n.push({isNull:!0,plotX:r.translate(t,0,0,0,1),x:t,plotY:v,yBottom:v})}}))}return n},e.defaultOptions=s(a.defaultOptions,{threshold:0}),e}(a),t(i.prototype,{singleStacks:!1,drawLegendSymbol:e.drawRectangle}),n.registerSeriesType("area",i),i})),e(n,"Series/Spline/SplineSeries.js",[n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e){var n=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),i=t.seriesTypes.line,r=e.merge,o=e.pick;return e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return n(e,t),e.prototype.getPointSpline=function(t,e,n){var i=e.plotX||0,r=e.plotY||0,a=t[n-1];if(n=t[n+1],a&&!a.isNull&&!1!==a.doCurve&&!e.isCliff&&n&&!n.isNull&&!1!==n.doCurve&&!e.isCliff){t=a.plotY||0;var s=n.plotX||0;n=n.plotY||0;var l=0,d=(1.5*i+(a.plotX||0))/2.5,c=(1.5*r+t)/2.5,u=(1.5*r+n)/2.5;(s=(1.5*i+s)/2.5)!==d&&(l=(u-c)*(s-i)/(s-d)+r-u),u+=l,(c+=l)>t&&c>r?u=2*r-(c=Math.max(t,r)):c<t&&c<r&&(u=2*r-(c=Math.min(t,r))),u>n&&u>r?c=2*r-(u=Math.max(n,r)):u<n&&u<r&&(c=2*r-(u=Math.min(n,r))),e.rightContX=s,e.rightContY=u}return e=["C",o(a.rightContX,a.plotX,0),o(a.rightContY,a.plotY,0),o(d,i,0),o(c,r,0),i,r],a.rightContX=a.rightContY=void 0,e},e.defaultOptions=r(i.defaultOptions),e}(i),t.registerSeriesType("spline",e),e})),e(n,"Series/AreaSpline/AreaSplineSeries.js",[n["Series/Area/AreaSeries.js"],n["Series/Spline/SplineSeries.js"],n["Core/Legend/LegendSymbol.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r){var o=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),a=t.prototype,s=r.extend,l=r.merge;return s((r=function(n){function i(){var t=null!==n&&n.apply(this,arguments)||this;return t.data=void 0,t.points=void 0,t.options=void 0,t}return o(i,n),i.defaultOptions=l(e.defaultOptions,t.defaultOptions),i}(e)).prototype,{getGraphPath:a.getGraphPath,getStackPoints:a.getStackPoints,drawGraph:a.drawGraph,drawLegendSymbol:n.drawRectangle}),i.registerSeriesType("areaspline",r),r})),e(n,"Series/Column/ColumnSeries.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Legend/LegendSymbol.js"],n["Core/Series/Series.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,a){var s=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),l=t.animObject,d=e.parse,c=n.hasTouch;t=n.noop;var u=a.clamp,h=a.css,p=a.defined,f=a.extend,g=a.fireEvent,m=a.isArray,v=a.isNumber,b=a.merge,y=a.pick,x=a.objectEach;return a=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.borderWidth=void 0,e.data=void 0,e.group=void 0,e.options=void 0,e.points=void 0,e}return s(e,t),e.prototype.animate=function(t){var e=this,n=this.yAxis,i=e.options,r=this.chart.inverted,o={},a=r?"translateX":"translateY";if(t)o.scaleY=.001,t=u(n.toPixels(i.threshold),n.pos,n.pos+n.len),r?o.translateX=t-n.len:o.translateY=t,e.clipBox&&e.setClip(),e.group.attr(o);else{var s=Number(e.group.attr(a));e.group.animate({scaleY:1},f(l(e.options.animation),{step:function(t,i){e.group&&(o[a]=s+i.pos*(n.pos-s),e.group.attr(o))}}))}},e.prototype.init=function(e,n){t.prototype.init.apply(this,arguments);var i=this;(e=i.chart).hasRendered&&e.series.forEach((function(t){t.type===i.type&&(t.isDirty=!0)}))},e.prototype.getColumnMetrics=function(){var t=this,e=t.options,n=t.xAxis,i=t.yAxis,r=n.options.reversedStacks;r=n.reversed&&!r||!n.reversed&&r;var o,a={},s=0;!1===e.grouping?s=1:t.chart.series.forEach((function(e){var n=e.yAxis,r=e.options;if(e.type===t.type&&(e.visible||!t.chart.options.chart.ignoreHiddenSeries)&&i.len===n.len&&i.pos===n.pos){if(r.stacking&&"group"!==r.stacking){o=e.stackKey,void 0===a[o]&&(a[o]=s++);var l=a[o]}else!1!==r.grouping&&(l=s++);e.columnIndex=l}}));var l=Math.min(Math.abs(n.transA)*(n.ordinal&&n.ordinal.slope||e.pointRange||n.closestPointRange||n.tickInterval||1),n.len),d=l*e.groupPadding,c=(l-2*d)/(s||1);return e=Math.min(e.maxPointWidth||n.len,y(e.pointWidth,c*(1-2*e.pointPadding))),t.columnMetrics={width:e,offset:(c-e)/2+(d+((t.columnIndex||0)+(r?1:0))*c-l/2)*(r?-1:1),paddedWidth:c,columnCount:s},t.columnMetrics},e.prototype.crispCol=function(t,e,n,i){var r=this.chart,o=this.borderWidth,a=-(o%2?.5:0);return o=o%2?.5:1,r.inverted&&r.renderer.isVML&&(o+=1),this.options.crisp&&(n=Math.round(t+n)+a,n-=t=Math.round(t)+a),i=Math.round(e+i)+o,a=.5>=Math.abs(e)&&.5<i,i-=e=Math.round(e)+o,a&&i&&(--e,i+=1),{x:t,y:e,width:n,height:i}},e.prototype.adjustForMissingColumns=function(t,e,n,i){var r=this,o=this.options.stacking;if(!n.isNull&&1<i.columnCount){var a=0,s=0;x(this.yAxis.stacking&&this.yAxis.stacking.stacks,(function(t){if("number"==typeof n.x&&(t=t[n.x.toString()])){var e=t.points[r.index],i=t.total;o?(e&&(a=s),t.hasValidPoints&&s++):m(e)&&(a=e[1],s=i||0)}})),t=(n.plotX||0)+((s-1)*i.paddedWidth+e)/2-e-a*i.paddedWidth}return t},e.prototype.translate=function(){var t=this,e=t.chart,n=t.options,i=t.dense=2>t.closestPointRange*t.xAxis.transA;i=t.borderWidth=y(n.borderWidth,i?0:1);var o=t.xAxis,a=t.yAxis,s=n.threshold,l=t.translatedThreshold=a.getThreshold(s),d=y(n.minPointLength,5),c=t.getColumnMetrics(),h=c.width,f=t.pointXOffset=c.offset,g=t.dataMin,m=t.dataMax,b=t.barW=Math.max(h,1+2*i);e.inverted&&(l-=.5),n.pointPadding&&(b=Math.ceil(b)),r.prototype.translate.apply(t),t.points.forEach((function(i){var r=y(i.yBottom,l),x=999+Math.abs(r),_=i.plotX||0;x=u(i.plotY,-x,a.len+x);var O=Math.min(x,r),w=Math.max(x,r)-O,$=h,C=_+f,k=b;d&&Math.abs(w)<d&&(w=d,_=!a.reversed&&!i.negative||a.reversed&&i.negative,v(s)&&v(m)&&i.y===s&&m<=s&&(a.min||0)<s&&(g!==m||(a.max||0)<=s)&&(_=!_),O=Math.abs(O-l)>d?r-d:l-(_?d:0)),p(i.options.pointWidth)&&($=k=Math.ceil(i.options.pointWidth),C-=Math.round(($-h)/2)),n.centerInCategory&&(C=t.adjustForMissingColumns(C,$,i,c)),i.barX=C,i.pointWidth=$,i.tooltipPos=e.inverted?[u(a.len+a.pos-e.plotLeft-x,a.pos-e.plotLeft,a.len+a.pos-e.plotLeft),o.len+o.pos-e.plotTop-C-k/2,w]:[o.left-e.plotLeft+C+k/2,u(x+a.pos-e.plotTop,a.pos-e.plotTop,a.len+a.pos-e.plotTop),w],i.shapeType=t.pointClass.prototype.shapeType||"rect",i.shapeArgs=t.crispCol.apply(t,i.isNull?[C,l,k,0]:[C,O,k,w])}))},e.prototype.drawGraph=function(){this.group[this.dense?"addClass":"removeClass"]("highcharts-dense-data")},e.prototype.pointAttribs=function(t,e){var n=this.options,i=this.pointAttrToOptions||{},r=i.stroke||"borderColor",o=i["stroke-width"]||"borderWidth",a=t&&t.color||this.color,s=t&&t[r]||n[r]||a;i=t&&t.options.dashStyle||n.dashStyle;var l=t&&t[o]||n[o]||this[o]||0,c=y(t&&t.opacity,n.opacity,1);if(t&&this.zones.length){var u=t.getZone();a=t.options.color||u&&(u.color||t.nonZonedColor)||this.color,u&&(s=u.borderColor||s,i=u.dashStyle||i,l=u.borderWidth||l)}return e&&t&&(e=(t=b(n.states[e],t.options.states&&t.options.states[e]||{})).brightness,a=t.color||void 0!==e&&d(a).brighten(t.brightness).get()||a,s=t[r]||s,l=t[o]||l,i=t.dashStyle||i,c=y(t.opacity,c)),r={fill:a,stroke:s,"stroke-width":l,opacity:c},i&&(r.dashstyle=i),r},e.prototype.drawPoints=function(){var t,e=this,n=this.chart,i=e.options,r=n.renderer,o=i.animationLimit||250;e.points.forEach((function(a){var s=a.graphic,l=!!s,d=s&&n.pointCount<o?"animate":"attr";v(a.plotY)&&null!==a.y?(t=a.shapeArgs,s&&a.hasNewShapeType()&&(s=s.destroy()),e.enabledDataSorting&&(a.startXPos=e.xAxis.reversed?-(t&&t.width||0):e.xAxis.width),s||(a.graphic=s=r[a.shapeType](t).add(a.group||e.group))&&e.enabledDataSorting&&n.hasRendered&&n.pointCount<o&&(s.attr({x:a.startXPos}),l=!0,d="animate"),s&&l&&s[d](b(t)),i.borderRadius&&s[d]({r:i.borderRadius}),n.styledMode||s[d](e.pointAttribs(a,a.selected&&"select")).shadow(!1!==a.allowShadow&&i.shadow,null,i.stacking&&!i.borderRadius),s&&(s.addClass(a.getClassName(),!0),s.attr({visibility:a.visible?"inherit":"hidden"}))):s&&(a.graphic=s.destroy())}))},e.prototype.drawTracker=function(){var t,e=this,n=e.chart,i=n.pointer,r=function(t){var e=i.getPointFromEvent(t);void 0!==e&&(i.isDirectTouch=!0,e.onMouseOver(t))};e.points.forEach((function(e){t=m(e.dataLabels)?e.dataLabels:e.dataLabel?[e.dataLabel]:[],e.graphic&&(e.graphic.element.point=e),t.forEach((function(t){t.div?t.div.point=e:t.element.point=e}))})),e._hasTracking||(e.trackerGroups.forEach((function(t){e[t]&&(e[t].addClass("highcharts-tracker").on("mouseover",r).on("mouseout",(function(t){i.onTrackerMouseOut(t)})),c&&e[t].on("touchstart",r),!n.styledMode&&e.options.cursor&&e[t].css(h).css({cursor:e.options.cursor}))})),e._hasTracking=!0),g(this,"afterDrawTracker")},e.prototype.remove=function(){var t=this,e=t.chart;e.hasRendered&&e.series.forEach((function(e){e.type===t.type&&(e.isDirty=!0)})),r.prototype.remove.apply(t,arguments)},e.defaultOptions=b(r.defaultOptions,{borderRadius:0,centerInCategory:!1,groupPadding:.2,marker:null,pointPadding:.1,minPointLength:0,cropThreshold:50,pointRange:null,states:{hover:{halo:!1,brightness:.1},select:{color:"#cccccc",borderColor:"#000000"}},dataLabels:{align:void 0,verticalAlign:void 0,y:void 0},startFromThreshold:!0,stickyTracking:!1,tooltip:{distance:6},threshold:0,borderColor:"#ffffff"}),e}(r),f(a.prototype,{cropShoulder:0,directTouch:!0,drawLegendSymbol:i.drawRectangle,getSymbol:t,negStacks:!0,trackerGroups:["group","dataLabelsGroup"]}),o.registerSeriesType("column",a),a})),e(n,"Core/Series/DataLabel.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/FormatUtilities.js"],n["Core/Utilities.js"]],(function(t,e,n){var i,r=t.getDeferredAnimation,o=e.format,a=n.defined,s=n.extend,l=n.fireEvent,d=n.isArray,c=n.merge,u=n.objectEach,h=n.pick,p=n.splat;return function(t){function e(t,e,n,i,r){var o=this,a=this.chart,l=this.isCartesian&&a.inverted,d=this.enabledDataSorting,c=h(t.dlBox&&t.dlBox.centerX,t.plotX,-9999),u=h(t.plotY,-9999),p=e.getBBox(),f=n.rotation,g=n.align,m=a.isInsidePlot(c,Math.round(u),{inverted:l,paneCoordinates:!0,series:o}),v=function(n){d&&o.xAxis&&!b&&o.setDataLabelStartPos(t,e,r,m,n)},b="justify"===h(n.overflow,d?"none":"justify"),y=this.visible&&!1!==t.visible&&(t.series.forceDL||d&&!b||m||h(n.inside,!!this.options.stacking)&&i&&a.isInsidePlot(c,l?i.x+1:i.y+i.height-1,{inverted:l,paneCoordinates:!0,series:o}));if(y){var x=a.renderer.fontMetrics(a.styledMode?void 0:n.style.fontSize,e).b;i=s({x:l?this.yAxis.len-u:c,y:Math.round(l?this.xAxis.len-c:u),width:0,height:0},i),s(n,{width:p.width,height:p.height}),f?(b=!1,c=a.renderer.rotCorr(x,f),v(c={x:i.x+(n.x||0)+i.width/2+c.x,y:i.y+(n.y||0)+{top:0,middle:.5,bottom:1}[n.verticalAlign]*i.height}),e[r?"attr":"animate"](c).attr({align:g}),v=180<(v=(f+720)%360)&&360>v,"left"===g?c.y-=v?p.height:0:"center"===g?(c.x-=p.width/2,c.y-=p.height/2):"right"===g&&(c.x-=p.width,c.y-=v?0:p.height),e.placed=!0,e.alignAttr=c):(v(i),e.align(n,void 0,i),c=e.alignAttr),b&&0<=i.height?this.justifyDataLabel(e,n,c,p,i,r):h(n.crop,!0)&&(y=a.isInsidePlot(c.x,c.y,{paneCoordinates:!0,series:o})&&a.isInsidePlot(c.x+p.width,c.y+p.height,{paneCoordinates:!0,series:o})),n.shape&&!f&&e[r?"attr":"animate"]({anchorX:l?a.plotWidth-t.plotY:t.plotX,anchorY:l?a.plotHeight-t.plotX:t.plotY})}r&&d&&(e.placed=!1),y||d&&!b||(e.hide(!0),e.placed=!1)}function n(){var t=this,e=t.chart,n=t.options,i=t.points,s=t.hasRendered||0,c=e.renderer,g=n.dataLabels,m=g.animation;if(m=g.defer?r(e,m,t):{defer:0,duration:0},g=f(f(e.options.plotOptions&&e.options.plotOptions.series&&e.options.plotOptions.series.dataLabels,e.options.plotOptions&&e.options.plotOptions[t.type]&&e.options.plotOptions[t.type].dataLabels),g),l(this,"drawDataLabels"),d(g)||g.enabled||t._hasPointLabels){var v=t.plotGroup("dataLabelsGroup","data-labels",s?"inherit":"hidden",g.zIndex||6);v.attr({opacity:+s}),!s&&(s=t.dataLabelsGroup)&&(t.visible&&v.show(!0),s[n.animation?"animate":"attr"]({opacity:1},m)),i.forEach((function(i){p(f(g,i.dlOptions||i.options&&i.options.dataLabels)).forEach((function(r,s){var l=r.enabled&&(!i.isNull||i.dataLabelOnNull)&&function(t,e){var n=e.filter;return!n||(e=n.operator,t=t[n.property],n=n.value,">"===e&&t>n||"<"===e&&t<n||">="===e&&t>=n||"<="===e&&t<=n||"=="===e&&t==n||"==="===e&&t===n)}(i,r),d=i.connectors?i.connectors[s]:i.connector,p=i.dataLabels?i.dataLabels[s]:i.dataLabel,f=h(r.distance,i.labelDistance),g=!p;if(l){var m=i.getLabelConfig(),b=h(r[i.formatPrefix+"Format"],r.format);m=a(b)?o(b,m,e):(r[i.formatPrefix+"Formatter"]||r.formatter).call(m,r),b=r.style;var y=r.rotation;e.styledMode||(b.color=h(r.color,b.color,t.color,"#000000"),"contrast"===b.color?(i.contrastColor=c.getContrast(i.color||t.color),b.color=!a(f)&&r.inside||0>f||n.stacking?i.contrastColor:"#000000"):delete i.contrastColor,n.cursor&&(b.cursor=n.cursor));var x={r:r.borderRadius||0,rotation:y,padding:r.padding,zIndex:1};e.styledMode||(x.fill=r.backgroundColor,x.stroke=r.borderColor,x["stroke-width"]=r.borderWidth),u(x,(function(t,e){void 0===t&&delete x[e]}))}!p||l&&a(m)&&!!p.div==!!r.useHTML||(i.dataLabel=p=i.dataLabel&&i.dataLabel.destroy(),i.dataLabels&&(1===i.dataLabels.length?delete i.dataLabels:delete i.dataLabels[s]),s||delete i.dataLabel,d&&(i.connector=i.connector.destroy(),i.connectors&&(1===i.connectors.length?delete i.connectors:delete i.connectors[s]))),l&&a(m)&&(p?x.text=m:(i.dataLabels=i.dataLabels||[],p=i.dataLabels[s]=y?c.text(m,0,-9999,r.useHTML).addClass("highcharts-data-label"):c.label(m,0,-9999,r.shape,null,null,r.useHTML,null,"data-label"),s||(i.dataLabel=p),p.addClass(" highcharts-data-label-color-"+i.colorIndex+" "+(r.className||"")+(r.useHTML?" highcharts-tracker":""))),p.options=r,p.attr(x),e.styledMode||p.css(b).shadow(r.shadow),p.added||p.add(v),r.textPath&&!r.useHTML&&(p.setTextPath(i.getDataLabelPath&&i.getDataLabelPath(p)||i.graphic,r.textPath),i.dataLabelPath&&!r.textPath.enabled&&(i.dataLabelPath=i.dataLabelPath.destroy())),t.alignDataLabel(i,p,r,null,g))}))}))}l(this,"afterDrawDataLabels")}function i(t,e,n,i,r,o){var a=this.chart,s=e.align,l=e.verticalAlign,d=t.box?0:t.padding||0,c=e.x;c=void 0===c?0:c;var u=e.y;u=void 0===u?0:u;var h=(n.x||0)+d;if(0>h){"right"===s&&0<=c?(e.align="left",e.inside=!0):c-=h;var p=!0}return(h=(n.x||0)+i.width-d)>a.plotWidth&&("left"===s&&0>=c?(e.align="right",e.inside=!0):c+=a.plotWidth-h,p=!0),0>(h=n.y+d)&&("bottom"===l&&0<=u?(e.verticalAlign="top",e.inside=!0):u-=h,p=!0),(h=(n.y||0)+i.height-d)>a.plotHeight&&("top"===l&&0>=u?(e.verticalAlign="bottom",e.inside=!0):u+=a.plotHeight-h,p=!0),p&&(e.x=c,e.y=u,t.placed=!o,t.align(e,void 0,r)),p}function f(t,e){var n,i=[];if(d(t)&&!d(e))i=t.map((function(t){return c(t,e)}));else if(d(e)&&!d(t))i=e.map((function(e){return c(t,e)}));else if(d(t)||d(e))for(n=Math.max(t.length,e.length);n--;)i[n]=c(t[n],e[n]);else i=c(t,e);return i}function g(t,e,n,i,r){var o=this.chart,a=o.inverted,s=this.xAxis,l=s.reversed,d=a?e.height/2:e.width/2;t=(t=t.pointWidth)?t/2:0,e.startXPos=a?r.x:l?-d-t:s.width-d+t,e.startYPos=a?l?this.yAxis.height-d+t:-d-t:r.y,i?"hidden"===e.visibility&&(e.show(),e.attr({opacity:0}).animate({opacity:1})):e.attr({opacity:1}).animate({opacity:0},void 0,e.hide),o.hasRendered&&(n&&e.attr({x:e.startXPos,y:e.startYPos}),e.placed=!0)}var m=[];t.compose=function(t){if(-1===m.indexOf(t)){var r=t.prototype;m.push(t),r.alignDataLabel=e,r.drawDataLabels=n,r.justifyDataLabel=i,r.setDataLabelStartPos=g}}}(i||(i={})),i})),e(n,"Series/Column/ColumnDataLabel.js",[n["Core/Series/DataLabel.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n){var i,r=e.series,o=n.merge,a=n.pick;return function(e){function n(t,e,n,i,s){var l=this.chart.inverted,d=t.series,c=(d.xAxis?d.xAxis.len:this.chart.plotSizeX)||0;d=(d.yAxis?d.yAxis.len:this.chart.plotSizeY)||0;var u=t.dlBox||t.shapeArgs,h=a(t.below,t.plotY>a(this.translatedThreshold,d)),p=a(n.inside,!!this.options.stacking);u&&(0>(i=o(u)).y&&(i.height+=i.y,i.y=0),0<(u=i.y+i.height-d)&&u<i.height&&(i.height-=u),l&&(i={x:d-i.y-i.height,y:c-i.x-i.width,width:i.height,height:i.width}),p||(l?(i.x+=h?0:i.width,i.width=0):(i.y+=h?i.height:0,i.height=0))),n.align=a(n.align,!l||p?"center":h?"right":"left"),n.verticalAlign=a(n.verticalAlign,l||p?"middle":h?"top":"bottom"),r.prototype.alignDataLabel.call(this,t,e,n,i,s),n.inside&&t.contrastColor&&e.css({color:t.contrastColor})}var i=[];e.compose=function(e){t.compose(r),-1===i.indexOf(e)&&(i.push(e),e.prototype.alignDataLabel=n)}}(i||(i={})),i})),e(n,"Series/Bar/BarSeries.js",[n["Series/Column/ColumnSeries.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=n.extend,o=n.merge;return n=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return i(n,e),n.defaultOptions=o(t.defaultOptions,{}),n}(t),r(n.prototype,{inverted:!0}),e.registerSeriesType("bar",n),n})),e(n,"Series/Scatter/ScatterSeries.js",[n["Series/Column/ColumnSeries.js"],n["Series/Line/LineSeries.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=i.addEvent,a=i.extend,s=i.merge;return a((i=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return r(n,t),n.prototype.applyJitter=function(){var t=this,e=this.options.jitter,n=this.points.length;e&&this.points.forEach((function(i,r){["x","y"].forEach((function(o,a){var s="plot"+o.toUpperCase();if(e[o]&&!i.isNull){var l=t[o+"Axis"],d=e[o]*l.transA;if(l&&!l.isLog){var c=Math.max(0,i[s]-d);l=Math.min(l.len,i[s]+d),a=1e4*Math.sin(r+a*n),i[s]=c+(l-c)*(a-Math.floor(a)),"x"===o&&(i.clientX=i.plotX)}}}))}))},n.prototype.drawGraph=function(){this.options.lineWidth?t.prototype.drawGraph.call(this):this.graph&&(this.graph=this.graph.destroy())},n.defaultOptions=s(e.defaultOptions,{lineWidth:0,findNearestPointBy:"xy",jitter:{x:0,y:0},marker:{enabled:!0},tooltip:{headerFormat:'<span style="color:{point.color}">●</span> <span style="font-size: 10px"> {series.name}</span><br/>',pointFormat:"x: <b>{point.x}</b><br/>y: <b>{point.y}</b><br/>"}}),n}(e)).prototype,{drawTracker:t.prototype.drawTracker,sorted:!1,requireSorting:!1,noSharedTooltip:!0,trackerGroups:["group","markerGroup","dataLabelsGroup"],takeOrdinalPosition:!1}),o(i,"afterTranslate",(function(){this.applyJitter()})),n.registerSeriesType("scatter",i),i})),e(n,"Series/CenteredUtilities.js",[n["Core/Globals.js"],n["Core/Series/Series.js"],n["Core/Utilities.js"]],(function(t,e,n){var i,r=t.deg2rad,o=n.isNumber,a=n.pick,s=n.relativeLength;return function(t){t.getCenter=function(){var t=this.options,n=this.chart,i=2*(t.slicedOffset||0),r=n.plotWidth-2*i,o=n.plotHeight-2*i,l=t.center,d=Math.min(r,o),c=t.size,u=t.innerSize||0;for("string"==typeof c&&(c=parseFloat(c)),"string"==typeof u&&(u=parseFloat(u)),t=[a(l[0],"50%"),a(l[1],"50%"),a(c&&0>c?void 0:t.size,"100%"),a(u&&0>u?void 0:t.innerSize||0,"0%")],!n.angular||this instanceof e||(t[3]=0),l=0;4>l;++l)c=t[l],n=2>l||2===l&&/%$/.test(c),t[l]=s(c,[r,o,d,t[2]][l])+(n?i:0);return t[3]>t[2]&&(t[3]=t[2]),t},t.getStartAndEndRadians=function(t,e){return t=o(t)?t:0,e=o(e)&&e>t&&360>e-t?e:t+360,{start:r*(t+-90),end:r*(e+-90)}}}(i||(i={})),i})),e(n,"Series/Pie/PiePoint.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Series/Point.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=t.setAnimation,o=n.addEvent,a=n.defined;t=n.extend;var s=n.isNumber,l=n.pick,d=n.relativeLength;return e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.labelDistance=void 0,e.options=void 0,e.series=void 0,e}return i(e,t),e.prototype.getConnectorPath=function(){var t=this.labelPosition,e=this.series.options.dataLabels,n=this.connectorShapes,i=e.connectorShape;return n[i]&&(i=n[i]),i.call(this,{x:t.final.x,y:t.final.y,alignment:t.alignment},t.connectorPosition,e)},e.prototype.getTranslate=function(){return this.sliced?this.slicedTranslation:{translateX:0,translateY:0}},e.prototype.haloPath=function(t){var e=this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(e.x,e.y,e.r+t,e.r+t,{innerR:e.r-1,start:e.start,end:e.end})},e.prototype.init=function(){var e=this;t.prototype.init.apply(this,arguments),this.name=l(this.name,"Slice");var n=function(t){e.slice("select"===t.type)};return o(this,"select",n),o(this,"unselect",n),this},e.prototype.isValid=function(){return s(this.y)&&0<=this.y},e.prototype.setVisible=function(t,e){var n=this,i=this.series,r=i.chart,o=i.options.ignoreHiddenPoint;e=l(e,o),t!==this.visible&&(this.visible=this.options.visible=t=void 0===t?!this.visible:t,i.options.data[i.data.indexOf(this)]=this.options,["graphic","dataLabel","connector","shadowGroup"].forEach((function(e){n[e]&&n[e][t?"show":"hide"](t)})),this.legendItem&&r.legend.colorizeItem(this,t),t||"hover"!==this.state||this.setState(""),o&&(i.isDirty=!0),e&&r.redraw())},e.prototype.slice=function(t,e,n){var i=this.series;r(n,i.chart),l(e,!0),this.sliced=this.options.sliced=a(t)?t:!this.sliced,i.options.data[i.data.indexOf(this)]=this.options,this.graphic&&this.graphic.animate(this.getTranslate()),this.shadowGroup&&this.shadowGroup.animate(this.getTranslate())},e}(e),t(e.prototype,{connectorShapes:{fixedOffset:function(t,e,n){var i=e.breakAt;return e=e.touchingSliceAt,[["M",t.x,t.y],n.softConnector?["C",t.x+("left"===t.alignment?-5:5),t.y,2*i.x-e.x,2*i.y-e.y,i.x,i.y]:["L",i.x,i.y],["L",e.x,e.y]]},straight:function(t,e){return e=e.touchingSliceAt,[["M",t.x,t.y],["L",e.x,e.y]]},crookedLine:function(t,e,n){e=e.touchingSliceAt;var i=this.series,r=i.center[0],o=i.chart.plotWidth,a=i.chart.plotLeft;i=t.alignment;var s=this.shapeArgs.r;return n=d(n.crookDistance,1),n=["L",o="left"===i?r+s+(o+a-r-s)*(1-n):a+(r-s)*n,t.y],r=!0,("left"===i?o>t.x||o<e.x:o<t.x||o>e.x)&&(r=!1),t=[["M",t.x,t.y]],r&&t.push(n),t.push(["L",e.x,e.y]),t}}}),e})),e(n,"Series/Pie/PieSeries.js",[n["Series/CenteredUtilities.js"],n["Series/Column/ColumnSeries.js"],n["Core/Globals.js"],n["Core/Legend/LegendSymbol.js"],n["Series/Pie/PiePoint.js"],n["Core/Series/Series.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Renderer/SVG/Symbols.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,a,s,l){var d=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),c=t.getStartAndEndRadians;n=n.noop;var u=l.clamp,h=l.extend,p=l.fireEvent,f=l.merge,g=l.pick,m=l.relativeLength;return l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.center=void 0,e.data=void 0,e.maxLabelDistance=void 0,e.options=void 0,e.points=void 0,e}return d(e,t),e.prototype.animate=function(t){var e=this,n=e.points,i=e.startAngleRad;t||n.forEach((function(t){var n=t.graphic,r=t.shapeArgs;n&&r&&(n.attr({r:g(t.startR,e.center&&e.center[3]/2),start:i,end:i}),n.animate({r:r.r,start:r.start,end:r.end},e.options.animation))}))},e.prototype.drawEmpty=function(){var t=this.startAngleRad,e=this.endAngleRad,n=this.options;if(0===this.total&&this.center){var i=this.center[0],r=this.center[1];this.graph||(this.graph=this.chart.renderer.arc(i,r,this.center[1]/2,0,t,e).addClass("highcharts-empty-series").add(this.group)),this.graph.attr({d:s.arc(i,r,this.center[2]/2,0,{start:t,end:e,innerR:this.center[3]/2})}),this.chart.styledMode||this.graph.attr({"stroke-width":n.borderWidth,fill:n.fillColor||"none",stroke:n.color||"#cccccc"})}else this.graph&&(this.graph=this.graph.destroy())},e.prototype.drawPoints=function(){var t=this.chart.renderer;this.points.forEach((function(e){e.graphic&&e.hasNewShapeType()&&(e.graphic=e.graphic.destroy()),e.graphic||(e.graphic=t[e.shapeType](e.shapeArgs).add(e.series.group),e.delayedRendering=!0)}))},e.prototype.generatePoints=function(){t.prototype.generatePoints.call(this),this.updateTotals()},e.prototype.getX=function(t,e,n){var i=this.center,r=this.radii?this.radii[n.index]||0:i[2]/2;return t=Math.asin(u((t-i[1])/(r+n.labelDistance),-1,1)),i[0]+(e?-1:1)*Math.cos(t)*(r+n.labelDistance)+(0<n.labelDistance?(e?-1:1)*this.options.dataLabels.padding:0)},e.prototype.hasData=function(){return!!this.processedXData.length},e.prototype.redrawPoints=function(){var t,e,n,i,r=this,o=r.chart,a=o.renderer,s=r.options.shadow;this.drawEmpty(),!s||r.shadowGroup||o.styledMode||(r.shadowGroup=a.g("shadow").attr({zIndex:-1}).add(r.group)),r.points.forEach((function(l){var d={};if(e=l.graphic,!l.isNull&&e){var c=void 0;i=l.shapeArgs,t=l.getTranslate(),o.styledMode||(c=l.shadowGroup,s&&!c&&(c=l.shadowGroup=a.g("shadow").add(r.shadowGroup)),c&&c.attr(t),n=r.pointAttribs(l,l.selected&&"select")),l.delayedRendering?(e.setRadialReference(r.center).attr(i).attr(t),o.styledMode||e.attr(n).attr({"stroke-linejoin":"round"}).shadow(s,c),l.delayedRendering=!1):(e.setRadialReference(r.center),o.styledMode||f(!0,d,n),f(!0,d,i,t),e.animate(d)),e.attr({visibility:l.visible?"inherit":"hidden"}),e.addClass(l.getClassName(),!0)}else e&&(l.graphic=e.destroy())}))},e.prototype.sortByAngle=function(t,e){t.sort((function(t,n){return void 0!==t.angle&&(n.angle-t.angle)*e}))},e.prototype.translate=function(t){this.generatePoints();var e=this.options,n=e.slicedOffset,i=n+(e.borderWidth||0),r=c(e.startAngle,e.endAngle),o=this.startAngleRad=r.start;r=(this.endAngleRad=r.end)-o;var a=this.points,s=e.dataLabels.distance;e=e.ignoreHiddenPoint;var l,d=a.length,u=0;for(t||(this.center=t=this.getCenter()),l=0;l<d;l++){var h=a[l],f=o+u*r;!h.isValid()||e&&!h.visible||(u+=h.percentage/100);var v=o+u*r,b={x:t[0],y:t[1],r:t[2]/2,innerR:t[3]/2,start:Math.round(1e3*f)/1e3,end:Math.round(1e3*v)/1e3};h.shapeType="arc",h.shapeArgs=b,h.labelDistance=g(h.options.dataLabels&&h.options.dataLabels.distance,s),h.labelDistance=m(h.labelDistance,b.r),this.maxLabelDistance=Math.max(this.maxLabelDistance||0,h.labelDistance),(v=(v+f)/2)>1.5*Math.PI?v-=2*Math.PI:v<-Math.PI/2&&(v+=2*Math.PI),h.slicedTranslation={translateX:Math.round(Math.cos(v)*n),translateY:Math.round(Math.sin(v)*n)},b=Math.cos(v)*t[2]/2;var y=Math.sin(v)*t[2]/2;h.tooltipPos=[t[0]+.7*b,t[1]+.7*y],h.half=v<-Math.PI/2||v>Math.PI/2?1:0,h.angle=v,f=Math.min(i,h.labelDistance/5),h.labelPosition={natural:{x:t[0]+b+Math.cos(v)*h.labelDistance,y:t[1]+y+Math.sin(v)*h.labelDistance},final:{},alignment:0>h.labelDistance?"center":h.half?"right":"left",connectorPosition:{breakAt:{x:t[0]+b+Math.cos(v)*f,y:t[1]+y+Math.sin(v)*f},touchingSliceAt:{x:t[0]+b,y:t[1]+y}}}}p(this,"afterTranslate")},e.prototype.updateTotals=function(){var t,e=this.points,n=e.length,i=this.options.ignoreHiddenPoint,r=0;for(t=0;t<n;t++){var o=e[t];!o.isValid()||i&&!o.visible||(r+=o.y)}for(this.total=r,t=0;t<n;t++)(o=e[t]).percentage=0<r&&(o.visible||!i)?o.y/r*100:0,o.total=r},e.defaultOptions=f(o.defaultOptions,{center:[null,null],clip:!1,colorByPoint:!0,dataLabels:{allowOverlap:!0,connectorPadding:5,connectorShape:"fixedOffset",crookDistance:"70%",distance:30,enabled:!0,formatter:function(){return this.point.isNull?void 0:this.point.name},softConnector:!0,x:0},fillColor:void 0,ignoreHiddenPoint:!0,inactiveOtherPoints:!0,legendType:"point",marker:null,size:null,showInLegend:!1,slicedOffset:10,stickyTracking:!1,tooltip:{followPointer:!0},borderColor:"#ffffff",borderWidth:1,lineWidth:void 0,states:{hover:{brightness:.1}}}),e}(o),h(l.prototype,{axisTypes:[],directTouch:!0,drawGraph:void 0,drawLegendSymbol:i.drawRectangle,drawTracker:e.prototype.drawTracker,getCenter:t.getCenter,getSymbol:n,isCartesian:!1,noSharedTooltip:!0,pointAttribs:e.prototype.pointAttribs,pointClass:r,requireSorting:!1,searchPoint:n,trackerGroups:["group","dataLabelsGroup"]}),a.registerSeriesType("pie",l),l})),e(n,"Series/Pie/PieDataLabel.js",[n["Core/Series/DataLabel.js"],n["Core/Globals.js"],n["Core/Renderer/RendererUtilities.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r){var o,a=e.noop,s=n.distribute,l=i.series,d=r.arrayMax,c=r.clamp,u=r.defined,h=r.merge,p=r.pick,f=r.relativeLength;return function(e){function n(){var t,e,n,i,r,o,a,c,f,g,m,v,b=this,y=b.data,x=b.chart,_=b.options.dataLabels||{},O=_.connectorPadding,w=x.plotWidth,$=x.plotHeight,C=x.plotLeft,k=Math.round(x.chartWidth/3),S=b.center,j=S[2]/2,E=S[1],M=[[],[]],A=[0,0,0,0],P=b.dataLabelPositioners;b.visible&&(_.enabled||b._hasPointLabels)&&(y.forEach((function(t){t.dataLabel&&t.visible&&t.dataLabel.shortened&&(t.dataLabel.attr({width:"auto"}).css({width:"auto",textOverflow:"clip"}),t.dataLabel.shortened=!1)})),l.prototype.drawDataLabels.apply(b),y.forEach((function(t){t.dataLabel&&(t.visible?(M[t.half].push(t),t.dataLabel._pos=null,!u(_.style.width)&&!u(t.options.dataLabels&&t.options.dataLabels.style&&t.options.dataLabels.style.width)&&t.dataLabel.getBBox().width>k&&(t.dataLabel.css({width:Math.round(.7*k)+"px"}),t.dataLabel.shortened=!0)):(t.dataLabel=t.dataLabel.destroy(),t.dataLabels&&1===t.dataLabels.length&&delete t.dataLabels))})),M.forEach((function(e,n){var l,d=e.length,h=[];if(d){if(b.sortByAngle(e,n-.5),0<b.maxLabelDistance){var y=Math.max(0,E-j-b.maxLabelDistance),k=Math.min(E+j+b.maxLabelDistance,x.plotHeight);e.forEach((function(t){0<t.labelDistance&&t.dataLabel&&(t.top=Math.max(0,E-j-t.labelDistance),t.bottom=Math.min(E+j+t.labelDistance,x.plotHeight),l=t.dataLabel.getBBox().height||21,t.distributeBox={target:t.labelPosition.natural.y-t.top+l/2,size:l,rank:t.y},h.push(t.distributeBox))})),s(h,y=k+l-y,y/5)}for(m=0;m<d;m++){if(t=e[m],o=t.labelPosition,i=t.dataLabel,g=!1===t.visible?"hidden":"inherit",f=y=o.natural.y,h&&u(t.distributeBox)&&(void 0===t.distributeBox.pos?g="hidden":(a=t.distributeBox.size,f=P.radialDistributionY(t))),delete t.positionIndex,_.justify)c=P.justify(t,j,S);else switch(_.alignTo){case"connectors":c=P.alignToConnectors(e,n,w,C);break;case"plotEdges":c=P.alignToPlotEdges(i,n,w,C);break;default:c=P.radialDistributionX(b,t,f,y)}i._attr={visibility:g,align:o.alignment},v=t.options.dataLabels||{},i._pos={x:c+p(v.x,_.x)+({left:O,right:-O}[o.alignment]||0),y:f+p(v.y,_.y)-10},o.final.x=c,o.final.y=f,p(_.crop,!0)&&(r=i.getBBox().width,y=null,c-r<O&&1===n?(y=Math.round(r-c+O),A[3]=Math.max(y,A[3])):c+r>w-O&&0===n&&(y=Math.round(c+r-w+O),A[1]=Math.max(y,A[1])),0>f-a/2?A[0]=Math.max(Math.round(a/2-f),A[0]):f+a/2>$&&(A[2]=Math.max(Math.round(f+a/2-$),A[2])),i.sideOverflow=y)}}})),0===d(A)||this.verifyDataLabelOverflow(A))&&(this.placeDataLabels(),this.points.forEach((function(t){var r;(v=h(_,t.options.dataLabels),e=p(v.connectorWidth,1))&&(n=t.connector,(i=t.dataLabel)&&i._pos&&t.visible&&0<t.labelDistance?(g=i._attr.visibility,(r=!n)&&(t.connector=n=x.renderer.path().addClass("highcharts-data-label-connector highcharts-color-"+t.colorIndex+(t.className?" "+t.className:"")).add(b.dataLabelsGroup),x.styledMode||n.attr({"stroke-width":e,stroke:v.connectorColor||t.color||"#666666"})),n[r?"attr":"animate"]({d:t.getConnectorPath()}),n.attr("visibility",g)):n&&(t.connector=n.destroy()))})))}function i(){this.points.forEach((function(t){var e,n=t.dataLabel;n&&t.visible&&((e=n._pos)?(n.sideOverflow&&(n._attr.width=Math.max(n.getBBox().width-n.sideOverflow,0),n.css({width:n._attr.width+"px",textOverflow:(this.options.dataLabels.style||{}).textOverflow||"ellipsis"}),n.shortened=!0),n.attr(n._attr),n[n.moved?"animate":"attr"](e),n.moved=!0):n&&n.attr({y:-9999})),delete t.distributeBox}),this)}function r(t){var e=this.center,n=this.options,i=n.center,r=n.minSize||80,o=null!==n.size;if(!o){if(null!==i[0])var a=Math.max(e[2]-Math.max(t[1],t[3]),r);else a=Math.max(e[2]-t[1]-t[3],r),e[0]+=(t[3]-t[1])/2;null!==i[1]?a=c(a,r,e[2]-Math.max(t[0],t[2])):(a=c(a,r,e[2]-t[0]-t[2]),e[1]+=(t[0]-t[2])/2),a<e[2]?(e[2]=a,e[3]=Math.min(f(n.innerSize||0,a),a),this.translate(e),this.drawDataLabels&&this.drawDataLabels()):o=!0}return o}var o=[],g={radialDistributionY:function(t){return t.top+t.distributeBox.pos},radialDistributionX:function(t,e,n,i){return t.getX(n<e.top+2||n>e.bottom-2?i:n,e.half,e)},justify:function(t,e,n){return n[0]+(t.half?-1:1)*(e+t.labelDistance)},alignToPlotEdges:function(t,e,n,i){return t=t.getBBox().width,e?t+i:n-t-i},alignToConnectors:function(t,e,n,i){var r,o=0;return t.forEach((function(t){(r=t.dataLabel.getBBox().width)>o&&(o=r)})),e?o+i:n-o-i}};e.compose=function(e){t.compose(l),-1===o.indexOf(e)&&(o.push(e),(e=e.prototype).dataLabelPositioners=g,e.alignDataLabel=a,e.drawDataLabels=n,e.placeDataLabels=i,e.verifyDataLabelOverflow=r)}}(o||(o={})),o})),e(n,"Extensions/OverlappingDataLabels.js",[n["Core/Chart/Chart.js"],n["Core/Utilities.js"]],(function(t,e){function n(t,e){var n=!1;if(t){var i=t.newOpacity;t.oldOpacity!==i&&(t.alignAttr&&t.placed?(t[i?"removeClass":"addClass"]("highcharts-data-label-hidden"),n=!0,t.alignAttr.opacity=i,t[t.isOld?"animate":"attr"](t.alignAttr,null,(function(){e.styledMode||t.css({pointerEvents:i?"auto":"none"})})),r(e,"afterHideOverlappingLabel")):t.attr({opacity:i})),t.isOld=!0}return n}var i=e.addEvent,r=e.fireEvent,o=e.isArray,a=e.isNumber,s=e.objectEach,l=e.pick;i(t,"render",(function(){var t=this,e=[];(this.labelCollectors||[]).forEach((function(t){e=e.concat(t())})),(this.yAxis||[]).forEach((function(t){t.stacking&&t.options.stackLabels&&!t.options.stackLabels.allowOverlap&&s(t.stacking.stacks,(function(t){s(t,(function(t){t.label&&"hidden"!==t.label.visibility&&e.push(t.label)}))}))})),(this.series||[]).forEach((function(i){var r=i.options.dataLabels;i.visible&&(!1!==r.enabled||i._hasPointLabels)&&((r=function(i){return i.forEach((function(i){i.visible&&(o(i.dataLabels)?i.dataLabels:i.dataLabel?[i.dataLabel]:[]).forEach((function(r){var o=r.options;r.labelrank=l(o.labelrank,i.labelrank,i.shapeArgs&&i.shapeArgs.height),o.allowOverlap?(r.oldOpacity=r.opacity,r.newOpacity=1,n(r,t)):e.push(r)}))}))})(i.nodes||[]),r(i.points))})),this.hideOverlappingLabels(e)})),t.prototype.hideOverlappingLabels=function(t){var e,i,o,s=this,l=t.length,d=s.renderer,c=!1,u=function(t){var e,n,i=t.box?0:t.padding||0,r=e=0;if(t&&(!t.alignAttr||t.placed)){var o=t.alignAttr||{x:t.attr("x"),y:t.attr("y")},s=t.parentGroup;t.width||(e=t.getBBox(),t.width=e.width,t.height=e.height,e=d.fontMetrics(null,t.element).h);var l=t.width-2*i;return(n={left:"0",center:"0.5",right:"1"}[t.alignValue])?r=+n*l:a(t.x)&&Math.round(t.x)!==t.translateX&&(r=t.x-t.translateX),{x:o.x+(s.translateX||0)+i-(r||0),y:o.y+(s.translateY||0)+i-e,width:t.width-2*i,height:t.height-2*i}}};for(i=0;i<l;i++)(e=t[i])&&(e.oldOpacity=e.opacity,e.newOpacity=1,e.absoluteBox=u(e));for(t.sort((function(t,e){return(e.labelrank||0)-(t.labelrank||0)})),i=0;i<l;i++){var h=(u=t[i])&&u.absoluteBox;for(e=i+1;e<l;++e){var p=(o=t[e])&&o.absoluteBox;!h||!p||u===o||0===u.newOpacity||0===o.newOpacity||p.x>=h.x+h.width||p.x+p.width<=h.x||p.y>=h.y+h.height||p.y+p.height<=h.y||((u.labelrank<o.labelrank?u:o).newOpacity=0)}}t.forEach((function(t){n(t,s)&&(c=!0)})),c&&r(s,"afterHideAllOverlappingLabels")}})),e(n,"Core/Responsive.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.extend,i=t.find,r=t.isArray,o=t.isObject,a=t.merge,s=t.objectEach,l=t.pick,d=t.splat,c=t.uniqueKey;return function(t){var e=[];t.compose=function(t){return-1===e.indexOf(t)&&(e.push(t),n(t.prototype,u.prototype)),t};var u=function(){function t(){}return t.prototype.currentOptions=function(t){var e=this,n={};return function t(n,i,a,l){var c;s(n,(function(n,s){if(!l&&-1<e.collectionsWithUpdate.indexOf(s)&&i[s])for(n=d(n),a[s]=[],c=0;c<Math.max(n.length,i[s].length);c++)i[s][c]&&(void 0===n[c]?a[s][c]=i[s][c]:(a[s][c]={},t(n[c],i[s][c],a[s][c],l+1)));else o(n)?(a[s]=r(n)?[]:{},t(n,i[s]||{},a[s],l+1)):a[s]=void 0===i[s]?null:i[s]}))}(t,this.options,n,0),n},t.prototype.matchResponsiveRule=function(t,e){var n=t.condition;(n.callback||function(){return this.chartWidth<=l(n.maxWidth,Number.MAX_VALUE)&&this.chartHeight<=l(n.maxHeight,Number.MAX_VALUE)&&this.chartWidth>=l(n.minWidth,0)&&this.chartHeight>=l(n.minHeight,0)}).call(this)&&e.push(t._id)},t.prototype.setResponsive=function(t,e){var n=this,r=this.options.responsive,o=this.currentResponsive,s=[];!e&&r&&r.rules&&r.rules.forEach((function(t){void 0===t._id&&(t._id=c()),n.matchResponsiveRule(t,s)}),this),(e=a.apply(void 0,s.map((function(t){return i((r||{}).rules||[],(function(e){return e._id===t}))})).map((function(t){return t&&t.chartOptions})))).isResponsiveOptions=!0,(s=s.toString()||void 0)!==(o&&o.ruleIds)&&(o&&this.update(o.undoOptions,t,!0),s?((o=this.currentOptions(e)).isResponsiveOptions=!0,this.currentResponsive={ruleIds:s,mergedOptions:e,undoOptions:o},this.update(e,t,!0)):this.currentResponsive=void 0)},t}()}(e||(e={})),e})),e(n,"masters/highcharts.src.js",[n["Core/Globals.js"],n["Core/Utilities.js"],n["Core/DefaultOptions.js"],n["Core/Animation/Fx.js"],n["Core/Animation/AnimationUtilities.js"],n["Core/Renderer/HTML/AST.js"],n["Core/FormatUtilities.js"],n["Core/Renderer/RendererUtilities.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Renderer/SVG/SVGRenderer.js"],n["Core/Renderer/HTML/HTMLElement.js"],n["Core/Renderer/HTML/HTMLRenderer.js"],n["Core/Axis/Axis.js"],n["Core/Axis/DateTimeAxis.js"],n["Core/Axis/LogarithmicAxis.js"],n["Core/Axis/PlotLineOrBand/PlotLineOrBand.js"],n["Core/Axis/Tick.js"],n["Core/Tooltip.js"],n["Core/Series/Point.js"],n["Core/Pointer.js"],n["Core/MSPointer.js"],n["Core/Legend/Legend.js"],n["Core/Chart/Chart.js"],n["Core/Series/Series.js"],n["Core/Series/SeriesRegistry.js"],n["Series/Column/ColumnSeries.js"],n["Series/Column/ColumnDataLabel.js"],n["Series/Pie/PieSeries.js"],n["Series/Pie/PieDataLabel.js"],n["Core/Series/DataLabel.js"],n["Core/Responsive.js"],n["Core/Color/Color.js"],n["Core/Time.js"]],(function(t,e,n,i,r,o,a,s,l,d,c,u,h,p,f,g,m,v,b,y,x,_,O,w,$,C,k,S,j,E,M,A,P){return t.animate=r.animate,t.animObject=r.animObject,t.getDeferredAnimation=r.getDeferredAnimation,t.setAnimation=r.setAnimation,t.stop=r.stop,t.timers=i.timers,t.AST=o,t.Axis=h,t.Chart=O,t.chart=O.chart,t.Fx=i,t.Legend=_,t.PlotLineOrBand=g,t.Point=b,t.Pointer=x.isRequired()?x:y,t.Series=w,t.SVGElement=l,t.SVGRenderer=d,t.Tick=m,t.Time=P,t.Tooltip=v,t.Color=A,t.color=A.parse,u.compose(d),c.compose(l),t.defaultOptions=n.defaultOptions,t.getOptions=n.getOptions,t.time=n.defaultTime,t.setOptions=n.setOptions,t.dateFormat=a.dateFormat,t.format=a.format,t.numberFormat=a.numberFormat,t.addEvent=e.addEvent,t.arrayMax=e.arrayMax,t.arrayMin=e.arrayMin,t.attr=e.attr,t.clearTimeout=e.clearTimeout,t.correctFloat=e.correctFloat,t.createElement=e.createElement,t.css=e.css,t.defined=e.defined,t.destroyObjectProperties=e.destroyObjectProperties,t.discardElement=e.discardElement,t.distribute=s.distribute,t.erase=e.erase,t.error=e.error,t.extend=e.extend,t.extendClass=e.extendClass,t.find=e.find,t.fireEvent=e.fireEvent,t.getMagnitude=e.getMagnitude,t.getStyle=e.getStyle,t.inArray=e.inArray,t.isArray=e.isArray,t.isClass=e.isClass,t.isDOMElement=e.isDOMElement,t.isFunction=e.isFunction,t.isNumber=e.isNumber,t.isObject=e.isObject,t.isString=e.isString,t.keys=e.keys,t.merge=e.merge,t.normalizeTickInterval=e.normalizeTickInterval,t.objectEach=e.objectEach,t.offset=e.offset,t.pad=e.pad,t.pick=e.pick,t.pInt=e.pInt,t.relativeLength=e.relativeLength,t.removeEvent=e.removeEvent,t.seriesType=$.seriesType,t.splat=e.splat,t.stableSort=e.stableSort,t.syncTimeout=e.syncTimeout,t.timeUnits=e.timeUnits,t.uniqueKey=e.uniqueKey,t.useSerialIds=e.useSerialIds,t.wrap=e.wrap,k.compose(C),E.compose(w),p.compose(h),f.compose(h),j.compose(S),g.compose(h),M.compose(O),t})),n["masters/highcharts.src.js"]._modules=n,n["masters/highcharts.src.js"]}))},function(t,n){t.exports=e},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return o}));var i=Math.max,r=Math.min,o=Math.round},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(38),c=n(131);function u(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return h(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return h(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function h(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}e.a=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.className,h=t.data,p=void 0===h?{}:h,f=t.htmlOptions,g=void 0===f?{}:f,m=t.name,v=void 0===m?void 0:m,b=t.id,y=void 0===b?"":b,x=t.imageAlt,_=void 0===x?"":x,O=t.imageUrl,w=t.size,$=void 0===w?"md":w,C=t.status,k=void 0===C?null:C,S=t.dark,j=void 0!==S&&S,E=Object(s.c)(p),M=Object(s.a)(n),A=Object(s.d)(g),P=a()(Object(s.b)("pb_avatar_kit","size_".concat($)),Object(l.c)(t),o),T=v&&function(t){return t.split(/\s/).map((function(t){return t[0]})).join("").substring(0,2)}(v);E["data-initials"]=T;var L=u(Object(i.useState)(!1),2),D=L[0],I=L[1],N=O&&!D;return r.a.createElement("div",Object.assign({},M,E,A,{className:P,id:y}),r.a.createElement("div",{className:"avatar_wrapper","data-initials":T},N&&r.a.createElement(d.a,{alt:_||v,onError:function(){return I(!0)},url:O})),k&&r.a.createElement(c.a,{className:"size_".concat($),dark:j,status:k}))}},function(t,e,n){"use strict";function i(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(4),l=n(2),d=n(8),c=n(20),u=n(15),h=n(10),p=n(5),f=function(t,e){var n=t.addOn,i=void 0===n?{icon:null,alignment:"right",border:!0}:n,o=t.aria,f=void 0===o?{}:o,g=t.className,m=t.dark,v=void 0!==m&&m,b=t.data,y=void 0===b?{}:b,x=t.disabled,_=t.error,O=t.htmlOptions,w=void 0===O?{}:O,$=t.id,C=t.inline,k=void 0!==C&&C,S=t.name,j=t.label,E=t.onChange,M=void 0===E?function(){}:E,A=t.placeholder,P=t.required,T=t.type,L=void 0===T?"text":T,D=t.value,I=void 0===D?"":D,N=t.children,R=void 0===N?null:N,F=Object(l.a)(f),B=Object(l.c)(y),z=Object(l.d)(w),H=i.alignment,W=i.border,Y=i.icon,U="left"===H?"left":"right",G=!1===W?"off":"on",V="border_".concat("left"===U?"right":"left","_").concat(G),X=null!==Y,q=X?"text_input_wrapper_add_on":"",K=X&&v?"add-on-card-dark":"",Z=a()(["pb_text_input_kit",k?"inline":"",_?"error":"",Object(s.c)(t),g]),J=r.a.createElement(p.a,{className:"add-on-icon",dark:v,fixedWidth:!1,icon:Y}),Q=R?"input"===R.type:void 0,tt=Q?r.a.cloneElement(R,{className:"text_input"}):r.a.createElement("input",Object.assign({},Object(s.b)(t),{className:"text_input",disabled:x,id:$,key:$,name:S,onChange:M,placeholder:A,ref:e,required:P,type:L,value:I})),et=r.a.createElement(r.a.Fragment,null,r.a.createElement(d.a,{className:"add-on-".concat(U," ").concat(V),vertical:"center"},"left"==U&&r.a.createElement(r.a.Fragment,null,r.a.createElement(c.a,{className:"".concat(K," add-on-card card-left-aligned"),dark:v},J),tt),"left"!=U&&r.a.createElement(r.a.Fragment,null,tt,r.a.createElement(c.a,{className:"".concat(K," add-on-card card-right-aligned"),dark:v},J)))),nt=R&&!Q?R:X?et:tt;return r.a.createElement("div",Object.assign({},F,B,z,{className:Z}),j&&r.a.createElement(u.a,{className:"pb_text_input_kit_label",text:j}),r.a.createElement("div",{className:"".concat(q," text_input_wrapper")},nt,_&&r.a.createElement(h.a,{status:"negative",text:_,variant:null})))};e.a=Object(i.forwardRef)(f)},function(t,e,n){"use strict";n.d(e,"a",(function(){return O})),n.d(e,"b",(function(){return y})),n.d(e,"c",(function(){return w})),n.d(e,"d",(function(){return _})),n.d(e,"e",(function(){return b})),n.d(e,"f",(function(){return x}));var i=n(6),r=n(55),o=n(14);function a(t){const e=Object(o.a)(t);let n=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const a=Object(o.k)(t),s=a?t.offsetWidth:n,l=a?t.offsetHeight:r,d=Object(i.u)(n)!==s||Object(i.u)(r)!==l;return d&&(n=s,r=l),{width:n,height:r,$:d}}function s(t){return Object(o.j)(t)?t:t.contextElement}function l(t){const e=s(t);if(!Object(o.k)(e))return Object(i.b)(1);const n=e.getBoundingClientRect(),{width:r,height:l,$:d}=a(e);let c=(d?Object(i.u)(n.width):n.width)/r,u=(d?Object(i.u)(n.height):n.height)/l;return c&&Number.isFinite(c)||(c=1),u&&Number.isFinite(u)||(u=1),{x:c,y:u}}const d=Object(i.b)(0);function c(t){const e=Object(o.h)(t);return Object(o.o)()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:d}function u(t,e,n,r){void 0===e&&(e=!1),void 0===n&&(n=!1);const a=t.getBoundingClientRect(),d=s(t);let u=Object(i.b)(1);e&&(r?Object(o.j)(r)&&(u=l(r)):u=l(t));const h=function(t,e,n){return void 0===e&&(e=!1),!(!n||e&&n!==Object(o.h)(t))&&e}(d,n,r)?c(d):Object(i.b)(0);let p=(a.left+h.x)/u.x,f=(a.top+h.y)/u.y,g=a.width/u.x,m=a.height/u.y;if(d){const t=Object(o.h)(d),e=r&&Object(o.j)(r)?Object(o.h)(r):r;let n=t.frameElement;for(;n&&r&&e!==t;){const t=l(n),e=n.getBoundingClientRect(),i=Object(o.a)(n),r=e.left+(n.clientLeft+parseFloat(i.paddingLeft))*t.x,a=e.top+(n.clientTop+parseFloat(i.paddingTop))*t.y;p*=t.x,f*=t.y,g*=t.x,m*=t.y,p+=r,f+=a,n=Object(o.h)(n).frameElement}}return Object(i.t)({width:g,height:m,x:p,y:f})}function h(t){return u(Object(o.c)(t)).left+Object(o.e)(t).scrollLeft}function p(t,e,n){let r;if("viewport"===e)r=function(t,e){const n=Object(o.h)(t),i=Object(o.c)(t),r=n.visualViewport;let a=i.clientWidth,s=i.clientHeight,l=0,d=0;if(r){a=r.width,s=r.height;const t=Object(o.o)();(!t||t&&"fixed"===e)&&(l=r.offsetLeft,d=r.offsetTop)}return{width:a,height:s,x:l,y:d}}(t,n);else if("document"===e)r=function(t){const e=Object(o.c)(t),n=Object(o.e)(t),r=t.ownerDocument.body,a=Object(i.q)(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),s=Object(i.q)(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let l=-n.scrollLeft+h(t);const d=-n.scrollTop;return"rtl"===Object(o.a)(r).direction&&(l+=Object(i.q)(e.clientWidth,r.clientWidth)-a),{width:a,height:s,x:l,y:d}}(Object(o.c)(t));else if(Object(o.j)(e))r=function(t,e){const n=u(t,!0,"fixed"===e),r=n.top+t.clientTop,a=n.left+t.clientLeft,s=Object(o.k)(t)?l(t):Object(i.b)(1);return{width:t.clientWidth*s.x,height:t.clientHeight*s.y,x:a*s.x,y:r*s.y}}(e,n);else{const n=c(t);r={...e,x:e.x-n.x,y:e.y-n.y}}return Object(i.t)(r)}function f(t,e){const n=Object(o.g)(t);return!(n===e||!Object(o.j)(n)||Object(o.l)(n))&&("fixed"===Object(o.a)(n).position||f(n,e))}function g(t,e,n){const r=Object(o.k)(e),a=Object(o.c)(e),s="fixed"===n,l=u(t,!0,s,e);let d={scrollLeft:0,scrollTop:0};const c=Object(i.b)(0);if(r||!r&&!s)if(("body"!==Object(o.d)(e)||Object(o.m)(a))&&(d=Object(o.e)(e)),r){const t=u(e,!0,s,e);c.x=t.x+e.clientLeft,c.y=t.y+e.clientTop}else a&&(c.x=h(a));return{x:l.left+d.scrollLeft-c.x,y:l.top+d.scrollTop-c.y,width:l.width,height:l.height}}function m(t,e){return Object(o.k)(t)&&"fixed"!==Object(o.a)(t).position?e?e(t):t.offsetParent:null}function v(t,e){const n=Object(o.h)(t);if(!Object(o.k)(t))return n;let i=m(t,e);for(;i&&Object(o.n)(i)&&"static"===Object(o.a)(i).position;)i=m(i,e);return i&&("html"===Object(o.d)(i)||"body"===Object(o.d)(i)&&"static"===Object(o.a)(i).position&&!Object(o.i)(i))?n:i||Object(o.b)(t)||n}const b={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:n,strategy:r}=t;const a=Object(o.k)(n),s=Object(o.c)(n);if(n===s)return e;let d={scrollLeft:0,scrollTop:0},c=Object(i.b)(1);const h=Object(i.b)(0);if((a||!a&&"fixed"!==r)&&(("body"!==Object(o.d)(n)||Object(o.m)(s))&&(d=Object(o.e)(n)),Object(o.k)(n))){const t=u(n);c=l(n),h.x=t.x+n.clientLeft,h.y=t.y+n.clientTop}return{width:e.width*c.x,height:e.height*c.y,x:e.x*c.x-d.scrollLeft*c.x+h.x,y:e.y*c.y-d.scrollTop*c.y+h.y}},getDocumentElement:o.c,getClippingRect:function(t){let{element:e,boundary:n,rootBoundary:r,strategy:a}=t;const s=[..."clippingAncestors"===n?function(t,e){const n=e.get(t);if(n)return n;let i=Object(o.f)(t,[],!1).filter(t=>Object(o.j)(t)&&"body"!==Object(o.d)(t)),r=null;const a="fixed"===Object(o.a)(t).position;let s=a?Object(o.g)(t):t;for(;Object(o.j)(s)&&!Object(o.l)(s);){const e=Object(o.a)(s),n=Object(o.i)(s);n||"fixed"!==e.position||(r=null);(a?!n&&!r:!n&&"static"===e.position&&!!r&&["absolute","fixed"].includes(r.position)||Object(o.m)(s)&&!n&&f(t,s))?i=i.filter(t=>t!==s):r=e,s=Object(o.g)(s)}return e.set(t,i),i}(e,this._c):[].concat(n),r],l=s[0],d=s.reduce((t,n)=>{const r=p(e,n,a);return t.top=Object(i.q)(r.top,t.top),t.right=Object(i.r)(r.right,t.right),t.bottom=Object(i.r)(r.bottom,t.bottom),t.left=Object(i.q)(r.left,t.left),t},p(e,l,a));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}},getOffsetParent:v,getElementRects:async function(t){let{reference:e,floating:n,strategy:i}=t;const r=this.getOffsetParent||v,o=this.getDimensions;return{reference:g(e,await r(n),i),floating:{x:0,y:0,...await o(n)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){const{width:e,height:n}=a(t);return{width:e,height:n}},getScale:l,isElement:o.j,isRTL:function(t){return"rtl"===Object(o.a)(t).direction}};function y(t,e,n,r){void 0===r&&(r={});const{ancestorScroll:a=!0,ancestorResize:l=!0,elementResize:d="function"==typeof ResizeObserver,layoutShift:c="function"==typeof IntersectionObserver,animationFrame:h=!1}=r,p=s(t),f=a||l?[...p?Object(o.f)(p):[],...Object(o.f)(e)]:[];f.forEach(t=>{a&&t.addEventListener("scroll",n,{passive:!0}),l&&t.addEventListener("resize",n)});const g=p&&c?function(t,e){let n,r=null;const a=Object(o.c)(t);function s(){clearTimeout(n),r&&r.disconnect(),r=null}return function o(l,d){void 0===l&&(l=!1),void 0===d&&(d=1),s();const{left:c,top:u,width:h,height:p}=t.getBoundingClientRect();if(l||e(),!h||!p)return;const f={rootMargin:-Object(i.d)(u)+"px "+-Object(i.d)(a.clientWidth-(c+h))+"px "+-Object(i.d)(a.clientHeight-(u+p))+"px "+-Object(i.d)(c)+"px",threshold:Object(i.q)(0,Object(i.r)(1,d))||1};let g=!0;function m(t){const e=t[0].intersectionRatio;if(e!==d){if(!g)return o();e?o(!1,e):n=setTimeout(()=>{o(!1,1e-7)},100)}g=!1}try{r=new IntersectionObserver(m,{...f,root:a.ownerDocument})}catch(t){r=new IntersectionObserver(m,f)}r.observe(t)}(!0),s}(p,n):null;let m,v=-1,b=null;d&&(b=new ResizeObserver(t=>{let[i]=t;i&&i.target===p&&b&&(b.unobserve(e),cancelAnimationFrame(v),v=requestAnimationFrame(()=>{b&&b.observe(e)})),n()}),p&&!h&&b.observe(p),b.observe(e));let y=h?u(t):null;return h&&function e(){const i=u(t);!y||i.x===y.x&&i.y===y.y&&i.width===y.width&&i.height===y.height||n();y=i,m=requestAnimationFrame(e)}(),n(),()=>{f.forEach(t=>{a&&t.removeEventListener("scroll",n),l&&t.removeEventListener("resize",n)}),g&&g(),b&&b.disconnect(),b=null,h&&cancelAnimationFrame(m)}}r.b;const x=r.j,_=r.e,O=(r.k,r.f,r.a),w=(r.g,r.h,(t,e,n)=>{const i=new Map,o={platform:b,...n},a={...o.platform,_c:i};return Object(r.c)(t,e,{...o,platform:a})})},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(4),l=n(2);e.a=function(t){var e=t.alt,n=void 0===e?"":e,i=t.aria,o=void 0===i?{}:i,d=t.className,c=t.data,u=void 0===c?{}:c,h=t.htmlOptions,p=void 0===h?{}:h,f=t.id,g=t.onError,m=void 0===g?null:g,v=t.rounded,b=void 0!==v&&v,y=t.size,x=void 0===y?"":y,_=t.transition,O=void 0===_?"fade":_,w=t.url,$=void 0===w?"":w,C=Object(l.a)(o),k=a()(Object(l.b)("pb_image_kit",x?"size_".concat(x):null),"lazyload",O,{rounded:b},Object(s.c)(t),d),S=Object(l.c)(u),j=Object(l.d)(p);return r.a.createElement("img",Object.assign({},C,S,j,{alt:n,className:k,"data-src":$,id:f,onError:m,src:$}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(160);function r(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||Object(i.a)(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return u})),n.d(e,"b",(function(){return v})),n.d(e,"c",(function(){return p})),n.d(e,"d",(function(){return g})),n.d(e,"e",(function(){return d})),n.d(e,"f",(function(){return l})),n.d(e,"g",(function(){return h}));var i=n(0),r=n(106),o=(n(19),n(121),n(183),n(79)),a=n(110),s=n(109),l=!0,d={}.hasOwnProperty,c=i.createContext("undefined"!=typeof HTMLElement?Object(r.a)({key:"css"}):null);var u=c.Provider,h=function(t){return Object(i.forwardRef)((function(e,n){var r=Object(i.useContext)(c);return t(e,r,n)}))};l||(h=function(t){return function(e){var n=Object(i.useContext)(c);return null===n?(n=Object(r.a)({key:"css"}),i.createElement(c.Provider,{value:n},t(e,n))):t(e,n)}});var p=i.createContext({});var f="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",g=function(t,e){var n={};for(var i in e)d.call(e,i)&&(n[i]=e[i]);return n[f]=t,n},m=function(t){var e=t.cache,n=t.serialized,i=t.isStringTag;return Object(o.c)(e,n,i),Object(s.a)((function(){return Object(o.b)(e,n,i)})),null};var v=h((function(t,e,n){var r=t.css;"string"==typeof r&&void 0!==e.registered[r]&&(r=e.registered[r]);var s=t[f],l=[r],c="";"string"==typeof t.className?c=Object(o.a)(e.registered,l,t.className):null!=t.className&&(c=t.className+" ");var u=Object(a.a)(l,void 0,i.useContext(p));c+=e.key+"-"+u.name;var h={};for(var g in t)d.call(t,g)&&"css"!==g&&g!==f&&(h[g]=t[g]);return h.ref=n,h.className=c,i.createElement(i.Fragment,null,i.createElement(m,{cache:e,serialized:u,isStringTag:"string"==typeof s}),i.createElement(s,h))}))},function(t,e,n){"use strict";function i(t){return t.split("-")[0]}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";function i(t){return t?(t.nodeName||"").toLowerCase():null}n.d(e,"a",(function(){return i}))},,function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(15);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.borderless,o=void 0!==i&&i,c=t.children,u=t.className,h=t.data,p=void 0===h?{}:h,f=t.dark,g=void 0!==f&&f,m=t.highlight,v=void 0===m||m,b=t.htmlOptions,y=void 0===b?{}:b,x=t.id,_=t.link,O=void 0===_?"#":_,w=t.onClick,$=t.orientation,C=void 0===$?"vertical":$,k=t.title,S=void 0===k?"":k,j=t.variant,E=void 0===j?"normal":j,M=t.itemSpacing,A=Object(s.a)(n),P=Object(s.c)(p),T=Object(s.d)(y),L=a()(Object(s.b)("pb_nav_list",E,C,{highlight:v,borderless:o}),Object(l.c)(t),u),D=r.a.Children.map(c,(function(t){if(r.a.isValidElement(t)){var e={orientation:C,variant:E,itemSpacing:M};return r.a.cloneElement(t,e)}return t}));return r.a.createElement("nav",Object.assign({},A,P,T,{className:L,id:x}),S&&r.a.createElement("div",{className:"pb_nav_list_title"},r.a.createElement("a",{className:"pb_nav_list_item_link_text",href:O,onClick:w},r.a.createElement(d.a,{dark:g,size:"md",text:"".concat(S)}))),r.a.createElement("div",{className:"pb_nav_wrapper"},D))}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(25),c=n(5);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.className,o=t.dark,u=t.data,h=void 0===u?{}:u,p=t.disabled,f=t.htmlOptions,g=void 0===f?{}:f,m=t.icon,v=t.id,b=t.onClick,y=void 0===b?s.e:b,x=t.type,_=t.link,O=t.newWindow,w=t.variant,$=Object(s.a)(n),C=Object(s.c)(h),k=Object(s.d)(g),S=a()(Object(s.b)("pb_circle_icon_button_kit"),Object(l.c)(t),i);return r.a.createElement("div",Object.assign({},$,C,k,{className:S,id:v}),r.a.createElement(d.a,{dark:o,disabled:p,htmlType:x,link:_,newWindow:O,onClick:y,text:null,variant:w},r.a.createElement(c.a,{fixedWidth:!0,icon:m})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(27);function r(t){return((Object(i.a)(t)?t.ownerDocument:t.document)||window.document).documentElement}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(4),l=n(2),d=n(5);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.className,o=t.closeProps,c=void 0===o?{}:o,u=t.data,h=void 0===u?{}:u,p=t.htmlOptions,f=void 0===p?{}:p,g=t.id,m=t.removeIcon,v=void 0!==m&&m,b=t.removeOnClick,y=t.rounded,x=void 0!==y&&y,_=t.text,O=t.variant,w=void 0===O?"neutral":O,$=Object(l.a)(n),C=Object(l.c)(h),k=Object(l.d)(f),S=a()(Object(l.b)("pb_badge_kit","success"===w?"success_sm":w,x?"rounded":null),Object(s.c)(t),i);return r.a.createElement("div",Object.assign({},$,C,k,{className:S,id:g}),r.a.createElement("span",null,_,v&&r.a.createElement("span",Object.assign({onClick:b,style:{cursor:"pointer"}},c),r.a.createElement(d.a,{fixedWidth:!0,icon:"times"}))))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var i=n(7),r=n.n(i),o=n(9),a=n.n(o),s={lang:{thousandsSep:","},colors:[r.a.data_1,r.a.data_2,r.a.data_3,r.a.data_4,r.a.data_5,r.a.data_6,r.a.data_7],chart:{borderWidth:0,borderRadius:0,plotBackgroundColor:void 0,plotShadow:!1,plotBorderWidth:0},title:{style:{color:r.a.text_lt_default,fontFamily:a.a.font_family_base,fontWeight:a.a.regular,fontSize:a.a.heading_3}},subtitle:{style:{fontFamily:a.a.font_family_base,color:r.a.text_lt_light,fontWeight:a.a.regular,fontSize:a.a.text_base}},xAxis:{gridLineWidth:0,lineColor:r.a.border_light,tickColor:r.a.border_light,labels:{style:{fontFamily:a.a.font_family_base,color:r.a.text_lt_lighter,fontWeight:a.a.bold,fontSize:a.a.text_smaller}},title:{style:{color:r.a.text_lt_default,fontFamily:a.a.font_family_base,fontWeight:a.a.regular,fontSize:a.a.heading_4}}},yAxis:{alternateGridColor:void 0,minorTickInterval:null,gridLineColor:r.a.border_light,minorGridLineColor:r.a.border_light,lineWidth:0,tickWidth:0,labels:{style:{fontFamily:a.a.font_family_base,color:r.a.text_lt_lighter,fontWeight:a.a.bold,fontSize:a.a.text_smaller}},title:{style:{fontFamily:a.a.font_family_base,color:r.a.text_lt_lighter,fontWeight:a.a.bold,fontSize:a.a.text_smaller}}},legend:{layout:"horizontal",align:"center",verticalAlign:"bottom",itemStyle:{fontFamily:a.a.font_family_base,color:r.a.text_lt_light,fontWeight:a.a.regular,fontSize:a.a.text_smaller},itemHoverStyle:{color:r.a.text_lt_default},itemHiddenStyle:{color:r.a.text_lt_lighter}},tooltip:{backgroundColor:{linearGradient:{x1:0,y1:0,x2:0,y2:1},stops:[[0,r.a.bg_dark],[1,r.a.bg_dark]]},shadow:!1,borderWidth:0,borderRadius:10,style:{fontFamily:a.a.font_family_base,color:r.a.text_dk_default,fontWeight:a.a.regular,fontSize:a.a.text_smaller}},pane:{background:{borderColor:r.a.border_light}},plotOptions:{series:{threshold:null},pie:{colors:[r.a.data_1,r.a.data_2,r.a.data_3,r.a.data_4,r.a.data_5,r.a.data_6,r.a.data_7],dataLabels:{style:{fontFamily:a.a.font_family_base,fontSize:a.a.text_smaller,color:r.a.text_lt_light,fontWeight:a.a.regular}}},line:{dataLabels:{color:"#CCC"},marker:{lineColor:"#333"}},treemap:{layoutAlgorithm:"squarified",allowTraversingTree:!1,animationLimit:1e3,colors:[r.a.data_1,r.a.data_2,r.a.data_3,r.a.data_4,r.a.data_5,r.a.data_6,r.a.data_7,r.a.data_8],dataLabels:{enabled:!0,style:{fontFamily:a.a.font_family_base,fontWeight:a.a.bold,fontSize:a.a.heading_4}},levels:[{level:1,dataLabels:{enabled:!1}}],traverseUpButton:{position:{y:-50}}}},credits:{enabled:!1}}},function(t,e,n){"use strict";function i(t,e){if(null==t)return{};var n,i,r=function(t,e){if(null==t)return{};var n,i,r={},o=Object.keys(t);for(i=0;i<o.length;i++)n=o[i],e.indexOf(n)>=0||(r[n]=t[n]);return r}(t,e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);for(i=0;i<o.length;i++)n=o[i],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(r[n]=t[n])}return r}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";n.d(e,"c",(function(){return o})),n.d(e,"b",(function(){return s})),n.d(e,"a",(function(){return l}));var i=n(24),r=function(t){return t.charAt(0).toUpperCase()+t.slice(1).toLowerCase()},o=function(t){return Object(i.isEmpty)(t)?t:t.split(" ").map(r).join(" ")},a=function(t){return!Object(i.isEmpty)(t)},s=function(t,e){return Object(i.filter)(t,a).join(e)},l=function(t){return t.split(/([A-Z])/g).map((function(t,e){var n=e>0?"_":"";return t===t.toLowerCase()?t:n+t.toLowerCase()})).join("")}},function(t,e,n){"use strict";n.d(e,"a",(function(){return mt})),n.d(e,"b",(function(){return Z})),n.d(e,"c",(function(){return J}));var i=n(19),r=n(17);var o=n(161);function a(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,Object(o.a)(i.key),i)}}function s(t,e){return(s=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function l(t){return(l=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var d=n(77);function c(t,e){if(e&&("object"===Object(d.a)(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function u(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,i=l(t);if(e){var r=l(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return c(this,n)}}var h=n(86),p=n(0),f=n(21),g=n(18),m=n(99),v=n(50);for(var b={name:"7pg0cj-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap"},y=function(t){return Object(g.b)("span",Object(i.a)({css:b},t))},x={guidance:function(t){var e=t.isSearchable,n=t.isMulti,i=t.tabSelectsValue,r=t.context,o=t.isInitialFocus;switch(r){case"menu":return"Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".concat(i?", press Tab to select the option and exit the menu":"",".");case"input":return o?"".concat(t["aria-label"]||"Select"," is focused ").concat(e?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":""):"";case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value";default:return""}},onChange:function(t){var e=t.action,n=t.label,i=void 0===n?"":n,r=t.labels,o=t.isDisabled;switch(e){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(i,", deselected.");case"clear":return"All selected options have been cleared.";case"initial-input-focus":return"option".concat(r.length>1?"s":""," ").concat(r.join(","),", selected.");case"select-option":return"option ".concat(i,o?" is disabled. Select another option.":", selected.");default:return""}},onFocus:function(t){var e=t.context,n=t.focused,i=t.options,r=t.label,o=void 0===r?"":r,a=t.selectValue,s=t.isDisabled,l=t.isSelected,d=t.isAppleDevice,c=function(t,e){return t&&t.length?"".concat(t.indexOf(e)+1," of ").concat(t.length):""};if("value"===e&&a)return"value ".concat(o," focused, ").concat(c(a,n),".");if("menu"===e&&d){var u=s?" disabled":"",h="".concat(l?" selected":"").concat(u);return"".concat(o).concat(h,", ").concat(c(i,n),".")}return""},onFilter:function(t){var e=t.inputValue,n=t.resultsMessage;return"".concat(n).concat(e?" for search term "+e:"",".")}},_=function(t){var e=t.ariaSelection,n=t.focusedOption,i=t.focusedValue,o=t.focusableOptions,a=t.isFocused,s=t.selectValue,l=t.selectProps,d=t.id,c=t.isAppleDevice,u=l.ariaLiveMessages,h=l.getOptionLabel,f=l.inputValue,m=l.isMulti,v=l.isOptionDisabled,b=l.isSearchable,_=l.menuIsOpen,O=l.options,w=l.screenReaderStatus,$=l.tabSelectsValue,C=l.isLoading,k=l["aria-label"],S=l["aria-live"],j=Object(p.useMemo)((function(){return Object(r.a)(Object(r.a)({},x),u||{})}),[u]),E=Object(p.useMemo)((function(){var t,n="";if(e&&j.onChange){var i=e.option,o=e.options,a=e.removedValue,l=e.removedValues,d=e.value,c=a||i||(t=d,Array.isArray(t)?null:t),u=c?h(c):"",p=o||l||void 0,f=p?p.map(h):[],g=Object(r.a)({isDisabled:c&&v(c,s),label:u,labels:f},e);n=j.onChange(g)}return n}),[e,j,v,s,h]),M=Object(p.useMemo)((function(){var t="",e=n||i,r=!!(n&&s&&s.includes(n));if(e&&j.onFocus){var a={focused:e,label:h(e),isDisabled:v(e,s),isSelected:r,options:o,context:e===n?"menu":"value",selectValue:s,isAppleDevice:c};t=j.onFocus(a)}return t}),[n,i,h,v,j,o,s,c]),A=Object(p.useMemo)((function(){var t="";if(_&&O.length&&!C&&j.onFilter){var e=w({count:o.length});t=j.onFilter({inputValue:f,resultsMessage:e})}return t}),[o,f,_,j,O,w,C]),P="initial-input-focus"===(null==e?void 0:e.action),T=Object(p.useMemo)((function(){var t="";if(j.guidance){var e=i?"value":_?"menu":"input";t=j.guidance({"aria-label":k,context:e,isDisabled:n&&v(n,s),isMulti:m,isSearchable:b,tabSelectsValue:$,isInitialFocus:P})}return t}),[k,n,i,m,v,b,_,j,s,$,P]),L=Object(g.b)(p.Fragment,null,Object(g.b)("span",{id:"aria-selection"},E),Object(g.b)("span",{id:"aria-focused"},M),Object(g.b)("span",{id:"aria-results"},A),Object(g.b)("span",{id:"aria-guidance"},T));return Object(g.b)(p.Fragment,null,Object(g.b)(y,{id:d},P&&L),Object(g.b)(y,{"aria-live":S,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},a&&!P&&L))},O=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],w=new RegExp("["+O.map((function(t){return t.letters})).join("")+"]","g"),$={},C=0;C<O.length;C++)for(var k=O[C],S=0;S<k.letters.length;S++)$[k.letters[S]]=k.base;var j=function(t){return t.replace(w,(function(t){return $[t]}))},E=Object(m.a)(j),M=function(t){return t.replace(/^\s+|\s+$/g,"")},A=function(t){return"".concat(t.label," ").concat(t.value)},P=["innerRef"];function T(t){var e=t.innerRef,n=Object(v.a)(t,P),r=Object(f.E)(n,"onExited","in","enter","exit","appear");return Object(g.b)("input",Object(i.a)({ref:e},r,{css:Object(g.a)({label:"dummyInput",background:0,border:0,caretColor:"transparent",fontSize:"inherit",gridArea:"1 / 1 / 2 / 3",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(.01)"},"","")}))}var L=["boxSizing","height","overflow","paddingRight","position"],D={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function I(t){t.preventDefault()}function N(t){t.stopPropagation()}function R(){var t=this.scrollTop,e=this.scrollHeight,n=t+this.offsetHeight;0===t?this.scrollTop=1:n===e&&(this.scrollTop=t-1)}function F(){return"ontouchstart"in window||navigator.maxTouchPoints}var B=!("undefined"==typeof window||!window.document||!window.document.createElement),z=0,H={capture:!1,passive:!1};var W=function(t){var e=t.target;return e.ownerDocument.activeElement&&e.ownerDocument.activeElement.blur()},Y={name:"1kfdb0e",styles:"position:fixed;left:0;bottom:0;right:0;top:0"};function U(t){var e=t.children,n=t.lockEnabled,i=t.captureEnabled,r=function(t){var e=t.isEnabled,n=t.onBottomArrive,i=t.onBottomLeave,r=t.onTopArrive,o=t.onTopLeave,a=Object(p.useRef)(!1),s=Object(p.useRef)(!1),l=Object(p.useRef)(0),d=Object(p.useRef)(null),c=Object(p.useCallback)((function(t,e){if(null!==d.current){var l=d.current,c=l.scrollTop,u=l.scrollHeight,h=l.clientHeight,p=d.current,f=e>0,g=u-h-c,m=!1;g>e&&a.current&&(i&&i(t),a.current=!1),f&&s.current&&(o&&o(t),s.current=!1),f&&e>g?(n&&!a.current&&n(t),p.scrollTop=u,m=!0,a.current=!0):!f&&-e>c&&(r&&!s.current&&r(t),p.scrollTop=0,m=!0,s.current=!0),m&&function(t){t.cancelable&&t.preventDefault(),t.stopPropagation()}(t)}}),[n,i,r,o]),u=Object(p.useCallback)((function(t){c(t,t.deltaY)}),[c]),h=Object(p.useCallback)((function(t){l.current=t.changedTouches[0].clientY}),[]),g=Object(p.useCallback)((function(t){var e=l.current-t.changedTouches[0].clientY;c(t,e)}),[c]),m=Object(p.useCallback)((function(t){if(t){var e=!!f.F&&{passive:!1};t.addEventListener("wheel",u,e),t.addEventListener("touchstart",h,e),t.addEventListener("touchmove",g,e)}}),[g,h,u]),v=Object(p.useCallback)((function(t){t&&(t.removeEventListener("wheel",u,!1),t.removeEventListener("touchstart",h,!1),t.removeEventListener("touchmove",g,!1))}),[g,h,u]);return Object(p.useEffect)((function(){if(e){var t=d.current;return m(t),function(){v(t)}}}),[e,m,v]),function(t){d.current=t}}({isEnabled:void 0===i||i,onBottomArrive:t.onBottomArrive,onBottomLeave:t.onBottomLeave,onTopArrive:t.onTopArrive,onTopLeave:t.onTopLeave}),o=function(t){var e=t.isEnabled,n=t.accountForScrollbars,i=void 0===n||n,r=Object(p.useRef)({}),o=Object(p.useRef)(null),a=Object(p.useCallback)((function(t){if(B){var e=document.body,n=e&&e.style;if(i&&L.forEach((function(t){var e=n&&n[t];r.current[t]=e})),i&&z<1){var o=parseInt(r.current.paddingRight,10)||0,a=document.body?document.body.clientWidth:0,s=window.innerWidth-a+o||0;Object.keys(D).forEach((function(t){var e=D[t];n&&(n[t]=e)})),n&&(n.paddingRight="".concat(s,"px"))}e&&F()&&(e.addEventListener("touchmove",I,H),t&&(t.addEventListener("touchstart",R,H),t.addEventListener("touchmove",N,H))),z+=1}}),[i]),s=Object(p.useCallback)((function(t){if(B){var e=document.body,n=e&&e.style;z=Math.max(z-1,0),i&&z<1&&L.forEach((function(t){var e=r.current[t];n&&(n[t]=e)})),e&&F()&&(e.removeEventListener("touchmove",I,H),t&&(t.removeEventListener("touchstart",R,H),t.removeEventListener("touchmove",N,H)))}}),[i]);return Object(p.useEffect)((function(){if(e){var t=o.current;return a(t),function(){s(t)}}}),[e,a,s]),function(t){o.current=t}}({isEnabled:n});return Object(g.b)(p.Fragment,null,n&&Object(g.b)("div",{onClick:W,css:Y}),e((function(t){r(t),o(t)})))}var G={name:"1a0ro4n-requiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%"},V=function(t){var e=t.name,n=t.onFocus;return Object(g.b)("input",{required:!0,name:e,tabIndex:-1,"aria-hidden":"true",onFocus:n,css:G,value:"",onChange:function(){}})};function X(t){var e;return"undefined"!=typeof window&&null!=window.navigator&&t.test((null===(e=window.navigator.userAgentData)||void 0===e?void 0:e.platform)||window.navigator.platform)}function q(){return X(/^Mac/i)}function K(){return X(/^iPhone/i)||X(/^iPad/i)||q()&&navigator.maxTouchPoints>1}var Z=function(t){return t.label},J=function(t){return t.value},Q={clearIndicator:f.n,container:f.o,control:f.q,dropdownIndicator:f.r,group:f.t,groupHeading:f.s,indicatorsContainer:f.v,indicatorSeparator:f.u,input:f.w,loadingIndicator:f.y,loadingMessage:f.x,menu:f.z,menuList:f.A,menuPortal:f.B,multiValue:f.C,multiValueLabel:f.D,multiValueRemove:f.G,noOptionsMessage:f.H,option:f.I,placeholder:f.J,singleValue:f.K,valueContainer:f.L};var tt,et={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}},nt={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:Object(f.M)(),captureMenuScroll:!Object(f.M)(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:function(t,e){if(t.data.__isNew__)return!0;var n=Object(r.a)({ignoreCase:!0,ignoreAccents:!0,stringify:A,trim:!0,matchFrom:"any"},tt),i=n.ignoreCase,o=n.ignoreAccents,a=n.stringify,s=n.trim,l=n.matchFrom,d=s?M(e):e,c=s?M(a(t)):a(t);return i&&(d=d.toLowerCase(),c=c.toLowerCase()),o&&(d=E(d),c=j(c)),"start"===l?c.substr(0,d.length)===d:c.indexOf(d)>-1},formatGroupLabel:function(t){return t.label},getOptionLabel:Z,getOptionValue:J,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:function(t){return!!t.isDisabled},loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!Object(f.a)(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(t){var e=t.count;return"".concat(e," result").concat(1!==e?"s":""," available")},styles:{},tabIndex:0,tabSelectsValue:!0,unstyled:!1};function it(t,e,n,i){return{type:"option",data:e,isDisabled:ut(t,e,n),isSelected:ht(t,e,n),label:dt(t,e),value:ct(t,e),index:i}}function rt(t,e){return t.options.map((function(n,i){if("options"in n){var r=n.options.map((function(n,i){return it(t,n,e,i)})).filter((function(e){return st(t,e)}));return r.length>0?{type:"group",data:n,options:r,index:i}:void 0}var o=it(t,n,e,i);return st(t,o)?o:void 0})).filter(f.k)}function ot(t){return t.reduce((function(t,e){return"group"===e.type?t.push.apply(t,Object(h.a)(e.options.map((function(t){return t.data})))):t.push(e.data),t}),[])}function at(t,e){return t.reduce((function(t,n){return"group"===n.type?t.push.apply(t,Object(h.a)(n.options.map((function(t){return{data:t.data,id:"".concat(e,"-").concat(n.index,"-").concat(t.index)}})))):t.push({data:n.data,id:"".concat(e,"-").concat(n.index)}),t}),[])}function st(t,e){var n=t.inputValue,i=void 0===n?"":n,r=e.data,o=e.isSelected,a=e.label,s=e.value;return(!ft(t)||!o)&&pt(t,{label:a,value:s,data:r},i)}var lt=function(t,e){var n;return(null===(n=t.find((function(t){return t.data===e})))||void 0===n?void 0:n.id)||null},dt=function(t,e){return t.getOptionLabel(e)},ct=function(t,e){return t.getOptionValue(e)};function ut(t,e,n){return"function"==typeof t.isOptionDisabled&&t.isOptionDisabled(e,n)}function ht(t,e,n){if(n.indexOf(e)>-1)return!0;if("function"==typeof t.isOptionSelected)return t.isOptionSelected(e,n);var i=ct(t,e);return n.some((function(e){return ct(t,e)===i}))}function pt(t,e,n){return!t.filterOption||t.filterOption(e,n)}var ft=function(t){var e=t.hideSelectedOptions,n=t.isMulti;return void 0===e?n:e},gt=1,mt=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&s(t,e)}(d,t);var e,n,o,l=u(d);function d(t){var e;if(function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,d),(e=l.call(this,t)).state={ariaSelection:null,focusedOption:null,focusedOptionId:null,focusableOptionsWithIds:[],focusedValue:null,inputIsHidden:!1,isFocused:!1,selectValue:[],clearFocusValueOnUpdate:!1,prevWasFocused:!1,inputIsHiddenAfterUpdate:void 0,prevProps:void 0,instancePrefix:""},e.blockOptionHover=!1,e.isComposing=!1,e.commonProps=void 0,e.initialTouchX=0,e.initialTouchY=0,e.openAfterFocus=!1,e.scrollToFocusedOptionOnUpdate=!1,e.userIsDragging=void 0,e.isAppleDevice=q()||K(),e.controlRef=null,e.getControlRef=function(t){e.controlRef=t},e.focusedOptionRef=null,e.getFocusedOptionRef=function(t){e.focusedOptionRef=t},e.menuListRef=null,e.getMenuListRef=function(t){e.menuListRef=t},e.inputRef=null,e.getInputRef=function(t){e.inputRef=t},e.focus=e.focusInput,e.blur=e.blurInput,e.onChange=function(t,n){var i=e.props,r=i.onChange,o=i.name;n.name=o,e.ariaOnChange(t,n),r(t,n)},e.setValue=function(t,n,i){var r=e.props,o=r.closeMenuOnSelect,a=r.isMulti,s=r.inputValue;e.onInputChange("",{action:"set-value",prevInputValue:s}),o&&(e.setState({inputIsHiddenAfterUpdate:!a}),e.onMenuClose()),e.setState({clearFocusValueOnUpdate:!0}),e.onChange(t,{action:n,option:i})},e.selectOption=function(t){var n=e.props,i=n.blurInputOnSelect,r=n.isMulti,o=n.name,a=e.state.selectValue,s=r&&e.isOptionSelected(t,a),l=e.isOptionDisabled(t,a);if(s){var d=e.getOptionValue(t);e.setValue(Object(f.b)(a.filter((function(t){return e.getOptionValue(t)!==d}))),"deselect-option",t)}else{if(l)return void e.ariaOnChange(Object(f.c)(t),{action:"select-option",option:t,name:o});r?e.setValue(Object(f.b)([].concat(Object(h.a)(a),[t])),"select-option",t):e.setValue(Object(f.c)(t),"select-option")}i&&e.blurInput()},e.removeValue=function(t){var n=e.props.isMulti,i=e.state.selectValue,r=e.getOptionValue(t),o=i.filter((function(t){return e.getOptionValue(t)!==r})),a=Object(f.d)(n,o,o[0]||null);e.onChange(a,{action:"remove-value",removedValue:t}),e.focusInput()},e.clearValue=function(){var t=e.state.selectValue;e.onChange(Object(f.d)(e.props.isMulti,[],null),{action:"clear",removedValues:t})},e.popValue=function(){var t=e.props.isMulti,n=e.state.selectValue,i=n[n.length-1],r=n.slice(0,n.length-1),o=Object(f.d)(t,r,r[0]||null);e.onChange(o,{action:"pop-value",removedValue:i})},e.getFocusedOptionId=function(t){return lt(e.state.focusableOptionsWithIds,t)},e.getFocusableOptionsWithIds=function(){return at(rt(e.props,e.state.selectValue),e.getElementId("option"))},e.getValue=function(){return e.state.selectValue},e.cx=function(){for(var t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];return f.e.apply(void 0,[e.props.classNamePrefix].concat(n))},e.getOptionLabel=function(t){return dt(e.props,t)},e.getOptionValue=function(t){return ct(e.props,t)},e.getStyles=function(t,n){var i=e.props.unstyled,r=Q[t](n,i);r.boxSizing="border-box";var o=e.props.styles[t];return o?o(r,n):r},e.getClassNames=function(t,n){var i,r;return null===(i=(r=e.props.classNames)[t])||void 0===i?void 0:i.call(r,n)},e.getElementId=function(t){return"".concat(e.state.instancePrefix,"-").concat(t)},e.getComponents=function(){return Object(f.f)(e.props)},e.buildCategorizedOptions=function(){return rt(e.props,e.state.selectValue)},e.getCategorizedOptions=function(){return e.props.menuIsOpen?e.buildCategorizedOptions():[]},e.buildFocusableOptions=function(){return ot(e.buildCategorizedOptions())},e.getFocusableOptions=function(){return e.props.menuIsOpen?e.buildFocusableOptions():[]},e.ariaOnChange=function(t,n){e.setState({ariaSelection:Object(r.a)({value:t},n)})},e.onMenuMouseDown=function(t){0===t.button&&(t.stopPropagation(),t.preventDefault(),e.focusInput())},e.onMenuMouseMove=function(t){e.blockOptionHover=!1},e.onControlMouseDown=function(t){if(!t.defaultPrevented){var n=e.props.openMenuOnClick;e.state.isFocused?e.props.menuIsOpen?"INPUT"!==t.target.tagName&&"TEXTAREA"!==t.target.tagName&&e.onMenuClose():n&&e.openMenu("first"):(n&&(e.openAfterFocus=!0),e.focusInput()),"INPUT"!==t.target.tagName&&"TEXTAREA"!==t.target.tagName&&t.preventDefault()}},e.onDropdownIndicatorMouseDown=function(t){if(!(t&&"mousedown"===t.type&&0!==t.button||e.props.isDisabled)){var n=e.props,i=n.isMulti,r=n.menuIsOpen;e.focusInput(),r?(e.setState({inputIsHiddenAfterUpdate:!i}),e.onMenuClose()):e.openMenu("first"),t.preventDefault()}},e.onClearIndicatorMouseDown=function(t){t&&"mousedown"===t.type&&0!==t.button||(e.clearValue(),t.preventDefault(),e.openAfterFocus=!1,"touchend"===t.type?e.focusInput():setTimeout((function(){return e.focusInput()})))},e.onScroll=function(t){"boolean"==typeof e.props.closeMenuOnScroll?t.target instanceof HTMLElement&&Object(f.g)(t.target)&&e.props.onMenuClose():"function"==typeof e.props.closeMenuOnScroll&&e.props.closeMenuOnScroll(t)&&e.props.onMenuClose()},e.onCompositionStart=function(){e.isComposing=!0},e.onCompositionEnd=function(){e.isComposing=!1},e.onTouchStart=function(t){var n=t.touches,i=n&&n.item(0);i&&(e.initialTouchX=i.clientX,e.initialTouchY=i.clientY,e.userIsDragging=!1)},e.onTouchMove=function(t){var n=t.touches,i=n&&n.item(0);if(i){var r=Math.abs(i.clientX-e.initialTouchX),o=Math.abs(i.clientY-e.initialTouchY);e.userIsDragging=r>5||o>5}},e.onTouchEnd=function(t){e.userIsDragging||(e.controlRef&&!e.controlRef.contains(t.target)&&e.menuListRef&&!e.menuListRef.contains(t.target)&&e.blurInput(),e.initialTouchX=0,e.initialTouchY=0)},e.onControlTouchEnd=function(t){e.userIsDragging||e.onControlMouseDown(t)},e.onClearIndicatorTouchEnd=function(t){e.userIsDragging||e.onClearIndicatorMouseDown(t)},e.onDropdownIndicatorTouchEnd=function(t){e.userIsDragging||e.onDropdownIndicatorMouseDown(t)},e.handleInputChange=function(t){var n=e.props.inputValue,i=t.currentTarget.value;e.setState({inputIsHiddenAfterUpdate:!1}),e.onInputChange(i,{action:"input-change",prevInputValue:n}),e.props.menuIsOpen||e.onMenuOpen()},e.onInputFocus=function(t){e.props.onFocus&&e.props.onFocus(t),e.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(e.openAfterFocus||e.props.openMenuOnFocus)&&e.openMenu("first"),e.openAfterFocus=!1},e.onInputBlur=function(t){var n=e.props.inputValue;e.menuListRef&&e.menuListRef.contains(document.activeElement)?e.inputRef.focus():(e.props.onBlur&&e.props.onBlur(t),e.onInputChange("",{action:"input-blur",prevInputValue:n}),e.onMenuClose(),e.setState({focusedValue:null,isFocused:!1}))},e.onOptionHover=function(t){if(!e.blockOptionHover&&e.state.focusedOption!==t){var n=e.getFocusableOptions().indexOf(t);e.setState({focusedOption:t,focusedOptionId:n>-1?e.getFocusedOptionId(t):null})}},e.shouldHideSelectedOptions=function(){return ft(e.props)},e.onValueInputFocus=function(t){t.preventDefault(),t.stopPropagation(),e.focus()},e.onKeyDown=function(t){var n=e.props,i=n.isMulti,r=n.backspaceRemovesValue,o=n.escapeClearsValue,a=n.inputValue,s=n.isClearable,l=n.isDisabled,d=n.menuIsOpen,c=n.onKeyDown,u=n.tabSelectsValue,h=n.openMenuOnFocus,p=e.state,f=p.focusedOption,g=p.focusedValue,m=p.selectValue;if(!(l||"function"==typeof c&&(c(t),t.defaultPrevented))){switch(e.blockOptionHover=!0,t.key){case"ArrowLeft":if(!i||a)return;e.focusValue("previous");break;case"ArrowRight":if(!i||a)return;e.focusValue("next");break;case"Delete":case"Backspace":if(a)return;if(g)e.removeValue(g);else{if(!r)return;i?e.popValue():s&&e.clearValue()}break;case"Tab":if(e.isComposing)return;if(t.shiftKey||!d||!u||!f||h&&e.isOptionSelected(f,m))return;e.selectOption(f);break;case"Enter":if(229===t.keyCode)break;if(d){if(!f)return;if(e.isComposing)return;e.selectOption(f);break}return;case"Escape":d?(e.setState({inputIsHiddenAfterUpdate:!1}),e.onInputChange("",{action:"menu-close",prevInputValue:a}),e.onMenuClose()):s&&o&&e.clearValue();break;case" ":if(a)return;if(!d){e.openMenu("first");break}if(!f)return;e.selectOption(f);break;case"ArrowUp":d?e.focusOption("up"):e.openMenu("last");break;case"ArrowDown":d?e.focusOption("down"):e.openMenu("first");break;case"PageUp":if(!d)return;e.focusOption("pageup");break;case"PageDown":if(!d)return;e.focusOption("pagedown");break;case"Home":if(!d)return;e.focusOption("first");break;case"End":if(!d)return;e.focusOption("last");break;default:return}t.preventDefault()}},e.state.instancePrefix="react-select-"+(e.props.instanceId||++gt),e.state.selectValue=Object(f.h)(t.value),t.menuIsOpen&&e.state.selectValue.length){var n=e.getFocusableOptionsWithIds(),i=e.buildFocusableOptions(),o=i.indexOf(e.state.selectValue[0]);e.state.focusableOptionsWithIds=n,e.state.focusedOption=i[o],e.state.focusedOptionId=lt(n,i[o])}return e}return e=d,o=[{key:"getDerivedStateFromProps",value:function(t,e){var n=e.prevProps,i=e.clearFocusValueOnUpdate,o=e.inputIsHiddenAfterUpdate,a=e.ariaSelection,s=e.isFocused,l=e.prevWasFocused,d=e.instancePrefix,c=t.options,u=t.value,h=t.menuIsOpen,p=t.inputValue,g=t.isMulti,m=Object(f.h)(u),v={};if(n&&(u!==n.value||c!==n.options||h!==n.menuIsOpen||p!==n.inputValue)){var b=h?function(t,e){return ot(rt(t,e))}(t,m):[],y=h?at(rt(t,m),"".concat(d,"-option")):[],x=i?function(t,e){var n=t.focusedValue,i=t.selectValue.indexOf(n);if(i>-1){if(e.indexOf(n)>-1)return n;if(i<e.length)return e[i]}return null}(e,m):null,_=function(t,e){var n=t.focusedOption;return n&&e.indexOf(n)>-1?n:e[0]}(e,b);v={selectValue:m,focusedOption:_,focusedOptionId:lt(y,_),focusableOptionsWithIds:y,focusedValue:x,clearFocusValueOnUpdate:!1}}var O=null!=o&&t!==n?{inputIsHidden:o,inputIsHiddenAfterUpdate:void 0}:{},w=a,$=s&&l;return s&&!$&&(w={value:Object(f.d)(g,m,m[0]||null),options:m,action:"initial-input-focus"},$=!l),"initial-input-focus"===(null==a?void 0:a.action)&&(w=null),Object(r.a)(Object(r.a)(Object(r.a)({},v),O),{},{prevProps:t,ariaSelection:w,prevWasFocused:$})}}],(n=[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput(),this.props.menuIsOpen&&this.state.focusedOption&&this.menuListRef&&this.focusedOptionRef&&Object(f.i)(this.menuListRef,this.focusedOptionRef)}},{key:"componentDidUpdate",value:function(t){var e=this.props,n=e.isDisabled,i=e.menuIsOpen,r=this.state.isFocused;(r&&!n&&t.isDisabled||r&&i&&!t.menuIsOpen)&&this.focusInput(),r&&n&&!t.isDisabled?this.setState({isFocused:!1},this.onMenuClose):r||n||!t.isDisabled||this.inputRef!==document.activeElement||this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(Object(f.i)(this.menuListRef,this.focusedOptionRef),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){this.onInputChange("",{action:"menu-close",prevInputValue:this.props.inputValue}),this.props.onMenuClose()}},{key:"onInputChange",value:function(t,e){this.props.onInputChange(t,e)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(t){var e=this,n=this.state,i=n.selectValue,r=n.isFocused,o=this.buildFocusableOptions(),a="first"===t?0:o.length-1;if(!this.props.isMulti){var s=o.indexOf(i[0]);s>-1&&(a=s)}this.scrollToFocusedOptionOnUpdate=!(r&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:o[a],focusedOptionId:this.getFocusedOptionId(o[a])},(function(){return e.onMenuOpen()}))}},{key:"focusValue",value:function(t){var e=this.state,n=e.selectValue,i=e.focusedValue;if(this.props.isMulti){this.setState({focusedOption:null});var r=n.indexOf(i);i||(r=-1);var o=n.length-1,a=-1;if(n.length){switch(t){case"previous":a=0===r?0:-1===r?o:r-1;break;case"next":r>-1&&r<o&&(a=r+1)}this.setState({inputIsHidden:-1!==a,focusedValue:n[a]})}}}},{key:"focusOption",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",e=this.props.pageSize,n=this.state.focusedOption,i=this.getFocusableOptions();if(i.length){var r=0,o=i.indexOf(n);n||(o=-1),"up"===t?r=o>0?o-1:i.length-1:"down"===t?r=(o+1)%i.length:"pageup"===t?(r=o-e)<0&&(r=0):"pagedown"===t?(r=o+e)>i.length-1&&(r=i.length-1):"last"===t&&(r=i.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:i[r],focusedValue:null,focusedOptionId:this.getFocusedOptionId(i[r])})}}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(et):Object(r.a)(Object(r.a)({},et),this.props.theme):et}},{key:"getCommonProps",value:function(){var t=this.clearValue,e=this.cx,n=this.getStyles,i=this.getClassNames,r=this.getValue,o=this.selectOption,a=this.setValue,s=this.props,l=s.isMulti,d=s.isRtl,c=s.options;return{clearValue:t,cx:e,getStyles:n,getClassNames:i,getValue:r,hasValue:this.hasValue(),isMulti:l,isRtl:d,options:c,selectOption:o,selectProps:s,setValue:a,theme:this.getTheme()}}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.getFocusableOptions().length}},{key:"isClearable",value:function(){var t=this.props,e=t.isClearable,n=t.isMulti;return void 0===e?n:e}},{key:"isOptionDisabled",value:function(t,e){return ut(this.props,t,e)}},{key:"isOptionSelected",value:function(t,e){return ht(this.props,t,e)}},{key:"filterOption",value:function(t,e){return pt(this.props,t,e)}},{key:"formatOptionLabel",value:function(t,e){if("function"==typeof this.props.formatOptionLabel){var n=this.props.inputValue,i=this.state.selectValue;return this.props.formatOptionLabel(t,{context:e,inputValue:n,selectValue:i})}return this.getOptionLabel(t)}},{key:"formatGroupLabel",value:function(t){return this.props.formatGroupLabel(t)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"renderInput",value:function(){var t=this.props,e=t.isDisabled,n=t.isSearchable,o=t.inputId,a=t.inputValue,s=t.tabIndex,l=t.form,d=t.menuIsOpen,c=t.required,u=this.getComponents().Input,h=this.state,g=h.inputIsHidden,m=h.ariaSelection,v=this.commonProps,b=o||this.getElementId("input"),y=Object(r.a)(Object(r.a)(Object(r.a)({"aria-autocomplete":"list","aria-expanded":d,"aria-haspopup":!0,"aria-errormessage":this.props["aria-errormessage"],"aria-invalid":this.props["aria-invalid"],"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],"aria-required":c,role:"combobox","aria-activedescendant":this.isAppleDevice?void 0:this.state.focusedOptionId||""},d&&{"aria-controls":this.getElementId("listbox")}),!n&&{"aria-readonly":!0}),this.hasValue()?"initial-input-focus"===(null==m?void 0:m.action)&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return n?p.createElement(u,Object(i.a)({},v,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:b,innerRef:this.getInputRef,isDisabled:e,isHidden:g,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:s,form:l,type:"text",value:a},y)):p.createElement(T,Object(i.a)({id:b,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:f.j,onFocus:this.onInputFocus,disabled:e,tabIndex:s,inputMode:"none",form:l,value:""},y))}},{key:"renderPlaceholderOrValue",value:function(){var t=this,e=this.getComponents(),n=e.MultiValue,r=e.MultiValueContainer,o=e.MultiValueLabel,a=e.MultiValueRemove,s=e.SingleValue,l=e.Placeholder,d=this.commonProps,c=this.props,u=c.controlShouldRenderValue,h=c.isDisabled,f=c.isMulti,g=c.inputValue,m=c.placeholder,v=this.state,b=v.selectValue,y=v.focusedValue,x=v.isFocused;if(!this.hasValue()||!u)return g?null:p.createElement(l,Object(i.a)({},d,{key:"placeholder",isDisabled:h,isFocused:x,innerProps:{id:this.getElementId("placeholder")}}),m);if(f)return b.map((function(e,s){var l=e===y,c="".concat(t.getOptionLabel(e),"-").concat(t.getOptionValue(e));return p.createElement(n,Object(i.a)({},d,{components:{Container:r,Label:o,Remove:a},isFocused:l,isDisabled:h,key:c,index:s,removeProps:{onClick:function(){return t.removeValue(e)},onTouchEnd:function(){return t.removeValue(e)},onMouseDown:function(t){t.preventDefault()}},data:e}),t.formatOptionLabel(e,"value"))}));if(g)return null;var _=b[0];return p.createElement(s,Object(i.a)({},d,{data:_,isDisabled:h}),this.formatOptionLabel(_,"value"))}},{key:"renderClearIndicator",value:function(){var t=this.getComponents().ClearIndicator,e=this.commonProps,n=this.props,r=n.isDisabled,o=n.isLoading,a=this.state.isFocused;if(!this.isClearable()||!t||r||!this.hasValue()||o)return null;var s={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return p.createElement(t,Object(i.a)({},e,{innerProps:s,isFocused:a}))}},{key:"renderLoadingIndicator",value:function(){var t=this.getComponents().LoadingIndicator,e=this.commonProps,n=this.props,r=n.isDisabled,o=n.isLoading,a=this.state.isFocused;return t&&o?p.createElement(t,Object(i.a)({},e,{innerProps:{"aria-hidden":"true"},isDisabled:r,isFocused:a})):null}},{key:"renderIndicatorSeparator",value:function(){var t=this.getComponents(),e=t.DropdownIndicator,n=t.IndicatorSeparator;if(!e||!n)return null;var r=this.commonProps,o=this.props.isDisabled,a=this.state.isFocused;return p.createElement(n,Object(i.a)({},r,{isDisabled:o,isFocused:a}))}},{key:"renderDropdownIndicator",value:function(){var t=this.getComponents().DropdownIndicator;if(!t)return null;var e=this.commonProps,n=this.props.isDisabled,r=this.state.isFocused,o={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return p.createElement(t,Object(i.a)({},e,{innerProps:o,isDisabled:n,isFocused:r}))}},{key:"renderMenu",value:function(){var t=this,e=this.getComponents(),n=e.Group,r=e.GroupHeading,o=e.Menu,a=e.MenuList,s=e.MenuPortal,l=e.LoadingMessage,d=e.NoOptionsMessage,c=e.Option,u=this.commonProps,h=this.state.focusedOption,g=this.props,m=g.captureMenuScroll,v=g.inputValue,b=g.isLoading,y=g.loadingMessage,x=g.minMenuHeight,_=g.maxMenuHeight,O=g.menuIsOpen,w=g.menuPlacement,$=g.menuPosition,C=g.menuPortalTarget,k=g.menuShouldBlockScroll,S=g.menuShouldScrollIntoView,j=g.noOptionsMessage,E=g.onMenuScrollToTop,M=g.onMenuScrollToBottom;if(!O)return null;var A,P=function(e,n){var r=e.type,o=e.data,a=e.isDisabled,s=e.isSelected,l=e.label,d=e.value,f=h===o,g=a?void 0:function(){return t.onOptionHover(o)},m=a?void 0:function(){return t.selectOption(o)},v="".concat(t.getElementId("option"),"-").concat(n),b={id:v,onClick:m,onMouseMove:g,onMouseOver:g,tabIndex:-1,role:"option","aria-selected":t.isAppleDevice?void 0:s};return p.createElement(c,Object(i.a)({},u,{innerProps:b,data:o,isDisabled:a,isSelected:s,key:v,label:l,type:r,value:d,isFocused:f,innerRef:f?t.getFocusedOptionRef:void 0}),t.formatOptionLabel(e.data,"menu"))};if(this.hasOptions())A=this.getCategorizedOptions().map((function(e){if("group"===e.type){var o=e.data,a=e.options,s=e.index,l="".concat(t.getElementId("group"),"-").concat(s),d="".concat(l,"-heading");return p.createElement(n,Object(i.a)({},u,{key:l,data:o,options:a,Heading:r,headingProps:{id:d,data:e.data},label:t.formatGroupLabel(e.data)}),e.options.map((function(t){return P(t,"".concat(s,"-").concat(t.index))})))}if("option"===e.type)return P(e,"".concat(e.index))}));else if(b){var T=y({inputValue:v});if(null===T)return null;A=p.createElement(l,u,T)}else{var L=j({inputValue:v});if(null===L)return null;A=p.createElement(d,u,L)}var D={minMenuHeight:x,maxMenuHeight:_,menuPlacement:w,menuPosition:$,menuShouldScrollIntoView:S},I=p.createElement(f.m,Object(i.a)({},u,D),(function(e){var n=e.ref,r=e.placerProps,s=r.placement,l=r.maxHeight;return p.createElement(o,Object(i.a)({},u,D,{innerRef:n,innerProps:{onMouseDown:t.onMenuMouseDown,onMouseMove:t.onMenuMouseMove},isLoading:b,placement:s}),p.createElement(U,{captureEnabled:m,onTopArrive:E,onBottomArrive:M,lockEnabled:k},(function(e){return p.createElement(a,Object(i.a)({},u,{innerRef:function(n){t.getMenuListRef(n),e(n)},innerProps:{role:"listbox","aria-multiselectable":u.isMulti,id:t.getElementId("listbox")},isLoading:b,maxHeight:l,focusedOption:h}),A)})))}));return C||"fixed"===$?p.createElement(s,Object(i.a)({},u,{appendTo:C,controlElement:this.controlRef,menuPlacement:w,menuPosition:$}),I):I}},{key:"renderFormField",value:function(){var t=this,e=this.props,n=e.delimiter,i=e.isDisabled,r=e.isMulti,o=e.name,a=e.required,s=this.state.selectValue;if(a&&!this.hasValue()&&!i)return p.createElement(V,{name:o,onFocus:this.onValueInputFocus});if(o&&!i){if(r){if(n){var l=s.map((function(e){return t.getOptionValue(e)})).join(n);return p.createElement("input",{name:o,type:"hidden",value:l})}var d=s.length>0?s.map((function(e,n){return p.createElement("input",{key:"i-".concat(n),name:o,type:"hidden",value:t.getOptionValue(e)})})):p.createElement("input",{name:o,type:"hidden",value:""});return p.createElement("div",null,d)}var c=s[0]?this.getOptionValue(s[0]):"";return p.createElement("input",{name:o,type:"hidden",value:c})}}},{key:"renderLiveRegion",value:function(){var t=this.commonProps,e=this.state,n=e.ariaSelection,r=e.focusedOption,o=e.focusedValue,a=e.isFocused,s=e.selectValue,l=this.getFocusableOptions();return p.createElement(_,Object(i.a)({},t,{id:this.getElementId("live-region"),ariaSelection:n,focusedOption:r,focusedValue:o,isFocused:a,selectValue:s,focusableOptions:l,isAppleDevice:this.isAppleDevice}))}},{key:"render",value:function(){var t=this.getComponents(),e=t.Control,n=t.IndicatorsContainer,r=t.SelectContainer,o=t.ValueContainer,a=this.props,s=a.className,l=a.id,d=a.isDisabled,c=a.menuIsOpen,u=this.state.isFocused,h=this.commonProps=this.getCommonProps();return p.createElement(r,Object(i.a)({},h,{className:s,innerProps:{id:l,onKeyDown:this.onKeyDown},isDisabled:d,isFocused:u}),this.renderLiveRegion(),p.createElement(e,Object(i.a)({},h,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:d,isFocused:u,menuIsOpen:c}),p.createElement(o,Object(i.a)({},h,{isDisabled:d}),this.renderPlaceholderOrValue(),this.renderInput()),p.createElement(n,Object(i.a)({},h,{isDisabled:d}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}])&&a(e.prototype,n),o&&a(e,o),Object.defineProperty(e,"prototype",{writable:!1}),d}(p.Component);mt.defaultProps=nt},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(15);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.children,o=t.className,c=t.data,u=void 0===c?{}:c,h=t.htmlOptions,p=void 0===h?{}:h,f=t.id,g=t.lineStyle,m=void 0===g?"solid":g,v=t.orientation,b=void 0===v?"horizontal":v,y=t.text,x=t.dark,_=void 0!==x&&x,O=t.variant,w=void 0===O?"card":O,$=Object(s.a)(n),C=Object(s.c)(u),k=Object(s.d)(p),S=a()(Object(s.b)("pb_section_separator_kit",w,b,"dashed"===m?m:""),Object(l.c)(t),o);return r.a.createElement("div",Object.assign({},$,C,k,{className:S,id:f}),i&&i||y&&r.a.createElement("span",null,r.a.createElement(d.a,{dark:_,text:y})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(35);function r(t){return Object(i.a)(t).getComputedStyle(t)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return l})),n.d(e,"c",(function(){return o})),n.d(e,"d",(function(){return a})),n.d(e,"e",(function(){return d})),n.d(e,"f",(function(){return h})),n.d(e,"g",(function(){return f})),n.d(e,"h",(function(){return v})),n.d(e,"i",(function(){return g})),n.d(e,"j",(function(){return m})),n.d(e,"k",(function(){return b}));var i=n(6);function r(t,e,n){let{reference:r,floating:o}=t;const a=Object(i.p)(e),s=Object(i.f)(e),l=Object(i.h)(s),d=Object(i.o)(e),c="y"===a,u=r.x+r.width/2-o.width/2,h=r.y+r.height/2-o.height/2,p=r[l]/2-o[l]/2;let f;switch(d){case"top":f={x:u,y:r.y-o.height};break;case"bottom":f={x:u,y:r.y+r.height};break;case"right":f={x:r.x+r.width,y:h};break;case"left":f={x:r.x-o.width,y:h};break;default:f={x:r.x,y:r.y}}switch(Object(i.e)(e)){case"start":f[s]-=p*(n&&c?-1:1);break;case"end":f[s]+=p*(n&&c?-1:1)}return f}const o=async(t,e,n)=>{const{placement:i="bottom",strategy:o="absolute",middleware:a=[],platform:s}=n,l=a.filter(Boolean),d=await(null==s.isRTL?void 0:s.isRTL(e));let c=await s.getElementRects({reference:t,floating:e,strategy:o}),{x:u,y:h}=r(c,i,d),p=i,f={},g=0;for(let n=0;n<l.length;n++){const{name:a,fn:m}=l[n],{x:v,y:b,data:y,reset:x}=await m({x:u,y:h,initialPlacement:i,placement:p,strategy:o,middlewareData:f,rects:c,platform:s,elements:{reference:t,floating:e}});u=null!=v?v:u,h=null!=b?b:h,f={...f,[a]:{...f[a],...y}},x&&g<=50&&(g++,"object"==typeof x&&(x.placement&&(p=x.placement),x.rects&&(c=!0===x.rects?await s.getElementRects({reference:t,floating:e,strategy:o}):x.rects),({x:u,y:h}=r(c,p,d))),n=-1)}return{x:u,y:h,placement:p,strategy:o,middlewareData:f}};async function a(t,e){var n;void 0===e&&(e={});const{x:r,y:o,platform:a,rects:s,elements:l,strategy:d}=t,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:h="floating",altBoundary:p=!1,padding:f=0}=Object(i.c)(e,t),g=Object(i.n)(f),m=l[p?"floating"===h?"reference":"floating":h],v=Object(i.t)(await a.getClippingRect({element:null==(n=await(null==a.isElement?void 0:a.isElement(m)))||n?m:m.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(l.floating)),boundary:c,rootBoundary:u,strategy:d})),b="floating"===h?{...s.floating,x:r,y:o}:s.reference,y=await(null==a.getOffsetParent?void 0:a.getOffsetParent(l.floating)),x=await(null==a.isElement?void 0:a.isElement(y))&&await(null==a.getScale?void 0:a.getScale(y))||{x:1,y:1},_=Object(i.t)(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:y,strategy:d}):b);return{top:(v.top-_.top+g.top)/x.y,bottom:(_.bottom-v.bottom+g.bottom)/x.y,left:(v.left-_.left+g.left)/x.x,right:(_.right-v.right+g.right)/x.x}}const s=t=>({name:"arrow",options:t,async fn(e){const{x:n,y:r,placement:o,rects:a,platform:s,elements:l,middlewareData:d}=e,{element:c,padding:u=0}=Object(i.c)(t,e)||{};if(null==c)return{};const h=Object(i.n)(u),p={x:n,y:r},f=Object(i.f)(o),g=Object(i.h)(f),m=await s.getDimensions(c),v="y"===f,b=v?"top":"left",y=v?"bottom":"right",x=v?"clientHeight":"clientWidth",_=a.reference[g]+a.reference[f]-p[f]-a.floating[g],O=p[f]-a.reference[f],w=await(null==s.getOffsetParent?void 0:s.getOffsetParent(c));let $=w?w[x]:0;$&&await(null==s.isElement?void 0:s.isElement(w))||($=l.floating[x]||a.floating[g]);const C=_/2-O/2,k=$/2-m[g]/2-1,S=Object(i.r)(h[b],k),j=Object(i.r)(h[y],k),E=S,M=$-m[g]-j,A=$/2-m[g]/2+C,P=Object(i.a)(E,A,M),T=!d.arrow&&null!=Object(i.e)(o)&&A!=P&&a.reference[g]/2-(A<E?S:j)-m[g]/2<0,L=T?A<E?A-E:A-M:0;return{[f]:p[f]+L,data:{[f]:P,centerOffset:A-P-L,...T&&{alignmentOffset:L}},reset:T}}});const l=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var n,r,o;const{rects:s,middlewareData:l,placement:d,platform:c,elements:u}=e,{crossAxis:h=!1,alignment:p,allowedPlacements:f=i.s,autoAlignment:g=!0,...m}=Object(i.c)(t,e),v=void 0!==p||f===i.s?function(t,e,n){return(t?[...n.filter(e=>Object(i.e)(e)===t),...n.filter(e=>Object(i.e)(e)!==t)]:n.filter(t=>Object(i.o)(t)===t)).filter(n=>!t||(Object(i.e)(n)===t||!!e&&Object(i.j)(n)!==n))}(p||null,g,f):f,b=await a(e,m),y=(null==(n=l.autoPlacement)?void 0:n.index)||0,x=v[y];if(null==x)return{};const _=Object(i.g)(x,s,await(null==c.isRTL?void 0:c.isRTL(u.floating)));if(d!==x)return{reset:{placement:v[0]}};const O=[b[Object(i.o)(x)],b[_[0]],b[_[1]]],w=[...(null==(r=l.autoPlacement)?void 0:r.overflows)||[],{placement:x,overflows:O}],$=v[y+1];if($)return{data:{index:y+1,overflows:w},reset:{placement:$}};const C=w.map(t=>{const e=Object(i.e)(t.placement);return[t.placement,e&&h?t.overflows.slice(0,2).reduce((t,e)=>t+e,0):t.overflows[0],t.overflows]}).sort((t,e)=>t[1]-e[1]),k=(null==(o=C.filter(t=>t[2].slice(0,Object(i.e)(t[0])?2:3).every(t=>t<=0))[0])?void 0:o[0])||C[0][0];return k!==d?{data:{index:y+1,overflows:w},reset:{placement:k}}:{}}}},d=function(t){return void 0===t&&(t={}),{name:"flip",options:t,async fn(e){var n,r;const{placement:o,middlewareData:s,rects:l,initialPlacement:d,platform:c,elements:u}=e,{mainAxis:h=!0,crossAxis:p=!0,fallbackPlacements:f,fallbackStrategy:g="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:v=!0,...b}=Object(i.c)(t,e);if(null!=(n=s.arrow)&&n.alignmentOffset)return{};const y=Object(i.o)(o),x=Object(i.o)(d)===d,_=await(null==c.isRTL?void 0:c.isRTL(u.floating)),O=f||(x||!v?[Object(i.m)(d)]:Object(i.i)(d));f||"none"===m||O.push(...Object(i.l)(d,v,m,_));const w=[d,...O],$=await a(e,b),C=[];let k=(null==(r=s.flip)?void 0:r.overflows)||[];if(h&&C.push($[y]),p){const t=Object(i.g)(o,l,_);C.push($[t[0]],$[t[1]])}if(k=[...k,{placement:o,overflows:C}],!C.every(t=>t<=0)){var S,j;const t=((null==(S=s.flip)?void 0:S.index)||0)+1,e=w[t];if(e)return{data:{index:t,overflows:k},reset:{placement:e}};let n=null==(j=k.filter(t=>t.overflows[0]<=0).sort((t,e)=>t.overflows[1]-e.overflows[1])[0])?void 0:j.placement;if(!n)switch(g){case"bestFit":{var E;const t=null==(E=k.map(t=>[t.placement,t.overflows.filter(t=>t>0).reduce((t,e)=>t+e,0)]).sort((t,e)=>t[1]-e[1])[0])?void 0:E[0];t&&(n=t);break}case"initialPlacement":n=d}if(o!==n)return{reset:{placement:n}}}return{}}}};function c(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function u(t){return i.v.some(e=>t[e]>=0)}const h=function(t){return void 0===t&&(t={}),{name:"hide",options:t,async fn(e){const{rects:n}=e,{strategy:r="referenceHidden",...o}=Object(i.c)(t,e);switch(r){case"referenceHidden":{const t=c(await a(e,{...o,elementContext:"reference"}),n.reference);return{data:{referenceHiddenOffsets:t,referenceHidden:u(t)}}}case"escaped":{const t=c(await a(e,{...o,altBoundary:!0}),n.floating);return{data:{escapedOffsets:t,escaped:u(t)}}}default:return{}}}}};function p(t){const e=Object(i.r)(...t.map(t=>t.left)),n=Object(i.r)(...t.map(t=>t.top));return{x:e,y:n,width:Object(i.q)(...t.map(t=>t.right))-e,height:Object(i.q)(...t.map(t=>t.bottom))-n}}const f=function(t){return void 0===t&&(t={}),{name:"inline",options:t,async fn(e){const{placement:n,elements:r,rects:o,platform:a,strategy:s}=e,{padding:l=2,x:d,y:c}=Object(i.c)(t,e),u=Array.from(await(null==a.getClientRects?void 0:a.getClientRects(r.reference))||[]),h=function(t){const e=t.slice().sort((t,e)=>t.y-e.y),n=[];let r=null;for(let t=0;t<e.length;t++){const i=e[t];!r||i.y-r.y>r.height/2?n.push([i]):n[n.length-1].push(i),r=i}return n.map(t=>Object(i.t)(p(t)))}(u),f=Object(i.t)(p(u)),g=Object(i.n)(l);const m=await a.getElementRects({reference:{getBoundingClientRect:function(){if(2===h.length&&h[0].left>h[1].right&&null!=d&&null!=c)return h.find(t=>d>t.left-g.left&&d<t.right+g.right&&c>t.top-g.top&&c<t.bottom+g.bottom)||f;if(h.length>=2){if("y"===Object(i.p)(n)){const t=h[0],e=h[h.length-1],r="top"===Object(i.o)(n),o=t.top,a=e.bottom,s=r?t.left:e.left,l=r?t.right:e.right;return{top:o,bottom:a,left:s,right:l,width:l-s,height:a-o,x:s,y:o}}const t="left"===Object(i.o)(n),e=Object(i.q)(...h.map(t=>t.right)),r=Object(i.r)(...h.map(t=>t.left)),o=h.filter(n=>t?n.left===r:n.right===e),a=o[0].top,s=o[o.length-1].bottom;return{top:a,bottom:s,left:r,right:e,width:e-r,height:s-a,x:r,y:a}}return f}},floating:r.floating,strategy:s});return o.reference.x!==m.reference.x||o.reference.y!==m.reference.y||o.reference.width!==m.reference.width||o.reference.height!==m.reference.height?{reset:{rects:m}}:{}}}};const g=function(t){return void 0===t&&(t=0),{name:"offset",options:t,async fn(e){var n,r;const{x:o,y:a,placement:s,middlewareData:l}=e,d=await async function(t,e){const{placement:n,platform:r,elements:o}=t,a=await(null==r.isRTL?void 0:r.isRTL(o.floating)),s=Object(i.o)(n),l=Object(i.e)(n),d="y"===Object(i.p)(n),c=["left","top"].includes(s)?-1:1,u=a&&d?-1:1,h=Object(i.c)(e,t);let{mainAxis:p,crossAxis:f,alignmentAxis:g}="number"==typeof h?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...h};return l&&"number"==typeof g&&(f="end"===l?-1*g:g),d?{x:f*u,y:p*c}:{x:p*c,y:f*u}}(e,t);return s===(null==(n=l.offset)?void 0:n.placement)&&null!=(r=l.arrow)&&r.alignmentOffset?{}:{x:o+d.x,y:a+d.y,data:{...d,placement:s}}}}},m=function(t){return void 0===t&&(t={}),{name:"shift",options:t,async fn(e){const{x:n,y:r,placement:o}=e,{mainAxis:s=!0,crossAxis:l=!1,limiter:d={fn:t=>{let{x:e,y:n}=t;return{x:e,y:n}}},...c}=Object(i.c)(t,e),u={x:n,y:r},h=await a(e,c),p=Object(i.p)(Object(i.o)(o)),f=Object(i.k)(p);let g=u[f],m=u[p];if(s){const t="y"===f?"bottom":"right",e=g+h["y"===f?"top":"left"],n=g-h[t];g=Object(i.a)(e,g,n)}if(l){const t="y"===p?"bottom":"right",e=m+h["y"===p?"top":"left"],n=m-h[t];m=Object(i.a)(e,m,n)}const v=d.fn({...e,[f]:g,[p]:m});return{...v,data:{x:v.x-n,y:v.y-r}}}}},v=function(t){return void 0===t&&(t={}),{options:t,fn(e){const{x:n,y:r,placement:o,rects:a,middlewareData:s}=e,{offset:l=0,mainAxis:d=!0,crossAxis:c=!0}=Object(i.c)(t,e),u={x:n,y:r},h=Object(i.p)(o),p=Object(i.k)(h);let f=u[p],g=u[h];const m=Object(i.c)(l,e),v="number"==typeof m?{mainAxis:m,crossAxis:0}:{mainAxis:0,crossAxis:0,...m};if(d){const t="y"===p?"height":"width",e=a.reference[p]-a.floating[t]+v.mainAxis,n=a.reference[p]+a.reference[t]-v.mainAxis;f<e?f=e:f>n&&(f=n)}if(c){var b,y;const t="y"===p?"width":"height",e=["top","left"].includes(Object(i.o)(o)),n=a.reference[h]-a.floating[t]+(e&&(null==(b=s.offset)?void 0:b[h])||0)+(e?0:v.crossAxis),r=a.reference[h]+a.reference[t]+(e?0:(null==(y=s.offset)?void 0:y[h])||0)-(e?v.crossAxis:0);g<n?g=n:g>r&&(g=r)}return{[p]:f,[h]:g}}}},b=function(t){return void 0===t&&(t={}),{name:"size",options:t,async fn(e){const{placement:n,rects:r,platform:o,elements:s}=e,{apply:l=(()=>{}),...d}=Object(i.c)(t,e),c=await a(e,d),u=Object(i.o)(n),h=Object(i.e)(n),p="y"===Object(i.p)(n),{width:f,height:g}=r.floating;let m,v;"top"===u||"bottom"===u?(m=u,v=h===(await(null==o.isRTL?void 0:o.isRTL(s.floating))?"start":"end")?"left":"right"):(v=u,m="end"===h?"top":"bottom");const b=g-c[m],y=f-c[v],x=!e.middlewareData.shift;let _=b,O=y;if(p){const t=f-c.left-c.right;O=h||x?Object(i.r)(y,t):t}else{const t=g-c.top-c.bottom;_=h||x?Object(i.r)(b,t):t}if(x&&!h){const t=Object(i.q)(c.left,0),e=Object(i.q)(c.right,0),n=Object(i.q)(c.top,0),r=Object(i.q)(c.bottom,0);p?O=f-2*(0!==t||0!==e?t+e:Object(i.q)(c.left,c.right)):_=g-2*(0!==n||0!==r?n+r:Object(i.q)(c.top,c.bottom))}await l({...e,availableWidth:O,availableHeight:_});const w=await o.getDimensions(s.floating);return f!==w.width||g!==w.height?{reset:{rects:!0}}:{}}}}},function(t,e,n){"use strict";function i(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(!t)return;if("string"==typeof t)return r(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return r(t,e)}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var i=0,o=function(){};return{s:o,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,l=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return s=t.done,t},e:function(t){l=!0,a=t},f:function(){try{s||null==n.return||n.return()}finally{if(l)throw a}}}}function r(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}n.d(e,"a",(function(){return u}));var s=function(){function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:document;o(this,t),this.matchDelegate=e,this.target=n}var e,n,r;return e=t,(n=[{key:"mutationObserver",get:function(){var t=this;return this._mutationObserver=this._mutationObserver||new MutationObserver((function(e){return t.processMutationList(e)}))}},{key:"start",value:function(){this.mutationObserver.observe(this.target,{attributes:!0,childList:!0,subtree:!0}),this.catchup()}},{key:"stop",value:function(){this.mutationObserverdisconnect()}},{key:"catchup",value:function(){this.handleAdditions(this.matchDelegate.matches(this.target))}},{key:"processMutationList",value:function(t){var e,n=i(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;"attributes"==r.type?this.processAttributeChange(r.target):"childList"==r.type&&(this.processRemovedNodes(Array.from(r.removedNodes)),this.processAddedNodes(Array.from(r.addedNodes)))}}catch(t){n.e(t)}finally{n.f()}}},{key:"processAttributeChange",value:function(t){if(t.nodeType===Node.ELEMENT_NODE){var e=this.matchDelegate.matches(t);if(0===e.length)return this.matchDelegate.removeMatch(t);this.handleAdditions(e)}}},{key:"processRemovedNodes",value:function(t){var e,n=i(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;r.nodeType===Node.ELEMENT_NODE&&this.handleRemovals(this.matchDelegate.matches(r))}}catch(t){n.e(t)}finally{n.f()}}},{key:"processAddedNodes",value:function(t){var e,n=i(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;r.nodeType===Node.ELEMENT_NODE&&this.handleAdditions(this.matchDelegate.matches(r))}}catch(t){n.e(t)}finally{n.f()}}},{key:"handleRemovals",value:function(t){var e,n=i(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;this.matchDelegate.removeMatch(r)}}catch(t){n.e(t)}finally{n.f()}}},{key:"handleAdditions",value:function(t){var e,n=i(t);try{for(n.s();!(e=n.n()).done;){var r=e.value;this.matchDelegate.addMatch(r)}}catch(t){n.e(t)}finally{n.f()}}}])&&a(e.prototype,n),r&&a(e,r),Object.defineProperty(e,"prototype",{writable:!1}),t}();function l(t){return function(t){if(Array.isArray(t))return d(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return d(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return d(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function d(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function c(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}var u=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.element=e}var e,n,i;return e=t,i=[{key:"elements",get:function(){return this._elements=this._elements||new Map}},{key:"observer",get:function(){return this._observer=this._observer||new s(this)}},{key:"selector",get:function(){return console.warn("Define a static property for selector or redefine the matches function in a subclass.",this),null}},{key:"matches",value:function(t){if(!this.selector)return[];var e=[];return t.nodeType===Node.ELEMENT_NODE&&t.matches(this.selector)&&e.push(t),e.push.apply(e,l(t.querySelectorAll(this.selector))),e}},{key:"addMatch",value:function(t){if(!t._pbEnhanced&&!this.elements.has(t)){var e=new this(t);e.connect(),this.elements.set(t,e),t._pbEnhanced=e}}},{key:"removeMatch",value:function(t){this.elements.has(t)&&(this.elements.get(t).disconnect(),this.elements.delete(t))}},{key:"start",value:function(){this.observer.start()}},{key:"stop",value:function(){this.mutationObserver.stop()}}],(n=[{key:"connect",value:function(){console.warn("Redefine the connect function in a subclass.",this)}},{key:"disconnect",value:function(){}}])&&c(e.prototype,n),i&&c(e,i),Object.defineProperty(e,"prototype",{writable:!1}),t}()},,function(t,e,n){"use strict";n.d(e,"a",(function(){return $}));var i=n(11),r=n(35),o=n(47),a=n(102),s=n(158);var l=n(54),d=n(103),c=n(33);var u=n(111),h=n(76),p=n(27),f=n(70),g=n(85),m=n(159),v=n(43);function b(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function y(t,e,n){return e===i.o?b(function(t,e){var n=Object(r.a)(t),i=Object(o.a)(t),l=n.visualViewport,d=i.clientWidth,c=i.clientHeight,u=0,h=0;if(l){d=l.width,c=l.height;var p=Object(s.a)();(p||!p&&"fixed"===e)&&(u=l.offsetLeft,h=l.offsetTop)}return{width:d,height:c,x:u+Object(a.a)(t),y:h}}(t,n)):Object(p.a)(e)?function(t,e){var n=Object(f.a)(t,!1,"fixed"===e);return n.top=n.top+t.clientTop,n.left=n.left+t.clientLeft,n.bottom=n.top+t.clientHeight,n.right=n.left+t.clientWidth,n.width=t.clientWidth,n.height=t.clientHeight,n.x=n.left,n.y=n.top,n}(e,n):b(function(t){var e,n=Object(o.a)(t),i=Object(d.a)(t),r=null==(e=t.ownerDocument)?void 0:e.body,s=Object(c.a)(n.scrollWidth,n.clientWidth,r?r.scrollWidth:0,r?r.clientWidth:0),u=Object(c.a)(n.scrollHeight,n.clientHeight,r?r.scrollHeight:0,r?r.clientHeight:0),h=-i.scrollLeft+Object(a.a)(t),p=-i.scrollTop;return"rtl"===Object(l.a)(r||n).direction&&(h+=Object(c.a)(n.clientWidth,r?r.clientWidth:0)-s),{width:s,height:u,x:h,y:p}}(Object(o.a)(t)))}function x(t,e,n,i){var r="clippingParents"===e?function(t){var e=Object(u.a)(Object(g.a)(t)),n=["absolute","fixed"].indexOf(Object(l.a)(t).position)>=0&&Object(p.b)(t)?Object(h.a)(t):t;return Object(p.a)(n)?e.filter((function(t){return Object(p.a)(t)&&Object(m.a)(t,n)&&"body"!==Object(v.a)(t)})):[]}(t):[].concat(e),o=[].concat(r,[n]),a=o[0],s=o.reduce((function(e,n){var r=y(t,n,i);return e.top=Object(c.a)(r.top,e.top),e.right=Object(c.b)(r.right,e.right),e.bottom=Object(c.b)(r.bottom,e.bottom),e.left=Object(c.a)(r.left,e.left),e}),y(t,a,i));return s.width=s.right-s.left,s.height=s.bottom-s.top,s.x=s.left,s.y=s.top,s}var _=n(152),O=n(155),w=n(157);function $(t,e){void 0===e&&(e={});var n=e,r=n.placement,a=void 0===r?t.placement:r,s=n.strategy,l=void 0===s?t.strategy:s,d=n.boundary,c=void 0===d?i.d:d,u=n.rootBoundary,h=void 0===u?i.o:u,g=n.elementContext,m=void 0===g?i.i:g,v=n.altBoundary,y=void 0!==v&&v,$=n.padding,C=void 0===$?0:$,k=Object(O.a)("number"!=typeof C?C:Object(w.a)(C,i.b)),S=m===i.i?i.j:i.i,j=t.rects.popper,E=t.elements[y?S:m],M=x(Object(p.a)(E)?E:E.contextElement||Object(o.a)(t.elements.popper),c,h,l),A=Object(f.a)(t.elements.reference),P=Object(_.a)({reference:A,element:j,strategy:"absolute",placement:a}),T=b(Object.assign({},j,P)),L=m===i.i?T:A,D={top:M.top-L.top+k.top,bottom:L.bottom-M.bottom+k.bottom,left:M.left-L.left+k.left,right:L.right-M.right+k.right},I=t.modifiersData.offset;if(m===i.i&&I){var N=I[a];Object.keys(D).forEach((function(t){var e=[i.k,i.c].indexOf(t)>=0?1:-1,n=[i.m,i.c].indexOf(t)>=0?"y":"x";D[t]+=N[n]*e}))}return D}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(5);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.className,o=t.dark,c=void 0!==o&&o,u=t.data,h=void 0===u?{}:u,p=t.htmlOptions,f=void 0===p?{}:p,g=t.icon,m=t.id,v=t.size,b=void 0===v?"md":v,y=t.variant,x=void 0===y?"default":y,_=Object(s.a)(n),O=Object(s.c)(h),w=Object(s.d)(f),$=a()(Object(s.b)("pb_icon_circle_kit",b,x),Object(l.c)(t),i);return r.a.createElement("div",Object.assign({},_,O,w,{className:$,id:m}),r.a.createElement(d.a,{dark:c,icon:g}))}},,,,,,,function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(67),l=n.n(s),d=n(120),c=n.n(d),u=n(28),h=n.n(u),p=n(49),f=n(75),g=n(68),m=n(4),v=n(2);function b(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return y(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return y(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function y(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var x=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n},_=function(t){var e=document.querySelector("#wrapper-circle-chart-".concat(t.target.renderTo.id," .pb-circle-chart-block")),n=document.querySelector("#".concat(t.target.renderTo.id));null!==e&&(e.style.height="".concat(t.target.chartHeight,"px"),e.style.width="".concat(t.target.chartWidth,"px"),n.firstChild.before(e))};e.a=function(t){var e=t.align,n=void 0===e?"center":e,o=t.aria,s=void 0===o?{}:o,d=t.rounded,u=void 0!==d&&d,y=t.borderColor,O=void 0===y?u?null:"":y,w=t.borderWidth,$=void 0===w?u?20:null:w,C=t.chartData,k=t.children,S=(t.className,t.colors),j=void 0===S?[]:S,E=t.dark,M=void 0!==E&&E,A=t.data,P=void 0===A?{}:A,T=t.dataLabelHtml,L=void 0===T?"<div>{point.name}</div>":T,D=t.dataLabels,I=void 0!==D&&D,N=t.height,R=t.htmlOptions,F=void 0===R?{}:R,B=t.id,z=t.innerSize,H=void 0===z?"md":z,W=t.legend,Y=void 0!==W&&W,U=t.maxPointSize,G=void 0===U?null:U,V=t.minPointSize,X=void 0===V?null:V,q=t.startAngle,K=void 0===q?null:q,Z=t.style,J=void 0===Z?"pie":Z,Q=t.title,tt=t.tooltipHtml,et=t.useHtml,nt=void 0!==et&&et,it=t.zMin,rt=void 0===it?null:it,ot=t.layout,at=void 0===ot?"horizontal":ot,st=t.verticalAlign,lt=void 0===st?"bottom":st,dt=t.x,ct=void 0===dt?0:dt,ut=t.y,ht=void 0===ut?0:ut,pt=x(t,["align","aria","rounded","borderColor","borderWidth","chartData","children","className","colors","dark","data","dataLabelHtml","dataLabels","height","htmlOptions","id","innerSize","legend","maxPointSize","minPointSize","startAngle","style","title","tooltipHtml","useHtml","zMin","layout","verticalAlign","x","y"]),ft=Object(v.a)(s),gt=Object(v.c)(P),mt=Object(v.d)(F);c()(h.a);M?h.a.setOptions(f.a):h.a.setOptions(p.a),h.a.setOptions({tooltip:{headerFormat:null,pointFormat:tt||'<span style="font-weight: bold; color:{point.color};">●</span>{point.name}: <b>{point.y}</b>',useHTML:nt}});var vt={sm:"35%",md:"50%",lg:"85%",none:"0%"},bt=b(Object(i.useState)({}),2),yt=bt[0],xt=bt[1];return Object(i.useEffect)((function(){var t,e=C.map((function(t){return t.y=t.value,delete t.value,t})),i={title:{text:Q},chart:{height:N,type:J,events:{render:function(t){return _(t)},redraw:function(t){return _(t)}}},legend:{align:n,verticalAlign:lt,layout:at,x:ct,y:ht},plotOptions:{pie:{colors:j.length>0?Object(g.a)(j):p.a.colors,dataLabels:{enabled:I,connectorShape:"straight",connectorWidth:3,format:L},showInLegend:Y}},series:[{minPointSize:X,maxPointSize:G,innerSize:20==$?"100%":(t=H,vt[t]),data:e,zMin:rt,startAngle:K,borderWidth:$,borderColor:O}],credits:!1};xt(Object.assign({},i))}),[C]),r.a.createElement(r.a.Fragment,null,k?r.a.createElement("div",{id:"wrapper-circle-chart-".concat(B)},r.a.createElement(l.a,{containerProps:Object.assign(Object.assign(Object.assign({className:a()("pb_circle_chart",Object(m.c)(pt)),id:B},ft),gt),mt),highcharts:h.a,options:yt}),r.a.createElement("div",{className:"pb-circle-chart-block"},k)):r.a.createElement(l.a,{containerProps:Object.assign(Object.assign(Object.assign({className:a()("pb_circle_chart",Object(m.c)(pt)),id:B},ft),gt),mt),highcharts:h.a,options:yt}))}},function(t,e,n){var i;"undefined"!=typeof self&&self,t.exports=(i=n(0),function(t){function e(i){if(n[i])return n[i].exports;var r=n[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,e),r.l=!0,r.exports}var n={};return e.m=t,e.c=n,e.d=function(t,n,i){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:i})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=0)}([function(t,e,n){"use strict";function i(){return(i=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t}).apply(this,arguments)}function r(t){return function(t){if(Array.isArray(t))return o(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return o(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function a(t){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}Object.defineProperty(e,"__esModule",{value:!0}),n.d(e,"HighchartsReact",(function(){return c}));var s=n(1),l=n.n(s),d="undefined"!=typeof window?s.useLayoutEffect:s.useEffect,c=Object(s.memo)(Object(s.forwardRef)((function(t,e){var n=Object(s.useRef)(),o=Object(s.useRef)(),c=Object(s.useRef)(t.constructorType),u=Object(s.useRef)(t.highcharts);return d((function(){function e(){var e=t.highcharts||"object"===("undefined"==typeof window?"undefined":a(window))&&window.Highcharts,i=t.constructorType||"chart";e?e[i]?t.options?o.current=e[i](n.current,t.options,t.callback):console.warn('The "options" property was not passed.'):console.warn('The "constructorType" property is incorrect or some required module is not imported.'):console.warn('The "highcharts" property was not passed.')}if(o.current){if(!1!==t.allowChartUpdate)if(t.constructorType!==c.current||t.highcharts!==u.current)c.current=t.constructorType,u.current=t.highcharts,e();else if(!t.immutable&&o.current){var i;(i=o.current).update.apply(i,[t.options].concat(r(t.updateArgs||[!0,!0])))}else e()}else e()}),[t.options,t.allowChartUpdate,t.updateArgs,t.containerProps,t.highcharts,t.constructorType]),d((function(){return function(){o.current&&(o.current.destroy(),o.current=null)}}),[]),Object(s.useImperativeHandle)(e,(function(){return{get chart(){return o.current},container:n}}),[]),l.a.createElement("div",i({},t.containerProps,{ref:n}))})));e.default=c},function(t,e){t.exports=i}]))},function(t,e,n){"use strict";var i=n(7),r=n.n(i);e.a=function(t){var e=/(data)\-[1-8]/;return t.map((function(t){return e.test(t)?"".concat(r.a["data_".concat(t[t.length-1])]):t}))}},function(t,e,n){"use strict";function i(t){return t.split("-")[1]}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var i=n(27),r=n(33),o=n(35),a=n(158);function s(t,e,n){void 0===e&&(e=!1),void 0===n&&(n=!1);var s=t.getBoundingClientRect(),l=1,d=1;e&&Object(i.b)(t)&&(l=t.offsetWidth>0&&Object(r.c)(s.width)/t.offsetWidth||1,d=t.offsetHeight>0&&Object(r.c)(s.height)/t.offsetHeight||1);var c=(Object(i.a)(t)?Object(o.a)(t):window).visualViewport,u=!Object(a.a)()&&n,h=(s.left+(u&&c?c.offsetLeft:0))/l,p=(s.top+(u&&c?c.offsetTop:0))/d,f=s.width/l,g=s.height/d;return{width:f,height:g,top:p,right:h+f,bottom:p+g,left:h,x:h,y:p}}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(12),l=n(5),d=n(34),c=n(4),u=n(2);e.a=function(t){var e=t.className,n=t.htmlOptions,i=void 0===n?{}:n,o=t.id,h=t.text,p=t.name,f=t.onClick,g=void 0===f?function(){}:f,m=t.avatarUrl,v=t.closeProps,b=void 0===v?{}:v,y=t.size,x=void 0===y?"":y,_=t.textTransform,O=void 0===_?"none":_,w=a()("pb_form_pill_kit_".concat("primary"),Object(c.c)(t),e,"small"===x?"small":null,O),$=Object(u.d)(i);return r.a.createElement("div",Object.assign({className:w,id:o},$),p&&r.a.createElement(r.a.Fragment,null,r.a.createElement(d.a,{imageUrl:m,name:p,size:"xs",status:null}),r.a.createElement(s.a,{className:"pb_form_pill_text",size:4,text:p})),h&&r.a.createElement(s.a,{className:"pb_form_pill_tag",size:4,text:h}),r.a.createElement("div",Object.assign({className:"pb_form_pill_close",onClick:g},b),r.a.createElement(l.a,{fixedWidth:!0,icon:"times"})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var i=n(73),r=n(19),o=n(0),a=n(52),s=(n(41),n(106),n(137),n(143),n(144),n(138),n(139),n(140),n(141),n(142),n(89),n(145),n(119),n(29),n(83),Object(o.forwardRef)((function(t,e){var n=Object(i.a)(t);return o.createElement(a.a,Object(r.a)({ref:e},n))})))},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var i=n(17),r=n(39),o=n(50),a=n(0),s=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"];function l(t){var e=t.defaultInputValue,n=void 0===e?"":e,l=t.defaultMenuIsOpen,d=void 0!==l&&l,c=t.defaultValue,u=void 0===c?null:c,h=t.inputValue,p=t.menuIsOpen,f=t.onChange,g=t.onInputChange,m=t.onMenuClose,v=t.onMenuOpen,b=t.value,y=Object(o.a)(t,s),x=Object(a.useState)(void 0!==h?h:n),_=Object(r.a)(x,2),O=_[0],w=_[1],$=Object(a.useState)(void 0!==p?p:d),C=Object(r.a)($,2),k=C[0],S=C[1],j=Object(a.useState)(void 0!==b?b:u),E=Object(r.a)(j,2),M=E[0],A=E[1],P=Object(a.useCallback)((function(t,e){"function"==typeof f&&f(t,e),A(t)}),[f]),T=Object(a.useCallback)((function(t,e){var n;"function"==typeof g&&(n=g(t,e)),w(void 0!==n?n:t)}),[g]),L=Object(a.useCallback)((function(){"function"==typeof v&&v(),S(!0)}),[v]),D=Object(a.useCallback)((function(){"function"==typeof m&&m(),S(!1)}),[m]),I=void 0!==h?h:O,N=void 0!==p?p:k,R=void 0!==b?b:M;return Object(i.a)(Object(i.a)({},y),{},{inputValue:I,menuIsOpen:N,onChange:P,onInputChange:T,onMenuClose:D,onMenuOpen:L,value:R})}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(29),a=n.n(o),s=i.createContext(),l=i.createContext();function d(t){var e=t.children,n=i.useState(null),r=n[0],o=n[1],a=i.useRef(!1);i.useEffect((function(){return function(){a.current=!0}}),[]);var d=i.useCallback((function(t){a.current||o(t)}),[]);return i.createElement(s.Provider,{value:r},i.createElement(l.Provider,{value:d},e))}var c=function(t){return Array.isArray(t)?t[0]:t},u=function(t){if("function"==typeof t){for(var e=arguments.length,n=new Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];return t.apply(void 0,n)}},h=function(t,e){if("function"==typeof t)return u(t,e);null!=t&&(t.current=e)},p=function(t){return t.reduce((function(t,e){var n=e[0],i=e[1];return t[n]=i,t}),{})},f="undefined"!=typeof window&&window.document&&window.document.createElement?i.useLayoutEffect:i.useEffect,g=n(294),m=n(224),v=n.n(m),b=[],y=function(){},x=function(){return Promise.resolve(null)},_=[];function O(t){var e=t.placement,n=void 0===e?"bottom":e,r=t.strategy,a=void 0===r?"absolute":r,l=t.modifiers,d=void 0===l?_:l,u=t.referenceElement,m=t.onFirstUpdate,O=t.innerRef,w=t.children,$=i.useContext(s),C=i.useState(null),k=C[0],S=C[1],j=i.useState(null),E=j[0],M=j[1];i.useEffect((function(){h(O,k)}),[O,k]);var A=i.useMemo((function(){return{placement:n,strategy:a,onFirstUpdate:m,modifiers:[].concat(d,[{name:"arrow",enabled:null!=E,options:{element:E}}])}}),[n,a,m,d,E]),P=function(t,e,n){void 0===n&&(n={});var r=i.useRef(null),a={onFirstUpdate:n.onFirstUpdate,placement:n.placement||"bottom",strategy:n.strategy||"absolute",modifiers:n.modifiers||b},s=i.useState({styles:{popper:{position:a.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),l=s[0],d=s[1],c=i.useMemo((function(){return{name:"updateState",enabled:!0,phase:"write",fn:function(t){var e=t.state,n=Object.keys(e.elements);o.flushSync((function(){d({styles:p(n.map((function(t){return[t,e.styles[t]||{}]}))),attributes:p(n.map((function(t){return[t,e.attributes[t]]})))})}))},requires:["computeStyles"]}}),[]),u=i.useMemo((function(){var t={onFirstUpdate:a.onFirstUpdate,placement:a.placement,strategy:a.strategy,modifiers:[].concat(a.modifiers,[c,{name:"applyStyles",enabled:!1}])};return v()(r.current,t)?r.current||t:(r.current=t,t)}),[a.onFirstUpdate,a.placement,a.strategy,a.modifiers,c]),h=i.useRef();return f((function(){h.current&&h.current.setOptions(u)}),[u]),f((function(){if(null!=t&&null!=e){var i=(n.createPopper||g.a)(t,e,u);return h.current=i,function(){i.destroy(),h.current=null}}}),[t,e,n.createPopper]),{state:h.current?h.current.state:null,styles:l.styles,attributes:l.attributes,update:h.current?h.current.update:null,forceUpdate:h.current?h.current.forceUpdate:null}}(u||$,k,A),T=P.state,L=P.styles,D=P.forceUpdate,I=P.update,N=i.useMemo((function(){return{ref:S,style:L.popper,placement:T?T.placement:n,hasPopperEscaped:T&&T.modifiersData.hide?T.modifiersData.hide.hasPopperEscaped:null,isReferenceHidden:T&&T.modifiersData.hide?T.modifiersData.hide.isReferenceHidden:null,arrowProps:{style:L.arrow,ref:M},forceUpdate:D||y,update:I||x}}),[S,M,n,T,L,I,D]);return c(w)(N)}var w=n(179),$=n.n(w);function C(t){var e=t.children,n=t.innerRef,r=i.useContext(l),o=i.useCallback((function(t){h(n,t),u(r,t)}),[n,r]);return i.useEffect((function(){return function(){return h(n,null)}}),[]),i.useEffect((function(){$()(Boolean(r),"`Reference` should not be used outside of a `Manager` component.")}),[r]),c(e)({ref:o})}var k=n(2),S=n(3),j=n.n(S),E=n(4),M=n(223),A=n.n(M);function P(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return T(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return T(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function T(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var L={offset:{enabled:!0,name:"offset",options:{offset:[0,20]},phase:"main"}},D=function(t){var e=t.modifiers;return t.offset?e.concat([L.offset]):e},I=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.className,o=t.children,a=t.data,s=void 0===a?{}:a,l=t.htmlOptions,d=void 0===l?{}:l,c=t.id,u=t.modifiers,h=t.offset,p=t.placement,f=t.referenceElement,g=t.zIndex,m=t.maxHeight,v=t.maxWidth,b=t.minHeight,y=t.minWidth,x=t.targetId,_=Object(E.c)(t).includes("dark")||!Object(E.c)(t)?"p_sm":Object(E.c)(t),w=m||v?"overflow_handling":"",$=g?{zIndex:g}:{},C=Object(k.a)(n),S=Object(k.c)(s),M=Object(k.d)(d),A=j()(Object(k.b)("pb_popover_kit"),Object(E.c)(t),i);return r.a.createElement(O,{modifiers:D({modifiers:u,offset:h}),placement:p,referenceElement:f},(function(t){var e=t.placement,n=t.ref,i=t.style;return r.a.createElement("div",Object.assign({},C,S,M,{className:A,"data-placement":e,id:c,ref:n,style:Object.assign({},i,$)}),r.a.createElement("div",{className:j()("".concat(Object(k.b)("pb_popover_tooltip")," show"))},r.a.createElement("div",{className:j()("pb_popover_body",_,w),id:x,style:Object.assign({},m?{maxHeight:m}:{},v?{maxWidth:v}:{},b?{minHeight:b}:{},y?{minWidth:y}:{})},o)))}))};e.a=function(t){var e=P(Object(i.useState)(A()("id-")),1)[0],n=t.className,o=t.children,s=t.modifiers,l=void 0===s?[]:s,c=t.offset,u=void 0!==c&&c,h=t.placement,p=void 0===h?"left":h,f=t.portal,g=void 0===f?"body":f,m=t.reference,v=t.referenceElement,b=t.show,y=void 0!==b&&b,x=t.usePortal,_=void 0===x||x,O=t.zIndex,w=t.maxHeight,$=t.maxWidth,S=t.minHeight,j=t.minWidth;Object(i.useEffect)((function(){var n=t.closeOnClick,i=t.shouldClosePopover,r=void 0===i?k.e:i;n&&document.body.addEventListener("click",(function(t){var i=t.target,o=null!==i.closest("#"+e),a=null!==i.closest("#reference-"+e),s=function(){setTimeout((function(){return r(!0)}),0)};switch(n){case"outside":o||a||s();break;case"inside":o&&s();break;case"any":(o||!o&&!a)&&s()}}),{capture:!0})}),[]);var E=r.a.createElement(I,Object.assign({className:n,maxHeight:w,maxWidth:$,minHeight:S,minWidth:j,modifiers:l,offset:u,placement:p,referenceElement:v,targetId:e,zIndex:O},t),o);return r.a.createElement(d,null,r.a.createElement(r.a.Fragment,null,m&&!v&&r.a.createElement(C,null,(function(t){var n=t.ref;return r.a.createElement("span",{className:"pb_popover_reference_wrapper",id:"reference-"+e,ref:n},r.a.createElement(m.type,Object.assign({},m.props)))})),y&&(_?r.a.createElement(r.a.Fragment,null,a.a.createPortal(E,document.querySelector(g))):{popoverComponent:E})))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var i=n(7),r=n.n(i),o=n(9),a=n.n(o),s={lang:{thousandsSep:","},colors:[r.a.data_1,r.a.data_2,r.a.data_3,r.a.data_4,r.a.data_5,r.a.data_6,r.a.data_7],chart:{borderWidth:0,borderRadius:0,plotBackgroundColor:void 0,plotShadow:!1,plotBorderWidth:0},title:{style:{color:r.a.text_dk_default,fontFamily:a.a.font_family_base,fontWeight:a.a.regular,fontSize:a.a.heading_3}},subtitle:{style:{fontFamily:a.a.font_family_base,color:r.a.text_dk_light,fontWeight:a.a.regular,fontSize:a.a.text_base}},xAxis:{gridLineWidth:0,lineColor:r.a.border_dark,tickColor:r.a.border_dark,labels:{style:{fontFamily:a.a.font_family_base,color:r.a.text_dk_lighter,fontWeight:a.a.bold,fontSize:a.a.text_smaller}},title:{style:{color:r.a.text_dk_default,fontFamily:a.a.font_family_base,fontWeight:a.a.regular,fontSize:a.a.heading_4}}},yAxis:{alternateGridColor:void 0,minorTickInterval:null,gridLineColor:r.a.border_dark,minorGridLineColor:r.a.border_dark,lineWidth:0,tickWidth:0,labels:{style:{fontFamily:a.a.font_family_base,color:r.a.text_dk_lighter,fontWeight:a.a.bold,fontSize:a.a.text_smaller}},title:{style:{fontFamily:a.a.font_family_base,color:r.a.text_dk_lighter,fontWeight:a.a.bold,fontSize:a.a.text_smaller}}},legend:{layout:"horizontal",align:"center",verticalAlign:"bottom",itemStyle:{fontFamily:a.a.font_family_base,color:r.a.text_dk_light,fontWeight:a.a.regular,fontSize:a.a.text_smaller},itemHoverStyle:{color:r.a.text_dk_default},itemHiddenStyle:{color:r.a.text_dk_lighter}},tooltip:{backgroundColor:{linearGradient:{x1:0,y1:0,x2:0,y2:1},stops:[[0,r.a.card_light],[1,r.a.card_light]]},shadow:!1,borderWidth:0,borderRadius:10,style:{fontFamily:a.a.font_family_base,color:r.a.text_lt_default,fontWeight:a.a.regular,fontSize:a.a.text_smaller}},pane:{background:{borderColor:r.a.border_dark}},plotOptions:{series:{borderColor:r.a.bg_dark_card,borderWidth:2,threshold:null},pie:{colors:[r.a.data_1,r.a.data_2,r.a.data_3,r.a.data_4,r.a.data_5,r.a.data_6,r.a.data_7],dataLabels:{style:{fontFamily:a.a.font_family_base,fontSize:a.a.text_smaller,color:r.a.text_dk_light,fontWeight:a.a.regular}}},line:{dataLabels:{color:r.a.text_dk_light},marker:{lineColor:r.a.border_dark}},treemap:{layoutAlgorithm:"squarified",allowTraversingTree:!1,animationLimit:1e3,colors:[r.a.data_1,r.a.data_2,r.a.data_3,r.a.data_4,r.a.data_5,r.a.data_6,r.a.data_7,r.a.data_8],dataLabels:{enabled:!0,style:{fontFamily:a.a.font_family_base,fontWeight:a.a.bold,fontSize:a.a.heading_4}},levels:[{level:1,dataLabels:{enabled:!1}}],traverseUpButton:{position:{y:-50}}}},credits:{enabled:!1}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var i=n(35),r=n(43),o=n(54),a=n(27);function s(t){return["table","td","th"].indexOf(Object(r.a)(t))>=0}var l=n(85),d=n(127);function c(t){return Object(a.b)(t)&&"fixed"!==Object(o.a)(t).position?t.offsetParent:null}function u(t){for(var e=Object(i.a)(t),n=c(t);n&&s(n)&&"static"===Object(o.a)(n).position;)n=c(n);return n&&("html"===Object(r.a)(n)||"body"===Object(r.a)(n)&&"static"===Object(o.a)(n).position)?e:n||function(t){var e=/firefox/i.test(Object(d.a)());if(/Trident/i.test(Object(d.a)())&&Object(a.b)(t)&&"fixed"===Object(o.a)(t).position)return null;var n=Object(l.a)(t);for(Object(a.c)(n)&&(n=n.host);Object(a.b)(n)&&["html","body"].indexOf(Object(r.a)(n))<0;){var i=Object(o.a)(n);if("none"!==i.transform||"none"!==i.perspective||"paint"===i.contain||-1!==["transform","perspective"].indexOf(i.willChange)||e&&"filter"===i.willChange||e&&i.filter&&"none"!==i.filter)return n;n=n.parentNode}return null}(t)||e}},function(t,e,n){"use strict";function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(161);function r(t,e,n){return(e=Object(i.a)(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return r}));function i(t,e,n){var i="";return n.split(" ").forEach((function(n){void 0!==t[n]?e.push(t[n]+";"):i+=n+" "})),i}var r=function(t,e,n){var i=t.key+"-"+e.name;!1===n&&void 0===t.registered[i]&&(t.registered[i]=e.styles)},o=function(t,e,n){r(t,e,n);var i=t.key+"-"+e.name;if(void 0===t.inserted[e.name]){var o=e;do{t.insert(e===o?"."+i:"",o,t.sheet,!0),o=o.next}while(void 0!==o)}}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(10),a=n(3),s=n.n(a),l=n(2),d=n(4),c=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n},u=function(t,e){var n=t.aria,i=void 0===n?{}:n,a=t.alignment,u=t.children,h=t.className,p=t.dark,f=void 0!==p&&p,g=t.data,m=void 0===g?{}:g,v=t.error,b=void 0!==v&&v,y=t.htmlOptions,x=void 0===y?{}:y,_=t.id,O=t.label,w=t.name,$=void 0===w?"radio_name":w,C=t.text,k=void 0===C?"Radio Text":C,S=t.value,j=void 0===S?"radio_text":S,E=t.onChange,M=void 0===E?function(){}:E,A=c(t,["aria","alignment","children","className","dark","data","error","htmlOptions","id","label","name","text","value","onChange"]),P=Object(l.a)(i),T=Object(l.c)(m),L=Object(l.d)(x),D=s()(Object(l.b)("pb_radio_kit",a),f?"dark":null,b?"error":null,Object(d.c)(A),h);return r.a.createElement("label",Object.assign({},P,T,L,{className:D,htmlFor:_}),r.a.createElement(r.a.Fragment,null,function(t){return u||r.a.createElement("input",Object.assign({id:_,name:$,onChange:M,ref:e,text:k,type:"radio",value:j},t))}(A)),r.a.createElement("span",{className:"pb_radio_button"}),r.a.createElement(o.a,{dark:f,status:b?"negative":null,text:O,variant:null}))};e.a=Object(i.forwardRef)(u)},,,function(t,e,n){"use strict";var i=n(0),r=i.useLayoutEffect;e.a=r},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(10),a=n(5),s=n(2),l=n(3),d=n.n(l),c=n(4);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,l=t.checked,u=void 0!==l&&l,h=t.children,p=t.className,f=t.dark,g=void 0!==f&&f,m=t.data,v=void 0===m?{}:m,b=t.error,y=void 0!==b&&b,x=t.htmlOptions,_=void 0===x?{}:x,O=t.id,w=t.indeterminate,$=void 0!==w&&w,C=t.name,k=void 0===C?"":C,S=t.onChange,j=void 0===S?function(){}:S,E=t.tabIndex,M=t.text,A=void 0===M?"":M,P=t.value,T=void 0===P?"":P,L=Object(i.useRef)(null),D=Object(s.a)(n),I=Object(s.c)(v),N=Object(s.d)(_),R=d()(Object(s.b)("pb_checkbox_kit",u?"checked":null,y?"error":null,$?"indeterminate":null),Object(c.c)(t),p);Object(i.useEffect)((function(){L.current&&(L.current.checked=u,L.current.indeterminate=$)}),[$,u]);return r.a.createElement("label",Object.assign({},D,I,N,{className:R,id:O}),r.a.createElement(r.a.Fragment,null,h||r.a.createElement("input",{defaultChecked:u,name:k,onChange:j,ref:L,tabIndex:E,type:"checkbox",value:T})),!$&&r.a.createElement("span",{className:"pb_checkbox_checkmark"},r.a.createElement(a.a,{className:"check_icon",fixedWidth:!0,icon:"check"})),$&&r.a.createElement("span",{className:"pb_checkbox_indeterminate"},r.a.createElement(a.a,{className:"indeterminate_icon",fixedWidth:!0,icon:"minus"})),r.a.createElement(o.a,{className:"pb_checkbox_label",dark:g,status:y?"negative":null,variant:null},A))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var i=n(43),r=n(47),o=n(27);function a(t){return"html"===Object(i.a)(t)?t:t.assignedSlot||t.parentNode||(Object(o.c)(t)?t.host:null)||Object(r.a)(t)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var i=n(128);var r=n(160);function o(t){return function(t){if(Array.isArray(t))return Object(i.a)(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||Object(r.a)(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}},,,function(t,e){function n(e){return t.exports=n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,n(e)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return o}));var i=n(33);function r(t,e,n){return Object(i.a)(t,Object(i.b)(e,n))}function o(t,e,n){var i=r(t,e,n);return i>n?n:i}},,,,,function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(10),c=n(15),u=n(46),h=n(8),p=n(5),f=n(74),g=n(36);function m(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return v(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return v(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}e.a=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.className,v=t.confirmation,b=void 0!==v&&v,y=t.data,x=void 0===y?{}:y,_=t.dark,O=void 0!==_&&_,w=t.htmlOptions,$=void 0===w?{}:w,C=t.id,k=t.inputProps,S=void 0===k?{}:k,j=t.label,E=void 0===j?b?"Confirm Passphrase":"Passphrase":j,M=t.onChange,A=void 0===M?function(){}:M,P=t.showTipsBelow,T=void 0===P?"always":P,L=t.tips,D=void 0===L?[]:L,I=t.uncontrolled,N=void 0!==I&&I,R=t.value,F=void 0===R?"":R,B=m(Object(i.useState)(""),2),z=B[0],H=B[1],W=m(Object(i.useState)(!1),2),Y=W[0],U=W[1],G=m(Object(i.useState)(!1),2),V=G[0],X=G[1],q=Object(i.useCallback)((function(t){return N?H(t.target.value):A(t)}),[N,A]),K=Object(i.useMemo)((function(){return N?z:F}),[F,z,N]),Z=a()("passphrase-popover","always"===T?null:"show-below-".concat(T)),J=Object(s.a)(n),Q=a()(Object(s.b)("pb_passphrase"),Object(l.c)(t),o),tt=Object(s.c)(x),et=Object(s.d)($),nt=r.a.createElement(u.a,{className:Z,dark:O,icon:"info-circle",onClick:function(){return U(!Y)},variant:"link"});return r.a.createElement("div",Object.assign({},J,tt,et,{className:Q,id:C}),r.a.createElement("label",null,r.a.createElement(h.a,{align:"baseline"},r.a.createElement(c.a,{className:"passphrase-label",text:E}),D.length>0&&!b&&r.a.createElement(f.a,{className:"passphrase-tips",closeOnClick:"outside",placement:"right",reference:nt,shouldClosePopover:function(t){U(!t)},show:Y},r.a.createElement(h.a,{align:"center",orientation:"column"},r.a.createElement(c.a,{marginBottom:"xs",text:"Tips for a good passphrase"}),r.a.createElement("div",null,D.map((function(t,e){return r.a.createElement(c.a,{key:e,marginBottom:"xs",size:"xs"},r.a.createElement(p.a,{icon:"shield-check",marginRight:"xs"}),t)})))))),r.a.createElement("div",{className:"passphrase-text-input-wrapper"},r.a.createElement(g.a,Object.assign({className:"passphrase-text-input",dark:O,marginBottom:"xs",onChange:q,placeholder:"Enter a passphrase...",type:V?"text":"password",value:K},S)),r.a.createElement("span",{className:"show-passphrase-icon",onClick:function(t){t.preventDefault(),X(!V)}},r.a.createElement(d.a,{className:V?"hide-icon":"",color:"light",dark:O},r.a.createElement(p.a,{icon:"eye-slash"})),r.a.createElement(d.a,{className:V?"":"hide-icon",color:"light",dark:O},r.a.createElement(p.a,{icon:"eye"}))))))}},,function(t,e,n){"use strict";var i=function(t,e){return t===e};e.a=function(t,e){var n;void 0===e&&(e=i);var r,o=[],a=!1,s=function(t,n){return e(t,o[n],n)};return function(){for(var e=arguments.length,i=new Array(e),l=0;l<e;l++)i[l]=arguments[l];return a&&n===this&&i.length===o.length&&i.every(s)||(r=t.apply(this,i),a=!0,n=this,o=i),r}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return x}));var i=n(70),r=n(103),o=n(35),a=n(27);var s=n(43),l=n(102),d=n(47),c=n(104),u=n(33);function h(t,e,n){void 0===n&&(n=!1);var h,p,f=Object(a.b)(e),g=Object(a.b)(e)&&function(t){var e=t.getBoundingClientRect(),n=Object(u.c)(e.width)/t.offsetWidth||1,i=Object(u.c)(e.height)/t.offsetHeight||1;return 1!==n||1!==i}(e),m=Object(d.a)(e),v=Object(i.a)(t,g,n),b={scrollLeft:0,scrollTop:0},y={x:0,y:0};return(f||!f&&!n)&&(("body"!==Object(s.a)(e)||Object(c.a)(m))&&(b=(h=e)!==Object(o.a)(h)&&Object(a.b)(h)?{scrollLeft:(p=h).scrollLeft,scrollTop:p.scrollTop}:Object(r.a)(h)),Object(a.b)(e)?((y=Object(i.a)(e,!0)).x+=e.clientLeft,y.y+=e.clientTop):m&&(y.x=Object(l.a)(m))),{x:v.left+b.scrollLeft-y.x,y:v.top+b.scrollTop-y.y,width:v.width,height:v.height}}var p=n(105),f=n(111),g=n(76),m=n(11);function v(t){var e=new Map,n=new Set,i=[];return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){n.has(t.name)||function t(r){n.add(r.name),[].concat(r.requires||[],r.requiresIfExists||[]).forEach((function(i){if(!n.has(i)){var r=e.get(i);r&&t(r)}})),i.push(r)}(t)})),i}var b={placement:"bottom",modifiers:[],strategy:"absolute"};function y(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return!e.some((function(t){return!(t&&"function"==typeof t.getBoundingClientRect)}))}function x(t){void 0===t&&(t={});var e=t,n=e.defaultModifiers,i=void 0===n?[]:n,r=e.defaultOptions,o=void 0===r?b:r;return function(t,e,n){void 0===n&&(n=o);var r,s,l={placement:"bottom",orderedModifiers:[],options:Object.assign({},b,o),modifiersData:{},elements:{reference:t,popper:e},attributes:{},styles:{}},d=[],c=!1,u={state:l,setOptions:function(n){var r="function"==typeof n?n(l.options):n;x(),l.options=Object.assign({},o,l.options,r),l.scrollParents={reference:Object(a.a)(t)?Object(f.a)(t):t.contextElement?Object(f.a)(t.contextElement):[],popper:Object(f.a)(e)};var s=function(t){var e=v(t);return m.g.reduce((function(t,n){return t.concat(e.filter((function(t){return t.phase===n})))}),[])}(function(t){var e=t.reduce((function(t,e){var n=t[e.name];return t[e.name]=n?Object.assign({},n,e,{options:Object.assign({},n.options,e.options),data:Object.assign({},n.data,e.data)}):e,t}),{});return Object.keys(e).map((function(t){return e[t]}))}([].concat(i,l.options.modifiers)));return l.orderedModifiers=s.filter((function(t){return t.enabled})),l.orderedModifiers.forEach((function(t){var e=t.name,n=t.options,i=void 0===n?{}:n,r=t.effect;if("function"==typeof r){var o=r({state:l,name:e,instance:u,options:i});d.push(o||function(){})}})),u.update()},forceUpdate:function(){if(!c){var t=l.elements,e=t.reference,n=t.popper;if(y(e,n)){l.rects={reference:h(e,Object(g.a)(n),"fixed"===l.options.strategy),popper:Object(p.a)(n)},l.reset=!1,l.placement=l.options.placement,l.orderedModifiers.forEach((function(t){return l.modifiersData[t.name]=Object.assign({},t.data)}));for(var i=0;i<l.orderedModifiers.length;i++)if(!0!==l.reset){var r=l.orderedModifiers[i],o=r.fn,a=r.options,s=void 0===a?{}:a,d=r.name;"function"==typeof o&&(l=o({state:l,options:s,name:d,instance:u})||l)}else l.reset=!1,i=-1}}},update:(r=function(){return new Promise((function(t){u.forceUpdate(),t(l)}))},function(){return s||(s=new Promise((function(t){Promise.resolve().then((function(){s=void 0,t(r())}))}))),s}),destroy:function(){x(),c=!0}};if(!y(t,e))return u;function x(){d.forEach((function(t){return t()})),d=[]}return u.setOptions(n).then((function(t){!c&&n.onFirstUpdate&&n.onFirstUpdate(t)})),u}}},function(t,e,n){"use strict";function i(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var i=n(70),r=n(47),o=n(103);function a(t){return Object(i.a)(Object(r.a)(t)).left+Object(o.a)(t).scrollLeft}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(35);function r(t){var e=Object(i.a)(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(54);function r(t){var e=Object(i.a)(t),n=e.overflow,r=e.overflowX,o=e.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(70);function r(t){var e=Object(i.a)(t),n=t.offsetWidth,r=t.offsetHeight;return Math.abs(e.width-n)<=1&&(n=e.width),Math.abs(e.height-r)<=1&&(r=e.height),{x:t.offsetLeft,y:t.offsetTop,width:n,height:r}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return rt}));var i=function(){function t(t){var e=this;this._insertTag=function(t){var n;n=0===e.tags.length?e.insertionPoint?e.insertionPoint.nextSibling:e.prepend?e.container.firstChild:e.before:e.tags[e.tags.length-1].nextSibling,e.container.insertBefore(t,n),e.tags.push(t)},this.isSpeedy=void 0===t.speedy||t.speedy,this.tags=[],this.ctr=0,this.nonce=t.nonce,this.key=t.key,this.container=t.container,this.prepend=t.prepend,this.insertionPoint=t.insertionPoint,this.before=null}var e=t.prototype;return e.hydrate=function(t){t.forEach(this._insertTag)},e.insert=function(t){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(t){var e=document.createElement("style");return e.setAttribute("data-emotion",t.key),void 0!==t.nonce&&e.setAttribute("nonce",t.nonce),e.appendChild(document.createTextNode("")),e.setAttribute("data-s",""),e}(this));var e=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(t){if(t.sheet)return t.sheet;for(var e=0;e<document.styleSheets.length;e++)if(document.styleSheets[e].ownerNode===t)return document.styleSheets[e]}(e);try{n.insertRule(t,n.cssRules.length)}catch(t){0}}else e.appendChild(document.createTextNode(t));this.ctr++},e.flush=function(){this.tags.forEach((function(t){return t.parentNode&&t.parentNode.removeChild(t)})),this.tags=[],this.ctr=0},t}(),r="-ms-",o="-moz-",a="-webkit-",s="comm",l="rule",d="decl",c="@keyframes",u=Math.abs,h=String.fromCharCode,p=Object.assign;function f(t,e){return 45^y(t,0)?(((e<<2^y(t,0))<<2^y(t,1))<<2^y(t,2))<<2^y(t,3):0}function g(t){return t.trim()}function m(t,e){return(t=e.exec(t))?t[0]:t}function v(t,e,n){return t.replace(e,n)}function b(t,e){return t.indexOf(e)}function y(t,e){return 0|t.charCodeAt(e)}function x(t,e,n){return t.slice(e,n)}function _(t){return t.length}function O(t){return t.length}function w(t,e){return e.push(t),t}function $(t,e){return t.map(e).join("")}var C=1,k=1,S=0,j=0,E=0,M="";function A(t,e,n,i,r,o,a){return{value:t,root:e,parent:n,type:i,props:r,children:o,line:C,column:k,length:a,return:""}}function P(t,e){return p(A("",null,null,"",null,null,0),t,{length:-t.length},e)}function T(){return E=j<S?y(M,j++):0,k++,10===E&&(k=1,C++),E}function L(){return y(M,j)}function D(){return j}function I(t,e){return x(M,t,e)}function N(t){switch(t){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function R(t){return C=k=1,S=_(M=t),j=0,[]}function F(t){return M="",t}function B(t){return g(I(j-1,function t(e){for(;T();)switch(E){case e:return j;case 34:case 39:34!==e&&39!==e&&t(E);break;case 40:41===e&&t(e);break;case 92:T()}return j}(91===t?t+2:40===t?t+1:t)))}function z(t){for(;(E=L())&&E<33;)T();return N(t)>2||N(E)>3?"":" "}function H(t,e){for(;--e&&T()&&!(E<48||E>102||E>57&&E<65||E>70&&E<97););return I(t,D()+(e<6&&32==L()&&32==T()))}function W(t,e){for(;T()&&t+E!==57&&(t+E!==84||47!==L()););return"/*"+I(e,j-1)+"*"+h(47===t?t:T())}function Y(t){for(;!N(L());)T();return I(t,j)}function U(t){return F(function t(e,n,i,r,o,a,s,l,d){var c=0,u=0,p=s,f=0,g=0,m=0,x=1,O=1,$=1,S=0,A="",P=o,I=a,N=r,R=A;for(;O;)switch(m=S,S=T()){case 40:if(108!=m&&58==y(R,p-1)){-1!=b(R+=v(B(S),"&","&\f"),"&\f")&&($=-1);break}case 34:case 39:case 91:R+=B(S);break;case 9:case 10:case 13:case 32:R+=z(m);break;case 92:R+=H(D()-1,7);continue;case 47:switch(L()){case 42:case 47:w(V(W(T(),D()),n,i),d);break;default:R+="/"}break;case 123*x:l[c++]=_(R)*$;case 125*x:case 59:case 0:switch(S){case 0:case 125:O=0;case 59+u:-1==$&&(R=v(R,/\f/g,"")),g>0&&_(R)-p&&w(g>32?X(R+";",r,i,p-1):X(v(R," ","")+";",r,i,p-2),d);break;case 59:R+=";";default:if(w(N=G(R,n,i,c,u,o,l,A,P=[],I=[],p),a),123===S)if(0===u)t(R,n,N,N,P,a,p,l,I);else switch(99===f&&110===y(R,3)?100:f){case 100:case 108:case 109:case 115:t(e,N,N,r&&w(G(e,N,N,0,0,o,l,A,o,P=[],p),I),o,I,p,l,r?P:I);break;default:t(R,N,N,N,[""],I,0,l,I)}}c=u=g=0,x=$=1,A=R="",p=s;break;case 58:p=1+_(R),g=m;default:if(x<1)if(123==S)--x;else if(125==S&&0==x++&&125==(E=j>0?y(M,--j):0,k--,10===E&&(k=1,C--),E))continue;switch(R+=h(S),S*x){case 38:$=u>0?1:(R+="\f",-1);break;case 44:l[c++]=(_(R)-1)*$,$=1;break;case 64:45===L()&&(R+=B(T())),f=L(),u=p=_(A=R+=Y(D())),S++;break;case 45:45===m&&2==_(R)&&(x=0)}}return a}("",null,null,null,[""],t=R(t),0,[0],t))}function G(t,e,n,i,r,o,a,s,d,c,h){for(var p=r-1,f=0===r?o:[""],m=O(f),b=0,y=0,_=0;b<i;++b)for(var w=0,$=x(t,p+1,p=u(y=a[b])),C=t;w<m;++w)(C=g(y>0?f[w]+" "+$:v($,/&\f/g,f[w])))&&(d[_++]=C);return A(t,e,n,0===r?l:s,d,c,h)}function V(t,e,n){return A(t,e,n,s,h(E),x(t,2,-2),0)}function X(t,e,n,i){return A(t,e,n,d,x(t,0,i),x(t,i+1,-1),i)}function q(t,e){for(var n="",i=O(t),r=0;r<i;r++)n+=e(t[r],r,t,e)||"";return n}function K(t,e,n,i){switch(t.type){case"@layer":if(t.children.length)break;case"@import":case d:return t.return=t.return||t.value;case s:return"";case c:return t.return=t.value+"{"+q(t.children,i)+"}";case l:t.value=t.props.join(",")}return _(n=q(t.children,i))?t.return=t.value+"{"+n+"}":""}function Z(t){return function(e){e.root||(e=e.return)&&t(e)}}n(121),n(181);var J=function(t,e,n){for(var i=0,r=0;i=r,r=L(),38===i&&12===r&&(e[n]=1),!N(r);)T();return I(t,j)},Q=function(t,e){return F(function(t,e){var n=-1,i=44;do{switch(N(i)){case 0:38===i&&12===L()&&(e[n]=1),t[n]+=J(j-1,e,n);break;case 2:t[n]+=B(i);break;case 4:if(44===i){t[++n]=58===L()?"&\f":"",e[n]=t[n].length;break}default:t[n]+=h(i)}}while(i=T());return t}(R(t),e))},tt=new WeakMap,et=function(t){if("rule"===t.type&&t.parent&&!(t.length<1)){for(var e=t.value,n=t.parent,i=t.column===n.column&&t.line===n.line;"rule"!==n.type;)if(!(n=n.parent))return;if((1!==t.props.length||58===e.charCodeAt(0)||tt.get(n))&&!i){tt.set(t,!0);for(var r=[],o=Q(e,r),a=n.props,s=0,l=0;s<o.length;s++)for(var d=0;d<a.length;d++,l++)t.props[l]=r[s]?o[s].replace(/&\f/g,a[d]):a[d]+" "+o[s]}}},nt=function(t){if("decl"===t.type){var e=t.value;108===e.charCodeAt(0)&&98===e.charCodeAt(2)&&(t.return="",t.value="")}};var it=[function(t,e,n,i){if(t.length>-1&&!t.return)switch(t.type){case d:t.return=function t(e,n){switch(f(e,n)){case 5103:return a+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return a+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return a+e+o+e+r+e+e;case 6828:case 4268:return a+e+r+e+e;case 6165:return a+e+r+"flex-"+e+e;case 5187:return a+e+v(e,/(\w+).+(:[^]+)/,a+"box-$1$2"+r+"flex-$1$2")+e;case 5443:return a+e+r+"flex-item-"+v(e,/flex-|-self/,"")+e;case 4675:return a+e+r+"flex-line-pack"+v(e,/align-content|flex-|-self/,"")+e;case 5548:return a+e+r+v(e,"shrink","negative")+e;case 5292:return a+e+r+v(e,"basis","preferred-size")+e;case 6060:return a+"box-"+v(e,"-grow","")+a+e+r+v(e,"grow","positive")+e;case 4554:return a+v(e,/([^-])(transform)/g,"$1"+a+"$2")+e;case 6187:return v(v(v(e,/(zoom-|grab)/,a+"$1"),/(image-set)/,a+"$1"),e,"")+e;case 5495:case 3959:return v(e,/(image-set\([^]*)/,a+"$1$`$1");case 4968:return v(v(e,/(.+:)(flex-)?(.*)/,a+"box-pack:$3"+r+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+a+e+e;case 4095:case 3583:case 4068:case 2532:return v(e,/(.+)-inline(.+)/,a+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(_(e)-1-n>6)switch(y(e,n+1)){case 109:if(45!==y(e,n+4))break;case 102:return v(e,/(.+:)(.+)-([^]+)/,"$1"+a+"$2-$3$1"+o+(108==y(e,n+3)?"$3":"$2-$3"))+e;case 115:return~b(e,"stretch")?t(v(e,"stretch","fill-available"),n)+e:e}break;case 4949:if(115!==y(e,n+1))break;case 6444:switch(y(e,_(e)-3-(~b(e,"!important")&&10))){case 107:return v(e,":",":"+a)+e;case 101:return v(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+a+(45===y(e,14)?"inline-":"")+"box$3$1"+a+"$2$3$1"+r+"$2box$3")+e}break;case 5936:switch(y(e,n+11)){case 114:return a+e+r+v(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return a+e+r+v(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return a+e+r+v(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return a+e+r+e+e}return e}(t.value,t.length);break;case c:return q([P(t,{value:v(t.value,"@","@"+a)})],i);case l:if(t.length)return $(t.props,(function(e){switch(m(e,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return q([P(t,{props:[v(e,/:(read-\w+)/,":-moz-$1")]})],i);case"::placeholder":return q([P(t,{props:[v(e,/:(plac\w+)/,":"+a+"input-$1")]}),P(t,{props:[v(e,/:(plac\w+)/,":-moz-$1")]}),P(t,{props:[v(e,/:(plac\w+)/,r+"input-$1")]})],i)}return""}))}}],rt=function(t){var e=t.key;if("css"===e){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,(function(t){-1!==t.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(t),t.setAttribute("data-s",""))}))}var r=t.stylisPlugins||it;var o,a,s={},l=[];o=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+e+' "]'),(function(t){for(var e=t.getAttribute("data-emotion").split(" "),n=1;n<e.length;n++)s[e[n]]=!0;l.push(t)}));var d=[et,nt];var c,u=[K,Z((function(t){c.insert(t)}))],h=function(t){var e=O(t);return function(n,i,r,o){for(var a="",s=0;s<e;s++)a+=t[s](n,i,r,o)||"";return a}}(d.concat(r,u));a=function(t,e,n,i){c=n,q(U(t?t+"{"+e.styles+"}":e.styles),h),i&&(p.inserted[e.name]=!0)};var p={key:e,sheet:new i({key:e,container:o,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:s,registered:{},insert:a};return p.sheet.hydrate(l),p}},,function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var i=function(t){return/^((?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEDC-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8])|\uFE0F|\u200D|\u20E3)+$/.test(t)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),n.d(e,"b",(function(){return a}));var i=n(0),r=!!i.useInsertionEffect&&i.useInsertionEffect,o=r||function(t){return t()},a=r||i.useLayoutEffect},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var i={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},r=n(181),o=/[A-Z]|^ms/g,a=/_EMO_([^_]+?)_([^]*?)_EMO_/g,s=function(t){return 45===t.charCodeAt(1)},l=function(t){return null!=t&&"boolean"!=typeof t},d=Object(r.a)((function(t){return s(t)?t:t.replace(o,"-$&").toLowerCase()})),c=function(t,e){switch(t){case"animation":case"animationName":if("string"==typeof e)return e.replace(a,(function(t,e,n){return h={name:e,styles:n,next:h},e}))}return 1===i[t]||s(t)||"number"!=typeof e||0===e?e:e+"px"};function u(t,e,n){if(null==n)return"";if(void 0!==n.__emotion_styles)return n;switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return h={name:n.name,styles:n.styles,next:h},n.name;if(void 0!==n.styles){var i=n.next;if(void 0!==i)for(;void 0!==i;)h={name:i.name,styles:i.styles,next:h},i=i.next;return n.styles+";"}return function(t,e,n){var i="";if(Array.isArray(n))for(var r=0;r<n.length;r++)i+=u(t,e,n[r])+";";else for(var o in n){var a=n[o];if("object"!=typeof a)null!=e&&void 0!==e[a]?i+=o+"{"+e[a]+"}":l(a)&&(i+=d(o)+":"+c(o,a)+";");else if(!Array.isArray(a)||"string"!=typeof a[0]||null!=e&&void 0!==e[a[0]]){var s=u(t,e,a);switch(o){case"animation":case"animationName":i+=d(o)+":"+s+";";break;default:i+=o+"{"+s+"}"}}else for(var h=0;h<a.length;h++)l(a[h])&&(i+=d(o)+":"+c(o,a[h])+";")}return i}(t,e,n);case"function":if(void 0!==t){var r=h,o=n(t);return h=r,u(t,e,o)}break;case"string":}if(null==e)return n;var a=e[n];return void 0!==a?a:n}var h,p=/label:\s*([^\s;\n{]+)\s*(;|$)/g;var f=function(t,e,n){if(1===t.length&&"object"==typeof t[0]&&null!==t[0]&&void 0!==t[0].styles)return t[0];var i=!0,r="";h=void 0;var o=t[0];null==o||void 0===o.raw?(i=!1,r+=u(n,e,o)):r+=o[0];for(var a=1;a<t.length;a++)r+=u(n,e,t[a]),i&&(r+=o[a]);p.lastIndex=0;for(var s,l="";null!==(s=p.exec(r));)l+="-"+s[1];return{name:function(t){for(var e,n=0,i=0,r=t.length;r>=4;++i,r-=4)e=1540483477*(65535&(e=255&t.charCodeAt(i)|(255&t.charCodeAt(++i))<<8|(255&t.charCodeAt(++i))<<16|(255&t.charCodeAt(++i))<<24))+(59797*(e>>>16)<<16),n=1540483477*(65535&(e^=e>>>24))+(59797*(e>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(r){case 3:n^=(255&t.charCodeAt(i+2))<<16;case 2:n^=(255&t.charCodeAt(i+1))<<8;case 1:n=1540483477*(65535&(n^=255&t.charCodeAt(i)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)}(r)+l,styles:r,next:h}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return l}));var i=n(85),r=n(104),o=n(43),a=n(27);var s=n(35);function l(t,e){var n;void 0===e&&(e=[]);var d=function t(e){return["html","body","#document"].indexOf(Object(o.a)(e))>=0?e.ownerDocument.body:Object(a.b)(e)&&Object(r.a)(e)?e:t(Object(i.a)(e))}(t),c=d===(null==(n=t.ownerDocument)?void 0:n.body),u=Object(s.a)(d),h=c?[u].concat(u.visualViewport||[],Object(r.a)(d)?d:[]):d,p=e.concat(h);return c?p:p.concat(l(Object(i.a)(h)))}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(4),a=n(2),s=n(67),l=n.n(s),d=n(28),c=n.n(d),u=n(49),h=n(75),p=n(68),f=n(24),g=n(3),m=n.n(g);function v(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return b(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return b(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function b(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var y=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n};e.a=function(t){var e=t.aria,n=void 0===e?{}:e,s=t.data,d=void 0===s?{}:s,g=t.align,b=void 0===g?"center":g,x=t.axisTitle,_=t.dark,O=void 0!==_&&_,w=t.chartData,$=t.className,C=void 0===$?"pb_bar_graph":$,k=t.colors,S=t.htmlOptions,j=void 0===S?{}:S,E=t.customOptions,M=void 0===E?{}:E,A=t.id,P=t.pointStart,T=t.subTitle,L=t.type,D=void 0===L?"column":L,I=t.title,N=void 0===I?"Title":I,R=t.xAxisCategories,F=t.yAxisMin,B=t.yAxisMax,z=t.legend,H=void 0!==z&&z,W=t.toggleLegendClick,Y=void 0===W||W,U=t.height,G=t.layout,V=void 0===G?"horizontal":G,X=t.verticalAlign,q=void 0===X?"bottom":X,K=t.x,Z=void 0===K?0:K,J=t.y,Q=void 0===J?0:J,tt=y(t,["aria","data","align","axisTitle","dark","chartData","className","colors","htmlOptions","customOptions","id","pointStart","subTitle","type","title","xAxisCategories","yAxisMin","yAxisMax","legend","toggleLegendClick","height","layout","verticalAlign","x","y"]),et=Object(a.a)(n),nt=Object(a.c)(d),it=Object(a.d)(j);O?c.a.setOptions(h.a):c.a.setOptions(u.a);var rt={title:{text:N},chart:{height:U,type:D},subtitle:{text:T},yAxis:{min:F,max:B,title:{text:x}},xAxis:{categories:R},legend:{enabled:H,align:b,verticalAlign:q,layout:V,x:Z,y:Q},colors:void 0!==k&&k.length>0?Object(p.a)(k):u.a.colors,plotOptions:{series:{pointStart:P,events:{},dataLabels:{enabled:!1}}},series:w,credits:!1};Y||(rt.plotOptions.series.events={legendItemClick:function(){return!1}});var ot=v(Object(i.useState)({}),2),at=ot[0],st=ot[1];return Object(i.useEffect)((function(){st(Object(f.merge)(rt,M))}),[w]),r.a.createElement(l.a,{containerProps:Object.assign(Object.assign(Object.assign({className:m()(Object(o.c)(tt),C),id:A},et),nt),it),highcharts:c.a,options:at})}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4);function d(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function c(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return u(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var h={xs:"(max-width: 575px)",sm:"(min-width: 576px) and (max-width: 767px)",md:"(min-width: 768px) and (max-width: 991px)",lg:"(min-width: 992px) and (max-width: 1199px)",xl:"(min-width: 1200px)"},p=function(t){if("string"==typeof t)return t;for(var e=0,n=Object.entries(t||{});e<n.length;e++){var i=c(n[e],2),r=i[0],o=i[1];if("default"!==r&&window.matchMedia(h[r]).matches)return o}return(null==t?void 0:t.default)||void 0};e.a=function(t){var e,n=t.alt,o=void 0===n?"":n,u=t.aria,h=void 0===u?{}:u,f=t.backgroundColor,g=void 0===f?"light":f,m=t.backgroundPosition,v=void 0===m?"":m,b=t.backgroundRepeat,y=void 0===b?"initial":b,x=t.backgroundSize,_=void 0===x?"cover":x,O=t.children,w=t.className,$=t.customColor,C=t.data,k=void 0===C?{}:C,S=t.htmlOptions,j=void 0===S?{}:S,E=t.id,M=t.imageUrl,A=void 0===M?"":M,P=t.tag,T=void 0===P?"div":P,L=t.transition,D=void 0===L?"":L,I=c(Object(i.useState)({backgroundSize:p(_),backgroundPosition:p(v),backgroundRepeat:p(y),backgroundColor:p(g),imageUrl:p(A)}),2),N=I[0],R=I[1];Object(i.useEffect)((function(){var e=function(){R({backgroundSize:p(t.backgroundSize),backgroundPosition:p(t.backgroundPosition),backgroundRepeat:p(t.backgroundRepeat),backgroundColor:p(t.backgroundColor),imageUrl:p(t.imageUrl)})};return window.addEventListener("resize",e),function(){return window.removeEventListener("resize",e)}}),[t]);var F=N.backgroundColor,B=N.backgroundPosition,z=N.backgroundRepeat,H=N.backgroundSize,W=N.imageUrl,Y=a()(Object(s.b)("pb_background_kit"),"lazyload",Object(l.c)(t),D,(d(e={},"pb_background_color_".concat(F),F&&!$),d(e,"pb_background_custom_color",!!$),e),w),U={backgroundImage:W?"url(".concat(W,")"):void 0,backgroundRepeat:z||void 0,backgroundSize:H||void 0,backgroundPosition:B||void 0,backgroundColor:$||void 0},G="".concat(T),V=Object(s.a)(h),X=Object(s.c)(k),q=Object(s.d)(j);return r.a.createElement(G,Object.assign({},V,X,q,{alt:o,className:Y,id:E,style:U}),O)}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(4),l=n(2),d=n(67),c=n.n(d),u=n(28),h=n.n(u),p=n(49),f=n(75),g=n(68),m=n(229),v=n.n(m);function b(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return y(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return y(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function y(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var x=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n};e.a=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.data,d=void 0===o?{}:o,u=t.chartData,m=t.colors,y=t.dark,_=void 0!==y&&y,O=t.drillable,w=void 0!==O&&O,$=t.grouped,C=void 0!==$&&$,k=t.height,S=t.htmlOptions,j=void 0===S?{}:S,E=t.id,M=t.title,A=void 0===M?"":M,P=t.tooltipHtml,T=void 0===P?'<span style="font-weight: bold; color:{point.color};">●</span>{point.name}: <b>{point.value}</b>':P,L=t.type,D=void 0===L?"treemap":L,I=x(t,["aria","data","chartData","colors","dark","drillable","grouped","height","htmlOptions","id","title","tooltipHtml","type"]),N=Object(l.a)(n),R=Object(l.c)(d),F=Object(l.d)(j);v()(h.a),_?h.a.setOptions(f.a):h.a.setOptions(p.a);var B={title:{text:A},chart:{height:k,type:D},credits:!1,series:[{data:u}],plotOptions:{treemap:{tooltip:{pointFormat:T},allowTraversingTree:w,colorByPoint:!C,colors:void 0!==m&&m.length>0?Object(g.a)(m):p.a.colors}}},z=b(Object(i.useState)({}),2),H=z[0],W=z[1];return Object(i.useEffect)((function(){W(Object.assign({},B))}),[u]),r.a.createElement(c.a,{containerProps:Object.assign(Object.assign(Object.assign({className:a()(Object(s.c)(I),"pb_treemap_chart"),id:E},N),R),F),highcharts:h.a,options:H})}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(4),l=n(2),d=n(84),c=n(80),u=n(10),h=n(5),p=n(71),f=n(46),g=n(24);function m(t){return function(t){if(Array.isArray(t))return y(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||b(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=b(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var i=0,r=function(){};return{s:r,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,s=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return a=t.done,t},e:function(t){s=!0,o=t},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw o}}}}function b(t,e){if(t){if("string"==typeof t)return y(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?y(t,e):void 0}}function y(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var x=function(t,e){var n=[];return function t(e,i){var r,o=v(e);try{for(o.s();!(r=o.n()).done;){var a=r.value;if(a.id.toLowerCase()===i.toLowerCase())return void n.push(a);a.children&&a.children.length>0&&t(a.children,i)}}catch(t){o.e(t)}finally{o.f()}}(t,e),n},_=function t(e){var n=[];if(Array.isArray(e))return e.forEach((function(e){if(e.checked&&n.push(e),e.children&&e.children.length>0){var i=t(e.children);n.push.apply(n,m(i))}})),n},O=function(t){var e=[];return function t(n){Array.isArray(n)&&n.forEach((function(i){if(i.checked)if(i.children&&i.children.length>0){if(0===i.children.filter((function(t){return!t.checked})).length)return void e.push(i)}else{var r=n.find((function(t){return t.id===i.parentId}));r&&r.checked||e.push(i)}i.children&&i.children.length>0&&t(i.children)}))}(t),e};function w(t){return function(t){if(Array.isArray(t))return k(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||C(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function $(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||C(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function C(t,e){if(t){if("string"==typeof t)return k(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?k(t,e):void 0}}function k(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}e.a=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.className,b=t.data,y=void 0===b?{}:b,C=t.htmlOptions,k=void 0===C?{}:C,S=t.id,j=t.inputDisplay,E=void 0===j?"pills":j,M=t.inputName,A=t.name,P=t.returnAllSelected,T=void 0!==P&&P,L=t.treeData,D=t.onSelect,I=void 0===D?function(){return null}:D,N=t.selectedIds,R=t.variant,F=void 0===R?"multi":R,B=Object(l.a)(n),z=Object(l.c)(y),H=Object(l.d)(k),W=a()(Object(l.b)("pb_multi_level_select"),Object(s.c)(t),o),Y=Object(i.useRef)(null),U=$(Object(i.useState)(!0),2),G=U[0],V=U[1],X=$(Object(i.useState)(""),2),q=X[0],K=X[1],Z=$(Object(i.useState)([]),2),J=Z[0],Q=Z[1],tt=$(Object(i.useState)([]),2),et=tt[0],nt=tt[1],it=$(Object(i.useState)([]),2),rt=it[0],ot=it[1],at=function(t,e){var n=[];return function t(i){for(var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],o=0;o<i.length;o++){var a=i[o],s=[].concat(m(r),[a]);if(a.expanded&&n.push(a.id),e&&e.length&&e.includes(a.id)&&n.push.apply(n,m(s.map((function(t){return t.id})))),Array.isArray(a.children)){var l=a.children.some((function(t){return t.checked}));l&&n.push.apply(n,m(s.map((function(t){return t.id})))),t(a.children,s)}}}(t),n}(L,N),st=$(Object(i.useState)(at),2),lt=st[0],dt=st[1],ct=$(Object(i.useState)({id:[],value:"",item:[]}),2),ut=ct[0],ht=ct[1],pt=function t(e,n){if(Array.isArray(e))return e.map((function(e){return e.checked=n,e.children=t(e.children,n),e}))};Object(i.useEffect)((function(){var t=function t(e,n){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;if(Array.isArray(e))return e.map((function(e){var o=Object.assign(Object.assign({},e),{checked:Boolean(n&&n.length&&n.includes(e.id)),parent_id:i,depth:r});if(o.children&&o.children.length>0){var a=e.checked&&!T?pt(e.children,!0):e.children;o.children=t(a,n,o.id,r+1)}return o}))}(L,"single"===F?[null==N?void 0:N[0]]:N);if(Q(t),"single"===F)if(0!==(null==N?void 0:N.length)&&(null==N?void 0:N.length)){if(0!==(null==N?void 0:N.length)&&!ut.value){var e=x(t,N[0]);if(e.length){var n=e[0],i=n.id,r=n.value;ht({id:[i],value:r,item:e})}else ht({id:[],value:"",item:[]})}}else ht({id:[],value:"",item:[]})}),[L,N]),Object(i.useEffect)((function(){T?nt(_(J)):ot("single"===F?ut.item:O(J))}),[J]),Object(i.useEffect)((function(){var t=function(t){Y.current&&!Y.current.contains(t.target)&&V(!0)};return window.addEventListener("click",t),function(){window.removeEventListener("click",t)}}),[]);var ft=function t(e,n,i){if(Array.isArray(n))return n.map((function(n){return n.id!=e?n.children=t(e,n.children,i):(n.checked=i,n.children=pt(n.children,"single"===F?!i:i)),n}))},gt=function(t){var e=Object(g.cloneDeep)(J);return T?ft(t.id,e,!0):function t(e,n){if(null!==e.parent_id){var i=x(n,e.parent_id);if(i[0].children.every((function(t){return t.checked})))i[0].checked=!0,null!==i[0].parent_id&&t(i[0],n)}return n}(t,ft(t.id,e,!0))},mt=function(t){var e=Object(g.cloneDeep)(J);return T?ft(t.id,e,!1):function t(e,n){if(n.parent_id){var i=x(e,n.parent_id);i[0].checked=!1,i[0].parent_id&&t(e,i[0])}return e}(ft(t.id,e,!1),t)},vt=function(t,e){var n=e?gt(t):mt(t);return Q(n),n},bt=function(t,e){t.stopPropagation();var n=vt(e,!1);I(T?_(n):O(n))},yt=function(t){return lt.indexOf(t.id)>-1},xt=function(){var t;return T&&et&&et.length?t=et.length:!T&&rt&&rt.length&&(t=rt.length),t};return r.a.createElement("div",Object.assign({},B,z,H,{className:W,id:S}),r.a.createElement("div",{className:"wrapper",ref:Y},r.a.createElement("div",{className:"input_wrapper",onClick:function(t){t.stopPropagation(),"multiselect_input"===t.target.id||t.target.classList.contains("pb_form_pill_tag")||V(!G)}},r.a.createElement("div",{className:"input_inner_container"},"single"===F&&0!==rt.length?rt.map((function(t){return r.a.createElement("input",{key:t.id,name:"".concat(A,"[]"),type:"hidden",value:t.id})})):null,"single"!==F&&r.a.createElement(r.a.Fragment,null,T&&0!==et.length?et.map((function(t){return r.a.createElement("input",{key:t.id,name:"".concat(A,"[]"),type:"hidden",value:t.id})})):null,T&&0!==et.length&&"pills"===E?et.map((function(t,e){return r.a.createElement(p.a,{key:e,onClick:function(e){return bt(e,t)},size:"small",text:t.label})})):null,T||0===rt.length||"pills"!==E?null:rt.map((function(t,e){return r.a.createElement(p.a,{key:e,onClick:function(e){return bt(e,t)},size:"small",text:t.label})})),T&&0!==et.length&&"pills"===E&&r.a.createElement("br",null),!T&&0!==rt.length&&"pills"===E&&r.a.createElement("br",null)),r.a.createElement("input",{id:"multiselect_input",onChange:function(t){var e;"single"===F?(e=t.target.value,pt(J,!1),ot([]),ht({id:[],value:e,item:[]}),K(e)):K(t.target.value)},onClick:function(){return V(!1)},placeholder:"none"===E&&xt()?"".concat(xt()," ").concat(1===xt()?"item":"items"," selected"):"Start typing...",value:ut.value||q})),G?r.a.createElement("div",{key:"chevron-down"},r.a.createElement(h.a,{icon:"chevron-down",size:"xs"})):r.a.createElement("div",{key:"chevron-up"},r.a.createElement(h.a,{icon:"chevron-up",size:"xs"}))),r.a.createElement("div",{className:"dropdown_menu ".concat(G?"close":"open")},function t(e){return r.a.createElement("ul",null,Array.isArray(e)&&e.map((function(e){return r.a.createElement("div",{key:e.id},r.a.createElement("li",{className:"dropdown_item","data-name":e.id},r.a.createElement("div",{className:"dropdown_item_checkbox_row"},e.parent_id||e.children?r.a.createElement("div",{key:yt(e)?"chevron-down":"chevron-right"},r.a.createElement(f.a,{className:e.children&&e.children.length>0?"":"toggle_icon",icon:yt(e)?"chevron-down":"chevron-right",onClick:function(t){return function(t,e){e.stopPropagation();var n=x(J,t);if(n){var i=w(lt);yt(n[0])?i=i.filter((function(t){return t!=n[0].id})):i.push(n[0].id),dt(i)}}(e.id,t)},variant:"link"})):null,"single"===F?e.hideRadio?r.a.createElement(u.a,null,e.label):r.a.createElement(c.a,{checked:e.checked,id:"".concat(e.id,"-").concat(e.label),label:e.label,name:M,onChange:function(t){return function(t){var e=t.target,n=e.id,i=e.value,r=n.match(/^[^-]*/)[0],o=pt(J,!1),a=ft(r,o,!0),s=x(a,r);Q(a),ht({id:[r],value:i,item:s}),K(""),V(!0),I(s)}(t)},padding:e.children?"none":"xs",type:"radio",value:e.label}):r.a.createElement(d.a,{id:e.id,text:e.label},r.a.createElement("input",{checked:e.checked,name:e.label,onChange:function(t){!function(t,e){var n=t.target.parentNode.id;K("");var i=x(J,n),r=vt(i[0],e);I(T?_(r):O(r))}(t,!e.checked)},type:"checkbox",value:e.label}))),yt(e)&&e.children&&e.children.length>0&&("single"===F||!q)&&r.a.createElement("div",null,t(e.children))))})))}(q?function(t,e){var n=[];return function t(e,i){var r,o=v(e);try{for(o.s();!(r=o.n()).done;){var a=r.value;a.label.toLowerCase().includes(i.toLowerCase())&&n.push(a),a.children&&t(a.children,i)}}catch(t){o.e(t)}finally{o.f()}}(t,e),n}(J,q):J))))}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(72),a=n(19),s=n(52),l=n(73),d=n(78),c=n(17),u=n(39),h=n(50),p=n(21),f=["defaultOptions","cacheOptions","loadOptions","options","isLoading","onInputChange","filterOption"];function g(t){var e=t.defaultOptions,n=void 0!==e&&e,r=t.cacheOptions,o=void 0!==r&&r,a=t.loadOptions;t.options;var s=t.isLoading,l=void 0!==s&&s,g=t.onInputChange,m=t.filterOption,v=void 0===m?null:m,b=Object(h.a)(t,f),y=b.inputValue,x=Object(i.useRef)(void 0),_=Object(i.useRef)(!1),O=Object(i.useState)(Array.isArray(n)?n:void 0),w=Object(u.a)(O,2),$=w[0],C=w[1],k=Object(i.useState)(void 0!==y?y:""),S=Object(u.a)(k,2),j=S[0],E=S[1],M=Object(i.useState)(!0===n),A=Object(u.a)(M,2),P=A[0],T=A[1],L=Object(i.useState)(void 0),D=Object(u.a)(L,2),I=D[0],N=D[1],R=Object(i.useState)([]),F=Object(u.a)(R,2),B=F[0],z=F[1],H=Object(i.useState)(!1),W=Object(u.a)(H,2),Y=W[0],U=W[1],G=Object(i.useState)({}),V=Object(u.a)(G,2),X=V[0],q=V[1],K=Object(i.useState)(void 0),Z=Object(u.a)(K,2),J=Z[0],Q=Z[1],tt=Object(i.useState)(void 0),et=Object(u.a)(tt,2),nt=et[0],it=et[1];o!==nt&&(q({}),it(o)),n!==J&&(C(Array.isArray(n)?n:void 0),Q(n)),Object(i.useEffect)((function(){return _.current=!0,function(){_.current=!1}}),[]);var rt=Object(i.useCallback)((function(t,e){if(!a)return e();var n=a(t,e);n&&"function"==typeof n.then&&n.then(e,(function(){return e()}))}),[a]);Object(i.useEffect)((function(){!0===n&&rt(j,(function(t){_.current&&(C(t||[]),T(!!x.current))}))}),[]);var ot=Object(i.useCallback)((function(t,e){var n=Object(p.l)(t,e,g);if(!n)return x.current=void 0,E(""),N(""),z([]),T(!1),void U(!1);if(o&&X[n])E(n),N(n),z(X[n]),T(!1),U(!1);else{var i=x.current={};E(n),T(!0),U(!I),rt(n,(function(t){_&&i===x.current&&(x.current=void 0,T(!1),N(n),z(t||[]),U(!1),q(t?Object(c.a)(Object(c.a)({},X),{},Object(d.a)({},n,t)):X))}))}}),[o,rt,I,X,g]),at=Y?[]:j&&I?B:$||[];return Object(c.a)(Object(c.a)({},b),{},{options:at,isLoading:P||l,onInputChange:ot,filterOption:v})}n(137),n(138),n(139),n(140),n(141),n(142),n(143),n(144),n(89),n(145),n(119),n(29),n(83);var m=Object(i.forwardRef)((function(t,e){var n=g(t),r=Object(l.a)(n);return i.createElement(s.a,Object(a.a)({ref:e},r))})),v=n(86),b=["allowCreateWhileLoading","createOptionPosition","formatCreateLabel","isValidNewOption","getNewOptionData","onCreateOption","options","onChange"],y=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,i=String(t).toLowerCase(),r=String(n.getOptionValue(e)).toLowerCase(),o=String(n.getOptionLabel(e)).toLowerCase();return r===i||o===i},x={formatCreateLabel:function(t){return'Create "'.concat(t,'"')},isValidNewOption:function(t,e,n,i){return!(!t||e.some((function(e){return y(t,e,i)}))||n.some((function(e){return y(t,e,i)})))},getNewOptionData:function(t,e){return{label:e,value:t,__isNew__:!0}}};function _(t){var e=t.allowCreateWhileLoading,n=void 0!==e&&e,r=t.createOptionPosition,o=void 0===r?"last":r,a=t.formatCreateLabel,l=void 0===a?x.formatCreateLabel:a,d=t.isValidNewOption,u=void 0===d?x.isValidNewOption:d,f=t.getNewOptionData,g=void 0===f?x.getNewOptionData:f,m=t.onCreateOption,y=t.options,_=void 0===y?[]:y,O=t.onChange,w=Object(h.a)(t,b),$=w.getOptionValue,C=void 0===$?s.c:$,k=w.getOptionLabel,S=void 0===k?s.b:k,j=w.inputValue,E=w.isLoading,M=w.isMulti,A=w.value,P=w.name,T=Object(i.useMemo)((function(){return u(j,Object(p.h)(A),_,{getOptionValue:C,getOptionLabel:S})?g(j,l(j)):void 0}),[l,g,S,C,j,u,_,A]),L=Object(i.useMemo)((function(){return!n&&E||!T?_:"first"===o?[T].concat(Object(v.a)(_)):[].concat(Object(v.a)(_),[T])}),[n,o,E,T,_]),D=Object(i.useCallback)((function(t,e){if("select-option"!==e.action)return O(t,e);var n=Array.isArray(t)?t:[t];if(n[n.length-1]!==T)O(t,e);else if(m)m(j);else{var i=g(j,j),r={action:"create-option",name:P,option:i};O(Object(p.d)(M,[].concat(Object(v.a)(Object(p.h)(A)),[i]),i),r)}}),[g,j,M,P,T,m,O,A]);return Object(c.a)(Object(c.a)({},w),{},{options:L,onChange:D})}var O=Object(i.forwardRef)((function(t,e){var n=_(Object(l.a)(t));return i.createElement(s.a,Object(a.a)({ref:e},n))})),w=Object(i.forwardRef)((function(t,e){var n=g(t),r=_(Object(l.a)(n));return i.createElement(s.a,Object(a.a)({ref:e},r))})),$=n(24),C=n(4),k=n(3),S=n.n(k),j=n(8),E=n(36),M=function(t){return r.a.createElement("div",{className:"pb_typeahead_wrapper"},r.a.createElement(E.a,{dark:t.selectProps.dark,error:t.selectProps.error,label:t.selectProps.label},r.a.createElement(j.a,null,r.a.createElement(p.p.Control,Object.assign({className:"text_input"},t)))))},A=function(t){var e=t.selectProps,n=t.clearValue;return Object(i.useEffect)((function(){document.addEventListener("pb-typeahead-kit-".concat(e.id,":clear"),n)}),[!0]),r.a.createElement(p.p.ClearIndicator,Object.assign({className:"clear_indicator"},t))},P=function(t){return r.a.createElement(p.p.IndicatorsContainer,Object.assign({className:"text_input_indicators"},t))},T=function(t){return r.a.createElement(p.p.MenuList,Object.assign({},t),t.children)},L=n(48),D=n(71),I=function(t){var e=t.removeProps,n=t.data,i=n.imageUrl,o=n.label,a=t.selectProps.multiKit;return"string"==typeof i&&({marginRight:"xs",name:o,avatarUrl:""}.avatarUrl=i),r.a.createElement(p.p.MultiValueContainer,Object.assign({className:"text_input_multivalue_container"},t),"badge"===a&&r.a.createElement(L.a,{closeProps:e,removeIcon:!0,text:o,variant:"primary"}),"badge"!==a&&i&&r.a.createElement(D.a,{avatarUrl:i,closeProps:e,marginRight:"xs",name:o,size:"smallPill"===a?"small":"",text:""}),"badge"!==a&&!i&&r.a.createElement(D.a,{closeProps:e,marginRight:"xs",name:"",size:"smallPill"===a?"small":"",text:o}))},N=n(122),R=function(t){var e=t.data.imageUrl,n=t.selectProps.valueComponent;return r.a.createElement(p.p.Option,Object.assign({},t),r.a.createElement(r.a.Fragment,null,!n&&e&&r.a.createElement(N.a,{align:"left",avatarUrl:e,dark:t.selectProps.dark,name:t.label,orientation:"horizontal"}),n&&n(t.data),!n&&!e&&t.label))},F=n(5),B=function(t){return r.a.createElement(r.a.Fragment,null,r.a.createElement(j.a,{align:"center",className:"placeholder"},r.a.createElement(p.p.IndicatorsContainer,Object.assign({},t)),t.selectProps.plusIcon&&r.a.createElement(F.a,{className:"typeahead-plus-icon",icon:"plus"})))},z=function(t){return r.a.createElement(p.p.ValueContainer,Object.assign({className:"text_input_value_container"},t))},H=n(2),W=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n};e.a=function(t){var e=t.async,n=t.className,i=t.components,a=void 0===i?{}:i,s=t.createable,l=t.error,d=void 0===l?"":l,c=t.data,u=void 0===c?{}:c,h=t.getOptionLabel,p=t.getOptionValue,f=t.htmlOptions,g=void 0===f?{}:f,v=t.id,b=t.loadOptions,y=void 0===b?H.e:b,x=W(t,["async","className","components","createable","error","data","getOptionLabel","getOptionValue","htmlOptions","id","loadOptions"]),_=Object.assign({cacheOptions:!0,components:Object.assign({Control:M,ClearIndicator:A,IndicatorsContainer:P,IndicatorSeparator:null,MenuList:T,MultiValue:I,Option:R,Placeholder:B,ValueContainer:z},a),loadOptions:Object($.isString)(y)?Object($.get)(window,y):y,getOptionLabel:Object($.isString)(h)?Object($.get)(window,h):h,getOptionValue:Object($.isString)(p)?Object($.get)(window,p):p,defaultOptions:!0,id:v||Object($.uniqueId)(),inline:!1,isClearable:!0,isSearchable:!0,name:name,multiKit:"",onCreateOption:null,plusIcon:!1,onMultiValueClick:function(t){}},x),k=s?e?w:O:e?m:o.a,j=Object(H.c)(u),E=Object(H.d)(g),L=S()("pb_typeahead_kit react-select",Object(C.c)(x),n),D=_.inline?"inline":null;return r.a.createElement("div",Object.assign({},j,E,{className:S()(L,D)}),r.a.createElement(k,Object.assign({classNamePrefix:"typeahead-kit-select",error:d,onChange:function(t,e){var n=e.action,i=e.option,r=e.removedValue;if("select-option"===n){_.onMultiValueClick&&_.onMultiValueClick(i);var o=new CustomEvent("pb-typeahead-kit-".concat(_.id,"-result-option-select"),{detail:i||t});document.dispatchEvent(o)}if("remove-value"===n||"pop-value"===n){var a=new CustomEvent("pb-typeahead-kit-".concat(_.id,"-result-option-remove"),{detail:r});document.dispatchEvent(a)}if("clear"===n){var s=new CustomEvent("pb-typeahead-kit-".concat(_.id,"-result-clear"));document.dispatchEvent(s)}}},_)))}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(171),l=n(4),d=n(2),c=Object(i.createContext)({}),u=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n},h=function(t){var e=t.children,n=t.className,o=u(t,["children","className"]),s=Object(i.useContext)(c),h=Object(d.b)("pb_collapsible_content_kit"),p=Object(l.c)(o),f=Object(i.useRef)(null);return Object(i.useEffect)((function(){var t;f.current&&(s.collapsed?((t=f.current).style.height=t.scrollHeight+"px",window.setTimeout((function(){t.style.height="0",t.style.paddingTop="0",t.style.paddingBottom="0",t.style.overflow="hidden"}),1),window.setTimeout((function(){t.classList.remove("is-visible"),t.style.overflow=""}),300)):function(t){t.style.display="block";var e=t.scrollHeight+"px";t.style.height=e,t.classList.add("is-visible"),t.style.overflow="hidden",window.setTimeout((function(){t.style.height="",t.style.overflow="visible"}),300)}(f.current))}),[s.collapsed]),r.a.createElement("div",{className:a()(h,p,"toggle-content",n),"data-collapsible-content":"true",ref:f},e)},p=n(8),f=n(16),g=n(5),m=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n},v={default:"#242B42",light:"#687887",lighter:"#C1CDD6",link:"#0056CF",error:"#FF2229",success:"#00CA74"},b=function(t){var e=t.collapsed,n=t.icon,i=t.iconSize,o=t.iconColor,a=t.onIconClick,s=v[o],l=function(t){return"string"==typeof t?[t,t]:t},d=function(t){a&&(t.stopPropagation(),a())};return r.a.createElement(r.a.Fragment,null,e?r.a.createElement("div",{className:"icon_wrapper",key:n?l(n)[0]:"chevron-down",onClick:function(t){return d(t)},style:{verticalAlign:"middle",color:s}},r.a.createElement(g.a,{icon:n?l(n)[0]:"chevron-down",size:i})):r.a.createElement("div",{className:"icon_wrapper",key:n?l(n)[1]:"chevron-up",onClick:function(t){return d(t)},style:{verticalAlign:"middle",color:s}},r.a.createElement(g.a,{icon:n?l(n)[1]:"chevron-up",size:i})))},y=function(t){var e=t.children,n=t.className,o=t.cursor,s=void 0===o?"pointer":o,u=m(t,["children","className","cursor"]),h=Object(i.useContext)(c),g=h.collapsed,v=h.toggle,y=h.icon,x=h.iconSize,_=h.iconColor,O=h.onIconClick,w=h.onClick,$=Object(d.b)("pb_collapsible_main_kit"),C=Object(l.c)(u,{cursor:s});return r.a.createElement("div",{className:a()($,C,n)},r.a.createElement("div",{onClick:function(){w&&w(),!0!==(w&&w())&&v()}},r.a.createElement(p.a,{spacing:"between",vertical:"center"},r.a.createElement(f.a,null,e),r.a.createElement(f.a,null,r.a.createElement(b,{collapsed:g,icon:y,iconColor:_,iconSize:x,onIconClick:O})))))};function x(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return _(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var O=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n},w=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.className,u=t.children,p=void 0===u?[]:u,f=t.collapsed,g=void 0===f||f,m=t.data,v=void 0===m?{}:m,b=t.htmlOptions,_=void 0===b?{}:b,w=t.icon,$=t.iconColor,C=void 0===$?"default":$,k=t.iconSize,S=t.onIconClick,j=t.onClick,E=t.id,M=O(t,["aria","className","children","collapsed","data","htmlOptions","icon","iconColor","iconSize","onIconClick","onClick","id"]),A=x(Object(s.a)(g),3),P=A[0],T=A[1],L=A[2];Object(i.useEffect)((function(){L(g)}),[g]);var D=r.a.Children.toArray(p);if(2!==D.length)throw new Error("Collapsible requires <CollapsibleMain> and <CollapsibleContent> to function properly.");var I=D[0],N=D[1],R=I.props,F=R.children,B=O(R,["children"]),z=N.props,H=z.children,W=O(z,["children"]),Y=Object(d.a)(n),U=Object(d.c)(v),G=Object(d.d)(_),V=a()(Object(d.b)("pb_collapsible_kit"),Object(l.c)(M),o);return r.a.createElement(c.Provider,{value:{collapsed:P,toggle:T,icon:w,iconSize:k,iconColor:C,onIconClick:S,onClick:j}},r.a.createElement("div",Object.assign({},Y,U,G,{className:V,id:E}),r.a.createElement(y,Object.assign({},B),F),r.a.createElement(h,Object.assign({},W),H)))};w.Main=y,w.Content=h;e.a=w},,function(t,e,n){var i=n(207);t.exports=function(t,e,n){return(e=i(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){"use strict";var i,r;!function(o){t.exports?(o.default=o,t.exports=o):(i=[n(28)],void 0===(r=function(t){return o(t),o.Highcharts=t,o}.apply(e,i))||(t.exports=r))}((function(t){function e(t,e,n,i){t.hasOwnProperty(e)||(t[e]=i.apply(null,n))}e(t=t?t._modules:{},"Extensions/Pane.js",[t["Core/Chart/Chart.js"],t["Series/CenteredUtilities.js"],t["Core/Globals.js"],t["Core/Pointer.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r){function o(t,e,n){return Math.sqrt(Math.pow(t-n[0],2)+Math.pow(e-n[1],2))<=n[2]/2}var a=r.addEvent,s=r.extend,l=r.merge,d=r.pick,c=r.splat;return t.prototype.collectionsWithUpdate.push("pane"),r=function(){function t(t,e){this.options=this.chart=this.center=this.background=void 0,this.coll="pane",this.defaultOptions={center:["50%","50%"],size:"85%",innerSize:"0%",startAngle:0},this.defaultBackgroundOptions={shape:"circle",borderWidth:1,borderColor:"#cccccc",backgroundColor:{linearGradient:{x1:0,y1:0,x2:0,y2:1},stops:[[0,"#ffffff"],[1,"#e6e6e6"]]},from:-Number.MAX_VALUE,innerRadius:0,to:Number.MAX_VALUE,outerRadius:"105%"},this.init(t,e)}return t.prototype.init=function(t,e){this.chart=e,this.background=[],e.pane.push(this),this.setOptions(t)},t.prototype.setOptions=function(t){this.options=l(this.defaultOptions,this.chart.angular?{background:{}}:void 0,t)},t.prototype.render=function(){var t=this.options,e=this.options.background,n=this.chart.renderer;if(this.group||(this.group=n.g("pane-group").attr({zIndex:t.zIndex||0}).add()),this.updateCenter(),e)for(e=c(e),t=Math.max(e.length,this.background.length||0),n=0;n<t;n++)e[n]&&this.axis?this.renderBackground(l(this.defaultBackgroundOptions,e[n]),n):this.background[n]&&(this.background[n]=this.background[n].destroy(),this.background.splice(n,1))},t.prototype.renderBackground=function(t,e){var n="animate",i={class:"highcharts-pane "+(t.className||"")};this.chart.styledMode||s(i,{fill:t.backgroundColor,stroke:t.borderColor,"stroke-width":t.borderWidth}),this.background[e]||(this.background[e]=this.chart.renderer.path().add(this.group),n="attr"),this.background[e][n]({d:this.axis.getPlotBandPath(t.from,t.to,t)}).attr(i)},t.prototype.updateCenter=function(t){this.center=(t||this.axis||{}).center=e.getCenter.call(this)},t.prototype.update=function(t,e){l(!0,this.options,t),this.setOptions(this.options),this.render(),this.chart.axes.forEach((function(t){t.pane===this&&(t.pane=null,t.update({},e))}),this)},t}(),t.prototype.getHoverPane=function(t){var e,n=this;return t&&n.pane.forEach((function(i){var r=t.chartX-n.plotLeft,a=t.chartY-n.plotTop;o(n.inverted?a:r,n.inverted?r:a,i.center)&&(e=i)})),e},a(t,"afterIsInsidePlot",(function(t){this.polar&&(t.isInsidePlot=this.pane.some((function(e){return o(t.x,t.y,e.center)})))})),a(i,"beforeGetHoverData",(function(t){var e=this.chart;e.polar?(e.hoverPane=e.getHoverPane(t),t.filter=function(n){return n.visible&&!(!t.shared&&n.directTouch)&&d(n.options.enableMouseTracking,!0)&&(!e.hoverPane||n.xAxis.pane===e.hoverPane)}):e.hoverPane=void 0})),a(i,"afterGetHoverData",(function(t){var e=this.chart;t.hoverPoint&&t.hoverPoint.plotX&&t.hoverPoint.plotY&&e.hoverPane&&!o(t.hoverPoint.plotX,t.hoverPoint.plotY,e.hoverPane.center)&&(t.hoverPoint=void 0)})),n.Pane=r,n.Pane})),e(t,"Core/Axis/RadialAxis.js",[t["Core/Axis/AxisDefaults.js"],t["Core/DefaultOptions.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r,o=e.defaultOptions,a=n.noop,s=i.addEvent,l=i.correctFloat,d=i.defined,c=i.extend,u=i.fireEvent,h=i.merge,p=i.pick,f=i.relativeLength,g=i.wrap;return function(e){function n(){this.autoConnect=this.isCircular&&void 0===p(this.userMax,this.options.max)&&l(this.endAngleRad-this.startAngleRad)===l(2*Math.PI),!this.isCircular&&this.chart.inverted&&this.max++,this.autoConnect&&(this.max+=(this.categories?1:this.pointRange)||this.closestPointRange||0)}function i(){var t=this;return function(){if(t.isRadial&&t.tickPositions&&t.options.labels&&!0!==t.options.labels.allowOverlap)return t.tickPositions.map((function(e){return t.ticks[e]&&t.ticks[e].label})).filter((function(t){return!!t}))}}function r(){return a}function m(t,e,n){var i=this.pane.center,r=t.value;if(this.isCircular){if(d(r))t.point&&((o=t.point.shapeArgs||{}).start&&(r=this.chart.inverted?this.translate(t.point.rectPlotY,!0):t.point.x));else{var o=t.chartX||0,a=t.chartY||0;r=this.translate(Math.atan2(a-n,o-e)-this.startAngleRad,!0)}o=(t=this.getPosition(r)).x,a=t.y}else d(r)||(o=t.chartX,a=t.chartY),d(o)&&d(a)&&(n=i[1]+this.chart.plotTop,r=this.translate(Math.min(Math.sqrt(Math.pow(o-e,2)+Math.pow(a-n,2)),i[2]/2)-i[3]/2,!0));return[r,o||0,a||0]}function v(t,e,n){t=this.pane.center;var i=this.chart,r=this.left||0,o=this.top||0,a=p(e,t[2]/2-this.offset);return void 0===n&&(n=this.horiz?0:this.center&&-this.center[3]/2),n&&(a+=n),this.isCircular||void 0!==e?((e=this.chart.renderer.symbols.arc(r+t[0],o+t[1],a,a,{start:this.startAngleRad,end:this.endAngleRad,open:!0,innerR:0})).xBounds=[r+t[0]],e.yBounds=[o+t[1]-a]):(e=this.postTranslate(this.angleRad,a),e=[["M",this.center[0]+i.plotLeft,this.center[1]+i.plotTop],["L",e.x,e.y]]),e}function b(){this.constructor.prototype.getOffset.call(this),this.chart.axisOffset[this.side]=0}function y(t,e,n){var i=this.chart,r=function(t){if("string"==typeof t){var e=parseInt(t,10);return u.test(t)&&(e=e*s/100),e}return t},o=this.center,a=this.startAngleRad,s=o[2]/2,l=Math.min(this.offset,0),d=this.left||0,c=this.top||0,u=/%$/,h=this.isCircular,f=p(r(n.outerRadius),s),g=r(n.innerRadius);if(r=p(r(n.thickness),10),"polygon"===this.options.gridLineInterpolation)l=this.getPlotLinePath({value:t}).concat(this.getPlotLinePath({value:e,reverse:!0}));else{if(t=Math.max(t,this.min),e=Math.min(e,this.max),t=this.translate(t),e=this.translate(e),h||(f=t||0,g=e||0),"circle"!==n.shape&&h)n=a+(t||0),a+=e||0;else{n=-Math.PI/2,a=1.5*Math.PI;var m=!0}f-=l,l=i.renderer.symbols.arc(d+o[0],c+o[1],f,f,{start:Math.min(n,a),end:Math.max(n,a),innerR:p(g,f-(r-l)),open:m}),h&&(h=(a+n)/2,d=d+o[0]+o[2]/2*Math.cos(h),l.xBounds=h>-Math.PI/2&&h<Math.PI/2?[d,i.plotWidth]:[0,d],l.yBounds=[c+o[1]+o[2]/2*Math.sin(h)],l.yBounds[0]+=h>-Math.PI&&0>h||h>Math.PI?-10:10)}return l}function x(t){var e=this,n=this.pane.center,i=this.chart,r=i.inverted,o=t.reverse,a=this.pane.options.background?this.pane.options.background[0]||this.pane.options.background:{},s=a.innerRadius||"0%",l=a.outerRadius||"100%",d=n[0]+i.plotLeft,c=n[1]+i.plotTop,u=this.height,h=t.isCrosshair;a=n[3]/2;var p,g=t.value,m=this.getPosition(g),v=m.x;if(m=m.y,h&&(g=(m=this.getCrosshairPosition(t,d,c))[0],v=m[1],m=m[2]),this.isCircular)g=Math.sqrt(Math.pow(v-d,2)+Math.pow(m-c,2)),o="string"==typeof s?f(s,1):s/g,i="string"==typeof l?f(l,1):l/g,n&&a&&(o<(a/=g)&&(o=a),i<a&&(i=a)),n=[["M",d+o*(v-d),c-o*(c-m)],["L",v-(1-i)*(v-d),m+(1-i)*(c-m)]];else if((g=this.translate(g))&&(0>g||g>u)&&(g=0),"circle"===this.options.gridLineInterpolation)n=this.getLinePath(0,g,a);else if(n=[],i[r?"yAxis":"xAxis"].forEach((function(t){t.pane===e.pane&&(p=t)})),p)for(d=p.tickPositions,p.autoConnect&&(d=d.concat([d[0]])),o&&(d=d.slice().reverse()),g&&(g+=a),c=0;c<d.length;c++)a=p.getPosition(d[c],g),n.push(c?["L",a.x,a.y]:["M",a.x,a.y]);return n}function _(t,e){return t=this.translate(t),this.postTranslate(this.isCircular?t:this.angleRad,p(this.isCircular?e:0>t?0:t,this.center[2]/2)-this.offset)}function O(){var t=this.center,e=this.chart,n=this.options.title;return{x:e.plotLeft+t[0]+(n.x||0),y:e.plotTop+t[1]-{high:.5,middle:.25,low:0}[n.align]*t[2]+(n.y||0)}}function w(t){t.beforeSetTickPositions=n,t.createLabelCollector=i,t.getCrosshairPosition=m,t.getLinePath=v,t.getOffset=b,t.getPlotBandPath=y,t.getPlotLinePath=x,t.getPosition=_,t.getTitlePosition=O,t.postTranslate=A,t.setAxisSize=T,t.setAxisTranslation=L,t.setOptions=D}function $(){var t=this.chart,e=this.options,n=this.pane,i=n&&n.options;t.angular&&this.isXAxis||!n||!t.angular&&!t.polar||(this.angleRad=(e.angle||0)*Math.PI/180,this.startAngleRad=(i.startAngle-90)*Math.PI/180,this.endAngleRad=(p(i.endAngle,i.startAngle+360)-90)*Math.PI/180,this.offset=e.offset||0)}function C(t){this.isRadial&&(t.align=void 0,t.preventDefault())}function k(){if(this.chart&&this.chart.labelCollectors){var t=this.labelCollector?this.chart.labelCollectors.indexOf(this.labelCollector):-1;0<=t&&this.chart.labelCollectors.splice(t,1)}}function S(e){var n,i=this.chart,o=i.inverted,s=i.angular,l=i.polar,d=this.isXAxis,c=this.coll,u=s&&d,p=i.options;e=e.userOptions.pane||0,e=this.pane=i.pane&&i.pane[e],"colorAxis"===c?this.isRadial=!1:(s?(u?(this.isHidden=!0,this.createLabelCollector=r,this.getOffset=a,this.render=this.redraw=P,this.setTitle=this.setCategories=this.setScale=a):w(this),(n=!d)&&(this.defaultPolarOptions=F)):l&&(w(this),this.defaultPolarOptions=(n=this.horiz)?R:h("xAxis"===c?t.defaultXAxisOptions:t.defaultYAxisOptions,B),o&&"yAxis"===c&&(this.defaultPolarOptions.stackLabels=t.defaultYAxisOptions.stackLabels,this.defaultPolarOptions.reversedStacks=!0)),s||l?(this.isRadial=!0,p.chart.zoomType=null,this.labelCollector||(this.labelCollector=this.createLabelCollector()),this.labelCollector&&i.labelCollectors.push(this.labelCollector)):this.isRadial=!1,e&&n&&(e.axis=this),this.isCircular=n)}function j(){this.isRadial&&this.beforeSetTickPositions()}function E(t){var e=this.label;if(e){var n=this.axis,i=e.getBBox(),r=n.options.labels,o=(n.translate(this.pos)+n.startAngleRad+Math.PI/2)/Math.PI*180%360,a=Math.round(o),s=d(r.y)?0:.3*-i.height,l=r.y,c=20,u=r.align,h="end",g=0>a?a+360:a,m=g,v=0,b=0;if(n.isRadial){var y=n.getPosition(this.pos,n.center[2]/2+f(p(r.distance,-25),n.center[2]/2,-n.center[2]/2));"auto"===r.rotation?e.attr({rotation:o}):d(l)||(l=n.chart.renderer.fontMetrics(e.styles&&e.styles.fontSize).b-i.height/2),d(u)||(n.isCircular?(i.width>n.len*n.tickInterval/(n.max-n.min)&&(c=0),u=o>c&&o<180-c?"left":o>180+c&&o<360-c?"right":"center"):u="center",e.attr({align:u})),"auto"===u&&2===n.tickPositions.length&&n.isCircular&&(90<g&&180>g?g=180-g:270<g&&360>=g&&(g=540-g),180<m&&360>=m&&(m=360-m),n.pane.options.startAngle!==a&&n.pane.options.startAngle!==a+360&&n.pane.options.startAngle!==a-360||(h="start"),u=-90<=a&&90>=a||-360<=a&&-270>=a||270<=a&&360>=a?"start"===h?"right":"left":"start"===h?"left":"right",70<m&&110>m&&(u="center"),15>g||180<=g&&195>g?v=.3*i.height:15<=g&&35>=g?v="start"===h?0:.75*i.height:195<=g&&215>=g?v="start"===h?.75*i.height:0:35<g&&90>=g?v="start"===h?.25*-i.height:i.height:215<g&&270>=g&&(v="start"===h?i.height:.25*-i.height),15>m?b="start"===h?.15*-i.height:.15*i.height:165<m&&180>=m&&(b="start"===h?.15*i.height:.15*-i.height),e.attr({align:u}),e.translate(b,v+s)),t.pos.x=y.x+(r.x||0),t.pos.y=y.y+(l||0)}}}function M(t){this.axis.getPosition&&c(t.pos,this.axis.getPosition(this.pos))}function A(t,e){var n=this.chart,i=this.center;return t=this.startAngleRad+t,{x:n.plotLeft+i[0]+Math.cos(t)*e,y:n.plotTop+i[1]+Math.sin(t)*e}}function P(){this.isDirty=!1}function T(){if(this.constructor.prototype.setAxisSize.call(this),this.isRadial){this.pane.updateCenter(this);var t=this.center=this.pane.center.slice();if(this.isCircular)this.sector=this.endAngleRad-this.startAngleRad;else{var e=this.postTranslate(this.angleRad,t[3]/2);t[0]=e.x-this.chart.plotLeft,t[1]=e.y-this.chart.plotTop}this.len=this.width=this.height=(t[2]-t[3])*p(this.sector,1)/2}}function L(){this.constructor.prototype.setAxisTranslation.call(this),this.center&&(this.transA=this.isCircular?(this.endAngleRad-this.startAngleRad)/(this.max-this.min||1):(this.center[2]-this.center[3])/2/(this.max-this.min||1),this.minPixelPadding=this.isXAxis?this.transA*this.minPointOffset:0)}function D(t){(t=this.options=h(this.constructor.defaultOptions,this.defaultPolarOptions,o[this.coll],t)).plotBands||(t.plotBands=[]),u(this,"afterSetOptions")}function I(t,e,n,i,r,o,a){var s=this.axis;return s.isRadial?e=["M",e,n,"L",(t=s.getPosition(this.pos,s.center[2]/2+i)).x,t.y]:e=t.call(this,e,n,i,r,o,a),e}var N=[],R={gridLineWidth:1,labels:{align:void 0,distance:15,x:0,y:void 0,style:{textOverflow:"none"}},maxPadding:0,minPadding:0,showLastLabel:!1,tickLength:0},F={labels:{align:"center",x:0,y:void 0},minorGridLineWidth:0,minorTickInterval:"auto",minorTickLength:10,minorTickPosition:"inside",minorTickWidth:1,tickLength:10,tickPosition:"inside",tickWidth:2,title:{rotation:0},zIndex:2},B={gridLineInterpolation:"circle",gridLineWidth:1,labels:{align:"right",x:-3,y:-2},showLastLabel:!1,title:{x:4,text:null,rotation:90}};e.compose=function(t,e){return-1===N.indexOf(t)&&(N.push(t),s(t,"afterInit",$),s(t,"autoLabelAlign",C),s(t,"destroy",k),s(t,"init",S),s(t,"initialAxisTranslation",j)),-1===N.indexOf(e)&&(N.push(e),s(e,"afterGetLabelPosition",E),s(e,"afterGetPosition",M),g(e.prototype,"getMarkPath",I)),t}}(r||(r={})),r})),e(t,"Series/AreaRange/AreaRangePoint.js",[t["Series/Area/AreaSeries.js"],t["Core/Series/Point.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=e.prototype,o=n.defined,a=n.isNumber;return function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.high=void 0,e.low=void 0,e.options=void 0,e.plotHigh=void 0,e.plotLow=void 0,e.plotHighX=void 0,e.plotLowX=void 0,e.plotX=void 0,e.series=void 0,e}return i(e,t),e.prototype.setState=function(){var t=this.state,e=this.series,n=e.chart.polar;o(this.plotHigh)||(this.plotHigh=e.yAxis.toPixels(this.high,!0)),o(this.plotLow)||(this.plotLow=this.plotY=e.yAxis.toPixels(this.low,!0)),e.stateMarkerGraphic&&(e.lowerStateMarkerGraphic=e.stateMarkerGraphic,e.stateMarkerGraphic=e.upperStateMarkerGraphic),this.graphic=this.upperGraphic,this.plotY=this.plotHigh,n&&(this.plotX=this.plotHighX),r.setState.apply(this,arguments),this.state=t,this.plotY=this.plotLow,this.graphic=this.lowerGraphic,n&&(this.plotX=this.plotLowX),e.stateMarkerGraphic&&(e.upperStateMarkerGraphic=e.stateMarkerGraphic,e.stateMarkerGraphic=e.lowerStateMarkerGraphic,e.lowerStateMarkerGraphic=void 0),r.setState.apply(this,arguments)},e.prototype.haloPath=function(){var t=this.series.chart.polar,e=[];return this.plotY=this.plotLow,t&&(this.plotX=this.plotLowX),this.isInside&&(e=r.haloPath.apply(this,arguments)),this.plotY=this.plotHigh,t&&(this.plotX=this.plotHighX),this.isTopInside&&(e=e.concat(r.haloPath.apply(this,arguments))),e},e.prototype.isValid=function(){return a(this.low)&&a(this.high)},e}(t.prototype.pointClass)})),e(t,"Series/AreaRange/AreaRangeSeries.js",[t["Series/AreaRange/AreaRangePoint.js"],t["Series/Area/AreaSeries.js"],t["Series/Column/ColumnSeries.js"],t["Core/Globals.js"],t["Core/Series/Series.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r,o,a){var s=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),l=e.prototype,d=n.prototype;n=i.noop;var c=r.prototype,u=a.defined,h=a.extend,p=a.isArray,f=a.pick,g=a.merge;return r=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e.lowerStateMarkerGraphic=void 0,e.xAxis=void 0,e}return s(n,t),n.prototype.toYData=function(t){return[t.low,t.high]},n.prototype.highToXY=function(t){var e=this.chart,n=this.xAxis.postTranslate(t.rectPlotX||0,this.yAxis.len-t.plotHigh);t.plotHighX=n.x-e.plotLeft,t.plotHigh=n.y-e.plotTop,t.plotLowX=t.plotX},n.prototype.translate=function(){var t=this,e=t.yAxis;l.translate.apply(t),t.points.forEach((function(n){var i=n.high,r=n.plotY;n.isNull?n.plotY=null:(n.plotLow=r,n.plotHigh=e.translate(t.dataModify?t.dataModify.modifyValue(i):i,0,1,0,1),t.dataModify&&(n.yBottom=n.plotHigh))})),this.chart.polar&&this.points.forEach((function(e){t.highToXY(e),e.tooltipPos=[(e.plotHighX+e.plotLowX)/2,(e.plotHigh+e.plotLow)/2]}))},n.prototype.getGraphPath=function(t){var e,n=[],i=[],r=l.getGraphPath,o=this.options,a=this.chart.polar,s=a&&!1!==o.connectEnds,d=o.connectNulls,c=o.step;for(e=(t=t||this.points).length;e--;){var u=t[e],h=a?{plotX:u.rectPlotX,plotY:u.yBottom,doCurve:!1}:{plotX:u.plotX,plotY:u.plotY,doCurve:!1};u.isNull||s||d||t[e+1]&&!t[e+1].isNull||i.push(h);var p={polarPlotY:u.polarPlotY,rectPlotX:u.rectPlotX,yBottom:u.yBottom,plotX:f(u.plotHighX,u.plotX),plotY:u.plotHigh,isNull:u.isNull};i.push(p),n.push(p),u.isNull||s||d||t[e-1]&&!t[e-1].isNull||i.push(h)}return t=r.call(this,t),c&&(!0===c&&(c="left"),o.step={left:"right",center:"center",right:"left"}[c]),n=r.call(this,n),i=r.call(this,i),o.step=c,o=[].concat(t,n),!this.chart.polar&&i[0]&&"M"===i[0][0]&&(i[0]=["L",i[0][1],i[0][2]]),this.graphPath=o,this.areaPath=t.concat(i),o.isArea=!0,o.xMap=t.xMap,this.areaPath.xMap=t.xMap,o},n.prototype.drawDataLabels=function(){var t,e,n=this.points,i=n.length,r=[],o=this.options.dataLabels,a=this.chart.inverted;if(o){if(p(o))var s=o[0]||{enabled:!1},l=o[1]||{enabled:!1};else(s=h({},o)).x=o.xHigh,s.y=o.yHigh,(l=h({},o)).x=o.xLow,l.y=o.yLow;if(s.enabled||this._hasPointLabels){for(t=i;t--;)if(e=n[t]){var d=s.inside?e.plotHigh<e.plotLow:e.plotHigh>e.plotLow;e.y=e.high,e._plotY=e.plotY,e.plotY=e.plotHigh,r[t]=e.dataLabel,e.dataLabel=e.dataLabelUpper,e.below=d,a?s.align||(s.align=d?"right":"left"):s.verticalAlign||(s.verticalAlign=d?"top":"bottom")}for(this.options.dataLabels=s,c.drawDataLabels&&c.drawDataLabels.apply(this,arguments),t=i;t--;)(e=n[t])&&(e.dataLabelUpper=e.dataLabel,e.dataLabel=r[t],delete e.dataLabels,e.y=e.low,e.plotY=e._plotY)}if(l.enabled||this._hasPointLabels){for(t=i;t--;)(e=n[t])&&(d=l.inside?e.plotHigh<e.plotLow:e.plotHigh>e.plotLow,e.below=!d,a?l.align||(l.align=d?"left":"right"):l.verticalAlign||(l.verticalAlign=d?"bottom":"top"));this.options.dataLabels=l,c.drawDataLabels&&c.drawDataLabels.apply(this,arguments)}if(s.enabled)for(t=i;t--;)(e=n[t])&&(e.dataLabels=[e.dataLabelUpper,e.dataLabel].filter((function(t){return!!t})));this.options.dataLabels=o}},n.prototype.alignDataLabel=function(){d.alignDataLabel.apply(this,arguments)},n.prototype.drawPoints=function(){var t,e=this.points.length;for(c.drawPoints.apply(this,arguments),t=0;t<e;){var n=this.points[t];n.origProps={plotY:n.plotY,plotX:n.plotX,isInside:n.isInside,negative:n.negative,zone:n.zone,y:n.y},n.lowerGraphic=n.graphic,n.graphic=n.upperGraphic,n.plotY=n.plotHigh,u(n.plotHighX)&&(n.plotX=n.plotHighX),n.y=f(n.high,n.origProps.y),n.negative=n.y<(this.options.threshold||0),this.zones.length&&(n.zone=n.getZone()),this.chart.polar||(n.isInside=n.isTopInside=void 0!==n.plotY&&0<=n.plotY&&n.plotY<=this.yAxis.len&&0<=n.plotX&&n.plotX<=this.xAxis.len),t++}for(c.drawPoints.apply(this,arguments),t=0;t<e;)(n=this.points[t]).upperGraphic=n.graphic,n.graphic=n.lowerGraphic,n.origProps&&(h(n,n.origProps),delete n.origProps),t++},n.defaultOptions=g(e.defaultOptions,{lineWidth:1,threshold:null,tooltip:{pointFormat:'<span style="color:{series.color}">●</span> {series.name}: <b>{point.low}</b> - <b>{point.high}</b><br/>'},trackByArea:!0,dataLabels:{align:void 0,verticalAlign:void 0,xLow:0,xHigh:0,yLow:0,yHigh:0}}),n}(e),h(r.prototype,{pointArrayMap:["low","high"],pointValKey:"low",deferTranslatePolar:!0,pointClass:t,setStackedPoints:n}),o.registerSeriesType("arearange",r),r})),e(t,"Series/AreaSplineRange/AreaSplineRangeSeries.js",[t["Series/AreaRange/AreaRangeSeries.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=e.seriesTypes.spline,o=n.merge;n=n.extend;var a=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.options=void 0,t.data=void 0,t.points=void 0,t}return i(n,e),n.defaultOptions=o(t.defaultOptions),n}(t);return n(a.prototype,{getPointSpline:r.prototype.getPointSpline}),e.registerSeriesType("areasplinerange",a),a})),e(t,"Series/BoxPlot/BoxPlotSeries.js",[t["Series/Column/ColumnSeries.js"],t["Core/Globals.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();e=e.noop;var o=i.extend,a=i.merge,s=i.pick;return o((i=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return r(n,e),n.prototype.pointAttribs=function(){return{}},n.prototype.translate=function(){var t=this.yAxis,n=this.pointArrayMap;e.prototype.translate.apply(this),this.points.forEach((function(e){n.forEach((function(n){null!==e[n]&&(e[n+"Plot"]=t.translate(e[n],0,1,0,1))})),e.plotHigh=e.highPlot}))},n.prototype.drawPoints=function(){var t,e,n,i,r,o,a,l,d,c,u,h=this,p=h.options,f=h.chart,g=f.renderer,m=0,v=!1!==h.doQuartiles,b=h.options.whiskerLength;h.points.forEach((function(y){var x=y.graphic,_=x?"animate":"attr",O=y.shapeArgs,w={},$={},C={},k={},S=y.color||h.color;void 0!==y.plotY&&(a=Math.round(O.width),l=Math.floor(O.x),d=l+a,c=Math.round(a/2),t=Math.floor(v?y.q1Plot:y.lowPlot),e=Math.floor(v?y.q3Plot:y.lowPlot),n=Math.floor(y.highPlot),i=Math.floor(y.lowPlot),x||(y.graphic=x=g.g("point").add(h.group),y.stem=g.path().addClass("highcharts-boxplot-stem").add(x),b&&(y.whiskers=g.path().addClass("highcharts-boxplot-whisker").add(x)),v&&(y.box=g.path(void 0).addClass("highcharts-boxplot-box").add(x)),y.medianShape=g.path(void 0).addClass("highcharts-boxplot-median").add(x)),f.styledMode||($.stroke=y.stemColor||p.stemColor||S,$["stroke-width"]=s(y.stemWidth,p.stemWidth,p.lineWidth),$.dashstyle=y.stemDashStyle||p.stemDashStyle||p.dashStyle,y.stem.attr($),b&&(C.stroke=y.whiskerColor||p.whiskerColor||S,C["stroke-width"]=s(y.whiskerWidth,p.whiskerWidth,p.lineWidth),C.dashstyle=y.whiskerDashStyle||p.whiskerDashStyle||p.dashStyle,y.whiskers.attr(C)),v&&(w.fill=y.fillColor||p.fillColor||S,w.stroke=p.lineColor||S,w["stroke-width"]=p.lineWidth||0,w.dashstyle=y.boxDashStyle||p.boxDashStyle||p.dashStyle,y.box.attr(w)),k.stroke=y.medianColor||p.medianColor||S,k["stroke-width"]=s(y.medianWidth,p.medianWidth,p.lineWidth),k.dashstyle=y.medianDashStyle||p.medianDashStyle||p.dashStyle,y.medianShape.attr(k)),o=y.stem.strokeWidth()%2/2,x=[["M",m=l+c+o,e],["L",m,n],["M",m,t],["L",m,i]],y.stem[_]({d:x}),v&&(o=y.box.strokeWidth()%2/2,t=Math.floor(t)+o,e=Math.floor(e)+o,x=[["M",l+=o,e],["L",l,t],["L",d+=o,t],["L",d,e],["L",l,e],["Z"]],y.box[_]({d:x})),b&&(o=y.whiskers.strokeWidth()%2/2,n+=o,i+=o,u=/%$/.test(b)?c*parseFloat(b)/100:b/2,x=[["M",m-u,n],["L",m+u,n],["M",m-u,i],["L",m+u,i]],y.whiskers[_]({d:x})),r=Math.round(y.medianPlot),o=y.medianShape.strokeWidth()%2/2,x=[["M",l,r+=o],["L",d,r]],y.medianShape[_]({d:x}))}))},n.prototype.toYData=function(t){return[t.low,t.q1,t.median,t.q3,t.high]},n.defaultOptions=a(t.defaultOptions,{threshold:null,tooltip:{pointFormat:'<span style="color:{point.color}">●</span> <b> {series.name}</b><br/>Maximum: {point.high}<br/>Upper quartile: {point.q3}<br/>Median: {point.median}<br/>Lower quartile: {point.q1}<br/>Minimum: {point.low}<br/>'},whiskerLength:"50%",fillColor:"#ffffff",lineWidth:1,medianWidth:2,whiskerWidth:2}),n}(t)).prototype,{pointArrayMap:["low","q1","median","q3","high"],pointValKey:"high",drawDataLabels:e,setStackedPoints:e}),n.registerSeriesType("boxplot",i),i})),e(t,"Series/Bubble/BubbleLegendDefaults.js",[],(function(){return{borderColor:void 0,borderWidth:2,className:void 0,color:void 0,connectorClassName:void 0,connectorColor:void 0,connectorDistance:60,connectorWidth:1,enabled:!1,labels:{className:void 0,allowOverlap:!1,format:"",formatter:void 0,align:"right",style:{fontSize:"10px",color:"#000000"},x:0,y:0},maxSize:60,minSize:10,legendIndex:0,ranges:{value:void 0,borderColor:void 0,color:void 0,connectorColor:void 0},sizeBy:"area",sizeByAbsoluteValue:!1,zIndex:1,zThreshold:0}})),e(t,"Series/Bubble/BubbleLegendItem.js",[t["Core/Color/Color.js"],t["Core/FormatUtilities.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=t.parse,o=n.noop,a=i.arrayMax,s=i.arrayMin,l=i.isNumber,d=i.merge,c=i.pick,u=i.stableSort;return function(){function t(t,e){this.options=this.symbols=this.visible=this.selected=this.ranges=this.movementX=this.maxLabel=this.legendSymbol=this.legendItemWidth=this.legendItemHeight=this.legendItem=this.legendGroup=this.legend=this.fontMetrics=this.chart=void 0,this.setState=o,this.init(t,e)}return t.prototype.init=function(t,e){this.options=t,this.visible=!0,this.chart=e.chart,this.legend=e},t.prototype.addToLegend=function(t){t.splice(this.options.legendIndex,0,this)},t.prototype.drawLegendSymbol=function(t){var e=this.chart,n=this.options,i=c(t.options.itemDistance,20),r=n.ranges,o=n.connectorDistance;this.fontMetrics=e.renderer.fontMetrics(n.labels.style.fontSize),r&&r.length&&l(r[0].value)?(u(r,(function(t,e){return e.value-t.value})),this.ranges=r,this.setOptions(),this.render(),t=this.getMaxLabelSize(),e=2*(r=this.ranges[0].radius),o=0<(o=o-r+t.width)?o:0,this.maxLabel=t,this.movementX="left"===n.labels.align?o:0,this.legendItemWidth=e+o+i,this.legendItemHeight=e+this.fontMetrics.h/2):t.options.bubbleLegend.autoRanges=!0},t.prototype.setOptions=function(){var t=this.ranges,e=this.options,n=this.chart.series[e.seriesIndex],i=this.legend.baseline,o={zIndex:e.zIndex,"stroke-width":e.borderWidth},a={zIndex:e.zIndex,"stroke-width":e.connectorWidth},s={align:this.legend.options.rtl||"left"===e.labels.align?"right":"left",zIndex:e.zIndex},l=n.options.marker.fillOpacity,u=this.chart.styledMode;t.forEach((function(h,p){u||(o.stroke=c(h.borderColor,e.borderColor,n.color),o.fill=c(h.color,e.color,1!==l?r(n.color).setOpacity(l).get("rgba"):n.color),a.stroke=c(h.connectorColor,e.connectorColor,n.color)),t[p].radius=this.getRangeRadius(h.value),t[p]=d(t[p],{center:t[0].radius-t[p].radius+i}),u||d(!0,t[p],{bubbleAttribs:d(o),connectorAttribs:d(a),labelAttribs:s})}),this)},t.prototype.getRangeRadius=function(t){var e=this.options;return this.chart.series[this.options.seriesIndex].getRadius.call(this,e.ranges[e.ranges.length-1].value,e.ranges[0].value,e.minSize,e.maxSize,t)},t.prototype.render=function(){var t=this.chart.renderer,e=this.options.zThreshold;this.symbols||(this.symbols={connectors:[],bubbleItems:[],labels:[]}),this.legendSymbol=t.g("bubble-legend"),this.legendItem=t.g("bubble-legend-item"),this.legendSymbol.translateX=0,this.legendSymbol.translateY=0,this.ranges.forEach((function(t){t.value>=e&&this.renderRange(t)}),this),this.legendSymbol.add(this.legendItem),this.legendItem.add(this.legendGroup),this.hideOverlappingLabels()},t.prototype.renderRange=function(t){var e=this.options,n=e.labels,i=this.chart,r=i.series[e.seriesIndex],o=i.renderer,a=this.symbols;i=a.labels;var s=t.center,l=Math.abs(t.radius),d=e.connectorDistance||0,c=n.align,u=e.connectorWidth,h=this.ranges[0].radius||0,p=s-l-e.borderWidth/2+u/2,f=this.fontMetrics;f=f.f/2-(f.h-f.f)/2;var g=o.styledMode;d=this.legend.options.rtl||"left"===c?-d:d,"center"===c&&(d=0,e.connectorDistance=0,t.labelAttribs.align="center"),c=p+e.labels.y;var m=h+d+e.labels.x;a.bubbleItems.push(o.circle(h,s+((p%1?1:.5)-(u%2?0:.5)),l).attr(g?{}:t.bubbleAttribs).addClass((g?"highcharts-color-"+r.colorIndex+" ":"")+"highcharts-bubble-legend-symbol "+(e.className||"")).add(this.legendSymbol)),a.connectors.push(o.path(o.crispLine([["M",h,p],["L",h+d,p]],e.connectorWidth)).attr(g?{}:t.connectorAttribs).addClass((g?"highcharts-color-"+this.options.seriesIndex+" ":"")+"highcharts-bubble-legend-connectors "+(e.connectorClassName||"")).add(this.legendSymbol)),t=o.text(this.formatLabel(t),m,c+f).attr(g?{}:t.labelAttribs).css(g?{}:n.style).addClass("highcharts-bubble-legend-labels "+(e.labels.className||"")).add(this.legendSymbol),i.push(t),t.placed=!0,t.alignAttr={x:m,y:c+f}},t.prototype.getMaxLabelSize=function(){var t,e;return this.symbols.labels.forEach((function(n){e=n.getBBox(!0),t=t?e.width>t.width?e:t:e})),t||{}},t.prototype.formatLabel=function(t){var n=this.options,i=n.labels.formatter;n=n.labels.format;var r=this.chart.numberFormatter;return n?e.format(n,t):i?i.call(t):r(t.value,1)},t.prototype.hideOverlappingLabels=function(){var t=this.chart,e=this.symbols;!this.options.labels.allowOverlap&&e&&(t.hideOverlappingLabels(e.labels),e.labels.forEach((function(t,n){t.newOpacity?t.newOpacity!==t.oldOpacity&&e.connectors[n].show():e.connectors[n].hide()})))},t.prototype.getRanges=function(){var t,e=this.legend.bubbleLegend,n=e.options.ranges,i=Number.MAX_VALUE,r=-Number.MAX_VALUE;e.chart.series.forEach((function(e){e.isBubble&&!e.ignoreSeries&&((t=e.zData.filter(l)).length&&(i=c(e.options.zMin,Math.min(i,Math.max(s(t),!1===e.options.displayNegative?e.options.zThreshold:-Number.MAX_VALUE))),r=c(e.options.zMax,Math.max(r,a(t)))))}));var o=i===r?[{value:r}]:[{value:i},{value:(i+r)/2},{value:r,autoRanges:!0}];return n.length&&n[0].radius&&o.reverse(),o.forEach((function(t,e){n&&n[e]&&(o[e]=d(n[e],t))})),o},t.prototype.predictBubbleSizes=function(){var t=this.chart,e=this.fontMetrics,n=t.legend.options,i=n.floating,r=(n="horizontal"===n.layout)?t.legend.lastLineHeight:0,o=t.plotSizeX,a=t.plotSizeY,s=t.series[this.options.seriesIndex],l=s.getPxExtremes();t=Math.ceil(l.minPxSize),l=Math.ceil(l.maxPxSize);var d=Math.min(a,o);return s=s.options.maxSize,i||!/%$/.test(s)?e=l:(s=parseFloat(s),e=(d+r-e.h/2)*s/100/(s/100+1),(n&&a-e>=o||!n&&o-e>=a)&&(e=l)),[t,Math.ceil(e)]},t.prototype.updateRanges=function(t,e){var n=this.legend.options.bubbleLegend;n.minSize=t,n.maxSize=e,n.ranges=this.getRanges()},t.prototype.correctSizes=function(){var t=this.legend,e=this.chart.series[this.options.seriesIndex].getPxExtremes();1<Math.abs(Math.ceil(e.maxPxSize)-this.options.maxSize)&&(this.updateRanges(this.options.minSize,e.maxPxSize),t.render())},t}()})),e(t,"Series/Bubble/BubbleLegendComposition.js",[t["Series/Bubble/BubbleLegendDefaults.js"],t["Series/Bubble/BubbleLegendItem.js"],t["Core/DefaultOptions.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r,o=n.setOptions,a=i.addEvent,s=i.objectEach,l=i.wrap;return function(n){function i(t,e,n){var i=this.legend,o=0<=r(this);if(i&&i.options.enabled&&i.bubbleLegend&&i.options.bubbleLegend.autoRanges&&o){var a=i.bubbleLegend.options;o=i.bubbleLegend.predictBubbleSizes(),i.bubbleLegend.updateRanges(o[0],o[1]),a.placed||(i.group.placed=!1,i.allItems.forEach((function(t){t.legendGroup.translateY=null}))),i.render(),this.getMargins(),this.axes.forEach((function(t){t.visible&&t.render(),a.placed||(t.setScale(),t.updateNames(),s(t.ticks,(function(t){t.isNew=!0,t.isNewLabel=!0})))})),a.placed=!0,this.getMargins(),t.call(this,e,n),i.bubbleLegend.correctSizes(),h(i,d(i))}else t.call(this,e,n),i&&i.options.enabled&&i.bubbleLegend&&(i.render(),h(i,d(i)))}function r(t){t=t.series;for(var e=0;e<t.length;){if(t[e]&&t[e].isBubble&&t[e].visible&&t[e].zData.length)return e;e++}return-1}function d(t){var e,n=[],i=(t=t.allItems).length,r=0;for(e=0;e<i;e++)if(t[e].legendItemHeight&&(t[e].itemHeight=t[e].legendItemHeight),t[e]===t[i-1]||t[e+1]&&t[e]._legendItemPos[1]!==t[e+1]._legendItemPos[1]){n.push({height:0});for(var o=n[n.length-1];r<=e;r++)t[r].itemHeight>o.height&&(o.height=t[r].itemHeight);o.step=e}return n}function c(t){var n=this.bubbleLegend,i=this.options,o=i.bubbleLegend,a=r(this.chart);n&&n.ranges&&n.ranges.length&&(o.ranges.length&&(o.autoRanges=!!o.ranges[0].autoRanges),this.destroyItem(n)),0<=a&&i.enabled&&o.enabled&&(o.seriesIndex=a,this.bubbleLegend=new e(o,this),this.bubbleLegend.addToLegend(t.allItems))}function u(){var t=this.chart,e=this.visible,n=this.chart.legend;n&&n.bubbleLegend&&(this.visible=!e,this.ignoreSeries=e,t=0<=r(t),n.bubbleLegend.visible!==t&&(n.update({bubbleLegend:{enabled:t}}),n.bubbleLegend.visible=t),this.visible=e)}function h(t,e){var n,i,r,o=t.options.rtl,a=0;t.allItems.forEach((function(t,s){n=t.legendGroup.translateX,i=t._legendItemPos[1],((r=t.movementX)||o&&t.ranges)&&(r=o?n-t.options.maxSize/2:n+r,t.legendGroup.attr({translateX:r})),s>e[a].step&&a++,t.legendGroup.attr({translateY:Math.round(i+e[a].height/2)}),t._legendItemPos[1]=i+e[a].height/2}))}var p=[];n.compose=function(e,n,r){-1===p.indexOf(e)&&(p.push(e),o({legend:{bubbleLegend:t}}),l(e.prototype,"drawChartBox",i)),-1===p.indexOf(n)&&(p.push(n),a(n,"afterGetAllItems",c)),-1===p.indexOf(r)&&(p.push(r),a(r,"legendItemClick",u))}}(r||(r={})),r})),e(t,"Series/Bubble/BubblePoint.js",[t["Core/Series/Point.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();return(n=n.extend)((e=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.options=void 0,t.series=void 0,t}return i(n,e),n.prototype.haloPath=function(e){return t.prototype.haloPath.call(this,0===e?0:(this.marker&&this.marker.radius||0)+e)},n}(e.seriesTypes.scatter.prototype.pointClass)).prototype,{ttBelow:!1}),e})),e(t,"Series/Bubble/BubbleSeries.js",[t["Core/Axis/Axis.js"],t["Series/Bubble/BubbleLegendComposition.js"],t["Series/Bubble/BubblePoint.js"],t["Core/Color/Color.js"],t["Core/Globals.js"],t["Core/Series/Series.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r,o,a,s){var l=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),d=i.parse;i=r.noop;var c=a.seriesTypes;r=c.column;var u=c.scatter;c=s.addEvent;var h=s.arrayMax,p=s.arrayMin,f=s.clamp,g=s.extend,m=s.isNumber,v=s.merge,b=s.pick;return s=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.maxPxSize=void 0,e.minPxSize=void 0,e.options=void 0,e.points=void 0,e.radii=void 0,e.yData=void 0,e.zData=void 0,e}return l(n,t),n.prototype.animate=function(t){!t&&this.points.length<this.options.animationLimit&&this.points.forEach((function(t){var e=t.graphic;e&&e.width&&(this.hasRendered||e.attr({x:t.plotX,y:t.plotY,width:1,height:1}),e.animate(this.markerAttribs(t),this.options.animation))}),this)},n.prototype.getRadii=function(){var t=this,e=this.zData,n=this.yData,i=[],r=this.chart.bubbleZExtremes,o=this.getPxExtremes(),a=o.minPxSize,s=o.maxPxSize;if(!r){var l,d=Number.MAX_VALUE,c=-Number.MAX_VALUE;this.chart.series.forEach((function(e){e.bubblePadding&&(e.visible||!t.chart.options.chart.ignoreHiddenSeries)&&(e=e.getZExtremes())&&(d=Math.min(d||e.zMin,e.zMin),c=Math.max(c||e.zMax,e.zMax),l=!0)})),l?(r={zMin:d,zMax:c},this.chart.bubbleZExtremes=r):r={zMin:0,zMax:0}}var u=0;for(o=e.length;u<o;u++){var h=e[u];i.push(this.getRadius(r.zMin,r.zMax,a,s,h,n[u]))}this.radii=i},n.prototype.getRadius=function(t,e,n,i,r,o){var a=this.options,s="width"!==a.sizeBy,l=a.zThreshold,d=e-t,c=.5;if(null===o||null===r)return null;if(m(r)){if(a.sizeByAbsoluteValue&&(r=Math.abs(r-l),d=Math.max(e-l,Math.abs(t-l)),t=0),r<t)return n/2-1;0<d&&(c=(r-t)/d)}return s&&0<=c&&(c=Math.sqrt(c)),Math.ceil(n+c*(i-n))/2},n.prototype.hasData=function(){return!!this.processedXData.length},n.prototype.pointAttribs=function(t,e){var n=this.options.marker.fillOpacity;return t=o.prototype.pointAttribs.call(this,t,e),1!==n&&(t.fill=d(t.fill).setOpacity(n).get("rgba")),t},n.prototype.translate=function(){t.prototype.translate.call(this),this.getRadii(),this.translateBubble()},n.prototype.translateBubble=function(){for(var t=this.data,e=this.radii,n=this.getPxExtremes().minPxSize,i=t.length;i--;){var r=t[i],o=e?e[i]:0;m(o)&&o>=n/2?(r.marker=g(r.marker,{radius:o,width:2*o,height:2*o}),r.dlBox={x:r.plotX-o,y:r.plotY-o,width:2*o,height:2*o}):r.shapeArgs=r.plotY=r.dlBox=void 0}},n.prototype.getPxExtremes=function(){var t=Math.min(this.chart.plotWidth,this.chart.plotHeight),e=function(e){if("string"==typeof e){var n=/%$/.test(e);e=parseInt(e,10)}return n?t*e/100:e},n=e(b(this.options.minSize,8));return{minPxSize:n,maxPxSize:e=Math.max(e(b(this.options.maxSize,"20%")),n)}},n.prototype.getZExtremes=function(){var t=this.options,e=(this.zData||[]).filter(m);if(e.length){var n=b(t.zMin,f(p(e),!1===t.displayNegative?t.zThreshold||0:-Number.MAX_VALUE,Number.MAX_VALUE));if(t=b(t.zMax,h(e)),m(n)&&m(t))return{zMin:n,zMax:t}}},n.compose=e.compose,n.defaultOptions=v(u.defaultOptions,{dataLabels:{formatter:function(){var t=this.series.chart.numberFormatter,e=this.point.z;return m(e)?t(e,-1):""},inside:!0,verticalAlign:"middle"},animationLimit:250,marker:{lineColor:null,lineWidth:1,fillOpacity:.5,radius:null,states:{hover:{radiusPlus:0}},symbol:"circle"},minSize:8,maxSize:"20%",softThreshold:!1,states:{hover:{halo:{size:5}}},tooltip:{pointFormat:"({point.x}, {point.y}), Size: {point.z}"},turboThreshold:0,zThreshold:0,zoneAxis:"z"}),n}(u),g(s.prototype,{alignDataLabel:r.prototype.alignDataLabel,applyZones:i,bubblePadding:!0,buildKDTree:i,directTouch:!0,isBubble:!0,pointArrayMap:["y","z"],pointClass:n,parallelArrays:["x","y","z"],trackerGroups:["group","dataLabelsGroup"],specialGroup:"group",zoneAxis:"z"}),c(s,"updatedData",(function(t){delete t.target.chart.bubbleZExtremes})),t.prototype.beforePadding=function(){var t,e=this,n=this.len,i=this.chart,r=0,o=n,a=this.isXAxis,s=a?"xData":"yData",l=this.min,d=this.max-l,c=n/d;this.series.forEach((function(n){if(n.bubblePadding&&(n.visible||!i.options.chart.ignoreHiddenSeries)){t=e.allowZoomOutside=!0;var u=n[s];if(a&&n.getRadii(0,0,n),0<d)for(var h=u.length;h--;)if(m(u[h])&&e.dataMin<=u[h]&&u[h]<=e.max){var p=n.radii&&n.radii[h]||0;r=Math.min((u[h]-l)*c-p,r),o=Math.max((u[h]-l)*c+p,o)}}})),t&&0<d&&!this.logarithmic&&(o-=n,c*=(n+Math.max(0,r)-Math.min(o,n))/n,[["min","userMin",r],["max","userMax",o]].forEach((function(t){void 0===b(e.options[t[0]],e[t[1]])&&(e[t[0]]+=t[2]/c)})))},a.registerSeriesType("bubble",s),s})),e(t,"Series/ColumnRange/ColumnRangePoint.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e){var n=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),i=t.seriesTypes;t=i.column.prototype.pointClass;var r=e.extend,o=e.isNumber;return e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.series=void 0,e.options=void 0,e.barX=void 0,e.pointWidth=void 0,e.shapeType=void 0,e}return n(e,t),e.prototype.isValid=function(){return o(this.low)},e}(i.arearange.prototype.pointClass),r(e.prototype,{setState:t.prototype.setState}),e})),e(t,"Series/ColumnRange/ColumnRangeSeries.js",[t["Series/ColumnRange/ColumnRangePoint.js"],t["Core/Globals.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();e=e.noop;var o=n.seriesTypes,a=o.arearange,s=o.column,l=s.prototype,d=a.prototype,c=i.clamp,u=i.merge,h=i.pick;i=i.extend;var p={pointRange:null,marker:null,states:{hover:{halo:!1}}};return o=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.points=void 0,e.options=void 0,e}return r(e,t),e.prototype.setOptions=function(){return u(!0,arguments[0],{stacking:void 0}),d.setOptions.apply(this,arguments)},e.prototype.translate=function(){var t,e,n=this,i=n.yAxis,r=n.xAxis,o=r.startAngleRad,a=n.chart,s=n.xAxis.isRadial,d=Math.max(a.chartWidth,a.chartHeight)+999;l.translate.apply(n),n.points.forEach((function(l){var u=l.shapeArgs||{},p=n.options.minPointLength;l.plotHigh=e=c(i.translate(l.high,0,1,0,1),-d,d),l.plotLow=c(l.plotY,-d,d);var f=e,g=h(l.rectPlotY,l.plotY)-e;Math.abs(g)<p?(g+=p-=g,f-=p/2):0>g&&(f-=g*=-1),s?(t=l.barX+o,l.shapeType="arc",l.shapeArgs=n.polarArc(f+g,f,t,t+l.pointWidth)):(u.height=g,u.y=f,p=void 0===(p=u.x)?0:p,u=void 0===(u=u.width)?0:u,l.tooltipPos=a.inverted?[i.len+i.pos-a.plotLeft-f-g/2,r.len+r.pos-a.plotTop-p-u/2,g]:[r.left-a.plotLeft+p+u/2,i.pos-a.plotTop+f+g/2,g])}))},e.prototype.crispCol=function(){return l.crispCol.apply(this,arguments)},e.prototype.drawPoints=function(){return l.drawPoints.apply(this,arguments)},e.prototype.drawTracker=function(){return l.drawTracker.apply(this,arguments)},e.prototype.getColumnMetrics=function(){return l.getColumnMetrics.apply(this,arguments)},e.prototype.pointAttribs=function(){return l.pointAttribs.apply(this,arguments)},e.prototype.adjustForMissingColumns=function(){return l.adjustForMissingColumns.apply(this,arguments)},e.prototype.animate=function(){return l.animate.apply(this,arguments)},e.prototype.translate3dPoints=function(){return l.translate3dPoints.apply(this,arguments)},e.prototype.translate3dShapes=function(){return l.translate3dShapes.apply(this,arguments)},e.defaultOptions=u(s.defaultOptions,a.defaultOptions,p),e}(a),i(o.prototype,{directTouch:!0,trackerGroups:["group","dataLabelsGroup"],drawGraph:e,getSymbol:e,polarArc:function(){return l.polarArc.apply(this,arguments)},pointClass:t}),n.registerSeriesType("columnrange",o),o})),e(t,"Series/ColumnPyramid/ColumnPyramidSeries.js",[t["Series/Column/ColumnSeries.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=t.prototype,o=n.clamp,a=n.merge,s=n.pick;return n=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return i(n,e),n.prototype.translate=function(){var t=this,e=t.chart,n=t.options,i=t.dense=2>t.closestPointRange*t.xAxis.transA;i=t.borderWidth=s(n.borderWidth,i?0:1);var a=t.yAxis,l=n.threshold,d=t.translatedThreshold=a.getThreshold(l),c=s(n.minPointLength,5),u=t.getColumnMetrics(),h=u.width,p=t.barW=Math.max(h,1+2*i),f=t.pointXOffset=u.offset;e.inverted&&(d-=.5),n.pointPadding&&(p=Math.ceil(p)),r.translate.apply(t),t.points.forEach((function(i){var r=s(i.yBottom,d),u=999+Math.abs(r),g=o(i.plotY,-u,a.len+u);u=i.plotX+f;var m,v=p/2,b=Math.min(g,r);r=Math.max(g,r)-b,i.barX=u,i.pointWidth=h,i.tooltipPos=e.inverted?[a.len+a.pos-e.plotLeft-g,t.xAxis.len-u-v,r]:[u+v,g+a.pos-e.plotTop,r],g=l+(i.total||i.y),"percent"===n.stacking&&(g=l+(0>i.y)?-100:100),g=a.toPixels(g,!0);var y=(m=e.plotHeight-g-(e.plotHeight-d))?v*(b-g)/m:0,x=m?v*(b+r-g)/m:0;m=u-y+v,y=u+y+v;var _=u+x+v;x=u-x+v;var O=b-c,w=b+r;0>i.y&&(O=b,w=b+r+c),e.inverted&&(x=v*(g-((_=a.width-b)-r))/(m=g-(a.width-d)),y=(m=u+v+(y=v*(g-_)/m))-2*y,_=u-x+v,x=u+x+v,O=b,w=b+r-c,0>i.y&&(w=b+r+c)),i.shapeType="path",i.shapeArgs={x:m,y:O,width:y-m,height:r,d:[["M",m,O],["L",y,O],["L",_,w],["L",x,w],["Z"]]}}))},n.defaultOptions=a(t.defaultOptions,{}),n}(t),e.registerSeriesType("columnpyramid",n),n})),e(t,"Series/ErrorBar/ErrorBarSeries.js",[t["Series/BoxPlot/BoxPlotSeries.js"],t["Series/Column/ColumnSeries.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=n.seriesTypes.arearange,a=i.merge;i=i.extend;var s=function(n){function i(){var t=null!==n&&n.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return r(i,n),i.prototype.getColumnMetrics=function(){return this.linkedParent&&this.linkedParent.columnMetrics||e.prototype.getColumnMetrics.call(this)},i.prototype.drawDataLabels=function(){var t=this.pointValKey;o&&(o.prototype.drawDataLabels.call(this),this.data.forEach((function(e){e.y=e[t]})))},i.prototype.toYData=function(t){return[t.low,t.high]},i.defaultOptions=a(t.defaultOptions,{color:"#000000",grouping:!1,linkedTo:":previous",tooltip:{pointFormat:'<span style="color:{point.color}">●</span> {series.name}: <b>{point.low}</b> - <b>{point.high}</b><br/>'},whiskerWidth:null}),i}(t);return i(s.prototype,{pointArrayMap:["low","high"],pointValKey:"high",doQuartiles:!1}),n.registerSeriesType("errorbar",s),s})),e(t,"Series/Gauge/GaugePoint.js",[t["Core/Series/SeriesRegistry.js"]],(function(t){var e=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();return function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.options=void 0,e.series=void 0,e.shapeArgs=void 0,e}return e(n,t),n.prototype.setState=function(t){this.state=t},n}(t.series.prototype.pointClass)})),e(t,"Series/Gauge/GaugeSeries.js",[t["Series/Gauge/GaugePoint.js"],t["Core/Globals.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();e=e.noop;var o=n.series,a=n.seriesTypes.column,s=i.clamp,l=i.isNumber,d=i.extend,c=i.merge,u=i.pick,h=i.pInt;return d((i=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.points=void 0,e.options=void 0,e.yAxis=void 0,e}return r(e,t),e.prototype.translate=function(){var t=this.yAxis,e=this.options,n=t.center;this.generatePoints(),this.points.forEach((function(i){var r=c(e.dial,i.dial),o=h(u(r.radius,"80%"))*n[2]/200,a=h(u(r.baseLength,"70%"))*o/100,d=h(u(r.rearLength,"10%"))*o/100,p=r.baseWidth||3,f=r.topWidth||1,g=e.overshoot,m=t.startAngleRad+t.translate(i.y,null,null,null,!0);(l(g)||!1===e.wrap)&&(g=l(g)?g/180*Math.PI:0,m=s(m,t.startAngleRad-g,t.endAngleRad+g)),m=180*m/Math.PI,i.shapeType="path",i.shapeArgs={d:r.path||[["M",-d,-p/2],["L",a,-p/2],["L",o,-f/2],["L",o,f/2],["L",a,p/2],["L",-d,p/2],["Z"]],translateX:n[0],translateY:n[1],rotation:m},i.plotX=n[0],i.plotY=n[1]}))},e.prototype.drawPoints=function(){var t=this,e=t.chart,n=t.yAxis.center,i=t.pivot,r=t.options,o=r.pivot,a=e.renderer;t.points.forEach((function(n){var i=n.graphic,o=n.shapeArgs,s=o.d,l=c(r.dial,n.dial);i?(i.animate(o),o.d=s):n.graphic=a[n.shapeType](o).attr({rotation:o.rotation,zIndex:1}).addClass("highcharts-dial").add(t.group),e.styledMode||n.graphic[i?"animate":"attr"]({stroke:l.borderColor||"none","stroke-width":l.borderWidth||0,fill:l.backgroundColor||"#000000"})})),i?i.animate({translateX:n[0],translateY:n[1]}):(t.pivot=a.circle(0,0,u(o.radius,5)).attr({zIndex:2}).addClass("highcharts-pivot").translate(n[0],n[1]).add(t.group),e.styledMode||t.pivot.attr({"stroke-width":o.borderWidth||0,stroke:o.borderColor||"#cccccc",fill:o.backgroundColor||"#000000"}))},e.prototype.animate=function(t){var e=this;t||e.points.forEach((function(t){var n=t.graphic;n&&(n.attr({rotation:180*e.yAxis.startAngleRad/Math.PI}),n.animate({rotation:t.shapeArgs.rotation},e.options.animation))}))},e.prototype.render=function(){this.group=this.plotGroup("group","series",this.visible?"visible":"hidden",this.options.zIndex,this.chart.seriesGroup),o.prototype.render.call(this),this.group.clip(this.chart.clipRect)},e.prototype.setData=function(t,e){o.prototype.setData.call(this,t,!1),this.processData(),this.generatePoints(),u(e,!0)&&this.chart.redraw()},e.prototype.hasData=function(){return!!this.points.length},e.defaultOptions=c(o.defaultOptions,{dataLabels:{borderColor:"#cccccc",borderRadius:3,borderWidth:1,crop:!1,defer:!1,enabled:!0,verticalAlign:"top",y:15,zIndex:2},dial:{},pivot:{},tooltip:{headerFormat:""},showInLegend:!1}),e}(o)).prototype,{angular:!0,directTouch:!0,drawGraph:e,drawTracker:a.prototype.drawTracker,fixedBox:!0,forceDL:!0,noSharedTooltip:!0,pointClass:t,trackerGroups:["group","dataLabelsGroup"]}),n.registerSeriesType("gauge",i),i})),e(t,"Series/PackedBubble/PackedBubblePoint.js",[t["Core/Chart/Chart.js"],t["Core/Series/Point.js"],t["Core/Series/SeriesRegistry.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();return function(n){function r(){var t=null!==n&&n.apply(this,arguments)||this;return t.degree=NaN,t.mass=NaN,t.radius=NaN,t.options=void 0,t.series=void 0,t.value=null,t}return i(r,n),r.prototype.destroy=function(){return this.series.layout&&this.series.layout.removeElementFromCollection(this,this.series.layout.nodes),e.prototype.destroy.apply(this,arguments)},r.prototype.firePointEvent=function(){var t=this.series.options;if(this.isParentNode&&t.parentNode){var n=t.allowPointSelect;t.allowPointSelect=t.parentNode.allowPointSelect,e.prototype.firePointEvent.apply(this,arguments),t.allowPointSelect=n}else e.prototype.firePointEvent.apply(this,arguments)},r.prototype.select=function(){var n=this.series.chart;this.isParentNode?(n.getSelectedPoints=n.getSelectedParentNodes,e.prototype.select.apply(this,arguments),n.getSelectedPoints=t.prototype.getSelectedPoints):e.prototype.select.apply(this,arguments)},r}(n.seriesTypes.bubble.prototype.pointClass)})),e(t,"Series/Networkgraph/DraggableNodes.js",[t["Core/Chart/Chart.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=n.addEvent;e.dragNodesMixin={onMouseDown:function(t,e){e=this.chart.pointer.normalize(e),t.fixedPosition={chartX:e.chartX,chartY:e.chartY,plotX:t.plotX,plotY:t.plotY},t.inDragMode=!0},onMouseMove:function(t,e){if(t.fixedPosition&&t.inDragMode){var n=this.chart,i=n.pointer.normalize(e);e=t.fixedPosition.chartX-i.chartX,i=t.fixedPosition.chartY-i.chartY;var r=void 0,o=void 0,a=n.graphLayoutsLookup;(5<Math.abs(e)||5<Math.abs(i))&&(r=t.fixedPosition.plotX-e,o=t.fixedPosition.plotY-i,n.isInsidePlot(r,o)&&(t.plotX=r,t.plotY=o,t.hasDragged=!0,this.redrawHalo(t),a.forEach((function(t){t.restartSimulation()}))))}},onMouseUp:function(t,e){t.fixedPosition&&(t.hasDragged&&(this.layout.enableSimulation?this.layout.start():this.chart.redraw()),t.inDragMode=t.hasDragged=!1,this.options.fixedDraggable||delete t.fixedPosition)},redrawHalo:function(t){t&&this.halo&&this.halo.attr({d:t.haloPath(this.options.states.hover.halo.size)})}},i(t,"load",(function(){var t,e,n,r=this;r.container&&(t=i(r.container,"mousedown",(function(t){var o=r.hoverPoint;o&&o.series&&o.series.hasDraggableNodes&&o.series.options.draggable&&(o.series.onMouseDown(o,t),e=i(r.container,"mousemove",(function(t){return o&&o.series&&o.series.onMouseMove(o,t)})),n=i(r.container.ownerDocument,"mouseup",(function(t){return e(),n(),o&&o.series&&o.series.onMouseUp(o,t)})))}))),i(r,"destroy",(function(){t()}))}))})),e(t,"Series/Networkgraph/Integrations.js",[t["Core/Globals.js"]],(function(t){t.networkgraphIntegrations={verlet:{attractiveForceFunction:function(t,e){return(e-t)/t},repulsiveForceFunction:function(t,e){return(e-t)/t*(e>t?1:0)},barycenter:function(){var t=this.options.gravitationalConstant,e=this.barycenter.xFactor,n=this.barycenter.yFactor;e=(e-(this.box.left+this.box.width)/2)*t,n=(n-(this.box.top+this.box.height)/2)*t,this.nodes.forEach((function(t){t.fixedPosition||(t.plotX-=e/t.mass/t.degree,t.plotY-=n/t.mass/t.degree)}))},repulsive:function(t,e,n){e=e*this.diffTemperature/t.mass/t.degree,t.fixedPosition||(t.plotX+=n.x*e,t.plotY+=n.y*e)},attractive:function(t,e,n){var i=t.getMass(),r=-n.x*e*this.diffTemperature;e=-n.y*e*this.diffTemperature,t.fromNode.fixedPosition||(t.fromNode.plotX-=r*i.fromNode/t.fromNode.degree,t.fromNode.plotY-=e*i.fromNode/t.fromNode.degree),t.toNode.fixedPosition||(t.toNode.plotX+=r*i.toNode/t.toNode.degree,t.toNode.plotY+=e*i.toNode/t.toNode.degree)},integrate:function(t,e){var n=-t.options.friction,i=t.options.maxSpeed,r=(e.plotX+e.dispX-e.prevX)*n;n*=e.plotY+e.dispY-e.prevY;var o=Math.abs,a=o(r)/(r||1);o=o(n)/(n||1),r=a*Math.min(i,Math.abs(r)),n=o*Math.min(i,Math.abs(n)),e.prevX=e.plotX+e.dispX,e.prevY=e.plotY+e.dispY,e.plotX+=r,e.plotY+=n,e.temperature=t.vectorLength({x:r,y:n})},getK:function(t){return Math.pow(t.box.width*t.box.height/t.nodes.length,.5)}},euler:{attractiveForceFunction:function(t,e){return t*t/e},repulsiveForceFunction:function(t,e){return e*e/t},barycenter:function(){var t=this.options.gravitationalConstant,e=this.barycenter.xFactor,n=this.barycenter.yFactor;this.nodes.forEach((function(i){if(!i.fixedPosition){var r=i.getDegree();r*=1+r/2,i.dispX+=(e-i.plotX)*t*r/i.degree,i.dispY+=(n-i.plotY)*t*r/i.degree}}))},repulsive:function(t,e,n,i){t.dispX+=n.x/i*e/t.degree,t.dispY+=n.y/i*e/t.degree},attractive:function(t,e,n,i){var r=t.getMass(),o=n.x/i*e;e*=n.y/i,t.fromNode.fixedPosition||(t.fromNode.dispX-=o*r.fromNode/t.fromNode.degree,t.fromNode.dispY-=e*r.fromNode/t.fromNode.degree),t.toNode.fixedPosition||(t.toNode.dispX+=o*r.toNode/t.toNode.degree,t.toNode.dispY+=e*r.toNode/t.toNode.degree)},integrate:function(t,e){e.dispX+=e.dispX*t.options.friction,e.dispY+=e.dispY*t.options.friction;var n=e.temperature=t.vectorLength({x:e.dispX,y:e.dispY});0!==n&&(e.plotX+=e.dispX/n*Math.min(Math.abs(e.dispX),t.temperature),e.plotY+=e.dispY/n*Math.min(Math.abs(e.dispY),t.temperature))},getK:function(t){return Math.pow(t.box.width*t.box.height/t.nodes.length,.3)}}}})),e(t,"Series/Networkgraph/QuadTree.js",[t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e){e=e.extend;var n=t.QuadTreeNode=function(t){this.box=t,this.boxSize=Math.min(t.width,t.height),this.nodes=[],this.body=this.isInternal=!1,this.isEmpty=!0};e(n.prototype,{insert:function(t,e){this.isInternal?this.nodes[this.getBoxPosition(t)].insert(t,e-1):(this.isEmpty=!1,this.body?e?(this.isInternal=!0,this.divideBox(),!0!==this.body&&(this.nodes[this.getBoxPosition(this.body)].insert(this.body,e-1),this.body=!0),this.nodes[this.getBoxPosition(t)].insert(t,e-1)):((e=new n({top:t.plotX,left:t.plotY,width:.1,height:.1})).body=t,e.isInternal=!1,this.nodes.push(e)):(this.isInternal=!1,this.body=t))},updateMassAndCenter:function(){var t=0,e=0,n=0;this.isInternal?(this.nodes.forEach((function(i){i.isEmpty||(t+=i.mass,e+=i.plotX*i.mass,n+=i.plotY*i.mass)})),e/=t,n/=t):this.body&&(t=this.body.mass,e=this.body.plotX,n=this.body.plotY),this.mass=t,this.plotX=e,this.plotY=n},divideBox:function(){var t=this.box.width/2,e=this.box.height/2;this.nodes[0]=new n({left:this.box.left,top:this.box.top,width:t,height:e}),this.nodes[1]=new n({left:this.box.left+t,top:this.box.top,width:t,height:e}),this.nodes[2]=new n({left:this.box.left+t,top:this.box.top+e,width:t,height:e}),this.nodes[3]=new n({left:this.box.left,top:this.box.top+e,width:t,height:e})},getBoxPosition:function(t){var e=t.plotY<this.box.top+this.box.height/2;return t.plotX<this.box.left+this.box.width/2?e?0:3:e?1:2}}),e((t=t.QuadTree=function(t,e,i,r){this.box={left:t,top:e,width:i,height:r},this.maxDepth=25,this.root=new n(this.box,"0"),this.root.isInternal=!0,this.root.isRoot=!0,this.root.divideBox()}).prototype,{insertNodes:function(t){t.forEach((function(t){this.root.insert(t,this.maxDepth)}),this)},visitNodeRecursive:function(t,e,n){var i;t||(t=this.root),t===this.root&&e&&(i=e(t)),!1!==i&&(t.nodes.forEach((function(t){if(t.isInternal){if(e&&(i=e(t)),!1===i)return;this.visitNodeRecursive(t,e,n)}else t.body&&e&&e(t.body);n&&n(t)}),this),t===this.root&&n&&n(t))},calculateMassAndCenter:function(){this.visitNodeRecursive(null,null,(function(t){t.updateMassAndCenter()}))}})})),e(t,"Series/Networkgraph/Layouts.js",[t["Core/Chart/Chart.js"],t["Core/Animation/AnimationUtilities.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=e.setAnimation;e=i.addEvent;var o=i.clamp,a=i.defined,s=i.extend,l=i.isFunction,d=i.pick;n.layouts={"reingold-fruchterman":function(){}},s(n.layouts["reingold-fruchterman"].prototype,{init:function(t){this.options=t,this.nodes=[],this.links=[],this.series=[],this.box={x:0,y:0,width:0,height:0},this.setInitialRendering(!0),this.integration=n.networkgraphIntegrations[t.integration],this.enableSimulation=t.enableSimulation,this.attractiveForce=d(t.attractiveForce,this.integration.attractiveForceFunction),this.repulsiveForce=d(t.repulsiveForce,this.integration.repulsiveForceFunction),this.approximation=t.approximation},updateSimulation:function(t){this.enableSimulation=d(t,this.options.enableSimulation)},start:function(){var t=this.series,e=this.options;this.currentStep=0,this.forces=t[0]&&t[0].forces||[],this.chart=t[0]&&t[0].chart,this.initialRendering&&(this.initPositions(),t.forEach((function(t){t.finishedAnimating=!0,t.render()}))),this.setK(),this.resetSimulation(e),this.enableSimulation&&this.step()},step:function(){var t=this,e=this.series;t.currentStep++,"barnes-hut"===t.approximation&&(t.createQuadTree(),t.quadTree.calculateMassAndCenter()),t.forces.forEach((function(e){t[e+"Forces"](t.temperature)})),t.applyLimits(t.temperature),t.temperature=t.coolDown(t.startTemperature,t.diffTemperature,t.currentStep),t.prevSystemTemperature=t.systemTemperature,t.systemTemperature=t.getSystemTemperature(),t.enableSimulation&&(e.forEach((function(t){t.chart&&t.render()})),t.maxIterations--&&isFinite(t.temperature)&&!t.isStable()?(t.simulation&&n.win.cancelAnimationFrame(t.simulation),t.simulation=n.win.requestAnimationFrame((function(){t.step()}))):t.simulation=!1)},stop:function(){this.simulation&&n.win.cancelAnimationFrame(this.simulation)},setArea:function(t,e,n,i){this.box={left:t,top:e,width:n,height:i}},setK:function(){this.k=this.options.linkLength||this.integration.getK(this)},addElementsToCollection:function(t,e){t.forEach((function(t){-1===e.indexOf(t)&&e.push(t)}))},removeElementFromCollection:function(t,e){-1!==(t=e.indexOf(t))&&e.splice(t,1)},clear:function(){this.nodes.length=0,this.links.length=0,this.series.length=0,this.resetSimulation()},resetSimulation:function(){this.forcedStop=!1,this.systemTemperature=0,this.setMaxIterations(),this.setTemperature(),this.setDiffTemperature()},restartSimulation:function(){this.simulation?this.resetSimulation():(this.setInitialRendering(!1),this.enableSimulation?this.start():this.setMaxIterations(1),this.chart&&this.chart.redraw(),this.setInitialRendering(!0))},setMaxIterations:function(t){this.maxIterations=d(t,this.options.maxIterations)},setTemperature:function(){this.temperature=this.startTemperature=Math.sqrt(this.nodes.length)},setDiffTemperature:function(){this.diffTemperature=this.startTemperature/(this.options.maxIterations+1)},setInitialRendering:function(t){this.initialRendering=t},createQuadTree:function(){this.quadTree=new n.QuadTree(this.box.left,this.box.top,this.box.width,this.box.height),this.quadTree.insertNodes(this.nodes)},initPositions:function(){var t=this.options.initialPositions;l(t)?(t.call(this),this.nodes.forEach((function(t){a(t.prevX)||(t.prevX=t.plotX),a(t.prevY)||(t.prevY=t.plotY),t.dispX=0,t.dispY=0}))):"circle"===t?this.setCircularPositions():this.setRandomPositions()},setCircularPositions:function(){var t=this.box,e=this.nodes,n=2*Math.PI/(e.length+1),i=e.filter((function(t){return 0===t.linksTo.length})),r=[],o={},a=this.options.initialPositionRadius;i.forEach((function(t){r.push(t),function t(e){e.linksFrom.forEach((function(e){o[e.toNode.id]||(o[e.toNode.id]=!0,r.push(e.toNode),t(e.toNode))}))}(t)})),r.length?e.forEach((function(t){-1===r.indexOf(t)&&r.push(t)})):r=e,r.forEach((function(e,i){e.plotX=e.prevX=d(e.plotX,t.width/2+a*Math.cos(i*n)),e.plotY=e.prevY=d(e.plotY,t.height/2+a*Math.sin(i*n)),e.dispX=0,e.dispY=0}))},setRandomPositions:function(){function t(t){return(t=t*t/Math.PI)-Math.floor(t)}var e=this.box,n=this.nodes,i=n.length+1;n.forEach((function(n,r){n.plotX=n.prevX=d(n.plotX,e.width*t(r)),n.plotY=n.prevY=d(n.plotY,e.height*t(i+r)),n.dispX=0,n.dispY=0}))},force:function(t){this.integration[t].apply(this,Array.prototype.slice.call(arguments,1))},barycenterForces:function(){this.getBarycenter(),this.force("barycenter")},getBarycenter:function(){var t=0,e=0,n=0;return this.nodes.forEach((function(i){e+=i.plotX*i.mass,n+=i.plotY*i.mass,t+=i.mass})),this.barycenter={x:e,y:n,xFactor:e/t,yFactor:n/t}},barnesHutApproximation:function(t,e){var n=this.getDistXY(t,e),i=this.vectorLength(n);if(t!==e&&0!==i)if(e.isInternal)if(e.boxSize/i<this.options.theta&&0!==i){var r=this.repulsiveForce(i,this.k);this.force("repulsive",t,r*e.mass,n,i);var o=!1}else o=!0;else r=this.repulsiveForce(i,this.k),this.force("repulsive",t,r*e.mass,n,i);return o},repulsiveForces:function(){var t=this;"barnes-hut"===t.approximation?t.nodes.forEach((function(e){t.quadTree.visitNodeRecursive(null,(function(n){return t.barnesHutApproximation(e,n)}))})):t.nodes.forEach((function(e){t.nodes.forEach((function(n){if(e!==n&&!e.fixedPosition){var i=t.getDistXY(e,n),r=t.vectorLength(i);if(0!==r){var o=t.repulsiveForce(r,t.k);t.force("repulsive",e,o*n.mass,i,r)}}}))}))},attractiveForces:function(){var t,e,n,i=this;i.links.forEach((function(r){r.fromNode&&r.toNode&&(t=i.getDistXY(r.fromNode,r.toNode),0!==(e=i.vectorLength(t))&&(n=i.attractiveForce(e,i.k),i.force("attractive",r,n,t,e)))}))},applyLimits:function(){var t=this;t.nodes.forEach((function(e){e.fixedPosition||(t.integration.integrate(t,e),t.applyLimitBox(e,t.box),e.dispX=0,e.dispY=0)}))},applyLimitBox:function(t,e){var n=t.radius;t.plotX=o(t.plotX,e.left+n,e.width-n),t.plotY=o(t.plotY,e.top+n,e.height-n)},coolDown:function(t,e,n){return t-e*n},isStable:function(){return 1e-5>Math.abs(this.systemTemperature-this.prevSystemTemperature)||0>=this.temperature},getSystemTemperature:function(){return this.nodes.reduce((function(t,e){return t+e.temperature}),0)},vectorLength:function(t){return Math.sqrt(t.x*t.x+t.y*t.y)},getDistR:function(t,e){return t=this.getDistXY(t,e),this.vectorLength(t)},getDistXY:function(t,e){var n=t.plotX-e.plotX;return{x:n,y:t=t.plotY-e.plotY,absX:Math.abs(n),absY:Math.abs(t)}}}),e(t,"predraw",(function(){this.graphLayoutsLookup&&this.graphLayoutsLookup.forEach((function(t){t.stop()}))})),e(t,"render",(function(){function t(t){t.maxIterations--&&isFinite(t.temperature)&&!t.isStable()&&!t.enableSimulation&&(t.beforeStep&&t.beforeStep(),t.step(),n=!1,e=!0)}var e=!1;if(this.graphLayoutsLookup){for(r(!1,this),this.graphLayoutsLookup.forEach((function(t){t.start()}));!n;){var n=!0;this.graphLayoutsLookup.forEach(t)}e&&this.series.forEach((function(t){t&&t.layout&&t.render()}))}})),e(t,"beforePrint",(function(){this.graphLayoutsLookup&&(this.graphLayoutsLookup.forEach((function(t){t.updateSimulation(!1)})),this.redraw())})),e(t,"afterPrint",(function(){this.graphLayoutsLookup&&this.graphLayoutsLookup.forEach((function(t){t.updateSimulation()})),this.redraw()}))})),e(t,"Series/PackedBubble/PackedBubbleComposition.js",[t["Core/Chart/Chart.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=e.layouts["reingold-fruchterman"],r=n.addEvent,o=n.extendClass,a=n.pick;t.prototype.getSelectedParentNodes=function(){var t=[];return this.series.forEach((function(e){e.parentNode&&e.parentNode.selected&&t.push(e.parentNode)})),t},e.networkgraphIntegrations.packedbubble={repulsiveForceFunction:function(t,e,n,i){return Math.min(t,(n.marker.radius+i.marker.radius)/2)},barycenter:function(){var t,e,n=this,i=n.options.gravitationalConstant,r=n.box,o=n.nodes;o.forEach((function(a){n.options.splitSeries&&!a.isParentNode?(t=a.series.parentNode.plotX,e=a.series.parentNode.plotY):(t=r.width/2,e=r.height/2),a.fixedPosition||(a.plotX-=(a.plotX-t)*i/(a.mass*Math.sqrt(o.length)),a.plotY-=(a.plotY-e)*i/(a.mass*Math.sqrt(o.length)))}))},repulsive:function(t,e,n,i){var r=e*this.diffTemperature/t.mass/t.degree;e=n.x*r,n=n.y*r,t.fixedPosition||(t.plotX+=e,t.plotY+=n),i.fixedPosition||(i.plotX-=e,i.plotY-=n)},integrate:e.networkgraphIntegrations.verlet.integrate,getK:e.noop},e.layouts.packedbubble=o(i,{beforeStep:function(){this.options.marker&&this.series.forEach((function(t){t&&t.calculateParentRadius()}))},isStable:function(){var t=Math.abs(this.prevSystemTemperature-this.systemTemperature);return 1>Math.abs(10*this.systemTemperature/Math.sqrt(this.nodes.length))&&1e-5>t||0>=this.temperature},setCircularPositions:function(){var t,e,n=this,i=n.box,r=n.nodes,o=2*Math.PI/(r.length+1),s=n.options.initialPositionRadius;r.forEach((function(r,l){n.options.splitSeries&&!r.isParentNode?(t=r.series.parentNode.plotX,e=r.series.parentNode.plotY):(t=i.width/2,e=i.height/2),r.plotX=r.prevX=a(r.plotX,t+s*Math.cos(r.index||l*o)),r.plotY=r.prevY=a(r.plotY,e+s*Math.sin(r.index||l*o)),r.dispX=0,r.dispY=0}))},repulsiveForces:function(){var t,e,n,i=this,r=i.options.bubblePadding;i.nodes.forEach((function(o){o.degree=o.mass,o.neighbours=0,i.nodes.forEach((function(a){t=0,o===a||o.fixedPosition||!i.options.seriesInteraction&&o.series!==a.series||(n=i.getDistXY(o,a),0>(e=i.vectorLength(n)-(o.marker.radius+a.marker.radius+r))&&(o.degree+=.01,o.neighbours++,t=i.repulsiveForce(-e/Math.sqrt(o.neighbours),i.k,o,a)),i.force("repulsive",o,t*a.mass,n,a,e))}))}))},applyLimitBox:function(t){if(this.options.splitSeries&&!t.isParentNode&&this.options.parentNodeLimit){var e=this.getDistXY(t,t.series.parentNode),n=t.series.parentNodeRadius-t.marker.radius-this.vectorLength(e);0>n&&n>-2*t.marker.radius&&(t.plotX-=.01*e.x,t.plotY-=.01*e.y)}i.prototype.applyLimitBox.apply(this,arguments)}}),r(t,"beforeRedraw",(function(){this.allDataPoints&&delete this.allDataPoints}))})),e(t,"Series/PackedBubble/PackedBubbleSeries.js",[t["Core/Color/Color.js"],t["Core/Globals.js"],t["Series/PackedBubble/PackedBubblePoint.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r){var o=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),a=t.parse,s=i.series,l=i.seriesTypes.bubble,d=r.addEvent,c=r.clamp,u=r.defined,h=r.extend,p=r.fireEvent,f=r.isArray,g=r.isNumber,m=r.merge,v=r.pick,b=e.dragNodesMixin;return t=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.chart=void 0,e.data=void 0,e.layout=void 0,e.options=void 0,e.points=void 0,e.xData=void 0,e}return o(n,t),n.prototype.accumulateAllPoints=function(t){var e,n,i=t.chart,r=[];for(e=0;e<i.series.length;e++)if((t=i.series[e]).is("packedbubble")&&t.visible||!i.options.chart.ignoreHiddenSeries)for(n=0;n<t.yData.length;n++)r.push([null,null,t.yData[n],t.index,n,{id:n,marker:{radius:0}}]);return r},n.prototype.addLayout=function(){var t=this.options.layoutAlgorithm,n=this.chart.graphLayoutsStorage,i=this.chart.graphLayoutsLookup,r=this.chart.options.chart;n||(this.chart.graphLayoutsStorage=n={},this.chart.graphLayoutsLookup=i=[]);var o=n[t.type];o||(t.enableSimulation=u(r.forExport)?!r.forExport:t.enableSimulation,n[t.type]=o=new e.layouts[t.type],o.init(t),i.splice(o.index,0,o)),this.layout=o,this.points.forEach((function(t){t.mass=2,t.degree=1,t.collisionNmb=1})),o.setArea(0,0,this.chart.plotWidth,this.chart.plotHeight),o.addElementsToCollection([this],o.series),o.addElementsToCollection(this.points,o.nodes)},n.prototype.addSeriesLayout=function(){var t=this.options.layoutAlgorithm,n=this.chart.graphLayoutsStorage,i=this.chart.graphLayoutsLookup,r=m(t,t.parentNodeOptions,{enableSimulation:this.layout.options.enableSimulation}),o=n[t.type+"-series"];o||(n[t.type+"-series"]=o=new e.layouts[t.type],o.init(r),i.splice(o.index,0,o)),this.parentNodeLayout=o,this.createParentNodes()},n.prototype.calculateParentRadius=function(){var t=this.seriesBox();this.parentNodeRadius=c(Math.sqrt(2*this.parentNodeMass/Math.PI)+20,20,t?Math.max(Math.sqrt(Math.pow(t.width,2)+Math.pow(t.height,2))/2+20,20):Math.sqrt(2*this.parentNodeMass/Math.PI)+20),this.parentNode&&(this.parentNode.marker.radius=this.parentNode.radius=this.parentNodeRadius)},n.prototype.calculateZExtremes=function(){var t=this.options.zMin,e=this.options.zMax,n=1/0,i=-1/0;return t&&e?[t,e]:(this.chart.series.forEach((function(t){t.yData.forEach((function(t){u(t)&&(t>i&&(i=t),t<n&&(n=t))}))})),[t=v(t,n),e=v(e,i)])},n.prototype.checkOverlap=function(t,e){var n=t[0]-e[0],i=t[1]-e[1];return-.001>Math.sqrt(n*n+i*i)-Math.abs(t[2]+e[2])},n.prototype.createParentNodes=function(){var t,e=this,n=e.chart,i=e.parentNodeLayout,r=e.parentNode,o=e.pointClass,s=e.layout.options,l={radius:e.parentNodeRadius,lineColor:e.color,fillColor:a(e.color).brighten(.4).get()};s.parentNodeOptions&&(l=m(s.parentNodeOptions.marker||{},l)),e.parentNodeMass=0,e.points.forEach((function(t){e.parentNodeMass+=Math.PI*Math.pow(t.marker.radius,2)})),e.calculateParentRadius(),i.nodes.forEach((function(n){n.seriesIndex===e.index&&(t=!0)})),i.setArea(0,0,n.plotWidth,n.plotHeight),t||(r||(r=(new o).init(this,{mass:e.parentNodeRadius/2,marker:l,dataLabels:{inside:!1},states:{normal:{marker:l},hover:{marker:l}},dataLabelOnNull:!0,degree:e.parentNodeRadius,isParentNode:!0,seriesIndex:e.index})),e.parentNode&&(r.plotX=e.parentNode.plotX,r.plotY=e.parentNode.plotY),e.parentNode=r,i.addElementsToCollection([e],i.series),i.addElementsToCollection([r],i.nodes))},n.prototype.deferLayout=function(){var t=this.options.layoutAlgorithm;this.visible&&(this.addLayout(),t.splitSeries&&this.addSeriesLayout())},n.prototype.destroy=function(){this.chart.graphLayoutsLookup&&this.chart.graphLayoutsLookup.forEach((function(t){t.removeElementFromCollection(this,t.series)}),this),this.parentNode&&this.parentNodeLayout&&(this.parentNodeLayout.removeElementFromCollection(this.parentNode,this.parentNodeLayout.nodes),this.parentNode.dataLabel&&(this.parentNode.dataLabel=this.parentNode.dataLabel.destroy())),s.prototype.destroy.apply(this,arguments)},n.prototype.drawDataLabels=function(){var t=this.options.dataLabels.textPath,e=this.points;s.prototype.drawDataLabels.apply(this,arguments),this.parentNode&&(this.parentNode.formatPrefix="parentNode",this.points=[this.parentNode],this.options.dataLabels.textPath=this.options.dataLabels.parentNodeTextPath,s.prototype.drawDataLabels.apply(this,arguments),this.points=e,this.options.dataLabels.textPath=t)},n.prototype.drawGraph=function(){if(this.layout&&this.layout.options.splitSeries){var t=this.chart,e=this.layout.options.parentNodeOptions.marker,n={fill:e.fillColor||a(this.color).brighten(.4).get(),opacity:e.fillOpacity,stroke:e.lineColor||this.color,"stroke-width":v(e.lineWidth,this.options.lineWidth)};this.parentNodesGroup||(this.parentNodesGroup=this.plotGroup("parentNodesGroup","parentNode",this.visible?"inherit":"hidden",.1,t.seriesGroup),this.group.attr({zIndex:2})),this.calculateParentRadius(),e=m({x:this.parentNode.plotX-this.parentNodeRadius,y:this.parentNode.plotY-this.parentNodeRadius,width:2*this.parentNodeRadius,height:2*this.parentNodeRadius},n),this.parentNode.graphic||(this.graph=this.parentNode.graphic=t.renderer.symbol(n.symbol).add(this.parentNodesGroup)),this.parentNode.graphic.attr(e)}},n.prototype.drawTracker=function(){var e=this.parentNode;if(t.prototype.drawTracker.call(this),e){var n=f(e.dataLabels)?e.dataLabels:e.dataLabel?[e.dataLabel]:[];e.graphic&&(e.graphic.element.point=e),n.forEach((function(t){t.div?t.div.point=e:t.element.point=e}))}},n.prototype.getPointRadius=function(){var t,e,n,i,r=this,o=r.chart,a=r.options,s=a.useSimulation,l=Math.min(o.plotWidth,o.plotHeight),d={},u=[],h=o.allDataPoints;["minSize","maxSize"].forEach((function(t){var e=parseInt(a[t],10),n=/%$/.test(a[t]);d[t]=n?l*e/100:e*Math.sqrt(h.length)})),o.minRadius=t=d.minSize/Math.sqrt(h.length),o.maxRadius=e=d.maxSize/Math.sqrt(h.length);var p=s?r.calculateZExtremes():[t,e];(h||[]).forEach((function(o,a){n=s?c(o[2],p[0],p[1]):o[2],0===(i=r.getRadius(p[0],p[1],t,e,n))&&(i=null),h[a][2]=i,u.push(i)})),r.radii=u},n.prototype.init=function(){return s.prototype.init.apply(this,arguments),this.eventsToUnbind.push(d(this,"updatedData",(function(){this.chart.series.forEach((function(t){t.type===this.type&&(t.isDirty=!0)}),this)}))),this},n.prototype.onMouseUp=function(t){if(t.fixedPosition&&!t.removed){var e,n=this.layout,i=this.parentNodeLayout;i&&n.options.dragBetweenSeries&&i.nodes.forEach((function(i){t&&t.marker&&i!==t.series.parentNode&&(e=n.getDistXY(t,i),0>n.vectorLength(e)-i.marker.radius-t.marker.radius&&(i.series.addPoint(m(t.options,{plotX:t.plotX,plotY:t.plotY}),!1),n.removeElementFromCollection(t,n.nodes),t.remove()))})),b.onMouseUp.apply(this,arguments)}},n.prototype.placeBubbles=function(t){var e,n=this.checkOverlap,i=this.positionBubble,r=[],o=1,a=0,s=0,l=[];if((t=t.sort((function(t,e){return e[2]-t[2]}))).length){if(r.push([[0,0,t[0][2],t[0][3],t[0][4]]]),1<t.length)for(r.push([[0,0-t[1][2]-t[0][2],t[1][2],t[1][3],t[1][4]]]),e=2;e<t.length;e++)t[e][2]=t[e][2]||1,n(l=i(r[o][a],r[o-1][s],t[e]),r[o][0])?(r.push([]),s=0,r[o+1].push(i(r[o][a],r[o][0],t[e])),o++,a=0):1<o&&r[o-1][s+1]&&n(l,r[o-1][s+1])?(s++,r[o].push(i(r[o][a],r[o-1][s],t[e])),a++):(a++,r[o].push(l));this.chart.stages=r,this.chart.rawPositions=[].concat.apply([],r),this.resizeRadius(),l=this.chart.rawPositions}return l},n.prototype.pointAttribs=function(t,e){var n=this.options,i=n.marker;return t&&t.isParentNode&&n.layoutAlgorithm&&n.layoutAlgorithm.parentNodeOptions&&(i=n.layoutAlgorithm.parentNodeOptions.marker),n=i.fillOpacity,t=s.prototype.pointAttribs.call(this,t,e),1!==n&&(t["fill-opacity"]=n),t},n.prototype.positionBubble=function(t,e,n){var i=Math.sqrt,r=Math.asin,o=Math.acos,a=Math.pow,s=Math.abs;return i=i(a(t[0]-e[0],2)+a(t[1]-e[1],2)),o=o((a(i,2)+a(n[2]+e[2],2)-a(n[2]+t[2],2))/(2*(n[2]+e[2])*i)),r=r(s(t[0]-e[0])/i),t=(0>t[1]-e[1]?0:Math.PI)+o+r*(0>(t[0]-e[0])*(t[1]-e[1])?1:-1),[e[0]+(e[2]+n[2])*Math.sin(t),e[1]-(e[2]+n[2])*Math.cos(t),n[2],n[3],n[4]]},n.prototype.render=function(){var t=[];s.prototype.render.apply(this,arguments),this.options.dataLabels.allowOverlap||(this.data.forEach((function(e){f(e.dataLabels)&&e.dataLabels.forEach((function(e){t.push(e)}))})),this.options.useSimulation&&this.chart.hideOverlappingLabels(t))},n.prototype.resizeRadius=function(){var t,e,n,i=this.chart,r=i.rawPositions,o=Math.min,a=Math.max,s=i.plotLeft,l=i.plotTop,d=i.plotHeight,c=i.plotWidth,u=t=Number.POSITIVE_INFINITY,h=e=Number.NEGATIVE_INFINITY;for(n=0;n<r.length;n++){var p=r[n][2];u=o(u,r[n][0]-p),h=a(h,r[n][0]+p),t=o(t,r[n][1]-p),e=a(e,r[n][1]+p)}if(n=[h-u,e-t],o=o.apply([],[(c-s)/n[0],(d-l)/n[1]]),1e-10<Math.abs(o-1)){for(n=0;n<r.length;n++)r[n][2]*=o;this.placeBubbles(r)}else i.diffY=d/2+l-t-(e-t)/2,i.diffX=c/2+s-u-(h-u)/2},n.prototype.seriesBox=function(){var t,e=this.chart,n=Math.max,i=Math.min,r=[e.plotLeft,e.plotLeft+e.plotWidth,e.plotTop,e.plotTop+e.plotHeight];return this.data.forEach((function(e){u(e.plotX)&&u(e.plotY)&&e.marker.radius&&(t=e.marker.radius,r[0]=i(r[0],e.plotX-t),r[1]=n(r[1],e.plotX+t),r[2]=i(r[2],e.plotY-t),r[3]=n(r[3],e.plotY+t))})),g(r.width/r.height)?r:null},n.prototype.setVisible=function(){var t=this;s.prototype.setVisible.apply(t,arguments),t.parentNodeLayout&&t.graph?t.visible?(t.graph.show(),t.parentNode.dataLabel&&t.parentNode.dataLabel.show()):(t.graph.hide(),t.parentNodeLayout.removeElementFromCollection(t.parentNode,t.parentNodeLayout.nodes),t.parentNode.dataLabel&&t.parentNode.dataLabel.hide()):t.layout&&(t.visible?t.layout.addElementsToCollection(t.points,t.layout.nodes):t.points.forEach((function(e){t.layout.removeElementFromCollection(e,t.layout.nodes)})))},n.prototype.translate=function(){var t,e=this.chart,n=this.data,i=this.index,r=this.options.useSimulation;if(this.processedXData=this.xData,this.generatePoints(),u(e.allDataPoints)||(e.allDataPoints=this.accumulateAllPoints(this),this.getPointRadius()),r)var o=e.allDataPoints;else o=this.placeBubbles(e.allDataPoints),this.options.draggable=!1;for(t=0;t<o.length;t++)if(o[t][3]===i){var a=n[o[t][4]],s=v(o[t][2],void 0);r||(a.plotX=o[t][0]-e.plotLeft+e.diffX,a.plotY=o[t][1]-e.plotTop+e.diffY),g(s)&&(a.marker=h(a.marker,{radius:s,width:2*s,height:2*s}),a.radius=s)}r&&this.deferLayout(),p(this,"afterTranslate")},n.defaultOptions=m(l.defaultOptions,{minSize:"10%",maxSize:"50%",sizeBy:"area",zoneAxis:"y",crisp:!1,tooltip:{pointFormat:"Value: {point.value}"},draggable:!0,useSimulation:!0,parentNode:{allowPointSelect:!1},dataLabels:{formatter:function(){var t=this.series.chart.numberFormatter,e=this.point.value;return g(e)?t(e,-1):""},parentNodeFormatter:function(){return this.name},parentNodeTextPath:{enabled:!0},padding:0,style:{transition:"opacity 2000ms"}},layoutAlgorithm:{initialPositions:"circle",initialPositionRadius:20,bubblePadding:5,parentNodeLimit:!1,seriesInteraction:!0,dragBetweenSeries:!1,parentNodeOptions:{maxIterations:400,gravitationalConstant:.03,maxSpeed:50,initialPositionRadius:100,seriesInteraction:!0,marker:{fillColor:null,fillOpacity:1,lineWidth:null,lineColor:null,symbol:"circle"}},enableSimulation:!0,type:"packedbubble",integration:"packedbubble",maxIterations:1e3,splitSeries:!1,maxSpeed:5,gravitationalConstant:.01,friction:-.981}}),n}(l),h(t.prototype,{alignDataLabel:s.prototype.alignDataLabel,axisTypes:[],directTouch:!0,forces:["barycenter","repulsive"],hasDraggableNodes:!0,isCartesian:!1,noSharedTooltip:!0,onMouseDown:b.onMouseDown,onMouseMove:b.onMouseMove,pointArrayMap:["value"],pointClass:n,pointValKey:"value",redrawHalo:b.redrawHalo,requireSorting:!1,searchPoint:e.noop,trackerGroups:["group","dataLabelsGroup","parentNodesGroup"]}),i.registerSeriesType("packedbubble",t),t})),e(t,"Series/Polygon/PolygonSeries.js",[t["Core/Globals.js"],t["Core/Legend/LegendSymbol.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();t=t.noop;var o=n.series,a=n.seriesTypes,s=a.area,l=a.line,d=a.scatter;a=i.extend;var c=i.merge;return a((i=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return r(e,t),e.prototype.getGraphPath=function(){for(var t=l.prototype.getGraphPath.call(this),e=t.length+1;e--;)(e===t.length||"M"===t[e][0])&&0<e&&t.splice(e,0,["Z"]);return this.areaPath=t},e.prototype.drawGraph=function(){this.options.fillColor=this.color,s.prototype.drawGraph.call(this)},e.defaultOptions=c(d.defaultOptions,{marker:{enabled:!1,states:{hover:{enabled:!1}}},stickyTracking:!1,tooltip:{followPointer:!0,pointFormat:""},trackByArea:!0}),e}(d)).prototype,{type:"polygon",drawLegendSymbol:e.drawRectangle,drawTracker:o.prototype.drawTracker,setStackedPoints:t}),n.registerSeriesType("polygon",i),i})),e(t,"Core/Axis/WaterfallAxis.js",[t["Extensions/Stacking.js"],t["Core/Utilities.js"]],(function(t,e){var n,i=e.addEvent,r=e.objectEach;return function(e){function n(){var t=this.waterfall.stacks;t&&(t.changed=!1,delete t.alreadyChanged)}function o(){var t=this.options.stackLabels;t&&t.enabled&&this.waterfall.stacks&&this.waterfall.renderStackTotals()}function a(){for(var t=this.axes,e=this.series,n=e.length;n--;)e[n].options.stacking&&(t.forEach((function(t){t.isXAxis||(t.waterfall.stacks.changed=!0)})),n=0)}function s(){this.waterfall||(this.waterfall=new l(this))}var l=function(){function e(t){this.axis=t,this.stacks={changed:!1}}return e.prototype.renderStackTotals=function(){var e=this.axis,n=e.waterfall.stacks,i=e.stacking&&e.stacking.stackTotalGroup,o=new t(e,e.options.stackLabels,!1,0,void 0);this.dummyStackItem=o,r(n,(function(e){r(e,(function(e){o.total=e.stackTotal,e.label&&(o.label=e.label),t.prototype.render.call(o,i),e.label=o.label,delete o.label}))})),o.total=null},e}();e.Composition=l,e.compose=function(t,e){i(t,"init",s),i(t,"afterBuildStacks",n),i(t,"afterRender",o),i(e,"beforeRedraw",a)}}(n||(n={})),n})),e(t,"Series/Waterfall/WaterfallPoint.js",[t["Series/Column/ColumnSeries.js"],t["Core/Series/Point.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=n.isNumber;return function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.options=void 0,e.series=void 0,e}return i(n,t),n.prototype.getClassName=function(){var t=e.prototype.getClassName.call(this);return this.isSum?t+=" highcharts-sum":this.isIntermediateSum&&(t+=" highcharts-intermediate-sum"),t},n.prototype.isValid=function(){return r(this.y)||this.isSum||!!this.isIntermediateSum},n}(t.prototype.pointClass)})),e(t,"Series/Waterfall/WaterfallSeries.js",[t["Core/Axis/Axis.js"],t["Core/Chart/Chart.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"],t["Core/Axis/WaterfallAxis.js"],t["Series/Waterfall/WaterfallPoint.js"]],(function(t,e,n,i,r,o){var a=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),s=n.seriesTypes,l=s.column,d=s.line,c=i.arrayMax,u=i.arrayMin,h=i.correctFloat;s=i.extend;var p=i.isNumber,f=i.merge,g=i.objectEach,m=i.pick;return i=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.chart=void 0,e.data=void 0,e.options=void 0,e.points=void 0,e.stackedYNeg=void 0,e.stackedYPos=void 0,e.stackKey=void 0,e.xData=void 0,e.yAxis=void 0,e.yData=void 0,e}return a(e,t),e.prototype.generatePoints=function(){var t;l.prototype.generatePoints.apply(this);var e=0;for(t=this.points.length;e<t;e++){var n=this.points[e],i=this.processedYData[e];(n.isIntermediateSum||n.isSum)&&(n.y=h(i))}},e.prototype.translate=function(){var t=this.options,e=this.yAxis,n=m(t.minPointLength,5),i=n/2,r=t.threshold||0,o=r,a=r;t=t.stacking;var s=e.waterfall.stacks[this.stackKey];l.prototype.translate.apply(this);for(var d=this.points,c=0;c<d.length;c++){var u=d[c],h=this.processedYData[c],f=u.shapeArgs;if(f&&p(h)){var g=[0,h],v=u.y;if(t){if(s){if(g=s[c],"overlap"===t){var b=g.stackState[g.stateIndex--];b=0<=v?b:b-v,Object.hasOwnProperty.call(g,"absolutePos")&&delete g.absolutePos,Object.hasOwnProperty.call(g,"absoluteNeg")&&delete g.absoluteNeg}else 0<=v?(b=g.threshold+g.posTotal,g.posTotal-=v):(b=g.threshold+g.negTotal,g.negTotal-=v,b-=v),!g.posTotal&&Object.hasOwnProperty.call(g,"absolutePos")&&(g.posTotal=g.absolutePos,delete g.absolutePos),!g.negTotal&&Object.hasOwnProperty.call(g,"absoluteNeg")&&(g.negTotal=g.absoluteNeg,delete g.absoluteNeg);u.isSum||(g.connectorThreshold=g.threshold+g.stackTotal),e.reversed?(h=0<=v?b-v:b+v,v=b):(h=b,v=b-v),u.below=h<=r,f.y=e.translate(h,!1,!0,!1,!0)||0,f.height=Math.abs(f.y-(e.translate(v,!1,!0,!1,!0)||0)),(v=e.waterfall.dummyStackItem)&&(v.x=c,v.label=s[c].label,v.setOffset(this.pointXOffset||0,this.barW||0,this.stackedYNeg[c],this.stackedYPos[c]))}}else b=Math.max(o,o+v)+g[0],f.y=e.translate(b,!1,!0,!1,!0)||0,u.isSum?(f.y=e.translate(g[1],!1,!0,!1,!0)||0,f.height=Math.min(e.translate(g[0],!1,!0,!1,!0)||0,e.len)-f.y,u.below=g[1]<=r):u.isIntermediateSum?(0<=v?(h=g[1]+a,v=a):(h=a,v=g[1]+a),e.reversed&&(h^=v,h^=v^=h),f.y=e.translate(h,!1,!0,!1,!0)||0,f.height=Math.abs(f.y-Math.min(e.translate(v,!1,!0,!1,!0)||0,e.len)),a+=g[1],u.below=h<=r):(f.height=0<h?(e.translate(o,!1,!0,!1,!0)||0)-f.y:(e.translate(o,!1,!0,!1,!0)||0)-(e.translate(o-h,!1,!0,!1,!0)||0),o+=h,u.below=o<r),0>f.height&&(f.y+=f.height,f.height*=-1);u.plotY=f.y=Math.round(f.y||0)-this.borderWidth%2/2,f.height=Math.max(Math.round(f.height||0),.001),u.yBottom=f.y+f.height,f.height<=n&&!u.isNull?(f.height=n,f.y-=i,u.plotY=f.y,u.minPointLengthOffset=0>u.y?-i:i):(u.isNull&&(f.width=0),u.minPointLengthOffset=0),v=u.plotY+(u.negative?f.height:0),u.below&&(u.plotY+=f.height),u.tooltipPos&&(this.chart.inverted?u.tooltipPos[0]=e.len-v:u.tooltipPos[1]=v)}}},e.prototype.processData=function(e){var n,i,r,o,a,s=this.options,l=this.yData,d=s.data,c=l.length,u=s.threshold||0;for(a=i=n=r=o=0;a<c;a++){var p=l[a],f=d&&d[a]?d[a]:{};"sum"===p||f.isSum?l[a]=h(i):"intermediateSum"===p||f.isIntermediateSum?(l[a]=h(n),n=0):(i+=p,n+=p),r=Math.min(i,r),o=Math.max(i,o)}t.prototype.processData.call(this,e),s.stacking||(this.dataMin=r+u,this.dataMax=o)},e.prototype.toYData=function(t){return t.isSum?"sum":t.isIntermediateSum?"intermediateSum":t.y},e.prototype.updateParallelArrays=function(e,n){t.prototype.updateParallelArrays.call(this,e,n),"sum"!==this.yData[0]&&"intermediateSum"!==this.yData[0]||(this.yData[0]=null)},e.prototype.pointAttribs=function(t,e){var n=this.options.upColor;return n&&!t.options.color&&(t.color=0<t.y?n:null),delete(t=l.prototype.pointAttribs.call(this,t,e)).dashstyle,t},e.prototype.getGraphPath=function(){return[["M",0,0]]},e.prototype.getCrispPath=function(){var t,e=this.data,n=this.yAxis,i=e.length,r=Math.round(this.graph.strokeWidth())%2/2,o=Math.round(this.borderWidth)%2/2,a=this.xAxis.reversed,s=this.yAxis.reversed,l=this.options.stacking,d=[];for(t=1;t<i;t++){var c=e[t].shapeArgs,u=e[t-1],h=e[t-1].shapeArgs,p=n.waterfall.stacks[this.stackKey],f=0<u.y?-h.height:0;p&&h&&c&&(p=p[t-1],l?(p=p.connectorThreshold,f=Math.round(n.translate(p,0,1,0,1)+(s?f:0))-r):f=h.y+u.minPointLengthOffset+o-r,d.push(["M",(h.x||0)+(a?0:h.width||0),f],["L",(c.x||0)+(a&&c.width||0),f])),h&&d.length&&(!l&&0>u.y&&!s||0<u.y&&s)&&((u=d[d.length-2])&&"number"==typeof u[2]&&(u[2]+=h.height||0),(u=d[d.length-1])&&"number"==typeof u[2]&&(u[2]+=h.height||0))}return d},e.prototype.drawGraph=function(){d.prototype.drawGraph.call(this),this.graph.attr({d:this.getCrispPath()})},e.prototype.setStackedPoints=function(){function t(t,e,n,i){if(x)for(;n<x;n++)m.stackState[n]+=i;else m.stackState[0]=t,x=m.stackState.length;m.stackState.push(m.stackState[x-1]+e)}var e,n,i,r=this.options,o=this.yAxis.waterfall.stacks,a=r.threshold,s=a||0,l=s,d=this.stackKey,c=this.xData,u=c.length;this.yAxis.stacking.usePercentage=!1;var h=n=i=s;if(this.visible||!this.chart.options.chart.ignoreHiddenSeries){var p=o.changed;(e=o.alreadyChanged)&&0>e.indexOf(d)&&(p=!0),o[d]||(o[d]={}),e=o[d];for(var f=0;f<u;f++){var g=c[f];e[g]&&!p||(e[g]={negTotal:0,posTotal:0,stackTotal:0,threshold:0,stateIndex:0,stackState:[],label:p&&e[g]?e[g].label:void 0});var m=e[g],v=this.yData[f];0<=v?m.posTotal+=v:m.negTotal+=v;var b=r.data[f];g=m.absolutePos=m.posTotal;var y=m.absoluteNeg=m.negTotal;m.stackTotal=g+y;var x=m.stackState.length;b&&b.isIntermediateSum?(t(i,n,0,i),i=n,n=a,s^=l,s^=l^=s):b&&b.isSum?(t(a,h,x),s=a):(t(s,v,0,h),b&&(h+=v,n+=v)),m.stateIndex++,m.threshold=s,s+=m.stackTotal}o.changed=!1,o.alreadyChanged||(o.alreadyChanged=[]),o.alreadyChanged.push(d)}},e.prototype.getExtremes=function(){var t=this.options.stacking;if(t){var e=this.yAxis;e=e.waterfall.stacks;var n=this.stackedYNeg=[],i=this.stackedYPos=[];return g(e[this.stackKey],"overlap"===t?function(t){n.push(u(t.stackState)),i.push(c(t.stackState))}:function(t){n.push(t.negTotal+t.threshold),i.push(t.posTotal+t.threshold)}),{dataMin:u(n),dataMax:c(i)}}return{dataMin:this.dataMin,dataMax:this.dataMax}},e.defaultOptions=f(l.defaultOptions,{dataLabels:{inside:!0},lineWidth:1,lineColor:"#333333",dashStyle:"Dot",borderColor:"#333333",states:{hover:{lineWidthPlus:0}}}),e}(l),s(i.prototype,{getZonesGraphs:d.prototype.getZonesGraphs,pointValKey:"y",showLine:!0,pointClass:o}),n.registerSeriesType("waterfall",i),r.compose(t,e),i})),e(t,"Extensions/Polar.js",[t["Core/Animation/AnimationUtilities.js"],t["Core/Chart/Chart.js"],t["Core/Globals.js"],t["Extensions/Pane.js"],t["Core/Pointer.js"],t["Core/Series/Series.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Renderer/SVG/SVGRenderer.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r,o,a,s,l){var d=t.animObject;a=a.seriesTypes;var c=l.addEvent,u=l.defined,h=l.find,p=l.isNumber,f=l.pick,g=l.splat,m=l.uniqueKey;t=l.wrap;var v=o.prototype;r=r.prototype,v.searchPointByAngle=function(t){var e=this.chart,n=this.xAxis.pane.center;return this.searchKDTree({clientX:180+-180/Math.PI*Math.atan2(t.chartX-n[0]-e.plotLeft,t.chartY-n[1]-e.plotTop)})},v.getConnectors=function(t,e,n,i){var r=i?1:0,o=0<=e&&e<=t.length-1?e:0>e?t.length-1+e:0;e=0>o-1?t.length-(1+r):o-1,r=o+1>t.length-1?r:o+1;var a=t[e];r=t[r];var s=a.plotX;a=a.plotY;var l=r.plotX,d=r.plotY;s=(1.5*(r=t[o].plotX)+s)/2.5,a=(1.5*(o=t[o].plotY)+a)/2.5,l=(1.5*r+l)/2.5;var c=(1.5*o+d)/2.5;d=Math.sqrt(Math.pow(s-r,2)+Math.pow(a-o,2));var u=Math.sqrt(Math.pow(l-r,2)+Math.pow(c-o,2));return s=Math.atan2(a-o,s-r),c=Math.PI/2+(s+Math.atan2(c-o,l-r))/2,Math.abs(s-c)>Math.PI/2&&(c-=Math.PI),s=r+Math.cos(c)*d,a=o+Math.sin(c)*d,r={rightContX:l=r+Math.cos(Math.PI+c)*u,rightContY:c=o+Math.sin(Math.PI+c)*u,leftContX:s,leftContY:a,plotX:r,plotY:o},n&&(r.prevPointCont=this.getConnectors(t,e,!1,i)),r},v.toXY=function(t){var e=this.chart,n=this.xAxis,i=this.yAxis,r=t.plotX,o=t.plotY,a=t.series,s=e.inverted,l=t.y,d=s?r:i.len-o;s&&a&&!a.isRadialBar&&(t.plotY=o="number"==typeof l&&i.translate(l)||0),t.rectPlotX=r,t.rectPlotY=o,i.center&&(d+=i.center[3]/2),p(o)&&(i=s?i.postTranslate(o,d):n.postTranslate(r,d),t.plotX=t.polarPlotX=i.x-e.plotLeft,t.plotY=t.polarPlotY=i.y-e.plotTop),this.kdByAngle?(0>(e=(r/Math.PI*180+n.pane.options.startAngle)%360)&&(e+=360),t.clientX=e):t.clientX=t.plotX},a.spline&&(t(a.spline.prototype,"getPointSpline",(function(t,e,n,i){return this.chart.polar?i?(e=(t=this.getConnectors(e,i,!0,this.connectEnds)).prevPointCont&&t.prevPointCont.rightContX,n=t.prevPointCont&&t.prevPointCont.rightContY,t=["C",p(e)?e:t.plotX,p(n)?n:t.plotY,p(t.leftContX)?t.leftContX:t.plotX,p(t.leftContY)?t.leftContY:t.plotY,t.plotX,t.plotY]):t=["M",n.plotX,n.plotY]:t=t.call(this,e,n,i),t})),a.areasplinerange&&(a.areasplinerange.prototype.getPointSpline=a.spline.prototype.getPointSpline)),c(o,"afterTranslate",(function(){var t=this.chart;if(t.polar&&this.xAxis){if((this.kdByAngle=t.tooltip&&t.tooltip.shared)?this.searchPoint=this.searchPointByAngle:this.options.findNearestPointBy="xy",!this.preventPostTranslate)for(var e=this.points,i=e.length;i--;)this.toXY(e[i]),!t.hasParallelCoordinates&&!this.yAxis.reversed&&e[i].y<this.yAxis.min&&(e[i].isNull=!0);this.hasClipCircleSetter||(this.hasClipCircleSetter=!!this.eventsToUnbind.push(c(this,"afterRender",(function(){if(t.polar){var e=this.yAxis.pane.center;this.clipCircle?this.clipCircle.animate({x:e[0],y:e[1],r:e[2]/2,innerR:e[3]/2}):this.clipCircle=t.renderer.clipCircle(e[0],e[1],e[2]/2,e[3]/2),this.group.clip(this.clipCircle),this.setClip=n.noop}}))))}}),{order:2}),t(a.line.prototype,"getGraphPath",(function(t,e){var n,i=this;if(this.chart.polar){for(e=e||this.points,n=0;n<e.length;n++)if(!e[n].isNull){var r=n;break}if(!1!==this.options.connectEnds&&void 0!==r){this.connectEnds=!0,e.splice(e.length,0,e[r]);var o=!0}e.forEach((function(t){void 0===t.polarPlotY&&i.toXY(t)}))}return n=t.apply(this,[].slice.call(arguments,1)),o&&e.pop(),n}));var b=function(t,e){var i,r,o,a,s=this,l=this.chart,c=this.options.animation,u=this.group,h=this.markerGroup,p=this.xAxis&&this.xAxis.center,g=l.plotLeft,m=l.plotTop;if(l.polar){if(s.isRadialBar)e||(s.startAngleRad=f(s.translatedThreshold,s.xAxis.startAngleRad),n.seriesTypes.pie.prototype.animate.call(s,e));else if(l.renderer.isSVG)if(c=d(c),s.is("column")){if(!e){var v=p[3]/2;s.points.forEach((function(t){i=t.graphic,o=(r=t.shapeArgs)&&r.r,a=r&&r.innerR,i&&r&&(i.attr({r:v,innerR:v}),i.animate({r:o,innerR:a},s.options.animation))}))}}else e?(t={translateX:p[0]+g,translateY:p[1]+m,scaleX:.001,scaleY:.001},u.attr(t),h&&h.attr(t)):(t={translateX:g,translateY:m,scaleX:1,scaleY:1},u.animate(t,c),h&&h.animate(t,c))}else t.call(this,e)};if(t(v,"animate",b),a.column){var y=a.arearange.prototype;(a=a.column.prototype).polarArc=function(t,e,n,i){var r=this.xAxis.center,o=this.yAxis.len,a=r[3]/2;return e=o-e+a,t=o-f(t,o)+a,this.yAxis.reversed&&(0>e&&(e=a),0>t&&(t=a)),{x:r[0],y:r[1],r:e,innerR:t,start:n,end:i}},t(a,"animate",b),t(a,"translate",(function(t){var e=this.options,n=e.stacking,i=this.chart,r=this.xAxis,o=this.yAxis,a=o.reversed,s=o.center,d=r.startAngleRad,c=r.endAngleRad-d;if(this.preventPostTranslate=!0,t.call(this),r.isRadial){r=(t=this.points).length;var h=o.translate(o.min),f=o.translate(o.max);if(e=e.threshold||0,i.inverted&&p(e)){var g=o.translate(e);u(g)&&(0>g?g=0:g>c&&(g=c),this.translatedThreshold=g+d)}for(;r--;){var m=(e=t[r]).barX,v=e.x,b=e.y;if(e.shapeType="arc",i.inverted){if(e.plotY=o.translate(b),n&&o.stacking){if(b=o.stacking.stacks[(0>b?"-":"")+this.stackKey],this.visible&&b&&b[v]&&!e.isNull){var y=b[v].points[this.getStackIndicator(void 0,v,this.index).key],x=o.translate(y[0]);y=o.translate(y[1]),u(x)&&(x=l.clamp(x,0,c))}}else x=g,y=e.plotY;x>y&&(y=[x,x=y][0]),a?y>h?y=h:x<f?x=f:(x>h||y<f)&&(x=y=c):x<h?x=h:y>f?y=f:(y<h||x>f)&&(x=y=0),o.min>o.max&&(x=y=a?c:0),x+=d,y+=d,s&&(e.barX=m+=s[3]/2),v=Math.max(m,0),b=Math.max(m+e.pointWidth,0),e.shapeArgs={x:s&&s[0],y:s&&s[1],r:b,innerR:v,start:x,end:y},e.opacity=x===y?0:void 0,e.plotY=(u(this.translatedThreshold)&&(x<this.translatedThreshold?x:y))-d}else x=m+d,e.shapeArgs=this.polarArc(e.yBottom,e.plotY,x,x+e.pointWidth);this.toXY(e),i.inverted?(m=o.postTranslate(e.rectPlotY,m+e.pointWidth/2),e.tooltipPos=[m.x-i.plotLeft,m.y-i.plotTop]):e.tooltipPos=[e.plotX,e.plotY],s&&(e.ttBelow=e.plotY>s[1])}}})),a.findAlignments=function(t,e){return null===e.align&&(e.align=20<t&&160>t?"left":200<t&&340>t?"right":"center"),null===e.verticalAlign&&(e.verticalAlign=45>t||315<t?"bottom":135<t&&225>t?"top":"middle"),e},y&&(y.findAlignments=a.findAlignments),t(a,"alignDataLabel",(function(t,e,n,i,r,o){var a=this.chart,s=f(i.inside,!!this.options.stacking);a.polar?(t=e.rectPlotX/Math.PI*180,a.inverted?(this.forceDL=a.isInsidePlot(e.plotX,Math.round(e.plotY)),s&&e.shapeArgs?(r=e.shapeArgs,r={x:(r=this.yAxis.postTranslate(((r.start||0)+(r.end||0))/2-this.xAxis.startAngleRad,e.barX+e.pointWidth/2)).x-a.plotLeft,y:r.y-a.plotTop}):e.tooltipPos&&(r={x:e.tooltipPos[0],y:e.tooltipPos[1]}),i.align=f(i.align,"center"),i.verticalAlign=f(i.verticalAlign,"middle")):this.findAlignments&&(i=this.findAlignments(t,i)),v.alignDataLabel.call(this,e,n,i,r,o),this.isRadialBar&&e.shapeArgs&&e.shapeArgs.start===e.shapeArgs.end&&n.hide(!0)):t.call(this,e,n,i,r,o)}))}t(r,"getCoordinates",(function(t,e){var n=this.chart,i={xAxis:[],yAxis:[]};return n.polar?n.axes.forEach((function(t){var r=t.isXAxis,o=t.center;if("colorAxis"!==t.coll){var a=e.chartX-o[0]-n.plotLeft;o=e.chartY-o[1]-n.plotTop,i[r?"xAxis":"yAxis"].push({axis:t,value:t.translate(r?Math.PI-Math.atan2(a,o):Math.sqrt(Math.pow(a,2)+Math.pow(o,2)),!0)})}})):i=t.call(this,e),i})),s.prototype.clipCircle=function(t,e,n,i){var r=m(),o=this.createElement("clipPath").attr({id:r}).add(this.defs);return(t=i?this.arc(t,e,n,i,0,2*Math.PI).add(o):this.circle(t,e,n).add(o)).id=r,t.clipPath=o,t},c(e,"getAxes",(function(){this.pane||(this.pane=[]),this.options.pane=g(this.options.pane),this.options.pane.forEach((function(t){new i(t,this)}),this)})),c(e,"afterDrawChartBox",(function(){this.pane.forEach((function(t){t.render()}))})),c(o,"afterInit",(function(){var t=this.chart;t.inverted&&t.polar&&(this.isRadialSeries=!0,this.is("column")&&(this.isRadialBar=!0))})),t(e.prototype,"get",(function(t,e){return h(this.pane||[],(function(t){return t.options.id===e}))||t.call(this,e)}))})),e(t,"masters/highcharts-more.src.js",[t["Core/Globals.js"],t["Core/Axis/RadialAxis.js"],t["Series/Bubble/BubbleSeries.js"]],(function(t,e,n){e.compose(t.Axis,t.Tick),n.compose(t.Chart,t.Legend,t.Series)}))}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var i=function(t){var e=new WeakMap;return function(n){if(e.has(n))return e.get(n);var i=t(n);return e.set(n,i),i}}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(2),l=n(4),d=n(34),c=n(10),u=n(12);e.a=function(t){var e=t.align,n=void 0===e?"left":e,i=t.aria,o=void 0===i?{}:i,h=t.avatar,p=void 0!==h&&h,f=t.avatarUrl,g=t.className,m=t.dark,v=void 0!==m&&m,b=t.data,y=void 0===b?{}:b,x=t.htmlOptions,_=void 0===x?{}:x,O=t.id,w=t.name,$=t.orientation,C=void 0===$?"horizontal":$,k=t.size,S=void 0===k?"sm":k,j=t.subtitle,E=t.territory,M=void 0===E?"":E,A=t.title,P=void 0===A?"":A,T=Object(s.c)(y),L=Object(s.a)(o),D=Object(s.d)(_),I=a()(Object(s.b)("pb_user_kit",n,C,S),Object(l.c)(t),g),N=p||f;return r.a.createElement("div",Object.assign({},L,T,D,{className:I,id:O}),N&&r.a.createElement(d.a,{imageUrl:f,name:w,size:S,status:null}),r.a.createElement("div",{className:"content_wrapper"},r.a.createElement(u.a,{dark:v,size:"lg"==S?3:4,text:w}),r.a.createElement(c.a,{color:"light",dark:v,variant:null},""===M?P:"".concat(M," • ").concat(P)),"string"==typeof j&&r.a.createElement(c.a,{color:"light",dark:v,text:j,variant:null}),"string"!=typeof j&&r.a.createElement(r.a.Fragment,null,j)))}},,,,,function(t,e,n){"use strict";function i(){var t=navigator.userAgentData;return null!=t&&t.brands?t.brands.map((function(t){return t.brand+"/"+t.version})).join(" "):navigator.userAgent}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}n.d(e,"a",(function(){return i}))},,function(t,e,n){"use strict";t.exports=n(282)},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(4),l=n(2);e.a=function(t){var e=t.aria,n=void 0===e?{}:e,i=t.className,o=t.data,d=void 0===o?{}:o,c=t.htmlOptions,u=void 0===c?{}:c,h=t.id,p=t.status,f=void 0===p?"offline":p;n.label=f;var g=Object(l.a)(n),m=Object(l.c)(d),v=Object(l.d)(u),b=a()(Object(l.b)("pb_online_status_kit",f),Object(s.c)(t),i);return r.a.createElement("div",Object.assign({},g,m,v,{className:b,id:h}))}},function(t,e,n){"use strict";var i=n(219),r=n.n(i),o=n(0),a=n.n(o),s=n(3),l=n.n(s),d=n(4),c=n(2);e.a=function(t){var e=t.children,n=t.className,i=void 0===n?"pb_highlight_kit":n,o=t.data,s=void 0===o?{}:o,u=t.highlightedText,h=void 0===u?["highlight"]:u,p=t.htmlOptions,f=void 0===p?{}:p,g=t.id,m=void 0===g?"":g,v=t.text,b=void 0===v?"":v,y=Object(c.d)(f),x=b||e;return a.a.createElement(r.a,Object.assign({autoEscape:!0,data:s,highlightClassName:l()(Object(d.c)(t),i),highlightTag:"mark",id:m,searchWords:h,textToHighlight:x},y))}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(4),l=n(2),d=n(67),c=n.n(d),u=n(28),h=n.n(u),p=n(49),f=n(75),g=n(68);function m(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return v(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return v(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function v(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var b=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n};e.a=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.data,d=void 0===o?{}:o,u=t.align,v=void 0===u?"center":u,y=t.className,x=void 0===y?"pb_bar_graph":y,_=t.dark,O=void 0!==_&&_,w=(t.gradient,t.type),$=void 0===w?"line":w,C=t.htmlOptions,k=void 0===C?{}:C,S=t.id,j=t.legend,E=void 0!==j&&j,M=t.toggleLegendClick,A=void 0===M||M,P=t.layout,T=void 0===P?"horizontal":P,L=t.verticalAlign,D=void 0===L?"bottom":L,I=t.x,N=void 0===I?0:I,R=t.y,F=void 0===R?0:R,B=t.axisTitle,z=t.xAxisCategories,H=t.yAxisMin,W=t.yAxisMax,Y=t.chartData,U=t.pointStart,G=t.subTitle,V=t.title,X=t.height,q=t.colors,K=void 0===q?[]:q,Z=b(t,["aria","data","align","className","dark","gradient","type","htmlOptions","id","legend","toggleLegendClick","layout","verticalAlign","x","y","axisTitle","xAxisCategories","yAxisMin","yAxisMax","chartData","pointStart","subTitle","title","height","colors"]),J=Object(l.a)(n),Q=Object(l.c)(d),tt=Object(l.d)(k);O?h.a.setOptions(f.a):h.a.setOptions(p.a);var et={title:{text:V},chart:{height:X,type:$},subtitle:{text:G},yAxis:{min:H,max:W,title:{text:B}},xAxis:{categories:z},legend:{enabled:E,align:v,verticalAlign:D,layout:T,x:N,y:F},colors:void 0!==K&&K.length>0?Object(g.a)(K):p.a.colors,plotOptions:{series:{pointStart:U,events:{},dataLabels:{enabled:!1}}},series:Y,credits:!1};A||(et.plotOptions.series.events={legendItemClick:function(){return!1}});var nt=m(Object(i.useState)({}),2),it=nt[0],rt=nt[1];return Object(i.useEffect)((function(){rt(Object.assign({},et))}),[Y]),r.a.createElement(c.a,{containerProps:Object.assign(Object.assign(Object.assign({className:a()(Object(s.c)(Z),x),id:S},J),Q),tt),highcharts:h.a,options:it})}},,,,function(t,e,n){var i=n(119);function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}t.exports=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e){t.exports=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){var i=n(207);function r(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,i(r.key),r)}}t.exports=function(t,e,n){return e&&r(t.prototype,e),n&&r(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){var i=n(269);t.exports=function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&i(t,e)},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){var i=n(270),r=n(271),o=n(272);t.exports=function(t){var e=r();return function(){var n,r=i(t);if(e){var a=i(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return o(this,n)}},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){var i=n(274),r=n(275),o=n(209),a=n(276);t.exports=function(t){return i(t)||r(t)||o(t)||a()},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){var i=n(277),r=n(278),o=n(209),a=n(279);t.exports=function(t,e){return i(t)||r(t,e)||o(t,e)||a()},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){var i=n(280);t.exports=function(t,e){if(null==t)return{};var n,r,o=i(t,e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);for(r=0;r<a.length;r++)n=a[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e){t.exports=function(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))},t.exports.__esModule=!0,t.exports.default=t.exports},,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(0),r=n.n(i).a.createContext(null)},function(t,e,n){"use strict";var i=n(35),r={passive:!0};e.a={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,n=t.instance,o=t.options,a=o.scroll,s=void 0===a||a,l=o.resize,d=void 0===l||l,c=Object(i.a)(e.elements.popper),u=[].concat(e.scrollParents.reference,e.scrollParents.popper);return s&&u.forEach((function(t){t.addEventListener("scroll",n.update,r)})),d&&c.addEventListener("resize",n.update,r),function(){s&&u.forEach((function(t){t.removeEventListener("scroll",n.update,r)})),d&&c.removeEventListener("resize",n.update,r)}},data:{}}},function(t,e,n){"use strict";var i=n(152);e.a={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,n=t.name;e.modifiersData[n]=Object(i.a)({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var i=n(42),r=n(69),o=n(101),a=n(11);function s(t){var e,n=t.reference,s=t.element,l=t.placement,d=l?Object(i.a)(l):null,c=l?Object(r.a)(l):null,u=n.x+n.width/2-s.width/2,h=n.y+n.height/2-s.height/2;switch(d){case a.m:e={x:u,y:n.y-s.height};break;case a.c:e={x:u,y:n.y+n.height};break;case a.k:e={x:n.x+n.width,y:h};break;case a.f:e={x:n.x-s.width,y:h};break;default:e={x:n.x,y:n.y}}var p=d?Object(o.a)(d):null;if(null!=p){var f="y"===p?"height":"width";switch(c){case a.l:e[p]=e[p]-(n[f]/2-s[f]/2);break;case a.e:e[p]=e[p]+(n[f]/2-s[f]/2)}}return e}},function(t,e,n){"use strict";var i=n(11),r=n(76),o=n(35),a=n(47),s=n(54),l=n(42),d=n(69),c=n(33),u={top:"auto",right:"auto",bottom:"auto",left:"auto"};function h(t){var e,n=t.popper,l=t.popperRect,d=t.placement,h=t.variation,p=t.offsets,f=t.position,g=t.gpuAcceleration,m=t.adaptive,v=t.roundOffsets,b=t.isFixed,y=p.x,x=void 0===y?0:y,_=p.y,O=void 0===_?0:_,w="function"==typeof v?v({x:x,y:O}):{x:x,y:O};x=w.x,O=w.y;var $=p.hasOwnProperty("x"),C=p.hasOwnProperty("y"),k=i.f,S=i.m,j=window;if(m){var E=Object(r.a)(n),M="clientHeight",A="clientWidth";if(E===Object(o.a)(n)&&(E=Object(a.a)(n),"static"!==Object(s.a)(E).position&&"absolute"===f&&(M="scrollHeight",A="scrollWidth")),E=E,d===i.m||(d===i.f||d===i.k)&&h===i.e)S=i.c,O-=(b&&E===j&&j.visualViewport?j.visualViewport.height:E[M])-l.height,O*=g?1:-1;if(d===i.f||(d===i.m||d===i.c)&&h===i.e)k=i.k,x-=(b&&E===j&&j.visualViewport?j.visualViewport.width:E[A])-l.width,x*=g?1:-1}var P,T=Object.assign({position:f},m&&u),L=!0===v?function(t){var e=t.x,n=t.y,i=window.devicePixelRatio||1;return{x:Object(c.c)(e*i)/i||0,y:Object(c.c)(n*i)/i||0}}({x:x,y:O}):{x:x,y:O};return x=L.x,O=L.y,g?Object.assign({},T,((P={})[S]=C?"0":"",P[k]=$?"0":"",P.transform=(j.devicePixelRatio||1)<=1?"translate("+x+"px, "+O+"px)":"translate3d("+x+"px, "+O+"px, 0)",P)):Object.assign({},T,((e={})[S]=C?O+"px":"",e[k]=$?x+"px":"",e.transform="",e))}e.a={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,n=t.options,i=n.gpuAcceleration,r=void 0===i||i,o=n.adaptive,a=void 0===o||o,s=n.roundOffsets,c=void 0===s||s,u={placement:Object(l.a)(e.placement),variation:Object(d.a)(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:r,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,h(Object.assign({},u,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:a,roundOffsets:c})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,h(Object.assign({},u,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:c})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}}},function(t,e,n){"use strict";var i=n(43),r=n(27);e.a={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var n=e.styles[t]||{},o=e.attributes[t]||{},a=e.elements[t];Object(r.b)(a)&&Object(i.a)(a)&&(Object.assign(a.style,n),Object.keys(o).forEach((function(t){var e=o[t];!1===e?a.removeAttribute(t):a.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,n={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,n.popper),e.styles=n,e.elements.arrow&&Object.assign(e.elements.arrow.style,n.arrow),function(){Object.keys(e.elements).forEach((function(t){var o=e.elements[t],a=e.attributes[t]||{},s=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:n[t]).reduce((function(t,e){return t[e]="",t}),{});Object(r.b)(o)&&Object(i.a)(o)&&(Object.assign(o.style,s),Object.keys(a).forEach((function(t){o.removeAttribute(t)})))}))}},requires:["computeStyles"]}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(156);function r(t){return Object.assign({},Object(i.a)(),t)}},function(t,e,n){"use strict";function i(){return{top:0,right:0,bottom:0,left:0}}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";function i(t,e){return e.reduce((function(e,n){return e[n]=t,e}),{})}n.d(e,"a",(function(){return i}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(127);function r(){return!/^((?!chrome|android).)*safari/i.test(Object(i.a)())}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(27);function r(t,e){var n=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(n&&Object(i.c)(n)){var r=e;do{if(r&&t.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(128);function r(t,e){if(t){if("string"==typeof t)return Object(i.a)(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Object(i.a)(t,e):void 0}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var i=n(77);function r(t){var e=function(t,e){if("object"!==Object(i.a)(t)||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!==Object(i.a)(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===Object(i.a)(e)?e:String(e)}},,function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var i;
15
15
  /*!
16
16
  Copyright (c) 2015 Jed Watson.
17
17
  Based on code that is Copyright 2013-2015, Facebook, Inc.
@@ -28,7 +28,7 @@
28
28
  *
29
29
  * http://api.jqueryui.com/category/ui-core/
30
30
  */
31
- var i=/input|select|textarea|button|object|iframe/;function r(t){var e=t.offsetWidth<=0&&t.offsetHeight<=0;if(e&&!t.innerHTML)return!0;try{var n=window.getComputedStyle(t),i=n.getPropertyValue("display");return e?"contents"!==i&&function(t,e){return"visible"!==e.getPropertyValue("overflow")||t.scrollWidth<=0&&t.scrollHeight<=0}(t,n):"none"===i}catch(t){return console.warn("Failed to inspect element style"),!1}}function o(t,e){var n=t.nodeName.toLowerCase();return(i.test(n)&&!t.disabled||"a"===n&&t.href||e)&&function(t){for(var e=t,n=t.getRootNode&&t.getRootNode();e&&e!==document.body;){if(n&&e===n&&(e=n.host.parentNode),r(e))return!1;e=e.parentNode}return!0}(t)}function a(t){var e=t.getAttribute("tabindex");null===e&&(e=void 0);var n=isNaN(e);return(n||e>=0)&&o(t,!n)}t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.resetState=function(){s&&(s.removeAttribute?s.removeAttribute("aria-hidden"):null!=s.length?s.forEach((function(t){return t.removeAttribute("aria-hidden")})):document.querySelectorAll(s).forEach((function(t){return t.removeAttribute("aria-hidden")})));s=null},e.log=function(){0},e.assertNodeList=l,e.setElement=function(t){var e=t;if("string"==typeof e&&a.canUseDOM){var n=document.querySelectorAll(e);l(n,e),e=n}return s=e||s},e.validateElement=d,e.hide=function(t){var e=!0,n=!1,i=void 0;try{for(var r,o=d(t)[Symbol.iterator]();!(e=(r=o.next()).done);e=!0){r.value.setAttribute("aria-hidden","true")}}catch(t){n=!0,i=t}finally{try{!e&&o.return&&o.return()}finally{if(n)throw i}}},e.show=function(t){var e=!0,n=!1,i=void 0;try{for(var r,o=d(t)[Symbol.iterator]();!(e=(r=o.next()).done);e=!0){r.value.removeAttribute("aria-hidden")}}catch(t){n=!0,i=t}finally{try{!e&&o.return&&o.return()}finally{if(n)throw i}}},e.documentNotReadyOrSSRTesting=function(){s=null};var i,r=n(179),o=(i=r)&&i.__esModule?i:{default:i},a=n(177);var s=null;function l(t,e){if(!t||!t.length)throw new Error("react-modal: No elements were found for selector "+e+".")}function d(t){var e=t||s;return e?Array.isArray(e)||e instanceof HTMLCollection||e instanceof NodeList?e:[e]:((0,o.default)(!1,["react-modal: App element is not defined.","Please use `Modal.setAppElement(el)` or set `appElement={el}`.","This is needed so screen readers don't see main content","when modal is opened. It is not recommended, but you can opt-out","by setting `ariaHideApp={false}`."].join(" ")),[])}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.log=function(){console.log("portalOpenInstances ----------"),console.log(r.openInstances.length),r.openInstances.forEach((function(t){return console.log(t)})),console.log("end portalOpenInstances ----------")},e.resetState=function(){r=new i};var i=function t(){var e=this;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.register=function(t){-1===e.openInstances.indexOf(t)&&(e.openInstances.push(t),e.emit("register"))},this.deregister=function(t){var n=e.openInstances.indexOf(t);-1!==n&&(e.openInstances.splice(n,1),e.emit("deregister"))},this.subscribe=function(t){e.subscribers.push(t)},this.emit=function(t){e.subscribers.forEach((function(n){return n(t,e.openInstances.slice())}))},this.openInstances=[],this.subscribers=[]},r=new i;e.default=r},function(t,e,n){var i=n(89).default,r=n(268);t.exports=function(t){var e=r(t,"string");return"symbol"===i(e)?e:String(e)},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){var i=n(208);t.exports=function(t,e){if(t){if("string"==typeof t)return i(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?i(t,e):void 0}},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(222),l=n.n(s),d=n(2),c=n(4),u=n(10),h=n(25),p=n(194),f=n(192),g=n(193),m=n(8),v=n(59),b=n(12),y=n(149);function x(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return _(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var O=function t(e){var n=e.aria,o=void 0===n?{}:n,s=e.cancelButton,p=e.confirmButton,f=e.className,g=e.data,_=void 0===g?{}:g,O=e.htmlOptions,w=void 0===O?{}:O,$=e.id,C=e.size,k=void 0===C?"md":C,S=e.children,j=e.loading,E=void 0!==j&&j,M=e.fullHeight,A=void 0!==M&&M,P=e.opened,T=e.onCancel,L=e.onConfirm,D=e.onClose,I=e.placement,N=void 0===I?"center":I,R=e.portalClassName,F=e.shouldCloseOnOverlayClick,B=void 0===F||F,z=e.status,H=e.text,W=e.title,Y=e.trigger,U=Object(d.a)(o),G=Object(d.c)(_),V=Object(d.d)(w),X={base:a()("pb_dialog",Object(d.b)("pb_dialog",k,N)),afterOpen:"pb_dialog_after_open",beforeClose:"pb_dialog_before_close"},q={base:"pb_dialog_overlay ".concat(null!==A&&(A?"xl"===k?"full_height_center":"full_height_".concat(N):null)),afterOpen:"pb_dialog_overlay_after_open",beforeClose:"pb_dialog_overlay_before_close"},K=a()(Object(d.b)("pb_dialog_wrapper"),Object(c.c)(e),f),Z=x(Object(i.useState)(!1),2),J=Z[0],Q=Z[1],tt=Y?J:P,et={onClose:Y?function(){Q(!1)}:D};Y&&document.querySelector(Y).addEventListener("click",(function(){Q(!0),document.querySelector("#cancel-button").addEventListener("click",(function(){Q(!1)}))}),{once:!0});var nt={default:{icon:"exclamation-circle",variant:"default",size:"lg"},info:{icon:"info-circle",variant:"default",size:"lg"},caution:{icon:"exclamation-triangle",variant:"yellow",size:"lg"},delete:{icon:"trash-alt",variant:"red",size:"lg"},error:{icon:"times-circle",variant:"red",size:"lg"},success:{icon:"check-circle",variant:"green",size:"lg"}};return r.a.createElement(y.a.Provider,{value:et},r.a.createElement("div",Object.assign({},U,G,V,{className:K}),r.a.createElement(l.a,{ariaHideApp:!1,className:X,closeTimeoutMS:200,contentLabel:"Minimal Modal Example",id:$,isOpen:tt,onRequestClose:D,overlayClassName:q,portalClassName:R,shouldCloseOnOverlayClick:B},r.a.createElement(r.a.Fragment,null,W&&!z?r.a.createElement(t.Header,null,W):null,!z&&H?r.a.createElement(t.Body,null,H):null,z&&r.a.createElement(t.Body,{className:"dialog_status_text_align",padding:"md"},r.a.createElement(m.a,{align:"center",orientation:"column"},r.a.createElement(v.a,{icon:nt[z].icon,size:nt[z].size,variant:nt[z].variant}),r.a.createElement(b.a,{marginTop:"sm",size:3},W),r.a.createElement(u.a,{marginTop:"xs",text:H}))),s&&p?r.a.createElement(t.Footer,null,r.a.createElement(h.a,{htmlType:"button",loading:E,onClick:L,variant:"primary"},p),r.a.createElement(h.a,{htmlType:"button",id:"cancel-button",onClick:T,variant:"link"},s)):null,S))))};O.Header=p.a,O.Body=g.a,O.Footer=f.a,e.a=O},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(67),l=n.n(s),d=n(28),c=n.n(d),u=n(49),h=n(75),p=n(68),f=n(120),g=n.n(f),m=n(225),v=n.n(m),b=n(7),y=n.n(b),x=n(9),_=n.n(x),O=n(2),w=n(4);function $(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return C(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return C(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function C(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var k=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n};e.a=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.chartData,s=t.dark,d=void 0!==s&&s,f=t.data,m=void 0===f?{}:f,b=t.disableAnimation,x=void 0!==b&&b,C=t.fullCircle,S=void 0!==C&&C,j=t.height,E=void 0===j?null:j,M=t.htmlOptions,A=void 0===M?{}:M,P=t.id,T=t.max,L=void 0===T?100:T,D=t.min,I=void 0===D?0:D,N=t.prefix,R=void 0===N?"":N,F=t.showLabels,B=void 0!==F&&F,z=t.style,H=void 0===z?"solidgauge":z,W=t.suffix,Y=void 0===W?"":W,U=t.title,G=void 0===U?"":U,V=t.tooltipHtml,X=void 0===V?'<span style="font-weight: bold; color:{point.color};">●</span>{point.name}: <b>{point.y}</b>':V,q=t.colors,K=void 0===q?[]:q,Z=t.minorTickInterval,J=void 0===Z?null:Z,Q=t.circumference,tt=void 0===Q?S?[0,360]:[-100,100]:Q,et=k(t,["aria","chartData","dark","data","disableAnimation","fullCircle","height","htmlOptions","id","max","min","prefix","showLabels","style","suffix","title","tooltipHtml","colors","minorTickInterval","circumference"]),nt=Object(O.a)(n),it=Object(O.c)(m),rt=Object(O.d)(A);g()(c.a),v()(c.a);d?c.a.setOptions(h.a):c.a.setOptions(u.a),c.a.setOptions({tooltip:{pointFormat:X,followPointer:!0}});var ot=Object(O.b)({pb_gauge_kit:!0}),at=$(Object(i.useState)({}),2),st=at[0],lt=at[1];return Object(i.useEffect)((function(){var t=o.map((function(t){return t.y=t.value,delete t.value,t})),e={chart:{events:{load:function(){setTimeout(this.reflow.bind(this),0)}},type:H,height:E},title:{text:G},yAxis:{min:I,max:L,lineWidth:0,tickWidth:0,minorTickInterval:J,tickAmount:2,tickPositions:[I,L],labels:{y:26,enabled:B}},credits:!1,series:[{data:t}],pane:{center:["50%","50%"],size:"90%",startAngle:tt[0],endAngle:tt[1],background:{borderWidth:20,innerRadius:"90%",outerRadius:"90%",shape:"arc",className:"gauge-pane"}},colors:void 0!==K&&K.length>0?Object(p.a)(K):u.a.colors,plotOptions:{series:{animation:!x},solidgauge:{borderColor:void 0!==K&&1===K.length?Object(p.a)(K).join():u.a.colors[0],borderWidth:20,radius:90,innerRadius:"90%",dataLabels:{borderWidth:0,color:y.a.text_lt_default,enabled:!0,format:'<span class="prefix">'.concat(R,"</span>")+'<span class="fix">{y:,f}</span>'+'<span class="suffix">'.concat(Y,"</span>"),style:{fontFamily:_.a.font_family_base,fontWeight:_.a.regular,fontSize:_.a.heading_2},y:-26}}}};lt(Object.assign({},e)),document.querySelector(".prefix")&&(document.querySelectorAll(".prefix").forEach((function(t){t.setAttribute("y","28")})),document.querySelectorAll(".fix").forEach((function(t){return t.setAttribute("y","38")})))}),[o]),r.a.createElement(l.a,{containerProps:Object.assign(Object.assign(Object.assign({className:a()(ot,Object(w.c)(et)),id:P},nt),it),rt),highcharts:c.a,options:st})}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var i=n(56),r=n(294);function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}function s(t,e){return(s=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function l(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,i=c(t);if(e){var r=c(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return d(this,n)}}function d(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function c(t){return(c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var u=[0,20],h=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&s(t,e)}(c,t);var e,n,i,d=l(c);function c(){return o(this,c),d.apply(this,arguments)}return e=c,i=[{key:"selector",get:function(){return"[data-pb-popover-kit]"}}],(n=[{key:"moveTooltip",value:function(){document.querySelector("body").appendChild(this.tooltip)}},{key:"connect",value:function(){var t=this;this.moveTooltip(),this.popper=Object(r.a)(this.triggerElement,this.tooltip,{placement:this.position,strategy:"fixed",modifiers:[{name:"offset",options:{offset:this.offset}}]}),this.triggerElement.addEventListener("click",(function(e){e.preventDefault(),e.stopPropagation(),t.tooltip.classList.contains("show")||t.checkCloseTooltip(),setTimeout((function(){t.toggleTooltip(),t.popper.update()}),0)}))}},{key:"checkCloseTooltip",value:function(){var t=this;document.querySelector("body").addEventListener("click",(function(e){var n=e.target,i=null!==n.closest("#".concat(t.tooltipId)),r=null!==n.closest("#".concat(t.triggerElementId));switch(t.closeOnClick){case"any":(i||!i&&!r)&&t.hideTooltip();break;case"outside":i||r||t.hideTooltip();break;case"inside":i&&t.hideTooltip()}}),!0)}},{key:"hideTooltip",value:function(){this.tooltip.classList.remove("show"),this.tooltip.classList.add("hide")}},{key:"toggleTooltip",value:function(){this.tooltip.classList.toggle("show"),this.tooltip.classList.toggle("hide")}},{key:"triggerElement",get:function(){return this._triggerElement=this._triggerElement||document.querySelector("#".concat(this.triggerElementId))}},{key:"tooltip",get:function(){return this._tooltip=this._tooltip||this.element.querySelector("#".concat(this.tooltipId))}},{key:"position",get:function(){return this.element.dataset.pbPopoverPosition}},{key:"triggerElementId",get:function(){return this.element.dataset.pbPopoverTriggerElementId}},{key:"tooltipId",get:function(){return this.element.dataset.pbPopoverTooltipId}},{key:"offset",get:function(){return"true"===this.element.dataset.pbPopoverOffset?u:[0,0]}},{key:"closeOnClick",get:function(){return this.element.dataset.pbPopoverCloseOnClick}}])&&a(e.prototype,n),i&&a(e,i),Object.defineProperty(e,"prototype",{writable:!1}),c}(i.a)},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var i=n(56),r=n(184),o=n(186),a=n(189),s=n(188);function l(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function d(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}function c(t,e){return(c=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function u(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,i=p(t);if(e){var r=p(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return h(this,n)}}function h(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function p(t){return(p=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var f=[0,20],g=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&c(t,e)}(p,t);var e,n,i,h=u(p);function p(){return l(this,p),h.apply(this,arguments)}return e=p,i=[{key:"selector",get:function(){return"[data-pb-tooltip-kit]"}}],(n=[{key:"connect",value:function(){var t=this;this.triggerElements.forEach((function(e){e.addEventListener("mouseenter",(function(){t.mouseenterTimeout=setTimeout((function(){t.showTooltip(e),t.checkCloseTooltip(e)}),250),e.addEventListener("mouseleave",(function(){clearTimeout(t.mouseenterTimeout),setTimeout((function(){t.hideTooltip()}),0)}),{once:!0})}))})),this.tooltip.addEventListener("mouseenter",(function(){clearTimeout(t.mouseenterTimeout)})),this.tooltip.addEventListener("mouseleave",(function(){t.hideTooltip()}))}},{key:"checkCloseTooltip",value:function(t){var e=this;document.querySelector("body").addEventListener("click",(function(n){var i=n.target,r=i.closest("#".concat(e.tooltipId))===e.tooltip;i.closest(e.triggerElementSelector)===t||r?e.checkCloseTooltip(t):e.hideTooltip()}),{once:!0})}},{key:"showTooltip",value:function(t){"false"!==this.shouldShowTooltip&&(this.popper=Object(r.a)(t,this.tooltip,{placement:this.position,modifiers:[{name:"offset",options:{offset:f}},{name:"arrow",options:{element:document.querySelector("#".concat(this.tooltipId,"-arrow"))}},o.a,a.a,s.a]}),this.tooltip.classList.add("show"))}},{key:"hideTooltip",value:function(){var t=this;this.tooltip.classList.add("fade_out"),setTimeout((function(){t.popper&&(t.popper.destroy(),t.tooltip.classList.remove("show"),t.tooltip.classList.remove("fade_out"))}),250)}},{key:"triggerElements",get:function(){var t;return(t=this.triggerElementId?document.querySelector("#".concat(this.triggerElementId)):this.triggerElementSelector.indexOf("#")>-1?document.querySelector("".concat(this.triggerElementSelector)):document.querySelectorAll("".concat(this.triggerElementSelector)))?(t.length||(t=[t]),this._triggerElements=this._triggerElements||t):(console.error("Tooltip Kit: an invalid or unavailable DOM reference was provided!"),[])}},{key:"tooltip",get:function(){return this._tooltip=this._tooltip||this.element.querySelector("#".concat(this.tooltipId))}},{key:"position",get:function(){return this.element.dataset.pbTooltipPosition}},{key:"triggerElementId",get:function(){return this.element.dataset.pbTooltipTriggerElementId}},{key:"tooltipId",get:function(){return this.element.dataset.pbTooltipTooltipId}},{key:"triggerElementSelector",get:function(){return this.element.dataset.pbTooltipTriggerElementSelector}},{key:"shouldShowTooltip",get:function(){return this.element.dataset.pbTooltipShowTooltip}}])&&d(e.prototype,n),i&&d(e,i),Object.defineProperty(e,"prototype",{writable:!1}),p}(i.a)},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var i=n(56),r=n(24);function o(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(!t)return;if("string"==typeof t)return a(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(t,e)}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var i=0,r=function(){};return{s:r,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,l=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return s=t.done,t},e:function(t){l=!0,o=t},f:function(){try{s||null==n.return||n.return()}finally{if(l)throw o}}}}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function s(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}function d(t,e){return(d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function c(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,i=h(t);if(e){var r=h(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return u(this,n)}}function u(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function h(t){return(h=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var p=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&d(t,e)}(u,t);var e,n,i,a=c(u);function u(){return s(this,u),a.apply(this,arguments)}return e=u,i=[{key:"selector",get:function(){return"[data-pb-typeahead-kit]"}}],(n=[{key:"connect",value:function(){var t=this;this.element.addEventListener("keydown",(function(e){return t.handleKeydown(e)})),this.searchInput.addEventListener("focus",(function(){return t.debouncedSearch()})),this.searchInput.addEventListener("input",(function(){return t.debouncedSearch()})),this.resultsElement.addEventListener("click",(function(e){return t.optionSelected(e)}))}},{key:"handleKeydown",value:function(t){"ArrowUp"===t.key?(t.preventDefault(),this.focusPreviousOption()):"ArrowDown"===t.key&&(t.preventDefault(),this.focusNextOption())}},{key:"search",value:function(){var t=this;if(this.searchTerm.length<parseInt(this.searchTermMinimumLength))return this.clearResults();this.toggleResultsLoadingIndicator(!0),this.showResults();var e=this.searchTerm,n=this.searchContext,i={searchingFor:e,searchingContext:n,setResults:function(i){t.resultsCacheUpdate(e,n,i)}};this.element.dispatchEvent(new CustomEvent("pb-typeahead-kit-search",{bubbles:!0,detail:i}))}},{key:"resultsCacheUpdate",value:function(t,e,n){var i=this.cacheKeyFor(t,e);this.resultsOptionCache.has(i)&&this.resultsOptionCache.delete(i),this.resultsOptionCache.size>32&&this.resultsOptionCache.delete(this.resultsOptionCache.keys().next().value),this.resultsOptionCache.set(i,n),this.showResults()}},{key:"resultsCacheClear",value:function(){this.resultsOptionCache.clear()}},{key:"debouncedSearch",get:function(){return this._debouncedSearch=this._debouncedSearch||Object(r.debounce)(this.search,parseInt(this.searchDebounceTimeout)).bind(this)}},{key:"showResults",value:function(){var t=this;if(this.resultsOptionCache.has(this.searchTermAndContext)){this.toggleResultsLoadingIndicator(!1),this.clearResults();var e,n=o(this.resultsOptionCache.get(this.searchTermAndContext));try{for(n.s();!(e=n.n()).done;){var i=e.value;this.resultsElement.appendChild(this.newResultOption(i.cloneNode(!0)))}}catch(t){n.e(t)}finally{n.f()}var r,a=o(this.resultsElement.querySelectorAll("[data-result-option-item]"));try{for(a.s();!(r=a.n()).done;)r.value.addEventListener("mousedown",(function(e){return t.optionSelected(e)}))}catch(t){a.e(t)}finally{a.f()}}}},{key:"optionSelected",value:function(t){var e=t.target.closest("[data-result-option-item]");e&&(this.resultsCacheClear(),this.searchInputClear(),this.clearResults(),this.element.dispatchEvent(new CustomEvent("pb-typeahead-kit-result-option-selected",{bubbles:!0,detail:{selected:e,typeahead:this}})))}},{key:"clearResults",value:function(){this.resultsElement.innerHTML=""}},{key:"newResultOption",value:function(t){var e=this.resultOptionTemplate.content.cloneNode(!0);return e.querySelector('slot[name="content"]').replaceWith(t),e}},{key:"focusPreviousOption",value:function(){var t=this.resultOptionItems.indexOf(this.currentSelectedResultOptionItem)-1;(this.resultOptionItems[t]||this.resultOptionItems[this.resultOptionItems.length-1]).focus()}},{key:"focusNextOption",value:function(){var t=this.resultOptionItems.indexOf(this.currentSelectedResultOptionItem)+1;(this.resultOptionItems[t]||this.resultOptionItems[0]).focus()}},{key:"resultOptionItems",get:function(){return Array.from(this.resultsElement.querySelectorAll("[data-result-option-item]"))}},{key:"currentSelectedResultOptionItem",get:function(){return document.activeElement.closest("[data-result-option-item]")}},{key:"searchInput",get:function(){return this._searchInput=this._searchInput||this.element.querySelector('input[type="search"]')}},{key:"searchTerm",get:function(){return this.searchInput.value}},{key:"searchContext",get:function(){if(this._searchContext)return this._searchContext;var t=this.element.dataset.searchContextValueSelector;return t?(this.element.parentNode.querySelector(t)||this.element.closest(t)).value:null},set:function(t){this._searchContext=t}},{key:"searchTermAndContext",get:function(){return this.cacheKeyFor(this.searchTerm,this.searchContext)}},{key:"cacheKeyFor",value:function(t,e){return[t,JSON.stringify(e)].join()}},{key:"searchInputClear",value:function(){this.searchInput.value=""}},{key:"searchTermMinimumLength",get:function(){return this.element.dataset.pbTypeaheadKitSearchTermMinimumLength}},{key:"searchDebounceTimeout",get:function(){return this.element.dataset.pbTypeaheadKitSearchDebounceTimeout}},{key:"resultsElement",get:function(){return this._resultsElement=this._resultsElement||this.element.querySelector("[data-pb-typeahead-kit-results]")}},{key:"resultOptionTemplate",get:function(){return this._resultOptionTemplate=this._resultOptionTemplate||this.element.querySelector("template[data-pb-typeahead-kit-result-option]")}},{key:"resultsOptionCache",get:function(){return this._resultsOptionCache=this._resultsOptionCache||new Map}},{key:"resultsLoadingIndicator",get:function(){return this._resultsLoadingIndicator=this._resultsLoadingIndicator||this.element.querySelector("[data-pb-typeahead-kit-loading-indicator]")}},{key:"toggleResultsLoadingIndicator",value:function(t){var e="0";t&&(e="1"),this.resultsLoadingIndicator.style.opacity=e}}])&&l(e.prototype,n),i&&l(e,i),Object.defineProperty(e,"prototype",{writable:!1}),u}(i.a)},function(t,e,n){"use strict";e.a=function(){var t=document.querySelectorAll("[data-open-dialog]"),e=document.querySelectorAll("[data-close-dialog]"),n=document.querySelectorAll(".pb_dialog_rails");t.forEach((function(t){t.addEventListener("click",(function(){var e=t.dataset.openDialog,n=document.getElementById(e);n.open||n.showModal()}))})),e.forEach((function(t){t.addEventListener("click",(function(){var e=t.dataset.closeDialog;document.getElementById(e).close()}))})),n.forEach((function(t){t.addEventListener("mousedown",(function(e){if("overlay_close"!==t.parentElement.dataset.overlayClick){var n=e.target.getBoundingClientRect();(e.clientX<n.left||e.clientX>n.right||e.clientY<n.top||e.clientY>n.bottom)&&(t.close(),e.stopPropagation())}}))}))}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=function(){var t=event.target.closest(".pb_rich_text_editor_kit");t.classList.contains("inline")&&t.classList.toggle("focused")},l=function(){document.querySelectorAll(".focus-editor-targets trix-editor").forEach((function(t){var e=t.toolbarElement;t==document.activeElement?(t.classList.add("focused-editor"),e.style.display="block"):e.contains(document.activeElement)||(t.classList.remove("focused-editor"),e.style.display="none")}))},d=n(4),c=n(2),u=n(228),h=n(112),p=n(8),f=n(16),g=n(53),m=n(5),v=n(173),b=function(t){var e=t.classname,n=t.disable,i=t.onclick,o=t.icon,a=t.text;return r.a.createElement(v.a,{delay:{open:2e3},interaction:!0,placement:"top",text:a},r.a.createElement("button",{className:e,disabled:n,onClick:i,role:"button",type:"button"},r.a.createElement(p.a,{align:"center",className:"toolbar_button_icon",justify:"center"},r.a.createElement(m.a,{icon:o,size:"lg"}))))},y=n(74),x=n(25),_=n(45),O=n(26);function w(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return $(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return $(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function $(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var C=function(t){for(var e=t.editor,n=w(Object(i.useState)(!1),2),o=n[0],a=n[1],s=[{node:"paragraph",icon:"paragraph",isActive:e.isActive("paragraph"),text:"Paragraph",onclick:function(){return e.chain().focus().setParagraph().run()}},{node:"heading-1",icon:"h1",isActive:e.isActive("heading",{level:1}),text:"Heading 1",onclick:function(){return e.chain().focus().toggleHeading({level:1}).run()}},{node:"heading-2",icon:"h2",isActive:e.isActive("heading",{level:2}),text:"Heading 2",onclick:function(){return e.chain().focus().toggleHeading({level:2}).run()}},{node:"heading-3",icon:"h3",isActive:e.isActive("heading",{level:3}),text:"Heading 3",onclick:function(){return e.chain().focus().toggleHeading({level:3}).run()}},{node:"bulletList",icon:"list",isActive:e.isActive("bulletList"),text:"Bullet List",onclick:function(){return e.chain().focus().toggleBulletList().run()}},{node:"orderedList",icon:"list-ol",isActive:e.isActive("orderedList"),text:"Ordered List",onclick:function(){return e.chain().focus().toggleOrderedList().run()}},{node:"blockquote",icon:"block-quote",isActive:e.isActive("blockquote"),text:"Block Quote",onclick:function(){return e.chain().focus().toggleBlockquote().run()}}],l=0,d=[],c=0,u=s;c<u.length;c++){var h=u[c],f=h.text,g=h.isActive,v=h.icon;g&&(l++,d.push(r.a.createElement(p.a,{align:"center",gap:"xs",key:v},r.a.createElement(m.a,{icon:v,size:"lg"}),r.a.createElement("div",null,f),r.a.createElement(p.a,{className:o?"fa-flip-vertical":"",display:"inline_flex"},r.a.createElement(m.a,{fixedWidth:!0,icon:"angle-down","margin-left":"xs"})))))}var b=r.a.createElement(x.a,{className:"editor-dropdown-button",onClick:function(){a(!0)},variant:"secondary"},2===l?d[1]:1===l?d[0]||null:r.a.createElement(p.a,{align:"center",gap:"xs",key:"paragraph"},r.a.createElement(m.a,{icon:"paragraph",size:"lg"}),r.a.createElement("div",null,"Paragraph"),r.a.createElement(p.a,{className:o?"fa-flip-vertical":"",display:"inline_flex"},r.a.createElement(m.a,{fixedWidth:!0,icon:"angle-down","margin-left":"xs"}))));return r.a.createElement(y.a,{closeOnClick:"outside",padding:"none",placement:"bottom",reference:b,shouldClosePopover:function(t){a(!t)},show:o},r.a.createElement(_.a,{paddingBottom:"xs",paddingTop:"xs",variant:"subtle"},s.map((function(t,e){var n=t.icon,i=t.text,o=t.onclick,s=t.isActive;return r.a.createElement(O.a,{className:"pb_tiptap_toolbar_dropdown_list_item ".concat(s?"is-active":""),cursor:"pointer",iconLeft:n,key:"".concat(i,"_").concat(e),margin:"none",onClick:function(){o(),a(!1)},paddingBottom:"xxs",paddingTop:"xxs",text:i})}))))},k=function(t){var e=t.editor,n=Object(i.useCallback)((function(){var t=e.getAttributes("link").href,n=window.prompt("URL",t);null!==n&&(""!==n?e.chain().focus().extendMarkRange("link").setLink({href:n}).run():e.chain().focus().extendMarkRange("link").unsetLink().run())}),[e]),o=[{onclick:function(){return e.chain().focus().toggleCodeBlock().run()},icon:"code",isActive:e.isActive("codeBlock"),text:"Codeblock"},{onclick:n,icon:"link",isActive:e.isActive("link"),text:"Link"}];return r.a.createElement(r.a.Fragment,null,o.map((function(t,e){var n=t.onclick,i=t.icon,o=t.text,a=t.isActive;return r.a.createElement(b,{classname:"toolbar_button ".concat(a?"is-active":""),icon:i,key:e,onclick:n,text:o})})))},S=function(t){var e=t.editor,n=[{classname:"toolbar_button",icon:"undo",text:"Undo",onclick:function(){return e.chain().focus().undo().run()},disable:!e.can().chain().focus().undo().run()},{classname:"toolbar_button",icon:"redo",text:"Redo",onclick:function(){return e.chain().focus().redo().run()},disable:!e.can().chain().focus().redo().run()}];return r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{displayFlex:!0},n.map((function(t,e){var n=t.onclick,i=t.classname,o=t.disable,a=t.icon,s=t.text;return r.a.createElement(b,{classname:i,disable:o,icon:a,key:e,onclick:n,text:s})}))))};function j(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return E(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return E(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function E(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var M=function(t){var e=t.extensions,n=j(Object(i.useState)(!1),2),o=n[0],a=n[1],s=r.a.createElement("button",{className:"toolbar_button",onClick:function(){a(!0)},role:"button",type:"button"},r.a.createElement(p.a,{align:"center",className:"toolbar_button_icon",justify:"center"},r.a.createElement(m.a,{icon:"ellipsis",size:"lg"})));return r.a.createElement(y.a,{closeOnClick:"outside",padding:"none",placement:"bottom",reference:s,shouldClosePopover:function(t){a(!t)},show:o},r.a.createElement(_.a,{paddingBottom:e.length>1?"xs":"none",paddingTop:e.length>1?"xs":"none",variant:"subtle"},e&&e.map((function(t,e){var n=t.icon,i=t.text,o=t.onclick,s=t.isActive;return r.a.createElement(O.a,{className:"pb_tiptap_toolbar_dropdown_list_item ".concat(s?"is-active":""),cursor:"pointer",iconLeft:n,key:"".concat(i,"_").concat(e),margin:"none",onClick:function(){o(),a(!1)},paddingBottom:"xxs",paddingTop:"xxs",text:i})}))))},A=function(t){var e=t.editor,n=t.extensions,i=[{icon:"bold",text:"Bold",classname:"toolbar_button ".concat(e.isActive("bold")?"is-active":""),onclick:function(){return e.chain().focus().toggleBold().run()}},{icon:"italic",text:"Italic",classname:"toolbar_button ".concat(e.isActive("italic")?"is-active":""),onclick:function(){return e.chain().focus().toggleItalic().run()}},{icon:"strikethrough",text:"Strikethrough",classname:"toolbar_button ".concat(e.isActive("strike")?"is-active":""),onclick:function(){return e.chain().focus().toggleStrike().run()}}];return r.a.createElement(h.a,{backgroundColor:"white",className:"toolbar"},r.a.createElement(p.a,{flex:"0",justify:"between",paddingX:"sm",paddingY:"xxs"},r.a.createElement(f.a,{className:"toolbar_block",displayFlex:!0},r.a.createElement(C,{editor:e}),r.a.createElement(g.a,{orientation:"vertical"}),i&&i.map((function(t,e){var n=t.icon,i=t.text,o=t.classname,a=t.onclick;return r.a.createElement(b,{classname:o,icon:n,key:e,onclick:a,text:i})})),r.a.createElement(g.a,{orientation:"vertical"}),r.a.createElement(k,{editor:e}),n&&r.a.createElement(r.a.Fragment,null,r.a.createElement(M,{extensions:n}))),r.a.createElement(S,{editor:e})))};function P(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function T(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return L(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return L(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function L(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}try{n(266).config.textAttributes.inlineCode={tagName:"code",inheritable:!0}}catch(t){}e.a=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.advancedEditor,h=t.advancedEditorToolbar,p=void 0===h||h,f=t.toolbarBottom,g=void 0!==f&&f,m=t.children,v=t.className,b=t.data,y=void 0===b?{}:b,x=t.focus,_=void 0!==x&&x,O=t.htmlOptions,w=void 0===O?{}:O,$=t.inline,C=void 0!==$&&$,k=t.extensions,S=t.name,j=t.onChange,E=void 0===j?c.e:j,M=t.placeholder,L=t.simple,D=void 0!==L&&L,I=t.sticky,N=void 0!==I&&I,R=t.template,F=void 0===R?"":R,B=t.value,z=void 0===B?"":B,H=t.maxWidth,W=void 0===H?"md":H,Y=Object(c.a)(n),U=Object(c.c)(y),G=T(Object(i.useState)(),2),V=G[0],X=G[1],q=Object(c.d)(w),K=null==V?void 0:V.element;if(V){var Z=K.parentElement.querySelector("trix-toolbar"),J=Z.querySelector("[data-trix-attribute=code]"),Q=Z.querySelector("[data-trix-attribute=inlineCode]");Q||(Q=J.cloneNode(!0)),Q.dataset.trixAttribute="inlineCode",J.insertAdjacentElement("afterend",Q),g&&V.element.after(Z);K.addEventListener("trix-selection-change",(function(){var t=function(){if(V.attributeIsActive("code"))return"block";if(V.attributeIsActive("inlineCode"))return"inline";var t=V.getSelectedRange();if(t[0]==t[1])return"block";var e=V.getSelectedDocument().toString().trim();return/\n/.test(e)?"block":"inline"}();J.hidden="inline"==t,Q.hidden="block"==t})),_&&(document.addEventListener("trix-focus",l),document.addEventListener("trix-blur",l),l()),document.addEventListener("trix-focus",s),document.addEventListener("trix-blur",s)}Object(i.useEffect)((function(){V&&F&&(V.loadHTML(""),V.setSelectedRange([0,0]),V.insertHTML(F))}),[V,F]),Object(i.useEffect)((function(){K&&K.addEventListener("click",(function(t){var e=t.target;if(e.closest(".pb_rich_text_editor_kit")){var n=e.closest("a");n&&n.hasAttribute("href")&&window.open(n.href)}}))}),[K]);var tt=D?"simple":"",et=_?"focus-editor-targets":"",nt=N?"sticky":"",it=C?"inline":"",rt=g?"toolbar-bottom":"",ot=a()(Object(d.c)(t,{maxWidth:W}),v);return ot=a()("pb_rich_text_editor_kit",tt,et,nt,it,rt,ot),r.a.createElement("div",Object.assign({},Y,U,q,{className:ot}),o?r.a.createElement("div",{className:a()("pb_rich_text_editor_advanced_container",P({},"toolbar-active",p))},p&&r.a.createElement(A,{editor:o,extensions:k}),m):r.a.createElement(u.TrixEditor,{className:"",fileParamName:S,mergeTags:[],onChange:E,onEditorReady:function(t){return X(t)},placeholder:M,value:z}))}},function(t,e,n){"use strict";var i,r=n(0),o=n.n(r),a=n(3),s=n.n(a),l=n(226),d=n.n(l),c=n(227),u=n.n(c),h=n(187),p=n.n(h),f={insert:"head",singleton:!1},g=(u()(p.a,f),p.a.locals,n(265),n(2)),m=n(4),v=n(36),b=function(t){return Object.keys(t).length<1};function y(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return x(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return x(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function x(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}!function(t){t[t.TooShort=2]="TooShort",t[t.TooLong=3]="TooLong",t[t.MissingAreaCode=4]="MissingAreaCode",t[t.SomethingWentWrong=-99]="SomethingWentWrong"}(i||(i={}));var _=function(){for(var t=window.intlTelInputGlobals.getCountryData(),e=0;e<t.length;e++){var n=t[e];n.name=n.name.split("(")[0].trim()}};_();var O=function(t,e){var n=t.aria,a=void 0===n?{}:n,l=t.className,c=t.dark,u=void 0!==c&&c,h=t.data,p=void 0===h?{}:h,f=t.disabled,x=void 0!==f&&f,O=t.htmlOptions,w=void 0===O?{}:O,$=t.id,C=void 0===$?"":$,k=t.initialCountry,S=void 0===k?"":k,j=t.isValid,E=void 0===j?function(){}:j,M=t.label,A=void 0===M?"":M,P=t.name,T=void 0===P?"":P,L=t.onChange,D=void 0===L?function(){}:L,I=t.onValidate,N=void 0===I?function(){return null}:I,R=t.onlyCountries,F=void 0===R?[]:R,B=t.required,z=void 0!==B&&B,H=t.preferredCountries,W=void 0===H?[]:H,Y=t.value,U=void 0===Y?"":Y,G=Object(g.a)(a),V=Object(g.c)(p),X=Object(g.d)(w),q=s()(Object(g.b)("pb_phone_number_input"),Object(m.c)(t),l),K=Object(r.useRef)(),Z=y(Object(r.useState)(U),2),J=Z[0],Q=Z[1],tt=y(Object(r.useState)(),2),et=tt[0],nt=tt[1],it=y(Object(r.useState)(t.error),2),rt=it[0],ot=it[1],at=y(Object(r.useState)(!1),2),st=at[0],lt=at[1],dt=y(Object(r.useState)(),2),ct=dt[0],ut=dt[1];Object(r.useEffect)((function(){(null==rt?void 0:rt.length)>0?N(!1):N(!0)}),[rt,N]),Object(r.useImperativeHandle)(e,(function(){return{clearField:function(){Q(""),ot("")},inputNode:function(){return K.current}}}));var ht=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=et.getSelectedCountryData().name,n=t.length>0?" (".concat(t,")"):"";return ot("Invalid ".concat(e," phone number").concat(n)),!0},pt=function(){et&&E(et.isValidNumber()),function(t){if(t)return J&&!function(t){return/^[()+\-\ .\d]*$/g.test(t)}(J)?ht("enter numbers only"):void 0}(et)||function(t){if(t)return t.getValidationError()===i.TooLong?ht("too long"):void ot("")}(et)||function(t){if(t)return t.getValidationError()===i.TooShort||1===J.length?ht("too short"):void ot("")}(et)||function(t){if(z&&t)return t.getValidationError()===i.SomethingWentWrong?1===J.length?ht("too short"):0===J.length?(ot("Missing phone number"),!0):ht():void 0}(et)||function(t){if(z&&t)t.getValidationError()===i.MissingAreaCode&&ht("missing area code")}(et)},ft=function(t,e){return Object.assign(Object.assign({},t.getSelectedCountryData()),{number:e})};Object(r.useEffect)(_,[]),Object(r.useEffect)((function(){var t=d()(K.current,{separateDialCode:!0,preferredCountries:W,allowDropdown:!x,autoInsertDialCode:!1,initialCountry:S,onlyCountries:F});K.current.addEventListener("countrychange",(function(e){var n=ft(t,e.target.value);ut(n),D(n),pt()})),K.current.addEventListener("open:countrydropdown",(function(){return lt(!0)})),K.current.addEventListener("close:countrydropdown",(function(){return lt(!1)})),nt(t)}),[]);var gt={className:st?"dropdown_open":"",dark:u,"data-phone-number":JSON.stringify(ct),disabled:x,error:rt,type:"tel",id:C,label:A,name:T,onBlur:pt,onChange:function(t){Q(t.target.value);var e=ft(et,t.target.value);ut(e),D(e),E(et.isValidNumber())},value:J},mt={className:q};return b(a)||(gt=Object.assign(Object.assign({},gt),G)),b(p)||(mt=Object.assign(Object.assign({},mt),V)),z&&(gt.required=!0),o.a.createElement("div",Object.assign({},mt,X),o.a.createElement(v.a,Object.assign({ref:function(t){e&&(e.current=t),K.current=t}},gt)))};e.a=Object(r.forwardRef)(O)},,function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={exports:{},id:i,loaded:!1};return t[i].call(r.exports,r,r.exports,n),r.loaded=!0,r.exports}return n.m=t,n.c=e,n.p="",n(0)}([function(t,e,n){t.exports=n(1)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i,r=n(2),o=(i=r)&&i.__esModule?i:{default:i};e.default=o.default,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t};function r(t){return t&&t.__esModule?t:{default:t}}e.default=d;var o=n(3),a=r(n(4)),s=n(14),l=r(n(15));function d(t){var e=t.activeClassName,n=void 0===e?"":e,r=t.activeIndex,a=void 0===r?-1:r,d=t.activeStyle,c=t.autoEscape,u=t.caseSensitive,h=void 0!==u&&u,p=t.className,f=t.findChunks,g=t.highlightClassName,m=void 0===g?"":g,v=t.highlightStyle,b=void 0===v?{}:v,y=t.highlightTag,x=void 0===y?"mark":y,_=t.sanitize,O=t.searchWords,w=t.textToHighlight,$=t.unhighlightTag,C=void 0===$?"span":$,k=t.unhighlightClassName,S=void 0===k?"":k,j=t.unhighlightStyle,E=function(t,e){var n={};for(var i in t)e.indexOf(i)>=0||Object.prototype.hasOwnProperty.call(t,i)&&(n[i]=t[i]);return n}(t,["activeClassName","activeIndex","activeStyle","autoEscape","caseSensitive","className","findChunks","highlightClassName","highlightStyle","highlightTag","sanitize","searchWords","textToHighlight","unhighlightTag","unhighlightClassName","unhighlightStyle"]),M=(0,o.findAll)({autoEscape:c,caseSensitive:h,findChunks:f,sanitize:_,searchWords:O,textToHighlight:w}),A=x,P=-1,T="",L=void 0,D=(0,l.default)((function(t){var e={};for(var n in t)e[n.toLowerCase()]=t[n];return e}));return(0,s.createElement)("span",i({className:p},E,{children:M.map((function(t,e){var i=w.substr(t.start,t.end-t.start);if(t.highlight){P++;var r=void 0;r="object"==typeof m?h?m[i]:(m=D(m))[i.toLowerCase()]:m;var o=P===+a;T=r+" "+(o?n:""),L=!0===o&&null!=d?Object.assign({},b,d):b;var l={children:i,className:T,key:e,style:L};return"string"!=typeof A&&(l.highlightIndex=P),(0,s.createElement)(A,l)}return(0,s.createElement)(C,{children:i,className:S,key:e,style:j})}))}))}d.propTypes={activeClassName:a.default.string,activeIndex:a.default.number,activeStyle:a.default.object,autoEscape:a.default.bool,className:a.default.string,findChunks:a.default.func,highlightClassName:a.default.oneOfType([a.default.object,a.default.string]),highlightStyle:a.default.object,highlightTag:a.default.oneOfType([a.default.node,a.default.func,a.default.string]),sanitize:a.default.func,searchWords:a.default.arrayOf(a.default.oneOfType([a.default.string,a.default.instanceOf(RegExp)])).isRequired,textToHighlight:a.default.string.isRequired,unhighlightTag:a.default.oneOfType([a.default.node,a.default.func,a.default.string]),unhighlightClassName:a.default.string,unhighlightStyle:a.default.object},t.exports=e.default},function(t,e){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={exports:{},id:i,loaded:!1};return t[i].call(r.exports,r,r.exports,n),r.loaded=!0,r.exports}return n.m=t,n.c=e,n.p="",n(0)}([function(t,e,n){t.exports=n(1)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(2);Object.defineProperty(e,"combineChunks",{enumerable:!0,get:function(){return i.combineChunks}}),Object.defineProperty(e,"fillInChunks",{enumerable:!0,get:function(){return i.fillInChunks}}),Object.defineProperty(e,"findAll",{enumerable:!0,get:function(){return i.findAll}}),Object.defineProperty(e,"findChunks",{enumerable:!0,get:function(){return i.findChunks}})},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});e.findAll=function(t){var e=t.autoEscape,o=t.caseSensitive,a=void 0!==o&&o,s=t.findChunks,l=void 0===s?i:s,d=t.sanitize,c=t.searchWords,u=t.textToHighlight;return r({chunksToHighlight:n({chunks:l({autoEscape:e,caseSensitive:a,sanitize:d,searchWords:c,textToHighlight:u})}),totalLength:u?u.length:0})};var n=e.combineChunks=function(t){var e=t.chunks;return e=e.sort((function(t,e){return t.start-e.start})).reduce((function(t,e){if(0===t.length)return[e];var n=t.pop();if(e.start<=n.end){var i=Math.max(n.end,e.end);t.push({start:n.start,end:i})}else t.push(n,e);return t}),[])},i=function(t){var e=t.autoEscape,n=t.caseSensitive,i=t.sanitize,r=void 0===i?o:i,a=t.searchWords,s=t.textToHighlight;return s=r(s),a.filter((function(t){return t})).reduce((function(t,i){i=r(i),e&&(i=i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"));for(var o=new RegExp(i,n?"g":"gi"),a=void 0;a=o.exec(s);){var l=a.index,d=o.lastIndex;d>l&&t.push({start:l,end:d}),a.index==o.lastIndex&&o.lastIndex++}return t}),[])};e.findChunks=i;var r=e.fillInChunks=function(t){var e=t.chunksToHighlight,n=t.totalLength,i=[],r=function(t,e,n){e-t>0&&i.push({start:t,end:e,highlight:n})};if(0===e.length)r(0,n,!1);else{var o=0;e.forEach((function(t){r(o,t.start,!1),r(t.start,t.end,!0),o=t.end})),r(o,n,!1)}return i};function o(t){return t}}])},function(t,e,n){(function(e){if("production"!==e.env.NODE_ENV){var i="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103;t.exports=n(6)((function(t){return"object"==typeof t&&null!==t&&t.$$typeof===i}),!0)}else t.exports=n(13)()}).call(e,n(5))},function(t,e){var n,i,r=t.exports={};function o(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(t){if(n===setTimeout)return setTimeout(t,0);if((n===o||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:o}catch(t){n=o}try{i="function"==typeof clearTimeout?clearTimeout:a}catch(t){i=a}}();var l,d=[],c=!1,u=-1;function h(){c&&l&&(c=!1,l.length?d=l.concat(d):u=-1,d.length&&p())}function p(){if(!c){var t=s(h);c=!0;for(var e=d.length;e;){for(l=d,d=[];++u<e;)l&&l[u].run();u=-1,e=d.length}l=null,c=!1,function(t){if(i===clearTimeout)return clearTimeout(t);if((i===a||!i)&&clearTimeout)return i=clearTimeout,clearTimeout(t);try{i(t)}catch(e){try{return i.call(null,t)}catch(e){return i.call(this,t)}}}(t)}}function f(t,e){this.fun=t,this.array=e}function g(){}r.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];d.push(new f(t,e)),1!==d.length||c||s(p)},f.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=g,r.addListener=g,r.once=g,r.off=g,r.removeListener=g,r.removeAllListeners=g,r.emit=g,r.prependListener=g,r.prependOnceListener=g,r.listeners=function(t){return[]},r.binding=function(t){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(t){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},function(t,e,n){(function(e){"use strict";var i=n(7),r=n(8),o=n(9),a=n(10),s=n(11),l=n(12);t.exports=function(t,n){var d="function"==typeof Symbol&&Symbol.iterator;var c={array:f("array"),bool:f("boolean"),func:f("function"),number:f("number"),object:f("object"),string:f("string"),symbol:f("symbol"),any:p(i.thatReturnsNull),arrayOf:function(t){return p((function(e,n,i,r,o){if("function"!=typeof t)return new h("Property `"+o+"` of component `"+i+"` has invalid PropType notation inside arrayOf.");var a=e[n];if(!Array.isArray(a))return new h("Invalid "+r+" `"+o+"` of type `"+m(a)+"` supplied to `"+i+"`, expected an array.");for(var l=0;l<a.length;l++){var d=t(a,l,i,r,o+"["+l+"]",s);if(d instanceof Error)return d}return null}))},element:p((function(e,n,i,r,o){var a=e[n];return t(a)?null:new h("Invalid "+r+" `"+o+"` of type `"+m(a)+"` supplied to `"+i+"`, expected a single ReactElement.")})),instanceOf:function(t){return p((function(e,n,i,r,o){if(!(e[n]instanceof t)){var a=t.name||"<<anonymous>>";return new h("Invalid "+r+" `"+o+"` of type `"+function(t){if(!t.constructor||!t.constructor.name)return"<<anonymous>>";return t.constructor.name}(e[n])+"` supplied to `"+i+"`, expected instance of `"+a+"`.")}return null}))},node:p((function(t,e,n,i,r){return g(t[e])?null:new h("Invalid "+i+" `"+r+"` supplied to `"+n+"`, expected a ReactNode.")})),objectOf:function(t){return p((function(e,n,i,r,o){if("function"!=typeof t)return new h("Property `"+o+"` of component `"+i+"` has invalid PropType notation inside objectOf.");var a=e[n],l=m(a);if("object"!==l)return new h("Invalid "+r+" `"+o+"` of type `"+l+"` supplied to `"+i+"`, expected an object.");for(var d in a)if(a.hasOwnProperty(d)){var c=t(a,d,i,r,o+"."+d,s);if(c instanceof Error)return c}return null}))},oneOf:function(t){if(!Array.isArray(t))return"production"!==e.env.NODE_ENV&&o(!1,"Invalid argument supplied to oneOf, expected an instance of array."),i.thatReturnsNull;return p((function(e,n,i,r,o){for(var a=e[n],s=0;s<t.length;s++)if(u(a,t[s]))return null;return new h("Invalid "+r+" `"+o+"` of value `"+a+"` supplied to `"+i+"`, expected one of "+JSON.stringify(t)+".")}))},oneOfType:function(t){if(!Array.isArray(t))return"production"!==e.env.NODE_ENV&&o(!1,"Invalid argument supplied to oneOfType, expected an instance of array."),i.thatReturnsNull;for(var n=0;n<t.length;n++){var r=t[n];if("function"!=typeof r)return o(!1,"Invalid argument supplied to oneOfType. Expected an array of check functions, but received %s at index %s.",b(r),n),i.thatReturnsNull}return p((function(e,n,i,r,o){for(var a=0;a<t.length;a++){if(null==(0,t[a])(e,n,i,r,o,s))return null}return new h("Invalid "+r+" `"+o+"` supplied to `"+i+"`.")}))},shape:function(t){return p((function(e,n,i,r,o){var a=e[n],l=m(a);if("object"!==l)return new h("Invalid "+r+" `"+o+"` of type `"+l+"` supplied to `"+i+"`, expected `object`.");for(var d in t){var c=t[d];if(c){var u=c(a,d,i,r,o+"."+d,s);if(u)return u}}return null}))},exact:function(t){return p((function(e,n,i,r,o){var l=e[n],d=m(l);if("object"!==d)return new h("Invalid "+r+" `"+o+"` of type `"+d+"` supplied to `"+i+"`, expected `object`.");var c=a({},e[n],t);for(var u in c){var p=t[u];if(!p)return new h("Invalid "+r+" `"+o+"` key `"+u+"` supplied to `"+i+"`.\nBad object: "+JSON.stringify(e[n],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(t),null," "));var f=p(l,u,i,r,o+"."+u,s);if(f)return f}return null}))}};function u(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function h(t){this.message=t,this.stack=""}function p(t){if("production"!==e.env.NODE_ENV)var i={},a=0;function l(l,d,c,u,p,f,g){if(u=u||"<<anonymous>>",f=f||c,g!==s)if(n)r(!1,"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");else if("production"!==e.env.NODE_ENV&&"undefined"!=typeof console){var m=u+":"+c;!i[m]&&a<3&&(o(!1,"You are manually calling a React.PropTypes validation function for the `%s` prop on `%s`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.",f,u),i[m]=!0,a++)}return null==d[c]?l?null===d[c]?new h("The "+p+" `"+f+"` is marked as required in `"+u+"`, but its value is `null`."):new h("The "+p+" `"+f+"` is marked as required in `"+u+"`, but its value is `undefined`."):null:t(d,c,u,p,f)}var d=l.bind(null,!1);return d.isRequired=l.bind(null,!0),d}function f(t){return p((function(e,n,i,r,o,a){var s=e[n];return m(s)!==t?new h("Invalid "+r+" `"+o+"` of type `"+v(s)+"` supplied to `"+i+"`, expected `"+t+"`."):null}))}function g(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(g);if(null===e||t(e))return!0;var n=function(t){var e=t&&(d&&t[d]||t["@@iterator"]);if("function"==typeof e)return e}(e);if(!n)return!1;var i,r=n.call(e);if(n!==e.entries){for(;!(i=r.next()).done;)if(!g(i.value))return!1}else for(;!(i=r.next()).done;){var o=i.value;if(o&&!g(o[1]))return!1}return!0;default:return!1}}function m(t){var e=typeof t;return Array.isArray(t)?"array":t instanceof RegExp?"object":function(t,e){return"symbol"===t||("Symbol"===e["@@toStringTag"]||"function"==typeof Symbol&&e instanceof Symbol)}(e,t)?"symbol":e}function v(t){if(null==t)return""+t;var e=m(t);if("object"===e){if(t instanceof Date)return"date";if(t instanceof RegExp)return"regexp"}return e}function b(t){var e=v(t);switch(e){case"array":case"object":return"an "+e;case"boolean":case"date":case"regexp":return"a "+e;default:return e}}return h.prototype=Error.prototype,c.checkPropTypes=l,c.PropTypes=c,c}}).call(e,n(5))},function(t,e){"use strict";function n(t){return function(){return t}}var i=function(){};i.thatReturns=n,i.thatReturnsFalse=n(!1),i.thatReturnsTrue=n(!0),i.thatReturnsNull=n(null),i.thatReturnsThis=function(){return this},i.thatReturnsArgument=function(t){return t},t.exports=i},function(t,e,n){(function(e){"use strict";var n=function(t){};"production"!==e.env.NODE_ENV&&(n=function(t){if(void 0===t)throw new Error("invariant requires an error message argument")}),t.exports=function(t,e,i,r,o,a,s,l){if(n(e),!t){var d;if(void 0===e)d=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[i,r,o,a,s,l],u=0;(d=new Error(e.replace(/%s/g,(function(){return c[u++]})))).name="Invariant Violation"}throw d.framesToPop=1,d}}}).call(e,n(5))},function(t,e,n){(function(e){"use strict";var i=n(7);if("production"!==e.env.NODE_ENV){var r=function(t){for(var e=arguments.length,n=Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];var r=0,o="Warning: "+t.replace(/%s/g,(function(){return n[r++]}));"undefined"!=typeof console&&console.error(o);try{throw new Error(o)}catch(t){}};i=function(t,e){if(void 0===e)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");if(0!==e.indexOf("Failed Composite propType: ")&&!t){for(var n=arguments.length,i=Array(n>2?n-2:0),o=2;o<n;o++)i[o-2]=arguments[o];r.apply(void 0,[e].concat(i))}}}t.exports=i}).call(e,n(5))},function(t,e){
31
+ var i=/input|select|textarea|button|object|iframe/;function r(t){var e=t.offsetWidth<=0&&t.offsetHeight<=0;if(e&&!t.innerHTML)return!0;try{var n=window.getComputedStyle(t),i=n.getPropertyValue("display");return e?"contents"!==i&&function(t,e){return"visible"!==e.getPropertyValue("overflow")||t.scrollWidth<=0&&t.scrollHeight<=0}(t,n):"none"===i}catch(t){return console.warn("Failed to inspect element style"),!1}}function o(t,e){var n=t.nodeName.toLowerCase();return(i.test(n)&&!t.disabled||"a"===n&&t.href||e)&&function(t){for(var e=t,n=t.getRootNode&&t.getRootNode();e&&e!==document.body;){if(n&&e===n&&(e=n.host.parentNode),r(e))return!1;e=e.parentNode}return!0}(t)}function a(t){var e=t.getAttribute("tabindex");null===e&&(e=void 0);var n=isNaN(e);return(n||e>=0)&&o(t,!n)}t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.resetState=function(){s&&(s.removeAttribute?s.removeAttribute("aria-hidden"):null!=s.length?s.forEach((function(t){return t.removeAttribute("aria-hidden")})):document.querySelectorAll(s).forEach((function(t){return t.removeAttribute("aria-hidden")})));s=null},e.log=function(){0},e.assertNodeList=l,e.setElement=function(t){var e=t;if("string"==typeof e&&a.canUseDOM){var n=document.querySelectorAll(e);l(n,e),e=n}return s=e||s},e.validateElement=d,e.hide=function(t){var e=!0,n=!1,i=void 0;try{for(var r,o=d(t)[Symbol.iterator]();!(e=(r=o.next()).done);e=!0){r.value.setAttribute("aria-hidden","true")}}catch(t){n=!0,i=t}finally{try{!e&&o.return&&o.return()}finally{if(n)throw i}}},e.show=function(t){var e=!0,n=!1,i=void 0;try{for(var r,o=d(t)[Symbol.iterator]();!(e=(r=o.next()).done);e=!0){r.value.removeAttribute("aria-hidden")}}catch(t){n=!0,i=t}finally{try{!e&&o.return&&o.return()}finally{if(n)throw i}}},e.documentNotReadyOrSSRTesting=function(){s=null};var i,r=n(179),o=(i=r)&&i.__esModule?i:{default:i},a=n(177);var s=null;function l(t,e){if(!t||!t.length)throw new Error("react-modal: No elements were found for selector "+e+".")}function d(t){var e=t||s;return e?Array.isArray(e)||e instanceof HTMLCollection||e instanceof NodeList?e:[e]:((0,o.default)(!1,["react-modal: App element is not defined.","Please use `Modal.setAppElement(el)` or set `appElement={el}`.","This is needed so screen readers don't see main content","when modal is opened. It is not recommended, but you can opt-out","by setting `ariaHideApp={false}`."].join(" ")),[])}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.log=function(){console.log("portalOpenInstances ----------"),console.log(r.openInstances.length),r.openInstances.forEach((function(t){return console.log(t)})),console.log("end portalOpenInstances ----------")},e.resetState=function(){r=new i};var i=function t(){var e=this;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),this.register=function(t){-1===e.openInstances.indexOf(t)&&(e.openInstances.push(t),e.emit("register"))},this.deregister=function(t){var n=e.openInstances.indexOf(t);-1!==n&&(e.openInstances.splice(n,1),e.emit("deregister"))},this.subscribe=function(t){e.subscribers.push(t)},this.emit=function(t){e.subscribers.forEach((function(n){return n(t,e.openInstances.slice())}))},this.openInstances=[],this.subscribers=[]},r=new i;e.default=r},function(t,e,n){var i=n(89).default,r=n(268);t.exports=function(t){var e=r(t,"string");return"symbol"===i(e)?e:String(e)},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){var i=n(208);t.exports=function(t,e){if(t){if("string"==typeof t)return i(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?i(t,e):void 0}},t.exports.__esModule=!0,t.exports.default=t.exports},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(222),l=n.n(s),d=n(2),c=n(4),u=n(10),h=n(25),p=n(194),f=n(192),g=n(193),m=n(8),v=n(59),b=n(12),y=n(149);function x(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return _(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var O=function t(e){var n=e.aria,o=void 0===n?{}:n,s=e.cancelButton,p=e.confirmButton,f=e.className,g=e.data,_=void 0===g?{}:g,O=e.htmlOptions,w=void 0===O?{}:O,$=e.id,C=e.size,k=void 0===C?"md":C,S=e.children,j=e.loading,E=void 0!==j&&j,M=e.fullHeight,A=void 0!==M&&M,P=e.opened,T=e.onCancel,L=e.onConfirm,D=e.onClose,I=e.placement,N=void 0===I?"center":I,R=e.portalClassName,F=e.shouldCloseOnOverlayClick,B=void 0===F||F,z=e.status,H=e.text,W=e.title,Y=e.trigger,U=Object(d.a)(o),G=Object(d.c)(_),V=Object(d.d)(w),X={base:a()("pb_dialog",Object(d.b)("pb_dialog",k,N)),afterOpen:"pb_dialog_after_open",beforeClose:"pb_dialog_before_close"},q={base:"pb_dialog_overlay ".concat(null!==A&&(A?"xl"===k?"full_height_center":"full_height_".concat(N):null)),afterOpen:"pb_dialog_overlay_after_open",beforeClose:"pb_dialog_overlay_before_close"},K=a()(Object(d.b)("pb_dialog_wrapper"),Object(c.c)(e),f),Z=x(Object(i.useState)(!1),2),J=Z[0],Q=Z[1],tt=Y?J:P,et={onClose:Y?function(){Q(!1)}:D};Y&&document.querySelector(Y).addEventListener("click",(function(){Q(!0),document.querySelector("#cancel-button").addEventListener("click",(function(){Q(!1)}))}),{once:!0});var nt={default:{icon:"exclamation-circle",variant:"default",size:"lg"},info:{icon:"info-circle",variant:"default",size:"lg"},caution:{icon:"exclamation-triangle",variant:"yellow",size:"lg"},delete:{icon:"trash-alt",variant:"red",size:"lg"},error:{icon:"times-circle",variant:"red",size:"lg"},success:{icon:"check-circle",variant:"green",size:"lg"}};return r.a.createElement(y.a.Provider,{value:et},r.a.createElement("div",Object.assign({},U,G,V,{className:K}),r.a.createElement(l.a,{ariaHideApp:!1,className:X,closeTimeoutMS:200,contentLabel:"Minimal Modal Example",id:$,isOpen:tt,onRequestClose:D,overlayClassName:q,portalClassName:R,shouldCloseOnOverlayClick:B},r.a.createElement(r.a.Fragment,null,W&&!z?r.a.createElement(t.Header,null,W):null,!z&&H?r.a.createElement(t.Body,null,H):null,z&&r.a.createElement(t.Body,{className:"dialog_status_text_align",padding:"md"},r.a.createElement(m.a,{align:"center",orientation:"column"},r.a.createElement(v.a,{icon:nt[z].icon,size:nt[z].size,variant:nt[z].variant}),r.a.createElement(b.a,{marginTop:"sm",size:3},W),r.a.createElement(u.a,{marginTop:"xs",text:H}))),s&&p?r.a.createElement(t.Footer,null,r.a.createElement(h.a,{htmlType:"button",loading:E,onClick:L,variant:"primary"},p),r.a.createElement(h.a,{htmlType:"button",id:"cancel-button",onClick:T,variant:"link"},s)):null,S))))};O.Header=p.a,O.Body=g.a,O.Footer=f.a,e.a=O},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=n(67),l=n.n(s),d=n(28),c=n.n(d),u=n(49),h=n(75),p=n(68),f=n(120),g=n.n(f),m=n(225),v=n.n(m),b=n(7),y=n.n(b),x=n(9),_=n.n(x),O=n(2),w=n(4);function $(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return C(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return C(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function C(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var k=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n};e.a=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.chartData,s=t.dark,d=void 0!==s&&s,f=t.data,m=void 0===f?{}:f,b=t.disableAnimation,x=void 0!==b&&b,C=t.fullCircle,S=void 0!==C&&C,j=t.height,E=void 0===j?null:j,M=t.htmlOptions,A=void 0===M?{}:M,P=t.id,T=t.max,L=void 0===T?100:T,D=t.min,I=void 0===D?0:D,N=t.prefix,R=void 0===N?"":N,F=t.showLabels,B=void 0!==F&&F,z=t.style,H=void 0===z?"solidgauge":z,W=t.suffix,Y=void 0===W?"":W,U=t.title,G=void 0===U?"":U,V=t.tooltipHtml,X=void 0===V?'<span style="font-weight: bold; color:{point.color};">●</span>{point.name}: <b>{point.y}</b>':V,q=t.colors,K=void 0===q?[]:q,Z=t.minorTickInterval,J=void 0===Z?null:Z,Q=t.circumference,tt=void 0===Q?S?[0,360]:[-100,100]:Q,et=k(t,["aria","chartData","dark","data","disableAnimation","fullCircle","height","htmlOptions","id","max","min","prefix","showLabels","style","suffix","title","tooltipHtml","colors","minorTickInterval","circumference"]),nt=Object(O.a)(n),it=Object(O.c)(m),rt=Object(O.d)(A);g()(c.a),v()(c.a);d?c.a.setOptions(h.a):c.a.setOptions(u.a),c.a.setOptions({tooltip:{pointFormat:X,followPointer:!0}});var ot=Object(O.b)({pb_gauge_kit:!0}),at=$(Object(i.useState)({}),2),st=at[0],lt=at[1];return Object(i.useEffect)((function(){var t=o.map((function(t){return t.y=t.value,delete t.value,t})),e={chart:{events:{load:function(){setTimeout(this.reflow.bind(this),0)}},type:H,height:E},title:{text:G},yAxis:{min:I,max:L,lineWidth:0,tickWidth:0,minorTickInterval:J,tickAmount:2,tickPositions:[I,L],labels:{y:26,enabled:B}},credits:!1,series:[{data:t}],pane:{center:["50%","50%"],size:"90%",startAngle:tt[0],endAngle:tt[1],background:{borderWidth:20,innerRadius:"90%",outerRadius:"90%",shape:"arc",className:"gauge-pane"}},colors:void 0!==K&&K.length>0?Object(p.a)(K):u.a.colors,plotOptions:{series:{animation:!x},solidgauge:{borderColor:void 0!==K&&1===K.length?Object(p.a)(K).join():u.a.colors[0],borderWidth:20,radius:90,innerRadius:"90%",dataLabels:{borderWidth:0,color:y.a.text_lt_default,enabled:!0,format:'<span class="prefix">'.concat(R,"</span>")+'<span class="fix">{y:,f}</span>'+'<span class="suffix">'.concat(Y,"</span>"),style:{fontFamily:_.a.font_family_base,fontWeight:_.a.regular,fontSize:_.a.heading_2},y:-26}}}};lt(Object.assign({},e)),document.querySelector(".prefix")&&(document.querySelectorAll(".prefix").forEach((function(t){t.setAttribute("y","28")})),document.querySelectorAll(".fix").forEach((function(t){return t.setAttribute("y","38")})))}),[o]),r.a.createElement(l.a,{containerProps:Object.assign(Object.assign(Object.assign({className:a()(ot,Object(w.c)(et)),id:P},nt),it),rt),highcharts:c.a,options:st})}},function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var i=n(56),r=n(294);function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}function s(t,e){return(s=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function l(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,i=c(t);if(e){var r=c(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return d(this,n)}}function d(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function c(t){return(c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var u=[0,20],h=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&s(t,e)}(c,t);var e,n,i,d=l(c);function c(){return o(this,c),d.apply(this,arguments)}return e=c,i=[{key:"selector",get:function(){return"[data-pb-popover-kit]"}}],(n=[{key:"moveTooltip",value:function(){document.querySelector("body").appendChild(this.tooltip)}},{key:"connect",value:function(){var t=this;this.moveTooltip(),this.popper=Object(r.a)(this.triggerElement,this.tooltip,{placement:this.position,strategy:"fixed",modifiers:[{name:"offset",options:{offset:this.offset}}]}),this.triggerElement.addEventListener("click",(function(e){e.preventDefault(),e.stopPropagation(),t.tooltip.classList.contains("show")||t.checkCloseTooltip(),setTimeout((function(){t.toggleTooltip(),t.popper.update()}),0)}))}},{key:"checkCloseTooltip",value:function(){var t=this;document.querySelector("body").addEventListener("click",(function(e){var n=e.target,i=null!==n.closest("#".concat(t.tooltipId)),r=null!==n.closest("#".concat(t.triggerElementId));switch(t.closeOnClick){case"any":(i||!i&&!r)&&t.hideTooltip();break;case"outside":i||r||t.hideTooltip();break;case"inside":i&&t.hideTooltip()}}),!0)}},{key:"hideTooltip",value:function(){this.tooltip.classList.remove("show"),this.tooltip.classList.add("hide")}},{key:"toggleTooltip",value:function(){this.tooltip.classList.toggle("show"),this.tooltip.classList.toggle("hide")}},{key:"triggerElement",get:function(){return this._triggerElement=this._triggerElement||document.querySelector("#".concat(this.triggerElementId))}},{key:"tooltip",get:function(){return this._tooltip=this._tooltip||this.element.querySelector("#".concat(this.tooltipId))}},{key:"position",get:function(){return this.element.dataset.pbPopoverPosition}},{key:"triggerElementId",get:function(){return this.element.dataset.pbPopoverTriggerElementId}},{key:"tooltipId",get:function(){return this.element.dataset.pbPopoverTooltipId}},{key:"offset",get:function(){return"true"===this.element.dataset.pbPopoverOffset?u:[0,0]}},{key:"closeOnClick",get:function(){return this.element.dataset.pbPopoverCloseOnClick}}])&&a(e.prototype,n),i&&a(e,i),Object.defineProperty(e,"prototype",{writable:!1}),c}(i.a)},function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var i=n(56),r=n(184),o=n(186),a=n(189),s=n(188);function l(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function d(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}function c(t,e){return(c=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function u(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,i=p(t);if(e){var r=p(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return h(this,n)}}function h(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function p(t){return(p=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var f=[0,20],g=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&c(t,e)}(p,t);var e,n,i,h=u(p);function p(){return l(this,p),h.apply(this,arguments)}return e=p,i=[{key:"selector",get:function(){return"[data-pb-tooltip-kit]"}}],(n=[{key:"connect",value:function(){var t=this;this.triggerElements.forEach((function(e){e.addEventListener("mouseenter",(function(){t.mouseenterTimeout=setTimeout((function(){t.showTooltip(e),t.checkCloseTooltip(e)}),250),e.addEventListener("mouseleave",(function(){clearTimeout(t.mouseenterTimeout),setTimeout((function(){t.hideTooltip()}),0)}),{once:!0})}))})),this.tooltip.addEventListener("mouseenter",(function(){clearTimeout(t.mouseenterTimeout)})),this.tooltip.addEventListener("mouseleave",(function(){t.hideTooltip()}))}},{key:"checkCloseTooltip",value:function(t){var e=this;document.querySelector("body").addEventListener("click",(function(n){var i=n.target,r=i.closest("#".concat(e.tooltipId))===e.tooltip;i.closest(e.triggerElementSelector)===t||r?e.checkCloseTooltip(t):e.hideTooltip()}),{once:!0})}},{key:"showTooltip",value:function(t){"false"!==this.shouldShowTooltip&&(this.popper=Object(r.a)(t,this.tooltip,{placement:this.position,modifiers:[{name:"offset",options:{offset:f}},{name:"arrow",options:{element:document.querySelector("#".concat(this.tooltipId,"-arrow"))}},o.a,a.a,s.a]}),this.tooltip.classList.add("show"))}},{key:"hideTooltip",value:function(){var t=this;this.tooltip.classList.add("fade_out"),setTimeout((function(){t.popper&&(t.popper.destroy(),t.tooltip.classList.remove("show"),t.tooltip.classList.remove("fade_out"))}),250)}},{key:"triggerElements",get:function(){var t;return(t=this.triggerElementId?document.querySelector("#".concat(this.triggerElementId)):this.triggerElementSelector.indexOf("#")>-1?document.querySelector("".concat(this.triggerElementSelector)):document.querySelectorAll("".concat(this.triggerElementSelector)))?(t.length||(t=[t]),this._triggerElements=this._triggerElements||t):(console.error("Tooltip Kit: an invalid or unavailable DOM reference was provided!"),[])}},{key:"tooltip",get:function(){return this._tooltip=this._tooltip||this.element.querySelector("#".concat(this.tooltipId))}},{key:"position",get:function(){return this.element.dataset.pbTooltipPosition}},{key:"triggerElementId",get:function(){return this.element.dataset.pbTooltipTriggerElementId}},{key:"tooltipId",get:function(){return this.element.dataset.pbTooltipTooltipId}},{key:"triggerElementSelector",get:function(){return this.element.dataset.pbTooltipTriggerElementSelector}},{key:"shouldShowTooltip",get:function(){return this.element.dataset.pbTooltipShowTooltip}}])&&d(e.prototype,n),i&&d(e,i),Object.defineProperty(e,"prototype",{writable:!1}),p}(i.a)},function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var i=n(56),r=n(24);function o(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(!t)return;if("string"==typeof t)return a(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(t,e)}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var i=0,r=function(){};return{s:r,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,l=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return s=t.done,t},e:function(t){l=!0,o=t},f:function(){try{s||null==n.return||n.return()}finally{if(l)throw o}}}}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}function s(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}function d(t,e){return(d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function c(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,i=h(t);if(e){var r=h(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return u(this,n)}}function u(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function h(t){return(h=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var p=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&d(t,e)}(u,t);var e,n,i,a=c(u);function u(){return s(this,u),a.apply(this,arguments)}return e=u,i=[{key:"selector",get:function(){return"[data-pb-typeahead-kit]"}}],(n=[{key:"connect",value:function(){var t=this;this.element.addEventListener("keydown",(function(e){return t.handleKeydown(e)})),this.searchInput.addEventListener("focus",(function(){return t.debouncedSearch()})),this.searchInput.addEventListener("input",(function(){return t.debouncedSearch()})),this.resultsElement.addEventListener("click",(function(e){return t.optionSelected(e)}))}},{key:"handleKeydown",value:function(t){"ArrowUp"===t.key?(t.preventDefault(),this.focusPreviousOption()):"ArrowDown"===t.key&&(t.preventDefault(),this.focusNextOption())}},{key:"search",value:function(){var t=this;if(this.searchTerm.length<parseInt(this.searchTermMinimumLength))return this.clearResults();this.toggleResultsLoadingIndicator(!0),this.showResults();var e=this.searchTerm,n=this.searchContext,i={searchingFor:e,searchingContext:n,setResults:function(i){t.resultsCacheUpdate(e,n,i)}};this.element.dispatchEvent(new CustomEvent("pb-typeahead-kit-search",{bubbles:!0,detail:i}))}},{key:"resultsCacheUpdate",value:function(t,e,n){var i=this.cacheKeyFor(t,e);this.resultsOptionCache.has(i)&&this.resultsOptionCache.delete(i),this.resultsOptionCache.size>32&&this.resultsOptionCache.delete(this.resultsOptionCache.keys().next().value),this.resultsOptionCache.set(i,n),this.showResults()}},{key:"resultsCacheClear",value:function(){this.resultsOptionCache.clear()}},{key:"debouncedSearch",get:function(){return this._debouncedSearch=this._debouncedSearch||Object(r.debounce)(this.search,parseInt(this.searchDebounceTimeout)).bind(this)}},{key:"showResults",value:function(){var t=this;if(this.resultsOptionCache.has(this.searchTermAndContext)){this.toggleResultsLoadingIndicator(!1),this.clearResults();var e,n=o(this.resultsOptionCache.get(this.searchTermAndContext));try{for(n.s();!(e=n.n()).done;){var i=e.value;this.resultsElement.appendChild(this.newResultOption(i.cloneNode(!0)))}}catch(t){n.e(t)}finally{n.f()}var r,a=o(this.resultsElement.querySelectorAll("[data-result-option-item]"));try{for(a.s();!(r=a.n()).done;)r.value.addEventListener("mousedown",(function(e){return t.optionSelected(e)}))}catch(t){a.e(t)}finally{a.f()}}}},{key:"optionSelected",value:function(t){var e=t.target.closest("[data-result-option-item]");e&&(this.resultsCacheClear(),this.searchInputClear(),this.clearResults(),this.element.dispatchEvent(new CustomEvent("pb-typeahead-kit-result-option-selected",{bubbles:!0,detail:{selected:e,typeahead:this}})))}},{key:"clearResults",value:function(){this.resultsElement.innerHTML=""}},{key:"newResultOption",value:function(t){var e=this.resultOptionTemplate.content.cloneNode(!0);return e.querySelector('slot[name="content"]').replaceWith(t),e}},{key:"focusPreviousOption",value:function(){var t=this.resultOptionItems.indexOf(this.currentSelectedResultOptionItem)-1;(this.resultOptionItems[t]||this.resultOptionItems[this.resultOptionItems.length-1]).focus()}},{key:"focusNextOption",value:function(){var t=this.resultOptionItems.indexOf(this.currentSelectedResultOptionItem)+1;(this.resultOptionItems[t]||this.resultOptionItems[0]).focus()}},{key:"resultOptionItems",get:function(){return Array.from(this.resultsElement.querySelectorAll("[data-result-option-item]"))}},{key:"currentSelectedResultOptionItem",get:function(){return document.activeElement.closest("[data-result-option-item]")}},{key:"searchInput",get:function(){return this._searchInput=this._searchInput||this.element.querySelector('input[type="search"]')}},{key:"searchTerm",get:function(){return this.searchInput.value}},{key:"searchContext",get:function(){if(this._searchContext)return this._searchContext;var t=this.element.dataset.searchContextValueSelector;return t?(this.element.parentNode.querySelector(t)||this.element.closest(t)).value:null},set:function(t){this._searchContext=t}},{key:"searchTermAndContext",get:function(){return this.cacheKeyFor(this.searchTerm,this.searchContext)}},{key:"cacheKeyFor",value:function(t,e){return[t,JSON.stringify(e)].join()}},{key:"searchInputClear",value:function(){this.searchInput.value=""}},{key:"searchTermMinimumLength",get:function(){return this.element.dataset.pbTypeaheadKitSearchTermMinimumLength}},{key:"searchDebounceTimeout",get:function(){return this.element.dataset.pbTypeaheadKitSearchDebounceTimeout}},{key:"resultsElement",get:function(){return this._resultsElement=this._resultsElement||this.element.querySelector("[data-pb-typeahead-kit-results]")}},{key:"resultOptionTemplate",get:function(){return this._resultOptionTemplate=this._resultOptionTemplate||this.element.querySelector("template[data-pb-typeahead-kit-result-option]")}},{key:"resultsOptionCache",get:function(){return this._resultsOptionCache=this._resultsOptionCache||new Map}},{key:"resultsLoadingIndicator",get:function(){return this._resultsLoadingIndicator=this._resultsLoadingIndicator||this.element.querySelector("[data-pb-typeahead-kit-loading-indicator]")}},{key:"toggleResultsLoadingIndicator",value:function(t){var e="0";t&&(e="1"),this.resultsLoadingIndicator.style.opacity=e}}])&&l(e.prototype,n),i&&l(e,i),Object.defineProperty(e,"prototype",{writable:!1}),u}(i.a)},function(t,e,n){"use strict";e.a=function(){var t=document.querySelectorAll("[data-open-dialog]"),e=document.querySelectorAll("[data-close-dialog]"),n=document.querySelectorAll(".pb_dialog_rails");t.forEach((function(t){t.addEventListener("click",(function(){var e=t.dataset.openDialog,n=document.getElementById(e);n.open||n.showModal()}))})),e.forEach((function(t){t.addEventListener("click",(function(){var e=t.dataset.closeDialog;document.getElementById(e).close()}))})),n.forEach((function(t){t.addEventListener("mousedown",(function(e){if("overlay_close"!==t.parentElement.dataset.overlayClick){var n=e.target.getBoundingClientRect();(e.clientX<n.left||e.clientX>n.right||e.clientY<n.top||e.clientY>n.bottom)&&(t.close(),e.stopPropagation())}}))}))}},function(t,e,n){"use strict";var i=n(0),r=n.n(i),o=n(3),a=n.n(o),s=function(){var t=event.target.closest(".pb_rich_text_editor_kit");t.classList.contains("inline")&&t.classList.toggle("focused")},l=function(){document.querySelectorAll(".focus-editor-targets trix-editor").forEach((function(t){var e=t.toolbarElement;t==document.activeElement?(t.classList.add("focused-editor"),e.style.display="block"):e.contains(document.activeElement)||(t.classList.remove("focused-editor"),e.style.display="none")}))},d=n(4),c=n(2),u=n(228),h=n(113),p=n(8),f=n(16),g=n(53),m=n(5),v=n(173),b=function(t){var e=t.classname,n=t.disable,i=t.onclick,o=t.icon,a=t.text;return r.a.createElement(v.a,{delay:{open:2e3},interaction:!0,placement:"top",text:a},r.a.createElement("button",{className:e,disabled:n,onClick:i,role:"button",type:"button"},r.a.createElement(p.a,{align:"center",className:"toolbar_button_icon",justify:"center"},r.a.createElement(m.a,{icon:o,size:"lg"}))))},y=n(74),x=n(25),_=n(45),O=n(26);function w(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return $(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return $(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function $(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var C=function(t){for(var e=t.editor,n=w(Object(i.useState)(!1),2),o=n[0],a=n[1],s=[{node:"paragraph",icon:"paragraph",isActive:e.isActive("paragraph"),text:"Paragraph",onclick:function(){return e.chain().focus().setParagraph().run()}},{node:"heading-1",icon:"h1",isActive:e.isActive("heading",{level:1}),text:"Heading 1",onclick:function(){return e.chain().focus().toggleHeading({level:1}).run()}},{node:"heading-2",icon:"h2",isActive:e.isActive("heading",{level:2}),text:"Heading 2",onclick:function(){return e.chain().focus().toggleHeading({level:2}).run()}},{node:"heading-3",icon:"h3",isActive:e.isActive("heading",{level:3}),text:"Heading 3",onclick:function(){return e.chain().focus().toggleHeading({level:3}).run()}},{node:"bulletList",icon:"list",isActive:e.isActive("bulletList"),text:"Bullet List",onclick:function(){return e.chain().focus().toggleBulletList().run()}},{node:"orderedList",icon:"list-ol",isActive:e.isActive("orderedList"),text:"Ordered List",onclick:function(){return e.chain().focus().toggleOrderedList().run()}},{node:"blockquote",icon:"block-quote",isActive:e.isActive("blockquote"),text:"Block Quote",onclick:function(){return e.chain().focus().toggleBlockquote().run()}}],l=0,d=[],c=0,u=s;c<u.length;c++){var h=u[c],f=h.text,g=h.isActive,v=h.icon;g&&(l++,d.push(r.a.createElement(p.a,{align:"center",gap:"xs",key:v},r.a.createElement(m.a,{icon:v,size:"lg"}),r.a.createElement("div",null,f),r.a.createElement(p.a,{className:o?"fa-flip-vertical":"",display:"inline_flex"},r.a.createElement(m.a,{fixedWidth:!0,icon:"angle-down","margin-left":"xs"})))))}var b=r.a.createElement(x.a,{className:"editor-dropdown-button",onClick:function(){a(!0)},variant:"secondary"},2===l?d[1]:1===l?d[0]||null:r.a.createElement(p.a,{align:"center",gap:"xs",key:"paragraph"},r.a.createElement(m.a,{icon:"paragraph",size:"lg"}),r.a.createElement("div",null,"Paragraph"),r.a.createElement(p.a,{className:o?"fa-flip-vertical":"",display:"inline_flex"},r.a.createElement(m.a,{fixedWidth:!0,icon:"angle-down","margin-left":"xs"}))));return r.a.createElement(y.a,{closeOnClick:"outside",padding:"none",placement:"bottom",reference:b,shouldClosePopover:function(t){a(!t)},show:o},r.a.createElement(_.a,{paddingBottom:"xs",paddingTop:"xs",variant:"subtle"},s.map((function(t,e){var n=t.icon,i=t.text,o=t.onclick,s=t.isActive;return r.a.createElement(O.a,{className:"pb_tiptap_toolbar_dropdown_list_item ".concat(s?"is-active":""),cursor:"pointer",iconLeft:n,key:"".concat(i,"_").concat(e),margin:"none",onClick:function(){o(),a(!1)},paddingBottom:"xxs",paddingTop:"xxs",text:i})}))))},k=function(t){var e=t.editor,n=Object(i.useCallback)((function(){var t=e.getAttributes("link").href,n=window.prompt("URL",t);null!==n&&(""!==n?e.chain().focus().extendMarkRange("link").setLink({href:n}).run():e.chain().focus().extendMarkRange("link").unsetLink().run())}),[e]),o=[{onclick:function(){return e.chain().focus().toggleCodeBlock().run()},icon:"code",isActive:e.isActive("codeBlock"),text:"Codeblock"},{onclick:n,icon:"link",isActive:e.isActive("link"),text:"Link"}];return r.a.createElement(r.a.Fragment,null,o.map((function(t,e){var n=t.onclick,i=t.icon,o=t.text,a=t.isActive;return r.a.createElement(b,{classname:"toolbar_button ".concat(a?"is-active":""),icon:i,key:e,onclick:n,text:o})})))},S=function(t){var e=t.editor,n=[{classname:"toolbar_button",icon:"undo",text:"Undo",onclick:function(){return e.chain().focus().undo().run()},disable:!e.can().chain().focus().undo().run()},{classname:"toolbar_button",icon:"redo",text:"Redo",onclick:function(){return e.chain().focus().redo().run()},disable:!e.can().chain().focus().redo().run()}];return r.a.createElement(r.a.Fragment,null,r.a.createElement(f.a,{displayFlex:!0},n.map((function(t,e){var n=t.onclick,i=t.classname,o=t.disable,a=t.icon,s=t.text;return r.a.createElement(b,{classname:i,disable:o,icon:a,key:e,onclick:n,text:s})}))))};function j(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return E(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return E(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function E(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}var M=function(t){var e=t.extensions,n=j(Object(i.useState)(!1),2),o=n[0],a=n[1],s=r.a.createElement("button",{className:"toolbar_button",onClick:function(){a(!0)},role:"button",type:"button"},r.a.createElement(p.a,{align:"center",className:"toolbar_button_icon",justify:"center"},r.a.createElement(m.a,{icon:"ellipsis",size:"lg"})));return r.a.createElement(y.a,{closeOnClick:"outside",padding:"none",placement:"bottom",reference:s,shouldClosePopover:function(t){a(!t)},show:o},r.a.createElement(_.a,{paddingBottom:e.length>1?"xs":"none",paddingTop:e.length>1?"xs":"none",variant:"subtle"},e&&e.map((function(t,e){var n=t.icon,i=t.text,o=t.onclick,s=t.isActive;return r.a.createElement(O.a,{className:"pb_tiptap_toolbar_dropdown_list_item ".concat(s?"is-active":""),cursor:"pointer",iconLeft:n,key:"".concat(i,"_").concat(e),margin:"none",onClick:function(){o(),a(!1)},paddingBottom:"xxs",paddingTop:"xxs",text:i})}))))},A=function(t){var e=t.editor,n=t.extensions,i=[{icon:"bold",text:"Bold",classname:"toolbar_button ".concat(e.isActive("bold")?"is-active":""),onclick:function(){return e.chain().focus().toggleBold().run()}},{icon:"italic",text:"Italic",classname:"toolbar_button ".concat(e.isActive("italic")?"is-active":""),onclick:function(){return e.chain().focus().toggleItalic().run()}},{icon:"strikethrough",text:"Strikethrough",classname:"toolbar_button ".concat(e.isActive("strike")?"is-active":""),onclick:function(){return e.chain().focus().toggleStrike().run()}}];return r.a.createElement(h.a,{backgroundColor:"white",className:"toolbar"},r.a.createElement(p.a,{flex:"0",justify:"between",paddingX:"sm",paddingY:"xxs"},r.a.createElement(f.a,{className:"toolbar_block",displayFlex:!0},r.a.createElement(C,{editor:e}),r.a.createElement(g.a,{orientation:"vertical"}),i&&i.map((function(t,e){var n=t.icon,i=t.text,o=t.classname,a=t.onclick;return r.a.createElement(b,{classname:o,icon:n,key:e,onclick:a,text:i})})),r.a.createElement(g.a,{orientation:"vertical"}),r.a.createElement(k,{editor:e}),n&&r.a.createElement(r.a.Fragment,null,r.a.createElement(M,{extensions:n}))),r.a.createElement(S,{editor:e})))};function P(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function T(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return L(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return L(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function L(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}try{n(266).config.textAttributes.inlineCode={tagName:"code",inheritable:!0}}catch(t){}e.a=function(t){var e=t.aria,n=void 0===e?{}:e,o=t.advancedEditor,h=t.advancedEditorToolbar,p=void 0===h||h,f=t.toolbarBottom,g=void 0!==f&&f,m=t.children,v=t.className,b=t.data,y=void 0===b?{}:b,x=t.focus,_=void 0!==x&&x,O=t.htmlOptions,w=void 0===O?{}:O,$=t.inline,C=void 0!==$&&$,k=t.extensions,S=t.name,j=t.onChange,E=void 0===j?c.e:j,M=t.placeholder,L=t.simple,D=void 0!==L&&L,I=t.sticky,N=void 0!==I&&I,R=t.template,F=void 0===R?"":R,B=t.value,z=void 0===B?"":B,H=t.maxWidth,W=void 0===H?"md":H,Y=Object(c.a)(n),U=Object(c.c)(y),G=T(Object(i.useState)(),2),V=G[0],X=G[1],q=Object(c.d)(w),K=null==V?void 0:V.element;if(V){var Z=K.parentElement.querySelector("trix-toolbar"),J=Z.querySelector("[data-trix-attribute=code]"),Q=Z.querySelector("[data-trix-attribute=inlineCode]");Q||(Q=J.cloneNode(!0)),Q.dataset.trixAttribute="inlineCode",J.insertAdjacentElement("afterend",Q),g&&V.element.after(Z);K.addEventListener("trix-selection-change",(function(){var t=function(){if(V.attributeIsActive("code"))return"block";if(V.attributeIsActive("inlineCode"))return"inline";var t=V.getSelectedRange();if(t[0]==t[1])return"block";var e=V.getSelectedDocument().toString().trim();return/\n/.test(e)?"block":"inline"}();J.hidden="inline"==t,Q.hidden="block"==t})),_&&(document.addEventListener("trix-focus",l),document.addEventListener("trix-blur",l),l()),document.addEventListener("trix-focus",s),document.addEventListener("trix-blur",s)}Object(i.useEffect)((function(){V&&F&&(V.loadHTML(""),V.setSelectedRange([0,0]),V.insertHTML(F))}),[V,F]),Object(i.useEffect)((function(){K&&K.addEventListener("click",(function(t){var e=t.target;if(e.closest(".pb_rich_text_editor_kit")){var n=e.closest("a");n&&n.hasAttribute("href")&&window.open(n.href)}}))}),[K]);var tt=D?"simple":"",et=_?"focus-editor-targets":"",nt=N?"sticky":"",it=C?"inline":"",rt=g?"toolbar-bottom":"",ot=a()(Object(d.c)(t,{maxWidth:W}),v);return ot=a()("pb_rich_text_editor_kit",tt,et,nt,it,rt,ot),r.a.createElement("div",Object.assign({},Y,U,q,{className:ot}),o?r.a.createElement("div",{className:a()("pb_rich_text_editor_advanced_container",P({},"toolbar-active",p))},p&&r.a.createElement(A,{editor:o,extensions:k}),m):r.a.createElement(u.TrixEditor,{className:"",fileParamName:S,mergeTags:[],onChange:E,onEditorReady:function(t){return X(t)},placeholder:M,value:z}))}},function(t,e,n){"use strict";var i,r=n(0),o=n.n(r),a=n(3),s=n.n(a),l=n(226),d=n.n(l),c=n(227),u=n.n(c),h=n(187),p=n.n(h),f={insert:"head",singleton:!1},g=(u()(p.a,f),p.a.locals,n(265),n(2)),m=n(4),v=n(36),b=function(t){return Object.keys(t).length<1};function y(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,d=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){d=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(d)throw r}}return s}}(t,e)||function(t,e){if(!t)return;if("string"==typeof t)return x(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return x(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function x(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n<e;n++)i[n]=t[n];return i}!function(t){t[t.TooShort=2]="TooShort",t[t.TooLong=3]="TooLong",t[t.MissingAreaCode=4]="MissingAreaCode",t[t.SomethingWentWrong=-99]="SomethingWentWrong"}(i||(i={}));var _=function(){for(var t=window.intlTelInputGlobals.getCountryData(),e=0;e<t.length;e++){var n=t[e];n.name=n.name.split("(")[0].trim()}};_();var O=function(t,e){var n=t.aria,a=void 0===n?{}:n,l=t.className,c=t.dark,u=void 0!==c&&c,h=t.data,p=void 0===h?{}:h,f=t.disabled,x=void 0!==f&&f,O=t.htmlOptions,w=void 0===O?{}:O,$=t.id,C=void 0===$?"":$,k=t.initialCountry,S=void 0===k?"":k,j=t.isValid,E=void 0===j?function(){}:j,M=t.label,A=void 0===M?"":M,P=t.name,T=void 0===P?"":P,L=t.onChange,D=void 0===L?function(){}:L,I=t.onValidate,N=void 0===I?function(){return null}:I,R=t.onlyCountries,F=void 0===R?[]:R,B=t.required,z=void 0!==B&&B,H=t.preferredCountries,W=void 0===H?[]:H,Y=t.value,U=void 0===Y?"":Y,G=Object(g.a)(a),V=Object(g.c)(p),X=Object(g.d)(w),q=s()(Object(g.b)("pb_phone_number_input"),Object(m.c)(t),l),K=Object(r.useRef)(),Z=y(Object(r.useState)(U),2),J=Z[0],Q=Z[1],tt=y(Object(r.useState)(),2),et=tt[0],nt=tt[1],it=y(Object(r.useState)(t.error),2),rt=it[0],ot=it[1],at=y(Object(r.useState)(!1),2),st=at[0],lt=at[1],dt=y(Object(r.useState)(),2),ct=dt[0],ut=dt[1];Object(r.useEffect)((function(){(null==rt?void 0:rt.length)>0?N(!1):N(!0)}),[rt,N]),Object(r.useImperativeHandle)(e,(function(){return{clearField:function(){Q(""),ot("")},inputNode:function(){return K.current}}}));var ht=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=et.getSelectedCountryData().name,n=t.length>0?" (".concat(t,")"):"";return ot("Invalid ".concat(e," phone number").concat(n)),!0},pt=function(){et&&E(et.isValidNumber()),function(t){if(t)return J&&!function(t){return/^[()+\-\ .\d]*$/g.test(t)}(J)?ht("enter numbers only"):void 0}(et)||function(t){if(t)return t.getValidationError()===i.TooLong?ht("too long"):void ot("")}(et)||function(t){if(t)return t.getValidationError()===i.TooShort||1===J.length?ht("too short"):void ot("")}(et)||function(t){if(z&&t)return t.getValidationError()===i.SomethingWentWrong?1===J.length?ht("too short"):0===J.length?(ot("Missing phone number"),!0):ht():void 0}(et)||function(t){if(z&&t)t.getValidationError()===i.MissingAreaCode&&ht("missing area code")}(et)},ft=function(t,e){return Object.assign(Object.assign({},t.getSelectedCountryData()),{number:e})};Object(r.useEffect)(_,[]),Object(r.useEffect)((function(){var t=d()(K.current,{separateDialCode:!0,preferredCountries:W,allowDropdown:!x,autoInsertDialCode:!1,initialCountry:S,onlyCountries:F});K.current.addEventListener("countrychange",(function(e){var n=ft(t,e.target.value);ut(n),D(n),pt()})),K.current.addEventListener("open:countrydropdown",(function(){return lt(!0)})),K.current.addEventListener("close:countrydropdown",(function(){return lt(!1)})),nt(t)}),[]);var gt={className:st?"dropdown_open":"",dark:u,"data-phone-number":JSON.stringify(ct),disabled:x,error:rt,type:"tel",id:C,label:A,name:T,onBlur:pt,onChange:function(t){Q(t.target.value);var e=ft(et,t.target.value);ut(e),D(e),E(et.isValidNumber())},value:J},mt={className:q};return b(a)||(gt=Object.assign(Object.assign({},gt),G)),b(p)||(mt=Object.assign(Object.assign({},mt),V)),z&&(gt.required=!0),o.a.createElement("div",Object.assign({},mt,X),o.a.createElement(v.a,Object.assign({ref:function(t){e&&(e.current=t),K.current=t}},gt)))};e.a=Object(r.forwardRef)(O)},,function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={exports:{},id:i,loaded:!1};return t[i].call(r.exports,r,r.exports,n),r.loaded=!0,r.exports}return n.m=t,n.c=e,n.p="",n(0)}([function(t,e,n){t.exports=n(1)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i,r=n(2),o=(i=r)&&i.__esModule?i:{default:i};e.default=o.default,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t};function r(t){return t&&t.__esModule?t:{default:t}}e.default=d;var o=n(3),a=r(n(4)),s=n(14),l=r(n(15));function d(t){var e=t.activeClassName,n=void 0===e?"":e,r=t.activeIndex,a=void 0===r?-1:r,d=t.activeStyle,c=t.autoEscape,u=t.caseSensitive,h=void 0!==u&&u,p=t.className,f=t.findChunks,g=t.highlightClassName,m=void 0===g?"":g,v=t.highlightStyle,b=void 0===v?{}:v,y=t.highlightTag,x=void 0===y?"mark":y,_=t.sanitize,O=t.searchWords,w=t.textToHighlight,$=t.unhighlightTag,C=void 0===$?"span":$,k=t.unhighlightClassName,S=void 0===k?"":k,j=t.unhighlightStyle,E=function(t,e){var n={};for(var i in t)e.indexOf(i)>=0||Object.prototype.hasOwnProperty.call(t,i)&&(n[i]=t[i]);return n}(t,["activeClassName","activeIndex","activeStyle","autoEscape","caseSensitive","className","findChunks","highlightClassName","highlightStyle","highlightTag","sanitize","searchWords","textToHighlight","unhighlightTag","unhighlightClassName","unhighlightStyle"]),M=(0,o.findAll)({autoEscape:c,caseSensitive:h,findChunks:f,sanitize:_,searchWords:O,textToHighlight:w}),A=x,P=-1,T="",L=void 0,D=(0,l.default)((function(t){var e={};for(var n in t)e[n.toLowerCase()]=t[n];return e}));return(0,s.createElement)("span",i({className:p},E,{children:M.map((function(t,e){var i=w.substr(t.start,t.end-t.start);if(t.highlight){P++;var r=void 0;r="object"==typeof m?h?m[i]:(m=D(m))[i.toLowerCase()]:m;var o=P===+a;T=r+" "+(o?n:""),L=!0===o&&null!=d?Object.assign({},b,d):b;var l={children:i,className:T,key:e,style:L};return"string"!=typeof A&&(l.highlightIndex=P),(0,s.createElement)(A,l)}return(0,s.createElement)(C,{children:i,className:S,key:e,style:j})}))}))}d.propTypes={activeClassName:a.default.string,activeIndex:a.default.number,activeStyle:a.default.object,autoEscape:a.default.bool,className:a.default.string,findChunks:a.default.func,highlightClassName:a.default.oneOfType([a.default.object,a.default.string]),highlightStyle:a.default.object,highlightTag:a.default.oneOfType([a.default.node,a.default.func,a.default.string]),sanitize:a.default.func,searchWords:a.default.arrayOf(a.default.oneOfType([a.default.string,a.default.instanceOf(RegExp)])).isRequired,textToHighlight:a.default.string.isRequired,unhighlightTag:a.default.oneOfType([a.default.node,a.default.func,a.default.string]),unhighlightClassName:a.default.string,unhighlightStyle:a.default.object},t.exports=e.default},function(t,e){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={exports:{},id:i,loaded:!1};return t[i].call(r.exports,r,r.exports,n),r.loaded=!0,r.exports}return n.m=t,n.c=e,n.p="",n(0)}([function(t,e,n){t.exports=n(1)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=n(2);Object.defineProperty(e,"combineChunks",{enumerable:!0,get:function(){return i.combineChunks}}),Object.defineProperty(e,"fillInChunks",{enumerable:!0,get:function(){return i.fillInChunks}}),Object.defineProperty(e,"findAll",{enumerable:!0,get:function(){return i.findAll}}),Object.defineProperty(e,"findChunks",{enumerable:!0,get:function(){return i.findChunks}})},function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});e.findAll=function(t){var e=t.autoEscape,o=t.caseSensitive,a=void 0!==o&&o,s=t.findChunks,l=void 0===s?i:s,d=t.sanitize,c=t.searchWords,u=t.textToHighlight;return r({chunksToHighlight:n({chunks:l({autoEscape:e,caseSensitive:a,sanitize:d,searchWords:c,textToHighlight:u})}),totalLength:u?u.length:0})};var n=e.combineChunks=function(t){var e=t.chunks;return e=e.sort((function(t,e){return t.start-e.start})).reduce((function(t,e){if(0===t.length)return[e];var n=t.pop();if(e.start<=n.end){var i=Math.max(n.end,e.end);t.push({start:n.start,end:i})}else t.push(n,e);return t}),[])},i=function(t){var e=t.autoEscape,n=t.caseSensitive,i=t.sanitize,r=void 0===i?o:i,a=t.searchWords,s=t.textToHighlight;return s=r(s),a.filter((function(t){return t})).reduce((function(t,i){i=r(i),e&&(i=i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"));for(var o=new RegExp(i,n?"g":"gi"),a=void 0;a=o.exec(s);){var l=a.index,d=o.lastIndex;d>l&&t.push({start:l,end:d}),a.index==o.lastIndex&&o.lastIndex++}return t}),[])};e.findChunks=i;var r=e.fillInChunks=function(t){var e=t.chunksToHighlight,n=t.totalLength,i=[],r=function(t,e,n){e-t>0&&i.push({start:t,end:e,highlight:n})};if(0===e.length)r(0,n,!1);else{var o=0;e.forEach((function(t){r(o,t.start,!1),r(t.start,t.end,!0),o=t.end})),r(o,n,!1)}return i};function o(t){return t}}])},function(t,e,n){(function(e){if("production"!==e.env.NODE_ENV){var i="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103;t.exports=n(6)((function(t){return"object"==typeof t&&null!==t&&t.$$typeof===i}),!0)}else t.exports=n(13)()}).call(e,n(5))},function(t,e){var n,i,r=t.exports={};function o(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(t){if(n===setTimeout)return setTimeout(t,0);if((n===o||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:o}catch(t){n=o}try{i="function"==typeof clearTimeout?clearTimeout:a}catch(t){i=a}}();var l,d=[],c=!1,u=-1;function h(){c&&l&&(c=!1,l.length?d=l.concat(d):u=-1,d.length&&p())}function p(){if(!c){var t=s(h);c=!0;for(var e=d.length;e;){for(l=d,d=[];++u<e;)l&&l[u].run();u=-1,e=d.length}l=null,c=!1,function(t){if(i===clearTimeout)return clearTimeout(t);if((i===a||!i)&&clearTimeout)return i=clearTimeout,clearTimeout(t);try{i(t)}catch(e){try{return i.call(null,t)}catch(e){return i.call(this,t)}}}(t)}}function f(t,e){this.fun=t,this.array=e}function g(){}r.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];d.push(new f(t,e)),1!==d.length||c||s(p)},f.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=g,r.addListener=g,r.once=g,r.off=g,r.removeListener=g,r.removeAllListeners=g,r.emit=g,r.prependListener=g,r.prependOnceListener=g,r.listeners=function(t){return[]},r.binding=function(t){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(t){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},function(t,e,n){(function(e){"use strict";var i=n(7),r=n(8),o=n(9),a=n(10),s=n(11),l=n(12);t.exports=function(t,n){var d="function"==typeof Symbol&&Symbol.iterator;var c={array:f("array"),bool:f("boolean"),func:f("function"),number:f("number"),object:f("object"),string:f("string"),symbol:f("symbol"),any:p(i.thatReturnsNull),arrayOf:function(t){return p((function(e,n,i,r,o){if("function"!=typeof t)return new h("Property `"+o+"` of component `"+i+"` has invalid PropType notation inside arrayOf.");var a=e[n];if(!Array.isArray(a))return new h("Invalid "+r+" `"+o+"` of type `"+m(a)+"` supplied to `"+i+"`, expected an array.");for(var l=0;l<a.length;l++){var d=t(a,l,i,r,o+"["+l+"]",s);if(d instanceof Error)return d}return null}))},element:p((function(e,n,i,r,o){var a=e[n];return t(a)?null:new h("Invalid "+r+" `"+o+"` of type `"+m(a)+"` supplied to `"+i+"`, expected a single ReactElement.")})),instanceOf:function(t){return p((function(e,n,i,r,o){if(!(e[n]instanceof t)){var a=t.name||"<<anonymous>>";return new h("Invalid "+r+" `"+o+"` of type `"+function(t){if(!t.constructor||!t.constructor.name)return"<<anonymous>>";return t.constructor.name}(e[n])+"` supplied to `"+i+"`, expected instance of `"+a+"`.")}return null}))},node:p((function(t,e,n,i,r){return g(t[e])?null:new h("Invalid "+i+" `"+r+"` supplied to `"+n+"`, expected a ReactNode.")})),objectOf:function(t){return p((function(e,n,i,r,o){if("function"!=typeof t)return new h("Property `"+o+"` of component `"+i+"` has invalid PropType notation inside objectOf.");var a=e[n],l=m(a);if("object"!==l)return new h("Invalid "+r+" `"+o+"` of type `"+l+"` supplied to `"+i+"`, expected an object.");for(var d in a)if(a.hasOwnProperty(d)){var c=t(a,d,i,r,o+"."+d,s);if(c instanceof Error)return c}return null}))},oneOf:function(t){if(!Array.isArray(t))return"production"!==e.env.NODE_ENV&&o(!1,"Invalid argument supplied to oneOf, expected an instance of array."),i.thatReturnsNull;return p((function(e,n,i,r,o){for(var a=e[n],s=0;s<t.length;s++)if(u(a,t[s]))return null;return new h("Invalid "+r+" `"+o+"` of value `"+a+"` supplied to `"+i+"`, expected one of "+JSON.stringify(t)+".")}))},oneOfType:function(t){if(!Array.isArray(t))return"production"!==e.env.NODE_ENV&&o(!1,"Invalid argument supplied to oneOfType, expected an instance of array."),i.thatReturnsNull;for(var n=0;n<t.length;n++){var r=t[n];if("function"!=typeof r)return o(!1,"Invalid argument supplied to oneOfType. Expected an array of check functions, but received %s at index %s.",b(r),n),i.thatReturnsNull}return p((function(e,n,i,r,o){for(var a=0;a<t.length;a++){if(null==(0,t[a])(e,n,i,r,o,s))return null}return new h("Invalid "+r+" `"+o+"` supplied to `"+i+"`.")}))},shape:function(t){return p((function(e,n,i,r,o){var a=e[n],l=m(a);if("object"!==l)return new h("Invalid "+r+" `"+o+"` of type `"+l+"` supplied to `"+i+"`, expected `object`.");for(var d in t){var c=t[d];if(c){var u=c(a,d,i,r,o+"."+d,s);if(u)return u}}return null}))},exact:function(t){return p((function(e,n,i,r,o){var l=e[n],d=m(l);if("object"!==d)return new h("Invalid "+r+" `"+o+"` of type `"+d+"` supplied to `"+i+"`, expected `object`.");var c=a({},e[n],t);for(var u in c){var p=t[u];if(!p)return new h("Invalid "+r+" `"+o+"` key `"+u+"` supplied to `"+i+"`.\nBad object: "+JSON.stringify(e[n],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(t),null," "));var f=p(l,u,i,r,o+"."+u,s);if(f)return f}return null}))}};function u(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function h(t){this.message=t,this.stack=""}function p(t){if("production"!==e.env.NODE_ENV)var i={},a=0;function l(l,d,c,u,p,f,g){if(u=u||"<<anonymous>>",f=f||c,g!==s)if(n)r(!1,"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");else if("production"!==e.env.NODE_ENV&&"undefined"!=typeof console){var m=u+":"+c;!i[m]&&a<3&&(o(!1,"You are manually calling a React.PropTypes validation function for the `%s` prop on `%s`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.",f,u),i[m]=!0,a++)}return null==d[c]?l?null===d[c]?new h("The "+p+" `"+f+"` is marked as required in `"+u+"`, but its value is `null`."):new h("The "+p+" `"+f+"` is marked as required in `"+u+"`, but its value is `undefined`."):null:t(d,c,u,p,f)}var d=l.bind(null,!1);return d.isRequired=l.bind(null,!0),d}function f(t){return p((function(e,n,i,r,o,a){var s=e[n];return m(s)!==t?new h("Invalid "+r+" `"+o+"` of type `"+v(s)+"` supplied to `"+i+"`, expected `"+t+"`."):null}))}function g(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(g);if(null===e||t(e))return!0;var n=function(t){var e=t&&(d&&t[d]||t["@@iterator"]);if("function"==typeof e)return e}(e);if(!n)return!1;var i,r=n.call(e);if(n!==e.entries){for(;!(i=r.next()).done;)if(!g(i.value))return!1}else for(;!(i=r.next()).done;){var o=i.value;if(o&&!g(o[1]))return!1}return!0;default:return!1}}function m(t){var e=typeof t;return Array.isArray(t)?"array":t instanceof RegExp?"object":function(t,e){return"symbol"===t||("Symbol"===e["@@toStringTag"]||"function"==typeof Symbol&&e instanceof Symbol)}(e,t)?"symbol":e}function v(t){if(null==t)return""+t;var e=m(t);if("object"===e){if(t instanceof Date)return"date";if(t instanceof RegExp)return"regexp"}return e}function b(t){var e=v(t);switch(e){case"array":case"object":return"an "+e;case"boolean":case"date":case"regexp":return"a "+e;default:return e}}return h.prototype=Error.prototype,c.checkPropTypes=l,c.PropTypes=c,c}}).call(e,n(5))},function(t,e){"use strict";function n(t){return function(){return t}}var i=function(){};i.thatReturns=n,i.thatReturnsFalse=n(!1),i.thatReturnsTrue=n(!0),i.thatReturnsNull=n(null),i.thatReturnsThis=function(){return this},i.thatReturnsArgument=function(t){return t},t.exports=i},function(t,e,n){(function(e){"use strict";var n=function(t){};"production"!==e.env.NODE_ENV&&(n=function(t){if(void 0===t)throw new Error("invariant requires an error message argument")}),t.exports=function(t,e,i,r,o,a,s,l){if(n(e),!t){var d;if(void 0===e)d=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[i,r,o,a,s,l],u=0;(d=new Error(e.replace(/%s/g,(function(){return c[u++]})))).name="Invariant Violation"}throw d.framesToPop=1,d}}}).call(e,n(5))},function(t,e,n){(function(e){"use strict";var i=n(7);if("production"!==e.env.NODE_ENV){var r=function(t){for(var e=arguments.length,n=Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];var r=0,o="Warning: "+t.replace(/%s/g,(function(){return n[r++]}));"undefined"!=typeof console&&console.error(o);try{throw new Error(o)}catch(t){}};i=function(t,e){if(void 0===e)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");if(0!==e.indexOf("Failed Composite propType: ")&&!t){for(var n=arguments.length,i=Array(n>2?n-2:0),o=2;o<n;o++)i[o-2]=arguments[o];r.apply(void 0,[e].concat(i))}}}t.exports=i}).call(e,n(5))},function(t,e){
32
32
  /*
33
33
  object-assign
34
34
  (c) Sindre Sorhus
@@ -56,4 +56,4 @@ var i=/input|select|textarea|button|object|iframe/;function r(t){var e=t.offsetW
56
56
  *
57
57
  * This source code is licensed under the MIT license found in the
58
58
  * LICENSE file in the root directory of this source tree.
59
- */var i="function"==typeof Symbol&&Symbol.for,r=i?Symbol.for("react.element"):60103,o=i?Symbol.for("react.portal"):60106,a=i?Symbol.for("react.fragment"):60107,s=i?Symbol.for("react.strict_mode"):60108,l=i?Symbol.for("react.profiler"):60114,d=i?Symbol.for("react.provider"):60109,c=i?Symbol.for("react.context"):60110,u=i?Symbol.for("react.async_mode"):60111,h=i?Symbol.for("react.concurrent_mode"):60111,p=i?Symbol.for("react.forward_ref"):60112,f=i?Symbol.for("react.suspense"):60113,g=i?Symbol.for("react.suspense_list"):60120,m=i?Symbol.for("react.memo"):60115,v=i?Symbol.for("react.lazy"):60116,b=i?Symbol.for("react.block"):60121,y=i?Symbol.for("react.fundamental"):60117,x=i?Symbol.for("react.responder"):60118,_=i?Symbol.for("react.scope"):60119;function O(t){if("object"==typeof t&&null!==t){var e=t.$$typeof;switch(e){case r:switch(t=t.type){case u:case h:case a:case l:case s:case f:return t;default:switch(t=t&&t.$$typeof){case c:case p:case v:case m:case d:return t;default:return e}}case o:return e}}}function w(t){return O(t)===h}e.AsyncMode=u,e.ConcurrentMode=h,e.ContextConsumer=c,e.ContextProvider=d,e.Element=r,e.ForwardRef=p,e.Fragment=a,e.Lazy=v,e.Memo=m,e.Portal=o,e.Profiler=l,e.StrictMode=s,e.Suspense=f,e.isAsyncMode=function(t){return w(t)||O(t)===u},e.isConcurrentMode=w,e.isContextConsumer=function(t){return O(t)===c},e.isContextProvider=function(t){return O(t)===d},e.isElement=function(t){return"object"==typeof t&&null!==t&&t.$$typeof===r},e.isForwardRef=function(t){return O(t)===p},e.isFragment=function(t){return O(t)===a},e.isLazy=function(t){return O(t)===v},e.isMemo=function(t){return O(t)===m},e.isPortal=function(t){return O(t)===o},e.isProfiler=function(t){return O(t)===l},e.isStrictMode=function(t){return O(t)===s},e.isSuspense=function(t){return O(t)===f},e.isValidElementType=function(t){return"string"==typeof t||"function"==typeof t||t===a||t===h||t===l||t===s||t===f||t===g||"object"==typeof t&&null!==t&&(t.$$typeof===v||t.$$typeof===m||t.$$typeof===d||t.$$typeof===c||t.$$typeof===p||t.$$typeof===y||t.$$typeof===x||t.$$typeof===_||t.$$typeof===b)},e.typeOf=O},,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return k}));var i=n(100),r=n(150),o=n(151),a=n(153),s=n(154),l=n(186),d=n(188),c=n(189),u=n(42),h=n(105),p=n(159),f=n(76),g=n(101),m=n(92),v=n(155),b=n(157),y=n(11);var x={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,n=t.state,i=t.name,r=t.options,o=n.elements.arrow,a=n.modifiersData.popperOffsets,s=Object(u.a)(n.placement),l=Object(g.a)(s),d=[y.f,y.k].indexOf(s)>=0?"height":"width";if(o&&a){var c=function(t,e){return t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t,Object(v.a)("number"!=typeof t?t:Object(b.a)(t,y.b))}(r.padding,n),p=Object(h.a)(o),x="y"===l?y.m:y.f,_="y"===l?y.c:y.k,O=n.rects.reference[d]+n.rects.reference[l]-a[l]-n.rects.popper[d],w=a[l]-n.rects.reference[l],$=Object(f.a)(o),C=$?"y"===l?$.clientHeight||0:$.clientWidth||0:0,k=O/2-w/2,S=c[x],j=C-p[d]-c[_],E=C/2-p[d]/2+k,M=Object(m.a)(S,E,j),A=l;n.modifiersData[i]=((e={})[A]=M,e.centerOffset=M-E,e)}},effect:function(t){var e=t.state,n=t.options.element,i=void 0===n?"[data-popper-arrow]":n;null!=i&&("string"!=typeof i||(i=e.elements.popper.querySelector(i)))&&Object(p.a)(e.elements.popper,i)&&(e.elements.arrow=i)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},_=n(58);function O(t,e,n){return void 0===n&&(n={x:0,y:0}),{top:t.top-e.height-n.y,right:t.right-e.width+n.x,bottom:t.bottom-e.height+n.y,left:t.left-e.width-n.x}}function w(t){return[y.m,y.k,y.c,y.f].some((function(e){return t[e]>=0}))}var $={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,n=t.name,i=e.rects.reference,r=e.rects.popper,o=e.modifiersData.preventOverflow,a=Object(_.a)(e,{elementContext:"reference"}),s=Object(_.a)(e,{altBoundary:!0}),l=O(a,i),d=O(s,r,o),c=w(l),u=w(d);e.modifiersData[n]={referenceClippingOffsets:l,popperEscapeOffsets:d,isReferenceHidden:c,hasPopperEscaped:u},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":c,"data-popper-escaped":u})}},C=[r.a,o.a,a.a,s.a,l.a,d.a,c.a,x,$],k=Object(i.a)({defaultModifiers:C})},,,,,function(t,e,n){"use strict";var i=n(56),r=n(24);function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}function s(t,e){return(s=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function l(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,i=c(t);if(e){var r=c(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return d(this,n)}}function d(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function c(t){return(c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var u=["change","valid","invalid"],h=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&s(t,e)}(c,t);var e,n,i,d=l(c);function c(){return o(this,c),d.apply(this,arguments)}return e=c,i=[{key:"selector",get:function(){return'form[data-pb-form-validation="true"]'}}],(n=[{key:"connect",value:function(){var t=this;this.formValidationFields.forEach((function(e){u.forEach((function(n){e.addEventListener(n,Object(r.debounce)((function(e){t.validateFormField(e)}),250),!1)}))}))}},{key:"validateFormField",value:function(t){t.preventDefault();var e=t.target;e.setCustomValidity(""),t.target.validity.valid?this.clearError(e):this.showValidationMessage(e)}},{key:"showValidationMessage",value:function(t){var e=t.parentElement;this.clearError(t),e.closest('[class^="pb_"][class*="_kit"]').classList.add("error");var n=this.errorMessageContainer;t.dataset.message&&t.setCustomValidity(t.dataset.message),n.innerHTML=t.validationMessage,e.appendChild(n)}},{key:"clearError",value:function(t){var e=t.parentElement;e.closest('[class^="pb_"][class*="_kit"]').classList.remove("error");var n=e.querySelector(".pb_body_kit_negative");n&&n.remove()}},{key:"errorMessageContainer",get:function(){var t=document.createElement("div"),e=".pb_body_kit_negative".replace(/\./,"");return t.classList.add(e),t}},{key:"formValidationFields",get:function(){return this._formValidationFields=this._formValidationFields||this.element.querySelectorAll("input[required],textarea[required],select[required]")}}])&&a(e.prototype,n),i&&a(e,i),Object.defineProperty(e,"prototype",{writable:!1}),c}(i.a);window.PbFormValidation=h},,,,,,function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i={handleEvent:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{once:!1},i=n.once,r=void 0!==window.jQuery&&window.jQuery;r?i?r(document).one(t,e):r(document).on(t,e):document.addEventListener(t,e,{once:i})},setup:function(t,e){var n=void 0!==window.jQuery&&window.jQuery,i=window.Turbolinks;void 0!==i&&i.supported?void 0!==i.EVENTS?this.turbolinksClassic(t,e):void 0!==i.controller?this.turbolinks5(t,e):this.turbolinksClassicDeprecated(t,e):n&&"function"==typeof n.pjax?this.pjax(t,e):this.native(t)},turbolinks5:function(t,e){this.handleEvent("turbolinks:load",t,{once:!0}),this.handleEvent("turbolinks:render",t),this.handleEvent("turbolinks:before-render",e)},turbolinksClassic:function(t,e){var n=window.Turbolinks;this.handleEvent(n.EVENTS.CHANGE,t),this.handleEvent(n.EVENTS.BEFORE_UNLOAD,e)},turbolinksClassicDeprecated:function(t,e){window.Turbolinks.pagesCached(0),this.handleEvent("page:change",t),this.handleEvent("page:receive",e)},pjax:function(t,e){this.handleEvent("ready",t),this.handleEvent("pjax:end",t),this.handleEvent("pjax:beforeReplace",e)},native:function(t){var e=void 0!==window.jQuery&&window.jQuery;e?e((function(){return t()})):"addEventListener"in window?document.addEventListener("DOMContentLoaded",t):window.attachEvent("onload",t)}};e.default=i},,,,,,,,,function(t,e,n){"use strict";n.r(e);n(299);var i=n(174),r=n(215),o=(n(196),n(56));function a(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}function l(t,e){return(l=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function d(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,i=u(t);if(e){var r=u(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return c(this,n)}}function c(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function u(t){return(u=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var h=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&l(t,e)}(o,t);var e,n,i,r=d(o);function o(){return a(this,o),r.apply(this,arguments)}return e=o,i=[{key:"selector",get:function(){return"[data-collapsible-main]"}}],(n=[{key:"connect",value:function(){var t=this;this.element.addEventListener("click",(function(){t.toggleElement(t.target)})),this.displayDownArrow(),document.addEventListener("".concat(this.target.id),(function(){t.toggleElement(t.target)}))}},{key:"target",get:function(){return this.element.parentNode.querySelector("[data-collapsible-content]")}},{key:"showElement",value:function(t){var e=function(){t.style.display="block";var e=t.scrollHeight+"px";return t.style.display="",e}();t.classList.add("is-visible"),t.style.height=e,t.style.overflow="hidden",window.setTimeout((function(){t.style.height="",t.style.overflow="visible"}),300)}},{key:"hideElement",value:function(t){t.style.height=t.scrollHeight+"px",window.setTimeout((function(){t.style.height="0",t.style.paddingTop="0",t.style.paddingBottom="0",t.style.overflow="hidden"}),1),window.setTimeout((function(){t.classList.remove("is-visible"),t.style.overflow=""}),300)}},{key:"toggleElement",value:function(t){if(t.classList.contains("is-visible"))return this.hideElement(t),void this.displayDownArrow();this.showElement(t),this.displayUpArrow()}},{key:"displayDownArrow",value:function(){this.element.querySelector("#collapsible_open_icon").style.display="inline-block",this.element.querySelector("#collapsible_close_icon").style.display="none"}},{key:"displayUpArrow",value:function(){this.element.querySelector("#collapsible_close_icon").style.display="inline-block",this.element.querySelector("#collapsible_open_icon").style.display="none"}}])&&s(e.prototype,n),i&&s(e,i),Object.defineProperty(e,"prototype",{writable:!1}),o}(o.a),p=n(212),f=n(213);function g(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function m(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}function v(t,e){return(v=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function b(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,i=x(t);if(e){var r=x(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return y(this,n)}}function y(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function x(t){return(x=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var _=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&v(t,e)}(o,t);var e,n,i,r=b(o);function o(){return g(this,o),r.apply(this,arguments)}return e=o,i=[{key:"selector",get:function(){return".remove_toast"}}],(n=[{key:"connect",value:function(){var t=this;this.self=this.element,this.autoCloseToast(this.self),this.self.addEventListener("click",(function(){t.removeToast(t.self)}))}},{key:"removeToast",value:function(t){t.parentNode.removeChild(t)}},{key:"autoCloseToast",value:function(t){var e=this,n=t.classList.value;if(n.includes("auto_close")){var i=n.split(" "),r=i[i.length-1].split("_")[2],o=parseInt(r);setTimeout((function(){e.removeToast(t)}),o)}}}])&&m(e.prototype,n),i&&m(e,i),Object.defineProperty(e,"prototype",{writable:!1}),o}(o.a),O=n(214),w=n(170),$=n(172),C=(n(203),n(236)),k=n.n(C),S=n(305),j=n.n(S),E=n(119),M=n(66),A=n(210),P=n(193),T=n(192),L=n(194),D=n(165),I=n(211),N=n(190),R=n(133),F=n(114),B=n(97),z=n(216),H=n(113),W=n(115),Y=n(217);k.a.registerComponents({BarGraph:E.a,CircleChart:M.a,Dialog:A.a,DialogBody:P.a,DialogFooter:T.a,DialogHeader:L.a,DistributionBar:D.a,MultiLevelSelect:F.a,Legend:N.a,LineGraph:R.a,Passphrase:B.a,RichTextEditor:z.a,TreemapChart:H.a,Typeahead:W.a,Gauge:I.a,PhoneNumberInput:Y.a}),j.a.setup((function(){return k.a.mountComponents()}),(function(){return k.a.unmountComponents()})),window.datePickerHelper=i.a,window.dialogHelper=r.a,h.start(),p.a.start(),f.a.start(),_.start(),O.a.start(),w.a.start(),$.a.start()}])}));
59
+ */var i="function"==typeof Symbol&&Symbol.for,r=i?Symbol.for("react.element"):60103,o=i?Symbol.for("react.portal"):60106,a=i?Symbol.for("react.fragment"):60107,s=i?Symbol.for("react.strict_mode"):60108,l=i?Symbol.for("react.profiler"):60114,d=i?Symbol.for("react.provider"):60109,c=i?Symbol.for("react.context"):60110,u=i?Symbol.for("react.async_mode"):60111,h=i?Symbol.for("react.concurrent_mode"):60111,p=i?Symbol.for("react.forward_ref"):60112,f=i?Symbol.for("react.suspense"):60113,g=i?Symbol.for("react.suspense_list"):60120,m=i?Symbol.for("react.memo"):60115,v=i?Symbol.for("react.lazy"):60116,b=i?Symbol.for("react.block"):60121,y=i?Symbol.for("react.fundamental"):60117,x=i?Symbol.for("react.responder"):60118,_=i?Symbol.for("react.scope"):60119;function O(t){if("object"==typeof t&&null!==t){var e=t.$$typeof;switch(e){case r:switch(t=t.type){case u:case h:case a:case l:case s:case f:return t;default:switch(t=t&&t.$$typeof){case c:case p:case v:case m:case d:return t;default:return e}}case o:return e}}}function w(t){return O(t)===h}e.AsyncMode=u,e.ConcurrentMode=h,e.ContextConsumer=c,e.ContextProvider=d,e.Element=r,e.ForwardRef=p,e.Fragment=a,e.Lazy=v,e.Memo=m,e.Portal=o,e.Profiler=l,e.StrictMode=s,e.Suspense=f,e.isAsyncMode=function(t){return w(t)||O(t)===u},e.isConcurrentMode=w,e.isContextConsumer=function(t){return O(t)===c},e.isContextProvider=function(t){return O(t)===d},e.isElement=function(t){return"object"==typeof t&&null!==t&&t.$$typeof===r},e.isForwardRef=function(t){return O(t)===p},e.isFragment=function(t){return O(t)===a},e.isLazy=function(t){return O(t)===v},e.isMemo=function(t){return O(t)===m},e.isPortal=function(t){return O(t)===o},e.isProfiler=function(t){return O(t)===l},e.isStrictMode=function(t){return O(t)===s},e.isSuspense=function(t){return O(t)===f},e.isValidElementType=function(t){return"string"==typeof t||"function"==typeof t||t===a||t===h||t===l||t===s||t===f||t===g||"object"==typeof t&&null!==t&&(t.$$typeof===v||t.$$typeof===m||t.$$typeof===d||t.$$typeof===c||t.$$typeof===p||t.$$typeof===y||t.$$typeof===x||t.$$typeof===_||t.$$typeof===b)},e.typeOf=O},,,,,,,,,,,,function(t,e,n){"use strict";n.d(e,"a",(function(){return k}));var i=n(100),r=n(150),o=n(151),a=n(153),s=n(154),l=n(186),d=n(188),c=n(189),u=n(42),h=n(105),p=n(159),f=n(76),g=n(101),m=n(92),v=n(155),b=n(157),y=n(11);var x={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,n=t.state,i=t.name,r=t.options,o=n.elements.arrow,a=n.modifiersData.popperOffsets,s=Object(u.a)(n.placement),l=Object(g.a)(s),d=[y.f,y.k].indexOf(s)>=0?"height":"width";if(o&&a){var c=function(t,e){return t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t,Object(v.a)("number"!=typeof t?t:Object(b.a)(t,y.b))}(r.padding,n),p=Object(h.a)(o),x="y"===l?y.m:y.f,_="y"===l?y.c:y.k,O=n.rects.reference[d]+n.rects.reference[l]-a[l]-n.rects.popper[d],w=a[l]-n.rects.reference[l],$=Object(f.a)(o),C=$?"y"===l?$.clientHeight||0:$.clientWidth||0:0,k=O/2-w/2,S=c[x],j=C-p[d]-c[_],E=C/2-p[d]/2+k,M=Object(m.a)(S,E,j),A=l;n.modifiersData[i]=((e={})[A]=M,e.centerOffset=M-E,e)}},effect:function(t){var e=t.state,n=t.options.element,i=void 0===n?"[data-popper-arrow]":n;null!=i&&("string"!=typeof i||(i=e.elements.popper.querySelector(i)))&&Object(p.a)(e.elements.popper,i)&&(e.elements.arrow=i)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},_=n(58);function O(t,e,n){return void 0===n&&(n={x:0,y:0}),{top:t.top-e.height-n.y,right:t.right-e.width+n.x,bottom:t.bottom-e.height+n.y,left:t.left-e.width-n.x}}function w(t){return[y.m,y.k,y.c,y.f].some((function(e){return t[e]>=0}))}var $={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,n=t.name,i=e.rects.reference,r=e.rects.popper,o=e.modifiersData.preventOverflow,a=Object(_.a)(e,{elementContext:"reference"}),s=Object(_.a)(e,{altBoundary:!0}),l=O(a,i),d=O(s,r,o),c=w(l),u=w(d);e.modifiersData[n]={referenceClippingOffsets:l,popperEscapeOffsets:d,isReferenceHidden:c,hasPopperEscaped:u},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":c,"data-popper-escaped":u})}},C=[r.a,o.a,a.a,s.a,l.a,d.a,c.a,x,$],k=Object(i.a)({defaultModifiers:C})},,,,,function(t,e,n){"use strict";var i=n(56),r=n(24);function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}function s(t,e){return(s=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function l(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,i=c(t);if(e){var r=c(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return d(this,n)}}function d(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function c(t){return(c=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var u=["change","valid","invalid"],h=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&s(t,e)}(c,t);var e,n,i,d=l(c);function c(){return o(this,c),d.apply(this,arguments)}return e=c,i=[{key:"selector",get:function(){return'form[data-pb-form-validation="true"]'}}],(n=[{key:"connect",value:function(){var t=this;this.formValidationFields.forEach((function(e){u.forEach((function(n){e.addEventListener(n,Object(r.debounce)((function(e){t.validateFormField(e)}),250),!1)}))}))}},{key:"validateFormField",value:function(t){t.preventDefault();var e=t.target;e.setCustomValidity(""),t.target.validity.valid?this.clearError(e):this.showValidationMessage(e)}},{key:"showValidationMessage",value:function(t){var e=t.parentElement;this.clearError(t),e.closest('[class^="pb_"][class*="_kit"]').classList.add("error");var n=this.errorMessageContainer;t.dataset.message&&t.setCustomValidity(t.dataset.message),n.innerHTML=t.validationMessage,e.appendChild(n)}},{key:"clearError",value:function(t){var e=t.parentElement;e.closest('[class^="pb_"][class*="_kit"]').classList.remove("error");var n=e.querySelector(".pb_body_kit_negative");n&&n.remove()}},{key:"errorMessageContainer",get:function(){var t=document.createElement("div"),e=".pb_body_kit_negative".replace(/\./,"");return t.classList.add(e),t}},{key:"formValidationFields",get:function(){return this._formValidationFields=this._formValidationFields||this.element.querySelectorAll("input[required],textarea[required],select[required]")}}])&&a(e.prototype,n),i&&a(e,i),Object.defineProperty(e,"prototype",{writable:!1}),c}(i.a);window.PbFormValidation=h},,,,,,function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i={handleEvent:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{once:!1},i=n.once,r=void 0!==window.jQuery&&window.jQuery;r?i?r(document).one(t,e):r(document).on(t,e):document.addEventListener(t,e,{once:i})},setup:function(t,e){var n=void 0!==window.jQuery&&window.jQuery,i=window.Turbolinks;void 0!==i&&i.supported?void 0!==i.EVENTS?this.turbolinksClassic(t,e):void 0!==i.controller?this.turbolinks5(t,e):this.turbolinksClassicDeprecated(t,e):n&&"function"==typeof n.pjax?this.pjax(t,e):this.native(t)},turbolinks5:function(t,e){this.handleEvent("turbolinks:load",t,{once:!0}),this.handleEvent("turbolinks:render",t),this.handleEvent("turbolinks:before-render",e)},turbolinksClassic:function(t,e){var n=window.Turbolinks;this.handleEvent(n.EVENTS.CHANGE,t),this.handleEvent(n.EVENTS.BEFORE_UNLOAD,e)},turbolinksClassicDeprecated:function(t,e){window.Turbolinks.pagesCached(0),this.handleEvent("page:change",t),this.handleEvent("page:receive",e)},pjax:function(t,e){this.handleEvent("ready",t),this.handleEvent("pjax:end",t),this.handleEvent("pjax:beforeReplace",e)},native:function(t){var e=void 0!==window.jQuery&&window.jQuery;e?e((function(){return t()})):"addEventListener"in window?document.addEventListener("DOMContentLoaded",t):window.attachEvent("onload",t)}};e.default=i},,,,,,,,,function(t,e,n){"use strict";n.r(e);n(299);var i=n(174),r=n(215),o=(n(196),n(56));function a(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}function l(t,e){return(l=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function d(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,i=u(t);if(e){var r=u(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return c(this,n)}}function c(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function u(t){return(u=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var h=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&l(t,e)}(o,t);var e,n,i,r=d(o);function o(){return a(this,o),r.apply(this,arguments)}return e=o,i=[{key:"selector",get:function(){return"[data-collapsible-main]"}}],(n=[{key:"connect",value:function(){var t=this;this.element.addEventListener("click",(function(){t.toggleElement(t.target)})),this.displayDownArrow(),document.addEventListener("".concat(this.target.id),(function(){t.toggleElement(t.target)}))}},{key:"target",get:function(){return this.element.parentNode.querySelector("[data-collapsible-content]")}},{key:"showElement",value:function(t){var e=function(){t.style.display="block";var e=t.scrollHeight+"px";return t.style.display="",e}();t.classList.add("is-visible"),t.style.height=e,t.style.overflow="hidden",window.setTimeout((function(){t.style.height="",t.style.overflow="visible"}),300)}},{key:"hideElement",value:function(t){t.style.height=t.scrollHeight+"px",window.setTimeout((function(){t.style.height="0",t.style.paddingTop="0",t.style.paddingBottom="0",t.style.overflow="hidden"}),1),window.setTimeout((function(){t.classList.remove("is-visible"),t.style.overflow=""}),300)}},{key:"toggleElement",value:function(t){if(t.classList.contains("is-visible"))return this.hideElement(t),void this.displayDownArrow();this.showElement(t),this.displayUpArrow()}},{key:"displayDownArrow",value:function(){this.element.querySelector("#collapsible_open_icon").style.display="inline-block",this.element.querySelector("#collapsible_close_icon").style.display="none"}},{key:"displayUpArrow",value:function(){this.element.querySelector("#collapsible_close_icon").style.display="inline-block",this.element.querySelector("#collapsible_open_icon").style.display="none"}}])&&s(e.prototype,n),i&&s(e,i),Object.defineProperty(e,"prototype",{writable:!1}),o}(o.a),p=n(212),f=n(213);function g(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function m(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,(r=i.key,o=void 0,"symbol"==typeof(o=function(t,e){if("object"!=typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(r,"string"))?o:String(o)),i)}var r,o}function v(t,e){return(v=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function b(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,i=x(t);if(e){var r=x(this).constructor;n=Reflect.construct(i,arguments,r)}else n=i.apply(this,arguments);return y(this,n)}}function y(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}function x(t){return(x=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var _=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&v(t,e)}(o,t);var e,n,i,r=b(o);function o(){return g(this,o),r.apply(this,arguments)}return e=o,i=[{key:"selector",get:function(){return".remove_toast"}}],(n=[{key:"connect",value:function(){var t=this;this.self=this.element,this.autoCloseToast(this.self),this.self.addEventListener("click",(function(){t.removeToast(t.self)}))}},{key:"removeToast",value:function(t){t.parentNode.removeChild(t)}},{key:"autoCloseToast",value:function(t){var e=this,n=t.classList.value;if(n.includes("auto_close")){var i=n.split(" "),r=i[i.length-1].split("_")[2],o=parseInt(r);setTimeout((function(){e.removeToast(t)}),o)}}}])&&m(e.prototype,n),i&&m(e,i),Object.defineProperty(e,"prototype",{writable:!1}),o}(o.a),O=n(214),w=n(170),$=n(172),C=(n(203),n(236)),k=n.n(C),S=n(305),j=n.n(S),E=n(112),M=n(66),A=n(210),P=n(193),T=n(192),L=n(194),D=n(165),I=n(211),N=n(190),R=n(133),F=n(115),B=n(97),z=n(216),H=n(114),W=n(116),Y=n(217);k.a.registerComponents({BarGraph:E.a,CircleChart:M.a,Dialog:A.a,DialogBody:P.a,DialogFooter:T.a,DialogHeader:L.a,DistributionBar:D.a,MultiLevelSelect:F.a,Legend:N.a,LineGraph:R.a,Passphrase:B.a,RichTextEditor:z.a,TreemapChart:H.a,Typeahead:W.a,Gauge:I.a,PhoneNumberInput:Y.a}),j.a.setup((function(){return k.a.mountComponents()}),(function(){return k.a.unmountComponents()})),window.datePickerHelper=i.a,window.dialogHelper=r.a,h.start(),p.a.start(),f.a.start(),_.start(),O.a.start(),w.a.start(),$.a.start()}])}));