@siberiacancode/reactuse 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +19 -0
  3. package/dist/cjs/_rollupPluginBabelHelpers-9eGFsb-q.js +3 -0
  4. package/dist/cjs/_rollupPluginBabelHelpers-9eGFsb-q.js.map +1 -0
  5. package/dist/cjs/hooks/index.js +3 -0
  6. package/dist/cjs/hooks/index.js.map +1 -0
  7. package/dist/cjs/hooks/useBoolean/useBoolean.js +3 -0
  8. package/dist/cjs/hooks/useBoolean/useBoolean.js.map +1 -0
  9. package/dist/cjs/hooks/useClickOutside/useClickOutside.js +3 -0
  10. package/dist/cjs/hooks/useClickOutside/useClickOutside.js.map +1 -0
  11. package/dist/cjs/hooks/useCopyToClipboard/useCopyToClipboard.js +3 -0
  12. package/dist/cjs/hooks/useCopyToClipboard/useCopyToClipboard.js.map +1 -0
  13. package/dist/cjs/hooks/useCounter/useCounter.js +3 -0
  14. package/dist/cjs/hooks/useCounter/useCounter.js.map +1 -0
  15. package/dist/cjs/hooks/useDebouncedValue/useDebouncedValue.js +3 -0
  16. package/dist/cjs/hooks/useDebouncedValue/useDebouncedValue.js.map +1 -0
  17. package/dist/cjs/hooks/useDocumentTitle/useDocumentTitle.js +3 -0
  18. package/dist/cjs/hooks/useDocumentTitle/useDocumentTitle.js.map +1 -0
  19. package/dist/cjs/hooks/useDocumentVisibility/useDocumentVisibility.js +3 -0
  20. package/dist/cjs/hooks/useDocumentVisibility/useDocumentVisibility.js.map +1 -0
  21. package/dist/cjs/hooks/useEventListener/useEventListener.js +3 -0
  22. package/dist/cjs/hooks/useEventListener/useEventListener.js.map +1 -0
  23. package/dist/cjs/hooks/useHover/useHover.js +3 -0
  24. package/dist/cjs/hooks/useHover/useHover.js.map +1 -0
  25. package/dist/cjs/hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.js +3 -0
  26. package/dist/cjs/hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.js.map +1 -0
  27. package/dist/cjs/hooks/useKeyPress/useKeyPress.js +3 -0
  28. package/dist/cjs/hooks/useKeyPress/useKeyPress.js.map +1 -0
  29. package/dist/cjs/hooks/useKeyPressEvent/useKeyPressEvent.js +3 -0
  30. package/dist/cjs/hooks/useKeyPressEvent/useKeyPressEvent.js.map +1 -0
  31. package/dist/cjs/hooks/useKeysPressed/useKeysPressed.js +3 -0
  32. package/dist/cjs/hooks/useKeysPressed/useKeysPressed.js.map +1 -0
  33. package/dist/cjs/hooks/useLocalStorage/useLocalStorage.js +3 -0
  34. package/dist/cjs/hooks/useLocalStorage/useLocalStorage.js.map +1 -0
  35. package/dist/cjs/hooks/useMount/useMount.js +3 -0
  36. package/dist/cjs/hooks/useMount/useMount.js.map +1 -0
  37. package/dist/cjs/hooks/useMutationObserver.js +3 -0
  38. package/dist/cjs/hooks/useMutationObserver.js.map +1 -0
  39. package/dist/cjs/hooks/useNetwork/useNetwork.js +3 -0
  40. package/dist/cjs/hooks/useNetwork/useNetwork.js.map +1 -0
  41. package/dist/cjs/hooks/useNonInitialEffect/useNonInitialEffect.js +3 -0
  42. package/dist/cjs/hooks/useNonInitialEffect/useNonInitialEffect.js.map +1 -0
  43. package/dist/cjs/hooks/useOnline/useOnline.js +3 -0
  44. package/dist/cjs/hooks/useOnline/useOnline.js.map +1 -0
  45. package/dist/cjs/hooks/useOrientation/useOrientation.js +3 -0
  46. package/dist/cjs/hooks/useOrientation/useOrientation.js.map +1 -0
  47. package/dist/cjs/hooks/useRenderCount/useRenderCount.js +3 -0
  48. package/dist/cjs/hooks/useRenderCount/useRenderCount.js.map +1 -0
  49. package/dist/cjs/hooks/useSessionStorage/useSessionStorage.js +3 -0
  50. package/dist/cjs/hooks/useSessionStorage/useSessionStorage.js.map +1 -0
  51. package/dist/cjs/hooks/useStorage/useStorage.js +3 -0
  52. package/dist/cjs/hooks/useStorage/useStorage.js.map +1 -0
  53. package/dist/cjs/hooks/useTimeout/useTimeout.js +3 -0
  54. package/dist/cjs/hooks/useTimeout/useTimeout.js.map +1 -0
  55. package/dist/cjs/hooks/useToggle.js +3 -0
  56. package/dist/cjs/hooks/useToggle.js.map +1 -0
  57. package/dist/cjs/hooks/useUnmount/useUnmount.js +3 -0
  58. package/dist/cjs/hooks/useUnmount/useUnmount.js.map +1 -0
  59. package/dist/cjs/hooks/useWindowEvent/useWindowEvent.js +3 -0
  60. package/dist/cjs/hooks/useWindowEvent/useWindowEvent.js.map +1 -0
  61. package/dist/cjs/hooks/useWindowSize/useWindowSize.js +3 -0
  62. package/dist/cjs/hooks/useWindowSize/useWindowSize.js.map +1 -0
  63. package/dist/cjs/index.js +3 -0
  64. package/dist/cjs/index.js.map +1 -0
  65. package/dist/cjs/utils/helpers/debounce.js +3 -0
  66. package/dist/cjs/utils/helpers/debounce.js.map +1 -0
  67. package/dist/cjs/utils/helpers/index.js +3 -0
  68. package/dist/cjs/utils/helpers/index.js.map +1 -0
  69. package/dist/cjs/utils/helpers/isClient.js +3 -0
  70. package/dist/cjs/utils/helpers/isClient.js.map +1 -0
  71. package/dist/cjs/utils/helpers/isShallowEqual.js +3 -0
  72. package/dist/cjs/utils/helpers/isShallowEqual.js.map +1 -0
  73. package/dist/cjs/utils/tests/index.js +3 -0
  74. package/dist/cjs/utils/tests/index.js.map +1 -0
  75. package/dist/cjs/utils/tests/renderHookServer.js +88 -0
  76. package/dist/cjs/utils/tests/renderHookServer.js.map +1 -0
  77. package/dist/esm/_rollupPluginBabelHelpers-BDc6tlcX.js +3 -0
  78. package/dist/esm/_rollupPluginBabelHelpers-BDc6tlcX.js.map +1 -0
  79. package/dist/esm/hooks/index.js +3 -0
  80. package/dist/esm/hooks/index.js.map +1 -0
  81. package/dist/esm/hooks/useBoolean/useBoolean.js +3 -0
  82. package/dist/esm/hooks/useBoolean/useBoolean.js.map +1 -0
  83. package/dist/esm/hooks/useClickOutside/useClickOutside.js +3 -0
  84. package/dist/esm/hooks/useClickOutside/useClickOutside.js.map +1 -0
  85. package/dist/esm/hooks/useCopyToClipboard/useCopyToClipboard.js +3 -0
  86. package/dist/esm/hooks/useCopyToClipboard/useCopyToClipboard.js.map +1 -0
  87. package/dist/esm/hooks/useCounter/useCounter.js +3 -0
  88. package/dist/esm/hooks/useCounter/useCounter.js.map +1 -0
  89. package/dist/esm/hooks/useDebouncedValue/useDebouncedValue.js +3 -0
  90. package/dist/esm/hooks/useDebouncedValue/useDebouncedValue.js.map +1 -0
  91. package/dist/esm/hooks/useDocumentTitle/useDocumentTitle.js +3 -0
  92. package/dist/esm/hooks/useDocumentTitle/useDocumentTitle.js.map +1 -0
  93. package/dist/esm/hooks/useDocumentVisibility/useDocumentVisibility.js +3 -0
  94. package/dist/esm/hooks/useDocumentVisibility/useDocumentVisibility.js.map +1 -0
  95. package/dist/esm/hooks/useEventListener/useEventListener.js +3 -0
  96. package/dist/esm/hooks/useEventListener/useEventListener.js.map +1 -0
  97. package/dist/esm/hooks/useHover/useHover.js +3 -0
  98. package/dist/esm/hooks/useHover/useHover.js.map +1 -0
  99. package/dist/esm/hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.js +3 -0
  100. package/dist/esm/hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.js.map +1 -0
  101. package/dist/esm/hooks/useKeyPress/useKeyPress.js +3 -0
  102. package/dist/esm/hooks/useKeyPress/useKeyPress.js.map +1 -0
  103. package/dist/esm/hooks/useKeyPressEvent/useKeyPressEvent.js +3 -0
  104. package/dist/esm/hooks/useKeyPressEvent/useKeyPressEvent.js.map +1 -0
  105. package/dist/esm/hooks/useKeysPressed/useKeysPressed.js +3 -0
  106. package/dist/esm/hooks/useKeysPressed/useKeysPressed.js.map +1 -0
  107. package/dist/esm/hooks/useLocalStorage/useLocalStorage.js +3 -0
  108. package/dist/esm/hooks/useLocalStorage/useLocalStorage.js.map +1 -0
  109. package/dist/esm/hooks/useMount/useMount.js +3 -0
  110. package/dist/esm/hooks/useMount/useMount.js.map +1 -0
  111. package/dist/esm/hooks/useMutationObserver.js +3 -0
  112. package/dist/esm/hooks/useMutationObserver.js.map +1 -0
  113. package/dist/esm/hooks/useNetwork/useNetwork.js +3 -0
  114. package/dist/esm/hooks/useNetwork/useNetwork.js.map +1 -0
  115. package/dist/esm/hooks/useNonInitialEffect/useNonInitialEffect.js +3 -0
  116. package/dist/esm/hooks/useNonInitialEffect/useNonInitialEffect.js.map +1 -0
  117. package/dist/esm/hooks/useOnline/useOnline.js +3 -0
  118. package/dist/esm/hooks/useOnline/useOnline.js.map +1 -0
  119. package/dist/esm/hooks/useOrientation/useOrientation.js +3 -0
  120. package/dist/esm/hooks/useOrientation/useOrientation.js.map +1 -0
  121. package/dist/esm/hooks/useRenderCount/useRenderCount.js +3 -0
  122. package/dist/esm/hooks/useRenderCount/useRenderCount.js.map +1 -0
  123. package/dist/esm/hooks/useSessionStorage/useSessionStorage.js +3 -0
  124. package/dist/esm/hooks/useSessionStorage/useSessionStorage.js.map +1 -0
  125. package/dist/esm/hooks/useStorage/useStorage.js +3 -0
  126. package/dist/esm/hooks/useStorage/useStorage.js.map +1 -0
  127. package/dist/esm/hooks/useTimeout/useTimeout.js +3 -0
  128. package/dist/esm/hooks/useTimeout/useTimeout.js.map +1 -0
  129. package/dist/esm/hooks/useToggle.js +3 -0
  130. package/dist/esm/hooks/useToggle.js.map +1 -0
  131. package/dist/esm/hooks/useUnmount/useUnmount.js +3 -0
  132. package/dist/esm/hooks/useUnmount/useUnmount.js.map +1 -0
  133. package/dist/esm/hooks/useWindowEvent/useWindowEvent.js +3 -0
  134. package/dist/esm/hooks/useWindowEvent/useWindowEvent.js.map +1 -0
  135. package/dist/esm/hooks/useWindowSize/useWindowSize.js +3 -0
  136. package/dist/esm/hooks/useWindowSize/useWindowSize.js.map +1 -0
  137. package/dist/esm/index.js +3 -0
  138. package/dist/esm/index.js.map +1 -0
  139. package/dist/esm/utils/helpers/debounce.js +3 -0
  140. package/dist/esm/utils/helpers/debounce.js.map +1 -0
  141. package/dist/esm/utils/helpers/index.js +3 -0
  142. package/dist/esm/utils/helpers/index.js.map +1 -0
  143. package/dist/esm/utils/helpers/isClient.js +3 -0
  144. package/dist/esm/utils/helpers/isClient.js.map +1 -0
  145. package/dist/esm/utils/helpers/isShallowEqual.js +3 -0
  146. package/dist/esm/utils/helpers/isShallowEqual.js.map +1 -0
  147. package/dist/esm/utils/tests/index.js +3 -0
  148. package/dist/esm/utils/tests/index.js.map +1 -0
  149. package/dist/esm/utils/tests/renderHookServer.js +88 -0
  150. package/dist/esm/utils/tests/renderHookServer.js.map +1 -0
  151. package/dist/index.d.ts +338 -0
  152. package/package.json +97 -0
@@ -0,0 +1,88 @@
1
+ /* @license @siberiacancode/reactuse v0.0.1 */
2
+ "use strict";var e,t=require("react"),n=require("stream"),r=require("util"),a={exports:{}},o={},i={exports:{}},l={};var u,s,c,d={};
3
+ /**
4
+ * @license React
5
+ * scheduler.development.js
6
+ *
7
+ * Copyright (c) Facebook, Inc. and its affiliates.
8
+ *
9
+ * This source code is licensed under the MIT license found in the
10
+ * LICENSE file in the root directory of this source tree.
11
+ */function f(){return u||(u=1,function(e){"production"!==process.env.NODE_ENV&&function(){"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var t=!1,n=!1;function r(e,t){var n=e.length;e.push(t),function(e,t,n){var r=n;for(;r>0;){var a=r-1>>>1,o=e[a];if(!(i(o,t)>0))return;e[a]=t,e[r]=o,r=a}}(e,t,n)}function a(e){return 0===e.length?null:e[0]}function o(e){if(0===e.length)return null;var t=e[0],n=e.pop();return n!==t&&(e[0]=n,function(e,t,n){var r=n,a=e.length,o=a>>>1;for(;r<o;){var l=2*(r+1)-1,u=e[l],s=l+1,c=e[s];if(i(u,t)<0)s<a&&i(c,u)<0?(e[r]=c,e[s]=t,r=s):(e[r]=u,e[l]=t,r=l);else{if(!(s<a&&i(c,t)<0))return;e[r]=c,e[s]=t,r=s}}}(e,n,0)),t}function i(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}if("object"==typeof performance&&"function"==typeof performance.now){var l=performance;e.unstable_now=function(){return l.now()}}else{var u=Date,s=u.now();e.unstable_now=function(){return u.now()-s}}var c=[],d=[],f=1,p=null,h=3,m=!1,g=!1,v=!1,y="function"==typeof setTimeout?setTimeout:null,b="function"==typeof clearTimeout?clearTimeout:null,w="undefined"!=typeof setImmediate?setImmediate:null;function k(e){for(var t=a(d);null!==t;){if(null===t.callback)o(d);else{if(!(t.startTime<=e))return;o(d),t.sortIndex=t.expirationTime,r(c,t)}t=a(d)}}function S(e){if(v=!1,k(e),!g)if(null!==a(c))g=!0,L(x);else{var t=a(d);null!==t&&O(S,t.startTime-e)}}function x(r,i){g=!1,v&&(v=!1,F()),m=!0;var l=h;try{if(!n)return function(n,r){var i=r;k(i),p=a(c);for(;null!==p&&!t&&(!(p.expirationTime>i)||n&&!_());){var l=p.callback;if("function"==typeof l){p.callback=null,h=p.priorityLevel;var u=l(p.expirationTime<=i);i=e.unstable_now(),"function"==typeof u?p.callback=u:p===a(c)&&o(c),k(i)}else o(c);p=a(c)}if(null!==p)return!0;var s=a(d);return null!==s&&O(S,s.startTime-i),!1}(r,i)}finally{p=null,h=l,m=!1}}"undefined"!=typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);var C=!1,E=null,T=-1,R=5,P=-1;function _(){return!(e.unstable_now()-P<R)}var I,D=function(){if(null!==E){var t=e.unstable_now();P=t;var n=!0;try{n=E(!0,t)}finally{n?I():(C=!1,E=null)}}else C=!1};if("function"==typeof w)I=function(){w(D)};else if("undefined"!=typeof MessageChannel){var M=new MessageChannel,N=M.port2;M.port1.onmessage=D,I=function(){N.postMessage(null)}}else I=function(){y(D,0)};function L(e){E=e,C||(C=!0,I())}function O(t,n){T=y((function(){t(e.unstable_now())}),n)}function F(){b(T),T=-1}var z=function(){};e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(e){e.callback=null},e.unstable_continueExecution=function(){g||m||(g=!0,L(x))},e.unstable_forceFrameRate=function(e){e<0||e>125?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):R=e>0?Math.floor(1e3/e):5},e.unstable_getCurrentPriorityLevel=function(){return h},e.unstable_getFirstCallbackNode=function(){return a(c)},e.unstable_next=function(e){var t;switch(h){case 1:case 2:case 3:t=3;break;default:t=h}var n=h;h=t;try{return e()}finally{h=n}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=z,e.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=h;h=e;try{return t()}finally{h=n}},e.unstable_scheduleCallback=function(t,n,o){var i,l,u=e.unstable_now();if("object"==typeof o&&null!==o){var s=o.delay;i="number"==typeof s&&s>0?u+s:u}else i=u;switch(t){case 1:l=-1;break;case 2:l=250;break;case 5:l=1073741823;break;case 4:l=1e4;break;default:l=5e3}var p=i+l,h={id:f++,callback:n,priorityLevel:t,startTime:i,expirationTime:p,sortIndex:-1};return i>u?(h.sortIndex=i,r(d,h),null===a(c)&&h===a(d)&&(v?F():v=!0,O(S,i-u))):(h.sortIndex=p,r(c,h),g||m||(g=!0,L(x))),h},e.unstable_shouldYield=_,e.unstable_wrapCallback=function(e){var t=h;return function(){var n=h;h=t;try{return e.apply(this,arguments)}finally{h=n}}},"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()}(d)),d}function p(){return s||(s=1,"production"===process.env.NODE_ENV?i.exports=(e||(e=1,function(e){function t(e,t){var n=e.length;e.push(t);e:for(;0<n;){var r=n-1>>>1,o=e[r];if(!(0<a(o,t)))break e;e[r]=t,e[n]=o,n=r}}function n(e){return 0===e.length?null:e[0]}function r(e){if(0===e.length)return null;var t=e[0],n=e.pop();if(n!==t){e[0]=n;e:for(var r=0,o=e.length,i=o>>>1;r<i;){var l=2*(r+1)-1,u=e[l],s=l+1,c=e[s];if(0>a(u,n))s<o&&0>a(c,u)?(e[r]=c,e[s]=n,r=s):(e[r]=u,e[l]=n,r=l);else{if(!(s<o&&0>a(c,n)))break e;e[r]=c,e[s]=n,r=s}}}return t}function a(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}if("object"==typeof performance&&"function"==typeof performance.now){var o=performance;e.unstable_now=function(){return o.now()}}else{var i=Date,l=i.now();e.unstable_now=function(){return i.now()-l}}var u=[],s=[],c=1,d=null,f=3,p=!1,h=!1,m=!1,g="function"==typeof setTimeout?setTimeout:null,v="function"==typeof clearTimeout?clearTimeout:null,y="undefined"!=typeof setImmediate?setImmediate:null;function b(e){for(var a=n(s);null!==a;){if(null===a.callback)r(s);else{if(!(a.startTime<=e))break;r(s),a.sortIndex=a.expirationTime,t(u,a)}a=n(s)}}function w(e){if(m=!1,b(e),!h)if(null!==n(u))h=!0,M(k);else{var t=n(s);null!==t&&N(w,t.startTime-e)}}function k(t,a){h=!1,m&&(m=!1,v(E),E=-1),p=!0;var o=f;try{for(b(a),d=n(u);null!==d&&(!(d.expirationTime>a)||t&&!P());){var i=d.callback;if("function"==typeof i){d.callback=null,f=d.priorityLevel;var l=i(d.expirationTime<=a);a=e.unstable_now(),"function"==typeof l?d.callback=l:d===n(u)&&r(u),b(a)}else r(u);d=n(u)}if(null!==d)var c=!0;else{var g=n(s);null!==g&&N(w,g.startTime-a),c=!1}return c}finally{d=null,f=o,p=!1}}"undefined"!=typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);var S,x=!1,C=null,E=-1,T=5,R=-1;function P(){return!(e.unstable_now()-R<T)}function _(){if(null!==C){var t=e.unstable_now();R=t;var n=!0;try{n=C(!0,t)}finally{n?S():(x=!1,C=null)}}else x=!1}if("function"==typeof y)S=function(){y(_)};else if("undefined"!=typeof MessageChannel){var I=new MessageChannel,D=I.port2;I.port1.onmessage=_,S=function(){D.postMessage(null)}}else S=function(){g(_,0)};function M(e){C=e,x||(x=!0,S())}function N(t,n){E=g((function(){t(e.unstable_now())}),n)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(e){e.callback=null},e.unstable_continueExecution=function(){h||p||(h=!0,M(k))},e.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):T=0<e?Math.floor(1e3/e):5},e.unstable_getCurrentPriorityLevel=function(){return f},e.unstable_getFirstCallbackNode=function(){return n(u)},e.unstable_next=function(e){switch(f){case 1:case 2:case 3:var t=3;break;default:t=f}var n=f;f=t;try{return e()}finally{f=n}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=f;f=e;try{return t()}finally{f=n}},e.unstable_scheduleCallback=function(r,a,o){var i=e.unstable_now();switch(o="object"==typeof o&&null!==o&&"number"==typeof(o=o.delay)&&0<o?i+o:i,r){case 1:var l=-1;break;case 2:l=250;break;case 5:l=1073741823;break;case 4:l=1e4;break;default:l=5e3}return r={id:c++,callback:a,priorityLevel:r,startTime:o,expirationTime:l=o+l,sortIndex:-1},o>i?(r.sortIndex=o,t(s,r),null===n(u)&&r===n(s)&&(m?(v(E),E=-1):m=!0,N(w,o-i))):(r.sortIndex=l,t(u,r),h||p||(h=!0,M(k))),r},e.unstable_shouldYield=P,e.unstable_wrapCallback=function(e){var t=f;return function(){var n=f;f=t;try{return e.apply(this,arguments)}finally{f=n}}}}(l)),l):i.exports=f()),i.exports}
12
+ /**
13
+ * @license React
14
+ * react-dom.production.min.js
15
+ *
16
+ * Copyright (c) Facebook, Inc. and its affiliates.
17
+ *
18
+ * This source code is licensed under the MIT license found in the
19
+ * LICENSE file in the root directory of this source tree.
20
+ */var h,m={};
21
+ /**
22
+ * @license React
23
+ * react-dom.development.js
24
+ *
25
+ * Copyright (c) Facebook, Inc. and its affiliates.
26
+ *
27
+ * This source code is licensed under the MIT license found in the
28
+ * LICENSE file in the root directory of this source tree.
29
+ */"production"===process.env.NODE_ENV?(!function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE){if("production"!==process.env.NODE_ENV)throw new Error("^_^");try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}}(),a.exports=function(){if(c)return o;c=1;var e=t,n=p();function r(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var a=new Set,i={};function l(e,t){u(e,t),u(e+"Capture",t)}function u(e,t){for(i[e]=t,e=0;e<t.length;e++)a.add(t[e])}var s=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement),d=Object.prototype.hasOwnProperty,f=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,h={},m={};function g(e,t,n,r,a,o,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=a,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=o,this.removeEmptyString=i}var v={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){v[e]=new g(e,0,!1,e,null,!1,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];v[t]=new g(t,1,!1,e[1],null,!1,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){v[e]=new g(e,2,!1,e.toLowerCase(),null,!1,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){v[e]=new g(e,2,!1,e,null,!1,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){v[e]=new g(e,3,!1,e.toLowerCase(),null,!1,!1)})),["checked","multiple","muted","selected"].forEach((function(e){v[e]=new g(e,3,!0,e,null,!1,!1)})),["capture","download"].forEach((function(e){v[e]=new g(e,4,!1,e,null,!1,!1)})),["cols","rows","size","span"].forEach((function(e){v[e]=new g(e,6,!1,e,null,!1,!1)})),["rowSpan","start"].forEach((function(e){v[e]=new g(e,5,!1,e.toLowerCase(),null,!1,!1)}));var y=/[\-:]([a-z])/g;function b(e){return e[1].toUpperCase()}function w(e,t,n,r){var a=v.hasOwnProperty(t)?v[t]:null;(null!==a?0!==a.type:r||!(2<t.length)||"o"!==t[0]&&"O"!==t[0]||"n"!==t[1]&&"N"!==t[1])&&(function(e,t,n,r){if(null==t||function(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!r&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(t,n,a,r)&&(n=null),r||null===a?function(e){return!!d.call(m,e)||!d.call(h,e)&&(f.test(e)?m[e]=!0:(h[e]=!0,!1))}(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):a.mustUseProperty?e[a.propertyName]=null===n?3!==a.type&&"":n:(t=a.attributeName,r=a.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(a=a.type)||4===a&&!0===n?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(y,b);v[t]=new g(t,1,!1,e,null,!1,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(y,b);v[t]=new g(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(y,b);v[t]=new g(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)})),["tabIndex","crossOrigin"].forEach((function(e){v[e]=new g(e,1,!1,e.toLowerCase(),null,!1,!1)})),v.xlinkHref=new g("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach((function(e){v[e]=new g(e,1,!1,e.toLowerCase(),null,!0,!0)}));var k=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,S=Symbol.for("react.element"),x=Symbol.for("react.portal"),C=Symbol.for("react.fragment"),E=Symbol.for("react.strict_mode"),T=Symbol.for("react.profiler"),R=Symbol.for("react.provider"),P=Symbol.for("react.context"),_=Symbol.for("react.forward_ref"),I=Symbol.for("react.suspense"),D=Symbol.for("react.suspense_list"),M=Symbol.for("react.memo"),N=Symbol.for("react.lazy"),L=Symbol.for("react.offscreen"),O=Symbol.iterator;function F(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=O&&e[O]||e["@@iterator"])?e:null}var z,U=Object.assign;function A(e){if(void 0===z)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);z=t&&t[1]||""}return"\n"+z+e}var j=!1;function B(e,t){if(!e||j)return"";j=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(t,[])}catch(e){var r=e}Reflect.construct(e,[],t)}else{try{t.call()}catch(e){r=e}e.call(t.prototype)}else{try{throw Error()}catch(e){r=e}e()}}catch(t){if(t&&r&&"string"==typeof t.stack){for(var a=t.stack.split("\n"),o=r.stack.split("\n"),i=a.length-1,l=o.length-1;1<=i&&0<=l&&a[i]!==o[l];)l--;for(;1<=i&&0<=l;i--,l--)if(a[i]!==o[l]){if(1!==i||1!==l)do{if(i--,0>--l||a[i]!==o[l]){var u="\n"+a[i].replace(" at new "," at ");return e.displayName&&u.includes("<anonymous>")&&(u=u.replace("<anonymous>",e.displayName)),u}}while(1<=i&&0<=l);break}}}finally{j=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?A(e):""}function W(e){switch(e.tag){case 5:return A(e.type);case 16:return A("Lazy");case 13:return A("Suspense");case 19:return A("SuspenseList");case 0:case 2:case 15:return B(e.type,!1);case 11:return B(e.type.render,!1);case 1:return B(e.type,!0);default:return""}}function H(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case C:return"Fragment";case x:return"Portal";case T:return"Profiler";case E:return"StrictMode";case I:return"Suspense";case D:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case P:return(e.displayName||"Context")+".Consumer";case R:return(e._context.displayName||"Context")+".Provider";case _:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case M:return null!==(t=e.displayName||null)?t:H(e.type)||"Memo";case N:t=e._payload,e=e._init;try{return H(e(t))}catch(e){}}return null}function V(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=(e=t.render).displayName||e.name||"",t.displayName||(""!==e?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return H(t);case 8:return t===E?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if("function"==typeof t)return t.displayName||t.name||null;if("string"==typeof t)return t}return null}function $(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":case"object":return e;default:return""}}function q(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function Y(e){e._valueTracker||(e._valueTracker=function(e){var t=q(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==n&&"function"==typeof n.get&&"function"==typeof n.set){var a=n.get,o=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return a.call(this)},set:function(e){r=""+e,o.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function Q(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=q(e)?e.checked?"true":"false":e.value),(e=r)!==n&&(t.setValue(e),!0)}function X(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function K(e,t){var n=t.checked;return U({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function G(e,t){var n=null==t.defaultValue?"":t.defaultValue,r=null!=t.checked?t.checked:t.defaultChecked;n=$(null!=t.value?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function Z(e,t){null!=(t=t.checked)&&w(e,"checked",t,!1)}function J(e,t){Z(e,t);var n=$(t.value),r=t.type;if(null!=n)"number"===r?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===r||"reset"===r)return void e.removeAttribute("value");t.hasOwnProperty("value")?te(e,t.type,n):t.hasOwnProperty("defaultValue")&&te(e,t.type,$(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function ee(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!("submit"!==r&&"reset"!==r||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function te(e,t,n){"number"===t&&X(e.ownerDocument)===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var ne=Array.isArray;function re(e,t,n,r){if(e=e.options,t){t={};for(var a=0;a<n.length;a++)t["$"+n[a]]=!0;for(n=0;n<e.length;n++)a=t.hasOwnProperty("$"+e[n].value),e[n].selected!==a&&(e[n].selected=a),a&&r&&(e[n].defaultSelected=!0)}else{for(n=""+$(n),t=null,a=0;a<e.length;a++){if(e[a].value===n)return e[a].selected=!0,void(r&&(e[a].defaultSelected=!0));null!==t||e[a].disabled||(t=e[a])}null!==t&&(t.selected=!0)}}function ae(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(r(91));return U({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function oe(e,t){var n=t.value;if(null==n){if(n=t.children,t=t.defaultValue,null!=n){if(null!=t)throw Error(r(92));if(ne(n)){if(1<n.length)throw Error(r(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:$(n)}}function ie(e,t){var n=$(t.value),r=$(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=r&&(e.defaultValue=""+r)}function le(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}function ue(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function se(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?ue(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var ce,de,fe=(de=function(e,t){if("http://www.w3.org/2000/svg"!==e.namespaceURI||"innerHTML"in e)e.innerHTML=t;else{for((ce=ce||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=ce.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}},"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(e,t,n,r){MSApp.execUnsafeLocalFunction((function(){return de(e,t)}))}:de);function pe(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}var he={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},me=["Webkit","ms","Moz","O"];function ge(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||he.hasOwnProperty(e)&&he[e]?(""+t).trim():t+"px"}function ve(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),a=ge(n,t[n],r);"float"===n&&(n="cssFloat"),r?e.setProperty(n,a):e[n]=a}}Object.keys(he).forEach((function(e){me.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),he[t]=he[e]}))}));var ye=U({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function be(e,t){if(t){if(ye[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(r(137,e));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(r(60));if("object"!=typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(r(61))}if(null!=t.style&&"object"!=typeof t.style)throw Error(r(62))}}function we(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var ke=null;function Se(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}var xe=null,Ce=null,Ee=null;function Te(e){if(e=va(e)){if("function"!=typeof xe)throw Error(r(280));var t=e.stateNode;t&&(t=ba(t),xe(e.stateNode,e.type,t))}}function Re(e){Ce?Ee?Ee.push(e):Ee=[e]:Ce=e}function Pe(){if(Ce){var e=Ce,t=Ee;if(Ee=Ce=null,Te(e),t)for(e=0;e<t.length;e++)Te(t[e])}}function _e(e,t){return e(t)}function Ie(){}var De=!1;function Me(e,t,n){if(De)return e(t,n);De=!0;try{return _e(e,t,n)}finally{De=!1,(null!==Ce||null!==Ee)&&(Ie(),Pe())}}function Ne(e,t){var n=e.stateNode;if(null===n)return null;var a=ba(n);if(null===a)return null;n=a[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(a=!a.disabled)||(a=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!a;break e;default:e=!1}if(e)return null;if(n&&"function"!=typeof n)throw Error(r(231,t,typeof n));return n}var Le=!1;if(s)try{var Oe={};Object.defineProperty(Oe,"passive",{get:function(){Le=!0}}),window.addEventListener("test",Oe,Oe),window.removeEventListener("test",Oe,Oe)}catch(de){Le=!1}function Fe(e,t,n,r,a,o,i,l,u){var s=Array.prototype.slice.call(arguments,3);try{t.apply(n,s)}catch(e){this.onError(e)}}var ze=!1,Ue=null,Ae=!1,je=null,Be={onError:function(e){ze=!0,Ue=e}};function We(e,t,n,r,a,o,i,l,u){ze=!1,Ue=null,Fe.apply(Be,arguments)}function He(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{0!=(4098&(t=e).flags)&&(n=t.return),e=t.return}while(e)}return 3===t.tag?n:null}function Ve(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&null!==(e=e.alternate)&&(t=e.memoizedState),null!==t)return t.dehydrated}return null}function $e(e){if(He(e)!==e)throw Error(r(188))}function qe(e){return null!==(e=function(e){var t=e.alternate;if(!t){if(null===(t=He(e)))throw Error(r(188));return t!==e?null:e}for(var n=e,a=t;;){var o=n.return;if(null===o)break;var i=o.alternate;if(null===i){if(null!==(a=o.return)){n=a;continue}break}if(o.child===i.child){for(i=o.child;i;){if(i===n)return $e(o),e;if(i===a)return $e(o),t;i=i.sibling}throw Error(r(188))}if(n.return!==a.return)n=o,a=i;else{for(var l=!1,u=o.child;u;){if(u===n){l=!0,n=o,a=i;break}if(u===a){l=!0,a=o,n=i;break}u=u.sibling}if(!l){for(u=i.child;u;){if(u===n){l=!0,n=i,a=o;break}if(u===a){l=!0,a=i,n=o;break}u=u.sibling}if(!l)throw Error(r(189))}}if(n.alternate!==a)throw Error(r(190))}if(3!==n.tag)throw Error(r(188));return n.stateNode.current===n?e:t}(e))?Ye(e):null}function Ye(e){if(5===e.tag||6===e.tag)return e;for(e=e.child;null!==e;){var t=Ye(e);if(null!==t)return t;e=e.sibling}return null}var Qe=n.unstable_scheduleCallback,Xe=n.unstable_cancelCallback,Ke=n.unstable_shouldYield,Ge=n.unstable_requestPaint,Ze=n.unstable_now,Je=n.unstable_getCurrentPriorityLevel,et=n.unstable_ImmediatePriority,tt=n.unstable_UserBlockingPriority,nt=n.unstable_NormalPriority,rt=n.unstable_LowPriority,at=n.unstable_IdlePriority,ot=null,it=null,lt=Math.clz32?Math.clz32:function(e){return 0===(e>>>=0)?32:31-(ut(e)/st|0)|0},ut=Math.log,st=Math.LN2,ct=64,dt=4194304;function ft(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return 4194240&e;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return 130023424&e;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function pt(e,t){var n=e.pendingLanes;if(0===n)return 0;var r=0,a=e.suspendedLanes,o=e.pingedLanes,i=268435455&n;if(0!==i){var l=i&~a;0!==l?r=ft(l):0!=(o&=i)&&(r=ft(o))}else 0!=(i=n&~a)?r=ft(i):0!==o&&(r=ft(o));if(0===r)return 0;if(0!==t&&t!==r&&0==(t&a)&&((a=r&-r)>=(o=t&-t)||16===a&&0!=(4194240&o)))return t;if(0!=(4&r)&&(r|=16&n),0!==(t=e.entangledLanes))for(e=e.entanglements,t&=r;0<t;)a=1<<(n=31-lt(t)),r|=e[n],t&=~a;return r}function ht(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;default:return-1}}function mt(e){return 0!=(e=-1073741825&e.pendingLanes)?e:1073741824&e?1073741824:0}function gt(){var e=ct;return 0==(4194240&(ct<<=1))&&(ct=64),e}function vt(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function yt(e,t,n){e.pendingLanes|=t,536870912!==t&&(e.suspendedLanes=0,e.pingedLanes=0),(e=e.eventTimes)[t=31-lt(t)]=n}function bt(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-lt(n),a=1<<r;a&t|e[r]&t&&(e[r]|=t),n&=~a}}var wt=0;function kt(e){return 1<(e&=-e)?4<e?0!=(268435455&e)?16:536870912:4:1}var St,xt,Ct,Et,Tt,Rt=!1,Pt=[],_t=null,It=null,Dt=null,Mt=new Map,Nt=new Map,Lt=[],Ot="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function Ft(e,t){switch(e){case"focusin":case"focusout":_t=null;break;case"dragenter":case"dragleave":It=null;break;case"mouseover":case"mouseout":Dt=null;break;case"pointerover":case"pointerout":Mt.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Nt.delete(t.pointerId)}}function zt(e,t,n,r,a,o){return null===e||e.nativeEvent!==o?(e={blockedOn:t,domEventName:n,eventSystemFlags:r,nativeEvent:o,targetContainers:[a]},null!==t&&null!==(t=va(t))&&xt(t),e):(e.eventSystemFlags|=r,t=e.targetContainers,null!==a&&-1===t.indexOf(a)&&t.push(a),e)}function Ut(e){var t=ga(e.target);if(null!==t){var n=He(t);if(null!==n)if(13===(t=n.tag)){if(null!==(t=Ve(n)))return e.blockedOn=t,void Tt(e.priority,(function(){Ct(n)}))}else if(3===t&&n.stateNode.current.memoizedState.isDehydrated)return void(e.blockedOn=3===n.tag?n.stateNode.containerInfo:null)}e.blockedOn=null}function At(e){if(null!==e.blockedOn)return!1;for(var t=e.targetContainers;0<t.length;){var n=Kt(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(null!==n)return null!==(t=va(n))&&xt(t),e.blockedOn=n,!1;var r=new(n=e.nativeEvent).constructor(n.type,n);ke=r,n.target.dispatchEvent(r),ke=null,t.shift()}return!0}function jt(e,t,n){At(e)&&n.delete(t)}function Bt(){Rt=!1,null!==_t&&At(_t)&&(_t=null),null!==It&&At(It)&&(It=null),null!==Dt&&At(Dt)&&(Dt=null),Mt.forEach(jt),Nt.forEach(jt)}function Wt(e,t){e.blockedOn===t&&(e.blockedOn=null,Rt||(Rt=!0,n.unstable_scheduleCallback(n.unstable_NormalPriority,Bt)))}function Ht(e){function t(t){return Wt(t,e)}if(0<Pt.length){Wt(Pt[0],e);for(var n=1;n<Pt.length;n++){var r=Pt[n];r.blockedOn===e&&(r.blockedOn=null)}}for(null!==_t&&Wt(_t,e),null!==It&&Wt(It,e),null!==Dt&&Wt(Dt,e),Mt.forEach(t),Nt.forEach(t),n=0;n<Lt.length;n++)(r=Lt[n]).blockedOn===e&&(r.blockedOn=null);for(;0<Lt.length&&null===(n=Lt[0]).blockedOn;)Ut(n),null===n.blockedOn&&Lt.shift()}var Vt=k.ReactCurrentBatchConfig,$t=!0;function qt(e,t,n,r){var a=wt,o=Vt.transition;Vt.transition=null;try{wt=1,Qt(e,t,n,r)}finally{wt=a,Vt.transition=o}}function Yt(e,t,n,r){var a=wt,o=Vt.transition;Vt.transition=null;try{wt=4,Qt(e,t,n,r)}finally{wt=a,Vt.transition=o}}function Qt(e,t,n,r){if($t){var a=Kt(e,t,n,r);if(null===a)Wr(e,t,r,Xt,n),Ft(e,r);else if(function(e,t,n,r,a){switch(t){case"focusin":return _t=zt(_t,e,t,n,r,a),!0;case"dragenter":return It=zt(It,e,t,n,r,a),!0;case"mouseover":return Dt=zt(Dt,e,t,n,r,a),!0;case"pointerover":var o=a.pointerId;return Mt.set(o,zt(Mt.get(o)||null,e,t,n,r,a)),!0;case"gotpointercapture":return o=a.pointerId,Nt.set(o,zt(Nt.get(o)||null,e,t,n,r,a)),!0}return!1}(a,e,t,n,r))r.stopPropagation();else if(Ft(e,r),4&t&&-1<Ot.indexOf(e)){for(;null!==a;){var o=va(a);if(null!==o&&St(o),null===(o=Kt(e,t,n,r))&&Wr(e,t,r,Xt,n),o===a)break;a=o}null!==a&&r.stopPropagation()}else Wr(e,t,r,null,n)}}var Xt=null;function Kt(e,t,n,r){if(Xt=null,null!==(e=ga(e=Se(r))))if(null===(t=He(e)))e=null;else if(13===(n=t.tag)){if(null!==(e=Ve(t)))return e;e=null}else if(3===n){if(t.stateNode.current.memoizedState.isDehydrated)return 3===t.tag?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return Xt=e,null}function Gt(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(Je()){case et:return 1;case tt:return 4;case nt:case rt:return 16;case at:return 536870912;default:return 16}default:return 16}}var Zt=null,Jt=null,en=null;function tn(){if(en)return en;var e,t,n=Jt,r=n.length,a="value"in Zt?Zt.value:Zt.textContent,o=a.length;for(e=0;e<r&&n[e]===a[e];e++);var i=r-e;for(t=1;t<=i&&n[r-t]===a[o-t];t++);return en=a.slice(e,1<t?1-t:void 0)}function nn(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}function rn(){return!0}function an(){return!1}function on(e){function t(t,n,r,a,o){for(var i in this._reactName=t,this._targetInst=r,this.type=n,this.nativeEvent=a,this.target=o,this.currentTarget=null,e)e.hasOwnProperty(i)&&(t=e[i],this[i]=t?t(a):a[i]);return this.isDefaultPrevented=(null!=a.defaultPrevented?a.defaultPrevented:!1===a.returnValue)?rn:an,this.isPropagationStopped=an,this}return U(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=rn)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=rn)},persist:function(){},isPersistent:rn}),t}var ln,un,sn,cn={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},dn=on(cn),fn=U({},cn,{view:0,detail:0}),pn=on(fn),hn=U({},fn,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:En,button:0,buttons:0,relatedTarget:function(e){return void 0===e.relatedTarget?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==sn&&(sn&&"mousemove"===e.type?(ln=e.screenX-sn.screenX,un=e.screenY-sn.screenY):un=ln=0,sn=e),ln)},movementY:function(e){return"movementY"in e?e.movementY:un}}),mn=on(hn),gn=on(U({},hn,{dataTransfer:0})),vn=on(U({},fn,{relatedTarget:0})),yn=on(U({},cn,{animationName:0,elapsedTime:0,pseudoElement:0})),bn=on(U({},cn,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}})),wn=on(U({},cn,{data:0})),kn={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Sn={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},xn={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Cn(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=xn[e])&&!!t[e]}function En(){return Cn}var Tn=on(U({},fn,{key:function(e){if(e.key){var t=kn[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=nn(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?Sn[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:En,charCode:function(e){return"keypress"===e.type?nn(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?nn(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}})),Rn=on(U({},hn,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),Pn=on(U({},fn,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:En})),_n=on(U({},cn,{propertyName:0,elapsedTime:0,pseudoElement:0})),In=on(U({},hn,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0})),Dn=[9,13,27,32],Mn=s&&"CompositionEvent"in window,Nn=null;s&&"documentMode"in document&&(Nn=document.documentMode);var Ln=s&&"TextEvent"in window&&!Nn,On=s&&(!Mn||Nn&&8<Nn&&11>=Nn),Fn=String.fromCharCode(32),zn=!1;function Un(e,t){switch(e){case"keyup":return-1!==Dn.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function An(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var jn=!1,Bn={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Wn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!Bn[e.type]:"textarea"===t}function Hn(e,t,n,r){Re(r),0<(t=Vr(t,"onChange")).length&&(n=new dn("onChange","change",null,n,r),e.push({event:n,listeners:t}))}var Vn=null,$n=null;function qn(e){Fr(e,0)}function Yn(e){if(Q(ya(e)))return e}function Qn(e,t){if("change"===e)return t}var Xn=!1;if(s){var Kn;if(s){var Gn="oninput"in document;if(!Gn){var Zn=document.createElement("div");Zn.setAttribute("oninput","return;"),Gn="function"==typeof Zn.oninput}Kn=Gn}else Kn=!1;Xn=Kn&&(!document.documentMode||9<document.documentMode)}function Jn(){Vn&&(Vn.detachEvent("onpropertychange",er),$n=Vn=null)}function er(e){if("value"===e.propertyName&&Yn($n)){var t=[];Hn(t,$n,e,Se(e)),Me(qn,t)}}function tr(e,t,n){"focusin"===e?(Jn(),$n=n,(Vn=t).attachEvent("onpropertychange",er)):"focusout"===e&&Jn()}function nr(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return Yn($n)}function rr(e,t){if("click"===e)return Yn(t)}function ar(e,t){if("input"===e||"change"===e)return Yn(t)}var or="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t};function ir(e,t){if(or(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++){var a=n[r];if(!d.call(t,a)||!or(e[a],t[a]))return!1}return!0}function lr(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function ur(e,t){var n,r=lr(e);for(e=0;r;){if(3===r.nodeType){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=lr(r)}}function sr(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===t.nodeType?sr(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}function cr(){for(var e=window,t=X();t instanceof e.HTMLIFrameElement;){try{var n="string"==typeof t.contentWindow.location.href}catch(e){n=!1}if(!n)break;t=X((e=t.contentWindow).document)}return t}function dr(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}function fr(e){var t=cr(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&sr(n.ownerDocument.documentElement,n)){if(null!==r&&dr(n))if(t=r.start,void 0===(e=r.end)&&(e=t),"selectionStart"in n)n.selectionStart=t,n.selectionEnd=Math.min(e,n.value.length);else if((e=(t=n.ownerDocument||document)&&t.defaultView||window).getSelection){e=e.getSelection();var a=n.textContent.length,o=Math.min(r.start,a);r=void 0===r.end?o:Math.min(r.end,a),!e.extend&&o>r&&(a=r,r=o,o=a),a=ur(n,o);var i=ur(n,r);a&&i&&(1!==e.rangeCount||e.anchorNode!==a.node||e.anchorOffset!==a.offset||e.focusNode!==i.node||e.focusOffset!==i.offset)&&((t=t.createRange()).setStart(a.node,a.offset),e.removeAllRanges(),o>r?(e.addRange(t),e.extend(i.node,i.offset)):(t.setEnd(i.node,i.offset),e.addRange(t)))}for(t=[],e=n;e=e.parentNode;)1===e.nodeType&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for("function"==typeof n.focus&&n.focus(),n=0;n<t.length;n++)(e=t[n]).element.scrollLeft=e.left,e.element.scrollTop=e.top}}var pr=s&&"documentMode"in document&&11>=document.documentMode,hr=null,mr=null,gr=null,vr=!1;function yr(e,t,n){var r=n.window===n?n.document:9===n.nodeType?n:n.ownerDocument;vr||null==hr||hr!==X(r)||(r="selectionStart"in(r=hr)&&dr(r)?{start:r.selectionStart,end:r.selectionEnd}:{anchorNode:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset},gr&&ir(gr,r)||(gr=r,0<(r=Vr(mr,"onSelect")).length&&(t=new dn("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=hr)))}function br(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var wr={animationend:br("Animation","AnimationEnd"),animationiteration:br("Animation","AnimationIteration"),animationstart:br("Animation","AnimationStart"),transitionend:br("Transition","TransitionEnd")},kr={},Sr={};function xr(e){if(kr[e])return kr[e];if(!wr[e])return e;var t,n=wr[e];for(t in n)if(n.hasOwnProperty(t)&&t in Sr)return kr[e]=n[t];return e}s&&(Sr=document.createElement("div").style,"AnimationEvent"in window||(delete wr.animationend.animation,delete wr.animationiteration.animation,delete wr.animationstart.animation),"TransitionEvent"in window||delete wr.transitionend.transition);var Cr=xr("animationend"),Er=xr("animationiteration"),Tr=xr("animationstart"),Rr=xr("transitionend"),Pr=new Map,_r="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Ir(e,t){Pr.set(e,t),l(t,[e])}for(var Dr=0;Dr<_r.length;Dr++){var Mr=_r[Dr];Ir(Mr.toLowerCase(),"on"+(Mr[0].toUpperCase()+Mr.slice(1)))}Ir(Cr,"onAnimationEnd"),Ir(Er,"onAnimationIteration"),Ir(Tr,"onAnimationStart"),Ir("dblclick","onDoubleClick"),Ir("focusin","onFocus"),Ir("focusout","onBlur"),Ir(Rr,"onTransitionEnd"),u("onMouseEnter",["mouseout","mouseover"]),u("onMouseLeave",["mouseout","mouseover"]),u("onPointerEnter",["pointerout","pointerover"]),u("onPointerLeave",["pointerout","pointerover"]),l("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),l("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),l("onBeforeInput",["compositionend","keypress","textInput","paste"]),l("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),l("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),l("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Nr="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Lr=new Set("cancel close invalid load scroll toggle".split(" ").concat(Nr));function Or(e,t,n){var a=e.type||"unknown-event";e.currentTarget=n,function(e,t,n,a,o,i,l,u,s){if(We.apply(this,arguments),ze){if(!ze)throw Error(r(198));var c=Ue;ze=!1,Ue=null,Ae||(Ae=!0,je=c)}}(a,t,void 0,e),e.currentTarget=null}function Fr(e,t){t=0!=(4&t);for(var n=0;n<e.length;n++){var r=e[n],a=r.event;r=r.listeners;e:{var o=void 0;if(t)for(var i=r.length-1;0<=i;i--){var l=r[i],u=l.instance,s=l.currentTarget;if(l=l.listener,u!==o&&a.isPropagationStopped())break e;Or(a,l,s),o=u}else for(i=0;i<r.length;i++){if(u=(l=r[i]).instance,s=l.currentTarget,l=l.listener,u!==o&&a.isPropagationStopped())break e;Or(a,l,s),o=u}}}if(Ae)throw e=je,Ae=!1,je=null,e}function zr(e,t){var n=t[pa];void 0===n&&(n=t[pa]=new Set);var r=e+"__bubble";n.has(r)||(Br(t,e,2,!1),n.add(r))}function Ur(e,t,n){var r=0;t&&(r|=4),Br(n,e,r,t)}var Ar="_reactListening"+Math.random().toString(36).slice(2);function jr(e){if(!e[Ar]){e[Ar]=!0,a.forEach((function(t){"selectionchange"!==t&&(Lr.has(t)||Ur(t,!1,e),Ur(t,!0,e))}));var t=9===e.nodeType?e:e.ownerDocument;null===t||t[Ar]||(t[Ar]=!0,Ur("selectionchange",!1,t))}}function Br(e,t,n,r){switch(Gt(t)){case 1:var a=qt;break;case 4:a=Yt;break;default:a=Qt}n=a.bind(null,t,n,e),a=void 0,!Le||"touchstart"!==t&&"touchmove"!==t&&"wheel"!==t||(a=!0),r?void 0!==a?e.addEventListener(t,n,{capture:!0,passive:a}):e.addEventListener(t,n,!0):void 0!==a?e.addEventListener(t,n,{passive:a}):e.addEventListener(t,n,!1)}function Wr(e,t,n,r,a){var o=r;if(0==(1&t)&&0==(2&t)&&null!==r)e:for(;;){if(null===r)return;var i=r.tag;if(3===i||4===i){var l=r.stateNode.containerInfo;if(l===a||8===l.nodeType&&l.parentNode===a)break;if(4===i)for(i=r.return;null!==i;){var u=i.tag;if((3===u||4===u)&&((u=i.stateNode.containerInfo)===a||8===u.nodeType&&u.parentNode===a))return;i=i.return}for(;null!==l;){if(null===(i=ga(l)))return;if(5===(u=i.tag)||6===u){r=o=i;continue e}l=l.parentNode}}r=r.return}Me((function(){var r=o,a=Se(n),i=[];e:{var l=Pr.get(e);if(void 0!==l){var u=dn,s=e;switch(e){case"keypress":if(0===nn(n))break e;case"keydown":case"keyup":u=Tn;break;case"focusin":s="focus",u=vn;break;case"focusout":s="blur",u=vn;break;case"beforeblur":case"afterblur":u=vn;break;case"click":if(2===n.button)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":u=mn;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":u=gn;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":u=Pn;break;case Cr:case Er:case Tr:u=yn;break;case Rr:u=_n;break;case"scroll":u=pn;break;case"wheel":u=In;break;case"copy":case"cut":case"paste":u=bn;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":u=Rn}var c=0!=(4&t),d=!c&&"scroll"===e,f=c?null!==l?l+"Capture":null:l;c=[];for(var p,h=r;null!==h;){var m=(p=h).stateNode;if(5===p.tag&&null!==m&&(p=m,null!==f&&null!=(m=Ne(h,f))&&c.push(Hr(h,m,p))),d)break;h=h.return}0<c.length&&(l=new u(l,s,null,n,a),i.push({event:l,listeners:c}))}}if(0==(7&t)){if(u="mouseout"===e||"pointerout"===e,(!(l="mouseover"===e||"pointerover"===e)||n===ke||!(s=n.relatedTarget||n.fromElement)||!ga(s)&&!s[fa])&&(u||l)&&(l=a.window===a?a:(l=a.ownerDocument)?l.defaultView||l.parentWindow:window,u?(u=r,null!==(s=(s=n.relatedTarget||n.toElement)?ga(s):null)&&(s!==(d=He(s))||5!==s.tag&&6!==s.tag)&&(s=null)):(u=null,s=r),u!==s)){if(c=mn,m="onMouseLeave",f="onMouseEnter",h="mouse","pointerout"!==e&&"pointerover"!==e||(c=Rn,m="onPointerLeave",f="onPointerEnter",h="pointer"),d=null==u?l:ya(u),p=null==s?l:ya(s),(l=new c(m,h+"leave",u,n,a)).target=d,l.relatedTarget=p,m=null,ga(a)===r&&((c=new c(f,h+"enter",s,n,a)).target=p,c.relatedTarget=d,m=c),d=m,u&&s)e:{for(f=s,h=0,p=c=u;p;p=$r(p))h++;for(p=0,m=f;m;m=$r(m))p++;for(;0<h-p;)c=$r(c),h--;for(;0<p-h;)f=$r(f),p--;for(;h--;){if(c===f||null!==f&&c===f.alternate)break e;c=$r(c),f=$r(f)}c=null}else c=null;null!==u&&qr(i,l,u,c,!1),null!==s&&null!==d&&qr(i,d,s,c,!0)}if("select"===(u=(l=r?ya(r):window).nodeName&&l.nodeName.toLowerCase())||"input"===u&&"file"===l.type)var g=Qn;else if(Wn(l))if(Xn)g=ar;else{g=nr;var v=tr}else(u=l.nodeName)&&"input"===u.toLowerCase()&&("checkbox"===l.type||"radio"===l.type)&&(g=rr);switch(g&&(g=g(e,r))?Hn(i,g,n,a):(v&&v(e,l,r),"focusout"===e&&(v=l._wrapperState)&&v.controlled&&"number"===l.type&&te(l,"number",l.value)),v=r?ya(r):window,e){case"focusin":(Wn(v)||"true"===v.contentEditable)&&(hr=v,mr=r,gr=null);break;case"focusout":gr=mr=hr=null;break;case"mousedown":vr=!0;break;case"contextmenu":case"mouseup":case"dragend":vr=!1,yr(i,n,a);break;case"selectionchange":if(pr)break;case"keydown":case"keyup":yr(i,n,a)}var y;if(Mn)e:{switch(e){case"compositionstart":var b="onCompositionStart";break e;case"compositionend":b="onCompositionEnd";break e;case"compositionupdate":b="onCompositionUpdate";break e}b=void 0}else jn?Un(e,n)&&(b="onCompositionEnd"):"keydown"===e&&229===n.keyCode&&(b="onCompositionStart");b&&(On&&"ko"!==n.locale&&(jn||"onCompositionStart"!==b?"onCompositionEnd"===b&&jn&&(y=tn()):(Jt="value"in(Zt=a)?Zt.value:Zt.textContent,jn=!0)),0<(v=Vr(r,b)).length&&(b=new wn(b,e,null,n,a),i.push({event:b,listeners:v}),(y||null!==(y=An(n)))&&(b.data=y))),(y=Ln?function(e,t){switch(e){case"compositionend":return An(t);case"keypress":return 32!==t.which?null:(zn=!0,Fn);case"textInput":return(e=t.data)===Fn&&zn?null:e;default:return null}}(e,n):function(e,t){if(jn)return"compositionend"===e||!Mn&&Un(e,t)?(e=tn(),en=Jt=Zt=null,jn=!1,e):null;switch(e){case"paste":default:return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return On&&"ko"!==t.locale?null:t.data}}(e,n))&&0<(r=Vr(r,"onBeforeInput")).length&&(a=new wn("onBeforeInput","beforeinput",null,n,a),i.push({event:a,listeners:r}),a.data=y)}Fr(i,t)}))}function Hr(e,t,n){return{instance:e,listener:t,currentTarget:n}}function Vr(e,t){for(var n=t+"Capture",r=[];null!==e;){var a=e,o=a.stateNode;5===a.tag&&null!==o&&(a=o,null!=(o=Ne(e,n))&&r.unshift(Hr(e,o,a)),null!=(o=Ne(e,t))&&r.push(Hr(e,o,a))),e=e.return}return r}function $r(e){if(null===e)return null;do{e=e.return}while(e&&5!==e.tag);return e||null}function qr(e,t,n,r,a){for(var o=t._reactName,i=[];null!==n&&n!==r;){var l=n,u=l.alternate,s=l.stateNode;if(null!==u&&u===r)break;5===l.tag&&null!==s&&(l=s,a?null!=(u=Ne(n,o))&&i.unshift(Hr(n,u,l)):a||null!=(u=Ne(n,o))&&i.push(Hr(n,u,l))),n=n.return}0!==i.length&&e.push({event:t,listeners:i})}var Yr=/\r\n?/g,Qr=/\u0000|\uFFFD/g;function Xr(e){return("string"==typeof e?e:""+e).replace(Yr,"\n").replace(Qr,"")}function Kr(e,t,n){if(t=Xr(t),Xr(e)!==t&&n)throw Error(r(425))}function Gr(){}var Zr=null,Jr=null;function ea(e,t){return"textarea"===e||"noscript"===e||"string"==typeof t.children||"number"==typeof t.children||"object"==typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var ta="function"==typeof setTimeout?setTimeout:void 0,na="function"==typeof clearTimeout?clearTimeout:void 0,ra="function"==typeof Promise?Promise:void 0,aa="function"==typeof queueMicrotask?queueMicrotask:void 0!==ra?function(e){return ra.resolve(null).then(e).catch(oa)}:ta;function oa(e){setTimeout((function(){throw e}))}function ia(e,t){var n=t,r=0;do{var a=n.nextSibling;if(e.removeChild(n),a&&8===a.nodeType)if("/$"===(n=a.data)){if(0===r)return e.removeChild(a),void Ht(t);r--}else"$"!==n&&"$?"!==n&&"$!"!==n||r++;n=a}while(n);Ht(t)}function la(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break;if(8===t){if("$"===(t=e.data)||"$!"===t||"$?"===t)break;if("/$"===t)return null}}return e}function ua(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var n=e.data;if("$"===n||"$!"===n||"$?"===n){if(0===t)return e;t--}else"/$"===n&&t++}e=e.previousSibling}return null}var sa=Math.random().toString(36).slice(2),ca="__reactFiber$"+sa,da="__reactProps$"+sa,fa="__reactContainer$"+sa,pa="__reactEvents$"+sa,ha="__reactListeners$"+sa,ma="__reactHandles$"+sa;function ga(e){var t=e[ca];if(t)return t;for(var n=e.parentNode;n;){if(t=n[fa]||n[ca]){if(n=t.alternate,null!==t.child||null!==n&&null!==n.child)for(e=ua(e);null!==e;){if(n=e[ca])return n;e=ua(e)}return t}n=(e=n).parentNode}return null}function va(e){return!(e=e[ca]||e[fa])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function ya(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(r(33))}function ba(e){return e[da]||null}var wa=[],ka=-1;function Sa(e){return{current:e}}function xa(e){0>ka||(e.current=wa[ka],wa[ka]=null,ka--)}function Ca(e,t){ka++,wa[ka]=e.current,e.current=t}var Ea={},Ta=Sa(Ea),Ra=Sa(!1),Pa=Ea;function _a(e,t){var n=e.type.contextTypes;if(!n)return Ea;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var a,o={};for(a in n)o[a]=t[a];return r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=o),o}function Ia(e){return null!=e.childContextTypes}function Da(){xa(Ra),xa(Ta)}function Ma(e,t,n){if(Ta.current!==Ea)throw Error(r(168));Ca(Ta,t),Ca(Ra,n)}function Na(e,t,n){var a=e.stateNode;if(t=t.childContextTypes,"function"!=typeof a.getChildContext)return n;for(var o in a=a.getChildContext())if(!(o in t))throw Error(r(108,V(e)||"Unknown",o));return U({},n,a)}function La(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Ea,Pa=Ta.current,Ca(Ta,e),Ca(Ra,Ra.current),!0}function Oa(e,t,n){var a=e.stateNode;if(!a)throw Error(r(169));n?(e=Na(e,t,Pa),a.__reactInternalMemoizedMergedChildContext=e,xa(Ra),xa(Ta),Ca(Ta,e)):xa(Ra),Ca(Ra,n)}var Fa=null,za=!1,Ua=!1;function Aa(e){null===Fa?Fa=[e]:Fa.push(e)}function ja(){if(!Ua&&null!==Fa){Ua=!0;var e=0,t=wt;try{var n=Fa;for(wt=1;e<n.length;e++){var r=n[e];do{r=r(!0)}while(null!==r)}Fa=null,za=!1}catch(t){throw null!==Fa&&(Fa=Fa.slice(e+1)),Qe(et,ja),t}finally{wt=t,Ua=!1}}return null}var Ba=[],Wa=0,Ha=null,Va=0,$a=[],qa=0,Ya=null,Qa=1,Xa="";function Ka(e,t){Ba[Wa++]=Va,Ba[Wa++]=Ha,Ha=e,Va=t}function Ga(e,t,n){$a[qa++]=Qa,$a[qa++]=Xa,$a[qa++]=Ya,Ya=e;var r=Qa;e=Xa;var a=32-lt(r)-1;r&=~(1<<a),n+=1;var o=32-lt(t)+a;if(30<o){var i=a-a%5;o=(r&(1<<i)-1).toString(32),r>>=i,a-=i,Qa=1<<32-lt(t)+a|n<<a|r,Xa=o+e}else Qa=1<<o|n<<a|r,Xa=e}function Za(e){null!==e.return&&(Ka(e,1),Ga(e,1,0))}function Ja(e){for(;e===Ha;)Ha=Ba[--Wa],Ba[Wa]=null,Va=Ba[--Wa],Ba[Wa]=null;for(;e===Ya;)Ya=$a[--qa],$a[qa]=null,Xa=$a[--qa],$a[qa]=null,Qa=$a[--qa],$a[qa]=null}var eo=null,to=null,no=!1,ro=null;function ao(e,t){var n=_s(5,null,null,0);n.elementType="DELETED",n.stateNode=t,n.return=e,null===(t=e.deletions)?(e.deletions=[n],e.flags|=16):t.push(n)}function oo(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,eo=e,to=la(t.firstChild),!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,eo=e,to=null,!0);case 13:return null!==(t=8!==t.nodeType?null:t)&&(n=null!==Ya?{id:Qa,overflow:Xa}:null,e.memoizedState={dehydrated:t,treeContext:n,retryLane:1073741824},(n=_s(18,null,null,0)).stateNode=t,n.return=e,e.child=n,eo=e,to=null,!0);default:return!1}}function io(e){return 0!=(1&e.mode)&&0==(128&e.flags)}function lo(e){if(no){var t=to;if(t){var n=t;if(!oo(e,t)){if(io(e))throw Error(r(418));t=la(n.nextSibling);var a=eo;t&&oo(e,t)?ao(a,n):(e.flags=-4097&e.flags|2,no=!1,eo=e)}}else{if(io(e))throw Error(r(418));e.flags=-4097&e.flags|2,no=!1,eo=e}}}function uo(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;eo=e}function so(e){if(e!==eo)return!1;if(!no)return uo(e),no=!0,!1;var t;if((t=3!==e.tag)&&!(t=5!==e.tag)&&(t="head"!==(t=e.type)&&"body"!==t&&!ea(e.type,e.memoizedProps)),t&&(t=to)){if(io(e))throw co(),Error(r(418));for(;t;)ao(e,t),t=la(t.nextSibling)}if(uo(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(r(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var n=e.data;if("/$"===n){if(0===t){to=la(e.nextSibling);break e}t--}else"$"!==n&&"$!"!==n&&"$?"!==n||t++}e=e.nextSibling}to=null}}else to=eo?la(e.stateNode.nextSibling):null;return!0}function co(){for(var e=to;e;)e=la(e.nextSibling)}function fo(){to=eo=null,no=!1}function po(e){null===ro?ro=[e]:ro.push(e)}var ho=k.ReactCurrentBatchConfig;function mo(e,t,n){if(null!==(e=n.ref)&&"function"!=typeof e&&"object"!=typeof e){if(n._owner){if(n=n._owner){if(1!==n.tag)throw Error(r(309));var a=n.stateNode}if(!a)throw Error(r(147,e));var o=a,i=""+e;return null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===i?t.ref:(t=function(e){var t=o.refs;null===e?delete t[i]:t[i]=e},t._stringRef=i,t)}if("string"!=typeof e)throw Error(r(284));if(!n._owner)throw Error(r(290,e))}return e}function go(e,t){throw e=Object.prototype.toString.call(t),Error(r(31,"[object Object]"===e?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function vo(e){return(0,e._init)(e._payload)}function yo(e){function t(t,n){if(e){var r=t.deletions;null===r?(t.deletions=[n],t.flags|=16):r.push(n)}}function n(n,r){if(!e)return null;for(;null!==r;)t(n,r),r=r.sibling;return null}function a(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function o(e,t){return(e=Ds(e,t)).index=0,e.sibling=null,e}function i(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index)<n?(t.flags|=2,n):r:(t.flags|=2,n):(t.flags|=1048576,n)}function l(t){return e&&null===t.alternate&&(t.flags|=2),t}function u(e,t,n,r){return null===t||6!==t.tag?((t=Os(n,e.mode,r)).return=e,t):((t=o(t,n)).return=e,t)}function s(e,t,n,r){var a=n.type;return a===C?d(e,t,n.props.children,r,n.key):null!==t&&(t.elementType===a||"object"==typeof a&&null!==a&&a.$$typeof===N&&vo(a)===t.type)?((r=o(t,n.props)).ref=mo(e,t,n),r.return=e,r):((r=Ms(n.type,n.key,n.props,null,e.mode,r)).ref=mo(e,t,n),r.return=e,r)}function c(e,t,n,r){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=Fs(n,e.mode,r)).return=e,t):((t=o(t,n.children||[])).return=e,t)}function d(e,t,n,r,a){return null===t||7!==t.tag?((t=Ns(n,e.mode,r,a)).return=e,t):((t=o(t,n)).return=e,t)}function f(e,t,n){if("string"==typeof t&&""!==t||"number"==typeof t)return(t=Os(""+t,e.mode,n)).return=e,t;if("object"==typeof t&&null!==t){switch(t.$$typeof){case S:return(n=Ms(t.type,t.key,t.props,null,e.mode,n)).ref=mo(e,null,t),n.return=e,n;case x:return(t=Fs(t,e.mode,n)).return=e,t;case N:return f(e,(0,t._init)(t._payload),n)}if(ne(t)||F(t))return(t=Ns(t,e.mode,n,null)).return=e,t;go(e,t)}return null}function p(e,t,n,r){var a=null!==t?t.key:null;if("string"==typeof n&&""!==n||"number"==typeof n)return null!==a?null:u(e,t,""+n,r);if("object"==typeof n&&null!==n){switch(n.$$typeof){case S:return n.key===a?s(e,t,n,r):null;case x:return n.key===a?c(e,t,n,r):null;case N:return p(e,t,(a=n._init)(n._payload),r)}if(ne(n)||F(n))return null!==a?null:d(e,t,n,r,null);go(e,n)}return null}function h(e,t,n,r,a){if("string"==typeof r&&""!==r||"number"==typeof r)return u(t,e=e.get(n)||null,""+r,a);if("object"==typeof r&&null!==r){switch(r.$$typeof){case S:return s(t,e=e.get(null===r.key?n:r.key)||null,r,a);case x:return c(t,e=e.get(null===r.key?n:r.key)||null,r,a);case N:return h(e,t,n,(0,r._init)(r._payload),a)}if(ne(r)||F(r))return d(t,e=e.get(n)||null,r,a,null);go(t,r)}return null}function m(r,o,l,u){for(var s=null,c=null,d=o,m=o=0,g=null;null!==d&&m<l.length;m++){d.index>m?(g=d,d=null):g=d.sibling;var v=p(r,d,l[m],u);if(null===v){null===d&&(d=g);break}e&&d&&null===v.alternate&&t(r,d),o=i(v,o,m),null===c?s=v:c.sibling=v,c=v,d=g}if(m===l.length)return n(r,d),no&&Ka(r,m),s;if(null===d){for(;m<l.length;m++)null!==(d=f(r,l[m],u))&&(o=i(d,o,m),null===c?s=d:c.sibling=d,c=d);return no&&Ka(r,m),s}for(d=a(r,d);m<l.length;m++)null!==(g=h(d,r,m,l[m],u))&&(e&&null!==g.alternate&&d.delete(null===g.key?m:g.key),o=i(g,o,m),null===c?s=g:c.sibling=g,c=g);return e&&d.forEach((function(e){return t(r,e)})),no&&Ka(r,m),s}function g(o,l,u,s){var c=F(u);if("function"!=typeof c)throw Error(r(150));if(null==(u=c.call(u)))throw Error(r(151));for(var d=c=null,m=l,g=l=0,v=null,y=u.next();null!==m&&!y.done;g++,y=u.next()){m.index>g?(v=m,m=null):v=m.sibling;var b=p(o,m,y.value,s);if(null===b){null===m&&(m=v);break}e&&m&&null===b.alternate&&t(o,m),l=i(b,l,g),null===d?c=b:d.sibling=b,d=b,m=v}if(y.done)return n(o,m),no&&Ka(o,g),c;if(null===m){for(;!y.done;g++,y=u.next())null!==(y=f(o,y.value,s))&&(l=i(y,l,g),null===d?c=y:d.sibling=y,d=y);return no&&Ka(o,g),c}for(m=a(o,m);!y.done;g++,y=u.next())null!==(y=h(m,o,g,y.value,s))&&(e&&null!==y.alternate&&m.delete(null===y.key?g:y.key),l=i(y,l,g),null===d?c=y:d.sibling=y,d=y);return e&&m.forEach((function(e){return t(o,e)})),no&&Ka(o,g),c}return function e(r,a,i,u){if("object"==typeof i&&null!==i&&i.type===C&&null===i.key&&(i=i.props.children),"object"==typeof i&&null!==i){switch(i.$$typeof){case S:e:{for(var s=i.key,c=a;null!==c;){if(c.key===s){if((s=i.type)===C){if(7===c.tag){n(r,c.sibling),(a=o(c,i.props.children)).return=r,r=a;break e}}else if(c.elementType===s||"object"==typeof s&&null!==s&&s.$$typeof===N&&vo(s)===c.type){n(r,c.sibling),(a=o(c,i.props)).ref=mo(r,c,i),a.return=r,r=a;break e}n(r,c);break}t(r,c),c=c.sibling}i.type===C?((a=Ns(i.props.children,r.mode,u,i.key)).return=r,r=a):((u=Ms(i.type,i.key,i.props,null,r.mode,u)).ref=mo(r,a,i),u.return=r,r=u)}return l(r);case x:e:{for(c=i.key;null!==a;){if(a.key===c){if(4===a.tag&&a.stateNode.containerInfo===i.containerInfo&&a.stateNode.implementation===i.implementation){n(r,a.sibling),(a=o(a,i.children||[])).return=r,r=a;break e}n(r,a);break}t(r,a),a=a.sibling}(a=Fs(i,r.mode,u)).return=r,r=a}return l(r);case N:return e(r,a,(c=i._init)(i._payload),u)}if(ne(i))return m(r,a,i,u);if(F(i))return g(r,a,i,u);go(r,i)}return"string"==typeof i&&""!==i||"number"==typeof i?(i=""+i,null!==a&&6===a.tag?(n(r,a.sibling),(a=o(a,i)).return=r,r=a):(n(r,a),(a=Os(i,r.mode,u)).return=r,r=a),l(r)):n(r,a)}}var bo=yo(!0),wo=yo(!1),ko=Sa(null),So=null,xo=null,Co=null;function Eo(){Co=xo=So=null}function To(e){var t=ko.current;xa(ko),e._currentValue=t}function Ro(e,t,n){for(;null!==e;){var r=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,null!==r&&(r.childLanes|=t)):null!==r&&(r.childLanes&t)!==t&&(r.childLanes|=t),e===n)break;e=e.return}}function Po(e,t){So=e,Co=xo=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(0!=(e.lanes&t)&&(vl=!0),e.firstContext=null)}function _o(e){var t=e._currentValue;if(Co!==e)if(e={context:e,memoizedValue:t,next:null},null===xo){if(null===So)throw Error(r(308));xo=e,So.dependencies={lanes:0,firstContext:e}}else xo=xo.next=e;return t}var Io=null;function Do(e){null===Io?Io=[e]:Io.push(e)}function Mo(e,t,n,r){var a=t.interleaved;return null===a?(n.next=n,Do(t)):(n.next=a.next,a.next=n),t.interleaved=n,No(e,r)}function No(e,t){e.lanes|=t;var n=e.alternate;for(null!==n&&(n.lanes|=t),n=e,e=e.return;null!==e;)e.childLanes|=t,null!==(n=e.alternate)&&(n.childLanes|=t),n=e,e=e.return;return 3===n.tag?n.stateNode:null}var Lo=!1;function Oo(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Fo(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function zo(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function Uo(e,t,n){var r=e.updateQueue;if(null===r)return null;if(r=r.shared,0!=(2&Tu)){var a=r.pending;return null===a?t.next=t:(t.next=a.next,a.next=t),r.pending=t,No(e,n)}return null===(a=r.interleaved)?(t.next=t,Do(r)):(t.next=a.next,a.next=t),r.interleaved=t,No(e,n)}function Ao(e,t,n){if(null!==(t=t.updateQueue)&&(t=t.shared,0!=(4194240&n))){var r=t.lanes;n|=r&=e.pendingLanes,t.lanes=n,bt(e,n)}}function jo(e,t){var n=e.updateQueue,r=e.alternate;if(null!==r&&n===(r=r.updateQueue)){var a=null,o=null;if(null!==(n=n.firstBaseUpdate)){do{var i={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};null===o?a=o=i:o=o.next=i,n=n.next}while(null!==n);null===o?a=o=t:o=o.next=t}else a=o=t;return n={baseState:r.baseState,firstBaseUpdate:a,lastBaseUpdate:o,shared:r.shared,effects:r.effects},void(e.updateQueue=n)}null===(e=n.lastBaseUpdate)?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function Bo(e,t,n,r){var a=e.updateQueue;Lo=!1;var o=a.firstBaseUpdate,i=a.lastBaseUpdate,l=a.shared.pending;if(null!==l){a.shared.pending=null;var u=l,s=u.next;u.next=null,null===i?o=s:i.next=s,i=u;var c=e.alternate;null!==c&&(l=(c=c.updateQueue).lastBaseUpdate)!==i&&(null===l?c.firstBaseUpdate=s:l.next=s,c.lastBaseUpdate=u)}if(null!==o){var d=a.baseState;for(i=0,c=s=u=null,l=o;;){var f=l.lane,p=l.eventTime;if((r&f)===f){null!==c&&(c=c.next={eventTime:p,lane:0,tag:l.tag,payload:l.payload,callback:l.callback,next:null});e:{var h=e,m=l;switch(f=t,p=n,m.tag){case 1:if("function"==typeof(h=m.payload)){d=h.call(p,d,f);break e}d=h;break e;case 3:h.flags=-65537&h.flags|128;case 0:if(null==(f="function"==typeof(h=m.payload)?h.call(p,d,f):h))break e;d=U({},d,f);break e;case 2:Lo=!0}}null!==l.callback&&0!==l.lane&&(e.flags|=64,null===(f=a.effects)?a.effects=[l]:f.push(l))}else p={eventTime:p,lane:f,tag:l.tag,payload:l.payload,callback:l.callback,next:null},null===c?(s=c=p,u=d):c=c.next=p,i|=f;if(null===(l=l.next)){if(null===(l=a.shared.pending))break;l=(f=l).next,f.next=null,a.lastBaseUpdate=f,a.shared.pending=null}}if(null===c&&(u=d),a.baseState=u,a.firstBaseUpdate=s,a.lastBaseUpdate=c,null!==(t=a.shared.interleaved)){a=t;do{i|=a.lane,a=a.next}while(a!==t)}else null===o&&(a.shared.lanes=0);Lu|=i,e.lanes=i,e.memoizedState=d}}function Wo(e,t,n){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var a=e[t],o=a.callback;if(null!==o){if(a.callback=null,a=n,"function"!=typeof o)throw Error(r(191,o));o.call(a)}}}var Ho={},Vo=Sa(Ho),$o=Sa(Ho),qo=Sa(Ho);function Yo(e){if(e===Ho)throw Error(r(174));return e}function Qo(e,t){switch(Ca(qo,t),Ca($o,e),Ca(Vo,Ho),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:se(null,"");break;default:t=se(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}xa(Vo),Ca(Vo,t)}function Xo(){xa(Vo),xa($o),xa(qo)}function Ko(e){Yo(qo.current);var t=Yo(Vo.current),n=se(t,e.type);t!==n&&(Ca($o,e),Ca(Vo,n))}function Go(e){$o.current===e&&(xa(Vo),xa($o))}var Zo=Sa(0);function Jo(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||"$?"===n.data||"$!"===n.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!=(128&t.flags))return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var ei=[];function ti(){for(var e=0;e<ei.length;e++)ei[e]._workInProgressVersionPrimary=null;ei.length=0}var ni=k.ReactCurrentDispatcher,ri=k.ReactCurrentBatchConfig,ai=0,oi=null,ii=null,li=null,ui=!1,si=!1,ci=0,di=0;function fi(){throw Error(r(321))}function pi(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!or(e[n],t[n]))return!1;return!0}function hi(e,t,n,a,o,i){if(ai=i,oi=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,ni.current=null===e||null===e.memoizedState?Gi:Zi,e=n(a,o),si){i=0;do{if(si=!1,ci=0,25<=i)throw Error(r(301));i+=1,li=ii=null,t.updateQueue=null,ni.current=Ji,e=n(a,o)}while(si)}if(ni.current=Ki,t=null!==ii&&null!==ii.next,ai=0,li=ii=oi=null,ui=!1,t)throw Error(r(300));return e}function mi(){var e=0!==ci;return ci=0,e}function gi(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===li?oi.memoizedState=li=e:li=li.next=e,li}function vi(){if(null===ii){var e=oi.alternate;e=null!==e?e.memoizedState:null}else e=ii.next;var t=null===li?oi.memoizedState:li.next;if(null!==t)li=t,ii=e;else{if(null===e)throw Error(r(310));e={memoizedState:(ii=e).memoizedState,baseState:ii.baseState,baseQueue:ii.baseQueue,queue:ii.queue,next:null},null===li?oi.memoizedState=li=e:li=li.next=e}return li}function yi(e,t){return"function"==typeof t?t(e):t}function bi(e){var t=vi(),n=t.queue;if(null===n)throw Error(r(311));n.lastRenderedReducer=e;var a=ii,o=a.baseQueue,i=n.pending;if(null!==i){if(null!==o){var l=o.next;o.next=i.next,i.next=l}a.baseQueue=o=i,n.pending=null}if(null!==o){i=o.next,a=a.baseState;var u=l=null,s=null,c=i;do{var d=c.lane;if((ai&d)===d)null!==s&&(s=s.next={lane:0,action:c.action,hasEagerState:c.hasEagerState,eagerState:c.eagerState,next:null}),a=c.hasEagerState?c.eagerState:e(a,c.action);else{var f={lane:d,action:c.action,hasEagerState:c.hasEagerState,eagerState:c.eagerState,next:null};null===s?(u=s=f,l=a):s=s.next=f,oi.lanes|=d,Lu|=d}c=c.next}while(null!==c&&c!==i);null===s?l=a:s.next=u,or(a,t.memoizedState)||(vl=!0),t.memoizedState=a,t.baseState=l,t.baseQueue=s,n.lastRenderedState=a}if(null!==(e=n.interleaved)){o=e;do{i=o.lane,oi.lanes|=i,Lu|=i,o=o.next}while(o!==e)}else null===o&&(n.lanes=0);return[t.memoizedState,n.dispatch]}function wi(e){var t=vi(),n=t.queue;if(null===n)throw Error(r(311));n.lastRenderedReducer=e;var a=n.dispatch,o=n.pending,i=t.memoizedState;if(null!==o){n.pending=null;var l=o=o.next;do{i=e(i,l.action),l=l.next}while(l!==o);or(i,t.memoizedState)||(vl=!0),t.memoizedState=i,null===t.baseQueue&&(t.baseState=i),n.lastRenderedState=i}return[i,a]}function ki(){}function Si(e,t){var n=oi,a=vi(),o=t(),i=!or(a.memoizedState,o);if(i&&(a.memoizedState=o,vl=!0),a=a.queue,Li(Ei.bind(null,n,a,e),[e]),a.getSnapshot!==t||i||null!==li&&1&li.memoizedState.tag){if(n.flags|=2048,_i(9,Ci.bind(null,n,a,o,t),void 0,null),null===Ru)throw Error(r(349));0!=(30&ai)||xi(n,t,o)}return o}function xi(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},null===(t=oi.updateQueue)?(t={lastEffect:null,stores:null},oi.updateQueue=t,t.stores=[e]):null===(n=t.stores)?t.stores=[e]:n.push(e)}function Ci(e,t,n,r){t.value=n,t.getSnapshot=r,Ti(t)&&Ri(e)}function Ei(e,t,n){return n((function(){Ti(t)&&Ri(e)}))}function Ti(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!or(e,n)}catch(e){return!0}}function Ri(e){var t=No(e,1);null!==t&&es(t,e,1,-1)}function Pi(e){var t=gi();return"function"==typeof e&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:yi,lastRenderedState:e},t.queue=e,e=e.dispatch=qi.bind(null,oi,e),[t.memoizedState,e]}function _i(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},null===(t=oi.updateQueue)?(t={lastEffect:null,stores:null},oi.updateQueue=t,t.lastEffect=e.next=e):null===(n=t.lastEffect)?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e),e}function Ii(){return vi().memoizedState}function Di(e,t,n,r){var a=gi();oi.flags|=e,a.memoizedState=_i(1|t,n,void 0,void 0===r?null:r)}function Mi(e,t,n,r){var a=vi();r=void 0===r?null:r;var o=void 0;if(null!==ii){var i=ii.memoizedState;if(o=i.destroy,null!==r&&pi(r,i.deps))return void(a.memoizedState=_i(t,n,o,r))}oi.flags|=e,a.memoizedState=_i(1|t,n,o,r)}function Ni(e,t){return Di(8390656,8,e,t)}function Li(e,t){return Mi(2048,8,e,t)}function Oi(e,t){return Mi(4,2,e,t)}function Fi(e,t){return Mi(4,4,e,t)}function zi(e,t){return"function"==typeof t?(e=e(),t(e),function(){t(null)}):null!=t?(e=e(),t.current=e,function(){t.current=null}):void 0}function Ui(e,t,n){return n=null!=n?n.concat([e]):null,Mi(4,4,zi.bind(null,t,e),n)}function Ai(){}function ji(e,t){var n=vi();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&pi(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function Bi(e,t){var n=vi();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&pi(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function Wi(e,t,n){return 0==(21&ai)?(e.baseState&&(e.baseState=!1,vl=!0),e.memoizedState=n):(or(n,t)||(n=gt(),oi.lanes|=n,Lu|=n,e.baseState=!0),t)}function Hi(e,t){var n=wt;wt=0!==n&&4>n?n:4,e(!0);var r=ri.transition;ri.transition={};try{e(!1),t()}finally{wt=n,ri.transition=r}}function Vi(){return vi().memoizedState}function $i(e,t,n){var r=Ju(e);n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},Yi(e)?Qi(t,n):null!==(n=Mo(e,t,n,r))&&(es(n,e,r,Zu()),Xi(n,t,r))}function qi(e,t,n){var r=Ju(e),a={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(Yi(e))Qi(t,a);else{var o=e.alternate;if(0===e.lanes&&(null===o||0===o.lanes)&&null!==(o=t.lastRenderedReducer))try{var i=t.lastRenderedState,l=o(i,n);if(a.hasEagerState=!0,a.eagerState=l,or(l,i)){var u=t.interleaved;return null===u?(a.next=a,Do(t)):(a.next=u.next,u.next=a),void(t.interleaved=a)}}catch(e){}null!==(n=Mo(e,t,a,r))&&(es(n,e,r,a=Zu()),Xi(n,t,r))}}function Yi(e){var t=e.alternate;return e===oi||null!==t&&t===oi}function Qi(e,t){si=ui=!0;var n=e.pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function Xi(e,t,n){if(0!=(4194240&n)){var r=t.lanes;n|=r&=e.pendingLanes,t.lanes=n,bt(e,n)}}var Ki={readContext:_o,useCallback:fi,useContext:fi,useEffect:fi,useImperativeHandle:fi,useInsertionEffect:fi,useLayoutEffect:fi,useMemo:fi,useReducer:fi,useRef:fi,useState:fi,useDebugValue:fi,useDeferredValue:fi,useTransition:fi,useMutableSource:fi,useSyncExternalStore:fi,useId:fi,unstable_isNewReconciler:!1},Gi={readContext:_o,useCallback:function(e,t){return gi().memoizedState=[e,void 0===t?null:t],e},useContext:_o,useEffect:Ni,useImperativeHandle:function(e,t,n){return n=null!=n?n.concat([e]):null,Di(4194308,4,zi.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Di(4194308,4,e,t)},useInsertionEffect:function(e,t){return Di(4,2,e,t)},useMemo:function(e,t){var n=gi();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=gi();return t=void 0!==n?n(t):t,r.memoizedState=r.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},r.queue=e,e=e.dispatch=$i.bind(null,oi,e),[r.memoizedState,e]},useRef:function(e){return e={current:e},gi().memoizedState=e},useState:Pi,useDebugValue:Ai,useDeferredValue:function(e){return gi().memoizedState=e},useTransition:function(){var e=Pi(!1),t=e[0];return e=Hi.bind(null,e[1]),gi().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var a=oi,o=gi();if(no){if(void 0===n)throw Error(r(407));n=n()}else{if(n=t(),null===Ru)throw Error(r(349));0!=(30&ai)||xi(a,t,n)}o.memoizedState=n;var i={value:n,getSnapshot:t};return o.queue=i,Ni(Ei.bind(null,a,i,e),[e]),a.flags|=2048,_i(9,Ci.bind(null,a,i,n,t),void 0,null),n},useId:function(){var e=gi(),t=Ru.identifierPrefix;if(no){var n=Xa;t=":"+t+"R"+(n=(Qa&~(1<<32-lt(Qa)-1)).toString(32)+n),0<(n=ci++)&&(t+="H"+n.toString(32)),t+=":"}else t=":"+t+"r"+(n=di++).toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},Zi={readContext:_o,useCallback:ji,useContext:_o,useEffect:Li,useImperativeHandle:Ui,useInsertionEffect:Oi,useLayoutEffect:Fi,useMemo:Bi,useReducer:bi,useRef:Ii,useState:function(){return bi(yi)},useDebugValue:Ai,useDeferredValue:function(e){return Wi(vi(),ii.memoizedState,e)},useTransition:function(){return[bi(yi)[0],vi().memoizedState]},useMutableSource:ki,useSyncExternalStore:Si,useId:Vi,unstable_isNewReconciler:!1},Ji={readContext:_o,useCallback:ji,useContext:_o,useEffect:Li,useImperativeHandle:Ui,useInsertionEffect:Oi,useLayoutEffect:Fi,useMemo:Bi,useReducer:wi,useRef:Ii,useState:function(){return wi(yi)},useDebugValue:Ai,useDeferredValue:function(e){var t=vi();return null===ii?t.memoizedState=e:Wi(t,ii.memoizedState,e)},useTransition:function(){return[wi(yi)[0],vi().memoizedState]},useMutableSource:ki,useSyncExternalStore:Si,useId:Vi,unstable_isNewReconciler:!1};function el(e,t){if(e&&e.defaultProps){for(var n in t=U({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}return t}function tl(e,t,n,r){n=null==(n=n(r,t=e.memoizedState))?t:U({},t,n),e.memoizedState=n,0===e.lanes&&(e.updateQueue.baseState=n)}var nl={isMounted:function(e){return!!(e=e._reactInternals)&&He(e)===e},enqueueSetState:function(e,t,n){e=e._reactInternals;var r=Zu(),a=Ju(e),o=zo(r,a);o.payload=t,null!=n&&(o.callback=n),null!==(t=Uo(e,o,a))&&(es(t,e,a,r),Ao(t,e,a))},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var r=Zu(),a=Ju(e),o=zo(r,a);o.tag=1,o.payload=t,null!=n&&(o.callback=n),null!==(t=Uo(e,o,a))&&(es(t,e,a,r),Ao(t,e,a))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=Zu(),r=Ju(e),a=zo(n,r);a.tag=2,null!=t&&(a.callback=t),null!==(t=Uo(e,a,r))&&(es(t,e,r,n),Ao(t,e,r))}};function rl(e,t,n,r,a,o,i){return"function"==typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(r,o,i):!(t.prototype&&t.prototype.isPureReactComponent&&ir(n,r)&&ir(a,o))}function al(e,t,n){var r=!1,a=Ea,o=t.contextType;return"object"==typeof o&&null!==o?o=_o(o):(a=Ia(t)?Pa:Ta.current,o=(r=null!=(r=t.contextTypes))?_a(e,a):Ea),t=new t(n,o),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=nl,e.stateNode=t,t._reactInternals=e,r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=a,e.__reactInternalMemoizedMaskedChildContext=o),t}function ol(e,t,n,r){e=t.state,"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&nl.enqueueReplaceState(t,t.state,null)}function il(e,t,n,r){var a=e.stateNode;a.props=n,a.state=e.memoizedState,a.refs={},Oo(e);var o=t.contextType;"object"==typeof o&&null!==o?a.context=_o(o):(o=Ia(t)?Pa:Ta.current,a.context=_a(e,o)),a.state=e.memoizedState,"function"==typeof(o=t.getDerivedStateFromProps)&&(tl(e,t,o,n),a.state=e.memoizedState),"function"==typeof t.getDerivedStateFromProps||"function"==typeof a.getSnapshotBeforeUpdate||"function"!=typeof a.UNSAFE_componentWillMount&&"function"!=typeof a.componentWillMount||(t=a.state,"function"==typeof a.componentWillMount&&a.componentWillMount(),"function"==typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount(),t!==a.state&&nl.enqueueReplaceState(a,a.state,null),Bo(e,n,a,r),a.state=e.memoizedState),"function"==typeof a.componentDidMount&&(e.flags|=4194308)}function ll(e,t){try{var n="",r=t;do{n+=W(r),r=r.return}while(r);var a=n}catch(e){a="\nError generating stack: "+e.message+"\n"+e.stack}return{value:e,source:t,stack:a,digest:null}}function ul(e,t,n){return{value:e,source:null,stack:null!=n?n:null,digest:null!=t?t:null}}function sl(e,t){try{console.error(t.value)}catch(e){setTimeout((function(){throw e}))}}var cl="function"==typeof WeakMap?WeakMap:Map;function dl(e,t,n){(n=zo(-1,n)).tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){Wu||(Wu=!0,Hu=r),sl(0,t)},n}function fl(e,t,n){(n=zo(-1,n)).tag=3;var r=e.type.getDerivedStateFromError;if("function"==typeof r){var a=t.value;n.payload=function(){return r(a)},n.callback=function(){sl(0,t)}}var o=e.stateNode;return null!==o&&"function"==typeof o.componentDidCatch&&(n.callback=function(){sl(0,t),"function"!=typeof r&&(null===Vu?Vu=new Set([this]):Vu.add(this));var e=t.stack;this.componentDidCatch(t.value,{componentStack:null!==e?e:""})}),n}function pl(e,t,n){var r=e.pingCache;if(null===r){r=e.pingCache=new cl;var a=new Set;r.set(t,a)}else void 0===(a=r.get(t))&&(a=new Set,r.set(t,a));a.has(n)||(a.add(n),e=xs.bind(null,e,t,n),t.then(e,e))}function hl(e){do{var t;if((t=13===e.tag)&&(t=null===(t=e.memoizedState)||null!==t.dehydrated),t)return e;e=e.return}while(null!==e);return null}function ml(e,t,n,r,a){return 0==(1&e.mode)?(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,1===n.tag&&(null===n.alternate?n.tag=17:((t=zo(-1,1)).tag=2,Uo(n,t,1))),n.lanes|=1),e):(e.flags|=65536,e.lanes=a,e)}var gl=k.ReactCurrentOwner,vl=!1;function yl(e,t,n,r){t.child=null===e?wo(t,null,n,r):bo(t,e.child,n,r)}function bl(e,t,n,r,a){n=n.render;var o=t.ref;return Po(t,a),r=hi(e,t,n,r,o,a),n=mi(),null===e||vl?(no&&n&&Za(t),t.flags|=1,yl(e,t,r,a),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a,Wl(e,t,a))}function wl(e,t,n,r,a){if(null===e){var o=n.type;return"function"!=typeof o||Is(o)||void 0!==o.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=Ms(n.type,null,r,t,t.mode,a)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=o,kl(e,t,o,r,a))}if(o=e.child,0==(e.lanes&a)){var i=o.memoizedProps;if((n=null!==(n=n.compare)?n:ir)(i,r)&&e.ref===t.ref)return Wl(e,t,a)}return t.flags|=1,(e=Ds(o,r)).ref=t.ref,e.return=t,t.child=e}function kl(e,t,n,r,a){if(null!==e){var o=e.memoizedProps;if(ir(o,r)&&e.ref===t.ref){if(vl=!1,t.pendingProps=r=o,0==(e.lanes&a))return t.lanes=e.lanes,Wl(e,t,a);0!=(131072&e.flags)&&(vl=!0)}}return Cl(e,t,n,r,a)}function Sl(e,t,n){var r=t.pendingProps,a=r.children,o=null!==e?e.memoizedState:null;if("hidden"===r.mode)if(0==(1&t.mode))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},Ca(Du,Iu),Iu|=n;else{if(0==(1073741824&n))return e=null!==o?o.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,Ca(Du,Iu),Iu|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=null!==o?o.baseLanes:n,Ca(Du,Iu),Iu|=r}else null!==o?(r=o.baseLanes|n,t.memoizedState=null):r=n,Ca(Du,Iu),Iu|=r;return yl(e,t,a,n),t.child}function xl(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function Cl(e,t,n,r,a){var o=Ia(n)?Pa:Ta.current;return o=_a(t,o),Po(t,a),n=hi(e,t,n,r,o,a),r=mi(),null===e||vl?(no&&r&&Za(t),t.flags|=1,yl(e,t,n,a),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a,Wl(e,t,a))}function El(e,t,n,r,a){if(Ia(n)){var o=!0;La(t)}else o=!1;if(Po(t,a),null===t.stateNode)Bl(e,t),al(t,n,r),il(t,n,r,a),r=!0;else if(null===e){var i=t.stateNode,l=t.memoizedProps;i.props=l;var u=i.context,s=n.contextType;s="object"==typeof s&&null!==s?_o(s):_a(t,s=Ia(n)?Pa:Ta.current);var c=n.getDerivedStateFromProps,d="function"==typeof c||"function"==typeof i.getSnapshotBeforeUpdate;d||"function"!=typeof i.UNSAFE_componentWillReceiveProps&&"function"!=typeof i.componentWillReceiveProps||(l!==r||u!==s)&&ol(t,i,r,s),Lo=!1;var f=t.memoizedState;i.state=f,Bo(t,r,i,a),u=t.memoizedState,l!==r||f!==u||Ra.current||Lo?("function"==typeof c&&(tl(t,n,c,r),u=t.memoizedState),(l=Lo||rl(t,n,l,r,f,u,s))?(d||"function"!=typeof i.UNSAFE_componentWillMount&&"function"!=typeof i.componentWillMount||("function"==typeof i.componentWillMount&&i.componentWillMount(),"function"==typeof i.UNSAFE_componentWillMount&&i.UNSAFE_componentWillMount()),"function"==typeof i.componentDidMount&&(t.flags|=4194308)):("function"==typeof i.componentDidMount&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=u),i.props=r,i.state=u,i.context=s,r=l):("function"==typeof i.componentDidMount&&(t.flags|=4194308),r=!1)}else{i=t.stateNode,Fo(e,t),l=t.memoizedProps,s=t.type===t.elementType?l:el(t.type,l),i.props=s,d=t.pendingProps,f=i.context,u="object"==typeof(u=n.contextType)&&null!==u?_o(u):_a(t,u=Ia(n)?Pa:Ta.current);var p=n.getDerivedStateFromProps;(c="function"==typeof p||"function"==typeof i.getSnapshotBeforeUpdate)||"function"!=typeof i.UNSAFE_componentWillReceiveProps&&"function"!=typeof i.componentWillReceiveProps||(l!==d||f!==u)&&ol(t,i,r,u),Lo=!1,f=t.memoizedState,i.state=f,Bo(t,r,i,a);var h=t.memoizedState;l!==d||f!==h||Ra.current||Lo?("function"==typeof p&&(tl(t,n,p,r),h=t.memoizedState),(s=Lo||rl(t,n,s,r,f,h,u)||!1)?(c||"function"!=typeof i.UNSAFE_componentWillUpdate&&"function"!=typeof i.componentWillUpdate||("function"==typeof i.componentWillUpdate&&i.componentWillUpdate(r,h,u),"function"==typeof i.UNSAFE_componentWillUpdate&&i.UNSAFE_componentWillUpdate(r,h,u)),"function"==typeof i.componentDidUpdate&&(t.flags|=4),"function"==typeof i.getSnapshotBeforeUpdate&&(t.flags|=1024)):("function"!=typeof i.componentDidUpdate||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=4),"function"!=typeof i.getSnapshotBeforeUpdate||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=h),i.props=r,i.state=h,i.context=u,r=s):("function"!=typeof i.componentDidUpdate||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=4),"function"!=typeof i.getSnapshotBeforeUpdate||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=1024),r=!1)}return Tl(e,t,n,r,o,a)}function Tl(e,t,n,r,a,o){xl(e,t);var i=0!=(128&t.flags);if(!r&&!i)return a&&Oa(t,n,!1),Wl(e,t,o);r=t.stateNode,gl.current=t;var l=i&&"function"!=typeof n.getDerivedStateFromError?null:r.render();return t.flags|=1,null!==e&&i?(t.child=bo(t,e.child,null,o),t.child=bo(t,null,l,o)):yl(e,t,l,o),t.memoizedState=r.state,a&&Oa(t,n,!0),t.child}function Rl(e){var t=e.stateNode;t.pendingContext?Ma(0,t.pendingContext,t.pendingContext!==t.context):t.context&&Ma(0,t.context,!1),Qo(e,t.containerInfo)}function Pl(e,t,n,r,a){return fo(),po(a),t.flags|=256,yl(e,t,n,r),t.child}var _l,Il,Dl,Ml,Nl={dehydrated:null,treeContext:null,retryLane:0};function Ll(e){return{baseLanes:e,cachePool:null,transitions:null}}function Ol(e,t,n){var a,o=t.pendingProps,i=Zo.current,l=!1,u=0!=(128&t.flags);if((a=u)||(a=(null===e||null!==e.memoizedState)&&0!=(2&i)),a?(l=!0,t.flags&=-129):null!==e&&null===e.memoizedState||(i|=1),Ca(Zo,1&i),null===e)return lo(t),null!==(e=t.memoizedState)&&null!==(e=e.dehydrated)?(0==(1&t.mode)?t.lanes=1:"$!"===e.data?t.lanes=8:t.lanes=1073741824,null):(u=o.children,e=o.fallback,l?(o=t.mode,l=t.child,u={mode:"hidden",children:u},0==(1&o)&&null!==l?(l.childLanes=0,l.pendingProps=u):l=Ls(u,o,0,null),e=Ns(e,o,n,null),l.return=t,e.return=t,l.sibling=e,t.child=l,t.child.memoizedState=Ll(n),t.memoizedState=Nl,e):Fl(t,u));if(null!==(i=e.memoizedState)&&null!==(a=i.dehydrated))return function(e,t,n,a,o,i,l){if(n)return 256&t.flags?(t.flags&=-257,zl(e,t,l,a=ul(Error(r(422))))):null!==t.memoizedState?(t.child=e.child,t.flags|=128,null):(i=a.fallback,o=t.mode,a=Ls({mode:"visible",children:a.children},o,0,null),(i=Ns(i,o,l,null)).flags|=2,a.return=t,i.return=t,a.sibling=i,t.child=a,0!=(1&t.mode)&&bo(t,e.child,null,l),t.child.memoizedState=Ll(l),t.memoizedState=Nl,i);if(0==(1&t.mode))return zl(e,t,l,null);if("$!"===o.data){if(a=o.nextSibling&&o.nextSibling.dataset)var u=a.dgst;return a=u,zl(e,t,l,a=ul(i=Error(r(419)),a,void 0))}if(u=0!=(l&e.childLanes),vl||u){if(null!==(a=Ru)){switch(l&-l){case 4:o=2;break;case 16:o=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:o=32;break;case 536870912:o=268435456;break;default:o=0}0!==(o=0!=(o&(a.suspendedLanes|l))?0:o)&&o!==i.retryLane&&(i.retryLane=o,No(e,o),es(a,e,o,-1))}return ps(),zl(e,t,l,a=ul(Error(r(421))))}return"$?"===o.data?(t.flags|=128,t.child=e.child,t=Es.bind(null,e),o._reactRetry=t,null):(e=i.treeContext,to=la(o.nextSibling),eo=t,no=!0,ro=null,null!==e&&($a[qa++]=Qa,$a[qa++]=Xa,$a[qa++]=Ya,Qa=e.id,Xa=e.overflow,Ya=t),(t=Fl(t,a.children)).flags|=4096,t)}(e,t,u,o,a,i,n);if(l){l=o.fallback,u=t.mode,a=(i=e.child).sibling;var s={mode:"hidden",children:o.children};return 0==(1&u)&&t.child!==i?((o=t.child).childLanes=0,o.pendingProps=s,t.deletions=null):(o=Ds(i,s)).subtreeFlags=14680064&i.subtreeFlags,null!==a?l=Ds(a,l):(l=Ns(l,u,n,null)).flags|=2,l.return=t,o.return=t,o.sibling=l,t.child=o,o=l,l=t.child,u=null===(u=e.child.memoizedState)?Ll(n):{baseLanes:u.baseLanes|n,cachePool:null,transitions:u.transitions},l.memoizedState=u,l.childLanes=e.childLanes&~n,t.memoizedState=Nl,o}return e=(l=e.child).sibling,o=Ds(l,{mode:"visible",children:o.children}),0==(1&t.mode)&&(o.lanes=n),o.return=t,o.sibling=null,null!==e&&(null===(n=t.deletions)?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=o,t.memoizedState=null,o}function Fl(e,t){return(t=Ls({mode:"visible",children:t},e.mode,0,null)).return=e,e.child=t}function zl(e,t,n,r){return null!==r&&po(r),bo(t,e.child,null,n),(e=Fl(t,t.pendingProps.children)).flags|=2,t.memoizedState=null,e}function Ul(e,t,n){e.lanes|=t;var r=e.alternate;null!==r&&(r.lanes|=t),Ro(e.return,t,n)}function Al(e,t,n,r,a){var o=e.memoizedState;null===o?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:a}:(o.isBackwards=t,o.rendering=null,o.renderingStartTime=0,o.last=r,o.tail=n,o.tailMode=a)}function jl(e,t,n){var r=t.pendingProps,a=r.revealOrder,o=r.tail;if(yl(e,t,r.children,n),0!=(2&(r=Zo.current)))r=1&r|2,t.flags|=128;else{if(null!==e&&0!=(128&e.flags))e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&Ul(e,n,t);else if(19===e.tag)Ul(e,n,t);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(Ca(Zo,r),0==(1&t.mode))t.memoizedState=null;else switch(a){case"forwards":for(n=t.child,a=null;null!==n;)null!==(e=n.alternate)&&null===Jo(e)&&(a=n),n=n.sibling;null===(n=a)?(a=t.child,t.child=null):(a=n.sibling,n.sibling=null),Al(t,!1,a,n,o);break;case"backwards":for(n=null,a=t.child,t.child=null;null!==a;){if(null!==(e=a.alternate)&&null===Jo(e)){t.child=a;break}e=a.sibling,a.sibling=n,n=a,a=e}Al(t,!0,n,null,o);break;case"together":Al(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Bl(e,t){0==(1&t.mode)&&null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Wl(e,t,n){if(null!==e&&(t.dependencies=e.dependencies),Lu|=t.lanes,0==(n&t.childLanes))return null;if(null!==e&&t.child!==e.child)throw Error(r(153));if(null!==t.child){for(n=Ds(e=t.child,e.pendingProps),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=Ds(e,e.pendingProps)).return=t;n.sibling=null}return t.child}function Hl(e,t){if(!no)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;null!==t;)null!==t.alternate&&(n=t),t=t.sibling;null===n?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;null!==n;)null!==n.alternate&&(r=n),n=n.sibling;null===r?t||null===e.tail?e.tail=null:e.tail.sibling=null:r.sibling=null}}function Vl(e){var t=null!==e.alternate&&e.alternate.child===e.child,n=0,r=0;if(t)for(var a=e.child;null!==a;)n|=a.lanes|a.childLanes,r|=14680064&a.subtreeFlags,r|=14680064&a.flags,a.return=e,a=a.sibling;else for(a=e.child;null!==a;)n|=a.lanes|a.childLanes,r|=a.subtreeFlags,r|=a.flags,a.return=e,a=a.sibling;return e.subtreeFlags|=r,e.childLanes=n,t}function $l(e,t,n){var a=t.pendingProps;switch(Ja(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Vl(t),null;case 1:case 17:return Ia(t.type)&&Da(),Vl(t),null;case 3:return a=t.stateNode,Xo(),xa(Ra),xa(Ta),ti(),a.pendingContext&&(a.context=a.pendingContext,a.pendingContext=null),null!==e&&null!==e.child||(so(t)?t.flags|=4:null===e||e.memoizedState.isDehydrated&&0==(256&t.flags)||(t.flags|=1024,null!==ro&&(as(ro),ro=null))),Il(e,t),Vl(t),null;case 5:Go(t);var o=Yo(qo.current);if(n=t.type,null!==e&&null!=t.stateNode)Dl(e,t,n,a,o),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!a){if(null===t.stateNode)throw Error(r(166));return Vl(t),null}if(e=Yo(Vo.current),so(t)){a=t.stateNode,n=t.type;var l=t.memoizedProps;switch(a[ca]=t,a[da]=l,e=0!=(1&t.mode),n){case"dialog":zr("cancel",a),zr("close",a);break;case"iframe":case"object":case"embed":zr("load",a);break;case"video":case"audio":for(o=0;o<Nr.length;o++)zr(Nr[o],a);break;case"source":zr("error",a);break;case"img":case"image":case"link":zr("error",a),zr("load",a);break;case"details":zr("toggle",a);break;case"input":G(a,l),zr("invalid",a);break;case"select":a._wrapperState={wasMultiple:!!l.multiple},zr("invalid",a);break;case"textarea":oe(a,l),zr("invalid",a)}for(var u in be(n,l),o=null,l)if(l.hasOwnProperty(u)){var s=l[u];"children"===u?"string"==typeof s?a.textContent!==s&&(!0!==l.suppressHydrationWarning&&Kr(a.textContent,s,e),o=["children",s]):"number"==typeof s&&a.textContent!==""+s&&(!0!==l.suppressHydrationWarning&&Kr(a.textContent,s,e),o=["children",""+s]):i.hasOwnProperty(u)&&null!=s&&"onScroll"===u&&zr("scroll",a)}switch(n){case"input":Y(a),ee(a,l,!0);break;case"textarea":Y(a),le(a);break;case"select":case"option":break;default:"function"==typeof l.onClick&&(a.onclick=Gr)}a=o,t.updateQueue=a,null!==a&&(t.flags|=4)}else{u=9===o.nodeType?o:o.ownerDocument,"http://www.w3.org/1999/xhtml"===e&&(e=ue(n)),"http://www.w3.org/1999/xhtml"===e?"script"===n?((e=u.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"==typeof a.is?e=u.createElement(n,{is:a.is}):(e=u.createElement(n),"select"===n&&(u=e,a.multiple?u.multiple=!0:a.size&&(u.size=a.size))):e=u.createElementNS(e,n),e[ca]=t,e[da]=a,_l(e,t,!1,!1),t.stateNode=e;e:{switch(u=we(n,a),n){case"dialog":zr("cancel",e),zr("close",e),o=a;break;case"iframe":case"object":case"embed":zr("load",e),o=a;break;case"video":case"audio":for(o=0;o<Nr.length;o++)zr(Nr[o],e);o=a;break;case"source":zr("error",e),o=a;break;case"img":case"image":case"link":zr("error",e),zr("load",e),o=a;break;case"details":zr("toggle",e),o=a;break;case"input":G(e,a),o=K(e,a),zr("invalid",e);break;case"option":default:o=a;break;case"select":e._wrapperState={wasMultiple:!!a.multiple},o=U({},a,{value:void 0}),zr("invalid",e);break;case"textarea":oe(e,a),o=ae(e,a),zr("invalid",e)}for(l in be(n,o),s=o)if(s.hasOwnProperty(l)){var c=s[l];"style"===l?ve(e,c):"dangerouslySetInnerHTML"===l?null!=(c=c?c.__html:void 0)&&fe(e,c):"children"===l?"string"==typeof c?("textarea"!==n||""!==c)&&pe(e,c):"number"==typeof c&&pe(e,""+c):"suppressContentEditableWarning"!==l&&"suppressHydrationWarning"!==l&&"autoFocus"!==l&&(i.hasOwnProperty(l)?null!=c&&"onScroll"===l&&zr("scroll",e):null!=c&&w(e,l,c,u))}switch(n){case"input":Y(e),ee(e,a,!1);break;case"textarea":Y(e),le(e);break;case"option":null!=a.value&&e.setAttribute("value",""+$(a.value));break;case"select":e.multiple=!!a.multiple,null!=(l=a.value)?re(e,!!a.multiple,l,!1):null!=a.defaultValue&&re(e,!!a.multiple,a.defaultValue,!0);break;default:"function"==typeof o.onClick&&(e.onclick=Gr)}switch(n){case"button":case"input":case"select":case"textarea":a=!!a.autoFocus;break e;case"img":a=!0;break e;default:a=!1}}a&&(t.flags|=4)}null!==t.ref&&(t.flags|=512,t.flags|=2097152)}return Vl(t),null;case 6:if(e&&null!=t.stateNode)Ml(e,t,e.memoizedProps,a);else{if("string"!=typeof a&&null===t.stateNode)throw Error(r(166));if(n=Yo(qo.current),Yo(Vo.current),so(t)){if(a=t.stateNode,n=t.memoizedProps,a[ca]=t,(l=a.nodeValue!==n)&&null!==(e=eo))switch(e.tag){case 3:Kr(a.nodeValue,n,0!=(1&e.mode));break;case 5:!0!==e.memoizedProps.suppressHydrationWarning&&Kr(a.nodeValue,n,0!=(1&e.mode))}l&&(t.flags|=4)}else(a=(9===n.nodeType?n:n.ownerDocument).createTextNode(a))[ca]=t,t.stateNode=a}return Vl(t),null;case 13:if(xa(Zo),a=t.memoizedState,null===e||null!==e.memoizedState&&null!==e.memoizedState.dehydrated){if(no&&null!==to&&0!=(1&t.mode)&&0==(128&t.flags))co(),fo(),t.flags|=98560,l=!1;else if(l=so(t),null!==a&&null!==a.dehydrated){if(null===e){if(!l)throw Error(r(318));if(!(l=null!==(l=t.memoizedState)?l.dehydrated:null))throw Error(r(317));l[ca]=t}else fo(),0==(128&t.flags)&&(t.memoizedState=null),t.flags|=4;Vl(t),l=!1}else null!==ro&&(as(ro),ro=null),l=!0;if(!l)return 65536&t.flags?t:null}return 0!=(128&t.flags)?(t.lanes=n,t):((a=null!==a)!=(null!==e&&null!==e.memoizedState)&&a&&(t.child.flags|=8192,0!=(1&t.mode)&&(null===e||0!=(1&Zo.current)?0===Mu&&(Mu=3):ps())),null!==t.updateQueue&&(t.flags|=4),Vl(t),null);case 4:return Xo(),Il(e,t),null===e&&jr(t.stateNode.containerInfo),Vl(t),null;case 10:return To(t.type._context),Vl(t),null;case 19:if(xa(Zo),null===(l=t.memoizedState))return Vl(t),null;if(a=0!=(128&t.flags),null===(u=l.rendering))if(a)Hl(l,!1);else{if(0!==Mu||null!==e&&0!=(128&e.flags))for(e=t.child;null!==e;){if(null!==(u=Jo(e))){for(t.flags|=128,Hl(l,!1),null!==(a=u.updateQueue)&&(t.updateQueue=a,t.flags|=4),t.subtreeFlags=0,a=n,n=t.child;null!==n;)e=a,(l=n).flags&=14680066,null===(u=l.alternate)?(l.childLanes=0,l.lanes=e,l.child=null,l.subtreeFlags=0,l.memoizedProps=null,l.memoizedState=null,l.updateQueue=null,l.dependencies=null,l.stateNode=null):(l.childLanes=u.childLanes,l.lanes=u.lanes,l.child=u.child,l.subtreeFlags=0,l.deletions=null,l.memoizedProps=u.memoizedProps,l.memoizedState=u.memoizedState,l.updateQueue=u.updateQueue,l.type=u.type,e=u.dependencies,l.dependencies=null===e?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return Ca(Zo,1&Zo.current|2),t.child}e=e.sibling}null!==l.tail&&Ze()>ju&&(t.flags|=128,a=!0,Hl(l,!1),t.lanes=4194304)}else{if(!a)if(null!==(e=Jo(u))){if(t.flags|=128,a=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.flags|=4),Hl(l,!0),null===l.tail&&"hidden"===l.tailMode&&!u.alternate&&!no)return Vl(t),null}else 2*Ze()-l.renderingStartTime>ju&&1073741824!==n&&(t.flags|=128,a=!0,Hl(l,!1),t.lanes=4194304);l.isBackwards?(u.sibling=t.child,t.child=u):(null!==(n=l.last)?n.sibling=u:t.child=u,l.last=u)}return null!==l.tail?(t=l.tail,l.rendering=t,l.tail=t.sibling,l.renderingStartTime=Ze(),t.sibling=null,n=Zo.current,Ca(Zo,a?1&n|2:1&n),t):(Vl(t),null);case 22:case 23:return ss(),a=null!==t.memoizedState,null!==e&&null!==e.memoizedState!==a&&(t.flags|=8192),a&&0!=(1&t.mode)?0!=(1073741824&Iu)&&(Vl(t),6&t.subtreeFlags&&(t.flags|=8192)):Vl(t),null;case 24:case 25:return null}throw Error(r(156,t.tag))}function ql(e,t){switch(Ja(t),t.tag){case 1:return Ia(t.type)&&Da(),65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 3:return Xo(),xa(Ra),xa(Ta),ti(),0!=(65536&(e=t.flags))&&0==(128&e)?(t.flags=-65537&e|128,t):null;case 5:return Go(t),null;case 13:if(xa(Zo),null!==(e=t.memoizedState)&&null!==e.dehydrated){if(null===t.alternate)throw Error(r(340));fo()}return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 19:return xa(Zo),null;case 4:return Xo(),null;case 10:return To(t.type._context),null;case 22:case 23:return ss(),null;default:return null}}_l=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},Il=function(){},Dl=function(e,t,n,r){var a=e.memoizedProps;if(a!==r){e=t.stateNode,Yo(Vo.current);var o,l=null;switch(n){case"input":a=K(e,a),r=K(e,r),l=[];break;case"select":a=U({},a,{value:void 0}),r=U({},r,{value:void 0}),l=[];break;case"textarea":a=ae(e,a),r=ae(e,r),l=[];break;default:"function"!=typeof a.onClick&&"function"==typeof r.onClick&&(e.onclick=Gr)}for(c in be(n,r),n=null,a)if(!r.hasOwnProperty(c)&&a.hasOwnProperty(c)&&null!=a[c])if("style"===c){var u=a[c];for(o in u)u.hasOwnProperty(o)&&(n||(n={}),n[o]="")}else"dangerouslySetInnerHTML"!==c&&"children"!==c&&"suppressContentEditableWarning"!==c&&"suppressHydrationWarning"!==c&&"autoFocus"!==c&&(i.hasOwnProperty(c)?l||(l=[]):(l=l||[]).push(c,null));for(c in r){var s=r[c];if(u=null!=a?a[c]:void 0,r.hasOwnProperty(c)&&s!==u&&(null!=s||null!=u))if("style"===c)if(u){for(o in u)!u.hasOwnProperty(o)||s&&s.hasOwnProperty(o)||(n||(n={}),n[o]="");for(o in s)s.hasOwnProperty(o)&&u[o]!==s[o]&&(n||(n={}),n[o]=s[o])}else n||(l||(l=[]),l.push(c,n)),n=s;else"dangerouslySetInnerHTML"===c?(s=s?s.__html:void 0,u=u?u.__html:void 0,null!=s&&u!==s&&(l=l||[]).push(c,s)):"children"===c?"string"!=typeof s&&"number"!=typeof s||(l=l||[]).push(c,""+s):"suppressContentEditableWarning"!==c&&"suppressHydrationWarning"!==c&&(i.hasOwnProperty(c)?(null!=s&&"onScroll"===c&&zr("scroll",e),l||u===s||(l=[])):(l=l||[]).push(c,s))}n&&(l=l||[]).push("style",n);var c=l;(t.updateQueue=c)&&(t.flags|=4)}},Ml=function(e,t,n,r){n!==r&&(t.flags|=4)};var Yl=!1,Ql=!1,Xl="function"==typeof WeakSet?WeakSet:Set,Kl=null;function Gl(e,t){var n=e.ref;if(null!==n)if("function"==typeof n)try{n(null)}catch(n){Ss(e,t,n)}else n.current=null}function Zl(e,t,n){try{n()}catch(n){Ss(e,t,n)}}var Jl=!1;function eu(e,t,n){var r=t.updateQueue;if(null!==(r=null!==r?r.lastEffect:null)){var a=r=r.next;do{if((a.tag&e)===e){var o=a.destroy;a.destroy=void 0,void 0!==o&&Zl(t,n,o)}a=a.next}while(a!==r)}}function tu(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function nu(e){var t=e.ref;if(null!==t){var n=e.stateNode;e.tag,e=n,"function"==typeof t?t(e):t.current=e}}function ru(e){var t=e.alternate;null!==t&&(e.alternate=null,ru(t)),e.child=null,e.deletions=null,e.sibling=null,5===e.tag&&null!==(t=e.stateNode)&&(delete t[ca],delete t[da],delete t[pa],delete t[ha],delete t[ma]),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function au(e){return 5===e.tag||3===e.tag||4===e.tag}function ou(e){e:for(;;){for(;null===e.sibling;){if(null===e.return||au(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;5!==e.tag&&6!==e.tag&&18!==e.tag;){if(2&e.flags)continue e;if(null===e.child||4===e.tag)continue e;e.child.return=e,e=e.child}if(!(2&e.flags))return e.stateNode}}function iu(e,t,n){var r=e.tag;if(5===r||6===r)e=e.stateNode,t?8===n.nodeType?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(8===n.nodeType?(t=n.parentNode).insertBefore(e,n):(t=n).appendChild(e),null!=(n=n._reactRootContainer)||null!==t.onclick||(t.onclick=Gr));else if(4!==r&&null!==(e=e.child))for(iu(e,t,n),e=e.sibling;null!==e;)iu(e,t,n),e=e.sibling}function lu(e,t,n){var r=e.tag;if(5===r||6===r)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(4!==r&&null!==(e=e.child))for(lu(e,t,n),e=e.sibling;null!==e;)lu(e,t,n),e=e.sibling}var uu=null,su=!1;function cu(e,t,n){for(n=n.child;null!==n;)du(e,t,n),n=n.sibling}function du(e,t,n){if(it&&"function"==typeof it.onCommitFiberUnmount)try{it.onCommitFiberUnmount(ot,n)}catch(e){}switch(n.tag){case 5:Ql||Gl(n,t);case 6:var r=uu,a=su;uu=null,cu(e,t,n),su=a,null!==(uu=r)&&(su?(e=uu,n=n.stateNode,8===e.nodeType?e.parentNode.removeChild(n):e.removeChild(n)):uu.removeChild(n.stateNode));break;case 18:null!==uu&&(su?(e=uu,n=n.stateNode,8===e.nodeType?ia(e.parentNode,n):1===e.nodeType&&ia(e,n),Ht(e)):ia(uu,n.stateNode));break;case 4:r=uu,a=su,uu=n.stateNode.containerInfo,su=!0,cu(e,t,n),uu=r,su=a;break;case 0:case 11:case 14:case 15:if(!Ql&&null!==(r=n.updateQueue)&&null!==(r=r.lastEffect)){a=r=r.next;do{var o=a,i=o.destroy;o=o.tag,void 0!==i&&(0!=(2&o)||0!=(4&o))&&Zl(n,t,i),a=a.next}while(a!==r)}cu(e,t,n);break;case 1:if(!Ql&&(Gl(n,t),"function"==typeof(r=n.stateNode).componentWillUnmount))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(e){Ss(n,t,e)}cu(e,t,n);break;case 21:cu(e,t,n);break;case 22:1&n.mode?(Ql=(r=Ql)||null!==n.memoizedState,cu(e,t,n),Ql=r):cu(e,t,n);break;default:cu(e,t,n)}}function fu(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new Xl),t.forEach((function(t){var r=Ts.bind(null,e,t);n.has(t)||(n.add(t),t.then(r,r))}))}}function pu(e,t){var n=t.deletions;if(null!==n)for(var a=0;a<n.length;a++){var o=n[a];try{var i=e,l=t,u=l;e:for(;null!==u;){switch(u.tag){case 5:uu=u.stateNode,su=!1;break e;case 3:case 4:uu=u.stateNode.containerInfo,su=!0;break e}u=u.return}if(null===uu)throw Error(r(160));du(i,l,o),uu=null,su=!1;var s=o.alternate;null!==s&&(s.return=null),o.return=null}catch(e){Ss(o,t,e)}}if(12854&t.subtreeFlags)for(t=t.child;null!==t;)hu(t,e),t=t.sibling}function hu(e,t){var n=e.alternate,a=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(pu(t,e),mu(e),4&a){try{eu(3,e,e.return),tu(3,e)}catch(t){Ss(e,e.return,t)}try{eu(5,e,e.return)}catch(t){Ss(e,e.return,t)}}break;case 1:pu(t,e),mu(e),512&a&&null!==n&&Gl(n,n.return);break;case 5:if(pu(t,e),mu(e),512&a&&null!==n&&Gl(n,n.return),32&e.flags){var o=e.stateNode;try{pe(o,"")}catch(t){Ss(e,e.return,t)}}if(4&a&&null!=(o=e.stateNode)){var i=e.memoizedProps,l=null!==n?n.memoizedProps:i,u=e.type,s=e.updateQueue;if(e.updateQueue=null,null!==s)try{"input"===u&&"radio"===i.type&&null!=i.name&&Z(o,i),we(u,l);var c=we(u,i);for(l=0;l<s.length;l+=2){var d=s[l],f=s[l+1];"style"===d?ve(o,f):"dangerouslySetInnerHTML"===d?fe(o,f):"children"===d?pe(o,f):w(o,d,f,c)}switch(u){case"input":J(o,i);break;case"textarea":ie(o,i);break;case"select":var p=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!i.multiple;var h=i.value;null!=h?re(o,!!i.multiple,h,!1):p!==!!i.multiple&&(null!=i.defaultValue?re(o,!!i.multiple,i.defaultValue,!0):re(o,!!i.multiple,i.multiple?[]:"",!1))}o[da]=i}catch(t){Ss(e,e.return,t)}}break;case 6:if(pu(t,e),mu(e),4&a){if(null===e.stateNode)throw Error(r(162));o=e.stateNode,i=e.memoizedProps;try{o.nodeValue=i}catch(t){Ss(e,e.return,t)}}break;case 3:if(pu(t,e),mu(e),4&a&&null!==n&&n.memoizedState.isDehydrated)try{Ht(t.containerInfo)}catch(t){Ss(e,e.return,t)}break;case 4:default:pu(t,e),mu(e);break;case 13:pu(t,e),mu(e),8192&(o=e.child).flags&&(i=null!==o.memoizedState,o.stateNode.isHidden=i,!i||null!==o.alternate&&null!==o.alternate.memoizedState||(Au=Ze())),4&a&&fu(e);break;case 22:if(d=null!==n&&null!==n.memoizedState,1&e.mode?(Ql=(c=Ql)||d,pu(t,e),Ql=c):pu(t,e),mu(e),8192&a){if(c=null!==e.memoizedState,(e.stateNode.isHidden=c)&&!d&&0!=(1&e.mode))for(Kl=e,d=e.child;null!==d;){for(f=Kl=d;null!==Kl;){switch(h=(p=Kl).child,p.tag){case 0:case 11:case 14:case 15:eu(4,p,p.return);break;case 1:Gl(p,p.return);var m=p.stateNode;if("function"==typeof m.componentWillUnmount){a=p,n=p.return;try{t=a,m.props=t.memoizedProps,m.state=t.memoizedState,m.componentWillUnmount()}catch(e){Ss(a,n,e)}}break;case 5:Gl(p,p.return);break;case 22:if(null!==p.memoizedState){bu(f);continue}}null!==h?(h.return=p,Kl=h):bu(f)}d=d.sibling}e:for(d=null,f=e;;){if(5===f.tag){if(null===d){d=f;try{o=f.stateNode,c?"function"==typeof(i=o.style).setProperty?i.setProperty("display","none","important"):i.display="none":(u=f.stateNode,l=null!=(s=f.memoizedProps.style)&&s.hasOwnProperty("display")?s.display:null,u.style.display=ge("display",l))}catch(t){Ss(e,e.return,t)}}}else if(6===f.tag){if(null===d)try{f.stateNode.nodeValue=c?"":f.memoizedProps}catch(t){Ss(e,e.return,t)}}else if((22!==f.tag&&23!==f.tag||null===f.memoizedState||f===e)&&null!==f.child){f.child.return=f,f=f.child;continue}if(f===e)break e;for(;null===f.sibling;){if(null===f.return||f.return===e)break e;d===f&&(d=null),f=f.return}d===f&&(d=null),f.sibling.return=f.return,f=f.sibling}}break;case 19:pu(t,e),mu(e),4&a&&fu(e);case 21:}}function mu(e){var t=e.flags;if(2&t){try{e:{for(var n=e.return;null!==n;){if(au(n)){var a=n;break e}n=n.return}throw Error(r(160))}switch(a.tag){case 5:var o=a.stateNode;32&a.flags&&(pe(o,""),a.flags&=-33),lu(e,ou(e),o);break;case 3:case 4:var i=a.stateNode.containerInfo;iu(e,ou(e),i);break;default:throw Error(r(161))}}catch(t){Ss(e,e.return,t)}e.flags&=-3}4096&t&&(e.flags&=-4097)}function gu(e,t,n){Kl=e,vu(e)}function vu(e,t,n){for(var r=0!=(1&e.mode);null!==Kl;){var a=Kl,o=a.child;if(22===a.tag&&r){var i=null!==a.memoizedState||Yl;if(!i){var l=a.alternate,u=null!==l&&null!==l.memoizedState||Ql;l=Yl;var s=Ql;if(Yl=i,(Ql=u)&&!s)for(Kl=a;null!==Kl;)u=(i=Kl).child,22===i.tag&&null!==i.memoizedState?wu(a):null!==u?(u.return=i,Kl=u):wu(a);for(;null!==o;)Kl=o,vu(o),o=o.sibling;Kl=a,Yl=l,Ql=s}yu(e)}else 0!=(8772&a.subtreeFlags)&&null!==o?(o.return=a,Kl=o):yu(e)}}function yu(e){for(;null!==Kl;){var t=Kl;if(0!=(8772&t.flags)){var n=t.alternate;try{if(0!=(8772&t.flags))switch(t.tag){case 0:case 11:case 15:Ql||tu(5,t);break;case 1:var a=t.stateNode;if(4&t.flags&&!Ql)if(null===n)a.componentDidMount();else{var o=t.elementType===t.type?n.memoizedProps:el(t.type,n.memoizedProps);a.componentDidUpdate(o,n.memoizedState,a.__reactInternalSnapshotBeforeUpdate)}var i=t.updateQueue;null!==i&&Wo(t,i,a);break;case 3:var l=t.updateQueue;if(null!==l){if(n=null,null!==t.child)switch(t.child.tag){case 5:case 1:n=t.child.stateNode}Wo(t,l,n)}break;case 5:var u=t.stateNode;if(null===n&&4&t.flags){n=u;var s=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":s.autoFocus&&n.focus();break;case"img":s.src&&(n.src=s.src)}}break;case 6:case 4:case 12:case 19:case 17:case 21:case 22:case 23:case 25:break;case 13:if(null===t.memoizedState){var c=t.alternate;if(null!==c){var d=c.memoizedState;if(null!==d){var f=d.dehydrated;null!==f&&Ht(f)}}}break;default:throw Error(r(163))}Ql||512&t.flags&&nu(t)}catch(e){Ss(t,t.return,e)}}if(t===e){Kl=null;break}if(null!==(n=t.sibling)){n.return=t.return,Kl=n;break}Kl=t.return}}function bu(e){for(;null!==Kl;){var t=Kl;if(t===e){Kl=null;break}var n=t.sibling;if(null!==n){n.return=t.return,Kl=n;break}Kl=t.return}}function wu(e){for(;null!==Kl;){var t=Kl;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{tu(4,t)}catch(e){Ss(t,n,e)}break;case 1:var r=t.stateNode;if("function"==typeof r.componentDidMount){var a=t.return;try{r.componentDidMount()}catch(e){Ss(t,a,e)}}var o=t.return;try{nu(t)}catch(e){Ss(t,o,e)}break;case 5:var i=t.return;try{nu(t)}catch(e){Ss(t,i,e)}}}catch(e){Ss(t,t.return,e)}if(t===e){Kl=null;break}var l=t.sibling;if(null!==l){l.return=t.return,Kl=l;break}Kl=t.return}}var ku,Su=Math.ceil,xu=k.ReactCurrentDispatcher,Cu=k.ReactCurrentOwner,Eu=k.ReactCurrentBatchConfig,Tu=0,Ru=null,Pu=null,_u=0,Iu=0,Du=Sa(0),Mu=0,Nu=null,Lu=0,Ou=0,Fu=0,zu=null,Uu=null,Au=0,ju=1/0,Bu=null,Wu=!1,Hu=null,Vu=null,$u=!1,qu=null,Yu=0,Qu=0,Xu=null,Ku=-1,Gu=0;function Zu(){return 0!=(6&Tu)?Ze():-1!==Ku?Ku:Ku=Ze()}function Ju(e){return 0==(1&e.mode)?1:0!=(2&Tu)&&0!==_u?_u&-_u:null!==ho.transition?(0===Gu&&(Gu=gt()),Gu):0!==(e=wt)?e:e=void 0===(e=window.event)?16:Gt(e.type)}function es(e,t,n,a){if(50<Qu)throw Qu=0,Xu=null,Error(r(185));yt(e,n,a),0!=(2&Tu)&&e===Ru||(e===Ru&&(0==(2&Tu)&&(Ou|=n),4===Mu&&os(e,_u)),ts(e,a),1===n&&0===Tu&&0==(1&t.mode)&&(ju=Ze()+500,za&&ja()))}function ts(e,t){var n=e.callbackNode;!function(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,a=e.expirationTimes,o=e.pendingLanes;0<o;){var i=31-lt(o),l=1<<i,u=a[i];-1===u?0!=(l&n)&&0==(l&r)||(a[i]=ht(l,t)):u<=t&&(e.expiredLanes|=l),o&=~l}}(e,t);var r=pt(e,e===Ru?_u:0);if(0===r)null!==n&&Xe(n),e.callbackNode=null,e.callbackPriority=0;else if(t=r&-r,e.callbackPriority!==t){if(null!=n&&Xe(n),1===t)0===e.tag?function(e){za=!0,Aa(e)}(is.bind(null,e)):Aa(is.bind(null,e)),aa((function(){0==(6&Tu)&&ja()})),n=null;else{switch(kt(r)){case 1:n=et;break;case 4:n=tt;break;case 16:default:n=nt;break;case 536870912:n=at}n=Rs(n,ns.bind(null,e))}e.callbackPriority=t,e.callbackNode=n}}function ns(e,t){if(Ku=-1,Gu=0,0!=(6&Tu))throw Error(r(327));var n=e.callbackNode;if(ws()&&e.callbackNode!==n)return null;var a=pt(e,e===Ru?_u:0);if(0===a)return null;if(0!=(30&a)||0!=(a&e.expiredLanes)||t)t=hs(e,a);else{t=a;var o=Tu;Tu|=2;var i=fs();for(Ru===e&&_u===t||(Bu=null,ju=Ze()+500,cs(e,t));;)try{gs();break}catch(t){ds(e,t)}Eo(),xu.current=i,Tu=o,null!==Pu?t=0:(Ru=null,_u=0,t=Mu)}if(0!==t){if(2===t&&0!==(o=mt(e))&&(a=o,t=rs(e,o)),1===t)throw n=Nu,cs(e,0),os(e,a),ts(e,Ze()),n;if(6===t)os(e,a);else{if(o=e.current.alternate,0==(30&a)&&!function(e){for(var t=e;;){if(16384&t.flags){var n=t.updateQueue;if(null!==n&&null!==(n=n.stores))for(var r=0;r<n.length;r++){var a=n[r],o=a.getSnapshot;a=a.value;try{if(!or(o(),a))return!1}catch(e){return!1}}}if(n=t.child,16384&t.subtreeFlags&&null!==n)n.return=t,t=n;else{if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}(o)&&(2===(t=hs(e,a))&&0!==(i=mt(e))&&(a=i,t=rs(e,i)),1===t))throw n=Nu,cs(e,0),os(e,a),ts(e,Ze()),n;switch(e.finishedWork=o,e.finishedLanes=a,t){case 0:case 1:throw Error(r(345));case 2:case 5:bs(e,Uu,Bu);break;case 3:if(os(e,a),(130023424&a)===a&&10<(t=Au+500-Ze())){if(0!==pt(e,0))break;if(((o=e.suspendedLanes)&a)!==a){Zu(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=ta(bs.bind(null,e,Uu,Bu),t);break}bs(e,Uu,Bu);break;case 4:if(os(e,a),(4194240&a)===a)break;for(t=e.eventTimes,o=-1;0<a;){var l=31-lt(a);i=1<<l,(l=t[l])>o&&(o=l),a&=~i}if(a=o,10<(a=(120>(a=Ze()-a)?120:480>a?480:1080>a?1080:1920>a?1920:3e3>a?3e3:4320>a?4320:1960*Su(a/1960))-a)){e.timeoutHandle=ta(bs.bind(null,e,Uu,Bu),a);break}bs(e,Uu,Bu);break;default:throw Error(r(329))}}}return ts(e,Ze()),e.callbackNode===n?ns.bind(null,e):null}function rs(e,t){var n=zu;return e.current.memoizedState.isDehydrated&&(cs(e,t).flags|=256),2!==(e=hs(e,t))&&(t=Uu,Uu=n,null!==t&&as(t)),e}function as(e){null===Uu?Uu=e:Uu.push.apply(Uu,e)}function os(e,t){for(t&=~Fu,t&=~Ou,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-lt(t),r=1<<n;e[n]=-1,t&=~r}}function is(e){if(0!=(6&Tu))throw Error(r(327));ws();var t=pt(e,0);if(0==(1&t))return ts(e,Ze()),null;var n=hs(e,t);if(0!==e.tag&&2===n){var a=mt(e);0!==a&&(t=a,n=rs(e,a))}if(1===n)throw n=Nu,cs(e,0),os(e,t),ts(e,Ze()),n;if(6===n)throw Error(r(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,bs(e,Uu,Bu),ts(e,Ze()),null}function ls(e,t){var n=Tu;Tu|=1;try{return e(t)}finally{0===(Tu=n)&&(ju=Ze()+500,za&&ja())}}function us(e){null!==qu&&0===qu.tag&&0==(6&Tu)&&ws();var t=Tu;Tu|=1;var n=Eu.transition,r=wt;try{if(Eu.transition=null,wt=1,e)return e()}finally{wt=r,Eu.transition=n,0==(6&(Tu=t))&&ja()}}function ss(){Iu=Du.current,xa(Du)}function cs(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,na(n)),null!==Pu)for(n=Pu.return;null!==n;){var r=n;switch(Ja(r),r.tag){case 1:null!=(r=r.type.childContextTypes)&&Da();break;case 3:Xo(),xa(Ra),xa(Ta),ti();break;case 5:Go(r);break;case 4:Xo();break;case 13:case 19:xa(Zo);break;case 10:To(r.type._context);break;case 22:case 23:ss()}n=n.return}if(Ru=e,Pu=e=Ds(e.current,null),_u=Iu=t,Mu=0,Nu=null,Fu=Ou=Lu=0,Uu=zu=null,null!==Io){for(t=0;t<Io.length;t++)if(null!==(r=(n=Io[t]).interleaved)){n.interleaved=null;var a=r.next,o=n.pending;if(null!==o){var i=o.next;o.next=a,r.next=i}n.pending=r}Io=null}return e}function ds(e,t){for(;;){var n=Pu;try{if(Eo(),ni.current=Ki,ui){for(var a=oi.memoizedState;null!==a;){var o=a.queue;null!==o&&(o.pending=null),a=a.next}ui=!1}if(ai=0,li=ii=oi=null,si=!1,ci=0,Cu.current=null,null===n||null===n.return){Mu=1,Nu=t,Pu=null;break}e:{var i=e,l=n.return,u=n,s=t;if(t=_u,u.flags|=32768,null!==s&&"object"==typeof s&&"function"==typeof s.then){var c=s,d=u,f=d.tag;if(0==(1&d.mode)&&(0===f||11===f||15===f)){var p=d.alternate;p?(d.updateQueue=p.updateQueue,d.memoizedState=p.memoizedState,d.lanes=p.lanes):(d.updateQueue=null,d.memoizedState=null)}var h=hl(l);if(null!==h){h.flags&=-257,ml(h,l,u,0,t),1&h.mode&&pl(i,c,t),s=c;var m=(t=h).updateQueue;if(null===m){var g=new Set;g.add(s),t.updateQueue=g}else m.add(s);break e}if(0==(1&t)){pl(i,c,t),ps();break e}s=Error(r(426))}else if(no&&1&u.mode){var v=hl(l);if(null!==v){0==(65536&v.flags)&&(v.flags|=256),ml(v,l,u,0,t),po(ll(s,u));break e}}i=s=ll(s,u),4!==Mu&&(Mu=2),null===zu?zu=[i]:zu.push(i),i=l;do{switch(i.tag){case 3:i.flags|=65536,t&=-t,i.lanes|=t,jo(i,dl(0,s,t));break e;case 1:u=s;var y=i.type,b=i.stateNode;if(0==(128&i.flags)&&("function"==typeof y.getDerivedStateFromError||null!==b&&"function"==typeof b.componentDidCatch&&(null===Vu||!Vu.has(b)))){i.flags|=65536,t&=-t,i.lanes|=t,jo(i,fl(i,u,t));break e}}i=i.return}while(null!==i)}ys(n)}catch(e){t=e,Pu===n&&null!==n&&(Pu=n=n.return);continue}break}}function fs(){var e=xu.current;return xu.current=Ki,null===e?Ki:e}function ps(){0!==Mu&&3!==Mu&&2!==Mu||(Mu=4),null===Ru||0==(268435455&Lu)&&0==(268435455&Ou)||os(Ru,_u)}function hs(e,t){var n=Tu;Tu|=2;var a=fs();for(Ru===e&&_u===t||(Bu=null,cs(e,t));;)try{ms();break}catch(t){ds(e,t)}if(Eo(),Tu=n,xu.current=a,null!==Pu)throw Error(r(261));return Ru=null,_u=0,Mu}function ms(){for(;null!==Pu;)vs(Pu)}function gs(){for(;null!==Pu&&!Ke();)vs(Pu)}function vs(e){var t=ku(e.alternate,e,Iu);e.memoizedProps=e.pendingProps,null===t?ys(e):Pu=t,Cu.current=null}function ys(e){var t=e;do{var n=t.alternate;if(e=t.return,0==(32768&t.flags)){if(null!==(n=$l(n,t,Iu)))return void(Pu=n)}else{if(null!==(n=ql(n,t)))return n.flags&=32767,void(Pu=n);if(null===e)return Mu=6,void(Pu=null);e.flags|=32768,e.subtreeFlags=0,e.deletions=null}if(null!==(t=t.sibling))return void(Pu=t);Pu=t=e}while(null!==t);0===Mu&&(Mu=5)}function bs(e,t,n){var a=wt,o=Eu.transition;try{Eu.transition=null,wt=1,function(e,t,n,a){do{ws()}while(null!==qu);if(0!=(6&Tu))throw Error(r(327));n=e.finishedWork;var o=e.finishedLanes;if(null===n)return null;if(e.finishedWork=null,e.finishedLanes=0,n===e.current)throw Error(r(177));e.callbackNode=null,e.callbackPriority=0;var i=n.lanes|n.childLanes;if(function(e,t){var n=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var r=e.eventTimes;for(e=e.expirationTimes;0<n;){var a=31-lt(n),o=1<<a;t[a]=0,r[a]=-1,e[a]=-1,n&=~o}}(e,i),e===Ru&&(Pu=Ru=null,_u=0),0==(2064&n.subtreeFlags)&&0==(2064&n.flags)||$u||($u=!0,Rs(nt,(function(){return ws(),null}))),i=0!=(15990&n.flags),0!=(15990&n.subtreeFlags)||i){i=Eu.transition,Eu.transition=null;var l=wt;wt=1;var u=Tu;Tu|=4,Cu.current=null,function(e,t){if(Zr=$t,dr(e=cr())){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{var a=(n=(n=e.ownerDocument)&&n.defaultView||window).getSelection&&n.getSelection();if(a&&0!==a.rangeCount){n=a.anchorNode;var o=a.anchorOffset,i=a.focusNode;a=a.focusOffset;try{n.nodeType,i.nodeType}catch(e){n=null;break e}var l=0,u=-1,s=-1,c=0,d=0,f=e,p=null;t:for(;;){for(var h;f!==n||0!==o&&3!==f.nodeType||(u=l+o),f!==i||0!==a&&3!==f.nodeType||(s=l+a),3===f.nodeType&&(l+=f.nodeValue.length),null!==(h=f.firstChild);)p=f,f=h;for(;;){if(f===e)break t;if(p===n&&++c===o&&(u=l),p===i&&++d===a&&(s=l),null!==(h=f.nextSibling))break;p=(f=p).parentNode}f=h}n=-1===u||-1===s?null:{start:u,end:s}}else n=null}n=n||{start:0,end:0}}else n=null;for(Jr={focusedElem:e,selectionRange:n},$t=!1,Kl=t;null!==Kl;)if(e=(t=Kl).child,0!=(1028&t.subtreeFlags)&&null!==e)e.return=t,Kl=e;else for(;null!==Kl;){t=Kl;try{var m=t.alternate;if(0!=(1024&t.flags))switch(t.tag){case 0:case 11:case 15:case 5:case 6:case 4:case 17:break;case 1:if(null!==m){var g=m.memoizedProps,v=m.memoizedState,y=t.stateNode,b=y.getSnapshotBeforeUpdate(t.elementType===t.type?g:el(t.type,g),v);y.__reactInternalSnapshotBeforeUpdate=b}break;case 3:var w=t.stateNode.containerInfo;1===w.nodeType?w.textContent="":9===w.nodeType&&w.documentElement&&w.removeChild(w.documentElement);break;default:throw Error(r(163))}}catch(e){Ss(t,t.return,e)}if(null!==(e=t.sibling)){e.return=t.return,Kl=e;break}Kl=t.return}m=Jl,Jl=!1}(e,n),hu(n,e),fr(Jr),$t=!!Zr,Jr=Zr=null,e.current=n,gu(n),Ge(),Tu=u,wt=l,Eu.transition=i}else e.current=n;if($u&&($u=!1,qu=e,Yu=o),0===(i=e.pendingLanes)&&(Vu=null),function(e){if(it&&"function"==typeof it.onCommitFiberRoot)try{it.onCommitFiberRoot(ot,e,void 0,128==(128&e.current.flags))}catch(e){}}(n.stateNode),ts(e,Ze()),null!==t)for(a=e.onRecoverableError,n=0;n<t.length;n++)a((o=t[n]).value,{componentStack:o.stack,digest:o.digest});if(Wu)throw Wu=!1,e=Hu,Hu=null,e;0!=(1&Yu)&&0!==e.tag&&ws(),0!=(1&(i=e.pendingLanes))?e===Xu?Qu++:(Qu=0,Xu=e):Qu=0,ja()}(e,t,n,a)}finally{Eu.transition=o,wt=a}return null}function ws(){if(null!==qu){var e=kt(Yu),t=Eu.transition,n=wt;try{if(Eu.transition=null,wt=16>e?16:e,null===qu)var a=!1;else{if(e=qu,qu=null,Yu=0,0!=(6&Tu))throw Error(r(331));var o=Tu;for(Tu|=4,Kl=e.current;null!==Kl;){var i=Kl,l=i.child;if(0!=(16&Kl.flags)){var u=i.deletions;if(null!==u){for(var s=0;s<u.length;s++){var c=u[s];for(Kl=c;null!==Kl;){var d=Kl;switch(d.tag){case 0:case 11:case 15:eu(8,d,i)}var f=d.child;if(null!==f)f.return=d,Kl=f;else for(;null!==Kl;){var p=(d=Kl).sibling,h=d.return;if(ru(d),d===c){Kl=null;break}if(null!==p){p.return=h,Kl=p;break}Kl=h}}}var m=i.alternate;if(null!==m){var g=m.child;if(null!==g){m.child=null;do{var v=g.sibling;g.sibling=null,g=v}while(null!==g)}}Kl=i}}if(0!=(2064&i.subtreeFlags)&&null!==l)l.return=i,Kl=l;else e:for(;null!==Kl;){if(0!=(2048&(i=Kl).flags))switch(i.tag){case 0:case 11:case 15:eu(9,i,i.return)}var y=i.sibling;if(null!==y){y.return=i.return,Kl=y;break e}Kl=i.return}}var b=e.current;for(Kl=b;null!==Kl;){var w=(l=Kl).child;if(0!=(2064&l.subtreeFlags)&&null!==w)w.return=l,Kl=w;else e:for(l=b;null!==Kl;){if(0!=(2048&(u=Kl).flags))try{switch(u.tag){case 0:case 11:case 15:tu(9,u)}}catch(e){Ss(u,u.return,e)}if(u===l){Kl=null;break e}var k=u.sibling;if(null!==k){k.return=u.return,Kl=k;break e}Kl=u.return}}if(Tu=o,ja(),it&&"function"==typeof it.onPostCommitFiberRoot)try{it.onPostCommitFiberRoot(ot,e)}catch(e){}a=!0}return a}finally{wt=n,Eu.transition=t}}return!1}function ks(e,t,n){e=Uo(e,t=dl(0,t=ll(n,t),1),1),t=Zu(),null!==e&&(yt(e,1,t),ts(e,t))}function Ss(e,t,n){if(3===e.tag)ks(e,e,n);else for(;null!==t;){if(3===t.tag){ks(t,e,n);break}if(1===t.tag){var r=t.stateNode;if("function"==typeof t.type.getDerivedStateFromError||"function"==typeof r.componentDidCatch&&(null===Vu||!Vu.has(r))){t=Uo(t,e=fl(t,e=ll(n,e),1),1),e=Zu(),null!==t&&(yt(t,1,e),ts(t,e));break}}t=t.return}}function xs(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),t=Zu(),e.pingedLanes|=e.suspendedLanes&n,Ru===e&&(_u&n)===n&&(4===Mu||3===Mu&&(130023424&_u)===_u&&500>Ze()-Au?cs(e,0):Fu|=n),ts(e,t)}function Cs(e,t){0===t&&(0==(1&e.mode)?t=1:(t=dt,0==(130023424&(dt<<=1))&&(dt=4194304)));var n=Zu();null!==(e=No(e,t))&&(yt(e,t,n),ts(e,n))}function Es(e){var t=e.memoizedState,n=0;null!==t&&(n=t.retryLane),Cs(e,n)}function Ts(e,t){var n=0;switch(e.tag){case 13:var a=e.stateNode,o=e.memoizedState;null!==o&&(n=o.retryLane);break;case 19:a=e.stateNode;break;default:throw Error(r(314))}null!==a&&a.delete(t),Cs(e,n)}function Rs(e,t){return Qe(e,t)}function Ps(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function _s(e,t,n,r){return new Ps(e,t,n,r)}function Is(e){return!(!(e=e.prototype)||!e.isReactComponent)}function Ds(e,t){var n=e.alternate;return null===n?((n=_s(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=14680064&e.flags,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=null===t?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Ms(e,t,n,a,o,i){var l=2;if(a=e,"function"==typeof e)Is(e)&&(l=1);else if("string"==typeof e)l=5;else e:switch(e){case C:return Ns(n.children,o,i,t);case E:l=8,o|=8;break;case T:return(e=_s(12,n,t,2|o)).elementType=T,e.lanes=i,e;case I:return(e=_s(13,n,t,o)).elementType=I,e.lanes=i,e;case D:return(e=_s(19,n,t,o)).elementType=D,e.lanes=i,e;case L:return Ls(n,o,i,t);default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case R:l=10;break e;case P:l=9;break e;case _:l=11;break e;case M:l=14;break e;case N:l=16,a=null;break e}throw Error(r(130,null==e?e:typeof e,""))}return(t=_s(l,n,t,o)).elementType=e,t.type=a,t.lanes=i,t}function Ns(e,t,n,r){return(e=_s(7,e,r,t)).lanes=n,e}function Ls(e,t,n,r){return(e=_s(22,e,r,t)).elementType=L,e.lanes=n,e.stateNode={isHidden:!1},e}function Os(e,t,n){return(e=_s(6,e,null,t)).lanes=n,e}function Fs(e,t,n){return(t=_s(4,null!==e.children?e.children:[],e.key,t)).lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function zs(e,t,n,r,a){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=vt(0),this.expirationTimes=vt(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=vt(0),this.identifierPrefix=r,this.onRecoverableError=a,this.mutableSourceEagerHydrationData=null}function Us(e,t,n,r,a,o,i,l,u){return e=new zs(e,t,n,l,u),1===t?(t=1,!0===o&&(t|=8)):t=0,o=_s(3,null,null,t),e.current=o,o.stateNode=e,o.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},Oo(o),e}function As(e){if(!e)return Ea;e:{if(He(e=e._reactInternals)!==e||1!==e.tag)throw Error(r(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(Ia(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(null!==t);throw Error(r(171))}if(1===e.tag){var n=e.type;if(Ia(n))return Na(e,n,t)}return t}function js(e,t,n,r,a,o,i,l,u){return(e=Us(n,r,!0,e,0,o,0,l,u)).context=As(null),n=e.current,(o=zo(r=Zu(),a=Ju(n))).callback=null!=t?t:null,Uo(n,o,a),e.current.lanes=a,yt(e,a,r),ts(e,r),e}function Bs(e,t,n,r){var a=t.current,o=Zu(),i=Ju(a);return n=As(n),null===t.context?t.context=n:t.pendingContext=n,(t=zo(o,i)).payload={element:e},null!==(r=void 0===r?null:r)&&(t.callback=r),null!==(e=Uo(a,t,i))&&(es(e,a,i,o),Ao(e,a,i)),i}function Ws(e){return(e=e.current).child?(e.child.tag,e.child.stateNode):null}function Hs(e,t){if(null!==(e=e.memoizedState)&&null!==e.dehydrated){var n=e.retryLane;e.retryLane=0!==n&&n<t?n:t}}function Vs(e,t){Hs(e,t),(e=e.alternate)&&Hs(e,t)}ku=function(e,t,n){if(null!==e)if(e.memoizedProps!==t.pendingProps||Ra.current)vl=!0;else{if(0==(e.lanes&n)&&0==(128&t.flags))return vl=!1,function(e,t,n){switch(t.tag){case 3:Rl(t),fo();break;case 5:Ko(t);break;case 1:Ia(t.type)&&La(t);break;case 4:Qo(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,a=t.memoizedProps.value;Ca(ko,r._currentValue),r._currentValue=a;break;case 13:if(null!==(r=t.memoizedState))return null!==r.dehydrated?(Ca(Zo,1&Zo.current),t.flags|=128,null):0!=(n&t.child.childLanes)?Ol(e,t,n):(Ca(Zo,1&Zo.current),null!==(e=Wl(e,t,n))?e.sibling:null);Ca(Zo,1&Zo.current);break;case 19:if(r=0!=(n&t.childLanes),0!=(128&e.flags)){if(r)return jl(e,t,n);t.flags|=128}if(null!==(a=t.memoizedState)&&(a.rendering=null,a.tail=null,a.lastEffect=null),Ca(Zo,Zo.current),r)break;return null;case 22:case 23:return t.lanes=0,Sl(e,t,n)}return Wl(e,t,n)}(e,t,n);vl=0!=(131072&e.flags)}else vl=!1,no&&0!=(1048576&t.flags)&&Ga(t,Va,t.index);switch(t.lanes=0,t.tag){case 2:var a=t.type;Bl(e,t),e=t.pendingProps;var o=_a(t,Ta.current);Po(t,n),o=hi(null,t,a,e,o,n);var i=mi();return t.flags|=1,"object"==typeof o&&null!==o&&"function"==typeof o.render&&void 0===o.$$typeof?(t.tag=1,t.memoizedState=null,t.updateQueue=null,Ia(a)?(i=!0,La(t)):i=!1,t.memoizedState=null!==o.state&&void 0!==o.state?o.state:null,Oo(t),o.updater=nl,t.stateNode=o,o._reactInternals=t,il(t,a,e,n),t=Tl(null,t,a,!0,i,n)):(t.tag=0,no&&i&&Za(t),yl(null,t,o,n),t=t.child),t;case 16:a=t.elementType;e:{switch(Bl(e,t),e=t.pendingProps,a=(o=a._init)(a._payload),t.type=a,o=t.tag=function(e){if("function"==typeof e)return Is(e)?1:0;if(null!=e){if((e=e.$$typeof)===_)return 11;if(e===M)return 14}return 2}(a),e=el(a,e),o){case 0:t=Cl(null,t,a,e,n);break e;case 1:t=El(null,t,a,e,n);break e;case 11:t=bl(null,t,a,e,n);break e;case 14:t=wl(null,t,a,el(a.type,e),n);break e}throw Error(r(306,a,""))}return t;case 0:return a=t.type,o=t.pendingProps,Cl(e,t,a,o=t.elementType===a?o:el(a,o),n);case 1:return a=t.type,o=t.pendingProps,El(e,t,a,o=t.elementType===a?o:el(a,o),n);case 3:e:{if(Rl(t),null===e)throw Error(r(387));a=t.pendingProps,o=(i=t.memoizedState).element,Fo(e,t),Bo(t,a,null,n);var l=t.memoizedState;if(a=l.element,i.isDehydrated){if(i={element:a,isDehydrated:!1,cache:l.cache,pendingSuspenseBoundaries:l.pendingSuspenseBoundaries,transitions:l.transitions},t.updateQueue.baseState=i,t.memoizedState=i,256&t.flags){t=Pl(e,t,a,n,o=ll(Error(r(423)),t));break e}if(a!==o){t=Pl(e,t,a,n,o=ll(Error(r(424)),t));break e}for(to=la(t.stateNode.containerInfo.firstChild),eo=t,no=!0,ro=null,n=wo(t,null,a,n),t.child=n;n;)n.flags=-3&n.flags|4096,n=n.sibling}else{if(fo(),a===o){t=Wl(e,t,n);break e}yl(e,t,a,n)}t=t.child}return t;case 5:return Ko(t),null===e&&lo(t),a=t.type,o=t.pendingProps,i=null!==e?e.memoizedProps:null,l=o.children,ea(a,o)?l=null:null!==i&&ea(a,i)&&(t.flags|=32),xl(e,t),yl(e,t,l,n),t.child;case 6:return null===e&&lo(t),null;case 13:return Ol(e,t,n);case 4:return Qo(t,t.stateNode.containerInfo),a=t.pendingProps,null===e?t.child=bo(t,null,a,n):yl(e,t,a,n),t.child;case 11:return a=t.type,o=t.pendingProps,bl(e,t,a,o=t.elementType===a?o:el(a,o),n);case 7:return yl(e,t,t.pendingProps,n),t.child;case 8:case 12:return yl(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(a=t.type._context,o=t.pendingProps,i=t.memoizedProps,l=o.value,Ca(ko,a._currentValue),a._currentValue=l,null!==i)if(or(i.value,l)){if(i.children===o.children&&!Ra.current){t=Wl(e,t,n);break e}}else for(null!==(i=t.child)&&(i.return=t);null!==i;){var u=i.dependencies;if(null!==u){l=i.child;for(var s=u.firstContext;null!==s;){if(s.context===a){if(1===i.tag){(s=zo(-1,n&-n)).tag=2;var c=i.updateQueue;if(null!==c){var d=(c=c.shared).pending;null===d?s.next=s:(s.next=d.next,d.next=s),c.pending=s}}i.lanes|=n,null!==(s=i.alternate)&&(s.lanes|=n),Ro(i.return,n,t),u.lanes|=n;break}s=s.next}}else if(10===i.tag)l=i.type===t.type?null:i.child;else if(18===i.tag){if(null===(l=i.return))throw Error(r(341));l.lanes|=n,null!==(u=l.alternate)&&(u.lanes|=n),Ro(l,n,t),l=i.sibling}else l=i.child;if(null!==l)l.return=i;else for(l=i;null!==l;){if(l===t){l=null;break}if(null!==(i=l.sibling)){i.return=l.return,l=i;break}l=l.return}i=l}yl(e,t,o.children,n),t=t.child}return t;case 9:return o=t.type,a=t.pendingProps.children,Po(t,n),a=a(o=_o(o)),t.flags|=1,yl(e,t,a,n),t.child;case 14:return o=el(a=t.type,t.pendingProps),wl(e,t,a,o=el(a.type,o),n);case 15:return kl(e,t,t.type,t.pendingProps,n);case 17:return a=t.type,o=t.pendingProps,o=t.elementType===a?o:el(a,o),Bl(e,t),t.tag=1,Ia(a)?(e=!0,La(t)):e=!1,Po(t,n),al(t,a,o),il(t,a,o,n),Tl(null,t,a,!0,e,n);case 19:return jl(e,t,n);case 22:return Sl(e,t,n)}throw Error(r(156,t.tag))};var $s="function"==typeof reportError?reportError:function(e){console.error(e)};function qs(e){this._internalRoot=e}function Ys(e){this._internalRoot=e}function Qs(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType)}function Xs(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function Ks(){}function Gs(e,t,n,r,a){var o=n._reactRootContainer;if(o){var i=o;if("function"==typeof a){var l=a;a=function(){var e=Ws(i);l.call(e)}}Bs(t,i,e,a)}else i=function(e,t,n,r,a){if(a){if("function"==typeof r){var o=r;r=function(){var e=Ws(i);o.call(e)}}var i=js(t,r,e,0,null,!1,0,"",Ks);return e._reactRootContainer=i,e[fa]=i.current,jr(8===e.nodeType?e.parentNode:e),us(),i}for(;a=e.lastChild;)e.removeChild(a);if("function"==typeof r){var l=r;r=function(){var e=Ws(u);l.call(e)}}var u=Us(e,0,!1,null,0,!1,0,"",Ks);return e._reactRootContainer=u,e[fa]=u.current,jr(8===e.nodeType?e.parentNode:e),us((function(){Bs(t,u,n,r)})),u}(n,t,e,a,r);return Ws(i)}Ys.prototype.render=qs.prototype.render=function(e){var t=this._internalRoot;if(null===t)throw Error(r(409));Bs(e,t,null,null)},Ys.prototype.unmount=qs.prototype.unmount=function(){var e=this._internalRoot;if(null!==e){this._internalRoot=null;var t=e.containerInfo;us((function(){Bs(null,e,null,null)})),t[fa]=null}},Ys.prototype.unstable_scheduleHydration=function(e){if(e){var t=Et();e={blockedOn:null,target:e,priority:t};for(var n=0;n<Lt.length&&0!==t&&t<Lt[n].priority;n++);Lt.splice(n,0,e),0===n&&Ut(e)}},St=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=ft(t.pendingLanes);0!==n&&(bt(t,1|n),ts(t,Ze()),0==(6&Tu)&&(ju=Ze()+500,ja()))}break;case 13:us((function(){var t=No(e,1);if(null!==t){var n=Zu();es(t,e,1,n)}})),Vs(e,1)}},xt=function(e){if(13===e.tag){var t=No(e,134217728);null!==t&&es(t,e,134217728,Zu()),Vs(e,134217728)}},Ct=function(e){if(13===e.tag){var t=Ju(e),n=No(e,t);null!==n&&es(n,e,t,Zu()),Vs(e,t)}},Et=function(){return wt},Tt=function(e,t){var n=wt;try{return wt=e,t()}finally{wt=n}},xe=function(e,t,n){switch(t){case"input":if(J(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var a=n[t];if(a!==e&&a.form===e.form){var o=ba(a);if(!o)throw Error(r(90));Q(a),J(a,o)}}}break;case"textarea":ie(e,n);break;case"select":null!=(t=n.value)&&re(e,!!n.multiple,t,!1)}},_e=ls,Ie=us;var Zs={usingClientEntryPoint:!1,Events:[va,ya,ba,Re,Pe,ls]},Js={findFiberByHostInstance:ga,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},ec={bundleType:Js.bundleType,version:Js.version,rendererPackageName:Js.rendererPackageName,rendererConfig:Js.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:k.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=qe(e))?null:e.stateNode},findFiberByHostInstance:Js.findFiberByHostInstance||function(){return null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__){var tc=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!tc.isDisabled&&tc.supportsFiber)try{ot=tc.inject(ec),it=tc}catch(de){}}return o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Zs,o.createPortal=function(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Qs(t))throw Error(r(200));return function(e,t,n){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:x,key:null==r?null:""+r,children:e,containerInfo:t,implementation:n}}(e,t,null,n)},o.createRoot=function(e,t){if(!Qs(e))throw Error(r(299));var n=!1,a="",o=$s;return null!=t&&(!0===t.unstable_strictMode&&(n=!0),void 0!==t.identifierPrefix&&(a=t.identifierPrefix),void 0!==t.onRecoverableError&&(o=t.onRecoverableError)),t=Us(e,1,!1,null,0,n,0,a,o),e[fa]=t.current,jr(8===e.nodeType?e.parentNode:e),new qs(t)},o.findDOMNode=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternals;if(void 0===t){if("function"==typeof e.render)throw Error(r(188));throw e=Object.keys(e).join(","),Error(r(268,e))}return null===(e=qe(t))?null:e.stateNode},o.flushSync=function(e){return us(e)},o.hydrate=function(e,t,n){if(!Xs(t))throw Error(r(200));return Gs(null,e,t,!0,n)},o.hydrateRoot=function(e,t,n){if(!Qs(e))throw Error(r(405));var a=null!=n&&n.hydratedSources||null,o=!1,i="",l=$s;if(null!=n&&(!0===n.unstable_strictMode&&(o=!0),void 0!==n.identifierPrefix&&(i=n.identifierPrefix),void 0!==n.onRecoverableError&&(l=n.onRecoverableError)),t=js(t,null,e,1,null!=n?n:null,o,0,i,l),e[fa]=t.current,jr(e),a)for(e=0;e<a.length;e++)o=(o=(n=a[e])._getVersion)(n._source),null==t.mutableSourceEagerHydrationData?t.mutableSourceEagerHydrationData=[n,o]:t.mutableSourceEagerHydrationData.push(n,o);return new Ys(t)},o.render=function(e,t,n){if(!Xs(t))throw Error(r(200));return Gs(null,e,t,!1,n)},o.unmountComponentAtNode=function(e){if(!Xs(e))throw Error(r(40));return!!e._reactRootContainer&&(us((function(){Gs(null,null,e,!1,(function(){e._reactRootContainer=null,e[fa]=null}))})),!0)},o.unstable_batchedUpdates=ls,o.unstable_renderSubtreeIntoContainer=function(e,t,n,a){if(!Xs(n))throw Error(r(200));if(null==e||void 0===e._reactInternals)throw Error(r(38));return Gs(e,t,n,!1,a)},o.version="18.3.1-next-f1338f8080-20240426",o}()):a.exports=(h||(h=1,"production"!==process.env.NODE_ENV&&function(){"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var e=t,n=p(),r=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,a=!1;function o(e){if(!a){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];l("warn",e,n)}}function i(e){if(!a){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];l("error",e,n)}}function l(e,t,n){var a=r.ReactDebugCurrentFrame.getStackAddendum();""!==a&&(t+="%s",n=n.concat([a]));var o=n.map((function(e){return String(e)}));o.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,o)}var u=0,s=1,c=2,d=3,f=4,h=5,g=6,v=7,y=8,b=9,w=10,k=11,S=12,x=13,C=14,E=15,T=16,R=17,P=18,_=19,I=21,D=22,M=23,N=24,L=25,O=!0,F=!1,z=!1,U=!1,A=!1,j=!0,B=!1,W=!0,H=!0,V=!0,$=!0,q=new Set,Y={},Q={};function X(e,t){K(e,t),K(e+"Capture",t)}function K(e,t){Y[e]&&i("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",e),Y[e]=t;var n=e.toLowerCase();Q[n]=e,"onDoubleClick"===e&&(Q.ondblclick=e);for(var r=0;r<t.length;r++)q.add(t[r])}var G=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement),Z=Object.prototype.hasOwnProperty;function J(e){return"function"==typeof Symbol&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object"}function ee(e){try{return te(e),!1}catch(e){return!0}}function te(e){return""+e}function ne(e,t){if(ee(e))return i("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",t,J(e)),te(e)}function re(e){if(ee(e))return i("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before before using it here.",J(e)),te(e)}var ae=0,oe=3,ie=4,le=5,ue=6,se=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",ce=se+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",de=new RegExp("^["+se+"]["+ce+"]*$"),fe={},pe={};function he(e){return!!Z.call(pe,e)||!Z.call(fe,e)&&(de.test(e)?(pe[e]=!0,!0):(fe[e]=!0,i("Invalid attribute name: `%s`",e),!1))}function me(e,t,n){return null!==t?t.type===ae:!n&&e.length>2&&("o"===e[0]||"O"===e[0])&&("n"===e[1]||"N"===e[1])}function ge(e,t,n,r){if(null!==n&&n.type===ae)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":if(r)return!1;if(null!==n)return!n.acceptsBooleans;var a=e.toLowerCase().slice(0,5);return"data-"!==a&&"aria-"!==a;default:return!1}}function ve(e,t,n,r){if(null==t)return!0;if(ge(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case oe:return!t;case ie:return!1===t;case le:return isNaN(t);case ue:return isNaN(t)||t<1}return!1}function ye(e){return we.hasOwnProperty(e)?we[e]:null}function be(e,t,n,r,a,o,i){this.acceptsBooleans=2===t||t===oe||t===ie,this.attributeName=r,this.attributeNamespace=a,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=o,this.removeEmptyString=i}var we={};["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"].forEach((function(e){we[e]=new be(e,ae,!1,e,null,!1,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0],n=e[1];we[t]=new be(t,1,!1,n,null,!1,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){we[e]=new be(e,2,!1,e.toLowerCase(),null,!1,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){we[e]=new be(e,2,!1,e,null,!1,!1)})),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach((function(e){we[e]=new be(e,oe,!1,e.toLowerCase(),null,!1,!1)})),["checked","multiple","muted","selected"].forEach((function(e){we[e]=new be(e,oe,!0,e,null,!1,!1)})),["capture","download"].forEach((function(e){we[e]=new be(e,ie,!1,e,null,!1,!1)})),["cols","rows","size","span"].forEach((function(e){we[e]=new be(e,ue,!1,e,null,!1,!1)})),["rowSpan","start"].forEach((function(e){we[e]=new be(e,le,!1,e.toLowerCase(),null,!1,!1)}));var ke=/[\-\:]([a-z])/g,Se=function(e){return e[1].toUpperCase()};["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach((function(e){var t=e.replace(ke,Se);we[t]=new be(t,1,!1,e,null,!1,!1)})),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach((function(e){var t=e.replace(ke,Se);we[t]=new be(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(ke,Se);we[t]=new be(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)})),["tabIndex","crossOrigin"].forEach((function(e){we[e]=new be(e,1,!1,e.toLowerCase(),null,!1,!1)})),we.xlinkHref=new be("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach((function(e){we[e]=new be(e,1,!1,e.toLowerCase(),null,!0,!0)}));var xe=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,Ce=!1;function Ee(e){!Ce&&xe.test(e)&&(Ce=!0,i("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(e)))}function Te(e,t,n,r){if(r.mustUseProperty)return e[r.propertyName];ne(n,t),r.sanitizeURL&&Ee(""+n);var a=r.attributeName,o=null;if(r.type===ie){if(e.hasAttribute(a)){var i=e.getAttribute(a);return""===i||(ve(t,n,r,!1)?i:i===""+n?n:i)}}else if(e.hasAttribute(a)){if(ve(t,n,r,!1))return e.getAttribute(a);if(r.type===oe)return n;o=e.getAttribute(a)}return ve(t,n,r,!1)?null===o?n:o:o===""+n?n:o}function Re(e,t,n,r){if(he(t)){if(!e.hasAttribute(t))return void 0===n?void 0:null;var a=e.getAttribute(t);return ne(n,t),a===""+n?n:a}}function Pe(e,t,n,r){var a=ye(t);if(!me(t,a,r))if(ve(t,n,a,r)&&(n=null),r||null===a){if(he(t)){var o=t;null===n?e.removeAttribute(o):(ne(n,t),e.setAttribute(o,""+n))}}else if(a.mustUseProperty){var i=a.propertyName;if(null===n){var l=a.type;e[i]=l!==oe&&""}else e[i]=n}else{var u=a.attributeName,s=a.attributeNamespace;if(null===n)e.removeAttribute(u);else{var c,d=a.type;d===oe||d===ie&&!0===n?c="":(ne(n,u),c=""+n,a.sanitizeURL&&Ee(c.toString())),s?e.setAttributeNS(s,u,c):e.setAttribute(u,c)}}}var _e=Symbol.for("react.element"),Ie=Symbol.for("react.portal"),De=Symbol.for("react.fragment"),Me=Symbol.for("react.strict_mode"),Ne=Symbol.for("react.profiler"),Le=Symbol.for("react.provider"),Oe=Symbol.for("react.context"),Fe=Symbol.for("react.forward_ref"),ze=Symbol.for("react.suspense"),Ue=Symbol.for("react.suspense_list"),Ae=Symbol.for("react.memo"),je=Symbol.for("react.lazy"),Be=(Symbol.for("react.scope"),Symbol.for("react.debug_trace_mode"),Symbol.for("react.offscreen")),We=(Symbol.for("react.legacy_hidden"),Symbol.for("react.cache"),Symbol.for("react.tracing_marker"),Symbol.iterator),He="@@iterator";function Ve(e){if(null===e||"object"!=typeof e)return null;var t=We&&e[We]||e[He];return"function"==typeof t?t:null}var $e,qe,Ye,Qe,Xe,Ke,Ge,Ze=Object.assign,Je=0;function et(){}et.__reactDisabledLog=!0;var tt,nt=r.ReactCurrentDispatcher;function rt(e,t,n){if(void 0===tt)try{throw Error()}catch(e){var r=e.stack.trim().match(/\n( *(at )?)/);tt=r&&r[1]||""}return"\n"+tt+e}var at,ot=!1,it="function"==typeof WeakMap?WeakMap:Map;function lt(e,t){if(!e||ot)return"";var n,r=at.get(e);if(void 0!==r)return r;ot=!0;var a,o=Error.prepareStackTrace;Error.prepareStackTrace=void 0,a=nt.current,nt.current=null,function(){if(0===Je){$e=console.log,qe=console.info,Ye=console.warn,Qe=console.error,Xe=console.group,Ke=console.groupCollapsed,Ge=console.groupEnd;var e={configurable:!0,enumerable:!0,value:et,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}Je++}();try{if(t){var l=function(){throw Error()};if(Object.defineProperty(l.prototype,"props",{set:function(){throw Error()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(l,[])}catch(e){n=e}Reflect.construct(e,[],l)}else{try{l.call()}catch(e){n=e}e.call(l.prototype)}}else{try{throw Error()}catch(e){n=e}e()}}catch(t){if(t&&n&&"string"==typeof t.stack){for(var u=t.stack.split("\n"),s=n.stack.split("\n"),c=u.length-1,d=s.length-1;c>=1&&d>=0&&u[c]!==s[d];)d--;for(;c>=1&&d>=0;c--,d--)if(u[c]!==s[d]){if(1!==c||1!==d)do{if(c--,--d<0||u[c]!==s[d]){var f="\n"+u[c].replace(" at new "," at ");return e.displayName&&f.includes("<anonymous>")&&(f=f.replace("<anonymous>",e.displayName)),"function"==typeof e&&at.set(e,f),f}}while(c>=1&&d>=0);break}}}finally{ot=!1,nt.current=a,function(){if(0==--Je){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:Ze({},e,{value:$e}),info:Ze({},e,{value:qe}),warn:Ze({},e,{value:Ye}),error:Ze({},e,{value:Qe}),group:Ze({},e,{value:Xe}),groupCollapsed:Ze({},e,{value:Ke}),groupEnd:Ze({},e,{value:Ge})})}Je<0&&i("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}(),Error.prepareStackTrace=o}var p=e?e.displayName||e.name:"",h=p?rt(p):"";return"function"==typeof e&&at.set(e,h),h}function ut(e,t,n){return lt(e,!1)}function st(e,t,n){if(null==e)return"";if("function"==typeof e)return lt(e,!(!(r=e.prototype)||!r.isReactComponent));var r;if("string"==typeof e)return rt(e);switch(e){case ze:return rt("Suspense");case Ue:return rt("SuspenseList")}if("object"==typeof e)switch(e.$$typeof){case Fe:return ut(e.render);case Ae:return st(e.type,t,n);case je:var a=e,o=a._payload,i=a._init;try{return st(i(o),t,n)}catch(e){}}return""}function ct(e){switch(e._debugOwner&&e._debugOwner.type,e._debugSource,e.tag){case h:return rt(e.type);case T:return rt("Lazy");case x:return rt("Suspense");case _:return rt("SuspenseList");case u:case c:case E:return ut(e.type);case k:return ut(e.type.render);case s:return lt(e.type,!0);default:return""}}function dt(e){try{var t="",n=e;do{t+=ct(n),n=n.return}while(n);return t}catch(e){return"\nError generating stack: "+e.message+"\n"+e.stack}}function ft(e){return e.displayName||"Context"}function pt(e){if(null==e)return null;if("number"==typeof e.tag&&i("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),"function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case De:return"Fragment";case Ie:return"Portal";case Ne:return"Profiler";case Me:return"StrictMode";case ze:return"Suspense";case Ue:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case Oe:return ft(e)+".Consumer";case Le:return ft(e._context)+".Provider";case Fe:return function(e,t,n){var r=e.displayName;if(r)return r;var a=t.displayName||t.name||"";return""!==a?n+"("+a+")":n}(e,e.render,"ForwardRef");case Ae:var t=e.displayName||null;return null!==t?t:pt(e.type)||"Memo";case je:var n=e,r=n._payload,a=n._init;try{return pt(a(r))}catch(e){return null}}return null}function ht(e){return e.displayName||"Context"}function mt(e){var t,n,r,a,o=e.tag,i=e.type;switch(o){case N:return"Cache";case b:return ht(i)+".Consumer";case w:return ht(i._context)+".Provider";case P:return"DehydratedFragment";case k:return t=i,r="ForwardRef",a=(n=i.render).displayName||n.name||"",t.displayName||(""!==a?r+"("+a+")":r);case v:return"Fragment";case h:return i;case f:return"Portal";case d:return"Root";case g:return"Text";case T:return pt(i);case y:return i===Me?"StrictMode":"Mode";case D:return"Offscreen";case S:return"Profiler";case I:return"Scope";case x:return"Suspense";case _:return"SuspenseList";case L:return"TracingMarker";case s:case u:case R:case c:case C:case E:if("function"==typeof i)return i.displayName||i.name||null;if("string"==typeof i)return i}return null}at=new it;var gt=r.ReactDebugCurrentFrame,vt=null,yt=!1;function bt(){if(null===vt)return null;var e=vt._debugOwner;return null!=e?mt(e):null}function wt(){return null===vt?"":dt(vt)}function kt(){gt.getCurrentStack=null,vt=null,yt=!1}function St(e){gt.getCurrentStack=null===e?null:wt,vt=e,yt=!1}function xt(e){yt=e}function Ct(e){return""+e}function Et(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return re(e),e;default:return""}}var Tt={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function Rt(e,t){Tt[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||null==t.value||i("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),t.onChange||t.readOnly||t.disabled||null==t.checked||i("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function Pt(e){var t=e.type,n=e.nodeName;return n&&"input"===n.toLowerCase()&&("checkbox"===t||"radio"===t)}function _t(e){return e._valueTracker}function It(e){_t(e)||(e._valueTracker=function(e){var t=Pt(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);re(e[t]);var r=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==n&&"function"==typeof n.get&&"function"==typeof n.set){var a=n.get,o=n.set;Object.defineProperty(e,t,{configurable:!0,get:function(){return a.call(this)},set:function(e){re(e),r=""+e,o.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable});var i={getValue:function(){return r},setValue:function(e){re(e),r=""+e},stopTracking:function(){!function(e){e._valueTracker=null}(e),delete e[t]}};return i}}(e))}function Dt(e){if(!e)return!1;var t=_t(e);if(!t)return!0;var n=t.getValue(),r=function(e){var t="";return e?t=Pt(e)?e.checked?"true":"false":e.value:t}(e);return r!==n&&(t.setValue(r),!0)}function Mt(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}var Nt=!1,Lt=!1,Ot=!1,Ft=!1;function zt(e){return"checkbox"===e.type||"radio"===e.type?null!=e.checked:null!=e.value}function Ut(e,t){var n=e,r=t.checked;return Ze({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=r?r:n._wrapperState.initialChecked})}function At(e,t){Rt(0,t),void 0===t.checked||void 0===t.defaultChecked||Lt||(i("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",bt()||"A component",t.type),Lt=!0),void 0===t.value||void 0===t.defaultValue||Nt||(i("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",bt()||"A component",t.type),Nt=!0);var n=e,r=null==t.defaultValue?"":t.defaultValue;n._wrapperState={initialChecked:null!=t.checked?t.checked:t.defaultChecked,initialValue:Et(null!=t.value?t.value:r),controlled:zt(t)}}function jt(e,t){var n=e,r=t.checked;null!=r&&Pe(n,"checked",r,!1)}function Bt(e,t){var n=e,r=zt(t);n._wrapperState.controlled||!r||Ft||(i("A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),Ft=!0),!n._wrapperState.controlled||r||Ot||(i("A component is changing a controlled input to be uncontrolled. This is likely caused by the value changing from a defined to undefined, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),Ot=!0),jt(e,t);var a=Et(t.value),o=t.type;if(null!=a)"number"===o?(0===a&&""===n.value||n.value!=a)&&(n.value=Ct(a)):n.value!==Ct(a)&&(n.value=Ct(a));else if("submit"===o||"reset"===o)return void n.removeAttribute("value");t.hasOwnProperty("value")?Vt(n,t.type,a):t.hasOwnProperty("defaultValue")&&Vt(n,t.type,Et(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(n.defaultChecked=!!t.defaultChecked)}function Wt(e,t,n){var r=e;if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var a=t.type;if(!("submit"!==a&&"reset"!==a||void 0!==t.value&&null!==t.value))return;var o=Ct(r._wrapperState.initialValue);n||o!==r.value&&(r.value=o),r.defaultValue=o}var i=r.name;""!==i&&(r.name=""),r.defaultChecked=!r.defaultChecked,r.defaultChecked=!!r._wrapperState.initialChecked,""!==i&&(r.name=i)}function Ht(e,t){var n=e;Bt(n,t),function(e,t){var n=t.name;if("radio"===t.type&&null!=n){for(var r=e;r.parentNode;)r=r.parentNode;ne(n,"name");for(var a=r.querySelectorAll("input[name="+JSON.stringify(""+n)+'][type="radio"]'),o=0;o<a.length;o++){var i=a[o];if(i!==e&&i.form===e.form){var l=Qc(i);if(!l)throw new Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");Dt(i),Bt(i,l)}}}}(n,t)}function Vt(e,t,n){"number"===t&&Mt(e.ownerDocument)===e||(null==n?e.defaultValue=Ct(e._wrapperState.initialValue):e.defaultValue!==Ct(n)&&(e.defaultValue=Ct(n)))}var $t=!1,qt=!1,Yt=!1;function Qt(t,n){null==n.value&&("object"==typeof n.children&&null!==n.children?e.Children.forEach(n.children,(function(e){null!=e&&"string"!=typeof e&&"number"!=typeof e&&(qt||(qt=!0,i("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))})):null!=n.dangerouslySetInnerHTML&&(Yt||(Yt=!0,i("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")))),null==n.selected||$t||(i("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),$t=!0)}var Xt,Kt=Array.isArray;function Gt(e){return Kt(e)}function Zt(){var e=bt();return e?"\n\nCheck the render method of `"+e+"`.":""}Xt=!1;var Jt=["value","defaultValue"];function en(e,t,n,r){var a=e.options;if(t){for(var o=n,i={},l=0;l<o.length;l++)i["$"+o[l]]=!0;for(var u=0;u<a.length;u++){var s=i.hasOwnProperty("$"+a[u].value);a[u].selected!==s&&(a[u].selected=s),s&&r&&(a[u].defaultSelected=!0)}}else{for(var c=Ct(Et(n)),d=null,f=0;f<a.length;f++){if(a[f].value===c)return a[f].selected=!0,void(r&&(a[f].defaultSelected=!0));null!==d||a[f].disabled||(d=a[f])}null!==d&&(d.selected=!0)}}function tn(e,t){return Ze({},t,{value:void 0})}function nn(e,t){var n=e;!function(e){Rt(0,e);for(var t=0;t<Jt.length;t++){var n=Jt[t];if(null!=e[n]){var r=Gt(e[n]);e.multiple&&!r?i("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",n,Zt()):!e.multiple&&r&&i("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",n,Zt())}}}(t),n._wrapperState={wasMultiple:!!t.multiple},void 0===t.value||void 0===t.defaultValue||Xt||(i("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),Xt=!0)}var rn=!1;function an(e,t){var n=e;if(null!=t.dangerouslySetInnerHTML)throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");return Ze({},t,{value:void 0,defaultValue:void 0,children:Ct(n._wrapperState.initialValue)})}function on(e,t){var n=e;Rt(0,t),void 0===t.value||void 0===t.defaultValue||rn||(i("%s contains a textarea with both value and defaultValue props. Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components",bt()||"A component"),rn=!0);var r=t.value;if(null==r){var a=t.children,o=t.defaultValue;if(null!=a){if(i("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),null!=o)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(Gt(a)){if(a.length>1)throw new Error("<textarea> can only have at most one child.");a=a[0]}o=a}null==o&&(o=""),r=o}n._wrapperState={initialValue:Et(r)}}function ln(e,t){var n=e,r=Et(t.value),a=Et(t.defaultValue);if(null!=r){var o=Ct(r);o!==n.value&&(n.value=o),null==t.defaultValue&&n.defaultValue!==o&&(n.defaultValue=o)}null!=a&&(n.defaultValue=Ct(a))}function un(e,t){var n=e,r=n.textContent;r===n._wrapperState.initialValue&&""!==r&&null!==r&&(n.value=r)}var sn="http://www.w3.org/1999/xhtml",cn="http://www.w3.org/1998/Math/MathML",dn="http://www.w3.org/2000/svg";function fn(e){switch(e){case"svg":return dn;case"math":return cn;default:return sn}}function pn(e,t){return null==e||e===sn?fn(t):e===dn&&"foreignObject"===t?sn:e}var hn,mn,gn=(mn=function(e,t){if(e.namespaceURI!==dn||"innerHTML"in e)e.innerHTML=t;else{(hn=hn||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>";for(var n=hn.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;n.firstChild;)e.appendChild(n.firstChild)}},"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(e,t,n,r){MSApp.execUnsafeLocalFunction((function(){return mn(e,t,n,r)}))}:mn),vn=1,yn=3,bn=8,wn=9,kn=11,Sn=function(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&n.nodeType===yn)return void(n.nodeValue=t)}e.textContent=t},xn={animation:["animationDelay","animationDirection","animationDuration","animationFillMode","animationIterationCount","animationName","animationPlayState","animationTimingFunction"],background:["backgroundAttachment","backgroundClip","backgroundColor","backgroundImage","backgroundOrigin","backgroundPositionX","backgroundPositionY","backgroundRepeat","backgroundSize"],backgroundPosition:["backgroundPositionX","backgroundPositionY"],border:["borderBottomColor","borderBottomStyle","borderBottomWidth","borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth","borderLeftColor","borderLeftStyle","borderLeftWidth","borderRightColor","borderRightStyle","borderRightWidth","borderTopColor","borderTopStyle","borderTopWidth"],borderBlockEnd:["borderBlockEndColor","borderBlockEndStyle","borderBlockEndWidth"],borderBlockStart:["borderBlockStartColor","borderBlockStartStyle","borderBlockStartWidth"],borderBottom:["borderBottomColor","borderBottomStyle","borderBottomWidth"],borderColor:["borderBottomColor","borderLeftColor","borderRightColor","borderTopColor"],borderImage:["borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth"],borderInlineEnd:["borderInlineEndColor","borderInlineEndStyle","borderInlineEndWidth"],borderInlineStart:["borderInlineStartColor","borderInlineStartStyle","borderInlineStartWidth"],borderLeft:["borderLeftColor","borderLeftStyle","borderLeftWidth"],borderRadius:["borderBottomLeftRadius","borderBottomRightRadius","borderTopLeftRadius","borderTopRightRadius"],borderRight:["borderRightColor","borderRightStyle","borderRightWidth"],borderStyle:["borderBottomStyle","borderLeftStyle","borderRightStyle","borderTopStyle"],borderTop:["borderTopColor","borderTopStyle","borderTopWidth"],borderWidth:["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth"],columnRule:["columnRuleColor","columnRuleStyle","columnRuleWidth"],columns:["columnCount","columnWidth"],flex:["flexBasis","flexGrow","flexShrink"],flexFlow:["flexDirection","flexWrap"],font:["fontFamily","fontFeatureSettings","fontKerning","fontLanguageOverride","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition","fontWeight","lineHeight"],fontVariant:["fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition"],gap:["columnGap","rowGap"],grid:["gridAutoColumns","gridAutoFlow","gridAutoRows","gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],gridArea:["gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart"],gridColumn:["gridColumnEnd","gridColumnStart"],gridColumnGap:["columnGap"],gridGap:["columnGap","rowGap"],gridRow:["gridRowEnd","gridRowStart"],gridRowGap:["rowGap"],gridTemplate:["gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],listStyle:["listStyleImage","listStylePosition","listStyleType"],margin:["marginBottom","marginLeft","marginRight","marginTop"],marker:["markerEnd","markerMid","markerStart"],mask:["maskClip","maskComposite","maskImage","maskMode","maskOrigin","maskPositionX","maskPositionY","maskRepeat","maskSize"],maskPosition:["maskPositionX","maskPositionY"],outline:["outlineColor","outlineStyle","outlineWidth"],overflow:["overflowX","overflowY"],padding:["paddingBottom","paddingLeft","paddingRight","paddingTop"],placeContent:["alignContent","justifyContent"],placeItems:["alignItems","justifyItems"],placeSelf:["alignSelf","justifySelf"],textDecoration:["textDecorationColor","textDecorationLine","textDecorationStyle"],textEmphasis:["textEmphasisColor","textEmphasisStyle"],transition:["transitionDelay","transitionDuration","transitionProperty","transitionTimingFunction"],wordWrap:["overflowWrap"]},Cn={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},En=["Webkit","ms","Moz","O"];function Tn(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||Cn.hasOwnProperty(e)&&Cn[e]?(function(e,t){ee(e)&&(i("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",t,J(e)),te(e))}(t,e),(""+t).trim()):t+"px"}Object.keys(Cn).forEach((function(e){En.forEach((function(t){Cn[function(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}(t,e)]=Cn[e]}))}));var Rn=/([A-Z])/g,Pn=/^ms-/,_n=/^(?:webkit|moz|o)[A-Z]/,In=/^-ms-/,Dn=/-(.)/g,Mn=/;\s*$/,Nn={},Ln={},On=!1,Fn=!1,zn=function(e){Nn.hasOwnProperty(e)&&Nn[e]||(Nn[e]=!0,i("Unsupported style property %s. Did you mean %s?",e,e.replace(In,"ms-").replace(Dn,(function(e,t){return t.toUpperCase()}))))},Un=function(e,t){e.indexOf("-")>-1?zn(e):_n.test(e)?function(e){Nn.hasOwnProperty(e)&&Nn[e]||(Nn[e]=!0,i("Unsupported vendor-prefixed style property %s. Did you mean %s?",e,e.charAt(0).toUpperCase()+e.slice(1)))}(e):Mn.test(t)&&function(e,t){Ln.hasOwnProperty(t)&&Ln[t]||(Ln[t]=!0,i('Style property values shouldn\'t contain a semicolon. Try "%s: %s" instead.',e,t.replace(Mn,"")))}(e,t),"number"==typeof t&&(isNaN(t)?function(e,t){On||(On=!0,i("`NaN` is an invalid value for the `%s` css style property.",e))}(e):isFinite(t)||function(e,t){Fn||(Fn=!0,i("`Infinity` is an invalid value for the `%s` css style property.",e))}(e))};function An(e){var t="",n="";for(var r in e)if(e.hasOwnProperty(r)){var a=e[r];if(null!=a){var o=0===r.indexOf("--");t+=n+(o?r:r.replace(Rn,"-$1").toLowerCase().replace(Pn,"-ms-"))+":",t+=Tn(r,a,o),n=";"}}return t||null}function jn(e,t){var n=e.style;for(var r in t)if(t.hasOwnProperty(r)){var a=0===r.indexOf("--");a||Un(r,t[r]);var o=Tn(r,t[r],a);"float"===r&&(r="cssFloat"),a?n.setProperty(r,o):n[r]=o}}function Bn(e){var t={};for(var n in e)for(var r=xn[n]||[n],a=0;a<r.length;a++)t[r[a]]=n;return t}var Wn=Ze({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0}),Hn="__html";function Vn(e,t){if(t){if(Wn[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw new Error(e+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if("object"!=typeof t.dangerouslySetInnerHTML||!(Hn in t.dangerouslySetInnerHTML))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.")}if(!t.suppressContentEditableWarning&&t.contentEditable&&null!=t.children&&i("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),null!=t.style&&"object"!=typeof t.style)throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.")}}function $n(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var qn={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},Yn={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},Qn={},Xn=new RegExp("^(aria)-["+ce+"]*$"),Kn=new RegExp("^(aria)[A-Z]["+ce+"]*$");function Gn(e,t){if(Z.call(Qn,t)&&Qn[t])return!0;if(Kn.test(t)){var n="aria-"+t.slice(4).toLowerCase(),r=Yn.hasOwnProperty(n)?n:null;if(null==r)return i("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),Qn[t]=!0,!0;if(t!==r)return i("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,r),Qn[t]=!0,!0}if(Xn.test(t)){var a=t.toLowerCase(),o=Yn.hasOwnProperty(a)?a:null;if(null==o)return Qn[t]=!0,!1;if(t!==o)return i("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,o),Qn[t]=!0,!0}return!0}function Zn(e,t){$n(e,t)||function(e,t){var n=[];for(var r in t)Gn(0,r)||n.push(r);var a=n.map((function(e){return"`"+e+"`"})).join(", ");1===n.length?i("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",a,e):n.length>1&&i("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",a,e)}(e,t)}var Jn,er=!1,tr={},nr=/^on./,rr=/^on[^A-Z]/,ar=new RegExp("^(aria)-["+ce+"]*$"),or=new RegExp("^(aria)[A-Z]["+ce+"]*$");function ir(e,t,n){$n(e,t)||function(e,t,n){var r=[];for(var a in t)Jn(0,a,t[a],n)||r.push(a);var o=r.map((function(e){return"`"+e+"`"})).join(", ");1===r.length?i("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",o,e):r.length>1&&i("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",o,e)}(e,t,n)}Jn=function(e,t,n,r){if(Z.call(tr,t)&&tr[t])return!0;var a=t.toLowerCase();if("onfocusin"===a||"onfocusout"===a)return i("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),tr[t]=!0,!0;if(null!=r){var o=r.registrationNameDependencies,l=r.possibleRegistrationNames;if(o.hasOwnProperty(t))return!0;var u=l.hasOwnProperty(a)?l[a]:null;if(null!=u)return i("Invalid event handler property `%s`. Did you mean `%s`?",t,u),tr[t]=!0,!0;if(nr.test(t))return i("Unknown event handler property `%s`. It will be ignored.",t),tr[t]=!0,!0}else if(nr.test(t))return rr.test(t)&&i("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),tr[t]=!0,!0;if(ar.test(t)||or.test(t))return!0;if("innerhtml"===a)return i("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),tr[t]=!0,!0;if("aria"===a)return i("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),tr[t]=!0,!0;if("is"===a&&null!=n&&"string"!=typeof n)return i("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof n),tr[t]=!0,!0;if("number"==typeof n&&isNaN(n))return i("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),tr[t]=!0,!0;var s=ye(t),c=null!==s&&s.type===ae;if(qn.hasOwnProperty(a)){var d=qn[a];if(d!==t)return i("Invalid DOM property `%s`. Did you mean `%s`?",t,d),tr[t]=!0,!0}else if(!c&&t!==a)return i("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",t,a),tr[t]=!0,!0;return"boolean"==typeof n&&ge(t,n,s,!1)?(n?i('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',n,t,t,n,t):i('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',n,t,t,n,t,t,t),tr[t]=!0,!0):!!c||(ge(t,n,s,!1)?(tr[t]=!0,!1):("false"!==n&&"true"!==n||null===s||s.type!==oe||(i("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",n,t,"false"===n?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',t,n),tr[t]=!0),!0))};var lr=1,ur=2,sr=4,cr=lr|ur|sr,dr=null;function fr(e){var t=e.target||e.srcElement||window;return t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===yn?t.parentNode:t}var pr=null,hr=null,mr=null;function gr(e){var t=qc(e);if(t){if("function"!=typeof pr)throw new Error("setRestoreImplementation() needs to be called to handle a target for controlled events. This error is likely caused by a bug in React. Please file an issue.");var n=t.stateNode;if(n){var r=Qc(n);pr(t.stateNode,t.type,r)}}}function vr(e){hr?mr?mr.push(e):mr=[e]:hr=e}function yr(){if(hr){var e=hr,t=mr;if(hr=null,mr=null,gr(e),t)for(var n=0;n<t.length;n++)gr(t[n])}}var br=function(e,t){return e(t)},wr=function(){},kr=!1;function Sr(){(null!==hr||null!==mr)&&(wr(),yr())}function xr(e,t,n){if(kr)return e(t,n);kr=!0;try{return br(e,t,n)}finally{kr=!1,Sr()}}function Cr(e,t){var n=e.stateNode;if(null===n)return null;var r=Qc(n);if(null===r)return null;var a=r[t];if(function(e,t,n){switch(e){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":return!(!n.disabled||(r=t,"button"!==r&&"input"!==r&&"select"!==r&&"textarea"!==r));default:return!1}var r}(t,e.type,r))return null;if(a&&"function"!=typeof a)throw new Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof a+"` type.");return a}var Er=!1;if(G)try{var Tr={};Object.defineProperty(Tr,"passive",{get:function(){Er=!0}}),window.addEventListener("test",Tr,Tr),window.removeEventListener("test",Tr,Tr)}catch(e){Er=!1}function Rr(e,t,n,r,a,o,i,l,u){var s=Array.prototype.slice.call(arguments,3);try{t.apply(n,s)}catch(e){this.onError(e)}}var Pr=Rr;if("undefined"!=typeof window&&"function"==typeof window.dispatchEvent&&"undefined"!=typeof document&&"function"==typeof document.createEvent){var _r=document.createElement("react");Pr=function(e,t,n,r,a,o,i,l,u){if("undefined"==typeof document||null===document)throw new Error("The `document` global was defined when React was initialized, but is not defined anymore. This can happen in a test environment if a component schedules an update from an asynchronous callback, but the test has already finished running. To solve this, you can either unmount the component at the end of your test (and ensure that any asynchronous operations get canceled in `componentWillUnmount`), or you can change the test itself to be asynchronous.");var s=document.createEvent("Event"),c=!1,d=!0,f=window.event,p=Object.getOwnPropertyDescriptor(window,"event");function h(){_r.removeEventListener(k,v,!1),void 0!==window.event&&window.hasOwnProperty("event")&&(window.event=f)}var m,g=Array.prototype.slice.call(arguments,3);function v(){c=!0,h(),t.apply(n,g),d=!1}var y=!1,b=!1;function w(e){if(m=e.error,y=!0,null===m&&0===e.colno&&0===e.lineno&&(b=!0),e.defaultPrevented&&null!=m&&"object"==typeof m)try{m._suppressLogging=!0}catch(e){}}var k="react-"+(e||"invokeguardedcallback");if(window.addEventListener("error",w),_r.addEventListener(k,v,!1),s.initEvent(k,!1,!1),_r.dispatchEvent(s),p&&Object.defineProperty(window,"event",p),c&&d&&(y?b&&(m=new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")):m=new Error("An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the \"Pause on exceptions\" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue."),this.onError(m)),window.removeEventListener("error",w),!c)return h(),Rr.apply(this,arguments)}}var Ir=Pr,Dr=!1,Mr=null,Nr=!1,Lr=null,Or={onError:function(e){Dr=!0,Mr=e}};function Fr(e,t,n,r,a,o,i,l,u){Dr=!1,Mr=null,Ir.apply(Or,arguments)}function zr(){if(Dr){var e=Mr;return Dr=!1,Mr=null,e}throw new Error("clearCaughtError was called but no error was captured. This error is likely caused by a bug in React. Please file an issue.")}function Ur(e){return e._reactInternals}var Ar=0,jr=1,Br=2,Wr=4,Hr=16,Vr=32,$r=64,qr=128,Yr=256,Qr=512,Xr=1024,Kr=2048,Gr=4096,Zr=8192,Jr=16384,ea=Kr|Wr|$r|Qr|Xr|Jr,ta=32767,na=32768,ra=65536,aa=131072,oa=1048576,ia=2097152,la=4194304,ua=8388608,sa=16777216,ca=33554432,da=Wr|Xr|0,fa=Br|Wr|Hr|Vr|Qr|Gr|Zr,pa=Wr|$r|Qr|Zr,ha=Kr|Hr,ma=la|ua|ia,ga=r.ReactCurrentOwner;function va(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{var r=t;do{((t=r).flags&(Br|Gr))!==Ar&&(n=t.return),r=t.return}while(r)}return t.tag===d?n:null}function ya(e){if(e.tag===x){var t=e.memoizedState;if(null===t){var n=e.alternate;null!==n&&(t=n.memoizedState)}if(null!==t)return t.dehydrated}return null}function ba(e){return e.tag===d?e.stateNode.containerInfo:null}function wa(e){if(va(e)!==e)throw new Error("Unable to find node on an unmounted component.")}function ka(e){var t=e.alternate;if(!t){var n=va(e);if(null===n)throw new Error("Unable to find node on an unmounted component.");return n!==e?null:e}for(var r=e,a=t;;){var o=r.return;if(null===o)break;var i=o.alternate;if(null===i){var l=o.return;if(null!==l){r=a=l;continue}break}if(o.child===i.child){for(var u=o.child;u;){if(u===r)return wa(o),e;if(u===a)return wa(o),t;u=u.sibling}throw new Error("Unable to find node on an unmounted component.")}if(r.return!==a.return)r=o,a=i;else{for(var s=!1,c=o.child;c;){if(c===r){s=!0,r=o,a=i;break}if(c===a){s=!0,a=o,r=i;break}c=c.sibling}if(!s){for(c=i.child;c;){if(c===r){s=!0,r=i,a=o;break}if(c===a){s=!0,a=i,r=o;break}c=c.sibling}if(!s)throw new Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(r.alternate!==a)throw new Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(r.tag!==d)throw new Error("Unable to find node on an unmounted component.");return r.stateNode.current===r?e:t}function Sa(e){var t=ka(e);return null!==t?xa(t):null}function xa(e){if(e.tag===h||e.tag===g)return e;for(var t=e.child;null!==t;){var n=xa(t);if(null!==n)return n;t=t.sibling}return null}function Ca(e){var t=ka(e);return null!==t?Ea(t):null}function Ea(e){if(e.tag===h||e.tag===g)return e;for(var t=e.child;null!==t;){if(t.tag!==f){var n=Ea(t);if(null!==n)return n}t=t.sibling}return null}var Ta=n.unstable_scheduleCallback,Ra=n.unstable_cancelCallback,Pa=n.unstable_shouldYield,_a=n.unstable_requestPaint,Ia=n.unstable_now,Da=n.unstable_getCurrentPriorityLevel,Ma=n.unstable_ImmediatePriority,Na=n.unstable_UserBlockingPriority,La=n.unstable_NormalPriority,Oa=n.unstable_LowPriority,Fa=n.unstable_IdlePriority,za=n.unstable_yieldValue,Ua=n.unstable_setDisableYieldValue,Aa=null,ja=null,Ba=null,Wa=!1,Ha="undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__;function Va(e){if("function"==typeof za&&(Ua(e),a=e),ja&&"function"==typeof ja.setStrictMode)try{ja.setStrictMode(Aa,e)}catch(e){Wa||(Wa=!0,i("React instrumentation encountered an error: %s",e))}}function $a(e){Ba=e}function qa(){for(var e=new Map,t=1,n=0;n<po;n++){var r=Go(t);e.set(t,r),t*=2}return e}function Ya(){null!==Ba&&"function"==typeof Ba.markCommitStopped&&Ba.markCommitStopped()}function Qa(e){null!==Ba&&"function"==typeof Ba.markComponentRenderStarted&&Ba.markComponentRenderStarted(e)}function Xa(){null!==Ba&&"function"==typeof Ba.markComponentRenderStopped&&Ba.markComponentRenderStopped()}function Ka(e){null!==Ba&&"function"==typeof Ba.markComponentLayoutEffectMountStarted&&Ba.markComponentLayoutEffectMountStarted(e)}function Ga(e){null!==Ba&&"function"==typeof Ba.markComponentLayoutEffectUnmountStarted&&Ba.markComponentLayoutEffectUnmountStarted(e)}function Za(){null!==Ba&&"function"==typeof Ba.markComponentLayoutEffectUnmountStopped&&Ba.markComponentLayoutEffectUnmountStopped()}function Ja(e,t,n){null!==Ba&&"function"==typeof Ba.markComponentErrored&&Ba.markComponentErrored(e,t,n)}function eo(e,t,n){null!==Ba&&"function"==typeof Ba.markComponentSuspended&&Ba.markComponentSuspended(e,t,n)}function to(e){null!==Ba&&"function"==typeof Ba.markRenderStarted&&Ba.markRenderStarted(e)}function no(){null!==Ba&&"function"==typeof Ba.markRenderStopped&&Ba.markRenderStopped()}function ro(e,t){null!==Ba&&"function"==typeof Ba.markStateUpdateScheduled&&Ba.markStateUpdateScheduled(e,t)}var ao=0,oo=1,io=2,lo=8,uo=16,so=Math.clz32?Math.clz32:function(e){var t=e>>>0;return 0===t?32:31-(co(t)/fo|0)|0},co=Math.log,fo=Math.LN2,po=31,ho=0,mo=0,go=1,vo=2,yo=4,bo=8,wo=16,ko=32,So=4194240,xo=64,Co=128,Eo=256,To=512,Ro=1024,Po=2048,_o=4096,Io=8192,Do=16384,Mo=32768,No=65536,Lo=131072,Oo=262144,Fo=524288,zo=1048576,Uo=2097152,Ao=130023424,jo=4194304,Bo=8388608,Wo=16777216,Ho=33554432,Vo=67108864,$o=jo,qo=134217728,Yo=268435455,Qo=268435456,Xo=536870912,Ko=1073741824;function Go(e){return e&go?"Sync":e&vo?"InputContinuousHydration":e&yo?"InputContinuous":e&bo?"DefaultHydration":e&wo?"Default":e&ko?"TransitionHydration":e&So?"Transition":e&Ao?"Retry":e&qo?"SelectiveHydration":e&Qo?"IdleHydration":e&Xo?"Idle":e&Ko?"Offscreen":void 0}var Zo=-1,Jo=xo,ei=jo;function ti(e){switch(ci(e)){case go:return go;case vo:return vo;case yo:return yo;case bo:return bo;case wo:return wo;case ko:return ko;case xo:case Co:case Eo:case To:case Ro:case Po:case _o:case Io:case Do:case Mo:case No:case Lo:case Oo:case Fo:case zo:case Uo:return e&So;case jo:case Bo:case Wo:case Ho:case Vo:return e&Ao;case qo:return qo;case Qo:return Qo;case Xo:return Xo;case Ko:return Ko;default:return i("Should have found matching lanes. This is a bug in React."),e}}function ni(e,t){var n=e.pendingLanes;if(n===ho)return ho;var r=ho,a=e.suspendedLanes,o=e.pingedLanes,i=n&Yo;if(i!==ho){var l=i&~a;if(l!==ho)r=ti(l);else{var u=i&o;u!==ho&&(r=ti(u))}}else{var s=n&~a;s!==ho?r=ti(s):o!==ho&&(r=ti(o))}if(r===ho)return ho;if(t!==ho&&t!==r&&(t&a)===ho){var c=ci(r),d=ci(t);if(c>=d||c===wo&&(d&So)!==ho)return t}(r&yo)!==ho&&(r|=n&wo);var f=e.entangledLanes;if(f!==ho)for(var p=e.entanglements,h=r&f;h>0;){var m=fi(h),g=1<<m;r|=p[m],h&=~g}return r}function ri(e,t){switch(e){case go:case vo:case yo:return t+250;case bo:case wo:case ko:case xo:case Co:case Eo:case To:case Ro:case Po:case _o:case Io:case Do:case Mo:case No:case Lo:case Oo:case Fo:case zo:case Uo:return t+5e3;case jo:case Bo:case Wo:case Ho:case Vo:case qo:case Qo:case Xo:case Ko:return Zo;default:return i("Should have found matching lanes. This is a bug in React."),Zo}}function ai(e){var t=e.pendingLanes&~Ko;return t!==ho?t:t&Ko?Ko:ho}function oi(e){return(e&Yo)!==ho}function ii(e){return(e&Ao)===e}function li(e,t){return(t&(vo|yo|bo|wo))!==ho}function ui(e){return(e&So)!==ho}function si(){var e=Jo;return((Jo<<=1)&So)===ho&&(Jo=xo),e}function ci(e){return e&-e}function di(e){return ci(e)}function fi(e){return 31-so(e)}function pi(e){return fi(e)}function hi(e,t){return(e&t)!==ho}function mi(e,t){return(e&t)===t}function gi(e,t){return e|t}function vi(e,t){return e&~t}function yi(e,t){return e&t}function bi(e){for(var t=[],n=0;n<po;n++)t.push(e);return t}function wi(e,t,n){e.pendingLanes|=t,t!==Xo&&(e.suspendedLanes=ho,e.pingedLanes=ho),e.eventTimes[pi(t)]=n}function ki(e,t,n){e.pingedLanes|=e.suspendedLanes&t}function Si(e,t){for(var n=e.entangledLanes|=t,r=e.entanglements,a=n;a;){var o=fi(a),i=1<<o;i&t|r[o]&t&&(r[o]|=t),a&=~i}}function xi(e,t,n){if(Ha)for(var r=e.pendingUpdatersLaneMap;n>0;){var a=pi(n),o=1<<a;r[a].add(t),n&=~o}}function Ci(e,t){if(Ha)for(var n=e.pendingUpdatersLaneMap,r=e.memoizedUpdaters;t>0;){var a=pi(t),o=1<<a,i=n[a];i.size>0&&(i.forEach((function(e){var t=e.alternate;null!==t&&r.has(t)||r.add(e)})),i.clear()),t&=~o}}var Ei,Ti,Ri,Pi,_i,Ii=go,Di=yo,Mi=wo,Ni=Xo,Li=mo;function Oi(){return Li}function Fi(e){Li=e}function zi(e,t){return 0!==e&&e<t}function Ui(e){var t=ci(e);return zi(Ii,t)?zi(Di,t)?oi(t)?Mi:Ni:Di:Ii}function Ai(e){return e.current.memoizedState.isDehydrated}function ji(e){Ei(e)}var Bi=!1,Wi=[],Hi=null,Vi=null,$i=null,qi=new Map,Yi=new Map,Qi=[],Xi=["mousedown","mouseup","touchcancel","touchend","touchstart","auxclick","dblclick","pointercancel","pointerdown","pointerup","dragend","dragstart","drop","compositionend","compositionstart","keydown","keypress","keyup","input","textInput","copy","cut","paste","click","change","contextmenu","reset","submit"];function Ki(e,t){switch(e){case"focusin":case"focusout":Hi=null;break;case"dragenter":case"dragleave":Vi=null;break;case"mouseover":case"mouseout":$i=null;break;case"pointerover":case"pointerout":var n=t.pointerId;qi.delete(n);break;case"gotpointercapture":case"lostpointercapture":var r=t.pointerId;Yi.delete(r)}}function Gi(e,t,n,r,a,o){if(null===e||e.nativeEvent!==o){var i=function(e,t,n,r,a){return{blockedOn:e,domEventName:t,eventSystemFlags:n,nativeEvent:a,targetContainers:[r]}}(t,n,r,a,o);if(null!==t){var l=qc(t);null!==l&&Ti(l)}return i}e.eventSystemFlags|=r;var u=e.targetContainers;return null!==a&&-1===u.indexOf(a)&&u.push(a),e}function Zi(e){var t=$c(e.target);if(null!==t){var n=va(t);if(null!==n){var r=n.tag;if(r===x){var a=ya(n);if(null!==a)return e.blockedOn=a,void _i(e.priority,(function(){Ri(n)}))}else if(r===d&&Ai(n.stateNode))return void(e.blockedOn=ba(n))}}e.blockedOn=null}function Ji(e){if(null!==e.blockedOn)return!1;for(var t,n=e.targetContainers;n.length>0;){var r=n[0],a=dl(e.domEventName,e.eventSystemFlags,r,e.nativeEvent);if(null!==a){var o=qc(a);return null!==o&&Ti(o),e.blockedOn=a,!1}var l=e.nativeEvent,u=new l.constructor(l.type,l);t=u,null!==dr&&i("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),dr=t,l.target.dispatchEvent(u),null===dr&&i("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),dr=null,n.shift()}return!0}function el(e,t,n){Ji(e)&&n.delete(t)}function tl(){Bi=!1,null!==Hi&&Ji(Hi)&&(Hi=null),null!==Vi&&Ji(Vi)&&(Vi=null),null!==$i&&Ji($i)&&($i=null),qi.forEach(el),Yi.forEach(el)}function nl(e,t){e.blockedOn===t&&(e.blockedOn=null,Bi||(Bi=!0,n.unstable_scheduleCallback(n.unstable_NormalPriority,tl)))}function rl(e){if(Wi.length>0){nl(Wi[0],e);for(var t=1;t<Wi.length;t++){var n=Wi[t];n.blockedOn===e&&(n.blockedOn=null)}}null!==Hi&&nl(Hi,e),null!==Vi&&nl(Vi,e),null!==$i&&nl($i,e);var r=function(t){return nl(t,e)};qi.forEach(r),Yi.forEach(r);for(var a=0;a<Qi.length;a++){var o=Qi[a];o.blockedOn===e&&(o.blockedOn=null)}for(;Qi.length>0;){var i=Qi[0];if(null!==i.blockedOn)break;Zi(i),null===i.blockedOn&&Qi.shift()}}var al=r.ReactCurrentBatchConfig,ol=!0;function il(e){ol=!!e}function ll(e,t,n,r){var a=Oi(),o=al.transition;al.transition=null;try{Fi(Ii),sl(e,t,n,r)}finally{Fi(a),al.transition=o}}function ul(e,t,n,r){var a=Oi(),o=al.transition;al.transition=null;try{Fi(Di),sl(e,t,n,r)}finally{Fi(a),al.transition=o}}function sl(e,t,n,r){ol&&function(e,t,n,r){var a=dl(e,t,n,r);if(null===a)return vs(e,t,r,cl,n),void Ki(e,r);if(function(e,t,n,r,a){switch(t){case"focusin":return Hi=Gi(Hi,e,t,n,r,a),!0;case"dragenter":return Vi=Gi(Vi,e,t,n,r,a),!0;case"mouseover":return $i=Gi($i,e,t,n,r,a),!0;case"pointerover":var o=a,i=o.pointerId;return qi.set(i,Gi(qi.get(i)||null,e,t,n,r,o)),!0;case"gotpointercapture":var l=a,u=l.pointerId;return Yi.set(u,Gi(Yi.get(u)||null,e,t,n,r,l)),!0}return!1}(a,e,t,n,r))r.stopPropagation();else if(Ki(e,r),t&sr&&(l=e,Xi.indexOf(l)>-1)){for(;null!==a;){var o=qc(a);null!==o&&ji(o);var i=dl(e,t,n,r);if(null===i&&vs(e,t,r,cl,n),i===a)break;a=i}null!==a&&r.stopPropagation()}else{var l;vs(e,t,r,null,n)}}(e,t,n,r)}var cl=null;function dl(e,t,n,r){cl=null;var a=$c(fr(r));if(null!==a){var o=va(a);if(null===o)a=null;else{var i=o.tag;if(i===x){var l=ya(o);if(null!==l)return l;a=null}else if(i===d){if(Ai(o.stateNode))return ba(o);a=null}else o!==a&&(a=null)}}return cl=a,null}function fl(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return Ii;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return Di;case"message":switch(Da()){case Ma:return Ii;case Na:return Di;case La:case Oa:return Mi;case Fa:return Ni;default:return Mi}default:return Mi}}var pl=null,hl=null,ml=null;function gl(){if(ml)return ml;var e,t,n=hl,r=n.length,a=vl(),o=a.length;for(e=0;e<r&&n[e]===a[e];e++);var i=r-e;for(t=1;t<=i&&n[r-t]===a[o-t];t++);var l=t>1?1-t:void 0;return ml=a.slice(e,l)}function vl(){return"value"in pl?pl.value:pl.textContent}function yl(e){var t,n=e.keyCode;return"charCode"in e?0===(t=e.charCode)&&13===n&&(t=13):t=n,10===t&&(t=13),t>=32||13===t?t:0}function bl(){return!0}function wl(){return!1}function kl(e){function t(t,n,r,a,o){for(var i in this._reactName=t,this._targetInst=r,this.type=n,this.nativeEvent=a,this.target=o,this.currentTarget=null,e)if(e.hasOwnProperty(i)){var l=e[i];this[i]=l?l(a):a[i]}var u=null!=a.defaultPrevented?a.defaultPrevented:!1===a.returnValue;return this.isDefaultPrevented=u?bl:wl,this.isPropagationStopped=wl,this}return Ze(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=bl)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=bl)},persist:function(){},isPersistent:bl}),t}var Sl,xl,Cl,El={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Tl=kl(El),Rl=Ze({},El,{view:0,detail:0}),Pl=kl(Rl),_l=Ze({},Rl,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Bl,button:0,buttons:0,relatedTarget:function(e){return void 0===e.relatedTarget?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(function(e){e!==Cl&&(Cl&&"mousemove"===e.type?(Sl=e.screenX-Cl.screenX,xl=e.screenY-Cl.screenY):(Sl=0,xl=0),Cl=e)}(e),Sl)},movementY:function(e){return"movementY"in e?e.movementY:xl}}),Il=kl(_l),Dl=kl(Ze({},_l,{dataTransfer:0})),Ml=kl(Ze({},Rl,{relatedTarget:0})),Nl=kl(Ze({},El,{animationName:0,elapsedTime:0,pseudoElement:0})),Ll=kl(Ze({},El,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}})),Ol=kl(Ze({},El,{data:0})),Fl=Ol,zl={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Ul={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},Al={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function jl(e){var t=this.nativeEvent;if(t.getModifierState)return t.getModifierState(e);var n=Al[e];return!!n&&!!t[n]}function Bl(e){return jl}var Wl=kl(Ze({},Rl,{key:function(e){if(e.key){var t=zl[e.key]||e.key;if("Unidentified"!==t)return t}if("keypress"===e.type){var n=yl(e);return 13===n?"Enter":String.fromCharCode(n)}return"keydown"===e.type||"keyup"===e.type?Ul[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Bl,charCode:function(e){return"keypress"===e.type?yl(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?yl(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}})),Hl=kl(Ze({},_l,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),Vl=kl(Ze({},Rl,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Bl})),$l=kl(Ze({},El,{propertyName:0,elapsedTime:0,pseudoElement:0})),ql=kl(Ze({},_l,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0})),Yl=[9,13,27,32],Ql=229,Xl=G&&"CompositionEvent"in window,Kl=null;G&&"documentMode"in document&&(Kl=document.documentMode);var Gl=G&&"TextEvent"in window&&!Kl,Zl=G&&(!Xl||Kl&&Kl>8&&Kl<=11),Jl=32,eu=String.fromCharCode(Jl),tu=!1;function nu(e,t){switch(e){case"keyup":return-1!==Yl.indexOf(t.keyCode);case"keydown":return t.keyCode!==Ql;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function ru(e){var t=e.detail;return"object"==typeof t&&"data"in t?t.data:null}function au(e){return"ko"===e.locale}var ou=!1;function iu(e,t,n,r,a){var o,i;if(Xl?o=function(e){switch(e){case"compositionstart":return"onCompositionStart";case"compositionend":return"onCompositionEnd";case"compositionupdate":return"onCompositionUpdate"}}(t):ou?nu(t,r)&&(o="onCompositionEnd"):function(e,t){return"keydown"===e&&t.keyCode===Ql}(t,r)&&(o="onCompositionStart"),!o)return null;Zl&&!au(r)&&(ou||"onCompositionStart"!==o?"onCompositionEnd"===o&&ou&&(i=gl()):ou=function(e){return pl=e,hl=vl(),!0}(a));var l=bs(n,o);if(l.length>0){var u=new Ol(o,t,null,r,a);if(e.push({event:u,listeners:l}),i)u.data=i;else{var s=ru(r);null!==s&&(u.data=s)}}}function lu(e,t){if(ou){if("compositionend"===e||!Xl&&nu(e,t)){var n=gl();return pl=null,hl=null,ml=null,ou=!1,n}return null}switch(e){case"paste":default:return null;case"keypress":if(!function(e){return(e.ctrlKey||e.altKey||e.metaKey)&&!(e.ctrlKey&&e.altKey)}(t)){if(t.char&&t.char.length>1)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return Zl&&!au(t)?null:t.data}}function uu(e,t,n,r,a){var o;if(!(o=Gl?function(e,t){switch(e){case"compositionend":return ru(t);case"keypress":return t.which!==Jl?null:(tu=!0,eu);case"textInput":var n=t.data;return n===eu&&tu?null:n;default:return null}}(t,r):lu(t,r)))return null;var i=bs(n,"onBeforeInput");if(i.length>0){var l=new Fl("onBeforeInput","beforeinput",null,r,a);e.push({event:l,listeners:i}),l.data=o}}var su={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function cu(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!su[e.type]:"textarea"===t}
30
+ /**
31
+ * Checks if an event is supported in the current execution environment.
32
+ *
33
+ * NOTE: This will not work correctly for non-generic events such as `change`,
34
+ * `reset`, `load`, `error`, and `select`.
35
+ *
36
+ * Borrows from Modernizr.
37
+ *
38
+ * @param {string} eventNameSuffix Event name, e.g. "click".
39
+ * @return {boolean} True if the event is supported.
40
+ * @internal
41
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
42
+ */function du(e,t,n,r){vr(r);var a=bs(t,"onChange");if(a.length>0){var o=new Tl("onChange","change",null,n,r);e.push({event:o,listeners:a})}}var fu=null,pu=null;function hu(e){cs(e,0)}function mu(e){if(Dt(Yc(e)))return e}function gu(e,t){if("change"===e)return t}var vu=!1;function yu(){fu&&(fu.detachEvent("onpropertychange",bu),fu=null,pu=null)}function bu(e){"value"===e.propertyName&&mu(pu)&&function(e){var t=[];du(t,pu,e,fr(e)),xr(hu,t)}(e)}function wu(e,t,n){"focusin"===e?(yu(),function(e,t){pu=t,(fu=e).attachEvent("onpropertychange",bu)}(t,n)):"focusout"===e&&yu()}function ku(e,t){if("selectionchange"===e||"keyup"===e||"keydown"===e)return mu(pu)}function Su(e,t){if("click"===e)return mu(t)}function xu(e,t){if("input"===e||"change"===e)return mu(t)}function Cu(e,t,n,r,a,o,i){var l,u,s,c,d,f,p=n?Yc(n):window;if("select"===(c=(s=p).nodeName&&s.nodeName.toLowerCase())||"input"===c&&"file"===s.type?l=gu:cu(p)?vu?l=xu:(l=ku,u=wu):function(e){var t=e.nodeName;return t&&"input"===t.toLowerCase()&&("checkbox"===e.type||"radio"===e.type)}(p)&&(l=Su),l){var h=l(t,n);if(h)return void du(e,h,r,a)}u&&u(t,p,n),"focusout"===t&&(f=(d=p)._wrapperState)&&f.controlled&&"number"===d.type&&Vt(d,"number",d.value)}function Eu(e,t,n,r,a,o,i){var l="mouseover"===t||"pointerover"===t,u="mouseout"===t||"pointerout"===t;if(l&&r!==dr){var s=r.relatedTarget||r.fromElement;if(s&&($c(s)||Vc(s)))return}if(u||l){var c,d,f;if(a.window===a)c=a;else{var p=a.ownerDocument;c=p?p.defaultView||p.parentWindow:window}if(u){var m=r.relatedTarget||r.toElement;d=n,null!==(f=m?$c(m):null)&&(f!==va(f)||f.tag!==h&&f.tag!==g)&&(f=null)}else d=null,f=n;if(d!==f){var v=Il,y="onMouseLeave",b="onMouseEnter",w="mouse";"pointerout"!==t&&"pointerover"!==t||(v=Hl,y="onPointerLeave",b="onPointerEnter",w="pointer");var k=null==d?c:Yc(d),S=null==f?c:Yc(f),x=new v(y,w+"leave",d,r,a);x.target=k,x.relatedTarget=S;var C=null;if($c(a)===n){var E=new v(b,w+"enter",f,r,a);E.target=S,E.relatedTarget=k,C=E}!function(e,t,n,r,a){var o=r&&a?function(e,t){for(var n=e,r=t,a=0,o=n;o;o=ws(o))a++;for(var i=0,l=r;l;l=ws(l))i++;for(;a-i>0;)n=ws(n),a--;for(;i-a>0;)r=ws(r),i--;for(var u=a;u--;){if(n===r||null!==r&&n===r.alternate)return n;n=ws(n),r=ws(r)}return null}(r,a):null;null!==r&&ks(e,t,r,o,!1),null!==a&&null!==n&&ks(e,n,a,o,!0)}(e,x,C,d,f)}}}G&&(vu=function(e){if(!G)return!1;var t="oninput",n=t in document;if(!n){var r=document.createElement("div");r.setAttribute(t,"return;"),n="function"==typeof r[t]}return n}()&&(!document.documentMode||document.documentMode>9));var Tu="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t};function Ru(e,t){if(Tu(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var a=0;a<n.length;a++){var o=n[a];if(!Z.call(t,o)||!Tu(e[o],t[o]))return!1}return!0}function Pu(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function _u(e){for(;e;){if(e.nextSibling)return e.nextSibling;e=e.parentNode}}function Iu(e,t){for(var n=Pu(e),r=0,a=0;n;){if(n.nodeType===yn){if(a=r+n.textContent.length,r<=t&&a>=t)return{node:n,offset:t-r};r=a}n=Pu(_u(n))}}function Du(e){var t=e.ownerDocument,n=t&&t.defaultView||window,r=n.getSelection&&n.getSelection();if(!r||0===r.rangeCount)return null;var a=r.anchorNode,o=r.anchorOffset,i=r.focusNode,l=r.focusOffset;try{a.nodeType,i.nodeType}catch(e){return null}return function(e,t,n,r,a){var o=0,i=-1,l=-1,u=0,s=0,c=e,d=null;e:for(;;){for(var f=null;c!==t||0!==n&&c.nodeType!==yn||(i=o+n),c!==r||0!==a&&c.nodeType!==yn||(l=o+a),c.nodeType===yn&&(o+=c.nodeValue.length),null!==(f=c.firstChild);)d=c,c=f;for(;;){if(c===e)break e;if(d===t&&++u===n&&(i=o),d===r&&++s===a&&(l=o),null!==(f=c.nextSibling))break;d=(c=d).parentNode}c=f}return-1===i||-1===l?null:{start:i,end:l}}(e,a,o,i,l)}function Mu(e){return e&&e.nodeType===yn}function Nu(e,t){return!(!e||!t)&&(e===t||!Mu(e)&&(Mu(t)?Nu(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}function Lu(e){return e&&e.ownerDocument&&Nu(e.ownerDocument.documentElement,e)}function Ou(e){try{return"string"==typeof e.contentWindow.location.href}catch(e){return!1}}function Fu(){for(var e=window,t=Mt();t instanceof e.HTMLIFrameElement;){if(!Ou(t))return t;t=Mt((e=t.contentWindow).document)}return t}function zu(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}function Uu(e){var t,n,r,a,o=Fu(),i=e.focusedElem,l=e.selectionRange;if(o!==i&&Lu(i)){null!==l&&zu(i)&&(t=i,r=(n=l).start,void 0===(a=n.end)&&(a=r),"selectionStart"in t?(t.selectionStart=r,t.selectionEnd=Math.min(a,t.value.length)):function(e,t){var n=e.ownerDocument||document,r=n&&n.defaultView||window;if(r.getSelection){var a=r.getSelection(),o=e.textContent.length,i=Math.min(t.start,o),l=void 0===t.end?i:Math.min(t.end,o);if(!a.extend&&i>l){var u=l;l=i,i=u}var s=Iu(e,i),c=Iu(e,l);if(s&&c){if(1===a.rangeCount&&a.anchorNode===s.node&&a.anchorOffset===s.offset&&a.focusNode===c.node&&a.focusOffset===c.offset)return;var d=n.createRange();d.setStart(s.node,s.offset),a.removeAllRanges(),i>l?(a.addRange(d),a.extend(c.node,c.offset)):(d.setEnd(c.node,c.offset),a.addRange(d))}}}(t,n));for(var u=[],s=i;s=s.parentNode;)s.nodeType===vn&&u.push({element:s,left:s.scrollLeft,top:s.scrollTop});"function"==typeof i.focus&&i.focus();for(var c=0;c<u.length;c++){var d=u[c];d.element.scrollLeft=d.left,d.element.scrollTop=d.top}}}function Au(e){return("selectionStart"in e?{start:e.selectionStart,end:e.selectionEnd}:Du(e))||{start:0,end:0}}var ju=G&&"documentMode"in document&&document.documentMode<=11,Bu=null,Wu=null,Hu=null,Vu=!1;function $u(e,t,n){var r,a=(r=n).window===r?r.document:r.nodeType===wn?r:r.ownerDocument;if(!Vu&&null!=Bu&&Bu===Mt(a)){var o=function(e){if("selectionStart"in e&&zu(e))return{start:e.selectionStart,end:e.selectionEnd};var t=(e.ownerDocument&&e.ownerDocument.defaultView||window).getSelection();return{anchorNode:t.anchorNode,anchorOffset:t.anchorOffset,focusNode:t.focusNode,focusOffset:t.focusOffset}}(Bu);if(!Hu||!Ru(Hu,o)){Hu=o;var i=bs(Wu,"onSelect");if(i.length>0){var l=new Tl("onSelect","select",null,t,n);e.push({event:l,listeners:i}),l.target=Bu}}}}function qu(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var Yu={animationend:qu("Animation","AnimationEnd"),animationiteration:qu("Animation","AnimationIteration"),animationstart:qu("Animation","AnimationStart"),transitionend:qu("Transition","TransitionEnd")},Qu={},Xu={};function Ku(e){if(Qu[e])return Qu[e];if(!Yu[e])return e;var t=Yu[e];for(var n in t)if(t.hasOwnProperty(n)&&n in Xu)return Qu[e]=t[n];return e}G&&(Xu=document.createElement("div").style,"AnimationEvent"in window||(delete Yu.animationend.animation,delete Yu.animationiteration.animation,delete Yu.animationstart.animation),"TransitionEvent"in window||delete Yu.transitionend.transition);var Gu=Ku("animationend"),Zu=Ku("animationiteration"),Ju=Ku("animationstart"),es=Ku("transitionend"),ts=new Map,ns=["abort","auxClick","cancel","canPlay","canPlayThrough","click","close","contextMenu","copy","cut","drag","dragEnd","dragEnter","dragExit","dragLeave","dragOver","dragStart","drop","durationChange","emptied","encrypted","ended","error","gotPointerCapture","input","invalid","keyDown","keyPress","keyUp","load","loadedData","loadedMetadata","loadStart","lostPointerCapture","mouseDown","mouseMove","mouseOut","mouseOver","mouseUp","paste","pause","play","playing","pointerCancel","pointerDown","pointerMove","pointerOut","pointerOver","pointerUp","progress","rateChange","reset","resize","seeked","seeking","stalled","submit","suspend","timeUpdate","touchCancel","touchEnd","touchStart","volumeChange","scroll","toggle","touchMove","waiting","wheel"];function rs(e,t){ts.set(e,t),X(t,[e])}function as(e,t,n,r,a,o,i){var l=ts.get(t);if(void 0!==l){var u=Tl,s=t;switch(t){case"keypress":if(0===yl(r))return;case"keydown":case"keyup":u=Wl;break;case"focusin":s="focus",u=Ml;break;case"focusout":s="blur",u=Ml;break;case"beforeblur":case"afterblur":u=Ml;break;case"click":if(2===r.button)return;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":u=Il;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":u=Dl;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":u=Vl;break;case Gu:case Zu:case Ju:u=Nl;break;case es:u=$l;break;case"scroll":u=Pl;break;case"wheel":u=ql;break;case"copy":case"cut":case"paste":u=Ll;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":u=Hl}var c=0!=(o&sr),d=!c&&"scroll"===t,f=function(e,t,n,r,a,o){for(var i=r?null!==t?t+"Capture":null:t,l=[],u=e,s=null;null!==u;){var c=u,d=c.stateNode;if(c.tag===h&&null!==d&&(s=d,null!==i)){var f=Cr(u,i);null!=f&&l.push(ys(u,f,s))}if(a)break;u=u.return}return l}(n,l,r.type,c,d);if(f.length>0){var p=new u(l,s,null,r,a);e.push({event:p,listeners:f})}}}function os(e,t,n,r,a,o,i){as(e,t,n,r,a,o),0==(o&cr)&&(Eu(e,t,n,r,a),Cu(e,t,n,r,a),function(e,t,n,r,a,o,i){var l=n?Yc(n):window;switch(t){case"focusin":(cu(l)||"true"===l.contentEditable)&&(Bu=l,Wu=n,Hu=null);break;case"focusout":Bu=null,Wu=null,Hu=null;break;case"mousedown":Vu=!0;break;case"contextmenu":case"mouseup":case"dragend":Vu=!1,$u(e,r,a);break;case"selectionchange":if(ju)break;case"keydown":case"keyup":$u(e,r,a)}}(e,t,n,r,a),function(e,t,n,r,a,o,i){iu(e,t,n,r,a),uu(e,t,n,r,a)}(e,t,n,r,a))}!function(){for(var e=0;e<ns.length;e++){var t=ns[e];rs(t.toLowerCase(),"on"+(t[0].toUpperCase()+t.slice(1)))}rs(Gu,"onAnimationEnd"),rs(Zu,"onAnimationIteration"),rs(Ju,"onAnimationStart"),rs("dblclick","onDoubleClick"),rs("focusin","onFocus"),rs("focusout","onBlur"),rs(es,"onTransitionEnd")}(),K("onMouseEnter",["mouseout","mouseover"]),K("onMouseLeave",["mouseout","mouseover"]),K("onPointerEnter",["pointerout","pointerover"]),K("onPointerLeave",["pointerout","pointerover"]),X("onChange",["change","click","focusin","focusout","input","keydown","keyup","selectionchange"]),X("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"]),X("onBeforeInput",["compositionend","keypress","textInput","paste"]),X("onCompositionEnd",["compositionend","focusout","keydown","keypress","keyup","mousedown"]),X("onCompositionStart",["compositionstart","focusout","keydown","keypress","keyup","mousedown"]),X("onCompositionUpdate",["compositionupdate","focusout","keydown","keypress","keyup","mousedown"]);var is=["abort","canplay","canplaythrough","durationchange","emptied","encrypted","ended","error","loadeddata","loadedmetadata","loadstart","pause","play","playing","progress","ratechange","resize","seeked","seeking","stalled","suspend","timeupdate","volumechange","waiting"],ls=new Set(["cancel","close","invalid","load","scroll","toggle"].concat(is));function us(e,t,n){var r=e.type||"unknown-event";e.currentTarget=n,function(e,t,n,r,a,o,i,l,u){if(Fr.apply(this,arguments),Dr){var s=zr();Nr||(Nr=!0,Lr=s)}}(r,t,void 0,e),e.currentTarget=null}function ss(e,t,n){var r;if(n)for(var a=t.length-1;a>=0;a--){var o=t[a],i=o.instance,l=o.currentTarget,u=o.listener;if(i!==r&&e.isPropagationStopped())return;us(e,u,l),r=i}else for(var s=0;s<t.length;s++){var c=t[s],d=c.instance,f=c.currentTarget,p=c.listener;if(d!==r&&e.isPropagationStopped())return;us(e,p,f),r=d}}function cs(e,t){for(var n=0!=(t&sr),r=0;r<e.length;r++){var a=e[r];ss(a.event,a.listeners,n)}!function(){if(Nr){var e=Lr;throw Nr=!1,Lr=null,e}}()}function ds(e,t){ls.has(e)||i('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',e);var n,r,a=(void 0===(r=(n=t)[Uc])&&(r=n[Uc]=new Set),r),o=function(e,t){return e+"__bubble"}(e);a.has(o)||(ms(t,e,ur,!1),a.add(o))}function fs(e,t,n){ls.has(e)&&!t&&i('Did not expect a listenToNativeEvent() call for "%s" in the bubble phase. This is a bug in React. Please file an issue.',e);var r=0;t&&(r|=sr),ms(n,e,r,t)}var ps="_reactListening"+Math.random().toString(36).slice(2);function hs(e){if(!e[ps]){e[ps]=!0,q.forEach((function(t){"selectionchange"!==t&&(ls.has(t)||fs(t,!1,e),fs(t,!0,e))}));var t=e.nodeType===wn?e:e.ownerDocument;null!==t&&(t[ps]||(t[ps]=!0,fs("selectionchange",!1,t)))}}function ms(e,t,n,r,a){var o=function(e,t,n){var r;switch(fl(t)){case Ii:r=ll;break;case Di:r=ul;break;default:r=sl}return r.bind(null,t,n,e)}(e,t,n),i=void 0;Er&&("touchstart"!==t&&"touchmove"!==t&&"wheel"!==t||(i=!0)),r?void 0!==i?function(e,t,n,r){e.addEventListener(t,n,{capture:!0,passive:r})}(e,t,o,i):function(e,t,n){e.addEventListener(t,n,!0)}(e,t,o):void 0!==i?function(e,t,n,r){e.addEventListener(t,n,{passive:r})}(e,t,o,i):function(e,t,n){e.addEventListener(t,n,!1)}(e,t,o)}function gs(e,t){return e===t||e.nodeType===bn&&e.parentNode===t}function vs(e,t,n,r,a){var o=r;if(0==(t&lr)&&0==(t&ur)){var i=a;if(null!==r){var l=r;e:for(;;){if(null===l)return;var u=l.tag;if(u===d||u===f){var s=l.stateNode.containerInfo;if(gs(s,i))break;if(u===f)for(var c=l.return;null!==c;){var p=c.tag;if((p===d||p===f)&&gs(c.stateNode.containerInfo,i))return;c=c.return}for(;null!==s;){var m=$c(s);if(null===m)return;var v=m.tag;if(v===h||v===g){l=o=m;continue e}s=s.parentNode}}l=l.return}}}xr((function(){return function(e,t,n,r,a){var o=[];os(o,e,r,n,fr(n),t),cs(o,t)}(e,t,n,o)}))}function ys(e,t,n){return{instance:e,listener:t,currentTarget:n}}function bs(e,t){for(var n=t+"Capture",r=[],a=e;null!==a;){var o=a,i=o.stateNode;if(o.tag===h&&null!==i){var l=i,u=Cr(a,n);null!=u&&r.unshift(ys(a,u,l));var s=Cr(a,t);null!=s&&r.push(ys(a,s,l))}a=a.return}return r}function ws(e){if(null===e)return null;do{e=e.return}while(e&&e.tag!==h);return e||null}function ks(e,t,n,r,a){for(var o=t._reactName,i=[],l=n;null!==l&&l!==r;){var u=l,s=u.alternate,c=u.stateNode,d=u.tag;if(null!==s&&s===r)break;if(d===h&&null!==c){var f=c;if(a){var p=Cr(l,o);null!=p&&i.unshift(ys(l,p,f))}else if(!a){var m=Cr(l,o);null!=m&&i.push(ys(l,m,f))}}l=l.return}0!==i.length&&e.push({event:t,listeners:i})}var Ss,xs,Cs,Es,Ts,Rs,Ps,_s=!1,Is="dangerouslySetInnerHTML",Ds="suppressContentEditableWarning",Ms="suppressHydrationWarning",Ns="autoFocus",Ls="children",Os="style",Fs="__html";Ss={dialog:!0,webview:!0},xs=function(e,t){Zn(e,t),function(e,t){"input"!==e&&"textarea"!==e&&"select"!==e||null==t||null!==t.value||er||(er=!0,"select"===e&&t.multiple?i("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",e):i("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e))}(e,t),ir(e,t,{registrationNameDependencies:Y,possibleRegistrationNames:Q})},Rs=G&&!document.documentMode,Cs=function(e,t,n){if(!_s){var r=As(n),a=As(t);a!==r&&(_s=!0,i("Prop `%s` did not match. Server: %s Client: %s",e,JSON.stringify(a),JSON.stringify(r)))}},Es=function(e){if(!_s){_s=!0;var t=[];e.forEach((function(e){t.push(e)})),i("Extra attributes from the server: %s",t)}},Ts=function(e,t){!1===t?i("Expected `%s` listener to be a function, instead got `false`.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.",e,e,e):i("Expected `%s` listener to be a function, instead got a value of `%s` type.",e,typeof t)},Ps=function(e,t){var n=e.namespaceURI===sn?e.ownerDocument.createElement(e.tagName):e.ownerDocument.createElementNS(e.namespaceURI,e.tagName);return n.innerHTML=t,n.innerHTML};var zs=/\r\n?/g,Us=/\u0000|\uFFFD/g;function As(e){return ee(t=e)&&(i("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",J(t)),te(t)),("string"==typeof e?e:""+e).replace(zs,"\n").replace(Us,"");var t}function js(e,t,n,r){var a=As(t),o=As(e);if(o!==a&&(r&&(_s||(_s=!0,i('Text content did not match. Server: "%s" Client: "%s"',o,a))),n&&O))throw new Error("Text content does not match server-rendered HTML.")}function Bs(e){return e.nodeType===wn?e:e.ownerDocument}function Ws(){}function Hs(e){e.onclick=Ws}function Vs(e,t,n,r){var a,o=$n(t,n);switch(xs(t,n),t){case"dialog":ds("cancel",e),ds("close",e),a=n;break;case"iframe":case"object":case"embed":ds("load",e),a=n;break;case"video":case"audio":for(var i=0;i<is.length;i++)ds(is[i],e);a=n;break;case"source":ds("error",e),a=n;break;case"img":case"image":case"link":ds("error",e),ds("load",e),a=n;break;case"details":ds("toggle",e),a=n;break;case"input":At(e,n),a=Ut(e,n),ds("invalid",e);break;case"option":Qt(0,n),a=n;break;case"select":nn(e,n),a=tn(0,n),ds("invalid",e);break;case"textarea":on(e,n),a=an(e,n),ds("invalid",e);break;default:a=n}switch(Vn(t,a),function(e,t,n,r,a){for(var o in r)if(r.hasOwnProperty(o)){var i=r[o];if(o===Os)i&&Object.freeze(i),jn(t,i);else if(o===Is){var l=i?i[Fs]:void 0;null!=l&&gn(t,l)}else o===Ls?"string"==typeof i?("textarea"!==e||""!==i)&&Sn(t,i):"number"==typeof i&&Sn(t,""+i):o===Ds||o===Ms||o===Ns||(Y.hasOwnProperty(o)?null!=i&&("function"!=typeof i&&Ts(o,i),"onScroll"===o&&ds("scroll",t)):null!=i&&Pe(t,o,i,a))}}(t,e,0,a,o),t){case"input":It(e),Wt(e,n,!1);break;case"textarea":It(e),un(e);break;case"option":!function(e,t){null!=t.value&&e.setAttribute("value",Ct(Et(t.value)))}(e,n);break;case"select":!function(e,t){var n=e;n.multiple=!!t.multiple;var r=t.value;null!=r?en(n,!!t.multiple,r,!1):null!=t.defaultValue&&en(n,!!t.multiple,t.defaultValue,!0)}(e,n);break;default:"function"==typeof a.onClick&&Hs(e)}}function $s(e,t,n,r,a){xs(t,r);var o,l,u,s,c=null;switch(t){case"input":o=Ut(e,n),l=Ut(e,r),c=[];break;case"select":o=tn(0,n),l=tn(0,r),c=[];break;case"textarea":o=an(e,n),l=an(e,r),c=[];break;default:l=r,"function"!=typeof(o=n).onClick&&"function"==typeof l.onClick&&Hs(e)}Vn(t,l);var d=null;for(u in o)if(!l.hasOwnProperty(u)&&o.hasOwnProperty(u)&&null!=o[u])if(u===Os){var f=o[u];for(s in f)f.hasOwnProperty(s)&&(d||(d={}),d[s]="")}else u===Is||u===Ls||u===Ds||u===Ms||u===Ns||(Y.hasOwnProperty(u)?c||(c=[]):(c=c||[]).push(u,null));for(u in l){var p=l[u],h=null!=o?o[u]:void 0;if(l.hasOwnProperty(u)&&p!==h&&(null!=p||null!=h))if(u===Os)if(p&&Object.freeze(p),h){for(s in h)!h.hasOwnProperty(s)||p&&p.hasOwnProperty(s)||(d||(d={}),d[s]="");for(s in p)p.hasOwnProperty(s)&&h[s]!==p[s]&&(d||(d={}),d[s]=p[s])}else d||(c||(c=[]),c.push(u,d)),d=p;else if(u===Is){var m=p?p[Fs]:void 0,g=h?h[Fs]:void 0;null!=m&&g!==m&&(c=c||[]).push(u,m)}else u===Ls?"string"!=typeof p&&"number"!=typeof p||(c=c||[]).push(u,""+p):u===Ds||u===Ms||(Y.hasOwnProperty(u)?(null!=p&&("function"!=typeof p&&Ts(u,p),"onScroll"===u&&ds("scroll",e)),c||h===p||(c=[])):(c=c||[]).push(u,p))}return d&&(function(e,t){if(t){var n,r=Bn(e),a=Bn(t),o={};for(var l in r){var u=r[l],s=a[l];if(s&&u!==s){var c=u+","+s;if(o[c])continue;o[c]=!0,i("%s a style property during rerender (%s) when a conflicting property is set (%s) can lead to styling bugs. To avoid this, don't mix shorthand and non-shorthand properties for the same value; instead, replace the shorthand with separate values.",null==(n=e[u])||"boolean"==typeof n||""===n?"Removing":"Updating",u,s)}}}}(d,l[Os]),(c=c||[]).push(Os,d)),c}function qs(e,t,n,r,a){switch("input"===n&&"radio"===a.type&&null!=a.name&&jt(e,a),$n(n,r),function(e,t,n,r){for(var a=0;a<t.length;a+=2){var o=t[a],i=t[a+1];o===Os?jn(e,i):o===Is?gn(e,i):o===Ls?Sn(e,i):Pe(e,o,i,r)}}(e,t,0,$n(n,a)),n){case"input":Bt(e,a);break;case"textarea":ln(e,a);break;case"select":!function(e,t){var n=e,r=n._wrapperState.wasMultiple;n._wrapperState.wasMultiple=!!t.multiple;var a=t.value;null!=a?en(n,!!t.multiple,a,!1):r!==!!t.multiple&&(null!=t.defaultValue?en(n,!!t.multiple,t.defaultValue,!0):en(n,!!t.multiple,t.multiple?[]:"",!1))}(e,a)}}function Ys(e,t){_s||(_s=!0,i("Did not expect server HTML to contain a <%s> in <%s>.",t.nodeName.toLowerCase(),e.nodeName.toLowerCase()))}function Qs(e,t){_s||(_s=!0,i('Did not expect server HTML to contain the text node "%s" in <%s>.',t.nodeValue,e.nodeName.toLowerCase()))}function Xs(e,t,n){_s||(_s=!0,i("Expected server HTML to contain a matching <%s> in <%s>.",t,e.nodeName.toLowerCase()))}function Ks(e,t){""!==t&&(_s||(_s=!0,i('Expected server HTML to contain a matching text node for "%s" in <%s>.',t,e.nodeName.toLowerCase())))}var Gs=function(){},Zs=function(){},Js=["address","applet","area","article","aside","base","basefont","bgsound","blockquote","body","br","button","caption","center","col","colgroup","dd","details","dir","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","img","input","isindex","li","link","listing","main","marquee","menu","menuitem","meta","nav","noembed","noframes","noscript","object","ol","p","param","plaintext","pre","script","section","select","source","style","summary","table","tbody","td","template","textarea","tfoot","th","thead","title","tr","track","ul","wbr","xmp"],ec=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],tc=ec.concat(["button"]),nc=["dd","dt","li","option","optgroup","p","rp","rt"],rc={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null};Zs=function(e,t){var n=Ze({},e||rc),r={tag:t};return-1!==ec.indexOf(t)&&(n.aTagInScope=null,n.buttonTagInScope=null,n.nobrTagInScope=null),-1!==tc.indexOf(t)&&(n.pTagInButtonScope=null),-1!==Js.indexOf(t)&&"address"!==t&&"div"!==t&&"p"!==t&&(n.listItemTagAutoclosing=null,n.dlItemTagAutoclosing=null),n.current=r,"form"===t&&(n.formTag=r),"a"===t&&(n.aTagInScope=r),"button"===t&&(n.buttonTagInScope=r),"nobr"===t&&(n.nobrTagInScope=r),"p"===t&&(n.pTagInButtonScope=r),"li"===t&&(n.listItemTagAutoclosing=r),"dd"!==t&&"dt"!==t||(n.dlItemTagAutoclosing=r),n};var ac={};Gs=function(e,t,n){var r=(n=n||rc).current,a=r&&r.tag;null!=t&&(null!=e&&i("validateDOMNesting: when childText is passed, childTag should be null"),e="#text");var o=function(e,t){switch(t){case"select":return"option"===e||"optgroup"===e||"#text"===e;case"optgroup":return"option"===e||"#text"===e;case"option":return"#text"===e;case"tr":return"th"===e||"td"===e||"style"===e||"script"===e||"template"===e;case"tbody":case"thead":case"tfoot":return"tr"===e||"style"===e||"script"===e||"template"===e;case"colgroup":return"col"===e||"template"===e;case"table":return"caption"===e||"colgroup"===e||"tbody"===e||"tfoot"===e||"thead"===e||"style"===e||"script"===e||"template"===e;case"head":return"base"===e||"basefont"===e||"bgsound"===e||"link"===e||"meta"===e||"title"===e||"noscript"===e||"noframes"===e||"style"===e||"script"===e||"template"===e;case"html":return"head"===e||"body"===e||"frameset"===e;case"frameset":return"frame"===e;case"#document":return"html"===e}switch(e){case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return"h1"!==t&&"h2"!==t&&"h3"!==t&&"h4"!==t&&"h5"!==t&&"h6"!==t;case"rp":case"rt":return-1===nc.indexOf(t);case"body":case"caption":case"col":case"colgroup":case"frameset":case"frame":case"head":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return null==t}return!0}(e,a)?null:r,l=o?null:function(e,t){switch(e){case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"main":case"menu":case"nav":case"ol":case"p":case"section":case"summary":case"ul":case"pre":case"listing":case"table":case"hr":case"xmp":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t.pTagInButtonScope;case"form":return t.formTag||t.pTagInButtonScope;case"li":return t.listItemTagAutoclosing;case"dd":case"dt":return t.dlItemTagAutoclosing;case"button":return t.buttonTagInScope;case"a":return t.aTagInScope;case"nobr":return t.nobrTagInScope}return null}(e,n),u=o||l;if(u){var s=u.tag,c=!!o+"|"+e+"|"+s;if(!ac[c]){ac[c]=!0;var d=e,f="";if("#text"===e?/\S/.test(t)?d="Text nodes":(d="Whitespace text nodes",f=" Make sure you don't have any extra whitespace between tags on each line of your source code."):d="<"+e+">",o){var p="";"table"===s&&"tr"===e&&(p+=" Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser."),i("validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s",d,s,f,p)}else i("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",d,s)}}};var oc="suppressHydrationWarning",ic="$",lc="/$",uc="$?",sc="$!",cc="style",dc=null,fc=null;function pc(e){var t;return dc=ol,t=Fu(),fc={focusedElem:t,selectionRange:zu(t)?Au(t):null},il(!1),null}function hc(e,t,n,r,a){var o=r;if(Gs(e,null,o.ancestorInfo),"string"==typeof t.children||"number"==typeof t.children){var l=""+t.children,u=Zs(o.ancestorInfo,e);Gs(null,l,u)}var s=function(e,t,n,r){var a,o,l=Bs(n),u=r;if(u===sn&&(u=fn(e)),u===sn){if((a=$n(e,t))||e===e.toLowerCase()||i("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",e),"script"===e){var s=l.createElement("div");s.innerHTML="<script><\/script>";var c=s.firstChild;o=s.removeChild(c)}else if("string"==typeof t.is)o=l.createElement(e,{is:t.is});else if(o=l.createElement(e),"select"===e){var d=o;t.multiple?d.multiple=!0:t.size&&(d.size=t.size)}}else o=l.createElementNS(u,e);return u===sn&&(a||"[object HTMLUnknownElement]"!==Object.prototype.toString.call(o)||Z.call(Ss,e)||(Ss[e]=!0,i("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.",e))),o}(e,t,n,o.namespace);return Bc(a,s),Xc(s,t),s}function mc(e,t){return"textarea"===e||"noscript"===e||"string"==typeof t.children||"number"==typeof t.children||"object"==typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}function gc(e,t,n,r){Gs(null,e,n.ancestorInfo);var a=function(e,t){return Bs(t).createTextNode(e)}(e,t);return Bc(r,a),a}var vc="function"==typeof setTimeout?setTimeout:void 0,yc="function"==typeof clearTimeout?clearTimeout:void 0,bc=-1,wc="function"==typeof Promise?Promise:void 0,kc="function"==typeof queueMicrotask?queueMicrotask:void 0!==wc?function(e){return wc.resolve(null).then(e).catch(Sc)}:vc;function Sc(e){setTimeout((function(){throw e}))}function xc(e){Sn(e,"")}function Cc(e,t){var n=t,r=0;do{var a=n.nextSibling;if(e.removeChild(n),a&&a.nodeType===bn){var o=a.data;if(o===lc){if(0===r)return e.removeChild(a),void rl(t);r--}else o!==ic&&o!==uc&&o!==sc||r++}n=a}while(n);rl(t)}function Ec(e){var t=e.style;"function"==typeof t.setProperty?t.setProperty("display","none","important"):t.display="none"}function Tc(e,t){var n=t[cc],r=null!=n&&n.hasOwnProperty("display")?n.display:null;e.style.display=Tn("display",r)}function Rc(e,t){e.nodeValue=t}function Pc(e){return e.data===uc}function _c(e){return e.data===sc}function Ic(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(t===vn||t===yn)break;if(t===bn){var n=e.data;if(n===ic||n===sc||n===uc)break;if(n===lc)return null}}return e}function Dc(e){return Ic(e.nextSibling)}function Mc(e,t,n,r,a,o,i){return Bc(o,e),Xc(e,n),function(e,t,n,r,a,o,i){var l,u;switch(l=$n(t,n),xs(t,n),t){case"dialog":ds("cancel",e),ds("close",e);break;case"iframe":case"object":case"embed":ds("load",e);break;case"video":case"audio":for(var s=0;s<is.length;s++)ds(is[s],e);break;case"source":ds("error",e);break;case"img":case"image":case"link":ds("error",e),ds("load",e);break;case"details":ds("toggle",e);break;case"input":At(e,n),ds("invalid",e);break;case"option":Qt(0,n);break;case"select":nn(e,n),ds("invalid",e);break;case"textarea":on(e,n),ds("invalid",e)}Vn(t,n),u=new Set;for(var c=e.attributes,d=0;d<c.length;d++)switch(c[d].name.toLowerCase()){case"value":case"checked":case"selected":break;default:u.add(c[d].name)}var f,p=null;for(var h in n)if(n.hasOwnProperty(h)){var m=n[h];if(h===Ls)"string"==typeof m?e.textContent!==m&&(!0!==n[Ms]&&js(e.textContent,m,o,i),p=[Ls,m]):"number"==typeof m&&e.textContent!==""+m&&(!0!==n[Ms]&&js(e.textContent,m,o,i),p=[Ls,""+m]);else if(Y.hasOwnProperty(h))null!=m&&("function"!=typeof m&&Ts(h,m),"onScroll"===h&&ds("scroll",e));else if(i&&"boolean"==typeof l){var g=void 0,v=l&&B?null:ye(h);if(!0===n[Ms]);else if(h===Ds||h===Ms||"value"===h||"checked"===h||"selected"===h);else if(h===Is){var y=e.innerHTML,b=m?m[Fs]:void 0;if(null!=b){var w=Ps(e,b);w!==y&&Cs(h,y,w)}}else if(h===Os){if(u.delete(h),Rs){var k=An(m);k!==(g=e.getAttribute("style"))&&Cs(h,g,k)}}else if(l&&!B)u.delete(h.toLowerCase()),m!==(g=Re(e,h,m))&&Cs(h,g,m);else if(!me(h,v,l)&&!ve(h,m,v,l)){var S=!1;if(null!==v)u.delete(v.attributeName),g=Te(e,h,m,v);else{var x=r;if(x===sn&&(x=fn(t)),x===sn)u.delete(h.toLowerCase());else{var C=(f=void 0,f=h.toLowerCase(),qn.hasOwnProperty(f)&&qn[f]||null);null!==C&&C!==h&&(S=!0,u.delete(C)),u.delete(h)}g=Re(e,h,m)}B||m===g||S||Cs(h,g,m)}}}switch(i&&u.size>0&&!0!==n[Ms]&&Es(u),t){case"input":It(e),Wt(e,n,!0);break;case"textarea":It(e),un(e);break;case"select":case"option":break;default:"function"==typeof n.onClick&&Hs(e)}return p}(e,t,n,a.namespace,0,(o.mode&oo)!==ao,i)}function Nc(e){for(var t=e.previousSibling,n=0;t;){if(t.nodeType===bn){var r=t.data;if(r===ic||r===sc||r===uc){if(0===n)return t;n--}else r===lc&&n++}t=t.previousSibling}return null}var Lc=Math.random().toString(36).slice(2),Oc="__reactFiber$"+Lc,Fc="__reactProps$"+Lc,zc="__reactContainer$"+Lc,Uc="__reactEvents$"+Lc,Ac="__reactListeners$"+Lc,jc="__reactHandles$"+Lc;function Bc(e,t){t[Oc]=e}function Wc(e,t){t[zc]=e}function Hc(e){e[zc]=null}function Vc(e){return!!e[zc]}function $c(e){var t=e[Oc];if(t)return t;for(var n=e.parentNode;n;){if(t=n[zc]||n[Oc]){var r=t.alternate;if(null!==t.child||null!==r&&null!==r.child)for(var a=Nc(e);null!==a;){var o=a[Oc];if(o)return o;a=Nc(a)}return t}n=(e=n).parentNode}return null}function qc(e){var t=e[Oc]||e[zc];return!t||t.tag!==h&&t.tag!==g&&t.tag!==x&&t.tag!==d?null:t}function Yc(e){if(e.tag===h||e.tag===g)return e.stateNode;throw new Error("getNodeFromInstance: Invalid argument.")}function Qc(e){return e[Fc]||null}function Xc(e,t){e[Fc]=t}var Kc={},Gc=r.ReactDebugCurrentFrame;function Zc(e){if(e){var t=e._owner,n=st(e.type,e._source,t?t.type:null);Gc.setExtraStackFrame(n)}else Gc.setExtraStackFrame(null)}function Jc(e,t,n,r,a){var o=Function.call.bind(Z);for(var l in e)if(o(e,l)){var u=void 0;try{if("function"!=typeof e[l]){var s=Error((r||"React class")+": "+n+" type `"+l+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[l]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw s.name="Invariant Violation",s}u=e[l](t,l,r,n,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(e){u=e}!u||u instanceof Error||(Zc(a),i("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",r||"React class",n,l,typeof u),Zc(null)),u instanceof Error&&!(u.message in Kc)&&(Kc[u.message]=!0,Zc(a),i("Failed %s type: %s",n,u.message),Zc(null))}}var ed,td=[];ed=[];var nd,rd=-1;function ad(e){return{current:e}}function od(e,t){rd<0?i("Unexpected pop."):(t!==ed[rd]&&i("Unexpected Fiber popped."),e.current=td[rd],td[rd]=null,ed[rd]=null,rd--)}function id(e,t,n){rd++,td[rd]=e.current,ed[rd]=n,e.current=t}nd={};var ld={};Object.freeze(ld);var ud=ad(ld),sd=ad(!1),cd=ld;function dd(e,t,n){return n&&md(t)?cd:ud.current}function fd(e,t,n){var r=e.stateNode;r.__reactInternalMemoizedUnmaskedChildContext=t,r.__reactInternalMemoizedMaskedChildContext=n}function pd(e,t){var n=e.type.contextTypes;if(!n)return ld;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var a={};for(var o in n)a[o]=t[o];return Jc(n,a,"context",mt(e)||"Unknown"),r&&fd(e,t,a),a}function hd(){return sd.current}function md(e){return null!=e.childContextTypes}function gd(e){od(sd,e),od(ud,e)}function vd(e){od(sd,e),od(ud,e)}function yd(e,t,n){if(ud.current!==ld)throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");id(ud,t,e),id(sd,n,e)}function bd(e,t,n){var r=e.stateNode,a=t.childContextTypes;if("function"!=typeof r.getChildContext){var o=mt(e)||"Unknown";return nd[o]||(nd[o]=!0,i("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",o,o)),n}var l=r.getChildContext();for(var u in l)if(!(u in a))throw new Error((mt(e)||"Unknown")+'.getChildContext(): key "'+u+'" is not defined in childContextTypes.');return Jc(a,l,"child context",mt(e)||"Unknown"),Ze({},n,l)}function wd(e){var t=e.stateNode,n=t&&t.__reactInternalMemoizedMergedChildContext||ld;return cd=ud.current,id(ud,n,e),id(sd,sd.current,e),!0}function kd(e,t,n){var r=e.stateNode;if(!r)throw new Error("Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue.");if(n){var a=bd(e,t,cd);r.__reactInternalMemoizedMergedChildContext=a,od(sd,e),od(ud,e),id(ud,a,e),id(sd,n,e)}else od(sd,e),id(sd,n,e)}function Sd(e){if(!function(e){return va(e)===e}(e)||e.tag!==s)throw new Error("Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.");var t=e;do{switch(t.tag){case d:return t.stateNode.context;case s:if(md(t.type))return t.stateNode.__reactInternalMemoizedMergedChildContext}t=t.return}while(null!==t);throw new Error("Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue.")}var xd=0,Cd=1,Ed=null,Td=!1,Rd=!1;function Pd(e){null===Ed?Ed=[e]:Ed.push(e)}function _d(){Td&&Id()}function Id(){if(!Rd&&null!==Ed){Rd=!0;var e=0,t=Oi();try{var n=Ed;for(Fi(Ii);e<n.length;e++){var r=n[e];do{r=r(!0)}while(null!==r)}Ed=null,Td=!1}catch(t){throw null!==Ed&&(Ed=Ed.slice(e+1)),Ta(Ma,Id),t}finally{Fi(t),Rd=!1}}return null}var Dd=[],Md=0,Nd=null,Ld=0,Od=[],Fd=0,zd=null,Ud=1,Ad="";function jd(){var e,t=Ad;return(Ud&(e=Ud,~(1<<Vd(e)-1))).toString(32)+t}function Bd(e,t){qd(),Dd[Md++]=Ld,Dd[Md++]=Nd,Nd=e,Ld=t}function Wd(e,t,n){qd(),Od[Fd++]=Ud,Od[Fd++]=Ad,Od[Fd++]=zd,zd=e;var r=Ud,a=Ad,o=Vd(r)-1,i=r&~(1<<o),l=n+1,u=Vd(t)+o;if(u>30){var s=o-o%5,c=(i&(1<<s)-1).toString(32),d=i>>s,f=o-s,p=Vd(t)+f;Ud=1<<p|l<<f|d,Ad=c+a}else Ud=1<<u|l<<o|i,Ad=a}function Hd(e){qd(),null!==e.return&&(Bd(e,1),Wd(e,1,0))}function Vd(e){return 32-so(e)}function $d(e){for(;e===Nd;)Nd=Dd[--Md],Dd[Md]=null,Ld=Dd[--Md],Dd[Md]=null;for(;e===zd;)zd=Od[--Fd],Od[Fd]=null,Ad=Od[--Fd],Od[Fd]=null,Ud=Od[--Fd],Od[Fd]=null}function qd(){bf()||i("Expected to be hydrating. This is a bug in React. Please file an issue.")}var Yd=null,Qd=null,Xd=!1,Kd=!1,Gd=null;function Zd(){Xd&&i("We should not be hydrating here. This is a bug in React. Please file a bug.")}function Jd(){Kd=!0}function ef(e){var t=e.stateNode.containerInfo;return Qd=Ic(t.firstChild),Yd=e,Xd=!0,Gd=null,Kd=!1,!0}function tf(e,t,n){return Qd=Ic(t.nextSibling),Yd=e,Xd=!0,Gd=null,Kd=!1,null!==n&&function(e,t){qd(),Od[Fd++]=Ud,Od[Fd++]=Ad,Od[Fd++]=zd,Ud=t.id,Ad=t.overflow,zd=e}(e,n),!0}function nf(e,t){switch(e.tag){case d:!function(e,t){t.nodeType===vn?Ys(e,t):t.nodeType===bn||Qs(e,t)}(e.stateNode.containerInfo,t);break;case h:var n=(e.mode&oo)!==ao;!function(e,t,n,r,a){(a||!0!==t[oc])&&(r.nodeType===vn?Ys(n,r):r.nodeType===bn||Qs(n,r))}(e.type,e.memoizedProps,e.stateNode,t,n);break;case x:var r=e.memoizedState;null!==r.dehydrated&&function(e,t){var n=e.parentNode;null!==n&&(t.nodeType===vn?Ys(n,t):t.nodeType===bn||Qs(n,t))}(r.dehydrated,t)}}function rf(e,t){nf(e,t);var n,r=((n=lk(h,null,null,ao)).elementType="DELETED",n);r.stateNode=t,r.return=e;var a=e.deletions;null===a?(e.deletions=[r],e.flags|=Hr):a.push(r)}function af(e,t){if(!Kd)switch(e.tag){case d:var n=e.stateNode.containerInfo;switch(t.tag){case h:var r=t.type;t.pendingProps,function(e,t,n){Xs(e,t)}(n,r);break;case g:!function(e,t){Ks(e,t)}(n,t.pendingProps)}break;case h:e.type;var a=e.memoizedProps,o=e.stateNode;switch(t.tag){case h:var i=t.type;t.pendingProps,function(e,t,n,r,a,o){(o||!0!==t[oc])&&Xs(n,r)}(0,a,o,i,0,(e.mode&oo)!==ao);break;case g:!function(e,t,n,r,a){(a||!0!==t[oc])&&Ks(n,r)}(0,a,o,t.pendingProps,(e.mode&oo)!==ao)}break;case x:var l=e.memoizedState.dehydrated;if(null!==l)switch(t.tag){case h:var u=t.type;t.pendingProps,function(e,t,n){var r=e.parentNode;null!==r&&Xs(r,t)}(l,u);break;case g:!function(e,t){var n=e.parentNode;null!==n&&Ks(n,t)}(l,t.pendingProps)}break;default:return}}function of(e,t){t.flags=t.flags&~Gr|Br,af(e,t)}function lf(e,t){switch(e.tag){case h:var n=e.type;e.pendingProps;var r=function(e,t,n){return e.nodeType!==vn||t.toLowerCase()!==e.nodeName.toLowerCase()?null:e}(t,n);return null!==r&&(e.stateNode=r,Yd=e,Qd=Ic(r.firstChild),!0);case g:var a=function(e,t){return""===t||e.nodeType!==yn?null:e}(t,e.pendingProps);return null!==a&&(e.stateNode=a,Yd=e,Qd=null,!0);case x:var o=function(e){return e.nodeType!==bn?null:e}(t);if(null!==o){var i={dehydrated:o,treeContext:(qd(),null!==zd?{id:Ud,overflow:Ad}:null),retryLane:Ko};e.memoizedState=i;var l=function(e){var t=lk(P,null,null,ao);return t.stateNode=e,t}(o);return l.return=e,e.child=l,Yd=e,Qd=null,!0}return!1;default:return!1}}function uf(e){return(e.mode&oo)!==ao&&(e.flags&qr)===Ar}function sf(e){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function cf(e){if(Xd){var t=Qd;if(!t)return uf(e)&&(af(Yd,e),sf()),of(Yd,e),Xd=!1,void(Yd=e);var n=t;if(!lf(e,t)){uf(e)&&(af(Yd,e),sf()),t=Dc(n);var r=Yd;if(!t||!lf(e,t))return of(Yd,e),Xd=!1,void(Yd=e);rf(r,n)}}}function df(e){var t=e.stateNode,n=e.memoizedProps,r=function(e,t,n,r){return Bc(n,e),n.mode,function(e,t,n){return e.nodeValue!==t}(e,t)}(t,n,e);if(r){var a=Yd;if(null!==a)switch(a.tag){case d:a.stateNode.containerInfo,function(e,t,n,r){js(t.nodeValue,n,r,!0)}(0,t,n,(a.mode&oo)!==ao);break;case h:a.type;var o=a.memoizedProps;a.stateNode,function(e,t,n,r,a,o){!0!==t[oc]&&js(r.nodeValue,a,o,!0)}(0,o,0,t,n,(a.mode&oo)!==ao)}}return r}function ff(e){var t=e.memoizedState,n=null!==t?t.dehydrated:null;if(!n)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");!function(e,t){Bc(t,e)}(n,e)}function pf(e){var t=e.memoizedState,n=null!==t?t.dehydrated:null;if(!n)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");return function(e){for(var t=e.nextSibling,n=0;t;){if(t.nodeType===bn){var r=t.data;if(r===lc){if(0===n)return Dc(t);n--}else r!==ic&&r!==sc&&r!==uc||n++}t=t.nextSibling}return null}(n)}function hf(e){for(var t=e.return;null!==t&&t.tag!==h&&t.tag!==d&&t.tag!==x;)t=t.return;Yd=t}function mf(e){if(e!==Yd)return!1;if(!Xd)return hf(e),Xd=!0,!1;if(e.tag!==d&&(e.tag!==h||"head"!==(n=e.type)&&"body"!==n&&!mc(e.type,e.memoizedProps))){var t=Qd;if(t)if(uf(e))gf(e),sf();else for(;t;)rf(e,t),t=Dc(t)}var n;return hf(e),Qd=e.tag===x?pf(e):Yd?Dc(e.stateNode):null,!0}function gf(e){for(var t=Qd;t;)nf(e,t),t=Dc(t)}function vf(){Yd=null,Qd=null,Xd=!1,Kd=!1}function yf(){null!==Gd&&(rw(Gd),Gd=null)}function bf(){return Xd}function wf(e){null===Gd?Gd=[e]:Gd.push(e)}var kf=r.ReactCurrentBatchConfig,Sf=null,xf={recordUnsafeLifecycleWarnings:function(e,t){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(e,t){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}},Cf=function(e){var t=[];return e.forEach((function(e){t.push(e)})),t.sort().join(", ")},Ef=[],Tf=[],Rf=[],Pf=[],_f=[],If=[],Df=new Set;xf.recordUnsafeLifecycleWarnings=function(e,t){Df.has(e.type)||("function"==typeof t.componentWillMount&&!0!==t.componentWillMount.__suppressDeprecationWarning&&Ef.push(e),e.mode&lo&&"function"==typeof t.UNSAFE_componentWillMount&&Tf.push(e),"function"==typeof t.componentWillReceiveProps&&!0!==t.componentWillReceiveProps.__suppressDeprecationWarning&&Rf.push(e),e.mode&lo&&"function"==typeof t.UNSAFE_componentWillReceiveProps&&Pf.push(e),"function"==typeof t.componentWillUpdate&&!0!==t.componentWillUpdate.__suppressDeprecationWarning&&_f.push(e),e.mode&lo&&"function"==typeof t.UNSAFE_componentWillUpdate&&If.push(e))},xf.flushPendingUnsafeLifecycleWarnings=function(){var e=new Set;Ef.length>0&&(Ef.forEach((function(t){e.add(mt(t)||"Component"),Df.add(t.type)})),Ef=[]);var t=new Set;Tf.length>0&&(Tf.forEach((function(e){t.add(mt(e)||"Component"),Df.add(e.type)})),Tf=[]);var n=new Set;Rf.length>0&&(Rf.forEach((function(e){n.add(mt(e)||"Component"),Df.add(e.type)})),Rf=[]);var r=new Set;Pf.length>0&&(Pf.forEach((function(e){r.add(mt(e)||"Component"),Df.add(e.type)})),Pf=[]);var a=new Set;_f.length>0&&(_f.forEach((function(e){a.add(mt(e)||"Component"),Df.add(e.type)})),_f=[]);var l=new Set;If.length>0&&(If.forEach((function(e){l.add(mt(e)||"Component"),Df.add(e.type)})),If=[]),t.size>0&&i("Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move code with side effects to componentDidMount, and set initial state in the constructor.\n\nPlease update the following components: %s",Cf(t)),r.size>0&&i("Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move data fetching code or side effects to componentDidUpdate.\n* If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state\n\nPlease update the following components: %s",Cf(r)),l.size>0&&i("Using UNSAFE_componentWillUpdate in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move data fetching code or side effects to componentDidUpdate.\n\nPlease update the following components: %s",Cf(l)),e.size>0&&o("componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move code with side effects to componentDidMount, and set initial state in the constructor.\n* Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.\n\nPlease update the following components: %s",Cf(e)),n.size>0&&o("componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move data fetching code or side effects to componentDidUpdate.\n* If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state\n* Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.\n\nPlease update the following components: %s",Cf(n)),a.size>0&&o("componentWillUpdate has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move data fetching code or side effects to componentDidUpdate.\n* Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.\n\nPlease update the following components: %s",Cf(a))};var Mf,Nf,Lf,Of,Ff,zf,Uf=new Map,Af=new Set;function jf(e,t,n){var r,a,o,l=n.ref;if(null!==l&&"function"!=typeof l&&"object"!=typeof l){if((e.mode&lo||W)&&(!n._owner||!n._self||n._owner.stateNode===n._self)&&(!n._owner||n._owner.tag===s)&&("function"!=typeof n.type||(r=n.type).prototype&&r.prototype.isReactComponent)&&n._owner){var u=mt(e)||"Component";Lf[u]||(i('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. We recommend using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',u,l),Lf[u]=!0)}if(n._owner){var c,d=n._owner;if(d){var f=d;if(f.tag!==s)throw new Error("Function components cannot have string refs. We recommend using useRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref");c=f.stateNode}if(!c)throw new Error("Missing owner for string ref "+l+". This error is likely caused by a bug in React. Please file an issue.");var p=c;o="ref",ee(a=l)&&(i("The provided `%s` prop is an unsupported type %s. This value must be coerced to a string before before using it here.",o,J(a)),te(a));var h=""+l;if(null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===h)return t.ref;var m=function(e){var t=p.refs;null===e?delete t[h]:t[h]=e};return m._stringRef=h,m}if("string"!=typeof l)throw new Error("Expected ref to be a function, a string, an object returned by React.createRef(), or null.");if(!n._owner)throw new Error("Element ref was specified as a string ("+l+") but no owner was set. This could happen for one of the following reasons:\n1. You may be adding a ref to a function component\n2. You may be adding a ref to a component that was not created inside a component's render method\n3. You have multiple copies of React loaded\nSee https://reactjs.org/link/refs-must-have-owner for more information.")}return l}function Bf(e,t){var n=Object.prototype.toString.call(t);throw new Error("Objects are not valid as a React child (found: "+("[object Object]"===n?"object with keys {"+Object.keys(t).join(", ")+"}":n)+"). If you meant to render a collection of children, use an array instead.")}function Wf(e){var t=mt(e)||"Component";Ff[t]||(Ff[t]=!0,i("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it."))}function Hf(e){var t=e._payload;return(0,e._init)(t)}function Vf(e){function t(t,n){if(e){var r=t.deletions;null===r?(t.deletions=[n],t.flags|=Hr):r.push(n)}}function n(n,r){if(!e)return null;for(var a=r;null!==a;)t(n,a),a=a.sibling;return null}function r(e,t){for(var n=new Map,r=t;null!==r;)null!==r.key?n.set(r.key,r):n.set(r.index,r),r=r.sibling;return n}function a(e,t){var n=sk(e,t);return n.index=0,n.sibling=null,n}function o(t,n,r){if(t.index=r,!e)return t.flags|=oa,n;var a=t.alternate;if(null!==a){var o=a.index;return o<n?(t.flags|=Br,n):o}return t.flags|=Br,n}function l(t){return e&&null===t.alternate&&(t.flags|=Br),t}function u(e,t,n,r){if(null===t||t.tag!==g){var o=mk(n,e.mode,r);return o.return=e,o}var i=a(t,n);return i.return=e,i}function s(e,t,n,r){var o=n.type;if(o===De)return d(e,t,n.props.children,r,n.key);if(null!==t&&(t.elementType===o||Gw(t,n)||"object"==typeof o&&null!==o&&o.$$typeof===je&&Hf(o)===t.type)){var i=a(t,n.props);return i.ref=jf(e,t,n),i.return=e,i._debugSource=n._source,i._debugOwner=n._owner,i}var l=fk(n,e.mode,r);return l.ref=jf(e,t,n),l.return=e,l}function c(e,t,n,r){if(null===t||t.tag!==f||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation){var o=gk(n,e.mode,r);return o.return=e,o}var i=a(t,n.children||[]);return i.return=e,i}function d(e,t,n,r,o){if(null===t||t.tag!==v){var i=pk(n,e.mode,r,o);return i.return=e,i}var l=a(t,n);return l.return=e,l}function p(e,t,n){if("string"==typeof t&&""!==t||"number"==typeof t){var r=mk(""+t,e.mode,n);return r.return=e,r}if("object"==typeof t&&null!==t){switch(t.$$typeof){case _e:var a=fk(t,e.mode,n);return a.ref=jf(e,null,t),a.return=e,a;case Ie:var o=gk(t,e.mode,n);return o.return=e,o;case je:var i=t._payload;return p(e,(0,t._init)(i),n)}if(Gt(t)||Ve(t)){var l=pk(t,e.mode,n,null);return l.return=e,l}Bf(0,t)}return"function"==typeof t&&Wf(e),null}function h(e,t,n,r){var a=null!==t?t.key:null;if("string"==typeof n&&""!==n||"number"==typeof n)return null!==a?null:u(e,t,""+n,r);if("object"==typeof n&&null!==n){switch(n.$$typeof){case _e:return n.key===a?s(e,t,n,r):null;case Ie:return n.key===a?c(e,t,n,r):null;case je:var o=n._payload;return h(e,t,(0,n._init)(o),r)}if(Gt(n)||Ve(n))return null!==a?null:d(e,t,n,r,null);Bf(0,n)}return"function"==typeof n&&Wf(e),null}function m(e,t,n,r,a){if("string"==typeof r&&""!==r||"number"==typeof r)return u(t,e.get(n)||null,""+r,a);if("object"==typeof r&&null!==r){switch(r.$$typeof){case _e:return s(t,e.get(null===r.key?n:r.key)||null,r,a);case Ie:return c(t,e.get(null===r.key?n:r.key)||null,r,a);case je:var o=r._payload;return m(e,t,n,(0,r._init)(o),a)}if(Gt(r)||Ve(r))return d(t,e.get(n)||null,r,a,null);Bf(0,r)}return"function"==typeof r&&Wf(t),null}function y(e,t,n){if("object"!=typeof e||null===e)return t;switch(e.$$typeof){case _e:case Ie:zf(e,n);var r=e.key;if("string"!=typeof r)break;if(null===t){(t=new Set).add(r);break}if(!t.has(r)){t.add(r);break}i("Encountered two children with the same key, `%s`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.",r);break;case je:var a=e._payload;y((0,e._init)(a),t,n)}return t}return function u(s,c,d,b){if("object"==typeof d&&null!==d&&d.type===De&&null===d.key&&(d=d.props.children),"object"==typeof d&&null!==d){switch(d.$$typeof){case _e:return l(function(e,r,o,i){for(var l=o.key,u=r;null!==u;){if(u.key===l){var s=o.type;if(s===De){if(u.tag===v){n(e,u.sibling);var c=a(u,o.props.children);return c.return=e,c._debugSource=o._source,c._debugOwner=o._owner,c}}else if(u.elementType===s||Gw(u,o)||"object"==typeof s&&null!==s&&s.$$typeof===je&&Hf(s)===u.type){n(e,u.sibling);var d=a(u,o.props);return d.ref=jf(e,u,o),d.return=e,d._debugSource=o._source,d._debugOwner=o._owner,d}n(e,u);break}t(e,u),u=u.sibling}if(o.type===De){var f=pk(o.props.children,e.mode,i,o.key);return f.return=e,f}var p=fk(o,e.mode,i);return p.ref=jf(e,r,o),p.return=e,p}(s,c,d,b));case Ie:return l(function(e,r,o,i){for(var l=o.key,u=r;null!==u;){if(u.key===l){if(u.tag===f&&u.stateNode.containerInfo===o.containerInfo&&u.stateNode.implementation===o.implementation){n(e,u.sibling);var s=a(u,o.children||[]);return s.return=e,s}n(e,u);break}t(e,u),u=u.sibling}var c=gk(o,e.mode,i);return c.return=e,c}(s,c,d,b));case je:var w=d._payload;return u(s,c,(0,d._init)(w),b)}if(Gt(d))return function(a,i,l,u){for(var s=null,c=0;c<l.length;c++)s=y(l[c],s,a);for(var d=null,f=null,g=i,v=0,b=0,w=null;null!==g&&b<l.length;b++){g.index>b?(w=g,g=null):w=g.sibling;var k=h(a,g,l[b],u);if(null===k){null===g&&(g=w);break}e&&g&&null===k.alternate&&t(a,g),v=o(k,v,b),null===f?d=k:f.sibling=k,f=k,g=w}if(b===l.length)return n(a,g),bf()&&Bd(a,b),d;if(null===g){for(;b<l.length;b++){var S=p(a,l[b],u);null!==S&&(v=o(S,v,b),null===f?d=S:f.sibling=S,f=S)}return bf()&&Bd(a,b),d}for(var x=r(0,g);b<l.length;b++){var C=m(x,a,b,l[b],u);null!==C&&(e&&null!==C.alternate&&x.delete(null===C.key?b:C.key),v=o(C,v,b),null===f?d=C:f.sibling=C,f=C)}return e&&x.forEach((function(e){return t(a,e)})),bf()&&Bd(a,b),d}(s,c,d,b);if(Ve(d))return function(a,l,u,s){var c=Ve(u);if("function"!=typeof c)throw new Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.");"function"==typeof Symbol&&"Generator"===u[Symbol.toStringTag]&&(Nf||i("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),Nf=!0),u.entries===c&&(Mf||i("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Mf=!0);var d=c.call(u);if(d)for(var f=null,g=d.next();!g.done;g=d.next())f=y(g.value,f,a);var v=c.call(u);if(null==v)throw new Error("An iterable object provided no iterator.");for(var b=null,w=null,k=l,S=0,x=0,C=null,E=v.next();null!==k&&!E.done;x++,E=v.next()){k.index>x?(C=k,k=null):C=k.sibling;var T=h(a,k,E.value,s);if(null===T){null===k&&(k=C);break}e&&k&&null===T.alternate&&t(a,k),S=o(T,S,x),null===w?b=T:w.sibling=T,w=T,k=C}if(E.done)return n(a,k),bf()&&Bd(a,x),b;if(null===k){for(;!E.done;x++,E=v.next()){var R=p(a,E.value,s);null!==R&&(S=o(R,S,x),null===w?b=R:w.sibling=R,w=R)}return bf()&&Bd(a,x),b}for(var P=r(0,k);!E.done;x++,E=v.next()){var _=m(P,a,x,E.value,s);null!==_&&(e&&null!==_.alternate&&P.delete(null===_.key?x:_.key),S=o(_,S,x),null===w?b=_:w.sibling=_,w=_)}return e&&P.forEach((function(e){return t(a,e)})),bf()&&Bd(a,x),b}(s,c,d,b);Bf(0,d)}return"string"==typeof d&&""!==d||"number"==typeof d?l(function(e,t,r,o){if(null!==t&&t.tag===g){n(e,t.sibling);var i=a(t,r);return i.return=e,i}n(e,t);var l=mk(r,e.mode,o);return l.return=e,l}(s,c,""+d,b)):("function"==typeof d&&Wf(s),n(s,c))}}xf.recordLegacyContextWarning=function(e,t){var n=function(e){for(var t=null,n=e;null!==n;)n.mode&lo&&(t=n),n=n.return;return t}(e);if(null!==n){if(!Af.has(e.type)){var r=Uf.get(n);(null!=e.type.contextTypes||null!=e.type.childContextTypes||null!==t&&"function"==typeof t.getChildContext)&&(void 0===r&&(r=[],Uf.set(n,r)),r.push(e))}}else i("Expected to find a StrictMode component in a strict mode tree. This error is likely caused by a bug in React. Please file an issue.")},xf.flushLegacyContextWarning=function(){Uf.forEach((function(e,t){if(0!==e.length){var n=e[0],r=new Set;e.forEach((function(e){r.add(mt(e)||"Component"),Af.add(e.type)}));var a=Cf(r);try{St(n),i("Legacy context API has been detected within a strict-mode tree.\n\nThe old API will be supported in all 16.x releases, but applications using it should migrate to the new version.\n\nPlease update the following components: %s\n\nLearn more about this warning here: https://reactjs.org/link/legacy-context",a)}finally{kt()}}}))},xf.discardPendingWarnings=function(){Ef=[],Tf=[],Rf=[],Pf=[],_f=[],If=[],Uf=new Map},Mf=!1,Nf=!1,Lf={},Of={},Ff={},zf=function(e,t){if(null!==e&&"object"==typeof e&&e._store&&!e._store.validated&&null==e.key){if("object"!=typeof e._store)throw new Error("React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.");e._store.validated=!0;var n=mt(t)||"Component";Of[n]||(Of[n]=!0,i('Each child in a list should have a unique "key" prop. See https://reactjs.org/link/warning-keys for more information.'))}};var $f=Vf(!0),qf=Vf(!1);function Yf(e,t){for(var n=e.child;null!==n;)ck(n,t),n=n.sibling}var Qf,Xf=ad(null);Qf={};var Kf=null,Gf=null,Zf=null,Jf=!1;function ep(){Kf=null,Gf=null,Zf=null,Jf=!1}function tp(){Jf=!0}function np(){Jf=!1}function rp(e,t,n){id(Xf,t._currentValue,e),t._currentValue=n,void 0!==t._currentRenderer&&null!==t._currentRenderer&&t._currentRenderer!==Qf&&i("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=Qf}function ap(e,t){var n=Xf.current;od(Xf,t),e._currentValue=n}function op(e,t,n){for(var r=e;null!==r;){var a=r.alternate;if(mi(r.childLanes,t)?null===a||mi(a.childLanes,t)||(a.childLanes=gi(a.childLanes,t)):(r.childLanes=gi(r.childLanes,t),null!==a&&(a.childLanes=gi(a.childLanes,t))),r===n)break;r=r.return}r!==n&&i("Expected to find the propagation root when scheduling context work. This error is likely caused by a bug in React. Please file an issue.")}function ip(e,t,n){!function(e,t,n){var r=e.child;for(null!==r&&(r.return=e);null!==r;){var a=void 0,o=r.dependencies;if(null!==o){a=r.child;for(var i=o.firstContext;null!==i;){if(i.context===t){if(r.tag===s){var l=di(n),u=Cp(Zo,l);u.tag=bp;var c=r.updateQueue;if(null===c);else{var d=c.shared,f=d.pending;null===f?u.next=u:(u.next=f.next,f.next=u),d.pending=u}}r.lanes=gi(r.lanes,n);var p=r.alternate;null!==p&&(p.lanes=gi(p.lanes,n)),op(r.return,n,e),o.lanes=gi(o.lanes,n);break}i=i.next}}else if(r.tag===w)a=r.type===e.type?null:r.child;else if(r.tag===P){var h=r.return;if(null===h)throw new Error("We just came from a parent so we must have had a parent. This is a bug in React.");h.lanes=gi(h.lanes,n);var m=h.alternate;null!==m&&(m.lanes=gi(m.lanes,n)),op(h,n,e),a=r.sibling}else a=r.child;if(null!==a)a.return=r;else for(a=r;null!==a;){if(a===e){a=null;break}var g=a.sibling;if(null!==g){g.return=a.return,a=g;break}a=a.return}r=a}}(e,t,n)}function lp(e,t){Kf=e,Gf=null,Zf=null;var n=e.dependencies;null!==n&&null!==n.firstContext&&(hi(n.lanes,t)&&Rv(),n.firstContext=null)}function up(e){Jf&&i("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");var t=e._currentValue;if(Zf===e);else{var n={context:e,memoizedValue:t,next:null};if(null===Gf){if(null===Kf)throw new Error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");Gf=n,Kf.dependencies={lanes:ho,firstContext:n}}else Gf=Gf.next=n}return t}var sp=null;function cp(e){null===sp?sp=[e]:sp.push(e)}function dp(e,t,n,r){var a=t.interleaved;return null===a?(n.next=n,cp(t)):(n.next=a.next,a.next=n),t.interleaved=n,hp(e,r)}function fp(e,t){return hp(e,t)}var pp=hp;function hp(e,t){e.lanes=gi(e.lanes,t);var n=e.alternate;null!==n&&(n.lanes=gi(n.lanes,t)),null===n&&(e.flags&(Br|Gr))!==Ar&&Fw(e);for(var r=e,a=e.return;null!==a;)a.childLanes=gi(a.childLanes,t),null!==(n=a.alternate)?n.childLanes=gi(n.childLanes,t):(a.flags&(Br|Gr))!==Ar&&Fw(e),r=a,a=a.return;return r.tag===d?r.stateNode:null}var mp,gp,vp=0,yp=1,bp=2,wp=3,kp=!1;function Sp(e){var t={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:ho},effects:null};e.updateQueue=t}function xp(e,t){var n=t.updateQueue,r=e.updateQueue;if(n===r){var a={baseState:r.baseState,firstBaseUpdate:r.firstBaseUpdate,lastBaseUpdate:r.lastBaseUpdate,shared:r.shared,effects:r.effects};t.updateQueue=a}}function Cp(e,t){return{eventTime:e,lane:t,tag:vp,payload:null,callback:null,next:null}}function Ep(e,t,n){var r=e.updateQueue;if(null===r)return null;var a=r.shared;if(gp!==a||mp||(i("An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback."),mp=!0),(cb&tb)!==Jy){var o=a.pending;return null===o?t.next=t:(t.next=o.next,o.next=t),a.pending=t,pp(e,n)}return function(e,t,n,r){var a=t.interleaved;return null===a?(n.next=n,cp(t)):(n.next=a.next,a.next=n),t.interleaved=n,hp(e,r)}(e,a,t,n)}function Tp(e,t,n){var r=t.updateQueue;if(null!==r){var a=r.shared;if(ui(n)){var o=a.lanes,i=gi(o=yi(o,e.pendingLanes),n);a.lanes=i,Si(e,i)}}}function Rp(e,t){var n=e.updateQueue,r=e.alternate;if(null!==r){var a=r.updateQueue;if(n===a){var o=null,i=null,l=n.firstBaseUpdate;if(null!==l){var u=l;do{var s={eventTime:u.eventTime,lane:u.lane,tag:u.tag,payload:u.payload,callback:u.callback,next:null};null===i?o=i=s:(i.next=s,i=s),u=u.next}while(null!==u);null===i?o=i=t:(i.next=t,i=t)}else o=i=t;return n={baseState:a.baseState,firstBaseUpdate:o,lastBaseUpdate:i,shared:a.shared,effects:a.effects},void(e.updateQueue=n)}}var c=n.lastBaseUpdate;null===c?n.firstBaseUpdate=t:c.next=t,n.lastBaseUpdate=t}function Pp(e,t,n,r,a,o){switch(n.tag){case yp:var i=n.payload;if("function"==typeof i){tp();var l=i.call(o,r,a);if(e.mode&lo){Va(!0);try{i.call(o,r,a)}finally{Va(!1)}}return np(),l}return i;case wp:e.flags=e.flags&~ra|qr;case vp:var u,s=n.payload;if("function"==typeof s){if(tp(),u=s.call(o,r,a),e.mode&lo){Va(!0);try{s.call(o,r,a)}finally{Va(!1)}}np()}else u=s;return null==u?r:Ze({},r,u);case bp:return kp=!0,r}return r}function _p(e,t,n,r){var a=e.updateQueue;kp=!1,gp=a.shared;var o=a.firstBaseUpdate,i=a.lastBaseUpdate,l=a.shared.pending;if(null!==l){a.shared.pending=null;var u=l,s=u.next;u.next=null,null===i?o=s:i.next=s,i=u;var c=e.alternate;if(null!==c){var d=c.updateQueue,f=d.lastBaseUpdate;f!==i&&(null===f?d.firstBaseUpdate=s:f.next=s,d.lastBaseUpdate=u)}}if(null!==o){for(var p=a.baseState,h=ho,m=null,g=null,v=null,y=o;;){var b=y.lane,w=y.eventTime;if(mi(r,b)){if(null!==v){var k={eventTime:w,lane:mo,tag:y.tag,payload:y.payload,callback:y.callback,next:null};v=v.next=k}if(p=Pp(e,0,y,p,t,n),null!==y.callback&&y.lane!==mo){e.flags|=$r;var S=a.effects;null===S?a.effects=[y]:S.push(y)}}else{var x={eventTime:w,lane:b,tag:y.tag,payload:y.payload,callback:y.callback,next:null};null===v?(g=v=x,m=p):v=v.next=x,h=gi(h,b)}if(null===(y=y.next)){if(null===(l=a.shared.pending))break;var C=l,E=C.next;C.next=null,y=E,a.lastBaseUpdate=C,a.shared.pending=null}}null===v&&(m=p),a.baseState=m,a.firstBaseUpdate=g,a.lastBaseUpdate=v;var T=a.shared.interleaved;if(null!==T){var R=T;do{h=gi(h,R.lane),R=R.next}while(R!==T)}else null===o&&(a.shared.lanes=ho);mw(h),e.lanes=h,e.memoizedState=p}gp=null}function Ip(e,t){if("function"!=typeof e)throw new Error("Invalid argument passed as callback. Expected a function. Instead received: "+e);e.call(t)}function Dp(){kp=!1}function Mp(){return kp}function Np(e,t,n){var r=t.effects;if(t.effects=null,null!==r)for(var a=0;a<r.length;a++){var o=r[a],i=o.callback;null!==i&&(o.callback=null,Ip(i,n))}}mp=!1,gp=null;var Lp={},Op=ad(Lp),Fp=ad(Lp),zp=ad(Lp);function Up(e){if(e===Lp)throw new Error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue.");return e}function Ap(){return Up(zp.current)}function jp(e,t){id(zp,t,e),id(Fp,e,e),id(Op,Lp,e);var n=function(e){var t,n,r=e.nodeType;switch(r){case wn:case kn:t=r===wn?"#document":"#fragment";var a=e.documentElement;n=a?a.namespaceURI:pn(null,"");break;default:var o=r===bn?e.parentNode:e;n=pn(o.namespaceURI||null,t=o.tagName)}var i=t.toLowerCase();return{namespace:n,ancestorInfo:Zs(null,i)}}(t);od(Op,e),id(Op,n,e)}function Bp(e){od(Op,e),od(Fp,e),od(zp,e)}function Wp(){return Up(Op.current)}function Hp(e){Up(zp.current);var t,n,r,a=Up(Op.current),o=(t=a,n=e.type,{namespace:pn((r=t).namespace,n),ancestorInfo:Zs(r.ancestorInfo,n)});a!==o&&(id(Fp,e,e),id(Op,o,e))}function Vp(e){Fp.current===e&&(od(Op,e),od(Fp,e))}var $p=1,qp=1,Yp=2,Qp=ad(0);function Xp(e,t){return 0!=(e&t)}function Kp(e){return e&$p}function Gp(e,t){return e&$p|t}function Zp(e,t){id(Qp,t,e)}function Jp(e){od(Qp,e)}function eh(e,t){var n=e.memoizedState;return null!==n?null!==n.dehydrated:(e.memoizedProps,!0)}function th(e){for(var t=e;null!==t;){if(t.tag===x){var n=t.memoizedState;if(null!==n){var r=n.dehydrated;if(null===r||Pc(r)||_c(r))return t}}else if(t.tag===_&&void 0!==t.memoizedProps.revealOrder){if((t.flags&qr)!==Ar)return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)return null;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var nh=0,rh=1,ah=2,oh=4,ih=8,lh=[];function uh(){for(var e=0;e<lh.length;e++)lh[e]._workInProgressVersionPrimary=null;lh.length=0}function sh(e,t){var n=(0,t._getVersion)(t._source);null==e.mutableSourceEagerHydrationData?e.mutableSourceEagerHydrationData=[t,n]:e.mutableSourceEagerHydrationData.push(t,n)}var ch,dh,fh=r.ReactCurrentDispatcher,ph=r.ReactCurrentBatchConfig;ch=new Set;var hh=ho,mh=null,gh=null,vh=null,yh=!1,bh=!1,wh=0,kh=0,Sh=25,xh=null,Ch=null,Eh=-1,Th=!1;function Rh(){var e=xh;null===Ch?Ch=[e]:Ch.push(e)}function Ph(){var e=xh;null!==Ch&&(Eh++,Ch[Eh]!==e&&function(e){var t=mt(mh);if(!ch.has(t)&&(ch.add(t),null!==Ch)){for(var n="",r=30,a=0;a<=Eh;a++){for(var o=Ch[a],l=a===Eh?e:o,u=a+1+". "+o;u.length<r;)u+=" ";n+=u+=l+"\n"}i("React has detected a change in the order of Hooks called by %s. This will lead to bugs and errors if not fixed. For more information, read the Rules of Hooks: https://reactjs.org/link/rules-of-hooks\n\n Previous render Next render\n ------------------------------------------------------\n%s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n",t,n)}}(e))}function _h(e){null==e||Gt(e)||i("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",xh,typeof e)}function Ih(){throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.")}function Dh(e,t){if(Th)return!1;if(null===t)return i("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",xh),!1;e.length!==t.length&&i("The final argument passed to %s changed size between renders. The order and size of this array must remain constant.\n\nPrevious: %s\nIncoming: %s",xh,"["+t.join(", ")+"]","["+e.join(", ")+"]");for(var n=0;n<t.length&&n<e.length;n++)if(!Tu(e[n],t[n]))return!1;return!0}function Mh(e,t,n,r,a,o){hh=o,mh=t,Ch=null!==e?e._debugHookTypes:null,Eh=-1,Th=null!==e&&e.type!==t.type,t.memoizedState=null,t.updateQueue=null,t.lanes=ho,null!==e&&null!==e.memoizedState?fh.current=Um:fh.current=null!==Ch?zm:Fm;var l=n(r,a);if(bh){var u=0;do{if(bh=!1,wh=0,u>=Sh)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");u+=1,Th=!1,gh=null,vh=null,t.updateQueue=null,Eh=-1,fh.current=Am,l=n(r,a)}while(bh)}fh.current=Om,t._debugHookTypes=Ch;var s=null!==gh&&null!==gh.next;if(hh=ho,mh=null,gh=null,vh=null,xh=null,Ch=null,Eh=-1,null!==e&&(e.flags&ma)!=(t.flags&ma)&&(e.mode&oo)!==ao&&i("Internal React error: Expected static flag was missing. Please notify the React team."),yh=!1,s)throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return l}function Nh(){var e=0!==wh;return wh=0,e}function Lh(e,t,n){t.updateQueue=e.updateQueue,(t.mode&uo)!==ao?t.flags&=~(ca|sa|Kr|Wr):t.flags&=~(Kr|Wr),e.lanes=vi(e.lanes,n)}function Oh(){if(fh.current=Om,yh){for(var e=mh.memoizedState;null!==e;){var t=e.queue;null!==t&&(t.pending=null),e=e.next}yh=!1}hh=ho,mh=null,gh=null,vh=null,Ch=null,Eh=-1,xh=null,Tm=!1,bh=!1,wh=0}function Fh(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===vh?mh.memoizedState=vh=e:vh=vh.next=e,vh}function zh(){var e,t;if(null===gh){var n=mh.alternate;e=null!==n?n.memoizedState:null}else e=gh.next;if(null!==(t=null===vh?mh.memoizedState:vh.next))t=(vh=t).next,gh=e;else{if(null===e)throw new Error("Rendered more hooks than during the previous render.");var r={memoizedState:(gh=e).memoizedState,baseState:gh.baseState,baseQueue:gh.baseQueue,queue:gh.queue,next:null};null===vh?mh.memoizedState=vh=r:vh=vh.next=r}return vh}function Uh(e,t){return"function"==typeof t?t(e):t}function Ah(e,t,n){var r,a=Fh();r=void 0!==n?n(t):t,a.memoizedState=a.baseState=r;var o={pending:null,interleaved:null,lanes:ho,dispatch:null,lastRenderedReducer:e,lastRenderedState:r};a.queue=o;var i=o.dispatch=_m.bind(null,mh,o);return[a.memoizedState,i]}function jh(e,t,n){var r=zh(),a=r.queue;if(null===a)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");a.lastRenderedReducer=e;var o=gh,l=o.baseQueue,u=a.pending;if(null!==u){if(null!==l){var s=l.next,c=u.next;l.next=c,u.next=s}o.baseQueue!==l&&i("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),o.baseQueue=l=u,a.pending=null}if(null!==l){var d=l.next,f=o.baseState,p=null,h=null,m=null,g=d;do{var v=g.lane;if(mi(hh,v)){if(null!==m){var y={lane:mo,action:g.action,hasEagerState:g.hasEagerState,eagerState:g.eagerState,next:null};m=m.next=y}f=g.hasEagerState?g.eagerState:e(f,g.action)}else{var b={lane:v,action:g.action,hasEagerState:g.hasEagerState,eagerState:g.eagerState,next:null};null===m?(h=m=b,p=f):m=m.next=b,mh.lanes=gi(mh.lanes,v),mw(v)}g=g.next}while(null!==g&&g!==d);null===m?p=f:m.next=h,Tu(f,r.memoizedState)||Rv(),r.memoizedState=f,r.baseState=p,r.baseQueue=m,a.lastRenderedState=f}var w=a.interleaved;if(null!==w){var k=w;do{var S=k.lane;mh.lanes=gi(mh.lanes,S),mw(S),k=k.next}while(k!==w)}else null===l&&(a.lanes=ho);var x=a.dispatch;return[r.memoizedState,x]}function Bh(e,t,n){var r=zh(),a=r.queue;if(null===a)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");a.lastRenderedReducer=e;var o=a.dispatch,i=a.pending,l=r.memoizedState;if(null!==i){a.pending=null;var u=i.next,s=u;do{l=e(l,s.action),s=s.next}while(s!==u);Tu(l,r.memoizedState)||Rv(),r.memoizedState=l,null===r.baseQueue&&(r.baseState=l),a.lastRenderedState=l}return[l,o]}function Wh(e,t,n){var r,a=mh,o=Fh();if(bf()){if(void 0===n)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");r=n(),dh||r!==n()&&(i("The result of getServerSnapshot should be cached to avoid an infinite loop"),dh=!0)}else{if(r=t(),!dh){var l=t();Tu(r,l)||(i("The result of getSnapshot should be cached to avoid an infinite loop"),dh=!0)}if(null===Xb())throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");li(0,hh)||Vh(a,t,r)}o.memoizedState=r;var u={value:r,getSnapshot:t};return o.queue=u,rm(qh.bind(null,a,u,e),[e]),a.flags|=Kr,Zh(rh|ih,$h.bind(null,a,u,r,t),void 0,null),r}function Hh(e,t,n){var r=mh,a=zh(),o=t();if(!dh){var l=t();Tu(o,l)||(i("The result of getSnapshot should be cached to avoid an infinite loop"),dh=!0)}var u=a.memoizedState,s=!Tu(u,o);s&&(a.memoizedState=o,Rv());var c=a.queue;if(am(qh.bind(null,r,c,e),[e]),c.getSnapshot!==t||s||null!==vh&&vh.memoizedState.tag&rh){if(r.flags|=Kr,Zh(rh|ih,$h.bind(null,r,c,o,t),void 0,null),null===Xb())throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");li(0,hh)||Vh(r,t,o)}return o}function Vh(e,t,n){e.flags|=Jr;var r={getSnapshot:t,value:n},a=mh.updateQueue;if(null===a)a={lastEffect:null,stores:null},mh.updateQueue=a,a.stores=[r];else{var o=a.stores;null===o?a.stores=[r]:o.push(r)}}function $h(e,t,n,r){t.value=n,t.getSnapshot=r,Yh(t)&&Qh(e)}function qh(e,t,n){return n((function(){Yh(t)&&Qh(e)}))}function Yh(e){var t=e.getSnapshot,n=e.value;try{var r=t();return!Tu(n,r)}catch(e){return!0}}function Qh(e){var t=fp(e,go);null!==t&&Jb(t,e,go,Zo)}function Xh(e){var t=Fh();"function"==typeof e&&(e=e()),t.memoizedState=t.baseState=e;var n={pending:null,interleaved:null,lanes:ho,dispatch:null,lastRenderedReducer:Uh,lastRenderedState:e};t.queue=n;var r=n.dispatch=Im.bind(null,mh,n);return[t.memoizedState,r]}function Kh(e){return jh(Uh)}function Gh(e){return Bh(Uh)}function Zh(e,t,n,r){var a={tag:e,create:t,destroy:n,deps:r,next:null},o=mh.updateQueue;if(null===o)o={lastEffect:null,stores:null},mh.updateQueue=o,o.lastEffect=a.next=a;else{var i=o.lastEffect;if(null===i)o.lastEffect=a.next=a;else{var l=i.next;i.next=a,a.next=l,o.lastEffect=a}}return a}function Jh(e){var t={current:e};return Fh().memoizedState=t,t}function em(e){return zh().memoizedState}function tm(e,t,n,r){var a=Fh(),o=void 0===r?null:r;mh.flags|=e,a.memoizedState=Zh(rh|t,n,void 0,o)}function nm(e,t,n,r){var a=zh(),o=void 0===r?null:r,i=void 0;if(null!==gh){var l=gh.memoizedState;if(i=l.destroy,null!==o&&Dh(o,l.deps))return void(a.memoizedState=Zh(t,n,i,o))}mh.flags|=e,a.memoizedState=Zh(rh|t,n,i,o)}function rm(e,t){return(mh.mode&uo)!==ao?tm(ca|Kr|ua,ih,e,t):tm(Kr|ua,ih,e,t)}function am(e,t){return nm(Kr,ih,e,t)}function om(e,t){return tm(Wr,ah,e,t)}function im(e,t){return nm(Wr,ah,e,t)}function lm(e,t){var n=Wr;return n|=la,(mh.mode&uo)!==ao&&(n|=sa),tm(n,oh,e,t)}function um(e,t){return nm(Wr,oh,e,t)}function sm(e,t){if("function"==typeof t){var n=t,r=e();return n(r),function(){n(null)}}if(null!=t){var a=t;a.hasOwnProperty("current")||i("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(a).join(", ")+"}");var o=e();return a.current=o,function(){a.current=null}}}function cm(e,t,n){"function"!=typeof t&&i("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",null!==t?typeof t:"null");var r=null!=n?n.concat([e]):null,a=Wr;return a|=la,(mh.mode&uo)!==ao&&(a|=sa),tm(a,oh,sm.bind(null,t,e),r)}function dm(e,t,n){"function"!=typeof t&&i("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",null!==t?typeof t:"null");var r=null!=n?n.concat([e]):null;return nm(Wr,oh,sm.bind(null,t,e),r)}function fm(e,t){}var pm=fm;function hm(e,t){var n=void 0===t?null:t;return Fh().memoizedState=[e,n],e}function mm(e,t){var n=zh(),r=void 0===t?null:t,a=n.memoizedState;return null!==a&&null!==r&&Dh(r,a[1])?a[0]:(n.memoizedState=[e,r],e)}function gm(e,t){var n=Fh(),r=void 0===t?null:t,a=e();return n.memoizedState=[a,r],a}function vm(e,t){var n=zh(),r=void 0===t?null:t,a=n.memoizedState;if(null!==a&&null!==r&&Dh(r,a[1]))return a[0];var o=e();return n.memoizedState=[o,r],o}function ym(e){return Fh().memoizedState=e,e}function bm(e){return km(zh(),gh.memoizedState,e)}function wm(e){var t=zh();return null===gh?(t.memoizedState=e,e):km(t,gh.memoizedState,e)}function km(e,t,n){if((hh&(go|yo|wo))!==ho){if(!Tu(n,t)){var r=si();mh.lanes=gi(mh.lanes,r),mw(r),e.baseState=!0}return t}return e.baseState&&(e.baseState=!1,Rv()),e.memoizedState=n,n}function Sm(e,t,n){var r,a,i=Oi();Fi((a=Di,0!==(r=i)&&r<a?r:a)),e(!0);var l=ph.transition;ph.transition={};var u=ph.transition;ph.transition._updatedFibers=new Set;try{e(!1),t()}finally{Fi(i),ph.transition=l,null===l&&u._updatedFibers&&(u._updatedFibers.size>10&&o("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."),u._updatedFibers.clear())}}function xm(){var e=Xh(!1),t=e[0],n=e[1],r=Sm.bind(null,n);return Fh().memoizedState=r,[t,r]}function Cm(){return[Kh()[0],zh().memoizedState]}function Em(){return[Gh()[0],zh().memoizedState]}var Tm=!1;function Rm(){var e,t=Fh(),n=Xb().identifierPrefix;if(bf()){e=":"+n+"R"+jd();var r=wh++;r>0&&(e+="H"+r.toString(32)),e+=":"}else e=":"+n+"r"+(kh++).toString(32)+":";return t.memoizedState=e,e}function Pm(){return zh().memoizedState}function _m(e,t,n){"function"==typeof arguments[3]&&i("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var r=Gb(e),a={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(Dm(e))Mm(t,a);else{var o=dp(e,t,a,r);null!==o&&(Jb(o,e,r,Kb()),Nm(o,t,r))}Lm(e,r)}function Im(e,t,n){"function"==typeof arguments[3]&&i("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var r=Gb(e),a={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(Dm(e))Mm(t,a);else{var o=e.alternate;if(e.lanes===ho&&(null===o||o.lanes===ho)){var l=t.lastRenderedReducer;if(null!==l){var u;u=fh.current,fh.current=Bm;try{var s=t.lastRenderedState,c=l(s,n);if(a.hasEagerState=!0,a.eagerState=c,Tu(c,s))return void function(e,t,n,r){var a=t.interleaved;null===a?(n.next=n,cp(t)):(n.next=a.next,a.next=n),t.interleaved=n}(0,t,a)}catch(e){}finally{fh.current=u}}}var d=dp(e,t,a,r);null!==d&&(Jb(d,e,r,Kb()),Nm(d,t,r))}Lm(e,r)}function Dm(e){var t=e.alternate;return e===mh||null!==t&&t===mh}function Mm(e,t){bh=yh=!0;var n=e.pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function Nm(e,t,n){if(ui(n)){var r=t.lanes,a=gi(r=yi(r,e.pendingLanes),n);t.lanes=a,Si(e,a)}}function Lm(e,t,n){ro(e,t)}var Om={readContext:up,useCallback:Ih,useContext:Ih,useEffect:Ih,useImperativeHandle:Ih,useInsertionEffect:Ih,useLayoutEffect:Ih,useMemo:Ih,useReducer:Ih,useRef:Ih,useState:Ih,useDebugValue:Ih,useDeferredValue:Ih,useTransition:Ih,useMutableSource:Ih,useSyncExternalStore:Ih,useId:Ih,unstable_isNewReconciler:F},Fm=null,zm=null,Um=null,Am=null,jm=null,Bm=null,Wm=null,Hm=function(){i("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().")},Vm=function(){i("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks")};Fm={readContext:function(e){return up(e)},useCallback:function(e,t){return xh="useCallback",Rh(),_h(t),hm(e,t)},useContext:function(e){return xh="useContext",Rh(),up(e)},useEffect:function(e,t){return xh="useEffect",Rh(),_h(t),rm(e,t)},useImperativeHandle:function(e,t,n){return xh="useImperativeHandle",Rh(),_h(n),cm(e,t,n)},useInsertionEffect:function(e,t){return xh="useInsertionEffect",Rh(),_h(t),om(e,t)},useLayoutEffect:function(e,t){return xh="useLayoutEffect",Rh(),_h(t),lm(e,t)},useMemo:function(e,t){xh="useMemo",Rh(),_h(t);var n=fh.current;fh.current=jm;try{return gm(e,t)}finally{fh.current=n}},useReducer:function(e,t,n){xh="useReducer",Rh();var r=fh.current;fh.current=jm;try{return Ah(e,t,n)}finally{fh.current=r}},useRef:function(e){return xh="useRef",Rh(),Jh(e)},useState:function(e){xh="useState",Rh();var t=fh.current;fh.current=jm;try{return Xh(e)}finally{fh.current=t}},useDebugValue:function(e,t){xh="useDebugValue",Rh()},useDeferredValue:function(e){return xh="useDeferredValue",Rh(),ym(e)},useTransition:function(){return xh="useTransition",Rh(),xm()},useMutableSource:function(e,t,n){xh="useMutableSource",Rh()},useSyncExternalStore:function(e,t,n){return xh="useSyncExternalStore",Rh(),Wh(e,t,n)},useId:function(){return xh="useId",Rh(),Rm()},unstable_isNewReconciler:F},zm={readContext:function(e){return up(e)},useCallback:function(e,t){return xh="useCallback",Ph(),hm(e,t)},useContext:function(e){return xh="useContext",Ph(),up(e)},useEffect:function(e,t){return xh="useEffect",Ph(),rm(e,t)},useImperativeHandle:function(e,t,n){return xh="useImperativeHandle",Ph(),cm(e,t,n)},useInsertionEffect:function(e,t){return xh="useInsertionEffect",Ph(),om(e,t)},useLayoutEffect:function(e,t){return xh="useLayoutEffect",Ph(),lm(e,t)},useMemo:function(e,t){xh="useMemo",Ph();var n=fh.current;fh.current=jm;try{return gm(e,t)}finally{fh.current=n}},useReducer:function(e,t,n){xh="useReducer",Ph();var r=fh.current;fh.current=jm;try{return Ah(e,t,n)}finally{fh.current=r}},useRef:function(e){return xh="useRef",Ph(),Jh(e)},useState:function(e){xh="useState",Ph();var t=fh.current;fh.current=jm;try{return Xh(e)}finally{fh.current=t}},useDebugValue:function(e,t){xh="useDebugValue",Ph()},useDeferredValue:function(e){return xh="useDeferredValue",Ph(),ym(e)},useTransition:function(){return xh="useTransition",Ph(),xm()},useMutableSource:function(e,t,n){xh="useMutableSource",Ph()},useSyncExternalStore:function(e,t,n){return xh="useSyncExternalStore",Ph(),Wh(e,t,n)},useId:function(){return xh="useId",Ph(),Rm()},unstable_isNewReconciler:F},Um={readContext:function(e){return up(e)},useCallback:function(e,t){return xh="useCallback",Ph(),mm(e,t)},useContext:function(e){return xh="useContext",Ph(),up(e)},useEffect:function(e,t){return xh="useEffect",Ph(),am(e,t)},useImperativeHandle:function(e,t,n){return xh="useImperativeHandle",Ph(),dm(e,t,n)},useInsertionEffect:function(e,t){return xh="useInsertionEffect",Ph(),im(e,t)},useLayoutEffect:function(e,t){return xh="useLayoutEffect",Ph(),um(e,t)},useMemo:function(e,t){xh="useMemo",Ph();var n=fh.current;fh.current=Bm;try{return vm(e,t)}finally{fh.current=n}},useReducer:function(e,t,n){xh="useReducer",Ph();var r=fh.current;fh.current=Bm;try{return jh(e)}finally{fh.current=r}},useRef:function(e){return xh="useRef",Ph(),em()},useState:function(e){xh="useState",Ph();var t=fh.current;fh.current=Bm;try{return Kh()}finally{fh.current=t}},useDebugValue:function(e,t){return xh="useDebugValue",Ph(),pm()},useDeferredValue:function(e){return xh="useDeferredValue",Ph(),bm(e)},useTransition:function(){return xh="useTransition",Ph(),Cm()},useMutableSource:function(e,t,n){xh="useMutableSource",Ph()},useSyncExternalStore:function(e,t,n){return xh="useSyncExternalStore",Ph(),Hh(e,t)},useId:function(){return xh="useId",Ph(),Pm()},unstable_isNewReconciler:F},Am={readContext:function(e){return up(e)},useCallback:function(e,t){return xh="useCallback",Ph(),mm(e,t)},useContext:function(e){return xh="useContext",Ph(),up(e)},useEffect:function(e,t){return xh="useEffect",Ph(),am(e,t)},useImperativeHandle:function(e,t,n){return xh="useImperativeHandle",Ph(),dm(e,t,n)},useInsertionEffect:function(e,t){return xh="useInsertionEffect",Ph(),im(e,t)},useLayoutEffect:function(e,t){return xh="useLayoutEffect",Ph(),um(e,t)},useMemo:function(e,t){xh="useMemo",Ph();var n=fh.current;fh.current=Wm;try{return vm(e,t)}finally{fh.current=n}},useReducer:function(e,t,n){xh="useReducer",Ph();var r=fh.current;fh.current=Wm;try{return Bh(e)}finally{fh.current=r}},useRef:function(e){return xh="useRef",Ph(),em()},useState:function(e){xh="useState",Ph();var t=fh.current;fh.current=Wm;try{return Gh()}finally{fh.current=t}},useDebugValue:function(e,t){return xh="useDebugValue",Ph(),pm()},useDeferredValue:function(e){return xh="useDeferredValue",Ph(),wm(e)},useTransition:function(){return xh="useTransition",Ph(),Em()},useMutableSource:function(e,t,n){xh="useMutableSource",Ph()},useSyncExternalStore:function(e,t,n){return xh="useSyncExternalStore",Ph(),Hh(e,t)},useId:function(){return xh="useId",Ph(),Pm()},unstable_isNewReconciler:F},jm={readContext:function(e){return Hm(),up(e)},useCallback:function(e,t){return xh="useCallback",Vm(),Rh(),hm(e,t)},useContext:function(e){return xh="useContext",Vm(),Rh(),up(e)},useEffect:function(e,t){return xh="useEffect",Vm(),Rh(),rm(e,t)},useImperativeHandle:function(e,t,n){return xh="useImperativeHandle",Vm(),Rh(),cm(e,t,n)},useInsertionEffect:function(e,t){return xh="useInsertionEffect",Vm(),Rh(),om(e,t)},useLayoutEffect:function(e,t){return xh="useLayoutEffect",Vm(),Rh(),lm(e,t)},useMemo:function(e,t){xh="useMemo",Vm(),Rh();var n=fh.current;fh.current=jm;try{return gm(e,t)}finally{fh.current=n}},useReducer:function(e,t,n){xh="useReducer",Vm(),Rh();var r=fh.current;fh.current=jm;try{return Ah(e,t,n)}finally{fh.current=r}},useRef:function(e){return xh="useRef",Vm(),Rh(),Jh(e)},useState:function(e){xh="useState",Vm(),Rh();var t=fh.current;fh.current=jm;try{return Xh(e)}finally{fh.current=t}},useDebugValue:function(e,t){xh="useDebugValue",Vm(),Rh()},useDeferredValue:function(e){return xh="useDeferredValue",Vm(),Rh(),ym(e)},useTransition:function(){return xh="useTransition",Vm(),Rh(),xm()},useMutableSource:function(e,t,n){xh="useMutableSource",Vm(),Rh()},useSyncExternalStore:function(e,t,n){return xh="useSyncExternalStore",Vm(),Rh(),Wh(e,t,n)},useId:function(){return xh="useId",Vm(),Rh(),Rm()},unstable_isNewReconciler:F},Bm={readContext:function(e){return Hm(),up(e)},useCallback:function(e,t){return xh="useCallback",Vm(),Ph(),mm(e,t)},useContext:function(e){return xh="useContext",Vm(),Ph(),up(e)},useEffect:function(e,t){return xh="useEffect",Vm(),Ph(),am(e,t)},useImperativeHandle:function(e,t,n){return xh="useImperativeHandle",Vm(),Ph(),dm(e,t,n)},useInsertionEffect:function(e,t){return xh="useInsertionEffect",Vm(),Ph(),im(e,t)},useLayoutEffect:function(e,t){return xh="useLayoutEffect",Vm(),Ph(),um(e,t)},useMemo:function(e,t){xh="useMemo",Vm(),Ph();var n=fh.current;fh.current=Bm;try{return vm(e,t)}finally{fh.current=n}},useReducer:function(e,t,n){xh="useReducer",Vm(),Ph();var r=fh.current;fh.current=Bm;try{return jh(e)}finally{fh.current=r}},useRef:function(e){return xh="useRef",Vm(),Ph(),em()},useState:function(e){xh="useState",Vm(),Ph();var t=fh.current;fh.current=Bm;try{return Kh()}finally{fh.current=t}},useDebugValue:function(e,t){return xh="useDebugValue",Vm(),Ph(),pm()},useDeferredValue:function(e){return xh="useDeferredValue",Vm(),Ph(),bm(e)},useTransition:function(){return xh="useTransition",Vm(),Ph(),Cm()},useMutableSource:function(e,t,n){xh="useMutableSource",Vm(),Ph()},useSyncExternalStore:function(e,t,n){return xh="useSyncExternalStore",Vm(),Ph(),Hh(e,t)},useId:function(){return xh="useId",Vm(),Ph(),Pm()},unstable_isNewReconciler:F},Wm={readContext:function(e){return Hm(),up(e)},useCallback:function(e,t){return xh="useCallback",Vm(),Ph(),mm(e,t)},useContext:function(e){return xh="useContext",Vm(),Ph(),up(e)},useEffect:function(e,t){return xh="useEffect",Vm(),Ph(),am(e,t)},useImperativeHandle:function(e,t,n){return xh="useImperativeHandle",Vm(),Ph(),dm(e,t,n)},useInsertionEffect:function(e,t){return xh="useInsertionEffect",Vm(),Ph(),im(e,t)},useLayoutEffect:function(e,t){return xh="useLayoutEffect",Vm(),Ph(),um(e,t)},useMemo:function(e,t){xh="useMemo",Vm(),Ph();var n=fh.current;fh.current=Bm;try{return vm(e,t)}finally{fh.current=n}},useReducer:function(e,t,n){xh="useReducer",Vm(),Ph();var r=fh.current;fh.current=Bm;try{return Bh(e)}finally{fh.current=r}},useRef:function(e){return xh="useRef",Vm(),Ph(),em()},useState:function(e){xh="useState",Vm(),Ph();var t=fh.current;fh.current=Bm;try{return Gh()}finally{fh.current=t}},useDebugValue:function(e,t){return xh="useDebugValue",Vm(),Ph(),pm()},useDeferredValue:function(e){return xh="useDeferredValue",Vm(),Ph(),wm(e)},useTransition:function(){return xh="useTransition",Vm(),Ph(),Em()},useMutableSource:function(e,t,n){xh="useMutableSource",Vm(),Ph()},useSyncExternalStore:function(e,t,n){return xh="useSyncExternalStore",Vm(),Ph(),Hh(e,t)},useId:function(){return xh="useId",Vm(),Ph(),Pm()},unstable_isNewReconciler:F};var $m=n.unstable_now,qm=0,Ym=-1,Qm=-1,Xm=-1,Km=!1,Gm=!1;function Zm(){return Km}function Jm(){return qm}function eg(){qm=$m()}function tg(e){Qm=$m(),e.actualStartTime<0&&(e.actualStartTime=$m())}function ng(e){Qm=-1}function rg(e,t){if(Qm>=0){var n=$m()-Qm;e.actualDuration+=n,t&&(e.selfBaseDuration=n),Qm=-1}}function ag(e){if(Ym>=0){var t=$m()-Ym;Ym=-1;for(var n=e.return;null!==n;){switch(n.tag){case d:case S:return void(n.stateNode.effectDuration+=t)}n=n.return}}}function og(e){if(Xm>=0){var t=$m()-Xm;Xm=-1;for(var n=e.return;null!==n;){switch(n.tag){case d:var r=n.stateNode;return void(null!==r&&(r.passiveEffectDuration+=t));case S:var a=n.stateNode;return void(null!==a&&(a.passiveEffectDuration+=t))}n=n.return}}}function ig(){Ym=$m()}function lg(){Xm=$m()}function ug(e){for(var t=e.child;t;)e.actualDuration+=t.actualDuration,t=t.sibling}function sg(e,t){if(e&&e.defaultProps){var n=Ze({},t),r=e.defaultProps;for(var a in r)void 0===n[a]&&(n[a]=r[a]);return n}return t}var cg,dg,fg,pg,hg,mg,gg,vg,yg,bg,wg,kg={};cg=new Set,dg=new Set,fg=new Set,pg=new Set,vg=new Set,hg=new Set,yg=new Set,bg=new Set,wg=new Set;var Sg=new Set;function xg(e,t,n,r){var a=e.memoizedState,o=n(r,a);if(e.mode&lo){Va(!0);try{o=n(r,a)}finally{Va(!1)}}mg(t,o);var i=null==o?a:Ze({},a,o);e.memoizedState=i,e.lanes===ho&&(e.updateQueue.baseState=i)}gg=function(e,t){if(null!==e&&"function"!=typeof e){var n=t+"_"+e;Sg.has(n)||(Sg.add(n),i("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e))}},mg=function(e,t){if(void 0===t){var n=pt(e)||"Component";hg.has(n)||(hg.add(n),i("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",n))}},Object.defineProperty(kg,"_processChildContext",{enumerable:!1,value:function(){throw new Error("_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal).")}}),Object.freeze(kg);var Cg={isMounted:function(e){var t=ga.current;if(null!==t&&t.tag===s){var n=t,r=n.stateNode;r._warnedAboutRefsInRender||i("%s is accessing isMounted inside its render() function. render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",mt(n)||"A component"),r._warnedAboutRefsInRender=!0}var a=Ur(e);return!!a&&va(a)===a},enqueueSetState:function(e,t,n){var r=Ur(e),a=Kb(),o=Gb(r),i=Cp(a,o);i.payload=t,null!=n&&(gg(n,"setState"),i.callback=n);var l=Ep(r,i,o);null!==l&&(Jb(l,r,o,a),Tp(l,r,o)),ro(r,o)},enqueueReplaceState:function(e,t,n){var r=Ur(e),a=Kb(),o=Gb(r),i=Cp(a,o);i.tag=yp,i.payload=t,null!=n&&(gg(n,"replaceState"),i.callback=n);var l=Ep(r,i,o);null!==l&&(Jb(l,r,o,a),Tp(l,r,o)),ro(r,o)},enqueueForceUpdate:function(e,t){var n=Ur(e),r=Kb(),a=Gb(n),o=Cp(r,a);o.tag=bp,null!=t&&(gg(t,"forceUpdate"),o.callback=t);var i=Ep(n,o,a);null!==i&&(Jb(i,n,a,r),Tp(i,n,a)),function(e,t){null!==Ba&&"function"==typeof Ba.markForceUpdateScheduled&&Ba.markForceUpdateScheduled(e,t)}(n,a)}};function Eg(e,t,n,r,a,o,l){var u=e.stateNode;if("function"==typeof u.shouldComponentUpdate){var s=u.shouldComponentUpdate(r,o,l);if(e.mode&lo){Va(!0);try{s=u.shouldComponentUpdate(r,o,l)}finally{Va(!1)}}return void 0===s&&i("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",pt(t)||"Component"),s}return!(t.prototype&&t.prototype.isPureReactComponent&&Ru(n,r)&&Ru(a,o))}function Tg(e,t){var n;t.updater=Cg,e.stateNode=t,n=e,t._reactInternals=n,t._reactInternalInstance=kg}function Rg(e,t,n){var r=!1,a=ld,o=ld,l=t.contextType;if("contextType"in t&&null!==l&&(void 0===l||l.$$typeof!==Oe||void 0!==l._context)&&!bg.has(t)){bg.add(t);var u="";u=void 0===l?" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":"object"!=typeof l?" However, it is set to a "+typeof l+".":l.$$typeof===Le?" Did you accidentally pass the Context.Provider instead?":void 0!==l._context?" Did you accidentally pass the Context.Consumer instead?":" However, it is set to an object with keys {"+Object.keys(l).join(", ")+"}.",i("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",pt(t)||"Component",u)}"object"==typeof l&&null!==l?o=up(l):(a=dd(0,t,!0),o=(r=null!=t.contextTypes)?pd(e,a):ld);var s=new t(n,o);if(e.mode&lo){Va(!0);try{s=new t(n,o)}finally{Va(!1)}}var c=e.memoizedState=null!==s.state&&void 0!==s.state?s.state:null;if(Tg(e,s),"function"==typeof t.getDerivedStateFromProps&&null===c){var d=pt(t)||"Component";dg.has(d)||(dg.add(d),i("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",d,null===s.state?"null":"undefined",d))}if("function"==typeof t.getDerivedStateFromProps||"function"==typeof s.getSnapshotBeforeUpdate){var f=null,p=null,h=null;if("function"==typeof s.componentWillMount&&!0!==s.componentWillMount.__suppressDeprecationWarning?f="componentWillMount":"function"==typeof s.UNSAFE_componentWillMount&&(f="UNSAFE_componentWillMount"),"function"==typeof s.componentWillReceiveProps&&!0!==s.componentWillReceiveProps.__suppressDeprecationWarning?p="componentWillReceiveProps":"function"==typeof s.UNSAFE_componentWillReceiveProps&&(p="UNSAFE_componentWillReceiveProps"),"function"==typeof s.componentWillUpdate&&!0!==s.componentWillUpdate.__suppressDeprecationWarning?h="componentWillUpdate":"function"==typeof s.UNSAFE_componentWillUpdate&&(h="UNSAFE_componentWillUpdate"),null!==f||null!==p||null!==h){var m=pt(t)||"Component",g="function"==typeof t.getDerivedStateFromProps?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";pg.has(m)||(pg.add(m),i("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n%s uses %s but also contains the following legacy lifecycles:%s%s%s\n\nThe above lifecycles should be removed. Learn more about this warning here:\nhttps://reactjs.org/link/unsafe-component-lifecycles",m,g,null!==f?"\n "+f:"",null!==p?"\n "+p:"",null!==h?"\n "+h:""))}}return r&&fd(e,a,o),s}function Pg(e,t,n,r){var a=t.state;if("function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==a){var o=mt(e)||"Component";cg.has(o)||(cg.add(o),i("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",o)),Cg.enqueueReplaceState(t,t.state,null)}}function _g(e,t,n,r){!function(e,t,n){var r=e.stateNode,a=pt(t)||"Component";r.render||(t.prototype&&"function"==typeof t.prototype.render?i("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",a):i("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",a)),!r.getInitialState||r.getInitialState.isReactClassApproved||r.state||i("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",a),r.getDefaultProps&&!r.getDefaultProps.isReactClassApproved&&i("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",a),r.propTypes&&i("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",a),r.contextType&&i("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",a),t.childContextTypes&&!wg.has(t)&&(e.mode&lo)===ao&&(wg.add(t),i("%s uses the legacy childContextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() instead\n\n.Learn more about this warning here: https://reactjs.org/link/legacy-context",a)),t.contextTypes&&!wg.has(t)&&(e.mode&lo)===ao&&(wg.add(t),i("%s uses the legacy contextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() with static contextType instead.\n\nLearn more about this warning here: https://reactjs.org/link/legacy-context",a)),r.contextTypes&&i("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",a),t.contextType&&t.contextTypes&&!yg.has(t)&&(yg.add(t),i("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",a)),"function"==typeof r.componentShouldUpdate&&i("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",a),t.prototype&&t.prototype.isPureReactComponent&&void 0!==r.shouldComponentUpdate&&i("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",pt(t)||"A pure component"),"function"==typeof r.componentDidUnmount&&i("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",a),"function"==typeof r.componentDidReceiveProps&&i("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",a),"function"==typeof r.componentWillRecieveProps&&i("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",a),"function"==typeof r.UNSAFE_componentWillRecieveProps&&i("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",a);var o=r.props!==n;void 0!==r.props&&o&&i("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",a,a),r.defaultProps&&i("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",a,a),"function"!=typeof r.getSnapshotBeforeUpdate||"function"==typeof r.componentDidUpdate||fg.has(t)||(fg.add(t),i("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",pt(t))),"function"==typeof r.getDerivedStateFromProps&&i("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",a),"function"==typeof r.getDerivedStateFromError&&i("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",a),"function"==typeof t.getSnapshotBeforeUpdate&&i("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",a);var l=r.state;l&&("object"!=typeof l||Gt(l))&&i("%s.state: must be set to an object or null",a),"function"==typeof r.getChildContext&&"object"!=typeof t.childContextTypes&&i("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",a)}(e,t,n);var a=e.stateNode;a.props=n,a.state=e.memoizedState,a.refs={},Sp(e);var o=t.contextType;if("object"==typeof o&&null!==o)a.context=up(o);else{var l=dd(0,t,!0);a.context=pd(e,l)}if(a.state===n){var u=pt(t)||"Component";vg.has(u)||(vg.add(u),i("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",u))}e.mode&lo&&xf.recordLegacyContextWarning(e,a),xf.recordUnsafeLifecycleWarnings(e,a),a.state=e.memoizedState;var s=t.getDerivedStateFromProps;if("function"==typeof s&&(xg(e,t,s,n),a.state=e.memoizedState),"function"==typeof t.getDerivedStateFromProps||"function"==typeof a.getSnapshotBeforeUpdate||"function"!=typeof a.UNSAFE_componentWillMount&&"function"!=typeof a.componentWillMount||(function(e,t){var n=t.state;"function"==typeof t.componentWillMount&&t.componentWillMount(),"function"==typeof t.UNSAFE_componentWillMount&&t.UNSAFE_componentWillMount(),n!==t.state&&(i("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",mt(e)||"Component"),Cg.enqueueReplaceState(t,t.state,null))}(e,a),_p(e,n,a,r),a.state=e.memoizedState),"function"==typeof a.componentDidMount){var c=Wr;c|=la,(e.mode&uo)!==ao&&(c|=sa),e.flags|=c}}function Ig(e,t){return{value:e,source:t,stack:dt(t),digest:null}}function Dg(e,t,n){return{value:e,source:null,stack:null!=n?n:null,digest:null!=t?t:null}}function Mg(e,t){try{var n=t.value,r=t.source,a=t.stack,o=null!==a?a:"";if(null!=n&&n._suppressLogging){if(e.tag===s)return;console.error(n)}var i=r?mt(r):null,l=(i?"The above error occurred in the <"+i+"> component:":"The above error occurred in one of your React components:")+"\n"+o+"\n\n"+(e.tag===d?"Consider adding an error boundary to your tree to customize error handling behavior.\nVisit https://reactjs.org/link/error-boundaries to learn more about error boundaries.":"React will try to recreate this component tree from scratch using the error boundary you provided, "+(mt(e)||"Anonymous")+".");console.error(l)}catch(e){setTimeout((function(){throw e}))}}var Ng="function"==typeof WeakMap?WeakMap:Map;function Lg(e,t,n){var r=Cp(Zo,n);r.tag=wp,r.payload={element:null};var a=t.value;return r.callback=function(){Ew(a),Mg(e,t)},r}function Og(e,t,n){var r=Cp(Zo,n);r.tag=wp;var a=e.type.getDerivedStateFromError;if("function"==typeof a){var o=t.value;r.payload=function(){return a(o)},r.callback=function(){Zw(e),Mg(e,t)}}var l=e.stateNode;return null!==l&&"function"==typeof l.componentDidCatch&&(r.callback=function(){var n;Zw(e),Mg(e,t),"function"!=typeof a&&(n=this,null===Mb?Mb=new Set([n]):Mb.add(n));var r=t.value,o=t.stack;this.componentDidCatch(r,{componentStack:null!==o?o:""}),"function"!=typeof a&&(hi(e.lanes,go)||i("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.",mt(e)||"Unknown"))}),r}function Fg(e,t,n){var r,a=e.pingCache;if(null===a?(a=e.pingCache=new Ng,r=new Set,a.set(t,r)):void 0===(r=a.get(t))&&(r=new Set,a.set(t,r)),!r.has(n)){r.add(n);var o=Pw.bind(null,e,t,n);Ha&&Aw(e,n),t.then(o,o)}}function zg(e){var t=e;do{if(t.tag===x&&eh(t))return t;t=t.return}while(null!==t);return null}function Ug(e,t,n,r,a){if((e.mode&oo)===ao){if(e===t)e.flags|=ra;else{if(e.flags|=qr,n.flags|=aa,n.flags&=~(ea|na),n.tag===s)if(null===n.alternate)n.tag=R;else{var o=Cp(Zo,go);o.tag=bp,Ep(n,o,go)}n.lanes=gi(n.lanes,go)}return e}return e.flags|=ra,e.lanes=a,e}function Ag(e,t,n,r,a){if(n.flags|=na,Ha&&Aw(e,a),null!==r&&"object"==typeof r&&"function"==typeof r.then){var o=r;!function(e,t){var n=e.tag;if((e.mode&oo)===ao&&(n===u||n===k||n===E)){var r=e.alternate;r?(e.updateQueue=r.updateQueue,e.memoizedState=r.memoizedState,e.lanes=r.lanes):(e.updateQueue=null,e.memoizedState=null)}}(n),bf()&&n.mode&oo&&Jd();var i=zg(t);if(null!==i)return i.flags&=~Yr,Ug(i,t,n,0,a),i.mode&oo&&Fg(e,o,a),void function(e,t,n,r){var a=e.updateQueue;if(null===a){var o=new Set;o.add(n),e.updateQueue=o}else a.add(n)}(i,0,o);if((a&go)===ho)return Fg(e,o,a),void gw();r=new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.")}else if(bf()&&n.mode&oo){Jd();var l=zg(t);if(null!==l)return(l.flags&ra)===Ar&&(l.flags|=Yr),Ug(l,t,n,0,a),void wf(Ig(r,n))}!function(e){gb!==lb&&(gb=ob),null===kb?kb=[e]:kb.push(e)}(r=Ig(r,n));var c=t;do{switch(c.tag){case d:var f=r;c.flags|=ra;var p=di(a);return c.lanes=gi(c.lanes,p),void Rp(c,Lg(c,f,p));case s:var h=r,m=c.type,g=c.stateNode;if((c.flags&qr)===Ar&&("function"==typeof m.getDerivedStateFromError||null!==g&&"function"==typeof g.componentDidCatch&&!Cw(g))){c.flags|=ra;var v=di(a);return c.lanes=gi(c.lanes,v),void Rp(c,Og(c,h,v))}}c=c.return}while(null!==c)}var jg,Bg,Wg,Hg,Vg,$g,qg,Yg,Qg,Xg=r.ReactCurrentOwner,Kg=!1;function Gg(e,t,n,r){t.child=null===e?qf(t,null,n,r):$f(t,e.child,n,r)}function Zg(e,t,n,r,a){if(t.type!==t.elementType){var o=n.propTypes;o&&Jc(o,r,"prop",pt(n))}var i,l,u=n.render,s=t.ref;if(lp(t,a),Qa(t),Xg.current=t,xt(!0),i=Mh(e,t,u,r,s,a),l=Nh(),t.mode&lo){Va(!0);try{i=Mh(e,t,u,r,s,a),l=Nh()}finally{Va(!1)}}return xt(!1),Xa(),null===e||Kg?(bf()&&l&&Hd(t),t.flags|=jr,Gg(e,t,i,a),t.child):(Lh(e,t,a),_v(e,t,a))}function Jg(e,t,n,r,a){if(null===e){var o,l=n.type;if(function(e){return"function"==typeof e&&!uk(e)&&void 0===e.defaultProps}(l)&&null===n.compare&&void 0===n.defaultProps)return o=Qw(l),t.tag=E,t.type=o,sv(t,l),ev(e,t,o,r,a);var u=l.propTypes;if(u&&Jc(u,r,"prop",pt(l)),void 0!==n.defaultProps){var s=pt(l)||"Unknown";Qg[s]||(i("%s: Support for defaultProps will be removed from memo components in a future major release. Use JavaScript default parameters instead.",s),Qg[s]=!0)}var c=dk(n.type,null,r,t,t.mode,a);return c.ref=t.ref,c.return=t,t.child=c,c}var d=n.type,f=d.propTypes;f&&Jc(f,r,"prop",pt(d));var p=e.child;if(!Iv(e,a)){var h=p.memoizedProps,m=n.compare;if((m=null!==m?m:Ru)(h,r)&&e.ref===t.ref)return _v(e,t,a)}t.flags|=jr;var g=sk(p,r);return g.ref=t.ref,g.return=t,t.child=g,g}function ev(e,t,n,r,a){if(t.type!==t.elementType){var o=t.elementType;if(o.$$typeof===je){var i=o,l=i._payload,u=i._init;try{o=u(l)}catch(e){o=null}var s=o&&o.propTypes;s&&Jc(s,r,"prop",pt(o))}}if(null!==e){var c=e.memoizedProps;if(Ru(c,r)&&e.ref===t.ref&&t.type===e.type){if(Kg=!1,t.pendingProps=r=c,!Iv(e,a))return t.lanes=e.lanes,_v(e,t,a);(e.flags&aa)!==Ar&&(Kg=!0)}}return rv(e,t,n,r,a)}function tv(e,t,n){var r,a=t.pendingProps,o=a.children,i=null!==e?e.memoizedState:null;if("hidden"===a.mode||U)if((t.mode&oo)===ao){var l={baseLanes:ho,cachePool:null,transitions:null};t.memoizedState=l,sw(t,n)}else{if(!hi(n,Ko)){var u;u=null!==i?gi(i.baseLanes,n):n,t.lanes=t.childLanes=Ko;var s={baseLanes:u,cachePool:null,transitions:null};return t.memoizedState=s,t.updateQueue=null,sw(t,u),null}var c={baseLanes:ho,cachePool:null,transitions:null};t.memoizedState=c,sw(t,null!==i?i.baseLanes:n)}else null!==i?(r=gi(i.baseLanes,n),t.memoizedState=null):r=n,sw(t,r);return Gg(e,t,o,n),t.child}function nv(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.flags|=Qr,t.flags|=ia)}function rv(e,t,n,r,a){if(t.type!==t.elementType){var o=n.propTypes;o&&Jc(o,r,"prop",pt(n))}var i,l,u;if(i=pd(t,dd(0,n,!0)),lp(t,a),Qa(t),Xg.current=t,xt(!0),l=Mh(e,t,n,r,i,a),u=Nh(),t.mode&lo){Va(!0);try{l=Mh(e,t,n,r,i,a),u=Nh()}finally{Va(!1)}}return xt(!1),Xa(),null===e||Kg?(bf()&&u&&Hd(t),t.flags|=jr,Gg(e,t,l,a),t.child):(Lh(e,t,a),_v(e,t,a))}function av(e,t,n,r,a){switch(Bk(t)){case!1:var o=t.stateNode,l=new(0,t.type)(t.memoizedProps,o.context).state;o.updater.enqueueSetState(o,l,null);break;case!0:t.flags|=qr,t.flags|=ra;var u=new Error("Simulated error coming from DevTools"),s=di(a);t.lanes=gi(t.lanes,s),Rp(t,Og(t,Ig(u,t),s))}if(t.type!==t.elementType){var c=n.propTypes;c&&Jc(c,r,"prop",pt(n))}var d,f;md(n)?(d=!0,wd(t)):d=!1,lp(t,a),null===t.stateNode?(Pv(e,t),Rg(t,n,r),_g(t,n,r,a),f=!0):f=null===e?function(e,t,n,r){var a=e.stateNode,o=e.memoizedProps;a.props=o;var i=a.context,l=t.contextType,u=ld;u="object"==typeof l&&null!==l?up(l):pd(e,dd(0,t,!0));var s=t.getDerivedStateFromProps,c="function"==typeof s||"function"==typeof a.getSnapshotBeforeUpdate;c||"function"!=typeof a.UNSAFE_componentWillReceiveProps&&"function"!=typeof a.componentWillReceiveProps||o===n&&i===u||Pg(e,a,n,u),Dp();var d=e.memoizedState,f=a.state=d;if(_p(e,n,a,r),f=e.memoizedState,o===n&&d===f&&!hd()&&!Mp()){if("function"==typeof a.componentDidMount){var p=Wr;p|=la,(e.mode&uo)!==ao&&(p|=sa),e.flags|=p}return!1}"function"==typeof s&&(xg(e,t,s,n),f=e.memoizedState);var h=Mp()||Eg(e,t,o,n,d,f,u);if(h){if(c||"function"!=typeof a.UNSAFE_componentWillMount&&"function"!=typeof a.componentWillMount||("function"==typeof a.componentWillMount&&a.componentWillMount(),"function"==typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount()),"function"==typeof a.componentDidMount){var m=Wr;m|=la,(e.mode&uo)!==ao&&(m|=sa),e.flags|=m}}else{if("function"==typeof a.componentDidMount){var g=Wr;g|=la,(e.mode&uo)!==ao&&(g|=sa),e.flags|=g}e.memoizedProps=n,e.memoizedState=f}return a.props=n,a.state=f,a.context=u,h}(t,n,r,a):function(e,t,n,r,a){var o=t.stateNode;xp(e,t);var i=t.memoizedProps,l=t.type===t.elementType?i:sg(t.type,i);o.props=l;var u=t.pendingProps,s=o.context,c=n.contextType,d=ld;d="object"==typeof c&&null!==c?up(c):pd(t,dd(0,n,!0));var f=n.getDerivedStateFromProps,p="function"==typeof f||"function"==typeof o.getSnapshotBeforeUpdate;p||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||i===u&&s===d||Pg(t,o,r,d),Dp();var h=t.memoizedState,m=o.state=h;if(_p(t,r,o,a),m=t.memoizedState,i===u&&h===m&&!hd()&&!Mp()&&!z)return"function"==typeof o.componentDidUpdate&&(i===e.memoizedProps&&h===e.memoizedState||(t.flags|=Wr)),"function"==typeof o.getSnapshotBeforeUpdate&&(i===e.memoizedProps&&h===e.memoizedState||(t.flags|=Xr)),!1;"function"==typeof f&&(xg(t,n,f,r),m=t.memoizedState);var g=Mp()||Eg(t,n,l,r,h,m,d)||z;return g?(p||"function"!=typeof o.UNSAFE_componentWillUpdate&&"function"!=typeof o.componentWillUpdate||("function"==typeof o.componentWillUpdate&&o.componentWillUpdate(r,m,d),"function"==typeof o.UNSAFE_componentWillUpdate&&o.UNSAFE_componentWillUpdate(r,m,d)),"function"==typeof o.componentDidUpdate&&(t.flags|=Wr),"function"==typeof o.getSnapshotBeforeUpdate&&(t.flags|=Xr)):("function"==typeof o.componentDidUpdate&&(i===e.memoizedProps&&h===e.memoizedState||(t.flags|=Wr)),"function"==typeof o.getSnapshotBeforeUpdate&&(i===e.memoizedProps&&h===e.memoizedState||(t.flags|=Xr)),t.memoizedProps=r,t.memoizedState=m),o.props=r,o.state=m,o.context=d,g}(e,t,n,r,a);var p=ov(e,t,n,f,d,a),h=t.stateNode;return f&&h.props!==r&&($g||i("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",mt(t)||"a component"),$g=!0),p}function ov(e,t,n,r,a,o){nv(e,t);var i=(t.flags&qr)!==Ar;if(!r&&!i)return a&&kd(t,n,!1),_v(e,t,o);var l,u=t.stateNode;if(Xg.current=t,i&&"function"!=typeof n.getDerivedStateFromError)l=null,ng();else{if(Qa(t),xt(!0),l=u.render(),t.mode&lo){Va(!0);try{u.render()}finally{Va(!1)}}xt(!1),Xa()}return t.flags|=jr,null!==e&&i?function(e,t,n,r){t.child=$f(t,e.child,null,r),t.child=$f(t,null,n,r)}(e,t,l,o):Gg(e,t,l,o),t.memoizedState=u.state,a&&kd(t,n,!0),t.child}function iv(e){var t=e.stateNode;t.pendingContext?yd(e,t.pendingContext,t.pendingContext!==t.context):t.context&&yd(e,t.context,!1),jp(e,t.containerInfo)}function lv(e,t,n,r,a){return vf(),wf(a),t.flags|=Yr,Gg(e,t,n,r),t.child}function uv(e,t,n,r){Pv(e,t);var a=t.pendingProps,o=n,i=o._payload,l=(0,o._init)(i);t.type=l;var d=t.tag=function(e){if("function"==typeof e)return uk(e)?s:u;if(null!=e){var t=e.$$typeof;if(t===Fe)return k;if(t===Ae)return C}return c}(l),f=sg(l,a);switch(d){case u:return sv(t,l),t.type=l=Qw(l),rv(null,t,l,f,r);case s:return t.type=l=Xw(l),av(null,t,l,f,r);case k:return t.type=l=Kw(l),Zg(null,t,l,f,r);case C:if(t.type!==t.elementType){var p=l.propTypes;p&&Jc(p,f,"prop",pt(l))}return Jg(null,t,l,sg(l.type,f),r)}var h="";throw null!==l&&"object"==typeof l&&l.$$typeof===je&&(h=" Did you wrap a component in React.lazy() more than once?"),new Error("Element type is invalid. Received a promise that resolves to: "+l+". Lazy element type must resolve to a class or function."+h)}function sv(e,t){if(t&&t.childContextTypes&&i("%s(...): childContextTypes cannot be defined on a function component.",t.displayName||t.name||"Component"),null!==e.ref){var n="",r=bt();r&&(n+="\n\nCheck the render method of `"+r+"`.");var a=r||"",o=e._debugSource;o&&(a=o.fileName+":"+o.lineNumber),Vg[a]||(Vg[a]=!0,i("Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?%s",n))}if(void 0!==t.defaultProps){var l=pt(t)||"Unknown";Qg[l]||(i("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.",l),Qg[l]=!0)}if("function"==typeof t.getDerivedStateFromProps){var u=pt(t)||"Unknown";Hg[u]||(i("%s: Function components do not support getDerivedStateFromProps.",u),Hg[u]=!0)}if("object"==typeof t.contextType&&null!==t.contextType){var s=pt(t)||"Unknown";Wg[s]||(i("%s: Function components do not support contextType.",s),Wg[s]=!0)}}jg={},Bg={},Wg={},Hg={},Vg={},$g=!1,qg={},Yg={},Qg={};var cv={dehydrated:null,treeContext:null,retryLane:mo};function dv(e){return{baseLanes:e,cachePool:null,transitions:null}}function fv(e,t,n){var r=t.pendingProps;Wk(t)&&(t.flags|=qr);var a=Qp.current,o=!1,l=(t.flags&qr)!==Ar;if(l||function(e,t,n,r){return(null===t||null!==t.memoizedState)&&Xp(e,Yp)}(a,e)?(o=!0,t.flags&=~qr):null!==e&&null===e.memoizedState||(a|=qp),Zp(t,a=Kp(a)),null===e){cf(t);var u=t.memoizedState;if(null!==u){var s=u.dehydrated;if(null!==s)return function(e,t,n){return(e.mode&oo)===ao?(i("Cannot hydrate Suspense in legacy mode. Switch from ReactDOM.hydrate(element, container) to ReactDOMClient.hydrateRoot(container, <App />).render(element) or remove the Suspense components from the server rendered components."),e.lanes=go):_c(t)?e.lanes=bo:e.lanes=Ko,null}(t,s)}var c=r.children,d=r.fallback;if(o){var f=function(e,t,n,r){var a,o,i=e.mode,l=e.child,u={mode:"hidden",children:t};return(i&oo)===ao&&null!==l?((a=l).childLanes=ho,a.pendingProps=u,e.mode&io&&(a.actualDuration=0,a.actualStartTime=-1,a.selfBaseDuration=0,a.treeBaseDuration=0),o=pk(n,i,r,null)):(a=hv(u,i),o=pk(n,i,r,null)),a.return=e,o.return=e,a.sibling=o,e.child=a,o}(t,c,d,n);return t.child.memoizedState=dv(n),t.memoizedState=cv,f}return pv(t,c)}var p=e.memoizedState;if(null!==p){var h=p.dehydrated;if(null!==h)return function(e,t,n,r,a,o,i){if(n){if(t.flags&Yr)return t.flags&=~Yr,gv(e,t,i,Dg(new Error("There was an error while hydrating this Suspense boundary. Switched to client rendering.")));if(null!==t.memoizedState)return t.child=e.child,t.flags|=qr,null;var l=function(e,t,n,r,a){var o=t.mode,i=hv({mode:"visible",children:n},o),l=pk(r,o,a,null);return l.flags|=Br,i.return=t,l.return=t,i.sibling=l,t.child=i,(t.mode&oo)!==ao&&$f(t,e.child,null,a),l}(e,t,r.children,r.fallback,i);return t.child.memoizedState=dv(i),t.memoizedState=cv,l}if(Zd(),(t.mode&oo)===ao)return gv(e,t,i,null);if(_c(a)){var u,s,c,d=function(e){var t,n,r,a=e.nextSibling&&e.nextSibling.dataset;return a&&(t=a.dgst,n=a.msg,r=a.stck),{message:n,digest:t,stack:r}}(a);return u=d.digest,s=d.message,c=d.stack,gv(e,t,i,Dg(s?new Error(s):new Error("The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."),u,c))}var f=hi(i,e.childLanes);if(Kg||f){var p=Xb();if(null!==p){var h=function(e,t){var n;switch(ci(t)){case yo:n=vo;break;case wo:n=bo;break;case xo:case Co:case Eo:case To:case Ro:case Po:case _o:case Io:case Do:case Mo:case No:case Lo:case Oo:case Fo:case zo:case Uo:case jo:case Bo:case Wo:case Ho:case Vo:n=ko;break;case Xo:n=Qo;break;default:n=mo}return(n&(e.suspendedLanes|t))!==mo?mo:n}(p,i);if(h!==mo&&h!==o.retryLane){o.retryLane=h;var m=Zo;fp(e,h),Jb(p,e,h,m)}}return gw(),gv(e,t,i,Dg(new Error("This Suspense boundary received an update before it finished hydrating. This caused the boundary to switch to client rendering. The usual way to fix this is to wrap the original update in startTransition.")))}if(Pc(a))return t.flags|=qr,t.child=e.child,g=Iw.bind(null,e),a._reactRetry=g,null;tf(t,a,o.treeContext);var g,v=pv(t,r.children);return v.flags|=Gr,v}(e,t,l,r,h,p,n)}if(o){var m=r.fallback,g=function(e,t,n,r,a){var o,i,l=t.mode,u=e.child,s=u.sibling,c={mode:"hidden",children:n};return(l&oo)===ao&&t.child!==u?((o=t.child).childLanes=ho,o.pendingProps=c,t.mode&io&&(o.actualDuration=0,o.actualStartTime=-1,o.selfBaseDuration=u.selfBaseDuration,o.treeBaseDuration=u.treeBaseDuration),t.deletions=null):(o=mv(u,c)).subtreeFlags=u.subtreeFlags&ma,null!==s?i=sk(s,r):(i=pk(r,l,a,null)).flags|=Br,i.return=t,o.return=t,o.sibling=i,t.child=o,i}(e,t,r.children,m,n),v=t.child,y=e.child.memoizedState;return v.memoizedState=null===y?dv(n):function(e,t){return{baseLanes:gi(e.baseLanes,t),cachePool:null,transitions:e.transitions}}(y,n),v.childLanes=function(e,t){return vi(e.childLanes,t)}(e,n),t.memoizedState=cv,g}var b=function(e,t,n,r){var a=e.child,o=a.sibling,i=mv(a,{mode:"visible",children:n});if((t.mode&oo)===ao&&(i.lanes=r),i.return=t,i.sibling=null,null!==o){var l=t.deletions;null===l?(t.deletions=[o],t.flags|=Hr):l.push(o)}return t.child=i,i}(e,t,r.children,n);return t.memoizedState=null,b}function pv(e,t,n){var r=hv({mode:"visible",children:t},e.mode);return r.return=e,e.child=r,r}function hv(e,t,n){return hk(e,t,ho,null)}function mv(e,t){return sk(e,t)}function gv(e,t,n,r){null!==r&&wf(r),$f(t,e.child,null,n);var a=pv(t,t.pendingProps.children);return a.flags|=Br,t.memoizedState=null,a}function vv(e,t,n){e.lanes=gi(e.lanes,t);var r=e.alternate;null!==r&&(r.lanes=gi(r.lanes,t)),op(e.return,t,n)}function yv(e,t){var n=Gt(e),r=!n&&"function"==typeof Ve(e);if(n||r){var a=n?"array":"iterable";return i("A nested %s was passed to row #%s in <SuspenseList />. Wrap it in an additional SuspenseList to configure its revealOrder: <SuspenseList revealOrder=...> ... <SuspenseList revealOrder=...>{%s}</SuspenseList> ... </SuspenseList>",a,t,a),!1}return!0}function bv(e,t,n,r,a){var o=e.memoizedState;null===o?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:a}:(o.isBackwards=t,o.rendering=null,o.renderingStartTime=0,o.last=r,o.tail=n,o.tailMode=a)}function wv(e,t,n){var r=t.pendingProps,a=r.revealOrder,o=r.tail,l=r.children;!function(e){if(void 0!==e&&"forwards"!==e&&"backwards"!==e&&"together"!==e&&!qg[e])if(qg[e]=!0,"string"==typeof e)switch(e.toLowerCase()){case"together":case"forwards":case"backwards":i('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',e,e.toLowerCase());break;case"forward":case"backward":i('"%s" is not a valid value for revealOrder on <SuspenseList />. React uses the -s suffix in the spelling. Use "%ss" instead.',e,e.toLowerCase());break;default:i('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e)}else i('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e)}(a),function(e,t){void 0===e||Yg[e]||("collapsed"!==e&&"hidden"!==e?(Yg[e]=!0,i('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "collapsed" or "hidden"?',e)):"forwards"!==t&&"backwards"!==t&&(Yg[e]=!0,i('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',e)))}(o,a),function(e,t){if(("forwards"===t||"backwards"===t)&&null!=e&&!1!==e)if(Gt(e)){for(var n=0;n<e.length;n++)if(!yv(e[n],n))return}else{var r=Ve(e);if("function"==typeof r){var a=r.call(e);if(a)for(var o=a.next(),l=0;!o.done;o=a.next()){if(!yv(o.value,l))return;l++}}else i('A single row was passed to a <SuspenseList revealOrder="%s" />. This is not useful since it needs multiple rows. Did you mean to pass multiple children or an array?',t)}}(l,a),Gg(e,t,l,n);var u=Qp.current;if(Xp(u,Yp)?(u=Gp(u,Yp),t.flags|=qr):(null!==e&&(e.flags&qr)!==Ar&&function(e,t,n){for(var r=t;null!==r;){if(r.tag===x)null!==r.memoizedState&&vv(r,n,e);else if(r.tag===_)vv(r,n,e);else if(null!==r.child){r.child.return=r,r=r.child;continue}if(r===e)return;for(;null===r.sibling;){if(null===r.return||r.return===e)return;r=r.return}r.sibling.return=r.return,r=r.sibling}}(t,t.child,n),u=Kp(u)),Zp(t,u),(t.mode&oo)===ao)t.memoizedState=null;else switch(a){case"forwards":var s,c=function(e){for(var t=e,n=null;null!==t;){var r=t.alternate;null!==r&&null===th(r)&&(n=t),t=t.sibling}return n}(t.child);null===c?(s=t.child,t.child=null):(s=c.sibling,c.sibling=null),bv(t,!1,s,c,o);break;case"backwards":var d=null,f=t.child;for(t.child=null;null!==f;){var p=f.alternate;if(null!==p&&null===th(p)){t.child=f;break}var h=f.sibling;f.sibling=d,d=f,f=h}bv(t,!0,d,null,o);break;case"together":bv(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}var kv,Sv,xv,Cv,Ev=!1,Tv=!1;function Rv(){Kg=!0}function Pv(e,t){(t.mode&oo)===ao&&null!==e&&(e.alternate=null,t.alternate=null,t.flags|=Br)}function _v(e,t,n){return null!==e&&(t.dependencies=e.dependencies),ng(),mw(t.lanes),hi(n,t.childLanes)?(function(e,t){if(null!==e&&t.child!==e.child)throw new Error("Resuming work not yet implemented.");if(null!==t.child){var n=t.child,r=sk(n,n.pendingProps);for(t.child=r,r.return=t;null!==n.sibling;)n=n.sibling,(r=r.sibling=sk(n,n.pendingProps)).return=t;r.sibling=null}}(e,t),t.child):null}function Iv(e,t){return!!hi(e.lanes,t)}function Dv(e,t,n){if(t._debugNeedsRemount&&null!==e)return function(e,t,n){var r=t.return;if(null===r)throw new Error("Cannot swap the root fiber.");if(e.alternate=null,t.alternate=null,n.index=t.index,n.sibling=t.sibling,n.return=t.return,n.ref=t.ref,t===r.child)r.child=n;else{var a=r.child;if(null===a)throw new Error("Expected parent to have a child.");for(;a.sibling!==t;)if(null===(a=a.sibling))throw new Error("Expected to find the previous sibling.");a.sibling=n}var o=r.deletions;return null===o?(r.deletions=[e],r.flags|=Hr):o.push(e),n.flags|=Br,n}(e,t,dk(t.type,t.key,t.pendingProps,t._debugOwner||null,t.mode,t.lanes));if(null!==e)if(e.memoizedProps!==t.pendingProps||hd()||t.type!==e.type)Kg=!0;else{if(!Iv(e,n)&&(t.flags&qr)===Ar)return Kg=!1,function(e,t,n){switch(t.tag){case d:iv(t),t.stateNode,vf();break;case h:Hp(t);break;case s:md(t.type)&&wd(t);break;case f:jp(t,t.stateNode.containerInfo);break;case w:var r=t.memoizedProps.value;rp(t,t.type._context,r);break;case S:hi(n,t.childLanes)&&(t.flags|=Wr);var a=t.stateNode;a.effectDuration=0,a.passiveEffectDuration=0;break;case x:var o=t.memoizedState;if(null!==o){if(null!==o.dehydrated)return Zp(t,Kp(Qp.current)),t.flags|=qr,null;if(hi(n,t.child.childLanes))return fv(e,t,n);Zp(t,Kp(Qp.current));var i=_v(e,t,n);return null!==i?i.sibling:null}Zp(t,Kp(Qp.current));break;case _:var l=(e.flags&qr)!==Ar,u=hi(n,t.childLanes);if(l){if(u)return wv(e,t,n);t.flags|=qr}var c=t.memoizedState;if(null!==c&&(c.rendering=null,c.tail=null,c.lastEffect=null),Zp(t,Qp.current),u)break;return null;case D:case M:return t.lanes=ho,tv(e,t,n)}return _v(e,t,n)}(e,t,n);Kg=(e.flags&aa)!==Ar}else if(Kg=!1,bf()&&function(e){return qd(),(e.flags&oa)!==Ar}(t)){var r=t.index;Wd(t,(qd(),Ld),r)}switch(t.lanes=ho,t.tag){case c:return function(e,t,n,r){Pv(e,t);var a,o,l,c=t.pendingProps;if(a=pd(t,dd(0,n,!1)),lp(t,r),Qa(t),n.prototype&&"function"==typeof n.prototype.render){var d=pt(n)||"Unknown";jg[d]||(i("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",d,d),jg[d]=!0)}if(t.mode&lo&&xf.recordLegacyContextWarning(t,null),xt(!0),Xg.current=t,o=Mh(null,t,n,c,a,r),l=Nh(),xt(!1),Xa(),t.flags|=jr,"object"==typeof o&&null!==o&&"function"==typeof o.render&&void 0===o.$$typeof){var f=pt(n)||"Unknown";Bg[f]||(i("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",f,f,f),Bg[f]=!0)}if("object"==typeof o&&null!==o&&"function"==typeof o.render&&void 0===o.$$typeof){var p=pt(n)||"Unknown";Bg[p]||(i("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",p,p,p),Bg[p]=!0),t.tag=s,t.memoizedState=null,t.updateQueue=null;var h=!1;return md(n)?(h=!0,wd(t)):h=!1,t.memoizedState=null!==o.state&&void 0!==o.state?o.state:null,Sp(t),Tg(t,o),_g(t,n,c,r),ov(null,t,n,!0,h,r)}if(t.tag=u,t.mode&lo){Va(!0);try{o=Mh(null,t,n,c,a,r),l=Nh()}finally{Va(!1)}}return bf()&&l&&Hd(t),Gg(null,t,o,r),sv(t,n),t.child}(e,t,t.type,n);case T:return uv(e,t,t.elementType,n);case u:var a=t.type,o=t.pendingProps;return rv(e,t,a,t.elementType===a?o:sg(a,o),n);case s:var l=t.type,p=t.pendingProps;return av(e,t,l,t.elementType===l?p:sg(l,p),n);case d:return function(e,t,n){if(iv(t),null===e)throw new Error("Should have a current fiber. This is a bug in React.");var r=t.pendingProps,a=t.memoizedState,o=a.element;xp(e,t),_p(t,r,null,n);var i=t.memoizedState;t.stateNode;var l=i.element;if(a.isDehydrated){var u={element:l,isDehydrated:!1,cache:i.cache,pendingSuspenseBoundaries:i.pendingSuspenseBoundaries,transitions:i.transitions};if(t.updateQueue.baseState=u,t.memoizedState=u,t.flags&Yr)return lv(e,t,l,n,Ig(new Error("There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering."),t));if(l!==o)return lv(e,t,l,n,Ig(new Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),t));ef(t);var s=qf(t,null,l,n);t.child=s;for(var c=s;c;)c.flags=c.flags&~Br|Gr,c=c.sibling}else{if(vf(),l===o)return _v(e,t,n);Gg(e,t,l,n)}return t.child}(e,t,n);case h:return function(e,t,n){Hp(t),null===e&&cf(t);var r=t.type,a=t.pendingProps,o=null!==e?e.memoizedProps:null,i=a.children;return mc(r,a)?i=null:null!==o&&mc(r,o)&&(t.flags|=Vr),nv(e,t),Gg(e,t,i,n),t.child}(e,t,n);case g:return function(e,t){return null===e&&cf(t),null}(e,t);case x:return fv(e,t,n);case f:return function(e,t,n){jp(t,t.stateNode.containerInfo);var r=t.pendingProps;return null===e?t.child=$f(t,null,r,n):Gg(e,t,r,n),t.child}(e,t,n);case k:var m=t.type,P=t.pendingProps;return Zg(e,t,m,t.elementType===m?P:sg(m,P),n);case v:return function(e,t,n){return Gg(e,t,t.pendingProps,n),t.child}(e,t,n);case y:return function(e,t,n){return Gg(e,t,t.pendingProps.children,n),t.child}(e,t,n);case S:return function(e,t,n){t.flags|=Wr;var r=t.stateNode;return r.effectDuration=0,r.passiveEffectDuration=0,Gg(e,t,t.pendingProps.children,n),t.child}(e,t,n);case w:return function(e,t,n){var r=t.type._context,a=t.pendingProps,o=t.memoizedProps,l=a.value;"value"in a||Ev||(Ev=!0,i("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?"));var u=t.type.propTypes;if(u&&Jc(u,a,"prop","Context.Provider"),rp(t,r,l),null!==o){var s=o.value;if(Tu(s,l)){if(o.children===a.children&&!hd())return _v(e,t,n)}else ip(t,r,n)}return Gg(e,t,a.children,n),t.child}(e,t,n);case b:return function(e,t,n){var r=t.type;void 0===r._context?r!==r.Consumer&&(Tv||(Tv=!0,i("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):r=r._context;var a=t.pendingProps.children;"function"!=typeof a&&i("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."),lp(t,n);var o,l=up(r);return Qa(t),Xg.current=t,xt(!0),o=a(l),xt(!1),Xa(),t.flags|=jr,Gg(e,t,o,n),t.child}(e,t,n);case C:var N=t.type,L=sg(N,t.pendingProps);if(t.type!==t.elementType){var O=N.propTypes;O&&Jc(O,L,"prop",pt(N))}return Jg(e,t,N,L=sg(N.type,L),n);case E:return ev(e,t,t.type,t.pendingProps,n);case R:var F=t.type,z=t.pendingProps;return function(e,t,n,r,a){var o;return Pv(e,t),t.tag=s,md(n)?(o=!0,wd(t)):o=!1,lp(t,a),Rg(t,n,r),_g(t,n,r,a),ov(null,t,n,!0,o,a)}(e,t,F,t.elementType===F?z:sg(F,z),n);case _:return wv(e,t,n);case I:break;case D:return tv(e,t,n)}throw new Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function Mv(e){e.flags|=Wr}function Nv(e){e.flags|=Qr,e.flags|=ia}function Lv(e,t){if(!bf())switch(e.tailMode){case"hidden":for(var n=e.tail,r=null;null!==n;)null!==n.alternate&&(r=n),n=n.sibling;null===r?e.tail=null:r.sibling=null;break;case"collapsed":for(var a=e.tail,o=null;null!==a;)null!==a.alternate&&(o=a),a=a.sibling;null===o?t||null===e.tail?e.tail=null:e.tail.sibling=null:o.sibling=null}}function Ov(e){var t=null!==e.alternate&&e.alternate.child===e.child,n=ho,r=Ar;if(t){if((e.mode&io)!==ao){for(var a=e.selfBaseDuration,o=e.child;null!==o;)n=gi(n,gi(o.lanes,o.childLanes)),r|=o.subtreeFlags&ma,r|=o.flags&ma,a+=o.treeBaseDuration,o=o.sibling;e.treeBaseDuration=a}else for(var i=e.child;null!==i;)n=gi(n,gi(i.lanes,i.childLanes)),r|=i.subtreeFlags&ma,r|=i.flags&ma,i.return=e,i=i.sibling;e.subtreeFlags|=r}else{if((e.mode&io)!==ao){for(var l=e.actualDuration,u=e.selfBaseDuration,s=e.child;null!==s;)n=gi(n,gi(s.lanes,s.childLanes)),r|=s.subtreeFlags,r|=s.flags,l+=s.actualDuration,u+=s.treeBaseDuration,s=s.sibling;e.actualDuration=l,e.treeBaseDuration=u}else for(var c=e.child;null!==c;)n=gi(n,gi(c.lanes,c.childLanes)),r|=c.subtreeFlags,r|=c.flags,c.return=e,c=c.sibling;e.subtreeFlags|=r}return e.childLanes=n,t}function Fv(e,t,n){if(Xd&&null!==Qd&&(t.mode&oo)!==ao&&(t.flags&qr)===Ar)return gf(t),vf(),t.flags|=Yr|na|ra,!1;var r=mf(t);if(null!==n&&null!==n.dehydrated){if(null===e){if(!r)throw new Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");if(ff(t),Ov(t),(t.mode&io)!==ao&&null!==n){var a=t.child;null!==a&&(t.treeBaseDuration-=a.treeBaseDuration)}return!1}if(vf(),(t.flags&qr)===Ar&&(t.memoizedState=null),t.flags|=Wr,Ov(t),(t.mode&io)!==ao&&null!==n){var o=t.child;null!==o&&(t.treeBaseDuration-=o.treeBaseDuration)}return!1}return yf(),!0}function zv(e,t,n){var r=t.pendingProps;switch($d(t),t.tag){case c:case T:case E:case u:case k:case v:case y:case S:case b:case C:return Ov(t),null;case s:return md(t.type)&&gd(t),Ov(t),null;case d:var a=t.stateNode;return Bp(t),vd(t),uh(),a.pendingContext&&(a.context=a.pendingContext,a.pendingContext=null),(null===e||null===e.child)&&(mf(t)?Mv(t):null!==e&&(e.memoizedState.isDehydrated&&(t.flags&Yr)===Ar||(t.flags|=Xr,yf()))),Sv(e,t),Ov(t),null;case h:Vp(t);var o=Ap(),i=t.type;if(null!==e&&null!=t.stateNode)xv(e,t,i,r,o),e.ref!==t.ref&&Nv(t);else{if(!r){if(null===t.stateNode)throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return Ov(t),null}var l=Wp();if(mf(t))(function(e,t,n){var r=e.stateNode,a=!Kd,o=Mc(r,e.type,e.memoizedProps,0,n,e,a);return e.updateQueue=o,null!==o})(t,0,l)&&Mv(t);else{var p=hc(i,r,o,l,t);kv(p,t,!1,!1),t.stateNode=p,function(e,t,n,r,a){switch(Vs(e,t,n),t){case"button":case"input":case"select":case"textarea":return!!n.autoFocus;case"img":return!0;default:return!1}}(p,i,r)&&Mv(t)}null!==t.ref&&Nv(t)}return Ov(t),null;case g:var m=r;if(e&&null!=t.stateNode){var P=e.memoizedProps;Cv(e,t,P,m)}else{if("string"!=typeof m&&null===t.stateNode)throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");var O=Ap(),F=Wp();mf(t)?df(t)&&Mv(t):t.stateNode=gc(m,O,F,t)}return Ov(t),null;case x:Jp(t);var z=t.memoizedState;if((null===e||null!==e.memoizedState&&null!==e.memoizedState.dehydrated)&&!Fv(e,t,z))return t.flags&ra?t:null;if((t.flags&qr)!==Ar)return t.lanes=n,(t.mode&io)!==ao&&ug(t),t;var j=null!==z;if(j!==(null!==e&&null!==e.memoizedState)&&j&&(t.child.flags|=Zr,(t.mode&oo)!==ao&&(null===e&&(!0!==t.memoizedProps.unstable_avoidThisFallback||!A)||Xp(Qp.current,qp)?gb===rb&&(gb=ib):gw())),null!==t.updateQueue&&(t.flags|=Wr),Ov(t),(t.mode&io)!==ao&&j){var B=t.child;null!==B&&(t.treeBaseDuration-=B.treeBaseDuration)}return null;case f:return Bp(t),Sv(e,t),null===e&&hs(t.stateNode.containerInfo),Ov(t),null;case w:return ap(t.type._context,t),Ov(t),null;case R:return md(t.type)&&gd(t),Ov(t),null;case _:Jp(t);var W=t.memoizedState;if(null===W)return Ov(t),null;var H=(t.flags&qr)!==Ar,V=W.rendering;if(null===V)if(H)Lv(W,!1);else{if(gb!==rb||null!==e&&(e.flags&qr)!==Ar)for(var $=t.child;null!==$;){var q=th($);if(null!==q){H=!0,t.flags|=qr,Lv(W,!1);var Y=q.updateQueue;return null!==Y&&(t.updateQueue=Y,t.flags|=Wr),t.subtreeFlags=Ar,Yf(t,n),Zp(t,Gp(Qp.current,Yp)),t.child}$=$.sibling}null!==W.tail&&Ia()>_b()&&(t.flags|=qr,H=!0,Lv(W,!1),t.lanes=$o)}else{if(!H){var Q=th(V);if(null!==Q){t.flags|=qr,H=!0;var X=Q.updateQueue;if(null!==X&&(t.updateQueue=X,t.flags|=Wr),Lv(W,!0),null===W.tail&&"hidden"===W.tailMode&&!V.alternate&&!bf())return Ov(t),null}else 2*Ia()-W.renderingStartTime>_b()&&n!==Ko&&(t.flags|=qr,H=!0,Lv(W,!1),t.lanes=$o)}if(W.isBackwards)V.sibling=t.child,t.child=V;else{var K=W.last;null!==K?K.sibling=V:t.child=V,W.last=V}}if(null!==W.tail){var G=W.tail;W.rendering=G,W.tail=G.sibling,W.renderingStartTime=Ia(),G.sibling=null;var Z=Qp.current;return Zp(t,Z=H?Gp(Z,Yp):Kp(Z)),G}return Ov(t),null;case I:break;case D:case M:cw(t);var J=null!==t.memoizedState;return null!==e&&(null!==e.memoizedState===J||U||(t.flags|=Zr)),J&&(t.mode&oo)!==ao?hi(hb,Ko)&&(Ov(t),t.subtreeFlags&(Br|Wr)&&(t.flags|=Zr)):Ov(t),null;case N:case L:return null}throw new Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function Uv(e,t,n){switch($d(t),t.tag){case s:md(t.type)&&gd(t);var r=t.flags;return r&ra?(t.flags=r&~ra|qr,(t.mode&io)!==ao&&ug(t),t):null;case d:t.stateNode,Bp(t),vd(t),uh();var a=t.flags;return(a&ra)!==Ar&&(a&qr)===Ar?(t.flags=a&~ra|qr,t):null;case h:return Vp(t),null;case x:Jp(t);var o=t.memoizedState;if(null!==o&&null!==o.dehydrated){if(null===t.alternate)throw new Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue.");vf()}var i=t.flags;return i&ra?(t.flags=i&~ra|qr,(t.mode&io)!==ao&&ug(t),t):null;case _:return Jp(t),null;case f:return Bp(t),null;case w:return ap(t.type._context,t),null;case D:case M:return cw(t),null;default:return null}}function Av(e,t,n){switch($d(t),t.tag){case s:null!=t.type.childContextTypes&&gd(t);break;case d:t.stateNode,Bp(t),vd(t),uh();break;case h:Vp(t);break;case f:Bp(t);break;case x:case _:Jp(t);break;case w:ap(t.type._context,t);break;case D:case M:cw(t)}}kv=function(e,t,n,r){for(var a,o,i=t.child;null!==i;){if(i.tag===h||i.tag===g)a=e,o=i.stateNode,a.appendChild(o);else if(i.tag===f);else if(null!==i.child){i.child.return=i,i=i.child;continue}if(i===t)return;for(;null===i.sibling;){if(null===i.return||i.return===t)return;i=i.return}i.sibling.return=i.return,i=i.sibling}},Sv=function(e,t){},xv=function(e,t,n,r,a){var o=e.memoizedProps;if(o!==r){var i=function(e,t,n,r,a,o){var i=o;if(typeof r.children!=typeof n.children&&("string"==typeof r.children||"number"==typeof r.children)){var l=""+r.children,u=Zs(i.ancestorInfo,t);Gs(null,l,u)}return $s(e,t,n,r)}(t.stateNode,n,o,r,0,Wp());t.updateQueue=i,i&&Mv(t)}},Cv=function(e,t,n,r){n!==r&&Mv(t)};var jv=null;jv=new Set;var Bv=!1,Wv=!1,Hv="function"==typeof WeakSet?WeakSet:Set,Vv=null,$v=null,qv=null,Yv=function(e,t){if(t.props=e.memoizedProps,t.state=e.memoizedState,e.mode&io)try{ig(),t.componentWillUnmount()}finally{ag(e)}else t.componentWillUnmount()};function Qv(e,t){try{ay(oh,e)}catch(n){Rw(e,t,n)}}function Xv(e,t,n){try{Yv(e,n)}catch(n){Rw(e,t,n)}}function Kv(e,t){try{uy(e)}catch(n){Rw(e,t,n)}}function Gv(e,t){var n=e.ref;if(null!==n)if("function"==typeof n){var r;try{if(V&&$&&e.mode&io)try{ig(),r=n(null)}finally{ag(e)}else r=n(null)}catch(n){Rw(e,t,n)}"function"==typeof r&&i("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",mt(e))}else n.current=null}function Zv(e,t,n){try{n()}catch(n){Rw(e,t,n)}}var Jv=!1;function ey(e,t){pc(e.containerInfo),Vv=t,function(){for(;null!==Vv;){var e=Vv,t=e.child;(e.subtreeFlags&da)!==Ar&&null!==t?(t.return=e,Vv=t):ty()}}();var n=Jv;return Jv=!1,n}function ty(){for(;null!==Vv;){var e=Vv;St(e);try{ny(e)}catch(t){Rw(e,e.return,t)}kt();var t=e.sibling;if(null!==t)return t.return=e.return,void(Vv=t);Vv=e.return}}function ny(e){var t,n=e.alternate;if((e.flags&Xr)!==Ar){switch(St(e),e.tag){case u:case k:case E:break;case s:if(null!==n){var r=n.memoizedProps,a=n.memoizedState,o=e.stateNode;e.type!==e.elementType||$g||(o.props!==e.memoizedProps&&i("Expected %s props to match memoized props before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",mt(e)||"instance"),o.state!==e.memoizedState&&i("Expected %s state to match memoized state before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",mt(e)||"instance"));var l=o.getSnapshotBeforeUpdate(e.elementType===e.type?r:sg(e.type,r),a),c=jv;void 0!==l||c.has(e.type)||(c.add(e.type),i("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",mt(e))),o.__reactInternalSnapshotBeforeUpdate=l}break;case d:(t=e.stateNode.containerInfo).nodeType===vn?t.textContent="":t.nodeType===wn&&t.documentElement&&t.removeChild(t.documentElement);break;case h:case g:case f:case R:break;default:throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}kt()}}function ry(e,t,n){var r,a=t.updateQueue,o=null!==a?a.lastEffect:null;if(null!==o){var i=o.next,l=i;do{if((l.tag&e)===e){var u=l.destroy;l.destroy=void 0,void 0!==u&&((e&ih)!==nh?(r=t,null!==Ba&&"function"==typeof Ba.markComponentPassiveEffectUnmountStarted&&Ba.markComponentPassiveEffectUnmountStarted(r)):(e&oh)!==nh&&Ga(t),(e&ah)!==nh&&Vw(!0),Zv(t,n,u),(e&ah)!==nh&&Vw(!1),(e&ih)!==nh?null!==Ba&&"function"==typeof Ba.markComponentPassiveEffectUnmountStopped&&Ba.markComponentPassiveEffectUnmountStopped():(e&oh)!==nh&&Za())}l=l.next}while(l!==i)}}function ay(e,t){var n,r=t.updateQueue,a=null!==r?r.lastEffect:null;if(null!==a){var o=a.next,l=o;do{if((l.tag&e)===e){(e&ih)!==nh?(n=t,null!==Ba&&"function"==typeof Ba.markComponentPassiveEffectMountStarted&&Ba.markComponentPassiveEffectMountStarted(n)):(e&oh)!==nh&&Ka(t);var u=l.create;(e&ah)!==nh&&Vw(!0),l.destroy=u(),(e&ah)!==nh&&Vw(!1),(e&ih)!==nh?null!==Ba&&"function"==typeof Ba.markComponentPassiveEffectMountStopped&&Ba.markComponentPassiveEffectMountStopped():(e&oh)!==nh&&null!==Ba&&"function"==typeof Ba.markComponentLayoutEffectMountStopped&&Ba.markComponentLayoutEffectMountStopped();var s=l.destroy;if(void 0!==s&&"function"!=typeof s){var c=void 0;i("%s must not return anything besides a function, which is used for clean-up.%s",c=(l.tag&oh)!==Ar?"useLayoutEffect":(l.tag&ah)!==Ar?"useInsertionEffect":"useEffect",null===s?" You returned null. If your effect does not require clean up, return undefined (or nothing).":"function"==typeof s.then?"\n\nIt looks like you wrote "+c+"(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:\n\n"+c+"(() => {\n async function fetchData() {\n // You can await here\n const response = await MyAPI.getData(someId);\n // ...\n }\n fetchData();\n}, [someId]); // Or [] if effect doesn't need props or state\n\nLearn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-fetching":" You returned: "+s)}}l=l.next}while(l!==o)}}function oy(e,t){if((t.flags&Wr)!==Ar&&t.tag===S){var n=t.stateNode.passiveEffectDuration,r=t.memoizedProps,a=r.id,o=r.onPostCommit,i=Jm(),l=null===t.alternate?"mount":"update";Zm()&&(l="nested-update"),"function"==typeof o&&o(a,l,n,i);var u=t.return;e:for(;null!==u;){switch(u.tag){case d:case S:u.stateNode.passiveEffectDuration+=n;break e}u=u.return}}}function iy(e,t,n,r){if((n.flags&pa)!==Ar)switch(n.tag){case u:case k:case E:if(!Wv)if(n.mode&io)try{ig(),ay(oh|rh,n)}finally{ag(n)}else ay(oh|rh,n);break;case s:var a=n.stateNode;if(n.flags&Wr&&!Wv)if(null===t)if(n.type!==n.elementType||$g||(a.props!==n.memoizedProps&&i("Expected %s props to match memoized props before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",mt(n)||"instance"),a.state!==n.memoizedState&&i("Expected %s state to match memoized state before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",mt(n)||"instance")),n.mode&io)try{ig(),a.componentDidMount()}finally{ag(n)}else a.componentDidMount();else{var o=n.elementType===n.type?t.memoizedProps:sg(n.type,t.memoizedProps),l=t.memoizedState;if(n.type!==n.elementType||$g||(a.props!==n.memoizedProps&&i("Expected %s props to match memoized props before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",mt(n)||"instance"),a.state!==n.memoizedState&&i("Expected %s state to match memoized state before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",mt(n)||"instance")),n.mode&io)try{ig(),a.componentDidUpdate(o,l,a.__reactInternalSnapshotBeforeUpdate)}finally{ag(n)}else a.componentDidUpdate(o,l,a.__reactInternalSnapshotBeforeUpdate)}var c=n.updateQueue;null!==c&&(n.type!==n.elementType||$g||(a.props!==n.memoizedProps&&i("Expected %s props to match memoized props before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",mt(n)||"instance"),a.state!==n.memoizedState&&i("Expected %s state to match memoized state before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",mt(n)||"instance")),Np(0,c,a));break;case d:var p=n.updateQueue;if(null!==p){var m=null;if(null!==n.child)switch(n.child.tag){case h:case s:m=n.child.stateNode}Np(0,p,m)}break;case h:var v=n.stateNode;null===t&&n.flags&Wr&&function(e,t,n,r){switch(t){case"button":case"input":case"select":case"textarea":return void(n.autoFocus&&e.focus());case"img":n.src&&(e.src=n.src)}}(v,n.type,n.memoizedProps);break;case g:case f:break;case S:var y=n.memoizedProps,b=y.onCommit,w=y.onRender,C=n.stateNode.effectDuration,T=Jm(),P=null===t?"mount":"update";Zm()&&(P="nested-update"),"function"==typeof w&&w(n.memoizedProps.id,P,n.actualDuration,n.treeBaseDuration,n.actualStartTime,T),"function"==typeof b&&b(n.memoizedProps.id,P,C,T),O=n,Fb.push(O),Nb||(Nb=!0,Bw(La,(function(){return xw(),null})));var N=n.return;e:for(;null!==N;){switch(N.tag){case d:case S:N.stateNode.effectDuration+=C;break e}N=N.return}break;case x:!function(e,t){if(null===t.memoizedState){var n=t.alternate;if(null!==n){var r=n.memoizedState;if(null!==r){var a=r.dehydrated;null!==a&&function(e){rl(e)}(a)}}}}(0,n);break;case _:case R:case I:case D:case M:case L:break;default:throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}var O;Wv||n.flags&Qr&&uy(n)}function ly(e){switch(e.tag){case u:case k:case E:if(e.mode&io)try{ig(),Qv(e,e.return)}finally{ag(e)}else Qv(e,e.return);break;case s:var t=e.stateNode;"function"==typeof t.componentDidMount&&function(e,t,n){try{n.componentDidMount()}catch(n){Rw(e,t,n)}}(e,e.return,t),Kv(e,e.return);break;case h:Kv(e,e.return)}}function uy(e){var t=e.ref;if(null!==t){var n,r=e.stateNode;if(e.tag,n=r,"function"==typeof t){var a;if(e.mode&io)try{ig(),a=t(n)}finally{ag(e)}else a=t(n);"function"==typeof a&&i("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",mt(e))}else t.hasOwnProperty("current")||i("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",mt(e)),t.current=n}}function sy(e){var t,n=e.alternate;if(null!==n&&(e.alternate=null,sy(n)),e.child=null,e.deletions=null,e.sibling=null,e.tag===h){var r=e.stateNode;null!==r&&(delete(t=r)[Oc],delete t[Fc],delete t[Uc],delete t[Ac],delete t[jc])}e.stateNode=null,e._debugOwner=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function cy(e){return e.tag===h||e.tag===d||e.tag===f}function dy(e){var t=e;e:for(;;){for(;null===t.sibling;){if(null===t.return||cy(t.return))return null;t=t.return}for(t.sibling.return=t.return,t=t.sibling;t.tag!==h&&t.tag!==g&&t.tag!==P;){if(t.flags&Br)continue e;if(null===t.child||t.tag===f)continue e;t.child.return=t,t=t.child}if(!(t.flags&Br))return t.stateNode}}function fy(e){var t=function(e){for(var t=e.return;null!==t;){if(cy(t))return t;t=t.return}throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.")}(e);switch(t.tag){case h:var n=t.stateNode;t.flags&Vr&&(xc(n),t.flags&=~Vr),hy(e,dy(e),n);break;case d:case f:var r=t.stateNode.containerInfo;py(e,dy(e),r);break;default:throw new Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}}function py(e,t,n){var r=e.tag;if(r===h||r===g){var a=e.stateNode;t?function(e,t,n){e.nodeType===bn?e.parentNode.insertBefore(t,n):e.insertBefore(t,n)}(n,a,t):function(e,t){var n;e.nodeType===bn?(n=e.parentNode).insertBefore(t,e):(n=e).appendChild(t),null==e._reactRootContainer&&null===n.onclick&&Hs(n)}(n,a)}else if(r===f);else{var o=e.child;if(null!==o){py(o,t,n);for(var i=o.sibling;null!==i;)py(i,t,n),i=i.sibling}}}function hy(e,t,n){var r=e.tag;if(r===h||r===g){var a=e.stateNode;t?function(e,t,n){e.insertBefore(t,n)}(n,a,t):function(e,t){e.appendChild(t)}(n,a)}else if(r===f);else{var o=e.child;if(null!==o){hy(o,t,n);for(var i=o.sibling;null!==i;)hy(i,t,n),i=i.sibling}}}var my=null,gy=!1;function vy(e,t,n){var r,a,o=t;e:for(;null!==o;){switch(o.tag){case h:my=o.stateNode,gy=!1;break e;case d:case f:my=o.stateNode.containerInfo,gy=!0;break e}o=o.return}if(null===my)throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");by(e,t,n),my=null,gy=!1,null!==(a=(r=n).alternate)&&(a.return=null),r.return=null}function yy(e,t,n){for(var r=n.child;null!==r;)by(e,t,r),r=r.sibling}function by(e,t,n){switch(function(e){if(ja&&"function"==typeof ja.onCommitFiberUnmount)try{ja.onCommitFiberUnmount(Aa,e)}catch(e){Wa||(Wa=!0,i("React instrumentation encountered an error: %s",e))}}(n),n.tag){case h:Wv||Gv(n,t);case g:var r=my,a=gy;return my=null,yy(e,t,n),gy=a,void(null!==(my=r)&&(gy?(x=my,T=n.stateNode,x.nodeType===bn?x.parentNode.removeChild(T):x.removeChild(T)):function(e,t){e.removeChild(t)}(my,n.stateNode)));case P:return void(null!==my&&(gy?function(e,t){e.nodeType===bn?Cc(e.parentNode,t):e.nodeType===vn&&Cc(e,t),rl(e)}(my,n.stateNode):Cc(my,n.stateNode)));case f:var o=my,l=gy;return my=n.stateNode.containerInfo,gy=!0,yy(e,t,n),my=o,void(gy=l);case u:case k:case C:case E:if(!Wv){var c=n.updateQueue;if(null!==c){var d=c.lastEffect;if(null!==d){var p=d.next,m=p;do{var v=m,y=v.destroy,b=v.tag;void 0!==y&&((b&ah)!==nh?Zv(n,t,y):(b&oh)!==nh&&(Ga(n),n.mode&io?(ig(),Zv(n,t,y),ag(n)):Zv(n,t,y),Za())),m=m.next}while(m!==p)}}}return void yy(e,t,n);case s:if(!Wv){Gv(n,t);var w=n.stateNode;"function"==typeof w.componentWillUnmount&&Xv(n,t,w)}return void yy(e,t,n);case I:return void yy(e,t,n);case D:if(n.mode&oo){var S=Wv;Wv=S||null!==n.memoizedState,yy(e,t,n),Wv=S}else yy(e,t,n);break;default:return void yy(e,t,n)}var x,T}function wy(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new Hv),t.forEach((function(t){var r=Dw.bind(null,e,t);if(!n.has(t)){if(n.add(t),Ha){if(null===$v||null===qv)throw Error("Expected finished root and lanes to be set. This is a bug in React.");Aw(qv,$v)}t.then(r,r)}}))}}function ky(e,t,n){var r=t.deletions;if(null!==r)for(var a=0;a<r.length;a++){var o=r[a];try{vy(e,t,o)}catch(e){Rw(o,t,e)}}var i=vt;if(t.subtreeFlags&fa)for(var l=t.child;null!==l;)St(l),Sy(l,e),l=l.sibling;St(i)}function Sy(e,t,n){var r=e.alternate,a=e.flags;switch(e.tag){case u:case k:case C:case E:if(ky(t,e),xy(e),a&Wr){try{ry(ah|rh,e,e.return),ay(ah|rh,e)}catch(t){Rw(e,e.return,t)}if(e.mode&io){try{ig(),ry(oh|rh,e,e.return)}catch(t){Rw(e,e.return,t)}ag(e)}else try{ry(oh|rh,e,e.return)}catch(t){Rw(e,e.return,t)}}return;case s:return ky(t,e),xy(e),void(a&Qr&&null!==r&&Gv(r,r.return));case h:if(ky(t,e),xy(e),a&Qr&&null!==r&&Gv(r,r.return),e.flags&Vr){var o=e.stateNode;try{xc(o)}catch(t){Rw(e,e.return,t)}}if(a&Wr){var i=e.stateNode;if(null!=i){var l=e.memoizedProps,c=null!==r?r.memoizedProps:l,p=e.type,m=e.updateQueue;if(e.updateQueue=null,null!==m)try{!function(e,t,n,r,a,o){qs(e,t,n,r,a),Xc(e,a)}(i,m,p,c,l)}catch(t){Rw(e,e.return,t)}}}return;case g:if(ky(t,e),xy(e),a&Wr){if(null===e.stateNode)throw new Error("This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.");var v=e.stateNode,y=e.memoizedProps;null!==r&&r.memoizedProps;try{!function(e,t,n){e.nodeValue=n}(v,0,y)}catch(t){Rw(e,e.return,t)}}return;case d:if(ky(t,e),xy(e),a&Wr&&null!==r&&r.memoizedState.isDehydrated)try{rl(t.containerInfo)}catch(t){Rw(e,e.return,t)}return;case f:return ky(t,e),void xy(e);case x:ky(t,e),xy(e);var b=e.child;if(b.flags&Zr){var w=b.stateNode,S=null!==b.memoizedState;w.isHidden=S,S&&(null!==b.alternate&&null!==b.alternate.memoizedState||(xb=Ia()))}if(a&Wr){try{!function(e){e.memoizedState}(e)}catch(t){Rw(e,e.return,t)}wy(e)}return;case D:var T=null!==r&&null!==r.memoizedState;if(e.mode&oo){var R=Wv;Wv=R||T,ky(t,e),Wv=R}else ky(t,e);if(xy(e),a&Zr){var P=e.stateNode,N=null!==e.memoizedState,L=e;if(P.isHidden=N,N&&!T&&(L.mode&oo)!==ao){Vv=L;for(var O=L.child;null!==O;)Vv=O,Ry(O),O=O.sibling}!function(e,t){for(var n=null,r=e;;){if(r.tag===h){if(null===n){n=r;try{var a=r.stateNode;t?Ec(a):Tc(r.stateNode,r.memoizedProps)}catch(t){Rw(e,e.return,t)}}}else if(r.tag===g){if(null===n)try{var o=r.stateNode;t?o.nodeValue="":Rc(o,r.memoizedProps)}catch(t){Rw(e,e.return,t)}}else if((r.tag!==D&&r.tag!==M||null===r.memoizedState||r===e)&&null!==r.child){r.child.return=r,r=r.child;continue}if(r===e)return;for(;null===r.sibling;){if(null===r.return||r.return===e)return;n===r&&(n=null),r=r.return}n===r&&(n=null),r.sibling.return=r.return,r=r.sibling}}(L,N)}return;case _:return ky(t,e),xy(e),void(a&Wr&&wy(e));case I:return;default:return ky(t,e),void xy(e)}}function xy(e){var t=e.flags;if(t&Br){try{fy(e)}catch(t){Rw(e,e.return,t)}e.flags&=~Br}t&Gr&&(e.flags&=~Gr)}function Cy(e,t,n){$v=n,qv=t,Vv=e,Ey(e,t,n),$v=null,qv=null}function Ey(e,t,n){for(var r=(e.mode&oo)!==ao;null!==Vv;){var a=Vv,o=a.child;if(a.tag===D&&r){var i=null!==a.memoizedState||Bv;if(i){Ty(e,t,n);continue}var l=a.alternate,u=null!==l&&null!==l.memoizedState,s=Bv,c=Wv;Bv=i,(Wv=u||Wv)&&!c&&(Vv=a,_y(a));for(var d=o;null!==d;)Vv=d,Ey(d,t,n),d=d.sibling;Vv=a,Bv=s,Wv=c,Ty(e,t,n)}else(a.subtreeFlags&pa)!==Ar&&null!==o?(o.return=a,Vv=o):Ty(e,t,n)}}function Ty(e,t,n){for(;null!==Vv;){var r=Vv;if((r.flags&pa)!==Ar){var a=r.alternate;St(r);try{iy(0,a,r)}catch(e){Rw(r,r.return,e)}kt()}if(r===e)return void(Vv=null);var o=r.sibling;if(null!==o)return o.return=r.return,void(Vv=o);Vv=r.return}}function Ry(e){for(;null!==Vv;){var t=Vv,n=t.child;switch(t.tag){case u:case k:case C:case E:if(t.mode&io)try{ig(),ry(oh,t,t.return)}finally{ag(t)}else ry(oh,t,t.return);break;case s:Gv(t,t.return);var r=t.stateNode;"function"==typeof r.componentWillUnmount&&Xv(t,t.return,r);break;case h:Gv(t,t.return);break;case D:if(null!==t.memoizedState){Py(e);continue}}null!==n?(n.return=t,Vv=n):Py(e)}}function Py(e){for(;null!==Vv;){var t=Vv;if(t===e)return void(Vv=null);var n=t.sibling;if(null!==n)return n.return=t.return,void(Vv=n);Vv=t.return}}function _y(e){for(;null!==Vv;){var t=Vv,n=t.child;(t.tag!==D||null===t.memoizedState)&&null!==n?(n.return=t,Vv=n):Iy(e)}}function Iy(e){for(;null!==Vv;){var t=Vv;St(t);try{ly(t)}catch(e){Rw(t,t.return,e)}if(kt(),t===e)return void(Vv=null);var n=t.sibling;if(null!==n)return n.return=t.return,void(Vv=n);Vv=t.return}}function Dy(e,t,n,r){Vv=t,function(e,t,n,r){for(;null!==Vv;){var a=Vv,o=a.child;(a.subtreeFlags&ha)!==Ar&&null!==o?(o.return=a,Vv=o):My(e,t,n,r)}}(t,e,n,r)}function My(e,t,n,r){for(;null!==Vv;){var a=Vv;if((a.flags&Kr)!==Ar){St(a);try{Ny(t,a,n,r)}catch(e){Rw(a,a.return,e)}kt()}if(a===e)return void(Vv=null);var o=a.sibling;if(null!==o)return o.return=a.return,void(Vv=o);Vv=a.return}}function Ny(e,t,n,r){switch(t.tag){case u:case k:case E:if(t.mode&io){lg();try{ay(ih|rh,t)}finally{og(t)}}else ay(ih|rh,t)}}function Ly(e){Vv=e,function(){for(;null!==Vv;){var e=Vv,t=e.child;if((Vv.flags&Hr)!==Ar){var n=e.deletions;if(null!==n){for(var r=0;r<n.length;r++){var a=n[r];Vv=a,zy(a,e)}var o=e.alternate;if(null!==o){var i=o.child;if(null!==i){o.child=null;do{var l=i.sibling;i.sibling=null,i=l}while(null!==i)}}Vv=e}}(e.subtreeFlags&ha)!==Ar&&null!==t?(t.return=e,Vv=t):Oy()}}()}function Oy(){for(;null!==Vv;){var e=Vv;(e.flags&Kr)!==Ar&&(St(e),Fy(e),kt());var t=e.sibling;if(null!==t)return t.return=e.return,void(Vv=t);Vv=e.return}}function Fy(e){switch(e.tag){case u:case k:case E:e.mode&io?(lg(),ry(ih|rh,e,e.return),og(e)):ry(ih|rh,e,e.return)}}function zy(e,t){for(;null!==Vv;){var n=Vv;St(n),Ay(n,t),kt();var r=n.child;null!==r?(r.return=n,Vv=r):Uy(e)}}function Uy(e){for(;null!==Vv;){var t=Vv,n=t.sibling,r=t.return;if(sy(t),t===e)return void(Vv=null);if(null!==n)return n.return=r,void(Vv=n);Vv=r}}function Ay(e,t){switch(e.tag){case u:case k:case E:e.mode&io?(lg(),ry(ih,e,t),og(e)):ry(ih,e,t)}}function jy(e){switch(e.tag){case u:case k:case E:try{ay(oh|rh,e)}catch(t){Rw(e,e.return,t)}break;case s:var t=e.stateNode;try{t.componentDidMount()}catch(t){Rw(e,e.return,t)}}}function By(e){switch(e.tag){case u:case k:case E:try{ay(ih|rh,e)}catch(t){Rw(e,e.return,t)}}}function Wy(e){switch(e.tag){case u:case k:case E:try{ry(oh|rh,e,e.return)}catch(t){Rw(e,e.return,t)}break;case s:var t=e.stateNode;"function"==typeof t.componentWillUnmount&&Xv(e,e.return,t)}}function Hy(e){switch(e.tag){case u:case k:case E:try{ry(ih|rh,e,e.return)}catch(t){Rw(e,e.return,t)}}}if("function"==typeof Symbol&&Symbol.for){var Vy=Symbol.for;Vy("selector.component"),Vy("selector.has_pseudo_class"),Vy("selector.role"),Vy("selector.test_id"),Vy("selector.text")}var $y=[],qy=r.ReactCurrentActQueue;function Yy(){var e="undefined"!=typeof IS_REACT_ACT_ENVIRONMENT?IS_REACT_ACT_ENVIRONMENT:void 0;return e||null===qy.current||i("The current testing environment is not configured to support act(...)"),e}var Qy=Math.ceil,Xy=r.ReactCurrentDispatcher,Ky=r.ReactCurrentOwner,Gy=r.ReactCurrentBatchConfig,Zy=r.ReactCurrentActQueue,Jy=0,eb=1,tb=2,nb=4,rb=0,ab=1,ob=2,ib=3,lb=4,ub=5,sb=6,cb=Jy,db=null,fb=null,pb=ho,hb=ho,mb=ad(ho),gb=rb,vb=null,yb=ho,bb=ho,wb=ho,kb=null,Sb=null,xb=0,Cb=500,Eb=1/0,Tb=500,Rb=null;function Pb(){Eb=Ia()+Tb}function _b(){return Eb}var Ib=!1,Db=null,Mb=null,Nb=!1,Lb=null,Ob=ho,Fb=[],zb=null,Ub=50,Ab=0,jb=null,Bb=!1,Wb=!1,Hb=50,Vb=0,$b=null,qb=Zo,Yb=ho,Qb=!1;function Xb(){return db}function Kb(){return(cb&(tb|nb))!==Jy?Ia():qb!==Zo?qb:qb=Ia()}function Gb(e){if((e.mode&oo)===ao)return go;if((cb&tb)!==Jy&&pb!==ho)return di(pb);if(kf.transition!==Sf){if(null!==Gy.transition){var t=Gy.transition;t._updatedFibers||(t._updatedFibers=new Set),t._updatedFibers.add(e)}return Yb===mo&&(Yb=si()),Yb}var n,r=Oi();return r!==mo?r:void 0===(n=window.event)?Mi:fl(n.type)}function Zb(e){var t;return(e.mode&oo)===ao?go:(t=ei,((ei<<=1)&Ao)===ho&&(ei=jo),t)}function Jb(e,t,n,r){!function(){if(Ab>Ub)throw Ab=0,jb=null,new Error("Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.");Vb>Hb&&(Vb=0,$b=null,i("Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render."))}(),Qb&&i("useInsertionEffect must not schedule updates."),Bb&&(Wb=!0),wi(e,n,r),(cb&tb)!==ho&&e===db?function(e){if(yt&&!Tm)switch(e.tag){case u:case k:case E:var t=fb&&mt(fb)||"Unknown",n=t;zw.has(n)||(zw.add(n),i("Cannot update a component (`%s`) while rendering a different component (`%s`). To locate the bad setState() call inside `%s`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render",mt(e)||"Unknown",t,t));break;case s:Uw||(i("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),Uw=!0)}}(t):(Ha&&xi(e,t,n),function(e){if(e.mode&oo){if(!Yy())return}else{if(t="undefined"!=typeof IS_REACT_ACT_ENVIRONMENT?IS_REACT_ACT_ENVIRONMENT:void 0,"undefined"==typeof jest||!1===t)return;if(cb!==Jy)return;if(e.tag!==u&&e.tag!==k&&e.tag!==E)return}var t;if(null===Zy.current){var n=vt;try{St(e),i("An update to %s inside a test was not wrapped in act(...).\n\nWhen testing, code that causes React state updates should be wrapped into act(...):\n\nact(() => {\n /* fire events that update state */\n});\n/* assert on the output */\n\nThis ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act",mt(e))}finally{n?St(e):kt()}}}(t),e===db&&((cb&tb)===Jy&&(bb=gi(bb,n)),gb===lb&&aw(e,pb)),ew(e,r),n!==go||cb!==Jy||(t.mode&oo)!==ao||Zy.isBatchingLegacy||(Pb(),_d()))}function ew(e,t){var n=e.callbackNode;!function(e,t){for(var n=e.pendingLanes,r=e.suspendedLanes,a=e.pingedLanes,o=e.expirationTimes,i=n;i>0;){var l=fi(i),u=1<<l,s=o[l];s===Zo?(u&r)!==ho&&(u&a)===ho||(o[l]=ri(u,t)):s<=t&&(e.expiredLanes|=u),i&=~u}}(e,t);var r=ni(e,e===db?pb:ho);if(r===ho)return null!==n&&Ww(n),e.callbackNode=null,void(e.callbackPriority=mo);var a=ci(r),o=e.callbackPriority;if(o!==a||null!==Zy.current&&n!==jw){var l,u;if(null!=n&&Ww(n),a===go)e.tag===xd?(null!==Zy.isBatchingLegacy&&(Zy.didScheduleLegacyUpdate=!0),u=ow.bind(null,e),Td=!0,Pd(u)):Pd(ow.bind(null,e)),null!==Zy.current?Zy.current.push(Id):kc((function(){(cb&(tb|nb))===Jy&&Id()})),l=null;else{var s;switch(Ui(r)){case Ii:s=Ma;break;case Di:s=Na;break;case Mi:s=La;break;case Ni:s=Fa;break;default:s=La}l=Bw(s,tw.bind(null,e))}e.callbackPriority=a,e.callbackNode=l}else null==n&&o!==go&&i("Expected scheduled callback to exist. This error is likely caused by a bug in React. Please file an issue.")}function tw(e,t){if(Km=!1,Gm=!1,qb=Zo,Yb=ho,(cb&(tb|nb))!==Jy)throw new Error("Should not already be working.");var n=e.callbackNode;if(xw()&&e.callbackNode!==n)return null;var r=ni(e,e===db?pb:ho);if(r===ho)return null;var a=!li(0,r)&&!function(e,t){return(t&e.expiredLanes)!==ho}(e,r)&&!t,o=a?function(e,t){var n=cb;cb|=tb;var r=pw();if(db!==e||pb!==t){if(Ha){var a=e.memoizedUpdaters;a.size>0&&(Aw(e,pb),a.clear()),Ci(e,t)}Rb=null,Pb(),dw(e,t)}for(to(t);;)try{bw();break}catch(t){fw(e,t)}return ep(),hw(r),cb=n,null!==fb?(null!==Ba&&"function"==typeof Ba.markRenderYielded&&Ba.markRenderYielded(),rb):(no(),db=null,pb=ho,gb)}(e,r):vw(e,r);if(o!==rb){if(o===ob){var i=ai(e);i!==ho&&(r=i,o=nw(e,i))}if(o===ab){var l=vb;throw dw(e,ho),aw(e,r),ew(e,Ia()),l}if(o===sb)aw(e,r);else{var u=!li(0,r),s=e.current.alternate;if(u&&!function(e){for(var t=e;;){if(t.flags&Jr){var n=t.updateQueue;if(null!==n){var r=n.stores;if(null!==r)for(var a=0;a<r.length;a++){var o=r[a],i=o.getSnapshot,l=o.value;try{if(!Tu(i(),l))return!1}catch(e){return!1}}}}var u=t.child;if(t.subtreeFlags&Jr&&null!==u)u.return=t,t=u;else{if(t===e)return!0;for(;null===t.sibling;){if(null===t.return||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}(s)){if((o=vw(e,r))===ob){var c=ai(e);c!==ho&&(r=c,o=nw(e,c))}if(o===ab){var d=vb;throw dw(e,ho),aw(e,r),ew(e,Ia()),d}}e.finishedWork=s,e.finishedLanes=r,function(e,t,n){switch(t){case rb:case ab:throw new Error("Root did not complete. This is a bug in React.");case ob:Sw(e,Sb,Rb);break;case ib:if(aw(e,n),ii(n)&&!Hw()){var r=xb+Cb-Ia();if(r>10){if(ni(e,ho)!==ho)break;var a=e.suspendedLanes;if(!mi(a,n)){Kb(),ki(e,a);break}e.timeoutHandle=vc(Sw.bind(null,e,Sb,Rb),r);break}}Sw(e,Sb,Rb);break;case lb:if(aw(e,n),function(e){return(e&So)===e}(n))break;if(!Hw()){var o=function(e,t){for(var n=e.eventTimes,r=Zo;t>0;){var a=fi(t),o=1<<a,i=n[a];i>r&&(r=i),t&=~o}return r}(e,n),i=o,l=Ia()-i,u=((s=l)<120?120:s<480?480:s<1080?1080:s<1920?1920:s<3e3?3e3:s<4320?4320:1960*Qy(s/1960))-l;if(u>10){e.timeoutHandle=vc(Sw.bind(null,e,Sb,Rb),u);break}}Sw(e,Sb,Rb);break;case ub:Sw(e,Sb,Rb);break;default:throw new Error("Unknown root exit status.")}var s}(e,o,r)}}return ew(e,Ia()),e.callbackNode===n?tw.bind(null,e):null}function nw(e,t){var n=kb;Ai(e)&&(dw(e,t).flags|=Yr,i("An error occurred during hydration. The server HTML was replaced with client content in <%s>.",e.containerInfo.nodeName.toLowerCase()));var r=vw(e,t);if(r!==ob){var a=Sb;Sb=n,null!==a&&rw(a)}return r}function rw(e){null===Sb?Sb=e:Sb.push.apply(Sb,e)}function aw(e,t){t=vi(t,wb),function(e,t){e.suspendedLanes|=t,e.pingedLanes&=~t;for(var n=e.expirationTimes,r=t;r>0;){var a=fi(r),o=1<<a;n[a]=Zo,r&=~o}}(e,t=vi(t,bb))}function ow(e){if(Km=Gm,Gm=!1,(cb&(tb|nb))!==Jy)throw new Error("Should not already be working.");xw();var t=ni(e,ho);if(!hi(t,go))return ew(e,Ia()),null;var n=vw(e,t);if(e.tag!==xd&&n===ob){var r=ai(e);r!==ho&&(t=r,n=nw(e,r))}if(n===ab){var a=vb;throw dw(e,ho),aw(e,t),ew(e,Ia()),a}if(n===sb)throw new Error("Root did not complete. This is a bug in React.");var o=e.current.alternate;return e.finishedWork=o,e.finishedLanes=t,Sw(e,Sb,Rb),ew(e,Ia()),null}function iw(e,t){var n=cb;cb|=eb;try{return e(t)}finally{(cb=n)!==Jy||Zy.isBatchingLegacy||(Pb(),_d())}}function lw(e){null!==Lb&&Lb.tag===xd&&(cb&(tb|nb))===Jy&&xw();var t=cb;cb|=eb;var n=Gy.transition,r=Oi();try{return Gy.transition=null,Fi(Ii),e?e():void 0}finally{Fi(r),Gy.transition=n,((cb=t)&(tb|nb))===Jy&&Id()}}function uw(){return(cb&(tb|nb))!==Jy}function sw(e,t){id(mb,hb,e),hb=gi(hb,t)}function cw(e){hb=mb.current,od(mb,e)}function dw(e,t){e.finishedWork=null,e.finishedLanes=ho;var n=e.timeoutHandle;if(n!==bc&&(e.timeoutHandle=bc,yc(n)),null!==fb)for(var r=fb.return;null!==r;)r.alternate,Av(0,r),r=r.return;db=e;var a=sk(e.current,null);return fb=a,pb=hb=t,gb=rb,vb=null,yb=ho,bb=ho,wb=ho,kb=null,Sb=null,function(){if(null!==sp){for(var e=0;e<sp.length;e++){var t=sp[e],n=t.interleaved;if(null!==n){t.interleaved=null;var r=n.next,a=t.pending;if(null!==a){var o=a.next;a.next=r,n.next=o}t.pending=n}}sp=null}}(),xf.discardPendingWarnings(),a}function fw(e,t){for(;;){var n=fb;try{if(ep(),Oh(),kt(),Ky.current=null,null===n||null===n.return)return gb=ab,vb=t,void(fb=null);V&&n.mode&io&&rg(n,!0),H&&(Xa(),null!==t&&"object"==typeof t&&"function"==typeof t.then?eo(n,t,pb):Ja(n,t,pb)),Ag(e,n.return,n,t,pb),kw(n)}catch(e){t=e,fb===n&&null!==n?(n=n.return,fb=n):n=fb;continue}return}}function pw(){var e=Xy.current;return Xy.current=Om,null===e?Om:e}function hw(e){Xy.current=e}function mw(e){yb=gi(e,yb)}function gw(){gb!==rb&&gb!==ib&&gb!==ob||(gb=lb),null!==db&&(oi(yb)||oi(bb))&&aw(db,pb)}function vw(e,t){var n=cb;cb|=tb;var r=pw();if(db!==e||pb!==t){if(Ha){var a=e.memoizedUpdaters;a.size>0&&(Aw(e,pb),a.clear()),Ci(e,t)}Rb=null,dw(e,t)}for(to(t);;)try{yw();break}catch(t){fw(e,t)}if(ep(),cb=n,hw(r),null!==fb)throw new Error("Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.");return no(),db=null,pb=ho,gb}function yw(){for(;null!==fb;)ww(fb)}function bw(){for(;null!==fb&&!Pa();)ww(fb)}function ww(e){var t,n=e.alternate;St(e),(e.mode&io)!==ao?(tg(e),t=Lw(n,e,hb),rg(e,!0)):t=Lw(n,e,hb),kt(),e.memoizedProps=e.pendingProps,null===t?kw(e):fb=t,Ky.current=null}function kw(e){var t=e;do{var n=t.alternate,r=t.return;if((t.flags&na)===Ar){St(t);var a=void 0;if((t.mode&io)===ao?a=zv(n,t,hb):(tg(t),a=zv(n,t,hb),rg(t,!1)),kt(),null!==a)return void(fb=a)}else{var o=Uv(0,t);if(null!==o)return o.flags&=ta,void(fb=o);if((t.mode&io)!==ao){rg(t,!1);for(var i=t.actualDuration,l=t.child;null!==l;)i+=l.actualDuration,l=l.sibling;t.actualDuration=i}if(null===r)return gb=sb,void(fb=null);r.flags|=na,r.subtreeFlags=Ar,r.deletions=null}var u=t.sibling;if(null!==u)return void(fb=u);fb=t=r}while(null!==t);gb===rb&&(gb=ub)}function Sw(e,t,n){var r=Oi(),a=Gy.transition;try{Gy.transition=null,Fi(Ii),function(e,t,n,r){do{xw()}while(null!==Lb);if(xf.flushLegacyContextWarning(),xf.flushPendingUnsafeLifecycleWarnings(),(cb&(tb|nb))!==Jy)throw new Error("Should not already be working.");var a=e.finishedWork,o=e.finishedLanes;if(function(e){null!==Ba&&"function"==typeof Ba.markCommitStarted&&Ba.markCommitStarted(e)}(o),null===a)return Ya(),null;if(o===ho&&i("root.finishedLanes should not be empty during a commit. This is a bug in React."),e.finishedWork=null,e.finishedLanes=ho,a===e.current)throw new Error("Cannot commit the same tree as before. This error is likely caused by a bug in React. Please file an issue.");e.callbackNode=null,e.callbackPriority=mo;var l=gi(a.lanes,a.childLanes);(function(e,t){var n=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=ho,e.pingedLanes=ho,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t;for(var r=e.entanglements,a=e.eventTimes,o=e.expirationTimes,i=n;i>0;){var l=fi(i),u=1<<l;r[l]=ho,a[l]=Zo,o[l]=Zo,i&=~u}})(e,l),e===db&&(db=null,fb=null,pb=ho),(a.subtreeFlags&ha)===Ar&&(a.flags&ha)===Ar||Nb||(Nb=!0,zb=n,Bw(La,(function(){return xw(),null})));var u=(a.subtreeFlags&(da|fa|pa|ha))!==Ar,s=(a.flags&(da|fa|pa|ha))!==Ar;if(u||s){var c=Gy.transition;Gy.transition=null;var d=Oi();Fi(Ii);var f=cb;cb|=nb,Ky.current=null,ey(e,a),eg(),function(e,t,n){$v=n,qv=e,St(t),Sy(t,e),St(t),$v=null,qv=null}(e,a,o),e.containerInfo,Uu(fc),il(dc),dc=null,fc=null,e.current=a,function(e){null!==Ba&&"function"==typeof Ba.markLayoutEffectsStarted&&Ba.markLayoutEffectsStarted(e)}(o),Cy(a,e,o),null!==Ba&&"function"==typeof Ba.markLayoutEffectsStopped&&Ba.markLayoutEffectsStopped(),_a(),cb=f,Fi(d),Gy.transition=c}else e.current=a,eg();var p=Nb;if(Nb?(Nb=!1,Lb=e,Ob=o):(Vb=0,$b=null),(l=e.pendingLanes)===ho&&(Mb=null),p||Mw(e.current,!1),function(e,t){if(ja&&"function"==typeof ja.onCommitFiberRoot)try{var n=(e.current.flags&qr)===qr;if(V){var r;switch(t){case Ii:r=Ma;break;case Di:r=Na;break;case Mi:r=La;break;case Ni:r=Fa;break;default:r=La}ja.onCommitFiberRoot(Aa,e,r,n)}}catch(e){Wa||(Wa=!0,i("React instrumentation encountered an error: %s",e))}}(a.stateNode,r),Ha&&e.memoizedUpdaters.clear(),$y.forEach((function(e){return e()})),ew(e,Ia()),null!==t)for(var h=e.onRecoverableError,m=0;m<t.length;m++){var g=t[m],v=g.stack,y=g.digest;h(g.value,{componentStack:v,digest:y})}if(Ib){Ib=!1;var b=Db;throw Db=null,b}hi(Ob,go)&&e.tag!==xd&&xw(),hi(l=e.pendingLanes,go)?(Gm=!0,e===jb?Ab++:(Ab=0,jb=e)):Ab=0,Id(),Ya()}(e,t,n,r)}finally{Gy.transition=a,Fi(r)}return null}function xw(){if(null!==Lb){var e=Ui(Ob),t=(a=Mi)>(o=e)?a:o,n=Gy.transition,r=Oi();try{return Gy.transition=null,Fi(t),function(){if(null===Lb)return!1;var e=zb;zb=null;var t=Lb,n=Ob;if(Lb=null,Ob=ho,(cb&(tb|nb))!==Jy)throw new Error("Cannot flush passive effects while already rendering.");Bb=!0,Wb=!1,function(e){null!==Ba&&"function"==typeof Ba.markPassiveEffectsStarted&&Ba.markPassiveEffectsStarted(e)}(n);var r=cb;cb|=nb,Ly(t.current),Dy(t,t.current,n,e);var a=Fb;Fb=[];for(var o=0;o<a.length;o++)oy(0,a[o]);null!==Ba&&"function"==typeof Ba.markPassiveEffectsStopped&&Ba.markPassiveEffectsStopped(),Mw(t.current,!0),cb=r,Id(),Wb?t===$b?Vb++:(Vb=0,$b=t):Vb=0,Bb=!1,Wb=!1,function(e){if(ja&&"function"==typeof ja.onPostCommitFiberRoot)try{ja.onPostCommitFiberRoot(Aa,e)}catch(e){Wa||(Wa=!0,i("React instrumentation encountered an error: %s",e))}}(t);var l=t.current.stateNode;return l.effectDuration=0,l.passiveEffectDuration=0,!0}()}finally{Fi(r),Gy.transition=n}}var a,o;return!1}function Cw(e){return null!==Mb&&Mb.has(e)}var Ew=function(e){Ib||(Ib=!0,Db=e)};function Tw(e,t,n){var r=Ep(e,Lg(e,Ig(n,t),go),go),a=Kb();null!==r&&(wi(r,go,a),ew(r,a))}function Rw(e,t,n){if(function(e){Fr(null,(function(){throw e})),zr()}(n),Vw(!1),e.tag!==d){var r=null;for(r=t;null!==r;){if(r.tag===d)return void Tw(r,e,n);if(r.tag===s){var a=r.type,o=r.stateNode;if("function"==typeof a.getDerivedStateFromError||"function"==typeof o.componentDidCatch&&!Cw(o)){var l=Ep(r,Og(r,Ig(n,e),go),go),u=Kb();return void(null!==l&&(wi(l,go,u),ew(l,u)))}}r=r.return}i("Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Likely causes include deleting the same fiber more than once, committing an already-finished tree, or an inconsistent return pointer.\n\nError message:\n\n%s",n)}else Tw(e,e,n)}function Pw(e,t,n){var r=e.pingCache;null!==r&&r.delete(t);var a=Kb();ki(e,n),function(e){e.tag!==xd&&Yy()&&null===Zy.current&&i("A suspended resource finished loading inside a test, but the event was not wrapped in act(...).\n\nWhen testing, code that resolves suspended data should be wrapped into act(...):\n\nact(() => {\n /* finish loading suspended data */\n});\n/* assert on the output */\n\nThis ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act")}(e),db===e&&mi(pb,n)&&(gb===lb||gb===ib&&ii(pb)&&Ia()-xb<Cb?dw(e,ho):wb=gi(wb,n)),ew(e,a)}function _w(e,t){t===mo&&(t=Zb(e));var n=Kb(),r=fp(e,t);null!==r&&(wi(r,t,n),ew(r,n))}function Iw(e){var t=e.memoizedState,n=mo;null!==t&&(n=t.retryLane),_w(e,n)}function Dw(e,t){var n,r=mo;switch(e.tag){case x:n=e.stateNode;var a=e.memoizedState;null!==a&&(r=a.retryLane);break;case _:n=e.stateNode;break;default:throw new Error("Pinged unknown suspense boundary type. This is probably a bug in React.")}null!==n&&n.delete(t),_w(e,r)}function Mw(e,t){St(e),Nw(e,sa,Wy),t&&Nw(e,ca,Hy),Nw(e,sa,jy),t&&Nw(e,ca,By),kt()}function Nw(e,t,n){for(var r=e,a=null;null!==r;){var o=r.subtreeFlags&t;r!==a&&null!==r.child&&o!==Ar?r=r.child:((r.flags&t)!==Ar&&n(r),r=null!==r.sibling?r.sibling:a=r.return)}}var Lw,Ow=null;function Fw(e){if((cb&tb)===Jy&&e.mode&oo){var t=e.tag;if(t===c||t===d||t===s||t===u||t===k||t===C||t===E){var n=mt(e)||"ReactComponent";if(null!==Ow){if(Ow.has(n))return;Ow.add(n)}else Ow=new Set([n]);var r=vt;try{St(e),i("Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead.")}finally{r?St(e):kt()}}}}Lw=function(e,t,n){var r=vk(null,t);try{return Dv(e,t,n)}catch(o){if(Kd||null!==o&&"object"==typeof o&&"function"==typeof o.then)throw o;if(ep(),Oh(),Av(0,t),vk(t,r),t.mode&io&&tg(t),Fr(null,Dv,null,e,t,n),Dr){var a=zr();"object"==typeof a&&null!==a&&a._suppressLogging&&"object"==typeof o&&null!==o&&!o._suppressLogging&&(o._suppressLogging=!0)}throw o}};var zw,Uw=!1;function Aw(e,t){Ha&&e.memoizedUpdaters.forEach((function(n){xi(e,n,t)}))}zw=new Set;var jw={};function Bw(e,t){var n=Zy.current;return null!==n?(n.push(t),jw):Ta(e,t)}function Ww(e){if(e!==jw)return Ra(e)}function Hw(){return null!==Zy.current}function Vw(e){Qb=e}var $w=null,qw=null,Yw=function(e){$w=e};function Qw(e){if(null===$w)return e;var t=$w(e);return void 0===t?e:t.current}function Xw(e){return Qw(e)}function Kw(e){if(null===$w)return e;var t=$w(e);if(void 0===t){if(null!=e&&"function"==typeof e.render){var n=Qw(e.render);if(e.render!==n){var r={$$typeof:Fe,render:n};return void 0!==e.displayName&&(r.displayName=e.displayName),r}}return e}return t.current}function Gw(e,t){if(null===$w)return!1;var n=e.elementType,r=t.type,a=!1,o="object"==typeof r&&null!==r?r.$$typeof:null;switch(e.tag){case s:"function"==typeof r&&(a=!0);break;case u:("function"==typeof r||o===je)&&(a=!0);break;case k:(o===Fe||o===je)&&(a=!0);break;case C:case E:(o===Ae||o===je)&&(a=!0);break;default:return!1}if(a){var i=$w(n);if(void 0!==i&&i===$w(r))return!0}return!1}function Zw(e){null!==$w&&"function"==typeof WeakSet&&(null===qw&&(qw=new WeakSet),qw.add(e))}var Jw=function(e,t){if(null!==$w){var n=t.staleFamilies,r=t.updatedFamilies;xw(),lw((function(){tk(e.current,r,n)}))}},ek=function(e,t){e.context===ld&&(xw(),lw((function(){Rk(t,e,null,null)})))};function tk(e,t,n){var r=e.alternate,a=e.child,o=e.sibling,i=e.tag,l=e.type,c=null;switch(i){case u:case E:case s:c=l;break;case k:c=l.render}if(null===$w)throw new Error("Expected resolveFamily to be set during hot reload.");var d=!1,f=!1;if(null!==c){var p=$w(c);void 0!==p&&(n.has(p)?f=!0:t.has(p)&&(i===s?f=!0:d=!0))}if(null!==qw&&(qw.has(e)||null!==r&&qw.has(r))&&(f=!0),f&&(e._debugNeedsRemount=!0),f||d){var h=fp(e,go);null!==h&&Jb(h,e,go,Zo)}null===a||f||tk(a,t,n),null!==o&&tk(o,t,n)}var nk,rk=function(e,t){var n=new Set,r=new Set(t.map((function(e){return e.current})));return ak(e.current,r,n),n};function ak(e,t,n){var r=e.child,a=e.sibling,o=e.tag,i=e.type,l=null;switch(o){case u:case E:case s:l=i;break;case k:l=i.render}var c=!1;null!==l&&t.has(l)&&(c=!0),c?function(e,t){var n=function(e,t){for(var n=e,r=!1;;){if(n.tag===h)r=!0,t.add(n.stateNode);else if(null!==n.child){n.child.return=n,n=n.child;continue}if(n===e)return r;for(;null===n.sibling;){if(null===n.return||n.return===e)return r;n=n.return}n.sibling.return=n.return,n=n.sibling}return!1}(e,t);if(!n)for(var r=e;;){switch(r.tag){case h:return void t.add(r.stateNode);case f:case d:return void t.add(r.stateNode.containerInfo)}if(null===r.return)throw new Error("Expected to reach root first.");r=r.return}}(e,n):null!==r&&ak(r,t,n),null!==a&&ak(a,t,n)}nk=!1;try{var ok=Object.preventExtensions({});new Map([[ok,null]]),new Set([ok])}catch(e){nk=!0}function ik(e,t,n,r){this.tag=e,this.key=n,this.elementType=null,this.type=null,this.stateNode=null,this.return=null,this.child=null,this.sibling=null,this.index=0,this.ref=null,this.pendingProps=t,this.memoizedProps=null,this.updateQueue=null,this.memoizedState=null,this.dependencies=null,this.mode=r,this.flags=Ar,this.subtreeFlags=Ar,this.deletions=null,this.lanes=ho,this.childLanes=ho,this.alternate=null,this.actualDuration=Number.NaN,this.actualStartTime=Number.NaN,this.selfBaseDuration=Number.NaN,this.treeBaseDuration=Number.NaN,this.actualDuration=0,this.actualStartTime=-1,this.selfBaseDuration=0,this.treeBaseDuration=0,this._debugSource=null,this._debugOwner=null,this._debugNeedsRemount=!1,this._debugHookTypes=null,nk||"function"!=typeof Object.preventExtensions||Object.preventExtensions(this)}var lk=function(e,t,n,r){return new ik(e,t,n,r)};function uk(e){var t=e.prototype;return!(!t||!t.isReactComponent)}function sk(e,t){var n=e.alternate;null===n?((n=lk(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n._debugSource=e._debugSource,n._debugOwner=e._debugOwner,n._debugHookTypes=e._debugHookTypes,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=Ar,n.subtreeFlags=Ar,n.deletions=null,n.actualDuration=0,n.actualStartTime=-1),n.flags=e.flags&ma,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue;var r=e.dependencies;switch(n.dependencies=null===r?null:{lanes:r.lanes,firstContext:r.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n.selfBaseDuration=e.selfBaseDuration,n.treeBaseDuration=e.treeBaseDuration,n._debugNeedsRemount=e._debugNeedsRemount,n.tag){case c:case u:case E:n.type=Qw(e.type);break;case s:n.type=Xw(e.type);break;case k:n.type=Kw(e.type)}return n}function ck(e,t){e.flags&=ma|Br;var n=e.alternate;if(null===n)e.childLanes=ho,e.lanes=t,e.child=null,e.subtreeFlags=Ar,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null,e.selfBaseDuration=0,e.treeBaseDuration=0;else{e.childLanes=n.childLanes,e.lanes=n.lanes,e.child=n.child,e.subtreeFlags=Ar,e.deletions=null,e.memoizedProps=n.memoizedProps,e.memoizedState=n.memoizedState,e.updateQueue=n.updateQueue,e.type=n.type;var r=n.dependencies;e.dependencies=null===r?null:{lanes:r.lanes,firstContext:r.firstContext},e.selfBaseDuration=n.selfBaseDuration,e.treeBaseDuration=n.treeBaseDuration}return e}function dk(e,t,n,r,a,o){var l=c,u=e;if("function"==typeof e)uk(e)?(l=s,u=Xw(u)):u=Qw(u);else if("string"==typeof e)l=h;else e:switch(e){case De:return pk(n.children,a,o,t);case Me:l=y,((a|=lo)&oo)!==ao&&(a|=uo);break;case Ne:return function(e,t,n,r){"string"!=typeof e.id&&i('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.',typeof e.id);var a=lk(S,e,r,t|io);return a.elementType=Ne,a.lanes=n,a.stateNode={effectDuration:0,passiveEffectDuration:0},a}(n,a,o,t);case ze:return function(e,t,n,r){var a=lk(x,e,r,t);return a.elementType=ze,a.lanes=n,a}(n,a,o,t);case Ue:return function(e,t,n,r){var a=lk(_,e,r,t);return a.elementType=Ue,a.lanes=n,a}(n,a,o,t);case Be:return hk(n,a,o,t);default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case Le:l=w;break e;case Oe:l=b;break e;case Fe:l=k,u=Kw(u);break e;case Ae:l=C;break e;case je:l=T,u=null;break e}var d="";(void 0===e||"object"==typeof e&&null!==e&&0===Object.keys(e).length)&&(d+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var f=r?mt(r):null;throw f&&(d+="\n\nCheck the render method of `"+f+"`."),new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: "+(null==e?e:typeof e)+"."+d)}var p=lk(l,n,t,a);return p.elementType=e,p.type=u,p.lanes=o,p._debugOwner=r,p}function fk(e,t,n){var r;r=e._owner;var a=dk(e.type,e.key,e.props,r,t,n);return a._debugSource=e._source,a._debugOwner=e._owner,a}function pk(e,t,n,r){var a=lk(v,e,r,t);return a.lanes=n,a}function hk(e,t,n,r){var a=lk(D,e,r,t);return a.elementType=Be,a.lanes=n,a.stateNode={isHidden:!1},a}function mk(e,t,n){var r=lk(g,e,null,t);return r.lanes=n,r}function gk(e,t,n){var r=null!==e.children?e.children:[],a=lk(f,r,e.key,t);return a.lanes=n,a.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},a}function vk(e,t){return null===e&&(e=lk(c,null,null,ao)),e.tag=t.tag,e.key=t.key,e.elementType=t.elementType,e.type=t.type,e.stateNode=t.stateNode,e.return=t.return,e.child=t.child,e.sibling=t.sibling,e.index=t.index,e.ref=t.ref,e.pendingProps=t.pendingProps,e.memoizedProps=t.memoizedProps,e.updateQueue=t.updateQueue,e.memoizedState=t.memoizedState,e.dependencies=t.dependencies,e.mode=t.mode,e.flags=t.flags,e.subtreeFlags=t.subtreeFlags,e.deletions=t.deletions,e.lanes=t.lanes,e.childLanes=t.childLanes,e.alternate=t.alternate,e.actualDuration=t.actualDuration,e.actualStartTime=t.actualStartTime,e.selfBaseDuration=t.selfBaseDuration,e.treeBaseDuration=t.treeBaseDuration,e._debugSource=t._debugSource,e._debugOwner=t._debugOwner,e._debugNeedsRemount=t._debugNeedsRemount,e._debugHookTypes=t._debugHookTypes,e}function yk(e,t,n,r,a){this.tag=t,this.containerInfo=e,this.pendingChildren=null,this.current=null,this.pingCache=null,this.finishedWork=null,this.timeoutHandle=bc,this.context=null,this.pendingContext=null,this.callbackNode=null,this.callbackPriority=mo,this.eventTimes=bi(ho),this.expirationTimes=bi(Zo),this.pendingLanes=ho,this.suspendedLanes=ho,this.pingedLanes=ho,this.expiredLanes=ho,this.mutableReadLanes=ho,this.finishedLanes=ho,this.entangledLanes=ho,this.entanglements=bi(ho),this.identifierPrefix=r,this.onRecoverableError=a,this.mutableSourceEagerHydrationData=null,this.effectDuration=0,this.passiveEffectDuration=0,this.memoizedUpdaters=new Set;for(var o=this.pendingUpdatersLaneMap=[],i=0;i<po;i++)o.push(new Set);switch(t){case Cd:this._debugRootType=n?"hydrateRoot()":"createRoot()";break;case xd:this._debugRootType=n?"hydrate()":"render()"}}function bk(e,t,n,r,a,o,i,l,u,s){var c=new yk(e,t,n,l,u),f=function(e,t,n){var r;return e===Cd?(r=oo,!0===t&&(r|=lo,r|=uo)):r=ao,Ha&&(r|=io),lk(d,null,null,r)}(t,o);c.current=f,f.stateNode=c;var p={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null};return f.memoizedState=p,Sp(f),c}var wk,kk,Sk="18.3.1";function xk(e,t,n){var r,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return ee(r=a)&&(i("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",J(r)),te(r)),{$$typeof:Ie,key:null==a?null:""+a,children:e,containerInfo:t,implementation:n}}function Ck(e){if(!e)return ld;var t=Ur(e),n=Sd(t);if(t.tag===s){var r=t.type;if(md(r))return bd(t,r,n)}return n}function Ek(e,t,n,r,a,o,i,l){return bk(e,t,!1,null,0,r,0,o,i)}function Tk(e,t,n,r,a,o,i,l,u,s){var c=bk(n,r,!0,e,0,o,0,l,u);c.context=Ck(null);var d=c.current,f=Kb(),p=Gb(d),h=Cp(f,p);return h.callback=null!=t?t:null,Ep(d,h,p),function(e,t,n){e.current.lanes=t,wi(e,t,n),ew(e,n)}(c,p,f),c}function Rk(e,t,n,r){!function(e,t){if(ja&&"function"==typeof ja.onScheduleFiberRoot)try{ja.onScheduleFiberRoot(Aa,e,t)}catch(e){Wa||(Wa=!0,i("React instrumentation encountered an error: %s",e))}}(t,e);var a=t.current,o=Kb(),l=Gb(a);!function(e){null!==Ba&&"function"==typeof Ba.markRenderScheduled&&Ba.markRenderScheduled(e)}(l);var u=Ck(n);null===t.context?t.context=u:t.pendingContext=u,yt&&null!==vt&&!wk&&(wk=!0,i("Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate.\n\nCheck the render method of %s.",mt(vt)||"Unknown"));var s=Cp(o,l);s.payload={element:e},null!==(r=void 0===r?null:r)&&("function"!=typeof r&&i("render(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",r),s.callback=r);var c=Ep(a,s,l);return null!==c&&(Jb(c,a,l,o),Tp(c,a,l)),l}function Pk(e){var t=e.current;return t.child?(t.child.tag,t.child.stateNode):null}function _k(e,t){var n,r,a=e.memoizedState;null!==a&&null!==a.dehydrated&&(a.retryLane=(r=t,(n=a.retryLane)!==mo&&n<r?n:r))}function Ik(e,t){_k(e,t);var n=e.alternate;n&&_k(n,t)}function Dk(e){var t=Ca(e);return null===t?null:t.stateNode}wk=!1,kk={};var Mk,Nk,Lk,Ok,Fk,zk,Uk,Ak,jk,Bk=function(e){return null},Wk=function(e){return!1},Hk=function(e,t,n){var r=t[n],a=Gt(e)?e.slice():Ze({},e);return n+1===t.length?(Gt(a)?a.splice(r,1):delete a[r],a):(a[r]=Hk(e[r],t,n+1),a)},Vk=function(e,t){return Hk(e,t,0)},$k=function(e,t,n,r){var a=t[r],o=Gt(e)?e.slice():Ze({},e);return r+1===t.length?(o[n[r]]=o[a],Gt(o)?o.splice(a,1):delete o[a]):o[a]=$k(e[a],t,n,r+1),o},qk=function(e,t,n){if(t.length===n.length){for(var r=0;r<n.length-1;r++)if(t[r]!==n[r])return void o("copyWithRename() expects paths to be the same except for the deepest key");return $k(e,t,n,0)}o("copyWithRename() expects paths of the same length")},Yk=function(e,t,n,r){if(n>=t.length)return r;var a=t[n],o=Gt(e)?e.slice():Ze({},e);return o[a]=Yk(e[a],t,n+1,r),o},Qk=function(e,t,n){return Yk(e,t,0,n)},Xk=function(e,t){for(var n=e.memoizedState;null!==n&&t>0;)n=n.next,t--;return n};function Kk(e){var t=Sa(e);return null===t?null:t.stateNode}function Gk(e){return null}function Zk(){return vt}Mk=function(e,t,n,r){var a=Xk(e,t);if(null!==a){var o=Qk(a.memoizedState,n,r);a.memoizedState=o,a.baseState=o,e.memoizedProps=Ze({},e.memoizedProps);var i=fp(e,go);null!==i&&Jb(i,e,go,Zo)}},Nk=function(e,t,n){var r=Xk(e,t);if(null!==r){var a=Vk(r.memoizedState,n);r.memoizedState=a,r.baseState=a,e.memoizedProps=Ze({},e.memoizedProps);var o=fp(e,go);null!==o&&Jb(o,e,go,Zo)}},Lk=function(e,t,n,r){var a=Xk(e,t);if(null!==a){var o=qk(a.memoizedState,n,r);a.memoizedState=o,a.baseState=o,e.memoizedProps=Ze({},e.memoizedProps);var i=fp(e,go);null!==i&&Jb(i,e,go,Zo)}},Ok=function(e,t,n){e.pendingProps=Qk(e.memoizedProps,t,n),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var r=fp(e,go);null!==r&&Jb(r,e,go,Zo)},Fk=function(e,t){e.pendingProps=Vk(e.memoizedProps,t),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var n=fp(e,go);null!==n&&Jb(n,e,go,Zo)},zk=function(e,t,n){e.pendingProps=qk(e.memoizedProps,t,n),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var r=fp(e,go);null!==r&&Jb(r,e,go,Zo)},Uk=function(e){var t=fp(e,go);null!==t&&Jb(t,e,go,Zo)},Ak=function(e){Bk=e},jk=function(e){Wk=e};var Jk="function"==typeof reportError?reportError:function(e){console.error(e)};function eS(e){this._internalRoot=e}function tS(e){this._internalRoot=e}function nS(e){return!(!e||e.nodeType!==vn&&e.nodeType!==wn&&e.nodeType!==kn&&j)}function rS(e){return!(!e||e.nodeType!==vn&&e.nodeType!==wn&&e.nodeType!==kn&&(e.nodeType!==bn||" react-mount-point-unstable "!==e.nodeValue))}function aS(e){e.nodeType===vn&&e.tagName&&"BODY"===e.tagName.toUpperCase()&&i("createRoot(): Creating roots directly with document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try using a container element created for your app."),Vc(e)&&(e._reactRootContainer?i("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."):i("You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it."))}tS.prototype.render=eS.prototype.render=function(e){var t=this._internalRoot;if(null===t)throw new Error("Cannot update an unmounted root.");"function"==typeof arguments[1]?i("render(...): does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."):nS(arguments[1])?i("You passed a container to the second argument of root.render(...). You don't need to pass it again since you already passed it to create the root."):void 0!==arguments[1]&&i("You passed a second argument to root.render(...) but it only accepts one argument.");var n=t.containerInfo;if(n.nodeType!==bn){var r=Dk(t.current);r&&r.parentNode!==n&&i("render(...): It looks like the React-rendered content of the root container was removed without using React. This is not supported and will cause errors. Instead, call root.unmount() to empty a root's container.")}Rk(e,t,null,null)},tS.prototype.unmount=eS.prototype.unmount=function(){"function"==typeof arguments[0]&&i("unmount(...): does not support a callback argument. To execute a side effect after rendering, declare it in a component body with useEffect().");var e=this._internalRoot;if(null!==e){this._internalRoot=null;var t=e.containerInfo;uw()&&i("Attempted to synchronously unmount a root while React was already rendering. React cannot finish unmounting the root until the current render has completed, which may lead to a race condition."),lw((function(){Rk(null,e,null,null)})),Hc(t)}},tS.prototype.unstable_scheduleHydration=function(e){e&&function(e){for(var t=Pi(),n={blockedOn:null,target:e,priority:t},r=0;r<Qi.length&&zi(t,Qi[r].priority);r++);Qi.splice(r,0,n),0===r&&Zi(n)}(e)};var oS,iS=r.ReactCurrentOwner;function lS(e){return e?e.nodeType===wn?e.documentElement:e.firstChild:null}function uS(){}function sS(e,t,n,r,a){oS(n),function(e,t){null!==e&&"function"!=typeof e&&i("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.","render",e)}(void 0===a?null:a);var o,l=n._reactRootContainer;if(l){if("function"==typeof a){var u=a;a=function(){var e=Pk(o);u.call(e)}}Rk(t,o=l,e,a)}else o=function(e,t,n,r,a){if(a){if("function"==typeof r){var o=r;r=function(){var e=Pk(i);o.call(e)}}var i=Tk(t,r,e,xd,0,!1,0,"",uS);return e._reactRootContainer=i,Wc(i.current,e),hs(e.nodeType===bn?e.parentNode:e),lw(),i}for(var l;l=e.lastChild;)e.removeChild(l);if("function"==typeof r){var u=r;r=function(){var e=Pk(s);u.call(e)}}var s=Ek(e,xd,0,!1,0,"",uS);return e._reactRootContainer=s,Wc(s.current,e),hs(e.nodeType===bn?e.parentNode:e),lw((function(){Rk(t,s,n,r)})),s}(n,t,e,a,r);return Pk(o)}oS=function(e){if(e._reactRootContainer&&e.nodeType!==bn){var t=Dk(e._reactRootContainer.current);t&&t.parentNode!==e&&i("render(...): It looks like the React-rendered content of this container was removed without using React. This is not supported and will cause errors. Instead, call ReactDOM.unmountComponentAtNode to empty a container.")}var n=!!e._reactRootContainer,r=lS(e);!(!r||!qc(r))&&!n&&i("render(...): Replacing React-rendered children with a new root component. If you intended to update the children of this node, you should instead have the existing children update their state and render the new components instead of calling ReactDOM.render."),e.nodeType===vn&&e.tagName&&"BODY"===e.tagName.toUpperCase()&&i("render(): Rendering components directly into document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try rendering into a container element created for your app.")};var cS,dS=!1,fS=!1;cS=function(e){switch(e.tag){case d:var t=e.stateNode;if(Ai(t)){var n=function(e){return ti(e.pendingLanes)}(t);!function(e,t){t!==ho&&(Si(e,gi(t,go)),ew(e,Ia()),(cb&(tb|nb))===Jy&&(Pb(),Id()))}(t,n)}break;case x:lw((function(){var t=fp(e,go);if(null!==t){var n=Kb();Jb(t,e,go,n)}})),Ik(e,go)}},Ei=cS,function(e){Ti=e}((function(e){if(e.tag===x){var t=qo,n=fp(e,t);null!==n&&Jb(n,e,t,Kb()),Ik(e,t)}})),function(e){Ri=e}((function(e){if(e.tag===x){var t=Gb(e),n=fp(e,t);null!==n&&Jb(n,e,t,Kb()),Ik(e,t)}})),function(e){Pi=e}(Oi),function(e){_i=e}((function(e,t){var n=Li;try{return Li=e,t()}finally{Li=n}})),"function"==typeof Map&&null!=Map.prototype&&"function"==typeof Map.prototype.forEach&&"function"==typeof Set&&null!=Set.prototype&&"function"==typeof Set.prototype.clear&&"function"==typeof Set.prototype.forEach||i("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),pr=function(e,t,n){switch(t){case"input":return void Ht(e,n);case"textarea":return void function(e,t){ln(e,t)}(e,n);case"select":return void function(e,t){var n=e,r=t.value;null!=r&&en(n,!!t.multiple,r,!1)}(e,n)}},br=iw,wr=lw;var pS={usingClientEntryPoint:!1,Events:[qc,Yc,Qc,vr,yr,iw]},hS=function(e){var t=e.findFiberByHostInstance,n=r.ReactCurrentDispatcher;return function(e){if("undefined"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled)return!0;if(!t.supportsFiber)return i("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://reactjs.org/link/react-devtools"),!0;try{H&&(e=Ze({},e,{getLaneLabelMap:qa,injectProfilingHooks:$a})),Aa=t.inject(e),ja=t}catch(e){i("React instrumentation encountered an error: %s.",e)}return!!t.checkDCE}({bundleType:e.bundleType,version:e.version,rendererPackageName:e.rendererPackageName,rendererConfig:e.rendererConfig,overrideHookState:Mk,overrideHookStateDeletePath:Nk,overrideHookStateRenamePath:Lk,overrideProps:Ok,overridePropsDeletePath:Fk,overridePropsRenamePath:zk,setErrorHandler:Ak,setSuspenseHandler:jk,scheduleUpdate:Uk,currentDispatcherRef:n,findHostInstanceByFiber:Kk,findFiberByHostInstance:t||Gk,findHostInstancesForRefresh:rk,scheduleRefresh:Jw,scheduleRoot:ek,setRefreshHandler:Yw,getCurrentFiber:Zk,reconcilerVersion:Sk})}({findFiberByHostInstance:$c,bundleType:1,version:Sk,rendererPackageName:"react-dom"});if(!hS&&G&&window.top===window.self&&(navigator.userAgent.indexOf("Chrome")>-1&&-1===navigator.userAgent.indexOf("Edge")||navigator.userAgent.indexOf("Firefox")>-1)){var mS=window.location.protocol;/^(https?|file):$/.test(mS)&&console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools"+("file:"===mS?"\nYou might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq":""),"font-weight:bold")}m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=pS,m.createPortal=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(!nS(t))throw new Error("Target container is not a DOM element.");return xk(e,t,null,n)},m.createRoot=function(e,t){return pS.usingClientEntryPoint||i('You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),function(e,t){if(!nS(e))throw new Error("createRoot(...): Target container is not a DOM element.");aS(e);var n=!1,r="",a=Jk;null!=t&&(t.hydrate?o("hydrate through createRoot is deprecated. Use ReactDOMClient.hydrateRoot(container, <App />) instead."):"object"==typeof t&&null!==t&&t.$$typeof===_e&&i("You passed a JSX element to createRoot. You probably meant to call root.render instead. Example usage:\n\n let root = createRoot(domContainer);\n root.render(<App />);"),!0===t.unstable_strictMode&&(n=!0),void 0!==t.identifierPrefix&&(r=t.identifierPrefix),void 0!==t.onRecoverableError&&(a=t.onRecoverableError),void 0!==t.transitionCallbacks&&t.transitionCallbacks);var l=Ek(e,Cd,0,n,0,r,a);return Wc(l.current,e),hs(e.nodeType===bn?e.parentNode:e),new eS(l)}(e,t)},m.findDOMNode=function(e){dS||(dS=!0,i("findDOMNode is deprecated and will be removed in the next major release. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node"));var t=iS.current;return null!==t&&null!==t.stateNode&&(t.stateNode._warnedAboutRefsInRender||i("%s is accessing findDOMNode inside its render(). render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",pt(t.type)||"A component"),t.stateNode._warnedAboutRefsInRender=!0),null==e?null:e.nodeType===vn?e:function(e,t){var n=Ur(e);if(void 0===n){if("function"==typeof e.render)throw new Error("Unable to find node on an unmounted component.");var r=Object.keys(e).join(",");throw new Error("Argument appears to not be a ReactComponent. Keys: "+r)}var a=Sa(n);if(null===a)return null;if(a.mode&lo){var o=mt(n)||"Component";if(!kk[o]){kk[o]=!0;var l=vt;try{St(a),n.mode&lo?i("%s is deprecated in StrictMode. %s was passed an instance of %s which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node",t,t,o):i("%s is deprecated in StrictMode. %s was passed an instance of %s which renders StrictMode children. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node",t,t,o)}finally{l?St(l):kt()}}}return a.stateNode}(e,"findDOMNode")},m.flushSync=function(e){return uw()&&i("flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."),lw(e)},m.hydrate=function(e,t,n){if(i("ReactDOM.hydrate is no longer supported in React 18. Use hydrateRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!rS(t))throw new Error("Target container is not a DOM element.");return Vc(t)&&void 0===t._reactRootContainer&&i("You are calling ReactDOM.hydrate() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call hydrateRoot(container, element)?"),sS(null,e,t,!0,n)},m.hydrateRoot=function(e,t,n){return pS.usingClientEntryPoint||i('You are importing hydrateRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),function(e,t,n){if(!nS(e))throw new Error("hydrateRoot(...): Target container is not a DOM element.");aS(e),void 0===t&&i("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var r=null!=n&&n.hydratedSources||null,a=!1,o="",l=Jk;null!=n&&(!0===n.unstable_strictMode&&(a=!0),void 0!==n.identifierPrefix&&(o=n.identifierPrefix),void 0!==n.onRecoverableError&&(l=n.onRecoverableError));var u=Tk(t,null,e,Cd,0,a,0,o,l);if(Wc(u.current,e),hs(e),r)for(var s=0;s<r.length;s++)sh(u,r[s]);return new tS(u)}(e,t,n)},m.render=function(e,t,n){if(i("ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!rS(t))throw new Error("Target container is not a DOM element.");return Vc(t)&&void 0===t._reactRootContainer&&i("You are calling ReactDOM.render() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.render(element)?"),sS(null,e,t,!1,n)},m.unmountComponentAtNode=function(e){if(fS||(fS=!0,i("unmountComponentAtNode is deprecated and will be removed in the next major release. Switch to the createRoot API. Learn more: https://reactjs.org/link/switch-to-createroot")),!rS(e))throw new Error("unmountComponentAtNode(...): Target container is not a DOM element.");if(Vc(e)&&void 0===e._reactRootContainer&&i("You are calling ReactDOM.unmountComponentAtNode() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.unmount()?"),e._reactRootContainer){var t=lS(e);return t&&!qc(t)&&i("unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React."),lw((function(){sS(null,null,e,!1,(function(){e._reactRootContainer=null,Hc(e)}))})),!0}var n=lS(e),r=!(!n||!qc(n)),a=e.nodeType===vn&&rS(e.parentNode)&&!!e.parentNode._reactRootContainer;return r&&i("unmountComponentAtNode(): The node you're attempting to unmount was rendered by React and is not a top-level container. %s",a?"You may have accidentally passed in a React root node instead of its container.":"Instead, have the parent component update its state and rerender in order to remove this component."),!1},m.unstable_batchedUpdates=iw,m.unstable_renderSubtreeIntoContainer=function(e,t,n,r){return function(e,t,n,r){if(i("ReactDOM.unstable_renderSubtreeIntoContainer() is no longer supported in React 18. Consider using a portal instead. Until you switch to the createRoot API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!rS(n))throw new Error("Target container is not a DOM element.");if(null==e||void 0===e._reactInternals)throw new Error("parentComponent must be a valid React Component");return sS(e,t,n,!1,r)}(e,t,n,r)},m.version=Sk,"undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),m);var g,v=a.exports,y=v;if("production"===process.env.NODE_ENV)y.createRoot,g=y.hydrateRoot;else{var b=y.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;g=function(e,t,n){b.usingClientEntryPoint=!0;try{return y.hydrateRoot(e,t,n)}finally{b.usingClientEntryPoint=!1}}}var w,k={};
43
+ /**
44
+ * @license React
45
+ * react-dom-server-legacy.node.production.min.js
46
+ *
47
+ * Copyright (c) Facebook, Inc. and its affiliates.
48
+ *
49
+ * This source code is licensed under the MIT license found in the
50
+ * LICENSE file in the root directory of this source tree.
51
+ */var S,x={};
52
+ /**
53
+ * @license React
54
+ * react-dom-server.node.production.min.js
55
+ *
56
+ * Copyright (c) Facebook, Inc. and its affiliates.
57
+ *
58
+ * This source code is licensed under the MIT license found in the
59
+ * LICENSE file in the root directory of this source tree.
60
+ */var C,E={};
61
+ /**
62
+ * @license React
63
+ * react-dom-server-legacy.node.development.js
64
+ *
65
+ * Copyright (c) Facebook, Inc. and its affiliates.
66
+ *
67
+ * This source code is licensed under the MIT license found in the
68
+ * LICENSE file in the root directory of this source tree.
69
+ */var T,R,P,_={};
70
+ /**
71
+ * @license React
72
+ * react-dom-server.node.development.js
73
+ *
74
+ * Copyright (c) Facebook, Inc. and its affiliates.
75
+ *
76
+ * This source code is licensed under the MIT license found in the
77
+ * LICENSE file in the root directory of this source tree.
78
+ */"production"===process.env.NODE_ENV?(R=function(){if(w)return k;w=1;var e=t,r=n,a=Object.prototype.hasOwnProperty,o=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,i={},l={};function u(e){return!!a.call(l,e)||!a.call(i,e)&&(o.test(e)?l[e]=!0:(i[e]=!0,!1))}function s(e,t,n,r,a,o,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=a,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=o,this.removeEmptyString=i}var c={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){c[e]=new s(e,0,!1,e,null,!1,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];c[t]=new s(t,1,!1,e[1],null,!1,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){c[e]=new s(e,2,!1,e.toLowerCase(),null,!1,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){c[e]=new s(e,2,!1,e,null,!1,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){c[e]=new s(e,3,!1,e.toLowerCase(),null,!1,!1)})),["checked","multiple","muted","selected"].forEach((function(e){c[e]=new s(e,3,!0,e,null,!1,!1)})),["capture","download"].forEach((function(e){c[e]=new s(e,4,!1,e,null,!1,!1)})),["cols","rows","size","span"].forEach((function(e){c[e]=new s(e,6,!1,e,null,!1,!1)})),["rowSpan","start"].forEach((function(e){c[e]=new s(e,5,!1,e.toLowerCase(),null,!1,!1)}));var d=/[\-:]([a-z])/g;function f(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(d,f);c[t]=new s(t,1,!1,e,null,!1,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(d,f);c[t]=new s(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(d,f);c[t]=new s(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)})),["tabIndex","crossOrigin"].forEach((function(e){c[e]=new s(e,1,!1,e.toLowerCase(),null,!1,!1)})),c.xlinkHref=new s("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach((function(e){c[e]=new s(e,1,!1,e.toLowerCase(),null,!0,!0)}));var p={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},h=["Webkit","ms","Moz","O"];Object.keys(p).forEach((function(e){h.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),p[t]=p[e]}))}));var m=/["'&<>]/;function g(e){if("boolean"==typeof e||"number"==typeof e)return""+e;e=""+e;var t=m.exec(e);if(t){var n,r="",a=0;for(n=t.index;n<e.length;n++){switch(e.charCodeAt(n)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#x27;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}a!==n&&(r+=e.substring(a,n)),a=n+1,r+=t}e=a!==n?r+e.substring(a,n):r}return e}var v=/([A-Z])/g,y=/^ms-/,b=Array.isArray;function S(e,t){return{insertionMode:e,selectedValue:t}}var x=new Map;function C(e,t,n){if("object"!=typeof n)throw Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");for(var r in t=!0,n)if(a.call(n,r)){var o=n[r];if(null!=o&&"boolean"!=typeof o&&""!==o){if(0===r.indexOf("--")){var i=g(r);o=g((""+o).trim())}else{i=r;var l=x.get(i);void 0!==l||(l=g(i.replace(v,"-$1").toLowerCase().replace(y,"-ms-")),x.set(i,l)),i=l,o="number"==typeof o?0===o||a.call(p,r)?""+o:o+"px":g((""+o).trim())}t?(t=!1,e.push(' style="',i,":",o)):e.push(";",i,":",o)}}t||e.push('"')}function E(e,t,n,r){switch(n){case"style":return void C(e,t,r);case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(2<n.length)||"o"!==n[0]&&"O"!==n[0]||"n"!==n[1]&&"N"!==n[1])if(null!==(t=c.hasOwnProperty(n)?c[n]:null)){switch(typeof r){case"function":case"symbol":return;case"boolean":if(!t.acceptsBooleans)return}switch(n=t.attributeName,t.type){case 3:r&&e.push(" ",n,'=""');break;case 4:!0===r?e.push(" ",n,'=""'):!1!==r&&e.push(" ",n,'="',g(r),'"');break;case 5:isNaN(r)||e.push(" ",n,'="',g(r),'"');break;case 6:!isNaN(r)&&1<=r&&e.push(" ",n,'="',g(r),'"');break;default:t.sanitizeURL&&(r=""+r),e.push(" ",n,'="',g(r),'"')}}else if(u(n)){switch(typeof r){case"function":case"symbol":return;case"boolean":if("data-"!==(t=n.toLowerCase().slice(0,5))&&"aria-"!==t)return}e.push(" ",n,'="',g(r),'"')}}function T(e,t,n){if(null!=t){if(null!=n)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if("object"!=typeof t||!("__html"in t))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");null!=(t=t.__html)&&e.push(""+t)}}function R(e,t,n,r){e.push(I(n));var o,i=n=null;for(o in t)if(a.call(t,o)){var l=t[o];if(null!=l)switch(o){case"children":n=l;break;case"dangerouslySetInnerHTML":i=l;break;default:E(e,r,o,l)}}return e.push(">"),T(e,i,n),"string"==typeof n?(e.push(g(n)),null):n}var P=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,_=new Map;function I(e){var t=_.get(e);if(void 0===t){if(!P.test(e))throw Error("Invalid tag: "+e);t="<"+e,_.set(e,t)}return t}function D(t,n,r,o,i){switch(n){case"select":t.push(I("select"));var l=null,s=null;for(p in r)if(a.call(r,p)){var c=r[p];if(null!=c)switch(p){case"children":l=c;break;case"dangerouslySetInnerHTML":s=c;break;case"defaultValue":case"value":break;default:E(t,o,p,c)}}return t.push(">"),T(t,s,l),l;case"option":s=i.selectedValue,t.push(I("option"));var d=c=null,f=null,p=null;for(l in r)if(a.call(r,l)){var h=r[l];if(null!=h)switch(l){case"children":c=h;break;case"selected":f=h;break;case"dangerouslySetInnerHTML":p=h;break;case"value":d=h;default:E(t,o,l,h)}}if(null!=s)if(r=null!==d?""+d:function(t){var n="";return e.Children.forEach(t,(function(e){null!=e&&(n+=e)})),n}(c),b(s)){for(o=0;o<s.length;o++)if(""+s[o]===r){t.push(' selected=""');break}}else""+s===r&&t.push(' selected=""');else f&&t.push(' selected=""');return t.push(">"),T(t,p,c),c;case"textarea":for(c in t.push(I("textarea")),p=s=l=null,r)if(a.call(r,c)&&null!=(d=r[c]))switch(c){case"children":p=d;break;case"value":l=d;break;case"defaultValue":s=d;break;case"dangerouslySetInnerHTML":throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:E(t,o,c,d)}if(null===l&&null!==s&&(l=s),t.push(">"),null!=p){if(null!=l)throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(b(p)&&1<p.length)throw Error("<textarea> can only have at most one child.");l=""+p}return"string"==typeof l&&"\n"===l[0]&&t.push("\n"),null!==l&&t.push(g(""+l)),null;case"input":for(s in t.push(I("input")),d=p=c=l=null,r)if(a.call(r,s)&&null!=(f=r[s]))switch(s){case"children":case"dangerouslySetInnerHTML":throw Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case"defaultChecked":d=f;break;case"defaultValue":c=f;break;case"checked":p=f;break;case"value":l=f;break;default:E(t,o,s,f)}return null!==p?E(t,o,"checked",p):null!==d&&E(t,o,"checked",d),null!==l?E(t,o,"value",l):null!==c&&E(t,o,"value",c),t.push("/>"),null;case"menuitem":for(var m in t.push(I("menuitem")),r)if(a.call(r,m)&&null!=(l=r[m]))switch(m){case"children":case"dangerouslySetInnerHTML":throw Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:E(t,o,m,l)}return t.push(">"),null;case"title":for(h in t.push(I("title")),l=null,r)if(a.call(r,h)&&null!=(s=r[h]))switch(h){case"children":l=s;break;case"dangerouslySetInnerHTML":throw Error("`dangerouslySetInnerHTML` does not make sense on <title>.");default:E(t,o,h,s)}return t.push(">"),l;case"listing":case"pre":for(d in t.push(I(n)),s=l=null,r)if(a.call(r,d)&&null!=(c=r[d]))switch(d){case"children":l=c;break;case"dangerouslySetInnerHTML":s=c;break;default:E(t,o,d,c)}if(t.push(">"),null!=s){if(null!=l)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if("object"!=typeof s||!("__html"in s))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");null!=(r=s.__html)&&("string"==typeof r&&0<r.length&&"\n"===r[0]?t.push("\n",r):t.push(""+r))}return"string"==typeof l&&"\n"===l[0]&&t.push("\n"),l;case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":for(var v in t.push(I(n)),r)if(a.call(r,v)&&null!=(l=r[v]))switch(v){case"children":case"dangerouslySetInnerHTML":throw Error(n+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:E(t,o,v,l)}return t.push("/>"),null;case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return R(t,r,n,o);case"html":return 0===i.insertionMode&&t.push("<!DOCTYPE html>"),R(t,r,n,o);default:if(-1===n.indexOf("-")&&"string"!=typeof r.is)return R(t,r,n,o);for(f in t.push(I(n)),s=l=null,r)if(a.call(r,f)&&null!=(c=r[f]))switch(f){case"children":l=c;break;case"dangerouslySetInnerHTML":s=c;break;case"style":C(t,o,c);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:u(f)&&"function"!=typeof c&&"symbol"!=typeof c&&t.push(" ",f,'="',g(c),'"')}return t.push(">"),T(t,s,l),l}}function M(e,t,n){if(e.push('\x3c!--$?--\x3e<template id="'),null===n)throw Error("An ID must have been assigned before we can complete the boundary.");return e.push(n),e.push('"></template>')}var N=/[<\u2028\u2029]/g;function L(e){return JSON.stringify(e).replace(N,(function(e){switch(e){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}))}function O(e,t){return{bootstrapChunks:[],startInlineScript:"<script>",placeholderPrefix:(t=void 0===t?"":t)+"P:",segmentPrefix:t+"S:",boundaryPrefix:t+"B:",idPrefix:t,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1,generateStaticMarkup:e}}function F(e,t,n,r){return n.generateStaticMarkup?(e.push(g(t)),!1):(""===t?e=r:(r&&e.push("\x3c!-- --\x3e"),e.push(g(t)),e=!0),e)}var z=Object.assign,U=Symbol.for("react.element"),A=Symbol.for("react.portal"),j=Symbol.for("react.fragment"),B=Symbol.for("react.strict_mode"),W=Symbol.for("react.profiler"),H=Symbol.for("react.provider"),V=Symbol.for("react.context"),$=Symbol.for("react.forward_ref"),q=Symbol.for("react.suspense"),Y=Symbol.for("react.suspense_list"),Q=Symbol.for("react.memo"),X=Symbol.for("react.lazy"),K=Symbol.for("react.scope"),G=Symbol.for("react.debug_trace_mode"),Z=Symbol.for("react.legacy_hidden"),J=Symbol.for("react.default_value"),ee=Symbol.iterator;function te(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case j:return"Fragment";case A:return"Portal";case W:return"Profiler";case B:return"StrictMode";case q:return"Suspense";case Y:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case V:return(e.displayName||"Context")+".Consumer";case H:return(e._context.displayName||"Context")+".Provider";case $:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case Q:return null!==(t=e.displayName||null)?t:te(e.type)||"Memo";case X:t=e._payload,e=e._init;try{return te(e(t))}catch(e){}}return null}var ne={};function re(e,t){if(!(e=e.contextTypes))return ne;var n,r={};for(n in e)r[n]=t[n];return r}var ae=null;function oe(e,t){if(e!==t){e.context._currentValue2=e.parentValue,e=e.parent;var n=t.parent;if(null===e){if(null!==n)throw Error("The stacks must reach the root at the same time. This is a bug in React.")}else{if(null===n)throw Error("The stacks must reach the root at the same time. This is a bug in React.");oe(e,n)}t.context._currentValue2=t.value}}function ie(e){e.context._currentValue2=e.parentValue,null!==(e=e.parent)&&ie(e)}function le(e){var t=e.parent;null!==t&&le(t),e.context._currentValue2=e.value}function ue(e,t){if(e.context._currentValue2=e.parentValue,null===(e=e.parent))throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");e.depth===t.depth?oe(e,t):ue(e,t)}function se(e,t){var n=t.parent;if(null===n)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");e.depth===n.depth?oe(e,n):se(e,n),t.context._currentValue2=t.value}function ce(e){var t=ae;t!==e&&(null===t?le(e):null===e?ie(t):t.depth===e.depth?oe(t,e):t.depth>e.depth?ue(t,e):se(t,e),ae=e)}var de={isMounted:function(){return!1},enqueueSetState:function(e,t){null!==(e=e._reactInternals).queue&&e.queue.push(t)},enqueueReplaceState:function(e,t){(e=e._reactInternals).replace=!0,e.queue=[t]},enqueueForceUpdate:function(){}};function fe(e,t,n,r){var a=void 0!==e.state?e.state:null;e.updater=de,e.props=n,e.state=a;var o={queue:[],replace:!1};e._reactInternals=o;var i=t.contextType;if(e.context="object"==typeof i&&null!==i?i._currentValue2:r,"function"==typeof(i=t.getDerivedStateFromProps)&&(a=null==(i=i(n,a))?a:z({},a,i),e.state=a),"function"!=typeof t.getDerivedStateFromProps&&"function"!=typeof e.getSnapshotBeforeUpdate&&("function"==typeof e.UNSAFE_componentWillMount||"function"==typeof e.componentWillMount))if(t=e.state,"function"==typeof e.componentWillMount&&e.componentWillMount(),"function"==typeof e.UNSAFE_componentWillMount&&e.UNSAFE_componentWillMount(),t!==e.state&&de.enqueueReplaceState(e,e.state,null),null!==o.queue&&0<o.queue.length)if(t=o.queue,i=o.replace,o.queue=null,o.replace=!1,i&&1===t.length)e.state=t[0];else{for(o=i?t[0]:e.state,a=!0,i=i?1:0;i<t.length;i++){var l=t[i];null!=(l="function"==typeof l?l.call(e,o,n,r):l)&&(a?(a=!1,o=z({},o,l)):z(o,l))}e.state=o}else o.queue=null}var pe={id:1,overflow:""};function he(e,t,n){var r=e.id;e=e.overflow;var a=32-me(r)-1;r&=~(1<<a),n+=1;var o=32-me(t)+a;if(30<o){var i=a-a%5;return o=(r&(1<<i)-1).toString(32),r>>=i,a-=i,{id:1<<32-me(t)+a|n<<a|r,overflow:o+e}}return{id:1<<o|n<<a|r,overflow:e}}var me=Math.clz32?Math.clz32:function(e){return 0==(e>>>=0)?32:31-(ge(e)/ve|0)|0},ge=Math.log,ve=Math.LN2,ye="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},be=null,we=null,ke=null,Se=null,xe=!1,Ce=!1,Ee=0,Te=null,Re=0;function Pe(){if(null===be)throw Error("Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.");return be}function _e(){if(0<Re)throw Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function Ie(){return null===Se?null===ke?(xe=!1,ke=Se=_e()):(xe=!0,Se=ke):null===Se.next?(xe=!1,Se=Se.next=_e()):(xe=!0,Se=Se.next),Se}function De(){we=be=null,Ce=!1,ke=null,Re=0,Se=Te=null}function Me(e,t){return"function"==typeof t?t(e):t}function Ne(e,t,n){if(be=Pe(),Se=Ie(),xe){var r=Se.queue;if(t=r.dispatch,null!==Te&&void 0!==(n=Te.get(r))){Te.delete(r),r=Se.memoizedState;do{r=e(r,n.action),n=n.next}while(null!==n);return Se.memoizedState=r,[r,t]}return[Se.memoizedState,t]}return e=e===Me?"function"==typeof t?t():t:void 0!==n?n(t):t,Se.memoizedState=e,e=(e=Se.queue={last:null,dispatch:null}).dispatch=Oe.bind(null,be,e),[Se.memoizedState,e]}function Le(e,t){if(be=Pe(),t=void 0===t?null:t,null!==(Se=Ie())){var n=Se.memoizedState;if(null!==n&&null!==t){var r=n[1];e:if(null===r)r=!1;else{for(var a=0;a<r.length&&a<t.length;a++)if(!ye(t[a],r[a])){r=!1;break e}r=!0}if(r)return n[0]}}return e=e(),Se.memoizedState=[e,t],e}function Oe(e,t,n){if(25<=Re)throw Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(e===be)if(Ce=!0,e={action:n,next:null},null===Te&&(Te=new Map),void 0===(n=Te.get(t)))Te.set(t,e);else{for(t=n;null!==t.next;)t=t.next;t.next=e}}function Fe(){throw Error("startTransition cannot be called during server rendering.")}function ze(){}var Ue={readContext:function(e){return e._currentValue2},useContext:function(e){return Pe(),e._currentValue2},useMemo:Le,useReducer:Ne,useRef:function(e){be=Pe();var t=(Se=Ie()).memoizedState;return null===t?(e={current:e},Se.memoizedState=e):t},useState:function(e){return Ne(Me,e)},useInsertionEffect:ze,useLayoutEffect:function(){},useCallback:function(e,t){return Le((function(){return e}),t)},useImperativeHandle:ze,useEffect:ze,useDebugValue:ze,useDeferredValue:function(e){return Pe(),e},useTransition:function(){return Pe(),[!1,Fe]},useId:function(){var e=we.treeContext,t=e.overflow;e=((e=e.id)&~(1<<32-me(e)-1)).toString(32)+t;var n=Ae;if(null===n)throw Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");return t=Ee++,e=":"+n.idPrefix+"R"+e,0<t&&(e+="H"+t.toString(32)),e+":"},useMutableSource:function(e,t){return Pe(),t(e._source)},useSyncExternalStore:function(e,t,n){if(void 0===n)throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return n()}},Ae=null,je=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function Be(e){return console.error(e),null}function We(){}function He(e,t,n,r,a,o,i,l,u){var s=[],c=new Set;return(n=$e(t={destination:null,responseState:t,progressiveChunkSize:void 0===r?12800:r,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:c,pingedTasks:s,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:void 0===a?Be:a,onAllReady:void 0===o?We:o,onShellReady:void 0===i?We:i,onShellError:We,onFatalError:We},0,null,n,!1,!1)).parentFlushed=!0,e=Ve(t,e,null,n,c,ne,null,pe),s.push(e),t}function Ve(e,t,n,r,a,o,i,l){e.allPendingTasks++,null===n?e.pendingRootTasks++:n.pendingTasks++;var u={node:t,ping:function(){var t=e.pingedTasks;t.push(u),1===t.length&&ot(e)},blockedBoundary:n,blockedSegment:r,abortSet:a,legacyContext:o,context:i,treeContext:l};return a.add(u),u}function $e(e,t,n,r,a,o){return{status:0,id:-1,index:t,parentFlushed:!1,chunks:[],children:[],formatContext:r,boundary:n,lastPushedText:a,textEmbedded:o}}function qe(e,t){if(null!=(e=e.onError(t))&&"string"!=typeof e)throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof e+'" instead');return e}function Ye(e,t){var n=e.onShellError;n(t),(n=e.onFatalError)(t),null!==e.destination?(e.status=2,e.destination.destroy(t)):(e.status=1,e.fatalError=t)}function Qe(e,t,n,r,a){for(be={},we=t,Ee=0,e=n(r,a);Ce;)Ce=!1,Ee=0,Re+=1,Se=null,e=n(r,a);return De(),e}function Xe(e,t,n,r){var a=n.render(),o=r.childContextTypes;if(null!=o){var i=t.legacyContext;if("function"!=typeof n.getChildContext)r=i;else{for(var l in n=n.getChildContext())if(!(l in o))throw Error((te(r)||"Unknown")+'.getChildContext(): key "'+l+'" is not defined in childContextTypes.');r=z({},i,n)}t.legacyContext=r,Ze(e,t,a),t.legacyContext=i}else Ze(e,t,a)}function Ke(e,t){if(e&&e.defaultProps){for(var n in t=z({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}return t}function Ge(e,t,n,r,a){if("function"==typeof n)if(n.prototype&&n.prototype.isReactComponent){a=re(n,t.legacyContext);var o=n.contextType;fe(o=new n(r,"object"==typeof o&&null!==o?o._currentValue2:a),n,r,a),Xe(e,t,o,n)}else{a=Qe(e,t,n,r,o=re(n,t.legacyContext));var i=0!==Ee;if("object"==typeof a&&null!==a&&"function"==typeof a.render&&void 0===a.$$typeof)fe(a,n,r,o),Xe(e,t,a,n);else if(i){r=t.treeContext,t.treeContext=he(r,1,0);try{Ze(e,t,a)}finally{t.treeContext=r}}else Ze(e,t,a)}else{if("string"!=typeof n){switch(n){case Z:case G:case B:case W:case j:case Y:return void Ze(e,t,r.children);case K:throw Error("ReactDOMServer does not yet support scope components.");case q:e:{n=t.blockedBoundary,a=t.blockedSegment,o=r.fallback,r=r.children;var l={id:null,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:i=new Set,errorDigest:null},u=$e(0,a.chunks.length,l,a.formatContext,!1,!1);a.children.push(u),a.lastPushedText=!1;var s=$e(0,0,null,a.formatContext,!1,!1);s.parentFlushed=!0,t.blockedBoundary=l,t.blockedSegment=s;try{if(et(e,t,r),e.responseState.generateStaticMarkup||s.lastPushedText&&s.textEmbedded&&s.chunks.push("\x3c!-- --\x3e"),s.status=1,rt(l,s),0===l.pendingTasks)break e}catch(t){s.status=4,l.forceClientRender=!0,l.errorDigest=qe(e,t)}finally{t.blockedBoundary=n,t.blockedSegment=a}t=Ve(e,o,n,u,i,t.legacyContext,t.context,t.treeContext),e.pingedTasks.push(t)}return}if("object"==typeof n&&null!==n)switch(n.$$typeof){case $:if(r=Qe(e,t,n.render,r,a),0!==Ee){n=t.treeContext,t.treeContext=he(n,1,0);try{Ze(e,t,r)}finally{t.treeContext=n}}else Ze(e,t,r);return;case Q:return void Ge(e,t,n=n.type,r=Ke(n,r),a);case H:if(a=r.children,n=n._context,r=r.value,o=n._currentValue2,n._currentValue2=r,ae=r={parent:i=ae,depth:null===i?0:i.depth+1,context:n,parentValue:o,value:r},t.context=r,Ze(e,t,a),null===(e=ae))throw Error("Tried to pop a Context at the root of the app. This is a bug in React.");return r=e.parentValue,e.context._currentValue2=r===J?e.context._defaultValue:r,e=ae=e.parent,void(t.context=e);case V:return void Ze(e,t,r=(r=r.children)(n._currentValue2));case X:return void Ge(e,t,n=(a=n._init)(n._payload),r=Ke(n,r),void 0)}throw Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: "+(null==n?n:typeof n)+".")}switch(o=D((a=t.blockedSegment).chunks,n,r,e.responseState,a.formatContext),a.lastPushedText=!1,i=a.formatContext,a.formatContext=function(e,t,n){switch(t){case"select":return S(1,null!=n.value?n.value:n.defaultValue);case"svg":return S(2,null);case"math":return S(3,null);case"foreignObject":return S(1,null);case"table":return S(4,null);case"thead":case"tbody":case"tfoot":return S(5,null);case"colgroup":return S(7,null);case"tr":return S(6,null)}return 4<=e.insertionMode||0===e.insertionMode?S(1,null):e}(i,n,r),et(e,t,o),a.formatContext=i,n){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:a.chunks.push("</",n,">")}a.lastPushedText=!1}}function Ze(e,t,n){if(t.node=n,"object"==typeof n&&null!==n){switch(n.$$typeof){case U:return void Ge(e,t,n.type,n.props,n.ref);case A:throw Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case X:var r=n._init;return void Ze(e,t,n=r(n._payload))}if(b(n))return void Je(e,t,n);if((r=null===n||"object"!=typeof n?null:"function"==typeof(r=ee&&n[ee]||n["@@iterator"])?r:null)&&(r=r.call(n))){if(!(n=r.next()).done){var a=[];do{a.push(n.value),n=r.next()}while(!n.done);Je(e,t,a)}return}throw e=Object.prototype.toString.call(n),Error("Objects are not valid as a React child (found: "+("[object Object]"===e?"object with keys {"+Object.keys(n).join(", ")+"}":e)+"). If you meant to render a collection of children, use an array instead.")}"string"==typeof n?(r=t.blockedSegment).lastPushedText=F(t.blockedSegment.chunks,n,e.responseState,r.lastPushedText):"number"==typeof n&&((r=t.blockedSegment).lastPushedText=F(t.blockedSegment.chunks,""+n,e.responseState,r.lastPushedText))}function Je(e,t,n){for(var r=n.length,a=0;a<r;a++){var o=t.treeContext;t.treeContext=he(o,r,a);try{et(e,t,n[a])}finally{t.treeContext=o}}}function et(e,t,n){var r=t.blockedSegment.formatContext,a=t.legacyContext,o=t.context;try{return Ze(e,t,n)}catch(u){if(De(),"object"!=typeof u||null===u||"function"!=typeof u.then)throw t.blockedSegment.formatContext=r,t.legacyContext=a,t.context=o,ce(o),u;n=u;var i=t.blockedSegment,l=$e(0,i.chunks.length,null,i.formatContext,i.lastPushedText,!0);i.children.push(l),i.lastPushedText=!1,e=Ve(e,t.node,t.blockedBoundary,l,t.abortSet,t.legacyContext,t.context,t.treeContext).ping,n.then(e,e),t.blockedSegment.formatContext=r,t.legacyContext=a,t.context=o,ce(o)}}function tt(e){var t=e.blockedBoundary;(e=e.blockedSegment).status=3,at(this,t,e)}function nt(e,t,n){var r=e.blockedBoundary;e.blockedSegment.status=3,null===r?(t.allPendingTasks--,2!==t.status&&(t.status=2,null!==t.destination&&t.destination.push(null))):(r.pendingTasks--,r.forceClientRender||(r.forceClientRender=!0,r.errorDigest=t.onError(void 0===n?Error("The render was aborted by the server without a reason."):n),r.parentFlushed&&t.clientRenderedBoundaries.push(r)),r.fallbackAbortableTasks.forEach((function(e){return nt(e,t,n)})),r.fallbackAbortableTasks.clear(),t.allPendingTasks--,0===t.allPendingTasks&&(e=t.onAllReady)())}function rt(e,t){if(0===t.chunks.length&&1===t.children.length&&null===t.children[0].boundary){var n=t.children[0];n.id=t.id,n.parentFlushed=!0,1===n.status&&rt(e,n)}else e.completedSegments.push(t)}function at(e,t,n){if(null===t){if(n.parentFlushed){if(null!==e.completedRootSegment)throw Error("There can only be one root segment. This is a bug in React.");e.completedRootSegment=n}e.pendingRootTasks--,0===e.pendingRootTasks&&(e.onShellError=We,(t=e.onShellReady)())}else t.pendingTasks--,t.forceClientRender||(0===t.pendingTasks?(n.parentFlushed&&1===n.status&&rt(t,n),t.parentFlushed&&e.completedBoundaries.push(t),t.fallbackAbortableTasks.forEach(tt,e),t.fallbackAbortableTasks.clear()):n.parentFlushed&&1===n.status&&(rt(t,n),1===t.completedSegments.length&&t.parentFlushed&&e.partialBoundaries.push(t)));e.allPendingTasks--,0===e.allPendingTasks&&(e=e.onAllReady)()}function ot(e){if(2!==e.status){var t=ae,n=je.current;je.current=Ue;var r=Ae;Ae=e.responseState;try{var a,o=e.pingedTasks;for(a=0;a<o.length;a++){var i=o[a],l=e,u=i.blockedSegment;if(0===u.status){ce(i.context);try{Ze(l,i,i.node),l.responseState.generateStaticMarkup||u.lastPushedText&&u.textEmbedded&&u.chunks.push("\x3c!-- --\x3e"),i.abortSet.delete(i),u.status=1,at(l,i.blockedBoundary,u)}catch(e){if(De(),"object"==typeof e&&null!==e&&"function"==typeof e.then){var s=i.ping;e.then(s,s)}else{i.abortSet.delete(i),u.status=4;var c=i.blockedBoundary,d=e,f=qe(l,d);null===c?Ye(l,d):(c.pendingTasks--,c.forceClientRender||(c.forceClientRender=!0,c.errorDigest=f,c.parentFlushed&&l.clientRenderedBoundaries.push(c))),l.allPendingTasks--,0===l.allPendingTasks&&(0,l.onAllReady)()}}}}o.splice(0,a),null!==e.destination&&dt(e,e.destination)}catch(t){qe(e,t),Ye(e,t)}finally{Ae=r,je.current=n,n===Ue&&ce(t)}}}function it(e,t,n){switch(n.parentFlushed=!0,n.status){case 0:var r=n.id=e.nextSegmentId++;return n.lastPushedText=!1,n.textEmbedded=!1,e=e.responseState,t.push('<template id="'),t.push(e.placeholderPrefix),e=r.toString(16),t.push(e),t.push('"></template>');case 1:n.status=2;var a=!0;r=n.chunks;var o=0;n=n.children;for(var i=0;i<n.length;i++){for(a=n[i];o<a.index;o++)t.push(r[o]);a=lt(e,t,a)}for(;o<r.length-1;o++)t.push(r[o]);return o<r.length&&(a=t.push(r[o])),a;default:throw Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function lt(e,t,n){var r=n.boundary;if(null===r)return it(e,t,n);if(r.parentFlushed=!0,r.forceClientRender)return e.responseState.generateStaticMarkup||(r=r.errorDigest,t.push("\x3c!--$!--\x3e"),t.push("<template"),r&&(t.push(' data-dgst="'),r=g(r),t.push(r),t.push('"')),t.push("></template>")),it(e,t,n),!!e.responseState.generateStaticMarkup||t.push("\x3c!--/$--\x3e");if(0<r.pendingTasks){r.rootSegmentID=e.nextSegmentId++,0<r.completedSegments.length&&e.partialBoundaries.push(r);var a=e.responseState,o=a.nextSuspenseID++;return a=a.boundaryPrefix+o.toString(16),r=r.id=a,M(t,e.responseState,r),it(e,t,n),t.push("\x3c!--/$--\x3e")}if(r.byteSize>e.progressiveChunkSize)return r.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(r),M(t,e.responseState,r.id),it(e,t,n),t.push("\x3c!--/$--\x3e");if(e.responseState.generateStaticMarkup||t.push("\x3c!--$--\x3e"),1!==(n=r.completedSegments).length)throw Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");return lt(e,t,n[0]),!!e.responseState.generateStaticMarkup||t.push("\x3c!--/$--\x3e")}function ut(e,t,n){return function(e,t,n,r){switch(n.insertionMode){case 0:case 1:return e.push('<div hidden id="'),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push('">');case 2:return e.push('<svg aria-hidden="true" style="display:none" id="'),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push('">');case 3:return e.push('<math aria-hidden="true" style="display:none" id="'),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push('">');case 4:return e.push('<table hidden id="'),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push('">');case 5:return e.push('<table hidden><tbody id="'),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push('">');case 6:return e.push('<table hidden><tr id="'),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push('">');case 7:return e.push('<table hidden><colgroup id="'),e.push(t.segmentPrefix),t=r.toString(16),e.push(t),e.push('">');default:throw Error("Unknown insertion mode. This is a bug in React.")}}(t,e.responseState,n.formatContext,n.id),lt(e,t,n),function(e,t){switch(t.insertionMode){case 0:case 1:return e.push("</div>");case 2:return e.push("</svg>");case 3:return e.push("</math>");case 4:return e.push("</table>");case 5:return e.push("</tbody></table>");case 6:return e.push("</tr></table>");case 7:return e.push("</colgroup></table>");default:throw Error("Unknown insertion mode. This is a bug in React.")}}(t,n.formatContext)}function st(e,t,n){for(var r=n.completedSegments,a=0;a<r.length;a++)ct(e,t,n,r[a]);if(r.length=0,e=e.responseState,r=n.id,n=n.rootSegmentID,t.push(e.startInlineScript),e.sentCompleteBoundaryFunction?t.push('$RC("'):(e.sentCompleteBoundaryFunction=!0,t.push('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("')),null===r)throw Error("An ID must have been assigned before we can complete the boundary.");return n=n.toString(16),t.push(r),t.push('","'),t.push(e.segmentPrefix),t.push(n),t.push('")<\/script>')}function ct(e,t,n,r){if(2===r.status)return!0;var a=r.id;if(-1===a){if(-1===(r.id=n.rootSegmentID))throw Error("A root segment ID must have been assigned by now. This is a bug in React.");return ut(e,t,r)}return ut(e,t,r),e=e.responseState,t.push(e.startInlineScript),e.sentCompleteSegmentFunction?t.push('$RS("'):(e.sentCompleteSegmentFunction=!0,t.push('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("')),t.push(e.segmentPrefix),a=a.toString(16),t.push(a),t.push('","'),t.push(e.placeholderPrefix),t.push(a),t.push('")<\/script>')}function dt(e,t){try{var n=e.completedRootSegment;if(null!==n&&0===e.pendingRootTasks){lt(e,t,n),e.completedRootSegment=null;var r=e.responseState.bootstrapChunks;for(n=0;n<r.length-1;n++)t.push(r[n]);n<r.length&&t.push(r[n])}var a,o=e.clientRenderedBoundaries;for(a=0;a<o.length;a++){var i=o[a];r=t;var l=e.responseState,u=i.id,s=i.errorDigest,c=i.errorMessage,d=i.errorComponentStack;if(r.push(l.startInlineScript),l.sentClientRenderFunction?r.push('$RX("'):(l.sentClientRenderFunction=!0,r.push('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("')),null===u)throw Error("An ID must have been assigned before we can complete the boundary.");if(r.push(u),r.push('"'),s||c||d){r.push(",");var f=L(s||"");r.push(f)}if(c||d){r.push(",");var p=L(c||"");r.push(p)}if(d){r.push(",");var h=L(d);r.push(h)}if(!r.push(")<\/script>"))return e.destination=null,a++,void o.splice(0,a)}o.splice(0,a);var m=e.completedBoundaries;for(a=0;a<m.length;a++)if(!st(e,t,m[a]))return e.destination=null,a++,void m.splice(0,a);m.splice(0,a);var g=e.partialBoundaries;for(a=0;a<g.length;a++){var v=g[a];e:{o=e,i=t;var y=v.completedSegments;for(l=0;l<y.length;l++)if(!ct(o,i,v,y[l])){l++,y.splice(0,l);var b=!1;break e}y.splice(0,l),b=!0}if(!b)return e.destination=null,a++,void g.splice(0,a)}g.splice(0,a);var w=e.completedBoundaries;for(a=0;a<w.length;a++)if(!st(e,t,w[a]))return e.destination=null,a++,void w.splice(0,a);w.splice(0,a)}finally{0===e.allPendingTasks&&0===e.pingedTasks.length&&0===e.clientRenderedBoundaries.length&&0===e.completedBoundaries.length&&t.push(null)}}function ft(e,t){if(1===e.status)e.status=2,t.destroy(e.fatalError);else if(2!==e.status&&null===e.destination){e.destination=t;try{dt(e,t)}catch(t){qe(e,t),Ye(e,t)}}}function pt(e,t){try{var n=e.abortableTasks;n.forEach((function(n){return nt(n,e,t)})),n.clear(),null!==e.destination&&dt(e,e.destination)}catch(t){qe(e,t),Ye(e,t)}}function ht(){}function mt(e,t,n,r){var a=!1,o=null,i="",l=!1;if(ot(e=He(e,O(n,t?t.identifierPrefix:void 0),{insertionMode:1,selectedValue:null},1/0,ht,void 0,(function(){l=!0}))),pt(e,r),ft(e,{push:function(e){return null!==e&&(i+=e),!0},destroy:function(e){a=!0,o=e}}),a)throw o;if(!l)throw Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");return i}var gt=function(e){function t(){var t=e.call(this,{})||this;return t.request=null,t.startedFlowing=!1,t}!function(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}(t,e);var n=t.prototype;return n._destroy=function(e,t){pt(this.request),t(e)},n._read=function(){this.startedFlowing&&ft(this.request,this)},t}(r.Readable);function vt(){}function yt(e,t){var n=new gt,r=He(e,O(!1,t?t.identifierPrefix:void 0),{insertionMode:1,selectedValue:null},1/0,vt,(function(){n.startedFlowing=!0,ft(r,n)}),void 0);return n.request=r,ot(r),n}return k.renderToNodeStream=function(e,t){return yt(e,t)},k.renderToStaticMarkup=function(e,t){return mt(e,t,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server')},k.renderToStaticNodeStream=function(e,t){return yt(e,t)},k.renderToString=function(e,t){return mt(e,t,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server')},k.version="18.3.1",k}(),P=function(){if(S)return x;S=1;var e=t,n=null,a=0,o=!0;function i(e,t){if("string"==typeof t){if(0!==t.length)if(2048<3*t.length)0<a&&(l(e,n.subarray(0,a)),n=new Uint8Array(2048),a=0),l(e,c.encode(t));else{var r=n;0<a&&(r=n.subarray(a));var o=(r=c.encodeInto(t,r)).read;a+=r.written,o<t.length&&(l(e,n),n=new Uint8Array(2048),a=c.encodeInto(t.slice(o),n).written),2048===a&&(l(e,n),n=new Uint8Array(2048),a=0)}}else 0!==t.byteLength&&(2048<t.byteLength?(0<a&&(l(e,n.subarray(0,a)),n=new Uint8Array(2048),a=0),l(e,t)):((r=n.length-a)<t.byteLength&&(0===r?l(e,n):(n.set(t.subarray(0,r),a),a+=r,l(e,n),t=t.subarray(r)),n=new Uint8Array(2048),a=0),n.set(t,a),2048===(a+=t.byteLength)&&(l(e,n),n=new Uint8Array(2048),a=0)))}function l(e,t){e=e.write(t),o=o&&e}function u(e,t){return i(e,t),o}function s(e){n&&0<a&&e.write(n.subarray(0,a)),n=null,a=0,o=!0}var c=new r.TextEncoder;function d(e){return c.encode(e)}var f=Object.prototype.hasOwnProperty,p=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,h={},m={};function g(e){return!!f.call(m,e)||!f.call(h,e)&&(p.test(e)?m[e]=!0:(h[e]=!0,!1))}function v(e,t,n,r,a,o,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=a,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=o,this.removeEmptyString=i}var y={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){y[e]=new v(e,0,!1,e,null,!1,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];y[t]=new v(t,1,!1,e[1],null,!1,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){y[e]=new v(e,2,!1,e.toLowerCase(),null,!1,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){y[e]=new v(e,2,!1,e,null,!1,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){y[e]=new v(e,3,!1,e.toLowerCase(),null,!1,!1)})),["checked","multiple","muted","selected"].forEach((function(e){y[e]=new v(e,3,!0,e,null,!1,!1)})),["capture","download"].forEach((function(e){y[e]=new v(e,4,!1,e,null,!1,!1)})),["cols","rows","size","span"].forEach((function(e){y[e]=new v(e,6,!1,e,null,!1,!1)})),["rowSpan","start"].forEach((function(e){y[e]=new v(e,5,!1,e.toLowerCase(),null,!1,!1)}));var b=/[\-:]([a-z])/g;function w(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(b,w);y[t]=new v(t,1,!1,e,null,!1,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(b,w);y[t]=new v(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(b,w);y[t]=new v(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)})),["tabIndex","crossOrigin"].forEach((function(e){y[e]=new v(e,1,!1,e.toLowerCase(),null,!1,!1)})),y.xlinkHref=new v("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach((function(e){y[e]=new v(e,1,!1,e.toLowerCase(),null,!0,!0)}));var k={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},C=["Webkit","ms","Moz","O"];Object.keys(k).forEach((function(e){C.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),k[t]=k[e]}))}));var E=/["'&<>]/;function T(e){if("boolean"==typeof e||"number"==typeof e)return""+e;e=""+e;var t=E.exec(e);if(t){var n,r="",a=0;for(n=t.index;n<e.length;n++){switch(e.charCodeAt(n)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#x27;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}a!==n&&(r+=e.substring(a,n)),a=n+1,r+=t}e=a!==n?r+e.substring(a,n):r}return e}var R=/([A-Z])/g,P=/^ms-/,_=Array.isArray,I=d("<script>"),D=d("<\/script>"),M=d('<script src="'),N=d('<script type="module" src="'),L=d('" async=""><\/script>'),O=/(<\/|<)(s)(cript)/gi;function F(e,t,n,r){return t+("s"===n?"\\u0073":"\\u0053")+r}function z(e,t){return{insertionMode:e,selectedValue:t}}var U=d("\x3c!-- --\x3e");function A(e,t,n,r){return""===t?r:(r&&e.push(U),e.push(T(t)),!0)}var j=new Map,B=d(' style="'),W=d(":"),H=d(";");function V(e,t,n){if("object"!=typeof n)throw Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");for(var r in t=!0,n)if(f.call(n,r)){var a=n[r];if(null!=a&&"boolean"!=typeof a&&""!==a){if(0===r.indexOf("--")){var o=T(r);a=T((""+a).trim())}else{o=r;var i=j.get(o);void 0!==i||(i=d(T(o.replace(R,"-$1").toLowerCase().replace(P,"-ms-"))),j.set(o,i)),o=i,a="number"==typeof a?0===a||f.call(k,r)?""+a:a+"px":T((""+a).trim())}t?(t=!1,e.push(B,o,W,a)):e.push(H,o,W,a)}}t||e.push(Y)}var $=d(" "),q=d('="'),Y=d('"'),Q=d('=""');function X(e,t,n,r){switch(n){case"style":return void V(e,t,r);case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(2<n.length)||"o"!==n[0]&&"O"!==n[0]||"n"!==n[1]&&"N"!==n[1])if(null!==(t=y.hasOwnProperty(n)?y[n]:null)){switch(typeof r){case"function":case"symbol":return;case"boolean":if(!t.acceptsBooleans)return}switch(n=t.attributeName,t.type){case 3:r&&e.push($,n,Q);break;case 4:!0===r?e.push($,n,Q):!1!==r&&e.push($,n,q,T(r),Y);break;case 5:isNaN(r)||e.push($,n,q,T(r),Y);break;case 6:!isNaN(r)&&1<=r&&e.push($,n,q,T(r),Y);break;default:t.sanitizeURL&&(r=""+r),e.push($,n,q,T(r),Y)}}else if(g(n)){switch(typeof r){case"function":case"symbol":return;case"boolean":if("data-"!==(t=n.toLowerCase().slice(0,5))&&"aria-"!==t)return}e.push($,n,q,T(r),Y)}}var K=d(">"),G=d("/>");function Z(e,t,n){if(null!=t){if(null!=n)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if("object"!=typeof t||!("__html"in t))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");null!=(t=t.__html)&&e.push(""+t)}}var J=d(' selected=""');function ee(e,t,n,r){e.push(ae(n));var a,o=n=null;for(a in t)if(f.call(t,a)){var i=t[a];if(null!=i)switch(a){case"children":n=i;break;case"dangerouslySetInnerHTML":o=i;break;default:X(e,r,a,i)}}return e.push(K),Z(e,o,n),"string"==typeof n?(e.push(T(n)),null):n}var te=d("\n"),ne=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,re=new Map;function ae(e){var t=re.get(e);if(void 0===t){if(!ne.test(e))throw Error("Invalid tag: "+e);t=d("<"+e),re.set(e,t)}return t}var oe=d("<!DOCTYPE html>");function ie(t,n,r,a,o){switch(n){case"select":t.push(ae("select"));var i=null,l=null;for(d in r)if(f.call(r,d)){var u=r[d];if(null!=u)switch(d){case"children":i=u;break;case"dangerouslySetInnerHTML":l=u;break;case"defaultValue":case"value":break;default:X(t,a,d,u)}}return t.push(K),Z(t,l,i),i;case"option":l=o.selectedValue,t.push(ae("option"));var s=u=null,c=null,d=null;for(i in r)if(f.call(r,i)){var p=r[i];if(null!=p)switch(i){case"children":u=p;break;case"selected":c=p;break;case"dangerouslySetInnerHTML":d=p;break;case"value":s=p;default:X(t,a,i,p)}}if(null!=l)if(r=null!==s?""+s:function(t){var n="";return e.Children.forEach(t,(function(e){null!=e&&(n+=e)})),n}(u),_(l)){for(a=0;a<l.length;a++)if(""+l[a]===r){t.push(J);break}}else""+l===r&&t.push(J);else c&&t.push(J);return t.push(K),Z(t,d,u),u;case"textarea":for(u in t.push(ae("textarea")),d=l=i=null,r)if(f.call(r,u)&&null!=(s=r[u]))switch(u){case"children":d=s;break;case"value":i=s;break;case"defaultValue":l=s;break;case"dangerouslySetInnerHTML":throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:X(t,a,u,s)}if(null===i&&null!==l&&(i=l),t.push(K),null!=d){if(null!=i)throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(_(d)&&1<d.length)throw Error("<textarea> can only have at most one child.");i=""+d}return"string"==typeof i&&"\n"===i[0]&&t.push(te),null!==i&&t.push(T(""+i)),null;case"input":for(l in t.push(ae("input")),s=d=u=i=null,r)if(f.call(r,l)&&null!=(c=r[l]))switch(l){case"children":case"dangerouslySetInnerHTML":throw Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case"defaultChecked":s=c;break;case"defaultValue":u=c;break;case"checked":d=c;break;case"value":i=c;break;default:X(t,a,l,c)}return null!==d?X(t,a,"checked",d):null!==s&&X(t,a,"checked",s),null!==i?X(t,a,"value",i):null!==u&&X(t,a,"value",u),t.push(G),null;case"menuitem":for(var h in t.push(ae("menuitem")),r)if(f.call(r,h)&&null!=(i=r[h]))switch(h){case"children":case"dangerouslySetInnerHTML":throw Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:X(t,a,h,i)}return t.push(K),null;case"title":for(p in t.push(ae("title")),i=null,r)if(f.call(r,p)&&null!=(l=r[p]))switch(p){case"children":i=l;break;case"dangerouslySetInnerHTML":throw Error("`dangerouslySetInnerHTML` does not make sense on <title>.");default:X(t,a,p,l)}return t.push(K),i;case"listing":case"pre":for(s in t.push(ae(n)),l=i=null,r)if(f.call(r,s)&&null!=(u=r[s]))switch(s){case"children":i=u;break;case"dangerouslySetInnerHTML":l=u;break;default:X(t,a,s,u)}if(t.push(K),null!=l){if(null!=i)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if("object"!=typeof l||!("__html"in l))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");null!=(r=l.__html)&&("string"==typeof r&&0<r.length&&"\n"===r[0]?t.push(te,r):t.push(""+r))}return"string"==typeof i&&"\n"===i[0]&&t.push(te),i;case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":for(var m in t.push(ae(n)),r)if(f.call(r,m)&&null!=(i=r[m]))switch(m){case"children":case"dangerouslySetInnerHTML":throw Error(n+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:X(t,a,m,i)}return t.push(G),null;case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return ee(t,r,n,a);case"html":return 0===o.insertionMode&&t.push(oe),ee(t,r,n,a);default:if(-1===n.indexOf("-")&&"string"!=typeof r.is)return ee(t,r,n,a);for(c in t.push(ae(n)),l=i=null,r)if(f.call(r,c)&&null!=(u=r[c]))switch(c){case"children":i=u;break;case"dangerouslySetInnerHTML":l=u;break;case"style":V(t,a,u);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:g(c)&&"function"!=typeof u&&"symbol"!=typeof u&&t.push($,c,q,T(u),Y)}return t.push(K),Z(t,l,i),i}}var le=d("</"),ue=d(">"),se=d('<template id="'),ce=d('"></template>'),de=d("\x3c!--$--\x3e"),fe=d('\x3c!--$?--\x3e<template id="'),pe=d('"></template>'),he=d("\x3c!--$!--\x3e"),me=d("\x3c!--/$--\x3e"),ge=d("<template"),ve=d('"'),ye=d(' data-dgst="');d(' data-msg="'),d(' data-stck="');var be=d("></template>");function we(e,t,n){if(i(e,fe),null===n)throw Error("An ID must have been assigned before we can complete the boundary.");return i(e,n),u(e,pe)}var ke=d('<div hidden id="'),Se=d('">'),xe=d("</div>"),Ce=d('<svg aria-hidden="true" style="display:none" id="'),Ee=d('">'),Te=d("</svg>"),Re=d('<math aria-hidden="true" style="display:none" id="'),Pe=d('">'),_e=d("</math>"),Ie=d('<table hidden id="'),De=d('">'),Me=d("</table>"),Ne=d('<table hidden><tbody id="'),Le=d('">'),Oe=d("</tbody></table>"),Fe=d('<table hidden><tr id="'),ze=d('">'),Ue=d("</tr></table>"),Ae=d('<table hidden><colgroup id="'),je=d('">'),Be=d("</colgroup></table>"),We=d('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'),He=d('$RS("'),Ve=d('","'),$e=d('")<\/script>'),qe=d('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("'),Ye=d('$RC("'),Qe=d('","'),Xe=d('")<\/script>'),Ke=d('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("'),Ge=d('$RX("'),Ze=d('"'),Je=d(")<\/script>"),et=d(","),tt=/[<\u2028\u2029]/g;function nt(e){return JSON.stringify(e).replace(tt,(function(e){switch(e){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}))}var rt=Object.assign,at=Symbol.for("react.element"),ot=Symbol.for("react.portal"),it=Symbol.for("react.fragment"),lt=Symbol.for("react.strict_mode"),ut=Symbol.for("react.profiler"),st=Symbol.for("react.provider"),ct=Symbol.for("react.context"),dt=Symbol.for("react.forward_ref"),ft=Symbol.for("react.suspense"),pt=Symbol.for("react.suspense_list"),ht=Symbol.for("react.memo"),mt=Symbol.for("react.lazy"),gt=Symbol.for("react.scope"),vt=Symbol.for("react.debug_trace_mode"),yt=Symbol.for("react.legacy_hidden"),bt=Symbol.for("react.default_value"),wt=Symbol.iterator;function kt(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case it:return"Fragment";case ot:return"Portal";case ut:return"Profiler";case lt:return"StrictMode";case ft:return"Suspense";case pt:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case ct:return(e.displayName||"Context")+".Consumer";case st:return(e._context.displayName||"Context")+".Provider";case dt:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case ht:return null!==(t=e.displayName||null)?t:kt(e.type)||"Memo";case mt:t=e._payload,e=e._init;try{return kt(e(t))}catch(e){}}return null}var St={};function xt(e,t){if(!(e=e.contextTypes))return St;var n,r={};for(n in e)r[n]=t[n];return r}var Ct=null;function Et(e,t){if(e!==t){e.context._currentValue=e.parentValue,e=e.parent;var n=t.parent;if(null===e){if(null!==n)throw Error("The stacks must reach the root at the same time. This is a bug in React.")}else{if(null===n)throw Error("The stacks must reach the root at the same time. This is a bug in React.");Et(e,n)}t.context._currentValue=t.value}}function Tt(e){e.context._currentValue=e.parentValue,null!==(e=e.parent)&&Tt(e)}function Rt(e){var t=e.parent;null!==t&&Rt(t),e.context._currentValue=e.value}function Pt(e,t){if(e.context._currentValue=e.parentValue,null===(e=e.parent))throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");e.depth===t.depth?Et(e,t):Pt(e,t)}function _t(e,t){var n=t.parent;if(null===n)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");e.depth===n.depth?Et(e,n):_t(e,n),t.context._currentValue=t.value}function It(e){var t=Ct;t!==e&&(null===t?Rt(e):null===e?Tt(t):t.depth===e.depth?Et(t,e):t.depth>e.depth?Pt(t,e):_t(t,e),Ct=e)}var Dt={isMounted:function(){return!1},enqueueSetState:function(e,t){null!==(e=e._reactInternals).queue&&e.queue.push(t)},enqueueReplaceState:function(e,t){(e=e._reactInternals).replace=!0,e.queue=[t]},enqueueForceUpdate:function(){}};function Mt(e,t,n,r){var a=void 0!==e.state?e.state:null;e.updater=Dt,e.props=n,e.state=a;var o={queue:[],replace:!1};e._reactInternals=o;var i=t.contextType;if(e.context="object"==typeof i&&null!==i?i._currentValue:r,"function"==typeof(i=t.getDerivedStateFromProps)&&(a=null==(i=i(n,a))?a:rt({},a,i),e.state=a),"function"!=typeof t.getDerivedStateFromProps&&"function"!=typeof e.getSnapshotBeforeUpdate&&("function"==typeof e.UNSAFE_componentWillMount||"function"==typeof e.componentWillMount))if(t=e.state,"function"==typeof e.componentWillMount&&e.componentWillMount(),"function"==typeof e.UNSAFE_componentWillMount&&e.UNSAFE_componentWillMount(),t!==e.state&&Dt.enqueueReplaceState(e,e.state,null),null!==o.queue&&0<o.queue.length)if(t=o.queue,i=o.replace,o.queue=null,o.replace=!1,i&&1===t.length)e.state=t[0];else{for(o=i?t[0]:e.state,a=!0,i=i?1:0;i<t.length;i++){var l=t[i];null!=(l="function"==typeof l?l.call(e,o,n,r):l)&&(a?(a=!1,o=rt({},o,l)):rt(o,l))}e.state=o}else o.queue=null}var Nt={id:1,overflow:""};function Lt(e,t,n){var r=e.id;e=e.overflow;var a=32-Ot(r)-1;r&=~(1<<a),n+=1;var o=32-Ot(t)+a;if(30<o){var i=a-a%5;return o=(r&(1<<i)-1).toString(32),r>>=i,a-=i,{id:1<<32-Ot(t)+a|n<<a|r,overflow:o+e}}return{id:1<<o|n<<a|r,overflow:e}}var Ot=Math.clz32?Math.clz32:function(e){return 0==(e>>>=0)?32:31-(Ft(e)/zt|0)|0},Ft=Math.log,zt=Math.LN2,Ut="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},At=null,jt=null,Bt=null,Wt=null,Ht=!1,Vt=!1,$t=0,qt=null,Yt=0;function Qt(){if(null===At)throw Error("Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.");return At}function Xt(){if(0<Yt)throw Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function Kt(){return null===Wt?null===Bt?(Ht=!1,Bt=Wt=Xt()):(Ht=!0,Wt=Bt):null===Wt.next?(Ht=!1,Wt=Wt.next=Xt()):(Ht=!0,Wt=Wt.next),Wt}function Gt(){jt=At=null,Vt=!1,Bt=null,Yt=0,Wt=qt=null}function Zt(e,t){return"function"==typeof t?t(e):t}function Jt(e,t,n){if(At=Qt(),Wt=Kt(),Ht){var r=Wt.queue;if(t=r.dispatch,null!==qt&&void 0!==(n=qt.get(r))){qt.delete(r),r=Wt.memoizedState;do{r=e(r,n.action),n=n.next}while(null!==n);return Wt.memoizedState=r,[r,t]}return[Wt.memoizedState,t]}return e=e===Zt?"function"==typeof t?t():t:void 0!==n?n(t):t,Wt.memoizedState=e,e=(e=Wt.queue={last:null,dispatch:null}).dispatch=tn.bind(null,At,e),[Wt.memoizedState,e]}function en(e,t){if(At=Qt(),t=void 0===t?null:t,null!==(Wt=Kt())){var n=Wt.memoizedState;if(null!==n&&null!==t){var r=n[1];e:if(null===r)r=!1;else{for(var a=0;a<r.length&&a<t.length;a++)if(!Ut(t[a],r[a])){r=!1;break e}r=!0}if(r)return n[0]}}return e=e(),Wt.memoizedState=[e,t],e}function tn(e,t,n){if(25<=Yt)throw Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(e===At)if(Vt=!0,e={action:n,next:null},null===qt&&(qt=new Map),void 0===(n=qt.get(t)))qt.set(t,e);else{for(t=n;null!==t.next;)t=t.next;t.next=e}}function nn(){throw Error("startTransition cannot be called during server rendering.")}function rn(){}var an={readContext:function(e){return e._currentValue},useContext:function(e){return Qt(),e._currentValue},useMemo:en,useReducer:Jt,useRef:function(e){At=Qt();var t=(Wt=Kt()).memoizedState;return null===t?(e={current:e},Wt.memoizedState=e):t},useState:function(e){return Jt(Zt,e)},useInsertionEffect:rn,useLayoutEffect:function(){},useCallback:function(e,t){return en((function(){return e}),t)},useImperativeHandle:rn,useEffect:rn,useDebugValue:rn,useDeferredValue:function(e){return Qt(),e},useTransition:function(){return Qt(),[!1,nn]},useId:function(){var e=jt.treeContext,t=e.overflow;e=((e=e.id)&~(1<<32-Ot(e)-1)).toString(32)+t;var n=on;if(null===n)throw Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");return t=$t++,e=":"+n.idPrefix+"R"+e,0<t&&(e+="H"+t.toString(32)),e+":"},useMutableSource:function(e,t){return Qt(),t(e._source)},useSyncExternalStore:function(e,t,n){if(void 0===n)throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return n()}},on=null,ln=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;function un(e){return console.error(e),null}function sn(){}function cn(e,t,n,r,a,o,i,l){e.allPendingTasks++,null===n?e.pendingRootTasks++:n.pendingTasks++;var u={node:t,ping:function(){return function(e,t){var n=e.pingedTasks;n.push(t),1===n.length&&setImmediate((function(){return En(e)}))}(e,u)},blockedBoundary:n,blockedSegment:r,abortSet:a,legacyContext:o,context:i,treeContext:l};return a.add(u),u}function dn(e,t,n,r,a,o){return{status:0,id:-1,index:t,parentFlushed:!1,chunks:[],children:[],formatContext:r,boundary:n,lastPushedText:a,textEmbedded:o}}function fn(e,t){if(null!=(e=e.onError(t))&&"string"!=typeof e)throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof e+'" instead');return e}function pn(e,t){var n=e.onShellError;n(t),(n=e.onFatalError)(t),null!==e.destination?(e.status=2,e.destination.destroy(t)):(e.status=1,e.fatalError=t)}function hn(e,t,n,r,a){for(At={},jt=t,$t=0,e=n(r,a);Vt;)Vt=!1,$t=0,Yt+=1,Wt=null,e=n(r,a);return Gt(),e}function mn(e,t,n,r){var a=n.render(),o=r.childContextTypes;if(null!=o){var i=t.legacyContext;if("function"!=typeof n.getChildContext)r=i;else{for(var l in n=n.getChildContext())if(!(l in o))throw Error((kt(r)||"Unknown")+'.getChildContext(): key "'+l+'" is not defined in childContextTypes.');r=rt({},i,n)}t.legacyContext=r,yn(e,t,a),t.legacyContext=i}else yn(e,t,a)}function gn(e,t){if(e&&e.defaultProps){for(var n in t=rt({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}return t}function vn(e,t,n,r,a){if("function"==typeof n)if(n.prototype&&n.prototype.isReactComponent){a=xt(n,t.legacyContext);var o=n.contextType;Mt(o=new n(r,"object"==typeof o&&null!==o?o._currentValue:a),n,r,a),mn(e,t,o,n)}else{a=hn(e,t,n,r,o=xt(n,t.legacyContext));var i=0!==$t;if("object"==typeof a&&null!==a&&"function"==typeof a.render&&void 0===a.$$typeof)Mt(a,n,r,o),mn(e,t,a,n);else if(i){r=t.treeContext,t.treeContext=Lt(r,1,0);try{yn(e,t,a)}finally{t.treeContext=r}}else yn(e,t,a)}else{if("string"!=typeof n){switch(n){case yt:case vt:case lt:case ut:case it:case pt:return void yn(e,t,r.children);case gt:throw Error("ReactDOMServer does not yet support scope components.");case ft:e:{n=t.blockedBoundary,a=t.blockedSegment,o=r.fallback,r=r.children;var l={id:null,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:i=new Set,errorDigest:null},u=dn(0,a.chunks.length,l,a.formatContext,!1,!1);a.children.push(u),a.lastPushedText=!1;var s=dn(0,0,null,a.formatContext,!1,!1);s.parentFlushed=!0,t.blockedBoundary=l,t.blockedSegment=s;try{if(wn(e,t,r),s.lastPushedText&&s.textEmbedded&&s.chunks.push(U),s.status=1,xn(l,s),0===l.pendingTasks)break e}catch(t){s.status=4,l.forceClientRender=!0,l.errorDigest=fn(e,t)}finally{t.blockedBoundary=n,t.blockedSegment=a}t=cn(e,o,n,u,i,t.legacyContext,t.context,t.treeContext),e.pingedTasks.push(t)}return}if("object"==typeof n&&null!==n)switch(n.$$typeof){case dt:if(r=hn(e,t,n.render,r,a),0!==$t){n=t.treeContext,t.treeContext=Lt(n,1,0);try{yn(e,t,r)}finally{t.treeContext=n}}else yn(e,t,r);return;case ht:return void vn(e,t,n=n.type,r=gn(n,r),a);case st:if(a=r.children,n=n._context,r=r.value,o=n._currentValue,n._currentValue=r,Ct=r={parent:i=Ct,depth:null===i?0:i.depth+1,context:n,parentValue:o,value:r},t.context=r,yn(e,t,a),null===(e=Ct))throw Error("Tried to pop a Context at the root of the app. This is a bug in React.");return r=e.parentValue,e.context._currentValue=r===bt?e.context._defaultValue:r,e=Ct=e.parent,void(t.context=e);case ct:return void yn(e,t,r=(r=r.children)(n._currentValue));case mt:return void vn(e,t,n=(a=n._init)(n._payload),r=gn(n,r),void 0)}throw Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: "+(null==n?n:typeof n)+".")}switch(o=ie((a=t.blockedSegment).chunks,n,r,e.responseState,a.formatContext),a.lastPushedText=!1,i=a.formatContext,a.formatContext=function(e,t,n){switch(t){case"select":return z(1,null!=n.value?n.value:n.defaultValue);case"svg":return z(2,null);case"math":return z(3,null);case"foreignObject":return z(1,null);case"table":return z(4,null);case"thead":case"tbody":case"tfoot":return z(5,null);case"colgroup":return z(7,null);case"tr":return z(6,null)}return 4<=e.insertionMode||0===e.insertionMode?z(1,null):e}(i,n,r),wn(e,t,o),a.formatContext=i,n){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:a.chunks.push(le,n,ue)}a.lastPushedText=!1}}function yn(e,t,n){if(t.node=n,"object"==typeof n&&null!==n){switch(n.$$typeof){case at:return void vn(e,t,n.type,n.props,n.ref);case ot:throw Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case mt:var r=n._init;return void yn(e,t,n=r(n._payload))}if(_(n))return void bn(e,t,n);if((r=null===n||"object"!=typeof n?null:"function"==typeof(r=wt&&n[wt]||n["@@iterator"])?r:null)&&(r=r.call(n))){if(!(n=r.next()).done){var a=[];do{a.push(n.value),n=r.next()}while(!n.done);bn(e,t,a)}return}throw e=Object.prototype.toString.call(n),Error("Objects are not valid as a React child (found: "+("[object Object]"===e?"object with keys {"+Object.keys(n).join(", ")+"}":e)+"). If you meant to render a collection of children, use an array instead.")}"string"==typeof n?(r=t.blockedSegment).lastPushedText=A(t.blockedSegment.chunks,n,e.responseState,r.lastPushedText):"number"==typeof n&&((r=t.blockedSegment).lastPushedText=A(t.blockedSegment.chunks,""+n,e.responseState,r.lastPushedText))}function bn(e,t,n){for(var r=n.length,a=0;a<r;a++){var o=t.treeContext;t.treeContext=Lt(o,r,a);try{wn(e,t,n[a])}finally{t.treeContext=o}}}function wn(e,t,n){var r=t.blockedSegment.formatContext,a=t.legacyContext,o=t.context;try{return yn(e,t,n)}catch(u){if(Gt(),"object"!=typeof u||null===u||"function"!=typeof u.then)throw t.blockedSegment.formatContext=r,t.legacyContext=a,t.context=o,It(o),u;n=u;var i=t.blockedSegment,l=dn(0,i.chunks.length,null,i.formatContext,i.lastPushedText,!0);i.children.push(l),i.lastPushedText=!1,e=cn(e,t.node,t.blockedBoundary,l,t.abortSet,t.legacyContext,t.context,t.treeContext).ping,n.then(e,e),t.blockedSegment.formatContext=r,t.legacyContext=a,t.context=o,It(o)}}function kn(e){var t=e.blockedBoundary;(e=e.blockedSegment).status=3,Cn(this,t,e)}function Sn(e,t,n){var r=e.blockedBoundary;e.blockedSegment.status=3,null===r?(t.allPendingTasks--,2!==t.status&&(t.status=2,null!==t.destination&&t.destination.end())):(r.pendingTasks--,r.forceClientRender||(r.forceClientRender=!0,r.errorDigest=t.onError(void 0===n?Error("The render was aborted by the server without a reason."):n),r.parentFlushed&&t.clientRenderedBoundaries.push(r)),r.fallbackAbortableTasks.forEach((function(e){return Sn(e,t,n)})),r.fallbackAbortableTasks.clear(),t.allPendingTasks--,0===t.allPendingTasks&&(e=t.onAllReady)())}function xn(e,t){if(0===t.chunks.length&&1===t.children.length&&null===t.children[0].boundary){var n=t.children[0];n.id=t.id,n.parentFlushed=!0,1===n.status&&xn(e,n)}else e.completedSegments.push(t)}function Cn(e,t,n){if(null===t){if(n.parentFlushed){if(null!==e.completedRootSegment)throw Error("There can only be one root segment. This is a bug in React.");e.completedRootSegment=n}e.pendingRootTasks--,0===e.pendingRootTasks&&(e.onShellError=sn,(t=e.onShellReady)())}else t.pendingTasks--,t.forceClientRender||(0===t.pendingTasks?(n.parentFlushed&&1===n.status&&xn(t,n),t.parentFlushed&&e.completedBoundaries.push(t),t.fallbackAbortableTasks.forEach(kn,e),t.fallbackAbortableTasks.clear()):n.parentFlushed&&1===n.status&&(xn(t,n),1===t.completedSegments.length&&t.parentFlushed&&e.partialBoundaries.push(t)));e.allPendingTasks--,0===e.allPendingTasks&&(e=e.onAllReady)()}function En(e){if(2!==e.status){var t=Ct,n=ln.current;ln.current=an;var r=on;on=e.responseState;try{var a,o=e.pingedTasks;for(a=0;a<o.length;a++){var i=o[a],l=e,u=i.blockedSegment;if(0===u.status){It(i.context);try{yn(l,i,i.node),u.lastPushedText&&u.textEmbedded&&u.chunks.push(U),i.abortSet.delete(i),u.status=1,Cn(l,i.blockedBoundary,u)}catch(e){if(Gt(),"object"==typeof e&&null!==e&&"function"==typeof e.then){var s=i.ping;e.then(s,s)}else{i.abortSet.delete(i),u.status=4;var c=i.blockedBoundary,d=e,f=fn(l,d);null===c?pn(l,d):(c.pendingTasks--,c.forceClientRender||(c.forceClientRender=!0,c.errorDigest=f,c.parentFlushed&&l.clientRenderedBoundaries.push(c))),l.allPendingTasks--,0===l.allPendingTasks&&(0,l.onAllReady)()}}}}o.splice(0,a),null!==e.destination&&Dn(e,e.destination)}catch(t){fn(e,t),pn(e,t)}finally{on=r,ln.current=n,n===an&&It(t)}}}function Tn(e,t,n){switch(n.parentFlushed=!0,n.status){case 0:var r=n.id=e.nextSegmentId++;return n.lastPushedText=!1,n.textEmbedded=!1,e=e.responseState,i(t,se),i(t,e.placeholderPrefix),i(t,e=r.toString(16)),u(t,ce);case 1:n.status=2;var a=!0;r=n.chunks;var o=0;n=n.children;for(var l=0;l<n.length;l++){for(a=n[l];o<a.index;o++)i(t,r[o]);a=Rn(e,t,a)}for(;o<r.length-1;o++)i(t,r[o]);return o<r.length&&(a=u(t,r[o])),a;default:throw Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function Rn(e,t,n){var r=n.boundary;if(null===r)return Tn(e,t,n);if(r.parentFlushed=!0,r.forceClientRender)r=r.errorDigest,u(t,he),i(t,ge),r&&(i(t,ye),i(t,T(r)),i(t,ve)),u(t,be),Tn(e,t,n);else if(0<r.pendingTasks){r.rootSegmentID=e.nextSegmentId++,0<r.completedSegments.length&&e.partialBoundaries.push(r);var a=e.responseState,o=a.nextSuspenseID++;a=d(a.boundaryPrefix+o.toString(16)),r=r.id=a,we(t,e.responseState,r),Tn(e,t,n)}else if(r.byteSize>e.progressiveChunkSize)r.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(r),we(t,e.responseState,r.id),Tn(e,t,n);else{if(u(t,de),1!==(n=r.completedSegments).length)throw Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");Rn(e,t,n[0])}return u(t,me)}function Pn(e,t,n){return function(e,t,n,r){switch(n.insertionMode){case 0:case 1:return i(e,ke),i(e,t.segmentPrefix),i(e,r.toString(16)),u(e,Se);case 2:return i(e,Ce),i(e,t.segmentPrefix),i(e,r.toString(16)),u(e,Ee);case 3:return i(e,Re),i(e,t.segmentPrefix),i(e,r.toString(16)),u(e,Pe);case 4:return i(e,Ie),i(e,t.segmentPrefix),i(e,r.toString(16)),u(e,De);case 5:return i(e,Ne),i(e,t.segmentPrefix),i(e,r.toString(16)),u(e,Le);case 6:return i(e,Fe),i(e,t.segmentPrefix),i(e,r.toString(16)),u(e,ze);case 7:return i(e,Ae),i(e,t.segmentPrefix),i(e,r.toString(16)),u(e,je);default:throw Error("Unknown insertion mode. This is a bug in React.")}}(t,e.responseState,n.formatContext,n.id),Rn(e,t,n),function(e,t){switch(t.insertionMode){case 0:case 1:return u(e,xe);case 2:return u(e,Te);case 3:return u(e,_e);case 4:return u(e,Me);case 5:return u(e,Oe);case 6:return u(e,Ue);case 7:return u(e,Be);default:throw Error("Unknown insertion mode. This is a bug in React.")}}(t,n.formatContext)}function _n(e,t,n){for(var r=n.completedSegments,a=0;a<r.length;a++)In(e,t,n,r[a]);if(r.length=0,e=e.responseState,r=n.id,n=n.rootSegmentID,i(t,e.startInlineScript),e.sentCompleteBoundaryFunction?i(t,Ye):(e.sentCompleteBoundaryFunction=!0,i(t,qe)),null===r)throw Error("An ID must have been assigned before we can complete the boundary.");return n=n.toString(16),i(t,r),i(t,Qe),i(t,e.segmentPrefix),i(t,n),u(t,Xe)}function In(e,t,n,r){if(2===r.status)return!0;var a=r.id;if(-1===a){if(-1===(r.id=n.rootSegmentID))throw Error("A root segment ID must have been assigned by now. This is a bug in React.");return Pn(e,t,r)}return Pn(e,t,r),i(t,(e=e.responseState).startInlineScript),e.sentCompleteSegmentFunction?i(t,He):(e.sentCompleteSegmentFunction=!0,i(t,We)),i(t,e.segmentPrefix),i(t,a=a.toString(16)),i(t,Ve),i(t,e.placeholderPrefix),i(t,a),u(t,$e)}function Dn(e,t){n=new Uint8Array(2048),a=0,o=!0;try{var r=e.completedRootSegment;if(null!==r&&0===e.pendingRootTasks){Rn(e,t,r),e.completedRootSegment=null;var l=e.responseState.bootstrapChunks;for(r=0;r<l.length-1;r++)i(t,l[r]);r<l.length&&u(t,l[r])}var c,d=e.clientRenderedBoundaries;for(c=0;c<d.length;c++){var f=d[c];l=t;var p=e.responseState,h=f.id,m=f.errorDigest,g=f.errorMessage,v=f.errorComponentStack;if(i(l,p.startInlineScript),p.sentClientRenderFunction?i(l,Ge):(p.sentClientRenderFunction=!0,i(l,Ke)),null===h)throw Error("An ID must have been assigned before we can complete the boundary.");if(i(l,h),i(l,Ze),(m||g||v)&&(i(l,et),i(l,nt(m||""))),(g||v)&&(i(l,et),i(l,nt(g||""))),v&&(i(l,et),i(l,nt(v))),!u(l,Je))return e.destination=null,c++,void d.splice(0,c)}d.splice(0,c);var y=e.completedBoundaries;for(c=0;c<y.length;c++)if(!_n(e,t,y[c]))return e.destination=null,c++,void y.splice(0,c);y.splice(0,c),s(t),n=new Uint8Array(2048),a=0,o=!0;var b=e.partialBoundaries;for(c=0;c<b.length;c++){var w=b[c];e:{d=e,f=t;var k=w.completedSegments;for(p=0;p<k.length;p++)if(!In(d,f,w,k[p])){p++,k.splice(0,p);var S=!1;break e}k.splice(0,p),S=!0}if(!S)return e.destination=null,c++,void b.splice(0,c)}b.splice(0,c);var x=e.completedBoundaries;for(c=0;c<x.length;c++)if(!_n(e,t,x[c]))return e.destination=null,c++,void x.splice(0,c);x.splice(0,c)}finally{s(t),"function"==typeof t.flush&&t.flush(),0===e.allPendingTasks&&0===e.pingedTasks.length&&0===e.clientRenderedBoundaries.length&&0===e.completedBoundaries.length&&t.end()}}function Mn(e,t){if(1===e.status)e.status=2,t.destroy(e.fatalError);else if(2!==e.status&&null===e.destination){e.destination=t;try{Dn(e,t)}catch(t){fn(e,t),pn(e,t)}}}function Nn(e,t){try{var n=e.abortableTasks;n.forEach((function(n){return Sn(n,e,t)})),n.clear(),null!==e.destination&&Dn(e,e.destination)}catch(t){fn(e,t),pn(e,t)}}function Ln(e,t){return function(){return Nn(e,t)}}return x.renderToPipeableStream=function(e,t){var n=function(e,t){var n=t?t.identifierPrefix:void 0,r=t?t.nonce:void 0,a=t?t.bootstrapScriptContent:void 0,o=t?t.bootstrapScripts:void 0,i=t?t.bootstrapModules:void 0;n=void 0===n?"":n,r=void 0===r?I:d('<script nonce="'+T(r)+'">');var l=[];if(void 0!==a&&l.push(r,(""+a).replace(O,F),D),void 0!==o)for(a=0;a<o.length;a++)l.push(M,T(o[a]),L);if(void 0!==i)for(o=0;o<i.length;o++)l.push(N,T(i[o]),L);i={bootstrapChunks:l,startInlineScript:r,placeholderPrefix:d(n+"P:"),segmentPrefix:d(n+"S:"),boundaryPrefix:n+"B:",idPrefix:n,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1},o=z("http://www.w3.org/2000/svg"===(o=t?t.namespaceURI:void 0)?2:"http://www.w3.org/1998/Math/MathML"===o?3:0,null),a=t?t.progressiveChunkSize:void 0,r=t?t.onError:void 0,l=t?t.onAllReady:void 0;var u=t?t.onShellReady:void 0,s=t?t.onShellError:void 0;return t=[],i={destination:null,responseState:i,progressiveChunkSize:void 0===a?12800:a,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:n=new Set,pingedTasks:t,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:void 0===r?un:r,onAllReady:void 0===l?sn:l,onShellReady:void 0===u?sn:u,onShellError:void 0===s?sn:s,onFatalError:sn},(o=dn(0,0,null,o,!1,!1)).parentFlushed=!0,e=cn(i,e,null,o,n,St,null,Nt),t.push(e),i}(e,t),r=!1;return function(e){setImmediate((function(){return En(e)}))}(n),{pipe:function(e){if(r)throw Error("React currently only supports piping to one writable stream.");return r=!0,Mn(n,e),e.on("drain",function(e,t){return function(){return Mn(t,e)}}(e,n)),e.on("error",Ln(n,Error("The destination stream errored while writing data."))),e.on("close",Ln(n,Error("The destination stream closed early."))),e},abort:function(e){Nn(n,e)}}},x.version="18.3.1",x}()):(C||(C=1,"production"!==process.env.NODE_ENV&&function(){var e=t,r=n,a=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function o(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];i("error",e,n)}function i(e,t,n){var r=a.ReactDebugCurrentFrame.getStackAddendum();""!==r&&(t+="%s",n=n.concat([r]));var o=n.map((function(e){return String(e)}));o.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,o)}function l(e){e()}function u(e,t){s(e,t)}function s(e,t){return e.push(t)}function c(e){e.push(null)}function d(e,t){e.destroy(t)}function f(e){return"function"==typeof Symbol&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object"}function p(e){try{return h(e),!1}catch(e){return!0}}function h(e){return""+e}function m(e,t){if(p(e))return o("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",t,f(e)),h(e)}function g(e,t){if(p(e))return o("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",t,f(e)),h(e)}function v(e){if(p(e))return o("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",f(e)),h(e)}var y=Object.prototype.hasOwnProperty,b=3,w=4,k=5,S=6,x=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",C=x+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",T=new RegExp("^["+x+"]["+C+"]*$"),R={},P={};function _(e){return!!y.call(P,e)||!y.call(R,e)&&(T.test(e)?(P[e]=!0,!0):(R[e]=!0,o("Invalid attribute name: `%s`",e),!1))}function I(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":if(null!==n)return!n.acceptsBooleans;var a=e.toLowerCase().slice(0,5);return"data-"!==a&&"aria-"!==a;default:return!1}}function D(e){return N.hasOwnProperty(e)?N[e]:null}function M(e,t,n,r,a,o,i){this.acceptsBooleans=2===t||t===b||t===w,this.attributeName=r,this.attributeNamespace=a,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=o,this.removeEmptyString=i}var N={};["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"].forEach((function(e){N[e]=new M(e,0,!1,e,null,!1,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0],n=e[1];N[t]=new M(t,1,!1,n,null,!1,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){N[e]=new M(e,2,!1,e.toLowerCase(),null,!1,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){N[e]=new M(e,2,!1,e,null,!1,!1)})),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach((function(e){N[e]=new M(e,b,!1,e.toLowerCase(),null,!1,!1)})),["checked","multiple","muted","selected"].forEach((function(e){N[e]=new M(e,b,!0,e,null,!1,!1)})),["capture","download"].forEach((function(e){N[e]=new M(e,w,!1,e,null,!1,!1)})),["cols","rows","size","span"].forEach((function(e){N[e]=new M(e,S,!1,e,null,!1,!1)})),["rowSpan","start"].forEach((function(e){N[e]=new M(e,k,!1,e.toLowerCase(),null,!1,!1)}));var L=/[\-\:]([a-z])/g,O=function(e){return e[1].toUpperCase()};["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach((function(e){var t=e.replace(L,O);N[t]=new M(t,1,!1,e,null,!1,!1)})),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach((function(e){var t=e.replace(L,O);N[t]=new M(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(L,O);N[t]=new M(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)})),["tabIndex","crossOrigin"].forEach((function(e){N[e]=new M(e,1,!1,e.toLowerCase(),null,!1,!1)})),N.xlinkHref=new M("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach((function(e){N[e]=new M(e,1,!1,e.toLowerCase(),null,!0,!0)}));var F={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},z=["Webkit","ms","Moz","O"];Object.keys(F).forEach((function(e){z.forEach((function(t){F[function(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}(t,e)]=F[e]}))}));var U={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function A(e,t){U[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||null==t.value||o("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),t.onChange||t.readOnly||t.disabled||null==t.checked||o("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function j(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var B={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},W={},H=new RegExp("^(aria)-["+C+"]*$"),V=new RegExp("^(aria)[A-Z]["+C+"]*$");function $(e,t){if(y.call(W,t)&&W[t])return!0;if(V.test(t)){var n="aria-"+t.slice(4).toLowerCase(),r=B.hasOwnProperty(n)?n:null;if(null==r)return o("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),W[t]=!0,!0;if(t!==r)return o("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,r),W[t]=!0,!0}if(H.test(t)){var a=t.toLowerCase(),i=B.hasOwnProperty(a)?a:null;if(null==i)return W[t]=!0,!1;if(t!==i)return o("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,i),W[t]=!0,!0}return!0}function q(e,t){j(e,t)||function(e,t){var n=[];for(var r in t)$(0,r)||n.push(r);var a=n.map((function(e){return"`"+e+"`"})).join(", ");1===n.length?o("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",a,e):n.length>1&&o("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",a,e)}(e,t)}var Y,Q=!1,X={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},K={},G=/^on./,Z=/^on[^A-Z]/,J=new RegExp("^(aria)-["+C+"]*$"),ee=new RegExp("^(aria)[A-Z]["+C+"]*$");Y=function(e,t,n,r){if(y.call(K,t)&&K[t])return!0;var a=t.toLowerCase();if("onfocusin"===a||"onfocusout"===a)return o("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),K[t]=!0,!0;if(null!=r){var i=r.registrationNameDependencies,l=r.possibleRegistrationNames;if(i.hasOwnProperty(t))return!0;var u=l.hasOwnProperty(a)?l[a]:null;if(null!=u)return o("Invalid event handler property `%s`. Did you mean `%s`?",t,u),K[t]=!0,!0;if(G.test(t))return o("Unknown event handler property `%s`. It will be ignored.",t),K[t]=!0,!0}else if(G.test(t))return Z.test(t)&&o("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),K[t]=!0,!0;if(J.test(t)||ee.test(t))return!0;if("innerhtml"===a)return o("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),K[t]=!0,!0;if("aria"===a)return o("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),K[t]=!0,!0;if("is"===a&&null!=n&&"string"!=typeof n)return o("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof n),K[t]=!0,!0;if("number"==typeof n&&isNaN(n))return o("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),K[t]=!0,!0;var s=D(t),c=null!==s&&0===s.type;if(X.hasOwnProperty(a)){var d=X[a];if(d!==t)return o("Invalid DOM property `%s`. Did you mean `%s`?",t,d),K[t]=!0,!0}else if(!c&&t!==a)return o("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",t,a),K[t]=!0,!0;return"boolean"==typeof n&&I(t,n,s)?(n?o('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',n,t,t,n,t):o('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',n,t,t,n,t,t,t),K[t]=!0,!0):!!c||(I(t,n,s)?(K[t]=!0,!1):("false"!==n&&"true"!==n||null===s||s.type!==b||(o("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",n,t,"false"===n?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',t,n),K[t]=!0),!0))};var te=function(e,t,n){var r=[];for(var a in t)Y(0,a,t[a],n)||r.push(a);var i=r.map((function(e){return"`"+e+"`"})).join(", ");1===r.length?o("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",i,e):r.length>1&&o("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",i,e)},ne=/^(?:webkit|moz|o)[A-Z]/,re=/^-ms-/,ae=/-(.)/g,oe=/;\s*$/,ie={},le={},ue=!1,se=!1,ce=function(e){ie.hasOwnProperty(e)&&ie[e]||(ie[e]=!0,o("Unsupported style property %s. Did you mean %s?",e,e.replace(re,"ms-").replace(ae,(function(e,t){return t.toUpperCase()}))))},de=function(e,t){e.indexOf("-")>-1?ce(e):ne.test(e)?function(e){ie.hasOwnProperty(e)&&ie[e]||(ie[e]=!0,o("Unsupported vendor-prefixed style property %s. Did you mean %s?",e,e.charAt(0).toUpperCase()+e.slice(1)))}(e):oe.test(t)&&function(e,t){le.hasOwnProperty(t)&&le[t]||(le[t]=!0,o('Style property values shouldn\'t contain a semicolon. Try "%s: %s" instead.',e,t.replace(oe,"")))}(e,t),"number"==typeof t&&(isNaN(t)?function(e,t){ue||(ue=!0,o("`NaN` is an invalid value for the `%s` css style property.",e))}(e):isFinite(t)||function(e,t){se||(se=!0,o("`Infinity` is an invalid value for the `%s` css style property.",e))}(e))},fe=/["'&<>]/;function pe(e){return"boolean"==typeof e||"number"==typeof e?""+e:function(e){v(e);var t,n=""+e,r=fe.exec(n);if(!r)return n;var a,o="",i=0;for(a=r.index;a<n.length;a++){switch(n.charCodeAt(a)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#x27;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}i!==a&&(o+=n.substring(i,a)),i=a+1,o+=t}return i!==a?o+n.substring(i,a):o}(e)}var he=/([A-Z])/g,me=/^ms-/,ge=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,ve=!1,ye=Array.isArray;function be(e){return ye(e)}var we="<script>",ke=0,Se=1,xe=2,Ce=3,Ee=4,Te=5,Re=6,Pe=7;function _e(e,t){return{insertionMode:e,selectedValue:t}}var Ie=null;function De(e){return pe(e)}var Me="\x3c!-- --\x3e",Ne=new Map;function Le(e){var t=Ne.get(e);if(void 0!==t)return t;var n=pe(e.replace(he,"-$1").toLowerCase().replace(me,"-ms-"));return Ne.set(e,n),n}var Oe=' style="',Fe=":",ze=";";function Ue(e,t,n){if("object"!=typeof n)throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");var r=!0;for(var a in n)if(y.call(n,a)){var o=n[a];if(null!=o&&"boolean"!=typeof o&&""!==o){var i=void 0,l=void 0;0===a.indexOf("--")?(i=pe(a),g(o,a),l=pe((""+o).trim())):(de(a,o),i=Le(a),"number"==typeof o?l=0===o||y.call(F,a)?""+o:o+"px":(g(o,a),l=pe((""+o).trim()))),r?(r=!1,e.push(Oe,i,Fe,l)):e.push(ze,i,Fe,l)}}r||e.push(Be)}var Ae=" ",je='="',Be='"',We='=""';function He(e,t,n,r){switch(n){case"style":return void Ue(e,0,r);case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(n.length>2)||"o"!==n[0]&&"O"!==n[0]||"n"!==n[1]&&"N"!==n[1]){var a,i=D(n);if(null!==i){switch(typeof r){case"function":case"symbol":return;case"boolean":if(!i.acceptsBooleans)return}var l=i.attributeName,u=l;switch(i.type){case b:return void(r&&e.push(Ae,u,We));case w:return void(!0===r?e.push(Ae,u,We):!1===r||e.push(Ae,u,je,pe(r),Be));case k:isNaN(r)||e.push(Ae,u,je,pe(r),Be);break;case S:!isNaN(r)&&r>=1&&e.push(Ae,u,je,pe(r),Be);break;default:i.sanitizeURL&&(m(r,l),a=r=""+r,!ve&&ge.test(a)&&(ve=!0,o("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(a)))),e.push(Ae,u,je,pe(r),Be)}}else if(_(n)){switch(typeof r){case"function":case"symbol":return;case"boolean":var s=n.toLowerCase().slice(0,5);if("data-"!==s&&"aria-"!==s)return}e.push(Ae,n,je,pe(r),Be)}}}var Ve=">",$e="/>";function qe(e,t,n){if(null!=t){if(null!=n)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if("object"!=typeof t||!("__html"in t))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var r=t.__html;null!=r&&(v(r),e.push(""+r))}}var Ye=!1,Qe=!1,Xe=!1,Ke=!1,Ge=!1,Ze=!1,Je=!1;function et(e,t){var n=e[t];if(null!=n){var r=be(n);e.multiple&&!r?o("The `%s` prop supplied to <select> must be an array if `multiple` is true.",t):!e.multiple&&r&&o("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.",t)}}var tt=' selected=""';function nt(t,n,r,a){var i=a.selectedValue;t.push(lt("option"));var l,u=null,s=null,c=null,d=null;for(var f in n)if(y.call(n,f)){var p=n[f];if(null==p)continue;switch(f){case"children":u=p;break;case"selected":c=p,Je||(o("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),Je=!0);break;case"dangerouslySetInnerHTML":d=p;break;case"value":s=p;default:He(t,0,f,p)}}if(null!=i)if(null!==s?(m(s,"value"),l=""+s):(null!==d&&(Ze||(Ze=!0,o("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))),l=function(t){var n="";return e.Children.forEach(t,(function(e){null!=e&&(n+=e,Ge||"string"==typeof e||"number"==typeof e||(Ge=!0,o("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))})),n}(u)),be(i)){for(var h=0;h<i.length;h++)if(m(i[h],"value"),""+i[h]===l){t.push(tt);break}}else m(i,"select.value"),""+i===l&&t.push(tt);else c&&t.push(tt);return t.push(Ve),qe(t,d,u),u}function rt(e,t,n,r){e.push(lt(n));var a=null,o=null;for(var i in t)if(y.call(t,i)){var l=t[i];if(null==l)continue;switch(i){case"children":a=l;break;case"dangerouslySetInnerHTML":o=l;break;default:He(e,0,i,l)}}return e.push(Ve),qe(e,o,a),"string"==typeof a?(e.push(De(a)),null):a}var at="\n",ot=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,it=new Map;function lt(e){var t=it.get(e);if(void 0===t){if(!ot.test(e))throw new Error("Invalid tag: "+e);t="<"+e,it.set(e,t)}return t}var ut="<!DOCTYPE html>";function st(e,t,n,r,a){switch(q(t,n),function(e,t){"input"!==e&&"textarea"!==e&&"select"!==e||null==t||null!==t.value||Q||(Q=!0,"select"===e&&t.multiple?o("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",e):o("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e))}(t,n),function(e,t,n){j(e,t)||te(e,t,n)}(t,n,null),!n.suppressContentEditableWarning&&n.contentEditable&&null!=n.children&&o("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),a.insertionMode!==xe&&a.insertionMode!==Ce&&-1===t.indexOf("-")&&"string"!=typeof n.is&&t.toLowerCase()!==t&&o("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",t),t){case"select":return function(e,t,n){A(0,t),et(t,"value"),et(t,"defaultValue"),void 0===t.value||void 0===t.defaultValue||Xe||(o("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),Xe=!0),e.push(lt("select"));var r=null,a=null;for(var i in t)if(y.call(t,i)){var l=t[i];if(null==l)continue;switch(i){case"children":r=l;break;case"dangerouslySetInnerHTML":a=l;break;case"defaultValue":case"value":break;default:He(e,0,i,l)}}return e.push(Ve),qe(e,a,r),r}(e,n);case"option":return nt(e,n,0,a);case"textarea":return function(e,t,n){A(0,t),void 0===t.value||void 0===t.defaultValue||Ke||(o("Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components"),Ke=!0),e.push(lt("textarea"));var r=null,a=null,i=null;for(var l in t)if(y.call(t,l)){var u=t[l];if(null==u)continue;switch(l){case"children":i=u;break;case"value":r=u;break;case"defaultValue":a=u;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:He(e,0,l,u)}}if(null===r&&null!==a&&(r=a),e.push(Ve),null!=i){if(o("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),null!=r)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(be(i)){if(i.length>1)throw new Error("<textarea> can only have at most one child.");v(i[0]),r=""+i[0]}v(i),r=""+i}return"string"==typeof r&&"\n"===r[0]&&e.push(at),null!==r&&(m(r,"value"),e.push(De(""+r))),null}(e,n);case"input":return function(e,t,n){A(0,t),void 0===t.checked||void 0===t.defaultChecked||Qe||(o("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",t.type),Qe=!0),void 0===t.value||void 0===t.defaultValue||Ye||(o("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",t.type),Ye=!0),e.push(lt("input"));var r=null,a=null,i=null,l=null;for(var u in t)if(y.call(t,u)){var s=t[u];if(null==s)continue;switch(u){case"children":case"dangerouslySetInnerHTML":throw new Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case"defaultChecked":l=s;break;case"defaultValue":a=s;break;case"checked":i=s;break;case"value":r=s;break;default:He(e,0,u,s)}}return null!==i?He(e,0,"checked",i):null!==l&&He(e,0,"checked",l),null!==r?He(e,0,"value",r):null!==a&&He(e,0,"value",a),e.push($e),null}(e,n);case"menuitem":return function(e,t,n){for(var r in e.push(lt("menuitem")),t)if(y.call(t,r)){var a=t[r];if(null==a)continue;switch(r){case"children":case"dangerouslySetInnerHTML":throw new Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:He(e,0,r,a)}}return e.push(Ve),null}(e,n);case"title":return function(e,t,n){e.push(lt("title"));var r=null;for(var a in t)if(y.call(t,a)){var i=t[a];if(null==i)continue;switch(a){case"children":r=i;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <title>.");default:He(e,0,a,i)}}e.push(Ve);var l=Array.isArray(r)&&r.length<2?r[0]||null:r;return Array.isArray(r)&&r.length>1?o("A title element received an array with more than 1 element as children. In browsers title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):null!=l&&null!=l.$$typeof?o("A title element received a React element for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):null!=l&&"string"!=typeof l&&"number"!=typeof l&&o("A title element received a value that was not a string or number for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"),r}(e,n);case"listing":case"pre":return function(e,t,n,r){e.push(lt(n));var a=null,o=null;for(var i in t)if(y.call(t,i)){var l=t[i];if(null==l)continue;switch(i){case"children":a=l;break;case"dangerouslySetInnerHTML":o=l;break;default:He(e,0,i,l)}}if(e.push(Ve),null!=o){if(null!=a)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if("object"!=typeof o||!("__html"in o))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var u=o.__html;null!=u&&("string"==typeof u&&u.length>0&&"\n"===u[0]?e.push(at,u):(v(u),e.push(""+u)))}return"string"==typeof a&&"\n"===a[0]&&e.push(at),a}(e,n,t);case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":return function(e,t,n,r){for(var a in e.push(lt(n)),t)if(y.call(t,a)){var o=t[a];if(null==o)continue;switch(a){case"children":case"dangerouslySetInnerHTML":throw new Error(n+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:He(e,0,a,o)}}return e.push($e),null}(e,n,t);case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return rt(e,n,t);case"html":return a.insertionMode===ke&&e.push(ut),rt(e,n,t);default:return-1===t.indexOf("-")&&"string"!=typeof n.is?rt(e,n,t):function(e,t,n,r){e.push(lt(n));var a=null,o=null;for(var i in t)if(y.call(t,i)){var l=t[i];if(null==l)continue;switch(i){case"children":a=l;break;case"dangerouslySetInnerHTML":o=l;break;case"style":Ue(e,0,l);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:_(i)&&"function"!=typeof l&&"symbol"!=typeof l&&e.push(Ae,i,je,pe(l),Be)}}return e.push(Ve),qe(e,o,a),a}(e,n,t)}}var ct="</",dt=">",ft='<template id="',pt='"></template>',ht="\x3c!--$--\x3e",mt='\x3c!--$?--\x3e<template id="',gt='"></template>',vt="\x3c!--$!--\x3e",yt="\x3c!--/$--\x3e",bt="<template",wt='"',kt=' data-dgst="',St=' data-msg="',xt=' data-stck="',Ct="></template>";function Et(e,t,n){if(u(e,mt),null===n)throw new Error("An ID must have been assigned before we can complete the boundary.");return u(e,n),s(e,gt)}function Tt(e,t){return s(e,yt)}var Rt='<div hidden id="',Pt='">',_t="</div>",It='<svg aria-hidden="true" style="display:none" id="',Dt='">',Mt="</svg>",Nt='<math aria-hidden="true" style="display:none" id="',Lt='">',Ot="</math>",Ft='<table hidden id="',zt='">',Ut="</table>",At='<table hidden><tbody id="',jt='">',Bt="</tbody></table>",Wt='<table hidden><tr id="',Ht='">',Vt="</tr></table>",$t='<table hidden><colgroup id="',qt='">',Yt="</colgroup></table>",Qt='function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("',Xt='$RS("',Kt='","',Gt='")<\/script>',Zt='function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("',Jt='$RC("',en='","',tn='")<\/script>',nn='function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("',rn='$RX("',an='"',on=")<\/script>",ln=",",un=/[<\u2028\u2029]/g;function sn(e){return JSON.stringify(e).replace(un,(function(e){switch(e){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw new Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}))}function cn(e,t){var n=function(e,t,n,r,a){var o=void 0===e?"":e;return{bootstrapChunks:[],startInlineScript:void 0===t?we:'<script nonce="'+pe(t)+'">',placeholderPrefix:o+"P:",segmentPrefix:o+"S:",boundaryPrefix:o+"B:",idPrefix:o,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}(t,void 0);return{bootstrapChunks:n.bootstrapChunks,startInlineScript:n.startInlineScript,placeholderPrefix:n.placeholderPrefix,segmentPrefix:n.segmentPrefix,boundaryPrefix:n.boundaryPrefix,idPrefix:n.idPrefix,nextSuspenseID:n.nextSuspenseID,sentCompleteSegmentFunction:n.sentCompleteSegmentFunction,sentCompleteBoundaryFunction:n.sentCompleteBoundaryFunction,sentClientRenderFunction:n.sentClientRenderFunction,generateStaticMarkup:e}}function dn(){return{insertionMode:Se,selectedValue:null}}function fn(e,t,n,r){return n.generateStaticMarkup?(e.push(pe(t)),!1):function(e,t,n,r){return""===t?r:(r&&e.push(Me),e.push(De(t)),!0)}(e,t,0,r)}function pn(e,t,n,r){return t.generateStaticMarkup?void 0:function(e,t,n,r){n&&r&&e.push(Me)}(e,0,n,r)}function hn(e,t){return!!t.generateStaticMarkup||function(e,t){return s(e,ht)}(e)}function mn(e,t,n,r,a){return!!t.generateStaticMarkup||function(e,t,n,r,a){return s(e,vt),u(e,bt),n&&(u(e,kt),u(e,pe(n)),u(e,wt)),r&&(u(e,St),u(e,pe(r)),u(e,wt)),a&&(u(e,xt),u(e,pe(a)),u(e,wt)),s(e,Ct)}(e,0,n,r,a)}function gn(e,t){return!!t.generateStaticMarkup||function(e,t){return s(e,yt)}(e)}function vn(e,t){return!!t.generateStaticMarkup||function(e,t){return s(e,yt)}(e)}var yn=Object.assign,bn=Symbol.for("react.element"),wn=Symbol.for("react.portal"),kn=Symbol.for("react.fragment"),Sn=Symbol.for("react.strict_mode"),xn=Symbol.for("react.profiler"),Cn=Symbol.for("react.provider"),En=Symbol.for("react.context"),Tn=Symbol.for("react.forward_ref"),Rn=Symbol.for("react.suspense"),Pn=Symbol.for("react.suspense_list"),_n=Symbol.for("react.memo"),In=Symbol.for("react.lazy"),Dn=Symbol.for("react.scope"),Mn=Symbol.for("react.debug_trace_mode"),Nn=Symbol.for("react.legacy_hidden"),Ln=Symbol.for("react.default_value"),On=Symbol.iterator,Fn="@@iterator";function zn(e){return e.displayName||"Context"}function Un(e){if(null==e)return null;if("number"==typeof e.tag&&o("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),"function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case kn:return"Fragment";case wn:return"Portal";case xn:return"Profiler";case Sn:return"StrictMode";case Rn:return"Suspense";case Pn:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case En:return zn(e)+".Consumer";case Cn:return zn(e._context)+".Provider";case Tn:return function(e,t,n){var r=e.displayName;if(r)return r;var a=t.displayName||t.name||"";return""!==a?n+"("+a+")":n}(e,e.render,"ForwardRef");case _n:var t=e.displayName||null;return null!==t?t:Un(e.type)||"Memo";case In:var n=e,r=n._payload,a=n._init;try{return Un(a(r))}catch(e){return null}}return null}var An,jn,Bn,Wn,Hn,Vn,$n,qn=0;function Yn(){}Yn.__reactDisabledLog=!0;var Qn,Xn=a.ReactCurrentDispatcher;function Kn(e,t,n){if(void 0===Qn)try{throw Error()}catch(e){var r=e.stack.trim().match(/\n( *(at )?)/);Qn=r&&r[1]||""}return"\n"+Qn+e}var Gn,Zn=!1,Jn="function"==typeof WeakMap?WeakMap:Map;function er(e,t){if(!e||Zn)return"";var n,r=Gn.get(e);if(void 0!==r)return r;Zn=!0;var a,i=Error.prepareStackTrace;Error.prepareStackTrace=void 0,a=Xn.current,Xn.current=null,function(){if(0===qn){An=console.log,jn=console.info,Bn=console.warn,Wn=console.error,Hn=console.group,Vn=console.groupCollapsed,$n=console.groupEnd;var e={configurable:!0,enumerable:!0,value:Yn,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}qn++}();try{if(t){var l=function(){throw Error()};if(Object.defineProperty(l.prototype,"props",{set:function(){throw Error()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(l,[])}catch(e){n=e}Reflect.construct(e,[],l)}else{try{l.call()}catch(e){n=e}e.call(l.prototype)}}else{try{throw Error()}catch(e){n=e}e()}}catch(t){if(t&&n&&"string"==typeof t.stack){for(var u=t.stack.split("\n"),s=n.stack.split("\n"),c=u.length-1,d=s.length-1;c>=1&&d>=0&&u[c]!==s[d];)d--;for(;c>=1&&d>=0;c--,d--)if(u[c]!==s[d]){if(1!==c||1!==d)do{if(c--,--d<0||u[c]!==s[d]){var f="\n"+u[c].replace(" at new "," at ");return e.displayName&&f.includes("<anonymous>")&&(f=f.replace("<anonymous>",e.displayName)),"function"==typeof e&&Gn.set(e,f),f}}while(c>=1&&d>=0);break}}}finally{Zn=!1,Xn.current=a,function(){if(0==--qn){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:yn({},e,{value:An}),info:yn({},e,{value:jn}),warn:yn({},e,{value:Bn}),error:yn({},e,{value:Wn}),group:yn({},e,{value:Hn}),groupCollapsed:yn({},e,{value:Vn}),groupEnd:yn({},e,{value:$n})})}qn<0&&o("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}(),Error.prepareStackTrace=i}var p=e?e.displayName||e.name:"",h=p?Kn(p):"";return"function"==typeof e&&Gn.set(e,h),h}function tr(e,t,n){return er(e,!1)}function nr(e,t,n){if(null==e)return"";if("function"==typeof e)return er(e,!(!(r=e.prototype)||!r.isReactComponent));var r;if("string"==typeof e)return Kn(e);switch(e){case Rn:return Kn("Suspense");case Pn:return Kn("SuspenseList")}if("object"==typeof e)switch(e.$$typeof){case Tn:return tr(e.render);case _n:return nr(e.type,t,n);case In:var a=e,o=a._payload,i=a._init;try{return nr(i(o),t,n)}catch(e){}}return""}Gn=new Jn;var rr,ar={},or=a.ReactDebugCurrentFrame;function ir(e){if(e){var t=e._owner,n=nr(e.type,e._source,t?t.type:null);or.setExtraStackFrame(n)}else or.setExtraStackFrame(null)}function lr(e,t,n,r,a){var i=Function.call.bind(y);for(var l in e)if(i(e,l)){var u=void 0;try{if("function"!=typeof e[l]){var s=Error((r||"React class")+": "+n+" type `"+l+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[l]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw s.name="Invariant Violation",s}u=e[l](t,l,r,n,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(e){u=e}!u||u instanceof Error||(ir(a),o("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",r||"React class",n,l,typeof u),ir(null)),u instanceof Error&&!(u.message in ar)&&(ar[u.message]=!0,ir(a),o("Failed %s type: %s",n,u.message),ir(null))}}rr={};var ur,sr={};function cr(e,t){var n=e.contextTypes;if(!n)return sr;var r={};for(var a in n)r[a]=t[a];return lr(n,r,"context",Un(e)||"Unknown"),r}Object.freeze(sr),ur={};var dr=null,fr=null;function pr(e){e.context._currentValue2=e.parentValue}function hr(e){e.context._currentValue2=e.value}function mr(e,t){if(e===t);else{pr(e);var n=e.parent,r=t.parent;if(null===n){if(null!==r)throw new Error("The stacks must reach the root at the same time. This is a bug in React.")}else{if(null===r)throw new Error("The stacks must reach the root at the same time. This is a bug in React.");mr(n,r)}hr(t)}}function gr(e){pr(e);var t=e.parent;null!==t&&gr(t)}function vr(e){var t=e.parent;null!==t&&vr(t),hr(e)}function yr(e,t){pr(e);var n=e.parent;if(null===n)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");n.depth===t.depth?mr(n,t):yr(n,t)}function br(e,t){var n=t.parent;if(null===n)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");e.depth===n.depth?mr(e,n):br(e,n),hr(t)}function wr(e){var t=fr,n=e;t!==n&&(null===t?vr(n):null===n?gr(t):t.depth===n.depth?mr(t,n):t.depth>n.depth?yr(t,n):br(t,n),fr=n)}function kr(e){return e._currentValue2}function Sr(e){return e._reactInternals}var xr,Cr,Er,Tr,Rr,Pr,_r,Ir,Dr,Mr={},Nr={};xr=new Set,Cr=new Set,Er=new Set,_r=new Set,Tr=new Set,Ir=new Set,Dr=new Set;var Lr=new Set;function Or(e,t){var n=e.constructor,r=n&&Un(n)||"ReactClass",a=r+"."+t;Mr[a]||(o("%s(...): Can only update a mounting component. This usually means you called %s() outside componentWillMount() on the server. This is a no-op.\n\nPlease check the code for the %s component.",t,t,r),Mr[a]=!0)}Pr=function(e,t){if(null!==e&&"function"!=typeof e){var n=t+"_"+e;Lr.has(n)||(Lr.add(n),o("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e))}},Rr=function(e,t){if(void 0===t){var n=Un(e)||"Component";Tr.has(n)||(Tr.add(n),o("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",n))}};var Fr={isMounted:function(e){return!1},enqueueSetState:function(e,t,n){var r=Sr(e);null===r.queue?Or(e,"setState"):(r.queue.push(t),null!=n&&Pr(n,"setState"))},enqueueReplaceState:function(e,t,n){var r=Sr(e);r.replace=!0,r.queue=[t],null!=n&&Pr(n,"setState")},enqueueForceUpdate:function(e,t){null===Sr(e).queue?Or(e,"forceUpdate"):null!=t&&Pr(t,"setState")}};function zr(e,t){var n=t.state;if("function"==typeof t.componentWillMount){if(!0!==t.componentWillMount.__suppressDeprecationWarning){var r=Un(e)||"Unknown";Nr[r]||(function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];i("warn",e,n)}("componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.\n\nPlease update the following components: %s",r),Nr[r]=!0)}t.componentWillMount()}"function"==typeof t.UNSAFE_componentWillMount&&t.UNSAFE_componentWillMount(),n!==t.state&&(o("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",Un(e)||"Component"),Fr.enqueueReplaceState(t,t.state,null))}function Ur(e,t,n,r){!function(e,t,n){var r=Un(t)||"Component";e.render||(t.prototype&&"function"==typeof t.prototype.render?o("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",r):o("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",r)),!e.getInitialState||e.getInitialState.isReactClassApproved||e.state||o("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",r),e.getDefaultProps&&!e.getDefaultProps.isReactClassApproved&&o("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",r),e.propTypes&&o("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",r),e.contextType&&o("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",r),e.contextTypes&&o("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",r),t.contextType&&t.contextTypes&&!Ir.has(t)&&(Ir.add(t),o("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",r)),"function"==typeof e.componentShouldUpdate&&o("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",r),t.prototype&&t.prototype.isPureReactComponent&&void 0!==e.shouldComponentUpdate&&o("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",Un(t)||"A pure component"),"function"==typeof e.componentDidUnmount&&o("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",r),"function"==typeof e.componentDidReceiveProps&&o("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",r),"function"==typeof e.componentWillRecieveProps&&o("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",r),"function"==typeof e.UNSAFE_componentWillRecieveProps&&o("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",r);var a=e.props!==n;void 0!==e.props&&a&&o("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",r,r),e.defaultProps&&o("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",r,r),"function"!=typeof e.getSnapshotBeforeUpdate||"function"==typeof e.componentDidUpdate||Cr.has(t)||(Cr.add(t),o("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",Un(t))),"function"==typeof e.getDerivedStateFromProps&&o("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",r),"function"==typeof e.getDerivedStateFromError&&o("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",r),"function"==typeof t.getSnapshotBeforeUpdate&&o("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",r);var i=e.state;i&&("object"!=typeof i||be(i))&&o("%s.state: must be set to an object or null",r),"function"==typeof e.getChildContext&&"object"!=typeof t.childContextTypes&&o("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",r)}(e,t,n);var a=void 0!==e.state?e.state:null;e.updater=Fr,e.props=n,e.state=a;var i,l={queue:[],replace:!1};i=l,e._reactInternals=i;var u=t.contextType;if(e.context="object"==typeof u&&null!==u?kr(u):r,e.state===n){var s=Un(t)||"Component";_r.has(s)||(_r.add(s),o("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",s))}var c=t.getDerivedStateFromProps;"function"==typeof c&&(e.state=function(e,t,n,r,a){var o=n(a,r);return Rr(t,o),null==o?r:yn({},r,o)}(0,t,c,a,n)),"function"==typeof t.getDerivedStateFromProps||"function"==typeof e.getSnapshotBeforeUpdate||"function"!=typeof e.UNSAFE_componentWillMount&&"function"!=typeof e.componentWillMount||(zr(t,e),function(e,t,n,r){if(null!==e.queue&&e.queue.length>0){var a=e.queue,o=e.replace;if(e.queue=null,e.replace=!1,o&&1===a.length)t.state=a[0];else{for(var i=o?a[0]:t.state,l=!0,u=o?1:0;u<a.length;u++){var s=a[u],c="function"==typeof s?s.call(t,i,n,r):s;null!=c&&(l?(l=!1,i=yn({},i,c)):yn(i,c))}t.state=i}}else e.queue=null}(l,e,n,r))}var Ar={id:1,overflow:""};function jr(e){var t,n=e.overflow,r=e.id;return(r&(t=r,~(1<<Wr(t)-1))).toString(32)+n}function Br(e,t,n){var r=e.id,a=e.overflow,o=Wr(r)-1,i=r&~(1<<o),l=n+1,u=Wr(t)+o;if(u>30){var s=o-o%5,c=(i&(1<<s)-1).toString(32),d=i>>s,f=o-s;return{id:1<<Wr(t)+f|l<<f|d,overflow:c+a}}return{id:1<<u|l<<o|i,overflow:a}}function Wr(e){return 32-Vr(e)}var Hr,Vr=Math.clz32?Math.clz32:function(e){var t=e>>>0;return 0===t?32:31-($r(t)/qr|0)|0},$r=Math.log,qr=Math.LN2,Yr="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},Qr=null,Xr=null,Kr=null,Gr=null,Zr=!1,Jr=!1,ea=0,ta=null,na=0,ra=25,aa=!1;function oa(){if(null===Qr)throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.");return aa&&o("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks"),Qr}function ia(){if(na>0)throw new Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function la(){return null===Gr?null===Kr?(Zr=!1,Kr=Gr=ia()):(Zr=!0,Gr=Kr):null===Gr.next?(Zr=!1,Gr=Gr.next=ia()):(Zr=!0,Gr=Gr.next),Gr}function ua(){return 0!==ea}function sa(){aa=!1,Qr=null,Xr=null,Jr=!1,Kr=null,na=0,ta=null,Gr=null}function ca(e,t){return"function"==typeof t?t(e):t}function da(e,t,n){if(e!==ca&&(Hr="useReducer"),Qr=oa(),Gr=la(),Zr){var r=Gr.queue,a=r.dispatch;if(null!==ta){var o=ta.get(r);if(void 0!==o){ta.delete(r);var i=Gr.memoizedState,l=o;do{var u=l.action;aa=!0,i=e(i,u),aa=!1,l=l.next}while(null!==l);return Gr.memoizedState=i,[i,a]}}return[Gr.memoizedState,a]}var s;aa=!0,s=e===ca?"function"==typeof t?t():t:void 0!==n?n(t):t,aa=!1,Gr.memoizedState=s;var c=Gr.queue={last:null,dispatch:null},d=c.dispatch=pa.bind(null,Qr,c);return[Gr.memoizedState,d]}function fa(e,t){Qr=oa();var n=void 0===t?null:t;if(null!==(Gr=la())){var r=Gr.memoizedState;if(null!==r&&null!==n&&function(e,t){if(null===t)return o("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",Hr),!1;e.length!==t.length&&o("The final argument passed to %s changed size between renders. The order and size of this array must remain constant.\n\nPrevious: %s\nIncoming: %s",Hr,"["+e.join(", ")+"]","["+t.join(", ")+"]");for(var n=0;n<t.length&&n<e.length;n++)if(!Yr(e[n],t[n]))return!1;return!0}(n,r[1]))return r[0]}aa=!0;var a=e();return aa=!1,Gr.memoizedState=[a,n],a}function pa(e,t,n){if(na>=ra)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(e===Qr){Jr=!0;var r={action:n,next:null};null===ta&&(ta=new Map);var a=ta.get(t);if(void 0===a)ta.set(t,r);else{for(var o=a;null!==o.next;)o=o.next;o.next=r}}}function ha(){throw new Error("startTransition cannot be called during server rendering.")}function ma(){}var ga={readContext:function(e){return aa&&o("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),kr(e)},useContext:function(e){return Hr="useContext",oa(),kr(e)},useMemo:fa,useReducer:da,useRef:function(e){Qr=oa();var t=(Gr=la()).memoizedState;if(null===t){var n={current:e};return Object.seal(n),Gr.memoizedState=n,n}return t},useState:function(e){return Hr="useState",da(ca,e)},useInsertionEffect:ma,useLayoutEffect:function(e,t){Hr="useLayoutEffect",o("useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This will lead to a mismatch between the initial, non-hydrated UI and the intended UI. To avoid this, useLayoutEffect should only be used in components that render exclusively on the client. See https://reactjs.org/link/uselayouteffect-ssr for common fixes.")},useCallback:function(e,t){return fa((function(){return e}),t)},useImperativeHandle:ma,useEffect:ma,useDebugValue:ma,useDeferredValue:function(e){return oa(),e},useTransition:function(){return oa(),[!1,ha]},useId:function(){var e=jr(Xr.treeContext),t=va;if(null===t)throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");return function(e,t,n){var r=":"+e.idPrefix+"R"+t;return n>0&&(r+="H"+n.toString(32)),r+":"}(t,e,ea++)},useMutableSource:function(e,t,n){return oa(),t(e._source)},useSyncExternalStore:function(e,t,n){if(void 0===n)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return n()}},va=null;function ya(e){va=e}var ba=a.ReactCurrentDispatcher,wa=a.ReactDebugCurrentFrame,ka=0,Sa=1,xa=2,Ca=3,Ea=4,Ta=0,Ra=1,Pa=2,_a=12800;function Ia(e){return console.error(e),null}function Da(){}function Ma(e,t,n,r,a,o,i,l,u){var s=[],c=new Set,d={destination:null,responseState:t,progressiveChunkSize:void 0===r?_a:r,status:Ta,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:c,pingedTasks:s,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:void 0===a?Ia:a,onAllReady:void 0===o?Da:o,onShellReady:void 0===i?Da:i,onShellError:Da,onFatalError:Da},f=La(d,0,null,n,!1,!1);f.parentFlushed=!0;var p=Na(d,e,null,f,c,sr,dr,Ar);return s.push(p),d}function Na(e,t,n,r,a,o,i,u){e.allPendingTasks++,null===n?e.pendingRootTasks++:n.pendingTasks++;var s={node:t,ping:function(){return function(e,t){var n=e.pingedTasks;n.push(t),1===n.length&&l((function(){return vo(e)}))}(e,s)},blockedBoundary:n,blockedSegment:r,abortSet:a,legacyContext:o,context:i,treeContext:u,componentStack:null};return a.add(s),s}function La(e,t,n,r,a,o){return{status:ka,id:-1,index:t,parentFlushed:!1,chunks:[],children:[],formatContext:r,boundary:n,lastPushedText:a,textEmbedded:o}}var Oa=null;function Fa(){return null===Oa||null===Oa.componentStack?"":function(e){try{var t="",n=e;do{switch(n.tag){case 0:t+=Kn(n.type);break;case 1:t+=tr(n.type);break;case 2:t+=er(n.type,!0)}n=n.parent}while(n);return t}catch(e){return"\nError generating stack: "+e.message+"\n"+e.stack}}(Oa.componentStack)}function za(e,t){e.componentStack={tag:0,parent:e.componentStack,type:t}}function Ua(e,t){e.componentStack={tag:1,parent:e.componentStack,type:t}}function Aa(e){null===e.componentStack?o("Unexpectedly popped too many stack frames. This is a bug in React."):e.componentStack=e.componentStack.parent}var ja=null;function Ba(e,t){var n;n="string"==typeof t?t:t&&"string"==typeof t.message?t.message:String(t);var r=ja||Fa();ja=null,e.errorMessage=n,e.errorComponentStack=r}function Wa(e,t){var n=e.onError(t);if(null!=n&&"string"!=typeof n)throw new Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof n+'" instead');return n}function Ha(e,t){(0,e.onShellError)(t),(0,e.onFatalError)(t),null!==e.destination?(e.status=Pa,d(e.destination,t)):(e.status=Ra,e.fatalError=t)}function Va(e,t,n){za(t,"Suspense");var r=t.blockedBoundary,a=t.blockedSegment,o=n.fallback,i=n.children,l=new Set,u={id:Ie,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:l,errorDigest:null},s=La(0,a.chunks.length,u,a.formatContext,!1,!1);a.children.push(s),a.lastPushedText=!1;var c=La(0,0,null,a.formatContext,!1,!1);c.parentFlushed=!0,t.blockedBoundary=u,t.blockedSegment=c;try{if(co(e,t,i),pn(c.chunks,e.responseState,c.lastPushedText,c.textEmbedded),c.status=Sa,ho(u,c),0===u.pendingTasks)return void Aa(t)}catch(t){c.status=Ea,u.forceClientRender=!0,u.errorDigest=Wa(e,t),Ba(u,t)}finally{t.blockedBoundary=r,t.blockedSegment=a}var d=Na(e,o,r,s,l,t.legacyContext,t.context,t.treeContext);d.componentStack=t.componentStack,e.pingedTasks.push(d),Aa(t)}function $a(e,t,n,r){za(t,n);var a=t.blockedSegment,o=st(a.chunks,n,r,e.responseState,a.formatContext);a.lastPushedText=!1;var i=a.formatContext;a.formatContext=function(e,t,n){switch(t){case"select":return _e(Se,null!=n.value?n.value:n.defaultValue);case"svg":return _e(xe,null);case"math":return _e(Ce,null);case"foreignObject":return _e(Se,null);case"table":return _e(Ee,null);case"thead":case"tbody":case"tfoot":return _e(Te,null);case"colgroup":return _e(Pe,null);case"tr":return _e(Re,null)}return e.insertionMode>=Ee||e.insertionMode===ke?_e(Se,null):e}(i,n,r),co(e,t,o),a.formatContext=i,function(e,t,n){switch(t){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:e.push(ct,t,dt)}}(a.chunks,n),a.lastPushedText=!1,Aa(t)}function qa(e,t,n,r,a){!function(e,t){Qr={},Xr=e,aa=!1,ea=0}(t);var o=n(r,a);return function(e,t,n,r){for(;Jr;)Jr=!1,ea=0,na+=1,Gr=null,n=e(t,r);return sa(),n}(n,r,o,a)}function Ya(e,t,n,r,a){var i=n.render();n.props!==a&&(Ja||o("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",Un(r)||"a component"),Ja=!0);var l=r.childContextTypes;if(null!=l){var u=t.legacyContext,s=function(e,t,n,r){if("function"!=typeof e.getChildContext){var a=Un(t)||"Unknown";return rr[a]||(rr[a]=!0,o("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",a,a)),n}var i=e.getChildContext();for(var l in i)if(!(l in r))throw new Error((Un(t)||"Unknown")+'.getChildContext(): key "'+l+'" is not defined in childContextTypes.');return lr(r,i,"child context",Un(t)||"Unknown"),yn({},n,i)}(n,r,u,l);return t.legacyContext=s,uo(e,t,i),void(t.legacyContext=u)}uo(e,t,i)}function Qa(e,t,n,r){!function(e,t){e.componentStack={tag:2,parent:e.componentStack,type:t}}(t,n);var a=cr(n,t.legacyContext),i=function(e,t,n){var r=e.contextType;if("contextType"in e&&null!==r&&(void 0===r||r.$$typeof!==En||void 0!==r._context)&&!Dr.has(e)){Dr.add(e);var a="";a=void 0===r?" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":"object"!=typeof r?" However, it is set to a "+typeof r+".":r.$$typeof===Cn?" Did you accidentally pass the Context.Provider instead?":void 0!==r._context?" Did you accidentally pass the Context.Consumer instead?":" However, it is set to an object with keys {"+Object.keys(r).join(", ")+"}.",o("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",Un(e)||"Component",a)}var i=new e(t,"object"==typeof r&&null!==r?kr(r):n);if("function"==typeof e.getDerivedStateFromProps&&(null===i.state||void 0===i.state)){var l=Un(e)||"Component";xr.has(l)||(xr.add(l),o("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",l,null===i.state?"null":"undefined",l))}if("function"==typeof e.getDerivedStateFromProps||"function"==typeof i.getSnapshotBeforeUpdate){var u=null,s=null,c=null;if("function"==typeof i.componentWillMount&&!0!==i.componentWillMount.__suppressDeprecationWarning?u="componentWillMount":"function"==typeof i.UNSAFE_componentWillMount&&(u="UNSAFE_componentWillMount"),"function"==typeof i.componentWillReceiveProps&&!0!==i.componentWillReceiveProps.__suppressDeprecationWarning?s="componentWillReceiveProps":"function"==typeof i.UNSAFE_componentWillReceiveProps&&(s="UNSAFE_componentWillReceiveProps"),"function"==typeof i.componentWillUpdate&&!0!==i.componentWillUpdate.__suppressDeprecationWarning?c="componentWillUpdate":"function"==typeof i.UNSAFE_componentWillUpdate&&(c="UNSAFE_componentWillUpdate"),null!==u||null!==s||null!==c){var d=Un(e)||"Component",f="function"==typeof e.getDerivedStateFromProps?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";Er.has(d)||(Er.add(d),o("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n%s uses %s but also contains the following legacy lifecycles:%s%s%s\n\nThe above lifecycles should be removed. Learn more about this warning here:\nhttps://reactjs.org/link/unsafe-component-lifecycles",d,f,null!==u?"\n "+u:"",null!==s?"\n "+s:"",null!==c?"\n "+c:""))}}return i}(n,r,a);Ur(i,n,r,a),Ya(e,t,i,n,r),Aa(t)}var Xa={},Ka={},Ga={},Za={},Ja=!1,eo={},to=!1,no=!1,ro=!1;function ao(e,t,n,r){var a;if(a=cr(n,t.legacyContext),Ua(t,n),n.prototype&&"function"==typeof n.prototype.render){var i=Un(n)||"Unknown";Xa[i]||(o("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",i,i),Xa[i]=!0)}var l=qa(0,t,n,r,a),u=ua();if("object"==typeof l&&null!==l&&"function"==typeof l.render&&void 0===l.$$typeof){var s=Un(n)||"Unknown";Ka[s]||(o("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",s,s,s),Ka[s]=!0)}if("object"==typeof l&&null!==l&&"function"==typeof l.render&&void 0===l.$$typeof){var c=Un(n)||"Unknown";Ka[c]||(o("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",c,c,c),Ka[c]=!0),Ur(l,n,r,a),Ya(e,t,l,n,r)}else if(function(e){if(e&&e.childContextTypes&&o("%s(...): childContextTypes cannot be defined on a function component.",e.displayName||e.name||"Component"),void 0!==e.defaultProps){var t=Un(e)||"Unknown";eo[t]||(o("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.",t),eo[t]=!0)}if("function"==typeof e.getDerivedStateFromProps){var n=Un(e)||"Unknown";Za[n]||(o("%s: Function components do not support getDerivedStateFromProps.",n),Za[n]=!0)}if("object"==typeof e.contextType&&null!==e.contextType){var r=Un(e)||"Unknown";Ga[r]||(o("%s: Function components do not support contextType.",r),Ga[r]=!0)}}(n),u){var d=t.treeContext;t.treeContext=Br(d,1,0);try{uo(e,t,l)}finally{t.treeContext=d}}else uo(e,t,l);Aa(t)}function oo(e,t){if(e&&e.defaultProps){var n=yn({},t),r=e.defaultProps;for(var a in r)void 0===n[a]&&(n[a]=r[a]);return n}return t}function io(e,t,n,r){var a,i=n._context,l=r.value,u=r.children;a=t.context,t.context=function(e,t){var n;n=e._currentValue2,e._currentValue2=t,void 0!==e._currentRenderer2&&null!==e._currentRenderer2&&e._currentRenderer2!==ur&&o("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),e._currentRenderer2=ur;var r={parent:fr,depth:null===fr?0:fr.depth+1,context:e,parentValue:n,value:t};return fr=r,r}(i,l),uo(e,t,u),t.context=function(e){var t=fr;if(null===t)throw new Error("Tried to pop a Context at the root of the app. This is a bug in React.");t.context!==e&&o("The parent context is not the expected context. This is probably a bug in React.");var n=t.parentValue;return t.context._currentValue2=n===Ln?t.context._defaultValue:n,void 0!==e._currentRenderer2&&null!==e._currentRenderer2&&e._currentRenderer2!==ur&&o("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),e._currentRenderer2=ur,fr=t.parent}(i),a!==t.context&&o("Popping the context provider did not return back to the original snapshot. This is a bug in React.")}function lo(e,t,n,r,a){if("function"==typeof n)return(i=n).prototype&&i.prototype.isReactComponent?void Qa(e,t,n,r):void ao(e,t,n,r);var i;if("string"!=typeof n){switch(n){case Nn:case Mn:case Sn:case xn:case kn:return void uo(e,t,r.children);case Pn:return za(t,"SuspenseList"),uo(e,t,r.children),void Aa(t);case Dn:throw new Error("ReactDOMServer does not yet support scope components.");case Rn:return void Va(e,t,r)}if("object"==typeof n&&null!==n)switch(n.$$typeof){case Tn:return void function(e,t,n,r,a){Ua(t,n.render);var o=qa(0,t,n.render,r,a);if(ua()){var i=t.treeContext;t.treeContext=Br(i,1,0);try{uo(e,t,o)}finally{t.treeContext=i}}else uo(e,t,o);Aa(t)}(e,t,n,r,a);case _n:return void function(e,t,n,r,a){var o=n.type;lo(e,t,o,oo(o,r),a)}(e,t,n,r,a);case Cn:return void io(e,t,n,r);case En:return void function(e,t,n,r){void 0===n._context?n!==n.Consumer&&(ro||(ro=!0,o("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):n=n._context;var a=r.children;"function"!=typeof a&&o("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."),uo(e,t,a(kr(n)))}(e,t,n,r);case In:return void function(e,t,n,r,a){za(t,"Lazy");var o=n._payload,i=(0,n._init)(o);lo(e,t,i,oo(i,r),a),Aa(t)}(e,t,n,r)}var l="";throw(void 0===n||"object"==typeof n&&null!==n&&0===Object.keys(n).length)&&(l+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: "+(null==n?n:typeof n)+"."+l)}$a(e,t,n,r)}function uo(e,t,n){try{return function(e,t,n){if(t.node=n,"object"==typeof n&&null!==n){switch(n.$$typeof){case bn:var r=n;return void lo(e,t,r.type,r.props,r.ref);case wn:throw new Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case In:var a,i=n,l=i._payload,u=i._init;try{a=u(l)}catch(e){throw"object"==typeof e&&null!==e&&"function"==typeof e.then&&za(t,"Lazy"),e}return void uo(e,t,a)}if(be(n))return void so(e,t,n);var s=function(e){if(null===e||"object"!=typeof e)return null;var t=On&&e[On]||e[Fn];return"function"==typeof t?t:null}(n);if(s){!function(e,t){"function"==typeof Symbol&&"Generator"===e[Symbol.toStringTag]&&(to||o("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),to=!0),e.entries===t&&(no||o("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),no=!0)}(n,s);var c=s.call(n);if(c){var d=c.next();if(!d.done){var f=[];do{f.push(d.value),d=c.next()}while(!d.done);return void so(e,t,f)}return}}var p=Object.prototype.toString.call(n);throw new Error("Objects are not valid as a React child (found: "+("[object Object]"===p?"object with keys {"+Object.keys(n).join(", ")+"}":p)+"). If you meant to render a collection of children, use an array instead.")}if("string"!=typeof n)if("number"!=typeof n)"function"==typeof n&&o("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.");else{var h=t.blockedSegment;h.lastPushedText=fn(t.blockedSegment.chunks,""+n,e.responseState,h.lastPushedText)}else{var m=t.blockedSegment;m.lastPushedText=fn(t.blockedSegment.chunks,n,e.responseState,m.lastPushedText)}}(e,t,n)}catch(e){throw"object"==typeof e&&null!==e&&"function"==typeof e.then||(ja=null!==ja?ja:Fa()),e}}function so(e,t,n){for(var r=n.length,a=0;a<r;a++){var o=t.treeContext;t.treeContext=Br(o,r,a);try{co(e,t,n[a])}finally{t.treeContext=o}}}function co(e,t,n){var r,a=t.blockedSegment.formatContext,o=t.legacyContext,i=t.context;r=t.componentStack;try{return uo(e,t,n)}catch(n){if(sa(),"object"==typeof n&&null!==n&&"function"==typeof n.then)return function(e,t,n){var r=t.blockedSegment,a=La(0,r.chunks.length,null,r.formatContext,r.lastPushedText,!0);r.children.push(a),r.lastPushedText=!1;var o=Na(e,t.node,t.blockedBoundary,a,t.abortSet,t.legacyContext,t.context,t.treeContext);null!==t.componentStack&&(o.componentStack=t.componentStack.parent);var i=o.ping;n.then(i,i)}(e,t,n),t.blockedSegment.formatContext=a,t.legacyContext=o,t.context=i,wr(i),void(t.componentStack=r);throw t.blockedSegment.formatContext=a,t.legacyContext=o,t.context=i,wr(i),t.componentStack=r,n}}function fo(e){var t=e.blockedBoundary,n=e.blockedSegment;n.status=Ca,mo(this,t,n)}function po(e,t,n){var r=e.blockedBoundary;if(e.blockedSegment.status=Ca,null===r)t.allPendingTasks--,t.status!==Pa&&(t.status=Pa,null!==t.destination&&c(t.destination));else{if(r.pendingTasks--,!r.forceClientRender){r.forceClientRender=!0;var a=void 0===n?new Error("The render was aborted by the server without a reason."):n;r.errorDigest=t.onError(a);var o="The server did not finish this Suspense boundary: ";a=a&&"string"==typeof a.message?o+a.message:o+String(a);var i=Oa;Oa=e;try{Ba(r,a)}finally{Oa=i}r.parentFlushed&&t.clientRenderedBoundaries.push(r)}r.fallbackAbortableTasks.forEach((function(e){return po(e,t,n)})),r.fallbackAbortableTasks.clear(),t.allPendingTasks--,0===t.allPendingTasks&&(0,t.onAllReady)()}}function ho(e,t){if(0===t.chunks.length&&1===t.children.length&&null===t.children[0].boundary){var n=t.children[0];n.id=t.id,n.parentFlushed=!0,n.status===Sa&&ho(e,n)}else e.completedSegments.push(t)}function mo(e,t,n){if(null===t){if(n.parentFlushed){if(null!==e.completedRootSegment)throw new Error("There can only be one root segment. This is a bug in React.");e.completedRootSegment=n}e.pendingRootTasks--,0===e.pendingRootTasks&&(e.onShellError=Da,(0,e.onShellReady)())}else t.pendingTasks--,t.forceClientRender||(0===t.pendingTasks?(n.parentFlushed&&n.status===Sa&&ho(t,n),t.parentFlushed&&e.completedBoundaries.push(t),t.fallbackAbortableTasks.forEach(fo,e),t.fallbackAbortableTasks.clear()):n.parentFlushed&&n.status===Sa&&(ho(t,n),1===t.completedSegments.length&&t.parentFlushed&&e.partialBoundaries.push(t)));e.allPendingTasks--,0===e.allPendingTasks&&(0,e.onAllReady)()}function go(e,t){var n=t.blockedSegment;if(n.status===ka){var r;wr(t.context),r=Oa,Oa=t;try{uo(e,t,t.node),pn(n.chunks,e.responseState,n.lastPushedText,n.textEmbedded),t.abortSet.delete(t),n.status=Sa,mo(e,t.blockedBoundary,n)}catch(r){if(sa(),"object"==typeof r&&null!==r&&"function"==typeof r.then){var a=t.ping;r.then(a,a)}else t.abortSet.delete(t),n.status=Ea,function(e,t,n,r){var a=Wa(e,r);null===t?Ha(e,r):(t.pendingTasks--,t.forceClientRender||(t.forceClientRender=!0,t.errorDigest=a,Ba(t,r),t.parentFlushed&&e.clientRenderedBoundaries.push(t))),e.allPendingTasks--,0===e.allPendingTasks&&(0,e.onAllReady)()}(e,t.blockedBoundary,0,r)}finally{Oa=r}}}function vo(e){if(e.status!==Pa){var t,n=fr,r=ba.current;ba.current=ga,t=wa.getCurrentStack,wa.getCurrentStack=Fa;var a=va;ya(e.responseState);try{var o,i=e.pingedTasks;for(o=0;o<i.length;o++)go(e,i[o]);i.splice(0,o),null!==e.destination&&Eo(e,e.destination)}catch(t){Wa(e,t),Ha(e,t)}finally{ya(a),ba.current=r,wa.getCurrentStack=t,r===ga&&wr(n)}}}function yo(e,t,n){switch(n.parentFlushed=!0,n.status){case ka:var r=n.id=e.nextSegmentId++;return n.lastPushedText=!1,n.textEmbedded=!1,function(e,t,n){return u(e,ft),u(e,t.placeholderPrefix),u(e,n.toString(16)),s(e,pt)}(t,e.responseState,r);case Sa:n.status=xa;for(var a=!0,o=n.chunks,i=0,l=n.children,c=0;c<l.length;c++){for(var d=l[c];i<d.index;i++)u(t,o[i]);a=bo(e,t,d)}for(;i<o.length-1;i++)u(t,o[i]);return i<o.length&&(a=s(t,o[i])),a;default:throw new Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function bo(e,t,n){var r=n.boundary;if(null===r)return yo(e,t,n);if(r.parentFlushed=!0,r.forceClientRender)return mn(t,e.responseState,r.errorDigest,r.errorMessage,r.errorComponentStack),yo(e,t,n),vn(t,e.responseState);if(r.pendingTasks>0){r.rootSegmentID=e.nextSegmentId++,r.completedSegments.length>0&&e.partialBoundaries.push(r);var a=r.id=(i=(o=e.responseState).nextSuspenseID++,o.boundaryPrefix+i.toString(16));return Et(t,e.responseState,a),yo(e,t,n),Tt(t,e.responseState)}if(r.byteSize>e.progressiveChunkSize)return r.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(r),Et(t,e.responseState,r.id),yo(e,t,n),Tt(t,e.responseState);hn(t,e.responseState);var o,i,l=r.completedSegments;if(1!==l.length)throw new Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");return bo(e,t,l[0]),gn(t,e.responseState)}function wo(e,t,n){return function(e,t,n,r,a,o){if(u(e,t.startInlineScript),t.sentClientRenderFunction?u(e,rn):(t.sentClientRenderFunction=!0,u(e,nn)),null===n)throw new Error("An ID must have been assigned before we can complete the boundary.");return u(e,n),u(e,an),(r||a||o)&&(u(e,ln),u(e,sn(r||""))),(a||o)&&(u(e,ln),u(e,sn(a||""))),o&&(u(e,ln),u(e,sn(o))),s(e,on)}(t,e.responseState,n.id,n.errorDigest,n.errorMessage,n.errorComponentStack)}function ko(e,t,n){return function(e,t,n,r){switch(n.insertionMode){case ke:case Se:return u(e,Rt),u(e,t.segmentPrefix),u(e,r.toString(16)),s(e,Pt);case xe:return u(e,It),u(e,t.segmentPrefix),u(e,r.toString(16)),s(e,Dt);case Ce:return u(e,Nt),u(e,t.segmentPrefix),u(e,r.toString(16)),s(e,Lt);case Ee:return u(e,Ft),u(e,t.segmentPrefix),u(e,r.toString(16)),s(e,zt);case Te:return u(e,At),u(e,t.segmentPrefix),u(e,r.toString(16)),s(e,jt);case Re:return u(e,Wt),u(e,t.segmentPrefix),u(e,r.toString(16)),s(e,Ht);case Pe:return u(e,$t),u(e,t.segmentPrefix),u(e,r.toString(16)),s(e,qt);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}(t,e.responseState,n.formatContext,n.id),bo(e,t,n),function(e,t){switch(t.insertionMode){case ke:case Se:return s(e,_t);case xe:return s(e,Mt);case Ce:return s(e,Ot);case Ee:return s(e,Ut);case Te:return s(e,Bt);case Re:return s(e,Vt);case Pe:return s(e,Yt);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}(t,n.formatContext)}function So(e,t,n){for(var r=n.completedSegments,a=0;a<r.length;a++)Co(e,t,n,r[a]);return r.length=0,function(e,t,n,r){if(u(e,t.startInlineScript),t.sentCompleteBoundaryFunction?u(e,Jt):(t.sentCompleteBoundaryFunction=!0,u(e,Zt)),null===n)throw new Error("An ID must have been assigned before we can complete the boundary.");var a=r.toString(16);return u(e,n),u(e,en),u(e,t.segmentPrefix),u(e,a),s(e,tn)}(t,e.responseState,n.id,n.rootSegmentID)}function xo(e,t,n){for(var r=n.completedSegments,a=0;a<r.length;a++)if(!Co(e,t,n,r[a]))return a++,r.splice(0,a),!1;return r.splice(0,a),!0}function Co(e,t,n,r){if(r.status===xa)return!0;var a=r.id;if(-1===a){if(-1===(r.id=n.rootSegmentID))throw new Error("A root segment ID must have been assigned by now. This is a bug in React.");return ko(e,t,r)}return ko(e,t,r),function(e,t,n){u(e,t.startInlineScript),t.sentCompleteSegmentFunction?u(e,Xt):(t.sentCompleteSegmentFunction=!0,u(e,Qt)),u(e,t.segmentPrefix);var r=n.toString(16);return u(e,r),u(e,Kt),u(e,t.placeholderPrefix),u(e,r),s(e,Gt)}(t,e.responseState,a)}function Eo(e,t){try{var n=e.completedRootSegment;null!==n&&0===e.pendingRootTasks&&(bo(e,t,n),e.completedRootSegment=null,function(e,t){for(var n=t.bootstrapChunks,r=0;r<n.length-1;r++)u(e,n[r]);!(r<n.length)||s(e,n[r])}(t,e.responseState));var r,a=e.clientRenderedBoundaries;for(r=0;r<a.length;r++)if(!wo(e,t,a[r]))return e.destination=null,r++,void a.splice(0,r);a.splice(0,r);var i=e.completedBoundaries;for(r=0;r<i.length;r++)if(!So(e,t,i[r]))return e.destination=null,r++,void i.splice(0,r);i.splice(0,r);var l=e.partialBoundaries;for(r=0;r<l.length;r++)if(!xo(e,t,l[r]))return e.destination=null,r++,void l.splice(0,r);l.splice(0,r);var d=e.completedBoundaries;for(r=0;r<d.length;r++)if(!So(e,t,d[r]))return e.destination=null,r++,void d.splice(0,r);d.splice(0,r)}finally{0===e.allPendingTasks&&0===e.pingedTasks.length&&0===e.clientRenderedBoundaries.length&&0===e.completedBoundaries.length&&(0!==e.abortableTasks.size&&o("There was still abortable task at the root when we closed. This is a bug in React."),c(t))}}function To(e){l((function(){return vo(e)}))}function Ro(e,t){if(e.status===Ra)return e.status=Pa,void d(t,e.fatalError);if(e.status!==Pa&&null===e.destination){e.destination=t;try{Eo(e,t)}catch(t){Wa(e,t),Ha(e,t)}}}function Po(e,t){try{var n=e.abortableTasks;n.forEach((function(n){return po(n,e,t)})),n.clear(),null!==e.destination&&Eo(e,e.destination)}catch(t){Wa(e,t),Ha(e,t)}}function _o(){}function Io(e,t,n,r){var a=!1,o=null,i="",l={push:function(e){return null!==e&&(i+=e),!0},destroy:function(e){a=!0,o=e}},u=!1,s=Ma(e,cn(n,t?t.identifierPrefix:void 0),dn(),1/0,_o,void 0,(function(){u=!0}));if(To(s),Po(s,r),Ro(s,l),a)throw o;if(!u)throw new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");return i}var Do=function(e){var t,n;function r(){var t;return(t=e.call(this,{})||this).request=null,t.startedFlowing=!1,t}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var a=r.prototype;return a._destroy=function(e,t){Po(this.request),t(e)},a._read=function(e){this.startedFlowing&&Ro(this.request,this)},r}(r.Readable);function Mo(){}function No(e,t,n){var r=new Do,a=Ma(e,cn(!1,t?t.identifierPrefix:void 0),dn(),1/0,Mo,(function(){r.startedFlowing=!0,Ro(a,r)}),void 0);return r.request=a,To(a),r}E.renderToNodeStream=function(e,t){return o("renderToNodeStream is deprecated. Use renderToPipeableStream instead."),No(e,t)},E.renderToStaticMarkup=function(e,t){return Io(e,t,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server')},E.renderToStaticNodeStream=function(e,t){return o("ReactDOMServer.renderToStaticNodeStream() is deprecated. Use ReactDOMServer.renderToPipeableStream() and wait to `pipe` until the `onAllReady` callback has been called instead."),No(e,t)},E.renderToString=function(e,t){return Io(e,t,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server')},E.version="18.3.1"}()),R=E,T||(T=1,"production"!==process.env.NODE_ENV&&function(){var e=t,n=r,a=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function o(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];i("error",e,n)}function i(e,t,n){var r=a.ReactDebugCurrentFrame.getStackAddendum();""!==r&&(t+="%s",n=n.concat([r]));var o=n.map((function(e){return String(e)}));o.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,o)}function l(e){setImmediate(e)}var u=2048,s=null,c=0,d=!0;function f(e){s=new Uint8Array(u),c=0,d=!0}function p(e,t){"string"==typeof t?function(e,t){if(0!==t.length){if(3*t.length>u)return c>0&&(h(e,s.subarray(0,c)),s=new Uint8Array(u),c=0),void h(e,y.encode(t));var n=s;c>0&&(n=s.subarray(c));var r=y.encodeInto(t,n),a=r.read,o=r.written;c+=o,a<t.length&&(h(e,s),s=new Uint8Array(u),c=y.encodeInto(t.slice(a),s).written),c===u&&(h(e,s),s=new Uint8Array(u),c=0)}}(e,t):function(e,t){if(0!==t.byteLength){if(t.byteLength>u)return c>0&&(h(e,s.subarray(0,c)),s=new Uint8Array(u),c=0),void h(e,t);var n=t,r=s.length-c;r<n.byteLength&&(0===r?h(e,s):(s.set(n.subarray(0,r),c),c+=r,h(e,s),n=n.subarray(r)),s=new Uint8Array(u),c=0),s.set(n,c),(c+=n.byteLength)===u&&(h(e,s),s=new Uint8Array(u),c=0)}}(e,t)}function h(e,t){var n=e.write(t);d=d&&n}function m(e,t){return p(e,t),d}function g(e){s&&c>0&&e.write(s.subarray(0,c)),s=null,c=0,d=!0}function v(e){e.end()}var y=new n.TextEncoder;function b(e){return y.encode(e)}function w(e,t){e.destroy(t)}function k(e){return"function"==typeof Symbol&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object"}function S(e){try{return x(e),!1}catch(e){return!0}}function x(e){return""+e}function C(e,t){if(S(e))return o("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",t,k(e)),x(e)}function E(e,t){if(S(e))return o("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",t,k(e)),x(e)}function T(e){if(S(e))return o("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",k(e)),x(e)}var R=Object.prototype.hasOwnProperty,P=3,I=4,D=5,M=6,N=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",L=N+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",O=new RegExp("^["+N+"]["+L+"]*$"),F={},z={};function U(e){return!!R.call(z,e)||!R.call(F,e)&&(O.test(e)?(z[e]=!0,!0):(F[e]=!0,o("Invalid attribute name: `%s`",e),!1))}function A(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":if(null!==n)return!n.acceptsBooleans;var a=e.toLowerCase().slice(0,5);return"data-"!==a&&"aria-"!==a;default:return!1}}function j(e){return W.hasOwnProperty(e)?W[e]:null}function B(e,t,n,r,a,o,i){this.acceptsBooleans=2===t||t===P||t===I,this.attributeName=r,this.attributeNamespace=a,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=o,this.removeEmptyString=i}var W={};["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"].forEach((function(e){W[e]=new B(e,0,!1,e,null,!1,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0],n=e[1];W[t]=new B(t,1,!1,n,null,!1,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){W[e]=new B(e,2,!1,e.toLowerCase(),null,!1,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){W[e]=new B(e,2,!1,e,null,!1,!1)})),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach((function(e){W[e]=new B(e,P,!1,e.toLowerCase(),null,!1,!1)})),["checked","multiple","muted","selected"].forEach((function(e){W[e]=new B(e,P,!0,e,null,!1,!1)})),["capture","download"].forEach((function(e){W[e]=new B(e,I,!1,e,null,!1,!1)})),["cols","rows","size","span"].forEach((function(e){W[e]=new B(e,M,!1,e,null,!1,!1)})),["rowSpan","start"].forEach((function(e){W[e]=new B(e,D,!1,e.toLowerCase(),null,!1,!1)}));var H=/[\-\:]([a-z])/g,V=function(e){return e[1].toUpperCase()};["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach((function(e){var t=e.replace(H,V);W[t]=new B(t,1,!1,e,null,!1,!1)})),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach((function(e){var t=e.replace(H,V);W[t]=new B(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(H,V);W[t]=new B(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)})),["tabIndex","crossOrigin"].forEach((function(e){W[e]=new B(e,1,!1,e.toLowerCase(),null,!1,!1)})),W.xlinkHref=new B("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach((function(e){W[e]=new B(e,1,!1,e.toLowerCase(),null,!0,!0)}));var $={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},q=["Webkit","ms","Moz","O"];Object.keys($).forEach((function(e){q.forEach((function(t){$[function(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}(t,e)]=$[e]}))}));var Y={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function Q(e,t){Y[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||null==t.value||o("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),t.onChange||t.readOnly||t.disabled||null==t.checked||o("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function X(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var K={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},G={},Z=new RegExp("^(aria)-["+L+"]*$"),J=new RegExp("^(aria)[A-Z]["+L+"]*$");function ee(e,t){if(R.call(G,t)&&G[t])return!0;if(J.test(t)){var n="aria-"+t.slice(4).toLowerCase(),r=K.hasOwnProperty(n)?n:null;if(null==r)return o("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),G[t]=!0,!0;if(t!==r)return o("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,r),G[t]=!0,!0}if(Z.test(t)){var a=t.toLowerCase(),i=K.hasOwnProperty(a)?a:null;if(null==i)return G[t]=!0,!1;if(t!==i)return o("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,i),G[t]=!0,!0}return!0}function te(e,t){X(e,t)||function(e,t){var n=[];for(var r in t)ee(0,r)||n.push(r);var a=n.map((function(e){return"`"+e+"`"})).join(", ");1===n.length?o("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",a,e):n.length>1&&o("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",a,e)}(e,t)}var ne,re=!1,ae={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},oe={},ie=/^on./,le=/^on[^A-Z]/,ue=new RegExp("^(aria)-["+L+"]*$"),se=new RegExp("^(aria)[A-Z]["+L+"]*$");ne=function(e,t,n,r){if(R.call(oe,t)&&oe[t])return!0;var a=t.toLowerCase();if("onfocusin"===a||"onfocusout"===a)return o("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),oe[t]=!0,!0;if(null!=r){var i=r.registrationNameDependencies,l=r.possibleRegistrationNames;if(i.hasOwnProperty(t))return!0;var u=l.hasOwnProperty(a)?l[a]:null;if(null!=u)return o("Invalid event handler property `%s`. Did you mean `%s`?",t,u),oe[t]=!0,!0;if(ie.test(t))return o("Unknown event handler property `%s`. It will be ignored.",t),oe[t]=!0,!0}else if(ie.test(t))return le.test(t)&&o("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),oe[t]=!0,!0;if(ue.test(t)||se.test(t))return!0;if("innerhtml"===a)return o("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),oe[t]=!0,!0;if("aria"===a)return o("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),oe[t]=!0,!0;if("is"===a&&null!=n&&"string"!=typeof n)return o("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof n),oe[t]=!0,!0;if("number"==typeof n&&isNaN(n))return o("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),oe[t]=!0,!0;var s=j(t),c=null!==s&&0===s.type;if(ae.hasOwnProperty(a)){var d=ae[a];if(d!==t)return o("Invalid DOM property `%s`. Did you mean `%s`?",t,d),oe[t]=!0,!0}else if(!c&&t!==a)return o("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",t,a),oe[t]=!0,!0;return"boolean"==typeof n&&A(t,n,s)?(n?o('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',n,t,t,n,t):o('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',n,t,t,n,t,t,t),oe[t]=!0,!0):!!c||(A(t,n,s)?(oe[t]=!0,!1):("false"!==n&&"true"!==n||null===s||s.type!==P||(o("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",n,t,"false"===n?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',t,n),oe[t]=!0),!0))};var ce=function(e,t,n){var r=[];for(var a in t)ne(0,a,t[a],n)||r.push(a);var i=r.map((function(e){return"`"+e+"`"})).join(", ");1===r.length?o("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",i,e):r.length>1&&o("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",i,e)},de=/^(?:webkit|moz|o)[A-Z]/,fe=/^-ms-/,pe=/-(.)/g,he=/;\s*$/,me={},ge={},ve=!1,ye=!1,be=function(e){me.hasOwnProperty(e)&&me[e]||(me[e]=!0,o("Unsupported style property %s. Did you mean %s?",e,e.replace(fe,"ms-").replace(pe,(function(e,t){return t.toUpperCase()}))))},we=function(e,t){e.indexOf("-")>-1?be(e):de.test(e)?function(e){me.hasOwnProperty(e)&&me[e]||(me[e]=!0,o("Unsupported vendor-prefixed style property %s. Did you mean %s?",e,e.charAt(0).toUpperCase()+e.slice(1)))}(e):he.test(t)&&function(e,t){ge.hasOwnProperty(t)&&ge[t]||(ge[t]=!0,o('Style property values shouldn\'t contain a semicolon. Try "%s: %s" instead.',e,t.replace(he,"")))}(e,t),"number"==typeof t&&(isNaN(t)?function(e,t){ve||(ve=!0,o("`NaN` is an invalid value for the `%s` css style property.",e))}(e):isFinite(t)||function(e,t){ye||(ye=!0,o("`Infinity` is an invalid value for the `%s` css style property.",e))}(e))},ke=/["'&<>]/;function Se(e){return"boolean"==typeof e||"number"==typeof e?""+e:function(e){T(e);var t,n=""+e,r=ke.exec(n);if(!r)return n;var a,o="",i=0;for(a=r.index;a<n.length;a++){switch(n.charCodeAt(a)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#x27;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}i!==a&&(o+=n.substring(i,a)),i=a+1,o+=t}return i!==a?o+n.substring(i,a):o}(e)}var xe=/([A-Z])/g,Ce=/^ms-/,Ee=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,Te=!1,Re=Array.isArray;function Pe(e){return Re(e)}var _e=b("<script>"),Ie=b("<\/script>"),De=b('<script src="'),Me=b('<script type="module" src="'),Ne=b('" async=""><\/script>'),Le=/(<\/|<)(s)(cript)/gi,Oe=function(e,t,n,r){return t+("s"===n?"\\u0073":"\\u0053")+r};function Fe(e,t,n,r,a){var o,i=void 0===e?"":e,l=void 0===t?_e:b('<script nonce="'+Se(t)+'">'),u=[];if(void 0!==n&&u.push(l,(T(o=n),(""+o).replace(Le,Oe)),Ie),void 0!==r)for(var s=0;s<r.length;s++)u.push(De,Se(r[s]),Ne);if(void 0!==a)for(var c=0;c<a.length;c++)u.push(Me,Se(a[c]),Ne);return{bootstrapChunks:u,startInlineScript:l,placeholderPrefix:b(i+"P:"),segmentPrefix:b(i+"S:"),boundaryPrefix:i+"B:",idPrefix:i,nextSuspenseID:0,sentCompleteSegmentFunction:!1,sentCompleteBoundaryFunction:!1,sentClientRenderFunction:!1}}var ze=0,Ue=1,Ae=2,je=3,Be=4,We=5,He=6,Ve=7;function $e(e,t){return{insertionMode:e,selectedValue:t}}var qe=null;function Ye(e){return Se(e)}var Qe=b("\x3c!-- --\x3e");function Xe(e,t,n,r){return""===t?r:(r&&e.push(Qe),e.push(Ye(t)),!0)}function Ke(e,t,n,r){n&&r&&e.push(Qe)}var Ge=new Map;function Ze(e){var t=Ge.get(e);if(void 0!==t)return t;var n=b(Se(e.replace(xe,"-$1").toLowerCase().replace(Ce,"-ms-")));return Ge.set(e,n),n}var Je=b(' style="'),et=b(":"),tt=b(";");function nt(e,t,n){if("object"!=typeof n)throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");var r=!0;for(var a in n)if(R.call(n,a)){var o=n[a];if(null!=o&&"boolean"!=typeof o&&""!==o){var i=void 0,l=void 0;0===a.indexOf("--")?(i=Se(a),E(o,a),l=Se((""+o).trim())):(we(a,o),i=Ze(a),"number"==typeof o?l=0===o||R.call($,a)?""+o:o+"px":(E(o,a),l=Se((""+o).trim()))),r?(r=!1,e.push(Je,i,et,l)):e.push(tt,i,et,l)}}r||e.push(ot)}var rt=b(" "),at=b('="'),ot=b('"'),it=b('=""');function lt(e,t,n,r){switch(n){case"style":return void nt(e,0,r);case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":return}if(!(n.length>2)||"o"!==n[0]&&"O"!==n[0]||"n"!==n[1]&&"N"!==n[1]){var a,i=j(n);if(null!==i){switch(typeof r){case"function":case"symbol":return;case"boolean":if(!i.acceptsBooleans)return}var l=i.attributeName,u=l;switch(i.type){case P:return void(r&&e.push(rt,u,it));case I:return void(!0===r?e.push(rt,u,it):!1===r||e.push(rt,u,at,Se(r),ot));case D:isNaN(r)||e.push(rt,u,at,Se(r),ot);break;case M:!isNaN(r)&&r>=1&&e.push(rt,u,at,Se(r),ot);break;default:i.sanitizeURL&&(C(r,l),a=r=""+r,!Te&&Ee.test(a)&&(Te=!0,o("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(a)))),e.push(rt,u,at,Se(r),ot)}}else if(U(n)){switch(typeof r){case"function":case"symbol":return;case"boolean":var s=n.toLowerCase().slice(0,5);if("data-"!==s&&"aria-"!==s)return}e.push(rt,n,at,Se(r),ot)}}}var ut=b(">"),st=b("/>");function ct(e,t,n){if(null!=t){if(null!=n)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if("object"!=typeof t||!("__html"in t))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var r=t.__html;null!=r&&(T(r),e.push(""+r))}}var dt=!1,ft=!1,pt=!1,ht=!1,mt=!1,gt=!1,vt=!1;function yt(e,t){var n=e[t];if(null!=n){var r=Pe(n);e.multiple&&!r?o("The `%s` prop supplied to <select> must be an array if `multiple` is true.",t):!e.multiple&&r&&o("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.",t)}}var bt=b(' selected=""');function wt(t,n,r,a){var i=a.selectedValue;t.push(Et("option"));var l,u=null,s=null,c=null,d=null;for(var f in n)if(R.call(n,f)){var p=n[f];if(null==p)continue;switch(f){case"children":u=p;break;case"selected":c=p,vt||(o("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),vt=!0);break;case"dangerouslySetInnerHTML":d=p;break;case"value":s=p;default:lt(t,0,f,p)}}if(null!=i)if(null!==s?(C(s,"value"),l=""+s):(null!==d&&(gt||(gt=!0,o("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected."))),l=function(t){var n="";return e.Children.forEach(t,(function(e){null!=e&&(n+=e,mt||"string"==typeof e||"number"==typeof e||(mt=!0,o("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))})),n}(u)),Pe(i)){for(var h=0;h<i.length;h++)if(C(i[h],"value"),""+i[h]===l){t.push(bt);break}}else C(i,"select.value"),""+i===l&&t.push(bt);else c&&t.push(bt);return t.push(ut),ct(t,d,u),u}function kt(e,t,n,r){e.push(Et(n));var a=null,o=null;for(var i in t)if(R.call(t,i)){var l=t[i];if(null==l)continue;switch(i){case"children":a=l;break;case"dangerouslySetInnerHTML":o=l;break;default:lt(e,0,i,l)}}return e.push(ut),ct(e,o,a),"string"==typeof a?(e.push(Ye(a)),null):a}var St=b("\n"),xt=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,Ct=new Map;function Et(e){var t=Ct.get(e);if(void 0===t){if(!xt.test(e))throw new Error("Invalid tag: "+e);t=b("<"+e),Ct.set(e,t)}return t}var Tt=b("<!DOCTYPE html>");function Rt(e,t,n,r,a){switch(te(t,n),function(e,t){"input"!==e&&"textarea"!==e&&"select"!==e||null==t||null!==t.value||re||(re=!0,"select"===e&&t.multiple?o("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",e):o("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e))}(t,n),function(e,t,n){X(e,t)||ce(e,t,n)}(t,n,null),!n.suppressContentEditableWarning&&n.contentEditable&&null!=n.children&&o("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),a.insertionMode!==Ae&&a.insertionMode!==je&&-1===t.indexOf("-")&&"string"!=typeof n.is&&t.toLowerCase()!==t&&o("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",t),t){case"select":return function(e,t,n){Q(0,t),yt(t,"value"),yt(t,"defaultValue"),void 0===t.value||void 0===t.defaultValue||pt||(o("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),pt=!0),e.push(Et("select"));var r=null,a=null;for(var i in t)if(R.call(t,i)){var l=t[i];if(null==l)continue;switch(i){case"children":r=l;break;case"dangerouslySetInnerHTML":a=l;break;case"defaultValue":case"value":break;default:lt(e,0,i,l)}}return e.push(ut),ct(e,a,r),r}(e,n);case"option":return wt(e,n,0,a);case"textarea":return function(e,t,n){Q(0,t),void 0===t.value||void 0===t.defaultValue||ht||(o("Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components"),ht=!0),e.push(Et("textarea"));var r=null,a=null,i=null;for(var l in t)if(R.call(t,l)){var u=t[l];if(null==u)continue;switch(l){case"children":i=u;break;case"value":r=u;break;case"defaultValue":a=u;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");default:lt(e,0,l,u)}}if(null===r&&null!==a&&(r=a),e.push(ut),null!=i){if(o("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),null!=r)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(Pe(i)){if(i.length>1)throw new Error("<textarea> can only have at most one child.");T(i[0]),r=""+i[0]}T(i),r=""+i}return"string"==typeof r&&"\n"===r[0]&&e.push(St),null!==r&&(C(r,"value"),e.push(Ye(""+r))),null}(e,n);case"input":return function(e,t,n){Q(0,t),void 0===t.checked||void 0===t.defaultChecked||ft||(o("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",t.type),ft=!0),void 0===t.value||void 0===t.defaultValue||dt||(o("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components","A component",t.type),dt=!0),e.push(Et("input"));var r=null,a=null,i=null,l=null;for(var u in t)if(R.call(t,u)){var s=t[u];if(null==s)continue;switch(u){case"children":case"dangerouslySetInnerHTML":throw new Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");case"defaultChecked":l=s;break;case"defaultValue":a=s;break;case"checked":i=s;break;case"value":r=s;break;default:lt(e,0,u,s)}}return null!==i?lt(e,0,"checked",i):null!==l&&lt(e,0,"checked",l),null!==r?lt(e,0,"value",r):null!==a&&lt(e,0,"value",a),e.push(st),null}(e,n);case"menuitem":return function(e,t,n){for(var r in e.push(Et("menuitem")),t)if(R.call(t,r)){var a=t[r];if(null==a)continue;switch(r){case"children":case"dangerouslySetInnerHTML":throw new Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");default:lt(e,0,r,a)}}return e.push(ut),null}(e,n);case"title":return function(e,t,n){e.push(Et("title"));var r=null;for(var a in t)if(R.call(t,a)){var i=t[a];if(null==i)continue;switch(a){case"children":r=i;break;case"dangerouslySetInnerHTML":throw new Error("`dangerouslySetInnerHTML` does not make sense on <title>.");default:lt(e,0,a,i)}}e.push(ut);var l=Array.isArray(r)&&r.length<2?r[0]||null:r;return Array.isArray(r)&&r.length>1?o("A title element received an array with more than 1 element as children. In browsers title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):null!=l&&null!=l.$$typeof?o("A title element received a React element for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"):null!=l&&"string"!=typeof l&&"number"!=typeof l&&o("A title element received a value that was not a string or number for children. In the browser title Elements can only have Text Nodes as children. If the children being rendered output more than a single text node in aggregate the browser will display markup and comments as text in the title and hydration will likely fail and fall back to client rendering"),r}(e,n);case"listing":case"pre":return function(e,t,n,r){e.push(Et(n));var a=null,o=null;for(var i in t)if(R.call(t,i)){var l=t[i];if(null==l)continue;switch(i){case"children":a=l;break;case"dangerouslySetInnerHTML":o=l;break;default:lt(e,0,i,l)}}if(e.push(ut),null!=o){if(null!=a)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if("object"!=typeof o||!("__html"in o))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");var u=o.__html;null!=u&&("string"==typeof u&&u.length>0&&"\n"===u[0]?e.push(St,u):(T(u),e.push(""+u)))}return"string"==typeof a&&"\n"===a[0]&&e.push(St),a}(e,n,t);case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":return function(e,t,n,r){for(var a in e.push(Et(n)),t)if(R.call(t,a)){var o=t[a];if(null==o)continue;switch(a){case"children":case"dangerouslySetInnerHTML":throw new Error(n+" is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");default:lt(e,0,a,o)}}return e.push(st),null}(e,n,t);case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return kt(e,n,t);case"html":return a.insertionMode===ze&&e.push(Tt),kt(e,n,t);default:return-1===t.indexOf("-")&&"string"!=typeof n.is?kt(e,n,t):function(e,t,n,r){e.push(Et(n));var a=null,o=null;for(var i in t)if(R.call(t,i)){var l=t[i];if(null==l)continue;switch(i){case"children":a=l;break;case"dangerouslySetInnerHTML":o=l;break;case"style":nt(e,0,l);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":break;default:U(i)&&"function"!=typeof l&&"symbol"!=typeof l&&e.push(rt,i,at,Se(l),ot)}}return e.push(ut),ct(e,o,a),a}(e,n,t)}}var Pt=b("</"),_t=b(">"),It=b('<template id="'),Dt=b('"></template>'),Mt=b("\x3c!--$--\x3e"),Nt=b('\x3c!--$?--\x3e<template id="'),Lt=b('"></template>'),Ot=b("\x3c!--$!--\x3e"),Ft=b("\x3c!--/$--\x3e"),zt=b("<template"),Ut=b('"'),At=b(' data-dgst="'),jt=b(' data-msg="'),Bt=b(' data-stck="'),Wt=b("></template>");function Ht(e,t,n){if(p(e,Nt),null===n)throw new Error("An ID must have been assigned before we can complete the boundary.");return p(e,n),m(e,Lt)}function Vt(e,t){return m(e,Ft)}var $t=b('<div hidden id="'),qt=b('">'),Yt=b("</div>"),Qt=b('<svg aria-hidden="true" style="display:none" id="'),Xt=b('">'),Kt=b("</svg>"),Gt=b('<math aria-hidden="true" style="display:none" id="'),Zt=b('">'),Jt=b("</math>"),en=b('<table hidden id="'),tn=b('">'),nn=b("</table>"),rn=b('<table hidden><tbody id="'),an=b('">'),on=b("</tbody></table>"),ln=b('<table hidden><tr id="'),un=b('">'),sn=b("</tr></table>"),cn=b('<table hidden><colgroup id="'),dn=b('">'),fn=b("</colgroup></table>"),pn=b('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'),hn=b('$RS("'),mn=b('","'),gn=b('")<\/script>'),vn=b('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("'),yn=b('$RC("'),bn=b('","'),wn=b('")<\/script>'),kn=b('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("'),Sn=b('$RX("'),xn=b('"'),Cn=b(")<\/script>"),En=b(","),Tn=/[<\u2028\u2029]/g;function Rn(e){return JSON.stringify(e).replace(Tn,(function(e){switch(e){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw new Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}))}var Pn=Object.assign,_n=Symbol.for("react.element"),In=Symbol.for("react.portal"),Dn=Symbol.for("react.fragment"),Mn=Symbol.for("react.strict_mode"),Nn=Symbol.for("react.profiler"),Ln=Symbol.for("react.provider"),On=Symbol.for("react.context"),Fn=Symbol.for("react.forward_ref"),zn=Symbol.for("react.suspense"),Un=Symbol.for("react.suspense_list"),An=Symbol.for("react.memo"),jn=Symbol.for("react.lazy"),Bn=Symbol.for("react.scope"),Wn=Symbol.for("react.debug_trace_mode"),Hn=Symbol.for("react.legacy_hidden"),Vn=Symbol.for("react.default_value"),$n=Symbol.iterator,qn="@@iterator";function Yn(e){return e.displayName||"Context"}function Qn(e){if(null==e)return null;if("number"==typeof e.tag&&o("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),"function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case Dn:return"Fragment";case In:return"Portal";case Nn:return"Profiler";case Mn:return"StrictMode";case zn:return"Suspense";case Un:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case On:return Yn(e)+".Consumer";case Ln:return Yn(e._context)+".Provider";case Fn:return function(e,t,n){var r=e.displayName;if(r)return r;var a=t.displayName||t.name||"";return""!==a?n+"("+a+")":n}(e,e.render,"ForwardRef");case An:var t=e.displayName||null;return null!==t?t:Qn(e.type)||"Memo";case jn:var n=e,r=n._payload,a=n._init;try{return Qn(a(r))}catch(e){return null}}return null}var Xn,Kn,Gn,Zn,Jn,er,tr,nr=0;function rr(){}rr.__reactDisabledLog=!0;var ar,or=a.ReactCurrentDispatcher;function ir(e,t,n){if(void 0===ar)try{throw Error()}catch(e){var r=e.stack.trim().match(/\n( *(at )?)/);ar=r&&r[1]||""}return"\n"+ar+e}var lr,ur=!1,sr="function"==typeof WeakMap?WeakMap:Map;function cr(e,t){if(!e||ur)return"";var n,r=lr.get(e);if(void 0!==r)return r;ur=!0;var a,i=Error.prepareStackTrace;Error.prepareStackTrace=void 0,a=or.current,or.current=null,function(){if(0===nr){Xn=console.log,Kn=console.info,Gn=console.warn,Zn=console.error,Jn=console.group,er=console.groupCollapsed,tr=console.groupEnd;var e={configurable:!0,enumerable:!0,value:rr,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}nr++}();try{if(t){var l=function(){throw Error()};if(Object.defineProperty(l.prototype,"props",{set:function(){throw Error()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(l,[])}catch(e){n=e}Reflect.construct(e,[],l)}else{try{l.call()}catch(e){n=e}e.call(l.prototype)}}else{try{throw Error()}catch(e){n=e}e()}}catch(t){if(t&&n&&"string"==typeof t.stack){for(var u=t.stack.split("\n"),s=n.stack.split("\n"),c=u.length-1,d=s.length-1;c>=1&&d>=0&&u[c]!==s[d];)d--;for(;c>=1&&d>=0;c--,d--)if(u[c]!==s[d]){if(1!==c||1!==d)do{if(c--,--d<0||u[c]!==s[d]){var f="\n"+u[c].replace(" at new "," at ");return e.displayName&&f.includes("<anonymous>")&&(f=f.replace("<anonymous>",e.displayName)),"function"==typeof e&&lr.set(e,f),f}}while(c>=1&&d>=0);break}}}finally{ur=!1,or.current=a,function(){if(0==--nr){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:Pn({},e,{value:Xn}),info:Pn({},e,{value:Kn}),warn:Pn({},e,{value:Gn}),error:Pn({},e,{value:Zn}),group:Pn({},e,{value:Jn}),groupCollapsed:Pn({},e,{value:er}),groupEnd:Pn({},e,{value:tr})})}nr<0&&o("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}(),Error.prepareStackTrace=i}var p=e?e.displayName||e.name:"",h=p?ir(p):"";return"function"==typeof e&&lr.set(e,h),h}function dr(e,t,n){return cr(e,!1)}function fr(e,t,n){if(null==e)return"";if("function"==typeof e)return cr(e,!(!(r=e.prototype)||!r.isReactComponent));var r;if("string"==typeof e)return ir(e);switch(e){case zn:return ir("Suspense");case Un:return ir("SuspenseList")}if("object"==typeof e)switch(e.$$typeof){case Fn:return dr(e.render);case An:return fr(e.type,t,n);case jn:var a=e,o=a._payload,i=a._init;try{return fr(i(o),t,n)}catch(e){}}return""}lr=new sr;var pr,hr={},mr=a.ReactDebugCurrentFrame;function gr(e){if(e){var t=e._owner,n=fr(e.type,e._source,t?t.type:null);mr.setExtraStackFrame(n)}else mr.setExtraStackFrame(null)}function vr(e,t,n,r,a){var i=Function.call.bind(R);for(var l in e)if(i(e,l)){var u=void 0;try{if("function"!=typeof e[l]){var s=Error((r||"React class")+": "+n+" type `"+l+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[l]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw s.name="Invariant Violation",s}u=e[l](t,l,r,n,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(e){u=e}!u||u instanceof Error||(gr(a),o("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",r||"React class",n,l,typeof u),gr(null)),u instanceof Error&&!(u.message in hr)&&(hr[u.message]=!0,gr(a),o("Failed %s type: %s",n,u.message),gr(null))}}pr={};var yr,br={};function wr(e,t){var n=e.contextTypes;if(!n)return br;var r={};for(var a in n)r[a]=t[a];return vr(n,r,"context",Qn(e)||"Unknown"),r}Object.freeze(br),yr={};var kr=null,Sr=null;function xr(e){e.context._currentValue=e.parentValue}function Cr(e){e.context._currentValue=e.value}function Er(e,t){if(e===t);else{xr(e);var n=e.parent,r=t.parent;if(null===n){if(null!==r)throw new Error("The stacks must reach the root at the same time. This is a bug in React.")}else{if(null===r)throw new Error("The stacks must reach the root at the same time. This is a bug in React.");Er(n,r)}Cr(t)}}function Tr(e){xr(e);var t=e.parent;null!==t&&Tr(t)}function Rr(e){var t=e.parent;null!==t&&Rr(t),Cr(e)}function Pr(e,t){xr(e);var n=e.parent;if(null===n)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");n.depth===t.depth?Er(n,t):Pr(n,t)}function _r(e,t){var n=t.parent;if(null===n)throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");e.depth===n.depth?Er(e,n):_r(e,n),Cr(t)}function Ir(e){var t=Sr,n=e;t!==n&&(null===t?Rr(n):null===n?Tr(t):t.depth===n.depth?Er(t,n):t.depth>n.depth?Pr(t,n):_r(t,n),Sr=n)}function Dr(e){return e._currentValue}function Mr(e){return e._reactInternals}var Nr,Lr,Or,Fr,zr,Ur,Ar,jr,Br,Wr={},Hr={};Nr=new Set,Lr=new Set,Or=new Set,Ar=new Set,Fr=new Set,jr=new Set,Br=new Set;var Vr=new Set;function $r(e,t){var n=e.constructor,r=n&&Qn(n)||"ReactClass",a=r+"."+t;Wr[a]||(o("%s(...): Can only update a mounting component. This usually means you called %s() outside componentWillMount() on the server. This is a no-op.\n\nPlease check the code for the %s component.",t,t,r),Wr[a]=!0)}Ur=function(e,t){if(null!==e&&"function"!=typeof e){var n=t+"_"+e;Vr.has(n)||(Vr.add(n),o("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e))}},zr=function(e,t){if(void 0===t){var n=Qn(e)||"Component";Fr.has(n)||(Fr.add(n),o("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",n))}};var qr={isMounted:function(e){return!1},enqueueSetState:function(e,t,n){var r=Mr(e);null===r.queue?$r(e,"setState"):(r.queue.push(t),null!=n&&Ur(n,"setState"))},enqueueReplaceState:function(e,t,n){var r=Mr(e);r.replace=!0,r.queue=[t],null!=n&&Ur(n,"setState")},enqueueForceUpdate:function(e,t){null===Mr(e).queue?$r(e,"forceUpdate"):null!=t&&Ur(t,"setState")}};function Yr(e,t){var n=t.state;if("function"==typeof t.componentWillMount){if(!0!==t.componentWillMount.__suppressDeprecationWarning){var r=Qn(e)||"Unknown";Hr[r]||(function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];i("warn",e,n)}("componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.\n\nPlease update the following components: %s",r),Hr[r]=!0)}t.componentWillMount()}"function"==typeof t.UNSAFE_componentWillMount&&t.UNSAFE_componentWillMount(),n!==t.state&&(o("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",Qn(e)||"Component"),qr.enqueueReplaceState(t,t.state,null))}function Qr(e,t,n,r){!function(e,t,n){var r=Qn(t)||"Component";e.render||(t.prototype&&"function"==typeof t.prototype.render?o("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",r):o("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",r)),!e.getInitialState||e.getInitialState.isReactClassApproved||e.state||o("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",r),e.getDefaultProps&&!e.getDefaultProps.isReactClassApproved&&o("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",r),e.propTypes&&o("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",r),e.contextType&&o("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",r),e.contextTypes&&o("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",r),t.contextType&&t.contextTypes&&!jr.has(t)&&(jr.add(t),o("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",r)),"function"==typeof e.componentShouldUpdate&&o("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",r),t.prototype&&t.prototype.isPureReactComponent&&void 0!==e.shouldComponentUpdate&&o("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",Qn(t)||"A pure component"),"function"==typeof e.componentDidUnmount&&o("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",r),"function"==typeof e.componentDidReceiveProps&&o("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",r),"function"==typeof e.componentWillRecieveProps&&o("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",r),"function"==typeof e.UNSAFE_componentWillRecieveProps&&o("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",r);var a=e.props!==n;void 0!==e.props&&a&&o("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",r,r),e.defaultProps&&o("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",r,r),"function"!=typeof e.getSnapshotBeforeUpdate||"function"==typeof e.componentDidUpdate||Lr.has(t)||(Lr.add(t),o("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",Qn(t))),"function"==typeof e.getDerivedStateFromProps&&o("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",r),"function"==typeof e.getDerivedStateFromError&&o("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",r),"function"==typeof t.getSnapshotBeforeUpdate&&o("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",r);var i=e.state;i&&("object"!=typeof i||Pe(i))&&o("%s.state: must be set to an object or null",r),"function"==typeof e.getChildContext&&"object"!=typeof t.childContextTypes&&o("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",r)}(e,t,n);var a=void 0!==e.state?e.state:null;e.updater=qr,e.props=n,e.state=a;var i,l={queue:[],replace:!1};i=l,e._reactInternals=i;var u=t.contextType;if(e.context="object"==typeof u&&null!==u?Dr(u):r,e.state===n){var s=Qn(t)||"Component";Ar.has(s)||(Ar.add(s),o("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",s))}var c=t.getDerivedStateFromProps;"function"==typeof c&&(e.state=function(e,t,n,r,a){var o=n(a,r);return zr(t,o),null==o?r:Pn({},r,o)}(0,t,c,a,n)),"function"==typeof t.getDerivedStateFromProps||"function"==typeof e.getSnapshotBeforeUpdate||"function"!=typeof e.UNSAFE_componentWillMount&&"function"!=typeof e.componentWillMount||(Yr(t,e),function(e,t,n,r){if(null!==e.queue&&e.queue.length>0){var a=e.queue,o=e.replace;if(e.queue=null,e.replace=!1,o&&1===a.length)t.state=a[0];else{for(var i=o?a[0]:t.state,l=!0,u=o?1:0;u<a.length;u++){var s=a[u],c="function"==typeof s?s.call(t,i,n,r):s;null!=c&&(l?(l=!1,i=Pn({},i,c)):Pn(i,c))}t.state=i}}else e.queue=null}(l,e,n,r))}var Xr={id:1,overflow:""};function Kr(e){var t,n=e.overflow,r=e.id;return(r&(t=r,~(1<<Zr(t)-1))).toString(32)+n}function Gr(e,t,n){var r=e.id,a=e.overflow,o=Zr(r)-1,i=r&~(1<<o),l=n+1,u=Zr(t)+o;if(u>30){var s=o-o%5,c=(i&(1<<s)-1).toString(32),d=i>>s,f=o-s;return{id:1<<Zr(t)+f|l<<f|d,overflow:c+a}}return{id:1<<u|l<<o|i,overflow:a}}function Zr(e){return 32-ea(e)}var Jr,ea=Math.clz32?Math.clz32:function(e){var t=e>>>0;return 0===t?32:31-(ta(t)/na|0)|0},ta=Math.log,na=Math.LN2,ra="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},aa=null,oa=null,ia=null,la=null,ua=!1,sa=!1,ca=0,da=null,fa=0,pa=25,ha=!1;function ma(){if(null===aa)throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.");return ha&&o("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks"),aa}function ga(){if(fa>0)throw new Error("Rendered more hooks than during the previous render");return{memoizedState:null,queue:null,next:null}}function va(){return null===la?null===ia?(ua=!1,ia=la=ga()):(ua=!0,la=ia):null===la.next?(ua=!1,la=la.next=ga()):(ua=!0,la=la.next),la}function ya(){return 0!==ca}function ba(){ha=!1,aa=null,oa=null,sa=!1,ia=null,fa=0,da=null,la=null}function wa(e,t){return"function"==typeof t?t(e):t}function ka(e,t,n){if(e!==wa&&(Jr="useReducer"),aa=ma(),la=va(),ua){var r=la.queue,a=r.dispatch;if(null!==da){var o=da.get(r);if(void 0!==o){da.delete(r);var i=la.memoizedState,l=o;do{var u=l.action;ha=!0,i=e(i,u),ha=!1,l=l.next}while(null!==l);return la.memoizedState=i,[i,a]}}return[la.memoizedState,a]}var s;ha=!0,s=e===wa?"function"==typeof t?t():t:void 0!==n?n(t):t,ha=!1,la.memoizedState=s;var c=la.queue={last:null,dispatch:null},d=c.dispatch=xa.bind(null,aa,c);return[la.memoizedState,d]}function Sa(e,t){aa=ma();var n=void 0===t?null:t;if(null!==(la=va())){var r=la.memoizedState;if(null!==r&&null!==n&&function(e,t){if(null===t)return o("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",Jr),!1;e.length!==t.length&&o("The final argument passed to %s changed size between renders. The order and size of this array must remain constant.\n\nPrevious: %s\nIncoming: %s",Jr,"["+e.join(", ")+"]","["+t.join(", ")+"]");for(var n=0;n<t.length&&n<e.length;n++)if(!ra(e[n],t[n]))return!1;return!0}(n,r[1]))return r[0]}ha=!0;var a=e();return ha=!1,la.memoizedState=[a,n],a}function xa(e,t,n){if(fa>=pa)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");if(e===aa){sa=!0;var r={action:n,next:null};null===da&&(da=new Map);var a=da.get(t);if(void 0===a)da.set(t,r);else{for(var o=a;null!==o.next;)o=o.next;o.next=r}}}function Ca(){throw new Error("startTransition cannot be called during server rendering.")}function Ea(){}var Ta={readContext:function(e){return ha&&o("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),Dr(e)},useContext:function(e){return Jr="useContext",ma(),Dr(e)},useMemo:Sa,useReducer:ka,useRef:function(e){aa=ma();var t=(la=va()).memoizedState;if(null===t){var n={current:e};return Object.seal(n),la.memoizedState=n,n}return t},useState:function(e){return Jr="useState",ka(wa,e)},useInsertionEffect:Ea,useLayoutEffect:function(e,t){Jr="useLayoutEffect",o("useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This will lead to a mismatch between the initial, non-hydrated UI and the intended UI. To avoid this, useLayoutEffect should only be used in components that render exclusively on the client. See https://reactjs.org/link/uselayouteffect-ssr for common fixes.")},useCallback:function(e,t){return Sa((function(){return e}),t)},useImperativeHandle:Ea,useEffect:Ea,useDebugValue:Ea,useDeferredValue:function(e){return ma(),e},useTransition:function(){return ma(),[!1,Ca]},useId:function(){var e=Kr(oa.treeContext),t=Ra;if(null===t)throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");return function(e,t,n){var r=":"+e.idPrefix+"R"+t;return n>0&&(r+="H"+n.toString(32)),r+":"}(t,e,ca++)},useMutableSource:function(e,t,n){return ma(),t(e._source)},useSyncExternalStore:function(e,t,n){if(void 0===n)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");return n()}},Ra=null;function Pa(e){Ra=e}var _a=a.ReactCurrentDispatcher,Ia=a.ReactDebugCurrentFrame,Da=0,Ma=1,Na=2,La=3,Oa=4,Fa=0,za=1,Ua=2,Aa=12800;function ja(e){return console.error(e),null}function Ba(){}function Wa(e,t,n,r,a,o,i,u){e.allPendingTasks++,null===n?e.pendingRootTasks++:n.pendingTasks++;var s={node:t,ping:function(){return function(e,t){var n=e.pingedTasks;n.push(t),1===n.length&&l((function(){return To(e)}))}(e,s)},blockedBoundary:n,blockedSegment:r,abortSet:a,legacyContext:o,context:i,treeContext:u,componentStack:null};return a.add(s),s}function Ha(e,t,n,r,a,o){return{status:Da,id:-1,index:t,parentFlushed:!1,chunks:[],children:[],formatContext:r,boundary:n,lastPushedText:a,textEmbedded:o}}var Va=null;function $a(){return null===Va||null===Va.componentStack?"":function(e){try{var t="",n=e;do{switch(n.tag){case 0:t+=ir(n.type);break;case 1:t+=dr(n.type);break;case 2:t+=cr(n.type,!0)}n=n.parent}while(n);return t}catch(e){return"\nError generating stack: "+e.message+"\n"+e.stack}}(Va.componentStack)}function qa(e,t){e.componentStack={tag:0,parent:e.componentStack,type:t}}function Ya(e,t){e.componentStack={tag:1,parent:e.componentStack,type:t}}function Qa(e){null===e.componentStack?o("Unexpectedly popped too many stack frames. This is a bug in React."):e.componentStack=e.componentStack.parent}var Xa=null;function Ka(e,t){var n;n="string"==typeof t?t:t&&"string"==typeof t.message?t.message:String(t);var r=Xa||$a();Xa=null,e.errorMessage=n,e.errorComponentStack=r}function Ga(e,t){var n=e.onError(t);if(null!=n&&"string"!=typeof n)throw new Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "'+typeof n+'" instead');return n}function Za(e,t){(0,e.onShellError)(t),(0,e.onFatalError)(t),null!==e.destination?(e.status=Ua,w(e.destination,t)):(e.status=za,e.fatalError=t)}function Ja(e,t,n){qa(t,"Suspense");var r=t.blockedBoundary,a=t.blockedSegment,o=n.fallback,i=n.children,l=new Set,u={id:qe,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,forceClientRender:!1,completedSegments:[],byteSize:0,fallbackAbortableTasks:l,errorDigest:null},s=Ha(0,a.chunks.length,u,a.formatContext,!1,!1);a.children.push(s),a.lastPushedText=!1;var c=Ha(0,0,null,a.formatContext,!1,!1);c.parentFlushed=!0,t.blockedBoundary=u,t.blockedSegment=c;try{if(wo(e,t,i),Ke(c.chunks,e.responseState,c.lastPushedText,c.textEmbedded),c.status=Ma,xo(u,c),0===u.pendingTasks)return void Qa(t)}catch(t){c.status=Oa,u.forceClientRender=!0,u.errorDigest=Ga(e,t),Ka(u,t)}finally{t.blockedBoundary=r,t.blockedSegment=a}var d=Wa(e,o,r,s,l,t.legacyContext,t.context,t.treeContext);d.componentStack=t.componentStack,e.pingedTasks.push(d),Qa(t)}function eo(e,t,n,r){qa(t,n);var a=t.blockedSegment,o=Rt(a.chunks,n,r,e.responseState,a.formatContext);a.lastPushedText=!1;var i=a.formatContext;a.formatContext=function(e,t,n){switch(t){case"select":return $e(Ue,null!=n.value?n.value:n.defaultValue);case"svg":return $e(Ae,null);case"math":return $e(je,null);case"foreignObject":return $e(Ue,null);case"table":return $e(Be,null);case"thead":case"tbody":case"tfoot":return $e(We,null);case"colgroup":return $e(Ve,null);case"tr":return $e(He,null)}return e.insertionMode>=Be||e.insertionMode===ze?$e(Ue,null):e}(i,n,r),wo(e,t,o),a.formatContext=i,function(e,t,n){switch(t){case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break;default:e.push(Pt,t,_t)}}(a.chunks,n),a.lastPushedText=!1,Qa(t)}function to(e,t,n,r,a){!function(e,t){aa={},oa=e,ha=!1,ca=0}(t);var o=n(r,a);return function(e,t,n,r){for(;sa;)sa=!1,ca=0,fa+=1,la=null,n=e(t,r);return ba(),n}(n,r,o,a)}function no(e,t,n,r,a){var i=n.render();n.props!==a&&(uo||o("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",Qn(r)||"a component"),uo=!0);var l=r.childContextTypes;if(null!=l){var u=t.legacyContext,s=function(e,t,n,r){if("function"!=typeof e.getChildContext){var a=Qn(t)||"Unknown";return pr[a]||(pr[a]=!0,o("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",a,a)),n}var i=e.getChildContext();for(var l in i)if(!(l in r))throw new Error((Qn(t)||"Unknown")+'.getChildContext(): key "'+l+'" is not defined in childContextTypes.');return vr(r,i,"child context",Qn(t)||"Unknown"),Pn({},n,i)}(n,r,u,l);return t.legacyContext=s,yo(e,t,i),void(t.legacyContext=u)}yo(e,t,i)}function ro(e,t,n,r){!function(e,t){e.componentStack={tag:2,parent:e.componentStack,type:t}}(t,n);var a=wr(n,t.legacyContext),i=function(e,t,n){var r=e.contextType;if("contextType"in e&&null!==r&&(void 0===r||r.$$typeof!==On||void 0!==r._context)&&!Br.has(e)){Br.add(e);var a="";a=void 0===r?" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":"object"!=typeof r?" However, it is set to a "+typeof r+".":r.$$typeof===Ln?" Did you accidentally pass the Context.Provider instead?":void 0!==r._context?" Did you accidentally pass the Context.Consumer instead?":" However, it is set to an object with keys {"+Object.keys(r).join(", ")+"}.",o("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",Qn(e)||"Component",a)}var i=new e(t,"object"==typeof r&&null!==r?Dr(r):n);if("function"==typeof e.getDerivedStateFromProps&&(null===i.state||void 0===i.state)){var l=Qn(e)||"Component";Nr.has(l)||(Nr.add(l),o("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",l,null===i.state?"null":"undefined",l))}if("function"==typeof e.getDerivedStateFromProps||"function"==typeof i.getSnapshotBeforeUpdate){var u=null,s=null,c=null;if("function"==typeof i.componentWillMount&&!0!==i.componentWillMount.__suppressDeprecationWarning?u="componentWillMount":"function"==typeof i.UNSAFE_componentWillMount&&(u="UNSAFE_componentWillMount"),"function"==typeof i.componentWillReceiveProps&&!0!==i.componentWillReceiveProps.__suppressDeprecationWarning?s="componentWillReceiveProps":"function"==typeof i.UNSAFE_componentWillReceiveProps&&(s="UNSAFE_componentWillReceiveProps"),"function"==typeof i.componentWillUpdate&&!0!==i.componentWillUpdate.__suppressDeprecationWarning?c="componentWillUpdate":"function"==typeof i.UNSAFE_componentWillUpdate&&(c="UNSAFE_componentWillUpdate"),null!==u||null!==s||null!==c){var d=Qn(e)||"Component",f="function"==typeof e.getDerivedStateFromProps?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";Or.has(d)||(Or.add(d),o("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n%s uses %s but also contains the following legacy lifecycles:%s%s%s\n\nThe above lifecycles should be removed. Learn more about this warning here:\nhttps://reactjs.org/link/unsafe-component-lifecycles",d,f,null!==u?"\n "+u:"",null!==s?"\n "+s:"",null!==c?"\n "+c:""))}}return i}(n,r,a);Qr(i,n,r,a),no(e,t,i,n,r),Qa(t)}var ao={},oo={},io={},lo={},uo=!1,so={},co=!1,fo=!1,po=!1;function ho(e,t,n,r){var a;if(a=wr(n,t.legacyContext),Ya(t,n),n.prototype&&"function"==typeof n.prototype.render){var i=Qn(n)||"Unknown";ao[i]||(o("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",i,i),ao[i]=!0)}var l=to(0,t,n,r,a),u=ya();if("object"==typeof l&&null!==l&&"function"==typeof l.render&&void 0===l.$$typeof){var s=Qn(n)||"Unknown";oo[s]||(o("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",s,s,s),oo[s]=!0)}if("object"==typeof l&&null!==l&&"function"==typeof l.render&&void 0===l.$$typeof){var c=Qn(n)||"Unknown";oo[c]||(o("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",c,c,c),oo[c]=!0),Qr(l,n,r,a),no(e,t,l,n,r)}else if(function(e){if(e&&e.childContextTypes&&o("%s(...): childContextTypes cannot be defined on a function component.",e.displayName||e.name||"Component"),void 0!==e.defaultProps){var t=Qn(e)||"Unknown";so[t]||(o("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.",t),so[t]=!0)}if("function"==typeof e.getDerivedStateFromProps){var n=Qn(e)||"Unknown";lo[n]||(o("%s: Function components do not support getDerivedStateFromProps.",n),lo[n]=!0)}if("object"==typeof e.contextType&&null!==e.contextType){var r=Qn(e)||"Unknown";io[r]||(o("%s: Function components do not support contextType.",r),io[r]=!0)}}(n),u){var d=t.treeContext;t.treeContext=Gr(d,1,0);try{yo(e,t,l)}finally{t.treeContext=d}}else yo(e,t,l);Qa(t)}function mo(e,t){if(e&&e.defaultProps){var n=Pn({},t),r=e.defaultProps;for(var a in r)void 0===n[a]&&(n[a]=r[a]);return n}return t}function go(e,t,n,r){var a,i=n._context,l=r.value,u=r.children;a=t.context,t.context=function(e,t){var n;n=e._currentValue,e._currentValue=t,void 0!==e._currentRenderer&&null!==e._currentRenderer&&e._currentRenderer!==yr&&o("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),e._currentRenderer=yr;var r={parent:Sr,depth:null===Sr?0:Sr.depth+1,context:e,parentValue:n,value:t};return Sr=r,r}(i,l),yo(e,t,u),t.context=function(e){var t=Sr;if(null===t)throw new Error("Tried to pop a Context at the root of the app. This is a bug in React.");t.context!==e&&o("The parent context is not the expected context. This is probably a bug in React.");var n=t.parentValue;return t.context._currentValue=n===Vn?t.context._defaultValue:n,void 0!==e._currentRenderer&&null!==e._currentRenderer&&e._currentRenderer!==yr&&o("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),e._currentRenderer=yr,Sr=t.parent}(i),a!==t.context&&o("Popping the context provider did not return back to the original snapshot. This is a bug in React.")}function vo(e,t,n,r,a){if("function"==typeof n)return(i=n).prototype&&i.prototype.isReactComponent?void ro(e,t,n,r):void ho(e,t,n,r);var i;if("string"!=typeof n){switch(n){case Hn:case Wn:case Mn:case Nn:case Dn:return void yo(e,t,r.children);case Un:return qa(t,"SuspenseList"),yo(e,t,r.children),void Qa(t);case Bn:throw new Error("ReactDOMServer does not yet support scope components.");case zn:return void Ja(e,t,r)}if("object"==typeof n&&null!==n)switch(n.$$typeof){case Fn:return void function(e,t,n,r,a){Ya(t,n.render);var o=to(0,t,n.render,r,a);if(ya()){var i=t.treeContext;t.treeContext=Gr(i,1,0);try{yo(e,t,o)}finally{t.treeContext=i}}else yo(e,t,o);Qa(t)}(e,t,n,r,a);case An:return void function(e,t,n,r,a){var o=n.type;vo(e,t,o,mo(o,r),a)}(e,t,n,r,a);case Ln:return void go(e,t,n,r);case On:return void function(e,t,n,r){void 0===n._context?n!==n.Consumer&&(po||(po=!0,o("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):n=n._context;var a=r.children;"function"!=typeof a&&o("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."),yo(e,t,a(Dr(n)))}(e,t,n,r);case jn:return void function(e,t,n,r,a){qa(t,"Lazy");var o=n._payload,i=(0,n._init)(o);vo(e,t,i,mo(i,r),a),Qa(t)}(e,t,n,r)}var l="";throw(void 0===n||"object"==typeof n&&null!==n&&0===Object.keys(n).length)&&(l+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."),new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: "+(null==n?n:typeof n)+"."+l)}eo(e,t,n,r)}function yo(e,t,n){try{return function(e,t,n){if(t.node=n,"object"==typeof n&&null!==n){switch(n.$$typeof){case _n:var r=n;return void vo(e,t,r.type,r.props,r.ref);case In:throw new Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");case jn:var a,i=n,l=i._payload,u=i._init;try{a=u(l)}catch(e){throw"object"==typeof e&&null!==e&&"function"==typeof e.then&&qa(t,"Lazy"),e}return void yo(e,t,a)}if(Pe(n))return void bo(e,t,n);var s=function(e){if(null===e||"object"!=typeof e)return null;var t=$n&&e[$n]||e[qn];return"function"==typeof t?t:null}(n);if(s){!function(e,t){"function"==typeof Symbol&&"Generator"===e[Symbol.toStringTag]&&(co||o("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),co=!0),e.entries===t&&(fo||o("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),fo=!0)}(n,s);var c=s.call(n);if(c){var d=c.next();if(!d.done){var f=[];do{f.push(d.value),d=c.next()}while(!d.done);return void bo(e,t,f)}return}}var p=Object.prototype.toString.call(n);throw new Error("Objects are not valid as a React child (found: "+("[object Object]"===p?"object with keys {"+Object.keys(n).join(", ")+"}":p)+"). If you meant to render a collection of children, use an array instead.")}if("string"!=typeof n)if("number"!=typeof n)"function"==typeof n&&o("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.");else{var h=t.blockedSegment;h.lastPushedText=Xe(t.blockedSegment.chunks,""+n,e.responseState,h.lastPushedText)}else{var m=t.blockedSegment;m.lastPushedText=Xe(t.blockedSegment.chunks,n,e.responseState,m.lastPushedText)}}(e,t,n)}catch(e){throw"object"==typeof e&&null!==e&&"function"==typeof e.then||(Xa=null!==Xa?Xa:$a()),e}}function bo(e,t,n){for(var r=n.length,a=0;a<r;a++){var o=t.treeContext;t.treeContext=Gr(o,r,a);try{wo(e,t,n[a])}finally{t.treeContext=o}}}function wo(e,t,n){var r,a=t.blockedSegment.formatContext,o=t.legacyContext,i=t.context;r=t.componentStack;try{return yo(e,t,n)}catch(n){if(ba(),"object"==typeof n&&null!==n&&"function"==typeof n.then)return function(e,t,n){var r=t.blockedSegment,a=Ha(0,r.chunks.length,null,r.formatContext,r.lastPushedText,!0);r.children.push(a),r.lastPushedText=!1;var o=Wa(e,t.node,t.blockedBoundary,a,t.abortSet,t.legacyContext,t.context,t.treeContext);null!==t.componentStack&&(o.componentStack=t.componentStack.parent);var i=o.ping;n.then(i,i)}(e,t,n),t.blockedSegment.formatContext=a,t.legacyContext=o,t.context=i,Ir(i),void(t.componentStack=r);throw t.blockedSegment.formatContext=a,t.legacyContext=o,t.context=i,Ir(i),t.componentStack=r,n}}function ko(e){var t=e.blockedBoundary,n=e.blockedSegment;n.status=La,Co(this,t,n)}function So(e,t,n){var r=e.blockedBoundary;if(e.blockedSegment.status=La,null===r)t.allPendingTasks--,t.status!==Ua&&(t.status=Ua,null!==t.destination&&v(t.destination));else{if(r.pendingTasks--,!r.forceClientRender){r.forceClientRender=!0;var a=void 0===n?new Error("The render was aborted by the server without a reason."):n;r.errorDigest=t.onError(a);var o="The server did not finish this Suspense boundary: ";a=a&&"string"==typeof a.message?o+a.message:o+String(a);var i=Va;Va=e;try{Ka(r,a)}finally{Va=i}r.parentFlushed&&t.clientRenderedBoundaries.push(r)}r.fallbackAbortableTasks.forEach((function(e){return So(e,t,n)})),r.fallbackAbortableTasks.clear(),t.allPendingTasks--,0===t.allPendingTasks&&(0,t.onAllReady)()}}function xo(e,t){if(0===t.chunks.length&&1===t.children.length&&null===t.children[0].boundary){var n=t.children[0];n.id=t.id,n.parentFlushed=!0,n.status===Ma&&xo(e,n)}else e.completedSegments.push(t)}function Co(e,t,n){if(null===t){if(n.parentFlushed){if(null!==e.completedRootSegment)throw new Error("There can only be one root segment. This is a bug in React.");e.completedRootSegment=n}e.pendingRootTasks--,0===e.pendingRootTasks&&(e.onShellError=Ba,(0,e.onShellReady)())}else t.pendingTasks--,t.forceClientRender||(0===t.pendingTasks?(n.parentFlushed&&n.status===Ma&&xo(t,n),t.parentFlushed&&e.completedBoundaries.push(t),t.fallbackAbortableTasks.forEach(ko,e),t.fallbackAbortableTasks.clear()):n.parentFlushed&&n.status===Ma&&(xo(t,n),1===t.completedSegments.length&&t.parentFlushed&&e.partialBoundaries.push(t)));e.allPendingTasks--,0===e.allPendingTasks&&(0,e.onAllReady)()}function Eo(e,t){var n=t.blockedSegment;if(n.status===Da){var r;Ir(t.context),r=Va,Va=t;try{yo(e,t,t.node),Ke(n.chunks,e.responseState,n.lastPushedText,n.textEmbedded),t.abortSet.delete(t),n.status=Ma,Co(e,t.blockedBoundary,n)}catch(r){if(ba(),"object"==typeof r&&null!==r&&"function"==typeof r.then){var a=t.ping;r.then(a,a)}else t.abortSet.delete(t),n.status=Oa,function(e,t,n,r){var a=Ga(e,r);null===t?Za(e,r):(t.pendingTasks--,t.forceClientRender||(t.forceClientRender=!0,t.errorDigest=a,Ka(t,r),t.parentFlushed&&e.clientRenderedBoundaries.push(t))),e.allPendingTasks--,0===e.allPendingTasks&&(0,e.onAllReady)()}(e,t.blockedBoundary,0,r)}finally{Va=r}}}function To(e){if(e.status!==Ua){var t,n=Sr,r=_a.current;_a.current=Ta,t=Ia.getCurrentStack,Ia.getCurrentStack=$a;var a=Ra;Pa(e.responseState);try{var o,i=e.pingedTasks;for(o=0;o<i.length;o++)Eo(e,i[o]);i.splice(0,o),null!==e.destination&&Lo(e,e.destination)}catch(t){Ga(e,t),Za(e,t)}finally{Pa(a),_a.current=r,Ia.getCurrentStack=t,r===Ta&&Ir(n)}}}function Ro(e,t,n){switch(n.parentFlushed=!0,n.status){case Da:var r=n.id=e.nextSegmentId++;return n.lastPushedText=!1,n.textEmbedded=!1,function(e,t,n){return p(e,It),p(e,t.placeholderPrefix),p(e,n.toString(16)),m(e,Dt)}(t,e.responseState,r);case Ma:n.status=Na;for(var a=!0,o=n.chunks,i=0,l=n.children,u=0;u<l.length;u++){for(var s=l[u];i<s.index;i++)p(t,o[i]);a=Po(e,t,s)}for(;i<o.length-1;i++)p(t,o[i]);return i<o.length&&(a=m(t,o[i])),a;default:throw new Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.")}}function Po(e,t,n){var r=n.boundary;if(null===r)return Ro(e,t,n);if(r.parentFlushed=!0,r.forceClientRender)return function(e,t,n,r,a){m(e,Ot),p(e,zt),n&&(p(e,At),p(e,Se(n)),p(e,Ut)),r&&(p(e,jt),p(e,Se(r)),p(e,Ut)),a&&(p(e,Bt),p(e,Se(a)),p(e,Ut)),m(e,Wt)}(t,e.responseState,r.errorDigest,r.errorMessage,r.errorComponentStack),Ro(e,t,n),function(e,t){return m(e,Ft)}(t,e.responseState);if(r.pendingTasks>0){r.rootSegmentID=e.nextSegmentId++,r.completedSegments.length>0&&e.partialBoundaries.push(r);var a=r.id=(i=(o=e.responseState).nextSuspenseID++,b(o.boundaryPrefix+i.toString(16)));return Ht(t,e.responseState,a),Ro(e,t,n),Vt(t,e.responseState)}if(r.byteSize>e.progressiveChunkSize)return r.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(r),Ht(t,e.responseState,r.id),Ro(e,t,n),Vt(t,e.responseState);!function(e,t){m(e,Mt)}(t,e.responseState);var o,i,l=r.completedSegments;if(1!==l.length)throw new Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");return Po(e,t,l[0]),function(e,t){return m(e,Ft)}(t,e.responseState)}function _o(e,t,n){return function(e,t,n,r,a,o){if(p(e,t.startInlineScript),t.sentClientRenderFunction?p(e,Sn):(t.sentClientRenderFunction=!0,p(e,kn)),null===n)throw new Error("An ID must have been assigned before we can complete the boundary.");return p(e,n),p(e,xn),(r||a||o)&&(p(e,En),p(e,Rn(r||""))),(a||o)&&(p(e,En),p(e,Rn(a||""))),o&&(p(e,En),p(e,Rn(o))),m(e,Cn)}(t,e.responseState,n.id,n.errorDigest,n.errorMessage,n.errorComponentStack)}function Io(e,t,n){return function(e,t,n,r){switch(n.insertionMode){case ze:case Ue:return p(e,$t),p(e,t.segmentPrefix),p(e,r.toString(16)),m(e,qt);case Ae:return p(e,Qt),p(e,t.segmentPrefix),p(e,r.toString(16)),m(e,Xt);case je:return p(e,Gt),p(e,t.segmentPrefix),p(e,r.toString(16)),m(e,Zt);case Be:return p(e,en),p(e,t.segmentPrefix),p(e,r.toString(16)),m(e,tn);case We:return p(e,rn),p(e,t.segmentPrefix),p(e,r.toString(16)),m(e,an);case He:return p(e,ln),p(e,t.segmentPrefix),p(e,r.toString(16)),m(e,un);case Ve:return p(e,cn),p(e,t.segmentPrefix),p(e,r.toString(16)),m(e,dn);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}(t,e.responseState,n.formatContext,n.id),Po(e,t,n),function(e,t){switch(t.insertionMode){case ze:case Ue:return m(e,Yt);case Ae:return m(e,Kt);case je:return m(e,Jt);case Be:return m(e,nn);case We:return m(e,on);case He:return m(e,sn);case Ve:return m(e,fn);default:throw new Error("Unknown insertion mode. This is a bug in React.")}}(t,n.formatContext)}function Do(e,t,n){for(var r=n.completedSegments,a=0;a<r.length;a++)No(e,t,n,r[a]);return r.length=0,function(e,t,n,r){if(p(e,t.startInlineScript),t.sentCompleteBoundaryFunction?p(e,yn):(t.sentCompleteBoundaryFunction=!0,p(e,vn)),null===n)throw new Error("An ID must have been assigned before we can complete the boundary.");var a=r.toString(16);return p(e,n),p(e,bn),p(e,t.segmentPrefix),p(e,a),m(e,wn)}(t,e.responseState,n.id,n.rootSegmentID)}function Mo(e,t,n){for(var r=n.completedSegments,a=0;a<r.length;a++)if(!No(e,t,n,r[a]))return a++,r.splice(0,a),!1;return r.splice(0,a),!0}function No(e,t,n,r){if(r.status===Na)return!0;var a=r.id;if(-1===a){if(-1===(r.id=n.rootSegmentID))throw new Error("A root segment ID must have been assigned by now. This is a bug in React.");return Io(e,t,r)}return Io(e,t,r),function(e,t,n){p(e,t.startInlineScript),t.sentCompleteSegmentFunction?p(e,hn):(t.sentCompleteSegmentFunction=!0,p(e,pn)),p(e,t.segmentPrefix);var r=n.toString(16);return p(e,r),p(e,mn),p(e,t.placeholderPrefix),p(e,r),m(e,gn)}(t,e.responseState,a)}function Lo(e,t){f();try{var n=e.completedRootSegment;null!==n&&0===e.pendingRootTasks&&(Po(e,t,n),e.completedRootSegment=null,function(e,t){for(var n=t.bootstrapChunks,r=0;r<n.length-1;r++)p(e,n[r]);!(r<n.length)||m(e,n[r])}(t,e.responseState));var r,a=e.clientRenderedBoundaries;for(r=0;r<a.length;r++)if(!_o(e,t,a[r]))return e.destination=null,r++,void a.splice(0,r);a.splice(0,r);var i=e.completedBoundaries;for(r=0;r<i.length;r++)if(!Do(e,t,i[r]))return e.destination=null,r++,void i.splice(0,r);i.splice(0,r),g(t),f();var l=e.partialBoundaries;for(r=0;r<l.length;r++)if(!Mo(e,t,l[r]))return e.destination=null,r++,void l.splice(0,r);l.splice(0,r);var u=e.completedBoundaries;for(r=0;r<u.length;r++)if(!Do(e,t,u[r]))return e.destination=null,r++,void u.splice(0,r);u.splice(0,r)}finally{g(t),function(e){"function"==typeof e.flush&&e.flush()}(t),0===e.allPendingTasks&&0===e.pingedTasks.length&&0===e.clientRenderedBoundaries.length&&0===e.completedBoundaries.length&&(0!==e.abortableTasks.size&&o("There was still abortable task at the root when we closed. This is a bug in React."),v(t))}}function Oo(e,t){if(e.status===za)return e.status=Ua,void w(t,e.fatalError);if(e.status!==Ua&&null===e.destination){e.destination=t;try{Lo(e,t)}catch(t){Ga(e,t),Za(e,t)}}}function Fo(e,t){try{var n=e.abortableTasks;n.forEach((function(n){return So(n,e,t)})),n.clear(),null!==e.destination&&Lo(e,e.destination)}catch(t){Ga(e,t),Za(e,t)}}function zo(e,t){return function(){return Fo(e,t)}}function Uo(e,t){return function(e,t,n,r,a,o,i,l,u){var s=[],c=new Set,d={destination:null,responseState:t,progressiveChunkSize:void 0===r?Aa:r,status:Fa,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:c,pingedTasks:s,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],onError:void 0===a?ja:a,onAllReady:void 0===o?Ba:o,onShellReady:void 0===i?Ba:i,onShellError:void 0===l?Ba:l,onFatalError:Ba},f=Ha(0,0,null,n,!1,!1);f.parentFlushed=!0;var p=Wa(d,e,null,f,c,br,kr,Xr);return s.push(p),d}(e,Fe(t?t.identifierPrefix:void 0,t?t.nonce:void 0,t?t.bootstrapScriptContent:void 0,t?t.bootstrapScripts:void 0,t?t.bootstrapModules:void 0),$e("http://www.w3.org/2000/svg"===(n=t?t.namespaceURI:void 0)?Ae:"http://www.w3.org/1998/Math/MathML"===n?je:ze,null),t?t.progressiveChunkSize:void 0,t?t.onError:void 0,t?t.onAllReady:void 0,t?t.onShellReady:void 0,t?t.onShellError:void 0);var n}_.renderToPipeableStream=function(e,t){var n=Uo(e,t),r=!1;return function(e){l((function(){return To(e)}))}(n),{pipe:function(e){if(r)throw new Error("React currently only supports piping to one writable stream.");return r=!0,Oo(n,e),e.on("drain",function(e,t){return function(){return Oo(t,e)}}(e,n)),e.on("error",zo(n,new Error("The destination stream errored while writing data."))),e.on("close",zo(n,new Error("The destination stream closed early."))),e},abort:function(e){Fo(n,e)}}},_.version="18.3.1"}()),P=_),R.version;var I=R.renderToString;R.renderToStaticMarkup,R.renderToNodeStream,R.renderToStaticNodeStream,P.renderToPipeableStream;var D,M={exports:{}},N={};var L,O={};
79
+ /**
80
+ * @license React
81
+ * react-dom-test-utils.development.js
82
+ *
83
+ * Copyright (c) Facebook, Inc. and its affiliates.
84
+ *
85
+ * This source code is licensed under the MIT license found in the
86
+ * LICENSE file in the root directory of this source tree.
87
+ */"production"===process.env.NODE_ENV?M.exports=function(){if(D)return N;D=1;var e=t,n=v;function r(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{0!=(4098&(t=e).flags)&&(n=t.return),e=t.return}while(e)}return 3===t.tag?n:null}function a(e){if(r(e)!==e)throw Error("Unable to find node on an unmounted component.")}var o=Object.assign;function i(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}function l(){return!0}function u(){return!1}function s(e){function t(t,n,r,a,o){for(var i in this._reactName=t,this._targetInst=r,this.type=n,this.nativeEvent=a,this.target=o,this.currentTarget=null,e)e.hasOwnProperty(i)&&(t=e[i],this[i]=t?t(a):a[i]);return this.isDefaultPrevented=(null!=a.defaultPrevented?a.defaultPrevented:!1===a.returnValue)?l:u,this.isPropagationStopped=u,this}return o(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=l)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=l)},persist:function(){},isPersistent:l}),t}var c={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},d=s(c),f=o({},c,{view:0,detail:0});s(f);var p,h,m,g=o({},f,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:S,button:0,buttons:0,relatedTarget:function(e){return void 0===e.relatedTarget?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==m&&(m&&"mousemove"===e.type?(p=e.screenX-m.screenX,h=e.screenY-m.screenY):h=p=0,m=e),p)},movementY:function(e){return"movementY"in e?e.movementY:h}});s(g),s(o({},g,{dataTransfer:0})),s(o({},f,{relatedTarget:0})),s(o({},c,{animationName:0,elapsedTime:0,pseudoElement:0})),s(o({},c,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}})),s(o({},c,{data:0}));var y={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},b={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},w={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function k(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=w[e])&&!!t[e]}function S(){return k}function x(e,t,n,r,a,o,i,l,u){var s=Array.prototype.slice.call(arguments,3);try{t.apply(n,s)}catch(e){this.onError(e)}}s(o({},f,{key:function(e){if(e.key){var t=y[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=i(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?b[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:S,charCode:function(e){return"keypress"===e.type?i(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?i(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}})),s(o({},g,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),s(o({},f,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:S})),s(o({},c,{propertyName:0,elapsedTime:0,pseudoElement:0})),s(o({},g,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}));var C=!1,E=null,T=!1,R=null,P={onError:function(e){C=!0,E=e}};function _(e,t,n,r,a,o,i,l,u){C=!1,E=null,x.apply(P,arguments)}var I=Array.isArray,M=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Events,L=M[0],O=M[1],F=M[2],z=M[3],U=M[4],A=e.unstable_act;function j(){}function B(e,t){if(!e)return[];if(e=function(e){var t=e.alternate;if(!t){if(null===(t=r(e)))throw Error("Unable to find node on an unmounted component.");return t!==e?null:e}for(var n=e,o=t;;){var i=n.return;if(null===i)break;var l=i.alternate;if(null===l){if(null!==(o=i.return)){n=o;continue}break}if(i.child===l.child){for(l=i.child;l;){if(l===n)return a(i),e;if(l===o)return a(i),t;l=l.sibling}throw Error("Unable to find node on an unmounted component.")}if(n.return!==o.return)n=i,o=l;else{for(var u=!1,s=i.child;s;){if(s===n){u=!0,n=i,o=l;break}if(s===o){u=!0,o=i,n=l;break}s=s.sibling}if(!u){for(s=l.child;s;){if(s===n){u=!0,n=l,o=i;break}if(s===o){u=!0,o=l,n=i;break}s=s.sibling}if(!u)throw Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(n.alternate!==o)throw Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(3!==n.tag)throw Error("Unable to find node on an unmounted component.");return n.stateNode.current===n?e:t}(e),!e)return[];for(var n=e,o=[];;){if(5===n.tag||6===n.tag||1===n.tag||0===n.tag){var i=n.stateNode;t(i)&&o.push(i)}if(n.child)n.child.return=n,n=n.child;else{if(n===e)return o;for(;!n.sibling;){if(!n.return||n.return===e)return o;n=n.return}n.sibling.return=n.return,n=n.sibling}}}function W(e,t){if(e&&!e._reactInternals){var n=String(e);throw e=I(e)?"an array":e&&1===e.nodeType&&e.tagName?"a DOM node":"[object Object]"===n?"object with keys {"+Object.keys(e).join(", ")+"}":n,Error(t+"(...): the first argument must be a React class instance. Instead received: "+e+".")}}function H(e){return!(!e||1!==e.nodeType||!e.tagName)}function V(e){return!H(e)&&null!=e&&"function"==typeof e.render&&"function"==typeof e.setState}function $(e,t){return!!V(e)&&e._reactInternals.type===t}function q(e,t){return W(e,"findAllInRenderedTree"),e?B(e._reactInternals,t):[]}function Y(e,t){return W(e,"scryRenderedDOMComponentsWithClass"),q(e,(function(e){if(H(e)){var n=e.className;"string"!=typeof n&&(n=e.getAttribute("class")||"");var r=n.split(/\s+/);if(!I(t)){if(void 0===t)throw Error("TestUtils.scryRenderedDOMComponentsWithClass expects a className as a second argument.");t=t.split(/\s+/)}return t.every((function(e){return-1!==r.indexOf(e)}))}return!1}))}function Q(e,t){return W(e,"scryRenderedDOMComponentsWithTag"),q(e,(function(e){return H(e)&&e.tagName.toUpperCase()===t.toUpperCase()}))}function X(e,t){return W(e,"scryRenderedComponentsWithType"),q(e,(function(e){return $(e,t)}))}function K(e,t,n){var r=e.type||"unknown-event";e.currentTarget=O(n),function(e,t,n,r,a,o,i,l,u){if(_.apply(this,arguments),C){if(!C)throw Error("clearCaughtError was called but no error was captured. This error is likely caused by a bug in React. Please file an issue.");var s=E;C=!1,E=null,T||(T=!0,R=s)}}(r,t,void 0,e),e.currentTarget=null}function G(e,t,n){for(var r=[];e;){r.push(e);do{e=e.return}while(e&&5!==e.tag);e=e||null}for(e=r.length;0<e--;)t(r[e],"captured",n);for(e=0;e<r.length;e++)t(r[e],"bubbled",n)}function Z(e,t){var n=e.stateNode;if(!n)return null;var r=F(n);if(!r)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(r=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!r;break e;default:e=!1}if(e)return null;if(n&&"function"!=typeof n)throw Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof n+"` type.");return n}function J(e,t,n){var r=n._reactName;"captured"===t&&(r+="Capture"),(t=Z(e,r))&&(null==n._dispatchListeners&&(n._dispatchListeners=[]),null==n._dispatchInstances&&(n._dispatchInstances=[]),n._dispatchListeners.push(t),n._dispatchInstances.push(e))}var ee={},te=new Set(["mouseEnter","mouseLeave","pointerEnter","pointerLeave"]);function ne(t){return function(r,a){if(e.isValidElement(r))throw Error("TestUtils.Simulate expected a DOM node as the first argument but received a React element. Pass the DOM node you wish to simulate the event on instead. Note that TestUtils.Simulate will not work if you are using shallow rendering.");if(V(r))throw Error("TestUtils.Simulate expected a DOM node as the first argument but received a component instance. Pass the DOM node you wish to simulate the event on instead.");var i="on"+t[0].toUpperCase()+t.slice(1),l=new j;l.target=r,l.type=t.toLowerCase();var u=L(r),s=new d(i,l.type,u,l,r);s.persist(),o(s,a),te.has(t)?s&&s._reactName&&function(e,t,n){e&&n&&n._reactName&&(t=Z(e,n._reactName))&&(null==n._dispatchListeners&&(n._dispatchListeners=[]),null==n._dispatchInstances&&(n._dispatchInstances=[]),n._dispatchListeners.push(t),n._dispatchInstances.push(e))}(s._targetInst,null,s):s&&s._reactName&&G(s._targetInst,J,s),n.unstable_batchedUpdates((function(){if(z(r),s){var e=s._dispatchListeners,t=s._dispatchInstances;if(I(e))for(var n=0;n<e.length&&!s.isPropagationStopped();n++)K(s,e[n],t[n]);else e&&K(s,e,t);s._dispatchListeners=null,s._dispatchInstances=null,s.isPersistent()||s.constructor.release(s)}if(T)throw e=R,T=!1,R=null,e})),U()}}return"blur cancel click close contextMenu copy cut auxClick doubleClick dragEnd dragStart drop focus input invalid keyDown keyPress keyUp mouseDown mouseUp paste pause play pointerCancel pointerDown pointerUp rateChange reset resize seeked submit touchCancel touchEnd touchStart volumeChange drag dragEnter dragExit dragLeave dragOver mouseMove mouseOut mouseOver pointerMove pointerOut pointerOver scroll toggle touchMove wheel abort animationEnd animationIteration animationStart canPlay canPlayThrough durationChange emptied encrypted ended error gotPointerCapture load loadedData loadedMetadata loadStart lostPointerCapture playing progress seeking stalled suspend timeUpdate transitionEnd waiting mouseEnter mouseLeave pointerEnter pointerLeave change select beforeInput compositionEnd compositionStart compositionUpdate".split(" ").forEach((function(e){ee[e]=ne(e)})),N.Simulate=ee,N.act=A,N.findAllInRenderedTree=q,N.findRenderedComponentWithType=function(e,t){if(W(e,"findRenderedComponentWithType"),1!==(e=X(e,t)).length)throw Error("Did not find exactly one match (found: "+e.length+") for componentType:"+t);return e[0]},N.findRenderedDOMComponentWithClass=function(e,t){if(W(e,"findRenderedDOMComponentWithClass"),1!==(e=Y(e,t)).length)throw Error("Did not find exactly one match (found: "+e.length+") for class:"+t);return e[0]},N.findRenderedDOMComponentWithTag=function(e,t){if(W(e,"findRenderedDOMComponentWithTag"),1!==(e=Q(e,t)).length)throw Error("Did not find exactly one match (found: "+e.length+") for tag:"+t);return e[0]},N.isCompositeComponent=V,N.isCompositeComponentWithType=$,N.isDOMComponent=H,N.isDOMComponentElement=function(t){return!!(t&&e.isValidElement(t)&&t.tagName)},N.isElement=function(t){return e.isValidElement(t)},N.isElementOfType=function(t,n){return e.isValidElement(t)&&t.type===n},N.mockComponent=function(t,n){return n=n||t.mockTagName||"div",t.prototype.render.mockImplementation((function(){return e.createElement(n,null,this.props.children)})),this},N.nativeTouchData=function(e,t){return{touches:[{pageX:e,pageY:t}]}},N.renderIntoDocument=function(e){var t=document.createElement("div");return n.render(e,t)},N.scryRenderedComponentsWithType=X,N.scryRenderedDOMComponentsWithClass=Y,N.scryRenderedDOMComponentsWithTag=Q,N.traverseTwoPhase=G,N}():M.exports=(L||(L=1,"production"!==process.env.NODE_ENV&&function(){var e=t,n=v,r=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function a(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];o("error",e,n)}function o(e,t,n){var a=r.ReactDebugCurrentFrame.getStackAddendum();""!==a&&(t+="%s",n=n.concat([a]));var o=n.map((function(e){return String(e)}));o.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,o)}function i(e){return e._reactInternals}var l=0,u=1,s=3,c=5,d=6,f=0,p=2,h=4096;function m(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{var r=t;do{((t=r).flags&(p|h))!==f&&(n=t.return),r=t.return}while(r)}return t.tag===s?n:null}function g(e){if(m(e)!==e)throw new Error("Unable to find node on an unmounted component.")}r.ReactCurrentOwner;var y=Object.assign;function b(e){var t,n=e.keyCode;return"charCode"in e?0===(t=e.charCode)&&13===n&&(t=13):t=n,10===t&&(t=13),t>=32||13===t?t:0}function w(){return!0}function k(){return!1}function S(e){function t(t,n,r,a,o){for(var i in this._reactName=t,this._targetInst=r,this.type=n,this.nativeEvent=a,this.target=o,this.currentTarget=null,e)if(e.hasOwnProperty(i)){var l=e[i];this[i]=l?l(a):a[i]}var u=null!=a.defaultPrevented?a.defaultPrevented:!1===a.returnValue;return this.isDefaultPrevented=u?w:k,this.isPropagationStopped=k,this}return y(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=w)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=w)},persist:function(){},isPersistent:w}),t}var x,C,E,T={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},R=S(T),P=y({},T,{view:0,detail:0});S(P);var _=y({},P,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:L,button:0,buttons:0,relatedTarget:function(e){return void 0===e.relatedTarget?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(function(e){e!==E&&(E&&"mousemove"===e.type?(x=e.screenX-E.screenX,C=e.screenY-E.screenY):(x=0,C=0),E=e)}(e),x)},movementY:function(e){return"movementY"in e?e.movementY:C}});S(_),S(y({},_,{dataTransfer:0})),S(y({},P,{relatedTarget:0})),S(y({},T,{animationName:0,elapsedTime:0,pseudoElement:0})),S(y({},T,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}})),S(y({},T,{data:0}));var I={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},D={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},M={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function N(e){var t=this.nativeEvent;if(t.getModifierState)return t.getModifierState(e);var n=M[e];return!!n&&!!t[n]}function L(e){return N}S(y({},P,{key:function(e){if(e.key){var t=I[e.key]||e.key;if("Unidentified"!==t)return t}if("keypress"===e.type){var n=b(e);return 13===n?"Enter":String.fromCharCode(n)}return"keydown"===e.type||"keyup"===e.type?D[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:L,charCode:function(e){return"keypress"===e.type?b(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?b(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}})),S(y({},_,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),S(y({},P,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:L})),S(y({},T,{propertyName:0,elapsedTime:0,pseudoElement:0})),S(y({},_,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}));var F=1;function z(e,t,n,r,a,o,i,l,u){var s=Array.prototype.slice.call(arguments,3);try{t.apply(n,s)}catch(e){this.onError(e)}}var U=z;if("undefined"!=typeof window&&"function"==typeof window.dispatchEvent&&"undefined"!=typeof document&&"function"==typeof document.createEvent){var A=document.createElement("react");U=function(e,t,n,r,a,o,i,l,u){if("undefined"==typeof document||null===document)throw new Error("The `document` global was defined when React was initialized, but is not defined anymore. This can happen in a test environment if a component schedules an update from an asynchronous callback, but the test has already finished running. To solve this, you can either unmount the component at the end of your test (and ensure that any asynchronous operations get canceled in `componentWillUnmount`), or you can change the test itself to be asynchronous.");var s=document.createEvent("Event"),c=!1,d=!0,f=window.event,p=Object.getOwnPropertyDescriptor(window,"event");function h(){A.removeEventListener(k,v,!1),void 0!==window.event&&window.hasOwnProperty("event")&&(window.event=f)}var m,g=Array.prototype.slice.call(arguments,3);function v(){c=!0,h(),t.apply(n,g),d=!1}var y=!1,b=!1;function w(e){if(m=e.error,y=!0,null===m&&0===e.colno&&0===e.lineno&&(b=!0),e.defaultPrevented&&null!=m&&"object"==typeof m)try{m._suppressLogging=!0}catch(e){}}var k="react-"+(e||"invokeguardedcallback");if(window.addEventListener("error",w),A.addEventListener(k,v,!1),s.initEvent(k,!1,!1),A.dispatchEvent(s),p&&Object.defineProperty(window,"event",p),c&&d&&(y?b&&(m=new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")):m=new Error("An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the \"Pause on exceptions\" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue."),this.onError(m)),window.removeEventListener("error",w),!c)return h(),z.apply(this,arguments)}}var j=U,B=!1,W=null,H=!1,V=null,$={onError:function(e){B=!0,W=e}};function q(e,t,n,r,a,o,i,l,u){B=!1,W=null,j.apply($,arguments)}function Y(e,t,n,r,a,o,i,l,u){if(q.apply(this,arguments),B){var s=function(){if(B){var e=W;return B=!1,W=null,e}throw new Error("clearCaughtError was called but no error was captured. This error is likely caused by a bug in React. Please file an issue.")}();H||(H=!0,V=s)}}var Q=Array.isArray;function X(e){return Q(e)}var K=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Events,G=K[0],Z=K[1],J=K[2],ee=K[3],te=K[4],ne=e.unstable_act;function re(e){}var ae=!1;function oe(e,t){if(!e)return[];var n=function(e){var t=e.alternate;if(!t){var n=m(e);if(null===n)throw new Error("Unable to find node on an unmounted component.");return n!==e?null:e}for(var r=e,a=t;;){var o=r.return;if(null===o)break;var i=o.alternate;if(null===i){var l=o.return;if(null!==l){r=a=l;continue}break}if(o.child===i.child){for(var u=o.child;u;){if(u===r)return g(o),e;if(u===a)return g(o),t;u=u.sibling}throw new Error("Unable to find node on an unmounted component.")}if(r.return!==a.return)r=o,a=i;else{for(var c=!1,d=o.child;d;){if(d===r){c=!0,r=o,a=i;break}if(d===a){c=!0,a=o,r=i;break}d=d.sibling}if(!c){for(d=i.child;d;){if(d===r){c=!0,r=i,a=o;break}if(d===a){c=!0,a=i,r=o;break}d=d.sibling}if(!c)throw new Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(r.alternate!==a)throw new Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(r.tag!==s)throw new Error("Unable to find node on an unmounted component.");return r.stateNode.current===r?e:t}(e);if(!n)return[];for(var r=n,a=[];;){if(r.tag===c||r.tag===d||r.tag===u||r.tag===l){var o=r.stateNode;t(o)&&a.push(o)}if(r.child)r.child.return=r,r=r.child;else{if(r===n)return a;for(;!r.sibling;){if(!r.return||r.return===n)return a;r=r.return}r.sibling.return=r.return,r=r.sibling}}}function ie(e,t){if(e&&!i(e)){var n,r=String(e);throw n=X(e)?"an array":e&&e.nodeType===F&&e.tagName?"a DOM node":"[object Object]"===r?"object with keys {"+Object.keys(e).join(", ")+"}":r,new Error(t+"(...): the first argument must be a React class instance. Instead received: "+n+".")}}var le=!1;function ue(e){return!(!e||e.nodeType!==F||!e.tagName)}function se(e){return!ue(e)&&null!=e&&"function"==typeof e.render&&"function"==typeof e.setState}function ce(e,t){return!!se(e)&&i(e).type===t}function de(e,t){return ie(e,"findAllInRenderedTree"),e?oe(i(e),t):[]}function fe(e,t){return ie(e,"scryRenderedDOMComponentsWithClass"),de(e,(function(e){if(ue(e)){var n=e.className;"string"!=typeof n&&(n=e.getAttribute("class")||"");var r=n.split(/\s+/);if(!X(t)){if(void 0===t)throw new Error("TestUtils.scryRenderedDOMComponentsWithClass expects a className as a second argument.");t=t.split(/\s+/)}return t.every((function(e){return-1!==r.indexOf(e)}))}return!1}))}function pe(e,t){return ie(e,"scryRenderedDOMComponentsWithTag"),de(e,(function(e){return ue(e)&&e.tagName.toUpperCase()===t.toUpperCase()}))}function he(e,t){return ie(e,"scryRenderedComponentsWithType"),de(e,(function(e){return ce(e,t)}))}function me(e,t,n){var r=e.type||"unknown-event";e.currentTarget=Z(n),Y(r,t,void 0,e),e.currentTarget=null}var ge=function(e){e&&(function(e){var t=e._dispatchListeners,n=e._dispatchInstances;if(X(t))for(var r=0;r<t.length&&!e.isPropagationStopped();r++)me(e,t[r],n[r]);else t&&me(e,t,n);e._dispatchListeners=null,e._dispatchInstances=null}(e),e.isPersistent()||e.constructor.release(e))};function ve(e){do{e=e.return}while(e&&e.tag!==c);return e||null}function ye(e,t,n){for(var r,a=[];e;)a.push(e),e=ve(e);for(r=a.length;r-- >0;)t(a[r],"captured",n);for(r=0;r<a.length;r++)t(a[r],"bubbled",n)}function be(e,t){var n=e.stateNode;if(!n)return null;var r=J(n);if(!r)return null;var a=r[t];if(function(e,t,n){switch(e){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":return!(!n.disabled||(r=t,"button"!==r&&"input"!==r&&"select"!==r&&"textarea"!==r));default:return!1}var r}(t,e.type,r))return null;if(a&&"function"!=typeof a)throw new Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof a+"` type.");return a}function we(e,t,n){e||a("Dispatching inst must not be null");var r=function(e,t,n){var r=t._reactName;return"captured"===n&&(r+="Capture"),be(e,r)}(e,n,t);r&&(null==n._dispatchListeners&&(n._dispatchListeners=[]),null==n._dispatchInstances&&(n._dispatchInstances=[]),n._dispatchListeners.push(r),n._dispatchInstances.push(e))}function ke(e){e&&e._reactName&&function(e,t,n){if(e&&n&&n._reactName){var r=be(e,n._reactName);r&&(null==n._dispatchListeners&&(n._dispatchListeners=[]),null==n._dispatchInstances&&(n._dispatchInstances=[]),n._dispatchListeners.push(r),n._dispatchInstances.push(e))}}(e._targetInst,0,e)}var Se={},xe=new Set(["mouseEnter","mouseLeave","pointerEnter","pointerLeave"]);function Ce(t){return function(r,a){if(e.isValidElement(r))throw new Error("TestUtils.Simulate expected a DOM node as the first argument but received a React element. Pass the DOM node you wish to simulate the event on instead. Note that TestUtils.Simulate will not work if you are using shallow rendering.");if(se(r))throw new Error("TestUtils.Simulate expected a DOM node as the first argument but received a component instance. Pass the DOM node you wish to simulate the event on instead.");var o="on"+t[0].toUpperCase()+t.slice(1),i=new re;i.target=r,i.type=t.toLowerCase();var l=G(r),u=new R(o,i.type,l,i,r);u.persist(),y(u,a),xe.has(t)?ke(u):function(e){e&&e._reactName&&ye(e._targetInst,we,e)}(u),n.unstable_batchedUpdates((function(){ee(r),ge(u),function(){if(H){var e=V;throw H=!1,V=null,e}}()})),te()}}["blur","cancel","click","close","contextMenu","copy","cut","auxClick","doubleClick","dragEnd","dragStart","drop","focus","input","invalid","keyDown","keyPress","keyUp","mouseDown","mouseUp","paste","pause","play","pointerCancel","pointerDown","pointerUp","rateChange","reset","resize","seeked","submit","touchCancel","touchEnd","touchStart","volumeChange","drag","dragEnter","dragExit","dragLeave","dragOver","mouseMove","mouseOut","mouseOver","pointerMove","pointerOut","pointerOver","scroll","toggle","touchMove","wheel","abort","animationEnd","animationIteration","animationStart","canPlay","canPlayThrough","durationChange","emptied","encrypted","ended","error","gotPointerCapture","load","loadedData","loadedMetadata","loadStart","lostPointerCapture","playing","progress","seeking","stalled","suspend","timeUpdate","transitionEnd","waiting","mouseEnter","mouseLeave","pointerEnter","pointerLeave","change","select","beforeInput","compositionEnd","compositionStart","compositionUpdate"].forEach((function(e){Se[e]=Ce(e)}));var Ee=!1;O.Simulate=Se,O.act=function(e){return Ee||(Ee=!0,a("`ReactDOMTestUtils.act` is deprecated in favor of `React.act`. Import `act` from `react` instead of `react-dom/test-utils`. See https://react.dev/warnings/react-dom-test-utils for more info.")),ne(e)},O.findAllInRenderedTree=de,O.findRenderedComponentWithType=function(e,t){ie(e,"findRenderedComponentWithType");var n=he(e,t);if(1!==n.length)throw new Error("Did not find exactly one match (found: "+n.length+") for componentType:"+t);return n[0]},O.findRenderedDOMComponentWithClass=function(e,t){ie(e,"findRenderedDOMComponentWithClass");var n=fe(e,t);if(1!==n.length)throw new Error("Did not find exactly one match (found: "+n.length+") for class:"+t);return n[0]},O.findRenderedDOMComponentWithTag=function(e,t){ie(e,"findRenderedDOMComponentWithTag");var n=pe(e,t);if(1!==n.length)throw new Error("Did not find exactly one match (found: "+n.length+") for tag:"+t);return n[0]},O.isCompositeComponent=se,O.isCompositeComponentWithType=ce,O.isDOMComponent=ue,O.isDOMComponentElement=function(t){return!!(t&&e.isValidElement(t)&&t.tagName)},O.isElement=function(t){return e.isValidElement(t)},O.isElementOfType=function(t,n){return e.isValidElement(t)&&t.type===n},O.mockComponent=function(t,n){return ae||(ae=!0,function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];o("warn",e,n)}("ReactTestUtils.mockComponent() is deprecated. Use shallow rendering or jest.mock() instead.\n\nSee https://reactjs.org/link/test-utils-mock-component for more information.")),n=n||t.mockTagName||"div",t.prototype.render.mockImplementation((function(){return e.createElement(n,null,this.props.children)})),this},O.nativeTouchData=function(e,t){return{touches:[{pageX:e,pageY:t}]}},O.renderIntoDocument=function(e){le||(le=!0,a("ReactDOMTestUtils is deprecated and will be removed in a future major release, because it exposes internal implementation details that are highly likely to change between releases. Upgrade to a modern testing library, such as @testing-library/react. See https://react.dev/warnings/react-dom-test-utils for more info."));var t=document.createElement("div");return n.render(e,t)},O.scryRenderedComponentsWithType=he,O.scryRenderedDOMComponentsWithClass=fe,O.scryRenderedDOMComponentsWithTag=pe,O.traverseTwoPhase=ye}()),O);var F=M.exports;exports.renderHookServer=function(e){var n=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).wrapper,r=[],a={get current(){return r.slice(-1)[0]}},o=function(e){var t,n=e.useHook;return t=n(),r.push(t),null},i=n?t.createElement(n,null,t.createElement(o,{useHook:e})):t.createElement(o,{useHook:e}),l=I(i);return{result:a,hydrate:function(){var e=document.createElement("div");e.innerHTML=l,F.act((function(){g(e,i)}))}}};
88
+ //# sourceMappingURL=renderHookServer.js.map