hasting-swatchcart-module 1.0.38 → 1.0.40

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 (125) hide show
  1. package/dist/assets/index-CIv0ji-N.js +164 -0
  2. package/dist/assets/index-shLdPuto.css +1 -0
  3. package/dist/index.html +14 -0
  4. package/package.json +102 -102
  5. package/dist/assets/index.css +0 -3117
  6. package/dist/cdn/lib/components/SwatchesModule.d.ts +0 -11
  7. package/dist/cdn/lib/main.d.ts +0 -9
  8. package/dist/cdn/lib/store/LibraryProvider.d.ts +0 -4
  9. package/dist/cdn/lib/store/rootReducer.d.ts +0 -11
  10. package/dist/cdn/lib/store/store.d.ts +0 -25
  11. package/dist/cdn/lib/store/withStore.d.ts +0 -2
  12. package/dist/cdn/lib/vite-env.d.ts +0 -1
  13. package/dist/cdn/main.css +0 -3117
  14. package/dist/cdn/main.js +0 -31572
  15. package/dist/cdn/src/app/App.d.ts +0 -12
  16. package/dist/cdn/src/app/assets/svg/ArrowIconSVG.d.ts +0 -3
  17. package/dist/cdn/src/app/assets/svg/CheckMarkIconSVG.d.ts +0 -3
  18. package/dist/cdn/src/app/assets/svg/ChevronSVGIcon.d.ts +0 -3
  19. package/dist/cdn/src/app/assets/svg/CloseIconSVG.d.ts +0 -3
  20. package/dist/cdn/src/app/assets/svg/DarkWhiteIconSVG.d.ts +0 -1
  21. package/dist/cdn/src/app/assets/svg/MinusIconSVG.d.ts +0 -3
  22. package/dist/cdn/src/app/assets/svg/PlusIconSVG.d.ts +0 -3
  23. package/dist/cdn/src/app/assets/svg/SearchIconSVG.d.ts +0 -3
  24. package/dist/cdn/src/app/assets/svg/TrashIconSVG.d.ts +0 -3
  25. package/dist/cdn/src/app/assets/svg/WhiteWhiteIconSVG.d.ts +0 -1
  26. package/dist/cdn/src/app/main.d.ts +0 -0
  27. package/dist/cdn/src/app/providers/StoreProvider.d.ts +0 -6
  28. package/dist/cdn/src/app/store/rootReducer.d.ts +0 -11
  29. package/dist/cdn/src/app/store/storageMiddleware.d.ts +0 -7
  30. package/dist/cdn/src/app/store/store.d.ts +0 -24
  31. package/dist/cdn/src/features/Cart/lib/CartCervices.d.ts +0 -5
  32. package/dist/cdn/src/features/Cart/model/cartSlice.d.ts +0 -3
  33. package/dist/cdn/src/features/Cart/model/selectors.d.ts +0 -223
  34. package/dist/cdn/src/features/Cart/model/types.d.ts +0 -7
  35. package/dist/cdn/src/features/Cart/ui/CartHeader/CartHeader.d.ts +0 -31
  36. package/dist/cdn/src/features/Cart/ui/CartList/CartList.d.ts +0 -1
  37. package/dist/cdn/src/features/Cart/ui/CartListItem/CartListItem.d.ts +0 -10
  38. package/dist/cdn/src/features/Cart/ui/CartWrapper/CartWrapper.d.ts +0 -9
  39. package/dist/cdn/src/features/Cart/ui/Counter/Counter.d.ts +0 -9
  40. package/dist/cdn/src/features/DataAdapter/lib/DataAdapterServices.d.ts +0 -19
  41. package/dist/cdn/src/features/DataAdapter/utils/types.d.ts +0 -11
  42. package/dist/cdn/src/features/MultiProduct/lib/MultiProductCartServices.d.ts +0 -13
  43. package/dist/cdn/src/features/MultiProduct/model/API/api.d.ts +0 -7
  44. package/dist/cdn/src/features/MultiProduct/model/API/routes.d.ts +0 -7
  45. package/dist/cdn/src/features/MultiProduct/model/multiProductCartSlice.d.ts +0 -9
  46. package/dist/cdn/src/features/MultiProduct/model/selectors.d.ts +0 -38
  47. package/dist/cdn/src/features/MultiProduct/model/thunk.d.ts +0 -11
  48. package/dist/cdn/src/features/MultiProduct/model/types.d.ts +0 -71
  49. package/dist/cdn/src/features/MultiProduct/ui/CartSelectedProductList/CartSelectedProductList.d.ts +0 -1
  50. package/dist/cdn/src/features/MultiProduct/ui/FiltersSelectedProductItem/FiltersSelectedProductItem.d.ts +0 -1
  51. package/dist/cdn/src/features/MultiProduct/ui/MaterialMultiProductList/MaterialMultiProductList.d.ts +0 -42
  52. package/dist/cdn/src/features/MultiProduct/ui/MultiProductCartHeader/MultiProductCartHeader.d.ts +0 -5
  53. package/dist/cdn/src/features/MultiProduct/ui/MultiProductItemCart/MultiProductItemCart.d.ts +0 -25
  54. package/dist/cdn/src/features/MultiProduct/ui/MultiProductWrapper/MultiProductWrapper.d.ts +0 -6
  55. package/dist/cdn/src/features/MultiProduct/ui/ProductList/ProductList.d.ts +0 -14
  56. package/dist/cdn/src/features/MultiProduct/ui/ProductListItem/ProductListItem.d.ts +0 -6
  57. package/dist/cdn/src/features/MultiProduct/ui/SelectedProductItem/SelectedProductItem.d.ts +0 -1
  58. package/dist/cdn/src/features/MultiProduct/ui/SwatchContentContainer/SwatchContentContainer.d.ts +0 -15
  59. package/dist/cdn/src/features/MultiProduct/ui/SwatchListItem/SwatchListItem.d.ts +0 -41
  60. package/dist/cdn/src/features/MultiProduct/ui/SwatchesMultiProductList/SwatchesMultiProductList.d.ts +0 -29
  61. package/dist/cdn/src/features/MultiProduct/utils/constants.d.ts +0 -6
  62. package/dist/cdn/src/features/MultiProduct/utils/randomList.d.ts +0 -2
  63. package/dist/cdn/src/features/SwatchModule/SwatchModule/ui/SwatchModule.d.ts +0 -2
  64. package/dist/cdn/src/features/swatches/lib/AttributeHelper.d.ts +0 -7
  65. package/dist/cdn/src/features/swatches/lib/SwatchesServices.d.ts +0 -11
  66. package/dist/cdn/src/features/swatches/model/selectors.d.ts +0 -10
  67. package/dist/cdn/src/features/swatches/model/swatchesSlice.d.ts +0 -53
  68. package/dist/cdn/src/features/swatches/model/thunks.d.ts +0 -22
  69. package/dist/cdn/src/features/swatches/model/types.d.ts +0 -148
  70. package/dist/cdn/src/features/swatches/ui/Filters/ColorsFilter.d.ts +0 -1
  71. package/dist/cdn/src/features/swatches/ui/Filters/LooksFilter.d.ts +0 -1
  72. package/dist/cdn/src/features/swatches/ui/Filters/MaterialsFilter.d.ts +0 -1
  73. package/dist/cdn/src/features/swatches/ui/Filters/index.d.ts +0 -1
  74. package/dist/cdn/src/features/swatches/ui/HexGridZoom/HexGridZoom.d.ts +0 -3
  75. package/dist/cdn/src/features/swatches/ui/ImageGridZoom/ImageGridZoom.d.ts +0 -3
  76. package/dist/cdn/src/features/swatches/ui/MaterialSingleProductList/MaterialSingleProductList.d.ts +0 -7
  77. package/dist/cdn/src/features/swatches/ui/ProductElement/index.d.ts +0 -28
  78. package/dist/cdn/src/features/swatches/ui/SwatchWrapper/SwatchWrapper.d.ts +0 -8
  79. package/dist/cdn/src/features/swatches/ui/Swatches.d.ts +0 -2
  80. package/dist/cdn/src/features/swatches/ui/SwatchesList/SwatchesList.d.ts +0 -28
  81. package/dist/cdn/src/features/swatches/ui/SwatchesListWrapper/SwatchesListWrapper.d.ts +0 -1
  82. package/dist/cdn/src/features/swatches/utils/constants.d.ts +0 -3
  83. package/dist/cdn/src/features/swatches/utils/hooks/useCartCount.d.ts +0 -18
  84. package/dist/cdn/src/features/swatches/utils/types.d.ts +0 -22
  85. package/dist/cdn/src/shared/constants/constants.d.ts +0 -1
  86. package/dist/cdn/src/shared/constants/props.d.ts +0 -1058
  87. package/dist/cdn/src/shared/constants/select.d.ts +0 -4
  88. package/dist/cdn/src/shared/constants/selectedMaterials.d.ts +0 -1
  89. package/dist/cdn/src/shared/types/activeTab.d.ts +0 -5
  90. package/dist/cdn/src/shared/types/fetchData.d.ts +0 -41
  91. package/dist/cdn/src/shared/types/svg.d.ts +0 -3
  92. package/dist/cdn/src/shared/ui/CartPrice/CartPrice.d.ts +0 -7
  93. package/dist/cdn/src/shared/ui/Checkbox/Checkbox.d.ts +0 -4
  94. package/dist/cdn/src/shared/ui/CustomButton/CustomButton.d.ts +0 -6
  95. package/dist/cdn/src/shared/ui/CustomModal/CustomModal.d.ts +0 -11
  96. package/dist/cdn/src/shared/ui/CustomSidebar/CustomSidebar.d.ts +0 -8
  97. package/dist/cdn/src/shared/ui/Dialog/Dialog.d.ts +0 -19
  98. package/dist/cdn/src/shared/ui/Hint/Hint.d.ts +0 -60
  99. package/dist/cdn/src/shared/ui/Label/Label.d.ts +0 -7
  100. package/dist/cdn/src/shared/ui/Loader/Loader.d.ts +0 -10
  101. package/dist/cdn/src/shared/ui/Markdown/MDWithAccordion.d.ts +0 -10
  102. package/dist/cdn/src/shared/ui/MaterialItem/MaterialItem.d.ts +0 -8
  103. package/dist/cdn/src/shared/ui/MaterialListItem/MaterialListItem.d.ts +0 -8
  104. package/dist/cdn/src/shared/ui/MultiSelect/MultiSelect.d.ts +0 -20
  105. package/dist/cdn/src/shared/ui/PopoverTooltip/InfoIcon.d.ts +0 -1
  106. package/dist/cdn/src/shared/ui/PopoverTooltip/PopoverTooltip.d.ts +0 -11
  107. package/dist/cdn/src/shared/ui/SingleSelect/SingleSelect.d.ts +0 -18
  108. package/dist/cdn/src/shared/ui/Slider/Slider.d.ts +0 -11
  109. package/dist/cdn/src/shared/ui/SwatchLimitModal/SwatchLimitModal.d.ts +0 -6
  110. package/dist/cdn/src/shared/ui/popover.d.ts +0 -9
  111. package/dist/cdn/src/shared/utils/cn.d.ts +0 -2
  112. package/dist/cdn/src/shared/utils/storageService.d.ts +0 -38
  113. package/dist/cdn/src/shared/utils/toast.d.ts +0 -3
  114. package/dist/cdn/src/shared/utils/uniqueList.d.ts +0 -1
  115. package/dist/components/SwatchesModule.d.ts +0 -11
  116. package/dist/main.cjs +0 -158
  117. package/dist/main.cjs.map +0 -1
  118. package/dist/main.d.ts +0 -9
  119. package/dist/main.js +0 -24547
  120. package/dist/main.js.map +0 -1
  121. package/dist/store/LibraryProvider.d.ts +0 -4
  122. package/dist/store/rootReducer.d.ts +0 -11
  123. package/dist/store/store.d.ts +0 -25
  124. package/dist/store/withStore.d.ts +0 -2
  125. /package/dist/{cdn/vite.svg → vite.svg} +0 -0
@@ -0,0 +1,164 @@
1
+ function e6(e,t){for(var a=0;a<t.length;a++){const n=t[a];if(typeof n!="string"&&!Array.isArray(n)){for(const o in n)if(o!=="default"&&!(o in e)){const l=Object.getOwnPropertyDescriptor(n,o);l&&Object.defineProperty(e,o,l.get?l:{enumerable:!0,get:()=>n[o]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))n(o);new MutationObserver(o=>{for(const l of o)if(l.type==="childList")for(const u of l.addedNodes)u.tagName==="LINK"&&u.rel==="modulepreload"&&n(u)}).observe(document,{childList:!0,subtree:!0});function a(o){const l={};return o.integrity&&(l.integrity=o.integrity),o.referrerPolicy&&(l.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?l.credentials="include":o.crossOrigin==="anonymous"?l.credentials="omit":l.credentials="same-origin",l}function n(o){if(o.ep)return;o.ep=!0;const l=a(o);fetch(o.href,l)}})();function ou(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Sd={exports:{}},ho={},Cd={exports:{}},Oe={};var km;function t6(){if(km)return Oe;km=1;var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),a=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),l=Symbol.for("react.provider"),u=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),f=Symbol.for("react.suspense"),m=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),T=Symbol.iterator;function S(G){return G===null||typeof G!="object"?null:(G=T&&G[T]||G["@@iterator"],typeof G=="function"?G:null)}var v={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},L=Object.assign,M={};function _(G,$,k){this.props=G,this.context=$,this.refs=M,this.updater=k||v}_.prototype.isReactComponent={},_.prototype.setState=function(G,$){if(typeof G!="object"&&typeof G!="function"&&G!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,G,$,"setState")},_.prototype.forceUpdate=function(G){this.updater.enqueueForceUpdate(this,G,"forceUpdate")};function A(){}A.prototype=_.prototype;function R(G,$,k){this.props=G,this.context=$,this.refs=M,this.updater=k||v}var D=R.prototype=new A;D.constructor=R,L(D,_.prototype),D.isPureReactComponent=!0;var O=Array.isArray,B=Object.prototype.hasOwnProperty,P={current:null},H={key:!0,ref:!0,__self:!0,__source:!0};function j(G,$,k){var Te,De={},xe=null,Ae=null;if($!=null)for(Te in $.ref!==void 0&&(Ae=$.ref),$.key!==void 0&&(xe=""+$.key),$)B.call($,Te)&&!H.hasOwnProperty(Te)&&(De[Te]=$[Te]);var ke=arguments.length-2;if(ke===1)De.children=k;else if(1<ke){for(var Be=Array(ke),Qe=0;Qe<ke;Qe++)Be[Qe]=arguments[Qe+2];De.children=Be}if(G&&G.defaultProps)for(Te in ke=G.defaultProps,ke)De[Te]===void 0&&(De[Te]=ke[Te]);return{$$typeof:e,type:G,key:xe,ref:Ae,props:De,_owner:P.current}}function se(G,$){return{$$typeof:e,type:G.type,key:$,ref:G.ref,props:G.props,_owner:G._owner}}function he(G){return typeof G=="object"&&G!==null&&G.$$typeof===e}function ee(G){var $={"=":"=0",":":"=2"};return"$"+G.replace(/[=:]/g,function(k){return $[k]})}var te=/\/+/g;function pe(G,$){return typeof G=="object"&&G!==null&&G.key!=null?ee(""+G.key):$.toString(36)}function X(G,$,k,Te,De){var xe=typeof G;(xe==="undefined"||xe==="boolean")&&(G=null);var Ae=!1;if(G===null)Ae=!0;else switch(xe){case"string":case"number":Ae=!0;break;case"object":switch(G.$$typeof){case e:case t:Ae=!0}}if(Ae)return Ae=G,De=De(Ae),G=Te===""?"."+pe(Ae,0):Te,O(De)?(k="",G!=null&&(k=G.replace(te,"$&/")+"/"),X(De,$,k,"",function(Qe){return Qe})):De!=null&&(he(De)&&(De=se(De,k+(!De.key||Ae&&Ae.key===De.key?"":(""+De.key).replace(te,"$&/")+"/")+G)),$.push(De)),1;if(Ae=0,Te=Te===""?".":Te+":",O(G))for(var ke=0;ke<G.length;ke++){xe=G[ke];var Be=Te+pe(xe,ke);Ae+=X(xe,$,k,Be,De)}else if(Be=S(G),typeof Be=="function")for(G=Be.call(G),ke=0;!(xe=G.next()).done;)xe=xe.value,Be=Te+pe(xe,ke++),Ae+=X(xe,$,k,Be,De);else if(xe==="object")throw $=String(G),Error("Objects are not valid as a React child (found: "+($==="[object Object]"?"object with keys {"+Object.keys(G).join(", ")+"}":$)+"). If you meant to render a collection of children, use an array instead.");return Ae}function Z(G,$,k){if(G==null)return G;var Te=[],De=0;return X(G,Te,"","",function(xe){return $.call(k,xe,De++)}),Te}function le(G){if(G._status===-1){var $=G._result;$=$(),$.then(function(k){(G._status===0||G._status===-1)&&(G._status=1,G._result=k)},function(k){(G._status===0||G._status===-1)&&(G._status=2,G._result=k)}),G._status===-1&&(G._status=0,G._result=$)}if(G._status===1)return G._result.default;throw G._result}var be={current:null},U={transition:null},de={ReactCurrentDispatcher:be,ReactCurrentBatchConfig:U,ReactCurrentOwner:P};function x(){throw Error("act(...) is not supported in production builds of React.")}return Oe.Children={map:Z,forEach:function(G,$,k){Z(G,function(){$.apply(this,arguments)},k)},count:function(G){var $=0;return Z(G,function(){$++}),$},toArray:function(G){return Z(G,function($){return $})||[]},only:function(G){if(!he(G))throw Error("React.Children.only expected to receive a single React element child.");return G}},Oe.Component=_,Oe.Fragment=a,Oe.Profiler=o,Oe.PureComponent=R,Oe.StrictMode=n,Oe.Suspense=f,Oe.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=de,Oe.act=x,Oe.cloneElement=function(G,$,k){if(G==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+G+".");var Te=L({},G.props),De=G.key,xe=G.ref,Ae=G._owner;if($!=null){if($.ref!==void 0&&(xe=$.ref,Ae=P.current),$.key!==void 0&&(De=""+$.key),G.type&&G.type.defaultProps)var ke=G.type.defaultProps;for(Be in $)B.call($,Be)&&!H.hasOwnProperty(Be)&&(Te[Be]=$[Be]===void 0&&ke!==void 0?ke[Be]:$[Be])}var Be=arguments.length-2;if(Be===1)Te.children=k;else if(1<Be){ke=Array(Be);for(var Qe=0;Qe<Be;Qe++)ke[Qe]=arguments[Qe+2];Te.children=ke}return{$$typeof:e,type:G.type,key:De,ref:xe,props:Te,_owner:Ae}},Oe.createContext=function(G){return G={$$typeof:u,_currentValue:G,_currentValue2:G,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},G.Provider={$$typeof:l,_context:G},G.Consumer=G},Oe.createElement=j,Oe.createFactory=function(G){var $=j.bind(null,G);return $.type=G,$},Oe.createRef=function(){return{current:null}},Oe.forwardRef=function(G){return{$$typeof:c,render:G}},Oe.isValidElement=he,Oe.lazy=function(G){return{$$typeof:p,_payload:{_status:-1,_result:G},_init:le}},Oe.memo=function(G,$){return{$$typeof:m,type:G,compare:$===void 0?null:$}},Oe.startTransition=function(G){var $=U.transition;U.transition={};try{G()}finally{U.transition=$}},Oe.unstable_act=x,Oe.useCallback=function(G,$){return be.current.useCallback(G,$)},Oe.useContext=function(G){return be.current.useContext(G)},Oe.useDebugValue=function(){},Oe.useDeferredValue=function(G){return be.current.useDeferredValue(G)},Oe.useEffect=function(G,$){return be.current.useEffect(G,$)},Oe.useId=function(){return be.current.useId()},Oe.useImperativeHandle=function(G,$,k){return be.current.useImperativeHandle(G,$,k)},Oe.useInsertionEffect=function(G,$){return be.current.useInsertionEffect(G,$)},Oe.useLayoutEffect=function(G,$){return be.current.useLayoutEffect(G,$)},Oe.useMemo=function(G,$){return be.current.useMemo(G,$)},Oe.useReducer=function(G,$,k){return be.current.useReducer(G,$,k)},Oe.useRef=function(G){return be.current.useRef(G)},Oe.useState=function(G){return be.current.useState(G)},Oe.useSyncExternalStore=function(G,$,k){return be.current.useSyncExternalStore(G,$,k)},Oe.useTransition=function(){return be.current.useTransition()},Oe.version="18.3.1",Oe}var zm;function lu(){return zm||(zm=1,Cd.exports=t6()),Cd.exports}var Nm;function a6(){if(Nm)return ho;Nm=1;var e=lu(),t=Symbol.for("react.element"),a=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,l={key:!0,ref:!0,__self:!0,__source:!0};function u(c,f,m){var p,T={},S=null,v=null;m!==void 0&&(S=""+m),f.key!==void 0&&(S=""+f.key),f.ref!==void 0&&(v=f.ref);for(p in f)n.call(f,p)&&!l.hasOwnProperty(p)&&(T[p]=f[p]);if(c&&c.defaultProps)for(p in f=c.defaultProps,f)T[p]===void 0&&(T[p]=f[p]);return{$$typeof:t,type:c,key:S,ref:v,props:T,_owner:o.current}}return ho.Fragment=a,ho.jsx=u,ho.jsxs=u,ho}var Pm;function r6(){return Pm||(Pm=1,Sd.exports=a6()),Sd.exports}var C=r6(),E=lu();const Ze=ou(E),X5=e6({__proto__:null,default:Ze},[E]);var Ts={},yd={exports:{}},qt={},Ed={exports:{}},Md={};var Bm;function n6(){return Bm||(Bm=1,(function(e){function t(U,de){var x=U.length;U.push(de);e:for(;0<x;){var G=x-1>>>1,$=U[G];if(0<o($,de))U[G]=de,U[x]=$,x=G;else break e}}function a(U){return U.length===0?null:U[0]}function n(U){if(U.length===0)return null;var de=U[0],x=U.pop();if(x!==de){U[0]=x;e:for(var G=0,$=U.length,k=$>>>1;G<k;){var Te=2*(G+1)-1,De=U[Te],xe=Te+1,Ae=U[xe];if(0>o(De,x))xe<$&&0>o(Ae,De)?(U[G]=Ae,U[xe]=x,G=xe):(U[G]=De,U[Te]=x,G=Te);else if(xe<$&&0>o(Ae,x))U[G]=Ae,U[xe]=x,G=xe;else break e}}return de}function o(U,de){var x=U.sortIndex-de.sortIndex;return x!==0?x:U.id-de.id}if(typeof performance=="object"&&typeof performance.now=="function"){var l=performance;e.unstable_now=function(){return l.now()}}else{var u=Date,c=u.now();e.unstable_now=function(){return u.now()-c}}var f=[],m=[],p=1,T=null,S=3,v=!1,L=!1,M=!1,_=typeof setTimeout=="function"?setTimeout:null,A=typeof clearTimeout=="function"?clearTimeout:null,R=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function D(U){for(var de=a(m);de!==null;){if(de.callback===null)n(m);else if(de.startTime<=U)n(m),de.sortIndex=de.expirationTime,t(f,de);else break;de=a(m)}}function O(U){if(M=!1,D(U),!L)if(a(f)!==null)L=!0,le(B);else{var de=a(m);de!==null&&be(O,de.startTime-U)}}function B(U,de){L=!1,M&&(M=!1,A(j),j=-1),v=!0;var x=S;try{for(D(de),T=a(f);T!==null&&(!(T.expirationTime>de)||U&&!ee());){var G=T.callback;if(typeof G=="function"){T.callback=null,S=T.priorityLevel;var $=G(T.expirationTime<=de);de=e.unstable_now(),typeof $=="function"?T.callback=$:T===a(f)&&n(f),D(de)}else n(f);T=a(f)}if(T!==null)var k=!0;else{var Te=a(m);Te!==null&&be(O,Te.startTime-de),k=!1}return k}finally{T=null,S=x,v=!1}}var P=!1,H=null,j=-1,se=5,he=-1;function ee(){return!(e.unstable_now()-he<se)}function te(){if(H!==null){var U=e.unstable_now();he=U;var de=!0;try{de=H(!0,U)}finally{de?pe():(P=!1,H=null)}}else P=!1}var pe;if(typeof R=="function")pe=function(){R(te)};else if(typeof MessageChannel<"u"){var X=new MessageChannel,Z=X.port2;X.port1.onmessage=te,pe=function(){Z.postMessage(null)}}else pe=function(){_(te,0)};function le(U){H=U,P||(P=!0,pe())}function be(U,de){j=_(function(){U(e.unstable_now())},de)}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(U){U.callback=null},e.unstable_continueExecution=function(){L||v||(L=!0,le(B))},e.unstable_forceFrameRate=function(U){0>U||125<U?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):se=0<U?Math.floor(1e3/U):5},e.unstable_getCurrentPriorityLevel=function(){return S},e.unstable_getFirstCallbackNode=function(){return a(f)},e.unstable_next=function(U){switch(S){case 1:case 2:case 3:var de=3;break;default:de=S}var x=S;S=de;try{return U()}finally{S=x}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(U,de){switch(U){case 1:case 2:case 3:case 4:case 5:break;default:U=3}var x=S;S=U;try{return de()}finally{S=x}},e.unstable_scheduleCallback=function(U,de,x){var G=e.unstable_now();switch(typeof x=="object"&&x!==null?(x=x.delay,x=typeof x=="number"&&0<x?G+x:G):x=G,U){case 1:var $=-1;break;case 2:$=250;break;case 5:$=1073741823;break;case 4:$=1e4;break;default:$=5e3}return $=x+$,U={id:p++,callback:de,priorityLevel:U,startTime:x,expirationTime:$,sortIndex:-1},x>G?(U.sortIndex=x,t(m,U),a(f)===null&&U===a(m)&&(M?(A(j),j=-1):M=!0,be(O,x-G))):(U.sortIndex=$,t(f,U),L||v||(L=!0,le(B))),U},e.unstable_shouldYield=ee,e.unstable_wrapCallback=function(U){var de=S;return function(){var x=S;S=de;try{return U.apply(this,arguments)}finally{S=x}}}})(Md)),Md}var Fm;function i6(){return Fm||(Fm=1,Ed.exports=n6()),Ed.exports}var Om;function o6(){if(Om)return qt;Om=1;var e=lu(),t=i6();function a(r){for(var i="https://reactjs.org/docs/error-decoder.html?invariant="+r,s=1;s<arguments.length;s++)i+="&args[]="+encodeURIComponent(arguments[s]);return"Minified React error #"+r+"; visit "+i+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var n=new Set,o={};function l(r,i){u(r,i),u(r+"Capture",i)}function u(r,i){for(o[r]=i,r=0;r<i.length;r++)n.add(i[r])}var c=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),f=Object.prototype.hasOwnProperty,m=/^[: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]*$/,p={},T={};function S(r){return f.call(T,r)?!0:f.call(p,r)?!1:m.test(r)?T[r]=!0:(p[r]=!0,!1)}function v(r,i,s,d){if(s!==null&&s.type===0)return!1;switch(typeof i){case"function":case"symbol":return!0;case"boolean":return d?!1:s!==null?!s.acceptsBooleans:(r=r.toLowerCase().slice(0,5),r!=="data-"&&r!=="aria-");default:return!1}}function L(r,i,s,d){if(i===null||typeof i>"u"||v(r,i,s,d))return!0;if(d)return!1;if(s!==null)switch(s.type){case 3:return!i;case 4:return i===!1;case 5:return isNaN(i);case 6:return isNaN(i)||1>i}return!1}function M(r,i,s,d,h,g,y){this.acceptsBooleans=i===2||i===3||i===4,this.attributeName=d,this.attributeNamespace=h,this.mustUseProperty=s,this.propertyName=r,this.type=i,this.sanitizeURL=g,this.removeEmptyString=y}var _={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(r){_[r]=new M(r,0,!1,r,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(r){var i=r[0];_[i]=new M(i,1,!1,r[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(r){_[r]=new M(r,2,!1,r.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(r){_[r]=new M(r,2,!1,r,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(r){_[r]=new M(r,3,!1,r.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(r){_[r]=new M(r,3,!0,r,null,!1,!1)}),["capture","download"].forEach(function(r){_[r]=new M(r,4,!1,r,null,!1,!1)}),["cols","rows","size","span"].forEach(function(r){_[r]=new M(r,6,!1,r,null,!1,!1)}),["rowSpan","start"].forEach(function(r){_[r]=new M(r,5,!1,r.toLowerCase(),null,!1,!1)});var A=/[\-:]([a-z])/g;function R(r){return r[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(r){var i=r.replace(A,R);_[i]=new M(i,1,!1,r,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(r){var i=r.replace(A,R);_[i]=new M(i,1,!1,r,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(r){var i=r.replace(A,R);_[i]=new M(i,1,!1,r,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(r){_[r]=new M(r,1,!1,r.toLowerCase(),null,!1,!1)}),_.xlinkHref=new M("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(r){_[r]=new M(r,1,!1,r.toLowerCase(),null,!0,!0)});function D(r,i,s,d){var h=_.hasOwnProperty(i)?_[i]:null;(h!==null?h.type!==0:d||!(2<i.length)||i[0]!=="o"&&i[0]!=="O"||i[1]!=="n"&&i[1]!=="N")&&(L(i,s,h,d)&&(s=null),d||h===null?S(i)&&(s===null?r.removeAttribute(i):r.setAttribute(i,""+s)):h.mustUseProperty?r[h.propertyName]=s===null?h.type===3?!1:"":s:(i=h.attributeName,d=h.attributeNamespace,s===null?r.removeAttribute(i):(h=h.type,s=h===3||h===4&&s===!0?"":""+s,d?r.setAttributeNS(d,i,s):r.setAttribute(i,s))))}var O=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,B=Symbol.for("react.element"),P=Symbol.for("react.portal"),H=Symbol.for("react.fragment"),j=Symbol.for("react.strict_mode"),se=Symbol.for("react.profiler"),he=Symbol.for("react.provider"),ee=Symbol.for("react.context"),te=Symbol.for("react.forward_ref"),pe=Symbol.for("react.suspense"),X=Symbol.for("react.suspense_list"),Z=Symbol.for("react.memo"),le=Symbol.for("react.lazy"),be=Symbol.for("react.offscreen"),U=Symbol.iterator;function de(r){return r===null||typeof r!="object"?null:(r=U&&r[U]||r["@@iterator"],typeof r=="function"?r:null)}var x=Object.assign,G;function $(r){if(G===void 0)try{throw Error()}catch(s){var i=s.stack.trim().match(/\n( *(at )?)/);G=i&&i[1]||""}return`
2
+ `+G+r}var k=!1;function Te(r,i){if(!r||k)return"";k=!0;var s=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(i)if(i=function(){throw Error()},Object.defineProperty(i.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(i,[])}catch(Q){var d=Q}Reflect.construct(r,[],i)}else{try{i.call()}catch(Q){d=Q}r.call(i.prototype)}else{try{throw Error()}catch(Q){d=Q}r()}}catch(Q){if(Q&&d&&typeof Q.stack=="string"){for(var h=Q.stack.split(`
3
+ `),g=d.stack.split(`
4
+ `),y=h.length-1,z=g.length-1;1<=y&&0<=z&&h[y]!==g[z];)z--;for(;1<=y&&0<=z;y--,z--)if(h[y]!==g[z]){if(y!==1||z!==1)do if(y--,z--,0>z||h[y]!==g[z]){var F=`
5
+ `+h[y].replace(" at new "," at ");return r.displayName&&F.includes("<anonymous>")&&(F=F.replace("<anonymous>",r.displayName)),F}while(1<=y&&0<=z);break}}}finally{k=!1,Error.prepareStackTrace=s}return(r=r?r.displayName||r.name:"")?$(r):""}function De(r){switch(r.tag){case 5:return $(r.type);case 16:return $("Lazy");case 13:return $("Suspense");case 19:return $("SuspenseList");case 0:case 2:case 15:return r=Te(r.type,!1),r;case 11:return r=Te(r.type.render,!1),r;case 1:return r=Te(r.type,!0),r;default:return""}}function xe(r){if(r==null)return null;if(typeof r=="function")return r.displayName||r.name||null;if(typeof r=="string")return r;switch(r){case H:return"Fragment";case P:return"Portal";case se:return"Profiler";case j:return"StrictMode";case pe:return"Suspense";case X:return"SuspenseList"}if(typeof r=="object")switch(r.$$typeof){case ee:return(r.displayName||"Context")+".Consumer";case he:return(r._context.displayName||"Context")+".Provider";case te:var i=r.render;return r=r.displayName,r||(r=i.displayName||i.name||"",r=r!==""?"ForwardRef("+r+")":"ForwardRef"),r;case Z:return i=r.displayName||null,i!==null?i:xe(r.type)||"Memo";case le:i=r._payload,r=r._init;try{return xe(r(i))}catch{}}return null}function Ae(r){var i=r.type;switch(r.tag){case 24:return"Cache";case 9:return(i.displayName||"Context")+".Consumer";case 10:return(i._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return r=i.render,r=r.displayName||r.name||"",i.displayName||(r!==""?"ForwardRef("+r+")":"ForwardRef");case 7:return"Fragment";case 5:return i;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return xe(i);case 8:return i===j?"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(typeof i=="function")return i.displayName||i.name||null;if(typeof i=="string")return i}return null}function ke(r){switch(typeof r){case"boolean":case"number":case"string":case"undefined":return r;case"object":return r;default:return""}}function Be(r){var i=r.type;return(r=r.nodeName)&&r.toLowerCase()==="input"&&(i==="checkbox"||i==="radio")}function Qe(r){var i=Be(r)?"checked":"value",s=Object.getOwnPropertyDescriptor(r.constructor.prototype,i),d=""+r[i];if(!r.hasOwnProperty(i)&&typeof s<"u"&&typeof s.get=="function"&&typeof s.set=="function"){var h=s.get,g=s.set;return Object.defineProperty(r,i,{configurable:!0,get:function(){return h.call(this)},set:function(y){d=""+y,g.call(this,y)}}),Object.defineProperty(r,i,{enumerable:s.enumerable}),{getValue:function(){return d},setValue:function(y){d=""+y},stopTracking:function(){r._valueTracker=null,delete r[i]}}}}function zt(r){r._valueTracker||(r._valueTracker=Qe(r))}function Sa(r){if(!r)return!1;var i=r._valueTracker;if(!i)return!0;var s=i.getValue(),d="";return r&&(d=Be(r)?r.checked?"true":"false":r.value),r=d,r!==s?(i.setValue(r),!0):!1}function Ca(r){if(r=r||(typeof document<"u"?document:void 0),typeof r>"u")return null;try{return r.activeElement||r.body}catch{return r.body}}function Ii(r,i){var s=i.checked;return x({},i,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:s??r._wrapperState.initialChecked})}function _i(r,i){var s=i.defaultValue==null?"":i.defaultValue,d=i.checked!=null?i.checked:i.defaultChecked;s=ke(i.value!=null?i.value:s),r._wrapperState={initialChecked:d,initialValue:s,controlled:i.type==="checkbox"||i.type==="radio"?i.checked!=null:i.value!=null}}function Di(r,i){i=i.checked,i!=null&&D(r,"checked",i,!1)}function Mn(r,i){Di(r,i);var s=ke(i.value),d=i.type;if(s!=null)d==="number"?(s===0&&r.value===""||r.value!=s)&&(r.value=""+s):r.value!==""+s&&(r.value=""+s);else if(d==="submit"||d==="reset"){r.removeAttribute("value");return}i.hasOwnProperty("value")?An(r,i.type,s):i.hasOwnProperty("defaultValue")&&An(r,i.type,ke(i.defaultValue)),i.checked==null&&i.defaultChecked!=null&&(r.defaultChecked=!!i.defaultChecked)}function ll(r,i,s){if(i.hasOwnProperty("value")||i.hasOwnProperty("defaultValue")){var d=i.type;if(!(d!=="submit"&&d!=="reset"||i.value!==void 0&&i.value!==null))return;i=""+r._wrapperState.initialValue,s||i===r.value||(r.value=i),r.defaultValue=i}s=r.name,s!==""&&(r.name=""),r.defaultChecked=!!r._wrapperState.initialChecked,s!==""&&(r.name=s)}function An(r,i,s){(i!=="number"||Ca(r.ownerDocument)!==r)&&(s==null?r.defaultValue=""+r._wrapperState.initialValue:r.defaultValue!==""+s&&(r.defaultValue=""+s))}var br=Array.isArray;function mr(r,i,s,d){if(r=r.options,i){i={};for(var h=0;h<s.length;h++)i["$"+s[h]]=!0;for(s=0;s<r.length;s++)h=i.hasOwnProperty("$"+r[s].value),r[s].selected!==h&&(r[s].selected=h),h&&d&&(r[s].defaultSelected=!0)}else{for(s=""+ke(s),i=null,h=0;h<r.length;h++){if(r[h].value===s){r[h].selected=!0,d&&(r[h].defaultSelected=!0);return}i!==null||r[h].disabled||(i=r[h])}i!==null&&(i.selected=!0)}}function wi(r,i){if(i.dangerouslySetInnerHTML!=null)throw Error(a(91));return x({},i,{value:void 0,defaultValue:void 0,children:""+r._wrapperState.initialValue})}function sl(r,i){var s=i.value;if(s==null){if(s=i.children,i=i.defaultValue,s!=null){if(i!=null)throw Error(a(92));if(br(s)){if(1<s.length)throw Error(a(93));s=s[0]}i=s}i==null&&(i=""),s=i}r._wrapperState={initialValue:ke(s)}}function ul(r,i){var s=ke(i.value),d=ke(i.defaultValue);s!=null&&(s=""+s,s!==r.value&&(r.value=s),i.defaultValue==null&&r.defaultValue!==s&&(r.defaultValue=s)),d!=null&&(r.defaultValue=""+d)}function cl(r){var i=r.textContent;i===r._wrapperState.initialValue&&i!==""&&i!==null&&(r.value=i)}function J(r){switch(r){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 me(r,i){return r==null||r==="http://www.w3.org/1999/xhtml"?J(i):r==="http://www.w3.org/2000/svg"&&i==="foreignObject"?"http://www.w3.org/1999/xhtml":r}var _e,Fe=(function(r){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(i,s,d,h){MSApp.execUnsafeLocalFunction(function(){return r(i,s,d,h)})}:r})(function(r,i){if(r.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in r)r.innerHTML=i;else{for(_e=_e||document.createElement("div"),_e.innerHTML="<svg>"+i.valueOf().toString()+"</svg>",i=_e.firstChild;r.firstChild;)r.removeChild(r.firstChild);for(;i.firstChild;)r.appendChild(i.firstChild)}});function We(r,i){if(i){var s=r.firstChild;if(s&&s===r.lastChild&&s.nodeType===3){s.nodeValue=i;return}}r.textContent=i}var Ct={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},Xa=["Webkit","ms","Moz","O"];Object.keys(Ct).forEach(function(r){Xa.forEach(function(i){i=i+r.charAt(0).toUpperCase()+r.substring(1),Ct[i]=Ct[r]})});function ca(r,i,s){return i==null||typeof i=="boolean"||i===""?"":s||typeof i!="number"||i===0||Ct.hasOwnProperty(r)&&Ct[r]?(""+i).trim():i+"px"}function hr(r,i){r=r.style;for(var s in i)if(i.hasOwnProperty(s)){var d=s.indexOf("--")===0,h=ca(s,i[s],d);s==="float"&&(s="cssFloat"),d?r.setProperty(s,h):r[s]=h}}var Qr=x({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 yt(r,i){if(i){if(Qr[r]&&(i.children!=null||i.dangerouslySetInnerHTML!=null))throw Error(a(137,r));if(i.dangerouslySetInnerHTML!=null){if(i.children!=null)throw Error(a(60));if(typeof i.dangerouslySetInnerHTML!="object"||!("__html"in i.dangerouslySetInnerHTML))throw Error(a(61))}if(i.style!=null&&typeof i.style!="object")throw Error(a(62))}}function za(r,i){if(r.indexOf("-")===-1)return typeof i.is=="string";switch(r){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 Jt=null;function Nu(r){return r=r.target||r.srcElement||window,r.correspondingUseElement&&(r=r.correspondingUseElement),r.nodeType===3?r.parentNode:r}var Pu=null,xn=null,Ln=null;function $0(r){if(r=Zi(r)){if(typeof Pu!="function")throw Error(a(280));var i=r.stateNode;i&&(i=kl(i),Pu(r.stateNode,r.type,i))}}function X0(r){xn?Ln?Ln.push(r):Ln=[r]:xn=r}function J0(){if(xn){var r=xn,i=Ln;if(Ln=xn=null,$0(r),i)for(r=0;r<i.length;r++)$0(i[r])}}function Z0(r,i){return r(i)}function eb(){}var Bu=!1;function tb(r,i,s){if(Bu)return r(i,s);Bu=!0;try{return Z0(r,i,s)}finally{Bu=!1,(xn!==null||Ln!==null)&&(eb(),J0())}}function Ri(r,i){var s=r.stateNode;if(s===null)return null;var d=kl(s);if(d===null)return null;s=d[i];e:switch(i){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(d=!d.disabled)||(r=r.type,d=!(r==="button"||r==="input"||r==="select"||r==="textarea")),r=!d;break e;default:r=!1}if(r)return null;if(s&&typeof s!="function")throw Error(a(231,i,typeof s));return s}var Fu=!1;if(c)try{var ki={};Object.defineProperty(ki,"passive",{get:function(){Fu=!0}}),window.addEventListener("test",ki,ki),window.removeEventListener("test",ki,ki)}catch{Fu=!1}function o8(r,i,s,d,h,g,y,z,F){var Q=Array.prototype.slice.call(arguments,3);try{i.apply(s,Q)}catch(ne){this.onError(ne)}}var zi=!1,dl=null,fl=!1,Ou=null,l8={onError:function(r){zi=!0,dl=r}};function s8(r,i,s,d,h,g,y,z,F){zi=!1,dl=null,o8.apply(l8,arguments)}function u8(r,i,s,d,h,g,y,z,F){if(s8.apply(this,arguments),zi){if(zi){var Q=dl;zi=!1,dl=null}else throw Error(a(198));fl||(fl=!0,Ou=Q)}}function Yr(r){var i=r,s=r;if(r.alternate)for(;i.return;)i=i.return;else{r=i;do i=r,(i.flags&4098)!==0&&(s=i.return),r=i.return;while(r)}return i.tag===3?s:null}function ab(r){if(r.tag===13){var i=r.memoizedState;if(i===null&&(r=r.alternate,r!==null&&(i=r.memoizedState)),i!==null)return i.dehydrated}return null}function rb(r){if(Yr(r)!==r)throw Error(a(188))}function c8(r){var i=r.alternate;if(!i){if(i=Yr(r),i===null)throw Error(a(188));return i!==r?null:r}for(var s=r,d=i;;){var h=s.return;if(h===null)break;var g=h.alternate;if(g===null){if(d=h.return,d!==null){s=d;continue}break}if(h.child===g.child){for(g=h.child;g;){if(g===s)return rb(h),r;if(g===d)return rb(h),i;g=g.sibling}throw Error(a(188))}if(s.return!==d.return)s=h,d=g;else{for(var y=!1,z=h.child;z;){if(z===s){y=!0,s=h,d=g;break}if(z===d){y=!0,d=h,s=g;break}z=z.sibling}if(!y){for(z=g.child;z;){if(z===s){y=!0,s=g,d=h;break}if(z===d){y=!0,d=g,s=h;break}z=z.sibling}if(!y)throw Error(a(189))}}if(s.alternate!==d)throw Error(a(190))}if(s.tag!==3)throw Error(a(188));return s.stateNode.current===s?r:i}function nb(r){return r=c8(r),r!==null?ib(r):null}function ib(r){if(r.tag===5||r.tag===6)return r;for(r=r.child;r!==null;){var i=ib(r);if(i!==null)return i;r=r.sibling}return null}var ob=t.unstable_scheduleCallback,lb=t.unstable_cancelCallback,d8=t.unstable_shouldYield,f8=t.unstable_requestPaint,lt=t.unstable_now,b8=t.unstable_getCurrentPriorityLevel,Gu=t.unstable_ImmediatePriority,sb=t.unstable_UserBlockingPriority,bl=t.unstable_NormalPriority,m8=t.unstable_LowPriority,ub=t.unstable_IdlePriority,ml=null,Na=null;function h8(r){if(Na&&typeof Na.onCommitFiberRoot=="function")try{Na.onCommitFiberRoot(ml,r,void 0,(r.current.flags&128)===128)}catch{}}var ya=Math.clz32?Math.clz32:T8,p8=Math.log,g8=Math.LN2;function T8(r){return r>>>=0,r===0?32:31-(p8(r)/g8|0)|0}var hl=64,pl=4194304;function Ni(r){switch(r&-r){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 r&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return r&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return r}}function gl(r,i){var s=r.pendingLanes;if(s===0)return 0;var d=0,h=r.suspendedLanes,g=r.pingedLanes,y=s&268435455;if(y!==0){var z=y&~h;z!==0?d=Ni(z):(g&=y,g!==0&&(d=Ni(g)))}else y=s&~h,y!==0?d=Ni(y):g!==0&&(d=Ni(g));if(d===0)return 0;if(i!==0&&i!==d&&(i&h)===0&&(h=d&-d,g=i&-i,h>=g||h===16&&(g&4194240)!==0))return i;if((d&4)!==0&&(d|=s&16),i=r.entangledLanes,i!==0)for(r=r.entanglements,i&=d;0<i;)s=31-ya(i),h=1<<s,d|=r[s],i&=~h;return d}function v8(r,i){switch(r){case 1:case 2:case 4:return i+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 i+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function S8(r,i){for(var s=r.suspendedLanes,d=r.pingedLanes,h=r.expirationTimes,g=r.pendingLanes;0<g;){var y=31-ya(g),z=1<<y,F=h[y];F===-1?((z&s)===0||(z&d)!==0)&&(h[y]=v8(z,i)):F<=i&&(r.expiredLanes|=z),g&=~z}}function Wu(r){return r=r.pendingLanes&-1073741825,r!==0?r:r&1073741824?1073741824:0}function cb(){var r=hl;return hl<<=1,(hl&4194240)===0&&(hl=64),r}function Uu(r){for(var i=[],s=0;31>s;s++)i.push(r);return i}function Pi(r,i,s){r.pendingLanes|=i,i!==536870912&&(r.suspendedLanes=0,r.pingedLanes=0),r=r.eventTimes,i=31-ya(i),r[i]=s}function C8(r,i){var s=r.pendingLanes&~i;r.pendingLanes=i,r.suspendedLanes=0,r.pingedLanes=0,r.expiredLanes&=i,r.mutableReadLanes&=i,r.entangledLanes&=i,i=r.entanglements;var d=r.eventTimes;for(r=r.expirationTimes;0<s;){var h=31-ya(s),g=1<<h;i[h]=0,d[h]=-1,r[h]=-1,s&=~g}}function Hu(r,i){var s=r.entangledLanes|=i;for(r=r.entanglements;s;){var d=31-ya(s),h=1<<d;h&i|r[d]&i&&(r[d]|=i),s&=~h}}var Ke=0;function db(r){return r&=-r,1<r?4<r?(r&268435455)!==0?16:536870912:4:1}var fb,ju,bb,mb,hb,Vu=!1,Tl=[],pr=null,gr=null,Tr=null,Bi=new Map,Fi=new Map,vr=[],y8="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 pb(r,i){switch(r){case"focusin":case"focusout":pr=null;break;case"dragenter":case"dragleave":gr=null;break;case"mouseover":case"mouseout":Tr=null;break;case"pointerover":case"pointerout":Bi.delete(i.pointerId);break;case"gotpointercapture":case"lostpointercapture":Fi.delete(i.pointerId)}}function Oi(r,i,s,d,h,g){return r===null||r.nativeEvent!==g?(r={blockedOn:i,domEventName:s,eventSystemFlags:d,nativeEvent:g,targetContainers:[h]},i!==null&&(i=Zi(i),i!==null&&ju(i)),r):(r.eventSystemFlags|=d,i=r.targetContainers,h!==null&&i.indexOf(h)===-1&&i.push(h),r)}function E8(r,i,s,d,h){switch(i){case"focusin":return pr=Oi(pr,r,i,s,d,h),!0;case"dragenter":return gr=Oi(gr,r,i,s,d,h),!0;case"mouseover":return Tr=Oi(Tr,r,i,s,d,h),!0;case"pointerover":var g=h.pointerId;return Bi.set(g,Oi(Bi.get(g)||null,r,i,s,d,h)),!0;case"gotpointercapture":return g=h.pointerId,Fi.set(g,Oi(Fi.get(g)||null,r,i,s,d,h)),!0}return!1}function gb(r){var i=$r(r.target);if(i!==null){var s=Yr(i);if(s!==null){if(i=s.tag,i===13){if(i=ab(s),i!==null){r.blockedOn=i,hb(r.priority,function(){bb(s)});return}}else if(i===3&&s.stateNode.current.memoizedState.isDehydrated){r.blockedOn=s.tag===3?s.stateNode.containerInfo:null;return}}}r.blockedOn=null}function vl(r){if(r.blockedOn!==null)return!1;for(var i=r.targetContainers;0<i.length;){var s=qu(r.domEventName,r.eventSystemFlags,i[0],r.nativeEvent);if(s===null){s=r.nativeEvent;var d=new s.constructor(s.type,s);Jt=d,s.target.dispatchEvent(d),Jt=null}else return i=Zi(s),i!==null&&ju(i),r.blockedOn=s,!1;i.shift()}return!0}function Tb(r,i,s){vl(r)&&s.delete(i)}function M8(){Vu=!1,pr!==null&&vl(pr)&&(pr=null),gr!==null&&vl(gr)&&(gr=null),Tr!==null&&vl(Tr)&&(Tr=null),Bi.forEach(Tb),Fi.forEach(Tb)}function Gi(r,i){r.blockedOn===i&&(r.blockedOn=null,Vu||(Vu=!0,t.unstable_scheduleCallback(t.unstable_NormalPriority,M8)))}function Wi(r){function i(h){return Gi(h,r)}if(0<Tl.length){Gi(Tl[0],r);for(var s=1;s<Tl.length;s++){var d=Tl[s];d.blockedOn===r&&(d.blockedOn=null)}}for(pr!==null&&Gi(pr,r),gr!==null&&Gi(gr,r),Tr!==null&&Gi(Tr,r),Bi.forEach(i),Fi.forEach(i),s=0;s<vr.length;s++)d=vr[s],d.blockedOn===r&&(d.blockedOn=null);for(;0<vr.length&&(s=vr[0],s.blockedOn===null);)gb(s),s.blockedOn===null&&vr.shift()}var In=O.ReactCurrentBatchConfig,Sl=!0;function A8(r,i,s,d){var h=Ke,g=In.transition;In.transition=null;try{Ke=1,Ku(r,i,s,d)}finally{Ke=h,In.transition=g}}function x8(r,i,s,d){var h=Ke,g=In.transition;In.transition=null;try{Ke=4,Ku(r,i,s,d)}finally{Ke=h,In.transition=g}}function Ku(r,i,s,d){if(Sl){var h=qu(r,i,s,d);if(h===null)cc(r,i,d,Cl,s),pb(r,d);else if(E8(h,r,i,s,d))d.stopPropagation();else if(pb(r,d),i&4&&-1<y8.indexOf(r)){for(;h!==null;){var g=Zi(h);if(g!==null&&fb(g),g=qu(r,i,s,d),g===null&&cc(r,i,d,Cl,s),g===h)break;h=g}h!==null&&d.stopPropagation()}else cc(r,i,d,null,s)}}var Cl=null;function qu(r,i,s,d){if(Cl=null,r=Nu(d),r=$r(r),r!==null)if(i=Yr(r),i===null)r=null;else if(s=i.tag,s===13){if(r=ab(i),r!==null)return r;r=null}else if(s===3){if(i.stateNode.current.memoizedState.isDehydrated)return i.tag===3?i.stateNode.containerInfo:null;r=null}else i!==r&&(r=null);return Cl=r,null}function vb(r){switch(r){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(b8()){case Gu:return 1;case sb:return 4;case bl:case m8:return 16;case ub:return 536870912;default:return 16}default:return 16}}var Sr=null,Qu=null,yl=null;function Sb(){if(yl)return yl;var r,i=Qu,s=i.length,d,h="value"in Sr?Sr.value:Sr.textContent,g=h.length;for(r=0;r<s&&i[r]===h[r];r++);var y=s-r;for(d=1;d<=y&&i[s-d]===h[g-d];d++);return yl=h.slice(r,1<d?1-d:void 0)}function El(r){var i=r.keyCode;return"charCode"in r?(r=r.charCode,r===0&&i===13&&(r=13)):r=i,r===10&&(r=13),32<=r||r===13?r:0}function Ml(){return!0}function Cb(){return!1}function Zt(r){function i(s,d,h,g,y){this._reactName=s,this._targetInst=h,this.type=d,this.nativeEvent=g,this.target=y,this.currentTarget=null;for(var z in r)r.hasOwnProperty(z)&&(s=r[z],this[z]=s?s(g):g[z]);return this.isDefaultPrevented=(g.defaultPrevented!=null?g.defaultPrevented:g.returnValue===!1)?Ml:Cb,this.isPropagationStopped=Cb,this}return x(i.prototype,{preventDefault:function(){this.defaultPrevented=!0;var s=this.nativeEvent;s&&(s.preventDefault?s.preventDefault():typeof s.returnValue!="unknown"&&(s.returnValue=!1),this.isDefaultPrevented=Ml)},stopPropagation:function(){var s=this.nativeEvent;s&&(s.stopPropagation?s.stopPropagation():typeof s.cancelBubble!="unknown"&&(s.cancelBubble=!0),this.isPropagationStopped=Ml)},persist:function(){},isPersistent:Ml}),i}var _n={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(r){return r.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Yu=Zt(_n),Ui=x({},_n,{view:0,detail:0}),L8=Zt(Ui),$u,Xu,Hi,Al=x({},Ui,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Zu,button:0,buttons:0,relatedTarget:function(r){return r.relatedTarget===void 0?r.fromElement===r.srcElement?r.toElement:r.fromElement:r.relatedTarget},movementX:function(r){return"movementX"in r?r.movementX:(r!==Hi&&(Hi&&r.type==="mousemove"?($u=r.screenX-Hi.screenX,Xu=r.screenY-Hi.screenY):Xu=$u=0,Hi=r),$u)},movementY:function(r){return"movementY"in r?r.movementY:Xu}}),yb=Zt(Al),I8=x({},Al,{dataTransfer:0}),_8=Zt(I8),D8=x({},Ui,{relatedTarget:0}),Ju=Zt(D8),w8=x({},_n,{animationName:0,elapsedTime:0,pseudoElement:0}),R8=Zt(w8),k8=x({},_n,{clipboardData:function(r){return"clipboardData"in r?r.clipboardData:window.clipboardData}}),z8=Zt(k8),N8=x({},_n,{data:0}),Eb=Zt(N8),P8={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},B8={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"},F8={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function O8(r){var i=this.nativeEvent;return i.getModifierState?i.getModifierState(r):(r=F8[r])?!!i[r]:!1}function Zu(){return O8}var G8=x({},Ui,{key:function(r){if(r.key){var i=P8[r.key]||r.key;if(i!=="Unidentified")return i}return r.type==="keypress"?(r=El(r),r===13?"Enter":String.fromCharCode(r)):r.type==="keydown"||r.type==="keyup"?B8[r.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Zu,charCode:function(r){return r.type==="keypress"?El(r):0},keyCode:function(r){return r.type==="keydown"||r.type==="keyup"?r.keyCode:0},which:function(r){return r.type==="keypress"?El(r):r.type==="keydown"||r.type==="keyup"?r.keyCode:0}}),W8=Zt(G8),U8=x({},Al,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Mb=Zt(U8),H8=x({},Ui,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Zu}),j8=Zt(H8),V8=x({},_n,{propertyName:0,elapsedTime:0,pseudoElement:0}),K8=Zt(V8),q8=x({},Al,{deltaX:function(r){return"deltaX"in r?r.deltaX:"wheelDeltaX"in r?-r.wheelDeltaX:0},deltaY:function(r){return"deltaY"in r?r.deltaY:"wheelDeltaY"in r?-r.wheelDeltaY:"wheelDelta"in r?-r.wheelDelta:0},deltaZ:0,deltaMode:0}),Q8=Zt(q8),Y8=[9,13,27,32],ec=c&&"CompositionEvent"in window,ji=null;c&&"documentMode"in document&&(ji=document.documentMode);var $8=c&&"TextEvent"in window&&!ji,Ab=c&&(!ec||ji&&8<ji&&11>=ji),xb=" ",Lb=!1;function Ib(r,i){switch(r){case"keyup":return Y8.indexOf(i.keyCode)!==-1;case"keydown":return i.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function _b(r){return r=r.detail,typeof r=="object"&&"data"in r?r.data:null}var Dn=!1;function X8(r,i){switch(r){case"compositionend":return _b(i);case"keypress":return i.which!==32?null:(Lb=!0,xb);case"textInput":return r=i.data,r===xb&&Lb?null:r;default:return null}}function J8(r,i){if(Dn)return r==="compositionend"||!ec&&Ib(r,i)?(r=Sb(),yl=Qu=Sr=null,Dn=!1,r):null;switch(r){case"paste":return null;case"keypress":if(!(i.ctrlKey||i.altKey||i.metaKey)||i.ctrlKey&&i.altKey){if(i.char&&1<i.char.length)return i.char;if(i.which)return String.fromCharCode(i.which)}return null;case"compositionend":return Ab&&i.locale!=="ko"?null:i.data;default:return null}}var Z8={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 Db(r){var i=r&&r.nodeName&&r.nodeName.toLowerCase();return i==="input"?!!Z8[r.type]:i==="textarea"}function wb(r,i,s,d){X0(d),i=Dl(i,"onChange"),0<i.length&&(s=new Yu("onChange","change",null,s,d),r.push({event:s,listeners:i}))}var Vi=null,Ki=null;function e9(r){Yb(r,0)}function xl(r){var i=Nn(r);if(Sa(i))return r}function t9(r,i){if(r==="change")return i}var Rb=!1;if(c){var tc;if(c){var ac="oninput"in document;if(!ac){var kb=document.createElement("div");kb.setAttribute("oninput","return;"),ac=typeof kb.oninput=="function"}tc=ac}else tc=!1;Rb=tc&&(!document.documentMode||9<document.documentMode)}function zb(){Vi&&(Vi.detachEvent("onpropertychange",Nb),Ki=Vi=null)}function Nb(r){if(r.propertyName==="value"&&xl(Ki)){var i=[];wb(i,Ki,r,Nu(r)),tb(e9,i)}}function a9(r,i,s){r==="focusin"?(zb(),Vi=i,Ki=s,Vi.attachEvent("onpropertychange",Nb)):r==="focusout"&&zb()}function r9(r){if(r==="selectionchange"||r==="keyup"||r==="keydown")return xl(Ki)}function n9(r,i){if(r==="click")return xl(i)}function i9(r,i){if(r==="input"||r==="change")return xl(i)}function o9(r,i){return r===i&&(r!==0||1/r===1/i)||r!==r&&i!==i}var Ea=typeof Object.is=="function"?Object.is:o9;function qi(r,i){if(Ea(r,i))return!0;if(typeof r!="object"||r===null||typeof i!="object"||i===null)return!1;var s=Object.keys(r),d=Object.keys(i);if(s.length!==d.length)return!1;for(d=0;d<s.length;d++){var h=s[d];if(!f.call(i,h)||!Ea(r[h],i[h]))return!1}return!0}function Pb(r){for(;r&&r.firstChild;)r=r.firstChild;return r}function Bb(r,i){var s=Pb(r);r=0;for(var d;s;){if(s.nodeType===3){if(d=r+s.textContent.length,r<=i&&d>=i)return{node:s,offset:i-r};r=d}e:{for(;s;){if(s.nextSibling){s=s.nextSibling;break e}s=s.parentNode}s=void 0}s=Pb(s)}}function Fb(r,i){return r&&i?r===i?!0:r&&r.nodeType===3?!1:i&&i.nodeType===3?Fb(r,i.parentNode):"contains"in r?r.contains(i):r.compareDocumentPosition?!!(r.compareDocumentPosition(i)&16):!1:!1}function Ob(){for(var r=window,i=Ca();i instanceof r.HTMLIFrameElement;){try{var s=typeof i.contentWindow.location.href=="string"}catch{s=!1}if(s)r=i.contentWindow;else break;i=Ca(r.document)}return i}function rc(r){var i=r&&r.nodeName&&r.nodeName.toLowerCase();return i&&(i==="input"&&(r.type==="text"||r.type==="search"||r.type==="tel"||r.type==="url"||r.type==="password")||i==="textarea"||r.contentEditable==="true")}function l9(r){var i=Ob(),s=r.focusedElem,d=r.selectionRange;if(i!==s&&s&&s.ownerDocument&&Fb(s.ownerDocument.documentElement,s)){if(d!==null&&rc(s)){if(i=d.start,r=d.end,r===void 0&&(r=i),"selectionStart"in s)s.selectionStart=i,s.selectionEnd=Math.min(r,s.value.length);else if(r=(i=s.ownerDocument||document)&&i.defaultView||window,r.getSelection){r=r.getSelection();var h=s.textContent.length,g=Math.min(d.start,h);d=d.end===void 0?g:Math.min(d.end,h),!r.extend&&g>d&&(h=d,d=g,g=h),h=Bb(s,g);var y=Bb(s,d);h&&y&&(r.rangeCount!==1||r.anchorNode!==h.node||r.anchorOffset!==h.offset||r.focusNode!==y.node||r.focusOffset!==y.offset)&&(i=i.createRange(),i.setStart(h.node,h.offset),r.removeAllRanges(),g>d?(r.addRange(i),r.extend(y.node,y.offset)):(i.setEnd(y.node,y.offset),r.addRange(i)))}}for(i=[],r=s;r=r.parentNode;)r.nodeType===1&&i.push({element:r,left:r.scrollLeft,top:r.scrollTop});for(typeof s.focus=="function"&&s.focus(),s=0;s<i.length;s++)r=i[s],r.element.scrollLeft=r.left,r.element.scrollTop=r.top}}var s9=c&&"documentMode"in document&&11>=document.documentMode,wn=null,nc=null,Qi=null,ic=!1;function Gb(r,i,s){var d=s.window===s?s.document:s.nodeType===9?s:s.ownerDocument;ic||wn==null||wn!==Ca(d)||(d=wn,"selectionStart"in d&&rc(d)?d={start:d.selectionStart,end:d.selectionEnd}:(d=(d.ownerDocument&&d.ownerDocument.defaultView||window).getSelection(),d={anchorNode:d.anchorNode,anchorOffset:d.anchorOffset,focusNode:d.focusNode,focusOffset:d.focusOffset}),Qi&&qi(Qi,d)||(Qi=d,d=Dl(nc,"onSelect"),0<d.length&&(i=new Yu("onSelect","select",null,i,s),r.push({event:i,listeners:d}),i.target=wn)))}function Ll(r,i){var s={};return s[r.toLowerCase()]=i.toLowerCase(),s["Webkit"+r]="webkit"+i,s["Moz"+r]="moz"+i,s}var Rn={animationend:Ll("Animation","AnimationEnd"),animationiteration:Ll("Animation","AnimationIteration"),animationstart:Ll("Animation","AnimationStart"),transitionend:Ll("Transition","TransitionEnd")},oc={},Wb={};c&&(Wb=document.createElement("div").style,"AnimationEvent"in window||(delete Rn.animationend.animation,delete Rn.animationiteration.animation,delete Rn.animationstart.animation),"TransitionEvent"in window||delete Rn.transitionend.transition);function Il(r){if(oc[r])return oc[r];if(!Rn[r])return r;var i=Rn[r],s;for(s in i)if(i.hasOwnProperty(s)&&s in Wb)return oc[r]=i[s];return r}var Ub=Il("animationend"),Hb=Il("animationiteration"),jb=Il("animationstart"),Vb=Il("transitionend"),Kb=new Map,qb="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 Cr(r,i){Kb.set(r,i),l(i,[r])}for(var lc=0;lc<qb.length;lc++){var sc=qb[lc],u9=sc.toLowerCase(),c9=sc[0].toUpperCase()+sc.slice(1);Cr(u9,"on"+c9)}Cr(Ub,"onAnimationEnd"),Cr(Hb,"onAnimationIteration"),Cr(jb,"onAnimationStart"),Cr("dblclick","onDoubleClick"),Cr("focusin","onFocus"),Cr("focusout","onBlur"),Cr(Vb,"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 Yi="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(" "),d9=new Set("cancel close invalid load scroll toggle".split(" ").concat(Yi));function Qb(r,i,s){var d=r.type||"unknown-event";r.currentTarget=s,u8(d,i,void 0,r),r.currentTarget=null}function Yb(r,i){i=(i&4)!==0;for(var s=0;s<r.length;s++){var d=r[s],h=d.event;d=d.listeners;e:{var g=void 0;if(i)for(var y=d.length-1;0<=y;y--){var z=d[y],F=z.instance,Q=z.currentTarget;if(z=z.listener,F!==g&&h.isPropagationStopped())break e;Qb(h,z,Q),g=F}else for(y=0;y<d.length;y++){if(z=d[y],F=z.instance,Q=z.currentTarget,z=z.listener,F!==g&&h.isPropagationStopped())break e;Qb(h,z,Q),g=F}}}if(fl)throw r=Ou,fl=!1,Ou=null,r}function et(r,i){var s=i[pc];s===void 0&&(s=i[pc]=new Set);var d=r+"__bubble";s.has(d)||($b(i,r,2,!1),s.add(d))}function uc(r,i,s){var d=0;i&&(d|=4),$b(s,r,d,i)}var _l="_reactListening"+Math.random().toString(36).slice(2);function $i(r){if(!r[_l]){r[_l]=!0,n.forEach(function(s){s!=="selectionchange"&&(d9.has(s)||uc(s,!1,r),uc(s,!0,r))});var i=r.nodeType===9?r:r.ownerDocument;i===null||i[_l]||(i[_l]=!0,uc("selectionchange",!1,i))}}function $b(r,i,s,d){switch(vb(i)){case 1:var h=A8;break;case 4:h=x8;break;default:h=Ku}s=h.bind(null,i,s,r),h=void 0,!Fu||i!=="touchstart"&&i!=="touchmove"&&i!=="wheel"||(h=!0),d?h!==void 0?r.addEventListener(i,s,{capture:!0,passive:h}):r.addEventListener(i,s,!0):h!==void 0?r.addEventListener(i,s,{passive:h}):r.addEventListener(i,s,!1)}function cc(r,i,s,d,h){var g=d;if((i&1)===0&&(i&2)===0&&d!==null)e:for(;;){if(d===null)return;var y=d.tag;if(y===3||y===4){var z=d.stateNode.containerInfo;if(z===h||z.nodeType===8&&z.parentNode===h)break;if(y===4)for(y=d.return;y!==null;){var F=y.tag;if((F===3||F===4)&&(F=y.stateNode.containerInfo,F===h||F.nodeType===8&&F.parentNode===h))return;y=y.return}for(;z!==null;){if(y=$r(z),y===null)return;if(F=y.tag,F===5||F===6){d=g=y;continue e}z=z.parentNode}}d=d.return}tb(function(){var Q=g,ne=Nu(s),ie=[];e:{var ae=Kb.get(r);if(ae!==void 0){var ge=Yu,Se=r;switch(r){case"keypress":if(El(s)===0)break e;case"keydown":case"keyup":ge=W8;break;case"focusin":Se="focus",ge=Ju;break;case"focusout":Se="blur",ge=Ju;break;case"beforeblur":case"afterblur":ge=Ju;break;case"click":if(s.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":ge=yb;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ge=_8;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ge=j8;break;case Ub:case Hb:case jb:ge=R8;break;case Vb:ge=K8;break;case"scroll":ge=L8;break;case"wheel":ge=Q8;break;case"copy":case"cut":case"paste":ge=z8;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ge=Mb}var Ee=(i&4)!==0,st=!Ee&&r==="scroll",V=Ee?ae!==null?ae+"Capture":null:ae;Ee=[];for(var W=Q,q;W!==null;){q=W;var fe=q.stateNode;if(q.tag===5&&fe!==null&&(q=fe,V!==null&&(fe=Ri(W,V),fe!=null&&Ee.push(Xi(W,fe,q)))),st)break;W=W.return}0<Ee.length&&(ae=new ge(ae,Se,null,s,ne),ie.push({event:ae,listeners:Ee}))}}if((i&7)===0){e:{if(ae=r==="mouseover"||r==="pointerover",ge=r==="mouseout"||r==="pointerout",ae&&s!==Jt&&(Se=s.relatedTarget||s.fromElement)&&($r(Se)||Se[Ja]))break e;if((ge||ae)&&(ae=ne.window===ne?ne:(ae=ne.ownerDocument)?ae.defaultView||ae.parentWindow:window,ge?(Se=s.relatedTarget||s.toElement,ge=Q,Se=Se?$r(Se):null,Se!==null&&(st=Yr(Se),Se!==st||Se.tag!==5&&Se.tag!==6)&&(Se=null)):(ge=null,Se=Q),ge!==Se)){if(Ee=yb,fe="onMouseLeave",V="onMouseEnter",W="mouse",(r==="pointerout"||r==="pointerover")&&(Ee=Mb,fe="onPointerLeave",V="onPointerEnter",W="pointer"),st=ge==null?ae:Nn(ge),q=Se==null?ae:Nn(Se),ae=new Ee(fe,W+"leave",ge,s,ne),ae.target=st,ae.relatedTarget=q,fe=null,$r(ne)===Q&&(Ee=new Ee(V,W+"enter",Se,s,ne),Ee.target=q,Ee.relatedTarget=st,fe=Ee),st=fe,ge&&Se)t:{for(Ee=ge,V=Se,W=0,q=Ee;q;q=kn(q))W++;for(q=0,fe=V;fe;fe=kn(fe))q++;for(;0<W-q;)Ee=kn(Ee),W--;for(;0<q-W;)V=kn(V),q--;for(;W--;){if(Ee===V||V!==null&&Ee===V.alternate)break t;Ee=kn(Ee),V=kn(V)}Ee=null}else Ee=null;ge!==null&&Xb(ie,ae,ge,Ee,!1),Se!==null&&st!==null&&Xb(ie,st,Se,Ee,!0)}}e:{if(ae=Q?Nn(Q):window,ge=ae.nodeName&&ae.nodeName.toLowerCase(),ge==="select"||ge==="input"&&ae.type==="file")var Me=t9;else if(Db(ae))if(Rb)Me=i9;else{Me=r9;var Le=a9}else(ge=ae.nodeName)&&ge.toLowerCase()==="input"&&(ae.type==="checkbox"||ae.type==="radio")&&(Me=n9);if(Me&&(Me=Me(r,Q))){wb(ie,Me,s,ne);break e}Le&&Le(r,ae,Q),r==="focusout"&&(Le=ae._wrapperState)&&Le.controlled&&ae.type==="number"&&An(ae,"number",ae.value)}switch(Le=Q?Nn(Q):window,r){case"focusin":(Db(Le)||Le.contentEditable==="true")&&(wn=Le,nc=Q,Qi=null);break;case"focusout":Qi=nc=wn=null;break;case"mousedown":ic=!0;break;case"contextmenu":case"mouseup":case"dragend":ic=!1,Gb(ie,s,ne);break;case"selectionchange":if(s9)break;case"keydown":case"keyup":Gb(ie,s,ne)}var Ie;if(ec)e:{switch(r){case"compositionstart":var we="onCompositionStart";break e;case"compositionend":we="onCompositionEnd";break e;case"compositionupdate":we="onCompositionUpdate";break e}we=void 0}else Dn?Ib(r,s)&&(we="onCompositionEnd"):r==="keydown"&&s.keyCode===229&&(we="onCompositionStart");we&&(Ab&&s.locale!=="ko"&&(Dn||we!=="onCompositionStart"?we==="onCompositionEnd"&&Dn&&(Ie=Sb()):(Sr=ne,Qu="value"in Sr?Sr.value:Sr.textContent,Dn=!0)),Le=Dl(Q,we),0<Le.length&&(we=new Eb(we,r,null,s,ne),ie.push({event:we,listeners:Le}),Ie?we.data=Ie:(Ie=_b(s),Ie!==null&&(we.data=Ie)))),(Ie=$8?X8(r,s):J8(r,s))&&(Q=Dl(Q,"onBeforeInput"),0<Q.length&&(ne=new Eb("onBeforeInput","beforeinput",null,s,ne),ie.push({event:ne,listeners:Q}),ne.data=Ie))}Yb(ie,i)})}function Xi(r,i,s){return{instance:r,listener:i,currentTarget:s}}function Dl(r,i){for(var s=i+"Capture",d=[];r!==null;){var h=r,g=h.stateNode;h.tag===5&&g!==null&&(h=g,g=Ri(r,s),g!=null&&d.unshift(Xi(r,g,h)),g=Ri(r,i),g!=null&&d.push(Xi(r,g,h))),r=r.return}return d}function kn(r){if(r===null)return null;do r=r.return;while(r&&r.tag!==5);return r||null}function Xb(r,i,s,d,h){for(var g=i._reactName,y=[];s!==null&&s!==d;){var z=s,F=z.alternate,Q=z.stateNode;if(F!==null&&F===d)break;z.tag===5&&Q!==null&&(z=Q,h?(F=Ri(s,g),F!=null&&y.unshift(Xi(s,F,z))):h||(F=Ri(s,g),F!=null&&y.push(Xi(s,F,z)))),s=s.return}y.length!==0&&r.push({event:i,listeners:y})}var f9=/\r\n?/g,b9=/\u0000|\uFFFD/g;function Jb(r){return(typeof r=="string"?r:""+r).replace(f9,`
6
+ `).replace(b9,"")}function wl(r,i,s){if(i=Jb(i),Jb(r)!==i&&s)throw Error(a(425))}function Rl(){}var dc=null,fc=null;function bc(r,i){return r==="textarea"||r==="noscript"||typeof i.children=="string"||typeof i.children=="number"||typeof i.dangerouslySetInnerHTML=="object"&&i.dangerouslySetInnerHTML!==null&&i.dangerouslySetInnerHTML.__html!=null}var mc=typeof setTimeout=="function"?setTimeout:void 0,m9=typeof clearTimeout=="function"?clearTimeout:void 0,Zb=typeof Promise=="function"?Promise:void 0,h9=typeof queueMicrotask=="function"?queueMicrotask:typeof Zb<"u"?function(r){return Zb.resolve(null).then(r).catch(p9)}:mc;function p9(r){setTimeout(function(){throw r})}function hc(r,i){var s=i,d=0;do{var h=s.nextSibling;if(r.removeChild(s),h&&h.nodeType===8)if(s=h.data,s==="/$"){if(d===0){r.removeChild(h),Wi(i);return}d--}else s!=="$"&&s!=="$?"&&s!=="$!"||d++;s=h}while(s);Wi(i)}function yr(r){for(;r!=null;r=r.nextSibling){var i=r.nodeType;if(i===1||i===3)break;if(i===8){if(i=r.data,i==="$"||i==="$!"||i==="$?")break;if(i==="/$")return null}}return r}function e1(r){r=r.previousSibling;for(var i=0;r;){if(r.nodeType===8){var s=r.data;if(s==="$"||s==="$!"||s==="$?"){if(i===0)return r;i--}else s==="/$"&&i++}r=r.previousSibling}return null}var zn=Math.random().toString(36).slice(2),Pa="__reactFiber$"+zn,Ji="__reactProps$"+zn,Ja="__reactContainer$"+zn,pc="__reactEvents$"+zn,g9="__reactListeners$"+zn,T9="__reactHandles$"+zn;function $r(r){var i=r[Pa];if(i)return i;for(var s=r.parentNode;s;){if(i=s[Ja]||s[Pa]){if(s=i.alternate,i.child!==null||s!==null&&s.child!==null)for(r=e1(r);r!==null;){if(s=r[Pa])return s;r=e1(r)}return i}r=s,s=r.parentNode}return null}function Zi(r){return r=r[Pa]||r[Ja],!r||r.tag!==5&&r.tag!==6&&r.tag!==13&&r.tag!==3?null:r}function Nn(r){if(r.tag===5||r.tag===6)return r.stateNode;throw Error(a(33))}function kl(r){return r[Ji]||null}var gc=[],Pn=-1;function Er(r){return{current:r}}function tt(r){0>Pn||(r.current=gc[Pn],gc[Pn]=null,Pn--)}function Ye(r,i){Pn++,gc[Pn]=r.current,r.current=i}var Mr={},It=Er(Mr),Ut=Er(!1),Xr=Mr;function Bn(r,i){var s=r.type.contextTypes;if(!s)return Mr;var d=r.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===i)return d.__reactInternalMemoizedMaskedChildContext;var h={},g;for(g in s)h[g]=i[g];return d&&(r=r.stateNode,r.__reactInternalMemoizedUnmaskedChildContext=i,r.__reactInternalMemoizedMaskedChildContext=h),h}function Ht(r){return r=r.childContextTypes,r!=null}function zl(){tt(Ut),tt(It)}function t1(r,i,s){if(It.current!==Mr)throw Error(a(168));Ye(It,i),Ye(Ut,s)}function a1(r,i,s){var d=r.stateNode;if(i=i.childContextTypes,typeof d.getChildContext!="function")return s;d=d.getChildContext();for(var h in d)if(!(h in i))throw Error(a(108,Ae(r)||"Unknown",h));return x({},s,d)}function Nl(r){return r=(r=r.stateNode)&&r.__reactInternalMemoizedMergedChildContext||Mr,Xr=It.current,Ye(It,r),Ye(Ut,Ut.current),!0}function r1(r,i,s){var d=r.stateNode;if(!d)throw Error(a(169));s?(r=a1(r,i,Xr),d.__reactInternalMemoizedMergedChildContext=r,tt(Ut),tt(It),Ye(It,r)):tt(Ut),Ye(Ut,s)}var Za=null,Pl=!1,Tc=!1;function n1(r){Za===null?Za=[r]:Za.push(r)}function v9(r){Pl=!0,n1(r)}function Ar(){if(!Tc&&Za!==null){Tc=!0;var r=0,i=Ke;try{var s=Za;for(Ke=1;r<s.length;r++){var d=s[r];do d=d(!0);while(d!==null)}Za=null,Pl=!1}catch(h){throw Za!==null&&(Za=Za.slice(r+1)),ob(Gu,Ar),h}finally{Ke=i,Tc=!1}}return null}var Fn=[],On=0,Bl=null,Fl=0,da=[],fa=0,Jr=null,er=1,tr="";function Zr(r,i){Fn[On++]=Fl,Fn[On++]=Bl,Bl=r,Fl=i}function i1(r,i,s){da[fa++]=er,da[fa++]=tr,da[fa++]=Jr,Jr=r;var d=er;r=tr;var h=32-ya(d)-1;d&=~(1<<h),s+=1;var g=32-ya(i)+h;if(30<g){var y=h-h%5;g=(d&(1<<y)-1).toString(32),d>>=y,h-=y,er=1<<32-ya(i)+h|s<<h|d,tr=g+r}else er=1<<g|s<<h|d,tr=r}function vc(r){r.return!==null&&(Zr(r,1),i1(r,1,0))}function Sc(r){for(;r===Bl;)Bl=Fn[--On],Fn[On]=null,Fl=Fn[--On],Fn[On]=null;for(;r===Jr;)Jr=da[--fa],da[fa]=null,tr=da[--fa],da[fa]=null,er=da[--fa],da[fa]=null}var ea=null,ta=null,at=!1,Ma=null;function o1(r,i){var s=pa(5,null,null,0);s.elementType="DELETED",s.stateNode=i,s.return=r,i=r.deletions,i===null?(r.deletions=[s],r.flags|=16):i.push(s)}function l1(r,i){switch(r.tag){case 5:var s=r.type;return i=i.nodeType!==1||s.toLowerCase()!==i.nodeName.toLowerCase()?null:i,i!==null?(r.stateNode=i,ea=r,ta=yr(i.firstChild),!0):!1;case 6:return i=r.pendingProps===""||i.nodeType!==3?null:i,i!==null?(r.stateNode=i,ea=r,ta=null,!0):!1;case 13:return i=i.nodeType!==8?null:i,i!==null?(s=Jr!==null?{id:er,overflow:tr}:null,r.memoizedState={dehydrated:i,treeContext:s,retryLane:1073741824},s=pa(18,null,null,0),s.stateNode=i,s.return=r,r.child=s,ea=r,ta=null,!0):!1;default:return!1}}function Cc(r){return(r.mode&1)!==0&&(r.flags&128)===0}function yc(r){if(at){var i=ta;if(i){var s=i;if(!l1(r,i)){if(Cc(r))throw Error(a(418));i=yr(s.nextSibling);var d=ea;i&&l1(r,i)?o1(d,s):(r.flags=r.flags&-4097|2,at=!1,ea=r)}}else{if(Cc(r))throw Error(a(418));r.flags=r.flags&-4097|2,at=!1,ea=r}}}function s1(r){for(r=r.return;r!==null&&r.tag!==5&&r.tag!==3&&r.tag!==13;)r=r.return;ea=r}function Ol(r){if(r!==ea)return!1;if(!at)return s1(r),at=!0,!1;var i;if((i=r.tag!==3)&&!(i=r.tag!==5)&&(i=r.type,i=i!=="head"&&i!=="body"&&!bc(r.type,r.memoizedProps)),i&&(i=ta)){if(Cc(r))throw u1(),Error(a(418));for(;i;)o1(r,i),i=yr(i.nextSibling)}if(s1(r),r.tag===13){if(r=r.memoizedState,r=r!==null?r.dehydrated:null,!r)throw Error(a(317));e:{for(r=r.nextSibling,i=0;r;){if(r.nodeType===8){var s=r.data;if(s==="/$"){if(i===0){ta=yr(r.nextSibling);break e}i--}else s!=="$"&&s!=="$!"&&s!=="$?"||i++}r=r.nextSibling}ta=null}}else ta=ea?yr(r.stateNode.nextSibling):null;return!0}function u1(){for(var r=ta;r;)r=yr(r.nextSibling)}function Gn(){ta=ea=null,at=!1}function Ec(r){Ma===null?Ma=[r]:Ma.push(r)}var S9=O.ReactCurrentBatchConfig;function eo(r,i,s){if(r=s.ref,r!==null&&typeof r!="function"&&typeof r!="object"){if(s._owner){if(s=s._owner,s){if(s.tag!==1)throw Error(a(309));var d=s.stateNode}if(!d)throw Error(a(147,r));var h=d,g=""+r;return i!==null&&i.ref!==null&&typeof i.ref=="function"&&i.ref._stringRef===g?i.ref:(i=function(y){var z=h.refs;y===null?delete z[g]:z[g]=y},i._stringRef=g,i)}if(typeof r!="string")throw Error(a(284));if(!s._owner)throw Error(a(290,r))}return r}function Gl(r,i){throw r=Object.prototype.toString.call(i),Error(a(31,r==="[object Object]"?"object with keys {"+Object.keys(i).join(", ")+"}":r))}function c1(r){var i=r._init;return i(r._payload)}function d1(r){function i(V,W){if(r){var q=V.deletions;q===null?(V.deletions=[W],V.flags|=16):q.push(W)}}function s(V,W){if(!r)return null;for(;W!==null;)i(V,W),W=W.sibling;return null}function d(V,W){for(V=new Map;W!==null;)W.key!==null?V.set(W.key,W):V.set(W.index,W),W=W.sibling;return V}function h(V,W){return V=kr(V,W),V.index=0,V.sibling=null,V}function g(V,W,q){return V.index=q,r?(q=V.alternate,q!==null?(q=q.index,q<W?(V.flags|=2,W):q):(V.flags|=2,W)):(V.flags|=1048576,W)}function y(V){return r&&V.alternate===null&&(V.flags|=2),V}function z(V,W,q,fe){return W===null||W.tag!==6?(W=md(q,V.mode,fe),W.return=V,W):(W=h(W,q),W.return=V,W)}function F(V,W,q,fe){var Me=q.type;return Me===H?ne(V,W,q.props.children,fe,q.key):W!==null&&(W.elementType===Me||typeof Me=="object"&&Me!==null&&Me.$$typeof===le&&c1(Me)===W.type)?(fe=h(W,q.props),fe.ref=eo(V,W,q),fe.return=V,fe):(fe=cs(q.type,q.key,q.props,null,V.mode,fe),fe.ref=eo(V,W,q),fe.return=V,fe)}function Q(V,W,q,fe){return W===null||W.tag!==4||W.stateNode.containerInfo!==q.containerInfo||W.stateNode.implementation!==q.implementation?(W=hd(q,V.mode,fe),W.return=V,W):(W=h(W,q.children||[]),W.return=V,W)}function ne(V,W,q,fe,Me){return W===null||W.tag!==7?(W=sn(q,V.mode,fe,Me),W.return=V,W):(W=h(W,q),W.return=V,W)}function ie(V,W,q){if(typeof W=="string"&&W!==""||typeof W=="number")return W=md(""+W,V.mode,q),W.return=V,W;if(typeof W=="object"&&W!==null){switch(W.$$typeof){case B:return q=cs(W.type,W.key,W.props,null,V.mode,q),q.ref=eo(V,null,W),q.return=V,q;case P:return W=hd(W,V.mode,q),W.return=V,W;case le:var fe=W._init;return ie(V,fe(W._payload),q)}if(br(W)||de(W))return W=sn(W,V.mode,q,null),W.return=V,W;Gl(V,W)}return null}function ae(V,W,q,fe){var Me=W!==null?W.key:null;if(typeof q=="string"&&q!==""||typeof q=="number")return Me!==null?null:z(V,W,""+q,fe);if(typeof q=="object"&&q!==null){switch(q.$$typeof){case B:return q.key===Me?F(V,W,q,fe):null;case P:return q.key===Me?Q(V,W,q,fe):null;case le:return Me=q._init,ae(V,W,Me(q._payload),fe)}if(br(q)||de(q))return Me!==null?null:ne(V,W,q,fe,null);Gl(V,q)}return null}function ge(V,W,q,fe,Me){if(typeof fe=="string"&&fe!==""||typeof fe=="number")return V=V.get(q)||null,z(W,V,""+fe,Me);if(typeof fe=="object"&&fe!==null){switch(fe.$$typeof){case B:return V=V.get(fe.key===null?q:fe.key)||null,F(W,V,fe,Me);case P:return V=V.get(fe.key===null?q:fe.key)||null,Q(W,V,fe,Me);case le:var Le=fe._init;return ge(V,W,q,Le(fe._payload),Me)}if(br(fe)||de(fe))return V=V.get(q)||null,ne(W,V,fe,Me,null);Gl(W,fe)}return null}function Se(V,W,q,fe){for(var Me=null,Le=null,Ie=W,we=W=0,Tt=null;Ie!==null&&we<q.length;we++){Ie.index>we?(Tt=Ie,Ie=null):Tt=Ie.sibling;var He=ae(V,Ie,q[we],fe);if(He===null){Ie===null&&(Ie=Tt);break}r&&Ie&&He.alternate===null&&i(V,Ie),W=g(He,W,we),Le===null?Me=He:Le.sibling=He,Le=He,Ie=Tt}if(we===q.length)return s(V,Ie),at&&Zr(V,we),Me;if(Ie===null){for(;we<q.length;we++)Ie=ie(V,q[we],fe),Ie!==null&&(W=g(Ie,W,we),Le===null?Me=Ie:Le.sibling=Ie,Le=Ie);return at&&Zr(V,we),Me}for(Ie=d(V,Ie);we<q.length;we++)Tt=ge(Ie,V,we,q[we],fe),Tt!==null&&(r&&Tt.alternate!==null&&Ie.delete(Tt.key===null?we:Tt.key),W=g(Tt,W,we),Le===null?Me=Tt:Le.sibling=Tt,Le=Tt);return r&&Ie.forEach(function(zr){return i(V,zr)}),at&&Zr(V,we),Me}function Ee(V,W,q,fe){var Me=de(q);if(typeof Me!="function")throw Error(a(150));if(q=Me.call(q),q==null)throw Error(a(151));for(var Le=Me=null,Ie=W,we=W=0,Tt=null,He=q.next();Ie!==null&&!He.done;we++,He=q.next()){Ie.index>we?(Tt=Ie,Ie=null):Tt=Ie.sibling;var zr=ae(V,Ie,He.value,fe);if(zr===null){Ie===null&&(Ie=Tt);break}r&&Ie&&zr.alternate===null&&i(V,Ie),W=g(zr,W,we),Le===null?Me=zr:Le.sibling=zr,Le=zr,Ie=Tt}if(He.done)return s(V,Ie),at&&Zr(V,we),Me;if(Ie===null){for(;!He.done;we++,He=q.next())He=ie(V,He.value,fe),He!==null&&(W=g(He,W,we),Le===null?Me=He:Le.sibling=He,Le=He);return at&&Zr(V,we),Me}for(Ie=d(V,Ie);!He.done;we++,He=q.next())He=ge(Ie,V,we,He.value,fe),He!==null&&(r&&He.alternate!==null&&Ie.delete(He.key===null?we:He.key),W=g(He,W,we),Le===null?Me=He:Le.sibling=He,Le=He);return r&&Ie.forEach(function(Z9){return i(V,Z9)}),at&&Zr(V,we),Me}function st(V,W,q,fe){if(typeof q=="object"&&q!==null&&q.type===H&&q.key===null&&(q=q.props.children),typeof q=="object"&&q!==null){switch(q.$$typeof){case B:e:{for(var Me=q.key,Le=W;Le!==null;){if(Le.key===Me){if(Me=q.type,Me===H){if(Le.tag===7){s(V,Le.sibling),W=h(Le,q.props.children),W.return=V,V=W;break e}}else if(Le.elementType===Me||typeof Me=="object"&&Me!==null&&Me.$$typeof===le&&c1(Me)===Le.type){s(V,Le.sibling),W=h(Le,q.props),W.ref=eo(V,Le,q),W.return=V,V=W;break e}s(V,Le);break}else i(V,Le);Le=Le.sibling}q.type===H?(W=sn(q.props.children,V.mode,fe,q.key),W.return=V,V=W):(fe=cs(q.type,q.key,q.props,null,V.mode,fe),fe.ref=eo(V,W,q),fe.return=V,V=fe)}return y(V);case P:e:{for(Le=q.key;W!==null;){if(W.key===Le)if(W.tag===4&&W.stateNode.containerInfo===q.containerInfo&&W.stateNode.implementation===q.implementation){s(V,W.sibling),W=h(W,q.children||[]),W.return=V,V=W;break e}else{s(V,W);break}else i(V,W);W=W.sibling}W=hd(q,V.mode,fe),W.return=V,V=W}return y(V);case le:return Le=q._init,st(V,W,Le(q._payload),fe)}if(br(q))return Se(V,W,q,fe);if(de(q))return Ee(V,W,q,fe);Gl(V,q)}return typeof q=="string"&&q!==""||typeof q=="number"?(q=""+q,W!==null&&W.tag===6?(s(V,W.sibling),W=h(W,q),W.return=V,V=W):(s(V,W),W=md(q,V.mode,fe),W.return=V,V=W),y(V)):s(V,W)}return st}var Wn=d1(!0),f1=d1(!1),Wl=Er(null),Ul=null,Un=null,Mc=null;function Ac(){Mc=Un=Ul=null}function xc(r){var i=Wl.current;tt(Wl),r._currentValue=i}function Lc(r,i,s){for(;r!==null;){var d=r.alternate;if((r.childLanes&i)!==i?(r.childLanes|=i,d!==null&&(d.childLanes|=i)):d!==null&&(d.childLanes&i)!==i&&(d.childLanes|=i),r===s)break;r=r.return}}function Hn(r,i){Ul=r,Mc=Un=null,r=r.dependencies,r!==null&&r.firstContext!==null&&((r.lanes&i)!==0&&(jt=!0),r.firstContext=null)}function ba(r){var i=r._currentValue;if(Mc!==r)if(r={context:r,memoizedValue:i,next:null},Un===null){if(Ul===null)throw Error(a(308));Un=r,Ul.dependencies={lanes:0,firstContext:r}}else Un=Un.next=r;return i}var en=null;function Ic(r){en===null?en=[r]:en.push(r)}function b1(r,i,s,d){var h=i.interleaved;return h===null?(s.next=s,Ic(i)):(s.next=h.next,h.next=s),i.interleaved=s,ar(r,d)}function ar(r,i){r.lanes|=i;var s=r.alternate;for(s!==null&&(s.lanes|=i),s=r,r=r.return;r!==null;)r.childLanes|=i,s=r.alternate,s!==null&&(s.childLanes|=i),s=r,r=r.return;return s.tag===3?s.stateNode:null}var xr=!1;function _c(r){r.updateQueue={baseState:r.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function m1(r,i){r=r.updateQueue,i.updateQueue===r&&(i.updateQueue={baseState:r.baseState,firstBaseUpdate:r.firstBaseUpdate,lastBaseUpdate:r.lastBaseUpdate,shared:r.shared,effects:r.effects})}function rr(r,i){return{eventTime:r,lane:i,tag:0,payload:null,callback:null,next:null}}function Lr(r,i,s){var d=r.updateQueue;if(d===null)return null;if(d=d.shared,(Ue&2)!==0){var h=d.pending;return h===null?i.next=i:(i.next=h.next,h.next=i),d.pending=i,ar(r,s)}return h=d.interleaved,h===null?(i.next=i,Ic(d)):(i.next=h.next,h.next=i),d.interleaved=i,ar(r,s)}function Hl(r,i,s){if(i=i.updateQueue,i!==null&&(i=i.shared,(s&4194240)!==0)){var d=i.lanes;d&=r.pendingLanes,s|=d,i.lanes=s,Hu(r,s)}}function h1(r,i){var s=r.updateQueue,d=r.alternate;if(d!==null&&(d=d.updateQueue,s===d)){var h=null,g=null;if(s=s.firstBaseUpdate,s!==null){do{var y={eventTime:s.eventTime,lane:s.lane,tag:s.tag,payload:s.payload,callback:s.callback,next:null};g===null?h=g=y:g=g.next=y,s=s.next}while(s!==null);g===null?h=g=i:g=g.next=i}else h=g=i;s={baseState:d.baseState,firstBaseUpdate:h,lastBaseUpdate:g,shared:d.shared,effects:d.effects},r.updateQueue=s;return}r=s.lastBaseUpdate,r===null?s.firstBaseUpdate=i:r.next=i,s.lastBaseUpdate=i}function jl(r,i,s,d){var h=r.updateQueue;xr=!1;var g=h.firstBaseUpdate,y=h.lastBaseUpdate,z=h.shared.pending;if(z!==null){h.shared.pending=null;var F=z,Q=F.next;F.next=null,y===null?g=Q:y.next=Q,y=F;var ne=r.alternate;ne!==null&&(ne=ne.updateQueue,z=ne.lastBaseUpdate,z!==y&&(z===null?ne.firstBaseUpdate=Q:z.next=Q,ne.lastBaseUpdate=F))}if(g!==null){var ie=h.baseState;y=0,ne=Q=F=null,z=g;do{var ae=z.lane,ge=z.eventTime;if((d&ae)===ae){ne!==null&&(ne=ne.next={eventTime:ge,lane:0,tag:z.tag,payload:z.payload,callback:z.callback,next:null});e:{var Se=r,Ee=z;switch(ae=i,ge=s,Ee.tag){case 1:if(Se=Ee.payload,typeof Se=="function"){ie=Se.call(ge,ie,ae);break e}ie=Se;break e;case 3:Se.flags=Se.flags&-65537|128;case 0:if(Se=Ee.payload,ae=typeof Se=="function"?Se.call(ge,ie,ae):Se,ae==null)break e;ie=x({},ie,ae);break e;case 2:xr=!0}}z.callback!==null&&z.lane!==0&&(r.flags|=64,ae=h.effects,ae===null?h.effects=[z]:ae.push(z))}else ge={eventTime:ge,lane:ae,tag:z.tag,payload:z.payload,callback:z.callback,next:null},ne===null?(Q=ne=ge,F=ie):ne=ne.next=ge,y|=ae;if(z=z.next,z===null){if(z=h.shared.pending,z===null)break;ae=z,z=ae.next,ae.next=null,h.lastBaseUpdate=ae,h.shared.pending=null}}while(!0);if(ne===null&&(F=ie),h.baseState=F,h.firstBaseUpdate=Q,h.lastBaseUpdate=ne,i=h.shared.interleaved,i!==null){h=i;do y|=h.lane,h=h.next;while(h!==i)}else g===null&&(h.shared.lanes=0);rn|=y,r.lanes=y,r.memoizedState=ie}}function p1(r,i,s){if(r=i.effects,i.effects=null,r!==null)for(i=0;i<r.length;i++){var d=r[i],h=d.callback;if(h!==null){if(d.callback=null,d=s,typeof h!="function")throw Error(a(191,h));h.call(d)}}}var to={},Ba=Er(to),ao=Er(to),ro=Er(to);function tn(r){if(r===to)throw Error(a(174));return r}function Dc(r,i){switch(Ye(ro,i),Ye(ao,r),Ye(Ba,to),r=i.nodeType,r){case 9:case 11:i=(i=i.documentElement)?i.namespaceURI:me(null,"");break;default:r=r===8?i.parentNode:i,i=r.namespaceURI||null,r=r.tagName,i=me(i,r)}tt(Ba),Ye(Ba,i)}function jn(){tt(Ba),tt(ao),tt(ro)}function g1(r){tn(ro.current);var i=tn(Ba.current),s=me(i,r.type);i!==s&&(Ye(ao,r),Ye(Ba,s))}function wc(r){ao.current===r&&(tt(Ba),tt(ao))}var nt=Er(0);function Vl(r){for(var i=r;i!==null;){if(i.tag===13){var s=i.memoizedState;if(s!==null&&(s=s.dehydrated,s===null||s.data==="$?"||s.data==="$!"))return i}else if(i.tag===19&&i.memoizedProps.revealOrder!==void 0){if((i.flags&128)!==0)return i}else if(i.child!==null){i.child.return=i,i=i.child;continue}if(i===r)break;for(;i.sibling===null;){if(i.return===null||i.return===r)return null;i=i.return}i.sibling.return=i.return,i=i.sibling}return null}var Rc=[];function kc(){for(var r=0;r<Rc.length;r++)Rc[r]._workInProgressVersionPrimary=null;Rc.length=0}var Kl=O.ReactCurrentDispatcher,zc=O.ReactCurrentBatchConfig,an=0,it=null,bt=null,pt=null,ql=!1,no=!1,io=0,C9=0;function _t(){throw Error(a(321))}function Nc(r,i){if(i===null)return!1;for(var s=0;s<i.length&&s<r.length;s++)if(!Ea(r[s],i[s]))return!1;return!0}function Pc(r,i,s,d,h,g){if(an=g,it=i,i.memoizedState=null,i.updateQueue=null,i.lanes=0,Kl.current=r===null||r.memoizedState===null?A9:x9,r=s(d,h),no){g=0;do{if(no=!1,io=0,25<=g)throw Error(a(301));g+=1,pt=bt=null,i.updateQueue=null,Kl.current=L9,r=s(d,h)}while(no)}if(Kl.current=$l,i=bt!==null&&bt.next!==null,an=0,pt=bt=it=null,ql=!1,i)throw Error(a(300));return r}function Bc(){var r=io!==0;return io=0,r}function Fa(){var r={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return pt===null?it.memoizedState=pt=r:pt=pt.next=r,pt}function ma(){if(bt===null){var r=it.alternate;r=r!==null?r.memoizedState:null}else r=bt.next;var i=pt===null?it.memoizedState:pt.next;if(i!==null)pt=i,bt=r;else{if(r===null)throw Error(a(310));bt=r,r={memoizedState:bt.memoizedState,baseState:bt.baseState,baseQueue:bt.baseQueue,queue:bt.queue,next:null},pt===null?it.memoizedState=pt=r:pt=pt.next=r}return pt}function oo(r,i){return typeof i=="function"?i(r):i}function Fc(r){var i=ma(),s=i.queue;if(s===null)throw Error(a(311));s.lastRenderedReducer=r;var d=bt,h=d.baseQueue,g=s.pending;if(g!==null){if(h!==null){var y=h.next;h.next=g.next,g.next=y}d.baseQueue=h=g,s.pending=null}if(h!==null){g=h.next,d=d.baseState;var z=y=null,F=null,Q=g;do{var ne=Q.lane;if((an&ne)===ne)F!==null&&(F=F.next={lane:0,action:Q.action,hasEagerState:Q.hasEagerState,eagerState:Q.eagerState,next:null}),d=Q.hasEagerState?Q.eagerState:r(d,Q.action);else{var ie={lane:ne,action:Q.action,hasEagerState:Q.hasEagerState,eagerState:Q.eagerState,next:null};F===null?(z=F=ie,y=d):F=F.next=ie,it.lanes|=ne,rn|=ne}Q=Q.next}while(Q!==null&&Q!==g);F===null?y=d:F.next=z,Ea(d,i.memoizedState)||(jt=!0),i.memoizedState=d,i.baseState=y,i.baseQueue=F,s.lastRenderedState=d}if(r=s.interleaved,r!==null){h=r;do g=h.lane,it.lanes|=g,rn|=g,h=h.next;while(h!==r)}else h===null&&(s.lanes=0);return[i.memoizedState,s.dispatch]}function Oc(r){var i=ma(),s=i.queue;if(s===null)throw Error(a(311));s.lastRenderedReducer=r;var d=s.dispatch,h=s.pending,g=i.memoizedState;if(h!==null){s.pending=null;var y=h=h.next;do g=r(g,y.action),y=y.next;while(y!==h);Ea(g,i.memoizedState)||(jt=!0),i.memoizedState=g,i.baseQueue===null&&(i.baseState=g),s.lastRenderedState=g}return[g,d]}function T1(){}function v1(r,i){var s=it,d=ma(),h=i(),g=!Ea(d.memoizedState,h);if(g&&(d.memoizedState=h,jt=!0),d=d.queue,Gc(y1.bind(null,s,d,r),[r]),d.getSnapshot!==i||g||pt!==null&&pt.memoizedState.tag&1){if(s.flags|=2048,lo(9,C1.bind(null,s,d,h,i),void 0,null),gt===null)throw Error(a(349));(an&30)!==0||S1(s,i,h)}return h}function S1(r,i,s){r.flags|=16384,r={getSnapshot:i,value:s},i=it.updateQueue,i===null?(i={lastEffect:null,stores:null},it.updateQueue=i,i.stores=[r]):(s=i.stores,s===null?i.stores=[r]:s.push(r))}function C1(r,i,s,d){i.value=s,i.getSnapshot=d,E1(i)&&M1(r)}function y1(r,i,s){return s(function(){E1(i)&&M1(r)})}function E1(r){var i=r.getSnapshot;r=r.value;try{var s=i();return!Ea(r,s)}catch{return!0}}function M1(r){var i=ar(r,1);i!==null&&Ia(i,r,1,-1)}function A1(r){var i=Fa();return typeof r=="function"&&(r=r()),i.memoizedState=i.baseState=r,r={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:oo,lastRenderedState:r},i.queue=r,r=r.dispatch=M9.bind(null,it,r),[i.memoizedState,r]}function lo(r,i,s,d){return r={tag:r,create:i,destroy:s,deps:d,next:null},i=it.updateQueue,i===null?(i={lastEffect:null,stores:null},it.updateQueue=i,i.lastEffect=r.next=r):(s=i.lastEffect,s===null?i.lastEffect=r.next=r:(d=s.next,s.next=r,r.next=d,i.lastEffect=r)),r}function x1(){return ma().memoizedState}function Ql(r,i,s,d){var h=Fa();it.flags|=r,h.memoizedState=lo(1|i,s,void 0,d===void 0?null:d)}function Yl(r,i,s,d){var h=ma();d=d===void 0?null:d;var g=void 0;if(bt!==null){var y=bt.memoizedState;if(g=y.destroy,d!==null&&Nc(d,y.deps)){h.memoizedState=lo(i,s,g,d);return}}it.flags|=r,h.memoizedState=lo(1|i,s,g,d)}function L1(r,i){return Ql(8390656,8,r,i)}function Gc(r,i){return Yl(2048,8,r,i)}function I1(r,i){return Yl(4,2,r,i)}function _1(r,i){return Yl(4,4,r,i)}function D1(r,i){if(typeof i=="function")return r=r(),i(r),function(){i(null)};if(i!=null)return r=r(),i.current=r,function(){i.current=null}}function w1(r,i,s){return s=s!=null?s.concat([r]):null,Yl(4,4,D1.bind(null,i,r),s)}function Wc(){}function R1(r,i){var s=ma();i=i===void 0?null:i;var d=s.memoizedState;return d!==null&&i!==null&&Nc(i,d[1])?d[0]:(s.memoizedState=[r,i],r)}function k1(r,i){var s=ma();i=i===void 0?null:i;var d=s.memoizedState;return d!==null&&i!==null&&Nc(i,d[1])?d[0]:(r=r(),s.memoizedState=[r,i],r)}function z1(r,i,s){return(an&21)===0?(r.baseState&&(r.baseState=!1,jt=!0),r.memoizedState=s):(Ea(s,i)||(s=cb(),it.lanes|=s,rn|=s,r.baseState=!0),i)}function y9(r,i){var s=Ke;Ke=s!==0&&4>s?s:4,r(!0);var d=zc.transition;zc.transition={};try{r(!1),i()}finally{Ke=s,zc.transition=d}}function N1(){return ma().memoizedState}function E9(r,i,s){var d=wr(r);if(s={lane:d,action:s,hasEagerState:!1,eagerState:null,next:null},P1(r))B1(i,s);else if(s=b1(r,i,s,d),s!==null){var h=Pt();Ia(s,r,d,h),F1(s,i,d)}}function M9(r,i,s){var d=wr(r),h={lane:d,action:s,hasEagerState:!1,eagerState:null,next:null};if(P1(r))B1(i,h);else{var g=r.alternate;if(r.lanes===0&&(g===null||g.lanes===0)&&(g=i.lastRenderedReducer,g!==null))try{var y=i.lastRenderedState,z=g(y,s);if(h.hasEagerState=!0,h.eagerState=z,Ea(z,y)){var F=i.interleaved;F===null?(h.next=h,Ic(i)):(h.next=F.next,F.next=h),i.interleaved=h;return}}catch{}finally{}s=b1(r,i,h,d),s!==null&&(h=Pt(),Ia(s,r,d,h),F1(s,i,d))}}function P1(r){var i=r.alternate;return r===it||i!==null&&i===it}function B1(r,i){no=ql=!0;var s=r.pending;s===null?i.next=i:(i.next=s.next,s.next=i),r.pending=i}function F1(r,i,s){if((s&4194240)!==0){var d=i.lanes;d&=r.pendingLanes,s|=d,i.lanes=s,Hu(r,s)}}var $l={readContext:ba,useCallback:_t,useContext:_t,useEffect:_t,useImperativeHandle:_t,useInsertionEffect:_t,useLayoutEffect:_t,useMemo:_t,useReducer:_t,useRef:_t,useState:_t,useDebugValue:_t,useDeferredValue:_t,useTransition:_t,useMutableSource:_t,useSyncExternalStore:_t,useId:_t,unstable_isNewReconciler:!1},A9={readContext:ba,useCallback:function(r,i){return Fa().memoizedState=[r,i===void 0?null:i],r},useContext:ba,useEffect:L1,useImperativeHandle:function(r,i,s){return s=s!=null?s.concat([r]):null,Ql(4194308,4,D1.bind(null,i,r),s)},useLayoutEffect:function(r,i){return Ql(4194308,4,r,i)},useInsertionEffect:function(r,i){return Ql(4,2,r,i)},useMemo:function(r,i){var s=Fa();return i=i===void 0?null:i,r=r(),s.memoizedState=[r,i],r},useReducer:function(r,i,s){var d=Fa();return i=s!==void 0?s(i):i,d.memoizedState=d.baseState=i,r={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:r,lastRenderedState:i},d.queue=r,r=r.dispatch=E9.bind(null,it,r),[d.memoizedState,r]},useRef:function(r){var i=Fa();return r={current:r},i.memoizedState=r},useState:A1,useDebugValue:Wc,useDeferredValue:function(r){return Fa().memoizedState=r},useTransition:function(){var r=A1(!1),i=r[0];return r=y9.bind(null,r[1]),Fa().memoizedState=r,[i,r]},useMutableSource:function(){},useSyncExternalStore:function(r,i,s){var d=it,h=Fa();if(at){if(s===void 0)throw Error(a(407));s=s()}else{if(s=i(),gt===null)throw Error(a(349));(an&30)!==0||S1(d,i,s)}h.memoizedState=s;var g={value:s,getSnapshot:i};return h.queue=g,L1(y1.bind(null,d,g,r),[r]),d.flags|=2048,lo(9,C1.bind(null,d,g,s,i),void 0,null),s},useId:function(){var r=Fa(),i=gt.identifierPrefix;if(at){var s=tr,d=er;s=(d&~(1<<32-ya(d)-1)).toString(32)+s,i=":"+i+"R"+s,s=io++,0<s&&(i+="H"+s.toString(32)),i+=":"}else s=C9++,i=":"+i+"r"+s.toString(32)+":";return r.memoizedState=i},unstable_isNewReconciler:!1},x9={readContext:ba,useCallback:R1,useContext:ba,useEffect:Gc,useImperativeHandle:w1,useInsertionEffect:I1,useLayoutEffect:_1,useMemo:k1,useReducer:Fc,useRef:x1,useState:function(){return Fc(oo)},useDebugValue:Wc,useDeferredValue:function(r){var i=ma();return z1(i,bt.memoizedState,r)},useTransition:function(){var r=Fc(oo)[0],i=ma().memoizedState;return[r,i]},useMutableSource:T1,useSyncExternalStore:v1,useId:N1,unstable_isNewReconciler:!1},L9={readContext:ba,useCallback:R1,useContext:ba,useEffect:Gc,useImperativeHandle:w1,useInsertionEffect:I1,useLayoutEffect:_1,useMemo:k1,useReducer:Oc,useRef:x1,useState:function(){return Oc(oo)},useDebugValue:Wc,useDeferredValue:function(r){var i=ma();return bt===null?i.memoizedState=r:z1(i,bt.memoizedState,r)},useTransition:function(){var r=Oc(oo)[0],i=ma().memoizedState;return[r,i]},useMutableSource:T1,useSyncExternalStore:v1,useId:N1,unstable_isNewReconciler:!1};function Aa(r,i){if(r&&r.defaultProps){i=x({},i),r=r.defaultProps;for(var s in r)i[s]===void 0&&(i[s]=r[s]);return i}return i}function Uc(r,i,s,d){i=r.memoizedState,s=s(d,i),s=s==null?i:x({},i,s),r.memoizedState=s,r.lanes===0&&(r.updateQueue.baseState=s)}var Xl={isMounted:function(r){return(r=r._reactInternals)?Yr(r)===r:!1},enqueueSetState:function(r,i,s){r=r._reactInternals;var d=Pt(),h=wr(r),g=rr(d,h);g.payload=i,s!=null&&(g.callback=s),i=Lr(r,g,h),i!==null&&(Ia(i,r,h,d),Hl(i,r,h))},enqueueReplaceState:function(r,i,s){r=r._reactInternals;var d=Pt(),h=wr(r),g=rr(d,h);g.tag=1,g.payload=i,s!=null&&(g.callback=s),i=Lr(r,g,h),i!==null&&(Ia(i,r,h,d),Hl(i,r,h))},enqueueForceUpdate:function(r,i){r=r._reactInternals;var s=Pt(),d=wr(r),h=rr(s,d);h.tag=2,i!=null&&(h.callback=i),i=Lr(r,h,d),i!==null&&(Ia(i,r,d,s),Hl(i,r,d))}};function O1(r,i,s,d,h,g,y){return r=r.stateNode,typeof r.shouldComponentUpdate=="function"?r.shouldComponentUpdate(d,g,y):i.prototype&&i.prototype.isPureReactComponent?!qi(s,d)||!qi(h,g):!0}function G1(r,i,s){var d=!1,h=Mr,g=i.contextType;return typeof g=="object"&&g!==null?g=ba(g):(h=Ht(i)?Xr:It.current,d=i.contextTypes,g=(d=d!=null)?Bn(r,h):Mr),i=new i(s,g),r.memoizedState=i.state!==null&&i.state!==void 0?i.state:null,i.updater=Xl,r.stateNode=i,i._reactInternals=r,d&&(r=r.stateNode,r.__reactInternalMemoizedUnmaskedChildContext=h,r.__reactInternalMemoizedMaskedChildContext=g),i}function W1(r,i,s,d){r=i.state,typeof i.componentWillReceiveProps=="function"&&i.componentWillReceiveProps(s,d),typeof i.UNSAFE_componentWillReceiveProps=="function"&&i.UNSAFE_componentWillReceiveProps(s,d),i.state!==r&&Xl.enqueueReplaceState(i,i.state,null)}function Hc(r,i,s,d){var h=r.stateNode;h.props=s,h.state=r.memoizedState,h.refs={},_c(r);var g=i.contextType;typeof g=="object"&&g!==null?h.context=ba(g):(g=Ht(i)?Xr:It.current,h.context=Bn(r,g)),h.state=r.memoizedState,g=i.getDerivedStateFromProps,typeof g=="function"&&(Uc(r,i,g,s),h.state=r.memoizedState),typeof i.getDerivedStateFromProps=="function"||typeof h.getSnapshotBeforeUpdate=="function"||typeof h.UNSAFE_componentWillMount!="function"&&typeof h.componentWillMount!="function"||(i=h.state,typeof h.componentWillMount=="function"&&h.componentWillMount(),typeof h.UNSAFE_componentWillMount=="function"&&h.UNSAFE_componentWillMount(),i!==h.state&&Xl.enqueueReplaceState(h,h.state,null),jl(r,s,h,d),h.state=r.memoizedState),typeof h.componentDidMount=="function"&&(r.flags|=4194308)}function Vn(r,i){try{var s="",d=i;do s+=De(d),d=d.return;while(d);var h=s}catch(g){h=`
7
+ Error generating stack: `+g.message+`
8
+ `+g.stack}return{value:r,source:i,stack:h,digest:null}}function jc(r,i,s){return{value:r,source:null,stack:s??null,digest:i??null}}function Vc(r,i){try{console.error(i.value)}catch(s){setTimeout(function(){throw s})}}var I9=typeof WeakMap=="function"?WeakMap:Map;function U1(r,i,s){s=rr(-1,s),s.tag=3,s.payload={element:null};var d=i.value;return s.callback=function(){ns||(ns=!0,od=d),Vc(r,i)},s}function H1(r,i,s){s=rr(-1,s),s.tag=3;var d=r.type.getDerivedStateFromError;if(typeof d=="function"){var h=i.value;s.payload=function(){return d(h)},s.callback=function(){Vc(r,i)}}var g=r.stateNode;return g!==null&&typeof g.componentDidCatch=="function"&&(s.callback=function(){Vc(r,i),typeof d!="function"&&(_r===null?_r=new Set([this]):_r.add(this));var y=i.stack;this.componentDidCatch(i.value,{componentStack:y!==null?y:""})}),s}function j1(r,i,s){var d=r.pingCache;if(d===null){d=r.pingCache=new I9;var h=new Set;d.set(i,h)}else h=d.get(i),h===void 0&&(h=new Set,d.set(i,h));h.has(s)||(h.add(s),r=U9.bind(null,r,i,s),i.then(r,r))}function V1(r){do{var i;if((i=r.tag===13)&&(i=r.memoizedState,i=i!==null?i.dehydrated!==null:!0),i)return r;r=r.return}while(r!==null);return null}function K1(r,i,s,d,h){return(r.mode&1)===0?(r===i?r.flags|=65536:(r.flags|=128,s.flags|=131072,s.flags&=-52805,s.tag===1&&(s.alternate===null?s.tag=17:(i=rr(-1,1),i.tag=2,Lr(s,i,1))),s.lanes|=1),r):(r.flags|=65536,r.lanes=h,r)}var _9=O.ReactCurrentOwner,jt=!1;function Nt(r,i,s,d){i.child=r===null?f1(i,null,s,d):Wn(i,r.child,s,d)}function q1(r,i,s,d,h){s=s.render;var g=i.ref;return Hn(i,h),d=Pc(r,i,s,d,g,h),s=Bc(),r!==null&&!jt?(i.updateQueue=r.updateQueue,i.flags&=-2053,r.lanes&=~h,nr(r,i,h)):(at&&s&&vc(i),i.flags|=1,Nt(r,i,d,h),i.child)}function Q1(r,i,s,d,h){if(r===null){var g=s.type;return typeof g=="function"&&!bd(g)&&g.defaultProps===void 0&&s.compare===null&&s.defaultProps===void 0?(i.tag=15,i.type=g,Y1(r,i,g,d,h)):(r=cs(s.type,null,d,i,i.mode,h),r.ref=i.ref,r.return=i,i.child=r)}if(g=r.child,(r.lanes&h)===0){var y=g.memoizedProps;if(s=s.compare,s=s!==null?s:qi,s(y,d)&&r.ref===i.ref)return nr(r,i,h)}return i.flags|=1,r=kr(g,d),r.ref=i.ref,r.return=i,i.child=r}function Y1(r,i,s,d,h){if(r!==null){var g=r.memoizedProps;if(qi(g,d)&&r.ref===i.ref)if(jt=!1,i.pendingProps=d=g,(r.lanes&h)!==0)(r.flags&131072)!==0&&(jt=!0);else return i.lanes=r.lanes,nr(r,i,h)}return Kc(r,i,s,d,h)}function $1(r,i,s){var d=i.pendingProps,h=d.children,g=r!==null?r.memoizedState:null;if(d.mode==="hidden")if((i.mode&1)===0)i.memoizedState={baseLanes:0,cachePool:null,transitions:null},Ye(qn,aa),aa|=s;else{if((s&1073741824)===0)return r=g!==null?g.baseLanes|s:s,i.lanes=i.childLanes=1073741824,i.memoizedState={baseLanes:r,cachePool:null,transitions:null},i.updateQueue=null,Ye(qn,aa),aa|=r,null;i.memoizedState={baseLanes:0,cachePool:null,transitions:null},d=g!==null?g.baseLanes:s,Ye(qn,aa),aa|=d}else g!==null?(d=g.baseLanes|s,i.memoizedState=null):d=s,Ye(qn,aa),aa|=d;return Nt(r,i,h,s),i.child}function X1(r,i){var s=i.ref;(r===null&&s!==null||r!==null&&r.ref!==s)&&(i.flags|=512,i.flags|=2097152)}function Kc(r,i,s,d,h){var g=Ht(s)?Xr:It.current;return g=Bn(i,g),Hn(i,h),s=Pc(r,i,s,d,g,h),d=Bc(),r!==null&&!jt?(i.updateQueue=r.updateQueue,i.flags&=-2053,r.lanes&=~h,nr(r,i,h)):(at&&d&&vc(i),i.flags|=1,Nt(r,i,s,h),i.child)}function J1(r,i,s,d,h){if(Ht(s)){var g=!0;Nl(i)}else g=!1;if(Hn(i,h),i.stateNode===null)Zl(r,i),G1(i,s,d),Hc(i,s,d,h),d=!0;else if(r===null){var y=i.stateNode,z=i.memoizedProps;y.props=z;var F=y.context,Q=s.contextType;typeof Q=="object"&&Q!==null?Q=ba(Q):(Q=Ht(s)?Xr:It.current,Q=Bn(i,Q));var ne=s.getDerivedStateFromProps,ie=typeof ne=="function"||typeof y.getSnapshotBeforeUpdate=="function";ie||typeof y.UNSAFE_componentWillReceiveProps!="function"&&typeof y.componentWillReceiveProps!="function"||(z!==d||F!==Q)&&W1(i,y,d,Q),xr=!1;var ae=i.memoizedState;y.state=ae,jl(i,d,y,h),F=i.memoizedState,z!==d||ae!==F||Ut.current||xr?(typeof ne=="function"&&(Uc(i,s,ne,d),F=i.memoizedState),(z=xr||O1(i,s,z,d,ae,F,Q))?(ie||typeof y.UNSAFE_componentWillMount!="function"&&typeof y.componentWillMount!="function"||(typeof y.componentWillMount=="function"&&y.componentWillMount(),typeof y.UNSAFE_componentWillMount=="function"&&y.UNSAFE_componentWillMount()),typeof y.componentDidMount=="function"&&(i.flags|=4194308)):(typeof y.componentDidMount=="function"&&(i.flags|=4194308),i.memoizedProps=d,i.memoizedState=F),y.props=d,y.state=F,y.context=Q,d=z):(typeof y.componentDidMount=="function"&&(i.flags|=4194308),d=!1)}else{y=i.stateNode,m1(r,i),z=i.memoizedProps,Q=i.type===i.elementType?z:Aa(i.type,z),y.props=Q,ie=i.pendingProps,ae=y.context,F=s.contextType,typeof F=="object"&&F!==null?F=ba(F):(F=Ht(s)?Xr:It.current,F=Bn(i,F));var ge=s.getDerivedStateFromProps;(ne=typeof ge=="function"||typeof y.getSnapshotBeforeUpdate=="function")||typeof y.UNSAFE_componentWillReceiveProps!="function"&&typeof y.componentWillReceiveProps!="function"||(z!==ie||ae!==F)&&W1(i,y,d,F),xr=!1,ae=i.memoizedState,y.state=ae,jl(i,d,y,h);var Se=i.memoizedState;z!==ie||ae!==Se||Ut.current||xr?(typeof ge=="function"&&(Uc(i,s,ge,d),Se=i.memoizedState),(Q=xr||O1(i,s,Q,d,ae,Se,F)||!1)?(ne||typeof y.UNSAFE_componentWillUpdate!="function"&&typeof y.componentWillUpdate!="function"||(typeof y.componentWillUpdate=="function"&&y.componentWillUpdate(d,Se,F),typeof y.UNSAFE_componentWillUpdate=="function"&&y.UNSAFE_componentWillUpdate(d,Se,F)),typeof y.componentDidUpdate=="function"&&(i.flags|=4),typeof y.getSnapshotBeforeUpdate=="function"&&(i.flags|=1024)):(typeof y.componentDidUpdate!="function"||z===r.memoizedProps&&ae===r.memoizedState||(i.flags|=4),typeof y.getSnapshotBeforeUpdate!="function"||z===r.memoizedProps&&ae===r.memoizedState||(i.flags|=1024),i.memoizedProps=d,i.memoizedState=Se),y.props=d,y.state=Se,y.context=F,d=Q):(typeof y.componentDidUpdate!="function"||z===r.memoizedProps&&ae===r.memoizedState||(i.flags|=4),typeof y.getSnapshotBeforeUpdate!="function"||z===r.memoizedProps&&ae===r.memoizedState||(i.flags|=1024),d=!1)}return qc(r,i,s,d,g,h)}function qc(r,i,s,d,h,g){X1(r,i);var y=(i.flags&128)!==0;if(!d&&!y)return h&&r1(i,s,!1),nr(r,i,g);d=i.stateNode,_9.current=i;var z=y&&typeof s.getDerivedStateFromError!="function"?null:d.render();return i.flags|=1,r!==null&&y?(i.child=Wn(i,r.child,null,g),i.child=Wn(i,null,z,g)):Nt(r,i,z,g),i.memoizedState=d.state,h&&r1(i,s,!0),i.child}function Z1(r){var i=r.stateNode;i.pendingContext?t1(r,i.pendingContext,i.pendingContext!==i.context):i.context&&t1(r,i.context,!1),Dc(r,i.containerInfo)}function em(r,i,s,d,h){return Gn(),Ec(h),i.flags|=256,Nt(r,i,s,d),i.child}var Qc={dehydrated:null,treeContext:null,retryLane:0};function Yc(r){return{baseLanes:r,cachePool:null,transitions:null}}function tm(r,i,s){var d=i.pendingProps,h=nt.current,g=!1,y=(i.flags&128)!==0,z;if((z=y)||(z=r!==null&&r.memoizedState===null?!1:(h&2)!==0),z?(g=!0,i.flags&=-129):(r===null||r.memoizedState!==null)&&(h|=1),Ye(nt,h&1),r===null)return yc(i),r=i.memoizedState,r!==null&&(r=r.dehydrated,r!==null)?((i.mode&1)===0?i.lanes=1:r.data==="$!"?i.lanes=8:i.lanes=1073741824,null):(y=d.children,r=d.fallback,g?(d=i.mode,g=i.child,y={mode:"hidden",children:y},(d&1)===0&&g!==null?(g.childLanes=0,g.pendingProps=y):g=ds(y,d,0,null),r=sn(r,d,s,null),g.return=i,r.return=i,g.sibling=r,i.child=g,i.child.memoizedState=Yc(s),i.memoizedState=Qc,r):$c(i,y));if(h=r.memoizedState,h!==null&&(z=h.dehydrated,z!==null))return D9(r,i,y,d,z,h,s);if(g){g=d.fallback,y=i.mode,h=r.child,z=h.sibling;var F={mode:"hidden",children:d.children};return(y&1)===0&&i.child!==h?(d=i.child,d.childLanes=0,d.pendingProps=F,i.deletions=null):(d=kr(h,F),d.subtreeFlags=h.subtreeFlags&14680064),z!==null?g=kr(z,g):(g=sn(g,y,s,null),g.flags|=2),g.return=i,d.return=i,d.sibling=g,i.child=d,d=g,g=i.child,y=r.child.memoizedState,y=y===null?Yc(s):{baseLanes:y.baseLanes|s,cachePool:null,transitions:y.transitions},g.memoizedState=y,g.childLanes=r.childLanes&~s,i.memoizedState=Qc,d}return g=r.child,r=g.sibling,d=kr(g,{mode:"visible",children:d.children}),(i.mode&1)===0&&(d.lanes=s),d.return=i,d.sibling=null,r!==null&&(s=i.deletions,s===null?(i.deletions=[r],i.flags|=16):s.push(r)),i.child=d,i.memoizedState=null,d}function $c(r,i){return i=ds({mode:"visible",children:i},r.mode,0,null),i.return=r,r.child=i}function Jl(r,i,s,d){return d!==null&&Ec(d),Wn(i,r.child,null,s),r=$c(i,i.pendingProps.children),r.flags|=2,i.memoizedState=null,r}function D9(r,i,s,d,h,g,y){if(s)return i.flags&256?(i.flags&=-257,d=jc(Error(a(422))),Jl(r,i,y,d)):i.memoizedState!==null?(i.child=r.child,i.flags|=128,null):(g=d.fallback,h=i.mode,d=ds({mode:"visible",children:d.children},h,0,null),g=sn(g,h,y,null),g.flags|=2,d.return=i,g.return=i,d.sibling=g,i.child=d,(i.mode&1)!==0&&Wn(i,r.child,null,y),i.child.memoizedState=Yc(y),i.memoizedState=Qc,g);if((i.mode&1)===0)return Jl(r,i,y,null);if(h.data==="$!"){if(d=h.nextSibling&&h.nextSibling.dataset,d)var z=d.dgst;return d=z,g=Error(a(419)),d=jc(g,d,void 0),Jl(r,i,y,d)}if(z=(y&r.childLanes)!==0,jt||z){if(d=gt,d!==null){switch(y&-y){case 4:h=2;break;case 16:h=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:h=32;break;case 536870912:h=268435456;break;default:h=0}h=(h&(d.suspendedLanes|y))!==0?0:h,h!==0&&h!==g.retryLane&&(g.retryLane=h,ar(r,h),Ia(d,r,h,-1))}return fd(),d=jc(Error(a(421))),Jl(r,i,y,d)}return h.data==="$?"?(i.flags|=128,i.child=r.child,i=H9.bind(null,r),h._reactRetry=i,null):(r=g.treeContext,ta=yr(h.nextSibling),ea=i,at=!0,Ma=null,r!==null&&(da[fa++]=er,da[fa++]=tr,da[fa++]=Jr,er=r.id,tr=r.overflow,Jr=i),i=$c(i,d.children),i.flags|=4096,i)}function am(r,i,s){r.lanes|=i;var d=r.alternate;d!==null&&(d.lanes|=i),Lc(r.return,i,s)}function Xc(r,i,s,d,h){var g=r.memoizedState;g===null?r.memoizedState={isBackwards:i,rendering:null,renderingStartTime:0,last:d,tail:s,tailMode:h}:(g.isBackwards=i,g.rendering=null,g.renderingStartTime=0,g.last=d,g.tail=s,g.tailMode=h)}function rm(r,i,s){var d=i.pendingProps,h=d.revealOrder,g=d.tail;if(Nt(r,i,d.children,s),d=nt.current,(d&2)!==0)d=d&1|2,i.flags|=128;else{if(r!==null&&(r.flags&128)!==0)e:for(r=i.child;r!==null;){if(r.tag===13)r.memoizedState!==null&&am(r,s,i);else if(r.tag===19)am(r,s,i);else if(r.child!==null){r.child.return=r,r=r.child;continue}if(r===i)break e;for(;r.sibling===null;){if(r.return===null||r.return===i)break e;r=r.return}r.sibling.return=r.return,r=r.sibling}d&=1}if(Ye(nt,d),(i.mode&1)===0)i.memoizedState=null;else switch(h){case"forwards":for(s=i.child,h=null;s!==null;)r=s.alternate,r!==null&&Vl(r)===null&&(h=s),s=s.sibling;s=h,s===null?(h=i.child,i.child=null):(h=s.sibling,s.sibling=null),Xc(i,!1,h,s,g);break;case"backwards":for(s=null,h=i.child,i.child=null;h!==null;){if(r=h.alternate,r!==null&&Vl(r)===null){i.child=h;break}r=h.sibling,h.sibling=s,s=h,h=r}Xc(i,!0,s,null,g);break;case"together":Xc(i,!1,null,null,void 0);break;default:i.memoizedState=null}return i.child}function Zl(r,i){(i.mode&1)===0&&r!==null&&(r.alternate=null,i.alternate=null,i.flags|=2)}function nr(r,i,s){if(r!==null&&(i.dependencies=r.dependencies),rn|=i.lanes,(s&i.childLanes)===0)return null;if(r!==null&&i.child!==r.child)throw Error(a(153));if(i.child!==null){for(r=i.child,s=kr(r,r.pendingProps),i.child=s,s.return=i;r.sibling!==null;)r=r.sibling,s=s.sibling=kr(r,r.pendingProps),s.return=i;s.sibling=null}return i.child}function w9(r,i,s){switch(i.tag){case 3:Z1(i),Gn();break;case 5:g1(i);break;case 1:Ht(i.type)&&Nl(i);break;case 4:Dc(i,i.stateNode.containerInfo);break;case 10:var d=i.type._context,h=i.memoizedProps.value;Ye(Wl,d._currentValue),d._currentValue=h;break;case 13:if(d=i.memoizedState,d!==null)return d.dehydrated!==null?(Ye(nt,nt.current&1),i.flags|=128,null):(s&i.child.childLanes)!==0?tm(r,i,s):(Ye(nt,nt.current&1),r=nr(r,i,s),r!==null?r.sibling:null);Ye(nt,nt.current&1);break;case 19:if(d=(s&i.childLanes)!==0,(r.flags&128)!==0){if(d)return rm(r,i,s);i.flags|=128}if(h=i.memoizedState,h!==null&&(h.rendering=null,h.tail=null,h.lastEffect=null),Ye(nt,nt.current),d)break;return null;case 22:case 23:return i.lanes=0,$1(r,i,s)}return nr(r,i,s)}var nm,Jc,im,om;nm=function(r,i){for(var s=i.child;s!==null;){if(s.tag===5||s.tag===6)r.appendChild(s.stateNode);else if(s.tag!==4&&s.child!==null){s.child.return=s,s=s.child;continue}if(s===i)break;for(;s.sibling===null;){if(s.return===null||s.return===i)return;s=s.return}s.sibling.return=s.return,s=s.sibling}},Jc=function(){},im=function(r,i,s,d){var h=r.memoizedProps;if(h!==d){r=i.stateNode,tn(Ba.current);var g=null;switch(s){case"input":h=Ii(r,h),d=Ii(r,d),g=[];break;case"select":h=x({},h,{value:void 0}),d=x({},d,{value:void 0}),g=[];break;case"textarea":h=wi(r,h),d=wi(r,d),g=[];break;default:typeof h.onClick!="function"&&typeof d.onClick=="function"&&(r.onclick=Rl)}yt(s,d);var y;s=null;for(Q in h)if(!d.hasOwnProperty(Q)&&h.hasOwnProperty(Q)&&h[Q]!=null)if(Q==="style"){var z=h[Q];for(y in z)z.hasOwnProperty(y)&&(s||(s={}),s[y]="")}else Q!=="dangerouslySetInnerHTML"&&Q!=="children"&&Q!=="suppressContentEditableWarning"&&Q!=="suppressHydrationWarning"&&Q!=="autoFocus"&&(o.hasOwnProperty(Q)?g||(g=[]):(g=g||[]).push(Q,null));for(Q in d){var F=d[Q];if(z=h?.[Q],d.hasOwnProperty(Q)&&F!==z&&(F!=null||z!=null))if(Q==="style")if(z){for(y in z)!z.hasOwnProperty(y)||F&&F.hasOwnProperty(y)||(s||(s={}),s[y]="");for(y in F)F.hasOwnProperty(y)&&z[y]!==F[y]&&(s||(s={}),s[y]=F[y])}else s||(g||(g=[]),g.push(Q,s)),s=F;else Q==="dangerouslySetInnerHTML"?(F=F?F.__html:void 0,z=z?z.__html:void 0,F!=null&&z!==F&&(g=g||[]).push(Q,F)):Q==="children"?typeof F!="string"&&typeof F!="number"||(g=g||[]).push(Q,""+F):Q!=="suppressContentEditableWarning"&&Q!=="suppressHydrationWarning"&&(o.hasOwnProperty(Q)?(F!=null&&Q==="onScroll"&&et("scroll",r),g||z===F||(g=[])):(g=g||[]).push(Q,F))}s&&(g=g||[]).push("style",s);var Q=g;(i.updateQueue=Q)&&(i.flags|=4)}},om=function(r,i,s,d){s!==d&&(i.flags|=4)};function so(r,i){if(!at)switch(r.tailMode){case"hidden":i=r.tail;for(var s=null;i!==null;)i.alternate!==null&&(s=i),i=i.sibling;s===null?r.tail=null:s.sibling=null;break;case"collapsed":s=r.tail;for(var d=null;s!==null;)s.alternate!==null&&(d=s),s=s.sibling;d===null?i||r.tail===null?r.tail=null:r.tail.sibling=null:d.sibling=null}}function Dt(r){var i=r.alternate!==null&&r.alternate.child===r.child,s=0,d=0;if(i)for(var h=r.child;h!==null;)s|=h.lanes|h.childLanes,d|=h.subtreeFlags&14680064,d|=h.flags&14680064,h.return=r,h=h.sibling;else for(h=r.child;h!==null;)s|=h.lanes|h.childLanes,d|=h.subtreeFlags,d|=h.flags,h.return=r,h=h.sibling;return r.subtreeFlags|=d,r.childLanes=s,i}function R9(r,i,s){var d=i.pendingProps;switch(Sc(i),i.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Dt(i),null;case 1:return Ht(i.type)&&zl(),Dt(i),null;case 3:return d=i.stateNode,jn(),tt(Ut),tt(It),kc(),d.pendingContext&&(d.context=d.pendingContext,d.pendingContext=null),(r===null||r.child===null)&&(Ol(i)?i.flags|=4:r===null||r.memoizedState.isDehydrated&&(i.flags&256)===0||(i.flags|=1024,Ma!==null&&(ud(Ma),Ma=null))),Jc(r,i),Dt(i),null;case 5:wc(i);var h=tn(ro.current);if(s=i.type,r!==null&&i.stateNode!=null)im(r,i,s,d,h),r.ref!==i.ref&&(i.flags|=512,i.flags|=2097152);else{if(!d){if(i.stateNode===null)throw Error(a(166));return Dt(i),null}if(r=tn(Ba.current),Ol(i)){d=i.stateNode,s=i.type;var g=i.memoizedProps;switch(d[Pa]=i,d[Ji]=g,r=(i.mode&1)!==0,s){case"dialog":et("cancel",d),et("close",d);break;case"iframe":case"object":case"embed":et("load",d);break;case"video":case"audio":for(h=0;h<Yi.length;h++)et(Yi[h],d);break;case"source":et("error",d);break;case"img":case"image":case"link":et("error",d),et("load",d);break;case"details":et("toggle",d);break;case"input":_i(d,g),et("invalid",d);break;case"select":d._wrapperState={wasMultiple:!!g.multiple},et("invalid",d);break;case"textarea":sl(d,g),et("invalid",d)}yt(s,g),h=null;for(var y in g)if(g.hasOwnProperty(y)){var z=g[y];y==="children"?typeof z=="string"?d.textContent!==z&&(g.suppressHydrationWarning!==!0&&wl(d.textContent,z,r),h=["children",z]):typeof z=="number"&&d.textContent!==""+z&&(g.suppressHydrationWarning!==!0&&wl(d.textContent,z,r),h=["children",""+z]):o.hasOwnProperty(y)&&z!=null&&y==="onScroll"&&et("scroll",d)}switch(s){case"input":zt(d),ll(d,g,!0);break;case"textarea":zt(d),cl(d);break;case"select":case"option":break;default:typeof g.onClick=="function"&&(d.onclick=Rl)}d=h,i.updateQueue=d,d!==null&&(i.flags|=4)}else{y=h.nodeType===9?h:h.ownerDocument,r==="http://www.w3.org/1999/xhtml"&&(r=J(s)),r==="http://www.w3.org/1999/xhtml"?s==="script"?(r=y.createElement("div"),r.innerHTML="<script><\/script>",r=r.removeChild(r.firstChild)):typeof d.is=="string"?r=y.createElement(s,{is:d.is}):(r=y.createElement(s),s==="select"&&(y=r,d.multiple?y.multiple=!0:d.size&&(y.size=d.size))):r=y.createElementNS(r,s),r[Pa]=i,r[Ji]=d,nm(r,i,!1,!1),i.stateNode=r;e:{switch(y=za(s,d),s){case"dialog":et("cancel",r),et("close",r),h=d;break;case"iframe":case"object":case"embed":et("load",r),h=d;break;case"video":case"audio":for(h=0;h<Yi.length;h++)et(Yi[h],r);h=d;break;case"source":et("error",r),h=d;break;case"img":case"image":case"link":et("error",r),et("load",r),h=d;break;case"details":et("toggle",r),h=d;break;case"input":_i(r,d),h=Ii(r,d),et("invalid",r);break;case"option":h=d;break;case"select":r._wrapperState={wasMultiple:!!d.multiple},h=x({},d,{value:void 0}),et("invalid",r);break;case"textarea":sl(r,d),h=wi(r,d),et("invalid",r);break;default:h=d}yt(s,h),z=h;for(g in z)if(z.hasOwnProperty(g)){var F=z[g];g==="style"?hr(r,F):g==="dangerouslySetInnerHTML"?(F=F?F.__html:void 0,F!=null&&Fe(r,F)):g==="children"?typeof F=="string"?(s!=="textarea"||F!=="")&&We(r,F):typeof F=="number"&&We(r,""+F):g!=="suppressContentEditableWarning"&&g!=="suppressHydrationWarning"&&g!=="autoFocus"&&(o.hasOwnProperty(g)?F!=null&&g==="onScroll"&&et("scroll",r):F!=null&&D(r,g,F,y))}switch(s){case"input":zt(r),ll(r,d,!1);break;case"textarea":zt(r),cl(r);break;case"option":d.value!=null&&r.setAttribute("value",""+ke(d.value));break;case"select":r.multiple=!!d.multiple,g=d.value,g!=null?mr(r,!!d.multiple,g,!1):d.defaultValue!=null&&mr(r,!!d.multiple,d.defaultValue,!0);break;default:typeof h.onClick=="function"&&(r.onclick=Rl)}switch(s){case"button":case"input":case"select":case"textarea":d=!!d.autoFocus;break e;case"img":d=!0;break e;default:d=!1}}d&&(i.flags|=4)}i.ref!==null&&(i.flags|=512,i.flags|=2097152)}return Dt(i),null;case 6:if(r&&i.stateNode!=null)om(r,i,r.memoizedProps,d);else{if(typeof d!="string"&&i.stateNode===null)throw Error(a(166));if(s=tn(ro.current),tn(Ba.current),Ol(i)){if(d=i.stateNode,s=i.memoizedProps,d[Pa]=i,(g=d.nodeValue!==s)&&(r=ea,r!==null))switch(r.tag){case 3:wl(d.nodeValue,s,(r.mode&1)!==0);break;case 5:r.memoizedProps.suppressHydrationWarning!==!0&&wl(d.nodeValue,s,(r.mode&1)!==0)}g&&(i.flags|=4)}else d=(s.nodeType===9?s:s.ownerDocument).createTextNode(d),d[Pa]=i,i.stateNode=d}return Dt(i),null;case 13:if(tt(nt),d=i.memoizedState,r===null||r.memoizedState!==null&&r.memoizedState.dehydrated!==null){if(at&&ta!==null&&(i.mode&1)!==0&&(i.flags&128)===0)u1(),Gn(),i.flags|=98560,g=!1;else if(g=Ol(i),d!==null&&d.dehydrated!==null){if(r===null){if(!g)throw Error(a(318));if(g=i.memoizedState,g=g!==null?g.dehydrated:null,!g)throw Error(a(317));g[Pa]=i}else Gn(),(i.flags&128)===0&&(i.memoizedState=null),i.flags|=4;Dt(i),g=!1}else Ma!==null&&(ud(Ma),Ma=null),g=!0;if(!g)return i.flags&65536?i:null}return(i.flags&128)!==0?(i.lanes=s,i):(d=d!==null,d!==(r!==null&&r.memoizedState!==null)&&d&&(i.child.flags|=8192,(i.mode&1)!==0&&(r===null||(nt.current&1)!==0?mt===0&&(mt=3):fd())),i.updateQueue!==null&&(i.flags|=4),Dt(i),null);case 4:return jn(),Jc(r,i),r===null&&$i(i.stateNode.containerInfo),Dt(i),null;case 10:return xc(i.type._context),Dt(i),null;case 17:return Ht(i.type)&&zl(),Dt(i),null;case 19:if(tt(nt),g=i.memoizedState,g===null)return Dt(i),null;if(d=(i.flags&128)!==0,y=g.rendering,y===null)if(d)so(g,!1);else{if(mt!==0||r!==null&&(r.flags&128)!==0)for(r=i.child;r!==null;){if(y=Vl(r),y!==null){for(i.flags|=128,so(g,!1),d=y.updateQueue,d!==null&&(i.updateQueue=d,i.flags|=4),i.subtreeFlags=0,d=s,s=i.child;s!==null;)g=s,r=d,g.flags&=14680066,y=g.alternate,y===null?(g.childLanes=0,g.lanes=r,g.child=null,g.subtreeFlags=0,g.memoizedProps=null,g.memoizedState=null,g.updateQueue=null,g.dependencies=null,g.stateNode=null):(g.childLanes=y.childLanes,g.lanes=y.lanes,g.child=y.child,g.subtreeFlags=0,g.deletions=null,g.memoizedProps=y.memoizedProps,g.memoizedState=y.memoizedState,g.updateQueue=y.updateQueue,g.type=y.type,r=y.dependencies,g.dependencies=r===null?null:{lanes:r.lanes,firstContext:r.firstContext}),s=s.sibling;return Ye(nt,nt.current&1|2),i.child}r=r.sibling}g.tail!==null&&lt()>Qn&&(i.flags|=128,d=!0,so(g,!1),i.lanes=4194304)}else{if(!d)if(r=Vl(y),r!==null){if(i.flags|=128,d=!0,s=r.updateQueue,s!==null&&(i.updateQueue=s,i.flags|=4),so(g,!0),g.tail===null&&g.tailMode==="hidden"&&!y.alternate&&!at)return Dt(i),null}else 2*lt()-g.renderingStartTime>Qn&&s!==1073741824&&(i.flags|=128,d=!0,so(g,!1),i.lanes=4194304);g.isBackwards?(y.sibling=i.child,i.child=y):(s=g.last,s!==null?s.sibling=y:i.child=y,g.last=y)}return g.tail!==null?(i=g.tail,g.rendering=i,g.tail=i.sibling,g.renderingStartTime=lt(),i.sibling=null,s=nt.current,Ye(nt,d?s&1|2:s&1),i):(Dt(i),null);case 22:case 23:return dd(),d=i.memoizedState!==null,r!==null&&r.memoizedState!==null!==d&&(i.flags|=8192),d&&(i.mode&1)!==0?(aa&1073741824)!==0&&(Dt(i),i.subtreeFlags&6&&(i.flags|=8192)):Dt(i),null;case 24:return null;case 25:return null}throw Error(a(156,i.tag))}function k9(r,i){switch(Sc(i),i.tag){case 1:return Ht(i.type)&&zl(),r=i.flags,r&65536?(i.flags=r&-65537|128,i):null;case 3:return jn(),tt(Ut),tt(It),kc(),r=i.flags,(r&65536)!==0&&(r&128)===0?(i.flags=r&-65537|128,i):null;case 5:return wc(i),null;case 13:if(tt(nt),r=i.memoizedState,r!==null&&r.dehydrated!==null){if(i.alternate===null)throw Error(a(340));Gn()}return r=i.flags,r&65536?(i.flags=r&-65537|128,i):null;case 19:return tt(nt),null;case 4:return jn(),null;case 10:return xc(i.type._context),null;case 22:case 23:return dd(),null;case 24:return null;default:return null}}var es=!1,wt=!1,z9=typeof WeakSet=="function"?WeakSet:Set,ve=null;function Kn(r,i){var s=r.ref;if(s!==null)if(typeof s=="function")try{s(null)}catch(d){ot(r,i,d)}else s.current=null}function Zc(r,i,s){try{s()}catch(d){ot(r,i,d)}}var lm=!1;function N9(r,i){if(dc=Sl,r=Ob(),rc(r)){if("selectionStart"in r)var s={start:r.selectionStart,end:r.selectionEnd};else e:{s=(s=r.ownerDocument)&&s.defaultView||window;var d=s.getSelection&&s.getSelection();if(d&&d.rangeCount!==0){s=d.anchorNode;var h=d.anchorOffset,g=d.focusNode;d=d.focusOffset;try{s.nodeType,g.nodeType}catch{s=null;break e}var y=0,z=-1,F=-1,Q=0,ne=0,ie=r,ae=null;t:for(;;){for(var ge;ie!==s||h!==0&&ie.nodeType!==3||(z=y+h),ie!==g||d!==0&&ie.nodeType!==3||(F=y+d),ie.nodeType===3&&(y+=ie.nodeValue.length),(ge=ie.firstChild)!==null;)ae=ie,ie=ge;for(;;){if(ie===r)break t;if(ae===s&&++Q===h&&(z=y),ae===g&&++ne===d&&(F=y),(ge=ie.nextSibling)!==null)break;ie=ae,ae=ie.parentNode}ie=ge}s=z===-1||F===-1?null:{start:z,end:F}}else s=null}s=s||{start:0,end:0}}else s=null;for(fc={focusedElem:r,selectionRange:s},Sl=!1,ve=i;ve!==null;)if(i=ve,r=i.child,(i.subtreeFlags&1028)!==0&&r!==null)r.return=i,ve=r;else for(;ve!==null;){i=ve;try{var Se=i.alternate;if((i.flags&1024)!==0)switch(i.tag){case 0:case 11:case 15:break;case 1:if(Se!==null){var Ee=Se.memoizedProps,st=Se.memoizedState,V=i.stateNode,W=V.getSnapshotBeforeUpdate(i.elementType===i.type?Ee:Aa(i.type,Ee),st);V.__reactInternalSnapshotBeforeUpdate=W}break;case 3:var q=i.stateNode.containerInfo;q.nodeType===1?q.textContent="":q.nodeType===9&&q.documentElement&&q.removeChild(q.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(a(163))}}catch(fe){ot(i,i.return,fe)}if(r=i.sibling,r!==null){r.return=i.return,ve=r;break}ve=i.return}return Se=lm,lm=!1,Se}function uo(r,i,s){var d=i.updateQueue;if(d=d!==null?d.lastEffect:null,d!==null){var h=d=d.next;do{if((h.tag&r)===r){var g=h.destroy;h.destroy=void 0,g!==void 0&&Zc(i,s,g)}h=h.next}while(h!==d)}}function ts(r,i){if(i=i.updateQueue,i=i!==null?i.lastEffect:null,i!==null){var s=i=i.next;do{if((s.tag&r)===r){var d=s.create;s.destroy=d()}s=s.next}while(s!==i)}}function ed(r){var i=r.ref;if(i!==null){var s=r.stateNode;switch(r.tag){case 5:r=s;break;default:r=s}typeof i=="function"?i(r):i.current=r}}function sm(r){var i=r.alternate;i!==null&&(r.alternate=null,sm(i)),r.child=null,r.deletions=null,r.sibling=null,r.tag===5&&(i=r.stateNode,i!==null&&(delete i[Pa],delete i[Ji],delete i[pc],delete i[g9],delete i[T9])),r.stateNode=null,r.return=null,r.dependencies=null,r.memoizedProps=null,r.memoizedState=null,r.pendingProps=null,r.stateNode=null,r.updateQueue=null}function um(r){return r.tag===5||r.tag===3||r.tag===4}function cm(r){e:for(;;){for(;r.sibling===null;){if(r.return===null||um(r.return))return null;r=r.return}for(r.sibling.return=r.return,r=r.sibling;r.tag!==5&&r.tag!==6&&r.tag!==18;){if(r.flags&2||r.child===null||r.tag===4)continue e;r.child.return=r,r=r.child}if(!(r.flags&2))return r.stateNode}}function td(r,i,s){var d=r.tag;if(d===5||d===6)r=r.stateNode,i?s.nodeType===8?s.parentNode.insertBefore(r,i):s.insertBefore(r,i):(s.nodeType===8?(i=s.parentNode,i.insertBefore(r,s)):(i=s,i.appendChild(r)),s=s._reactRootContainer,s!=null||i.onclick!==null||(i.onclick=Rl));else if(d!==4&&(r=r.child,r!==null))for(td(r,i,s),r=r.sibling;r!==null;)td(r,i,s),r=r.sibling}function ad(r,i,s){var d=r.tag;if(d===5||d===6)r=r.stateNode,i?s.insertBefore(r,i):s.appendChild(r);else if(d!==4&&(r=r.child,r!==null))for(ad(r,i,s),r=r.sibling;r!==null;)ad(r,i,s),r=r.sibling}var Et=null,xa=!1;function Ir(r,i,s){for(s=s.child;s!==null;)dm(r,i,s),s=s.sibling}function dm(r,i,s){if(Na&&typeof Na.onCommitFiberUnmount=="function")try{Na.onCommitFiberUnmount(ml,s)}catch{}switch(s.tag){case 5:wt||Kn(s,i);case 6:var d=Et,h=xa;Et=null,Ir(r,i,s),Et=d,xa=h,Et!==null&&(xa?(r=Et,s=s.stateNode,r.nodeType===8?r.parentNode.removeChild(s):r.removeChild(s)):Et.removeChild(s.stateNode));break;case 18:Et!==null&&(xa?(r=Et,s=s.stateNode,r.nodeType===8?hc(r.parentNode,s):r.nodeType===1&&hc(r,s),Wi(r)):hc(Et,s.stateNode));break;case 4:d=Et,h=xa,Et=s.stateNode.containerInfo,xa=!0,Ir(r,i,s),Et=d,xa=h;break;case 0:case 11:case 14:case 15:if(!wt&&(d=s.updateQueue,d!==null&&(d=d.lastEffect,d!==null))){h=d=d.next;do{var g=h,y=g.destroy;g=g.tag,y!==void 0&&((g&2)!==0||(g&4)!==0)&&Zc(s,i,y),h=h.next}while(h!==d)}Ir(r,i,s);break;case 1:if(!wt&&(Kn(s,i),d=s.stateNode,typeof d.componentWillUnmount=="function"))try{d.props=s.memoizedProps,d.state=s.memoizedState,d.componentWillUnmount()}catch(z){ot(s,i,z)}Ir(r,i,s);break;case 21:Ir(r,i,s);break;case 22:s.mode&1?(wt=(d=wt)||s.memoizedState!==null,Ir(r,i,s),wt=d):Ir(r,i,s);break;default:Ir(r,i,s)}}function fm(r){var i=r.updateQueue;if(i!==null){r.updateQueue=null;var s=r.stateNode;s===null&&(s=r.stateNode=new z9),i.forEach(function(d){var h=j9.bind(null,r,d);s.has(d)||(s.add(d),d.then(h,h))})}}function La(r,i){var s=i.deletions;if(s!==null)for(var d=0;d<s.length;d++){var h=s[d];try{var g=r,y=i,z=y;e:for(;z!==null;){switch(z.tag){case 5:Et=z.stateNode,xa=!1;break e;case 3:Et=z.stateNode.containerInfo,xa=!0;break e;case 4:Et=z.stateNode.containerInfo,xa=!0;break e}z=z.return}if(Et===null)throw Error(a(160));dm(g,y,h),Et=null,xa=!1;var F=h.alternate;F!==null&&(F.return=null),h.return=null}catch(Q){ot(h,i,Q)}}if(i.subtreeFlags&12854)for(i=i.child;i!==null;)bm(i,r),i=i.sibling}function bm(r,i){var s=r.alternate,d=r.flags;switch(r.tag){case 0:case 11:case 14:case 15:if(La(i,r),Oa(r),d&4){try{uo(3,r,r.return),ts(3,r)}catch(Ee){ot(r,r.return,Ee)}try{uo(5,r,r.return)}catch(Ee){ot(r,r.return,Ee)}}break;case 1:La(i,r),Oa(r),d&512&&s!==null&&Kn(s,s.return);break;case 5:if(La(i,r),Oa(r),d&512&&s!==null&&Kn(s,s.return),r.flags&32){var h=r.stateNode;try{We(h,"")}catch(Ee){ot(r,r.return,Ee)}}if(d&4&&(h=r.stateNode,h!=null)){var g=r.memoizedProps,y=s!==null?s.memoizedProps:g,z=r.type,F=r.updateQueue;if(r.updateQueue=null,F!==null)try{z==="input"&&g.type==="radio"&&g.name!=null&&Di(h,g),za(z,y);var Q=za(z,g);for(y=0;y<F.length;y+=2){var ne=F[y],ie=F[y+1];ne==="style"?hr(h,ie):ne==="dangerouslySetInnerHTML"?Fe(h,ie):ne==="children"?We(h,ie):D(h,ne,ie,Q)}switch(z){case"input":Mn(h,g);break;case"textarea":ul(h,g);break;case"select":var ae=h._wrapperState.wasMultiple;h._wrapperState.wasMultiple=!!g.multiple;var ge=g.value;ge!=null?mr(h,!!g.multiple,ge,!1):ae!==!!g.multiple&&(g.defaultValue!=null?mr(h,!!g.multiple,g.defaultValue,!0):mr(h,!!g.multiple,g.multiple?[]:"",!1))}h[Ji]=g}catch(Ee){ot(r,r.return,Ee)}}break;case 6:if(La(i,r),Oa(r),d&4){if(r.stateNode===null)throw Error(a(162));h=r.stateNode,g=r.memoizedProps;try{h.nodeValue=g}catch(Ee){ot(r,r.return,Ee)}}break;case 3:if(La(i,r),Oa(r),d&4&&s!==null&&s.memoizedState.isDehydrated)try{Wi(i.containerInfo)}catch(Ee){ot(r,r.return,Ee)}break;case 4:La(i,r),Oa(r);break;case 13:La(i,r),Oa(r),h=r.child,h.flags&8192&&(g=h.memoizedState!==null,h.stateNode.isHidden=g,!g||h.alternate!==null&&h.alternate.memoizedState!==null||(id=lt())),d&4&&fm(r);break;case 22:if(ne=s!==null&&s.memoizedState!==null,r.mode&1?(wt=(Q=wt)||ne,La(i,r),wt=Q):La(i,r),Oa(r),d&8192){if(Q=r.memoizedState!==null,(r.stateNode.isHidden=Q)&&!ne&&(r.mode&1)!==0)for(ve=r,ne=r.child;ne!==null;){for(ie=ve=ne;ve!==null;){switch(ae=ve,ge=ae.child,ae.tag){case 0:case 11:case 14:case 15:uo(4,ae,ae.return);break;case 1:Kn(ae,ae.return);var Se=ae.stateNode;if(typeof Se.componentWillUnmount=="function"){d=ae,s=ae.return;try{i=d,Se.props=i.memoizedProps,Se.state=i.memoizedState,Se.componentWillUnmount()}catch(Ee){ot(d,s,Ee)}}break;case 5:Kn(ae,ae.return);break;case 22:if(ae.memoizedState!==null){pm(ie);continue}}ge!==null?(ge.return=ae,ve=ge):pm(ie)}ne=ne.sibling}e:for(ne=null,ie=r;;){if(ie.tag===5){if(ne===null){ne=ie;try{h=ie.stateNode,Q?(g=h.style,typeof g.setProperty=="function"?g.setProperty("display","none","important"):g.display="none"):(z=ie.stateNode,F=ie.memoizedProps.style,y=F!=null&&F.hasOwnProperty("display")?F.display:null,z.style.display=ca("display",y))}catch(Ee){ot(r,r.return,Ee)}}}else if(ie.tag===6){if(ne===null)try{ie.stateNode.nodeValue=Q?"":ie.memoizedProps}catch(Ee){ot(r,r.return,Ee)}}else if((ie.tag!==22&&ie.tag!==23||ie.memoizedState===null||ie===r)&&ie.child!==null){ie.child.return=ie,ie=ie.child;continue}if(ie===r)break e;for(;ie.sibling===null;){if(ie.return===null||ie.return===r)break e;ne===ie&&(ne=null),ie=ie.return}ne===ie&&(ne=null),ie.sibling.return=ie.return,ie=ie.sibling}}break;case 19:La(i,r),Oa(r),d&4&&fm(r);break;case 21:break;default:La(i,r),Oa(r)}}function Oa(r){var i=r.flags;if(i&2){try{e:{for(var s=r.return;s!==null;){if(um(s)){var d=s;break e}s=s.return}throw Error(a(160))}switch(d.tag){case 5:var h=d.stateNode;d.flags&32&&(We(h,""),d.flags&=-33);var g=cm(r);ad(r,g,h);break;case 3:case 4:var y=d.stateNode.containerInfo,z=cm(r);td(r,z,y);break;default:throw Error(a(161))}}catch(F){ot(r,r.return,F)}r.flags&=-3}i&4096&&(r.flags&=-4097)}function P9(r,i,s){ve=r,mm(r)}function mm(r,i,s){for(var d=(r.mode&1)!==0;ve!==null;){var h=ve,g=h.child;if(h.tag===22&&d){var y=h.memoizedState!==null||es;if(!y){var z=h.alternate,F=z!==null&&z.memoizedState!==null||wt;z=es;var Q=wt;if(es=y,(wt=F)&&!Q)for(ve=h;ve!==null;)y=ve,F=y.child,y.tag===22&&y.memoizedState!==null?gm(h):F!==null?(F.return=y,ve=F):gm(h);for(;g!==null;)ve=g,mm(g),g=g.sibling;ve=h,es=z,wt=Q}hm(r)}else(h.subtreeFlags&8772)!==0&&g!==null?(g.return=h,ve=g):hm(r)}}function hm(r){for(;ve!==null;){var i=ve;if((i.flags&8772)!==0){var s=i.alternate;try{if((i.flags&8772)!==0)switch(i.tag){case 0:case 11:case 15:wt||ts(5,i);break;case 1:var d=i.stateNode;if(i.flags&4&&!wt)if(s===null)d.componentDidMount();else{var h=i.elementType===i.type?s.memoizedProps:Aa(i.type,s.memoizedProps);d.componentDidUpdate(h,s.memoizedState,d.__reactInternalSnapshotBeforeUpdate)}var g=i.updateQueue;g!==null&&p1(i,g,d);break;case 3:var y=i.updateQueue;if(y!==null){if(s=null,i.child!==null)switch(i.child.tag){case 5:s=i.child.stateNode;break;case 1:s=i.child.stateNode}p1(i,y,s)}break;case 5:var z=i.stateNode;if(s===null&&i.flags&4){s=z;var F=i.memoizedProps;switch(i.type){case"button":case"input":case"select":case"textarea":F.autoFocus&&s.focus();break;case"img":F.src&&(s.src=F.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(i.memoizedState===null){var Q=i.alternate;if(Q!==null){var ne=Q.memoizedState;if(ne!==null){var ie=ne.dehydrated;ie!==null&&Wi(ie)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(a(163))}wt||i.flags&512&&ed(i)}catch(ae){ot(i,i.return,ae)}}if(i===r){ve=null;break}if(s=i.sibling,s!==null){s.return=i.return,ve=s;break}ve=i.return}}function pm(r){for(;ve!==null;){var i=ve;if(i===r){ve=null;break}var s=i.sibling;if(s!==null){s.return=i.return,ve=s;break}ve=i.return}}function gm(r){for(;ve!==null;){var i=ve;try{switch(i.tag){case 0:case 11:case 15:var s=i.return;try{ts(4,i)}catch(F){ot(i,s,F)}break;case 1:var d=i.stateNode;if(typeof d.componentDidMount=="function"){var h=i.return;try{d.componentDidMount()}catch(F){ot(i,h,F)}}var g=i.return;try{ed(i)}catch(F){ot(i,g,F)}break;case 5:var y=i.return;try{ed(i)}catch(F){ot(i,y,F)}}}catch(F){ot(i,i.return,F)}if(i===r){ve=null;break}var z=i.sibling;if(z!==null){z.return=i.return,ve=z;break}ve=i.return}}var B9=Math.ceil,as=O.ReactCurrentDispatcher,rd=O.ReactCurrentOwner,ha=O.ReactCurrentBatchConfig,Ue=0,gt=null,ct=null,Mt=0,aa=0,qn=Er(0),mt=0,co=null,rn=0,rs=0,nd=0,fo=null,Vt=null,id=0,Qn=1/0,ir=null,ns=!1,od=null,_r=null,is=!1,Dr=null,os=0,bo=0,ld=null,ls=-1,ss=0;function Pt(){return(Ue&6)!==0?lt():ls!==-1?ls:ls=lt()}function wr(r){return(r.mode&1)===0?1:(Ue&2)!==0&&Mt!==0?Mt&-Mt:S9.transition!==null?(ss===0&&(ss=cb()),ss):(r=Ke,r!==0||(r=window.event,r=r===void 0?16:vb(r.type)),r)}function Ia(r,i,s,d){if(50<bo)throw bo=0,ld=null,Error(a(185));Pi(r,s,d),((Ue&2)===0||r!==gt)&&(r===gt&&((Ue&2)===0&&(rs|=s),mt===4&&Rr(r,Mt)),Kt(r,d),s===1&&Ue===0&&(i.mode&1)===0&&(Qn=lt()+500,Pl&&Ar()))}function Kt(r,i){var s=r.callbackNode;S8(r,i);var d=gl(r,r===gt?Mt:0);if(d===0)s!==null&&lb(s),r.callbackNode=null,r.callbackPriority=0;else if(i=d&-d,r.callbackPriority!==i){if(s!=null&&lb(s),i===1)r.tag===0?v9(vm.bind(null,r)):n1(vm.bind(null,r)),h9(function(){(Ue&6)===0&&Ar()}),s=null;else{switch(db(d)){case 1:s=Gu;break;case 4:s=sb;break;case 16:s=bl;break;case 536870912:s=ub;break;default:s=bl}s=Lm(s,Tm.bind(null,r))}r.callbackPriority=i,r.callbackNode=s}}function Tm(r,i){if(ls=-1,ss=0,(Ue&6)!==0)throw Error(a(327));var s=r.callbackNode;if(Yn()&&r.callbackNode!==s)return null;var d=gl(r,r===gt?Mt:0);if(d===0)return null;if((d&30)!==0||(d&r.expiredLanes)!==0||i)i=us(r,d);else{i=d;var h=Ue;Ue|=2;var g=Cm();(gt!==r||Mt!==i)&&(ir=null,Qn=lt()+500,on(r,i));do try{G9();break}catch(z){Sm(r,z)}while(!0);Ac(),as.current=g,Ue=h,ct!==null?i=0:(gt=null,Mt=0,i=mt)}if(i!==0){if(i===2&&(h=Wu(r),h!==0&&(d=h,i=sd(r,h))),i===1)throw s=co,on(r,0),Rr(r,d),Kt(r,lt()),s;if(i===6)Rr(r,d);else{if(h=r.current.alternate,(d&30)===0&&!F9(h)&&(i=us(r,d),i===2&&(g=Wu(r),g!==0&&(d=g,i=sd(r,g))),i===1))throw s=co,on(r,0),Rr(r,d),Kt(r,lt()),s;switch(r.finishedWork=h,r.finishedLanes=d,i){case 0:case 1:throw Error(a(345));case 2:ln(r,Vt,ir);break;case 3:if(Rr(r,d),(d&130023424)===d&&(i=id+500-lt(),10<i)){if(gl(r,0)!==0)break;if(h=r.suspendedLanes,(h&d)!==d){Pt(),r.pingedLanes|=r.suspendedLanes&h;break}r.timeoutHandle=mc(ln.bind(null,r,Vt,ir),i);break}ln(r,Vt,ir);break;case 4:if(Rr(r,d),(d&4194240)===d)break;for(i=r.eventTimes,h=-1;0<d;){var y=31-ya(d);g=1<<y,y=i[y],y>h&&(h=y),d&=~g}if(d=h,d=lt()-d,d=(120>d?120:480>d?480:1080>d?1080:1920>d?1920:3e3>d?3e3:4320>d?4320:1960*B9(d/1960))-d,10<d){r.timeoutHandle=mc(ln.bind(null,r,Vt,ir),d);break}ln(r,Vt,ir);break;case 5:ln(r,Vt,ir);break;default:throw Error(a(329))}}}return Kt(r,lt()),r.callbackNode===s?Tm.bind(null,r):null}function sd(r,i){var s=fo;return r.current.memoizedState.isDehydrated&&(on(r,i).flags|=256),r=us(r,i),r!==2&&(i=Vt,Vt=s,i!==null&&ud(i)),r}function ud(r){Vt===null?Vt=r:Vt.push.apply(Vt,r)}function F9(r){for(var i=r;;){if(i.flags&16384){var s=i.updateQueue;if(s!==null&&(s=s.stores,s!==null))for(var d=0;d<s.length;d++){var h=s[d],g=h.getSnapshot;h=h.value;try{if(!Ea(g(),h))return!1}catch{return!1}}}if(s=i.child,i.subtreeFlags&16384&&s!==null)s.return=i,i=s;else{if(i===r)break;for(;i.sibling===null;){if(i.return===null||i.return===r)return!0;i=i.return}i.sibling.return=i.return,i=i.sibling}}return!0}function Rr(r,i){for(i&=~nd,i&=~rs,r.suspendedLanes|=i,r.pingedLanes&=~i,r=r.expirationTimes;0<i;){var s=31-ya(i),d=1<<s;r[s]=-1,i&=~d}}function vm(r){if((Ue&6)!==0)throw Error(a(327));Yn();var i=gl(r,0);if((i&1)===0)return Kt(r,lt()),null;var s=us(r,i);if(r.tag!==0&&s===2){var d=Wu(r);d!==0&&(i=d,s=sd(r,d))}if(s===1)throw s=co,on(r,0),Rr(r,i),Kt(r,lt()),s;if(s===6)throw Error(a(345));return r.finishedWork=r.current.alternate,r.finishedLanes=i,ln(r,Vt,ir),Kt(r,lt()),null}function cd(r,i){var s=Ue;Ue|=1;try{return r(i)}finally{Ue=s,Ue===0&&(Qn=lt()+500,Pl&&Ar())}}function nn(r){Dr!==null&&Dr.tag===0&&(Ue&6)===0&&Yn();var i=Ue;Ue|=1;var s=ha.transition,d=Ke;try{if(ha.transition=null,Ke=1,r)return r()}finally{Ke=d,ha.transition=s,Ue=i,(Ue&6)===0&&Ar()}}function dd(){aa=qn.current,tt(qn)}function on(r,i){r.finishedWork=null,r.finishedLanes=0;var s=r.timeoutHandle;if(s!==-1&&(r.timeoutHandle=-1,m9(s)),ct!==null)for(s=ct.return;s!==null;){var d=s;switch(Sc(d),d.tag){case 1:d=d.type.childContextTypes,d!=null&&zl();break;case 3:jn(),tt(Ut),tt(It),kc();break;case 5:wc(d);break;case 4:jn();break;case 13:tt(nt);break;case 19:tt(nt);break;case 10:xc(d.type._context);break;case 22:case 23:dd()}s=s.return}if(gt=r,ct=r=kr(r.current,null),Mt=aa=i,mt=0,co=null,nd=rs=rn=0,Vt=fo=null,en!==null){for(i=0;i<en.length;i++)if(s=en[i],d=s.interleaved,d!==null){s.interleaved=null;var h=d.next,g=s.pending;if(g!==null){var y=g.next;g.next=h,d.next=y}s.pending=d}en=null}return r}function Sm(r,i){do{var s=ct;try{if(Ac(),Kl.current=$l,ql){for(var d=it.memoizedState;d!==null;){var h=d.queue;h!==null&&(h.pending=null),d=d.next}ql=!1}if(an=0,pt=bt=it=null,no=!1,io=0,rd.current=null,s===null||s.return===null){mt=1,co=i,ct=null;break}e:{var g=r,y=s.return,z=s,F=i;if(i=Mt,z.flags|=32768,F!==null&&typeof F=="object"&&typeof F.then=="function"){var Q=F,ne=z,ie=ne.tag;if((ne.mode&1)===0&&(ie===0||ie===11||ie===15)){var ae=ne.alternate;ae?(ne.updateQueue=ae.updateQueue,ne.memoizedState=ae.memoizedState,ne.lanes=ae.lanes):(ne.updateQueue=null,ne.memoizedState=null)}var ge=V1(y);if(ge!==null){ge.flags&=-257,K1(ge,y,z,g,i),ge.mode&1&&j1(g,Q,i),i=ge,F=Q;var Se=i.updateQueue;if(Se===null){var Ee=new Set;Ee.add(F),i.updateQueue=Ee}else Se.add(F);break e}else{if((i&1)===0){j1(g,Q,i),fd();break e}F=Error(a(426))}}else if(at&&z.mode&1){var st=V1(y);if(st!==null){(st.flags&65536)===0&&(st.flags|=256),K1(st,y,z,g,i),Ec(Vn(F,z));break e}}g=F=Vn(F,z),mt!==4&&(mt=2),fo===null?fo=[g]:fo.push(g),g=y;do{switch(g.tag){case 3:g.flags|=65536,i&=-i,g.lanes|=i;var V=U1(g,F,i);h1(g,V);break e;case 1:z=F;var W=g.type,q=g.stateNode;if((g.flags&128)===0&&(typeof W.getDerivedStateFromError=="function"||q!==null&&typeof q.componentDidCatch=="function"&&(_r===null||!_r.has(q)))){g.flags|=65536,i&=-i,g.lanes|=i;var fe=H1(g,z,i);h1(g,fe);break e}}g=g.return}while(g!==null)}Em(s)}catch(Me){i=Me,ct===s&&s!==null&&(ct=s=s.return);continue}break}while(!0)}function Cm(){var r=as.current;return as.current=$l,r===null?$l:r}function fd(){(mt===0||mt===3||mt===2)&&(mt=4),gt===null||(rn&268435455)===0&&(rs&268435455)===0||Rr(gt,Mt)}function us(r,i){var s=Ue;Ue|=2;var d=Cm();(gt!==r||Mt!==i)&&(ir=null,on(r,i));do try{O9();break}catch(h){Sm(r,h)}while(!0);if(Ac(),Ue=s,as.current=d,ct!==null)throw Error(a(261));return gt=null,Mt=0,mt}function O9(){for(;ct!==null;)ym(ct)}function G9(){for(;ct!==null&&!d8();)ym(ct)}function ym(r){var i=xm(r.alternate,r,aa);r.memoizedProps=r.pendingProps,i===null?Em(r):ct=i,rd.current=null}function Em(r){var i=r;do{var s=i.alternate;if(r=i.return,(i.flags&32768)===0){if(s=R9(s,i,aa),s!==null){ct=s;return}}else{if(s=k9(s,i),s!==null){s.flags&=32767,ct=s;return}if(r!==null)r.flags|=32768,r.subtreeFlags=0,r.deletions=null;else{mt=6,ct=null;return}}if(i=i.sibling,i!==null){ct=i;return}ct=i=r}while(i!==null);mt===0&&(mt=5)}function ln(r,i,s){var d=Ke,h=ha.transition;try{ha.transition=null,Ke=1,W9(r,i,s,d)}finally{ha.transition=h,Ke=d}return null}function W9(r,i,s,d){do Yn();while(Dr!==null);if((Ue&6)!==0)throw Error(a(327));s=r.finishedWork;var h=r.finishedLanes;if(s===null)return null;if(r.finishedWork=null,r.finishedLanes=0,s===r.current)throw Error(a(177));r.callbackNode=null,r.callbackPriority=0;var g=s.lanes|s.childLanes;if(C8(r,g),r===gt&&(ct=gt=null,Mt=0),(s.subtreeFlags&2064)===0&&(s.flags&2064)===0||is||(is=!0,Lm(bl,function(){return Yn(),null})),g=(s.flags&15990)!==0,(s.subtreeFlags&15990)!==0||g){g=ha.transition,ha.transition=null;var y=Ke;Ke=1;var z=Ue;Ue|=4,rd.current=null,N9(r,s),bm(s,r),l9(fc),Sl=!!dc,fc=dc=null,r.current=s,P9(s),f8(),Ue=z,Ke=y,ha.transition=g}else r.current=s;if(is&&(is=!1,Dr=r,os=h),g=r.pendingLanes,g===0&&(_r=null),h8(s.stateNode),Kt(r,lt()),i!==null)for(d=r.onRecoverableError,s=0;s<i.length;s++)h=i[s],d(h.value,{componentStack:h.stack,digest:h.digest});if(ns)throw ns=!1,r=od,od=null,r;return(os&1)!==0&&r.tag!==0&&Yn(),g=r.pendingLanes,(g&1)!==0?r===ld?bo++:(bo=0,ld=r):bo=0,Ar(),null}function Yn(){if(Dr!==null){var r=db(os),i=ha.transition,s=Ke;try{if(ha.transition=null,Ke=16>r?16:r,Dr===null)var d=!1;else{if(r=Dr,Dr=null,os=0,(Ue&6)!==0)throw Error(a(331));var h=Ue;for(Ue|=4,ve=r.current;ve!==null;){var g=ve,y=g.child;if((ve.flags&16)!==0){var z=g.deletions;if(z!==null){for(var F=0;F<z.length;F++){var Q=z[F];for(ve=Q;ve!==null;){var ne=ve;switch(ne.tag){case 0:case 11:case 15:uo(8,ne,g)}var ie=ne.child;if(ie!==null)ie.return=ne,ve=ie;else for(;ve!==null;){ne=ve;var ae=ne.sibling,ge=ne.return;if(sm(ne),ne===Q){ve=null;break}if(ae!==null){ae.return=ge,ve=ae;break}ve=ge}}}var Se=g.alternate;if(Se!==null){var Ee=Se.child;if(Ee!==null){Se.child=null;do{var st=Ee.sibling;Ee.sibling=null,Ee=st}while(Ee!==null)}}ve=g}}if((g.subtreeFlags&2064)!==0&&y!==null)y.return=g,ve=y;else e:for(;ve!==null;){if(g=ve,(g.flags&2048)!==0)switch(g.tag){case 0:case 11:case 15:uo(9,g,g.return)}var V=g.sibling;if(V!==null){V.return=g.return,ve=V;break e}ve=g.return}}var W=r.current;for(ve=W;ve!==null;){y=ve;var q=y.child;if((y.subtreeFlags&2064)!==0&&q!==null)q.return=y,ve=q;else e:for(y=W;ve!==null;){if(z=ve,(z.flags&2048)!==0)try{switch(z.tag){case 0:case 11:case 15:ts(9,z)}}catch(Me){ot(z,z.return,Me)}if(z===y){ve=null;break e}var fe=z.sibling;if(fe!==null){fe.return=z.return,ve=fe;break e}ve=z.return}}if(Ue=h,Ar(),Na&&typeof Na.onPostCommitFiberRoot=="function")try{Na.onPostCommitFiberRoot(ml,r)}catch{}d=!0}return d}finally{Ke=s,ha.transition=i}}return!1}function Mm(r,i,s){i=Vn(s,i),i=U1(r,i,1),r=Lr(r,i,1),i=Pt(),r!==null&&(Pi(r,1,i),Kt(r,i))}function ot(r,i,s){if(r.tag===3)Mm(r,r,s);else for(;i!==null;){if(i.tag===3){Mm(i,r,s);break}else if(i.tag===1){var d=i.stateNode;if(typeof i.type.getDerivedStateFromError=="function"||typeof d.componentDidCatch=="function"&&(_r===null||!_r.has(d))){r=Vn(s,r),r=H1(i,r,1),i=Lr(i,r,1),r=Pt(),i!==null&&(Pi(i,1,r),Kt(i,r));break}}i=i.return}}function U9(r,i,s){var d=r.pingCache;d!==null&&d.delete(i),i=Pt(),r.pingedLanes|=r.suspendedLanes&s,gt===r&&(Mt&s)===s&&(mt===4||mt===3&&(Mt&130023424)===Mt&&500>lt()-id?on(r,0):nd|=s),Kt(r,i)}function Am(r,i){i===0&&((r.mode&1)===0?i=1:(i=pl,pl<<=1,(pl&130023424)===0&&(pl=4194304)));var s=Pt();r=ar(r,i),r!==null&&(Pi(r,i,s),Kt(r,s))}function H9(r){var i=r.memoizedState,s=0;i!==null&&(s=i.retryLane),Am(r,s)}function j9(r,i){var s=0;switch(r.tag){case 13:var d=r.stateNode,h=r.memoizedState;h!==null&&(s=h.retryLane);break;case 19:d=r.stateNode;break;default:throw Error(a(314))}d!==null&&d.delete(i),Am(r,s)}var xm;xm=function(r,i,s){if(r!==null)if(r.memoizedProps!==i.pendingProps||Ut.current)jt=!0;else{if((r.lanes&s)===0&&(i.flags&128)===0)return jt=!1,w9(r,i,s);jt=(r.flags&131072)!==0}else jt=!1,at&&(i.flags&1048576)!==0&&i1(i,Fl,i.index);switch(i.lanes=0,i.tag){case 2:var d=i.type;Zl(r,i),r=i.pendingProps;var h=Bn(i,It.current);Hn(i,s),h=Pc(null,i,d,r,h,s);var g=Bc();return i.flags|=1,typeof h=="object"&&h!==null&&typeof h.render=="function"&&h.$$typeof===void 0?(i.tag=1,i.memoizedState=null,i.updateQueue=null,Ht(d)?(g=!0,Nl(i)):g=!1,i.memoizedState=h.state!==null&&h.state!==void 0?h.state:null,_c(i),h.updater=Xl,i.stateNode=h,h._reactInternals=i,Hc(i,d,r,s),i=qc(null,i,d,!0,g,s)):(i.tag=0,at&&g&&vc(i),Nt(null,i,h,s),i=i.child),i;case 16:d=i.elementType;e:{switch(Zl(r,i),r=i.pendingProps,h=d._init,d=h(d._payload),i.type=d,h=i.tag=K9(d),r=Aa(d,r),h){case 0:i=Kc(null,i,d,r,s);break e;case 1:i=J1(null,i,d,r,s);break e;case 11:i=q1(null,i,d,r,s);break e;case 14:i=Q1(null,i,d,Aa(d.type,r),s);break e}throw Error(a(306,d,""))}return i;case 0:return d=i.type,h=i.pendingProps,h=i.elementType===d?h:Aa(d,h),Kc(r,i,d,h,s);case 1:return d=i.type,h=i.pendingProps,h=i.elementType===d?h:Aa(d,h),J1(r,i,d,h,s);case 3:e:{if(Z1(i),r===null)throw Error(a(387));d=i.pendingProps,g=i.memoizedState,h=g.element,m1(r,i),jl(i,d,null,s);var y=i.memoizedState;if(d=y.element,g.isDehydrated)if(g={element:d,isDehydrated:!1,cache:y.cache,pendingSuspenseBoundaries:y.pendingSuspenseBoundaries,transitions:y.transitions},i.updateQueue.baseState=g,i.memoizedState=g,i.flags&256){h=Vn(Error(a(423)),i),i=em(r,i,d,s,h);break e}else if(d!==h){h=Vn(Error(a(424)),i),i=em(r,i,d,s,h);break e}else for(ta=yr(i.stateNode.containerInfo.firstChild),ea=i,at=!0,Ma=null,s=f1(i,null,d,s),i.child=s;s;)s.flags=s.flags&-3|4096,s=s.sibling;else{if(Gn(),d===h){i=nr(r,i,s);break e}Nt(r,i,d,s)}i=i.child}return i;case 5:return g1(i),r===null&&yc(i),d=i.type,h=i.pendingProps,g=r!==null?r.memoizedProps:null,y=h.children,bc(d,h)?y=null:g!==null&&bc(d,g)&&(i.flags|=32),X1(r,i),Nt(r,i,y,s),i.child;case 6:return r===null&&yc(i),null;case 13:return tm(r,i,s);case 4:return Dc(i,i.stateNode.containerInfo),d=i.pendingProps,r===null?i.child=Wn(i,null,d,s):Nt(r,i,d,s),i.child;case 11:return d=i.type,h=i.pendingProps,h=i.elementType===d?h:Aa(d,h),q1(r,i,d,h,s);case 7:return Nt(r,i,i.pendingProps,s),i.child;case 8:return Nt(r,i,i.pendingProps.children,s),i.child;case 12:return Nt(r,i,i.pendingProps.children,s),i.child;case 10:e:{if(d=i.type._context,h=i.pendingProps,g=i.memoizedProps,y=h.value,Ye(Wl,d._currentValue),d._currentValue=y,g!==null)if(Ea(g.value,y)){if(g.children===h.children&&!Ut.current){i=nr(r,i,s);break e}}else for(g=i.child,g!==null&&(g.return=i);g!==null;){var z=g.dependencies;if(z!==null){y=g.child;for(var F=z.firstContext;F!==null;){if(F.context===d){if(g.tag===1){F=rr(-1,s&-s),F.tag=2;var Q=g.updateQueue;if(Q!==null){Q=Q.shared;var ne=Q.pending;ne===null?F.next=F:(F.next=ne.next,ne.next=F),Q.pending=F}}g.lanes|=s,F=g.alternate,F!==null&&(F.lanes|=s),Lc(g.return,s,i),z.lanes|=s;break}F=F.next}}else if(g.tag===10)y=g.type===i.type?null:g.child;else if(g.tag===18){if(y=g.return,y===null)throw Error(a(341));y.lanes|=s,z=y.alternate,z!==null&&(z.lanes|=s),Lc(y,s,i),y=g.sibling}else y=g.child;if(y!==null)y.return=g;else for(y=g;y!==null;){if(y===i){y=null;break}if(g=y.sibling,g!==null){g.return=y.return,y=g;break}y=y.return}g=y}Nt(r,i,h.children,s),i=i.child}return i;case 9:return h=i.type,d=i.pendingProps.children,Hn(i,s),h=ba(h),d=d(h),i.flags|=1,Nt(r,i,d,s),i.child;case 14:return d=i.type,h=Aa(d,i.pendingProps),h=Aa(d.type,h),Q1(r,i,d,h,s);case 15:return Y1(r,i,i.type,i.pendingProps,s);case 17:return d=i.type,h=i.pendingProps,h=i.elementType===d?h:Aa(d,h),Zl(r,i),i.tag=1,Ht(d)?(r=!0,Nl(i)):r=!1,Hn(i,s),G1(i,d,h),Hc(i,d,h,s),qc(null,i,d,!0,r,s);case 19:return rm(r,i,s);case 22:return $1(r,i,s)}throw Error(a(156,i.tag))};function Lm(r,i){return ob(r,i)}function V9(r,i,s,d){this.tag=r,this.key=s,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=i,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=d,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function pa(r,i,s,d){return new V9(r,i,s,d)}function bd(r){return r=r.prototype,!(!r||!r.isReactComponent)}function K9(r){if(typeof r=="function")return bd(r)?1:0;if(r!=null){if(r=r.$$typeof,r===te)return 11;if(r===Z)return 14}return 2}function kr(r,i){var s=r.alternate;return s===null?(s=pa(r.tag,i,r.key,r.mode),s.elementType=r.elementType,s.type=r.type,s.stateNode=r.stateNode,s.alternate=r,r.alternate=s):(s.pendingProps=i,s.type=r.type,s.flags=0,s.subtreeFlags=0,s.deletions=null),s.flags=r.flags&14680064,s.childLanes=r.childLanes,s.lanes=r.lanes,s.child=r.child,s.memoizedProps=r.memoizedProps,s.memoizedState=r.memoizedState,s.updateQueue=r.updateQueue,i=r.dependencies,s.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext},s.sibling=r.sibling,s.index=r.index,s.ref=r.ref,s}function cs(r,i,s,d,h,g){var y=2;if(d=r,typeof r=="function")bd(r)&&(y=1);else if(typeof r=="string")y=5;else e:switch(r){case H:return sn(s.children,h,g,i);case j:y=8,h|=8;break;case se:return r=pa(12,s,i,h|2),r.elementType=se,r.lanes=g,r;case pe:return r=pa(13,s,i,h),r.elementType=pe,r.lanes=g,r;case X:return r=pa(19,s,i,h),r.elementType=X,r.lanes=g,r;case be:return ds(s,h,g,i);default:if(typeof r=="object"&&r!==null)switch(r.$$typeof){case he:y=10;break e;case ee:y=9;break e;case te:y=11;break e;case Z:y=14;break e;case le:y=16,d=null;break e}throw Error(a(130,r==null?r:typeof r,""))}return i=pa(y,s,i,h),i.elementType=r,i.type=d,i.lanes=g,i}function sn(r,i,s,d){return r=pa(7,r,d,i),r.lanes=s,r}function ds(r,i,s,d){return r=pa(22,r,d,i),r.elementType=be,r.lanes=s,r.stateNode={isHidden:!1},r}function md(r,i,s){return r=pa(6,r,null,i),r.lanes=s,r}function hd(r,i,s){return i=pa(4,r.children!==null?r.children:[],r.key,i),i.lanes=s,i.stateNode={containerInfo:r.containerInfo,pendingChildren:null,implementation:r.implementation},i}function q9(r,i,s,d,h){this.tag=i,this.containerInfo=r,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Uu(0),this.expirationTimes=Uu(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Uu(0),this.identifierPrefix=d,this.onRecoverableError=h,this.mutableSourceEagerHydrationData=null}function pd(r,i,s,d,h,g,y,z,F){return r=new q9(r,i,s,z,F),i===1?(i=1,g===!0&&(i|=8)):i=0,g=pa(3,null,null,i),r.current=g,g.stateNode=r,g.memoizedState={element:d,isDehydrated:s,cache:null,transitions:null,pendingSuspenseBoundaries:null},_c(g),r}function Q9(r,i,s){var d=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:P,key:d==null?null:""+d,children:r,containerInfo:i,implementation:s}}function Im(r){if(!r)return Mr;r=r._reactInternals;e:{if(Yr(r)!==r||r.tag!==1)throw Error(a(170));var i=r;do{switch(i.tag){case 3:i=i.stateNode.context;break e;case 1:if(Ht(i.type)){i=i.stateNode.__reactInternalMemoizedMergedChildContext;break e}}i=i.return}while(i!==null);throw Error(a(171))}if(r.tag===1){var s=r.type;if(Ht(s))return a1(r,s,i)}return i}function _m(r,i,s,d,h,g,y,z,F){return r=pd(s,d,!0,r,h,g,y,z,F),r.context=Im(null),s=r.current,d=Pt(),h=wr(s),g=rr(d,h),g.callback=i??null,Lr(s,g,h),r.current.lanes=h,Pi(r,h,d),Kt(r,d),r}function fs(r,i,s,d){var h=i.current,g=Pt(),y=wr(h);return s=Im(s),i.context===null?i.context=s:i.pendingContext=s,i=rr(g,y),i.payload={element:r},d=d===void 0?null:d,d!==null&&(i.callback=d),r=Lr(h,i,y),r!==null&&(Ia(r,h,y,g),Hl(r,h,y)),y}function bs(r){if(r=r.current,!r.child)return null;switch(r.child.tag){case 5:return r.child.stateNode;default:return r.child.stateNode}}function Dm(r,i){if(r=r.memoizedState,r!==null&&r.dehydrated!==null){var s=r.retryLane;r.retryLane=s!==0&&s<i?s:i}}function gd(r,i){Dm(r,i),(r=r.alternate)&&Dm(r,i)}function Y9(){return null}var wm=typeof reportError=="function"?reportError:function(r){console.error(r)};function Td(r){this._internalRoot=r}ms.prototype.render=Td.prototype.render=function(r){var i=this._internalRoot;if(i===null)throw Error(a(409));fs(r,i,null,null)},ms.prototype.unmount=Td.prototype.unmount=function(){var r=this._internalRoot;if(r!==null){this._internalRoot=null;var i=r.containerInfo;nn(function(){fs(null,r,null,null)}),i[Ja]=null}};function ms(r){this._internalRoot=r}ms.prototype.unstable_scheduleHydration=function(r){if(r){var i=mb();r={blockedOn:null,target:r,priority:i};for(var s=0;s<vr.length&&i!==0&&i<vr[s].priority;s++);vr.splice(s,0,r),s===0&&gb(r)}};function vd(r){return!(!r||r.nodeType!==1&&r.nodeType!==9&&r.nodeType!==11)}function hs(r){return!(!r||r.nodeType!==1&&r.nodeType!==9&&r.nodeType!==11&&(r.nodeType!==8||r.nodeValue!==" react-mount-point-unstable "))}function Rm(){}function $9(r,i,s,d,h){if(h){if(typeof d=="function"){var g=d;d=function(){var Q=bs(y);g.call(Q)}}var y=_m(i,d,r,0,null,!1,!1,"",Rm);return r._reactRootContainer=y,r[Ja]=y.current,$i(r.nodeType===8?r.parentNode:r),nn(),y}for(;h=r.lastChild;)r.removeChild(h);if(typeof d=="function"){var z=d;d=function(){var Q=bs(F);z.call(Q)}}var F=pd(r,0,!1,null,null,!1,!1,"",Rm);return r._reactRootContainer=F,r[Ja]=F.current,$i(r.nodeType===8?r.parentNode:r),nn(function(){fs(i,F,s,d)}),F}function ps(r,i,s,d,h){var g=s._reactRootContainer;if(g){var y=g;if(typeof h=="function"){var z=h;h=function(){var F=bs(y);z.call(F)}}fs(i,y,r,h)}else y=$9(s,i,r,h,d);return bs(y)}fb=function(r){switch(r.tag){case 3:var i=r.stateNode;if(i.current.memoizedState.isDehydrated){var s=Ni(i.pendingLanes);s!==0&&(Hu(i,s|1),Kt(i,lt()),(Ue&6)===0&&(Qn=lt()+500,Ar()))}break;case 13:nn(function(){var d=ar(r,1);if(d!==null){var h=Pt();Ia(d,r,1,h)}}),gd(r,1)}},ju=function(r){if(r.tag===13){var i=ar(r,134217728);if(i!==null){var s=Pt();Ia(i,r,134217728,s)}gd(r,134217728)}},bb=function(r){if(r.tag===13){var i=wr(r),s=ar(r,i);if(s!==null){var d=Pt();Ia(s,r,i,d)}gd(r,i)}},mb=function(){return Ke},hb=function(r,i){var s=Ke;try{return Ke=r,i()}finally{Ke=s}},Pu=function(r,i,s){switch(i){case"input":if(Mn(r,s),i=s.name,s.type==="radio"&&i!=null){for(s=r;s.parentNode;)s=s.parentNode;for(s=s.querySelectorAll("input[name="+JSON.stringify(""+i)+'][type="radio"]'),i=0;i<s.length;i++){var d=s[i];if(d!==r&&d.form===r.form){var h=kl(d);if(!h)throw Error(a(90));Sa(d),Mn(d,h)}}}break;case"textarea":ul(r,s);break;case"select":i=s.value,i!=null&&mr(r,!!s.multiple,i,!1)}},Z0=cd,eb=nn;var X9={usingClientEntryPoint:!1,Events:[Zi,Nn,kl,X0,J0,cd]},mo={findFiberByHostInstance:$r,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},J9={bundleType:mo.bundleType,version:mo.version,rendererPackageName:mo.rendererPackageName,rendererConfig:mo.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:O.ReactCurrentDispatcher,findHostInstanceByFiber:function(r){return r=nb(r),r===null?null:r.stateNode},findFiberByHostInstance:mo.findFiberByHostInstance||Y9,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var gs=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!gs.isDisabled&&gs.supportsFiber)try{ml=gs.inject(J9),Na=gs}catch{}}return qt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=X9,qt.createPortal=function(r,i){var s=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!vd(i))throw Error(a(200));return Q9(r,i,null,s)},qt.createRoot=function(r,i){if(!vd(r))throw Error(a(299));var s=!1,d="",h=wm;return i!=null&&(i.unstable_strictMode===!0&&(s=!0),i.identifierPrefix!==void 0&&(d=i.identifierPrefix),i.onRecoverableError!==void 0&&(h=i.onRecoverableError)),i=pd(r,1,!1,null,null,s,!1,d,h),r[Ja]=i.current,$i(r.nodeType===8?r.parentNode:r),new Td(i)},qt.findDOMNode=function(r){if(r==null)return null;if(r.nodeType===1)return r;var i=r._reactInternals;if(i===void 0)throw typeof r.render=="function"?Error(a(188)):(r=Object.keys(r).join(","),Error(a(268,r)));return r=nb(i),r=r===null?null:r.stateNode,r},qt.flushSync=function(r){return nn(r)},qt.hydrate=function(r,i,s){if(!hs(i))throw Error(a(200));return ps(null,r,i,!0,s)},qt.hydrateRoot=function(r,i,s){if(!vd(r))throw Error(a(405));var d=s!=null&&s.hydratedSources||null,h=!1,g="",y=wm;if(s!=null&&(s.unstable_strictMode===!0&&(h=!0),s.identifierPrefix!==void 0&&(g=s.identifierPrefix),s.onRecoverableError!==void 0&&(y=s.onRecoverableError)),i=_m(i,null,r,1,s??null,h,!1,g,y),r[Ja]=i.current,$i(r),d)for(r=0;r<d.length;r++)s=d[r],h=s._getVersion,h=h(s._source),i.mutableSourceEagerHydrationData==null?i.mutableSourceEagerHydrationData=[s,h]:i.mutableSourceEagerHydrationData.push(s,h);return new ms(i)},qt.render=function(r,i,s){if(!hs(i))throw Error(a(200));return ps(null,r,i,!1,s)},qt.unmountComponentAtNode=function(r){if(!hs(r))throw Error(a(40));return r._reactRootContainer?(nn(function(){ps(null,null,r,!1,function(){r._reactRootContainer=null,r[Ja]=null})}),!0):!1},qt.unstable_batchedUpdates=cd,qt.unstable_renderSubtreeIntoContainer=function(r,i,s,d){if(!hs(s))throw Error(a(200));if(r==null||r._reactInternals===void 0)throw Error(a(38));return ps(r,i,s,!1,d)},qt.version="18.3.1-next-f1338f8080-20240426",qt}var Gm;function J5(){if(Gm)return yd.exports;Gm=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}return e(),yd.exports=o6(),yd.exports}var Wm;function l6(){if(Wm)return Ts;Wm=1;var e=J5();return Ts.createRoot=e.createRoot,Ts.hydrateRoot=e.hydrateRoot,Ts}var s6=l6();const xt={UI:"UI",FETCH_DATA_PRODUCT:"FETCH_DATA_PRODUCT",FETCH_DATA_ALL:"FETCH_DATA_ALL"};function At(e){return`Minified Redux error #${e}; visit https://redux.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var u6=typeof Symbol=="function"&&Symbol.observable||"@@observable",Um=u6,Ad=()=>Math.random().toString(36).substring(7).split("").join("."),c6={INIT:`@@redux/INIT${Ad()}`,REPLACE:`@@redux/REPLACE${Ad()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${Ad()}`},Ws=c6;function jf(e){if(typeof e!="object"||e===null)return!1;let t=e;for(;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||Object.getPrototypeOf(e)===null}function Z5(e,t,a){if(typeof e!="function")throw new Error(At(2));if(typeof t=="function"&&typeof a=="function"||typeof a=="function"&&typeof arguments[3]=="function")throw new Error(At(0));if(typeof t=="function"&&typeof a>"u"&&(a=t,t=void 0),typeof a<"u"){if(typeof a!="function")throw new Error(At(1));return a(Z5)(e,t)}let n=e,o=t,l=new Map,u=l,c=0,f=!1;function m(){u===l&&(u=new Map,l.forEach((_,A)=>{u.set(A,_)}))}function p(){if(f)throw new Error(At(3));return o}function T(_){if(typeof _!="function")throw new Error(At(4));if(f)throw new Error(At(5));let A=!0;m();const R=c++;return u.set(R,_),function(){if(A){if(f)throw new Error(At(6));A=!1,m(),u.delete(R),l=null}}}function S(_){if(!jf(_))throw new Error(At(7));if(typeof _.type>"u")throw new Error(At(8));if(typeof _.type!="string")throw new Error(At(17));if(f)throw new Error(At(9));try{f=!0,o=n(o,_)}finally{f=!1}return(l=u).forEach(R=>{R()}),_}function v(_){if(typeof _!="function")throw new Error(At(10));n=_,S({type:Ws.REPLACE})}function L(){const _=T;return{subscribe(A){if(typeof A!="object"||A===null)throw new Error(At(11));function R(){const O=A;O.next&&O.next(p())}return R(),{unsubscribe:_(R)}},[Um](){return this}}}return S({type:Ws.INIT}),{dispatch:S,subscribe:T,getState:p,replaceReducer:v,[Um]:L}}function d6(e){Object.keys(e).forEach(t=>{const a=e[t];if(typeof a(void 0,{type:Ws.INIT})>"u")throw new Error(At(12));if(typeof a(void 0,{type:Ws.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(At(13))})}function Vf(e){const t=Object.keys(e),a={};for(let l=0;l<t.length;l++){const u=t[l];typeof e[u]=="function"&&(a[u]=e[u])}const n=Object.keys(a);let o;try{d6(a)}catch(l){o=l}return function(u={},c){if(o)throw o;let f=!1;const m={};for(let p=0;p<n.length;p++){const T=n[p],S=a[T],v=u[T],L=S(v,c);if(typeof L>"u")throw c&&c.type,new Error(At(14));m[T]=L,f=f||L!==v}return f=f||n.length!==Object.keys(u).length,f?m:u}}function Us(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,a)=>(...n)=>t(a(...n)))}function f6(...e){return t=>(a,n)=>{const o=t(a,n);let l=()=>{throw new Error(At(15))};const u={getState:o.getState,dispatch:(f,...m)=>l(f,...m)},c=e.map(f=>f(u));return l=Us(...c)(o.dispatch),{...o,dispatch:l}}}function b6(e){return jf(e)&&"type"in e&&typeof e.type=="string"}var ep=Symbol.for("immer-nothing"),Hm=Symbol.for("immer-draftable"),sa=Symbol.for("immer-state");function _a(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var Bo=Object.getPrototypeOf;function bn(e){return!!e&&!!e[sa]}function ur(e){return e?tp(e)||Array.isArray(e)||!!e[Hm]||!!e.constructor?.[Hm]||Ko(e)||uu(e):!1}var m6=Object.prototype.constructor.toString(),jm=new WeakMap;function tp(e){if(!e||typeof e!="object")return!1;const t=Object.getPrototypeOf(e);if(t===null||t===Object.prototype)return!0;const a=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;if(a===Object)return!0;if(typeof a!="function")return!1;let n=jm.get(a);return n===void 0&&(n=Function.toString.call(a),jm.set(a,n)),n===m6}function Hs(e,t,a=!0){su(e)===0?(a?Reflect.ownKeys(e):Object.keys(e)).forEach(o=>{t(o,e[o],e)}):e.forEach((n,o)=>t(o,n,e))}function su(e){const t=e[sa];return t?t.type_:Array.isArray(e)?1:Ko(e)?2:uu(e)?3:0}function sf(e,t){return su(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function ap(e,t,a){const n=su(e);n===2?e.set(t,a):n===3?e.add(a):e[t]=a}function h6(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function Ko(e){return e instanceof Map}function uu(e){return e instanceof Set}function cn(e){return e.copy_||e.base_}function uf(e,t){if(Ko(e))return new Map(e);if(uu(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const a=tp(e);if(t===!0||t==="class_only"&&!a){const n=Object.getOwnPropertyDescriptors(e);delete n[sa];let o=Reflect.ownKeys(n);for(let l=0;l<o.length;l++){const u=o[l],c=n[u];c.writable===!1&&(c.writable=!0,c.configurable=!0),(c.get||c.set)&&(n[u]={configurable:!0,writable:!0,enumerable:c.enumerable,value:e[u]})}return Object.create(Bo(e),n)}else{const n=Bo(e);if(n!==null&&a)return{...e};const o=Object.create(n);return Object.assign(o,e)}}function Kf(e,t=!1){return cu(e)||bn(e)||!ur(e)||(su(e)>1&&Object.defineProperties(e,{set:vs,add:vs,clear:vs,delete:vs}),Object.freeze(e),t&&Object.values(e).forEach(a=>Kf(a,!0))),e}function p6(){_a(2)}var vs={value:p6};function cu(e){return e===null||typeof e!="object"?!0:Object.isFrozen(e)}var g6={};function mn(e){const t=g6[e];return t||_a(0,e),t}var Fo;function rp(){return Fo}function T6(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function Vm(e,t){t&&(mn("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function cf(e){df(e),e.drafts_.forEach(v6),e.drafts_=null}function df(e){e===Fo&&(Fo=e.parent_)}function Km(e){return Fo=T6(Fo,e)}function v6(e){const t=e[sa];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function qm(e,t){t.unfinalizedDrafts_=t.drafts_.length;const a=t.drafts_[0];return e!==void 0&&e!==a?(a[sa].modified_&&(cf(t),_a(4)),ur(e)&&(e=js(t,e),t.parent_||Vs(t,e)),t.patches_&&mn("Patches").generateReplacementPatches_(a[sa].base_,e,t.patches_,t.inversePatches_)):e=js(t,a,[]),cf(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==ep?e:void 0}function js(e,t,a){if(cu(t))return t;const n=e.immer_.shouldUseStrictIteration(),o=t[sa];if(!o)return Hs(t,(l,u)=>Qm(e,o,t,l,u,a),n),t;if(o.scope_!==e)return t;if(!o.modified_)return Vs(e,o.base_,!0),o.base_;if(!o.finalized_){o.finalized_=!0,o.scope_.unfinalizedDrafts_--;const l=o.copy_;let u=l,c=!1;o.type_===3&&(u=new Set(l),l.clear(),c=!0),Hs(u,(f,m)=>Qm(e,o,l,f,m,a,c),n),Vs(e,l,!1),a&&e.patches_&&mn("Patches").generatePatches_(o,a,e.patches_,e.inversePatches_)}return o.copy_}function Qm(e,t,a,n,o,l,u){if(o==null||typeof o!="object"&&!u)return;const c=cu(o);if(!(c&&!u)){if(bn(o)){const f=l&&t&&t.type_!==3&&!sf(t.assigned_,n)?l.concat(n):void 0,m=js(e,o,f);if(ap(a,n,m),bn(m))e.canAutoFreeze_=!1;else return}else u&&a.add(o);if(ur(o)&&!c){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1||t&&t.base_&&t.base_[n]===o&&c)return;js(e,o),(!t||!t.scope_.parent_)&&typeof n!="symbol"&&(Ko(a)?a.has(n):Object.prototype.propertyIsEnumerable.call(a,n))&&Vs(e,o)}}}function Vs(e,t,a=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Kf(t,a)}function S6(e,t){const a=Array.isArray(e),n={type_:a?1:0,scope_:t?t.scope_:rp(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=n,l=qf;a&&(o=[n],l=Oo);const{revoke:u,proxy:c}=Proxy.revocable(o,l);return n.draft_=c,n.revoke_=u,c}var qf={get(e,t){if(t===sa)return e;const a=cn(e);if(!sf(a,t))return C6(e,a,t);const n=a[t];return e.finalized_||!ur(n)?n:n===xd(e.base_,t)?(Ld(e),e.copy_[t]=bf(n,e)):n},has(e,t){return t in cn(e)},ownKeys(e){return Reflect.ownKeys(cn(e))},set(e,t,a){const n=np(cn(e),t);if(n?.set)return n.set.call(e.draft_,a),!0;if(!e.modified_){const o=xd(cn(e),t),l=o?.[sa];if(l&&l.base_===a)return e.copy_[t]=a,e.assigned_[t]=!1,!0;if(h6(a,o)&&(a!==void 0||sf(e.base_,t)))return!0;Ld(e),ff(e)}return e.copy_[t]===a&&(a!==void 0||t in e.copy_)||Number.isNaN(a)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=a,e.assigned_[t]=!0),!0},deleteProperty(e,t){return xd(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,Ld(e),ff(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){const a=cn(e),n=Reflect.getOwnPropertyDescriptor(a,t);return n&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:n.enumerable,value:a[t]}},defineProperty(){_a(11)},getPrototypeOf(e){return Bo(e.base_)},setPrototypeOf(){_a(12)}},Oo={};Hs(qf,(e,t)=>{Oo[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});Oo.deleteProperty=function(e,t){return Oo.set.call(this,e,t,void 0)};Oo.set=function(e,t,a){return qf.set.call(this,e[0],t,a,e[0])};function xd(e,t){const a=e[sa];return(a?cn(a):e)[t]}function C6(e,t,a){const n=np(t,a);return n?"value"in n?n.value:n.get?.call(e.draft_):void 0}function np(e,t){if(!(t in e))return;let a=Bo(e);for(;a;){const n=Object.getOwnPropertyDescriptor(a,t);if(n)return n;a=Bo(a)}}function ff(e){e.modified_||(e.modified_=!0,e.parent_&&ff(e.parent_))}function Ld(e){e.copy_||(e.copy_=uf(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var y6=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!0,this.produce=(t,a,n)=>{if(typeof t=="function"&&typeof a!="function"){const l=a;a=t;const u=this;return function(f=l,...m){return u.produce(f,p=>a.call(this,p,...m))}}typeof a!="function"&&_a(6),n!==void 0&&typeof n!="function"&&_a(7);let o;if(ur(t)){const l=Km(this),u=bf(t,void 0);let c=!0;try{o=a(u),c=!1}finally{c?cf(l):df(l)}return Vm(l,n),qm(o,l)}else if(!t||typeof t!="object"){if(o=a(t),o===void 0&&(o=t),o===ep&&(o=void 0),this.autoFreeze_&&Kf(o,!0),n){const l=[],u=[];mn("Patches").generateReplacementPatches_(t,o,l,u),n(l,u)}return o}else _a(1,t)},this.produceWithPatches=(t,a)=>{if(typeof t=="function")return(u,...c)=>this.produceWithPatches(u,f=>t(f,...c));let n,o;return[this.produce(t,a,(u,c)=>{n=u,o=c}),n,o]},typeof e?.autoFreeze=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof e?.useStrictShallowCopy=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy),typeof e?.useStrictIteration=="boolean"&&this.setUseStrictIteration(e.useStrictIteration)}createDraft(e){ur(e)||_a(8),bn(e)&&(e=E6(e));const t=Km(this),a=bf(e,void 0);return a[sa].isManual_=!0,df(t),a}finishDraft(e,t){const a=e&&e[sa];(!a||!a.isManual_)&&_a(9);const{scope_:n}=a;return Vm(n,t),qm(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}setUseStrictIteration(e){this.useStrictIteration_=e}shouldUseStrictIteration(){return this.useStrictIteration_}applyPatches(e,t){let a;for(a=t.length-1;a>=0;a--){const o=t[a];if(o.path.length===0&&o.op==="replace"){e=o.value;break}}a>-1&&(t=t.slice(a+1));const n=mn("Patches").applyPatches_;return bn(e)?n(e,t):this.produce(e,o=>n(o,t))}};function bf(e,t){const a=Ko(e)?mn("MapSet").proxyMap_(e,t):uu(e)?mn("MapSet").proxySet_(e,t):S6(e,t);return(t?t.scope_:rp()).drafts_.push(a),a}function E6(e){return bn(e)||_a(10,e),ip(e)}function ip(e){if(!ur(e)||cu(e))return e;const t=e[sa];let a,n=!0;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,a=uf(e,t.scope_.immer_.useStrictShallowCopy_),n=t.scope_.immer_.shouldUseStrictIteration()}else a=uf(e,!0);return Hs(a,(o,l)=>{ap(a,o,ip(l))},n),t&&(t.finalized_=!1),a}var mf=new y6,op=mf.produce,M6=mf.setUseStrictIteration.bind(mf);function lp(e){return({dispatch:a,getState:n})=>o=>l=>typeof l=="function"?l(a,n,e):o(l)}var A6=lp(),x6=lp,L6=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Us:Us.apply(null,arguments)},I6=e=>e&&typeof e.match=="function";function xo(e,t){function a(...n){if(t){let o=t(...n);if(!o)throw new Error(sr(0));return{type:e,payload:o.payload,..."meta"in o&&{meta:o.meta},..."error"in o&&{error:o.error}}}return{type:e,payload:n[0]}}return a.toString=()=>`${e}`,a.type=e,a.match=n=>b6(n)&&n.type===e,a}var sp=class Mo extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,Mo.prototype)}static get[Symbol.species](){return Mo}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new Mo(...t[0].concat(this)):new Mo(...t.concat(this))}};function Ym(e){return ur(e)?op(e,()=>{}):e}function Ss(e,t,a){return e.has(t)?e.get(t):e.set(t,a(t)).get(t)}function _6(e){return typeof e=="boolean"}var D6=()=>function(t){const{thunk:a=!0,immutableCheck:n=!0,serializableCheck:o=!0,actionCreatorCheck:l=!0}=t??{};let u=new sp;return a&&(_6(a)?u.push(A6):u.push(x6(a.extraArgument))),u},w6="RTK_autoBatch",$m=e=>t=>{setTimeout(t,e)},R6=(e={type:"raf"})=>t=>(...a)=>{const n=t(...a);let o=!0,l=!1,u=!1;const c=new Set,f=e.type==="tick"?queueMicrotask:e.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:$m(10):e.type==="callback"?e.queueNotification:$m(e.timeout),m=()=>{u=!1,l&&(l=!1,c.forEach(p=>p()))};return Object.assign({},n,{subscribe(p){const T=()=>o&&p(),S=n.subscribe(T);return c.add(p),()=>{S(),c.delete(p)}},dispatch(p){try{return o=!p?.meta?.[w6],l=!o,l&&(u||(u=!0,f(m))),n.dispatch(p)}finally{o=!0}}})},k6=e=>function(a){const{autoBatch:n=!0}=a??{};let o=new sp(e);return n&&o.push(R6(typeof n=="object"?n:void 0)),o};function up(e){const t=D6(),{reducer:a=void 0,middleware:n,devTools:o=!0,duplicateMiddlewareCheck:l=!0,preloadedState:u=void 0,enhancers:c=void 0}=e||{};let f;if(typeof a=="function")f=a;else if(jf(a))f=Vf(a);else throw new Error(sr(1));let m;typeof n=="function"?m=n(t):m=t();let p=Us;o&&(p=L6({trace:!1,...typeof o=="object"&&o}));const T=f6(...m),S=k6(T);let v=typeof c=="function"?c(S):S();const L=p(...v);return Z5(f,u,L)}function cp(e){const t={},a=[];let n;const o={addCase(l,u){const c=typeof l=="string"?l:l.type;if(!c)throw new Error(sr(28));if(c in t)throw new Error(sr(29));return t[c]=u,o},addAsyncThunk(l,u){return u.pending&&(t[l.pending.type]=u.pending),u.rejected&&(t[l.rejected.type]=u.rejected),u.fulfilled&&(t[l.fulfilled.type]=u.fulfilled),u.settled&&a.push({matcher:l.settled,reducer:u.settled}),o},addMatcher(l,u){return a.push({matcher:l,reducer:u}),o},addDefaultCase(l){return n=l,o}};return e(o),[t,a,n]}M6(!1);function z6(e){return typeof e=="function"}function N6(e,t){let[a,n,o]=cp(t),l;if(z6(e))l=()=>Ym(e());else{const c=Ym(e);l=()=>c}function u(c=l(),f){let m=[a[f.type],...n.filter(({matcher:p})=>p(f)).map(({reducer:p})=>p)];return m.filter(p=>!!p).length===0&&(m=[o]),m.reduce((p,T)=>{if(T)if(bn(p)){const v=T(p,f);return v===void 0?p:v}else{if(ur(p))return op(p,S=>T(S,f));{const S=T(p,f);if(S===void 0){if(p===null)return p;throw Error("A case reducer on a non-draftable value must not return undefined")}return S}}return p},c)}return u.getInitialState=l,u}var P6=(e,t)=>I6(e)?e.match(t):e(t);function B6(...e){return t=>e.some(a=>P6(a,t))}var F6="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",O6=(e=21)=>{let t="",a=e;for(;a--;)t+=F6[Math.random()*64|0];return t},G6=["name","message","stack","code"],Id=class{constructor(e,t){this.payload=e,this.meta=t}_type},Xm=class{constructor(e,t){this.payload=e,this.meta=t}_type},W6=e=>{if(typeof e=="object"&&e!==null){const t={};for(const a of G6)typeof e[a]=="string"&&(t[a]=e[a]);return t}return{message:String(e)}},Jm="External signal was aborted",Qf=(()=>{function e(t,a,n){const o=xo(t+"/fulfilled",(f,m,p,T)=>({payload:f,meta:{...T||{},arg:p,requestId:m,requestStatus:"fulfilled"}})),l=xo(t+"/pending",(f,m,p)=>({payload:void 0,meta:{...p||{},arg:m,requestId:f,requestStatus:"pending"}})),u=xo(t+"/rejected",(f,m,p,T,S)=>({payload:T,error:(n&&n.serializeError||W6)(f||"Rejected"),meta:{...S||{},arg:p,requestId:m,rejectedWithValue:!!T,requestStatus:"rejected",aborted:f?.name==="AbortError",condition:f?.name==="ConditionError"}}));function c(f,{signal:m}={}){return(p,T,S)=>{const v=n?.idGenerator?n.idGenerator(f):O6(),L=new AbortController;let M,_;function A(D){_=D,L.abort()}m&&(m.aborted?A(Jm):m.addEventListener("abort",()=>A(Jm),{once:!0}));const R=(async function(){let D;try{let B=n?.condition?.(f,{getState:T,extra:S});if(H6(B)&&(B=await B),B===!1||L.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};const P=new Promise((H,j)=>{M=()=>{j({name:"AbortError",message:_||"Aborted"})},L.signal.addEventListener("abort",M)});p(l(v,f,n?.getPendingMeta?.({requestId:v,arg:f},{getState:T,extra:S}))),D=await Promise.race([P,Promise.resolve(a(f,{dispatch:p,getState:T,extra:S,requestId:v,signal:L.signal,abort:A,rejectWithValue:(H,j)=>new Id(H,j),fulfillWithValue:(H,j)=>new Xm(H,j)})).then(H=>{if(H instanceof Id)throw H;return H instanceof Xm?o(H.payload,v,f,H.meta):o(H,v,f)})])}catch(B){D=B instanceof Id?u(null,v,f,B.payload,B.meta):u(B,v,f)}finally{M&&L.signal.removeEventListener("abort",M)}return n&&!n.dispatchConditionRejection&&u.match(D)&&D.meta.condition||p(D),D})();return Object.assign(R,{abort:A,requestId:v,arg:f,unwrap(){return R.then(U6)}})}}return Object.assign(c,{pending:l,rejected:u,fulfilled:o,settled:B6(u,o),typePrefix:t})}return e.withTypes=()=>e,e})();function U6(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function H6(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var j6=Symbol.for("rtk-slice-createasyncthunk");function V6(e,t){return`${e}/${t}`}function K6({creators:e}={}){const t=e?.asyncThunk?.[j6];return function(n){const{name:o,reducerPath:l=o}=n;if(!o)throw new Error(sr(11));const u=(typeof n.reducers=="function"?n.reducers(Q6()):n.reducers)||{},c=Object.keys(u),f={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},m={addCase(D,O){const B=typeof D=="string"?D:D.type;if(!B)throw new Error(sr(12));if(B in f.sliceCaseReducersByType)throw new Error(sr(13));return f.sliceCaseReducersByType[B]=O,m},addMatcher(D,O){return f.sliceMatchers.push({matcher:D,reducer:O}),m},exposeAction(D,O){return f.actionCreators[D]=O,m},exposeCaseReducer(D,O){return f.sliceCaseReducersByName[D]=O,m}};c.forEach(D=>{const O=u[D],B={reducerName:D,type:V6(o,D),createNotation:typeof n.reducers=="function"};$6(O)?J6(B,O,m,t):Y6(B,O,m)});function p(){const[D={},O=[],B=void 0]=typeof n.extraReducers=="function"?cp(n.extraReducers):[n.extraReducers],P={...D,...f.sliceCaseReducersByType};return N6(n.initialState,H=>{for(let j in P)H.addCase(j,P[j]);for(let j of f.sliceMatchers)H.addMatcher(j.matcher,j.reducer);for(let j of O)H.addMatcher(j.matcher,j.reducer);B&&H.addDefaultCase(B)})}const T=D=>D,S=new Map,v=new WeakMap;let L;function M(D,O){return L||(L=p()),L(D,O)}function _(){return L||(L=p()),L.getInitialState()}function A(D,O=!1){function B(H){let j=H[D];return typeof j>"u"&&O&&(j=Ss(v,B,_)),j}function P(H=T){const j=Ss(S,O,()=>new WeakMap);return Ss(j,H,()=>{const se={};for(const[he,ee]of Object.entries(n.selectors??{}))se[he]=q6(ee,H,()=>Ss(v,H,_),O);return se})}return{reducerPath:D,getSelectors:P,get selectors(){return P(B)},selectSlice:B}}const R={name:o,reducer:M,actions:f.actionCreators,caseReducers:f.sliceCaseReducersByName,getInitialState:_,...A(l),injectInto(D,{reducerPath:O,...B}={}){const P=O??l;return D.inject({reducerPath:P,reducer:M},B),{...R,...A(P,!0)}}};return R}}function q6(e,t,a,n){function o(l,...u){let c=t(l);return typeof c>"u"&&n&&(c=a()),e(c,...u)}return o.unwrapped=e,o}var Yf=K6();function Q6(){function e(t,a){return{_reducerDefinitionType:"asyncThunk",payloadCreator:t,...a}}return e.withTypes=()=>e,{reducer(t){return Object.assign({[t.name](...a){return t(...a)}}[t.name],{_reducerDefinitionType:"reducer"})},preparedReducer(t,a){return{_reducerDefinitionType:"reducerWithPrepare",prepare:t,reducer:a}},asyncThunk:e}}function Y6({type:e,reducerName:t,createNotation:a},n,o){let l,u;if("reducer"in n){if(a&&!X6(n))throw new Error(sr(17));l=n.reducer,u=n.prepare}else l=n;o.addCase(e,l).exposeCaseReducer(t,l).exposeAction(t,u?xo(e,u):xo(e))}function $6(e){return e._reducerDefinitionType==="asyncThunk"}function X6(e){return e._reducerDefinitionType==="reducerWithPrepare"}function J6({type:e,reducerName:t},a,n,o){if(!o)throw new Error(sr(18));const{payloadCreator:l,fulfilled:u,pending:c,rejected:f,settled:m,options:p}=a,T=o(e,l,p);n.exposeAction(t,T),u&&n.addCase(T.fulfilled,u),c&&n.addCase(T.pending,c),f&&n.addCase(T.rejected,f),m&&n.addMatcher(T.settled,m),n.exposeCaseReducer(t,{fulfilled:u||Cs,pending:c||Cs,rejected:f||Cs,settled:m||Cs})}function Cs(){}function sr(e){return`Minified Redux Toolkit error #${e}; visit https://redux-toolkit.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var _d={exports:{}},Dd={};var Zm;function Z6(){if(Zm)return Dd;Zm=1;var e=lu();function t(f,m){return f===m&&(f!==0||1/f===1/m)||f!==f&&m!==m}var a=typeof Object.is=="function"?Object.is:t,n=e.useSyncExternalStore,o=e.useRef,l=e.useEffect,u=e.useMemo,c=e.useDebugValue;return Dd.useSyncExternalStoreWithSelector=function(f,m,p,T,S){var v=o(null);if(v.current===null){var L={hasValue:!1,value:null};v.current=L}else L=v.current;v=u(function(){function _(B){if(!A){if(A=!0,R=B,B=T(B),S!==void 0&&L.hasValue){var P=L.value;if(S(P,B))return D=P}return D=B}if(P=D,a(R,B))return P;var H=T(B);return S!==void 0&&S(P,H)?(R=B,P):(R=B,D=H)}var A=!1,R,D,O=p===void 0?null:p;return[function(){return _(m())},O===null?void 0:function(){return _(O())}]},[m,p,T,S]);var M=n(f,v[0],v[1]);return l(function(){L.hasValue=!0,L.value=M},[M]),c(M),M},Dd}var eh;function eT(){return eh||(eh=1,_d.exports=Z6()),_d.exports}var tT=eT();function aT(e){e()}function rT(){let e=null,t=null;return{clear(){e=null,t=null},notify(){aT(()=>{let a=e;for(;a;)a.callback(),a=a.next})},get(){const a=[];let n=e;for(;n;)a.push(n),n=n.next;return a},subscribe(a){let n=!0;const o=t={callback:a,next:null,prev:t};return o.prev?o.prev.next=o:e=o,function(){!n||e===null||(n=!1,o.next?o.next.prev=o.prev:t=o.prev,o.prev?o.prev.next=o.next:e=o.next)}}}}var th={notify(){},get:()=>[]};function nT(e,t){let a,n=th,o=0,l=!1;function u(M){p();const _=n.subscribe(M);let A=!1;return()=>{A||(A=!0,_(),T())}}function c(){n.notify()}function f(){L.onStateChange&&L.onStateChange()}function m(){return l}function p(){o++,a||(a=e.subscribe(f),n=rT())}function T(){o--,a&&o===0&&(a(),a=void 0,n.clear(),n=th)}function S(){l||(l=!0,p())}function v(){l&&(l=!1,T())}const L={addNestedSub:u,notifyNestedSubs:c,handleChangeWrapper:f,isSubscribed:m,trySubscribe:S,tryUnsubscribe:v,getListeners:()=>n};return L}var iT=()=>typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",oT=iT(),lT=()=>typeof navigator<"u"&&navigator.product==="ReactNative",sT=lT(),uT=()=>oT||sT?E.useLayoutEffect:E.useEffect,cT=uT(),dT=Symbol.for("react-redux-context"),fT=typeof globalThis<"u"?globalThis:{};function bT(){if(!E.createContext)return{};const e=fT[dT]??=new Map;let t=e.get(E.createContext);return t||(t=E.createContext(null),e.set(E.createContext,t)),t}var Hr=bT();function mT(e){const{children:t,context:a,serverState:n,store:o}=e,l=E.useMemo(()=>{const f=nT(o);return{store:o,subscription:f,getServerState:n?()=>n:void 0}},[o,n]),u=E.useMemo(()=>o.getState(),[o]);cT(()=>{const{subscription:f}=l;return f.onStateChange=f.notifyNestedSubs,f.trySubscribe(),u!==o.getState()&&f.notifyNestedSubs(),()=>{f.tryUnsubscribe(),f.onStateChange=void 0}},[l,u]);const c=a||Hr;return E.createElement(c.Provider,{value:l},t)}var hT=mT;function $f(e=Hr){return function(){return E.useContext(e)}}var dp=$f();function fp(e=Hr){const t=e===Hr?dp:$f(e),a=()=>{const{store:n}=t();return n};return Object.assign(a,{withTypes:()=>a}),a}var pT=fp();function gT(e=Hr){const t=e===Hr?pT:fp(e),a=()=>t().dispatch;return Object.assign(a,{withTypes:()=>a}),a}var Xf=gT(),TT=(e,t)=>e===t;function vT(e=Hr){const t=e===Hr?dp:$f(e),a=(n,o={})=>{const{equalityFn:l=TT}=typeof o=="function"?{equalityFn:o}:o,u=t(),{store:c,subscription:f,getServerState:m}=u;E.useRef(!0);const p=E.useCallback({[n.name](S){return n(S)}}[n.name],[n]),T=tT.useSyncExternalStoreWithSelector(f.addNestedSub,c.getState,m||c.getState,p,l);return E.useDebugValue(T),T};return Object.assign(a,{withTypes:()=>a}),a}var bp=vT();const ST={Finish:"Material",Color:"Color",Look:"Look"},CT=(e,t)=>e.toLowerCase()===t.toLowerCase();class Ks{static getMaterialsValuesFromOptions(t){if(t?.length)return t.reduce((a,n)=>{const o=Array.isArray(n.values)&&n.values.length?n.values:Array.isArray(n.valuesArray)&&n.valuesArray.length?n.valuesArray:void 0;if(!o)return a;const l=n.metadata?.Name??n.metadata?.Label??n.value??n.label??"without_name",u=o.map(c=>({...c,parentName:l}));return a.push(...u),a},[]).sort((a,n)=>(a.name?.toLowerCase()??"").localeCompare(n.name?.toLowerCase()??""))}static getUniqueByAssetId(t){const a=new Set;return t.filter(n=>a.has(n.assetId)?!1:(a.add(n.assetId),!0))}static normalizeToArray(t,a=!0){return t?Array.isArray(t)?t.map(n=>n.trim()).filter(Boolean):(a?t.split(","):[t]).map(n=>n.trim()).filter(Boolean):[]}static mapFiltersFromValues(t,a){return Object.keys(a).map(n=>{const o=ST[n],u=a[n].map(c=>{let f=0;for(const m of t){const p=Array.isArray(m.values)?m.values:[];for(const T of p){const S=this.normalizeToArray(T.metadata?.[o]);f+=S.filter(v=>CT(v,c)).length}}return{filterKey:c,filterCount:f}});return{filterType:n,filters:u}})}static getPositiveSelectedFilers(t){return t.map(a=>({filterName:a.filterType,filterKeys:a.filters.filter(n=>n.filterCount!==0).map(n=>n.filterKey)})).filter(a=>a.filterKeys.length>0)}}const mp=e=>Array.from(new Set(e)),Jf={GET_PRODUCT_LIST:()=>"products",GET_SELECTED_PRODUCT_INFORMATION:({assetId:e})=>`products?assetId[]=${e}`,GET_PRODUCT_DETAILS:e=>`products/${e}`},yT={VITE_SWATH_CART_PRODUCTION_URL:"https://hbswatchcart.vivid3d.tech"},{VITE_SWATH_CART_PRODUCTION_URL:Zf}=yT,ET=async()=>{try{const e=`${Zf}/${Jf.GET_PRODUCT_LIST()}?pageSize=500`,t=await fetch(e,{method:"GET",headers:{"Content-Type":"application/json"}});if(!t.ok)throw new Error(`Request failed with status ${t.status}`);const a=await t.json();if(Array.isArray(a))throw new Error("API returned an array, expected IProductListResponse object");return a}catch(e){throw console.error("❌ Fetch error:",e),e}},MT=async({assetId:e})=>{try{const t=`${Zf}/${Jf.GET_PRODUCT_DETAILS(e)}`,a=await fetch(t,{method:"GET",headers:{"Content-Type":"application/json"}});if(!a.ok)throw new Error(`Request failed with status ${a.status}`);return await a.json()}catch(t){throw console.error("❌ Fetch error:",t),t}},AT=async({assetId:e})=>{try{const t=`${Zf}/${Jf.GET_SELECTED_PRODUCT_INFORMATION({assetId:e})}`,a=await fetch(t,{method:"GET",headers:{"Content-Type":"application/json"}});if(!a.ok)throw new Error(`Request failed with status ${a.status}`);const n=await a.json();if(Array.isArray(n))throw new Error("API returned an array, expected IProductListResponse object");return n}catch(t){throw console.error("❌ Fetch error:",t),t}},Lo=Qf("swatches/getSelectedProductThunk",async({assetId:e})=>{try{return await MT({assetId:e})}catch(t){return console.error(t.message),null}}),xT=Qf("swatches/getSelectedProductInformationThunk",async({assetId:e},{rejectWithValue:t})=>{try{return await AT({assetId:e})}catch(a){return console.error(a?.message??a),t(a?.message??"Unknown error")}}),Ot=5,Nr={SELECTED_MATERIALS:"swatchcart_selected_materials",MULTI_PRODUCT_ITEMS:"swatchcart_multi_product_items"},ah=1440*60*1e3,qs={setSelectedMaterials(e){try{const t={data:e,timestamp:Date.now()};localStorage.setItem(Nr.SELECTED_MATERIALS,JSON.stringify(t))}catch(t){console.warn("Failed to persist selected materials:",t)}},getSelectedMaterials(){try{const e=localStorage.getItem(Nr.SELECTED_MATERIALS);if(!e)return[];const t=JSON.parse(e);return Date.now()-t.timestamp>ah?(localStorage.removeItem(Nr.SELECTED_MATERIALS),[]):Array.isArray(t.data)?t.data:[]}catch(e){return console.warn("Failed to retrieve selected materials:",e),[]}},clearSelectedMaterials(){try{localStorage.removeItem(Nr.SELECTED_MATERIALS)}catch(e){console.warn("Failed to clear selected materials:",e)}},setMultiProductItems(e){try{const t={data:e,timestamp:Date.now()};localStorage.setItem(Nr.MULTI_PRODUCT_ITEMS,JSON.stringify(t))}catch(t){console.warn("Failed to persist multi-product items:",t)}},getMultiProductItems(){try{const e=localStorage.getItem(Nr.MULTI_PRODUCT_ITEMS);if(!e)return[];const t=JSON.parse(e);return Date.now()-t.timestamp>ah?(localStorage.removeItem(Nr.MULTI_PRODUCT_ITEMS),[]):Array.isArray(t.data)?t.data:[]}catch(e){return console.warn("Failed to retrieve multi-product items:",e),[]}},clearMultiProductItems(){try{localStorage.removeItem(Nr.MULTI_PRODUCT_ITEMS)}catch(e){console.warn("Failed to clear multi-product items:",e)}},clearAll(){this.clearSelectedMaterials(),this.clearMultiProductItems()}},LT=qs.getSelectedMaterials(),IT={listAttributes:[],productElementOptions:[],materialSelectState:{Finish:[],Color:[],Look:[]},allMaterialsValues:[],selectedMaterials:LT,selectedProduct:null,isLoadingSelectedProduct:!1,isOpenMultiProductCart:!1},_T=e=>e.reduce((t,a)=>t+a.count,0),hp=Yf({name:"swatches",initialState:IT,reducers:{setMaterialSelect(e,t){const{filterName:a,values:n}=t.payload;if(n.length===0){e.materialSelectState[a]=[];return}e.materialSelectState[a]=mp(n)},setPanelFilter(e,t){const a=t.payload.attributes;if(a.length){const n=Ks.getMaterialsValuesFromOptions(a);n?.length&&(e.allMaterialsValues=n)}},clearMaterialFilter:(e,t)=>{e.materialSelectState[t.payload]=[]},clearAllMaterialFilters:e=>{e.materialSelectState={Finish:[],Color:[],Look:[]}},setAllMaterialsOptions:(e,t)=>{const{allMaterialValues:a,productElementOptions:n}=t.payload;a?.length&&(e.allMaterialsValues=a),n?.length&&(e.productElementOptions=n)},setSelectedMaterial(e,t){const{materialCount:a,selectedMaterial:n,selectedMaterials:o}=t.payload;if(!n)return;const l=c=>c.metadata?.label===n.metadata?.label&&c.parentName===n.parentName;o?.some(l)?e.selectedMaterials=o.filter(c=>!l(c)):a<5&&(e.selectedMaterials=[...o,n])},resetSelectedMaterials(e){e.selectedMaterials=[]},setSelectedProduct(e,t){e.selectedProduct=t.payload},deleteSelectedProduct(e){e.selectedProduct=null},setIsOpenMultiProductCart(e,t){e.isOpenMultiProductCart=t.payload},removeItem(e,t){const{metadata:a,parentName:n}=t.payload.selectedMaterial;e.selectedMaterials=e.selectedMaterials.filter(o=>!(o.metadata?.label===a?.label&&o.parentName===n))},increment(e,t){const{metadata:a,parentName:n}=t.payload.selectedMaterial,o=e.selectedMaterials.find(l=>l.metadata?.label===a?.label&&l.parentName===n);o&&_T(e.selectedMaterials)<Ot&&(o.count+=1)},decrement(e,t){const{metadata:a,parentName:n}=t.payload.selectedMaterial,o=e.selectedMaterials.find(l=>l.metadata?.label===a?.label&&l.parentName===n);o&&o.count>1&&(o.count-=1)},setCount(e,t){const{metadata:a,parentName:n}=t.payload.selectedMaterial,{next:o}=t.payload,l=e.selectedMaterials.find(m=>m.metadata?.label===a?.label&&m.parentName===n);if(!l)return;const u=Math.max(1,Math.floor(o)),c=e.selectedMaterials.filter(m=>!(m.metadata?.label===a?.label&&m.parentName===n)).reduce((m,p)=>m+p.count,0),f=Math.max(1,Ot-c);l.count=Math.min(u,f)},setCartMaterials(e,t){e.selectedMaterials=t.payload}},extraReducers:e=>{e.addCase(Lo.pending,t=>{t.isLoadingSelectedProduct=!0}).addCase(Lo.fulfilled,t=>{t.isLoadingSelectedProduct=!1}).addCase(Lo.rejected,t=>{t.isLoadingSelectedProduct=!1})}}),pp=hp.reducer,{setMaterialSelect:du,setAllMaterialsOptions:hf,setPanelFilter:wd,setSelectedMaterial:fu,clearMaterialFilter:ew,clearAllMaterialFilters:DT,setSelectedProduct:wT,deleteSelectedProduct:RT,setIsOpenMultiProductCart:gp,resetSelectedMaterials:tw,removeItem:kT,increment:zT,decrement:NT,setCount:aw,setCartMaterials:rw}=hp.actions,PT={items:[]},Tp=Yf({name:"cart",initialState:PT,reducers:{setCartItems(e,t){e.items=t.payload},clear(e){e.items=[]}}}),{setCartItems:BT,clear:nw}=Tp.actions,vp=Tp.reducer,Io=Qf("multiProducts/getProductListThunk",async(e,{rejectWithValue:t})=>{try{return await ET()}catch(a){return console.error(a?.message??a),t(a?.message??"Unknown error")}}),FT=qs.getMultiProductItems(),OT={items:FT,productList:[],isLoadingProductList:!1,selectedProduct:null,activeMultiCartProduct:null,totalCount:0},Rd=(e,t)=>e.items.findIndex(a=>a.assetId===t),rh=(e,t,a,n)=>t===-1?-1:e.items[t].items.findIndex(o=>o.metadata?.label===a&&o.parentName===n),Sp=Yf({name:"multiProduct",initialState:OT,reducers:{setCartForProduct(e,t){const{assetId:a}=t.payload,n=e.items.findIndex(o=>o.assetId===a);n>=0?e.items[n]=t.payload:e.items.push(t.payload)},setActiveMultiCartProduct(e,t){e.activeMultiCartProduct=t.payload},setMultiCartItems(e,t){e.items=t.payload},incrementMultiProductItem(e,t){const{assetId:a,label:n,parentName:o}=t.payload,l=Rd(e,a),u=rh(e,l,n,o);u!==-1&&(e.items[l].items[u].count+=1)},decrementMultiProductItem(e,t){const{assetId:a,label:n,parentName:o}=t.payload,l=Rd(e,a),u=rh(e,l,n,o);if(u!==-1){const c=e.items[l].items[u];c.count>1&&(c.count-=1)}},removeMultiProductItem(e,t){const{assetId:a,label:n,parentName:o}=t.payload,l=Rd(e,a);if(l===-1)return;const u=e.items[l].items.filter(c=>!(c.metadata?.label===n&&c.parentName===o));e.items[l].items=u},clear(e){e.items=[]}},extraReducers:e=>{e.addCase(Io.pending,t=>{t.isLoadingProductList=!0}).addCase(Io.fulfilled,(t,a)=>{t.productList=a.payload.rows,t.isLoadingProductList=!1}).addCase(Io.rejected,t=>{t.isLoadingProductList=!1})}}),{setCartForProduct:iw,setMultiCartItems:pf,incrementMultiProductItem:GT,decrementMultiProductItem:WT,removeMultiProductItem:UT,clear:ow,setActiveMultiCartProduct:nh}=Sp.actions,Cp=Sp.reducer,HT=Vf({swatches:pp,cart:vp,multiProductCart:Cp}),jT=new Set(["swatches/setSelectedMaterial","swatches/removeItem","swatches/increment","swatches/decrement","swatches/setCount","swatches/resetSelectedMaterials"]),VT=new Set(["multiProduct/setCartForProduct","multiProduct/setMultiCartItems","multiProduct/incrementMultiProductItem","multiProduct/decrementMultiProductItem","multiProduct/removeMultiProductItem","multiProduct/clear"]),yp=e=>t=>a=>{const n=t(a),o=a.type;if(!o)return n;const l=e.getState();return jT.has(o)&&qs.setSelectedMaterials(l.swatches.selectedMaterials),VT.has(o)&&qs.setMultiProductItems(l.multiProductCart.items),n},KT={},{NODE_ENV:qT}=KT;up({reducer:HT,middleware:e=>e({thunk:!0,serializableCheck:{ignoredActionPaths:["meta.limitCb","payload.limitCb"],ignoredPaths:[]}}).concat(yp),devTools:qT!=="production"});const Wt=Xf.withTypes(),je=bp.withTypes(),qo=e=>e.swatches.allMaterialsValues,mi=e=>e.swatches.materialSelectState,QT=e=>e.swatches.productElementOptions,vn=e=>e.swatches.selectedMaterials,Ep=e=>e.swatches.isLoadingSelectedProduct,YT=e=>e.swatches.isOpenMultiProductCart,e0=e=>e.swatches.selectedProduct,Mp=6.5,Ap=({materials:e,containerStyles:t="flex flex-col gap-[8px] text-xs/snug p-[var(--sm-padding)] border-t border-solid border-[var(--border)] sm:gap-[12px] shadow-[0_-2px_10px_rgba(40,40,40,0.10)]"})=>{const a="flex flex-row text-xs justify-between items-center",n=E.useMemo(()=>e.reduce((o,l)=>o+(l.count??0),0)*Mp,[e]);return C.jsxs("div",{className:t,children:[C.jsxs("div",{className:a,children:[C.jsx("span",{children:"Subtotal"}),C.jsxs("span",{children:["$",n]})]}),C.jsxs("div",{className:`${a} text-[var(--main-accent-color)]`,children:[C.jsx("span",{children:"Savings"}),C.jsxs("span",{children:["-$",n]})]}),C.jsxs("div",{className:`${a} text-sm font-medium`,children:[C.jsx("span",{children:"Total"}),C.jsx("span",{children:"$0"})]})]})},xp=({children:e,disabled:t,...a})=>C.jsx("button",{className:`w-full bg-[var(--main-accent-color)] text-white p-[1.25rem] hover:bg-secondary transition-all duration-200 rounded-full font-bold transition-colors duration-300 ${t?"bg-gray-400 text-gray-200 cursor-not-allowed opacity-70":"cursor-pointer hover:opacity-90"}`,...a,children:e});class hn{static getImage(t){const a=t?.metadata?.Image||t?.metadata?.image;return a?`https://preview.threekit.com${a}`:void 0}static getValueLabel(t){return t?.metadata?.label||t?.metadata?.Label||t?.name||"Unnamed"}static getZoomIconColor(t){return t?.metadata?.zoomIconColor||t?.metadata?.zoomIconColor||null}static getHexColor(t){return t?.metadata?.hex||t?.metadata?.Hex||null}static getAttributeLabel(t){return t?.metadata?.label||t?.metadata?.Label||t?.name||"Unnamed"}}function Gt(e,t,{checkForDefaultPrevented:a=!0}={}){return function(o){if(e?.(o),a===!1||!o.defaultPrevented)return t?.(o)}}function ih(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function bu(...e){return t=>{let a=!1;const n=e.map(o=>{const l=ih(o,t);return!a&&typeof l=="function"&&(a=!0),l});if(a)return()=>{for(let o=0;o<n.length;o++){const l=n[o];typeof l=="function"?l():ih(e[o],null)}}}}function ua(...e){return E.useCallback(bu(...e),e)}function $T(e,t){const a=E.createContext(t),n=l=>{const{children:u,...c}=l,f=E.useMemo(()=>c,Object.values(c));return C.jsx(a.Provider,{value:f,children:u})};n.displayName=e+"Provider";function o(l){const u=E.useContext(a);if(u)return u;if(t!==void 0)return t;throw new Error(`\`${l}\` must be used within \`${e}\``)}return[n,o]}function mu(e,t=[]){let a=[];function n(l,u){const c=E.createContext(u),f=a.length;a=[...a,u];const m=T=>{const{scope:S,children:v,...L}=T,M=S?.[e]?.[f]||c,_=E.useMemo(()=>L,Object.values(L));return C.jsx(M.Provider,{value:_,children:v})};m.displayName=l+"Provider";function p(T,S){const v=S?.[e]?.[f]||c,L=E.useContext(v);if(L)return L;if(u!==void 0)return u;throw new Error(`\`${T}\` must be used within \`${l}\``)}return[m,p]}const o=()=>{const l=a.map(u=>E.createContext(u));return function(c){const f=c?.[e]||l;return E.useMemo(()=>({[`__scope${e}`]:{...c,[e]:f}}),[c,f])}};return o.scopeName=e,[n,XT(o,...t)]}function XT(...e){const t=e[0];if(e.length===1)return t;const a=()=>{const n=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return function(l){const u=n.reduce((c,{useScope:f,scopeName:m})=>{const T=f(l)[`__scope${m}`];return{...c,...T}},{});return E.useMemo(()=>({[`__scope${t.scopeName}`]:u}),[u])}};return a.scopeName=t.scopeName,a}var jr=globalThis?.document?E.useLayoutEffect:()=>{},JT=X5[" useId ".trim().toString()]||(()=>{}),ZT=0;function zs(e){const[t,a]=E.useState(JT());return jr(()=>{a(n=>n??String(ZT++))},[e]),e||(t?`radix-${t}`:"")}var e3=X5[" useInsertionEffect ".trim().toString()]||jr;function t0({prop:e,defaultProp:t,onChange:a=()=>{},caller:n}){const[o,l,u]=t3({defaultProp:t,onChange:a}),c=e!==void 0,f=c?e:o;{const p=E.useRef(e!==void 0);E.useEffect(()=>{const T=p.current;T!==c&&console.warn(`${n} is changing from ${T?"controlled":"uncontrolled"} to ${c?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),p.current=c},[c,n])}const m=E.useCallback(p=>{if(c){const T=a3(p)?p(e):p;T!==e&&u.current?.(T)}else l(p)},[c,e,l,u]);return[f,m]}function t3({defaultProp:e,onChange:t}){const[a,n]=E.useState(e),o=E.useRef(a),l=E.useRef(t);return e3(()=>{l.current=t},[t]),E.useEffect(()=>{o.current!==a&&(l.current?.(a),o.current=a)},[a,o]),[a,n,l]}function a3(e){return typeof e=="function"}var hi=J5();const Lp=ou(hi);function r3(e){const t=n3(e),a=E.forwardRef((n,o)=>{const{children:l,...u}=n,c=E.Children.toArray(l),f=c.find(o3);if(f){const m=f.props.children,p=c.map(T=>T===f?E.Children.count(m)>1?E.Children.only(null):E.isValidElement(m)?m.props.children:null:T);return C.jsx(t,{...u,ref:o,children:E.isValidElement(m)?E.cloneElement(m,void 0,p):null})}return C.jsx(t,{...u,ref:o,children:l})});return a.displayName=`${e}.Slot`,a}function n3(e){const t=E.forwardRef((a,n)=>{const{children:o,...l}=a;if(E.isValidElement(o)){const u=s3(o),c=l3(l,o.props);return o.type!==E.Fragment&&(c.ref=n?bu(n,u):u),E.cloneElement(o,c)}return E.Children.count(o)>1?E.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var i3=Symbol("radix.slottable");function o3(e){return E.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===i3}function l3(e,t){const a={...t};for(const n in t){const o=e[n],l=t[n];/^on[A-Z]/.test(n)?o&&l?a[n]=(...c)=>{const f=l(...c);return o(...c),f}:o&&(a[n]=o):n==="style"?a[n]={...o,...l}:n==="className"&&(a[n]=[o,l].filter(Boolean).join(" "))}return{...e,...a}}function s3(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,a=t&&"isReactWarning"in t&&t.isReactWarning;return a?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,a=t&&"isReactWarning"in t&&t.isReactWarning,a?e.props.ref:e.props.ref||e.ref)}var u3=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Lt=u3.reduce((e,t)=>{const a=r3(`Primitive.${t}`),n=E.forwardRef((o,l)=>{const{asChild:u,...c}=o,f=u?a:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),C.jsx(f,{...c,ref:l})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function c3(e,t){e&&hi.flushSync(()=>e.dispatchEvent(t))}function ui(e){const t=E.useRef(e);return E.useEffect(()=>{t.current=e}),E.useMemo(()=>(...a)=>t.current?.(...a),[])}function d3(e,t=globalThis?.document){const a=ui(e);E.useEffect(()=>{const n=o=>{o.key==="Escape"&&a(o)};return t.addEventListener("keydown",n,{capture:!0}),()=>t.removeEventListener("keydown",n,{capture:!0})},[a,t])}var f3="DismissableLayer",gf="dismissableLayer.update",b3="dismissableLayer.pointerDownOutside",m3="dismissableLayer.focusOutside",oh,Ip=E.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),a0=E.forwardRef((e,t)=>{const{disableOutsidePointerEvents:a=!1,onEscapeKeyDown:n,onPointerDownOutside:o,onFocusOutside:l,onInteractOutside:u,onDismiss:c,...f}=e,m=E.useContext(Ip),[p,T]=E.useState(null),S=p?.ownerDocument??globalThis?.document,[,v]=E.useState({}),L=ua(t,H=>T(H)),M=Array.from(m.layers),[_]=[...m.layersWithOutsidePointerEventsDisabled].slice(-1),A=M.indexOf(_),R=p?M.indexOf(p):-1,D=m.layersWithOutsidePointerEventsDisabled.size>0,O=R>=A,B=g3(H=>{const j=H.target,se=[...m.branches].some(he=>he.contains(j));!O||se||(o?.(H),u?.(H),H.defaultPrevented||c?.())},S),P=T3(H=>{const j=H.target;[...m.branches].some(he=>he.contains(j))||(l?.(H),u?.(H),H.defaultPrevented||c?.())},S);return d3(H=>{R===m.layers.size-1&&(n?.(H),!H.defaultPrevented&&c&&(H.preventDefault(),c()))},S),E.useEffect(()=>{if(p)return a&&(m.layersWithOutsidePointerEventsDisabled.size===0&&(oh=S.body.style.pointerEvents,S.body.style.pointerEvents="none"),m.layersWithOutsidePointerEventsDisabled.add(p)),m.layers.add(p),lh(),()=>{a&&m.layersWithOutsidePointerEventsDisabled.size===1&&(S.body.style.pointerEvents=oh)}},[p,S,a,m]),E.useEffect(()=>()=>{p&&(m.layers.delete(p),m.layersWithOutsidePointerEventsDisabled.delete(p),lh())},[p,m]),E.useEffect(()=>{const H=()=>v({});return document.addEventListener(gf,H),()=>document.removeEventListener(gf,H)},[]),C.jsx(Lt.div,{...f,ref:L,style:{pointerEvents:D?O?"auto":"none":void 0,...e.style},onFocusCapture:Gt(e.onFocusCapture,P.onFocusCapture),onBlurCapture:Gt(e.onBlurCapture,P.onBlurCapture),onPointerDownCapture:Gt(e.onPointerDownCapture,B.onPointerDownCapture)})});a0.displayName=f3;var h3="DismissableLayerBranch",p3=E.forwardRef((e,t)=>{const a=E.useContext(Ip),n=E.useRef(null),o=ua(t,n);return E.useEffect(()=>{const l=n.current;if(l)return a.branches.add(l),()=>{a.branches.delete(l)}},[a.branches]),C.jsx(Lt.div,{...e,ref:o})});p3.displayName=h3;function g3(e,t=globalThis?.document){const a=ui(e),n=E.useRef(!1),o=E.useRef(()=>{});return E.useEffect(()=>{const l=c=>{if(c.target&&!n.current){let f=function(){_p(b3,a,m,{discrete:!0})};const m={originalEvent:c};c.pointerType==="touch"?(t.removeEventListener("click",o.current),o.current=f,t.addEventListener("click",o.current,{once:!0})):f()}else t.removeEventListener("click",o.current);n.current=!1},u=window.setTimeout(()=>{t.addEventListener("pointerdown",l)},0);return()=>{window.clearTimeout(u),t.removeEventListener("pointerdown",l),t.removeEventListener("click",o.current)}},[t,a]),{onPointerDownCapture:()=>n.current=!0}}function T3(e,t=globalThis?.document){const a=ui(e),n=E.useRef(!1);return E.useEffect(()=>{const o=l=>{l.target&&!n.current&&_p(m3,a,{originalEvent:l},{discrete:!1})};return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,a]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function lh(){const e=new CustomEvent(gf);document.dispatchEvent(e)}function _p(e,t,a,{discrete:n}){const o=a.originalEvent.target,l=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:a});t&&o.addEventListener(e,t,{once:!0}),n?c3(o,l):o.dispatchEvent(l)}var kd="focusScope.autoFocusOnMount",zd="focusScope.autoFocusOnUnmount",sh={bubbles:!1,cancelable:!0},v3="FocusScope",r0=E.forwardRef((e,t)=>{const{loop:a=!1,trapped:n=!1,onMountAutoFocus:o,onUnmountAutoFocus:l,...u}=e,[c,f]=E.useState(null),m=ui(o),p=ui(l),T=E.useRef(null),S=ua(t,M=>f(M)),v=E.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;E.useEffect(()=>{if(n){let M=function(D){if(v.paused||!c)return;const O=D.target;c.contains(O)?T.current=O:Fr(T.current,{select:!0})},_=function(D){if(v.paused||!c)return;const O=D.relatedTarget;O!==null&&(c.contains(O)||Fr(T.current,{select:!0}))},A=function(D){if(document.activeElement===document.body)for(const B of D)B.removedNodes.length>0&&Fr(c)};document.addEventListener("focusin",M),document.addEventListener("focusout",_);const R=new MutationObserver(A);return c&&R.observe(c,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",M),document.removeEventListener("focusout",_),R.disconnect()}}},[n,c,v.paused]),E.useEffect(()=>{if(c){ch.add(v);const M=document.activeElement;if(!c.contains(M)){const A=new CustomEvent(kd,sh);c.addEventListener(kd,m),c.dispatchEvent(A),A.defaultPrevented||(S3(A3(Dp(c)),{select:!0}),document.activeElement===M&&Fr(c))}return()=>{c.removeEventListener(kd,m),setTimeout(()=>{const A=new CustomEvent(zd,sh);c.addEventListener(zd,p),c.dispatchEvent(A),A.defaultPrevented||Fr(M??document.body,{select:!0}),c.removeEventListener(zd,p),ch.remove(v)},0)}}},[c,m,p,v]);const L=E.useCallback(M=>{if(!a&&!n||v.paused)return;const _=M.key==="Tab"&&!M.altKey&&!M.ctrlKey&&!M.metaKey,A=document.activeElement;if(_&&A){const R=M.currentTarget,[D,O]=C3(R);D&&O?!M.shiftKey&&A===O?(M.preventDefault(),a&&Fr(D,{select:!0})):M.shiftKey&&A===D&&(M.preventDefault(),a&&Fr(O,{select:!0})):A===R&&M.preventDefault()}},[a,n,v.paused]);return C.jsx(Lt.div,{tabIndex:-1,...u,ref:S,onKeyDown:L})});r0.displayName=v3;function S3(e,{select:t=!1}={}){const a=document.activeElement;for(const n of e)if(Fr(n,{select:t}),document.activeElement!==a)return}function C3(e){const t=Dp(e),a=uh(t,e),n=uh(t.reverse(),e);return[a,n]}function Dp(e){const t=[],a=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>{const o=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||o?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;a.nextNode();)t.push(a.currentNode);return t}function uh(e,t){for(const a of e)if(!y3(a,{upTo:t}))return a}function y3(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function E3(e){return e instanceof HTMLInputElement&&"select"in e}function Fr(e,{select:t=!1}={}){if(e&&e.focus){const a=document.activeElement;e.focus({preventScroll:!0}),e!==a&&E3(e)&&t&&e.select()}}var ch=M3();function M3(){let e=[];return{add(t){const a=e[0];t!==a&&a?.pause(),e=dh(e,t),e.unshift(t)},remove(t){e=dh(e,t),e[0]?.resume()}}}function dh(e,t){const a=[...e],n=a.indexOf(t);return n!==-1&&a.splice(n,1),a}function A3(e){return e.filter(t=>t.tagName!=="A")}var x3="Portal",wp=E.forwardRef((e,t)=>{const{container:a,...n}=e,[o,l]=E.useState(!1);jr(()=>l(!0),[]);const u=a||o&&globalThis?.document?.body;return u?Lp.createPortal(C.jsx(Lt.div,{...n,ref:t}),u):null});wp.displayName=x3;function L3(e,t){return E.useReducer((a,n)=>t[a][n]??a,e)}var pi=e=>{const{present:t,children:a}=e,n=I3(t),o=typeof a=="function"?a({present:n.isPresent}):E.Children.only(a),l=ua(n.ref,_3(o));return typeof a=="function"||n.isPresent?E.cloneElement(o,{ref:l}):null};pi.displayName="Presence";function I3(e){const[t,a]=E.useState(),n=E.useRef(null),o=E.useRef(e),l=E.useRef("none"),u=e?"mounted":"unmounted",[c,f]=L3(u,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return E.useEffect(()=>{const m=ys(n.current);l.current=c==="mounted"?m:"none"},[c]),jr(()=>{const m=n.current,p=o.current;if(p!==e){const S=l.current,v=ys(m);e?f("MOUNT"):v==="none"||m?.display==="none"?f("UNMOUNT"):f(p&&S!==v?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,f]),jr(()=>{if(t){let m;const p=t.ownerDocument.defaultView??window,T=v=>{const M=ys(n.current).includes(CSS.escape(v.animationName));if(v.target===t&&M&&(f("ANIMATION_END"),!o.current)){const _=t.style.animationFillMode;t.style.animationFillMode="forwards",m=p.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=_)})}},S=v=>{v.target===t&&(l.current=ys(n.current))};return t.addEventListener("animationstart",S),t.addEventListener("animationcancel",T),t.addEventListener("animationend",T),()=>{p.clearTimeout(m),t.removeEventListener("animationstart",S),t.removeEventListener("animationcancel",T),t.removeEventListener("animationend",T)}}else f("ANIMATION_END")},[t,f]),{isPresent:["mounted","unmountSuspended"].includes(c),ref:E.useCallback(m=>{n.current=m?getComputedStyle(m):null,a(m)},[])}}function ys(e){return e?.animationName||"none"}function _3(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,a=t&&"isReactWarning"in t&&t.isReactWarning;return a?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,a=t&&"isReactWarning"in t&&t.isReactWarning,a?e.props.ref:e.props.ref||e.ref)}var Nd=0;function Rp(){E.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??fh()),document.body.insertAdjacentElement("beforeend",e[1]??fh()),Nd++,()=>{Nd===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),Nd--}},[])}function fh(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var Ua=function(){return Ua=Object.assign||function(t){for(var a,n=1,o=arguments.length;n<o;n++){a=arguments[n];for(var l in a)Object.prototype.hasOwnProperty.call(a,l)&&(t[l]=a[l])}return t},Ua.apply(this,arguments)};function kp(e,t){var a={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(a[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(a[n[o]]=e[n[o]]);return a}function D3(e,t,a){if(a||arguments.length===2)for(var n=0,o=t.length,l;n<o;n++)(l||!(n in t))&&(l||(l=Array.prototype.slice.call(t,0,n)),l[n]=t[n]);return e.concat(l||Array.prototype.slice.call(t))}var Ns="right-scroll-bar-position",Ps="width-before-scroll-bar",w3="with-scroll-bars-hidden",R3="--removed-body-scroll-bar-size";function Pd(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function k3(e,t){var a=E.useState(function(){return{value:e,callback:t,facade:{get current(){return a.value},set current(n){var o=a.value;o!==n&&(a.value=n,a.callback(n,o))}}}})[0];return a.callback=t,a.facade}var z3=typeof window<"u"?E.useLayoutEffect:E.useEffect,bh=new WeakMap;function N3(e,t){var a=k3(null,function(n){return e.forEach(function(o){return Pd(o,n)})});return z3(function(){var n=bh.get(a);if(n){var o=new Set(n),l=new Set(e),u=a.current;o.forEach(function(c){l.has(c)||Pd(c,null)}),l.forEach(function(c){o.has(c)||Pd(c,u)})}bh.set(a,e)},[e]),a}function P3(e){return e}function B3(e,t){t===void 0&&(t=P3);var a=[],n=!1,o={read:function(){if(n)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return a.length?a[a.length-1]:e},useMedium:function(l){var u=t(l,n);return a.push(u),function(){a=a.filter(function(c){return c!==u})}},assignSyncMedium:function(l){for(n=!0;a.length;){var u=a;a=[],u.forEach(l)}a={push:function(c){return l(c)},filter:function(){return a}}},assignMedium:function(l){n=!0;var u=[];if(a.length){var c=a;a=[],c.forEach(l),u=a}var f=function(){var p=u;u=[],p.forEach(l)},m=function(){return Promise.resolve().then(f)};m(),a={push:function(p){u.push(p),m()},filter:function(p){return u=u.filter(p),a}}}};return o}function F3(e){e===void 0&&(e={});var t=B3(null);return t.options=Ua({async:!0,ssr:!1},e),t}var zp=function(e){var t=e.sideCar,a=kp(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var n=t.read();if(!n)throw new Error("Sidecar medium not found");return E.createElement(n,Ua({},a))};zp.isSideCarExport=!0;function O3(e,t){return e.useMedium(t),zp}var Np=F3(),Bd=function(){},hu=E.forwardRef(function(e,t){var a=E.useRef(null),n=E.useState({onScrollCapture:Bd,onWheelCapture:Bd,onTouchMoveCapture:Bd}),o=n[0],l=n[1],u=e.forwardProps,c=e.children,f=e.className,m=e.removeScrollBar,p=e.enabled,T=e.shards,S=e.sideCar,v=e.noRelative,L=e.noIsolation,M=e.inert,_=e.allowPinchZoom,A=e.as,R=A===void 0?"div":A,D=e.gapMode,O=kp(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),B=S,P=N3([a,t]),H=Ua(Ua({},O),o);return E.createElement(E.Fragment,null,p&&E.createElement(B,{sideCar:Np,removeScrollBar:m,shards:T,noRelative:v,noIsolation:L,inert:M,setCallbacks:l,allowPinchZoom:!!_,lockRef:a,gapMode:D}),u?E.cloneElement(E.Children.only(c),Ua(Ua({},H),{ref:P})):E.createElement(R,Ua({},H,{className:f,ref:P}),c))});hu.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};hu.classNames={fullWidth:Ps,zeroRight:Ns};var G3=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function W3(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=G3();return t&&e.setAttribute("nonce",t),e}function U3(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function H3(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var j3=function(){var e=0,t=null;return{add:function(a){e==0&&(t=W3())&&(U3(t,a),H3(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},V3=function(){var e=j3();return function(t,a){E.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&a])}},Pp=function(){var e=V3(),t=function(a){var n=a.styles,o=a.dynamic;return e(n,o),null};return t},K3={left:0,top:0,right:0,gap:0},Fd=function(e){return parseInt(e||"",10)||0},q3=function(e){var t=window.getComputedStyle(document.body),a=t[e==="padding"?"paddingLeft":"marginLeft"],n=t[e==="padding"?"paddingTop":"marginTop"],o=t[e==="padding"?"paddingRight":"marginRight"];return[Fd(a),Fd(n),Fd(o)]},Q3=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return K3;var t=q3(e),a=document.documentElement.clientWidth,n=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,n-a+t[2]-t[0])}},Y3=Pp(),ni="data-scroll-locked",$3=function(e,t,a,n){var o=e.left,l=e.top,u=e.right,c=e.gap;return a===void 0&&(a="margin"),`
9
+ .`.concat(w3,` {
10
+ overflow: hidden `).concat(n,`;
11
+ padding-right: `).concat(c,"px ").concat(n,`;
12
+ }
13
+ body[`).concat(ni,`] {
14
+ overflow: hidden `).concat(n,`;
15
+ overscroll-behavior: contain;
16
+ `).concat([t&&"position: relative ".concat(n,";"),a==="margin"&&`
17
+ padding-left: `.concat(o,`px;
18
+ padding-top: `).concat(l,`px;
19
+ padding-right: `).concat(u,`px;
20
+ margin-left:0;
21
+ margin-top:0;
22
+ margin-right: `).concat(c,"px ").concat(n,`;
23
+ `),a==="padding"&&"padding-right: ".concat(c,"px ").concat(n,";")].filter(Boolean).join(""),`
24
+ }
25
+
26
+ .`).concat(Ns,` {
27
+ right: `).concat(c,"px ").concat(n,`;
28
+ }
29
+
30
+ .`).concat(Ps,` {
31
+ margin-right: `).concat(c,"px ").concat(n,`;
32
+ }
33
+
34
+ .`).concat(Ns," .").concat(Ns,` {
35
+ right: 0 `).concat(n,`;
36
+ }
37
+
38
+ .`).concat(Ps," .").concat(Ps,` {
39
+ margin-right: 0 `).concat(n,`;
40
+ }
41
+
42
+ body[`).concat(ni,`] {
43
+ `).concat(R3,": ").concat(c,`px;
44
+ }
45
+ `)},mh=function(){var e=parseInt(document.body.getAttribute(ni)||"0",10);return isFinite(e)?e:0},X3=function(){E.useEffect(function(){return document.body.setAttribute(ni,(mh()+1).toString()),function(){var e=mh()-1;e<=0?document.body.removeAttribute(ni):document.body.setAttribute(ni,e.toString())}},[])},J3=function(e){var t=e.noRelative,a=e.noImportant,n=e.gapMode,o=n===void 0?"margin":n;X3();var l=E.useMemo(function(){return Q3(o)},[o]);return E.createElement(Y3,{styles:$3(l,!t,o,a?"":"!important")})},Tf=!1;if(typeof window<"u")try{var Es=Object.defineProperty({},"passive",{get:function(){return Tf=!0,!0}});window.addEventListener("test",Es,Es),window.removeEventListener("test",Es,Es)}catch{Tf=!1}var $n=Tf?{passive:!1}:!1,Z3=function(e){return e.tagName==="TEXTAREA"},Bp=function(e,t){if(!(e instanceof Element))return!1;var a=window.getComputedStyle(e);return a[t]!=="hidden"&&!(a.overflowY===a.overflowX&&!Z3(e)&&a[t]==="visible")},ev=function(e){return Bp(e,"overflowY")},tv=function(e){return Bp(e,"overflowX")},hh=function(e,t){var a=t.ownerDocument,n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var o=Fp(e,n);if(o){var l=Op(e,n),u=l[1],c=l[2];if(u>c)return!0}n=n.parentNode}while(n&&n!==a.body);return!1},av=function(e){var t=e.scrollTop,a=e.scrollHeight,n=e.clientHeight;return[t,a,n]},rv=function(e){var t=e.scrollLeft,a=e.scrollWidth,n=e.clientWidth;return[t,a,n]},Fp=function(e,t){return e==="v"?ev(t):tv(t)},Op=function(e,t){return e==="v"?av(t):rv(t)},nv=function(e,t){return e==="h"&&t==="rtl"?-1:1},iv=function(e,t,a,n,o){var l=nv(e,window.getComputedStyle(t).direction),u=l*n,c=a.target,f=t.contains(c),m=!1,p=u>0,T=0,S=0;do{if(!c)break;var v=Op(e,c),L=v[0],M=v[1],_=v[2],A=M-_-l*L;(L||A)&&Fp(e,c)&&(T+=A,S+=L);var R=c.parentNode;c=R&&R.nodeType===Node.DOCUMENT_FRAGMENT_NODE?R.host:R}while(!f&&c!==document.body||f&&(t.contains(c)||t===c));return(p&&Math.abs(T)<1||!p&&Math.abs(S)<1)&&(m=!0),m},Ms=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},ph=function(e){return[e.deltaX,e.deltaY]},gh=function(e){return e&&"current"in e?e.current:e},ov=function(e,t){return e[0]===t[0]&&e[1]===t[1]},lv=function(e){return`
46
+ .block-interactivity-`.concat(e,` {pointer-events: none;}
47
+ .allow-interactivity-`).concat(e,` {pointer-events: all;}
48
+ `)},sv=0,Xn=[];function uv(e){var t=E.useRef([]),a=E.useRef([0,0]),n=E.useRef(),o=E.useState(sv++)[0],l=E.useState(Pp)[0],u=E.useRef(e);E.useEffect(function(){u.current=e},[e]),E.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(o));var M=D3([e.lockRef.current],(e.shards||[]).map(gh),!0).filter(Boolean);return M.forEach(function(_){return _.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),M.forEach(function(_){return _.classList.remove("allow-interactivity-".concat(o))})}}},[e.inert,e.lockRef.current,e.shards]);var c=E.useCallback(function(M,_){if("touches"in M&&M.touches.length===2||M.type==="wheel"&&M.ctrlKey)return!u.current.allowPinchZoom;var A=Ms(M),R=a.current,D="deltaX"in M?M.deltaX:R[0]-A[0],O="deltaY"in M?M.deltaY:R[1]-A[1],B,P=M.target,H=Math.abs(D)>Math.abs(O)?"h":"v";if("touches"in M&&H==="h"&&P.type==="range")return!1;var j=hh(H,P);if(!j)return!0;if(j?B=H:(B=H==="v"?"h":"v",j=hh(H,P)),!j)return!1;if(!n.current&&"changedTouches"in M&&(D||O)&&(n.current=B),!B)return!0;var se=n.current||B;return iv(se,_,M,se==="h"?D:O)},[]),f=E.useCallback(function(M){var _=M;if(!(!Xn.length||Xn[Xn.length-1]!==l)){var A="deltaY"in _?ph(_):Ms(_),R=t.current.filter(function(B){return B.name===_.type&&(B.target===_.target||_.target===B.shadowParent)&&ov(B.delta,A)})[0];if(R&&R.should){_.cancelable&&_.preventDefault();return}if(!R){var D=(u.current.shards||[]).map(gh).filter(Boolean).filter(function(B){return B.contains(_.target)}),O=D.length>0?c(_,D[0]):!u.current.noIsolation;O&&_.cancelable&&_.preventDefault()}}},[]),m=E.useCallback(function(M,_,A,R){var D={name:M,delta:_,target:A,should:R,shadowParent:cv(A)};t.current.push(D),setTimeout(function(){t.current=t.current.filter(function(O){return O!==D})},1)},[]),p=E.useCallback(function(M){a.current=Ms(M),n.current=void 0},[]),T=E.useCallback(function(M){m(M.type,ph(M),M.target,c(M,e.lockRef.current))},[]),S=E.useCallback(function(M){m(M.type,Ms(M),M.target,c(M,e.lockRef.current))},[]);E.useEffect(function(){return Xn.push(l),e.setCallbacks({onScrollCapture:T,onWheelCapture:T,onTouchMoveCapture:S}),document.addEventListener("wheel",f,$n),document.addEventListener("touchmove",f,$n),document.addEventListener("touchstart",p,$n),function(){Xn=Xn.filter(function(M){return M!==l}),document.removeEventListener("wheel",f,$n),document.removeEventListener("touchmove",f,$n),document.removeEventListener("touchstart",p,$n)}},[]);var v=e.removeScrollBar,L=e.inert;return E.createElement(E.Fragment,null,L?E.createElement(l,{styles:lv(o)}):null,v?E.createElement(J3,{noRelative:e.noRelative,gapMode:e.gapMode}):null)}function cv(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const dv=O3(Np,uv);var n0=E.forwardRef(function(e,t){return E.createElement(hu,Ua({},e,{ref:t,sideCar:dv}))});n0.classNames=hu.classNames;var fv=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},Jn=new WeakMap,As=new WeakMap,xs={},Od=0,Gp=function(e){return e&&(e.host||Gp(e.parentNode))},bv=function(e,t){return t.map(function(a){if(e.contains(a))return a;var n=Gp(a);return n&&e.contains(n)?n:(console.error("aria-hidden",a,"in not contained inside",e,". Doing nothing"),null)}).filter(function(a){return!!a})},mv=function(e,t,a,n){var o=bv(t,Array.isArray(e)?e:[e]);xs[a]||(xs[a]=new WeakMap);var l=xs[a],u=[],c=new Set,f=new Set(o),m=function(T){!T||c.has(T)||(c.add(T),m(T.parentNode))};o.forEach(m);var p=function(T){!T||f.has(T)||Array.prototype.forEach.call(T.children,function(S){if(c.has(S))p(S);else try{var v=S.getAttribute(n),L=v!==null&&v!=="false",M=(Jn.get(S)||0)+1,_=(l.get(S)||0)+1;Jn.set(S,M),l.set(S,_),u.push(S),M===1&&L&&As.set(S,!0),_===1&&S.setAttribute(a,"true"),L||S.setAttribute(n,"true")}catch(A){console.error("aria-hidden: cannot operate on ",S,A)}})};return p(t),c.clear(),Od++,function(){u.forEach(function(T){var S=Jn.get(T)-1,v=l.get(T)-1;Jn.set(T,S),l.set(T,v),S||(As.has(T)||T.removeAttribute(n),As.delete(T)),v||T.removeAttribute(a)}),Od--,Od||(Jn=new WeakMap,Jn=new WeakMap,As=new WeakMap,xs={})}},Wp=function(e,t,a){a===void 0&&(a="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),o=fv(e);return o?(n.push.apply(n,Array.from(o.querySelectorAll("[aria-live], script"))),mv(n,o,a,"aria-hidden")):function(){return null}};function hv(e){const t=pv(e),a=E.forwardRef((n,o)=>{const{children:l,...u}=n,c=E.Children.toArray(l),f=c.find(Tv);if(f){const m=f.props.children,p=c.map(T=>T===f?E.Children.count(m)>1?E.Children.only(null):E.isValidElement(m)?m.props.children:null:T);return C.jsx(t,{...u,ref:o,children:E.isValidElement(m)?E.cloneElement(m,void 0,p):null})}return C.jsx(t,{...u,ref:o,children:l})});return a.displayName=`${e}.Slot`,a}function pv(e){const t=E.forwardRef((a,n)=>{const{children:o,...l}=a;if(E.isValidElement(o)){const u=Sv(o),c=vv(l,o.props);return o.type!==E.Fragment&&(c.ref=n?bu(n,u):u),E.cloneElement(o,c)}return E.Children.count(o)>1?E.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var gv=Symbol("radix.slottable");function Tv(e){return E.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===gv}function vv(e,t){const a={...t};for(const n in t){const o=e[n],l=t[n];/^on[A-Z]/.test(n)?o&&l?a[n]=(...c)=>{const f=l(...c);return o(...c),f}:o&&(a[n]=o):n==="style"?a[n]={...o,...l}:n==="className"&&(a[n]=[o,l].filter(Boolean).join(" "))}return{...e,...a}}function Sv(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,a=t&&"isReactWarning"in t&&t.isReactWarning;return a?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,a=t&&"isReactWarning"in t&&t.isReactWarning,a?e.props.ref:e.props.ref||e.ref)}var pu="Dialog",[Up]=mu(pu),[Cv,Ra]=Up(pu),Hp=e=>{const{__scopeDialog:t,children:a,open:n,defaultOpen:o,onOpenChange:l,modal:u=!0}=e,c=E.useRef(null),f=E.useRef(null),[m,p]=t0({prop:n,defaultProp:o??!1,onChange:l,caller:pu});return C.jsx(Cv,{scope:t,triggerRef:c,contentRef:f,contentId:zs(),titleId:zs(),descriptionId:zs(),open:m,onOpenChange:p,onOpenToggle:E.useCallback(()=>p(T=>!T),[p]),modal:u,children:a})};Hp.displayName=pu;var jp="DialogTrigger",yv=E.forwardRef((e,t)=>{const{__scopeDialog:a,...n}=e,o=Ra(jp,a),l=ua(t,o.triggerRef);return C.jsx(Lt.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":l0(o.open),...n,ref:l,onClick:Gt(e.onClick,o.onOpenToggle)})});yv.displayName=jp;var i0="DialogPortal",[Ev,Vp]=Up(i0,{forceMount:void 0}),Kp=e=>{const{__scopeDialog:t,forceMount:a,children:n,container:o}=e,l=Ra(i0,t);return C.jsx(Ev,{scope:t,forceMount:a,children:E.Children.map(n,u=>C.jsx(pi,{present:a||l.open,children:C.jsx(wp,{asChild:!0,container:o,children:u})}))})};Kp.displayName=i0;var Qs="DialogOverlay",qp=E.forwardRef((e,t)=>{const a=Vp(Qs,e.__scopeDialog),{forceMount:n=a.forceMount,...o}=e,l=Ra(Qs,e.__scopeDialog);return l.modal?C.jsx(pi,{present:n||l.open,children:C.jsx(Av,{...o,ref:t})}):null});qp.displayName=Qs;var Mv=hv("DialogOverlay.RemoveScroll"),Av=E.forwardRef((e,t)=>{const{__scopeDialog:a,...n}=e,o=Ra(Qs,a);return C.jsx(n0,{as:Mv,allowPinchZoom:!0,shards:[o.contentRef],children:C.jsx(Lt.div,{"data-state":l0(o.open),...n,ref:t,style:{pointerEvents:"auto",...n.style}})})}),pn="DialogContent",Qp=E.forwardRef((e,t)=>{const a=Vp(pn,e.__scopeDialog),{forceMount:n=a.forceMount,...o}=e,l=Ra(pn,e.__scopeDialog);return C.jsx(pi,{present:n||l.open,children:l.modal?C.jsx(xv,{...o,ref:t}):C.jsx(Lv,{...o,ref:t})})});Qp.displayName=pn;var xv=E.forwardRef((e,t)=>{const a=Ra(pn,e.__scopeDialog),n=E.useRef(null),o=ua(t,a.contentRef,n);return E.useEffect(()=>{const l=n.current;if(l)return Wp(l)},[]),C.jsx(Yp,{...e,ref:o,trapFocus:a.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Gt(e.onCloseAutoFocus,l=>{l.preventDefault(),a.triggerRef.current?.focus()}),onPointerDownOutside:Gt(e.onPointerDownOutside,l=>{const u=l.detail.originalEvent,c=u.button===0&&u.ctrlKey===!0;(u.button===2||c)&&l.preventDefault()}),onFocusOutside:Gt(e.onFocusOutside,l=>l.preventDefault())})}),Lv=E.forwardRef((e,t)=>{const a=Ra(pn,e.__scopeDialog),n=E.useRef(!1),o=E.useRef(!1);return C.jsx(Yp,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:l=>{e.onCloseAutoFocus?.(l),l.defaultPrevented||(n.current||a.triggerRef.current?.focus(),l.preventDefault()),n.current=!1,o.current=!1},onInteractOutside:l=>{e.onInteractOutside?.(l),l.defaultPrevented||(n.current=!0,l.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const u=l.target;a.triggerRef.current?.contains(u)&&l.preventDefault(),l.detail.originalEvent.type==="focusin"&&o.current&&l.preventDefault()}})}),Yp=E.forwardRef((e,t)=>{const{__scopeDialog:a,trapFocus:n,onOpenAutoFocus:o,onCloseAutoFocus:l,...u}=e,c=Ra(pn,a),f=E.useRef(null),m=ua(t,f);return Rp(),C.jsxs(C.Fragment,{children:[C.jsx(r0,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:o,onUnmountAutoFocus:l,children:C.jsx(a0,{role:"dialog",id:c.contentId,"aria-describedby":c.descriptionId,"aria-labelledby":c.titleId,"data-state":l0(c.open),...u,ref:m,onDismiss:()=>c.onOpenChange(!1)})}),C.jsxs(C.Fragment,{children:[C.jsx(Iv,{titleId:c.titleId}),C.jsx(Dv,{contentRef:f,descriptionId:c.descriptionId})]})]})}),o0="DialogTitle",$p=E.forwardRef((e,t)=>{const{__scopeDialog:a,...n}=e,o=Ra(o0,a);return C.jsx(Lt.h2,{id:o.titleId,...n,ref:t})});$p.displayName=o0;var Xp="DialogDescription",Jp=E.forwardRef((e,t)=>{const{__scopeDialog:a,...n}=e,o=Ra(Xp,a);return C.jsx(Lt.p,{id:o.descriptionId,...n,ref:t})});Jp.displayName=Xp;var Zp="DialogClose",e2=E.forwardRef((e,t)=>{const{__scopeDialog:a,...n}=e,o=Ra(Zp,a);return C.jsx(Lt.button,{type:"button",...n,ref:t,onClick:Gt(e.onClick,()=>o.onOpenChange(!1))})});e2.displayName=Zp;function l0(e){return e?"open":"closed"}var t2="DialogTitleWarning",[lw,a2]=$T(t2,{contentName:pn,titleName:o0,docsSlug:"dialog"}),Iv=({titleId:e})=>{const t=a2(t2),a=`\`${t.contentName}\` requires a \`${t.titleName}\` for the component to be accessible for screen reader users.
49
+
50
+ If you want to hide the \`${t.titleName}\`, you can wrap it with our VisuallyHidden component.
51
+
52
+ For more information, see https://radix-ui.com/primitives/docs/components/${t.docsSlug}`;return E.useEffect(()=>{e&&(document.getElementById(e)||console.error(a))},[a,e]),null},_v="DialogDescriptionWarning",Dv=({contentRef:e,descriptionId:t})=>{const n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${a2(_v).contentName}}.`;return E.useEffect(()=>{const o=e.current?.getAttribute("aria-describedby");t&&o&&(document.getElementById(t)||console.warn(n))},[n,e,t]),null},wv=Hp,Rv=Kp,r2=qp,n2=Qp,i2=$p,o2=Jp,kv=e2;const zv=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),Nv=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,a,n)=>n?n.toUpperCase():a.toLowerCase()),Th=e=>{const t=Nv(e);return t.charAt(0).toUpperCase()+t.slice(1)},l2=(...e)=>e.filter((t,a,n)=>!!t&&t.trim()!==""&&n.indexOf(t)===a).join(" ").trim();var Pv={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};const Bv=E.forwardRef(({color:e="currentColor",size:t=24,strokeWidth:a=2,absoluteStrokeWidth:n,className:o="",children:l,iconNode:u,...c},f)=>E.createElement("svg",{ref:f,...Pv,width:t,height:t,stroke:e,strokeWidth:n?Number(a)*24/Number(t):a,className:l2("lucide",o),...c},[...u.map(([m,p])=>E.createElement(m,p)),...Array.isArray(l)?l:[l]]));const s0=(e,t)=>{const a=E.forwardRef(({className:n,...o},l)=>E.createElement(Bv,{ref:l,iconNode:t,className:l2(`lucide-${zv(Th(e))}`,`lucide-${e}`,n),...o}));return a.displayName=Th(e),a};const Fv=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],s2=s0("check",Fv);const Ov=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],u2=s0("chevron-down",Ov);const Gv=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],u0=s0("x",Gv);function c2(e){var t,a,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(a=c2(e[t]))&&(n&&(n+=" "),n+=a)}else for(a in e)e[a]&&(n&&(n+=" "),n+=a);return n}function Va(){for(var e,t,a=0,n="",o=arguments.length;a<o;a++)(e=arguments[a])&&(t=c2(e))&&(n&&(n+=" "),n+=t);return n}const Wv=(e,t)=>{const a=new Array(e.length+t.length);for(let n=0;n<e.length;n++)a[n]=e[n];for(let n=0;n<t.length;n++)a[e.length+n]=t[n];return a},Uv=(e,t)=>({classGroupId:e,validator:t}),d2=(e=new Map,t=null,a)=>({nextPart:e,validators:t,classGroupId:a}),Ys="-",vh=[],Hv="arbitrary..",jv=e=>{const t=Kv(e),{conflictingClassGroups:a,conflictingClassGroupModifiers:n}=e;return{getClassGroupId:u=>{if(u.startsWith("[")&&u.endsWith("]"))return Vv(u);const c=u.split(Ys),f=c[0]===""&&c.length>1?1:0;return f2(c,f,t)},getConflictingClassGroupIds:(u,c)=>{if(c){const f=n[u],m=a[u];return f?m?Wv(m,f):f:m||vh}return a[u]||vh}}},f2=(e,t,a)=>{if(e.length-t===0)return a.classGroupId;const o=e[t],l=a.nextPart.get(o);if(l){const m=f2(e,t+1,l);if(m)return m}const u=a.validators;if(u===null)return;const c=t===0?e.join(Ys):e.slice(t).join(Ys),f=u.length;for(let m=0;m<f;m++){const p=u[m];if(p.validator(c))return p.classGroupId}},Vv=e=>e.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const t=e.slice(1,-1),a=t.indexOf(":"),n=t.slice(0,a);return n?Hv+n:void 0})(),Kv=e=>{const{theme:t,classGroups:a}=e;return qv(a,t)},qv=(e,t)=>{const a=d2();for(const n in e){const o=e[n];c0(o,a,n,t)}return a},c0=(e,t,a,n)=>{const o=e.length;for(let l=0;l<o;l++){const u=e[l];Qv(u,t,a,n)}},Qv=(e,t,a,n)=>{if(typeof e=="string"){Yv(e,t,a);return}if(typeof e=="function"){$v(e,t,a,n);return}Xv(e,t,a,n)},Yv=(e,t,a)=>{const n=e===""?t:b2(t,e);n.classGroupId=a},$v=(e,t,a,n)=>{if(Jv(e)){c0(e(n),t,a,n);return}t.validators===null&&(t.validators=[]),t.validators.push(Uv(a,e))},Xv=(e,t,a,n)=>{const o=Object.entries(e),l=o.length;for(let u=0;u<l;u++){const[c,f]=o[u];c0(f,b2(t,c),a,n)}},b2=(e,t)=>{let a=e;const n=t.split(Ys),o=n.length;for(let l=0;l<o;l++){const u=n[l];let c=a.nextPart.get(u);c||(c=d2(),a.nextPart.set(u,c)),a=c}return a},Jv=e=>"isThemeGetter"in e&&e.isThemeGetter===!0,Zv=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,a=Object.create(null),n=Object.create(null);const o=(l,u)=>{a[l]=u,t++,t>e&&(t=0,n=a,a=Object.create(null))};return{get(l){let u=a[l];if(u!==void 0)return u;if((u=n[l])!==void 0)return o(l,u),u},set(l,u){l in a?a[l]=u:o(l,u)}}},vf="!",Sh=":",e7=[],Ch=(e,t,a,n,o)=>({modifiers:e,hasImportantModifier:t,baseClassName:a,maybePostfixModifierPosition:n,isExternal:o}),t7=e=>{const{prefix:t,experimentalParseClassName:a}=e;let n=o=>{const l=[];let u=0,c=0,f=0,m;const p=o.length;for(let M=0;M<p;M++){const _=o[M];if(u===0&&c===0){if(_===Sh){l.push(o.slice(f,M)),f=M+1;continue}if(_==="/"){m=M;continue}}_==="["?u++:_==="]"?u--:_==="("?c++:_===")"&&c--}const T=l.length===0?o:o.slice(f);let S=T,v=!1;T.endsWith(vf)?(S=T.slice(0,-1),v=!0):T.startsWith(vf)&&(S=T.slice(1),v=!0);const L=m&&m>f?m-f:void 0;return Ch(l,v,S,L)};if(t){const o=t+Sh,l=n;n=u=>u.startsWith(o)?l(u.slice(o.length)):Ch(e7,!1,u,void 0,!0)}if(a){const o=n;n=l=>a({className:l,parseClassName:o})}return n},a7=e=>{const t=new Map;return e.orderSensitiveModifiers.forEach((a,n)=>{t.set(a,1e6+n)}),a=>{const n=[];let o=[];for(let l=0;l<a.length;l++){const u=a[l],c=u[0]==="[",f=t.has(u);c||f?(o.length>0&&(o.sort(),n.push(...o),o=[]),n.push(u)):o.push(u)}return o.length>0&&(o.sort(),n.push(...o)),n}},r7=e=>({cache:Zv(e.cacheSize),parseClassName:t7(e),sortModifiers:a7(e),...jv(e)}),n7=/\s+/,i7=(e,t)=>{const{parseClassName:a,getClassGroupId:n,getConflictingClassGroupIds:o,sortModifiers:l}=t,u=[],c=e.trim().split(n7);let f="";for(let m=c.length-1;m>=0;m-=1){const p=c[m],{isExternal:T,modifiers:S,hasImportantModifier:v,baseClassName:L,maybePostfixModifierPosition:M}=a(p);if(T){f=p+(f.length>0?" "+f:f);continue}let _=!!M,A=n(_?L.substring(0,M):L);if(!A){if(!_){f=p+(f.length>0?" "+f:f);continue}if(A=n(L),!A){f=p+(f.length>0?" "+f:f);continue}_=!1}const R=S.length===0?"":S.length===1?S[0]:l(S).join(":"),D=v?R+vf:R,O=D+A;if(u.indexOf(O)>-1)continue;u.push(O);const B=o(A,_);for(let P=0;P<B.length;++P){const H=B[P];u.push(D+H)}f=p+(f.length>0?" "+f:f)}return f},o7=(...e)=>{let t=0,a,n,o="";for(;t<e.length;)(a=e[t++])&&(n=m2(a))&&(o&&(o+=" "),o+=n);return o},m2=e=>{if(typeof e=="string")return e;let t,a="";for(let n=0;n<e.length;n++)e[n]&&(t=m2(e[n]))&&(a&&(a+=" "),a+=t);return a},l7=(e,...t)=>{let a,n,o,l;const u=f=>{const m=t.reduce((p,T)=>T(p),e());return a=r7(m),n=a.cache.get,o=a.cache.set,l=c,c(f)},c=f=>{const m=n(f);if(m)return m;const p=i7(f,a);return o(f,p),p};return l=u,(...f)=>l(o7(...f))},s7=[],ht=e=>{const t=a=>a[e]||s7;return t.isThemeGetter=!0,t},h2=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,p2=/^\((?:(\w[\w-]*):)?(.+)\)$/i,u7=/^\d+\/\d+$/,c7=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,d7=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,f7=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,b7=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,m7=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Zn=e=>u7.test(e),Pe=e=>!!e&&!Number.isNaN(Number(e)),Pr=e=>!!e&&Number.isInteger(Number(e)),Gd=e=>e.endsWith("%")&&Pe(e.slice(0,-1)),or=e=>c7.test(e),h7=()=>!0,p7=e=>d7.test(e)&&!f7.test(e),g2=()=>!1,g7=e=>b7.test(e),T7=e=>m7.test(e),v7=e=>!Ce(e)&&!ye(e),S7=e=>gi(e,S2,g2),Ce=e=>h2.test(e),un=e=>gi(e,C2,p7),Wd=e=>gi(e,A7,Pe),yh=e=>gi(e,T2,g2),C7=e=>gi(e,v2,T7),Ls=e=>gi(e,y2,g7),ye=e=>p2.test(e),po=e=>Ti(e,C2),y7=e=>Ti(e,x7),Eh=e=>Ti(e,T2),E7=e=>Ti(e,S2),M7=e=>Ti(e,v2),Is=e=>Ti(e,y2,!0),gi=(e,t,a)=>{const n=h2.exec(e);return n?n[1]?t(n[1]):a(n[2]):!1},Ti=(e,t,a=!1)=>{const n=p2.exec(e);return n?n[1]?t(n[1]):a:!1},T2=e=>e==="position"||e==="percentage",v2=e=>e==="image"||e==="url",S2=e=>e==="length"||e==="size"||e==="bg-size",C2=e=>e==="length",A7=e=>e==="number",x7=e=>e==="family-name",y2=e=>e==="shadow",L7=()=>{const e=ht("color"),t=ht("font"),a=ht("text"),n=ht("font-weight"),o=ht("tracking"),l=ht("leading"),u=ht("breakpoint"),c=ht("container"),f=ht("spacing"),m=ht("radius"),p=ht("shadow"),T=ht("inset-shadow"),S=ht("text-shadow"),v=ht("drop-shadow"),L=ht("blur"),M=ht("perspective"),_=ht("aspect"),A=ht("ease"),R=ht("animate"),D=()=>["auto","avoid","all","avoid-page","page","left","right","column"],O=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],B=()=>[...O(),ye,Ce],P=()=>["auto","hidden","clip","visible","scroll"],H=()=>["auto","contain","none"],j=()=>[ye,Ce,f],se=()=>[Zn,"full","auto",...j()],he=()=>[Pr,"none","subgrid",ye,Ce],ee=()=>["auto",{span:["full",Pr,ye,Ce]},Pr,ye,Ce],te=()=>[Pr,"auto",ye,Ce],pe=()=>["auto","min","max","fr",ye,Ce],X=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],Z=()=>["start","end","center","stretch","center-safe","end-safe"],le=()=>["auto",...j()],be=()=>[Zn,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...j()],U=()=>[e,ye,Ce],de=()=>[...O(),Eh,yh,{position:[ye,Ce]}],x=()=>["no-repeat",{repeat:["","x","y","space","round"]}],G=()=>["auto","cover","contain",E7,S7,{size:[ye,Ce]}],$=()=>[Gd,po,un],k=()=>["","none","full",m,ye,Ce],Te=()=>["",Pe,po,un],De=()=>["solid","dashed","dotted","double"],xe=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],Ae=()=>[Pe,Gd,Eh,yh],ke=()=>["","none",L,ye,Ce],Be=()=>["none",Pe,ye,Ce],Qe=()=>["none",Pe,ye,Ce],zt=()=>[Pe,ye,Ce],Sa=()=>[Zn,"full",...j()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[or],breakpoint:[or],color:[h7],container:[or],"drop-shadow":[or],ease:["in","out","in-out"],font:[v7],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[or],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[or],shadow:[or],spacing:["px",Pe],text:[or],"text-shadow":[or],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",Zn,Ce,ye,_]}],container:["container"],columns:[{columns:[Pe,Ce,ye,c]}],"break-after":[{"break-after":D()}],"break-before":[{"break-before":D()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:B()}],overflow:[{overflow:P()}],"overflow-x":[{"overflow-x":P()}],"overflow-y":[{"overflow-y":P()}],overscroll:[{overscroll:H()}],"overscroll-x":[{"overscroll-x":H()}],"overscroll-y":[{"overscroll-y":H()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:se()}],"inset-x":[{"inset-x":se()}],"inset-y":[{"inset-y":se()}],start:[{start:se()}],end:[{end:se()}],top:[{top:se()}],right:[{right:se()}],bottom:[{bottom:se()}],left:[{left:se()}],visibility:["visible","invisible","collapse"],z:[{z:[Pr,"auto",ye,Ce]}],basis:[{basis:[Zn,"full","auto",c,...j()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[Pe,Zn,"auto","initial","none",Ce]}],grow:[{grow:["",Pe,ye,Ce]}],shrink:[{shrink:["",Pe,ye,Ce]}],order:[{order:[Pr,"first","last","none",ye,Ce]}],"grid-cols":[{"grid-cols":he()}],"col-start-end":[{col:ee()}],"col-start":[{"col-start":te()}],"col-end":[{"col-end":te()}],"grid-rows":[{"grid-rows":he()}],"row-start-end":[{row:ee()}],"row-start":[{"row-start":te()}],"row-end":[{"row-end":te()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":pe()}],"auto-rows":[{"auto-rows":pe()}],gap:[{gap:j()}],"gap-x":[{"gap-x":j()}],"gap-y":[{"gap-y":j()}],"justify-content":[{justify:[...X(),"normal"]}],"justify-items":[{"justify-items":[...Z(),"normal"]}],"justify-self":[{"justify-self":["auto",...Z()]}],"align-content":[{content:["normal",...X()]}],"align-items":[{items:[...Z(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...Z(),{baseline:["","last"]}]}],"place-content":[{"place-content":X()}],"place-items":[{"place-items":[...Z(),"baseline"]}],"place-self":[{"place-self":["auto",...Z()]}],p:[{p:j()}],px:[{px:j()}],py:[{py:j()}],ps:[{ps:j()}],pe:[{pe:j()}],pt:[{pt:j()}],pr:[{pr:j()}],pb:[{pb:j()}],pl:[{pl:j()}],m:[{m:le()}],mx:[{mx:le()}],my:[{my:le()}],ms:[{ms:le()}],me:[{me:le()}],mt:[{mt:le()}],mr:[{mr:le()}],mb:[{mb:le()}],ml:[{ml:le()}],"space-x":[{"space-x":j()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":j()}],"space-y-reverse":["space-y-reverse"],size:[{size:be()}],w:[{w:[c,"screen",...be()]}],"min-w":[{"min-w":[c,"screen","none",...be()]}],"max-w":[{"max-w":[c,"screen","none","prose",{screen:[u]},...be()]}],h:[{h:["screen","lh",...be()]}],"min-h":[{"min-h":["screen","lh","none",...be()]}],"max-h":[{"max-h":["screen","lh",...be()]}],"font-size":[{text:["base",a,po,un]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[n,ye,Wd]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",Gd,Ce]}],"font-family":[{font:[y7,Ce,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[o,ye,Ce]}],"line-clamp":[{"line-clamp":[Pe,"none",ye,Wd]}],leading:[{leading:[l,...j()]}],"list-image":[{"list-image":["none",ye,Ce]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",ye,Ce]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:U()}],"text-color":[{text:U()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...De(),"wavy"]}],"text-decoration-thickness":[{decoration:[Pe,"from-font","auto",ye,un]}],"text-decoration-color":[{decoration:U()}],"underline-offset":[{"underline-offset":[Pe,"auto",ye,Ce]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:j()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",ye,Ce]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",ye,Ce]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:de()}],"bg-repeat":[{bg:x()}],"bg-size":[{bg:G()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},Pr,ye,Ce],radial:["",ye,Ce],conic:[Pr,ye,Ce]},M7,C7]}],"bg-color":[{bg:U()}],"gradient-from-pos":[{from:$()}],"gradient-via-pos":[{via:$()}],"gradient-to-pos":[{to:$()}],"gradient-from":[{from:U()}],"gradient-via":[{via:U()}],"gradient-to":[{to:U()}],rounded:[{rounded:k()}],"rounded-s":[{"rounded-s":k()}],"rounded-e":[{"rounded-e":k()}],"rounded-t":[{"rounded-t":k()}],"rounded-r":[{"rounded-r":k()}],"rounded-b":[{"rounded-b":k()}],"rounded-l":[{"rounded-l":k()}],"rounded-ss":[{"rounded-ss":k()}],"rounded-se":[{"rounded-se":k()}],"rounded-ee":[{"rounded-ee":k()}],"rounded-es":[{"rounded-es":k()}],"rounded-tl":[{"rounded-tl":k()}],"rounded-tr":[{"rounded-tr":k()}],"rounded-br":[{"rounded-br":k()}],"rounded-bl":[{"rounded-bl":k()}],"border-w":[{border:Te()}],"border-w-x":[{"border-x":Te()}],"border-w-y":[{"border-y":Te()}],"border-w-s":[{"border-s":Te()}],"border-w-e":[{"border-e":Te()}],"border-w-t":[{"border-t":Te()}],"border-w-r":[{"border-r":Te()}],"border-w-b":[{"border-b":Te()}],"border-w-l":[{"border-l":Te()}],"divide-x":[{"divide-x":Te()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":Te()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...De(),"hidden","none"]}],"divide-style":[{divide:[...De(),"hidden","none"]}],"border-color":[{border:U()}],"border-color-x":[{"border-x":U()}],"border-color-y":[{"border-y":U()}],"border-color-s":[{"border-s":U()}],"border-color-e":[{"border-e":U()}],"border-color-t":[{"border-t":U()}],"border-color-r":[{"border-r":U()}],"border-color-b":[{"border-b":U()}],"border-color-l":[{"border-l":U()}],"divide-color":[{divide:U()}],"outline-style":[{outline:[...De(),"none","hidden"]}],"outline-offset":[{"outline-offset":[Pe,ye,Ce]}],"outline-w":[{outline:["",Pe,po,un]}],"outline-color":[{outline:U()}],shadow:[{shadow:["","none",p,Is,Ls]}],"shadow-color":[{shadow:U()}],"inset-shadow":[{"inset-shadow":["none",T,Is,Ls]}],"inset-shadow-color":[{"inset-shadow":U()}],"ring-w":[{ring:Te()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:U()}],"ring-offset-w":[{"ring-offset":[Pe,un]}],"ring-offset-color":[{"ring-offset":U()}],"inset-ring-w":[{"inset-ring":Te()}],"inset-ring-color":[{"inset-ring":U()}],"text-shadow":[{"text-shadow":["none",S,Is,Ls]}],"text-shadow-color":[{"text-shadow":U()}],opacity:[{opacity:[Pe,ye,Ce]}],"mix-blend":[{"mix-blend":[...xe(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":xe()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[Pe]}],"mask-image-linear-from-pos":[{"mask-linear-from":Ae()}],"mask-image-linear-to-pos":[{"mask-linear-to":Ae()}],"mask-image-linear-from-color":[{"mask-linear-from":U()}],"mask-image-linear-to-color":[{"mask-linear-to":U()}],"mask-image-t-from-pos":[{"mask-t-from":Ae()}],"mask-image-t-to-pos":[{"mask-t-to":Ae()}],"mask-image-t-from-color":[{"mask-t-from":U()}],"mask-image-t-to-color":[{"mask-t-to":U()}],"mask-image-r-from-pos":[{"mask-r-from":Ae()}],"mask-image-r-to-pos":[{"mask-r-to":Ae()}],"mask-image-r-from-color":[{"mask-r-from":U()}],"mask-image-r-to-color":[{"mask-r-to":U()}],"mask-image-b-from-pos":[{"mask-b-from":Ae()}],"mask-image-b-to-pos":[{"mask-b-to":Ae()}],"mask-image-b-from-color":[{"mask-b-from":U()}],"mask-image-b-to-color":[{"mask-b-to":U()}],"mask-image-l-from-pos":[{"mask-l-from":Ae()}],"mask-image-l-to-pos":[{"mask-l-to":Ae()}],"mask-image-l-from-color":[{"mask-l-from":U()}],"mask-image-l-to-color":[{"mask-l-to":U()}],"mask-image-x-from-pos":[{"mask-x-from":Ae()}],"mask-image-x-to-pos":[{"mask-x-to":Ae()}],"mask-image-x-from-color":[{"mask-x-from":U()}],"mask-image-x-to-color":[{"mask-x-to":U()}],"mask-image-y-from-pos":[{"mask-y-from":Ae()}],"mask-image-y-to-pos":[{"mask-y-to":Ae()}],"mask-image-y-from-color":[{"mask-y-from":U()}],"mask-image-y-to-color":[{"mask-y-to":U()}],"mask-image-radial":[{"mask-radial":[ye,Ce]}],"mask-image-radial-from-pos":[{"mask-radial-from":Ae()}],"mask-image-radial-to-pos":[{"mask-radial-to":Ae()}],"mask-image-radial-from-color":[{"mask-radial-from":U()}],"mask-image-radial-to-color":[{"mask-radial-to":U()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":O()}],"mask-image-conic-pos":[{"mask-conic":[Pe]}],"mask-image-conic-from-pos":[{"mask-conic-from":Ae()}],"mask-image-conic-to-pos":[{"mask-conic-to":Ae()}],"mask-image-conic-from-color":[{"mask-conic-from":U()}],"mask-image-conic-to-color":[{"mask-conic-to":U()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:de()}],"mask-repeat":[{mask:x()}],"mask-size":[{mask:G()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",ye,Ce]}],filter:[{filter:["","none",ye,Ce]}],blur:[{blur:ke()}],brightness:[{brightness:[Pe,ye,Ce]}],contrast:[{contrast:[Pe,ye,Ce]}],"drop-shadow":[{"drop-shadow":["","none",v,Is,Ls]}],"drop-shadow-color":[{"drop-shadow":U()}],grayscale:[{grayscale:["",Pe,ye,Ce]}],"hue-rotate":[{"hue-rotate":[Pe,ye,Ce]}],invert:[{invert:["",Pe,ye,Ce]}],saturate:[{saturate:[Pe,ye,Ce]}],sepia:[{sepia:["",Pe,ye,Ce]}],"backdrop-filter":[{"backdrop-filter":["","none",ye,Ce]}],"backdrop-blur":[{"backdrop-blur":ke()}],"backdrop-brightness":[{"backdrop-brightness":[Pe,ye,Ce]}],"backdrop-contrast":[{"backdrop-contrast":[Pe,ye,Ce]}],"backdrop-grayscale":[{"backdrop-grayscale":["",Pe,ye,Ce]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[Pe,ye,Ce]}],"backdrop-invert":[{"backdrop-invert":["",Pe,ye,Ce]}],"backdrop-opacity":[{"backdrop-opacity":[Pe,ye,Ce]}],"backdrop-saturate":[{"backdrop-saturate":[Pe,ye,Ce]}],"backdrop-sepia":[{"backdrop-sepia":["",Pe,ye,Ce]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":j()}],"border-spacing-x":[{"border-spacing-x":j()}],"border-spacing-y":[{"border-spacing-y":j()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",ye,Ce]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[Pe,"initial",ye,Ce]}],ease:[{ease:["linear","initial",A,ye,Ce]}],delay:[{delay:[Pe,ye,Ce]}],animate:[{animate:["none",R,ye,Ce]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[M,ye,Ce]}],"perspective-origin":[{"perspective-origin":B()}],rotate:[{rotate:Be()}],"rotate-x":[{"rotate-x":Be()}],"rotate-y":[{"rotate-y":Be()}],"rotate-z":[{"rotate-z":Be()}],scale:[{scale:Qe()}],"scale-x":[{"scale-x":Qe()}],"scale-y":[{"scale-y":Qe()}],"scale-z":[{"scale-z":Qe()}],"scale-3d":["scale-3d"],skew:[{skew:zt()}],"skew-x":[{"skew-x":zt()}],"skew-y":[{"skew-y":zt()}],transform:[{transform:[ye,Ce,"","none","gpu","cpu"]}],"transform-origin":[{origin:B()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:Sa()}],"translate-x":[{"translate-x":Sa()}],"translate-y":[{"translate-y":Sa()}],"translate-z":[{"translate-z":Sa()}],"translate-none":["translate-none"],accent:[{accent:U()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:U()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",ye,Ce]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":j()}],"scroll-mx":[{"scroll-mx":j()}],"scroll-my":[{"scroll-my":j()}],"scroll-ms":[{"scroll-ms":j()}],"scroll-me":[{"scroll-me":j()}],"scroll-mt":[{"scroll-mt":j()}],"scroll-mr":[{"scroll-mr":j()}],"scroll-mb":[{"scroll-mb":j()}],"scroll-ml":[{"scroll-ml":j()}],"scroll-p":[{"scroll-p":j()}],"scroll-px":[{"scroll-px":j()}],"scroll-py":[{"scroll-py":j()}],"scroll-ps":[{"scroll-ps":j()}],"scroll-pe":[{"scroll-pe":j()}],"scroll-pt":[{"scroll-pt":j()}],"scroll-pr":[{"scroll-pr":j()}],"scroll-pb":[{"scroll-pb":j()}],"scroll-pl":[{"scroll-pl":j()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",ye,Ce]}],fill:[{fill:["none",...U()]}],"stroke-w":[{stroke:[Pe,po,un,Wd]}],stroke:[{stroke:["none",...U()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},I7=l7(L7);function Bt(...e){return I7(Va(e))}const E2=wv,_7=Rv,M2=E.forwardRef(({className:e,...t},a)=>C.jsx(r2,{ref:a,className:Bt("fixed inset-0 z-10000 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),...t,onClick:n=>n.stopPropagation()}));M2.displayName=r2.displayName;const d0=E.forwardRef(({className:e,children:t,...a},n)=>C.jsxs(_7,{container:document.querySelector(".root-app"),children:[C.jsx(M2,{}),C.jsxs(n2,{ref:n,className:Bt("z-10001 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%] w-full max-w-[calc(100%-2rem)] max-h-[80vh] translate-x-[-50%] translate-y-[-50%] duration-200 overflow-y-auto",e),...a,children:[t,C.jsxs(kv,{className:"absolute right-4 top-4 cursor-pointer rounded-full bg-gray-200 transition-background hover:bg-gray-300 disabled:pointer-events-none duration-200 p-2",children:[C.jsx(u0,{className:"h-8 w-8"}),C.jsx("span",{className:"sr-only",children:"Close"})]})]})]}));d0.displayName=n2.displayName;const f0=({className:e,...t})=>C.jsx("div",{className:Bt("flex flex-col space-y-1.5 text-left",e),...t});f0.displayName="DialogHeader";const b0=E.forwardRef(({className:e,...t},a)=>C.jsx(i2,{ref:a,className:Bt("text-3xl font-semibold leading-none tracking-tight",e),...t}));b0.displayName=i2.displayName;const D7=E.forwardRef(({className:e,...t},a)=>C.jsx(o2,{ref:a,className:Bt("text-muted-foreground",e),...t}));D7.displayName=o2.displayName;const m0=({item:e})=>{const[t,a]=E.useState(""),[n,o]=E.useState(!1),l=hn.getImage(e),u=hn.getValueLabel(e);return C.jsxs(C.Fragment,{children:[C.jsx("div",{className:"group relative w-full h-full! aspect-video overflow-hidden shadow-sm group cursor-pointer rounded-sm",children:l&&C.jsx("img",{src:l,alt:u,className:"w-full h-full! object-cover",loading:"lazy"})}),C.jsx(E2,{open:!!n,onOpenChange:()=>{o(!1)},children:C.jsxs(d0,{className:"sm:max-w-5xl",onClick:c=>c.stopPropagation(),children:[C.jsx(f0,{children:C.jsx(b0,{className:"sr-only",children:"Image Zoom"})}),C.jsx("img",{src:t,alt:"Zoomed",className:"w-full h-auto"}),C.jsxs("span",{className:"text-white mt-2 block",children:[(e?.metadata?.Finish||e?.metadata?.Material)&&`${e.metadata?.Finish||e.metadata?.Material} | `,u]})]})})]})},Qo=e=>C.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:C.jsx("path",{d:"M11 1L1 11M1 1L11 11",stroke:"current",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),h0=({item:e})=>{const[t,a]=E.useState(null),[n,o]=E.useState(!1),l="#f2f1f1",u=hn.getHexColor(e);return C.jsxs(C.Fragment,{children:[C.jsx("div",{className:"group relative w-full h-full! aspect-video overflow-hidden shadow-sm group cursor-pointer rounded-sm",style:{backgroundColor:u||l}}),C.jsx(E2,{open:!!n,onOpenChange:()=>{o(!1)},children:C.jsxs(d0,{className:"sm:max-w-5xl",onClick:c=>c.stopPropagation(),children:[C.jsx(f0,{children:C.jsx(b0,{className:"sr-only",children:"Hex Color"})}),C.jsx("div",{className:"w-full aspect-video rounded",style:{backgroundColor:t||"transparent"}}),u&&C.jsxs("span",{className:"text-white mt-2 block",children:[" ",(e?.metadata?.Material||e?.metadata?.Material)&&`${e.metadata?.Material} | `,hn.getAttributeLabel(e)]})]})})]})},w7="w-[64px] h-[64px] bg-[var(--sidebar-b)] border border-solid border-[var(--border)] rounded-sm aspect-square overflow-hidden transition",R7=({val:e,className:t,isShowDeleteIcon:a=!1,handleSelect:n})=>C.jsxs("button",{onClick:()=>{n&&n(e)},className:`relative ${t||w7}`,"aria-label":`Selected swatch ${e.name??e.assetId}`,title:"Click to remove",children:[hn.getImage(e)?C.jsx(m0,{item:e}):C.jsx(h0,{item:e}),a?C.jsx("div",{className:`absolute top-0 right-0 m-2 w-[16px] h-[16px] flex flex-row justify-center items-center\r
53
+ bg-[var(--background-grey)] rounded-2xl border-none pointer-events-none`,children:C.jsx(Qo,{className:"w-[8px] h-2 stroke-[var(--svg-dark)]"})}):null]},e.assetId),k7=e=>C.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:C.jsx("path",{d:"M2.5 6H9.5",stroke:"current",strokeLinecap:"round",strokeLinejoin:"round"})}),z7=e=>C.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:C.jsx("path",{d:"M2.5 6H9.5M6 2.5V9.5",stroke:"current",strokeLinecap:"round",strokeLinejoin:"round"})}),N7=e=>C.jsx("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:C.jsx("path",{d:"M5 5.5V8.5M7 5.5V8.5M9.5 3V10C9.5 10.2652 9.39464 10.5196 9.20711 10.7071C9.01957 10.8946 8.76522 11 8.5 11H3.5C3.23478 11 2.98043 10.8946 2.79289 10.7071C2.60536 10.5196 2.5 10.2652 2.5 10V3M1.5 3H10.5M4 3V2C4 1.73478 4.10536 1.48043 4.29289 1.29289C4.48043 1.10536 4.73478 1 5 1H7C7.26522 1 7.51957 1.10536 7.70711 1.29289C7.89464 1.48043 8 1.73478 8 2V3",stroke:"current",strokeLinecap:"round",strokeLinejoin:"round"})}),P7=({value:e,canIncrement:t,onIncrement:a,onDecrement:n,onDelete:o})=>{const l=e<=1;return C.jsxs("div",{className:"flex flex-row items-center gap-[8px] text-sm",children:[l?C.jsx("button",{"aria-label":"Remove item",onClick:o,className:"[&_svg_path]:stroke-[var(--main-accent-color)]",children:C.jsx(N7,{})}):C.jsx("button",{"aria-label":"Decrease",onClick:n,className:"[&_svg_path]:stroke-[var(--svg-dark)]",children:C.jsx(k7,{})}),C.jsx("span",{className:"min-w-[16px] text-center select-none",children:e}),C.jsx("button",{"aria-label":"Increase",onClick:a,disabled:!t,className:"[&_svg_path]:stroke-[var(--svg-dark)] disabled:opacity-40",children:C.jsx(z7,{})})]})},A2=({item:e,canInc:t,onDelete:a,onIncrement:n,onDecrement:o})=>C.jsx("li",{className:`\r
54
+ border-b border-[var(--border)]\r
55
+ px-[var(--sm-padding)] p-[var(--sm-padding)]\r
56
+ last:border-b-0`,children:C.jsxs("div",{className:"relative flex flex-row gap-[16px]",children:[C.jsx("div",{children:C.jsx(R7,{val:e})}),C.jsxs("div",{className:"flex flex-col justify-between",children:[C.jsxs("div",{className:"flex flex-col",children:[C.jsx("span",{className:"mb-[4px] font-semibold text-xs",children:e.metadata?.label}),C.jsx("span",{className:"mb-[4px] font-bold text-[1rem]",children:e.parentName})]}),C.jsx(P7,{value:e.count,canIncrement:t,onIncrement:n,onDecrement:o,onDelete:a})]}),C.jsxs("div",{className:" absolute text-xs top-0 right-0 font-bold",children:["$",e.count*Mp]})]})},e.assetId),p0=e=>C.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:C.jsx("path",{d:"M9.99984 15.8333L4.1665 9.99996M4.1665 9.99996L9.99984 4.16663M4.1665 9.99996H15.8332",stroke:"current",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),B7=({totalCount:e})=>{const t=Wt(),a=()=>{t(gp(!1))};return C.jsx("header",{className:"flex flex-row p-[var(--sm-padding)] justify-between items-center border-b border-solid border-[var(--border)]",children:C.jsxs("div",{className:"flex items-center flex-row gap-[4px]",children:[C.jsxs("div",{className:"flex flex-row items-center gap-[8px]",children:[C.jsx("button",{className:"[&_svg_path]:stroke-[var(--main-accent-color)] cursor-pointer",onClick:a,children:C.jsx(p0,{})}),C.jsx("h2",{className:"m-0! text-base leading-[1.6] font-medium ",children:"Your cart"})]}),e>=Ot?C.jsxs(C.Fragment,{children:[C.jsxs("span",{className:"text-[var(--main-accent-color)] hidden! text-xs sm:block!",children:["(",Ot,") You reached maximum amount of swatches"]}),C.jsxs("span",{className:"text-[var(--main-accent-color)] block! sm:hidden!",children:["(",Ot,") Max"]})]}):null]})})};function Yo(e){return E.useMemo(()=>e.reduce((t,a)=>t+(a.count??0),0),[e])}const $o=e=>e.multiProductCart.items,F7=e=>e.multiProductCart.productList,O7=e=>e.multiProductCart.isLoadingProductList,G7=({onSendData:e})=>{const t=Wt(),a=je($o),n=je(vn),o=E.useMemo(()=>a.flatMap(m=>m.items),[a]),l=({item:m,assetId:p})=>{const{parentName:T,metadata:S}=m,v=S?.label;p&&v&&T&&(t(UT({assetId:p,label:v,parentName:T})),t(fu({selectedMaterial:m,materialCount:1,selectedMaterials:n})))},u=({item:m,assetId:p})=>{const{parentName:T,metadata:S}=m,v=S?.label;p&&v&&T&&t(GT({assetId:p,label:v,parentName:T}))},c=({item:m,assetId:p})=>{const{parentName:T,metadata:S}=m,v=S?.label;p&&v&&T&&t(WT({assetId:p,label:v,parentName:T}))},f=Yo(o);return C.jsxs("div",{className:"flex flex-col h-full",children:[C.jsx(B7,{totalCount:f}),C.jsxs("div",{className:"flex flex-col h-full min-h-0",children:[C.jsx("ul",{className:"flex flex-col flex-1 min-h-0 overflow-y-auto",children:a.map(m=>{const{items:p,name:T,assetId:S}=m;return p.length?C.jsxs(C.Fragment,{children:[C.jsx("div",{className:` p-[var(--sm-padding)] border-y border-[var(--border)]\r
57
+ sm:px-[var(--sm-padding)] text-sm font-medium`,children:T},m.assetId),C.jsx("ul",{children:p?.map(v=>C.jsx(A2,{item:v,canInc:f<Ot,onDelete:()=>{S&&l({item:v,assetId:S})},onIncrement:()=>{S&&u({item:v,assetId:S})},onDecrement:()=>{S&&c({item:v,assetId:S})}},`${v.value}/${m.assetId}`))})]}):null})}),C.jsxs("div",{className:`flex flex-col \r
58
+ sm:flex-row sm:w-full sm:justify-between sm:items-center\r
59
+ sm:border-t sm:border-[var(--border)] shadow-[0_-2px_10px_rgba(40,40,40,0.10)]\r
60
+ `,children:[C.jsx("div",{className:"sm:w-[50%] sm:border-r sm:border-solid sm:border-[var(--border)]",children:C.jsx(Ap,{materials:o,containerStyles:"flex flex-col gap-[8px] text-xs/snug p-[var(--sm-padding)] border-t border-solid border-[var(--border)] sm:gap-[12px] sm:border-none s"})}),C.jsx("div",{className:"p-[var(--sm-padding)] border-t border-solid border-[var(--border)] shrink-0 sm:w-[50%] sm:border-none sm:flex flex-row sm:justify-end sm:items-end sm:h-full",children:C.jsx("div",{className:"sm:w-[50%] text-sm",children:C.jsx(xp,{onClick:()=>e&&e(a.filter(m=>m.items.length)),disabled:o.length>Ot+1,children:"GO TO SHIPPING"})})})]})]})]})},W7=e=>C.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[C.jsx("path",{d:"M17.5 17.5L13.8833 13.8834",stroke:"current",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),C.jsx("path",{d:"M9.16667 15.8333C12.8486 15.8333 15.8333 12.8486 15.8333 9.16667C15.8333 5.48477 12.8486 2.5 9.16667 2.5C5.48477 2.5 2.5 5.48477 2.5 9.16667C2.5 12.8486 5.48477 15.8333 9.16667 15.8333Z",stroke:"current",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]});function U7(e){if(typeof document>"u")return;let t=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css",t.firstChild?t.insertBefore(a,t.firstChild):t.appendChild(a),a.styleSheet?a.styleSheet.cssText=e:a.appendChild(document.createTextNode(e))}U7(`:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
61
+ `);var Xo=e=>typeof e=="number"&&!isNaN(e),gn=e=>typeof e=="string",cr=e=>typeof e=="function",H7=e=>gn(e)||Xo(e),Sf=e=>gn(e)||cr(e)?e:null,j7=(e,t)=>e===!1||Xo(e)&&e>0?e:t,Cf=e=>E.isValidElement(e)||gn(e)||cr(e)||Xo(e);function V7(e,t,a=300){let{scrollHeight:n,style:o}=e;requestAnimationFrame(()=>{o.minHeight="initial",o.height=n+"px",o.transition=`all ${a}ms`,requestAnimationFrame(()=>{o.height="0",o.padding="0",o.margin="0",setTimeout(t,a)})})}function K7({enter:e,exit:t,appendPosition:a=!1,collapse:n=!0,collapseDuration:o=300}){return function({children:l,position:u,preventExitTransition:c,done:f,nodeRef:m,isIn:p,playToast:T}){let S=a?`${e}--${u}`:e,v=a?`${t}--${u}`:t,L=E.useRef(0);return E.useLayoutEffect(()=>{let M=m.current,_=S.split(" "),A=R=>{R.target===m.current&&(T(),M.removeEventListener("animationend",A),M.removeEventListener("animationcancel",A),L.current===0&&R.type!=="animationcancel"&&M.classList.remove(..._))};M.classList.add(..._),M.addEventListener("animationend",A),M.addEventListener("animationcancel",A)},[]),E.useEffect(()=>{let M=m.current,_=()=>{M.removeEventListener("animationend",_),n?V7(M,f,o):f()};p||(c?_():(L.current=1,M.className+=` ${v}`,M.addEventListener("animationend",_)))},[p]),Ze.createElement(Ze.Fragment,null,l)}}function Mh(e,t){return{content:x2(e.content,e.props),containerId:e.props.containerId,id:e.props.toastId,theme:e.props.theme,type:e.props.type,data:e.props.data||{},isLoading:e.props.isLoading,icon:e.props.icon,reason:e.removalReason,status:t}}function x2(e,t,a=!1){return E.isValidElement(e)&&!gn(e.type)?E.cloneElement(e,{closeToast:t.closeToast,toastProps:t,data:t.data,isPaused:a}):cr(e)?e({closeToast:t.closeToast,toastProps:t,data:t.data,isPaused:a}):e}function q7({closeToast:e,theme:t,ariaLabel:a="close"}){return Ze.createElement("button",{className:`Toastify__close-button Toastify__close-button--${t}`,type:"button",onClick:n=>{n.stopPropagation(),e(!0)},"aria-label":a},Ze.createElement("svg",{"aria-hidden":"true",viewBox:"0 0 14 16"},Ze.createElement("path",{fillRule:"evenodd",d:"M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z"})))}function Q7({delay:e,isRunning:t,closeToast:a,type:n="default",hide:o,className:l,controlledProgress:u,progress:c,rtl:f,isIn:m,theme:p}){let T=o||u&&c===0,S={animationDuration:`${e}ms`,animationPlayState:t?"running":"paused"};u&&(S.transform=`scaleX(${c})`);let v=Va("Toastify__progress-bar",u?"Toastify__progress-bar--controlled":"Toastify__progress-bar--animated",`Toastify__progress-bar-theme--${p}`,`Toastify__progress-bar--${n}`,{"Toastify__progress-bar--rtl":f}),L=cr(l)?l({rtl:f,type:n,defaultClassName:v}):Va(v,l),M={[u&&c>=1?"onTransitionEnd":"onAnimationEnd"]:u&&c<1?null:()=>{m&&a()}};return Ze.createElement("div",{className:"Toastify__progress-bar--wrp","data-hidden":T},Ze.createElement("div",{className:`Toastify__progress-bar--bg Toastify__progress-bar-theme--${p} Toastify__progress-bar--${n}`}),Ze.createElement("div",{role:"progressbar","aria-hidden":T?"true":"false","aria-label":"notification timer",className:L,style:S,...M}))}var Y7=1,L2=()=>`${Y7++}`;function $7(e,t,a){let n=1,o=0,l=[],u=[],c=t,f=new Map,m=new Set,p=R=>(m.add(R),()=>m.delete(R)),T=()=>{u=Array.from(f.values()),m.forEach(R=>R())},S=({containerId:R,toastId:D,updateId:O})=>{let B=R?R!==e:e!==1,P=f.has(D)&&O==null;return B||P},v=(R,D)=>{f.forEach(O=>{var B;(D==null||D===O.props.toastId)&&((B=O.toggle)==null||B.call(O,R))})},L=R=>{var D,O;(O=(D=R.props)==null?void 0:D.onClose)==null||O.call(D,R.removalReason),R.isActive=!1},M=R=>{if(R==null)f.forEach(L);else{let D=f.get(R);D&&L(D)}T()},_=()=>{o-=l.length,l=[]},A=R=>{var D,O;let{toastId:B,updateId:P}=R.props,H=P==null;R.staleId&&f.delete(R.staleId),R.isActive=!0,f.set(B,R),T(),a(Mh(R,H?"added":"updated")),H&&((O=(D=R.props).onOpen)==null||O.call(D))};return{id:e,props:c,observe:p,toggle:v,removeToast:M,toasts:f,clearQueue:_,buildToast:(R,D)=>{if(S(D))return;let{toastId:O,updateId:B,data:P,staleId:H,delay:j}=D,se=B==null;se&&o++;let he={...c,style:c.toastStyle,key:n++,...Object.fromEntries(Object.entries(D).filter(([te,pe])=>pe!=null)),toastId:O,updateId:B,data:P,isIn:!1,className:Sf(D.className||c.toastClassName),progressClassName:Sf(D.progressClassName||c.progressClassName),autoClose:D.isLoading?!1:j7(D.autoClose,c.autoClose),closeToast(te){f.get(O).removalReason=te,M(O)},deleteToast(){let te=f.get(O);if(te!=null){if(a(Mh(te,"removed")),f.delete(O),o--,o<0&&(o=0),l.length>0){A(l.shift());return}T()}}};he.closeButton=c.closeButton,D.closeButton===!1||Cf(D.closeButton)?he.closeButton=D.closeButton:D.closeButton===!0&&(he.closeButton=Cf(c.closeButton)?c.closeButton:!0);let ee={content:R,props:he,staleId:H};c.limit&&c.limit>0&&o>c.limit&&se?l.push(ee):Xo(j)?setTimeout(()=>{A(ee)},j):A(ee)},setProps(R){c=R},setToggle:(R,D)=>{let O=f.get(R);O&&(O.toggle=D)},isToastActive:R=>{var D;return(D=f.get(R))==null?void 0:D.isActive},getSnapshot:()=>u}}var Ft=new Map,Go=[],yf=new Set,X7=e=>yf.forEach(t=>t(e)),I2=()=>Ft.size>0;function J7(){Go.forEach(e=>D2(e.content,e.options)),Go=[]}var Z7=(e,{containerId:t})=>{var a;return(a=Ft.get(t||1))==null?void 0:a.toasts.get(e)};function _2(e,t){var a;if(t)return!!((a=Ft.get(t))!=null&&a.isToastActive(e));let n=!1;return Ft.forEach(o=>{o.isToastActive(e)&&(n=!0)}),n}function eS(e){if(!I2()){Go=Go.filter(t=>e!=null&&t.options.toastId!==e);return}if(e==null||H7(e))Ft.forEach(t=>{t.removeToast(e)});else if(e&&("containerId"in e||"id"in e)){let t=Ft.get(e.containerId);t?t.removeToast(e.id):Ft.forEach(a=>{a.removeToast(e.id)})}}var tS=(e={})=>{Ft.forEach(t=>{t.props.limit&&(!e.containerId||t.id===e.containerId)&&t.clearQueue()})};function D2(e,t){Cf(e)&&(I2()||Go.push({content:e,options:t}),Ft.forEach(a=>{a.buildToast(e,t)}))}function aS(e){var t;(t=Ft.get(e.containerId||1))==null||t.setToggle(e.id,e.fn)}function w2(e,t){Ft.forEach(a=>{(t==null||!(t!=null&&t.containerId)||t?.containerId===a.id)&&a.toggle(e,t?.id)})}function rS(e){let t=e.containerId||1;return{subscribe(a){let n=$7(t,e,X7);Ft.set(t,n);let o=n.observe(a);return J7(),()=>{o(),Ft.delete(t)}},setProps(a){var n;(n=Ft.get(t))==null||n.setProps(a)},getSnapshot(){var a;return(a=Ft.get(t))==null?void 0:a.getSnapshot()}}}function nS(e){return yf.add(e),()=>{yf.delete(e)}}function iS(e){return e&&(gn(e.toastId)||Xo(e.toastId))?e.toastId:L2()}function Jo(e,t){return D2(e,t),t.toastId}function gu(e,t){return{...t,type:t&&t.type||e,toastId:iS(t)}}function Tu(e){return(t,a)=>Jo(t,gu(e,a))}function qe(e,t){return Jo(e,gu("default",t))}qe.loading=(e,t)=>Jo(e,gu("default",{isLoading:!0,autoClose:!1,closeOnClick:!1,closeButton:!1,draggable:!1,...t}));function oS(e,{pending:t,error:a,success:n},o){let l;t&&(l=gn(t)?qe.loading(t,o):qe.loading(t.render,{...o,...t}));let u={isLoading:null,autoClose:null,closeOnClick:null,closeButton:null,draggable:null},c=(m,p,T)=>{if(p==null){qe.dismiss(l);return}let S={type:m,...u,...o,data:T},v=gn(p)?{render:p}:p;return l?qe.update(l,{...S,...v}):qe(v.render,{...S,...v}),T},f=cr(e)?e():e;return f.then(m=>c("success",n,m)).catch(m=>c("error",a,m)),f}qe.promise=oS;qe.success=Tu("success");qe.info=Tu("info");qe.error=Tu("error");qe.warning=Tu("warning");qe.warn=qe.warning;qe.dark=(e,t)=>Jo(e,gu("default",{theme:"dark",...t}));function lS(e){eS(e)}qe.dismiss=lS;qe.clearWaitingQueue=tS;qe.isActive=_2;qe.update=(e,t={})=>{let a=Z7(e,t);if(a){let{props:n,content:o}=a,l={delay:100,...n,...t,toastId:t.toastId||e,updateId:L2()};l.toastId!==e&&(l.staleId=e);let u=l.render||o;delete l.render,Jo(u,l)}};qe.done=e=>{qe.update(e,{progress:1})};qe.onChange=nS;qe.play=e=>w2(!0,e);qe.pause=e=>w2(!1,e);function sS(e){var t;let{subscribe:a,getSnapshot:n,setProps:o}=E.useRef(rS(e)).current;o(e);let l=(t=E.useSyncExternalStore(a,n,n))==null?void 0:t.slice();function u(c){if(!l)return[];let f=new Map;return e.newestOnTop&&l.reverse(),l.forEach(m=>{let{position:p}=m.props;f.has(p)||f.set(p,[]),f.get(p).push(m)}),Array.from(f,m=>c(m[0],m[1]))}return{getToastToRender:u,isToastActive:_2,count:l?.length}}function uS(e){let[t,a]=E.useState(!1),[n,o]=E.useState(!1),l=E.useRef(null),u=E.useRef({start:0,delta:0,removalDistance:0,canCloseOnClick:!0,canDrag:!1,didMove:!1}).current,{autoClose:c,pauseOnHover:f,closeToast:m,onClick:p,closeOnClick:T}=e;aS({id:e.toastId,containerId:e.containerId,fn:a}),E.useEffect(()=>{if(e.pauseOnFocusLoss)return S(),()=>{v()}},[e.pauseOnFocusLoss]);function S(){document.hasFocus()||A(),window.addEventListener("focus",_),window.addEventListener("blur",A)}function v(){window.removeEventListener("focus",_),window.removeEventListener("blur",A)}function L(H){if(e.draggable===!0||e.draggable===H.pointerType){R();let j=l.current;u.canCloseOnClick=!0,u.canDrag=!0,j.style.transition="none",e.draggableDirection==="x"?(u.start=H.clientX,u.removalDistance=j.offsetWidth*(e.draggablePercent/100)):(u.start=H.clientY,u.removalDistance=j.offsetHeight*(e.draggablePercent===80?e.draggablePercent*1.5:e.draggablePercent)/100)}}function M(H){let{top:j,bottom:se,left:he,right:ee}=l.current.getBoundingClientRect();H.nativeEvent.type!=="touchend"&&e.pauseOnHover&&H.clientX>=he&&H.clientX<=ee&&H.clientY>=j&&H.clientY<=se?A():_()}function _(){a(!0)}function A(){a(!1)}function R(){u.didMove=!1,document.addEventListener("pointermove",O),document.addEventListener("pointerup",B)}function D(){document.removeEventListener("pointermove",O),document.removeEventListener("pointerup",B)}function O(H){let j=l.current;if(u.canDrag&&j){u.didMove=!0,t&&A(),e.draggableDirection==="x"?u.delta=H.clientX-u.start:u.delta=H.clientY-u.start,u.start!==H.clientX&&(u.canCloseOnClick=!1);let se=e.draggableDirection==="x"?`${u.delta}px, var(--y)`:`0, calc(${u.delta}px + var(--y))`;j.style.transform=`translate3d(${se},0)`,j.style.opacity=`${1-Math.abs(u.delta/u.removalDistance)}`}}function B(){D();let H=l.current;if(u.canDrag&&u.didMove&&H){if(u.canDrag=!1,Math.abs(u.delta)>u.removalDistance){o(!0),e.closeToast(!0),e.collapseAll();return}H.style.transition="transform 0.2s, opacity 0.2s",H.style.removeProperty("transform"),H.style.removeProperty("opacity")}}let P={onPointerDown:L,onPointerUp:M};return c&&f&&(P.onMouseEnter=A,e.stacked||(P.onMouseLeave=_)),T&&(P.onClick=H=>{p&&p(H),u.canCloseOnClick&&m(!0)}),{playToast:_,pauseToast:A,isRunning:t,preventExitTransition:n,toastRef:l,eventHandlers:P}}var cS=typeof window<"u"?E.useLayoutEffect:E.useEffect,vu=({theme:e,type:t,isLoading:a,...n})=>Ze.createElement("svg",{viewBox:"0 0 24 24",width:"100%",height:"100%",fill:e==="colored"?"currentColor":`var(--toastify-icon-color-${t})`,...n});function dS(e){return Ze.createElement(vu,{...e},Ze.createElement("path",{d:"M23.32 17.191L15.438 2.184C14.728.833 13.416 0 11.996 0c-1.42 0-2.733.833-3.443 2.184L.533 17.448a4.744 4.744 0 000 4.368C1.243 23.167 2.555 24 3.975 24h16.05C22.22 24 24 22.044 24 19.632c0-.904-.251-1.746-.68-2.44zm-9.622 1.46c0 1.033-.724 1.823-1.698 1.823s-1.698-.79-1.698-1.822v-.043c0-1.028.724-1.822 1.698-1.822s1.698.79 1.698 1.822v.043zm.039-12.285l-.84 8.06c-.057.581-.408.943-.897.943-.49 0-.84-.367-.896-.942l-.84-8.065c-.057-.624.25-1.095.779-1.095h1.91c.528.005.84.476.784 1.1z"}))}function fS(e){return Ze.createElement(vu,{...e},Ze.createElement("path",{d:"M12 0a12 12 0 1012 12A12.013 12.013 0 0012 0zm.25 5a1.5 1.5 0 11-1.5 1.5 1.5 1.5 0 011.5-1.5zm2.25 13.5h-4a1 1 0 010-2h.75a.25.25 0 00.25-.25v-4.5a.25.25 0 00-.25-.25h-.75a1 1 0 010-2h1a2 2 0 012 2v4.75a.25.25 0 00.25.25h.75a1 1 0 110 2z"}))}function bS(e){return Ze.createElement(vu,{...e},Ze.createElement("path",{d:"M12 0a12 12 0 1012 12A12.014 12.014 0 0012 0zm6.927 8.2l-6.845 9.289a1.011 1.011 0 01-1.43.188l-4.888-3.908a1 1 0 111.25-1.562l4.076 3.261 6.227-8.451a1 1 0 111.61 1.183z"}))}function mS(e){return Ze.createElement(vu,{...e},Ze.createElement("path",{d:"M11.983 0a12.206 12.206 0 00-8.51 3.653A11.8 11.8 0 000 12.207 11.779 11.779 0 0011.8 24h.214A12.111 12.111 0 0024 11.791 11.766 11.766 0 0011.983 0zM10.5 16.542a1.476 1.476 0 011.449-1.53h.027a1.527 1.527 0 011.523 1.47 1.475 1.475 0 01-1.449 1.53h-.027a1.529 1.529 0 01-1.523-1.47zM11 12.5v-6a1 1 0 012 0v6a1 1 0 11-2 0z"}))}function hS(){return Ze.createElement("div",{className:"Toastify__spinner"})}var Ef={info:fS,warning:dS,success:bS,error:mS,spinner:hS},pS=e=>e in Ef;function gS({theme:e,type:t,isLoading:a,icon:n}){let o=null,l={theme:e,type:t};return n===!1||(cr(n)?o=n({...l,isLoading:a}):E.isValidElement(n)?o=E.cloneElement(n,l):a?o=Ef.spinner():pS(t)&&(o=Ef[t](l))),o}var TS=e=>{let{isRunning:t,preventExitTransition:a,toastRef:n,eventHandlers:o,playToast:l}=uS(e),{closeButton:u,children:c,autoClose:f,onClick:m,type:p,hideProgressBar:T,closeToast:S,transition:v,position:L,className:M,style:_,progressClassName:A,updateId:R,role:D,progress:O,rtl:B,toastId:P,deleteToast:H,isIn:j,isLoading:se,closeOnClick:he,theme:ee,ariaLabel:te}=e,pe=Va("Toastify__toast",`Toastify__toast-theme--${ee}`,`Toastify__toast--${p}`,{"Toastify__toast--rtl":B},{"Toastify__toast--close-on-click":he}),X=cr(M)?M({rtl:B,position:L,type:p,defaultClassName:pe}):Va(pe,M),Z=gS(e),le=!!O||!f,be={closeToast:S,type:p,theme:ee},U=null;return u===!1||(cr(u)?U=u(be):E.isValidElement(u)?U=E.cloneElement(u,be):U=q7(be)),Ze.createElement(v,{isIn:j,done:H,position:L,preventExitTransition:a,nodeRef:n,playToast:l},Ze.createElement("div",{id:P,tabIndex:0,onClick:m,"data-in":j,className:X,...o,style:_,ref:n,...j&&{role:D,"aria-label":te}},Z!=null&&Ze.createElement("div",{className:Va("Toastify__toast-icon",{"Toastify--animate-icon Toastify__zoom-enter":!se})},Z),x2(c,e,!t),U,!e.customProgressBar&&Ze.createElement(Q7,{...R&&!le?{key:`p-${R}`}:{},rtl:B,theme:ee,delay:f,isRunning:t,isIn:j,closeToast:S,hide:T,type:p,className:A,controlledProgress:le,progress:O||0})))},vS=(e,t=!1)=>({enter:`Toastify--animate Toastify__${e}-enter`,exit:`Toastify--animate Toastify__${e}-exit`,appendPosition:t}),R2=K7(vS("bounce",!0)),SS={position:"top-right",transition:R2,autoClose:5e3,closeButton:!0,pauseOnHover:!0,pauseOnFocusLoss:!0,draggable:"touch",draggablePercent:80,draggableDirection:"x",role:"alert",theme:"light","aria-label":"Notifications Alt+T",hotKeys:e=>e.altKey&&e.code==="KeyT"};function CS(e){let t={...SS,...e},a=e.stacked,[n,o]=E.useState(!0),l=E.useRef(null),{getToastToRender:u,isToastActive:c,count:f}=sS(t),{className:m,style:p,rtl:T,containerId:S,hotKeys:v}=t;function L(_){let A=Va("Toastify__toast-container",`Toastify__toast-container--${_}`,{"Toastify__toast-container--rtl":T});return cr(m)?m({position:_,rtl:T,defaultClassName:A}):Va(A,Sf(m))}function M(){a&&(o(!0),qe.play())}return cS(()=>{var _;if(a){let A=l.current.querySelectorAll('[data-in="true"]'),R=12,D=(_=t.position)==null?void 0:_.includes("top"),O=0,B=0;Array.from(A).reverse().forEach((P,H)=>{let j=P;j.classList.add("Toastify__toast--stacked"),H>0&&(j.dataset.collapsed=`${n}`),j.dataset.pos||(j.dataset.pos=D?"top":"bot");let se=O*(n?.2:1)+(n?0:R*H);j.style.setProperty("--y",`${D?se:se*-1}px`),j.style.setProperty("--g",`${R}`),j.style.setProperty("--s",`${1-(n?B:0)}`),O+=j.offsetHeight,B+=.025})}},[n,f,a]),E.useEffect(()=>{function _(A){var R;let D=l.current;v(A)&&((R=D.querySelector('[tabIndex="0"]'))==null||R.focus(),o(!1),qe.pause()),A.key==="Escape"&&(document.activeElement===D||D!=null&&D.contains(document.activeElement))&&(o(!0),qe.play())}return document.addEventListener("keydown",_),()=>{document.removeEventListener("keydown",_)}},[v]),Ze.createElement("section",{ref:l,className:"Toastify",id:S,onMouseEnter:()=>{a&&(o(!1),qe.pause())},onMouseLeave:M,"aria-live":"polite","aria-atomic":"false","aria-relevant":"additions text","aria-label":t["aria-label"]},u((_,A)=>{let R=A.length?{...p}:{...p,pointerEvents:"none"};return Ze.createElement("div",{tabIndex:-1,className:L(_),"data-stacked":a,style:R,key:`c-${_}`},A.map(({content:D,props:O})=>Ze.createElement(TS,{...O,stacked:a,collapseAll:M,isIn:c(O.toastId,O.containerId),key:`t-${O.key}`},D)))}))}const yS={containerId:"swatch-multi-module"},ES=e=>qe.error(e,yS),Ah={MATERIAL:"material"},MS="UIGrouping";class Mf{static getTransformedData({dataType:t,data:a,selectedProduct:n}){switch(t){case xt.UI:return this.getMapUIData(a);case xt.FETCH_DATA_PRODUCT:return this.getTransformedFetchProductData({data:a,selectedProduct:n});default:throw new Error("Unsupported format")}}static getGroupingValue(t){if(t)return t.find(a=>a.name===MS)}static getAllMaterialValuesKeys(t){if(t)return t.flatMap(a=>a.groups.flatMap(n=>n.options.filter(o=>o.typeComponent===Ah.MATERIAL)).map(n=>n.optionName))}static getAllMaterialOptions(t){const a=JSON.parse(this.getGroupingValue(t).value);if(a){const n=this.getAllMaterialValuesKeys(a);if(n?.length){const o=t.filter(l=>n.includes(l.name));if(o?.length){const l=Ks.getMaterialsValuesFromOptions(o);if(l?.length)return{allMaterialValues:l,productElementOptions:o}}}}}static getMapUIData(t){return this.getAllMaterialOptions(t)}static getTransformedFetchProductData({data:t,selectedProduct:a}){const{materials:n=[],structure:o=[]}=t,l=new Map;for(const T of o)for(const S of T.groups??[])for(const v of S.options??[])v?.typeComponent===Ah.MATERIAL&&v?.optionName&&l.set(v.optionName,S.groupName);const c=n.filter(T=>T.optionName&&l.has(T.optionName)).map(T=>({...T,groupName:T.optionName?l.get(T.optionName):void 0})),f=c.flatMap(T=>{const{label:S,groupName:v}=T,L=(S.toLocaleLowerCase()==="color"?v:S)||"without_name";return(T.valuesArray??[]).map(M=>({...M,parentName:L,productInformation:a||"Product wasn't found"}))}),m=new Set,p=c.map(({label:T,groupName:S,valuesArray:v})=>{const L=T?.toLowerCase()==="color"?S??T:T;return{id:L,value:L,label:L,valuesArray:v}}).filter(T=>T.label&&(m.has(T.label)?!1:(m.add(T.label),!0))).sort((T,S)=>T.label.localeCompare(S.label));return{allMaterialValues:f,productElementOptions:p}}}const AS=({productListItem:e})=>{const t=Wt(),{name:a,img:n}=e,o=n?`https://admin-fts.threekit.com${n}`:"https://clownfish-app-cvxrz.ondigitalocean.app/assets/product_thumb-Bn1S8z9K.png",l=async()=>{const{assetId:u,name:c}=e;if(u&&c){const f=await t(Lo({assetId:u})).unwrap();if(f){t(wT(e));const m=Mf.getTransformedData({dataType:xt.FETCH_DATA_PRODUCT,data:f});t(hf(m))}else ES("Failed to load product")}};return C.jsxs("li",{className:"min-w-0 cursor-pointer text-xs",tabIndex:0,onClick:l,children:[C.jsx("div",{className:"mb-[12px] w-full aspect-square relative overflow-hidden rounded-sm",children:C.jsx("img",{src:o||"https://hastings-questionnaie-storage.fra1.digitaloceanspaces.com/static/Image%20(8)%20(1).png",alt:"product-list-item",className:"absolute inset-0 w-full h-full! object-cover"})}),a]})},k2={name:"All",value:"",productId:0,items:[]};class xS{static getCartTotalCount({cartItems:t}){return t.reduce((a,n)=>a+n.count,0)}static getUniqueCategories(t){const a=["All","Vanities","Storage & Shelving","Countertops","Basins","Vessels","Pedestals & Consoles","Tubs","Mirrors","Toilets","Bathroom Accessories"],o=Array.from(new Set(t.map(c=>c.collection).filter(Boolean))).map(c=>({name:c,value:c,productId:0,items:[]}));return[k2,...o].sort((c,f)=>{const m=a.indexOf(c.name),p=a.indexOf(f.name),T=m===-1?Number.MAX_SAFE_INTEGER:m,S=p===-1?Number.MAX_SAFE_INTEGER:p;return T!==S?T-S:c.name.localeCompare(f.name)}).map((c,f)=>({...c,productId:f}))}static getCartPreparedOption(t,a){if(!t?.length)return[];const n=a.flatMap(o=>o.items||[]);return t.map(o=>{const l=n.find(u=>u.parentName===o.parentName&&u.metadata?.label===o.metadata?.label);return{...o,count:l?l.count:1}})}}const LS=({text:e,isActive:t=!1,onClick:a})=>{const n=()=>{a&&a()},o=l=>{(l.key==="Enter"||l.key===" ")&&(l.preventDefault(),n())};return C.jsx("div",{role:"button",tabIndex:0,onClick:n,onKeyDown:o,className:`
62
+ flex flex-row justify-center items-center max-w-max px-4 py-2 capitalize rounded-full
63
+ font-medium text-sm cursor-pointer transition-all duration-[400ms] ease-in-out
64
+ outline-none focus:ring-2 focus:ring-[var(--main-accent-color)] focus:ring-offset-2
65
+ ${t?"bg-[var(--main-accent-color)] text-white hover:brightness-90":"bg-[var(--label-bg)] hover:brightness-95"}
66
+ `,children:e})},xh=e=>C.jsx("svg",{width:"7",height:"12",viewBox:"0 0 7 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",...e,children:C.jsx("path",{d:"M5.75 0.75L0.75 5.75L5.75 10.75",stroke:"current",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),Lh=({items:e,activeId:t,onSelect:a,className:n="",stepRatio:o=.8})=>{const l=E.useRef(null),u=E.useRef(null),c=E.useRef(null),[f,m]=E.useState(!1),[p,T]=E.useState(!1),S=E.useCallback(()=>{const L=l.current;if(!L)return;const M=L.scrollWidth-L.clientWidth-L.scrollLeft,_=.5;m(L.scrollLeft>_),T(M>_)},[]);E.useLayoutEffect(()=>(c.current=requestAnimationFrame(S),()=>{c.current&&cancelAnimationFrame(c.current)}),[e.length,S]),E.useEffect(()=>{const L=l.current,M=u.current;if(!L||!M)return;S();const _=new ResizeObserver(()=>S()),A=new ResizeObserver(()=>S());_.observe(L),A.observe(M);const R=()=>S();return L.addEventListener("scroll",R,{passive:!0}),"fonts"in document&&document.fonts?.ready?.then(()=>S()),()=>{_.disconnect(),A.disconnect(),L.removeEventListener("scroll",R)}},[S]);const v=L=>{const M=l.current;if(!M)return;const _=M.clientWidth*o*(L==="left"?-1:1);M.scrollBy({left:_,behavior:"smooth"})};return C.jsxs("div",{className:`flex! flex-row! items-center! gap-[8px]! lg:w-[50%]! xl:max-w-[68%]! xl:w-full! ${n}`,role:"region","aria-label":"Category slider",children:[C.jsxs("button",{type:"button","aria-label":"Scroll left",disabled:!f,onClick:()=>v("left"),className:`flex-shrink-0 h-8 w-8 rounded-full flex flex-row items-center justify-center shadow
67
+ ${f?"bg-black text-white hover:brightness-110":"bg-gray-200 text-gray-500 opacity-60 cursor-not-allowed"}`,children:[C.jsx(xh,{className:"w-[16px] h-4 rotate-360"})," "]}),C.jsx("div",{ref:l,className:"no-scrollbar flex-1 overflow-hidden scroll-smooth",style:{WebkitOverflowScrolling:"touch"},children:C.jsx("div",{ref:u,className:"flex flex-row gap-[12px] sm:gap-[16px] py-2 px-3",children:e.map(L=>{const M=L.productId,_=t===M;return C.jsx("div",{className:"shrink-0",children:C.jsx(LS,{text:L.name,isActive:_,onClick:()=>a(L)})},M)})})}),C.jsxs("button",{type:"button","aria-label":"Scroll right",disabled:!p,onClick:()=>v("right"),className:`flex-shrink-0 h-8 w-8 rounded-full flex flex-row items-center justify-center shadow
68
+ ${p?"bg-black text-white hover:brightness-110":"bg-gray-200 text-gray-400 opacity-60 cursor-not-allowed"}`,children:[C.jsx(xh,{className:"w-[16px] h-4 rotate-180"})," "]})]})},IS=["top","right","bottom","left"],Vr=Math.min,ia=Math.max,$s=Math.round,_s=Math.floor,Ka=e=>({x:e,y:e}),_S={left:"right",right:"left",bottom:"top",top:"bottom"},DS={start:"end",end:"start"};function Af(e,t,a){return ia(e,Vr(t,a))}function dr(e,t){return typeof e=="function"?e(t):e}function fr(e){return e.split("-")[0]}function vi(e){return e.split("-")[1]}function g0(e){return e==="x"?"y":"x"}function T0(e){return e==="y"?"height":"width"}const wS=new Set(["top","bottom"]);function ja(e){return wS.has(fr(e))?"y":"x"}function v0(e){return g0(ja(e))}function RS(e,t,a){a===void 0&&(a=!1);const n=vi(e),o=v0(e),l=T0(o);let u=o==="x"?n===(a?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[l]>t.floating[l]&&(u=Xs(u)),[u,Xs(u)]}function kS(e){const t=Xs(e);return[xf(e),t,xf(t)]}function xf(e){return e.replace(/start|end/g,t=>DS[t])}const Ih=["left","right"],_h=["right","left"],zS=["top","bottom"],NS=["bottom","top"];function PS(e,t,a){switch(e){case"top":case"bottom":return a?t?_h:Ih:t?Ih:_h;case"left":case"right":return t?zS:NS;default:return[]}}function BS(e,t,a,n){const o=vi(e);let l=PS(fr(e),a==="start",n);return o&&(l=l.map(u=>u+"-"+o),t&&(l=l.concat(l.map(xf)))),l}function Xs(e){return e.replace(/left|right|bottom|top/g,t=>_S[t])}function FS(e){return{top:0,right:0,bottom:0,left:0,...e}}function z2(e){return typeof e!="number"?FS(e):{top:e,right:e,bottom:e,left:e}}function Js(e){const{x:t,y:a,width:n,height:o}=e;return{width:n,height:o,top:a,left:t,right:t+n,bottom:a+o,x:t,y:a}}function Dh(e,t,a){let{reference:n,floating:o}=e;const l=ja(t),u=v0(t),c=T0(u),f=fr(t),m=l==="y",p=n.x+n.width/2-o.width/2,T=n.y+n.height/2-o.height/2,S=n[c]/2-o[c]/2;let v;switch(f){case"top":v={x:p,y:n.y-o.height};break;case"bottom":v={x:p,y:n.y+n.height};break;case"right":v={x:n.x+n.width,y:T};break;case"left":v={x:n.x-o.width,y:T};break;default:v={x:n.x,y:n.y}}switch(vi(t)){case"start":v[u]-=S*(a&&m?-1:1);break;case"end":v[u]+=S*(a&&m?-1:1);break}return v}const OS=async(e,t,a)=>{const{placement:n="bottom",strategy:o="absolute",middleware:l=[],platform:u}=a,c=l.filter(Boolean),f=await(u.isRTL==null?void 0:u.isRTL(t));let m=await u.getElementRects({reference:e,floating:t,strategy:o}),{x:p,y:T}=Dh(m,n,f),S=n,v={},L=0;for(let M=0;M<c.length;M++){const{name:_,fn:A}=c[M],{x:R,y:D,data:O,reset:B}=await A({x:p,y:T,initialPlacement:n,placement:S,strategy:o,middlewareData:v,rects:m,platform:u,elements:{reference:e,floating:t}});p=R??p,T=D??T,v={...v,[_]:{...v[_],...O}},B&&L<=50&&(L++,typeof B=="object"&&(B.placement&&(S=B.placement),B.rects&&(m=B.rects===!0?await u.getElementRects({reference:e,floating:t,strategy:o}):B.rects),{x:p,y:T}=Dh(m,S,f)),M=-1)}return{x:p,y:T,placement:S,strategy:o,middlewareData:v}};async function Wo(e,t){var a;t===void 0&&(t={});const{x:n,y:o,platform:l,rects:u,elements:c,strategy:f}=e,{boundary:m="clippingAncestors",rootBoundary:p="viewport",elementContext:T="floating",altBoundary:S=!1,padding:v=0}=dr(t,e),L=z2(v),_=c[S?T==="floating"?"reference":"floating":T],A=Js(await l.getClippingRect({element:(a=await(l.isElement==null?void 0:l.isElement(_)))==null||a?_:_.contextElement||await(l.getDocumentElement==null?void 0:l.getDocumentElement(c.floating)),boundary:m,rootBoundary:p,strategy:f})),R=T==="floating"?{x:n,y:o,width:u.floating.width,height:u.floating.height}:u.reference,D=await(l.getOffsetParent==null?void 0:l.getOffsetParent(c.floating)),O=await(l.isElement==null?void 0:l.isElement(D))?await(l.getScale==null?void 0:l.getScale(D))||{x:1,y:1}:{x:1,y:1},B=Js(l.convertOffsetParentRelativeRectToViewportRelativeRect?await l.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:R,offsetParent:D,strategy:f}):R);return{top:(A.top-B.top+L.top)/O.y,bottom:(B.bottom-A.bottom+L.bottom)/O.y,left:(A.left-B.left+L.left)/O.x,right:(B.right-A.right+L.right)/O.x}}const GS=e=>({name:"arrow",options:e,async fn(t){const{x:a,y:n,placement:o,rects:l,platform:u,elements:c,middlewareData:f}=t,{element:m,padding:p=0}=dr(e,t)||{};if(m==null)return{};const T=z2(p),S={x:a,y:n},v=v0(o),L=T0(v),M=await u.getDimensions(m),_=v==="y",A=_?"top":"left",R=_?"bottom":"right",D=_?"clientHeight":"clientWidth",O=l.reference[L]+l.reference[v]-S[v]-l.floating[L],B=S[v]-l.reference[v],P=await(u.getOffsetParent==null?void 0:u.getOffsetParent(m));let H=P?P[D]:0;(!H||!await(u.isElement==null?void 0:u.isElement(P)))&&(H=c.floating[D]||l.floating[L]);const j=O/2-B/2,se=H/2-M[L]/2-1,he=Vr(T[A],se),ee=Vr(T[R],se),te=he,pe=H-M[L]-ee,X=H/2-M[L]/2+j,Z=Af(te,X,pe),le=!f.arrow&&vi(o)!=null&&X!==Z&&l.reference[L]/2-(X<te?he:ee)-M[L]/2<0,be=le?X<te?X-te:X-pe:0;return{[v]:S[v]+be,data:{[v]:Z,centerOffset:X-Z-be,...le&&{alignmentOffset:be}},reset:le}}}),WS=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var a,n;const{placement:o,middlewareData:l,rects:u,initialPlacement:c,platform:f,elements:m}=t,{mainAxis:p=!0,crossAxis:T=!0,fallbackPlacements:S,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:L="none",flipAlignment:M=!0,..._}=dr(e,t);if((a=l.arrow)!=null&&a.alignmentOffset)return{};const A=fr(o),R=ja(c),D=fr(c)===c,O=await(f.isRTL==null?void 0:f.isRTL(m.floating)),B=S||(D||!M?[Xs(c)]:kS(c)),P=L!=="none";!S&&P&&B.push(...BS(c,M,L,O));const H=[c,...B],j=await Wo(t,_),se=[];let he=((n=l.flip)==null?void 0:n.overflows)||[];if(p&&se.push(j[A]),T){const X=RS(o,u,O);se.push(j[X[0]],j[X[1]])}if(he=[...he,{placement:o,overflows:se}],!se.every(X=>X<=0)){var ee,te;const X=(((ee=l.flip)==null?void 0:ee.index)||0)+1,Z=H[X];if(Z&&(!(T==="alignment"?R!==ja(Z):!1)||he.every(U=>ja(U.placement)===R?U.overflows[0]>0:!0)))return{data:{index:X,overflows:he},reset:{placement:Z}};let le=(te=he.filter(be=>be.overflows[0]<=0).sort((be,U)=>be.overflows[1]-U.overflows[1])[0])==null?void 0:te.placement;if(!le)switch(v){case"bestFit":{var pe;const be=(pe=he.filter(U=>{if(P){const de=ja(U.placement);return de===R||de==="y"}return!0}).map(U=>[U.placement,U.overflows.filter(de=>de>0).reduce((de,x)=>de+x,0)]).sort((U,de)=>U[1]-de[1])[0])==null?void 0:pe[0];be&&(le=be);break}case"initialPlacement":le=c;break}if(o!==le)return{reset:{placement:le}}}return{}}}};function wh(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Rh(e){return IS.some(t=>e[t]>=0)}const US=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:a}=t,{strategy:n="referenceHidden",...o}=dr(e,t);switch(n){case"referenceHidden":{const l=await Wo(t,{...o,elementContext:"reference"}),u=wh(l,a.reference);return{data:{referenceHiddenOffsets:u,referenceHidden:Rh(u)}}}case"escaped":{const l=await Wo(t,{...o,altBoundary:!0}),u=wh(l,a.floating);return{data:{escapedOffsets:u,escaped:Rh(u)}}}default:return{}}}}},N2=new Set(["left","top"]);async function HS(e,t){const{placement:a,platform:n,elements:o}=e,l=await(n.isRTL==null?void 0:n.isRTL(o.floating)),u=fr(a),c=vi(a),f=ja(a)==="y",m=N2.has(u)?-1:1,p=l&&f?-1:1,T=dr(t,e);let{mainAxis:S,crossAxis:v,alignmentAxis:L}=typeof T=="number"?{mainAxis:T,crossAxis:0,alignmentAxis:null}:{mainAxis:T.mainAxis||0,crossAxis:T.crossAxis||0,alignmentAxis:T.alignmentAxis};return c&&typeof L=="number"&&(v=c==="end"?L*-1:L),f?{x:v*p,y:S*m}:{x:S*m,y:v*p}}const jS=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var a,n;const{x:o,y:l,placement:u,middlewareData:c}=t,f=await HS(t,e);return u===((a=c.offset)==null?void 0:a.placement)&&(n=c.arrow)!=null&&n.alignmentOffset?{}:{x:o+f.x,y:l+f.y,data:{...f,placement:u}}}}},VS=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:a,y:n,placement:o}=t,{mainAxis:l=!0,crossAxis:u=!1,limiter:c={fn:_=>{let{x:A,y:R}=_;return{x:A,y:R}}},...f}=dr(e,t),m={x:a,y:n},p=await Wo(t,f),T=ja(fr(o)),S=g0(T);let v=m[S],L=m[T];if(l){const _=S==="y"?"top":"left",A=S==="y"?"bottom":"right",R=v+p[_],D=v-p[A];v=Af(R,v,D)}if(u){const _=T==="y"?"top":"left",A=T==="y"?"bottom":"right",R=L+p[_],D=L-p[A];L=Af(R,L,D)}const M=c.fn({...t,[S]:v,[T]:L});return{...M,data:{x:M.x-a,y:M.y-n,enabled:{[S]:l,[T]:u}}}}}},KS=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:a,y:n,placement:o,rects:l,middlewareData:u}=t,{offset:c=0,mainAxis:f=!0,crossAxis:m=!0}=dr(e,t),p={x:a,y:n},T=ja(o),S=g0(T);let v=p[S],L=p[T];const M=dr(c,t),_=typeof M=="number"?{mainAxis:M,crossAxis:0}:{mainAxis:0,crossAxis:0,...M};if(f){const D=S==="y"?"height":"width",O=l.reference[S]-l.floating[D]+_.mainAxis,B=l.reference[S]+l.reference[D]-_.mainAxis;v<O?v=O:v>B&&(v=B)}if(m){var A,R;const D=S==="y"?"width":"height",O=N2.has(fr(o)),B=l.reference[T]-l.floating[D]+(O&&((A=u.offset)==null?void 0:A[T])||0)+(O?0:_.crossAxis),P=l.reference[T]+l.reference[D]+(O?0:((R=u.offset)==null?void 0:R[T])||0)-(O?_.crossAxis:0);L<B?L=B:L>P&&(L=P)}return{[S]:v,[T]:L}}}},qS=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var a,n;const{placement:o,rects:l,platform:u,elements:c}=t,{apply:f=()=>{},...m}=dr(e,t),p=await Wo(t,m),T=fr(o),S=vi(o),v=ja(o)==="y",{width:L,height:M}=l.floating;let _,A;T==="top"||T==="bottom"?(_=T,A=S===(await(u.isRTL==null?void 0:u.isRTL(c.floating))?"start":"end")?"left":"right"):(A=T,_=S==="end"?"top":"bottom");const R=M-p.top-p.bottom,D=L-p.left-p.right,O=Vr(M-p[_],R),B=Vr(L-p[A],D),P=!t.middlewareData.shift;let H=O,j=B;if((a=t.middlewareData.shift)!=null&&a.enabled.x&&(j=D),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(H=R),P&&!S){const he=ia(p.left,0),ee=ia(p.right,0),te=ia(p.top,0),pe=ia(p.bottom,0);v?j=L-2*(he!==0||ee!==0?he+ee:ia(p.left,p.right)):H=M-2*(te!==0||pe!==0?te+pe:ia(p.top,p.bottom))}await f({...t,availableWidth:j,availableHeight:H});const se=await u.getDimensions(c.floating);return L!==se.width||M!==se.height?{reset:{rects:!0}}:{}}}};function Su(){return typeof window<"u"}function Si(e){return P2(e)?(e.nodeName||"").toLowerCase():"#document"}function la(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ya(e){var t;return(t=(P2(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function P2(e){return Su()?e instanceof Node||e instanceof la(e).Node:!1}function Da(e){return Su()?e instanceof Element||e instanceof la(e).Element:!1}function qa(e){return Su()?e instanceof HTMLElement||e instanceof la(e).HTMLElement:!1}function kh(e){return!Su()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof la(e).ShadowRoot}const QS=new Set(["inline","contents"]);function Zo(e){const{overflow:t,overflowX:a,overflowY:n,display:o}=wa(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+a)&&!QS.has(o)}const YS=new Set(["table","td","th"]);function $S(e){return YS.has(Si(e))}const XS=[":popover-open",":modal"];function Cu(e){return XS.some(t=>{try{return e.matches(t)}catch{return!1}})}const JS=["transform","translate","scale","rotate","perspective"],ZS=["transform","translate","scale","rotate","perspective","filter"],eC=["paint","layout","strict","content"];function S0(e){const t=C0(),a=Da(e)?wa(e):e;return JS.some(n=>a[n]?a[n]!=="none":!1)||(a.containerType?a.containerType!=="normal":!1)||!t&&(a.backdropFilter?a.backdropFilter!=="none":!1)||!t&&(a.filter?a.filter!=="none":!1)||ZS.some(n=>(a.willChange||"").includes(n))||eC.some(n=>(a.contain||"").includes(n))}function tC(e){let t=Kr(e);for(;qa(t)&&!ci(t);){if(S0(t))return t;if(Cu(t))return null;t=Kr(t)}return null}function C0(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const aC=new Set(["html","body","#document"]);function ci(e){return aC.has(Si(e))}function wa(e){return la(e).getComputedStyle(e)}function yu(e){return Da(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Kr(e){if(Si(e)==="html")return e;const t=e.assignedSlot||e.parentNode||kh(e)&&e.host||Ya(e);return kh(t)?t.host:t}function B2(e){const t=Kr(e);return ci(t)?e.ownerDocument?e.ownerDocument.body:e.body:qa(t)&&Zo(t)?t:B2(t)}function Uo(e,t,a){var n;t===void 0&&(t=[]),a===void 0&&(a=!0);const o=B2(e),l=o===((n=e.ownerDocument)==null?void 0:n.body),u=la(o);if(l){const c=Lf(u);return t.concat(u,u.visualViewport||[],Zo(o)?o:[],c&&a?Uo(c):[])}return t.concat(o,Uo(o,[],a))}function Lf(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function F2(e){const t=wa(e);let a=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const o=qa(e),l=o?e.offsetWidth:a,u=o?e.offsetHeight:n,c=$s(a)!==l||$s(n)!==u;return c&&(a=l,n=u),{width:a,height:n,$:c}}function y0(e){return Da(e)?e:e.contextElement}function ii(e){const t=y0(e);if(!qa(t))return Ka(1);const a=t.getBoundingClientRect(),{width:n,height:o,$:l}=F2(t);let u=(l?$s(a.width):a.width)/n,c=(l?$s(a.height):a.height)/o;return(!u||!Number.isFinite(u))&&(u=1),(!c||!Number.isFinite(c))&&(c=1),{x:u,y:c}}const rC=Ka(0);function O2(e){const t=la(e);return!C0()||!t.visualViewport?rC:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function nC(e,t,a){return t===void 0&&(t=!1),!a||t&&a!==la(e)?!1:t}function Tn(e,t,a,n){t===void 0&&(t=!1),a===void 0&&(a=!1);const o=e.getBoundingClientRect(),l=y0(e);let u=Ka(1);t&&(n?Da(n)&&(u=ii(n)):u=ii(e));const c=nC(l,a,n)?O2(l):Ka(0);let f=(o.left+c.x)/u.x,m=(o.top+c.y)/u.y,p=o.width/u.x,T=o.height/u.y;if(l){const S=la(l),v=n&&Da(n)?la(n):n;let L=S,M=Lf(L);for(;M&&n&&v!==L;){const _=ii(M),A=M.getBoundingClientRect(),R=wa(M),D=A.left+(M.clientLeft+parseFloat(R.paddingLeft))*_.x,O=A.top+(M.clientTop+parseFloat(R.paddingTop))*_.y;f*=_.x,m*=_.y,p*=_.x,T*=_.y,f+=D,m+=O,L=la(M),M=Lf(L)}}return Js({width:p,height:T,x:f,y:m})}function Eu(e,t){const a=yu(e).scrollLeft;return t?t.left+a:Tn(Ya(e)).left+a}function G2(e,t){const a=e.getBoundingClientRect(),n=a.left+t.scrollLeft-Eu(e,a),o=a.top+t.scrollTop;return{x:n,y:o}}function iC(e){let{elements:t,rect:a,offsetParent:n,strategy:o}=e;const l=o==="fixed",u=Ya(n),c=t?Cu(t.floating):!1;if(n===u||c&&l)return a;let f={scrollLeft:0,scrollTop:0},m=Ka(1);const p=Ka(0),T=qa(n);if((T||!T&&!l)&&((Si(n)!=="body"||Zo(u))&&(f=yu(n)),qa(n))){const v=Tn(n);m=ii(n),p.x=v.x+n.clientLeft,p.y=v.y+n.clientTop}const S=u&&!T&&!l?G2(u,f):Ka(0);return{width:a.width*m.x,height:a.height*m.y,x:a.x*m.x-f.scrollLeft*m.x+p.x+S.x,y:a.y*m.y-f.scrollTop*m.y+p.y+S.y}}function oC(e){return Array.from(e.getClientRects())}function lC(e){const t=Ya(e),a=yu(e),n=e.ownerDocument.body,o=ia(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),l=ia(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let u=-a.scrollLeft+Eu(e);const c=-a.scrollTop;return wa(n).direction==="rtl"&&(u+=ia(t.clientWidth,n.clientWidth)-o),{width:o,height:l,x:u,y:c}}const zh=25;function sC(e,t){const a=la(e),n=Ya(e),o=a.visualViewport;let l=n.clientWidth,u=n.clientHeight,c=0,f=0;if(o){l=o.width,u=o.height;const p=C0();(!p||p&&t==="fixed")&&(c=o.offsetLeft,f=o.offsetTop)}const m=Eu(n);if(m<=0){const p=n.ownerDocument,T=p.body,S=getComputedStyle(T),v=p.compatMode==="CSS1Compat"&&parseFloat(S.marginLeft)+parseFloat(S.marginRight)||0,L=Math.abs(n.clientWidth-T.clientWidth-v);L<=zh&&(l-=L)}else m<=zh&&(l+=m);return{width:l,height:u,x:c,y:f}}const uC=new Set(["absolute","fixed"]);function cC(e,t){const a=Tn(e,!0,t==="fixed"),n=a.top+e.clientTop,o=a.left+e.clientLeft,l=qa(e)?ii(e):Ka(1),u=e.clientWidth*l.x,c=e.clientHeight*l.y,f=o*l.x,m=n*l.y;return{width:u,height:c,x:f,y:m}}function Nh(e,t,a){let n;if(t==="viewport")n=sC(e,a);else if(t==="document")n=lC(Ya(e));else if(Da(t))n=cC(t,a);else{const o=O2(e);n={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Js(n)}function W2(e,t){const a=Kr(e);return a===t||!Da(a)||ci(a)?!1:wa(a).position==="fixed"||W2(a,t)}function dC(e,t){const a=t.get(e);if(a)return a;let n=Uo(e,[],!1).filter(c=>Da(c)&&Si(c)!=="body"),o=null;const l=wa(e).position==="fixed";let u=l?Kr(e):e;for(;Da(u)&&!ci(u);){const c=wa(u),f=S0(u);!f&&c.position==="fixed"&&(o=null),(l?!f&&!o:!f&&c.position==="static"&&!!o&&uC.has(o.position)||Zo(u)&&!f&&W2(e,u))?n=n.filter(p=>p!==u):o=c,u=Kr(u)}return t.set(e,n),n}function fC(e){let{element:t,boundary:a,rootBoundary:n,strategy:o}=e;const u=[...a==="clippingAncestors"?Cu(t)?[]:dC(t,this._c):[].concat(a),n],c=u[0],f=u.reduce((m,p)=>{const T=Nh(t,p,o);return m.top=ia(T.top,m.top),m.right=Vr(T.right,m.right),m.bottom=Vr(T.bottom,m.bottom),m.left=ia(T.left,m.left),m},Nh(t,c,o));return{width:f.right-f.left,height:f.bottom-f.top,x:f.left,y:f.top}}function bC(e){const{width:t,height:a}=F2(e);return{width:t,height:a}}function mC(e,t,a){const n=qa(t),o=Ya(t),l=a==="fixed",u=Tn(e,!0,l,t);let c={scrollLeft:0,scrollTop:0};const f=Ka(0);function m(){f.x=Eu(o)}if(n||!n&&!l)if((Si(t)!=="body"||Zo(o))&&(c=yu(t)),n){const v=Tn(t,!0,l,t);f.x=v.x+t.clientLeft,f.y=v.y+t.clientTop}else o&&m();l&&!n&&o&&m();const p=o&&!n&&!l?G2(o,c):Ka(0),T=u.left+c.scrollLeft-f.x-p.x,S=u.top+c.scrollTop-f.y-p.y;return{x:T,y:S,width:u.width,height:u.height}}function Ud(e){return wa(e).position==="static"}function Ph(e,t){if(!qa(e)||wa(e).position==="fixed")return null;if(t)return t(e);let a=e.offsetParent;return Ya(e)===a&&(a=a.ownerDocument.body),a}function U2(e,t){const a=la(e);if(Cu(e))return a;if(!qa(e)){let o=Kr(e);for(;o&&!ci(o);){if(Da(o)&&!Ud(o))return o;o=Kr(o)}return a}let n=Ph(e,t);for(;n&&$S(n)&&Ud(n);)n=Ph(n,t);return n&&ci(n)&&Ud(n)&&!S0(n)?a:n||tC(e)||a}const hC=async function(e){const t=this.getOffsetParent||U2,a=this.getDimensions,n=await a(e.floating);return{reference:mC(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function pC(e){return wa(e).direction==="rtl"}const gC={convertOffsetParentRelativeRectToViewportRelativeRect:iC,getDocumentElement:Ya,getClippingRect:fC,getOffsetParent:U2,getElementRects:hC,getClientRects:oC,getDimensions:bC,getScale:ii,isElement:Da,isRTL:pC};function H2(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function TC(e,t){let a=null,n;const o=Ya(e);function l(){var c;clearTimeout(n),(c=a)==null||c.disconnect(),a=null}function u(c,f){c===void 0&&(c=!1),f===void 0&&(f=1),l();const m=e.getBoundingClientRect(),{left:p,top:T,width:S,height:v}=m;if(c||t(),!S||!v)return;const L=_s(T),M=_s(o.clientWidth-(p+S)),_=_s(o.clientHeight-(T+v)),A=_s(p),D={rootMargin:-L+"px "+-M+"px "+-_+"px "+-A+"px",threshold:ia(0,Vr(1,f))||1};let O=!0;function B(P){const H=P[0].intersectionRatio;if(H!==f){if(!O)return u();H?u(!1,H):n=setTimeout(()=>{u(!1,1e-7)},1e3)}H===1&&!H2(m,e.getBoundingClientRect())&&u(),O=!1}try{a=new IntersectionObserver(B,{...D,root:o.ownerDocument})}catch{a=new IntersectionObserver(B,D)}a.observe(e)}return u(!0),l}function vC(e,t,a,n){n===void 0&&(n={});const{ancestorScroll:o=!0,ancestorResize:l=!0,elementResize:u=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:f=!1}=n,m=y0(e),p=o||l?[...m?Uo(m):[],...Uo(t)]:[];p.forEach(A=>{o&&A.addEventListener("scroll",a,{passive:!0}),l&&A.addEventListener("resize",a)});const T=m&&c?TC(m,a):null;let S=-1,v=null;u&&(v=new ResizeObserver(A=>{let[R]=A;R&&R.target===m&&v&&(v.unobserve(t),cancelAnimationFrame(S),S=requestAnimationFrame(()=>{var D;(D=v)==null||D.observe(t)})),a()}),m&&!f&&v.observe(m),v.observe(t));let L,M=f?Tn(e):null;f&&_();function _(){const A=Tn(e);M&&!H2(M,A)&&a(),M=A,L=requestAnimationFrame(_)}return a(),()=>{var A;p.forEach(R=>{o&&R.removeEventListener("scroll",a),l&&R.removeEventListener("resize",a)}),T?.(),(A=v)==null||A.disconnect(),v=null,f&&cancelAnimationFrame(L)}}const SC=jS,CC=VS,yC=WS,EC=qS,MC=US,Bh=GS,AC=KS,xC=(e,t,a)=>{const n=new Map,o={platform:gC,...a},l={...o.platform,_c:n};return OS(e,t,{...o,platform:l})};var LC=typeof document<"u",IC=function(){},Bs=LC?E.useLayoutEffect:IC;function Zs(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let a,n,o;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(a=e.length,a!==t.length)return!1;for(n=a;n--!==0;)if(!Zs(e[n],t[n]))return!1;return!0}if(o=Object.keys(e),a=o.length,a!==Object.keys(t).length)return!1;for(n=a;n--!==0;)if(!{}.hasOwnProperty.call(t,o[n]))return!1;for(n=a;n--!==0;){const l=o[n];if(!(l==="_owner"&&e.$$typeof)&&!Zs(e[l],t[l]))return!1}return!0}return e!==e&&t!==t}function j2(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Fh(e,t){const a=j2(e);return Math.round(t*a)/a}function Hd(e){const t=E.useRef(e);return Bs(()=>{t.current=e}),t}function _C(e){e===void 0&&(e={});const{placement:t="bottom",strategy:a="absolute",middleware:n=[],platform:o,elements:{reference:l,floating:u}={},transform:c=!0,whileElementsMounted:f,open:m}=e,[p,T]=E.useState({x:0,y:0,strategy:a,placement:t,middlewareData:{},isPositioned:!1}),[S,v]=E.useState(n);Zs(S,n)||v(n);const[L,M]=E.useState(null),[_,A]=E.useState(null),R=E.useCallback(U=>{U!==P.current&&(P.current=U,M(U))},[]),D=E.useCallback(U=>{U!==H.current&&(H.current=U,A(U))},[]),O=l||L,B=u||_,P=E.useRef(null),H=E.useRef(null),j=E.useRef(p),se=f!=null,he=Hd(f),ee=Hd(o),te=Hd(m),pe=E.useCallback(()=>{if(!P.current||!H.current)return;const U={placement:t,strategy:a,middleware:S};ee.current&&(U.platform=ee.current),xC(P.current,H.current,U).then(de=>{const x={...de,isPositioned:te.current!==!1};X.current&&!Zs(j.current,x)&&(j.current=x,hi.flushSync(()=>{T(x)}))})},[S,t,a,ee,te]);Bs(()=>{m===!1&&j.current.isPositioned&&(j.current.isPositioned=!1,T(U=>({...U,isPositioned:!1})))},[m]);const X=E.useRef(!1);Bs(()=>(X.current=!0,()=>{X.current=!1}),[]),Bs(()=>{if(O&&(P.current=O),B&&(H.current=B),O&&B){if(he.current)return he.current(O,B,pe);pe()}},[O,B,pe,he,se]);const Z=E.useMemo(()=>({reference:P,floating:H,setReference:R,setFloating:D}),[R,D]),le=E.useMemo(()=>({reference:O,floating:B}),[O,B]),be=E.useMemo(()=>{const U={position:a,left:0,top:0};if(!le.floating)return U;const de=Fh(le.floating,p.x),x=Fh(le.floating,p.y);return c?{...U,transform:"translate("+de+"px, "+x+"px)",...j2(le.floating)>=1.5&&{willChange:"transform"}}:{position:a,left:de,top:x}},[a,c,le.floating,p.x,p.y]);return E.useMemo(()=>({...p,update:pe,refs:Z,elements:le,floatingStyles:be}),[p,pe,Z,le,be])}const DC=e=>{function t(a){return{}.hasOwnProperty.call(a,"current")}return{name:"arrow",options:e,fn(a){const{element:n,padding:o}=typeof e=="function"?e(a):e;return n&&t(n)?n.current!=null?Bh({element:n.current,padding:o}).fn(a):{}:n?Bh({element:n,padding:o}).fn(a):{}}}},wC=(e,t)=>({...SC(e),options:[e,t]}),RC=(e,t)=>({...CC(e),options:[e,t]}),kC=(e,t)=>({...AC(e),options:[e,t]}),zC=(e,t)=>({...yC(e),options:[e,t]}),NC=(e,t)=>({...EC(e),options:[e,t]}),PC=(e,t)=>({...MC(e),options:[e,t]}),BC=(e,t)=>({...DC(e),options:[e,t]});var FC="Arrow",V2=E.forwardRef((e,t)=>{const{children:a,width:n=10,height:o=5,...l}=e;return C.jsx(Lt.svg,{...l,ref:t,width:n,height:o,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?a:C.jsx("polygon",{points:"0,0 30,0 15,10"})})});V2.displayName=FC;var OC=V2;function K2(e){const[t,a]=E.useState(void 0);return jr(()=>{if(e){a({width:e.offsetWidth,height:e.offsetHeight});const n=new ResizeObserver(o=>{if(!Array.isArray(o)||!o.length)return;const l=o[0];let u,c;if("borderBoxSize"in l){const f=l.borderBoxSize,m=Array.isArray(f)?f[0]:f;u=m.inlineSize,c=m.blockSize}else u=e.offsetWidth,c=e.offsetHeight;a({width:u,height:c})});return n.observe(e,{box:"border-box"}),()=>n.unobserve(e)}else a(void 0)},[e]),t}var E0="Popper",[q2,Q2]=mu(E0),[GC,Y2]=q2(E0),$2=e=>{const{__scopePopper:t,children:a}=e,[n,o]=E.useState(null);return C.jsx(GC,{scope:t,anchor:n,onAnchorChange:o,children:a})};$2.displayName=E0;var X2="PopperAnchor",J2=E.forwardRef((e,t)=>{const{__scopePopper:a,virtualRef:n,...o}=e,l=Y2(X2,a),u=E.useRef(null),c=ua(t,u),f=E.useRef(null);return E.useEffect(()=>{const m=f.current;f.current=n?.current||u.current,m!==f.current&&l.onAnchorChange(f.current)}),n?null:C.jsx(Lt.div,{...o,ref:c})});J2.displayName=X2;var M0="PopperContent",[WC,UC]=q2(M0),Z2=E.forwardRef((e,t)=>{const{__scopePopper:a,side:n="bottom",sideOffset:o=0,align:l="center",alignOffset:u=0,arrowPadding:c=0,avoidCollisions:f=!0,collisionBoundary:m=[],collisionPadding:p=0,sticky:T="partial",hideWhenDetached:S=!1,updatePositionStrategy:v="optimized",onPlaced:L,...M}=e,_=Y2(M0,a),[A,R]=E.useState(null),D=ua(t,Ae=>R(Ae)),[O,B]=E.useState(null),P=K2(O),H=P?.width??0,j=P?.height??0,se=n+(l!=="center"?"-"+l:""),he=typeof p=="number"?p:{top:0,right:0,bottom:0,left:0,...p},ee=Array.isArray(m)?m:[m],te=ee.length>0,pe={padding:he,boundary:ee.filter(jC),altBoundary:te},{refs:X,floatingStyles:Z,placement:le,isPositioned:be,middlewareData:U}=_C({strategy:"fixed",placement:se,whileElementsMounted:(...Ae)=>vC(...Ae,{animationFrame:v==="always"}),elements:{reference:_.anchor},middleware:[wC({mainAxis:o+j,alignmentAxis:u}),f&&RC({mainAxis:!0,crossAxis:!1,limiter:T==="partial"?kC():void 0,...pe}),f&&zC({...pe}),NC({...pe,apply:({elements:Ae,rects:ke,availableWidth:Be,availableHeight:Qe})=>{const{width:zt,height:Sa}=ke.reference,Ca=Ae.floating.style;Ca.setProperty("--radix-popper-available-width",`${Be}px`),Ca.setProperty("--radix-popper-available-height",`${Qe}px`),Ca.setProperty("--radix-popper-anchor-width",`${zt}px`),Ca.setProperty("--radix-popper-anchor-height",`${Sa}px`)}}),O&&BC({element:O,padding:c}),VC({arrowWidth:H,arrowHeight:j}),S&&PC({strategy:"referenceHidden",...pe})]}),[de,x]=a4(le),G=ui(L);jr(()=>{be&&G?.()},[be,G]);const $=U.arrow?.x,k=U.arrow?.y,Te=U.arrow?.centerOffset!==0,[De,xe]=E.useState();return jr(()=>{A&&xe(window.getComputedStyle(A).zIndex)},[A]),C.jsx("div",{ref:X.setFloating,"data-radix-popper-content-wrapper":"",style:{...Z,transform:be?Z.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:De,"--radix-popper-transform-origin":[U.transformOrigin?.x,U.transformOrigin?.y].join(" "),...U.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:C.jsx(WC,{scope:a,placedSide:de,onArrowChange:B,arrowX:$,arrowY:k,shouldHideArrow:Te,children:C.jsx(Lt.div,{"data-side":de,"data-align":x,...M,ref:D,style:{...M.style,animation:be?void 0:"none"}})})})});Z2.displayName=M0;var e4="PopperArrow",HC={top:"bottom",right:"left",bottom:"top",left:"right"},t4=E.forwardRef(function(t,a){const{__scopePopper:n,...o}=t,l=UC(e4,n),u=HC[l.placedSide];return C.jsx("span",{ref:l.onArrowChange,style:{position:"absolute",left:l.arrowX,top:l.arrowY,[u]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[l.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[l.placedSide],visibility:l.shouldHideArrow?"hidden":void 0},children:C.jsx(OC,{...o,ref:a,style:{...o.style,display:"block"}})})});t4.displayName=e4;function jC(e){return e!==null}var VC=e=>({name:"transformOrigin",options:e,fn(t){const{placement:a,rects:n,middlewareData:o}=t,u=o.arrow?.centerOffset!==0,c=u?0:e.arrowWidth,f=u?0:e.arrowHeight,[m,p]=a4(a),T={start:"0%",center:"50%",end:"100%"}[p],S=(o.arrow?.x??0)+c/2,v=(o.arrow?.y??0)+f/2;let L="",M="";return m==="bottom"?(L=u?T:`${S}px`,M=`${-f}px`):m==="top"?(L=u?T:`${S}px`,M=`${n.floating.height+f}px`):m==="right"?(L=`${-f}px`,M=u?T:`${v}px`):m==="left"&&(L=`${n.floating.width+f}px`,M=u?T:`${v}px`),{data:{x:L,y:M}}}});function a4(e){const[t,a="center"]=e.split("-");return[t,a]}var KC=$2,r4=J2,qC=Z2,QC=t4;function YC(e){const t=$C(e),a=E.forwardRef((n,o)=>{const{children:l,...u}=n,c=E.Children.toArray(l),f=c.find(JC);if(f){const m=f.props.children,p=c.map(T=>T===f?E.Children.count(m)>1?E.Children.only(null):E.isValidElement(m)?m.props.children:null:T);return C.jsx(t,{...u,ref:o,children:E.isValidElement(m)?E.cloneElement(m,void 0,p):null})}return C.jsx(t,{...u,ref:o,children:l})});return a.displayName=`${e}.Slot`,a}function $C(e){const t=E.forwardRef((a,n)=>{const{children:o,...l}=a;if(E.isValidElement(o)){const u=ey(o),c=ZC(l,o.props);return o.type!==E.Fragment&&(c.ref=n?bu(n,u):u),E.cloneElement(o,c)}return E.Children.count(o)>1?E.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var XC=Symbol("radix.slottable");function JC(e){return E.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===XC}function ZC(e,t){const a={...t};for(const n in t){const o=e[n],l=t[n];/^on[A-Z]/.test(n)?o&&l?a[n]=(...c)=>{const f=l(...c);return o(...c),f}:o&&(a[n]=o):n==="style"?a[n]={...o,...l}:n==="className"&&(a[n]=[o,l].filter(Boolean).join(" "))}return{...e,...a}}function ey(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,a=t&&"isReactWarning"in t&&t.isReactWarning;return a?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,a=t&&"isReactWarning"in t&&t.isReactWarning,a?e.props.ref:e.props.ref||e.ref)}var Mu="Popover",[n4]=mu(Mu,[Q2]),el=Q2(),[ty,Sn]=n4(Mu),A0=e=>{const{__scopePopover:t,children:a,open:n,defaultOpen:o,onOpenChange:l,modal:u=!1}=e,c=el(t),f=E.useRef(null),[m,p]=E.useState(!1),[T,S]=t0({prop:n,defaultProp:o??!1,onChange:l,caller:Mu});return C.jsx(KC,{...c,children:C.jsx(ty,{scope:t,contentId:zs(),triggerRef:f,open:T,onOpenChange:S,onOpenToggle:E.useCallback(()=>S(v=>!v),[S]),hasCustomAnchor:m,onCustomAnchorAdd:E.useCallback(()=>p(!0),[]),onCustomAnchorRemove:E.useCallback(()=>p(!1),[]),modal:u,children:a})})};A0.displayName=Mu;var i4="PopoverAnchor",ay=E.forwardRef((e,t)=>{const{__scopePopover:a,...n}=e,o=Sn(i4,a),l=el(a),{onCustomAnchorAdd:u,onCustomAnchorRemove:c}=o;return E.useEffect(()=>(u(),()=>c()),[u,c]),C.jsx(r4,{...l,...n,ref:t})});ay.displayName=i4;var o4="PopoverTrigger",x0=E.forwardRef((e,t)=>{const{__scopePopover:a,...n}=e,o=Sn(o4,a),l=el(a),u=ua(t,o.triggerRef),c=C.jsx(Lt.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":u4(o.open),...n,ref:u,onClick:Gt(e.onClick,o.onOpenToggle)});return o.hasCustomAnchor?c:C.jsx(r4,{asChild:!0,...l,children:c})});x0.displayName=o4;var ry="PopoverPortal",[sw,ny]=n4(ry,{forceMount:void 0}),di="PopoverContent",L0=E.forwardRef((e,t)=>{const a=ny(di,e.__scopePopover),{forceMount:n=a.forceMount,...o}=e,l=Sn(di,e.__scopePopover);return C.jsx(pi,{present:n||l.open,children:l.modal?C.jsx(oy,{...o,ref:t}):C.jsx(ly,{...o,ref:t})})});L0.displayName=di;var iy=YC("PopoverContent.RemoveScroll"),oy=E.forwardRef((e,t)=>{const a=Sn(di,e.__scopePopover),n=E.useRef(null),o=ua(t,n),l=E.useRef(!1);return E.useEffect(()=>{const u=n.current;if(u)return Wp(u)},[]),C.jsx(n0,{as:iy,allowPinchZoom:!0,children:C.jsx(l4,{...e,ref:o,trapFocus:a.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Gt(e.onCloseAutoFocus,u=>{u.preventDefault(),l.current||a.triggerRef.current?.focus()}),onPointerDownOutside:Gt(e.onPointerDownOutside,u=>{const c=u.detail.originalEvent,f=c.button===0&&c.ctrlKey===!0,m=c.button===2||f;l.current=m},{checkForDefaultPrevented:!1}),onFocusOutside:Gt(e.onFocusOutside,u=>u.preventDefault(),{checkForDefaultPrevented:!1})})})}),ly=E.forwardRef((e,t)=>{const a=Sn(di,e.__scopePopover),n=E.useRef(!1),o=E.useRef(!1);return C.jsx(l4,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:l=>{e.onCloseAutoFocus?.(l),l.defaultPrevented||(n.current||a.triggerRef.current?.focus(),l.preventDefault()),n.current=!1,o.current=!1},onInteractOutside:l=>{e.onInteractOutside?.(l),l.defaultPrevented||(n.current=!0,l.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const u=l.target;a.triggerRef.current?.contains(u)&&l.preventDefault(),l.detail.originalEvent.type==="focusin"&&o.current&&l.preventDefault()}})}),l4=E.forwardRef((e,t)=>{const{__scopePopover:a,trapFocus:n,onOpenAutoFocus:o,onCloseAutoFocus:l,disableOutsidePointerEvents:u,onEscapeKeyDown:c,onPointerDownOutside:f,onFocusOutside:m,onInteractOutside:p,...T}=e,S=Sn(di,a),v=el(a);return Rp(),C.jsx(r0,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:o,onUnmountAutoFocus:l,children:C.jsx(a0,{asChild:!0,disableOutsidePointerEvents:u,onInteractOutside:p,onEscapeKeyDown:c,onPointerDownOutside:f,onFocusOutside:m,onDismiss:()=>S.onOpenChange(!1),children:C.jsx(qC,{"data-state":u4(S.open),role:"dialog",id:S.contentId,...v,...T,ref:t,style:{...T.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})}),s4="PopoverClose",sy=E.forwardRef((e,t)=>{const{__scopePopover:a,...n}=e,o=Sn(s4,a);return C.jsx(Lt.button,{type:"button",...n,ref:t,onClick:Gt(e.onClick,()=>o.onOpenChange(!1))})});sy.displayName=s4;var uy="PopoverArrow",cy=E.forwardRef((e,t)=>{const{__scopePopover:a,...n}=e,o=el(a);return C.jsx(QC,{...o,...n,ref:t})});cy.displayName=uy;function u4(e){return e?"open":"closed"}var c4=A0,d4=x0,f4=L0;function Oh(e){const t=[],a=String(e||"");let n=a.indexOf(","),o=0,l=!1;for(;!l;){n===-1&&(n=a.length,l=!0);const u=a.slice(o,n).trim();(u||!l)&&t.push(u),o=n+1,n=a.indexOf(",",o)}return t}function b4(e,t){const a={};return(e[e.length-1]===""?[...e,""]:e).join((a.padRight?" ":"")+","+(a.padLeft===!1?"":" ")).trim()}const dy=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,fy=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,by={};function Gh(e,t){return(by.jsx?fy:dy).test(e)}const my=/[ \t\n\f\r]/g;function hy(e){return typeof e=="object"?e.type==="text"?Wh(e.value):!1:Wh(e)}function Wh(e){return e.replace(my,"")===""}let tl=class{constructor(t,a,n){this.normal=a,this.property=t,n&&(this.space=n)}};tl.prototype.normal={};tl.prototype.property={};tl.prototype.space=void 0;function m4(e,t){const a={},n={};for(const o of e)Object.assign(a,o.property),Object.assign(n,o.normal);return new tl(a,n,t)}function Ho(e){return e.toLowerCase()}let Xt=class{constructor(t,a){this.attribute=a,this.property=t}};Xt.prototype.attribute="";Xt.prototype.booleanish=!1;Xt.prototype.boolean=!1;Xt.prototype.commaOrSpaceSeparated=!1;Xt.prototype.commaSeparated=!1;Xt.prototype.defined=!1;Xt.prototype.mustUseProperty=!1;Xt.prototype.number=!1;Xt.prototype.overloadedBoolean=!1;Xt.prototype.property="";Xt.prototype.spaceSeparated=!1;Xt.prototype.space=void 0;let py=0;const Ne=Cn(),dt=Cn(),If=Cn(),ue=Cn(),$e=Cn(),oi=Cn(),ra=Cn();function Cn(){return 2**++py}const _f=Object.freeze(Object.defineProperty({__proto__:null,boolean:Ne,booleanish:dt,commaOrSpaceSeparated:ra,commaSeparated:oi,number:ue,overloadedBoolean:If,spaceSeparated:$e},Symbol.toStringTag,{value:"Module"})),jd=Object.keys(_f);let I0=class extends Xt{constructor(t,a,n,o){let l=-1;if(super(t,a),Uh(this,"space",o),typeof n=="number")for(;++l<jd.length;){const u=jd[l];Uh(this,jd[l],(n&_f[u])===_f[u])}}};I0.prototype.defined=!0;function Uh(e,t,a){a&&(e[t]=a)}function Ci(e){const t={},a={};for(const[n,o]of Object.entries(e.properties)){const l=new I0(n,e.transform(e.attributes||{},n),o,e.space);e.mustUseProperty&&e.mustUseProperty.includes(n)&&(l.mustUseProperty=!0),t[n]=l,a[Ho(n)]=n,a[Ho(l.attribute)]=n}return new tl(t,a,e.space)}const h4=Ci({properties:{ariaActiveDescendant:null,ariaAtomic:dt,ariaAutoComplete:null,ariaBusy:dt,ariaChecked:dt,ariaColCount:ue,ariaColIndex:ue,ariaColSpan:ue,ariaControls:$e,ariaCurrent:null,ariaDescribedBy:$e,ariaDetails:null,ariaDisabled:dt,ariaDropEffect:$e,ariaErrorMessage:null,ariaExpanded:dt,ariaFlowTo:$e,ariaGrabbed:dt,ariaHasPopup:null,ariaHidden:dt,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:$e,ariaLevel:ue,ariaLive:null,ariaModal:dt,ariaMultiLine:dt,ariaMultiSelectable:dt,ariaOrientation:null,ariaOwns:$e,ariaPlaceholder:null,ariaPosInSet:ue,ariaPressed:dt,ariaReadOnly:dt,ariaRelevant:null,ariaRequired:dt,ariaRoleDescription:$e,ariaRowCount:ue,ariaRowIndex:ue,ariaRowSpan:ue,ariaSelected:dt,ariaSetSize:ue,ariaSort:null,ariaValueMax:ue,ariaValueMin:ue,ariaValueNow:ue,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function p4(e,t){return t in e?e[t]:t}function g4(e,t){return p4(e,t.toLowerCase())}const gy=Ci({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:oi,acceptCharset:$e,accessKey:$e,action:null,allow:null,allowFullScreen:Ne,allowPaymentRequest:Ne,allowUserMedia:Ne,alt:null,as:null,async:Ne,autoCapitalize:null,autoComplete:$e,autoFocus:Ne,autoPlay:Ne,blocking:$e,capture:null,charSet:null,checked:Ne,cite:null,className:$e,cols:ue,colSpan:null,content:null,contentEditable:dt,controls:Ne,controlsList:$e,coords:ue|oi,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Ne,defer:Ne,dir:null,dirName:null,disabled:Ne,download:If,draggable:dt,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Ne,formTarget:null,headers:$e,height:ue,hidden:If,high:ue,href:null,hrefLang:null,htmlFor:$e,httpEquiv:$e,id:null,imageSizes:null,imageSrcSet:null,inert:Ne,inputMode:null,integrity:null,is:null,isMap:Ne,itemId:null,itemProp:$e,itemRef:$e,itemScope:Ne,itemType:$e,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Ne,low:ue,manifest:null,max:null,maxLength:ue,media:null,method:null,min:null,minLength:ue,multiple:Ne,muted:Ne,name:null,nonce:null,noModule:Ne,noValidate:Ne,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:Ne,optimum:ue,pattern:null,ping:$e,placeholder:null,playsInline:Ne,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Ne,referrerPolicy:null,rel:$e,required:Ne,reversed:Ne,rows:ue,rowSpan:ue,sandbox:$e,scope:null,scoped:Ne,seamless:Ne,selected:Ne,shadowRootClonable:Ne,shadowRootDelegatesFocus:Ne,shadowRootMode:null,shape:null,size:ue,sizes:null,slot:null,span:ue,spellCheck:dt,src:null,srcDoc:null,srcLang:null,srcSet:null,start:ue,step:null,style:null,tabIndex:ue,target:null,title:null,translate:null,type:null,typeMustMatch:Ne,useMap:null,value:dt,width:ue,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:$e,axis:null,background:null,bgColor:null,border:ue,borderColor:null,bottomMargin:ue,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Ne,declare:Ne,event:null,face:null,frame:null,frameBorder:null,hSpace:ue,leftMargin:ue,link:null,longDesc:null,lowSrc:null,marginHeight:ue,marginWidth:ue,noResize:Ne,noHref:Ne,noShade:Ne,noWrap:Ne,object:null,profile:null,prompt:null,rev:null,rightMargin:ue,rules:null,scheme:null,scrolling:dt,standby:null,summary:null,text:null,topMargin:ue,valueType:null,version:null,vAlign:null,vLink:null,vSpace:ue,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Ne,disableRemotePlayback:Ne,prefix:null,property:null,results:ue,security:null,unselectable:null},space:"html",transform:g4}),Ty=Ci({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:ra,accentHeight:ue,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:ue,amplitude:ue,arabicForm:null,ascent:ue,attributeName:null,attributeType:null,azimuth:ue,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:ue,by:null,calcMode:null,capHeight:ue,className:$e,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:ue,diffuseConstant:ue,direction:null,display:null,dur:null,divisor:ue,dominantBaseline:null,download:Ne,dx:null,dy:null,edgeMode:null,editable:null,elevation:ue,enableBackground:null,end:null,event:null,exponent:ue,externalResourcesRequired:null,fill:null,fillOpacity:ue,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:oi,g2:oi,glyphName:oi,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:ue,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:ue,horizOriginX:ue,horizOriginY:ue,id:null,ideographic:ue,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:ue,k:ue,k1:ue,k2:ue,k3:ue,k4:ue,kernelMatrix:ra,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:ue,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:ue,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:ue,overlineThickness:ue,paintOrder:null,panose1:null,path:null,pathLength:ue,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:$e,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:ue,pointsAtY:ue,pointsAtZ:ue,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:ra,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:ra,rev:ra,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:ra,requiredFeatures:ra,requiredFonts:ra,requiredFormats:ra,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:ue,specularExponent:ue,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:ue,strikethroughThickness:ue,string:null,stroke:null,strokeDashArray:ra,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:ue,strokeOpacity:ue,strokeWidth:null,style:null,surfaceScale:ue,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:ra,tabIndex:ue,tableValues:null,target:null,targetX:ue,targetY:ue,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:ra,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:ue,underlineThickness:ue,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:ue,values:null,vAlphabetic:ue,vMathematical:ue,vectorEffect:null,vHanging:ue,vIdeographic:ue,version:null,vertAdvY:ue,vertOriginX:ue,vertOriginY:ue,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:ue,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:p4}),T4=Ci({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()}}),v4=Ci({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:g4}),S4=Ci({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}}),vy={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"},Sy=/[A-Z]/g,Hh=/-[a-z]/g,Cy=/^data[-\w.:]+$/i;function _0(e,t){const a=Ho(t);let n=t,o=Xt;if(a in e.normal)return e.property[e.normal[a]];if(a.length>4&&a.slice(0,4)==="data"&&Cy.test(t)){if(t.charAt(4)==="-"){const l=t.slice(5).replace(Hh,Ey);n="data"+l.charAt(0).toUpperCase()+l.slice(1)}else{const l=t.slice(4);if(!Hh.test(l)){let u=l.replace(Sy,yy);u.charAt(0)!=="-"&&(u="-"+u),t="data"+u}}o=I0}return new o(n,t)}function yy(e){return"-"+e.toLowerCase()}function Ey(e){return e.charAt(1).toUpperCase()}const Au=m4([h4,gy,T4,v4,S4],"html"),yi=m4([h4,Ty,T4,v4,S4],"svg");function jh(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function C4(e){return e.join(" ").trim()}var ei={},Vd,Vh;function My(){if(Vh)return Vd;Vh=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,a=/^\s*/,n=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,o=/^:\s*/,l=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,u=/^[;\s]*/,c=/^\s+|\s+$/g,f=`
69
+ `,m="/",p="*",T="",S="comment",v="declaration";function L(_,A){if(typeof _!="string")throw new TypeError("First argument must be a string");if(!_)return[];A=A||{};var R=1,D=1;function O(X){var Z=X.match(t);Z&&(R+=Z.length);var le=X.lastIndexOf(f);D=~le?X.length-le:D+X.length}function B(){var X={line:R,column:D};return function(Z){return Z.position=new P(X),se(),Z}}function P(X){this.start=X,this.end={line:R,column:D},this.source=A.source}P.prototype.content=_;function H(X){var Z=new Error(A.source+":"+R+":"+D+": "+X);if(Z.reason=X,Z.filename=A.source,Z.line=R,Z.column=D,Z.source=_,!A.silent)throw Z}function j(X){var Z=X.exec(_);if(Z){var le=Z[0];return O(le),_=_.slice(le.length),Z}}function se(){j(a)}function he(X){var Z;for(X=X||[];Z=ee();)Z!==!1&&X.push(Z);return X}function ee(){var X=B();if(!(m!=_.charAt(0)||p!=_.charAt(1))){for(var Z=2;T!=_.charAt(Z)&&(p!=_.charAt(Z)||m!=_.charAt(Z+1));)++Z;if(Z+=2,T===_.charAt(Z-1))return H("End of comment missing");var le=_.slice(2,Z-2);return D+=2,O(le),_=_.slice(Z),D+=2,X({type:S,comment:le})}}function te(){var X=B(),Z=j(n);if(Z){if(ee(),!j(o))return H("property missing ':'");var le=j(l),be=X({type:v,property:M(Z[0].replace(e,T)),value:le?M(le[0].replace(e,T)):T});return j(u),be}}function pe(){var X=[];he(X);for(var Z;Z=te();)Z!==!1&&(X.push(Z),he(X));return X}return se(),pe()}function M(_){return _?_.replace(c,T):T}return Vd=L,Vd}var Kh;function Ay(){if(Kh)return ei;Kh=1;var e=ei&&ei.__importDefault||function(n){return n&&n.__esModule?n:{default:n}};Object.defineProperty(ei,"__esModule",{value:!0}),ei.default=a;const t=e(My());function a(n,o){let l=null;if(!n||typeof n!="string")return l;const u=(0,t.default)(n),c=typeof o=="function";return u.forEach(f=>{if(f.type!=="declaration")return;const{property:m,value:p}=f;c?o(m,p,f):p&&(l=l||{},l[m]=p)}),l}return ei}var go={},qh;function xy(){if(qh)return go;qh=1,Object.defineProperty(go,"__esModule",{value:!0}),go.camelCase=void 0;var e=/^--[a-zA-Z0-9_-]+$/,t=/-([a-z])/g,a=/^[^-]+$/,n=/^-(webkit|moz|ms|o|khtml)-/,o=/^-(ms)-/,l=function(m){return!m||a.test(m)||e.test(m)},u=function(m,p){return p.toUpperCase()},c=function(m,p){return"".concat(p,"-")},f=function(m,p){return p===void 0&&(p={}),l(m)?m:(m=m.toLowerCase(),p.reactCompat?m=m.replace(o,c):m=m.replace(n,c),m.replace(t,u))};return go.camelCase=f,go}var To,Qh;function Ly(){if(Qh)return To;Qh=1;var e=To&&To.__importDefault||function(o){return o&&o.__esModule?o:{default:o}},t=e(Ay()),a=xy();function n(o,l){var u={};return!o||typeof o!="string"||(0,t.default)(o,function(c,f){c&&f&&(u[(0,a.camelCase)(c,l)]=f)}),u}return n.default=n,To=n,To}var Iy=Ly();const _y=ou(Iy),xu=y4("end"),$a=y4("start");function y4(e){return t;function t(a){const n=a&&a.position&&a.position[e]||{};if(typeof n.line=="number"&&n.line>0&&typeof n.column=="number"&&n.column>0)return{line:n.line,column:n.column,offset:typeof n.offset=="number"&&n.offset>-1?n.offset:void 0}}}function Dy(e){const t=$a(e),a=xu(e);if(t&&a)return{start:t,end:a}}function _o(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?Yh(e.position):"start"in e||"end"in e?Yh(e):"line"in e||"column"in e?Df(e):""}function Df(e){return $h(e&&e.line)+":"+$h(e&&e.column)}function Yh(e){return Df(e&&e.start)+"-"+Df(e&&e.end)}function $h(e){return e&&typeof e=="number"?e:1}class Rt extends Error{constructor(t,a,n){super(),typeof a=="string"&&(n=a,a=void 0);let o="",l={},u=!1;if(a&&("line"in a&&"column"in a?l={place:a}:"start"in a&&"end"in a?l={place:a}:"type"in a?l={ancestors:[a],place:a.position}:l={...a}),typeof t=="string"?o=t:!l.cause&&t&&(u=!0,o=t.message,l.cause=t),!l.ruleId&&!l.source&&typeof n=="string"){const f=n.indexOf(":");f===-1?l.ruleId=n:(l.source=n.slice(0,f),l.ruleId=n.slice(f+1))}if(!l.place&&l.ancestors&&l.ancestors){const f=l.ancestors[l.ancestors.length-1];f&&(l.place=f.position)}const c=l.place&&"start"in l.place?l.place.start:l.place;this.ancestors=l.ancestors||void 0,this.cause=l.cause||void 0,this.column=c?c.column:void 0,this.fatal=void 0,this.file="",this.message=o,this.line=c?c.line:void 0,this.name=_o(l.place)||"1:1",this.place=l.place||void 0,this.reason=this.message,this.ruleId=l.ruleId||void 0,this.source=l.source||void 0,this.stack=u&&l.cause&&typeof l.cause.stack=="string"?l.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}}Rt.prototype.file="";Rt.prototype.name="";Rt.prototype.reason="";Rt.prototype.message="";Rt.prototype.stack="";Rt.prototype.column=void 0;Rt.prototype.line=void 0;Rt.prototype.ancestors=void 0;Rt.prototype.cause=void 0;Rt.prototype.fatal=void 0;Rt.prototype.place=void 0;Rt.prototype.ruleId=void 0;Rt.prototype.source=void 0;const D0={}.hasOwnProperty,wy=new Map,Ry=/[A-Z]/g,ky=new Set(["table","tbody","thead","tfoot","tr"]),zy=new Set(["td","th"]),E4="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function Ny(e,t){if(!t||t.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const a=t.filePath||void 0;let n;if(t.development){if(typeof t.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");n=Hy(a,t.jsxDEV)}else{if(typeof t.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof t.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");n=Uy(a,t.jsx,t.jsxs)}const o={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:n,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:a,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:t.passKeys!==!1,passNode:t.passNode||!1,schema:t.space==="svg"?yi:Au,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},l=M4(o,e,void 0);return l&&typeof l!="string"?l:o.create(e,o.Fragment,{children:l||void 0},void 0)}function M4(e,t,a){if(t.type==="element")return Py(e,t,a);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return By(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return Oy(e,t,a);if(t.type==="mdxjsEsm")return Fy(e,t);if(t.type==="root")return Gy(e,t,a);if(t.type==="text")return Wy(e,t)}function Py(e,t,a){const n=e.schema;let o=n;t.tagName.toLowerCase()==="svg"&&n.space==="html"&&(o=yi,e.schema=o),e.ancestors.push(t);const l=x4(e,t.tagName,!1),u=jy(e,t);let c=R0(e,t);return ky.has(t.tagName)&&(c=c.filter(function(f){return typeof f=="string"?!hy(f):!0})),A4(e,u,l,t),w0(u,c),e.ancestors.pop(),e.schema=n,e.create(t,l,u,a)}function By(e,t){if(t.data&&t.data.estree&&e.evaluater){const n=t.data.estree.body[0];return n.type,e.evaluater.evaluateExpression(n.expression)}jo(e,t.position)}function Fy(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);jo(e,t.position)}function Oy(e,t,a){const n=e.schema;let o=n;t.name==="svg"&&n.space==="html"&&(o=yi,e.schema=o),e.ancestors.push(t);const l=t.name===null?e.Fragment:x4(e,t.name,!0),u=Vy(e,t),c=R0(e,t);return A4(e,u,l,t),w0(u,c),e.ancestors.pop(),e.schema=n,e.create(t,l,u,a)}function Gy(e,t,a){const n={};return w0(n,R0(e,t)),e.create(t,e.Fragment,n,a)}function Wy(e,t){return t.value}function A4(e,t,a,n){typeof a!="string"&&a!==e.Fragment&&e.passNode&&(t.node=n)}function w0(e,t){if(t.length>0){const a=t.length>1?t:t[0];a&&(e.children=a)}}function Uy(e,t,a){return n;function n(o,l,u,c){const m=Array.isArray(u.children)?a:t;return c?m(l,u,c):m(l,u)}}function Hy(e,t){return a;function a(n,o,l,u){const c=Array.isArray(l.children),f=$a(n);return t(o,l,u,c,{columnNumber:f?f.column-1:void 0,fileName:e,lineNumber:f?f.line:void 0},void 0)}}function jy(e,t){const a={};let n,o;for(o in t.properties)if(o!=="children"&&D0.call(t.properties,o)){const l=Ky(e,o,t.properties[o]);if(l){const[u,c]=l;e.tableCellAlignToStyle&&u==="align"&&typeof c=="string"&&zy.has(t.tagName)?n=c:a[u]=c}}if(n){const l=a.style||(a.style={});l[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=n}return a}function Vy(e,t){const a={};for(const n of t.attributes)if(n.type==="mdxJsxExpressionAttribute")if(n.data&&n.data.estree&&e.evaluater){const l=n.data.estree.body[0];l.type;const u=l.expression;u.type;const c=u.properties[0];c.type,Object.assign(a,e.evaluater.evaluateExpression(c.argument))}else jo(e,t.position);else{const o=n.name;let l;if(n.value&&typeof n.value=="object")if(n.value.data&&n.value.data.estree&&e.evaluater){const c=n.value.data.estree.body[0];c.type,l=e.evaluater.evaluateExpression(c.expression)}else jo(e,t.position);else l=n.value===null?!0:n.value;a[o]=l}return a}function R0(e,t){const a=[];let n=-1;const o=e.passKeys?new Map:wy;for(;++n<t.children.length;){const l=t.children[n];let u;if(e.passKeys){const f=l.type==="element"?l.tagName:l.type==="mdxJsxFlowElement"||l.type==="mdxJsxTextElement"?l.name:void 0;if(f){const m=o.get(f)||0;u=f+"-"+m,o.set(f,m+1)}}const c=M4(e,l,u);c!==void 0&&a.push(c)}return a}function Ky(e,t,a){const n=_0(e.schema,t);if(!(a==null||typeof a=="number"&&Number.isNaN(a))){if(Array.isArray(a)&&(a=n.commaSeparated?b4(a):C4(a)),n.property==="style"){let o=typeof a=="object"?a:qy(e,String(a));return e.stylePropertyNameCase==="css"&&(o=Qy(o)),["style",o]}return[e.elementAttributeNameCase==="react"&&n.space?vy[n.property]||n.property:n.attribute,a]}}function qy(e,t){try{return _y(t,{reactCompat:!0})}catch(a){if(e.ignoreInvalidStyle)return{};const n=a,o=new Rt("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:n,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw o.file=e.filePath||void 0,o.url=E4+"#cannot-parse-style-attribute",o}}function x4(e,t,a){let n;if(!a)n={type:"Literal",value:t};else if(t.includes(".")){const o=t.split(".");let l=-1,u;for(;++l<o.length;){const c=Gh(o[l])?{type:"Identifier",name:o[l]}:{type:"Literal",value:o[l]};u=u?{type:"MemberExpression",object:u,property:c,computed:!!(l&&c.type==="Literal"),optional:!1}:c}n=u}else n=Gh(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(n.type==="Literal"){const o=n.value;return D0.call(e.components,o)?e.components[o]:o}if(e.evaluater)return e.evaluater.evaluateExpression(n);jo(e)}function jo(e,t){const a=new Rt("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:t,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw a.file=e.filePath||void 0,a.url=E4+"#cannot-handle-mdx-estrees-without-createevaluater",a}function Qy(e){const t={};let a;for(a in e)D0.call(e,a)&&(t[Yy(a)]=e[a]);return t}function Yy(e){let t=e.replace(Ry,$y);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function $y(e){return"-"+e.toLowerCase()}const Kd={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]},Xy={};function Jy(e,t){const a=Xy,n=typeof a.includeImageAlt=="boolean"?a.includeImageAlt:!0,o=typeof a.includeHtml=="boolean"?a.includeHtml:!0;return L4(e,n,o)}function L4(e,t,a){if(Zy(e)){if("value"in e)return e.type==="html"&&!a?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return Xh(e.children,t,a)}return Array.isArray(e)?Xh(e,t,a):""}function Xh(e,t,a){const n=[];let o=-1;for(;++o<e.length;)n[o]=L4(e[o],t,a);return n.join("")}function Zy(e){return!!(e&&typeof e=="object")}const Jh=document.createElement("i");function k0(e){const t="&"+e+";";Jh.innerHTML=t;const a=Jh.textContent;return a.charCodeAt(a.length-1)===59&&e!=="semi"||a===t?!1:a}function Qa(e,t,a,n){const o=e.length;let l=0,u;if(t<0?t=-t>o?0:o+t:t=t>o?o:t,a=a>0?a:0,n.length<1e4)u=Array.from(n),u.unshift(t,a),e.splice(...u);else for(a&&e.splice(t,a);l<n.length;)u=n.slice(l,l+1e4),u.unshift(t,0),e.splice(...u),l+=1e4,t+=1e4}function ga(e,t){return e.length>0?(Qa(e,e.length,0,t),e):t}const Zh={}.hasOwnProperty;function eE(e){const t={};let a=-1;for(;++a<e.length;)tE(t,e[a]);return t}function tE(e,t){let a;for(a in t){const o=(Zh.call(e,a)?e[a]:void 0)||(e[a]={}),l=t[a];let u;if(l)for(u in l){Zh.call(o,u)||(o[u]=[]);const c=l[u];aE(o[u],Array.isArray(c)?c:c?[c]:[])}}}function aE(e,t){let a=-1;const n=[];for(;++a<t.length;)(t[a].add==="after"?e:n).push(t[a]);Qa(e,0,0,n)}function I4(e,t){const a=Number.parseInt(e,t);return a<9||a===11||a>13&&a<32||a>126&&a<160||a>55295&&a<57344||a>64975&&a<65008||(a&65535)===65535||(a&65535)===65534||a>1114111?"�":String.fromCodePoint(a)}function li(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const Ha=qr(/[A-Za-z]/),oa=qr(/[\dA-Za-z]/),rE=qr(/[#-'*+\--9=?A-Z^-~]/);function wf(e){return e!==null&&(e<32||e===127)}const Rf=qr(/\d/),nE=qr(/[\dA-Fa-f]/),iE=qr(/[!-/:-@[-`{-~]/);function Re(e){return e!==null&&e<-2}function $t(e){return e!==null&&(e<0||e===32)}function Ve(e){return e===-2||e===-1||e===32}const oE=qr(new RegExp("\\p{P}|\\p{S}","u")),lE=qr(/\s/);function qr(e){return t;function t(a){return a!==null&&a>-1&&e.test(String.fromCharCode(a))}}function Ei(e){const t=[];let a=-1,n=0,o=0;for(;++a<e.length;){const l=e.charCodeAt(a);let u="";if(l===37&&oa(e.charCodeAt(a+1))&&oa(e.charCodeAt(a+2)))o=2;else if(l<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(l))||(u=String.fromCharCode(l));else if(l>55295&&l<57344){const c=e.charCodeAt(a+1);l<56320&&c>56319&&c<57344?(u=String.fromCharCode(l,c),o=1):u="�"}else u=String.fromCharCode(l);u&&(t.push(e.slice(n,a),encodeURIComponent(u)),n=a+o+1,u=""),o&&(a+=o,o=0)}return t.join("")+e.slice(n)}function Je(e,t,a,n){const o=n?n-1:Number.POSITIVE_INFINITY;let l=0;return u;function u(f){return Ve(f)?(e.enter(a),c(f)):t(f)}function c(f){return Ve(f)&&l++<o?(e.consume(f),c):(e.exit(a),t(f))}}const sE={tokenize:uE};function uE(e){const t=e.attempt(this.parser.constructs.contentInitial,n,o);let a;return t;function n(c){if(c===null){e.consume(c);return}return e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),Je(e,t,"linePrefix")}function o(c){return e.enter("paragraph"),l(c)}function l(c){const f=e.enter("chunkText",{contentType:"text",previous:a});return a&&(a.next=f),a=f,u(c)}function u(c){if(c===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(c);return}return Re(c)?(e.consume(c),e.exit("chunkText"),l):(e.consume(c),u)}}const cE={tokenize:dE},e5={tokenize:fE};function dE(e){const t=this,a=[];let n=0,o,l,u;return c;function c(D){if(n<a.length){const O=a[n];return t.containerState=O[1],e.attempt(O[0].continuation,f,m)(D)}return m(D)}function f(D){if(n++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,o&&R();const O=t.events.length;let B=O,P;for(;B--;)if(t.events[B][0]==="exit"&&t.events[B][1].type==="chunkFlow"){P=t.events[B][1].end;break}A(n);let H=O;for(;H<t.events.length;)t.events[H][1].end={...P},H++;return Qa(t.events,B+1,0,t.events.slice(O)),t.events.length=H,m(D)}return c(D)}function m(D){if(n===a.length){if(!o)return S(D);if(o.currentConstruct&&o.currentConstruct.concrete)return L(D);t.interrupt=!!(o.currentConstruct&&!o._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(e5,p,T)(D)}function p(D){return o&&R(),A(n),S(D)}function T(D){return t.parser.lazy[t.now().line]=n!==a.length,u=t.now().offset,L(D)}function S(D){return t.containerState={},e.attempt(e5,v,L)(D)}function v(D){return n++,a.push([t.currentConstruct,t.containerState]),S(D)}function L(D){if(D===null){o&&R(),A(0),e.consume(D);return}return o=o||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:o,contentType:"flow",previous:l}),M(D)}function M(D){if(D===null){_(e.exit("chunkFlow"),!0),A(0),e.consume(D);return}return Re(D)?(e.consume(D),_(e.exit("chunkFlow")),n=0,t.interrupt=void 0,c):(e.consume(D),M)}function _(D,O){const B=t.sliceStream(D);if(O&&B.push(null),D.previous=l,l&&(l.next=D),l=D,o.defineSkip(D.start),o.write(B),t.parser.lazy[D.start.line]){let P=o.events.length;for(;P--;)if(o.events[P][1].start.offset<u&&(!o.events[P][1].end||o.events[P][1].end.offset>u))return;const H=t.events.length;let j=H,se,he;for(;j--;)if(t.events[j][0]==="exit"&&t.events[j][1].type==="chunkFlow"){if(se){he=t.events[j][1].end;break}se=!0}for(A(n),P=H;P<t.events.length;)t.events[P][1].end={...he},P++;Qa(t.events,j+1,0,t.events.slice(H)),t.events.length=P}}function A(D){let O=a.length;for(;O-- >D;){const B=a[O];t.containerState=B[1],B[0].exit.call(t,e)}a.length=D}function R(){o.write([null]),l=void 0,o=void 0,t.containerState._closeFlow=void 0}}function fE(e,t,a){return Je(e,e.attempt(this.parser.constructs.document,t,a),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function t5(e){if(e===null||$t(e)||lE(e))return 1;if(oE(e))return 2}function z0(e,t,a){const n=[];let o=-1;for(;++o<e.length;){const l=e[o].resolveAll;l&&!n.includes(l)&&(t=l(t,a),n.push(l))}return t}const kf={name:"attention",resolveAll:bE,tokenize:mE};function bE(e,t){let a=-1,n,o,l,u,c,f,m,p;for(;++a<e.length;)if(e[a][0]==="enter"&&e[a][1].type==="attentionSequence"&&e[a][1]._close){for(n=a;n--;)if(e[n][0]==="exit"&&e[n][1].type==="attentionSequence"&&e[n][1]._open&&t.sliceSerialize(e[n][1]).charCodeAt(0)===t.sliceSerialize(e[a][1]).charCodeAt(0)){if((e[n][1]._close||e[a][1]._open)&&(e[a][1].end.offset-e[a][1].start.offset)%3&&!((e[n][1].end.offset-e[n][1].start.offset+e[a][1].end.offset-e[a][1].start.offset)%3))continue;f=e[n][1].end.offset-e[n][1].start.offset>1&&e[a][1].end.offset-e[a][1].start.offset>1?2:1;const T={...e[n][1].end},S={...e[a][1].start};a5(T,-f),a5(S,f),u={type:f>1?"strongSequence":"emphasisSequence",start:T,end:{...e[n][1].end}},c={type:f>1?"strongSequence":"emphasisSequence",start:{...e[a][1].start},end:S},l={type:f>1?"strongText":"emphasisText",start:{...e[n][1].end},end:{...e[a][1].start}},o={type:f>1?"strong":"emphasis",start:{...u.start},end:{...c.end}},e[n][1].end={...u.start},e[a][1].start={...c.end},m=[],e[n][1].end.offset-e[n][1].start.offset&&(m=ga(m,[["enter",e[n][1],t],["exit",e[n][1],t]])),m=ga(m,[["enter",o,t],["enter",u,t],["exit",u,t],["enter",l,t]]),m=ga(m,z0(t.parser.constructs.insideSpan.null,e.slice(n+1,a),t)),m=ga(m,[["exit",l,t],["enter",c,t],["exit",c,t],["exit",o,t]]),e[a][1].end.offset-e[a][1].start.offset?(p=2,m=ga(m,[["enter",e[a][1],t],["exit",e[a][1],t]])):p=0,Qa(e,n-1,a-n+3,m),a=n+m.length-p-2;break}}for(a=-1;++a<e.length;)e[a][1].type==="attentionSequence"&&(e[a][1].type="data");return e}function mE(e,t){const a=this.parser.constructs.attentionMarkers.null,n=this.previous,o=t5(n);let l;return u;function u(f){return l=f,e.enter("attentionSequence"),c(f)}function c(f){if(f===l)return e.consume(f),c;const m=e.exit("attentionSequence"),p=t5(f),T=!p||p===2&&o||a.includes(f),S=!o||o===2&&p||a.includes(n);return m._open=!!(l===42?T:T&&(o||!S)),m._close=!!(l===42?S:S&&(p||!T)),t(f)}}function a5(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const hE={name:"autolink",tokenize:pE};function pE(e,t,a){let n=0;return o;function o(v){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(v),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),l}function l(v){return Ha(v)?(e.consume(v),u):v===64?a(v):m(v)}function u(v){return v===43||v===45||v===46||oa(v)?(n=1,c(v)):m(v)}function c(v){return v===58?(e.consume(v),n=0,f):(v===43||v===45||v===46||oa(v))&&n++<32?(e.consume(v),c):(n=0,m(v))}function f(v){return v===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(v),e.exit("autolinkMarker"),e.exit("autolink"),t):v===null||v===32||v===60||wf(v)?a(v):(e.consume(v),f)}function m(v){return v===64?(e.consume(v),p):rE(v)?(e.consume(v),m):a(v)}function p(v){return oa(v)?T(v):a(v)}function T(v){return v===46?(e.consume(v),n=0,p):v===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(v),e.exit("autolinkMarker"),e.exit("autolink"),t):S(v)}function S(v){if((v===45||oa(v))&&n++<63){const L=v===45?S:T;return e.consume(v),L}return a(v)}}const Lu={partial:!0,tokenize:gE};function gE(e,t,a){return n;function n(l){return Ve(l)?Je(e,o,"linePrefix")(l):o(l)}function o(l){return l===null||Re(l)?t(l):a(l)}}const _4={continuation:{tokenize:vE},exit:SE,name:"blockQuote",tokenize:TE};function TE(e,t,a){const n=this;return o;function o(u){if(u===62){const c=n.containerState;return c.open||(e.enter("blockQuote",{_container:!0}),c.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(u),e.exit("blockQuoteMarker"),l}return a(u)}function l(u){return Ve(u)?(e.enter("blockQuotePrefixWhitespace"),e.consume(u),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(u))}}function vE(e,t,a){const n=this;return o;function o(u){return Ve(u)?Je(e,l,"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(u):l(u)}function l(u){return e.attempt(_4,t,a)(u)}}function SE(e){e.exit("blockQuote")}const D4={name:"characterEscape",tokenize:CE};function CE(e,t,a){return n;function n(l){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(l),e.exit("escapeMarker"),o}function o(l){return iE(l)?(e.enter("characterEscapeValue"),e.consume(l),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):a(l)}}const w4={name:"characterReference",tokenize:yE};function yE(e,t,a){const n=this;let o=0,l,u;return c;function c(T){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(T),e.exit("characterReferenceMarker"),f}function f(T){return T===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(T),e.exit("characterReferenceMarkerNumeric"),m):(e.enter("characterReferenceValue"),l=31,u=oa,p(T))}function m(T){return T===88||T===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(T),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),l=6,u=nE,p):(e.enter("characterReferenceValue"),l=7,u=Rf,p(T))}function p(T){if(T===59&&o){const S=e.exit("characterReferenceValue");return u===oa&&!k0(n.sliceSerialize(S))?a(T):(e.enter("characterReferenceMarker"),e.consume(T),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return u(T)&&o++<l?(e.consume(T),p):a(T)}}const r5={partial:!0,tokenize:ME},n5={concrete:!0,name:"codeFenced",tokenize:EE};function EE(e,t,a){const n=this,o={partial:!0,tokenize:B};let l=0,u=0,c;return f;function f(P){return m(P)}function m(P){const H=n.events[n.events.length-1];return l=H&&H[1].type==="linePrefix"?H[2].sliceSerialize(H[1],!0).length:0,c=P,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),p(P)}function p(P){return P===c?(u++,e.consume(P),p):u<3?a(P):(e.exit("codeFencedFenceSequence"),Ve(P)?Je(e,T,"whitespace")(P):T(P))}function T(P){return P===null||Re(P)?(e.exit("codeFencedFence"),n.interrupt?t(P):e.check(r5,M,O)(P)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),S(P))}function S(P){return P===null||Re(P)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),T(P)):Ve(P)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),Je(e,v,"whitespace")(P)):P===96&&P===c?a(P):(e.consume(P),S)}function v(P){return P===null||Re(P)?T(P):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),L(P))}function L(P){return P===null||Re(P)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),T(P)):P===96&&P===c?a(P):(e.consume(P),L)}function M(P){return e.attempt(o,O,_)(P)}function _(P){return e.enter("lineEnding"),e.consume(P),e.exit("lineEnding"),A}function A(P){return l>0&&Ve(P)?Je(e,R,"linePrefix",l+1)(P):R(P)}function R(P){return P===null||Re(P)?e.check(r5,M,O)(P):(e.enter("codeFlowValue"),D(P))}function D(P){return P===null||Re(P)?(e.exit("codeFlowValue"),R(P)):(e.consume(P),D)}function O(P){return e.exit("codeFenced"),t(P)}function B(P,H,j){let se=0;return he;function he(Z){return P.enter("lineEnding"),P.consume(Z),P.exit("lineEnding"),ee}function ee(Z){return P.enter("codeFencedFence"),Ve(Z)?Je(P,te,"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(Z):te(Z)}function te(Z){return Z===c?(P.enter("codeFencedFenceSequence"),pe(Z)):j(Z)}function pe(Z){return Z===c?(se++,P.consume(Z),pe):se>=u?(P.exit("codeFencedFenceSequence"),Ve(Z)?Je(P,X,"whitespace")(Z):X(Z)):j(Z)}function X(Z){return Z===null||Re(Z)?(P.exit("codeFencedFence"),H(Z)):j(Z)}}}function ME(e,t,a){const n=this;return o;function o(u){return u===null?a(u):(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),l)}function l(u){return n.parser.lazy[n.now().line]?a(u):t(u)}}const qd={name:"codeIndented",tokenize:xE},AE={partial:!0,tokenize:LE};function xE(e,t,a){const n=this;return o;function o(m){return e.enter("codeIndented"),Je(e,l,"linePrefix",5)(m)}function l(m){const p=n.events[n.events.length-1];return p&&p[1].type==="linePrefix"&&p[2].sliceSerialize(p[1],!0).length>=4?u(m):a(m)}function u(m){return m===null?f(m):Re(m)?e.attempt(AE,u,f)(m):(e.enter("codeFlowValue"),c(m))}function c(m){return m===null||Re(m)?(e.exit("codeFlowValue"),u(m)):(e.consume(m),c)}function f(m){return e.exit("codeIndented"),t(m)}}function LE(e,t,a){const n=this;return o;function o(u){return n.parser.lazy[n.now().line]?a(u):Re(u)?(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),o):Je(e,l,"linePrefix",5)(u)}function l(u){const c=n.events[n.events.length-1];return c&&c[1].type==="linePrefix"&&c[2].sliceSerialize(c[1],!0).length>=4?t(u):Re(u)?o(u):a(u)}}const IE={name:"codeText",previous:DE,resolve:_E,tokenize:wE};function _E(e){let t=e.length-4,a=3,n,o;if((e[a][1].type==="lineEnding"||e[a][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(n=a;++n<t;)if(e[n][1].type==="codeTextData"){e[a][1].type="codeTextPadding",e[t][1].type="codeTextPadding",a+=2,t-=2;break}}for(n=a-1,t++;++n<=t;)o===void 0?n!==t&&e[n][1].type!=="lineEnding"&&(o=n):(n===t||e[n][1].type==="lineEnding")&&(e[o][1].type="codeTextData",n!==o+2&&(e[o][1].end=e[n-1][1].end,e.splice(o+2,n-o-2),t-=n-o-2,n=o+2),o=void 0);return e}function DE(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function wE(e,t,a){let n=0,o,l;return u;function u(T){return e.enter("codeText"),e.enter("codeTextSequence"),c(T)}function c(T){return T===96?(e.consume(T),n++,c):(e.exit("codeTextSequence"),f(T))}function f(T){return T===null?a(T):T===32?(e.enter("space"),e.consume(T),e.exit("space"),f):T===96?(l=e.enter("codeTextSequence"),o=0,p(T)):Re(T)?(e.enter("lineEnding"),e.consume(T),e.exit("lineEnding"),f):(e.enter("codeTextData"),m(T))}function m(T){return T===null||T===32||T===96||Re(T)?(e.exit("codeTextData"),f(T)):(e.consume(T),m)}function p(T){return T===96?(e.consume(T),o++,p):o===n?(e.exit("codeTextSequence"),e.exit("codeText"),t(T)):(l.type="codeTextData",m(T))}}class RE{constructor(t){this.left=t?[...t]:[],this.right=[]}get(t){if(t<0||t>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+t+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return t<this.left.length?this.left[t]:this.right[this.right.length-t+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(t,a){const n=a??Number.POSITIVE_INFINITY;return n<this.left.length?this.left.slice(t,n):t>this.left.length?this.right.slice(this.right.length-n+this.left.length,this.right.length-t+this.left.length).reverse():this.left.slice(t).concat(this.right.slice(this.right.length-n+this.left.length).reverse())}splice(t,a,n){const o=a||0;this.setCursor(Math.trunc(t));const l=this.right.splice(this.right.length-o,Number.POSITIVE_INFINITY);return n&&vo(this.left,n),l.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(t){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(t)}pushMany(t){this.setCursor(Number.POSITIVE_INFINITY),vo(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),vo(this.right,t.reverse())}setCursor(t){if(!(t===this.left.length||t>this.left.length&&this.right.length===0||t<0&&this.left.length===0))if(t<this.left.length){const a=this.left.splice(t,Number.POSITIVE_INFINITY);vo(this.right,a.reverse())}else{const a=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);vo(this.left,a.reverse())}}}function vo(e,t){let a=0;if(t.length<1e4)e.push(...t);else for(;a<t.length;)e.push(...t.slice(a,a+1e4)),a+=1e4}function R4(e){const t={};let a=-1,n,o,l,u,c,f,m;const p=new RE(e);for(;++a<p.length;){for(;a in t;)a=t[a];if(n=p.get(a),a&&n[1].type==="chunkFlow"&&p.get(a-1)[1].type==="listItemPrefix"&&(f=n[1]._tokenizer.events,l=0,l<f.length&&f[l][1].type==="lineEndingBlank"&&(l+=2),l<f.length&&f[l][1].type==="content"))for(;++l<f.length&&f[l][1].type!=="content";)f[l][1].type==="chunkText"&&(f[l][1]._isInFirstContentOfListItem=!0,l++);if(n[0]==="enter")n[1].contentType&&(Object.assign(t,kE(p,a)),a=t[a],m=!0);else if(n[1]._container){for(l=a,o=void 0;l--;)if(u=p.get(l),u[1].type==="lineEnding"||u[1].type==="lineEndingBlank")u[0]==="enter"&&(o&&(p.get(o)[1].type="lineEndingBlank"),u[1].type="lineEnding",o=l);else if(!(u[1].type==="linePrefix"||u[1].type==="listItemIndent"))break;o&&(n[1].end={...p.get(o)[1].start},c=p.slice(o,a),c.unshift(n),p.splice(o,a-o+1,c))}}return Qa(e,0,Number.POSITIVE_INFINITY,p.slice(0)),!m}function kE(e,t){const a=e.get(t)[1],n=e.get(t)[2];let o=t-1;const l=[];let u=a._tokenizer;u||(u=n.parser[a.contentType](a.start),a._contentTypeTextTrailing&&(u._contentTypeTextTrailing=!0));const c=u.events,f=[],m={};let p,T,S=-1,v=a,L=0,M=0;const _=[M];for(;v;){for(;e.get(++o)[1]!==v;);l.push(o),v._tokenizer||(p=n.sliceStream(v),v.next||p.push(null),T&&u.defineSkip(v.start),v._isInFirstContentOfListItem&&(u._gfmTasklistFirstContentOfListItem=!0),u.write(p),v._isInFirstContentOfListItem&&(u._gfmTasklistFirstContentOfListItem=void 0)),T=v,v=v.next}for(v=a;++S<c.length;)c[S][0]==="exit"&&c[S-1][0]==="enter"&&c[S][1].type===c[S-1][1].type&&c[S][1].start.line!==c[S][1].end.line&&(M=S+1,_.push(M),v._tokenizer=void 0,v.previous=void 0,v=v.next);for(u.events=[],v?(v._tokenizer=void 0,v.previous=void 0):_.pop(),S=_.length;S--;){const A=c.slice(_[S],_[S+1]),R=l.pop();f.push([R,R+A.length-1]),e.splice(R,2,A)}for(f.reverse(),S=-1;++S<f.length;)m[L+f[S][0]]=L+f[S][1],L+=f[S][1]-f[S][0]-1;return m}const zE={resolve:PE,tokenize:BE},NE={partial:!0,tokenize:FE};function PE(e){return R4(e),e}function BE(e,t){let a;return n;function n(c){return e.enter("content"),a=e.enter("chunkContent",{contentType:"content"}),o(c)}function o(c){return c===null?l(c):Re(c)?e.check(NE,u,l)(c):(e.consume(c),o)}function l(c){return e.exit("chunkContent"),e.exit("content"),t(c)}function u(c){return e.consume(c),e.exit("chunkContent"),a.next=e.enter("chunkContent",{contentType:"content",previous:a}),a=a.next,o}}function FE(e,t,a){const n=this;return o;function o(u){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),Je(e,l,"linePrefix")}function l(u){if(u===null||Re(u))return a(u);const c=n.events[n.events.length-1];return!n.parser.constructs.disable.null.includes("codeIndented")&&c&&c[1].type==="linePrefix"&&c[2].sliceSerialize(c[1],!0).length>=4?t(u):e.interrupt(n.parser.constructs.flow,a,t)(u)}}function k4(e,t,a,n,o,l,u,c,f){const m=f||Number.POSITIVE_INFINITY;let p=0;return T;function T(A){return A===60?(e.enter(n),e.enter(o),e.enter(l),e.consume(A),e.exit(l),S):A===null||A===32||A===41||wf(A)?a(A):(e.enter(n),e.enter(u),e.enter(c),e.enter("chunkString",{contentType:"string"}),M(A))}function S(A){return A===62?(e.enter(l),e.consume(A),e.exit(l),e.exit(o),e.exit(n),t):(e.enter(c),e.enter("chunkString",{contentType:"string"}),v(A))}function v(A){return A===62?(e.exit("chunkString"),e.exit(c),S(A)):A===null||A===60||Re(A)?a(A):(e.consume(A),A===92?L:v)}function L(A){return A===60||A===62||A===92?(e.consume(A),v):v(A)}function M(A){return!p&&(A===null||A===41||$t(A))?(e.exit("chunkString"),e.exit(c),e.exit(u),e.exit(n),t(A)):p<m&&A===40?(e.consume(A),p++,M):A===41?(e.consume(A),p--,M):A===null||A===32||A===40||wf(A)?a(A):(e.consume(A),A===92?_:M)}function _(A){return A===40||A===41||A===92?(e.consume(A),M):M(A)}}function z4(e,t,a,n,o,l){const u=this;let c=0,f;return m;function m(v){return e.enter(n),e.enter(o),e.consume(v),e.exit(o),e.enter(l),p}function p(v){return c>999||v===null||v===91||v===93&&!f||v===94&&!c&&"_hiddenFootnoteSupport"in u.parser.constructs?a(v):v===93?(e.exit(l),e.enter(o),e.consume(v),e.exit(o),e.exit(n),t):Re(v)?(e.enter("lineEnding"),e.consume(v),e.exit("lineEnding"),p):(e.enter("chunkString",{contentType:"string"}),T(v))}function T(v){return v===null||v===91||v===93||Re(v)||c++>999?(e.exit("chunkString"),p(v)):(e.consume(v),f||(f=!Ve(v)),v===92?S:T)}function S(v){return v===91||v===92||v===93?(e.consume(v),c++,T):T(v)}}function N4(e,t,a,n,o,l){let u;return c;function c(S){return S===34||S===39||S===40?(e.enter(n),e.enter(o),e.consume(S),e.exit(o),u=S===40?41:S,f):a(S)}function f(S){return S===u?(e.enter(o),e.consume(S),e.exit(o),e.exit(n),t):(e.enter(l),m(S))}function m(S){return S===u?(e.exit(l),f(u)):S===null?a(S):Re(S)?(e.enter("lineEnding"),e.consume(S),e.exit("lineEnding"),Je(e,m,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),p(S))}function p(S){return S===u||S===null||Re(S)?(e.exit("chunkString"),m(S)):(e.consume(S),S===92?T:p)}function T(S){return S===u||S===92?(e.consume(S),p):p(S)}}function Do(e,t){let a;return n;function n(o){return Re(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),a=!0,n):Ve(o)?Je(e,n,a?"linePrefix":"lineSuffix")(o):t(o)}}const OE={name:"definition",tokenize:WE},GE={partial:!0,tokenize:UE};function WE(e,t,a){const n=this;let o;return l;function l(v){return e.enter("definition"),u(v)}function u(v){return z4.call(n,e,c,a,"definitionLabel","definitionLabelMarker","definitionLabelString")(v)}function c(v){return o=li(n.sliceSerialize(n.events[n.events.length-1][1]).slice(1,-1)),v===58?(e.enter("definitionMarker"),e.consume(v),e.exit("definitionMarker"),f):a(v)}function f(v){return $t(v)?Do(e,m)(v):m(v)}function m(v){return k4(e,p,a,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(v)}function p(v){return e.attempt(GE,T,T)(v)}function T(v){return Ve(v)?Je(e,S,"whitespace")(v):S(v)}function S(v){return v===null||Re(v)?(e.exit("definition"),n.parser.defined.push(o),t(v)):a(v)}}function UE(e,t,a){return n;function n(c){return $t(c)?Do(e,o)(c):a(c)}function o(c){return N4(e,l,a,"definitionTitle","definitionTitleMarker","definitionTitleString")(c)}function l(c){return Ve(c)?Je(e,u,"whitespace")(c):u(c)}function u(c){return c===null||Re(c)?t(c):a(c)}}const HE={name:"hardBreakEscape",tokenize:jE};function jE(e,t,a){return n;function n(l){return e.enter("hardBreakEscape"),e.consume(l),o}function o(l){return Re(l)?(e.exit("hardBreakEscape"),t(l)):a(l)}}const VE={name:"headingAtx",resolve:KE,tokenize:qE};function KE(e,t){let a=e.length-2,n=3,o,l;return e[n][1].type==="whitespace"&&(n+=2),a-2>n&&e[a][1].type==="whitespace"&&(a-=2),e[a][1].type==="atxHeadingSequence"&&(n===a-1||a-4>n&&e[a-2][1].type==="whitespace")&&(a-=n+1===a?2:4),a>n&&(o={type:"atxHeadingText",start:e[n][1].start,end:e[a][1].end},l={type:"chunkText",start:e[n][1].start,end:e[a][1].end,contentType:"text"},Qa(e,n,a-n+1,[["enter",o,t],["enter",l,t],["exit",l,t],["exit",o,t]])),e}function qE(e,t,a){let n=0;return o;function o(p){return e.enter("atxHeading"),l(p)}function l(p){return e.enter("atxHeadingSequence"),u(p)}function u(p){return p===35&&n++<6?(e.consume(p),u):p===null||$t(p)?(e.exit("atxHeadingSequence"),c(p)):a(p)}function c(p){return p===35?(e.enter("atxHeadingSequence"),f(p)):p===null||Re(p)?(e.exit("atxHeading"),t(p)):Ve(p)?Je(e,c,"whitespace")(p):(e.enter("atxHeadingText"),m(p))}function f(p){return p===35?(e.consume(p),f):(e.exit("atxHeadingSequence"),c(p))}function m(p){return p===null||p===35||$t(p)?(e.exit("atxHeadingText"),c(p)):(e.consume(p),m)}}const QE=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],i5=["pre","script","style","textarea"],YE={concrete:!0,name:"htmlFlow",resolveTo:JE,tokenize:ZE},$E={partial:!0,tokenize:tM},XE={partial:!0,tokenize:eM};function JE(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function ZE(e,t,a){const n=this;let o,l,u,c,f;return m;function m(k){return p(k)}function p(k){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(k),T}function T(k){return k===33?(e.consume(k),S):k===47?(e.consume(k),l=!0,M):k===63?(e.consume(k),o=3,n.interrupt?t:x):Ha(k)?(e.consume(k),u=String.fromCharCode(k),_):a(k)}function S(k){return k===45?(e.consume(k),o=2,v):k===91?(e.consume(k),o=5,c=0,L):Ha(k)?(e.consume(k),o=4,n.interrupt?t:x):a(k)}function v(k){return k===45?(e.consume(k),n.interrupt?t:x):a(k)}function L(k){const Te="CDATA[";return k===Te.charCodeAt(c++)?(e.consume(k),c===Te.length?n.interrupt?t:te:L):a(k)}function M(k){return Ha(k)?(e.consume(k),u=String.fromCharCode(k),_):a(k)}function _(k){if(k===null||k===47||k===62||$t(k)){const Te=k===47,De=u.toLowerCase();return!Te&&!l&&i5.includes(De)?(o=1,n.interrupt?t(k):te(k)):QE.includes(u.toLowerCase())?(o=6,Te?(e.consume(k),A):n.interrupt?t(k):te(k)):(o=7,n.interrupt&&!n.parser.lazy[n.now().line]?a(k):l?R(k):D(k))}return k===45||oa(k)?(e.consume(k),u+=String.fromCharCode(k),_):a(k)}function A(k){return k===62?(e.consume(k),n.interrupt?t:te):a(k)}function R(k){return Ve(k)?(e.consume(k),R):he(k)}function D(k){return k===47?(e.consume(k),he):k===58||k===95||Ha(k)?(e.consume(k),O):Ve(k)?(e.consume(k),D):he(k)}function O(k){return k===45||k===46||k===58||k===95||oa(k)?(e.consume(k),O):B(k)}function B(k){return k===61?(e.consume(k),P):Ve(k)?(e.consume(k),B):D(k)}function P(k){return k===null||k===60||k===61||k===62||k===96?a(k):k===34||k===39?(e.consume(k),f=k,H):Ve(k)?(e.consume(k),P):j(k)}function H(k){return k===f?(e.consume(k),f=null,se):k===null||Re(k)?a(k):(e.consume(k),H)}function j(k){return k===null||k===34||k===39||k===47||k===60||k===61||k===62||k===96||$t(k)?B(k):(e.consume(k),j)}function se(k){return k===47||k===62||Ve(k)?D(k):a(k)}function he(k){return k===62?(e.consume(k),ee):a(k)}function ee(k){return k===null||Re(k)?te(k):Ve(k)?(e.consume(k),ee):a(k)}function te(k){return k===45&&o===2?(e.consume(k),le):k===60&&o===1?(e.consume(k),be):k===62&&o===4?(e.consume(k),G):k===63&&o===3?(e.consume(k),x):k===93&&o===5?(e.consume(k),de):Re(k)&&(o===6||o===7)?(e.exit("htmlFlowData"),e.check($E,$,pe)(k)):k===null||Re(k)?(e.exit("htmlFlowData"),pe(k)):(e.consume(k),te)}function pe(k){return e.check(XE,X,$)(k)}function X(k){return e.enter("lineEnding"),e.consume(k),e.exit("lineEnding"),Z}function Z(k){return k===null||Re(k)?pe(k):(e.enter("htmlFlowData"),te(k))}function le(k){return k===45?(e.consume(k),x):te(k)}function be(k){return k===47?(e.consume(k),u="",U):te(k)}function U(k){if(k===62){const Te=u.toLowerCase();return i5.includes(Te)?(e.consume(k),G):te(k)}return Ha(k)&&u.length<8?(e.consume(k),u+=String.fromCharCode(k),U):te(k)}function de(k){return k===93?(e.consume(k),x):te(k)}function x(k){return k===62?(e.consume(k),G):k===45&&o===2?(e.consume(k),x):te(k)}function G(k){return k===null||Re(k)?(e.exit("htmlFlowData"),$(k)):(e.consume(k),G)}function $(k){return e.exit("htmlFlow"),t(k)}}function eM(e,t,a){const n=this;return o;function o(u){return Re(u)?(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),l):a(u)}function l(u){return n.parser.lazy[n.now().line]?a(u):t(u)}}function tM(e,t,a){return n;function n(o){return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),e.attempt(Lu,t,a)}}const aM={name:"htmlText",tokenize:rM};function rM(e,t,a){const n=this;let o,l,u;return c;function c(x){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(x),f}function f(x){return x===33?(e.consume(x),m):x===47?(e.consume(x),B):x===63?(e.consume(x),D):Ha(x)?(e.consume(x),j):a(x)}function m(x){return x===45?(e.consume(x),p):x===91?(e.consume(x),l=0,L):Ha(x)?(e.consume(x),R):a(x)}function p(x){return x===45?(e.consume(x),v):a(x)}function T(x){return x===null?a(x):x===45?(e.consume(x),S):Re(x)?(u=T,be(x)):(e.consume(x),T)}function S(x){return x===45?(e.consume(x),v):T(x)}function v(x){return x===62?le(x):x===45?S(x):T(x)}function L(x){const G="CDATA[";return x===G.charCodeAt(l++)?(e.consume(x),l===G.length?M:L):a(x)}function M(x){return x===null?a(x):x===93?(e.consume(x),_):Re(x)?(u=M,be(x)):(e.consume(x),M)}function _(x){return x===93?(e.consume(x),A):M(x)}function A(x){return x===62?le(x):x===93?(e.consume(x),A):M(x)}function R(x){return x===null||x===62?le(x):Re(x)?(u=R,be(x)):(e.consume(x),R)}function D(x){return x===null?a(x):x===63?(e.consume(x),O):Re(x)?(u=D,be(x)):(e.consume(x),D)}function O(x){return x===62?le(x):D(x)}function B(x){return Ha(x)?(e.consume(x),P):a(x)}function P(x){return x===45||oa(x)?(e.consume(x),P):H(x)}function H(x){return Re(x)?(u=H,be(x)):Ve(x)?(e.consume(x),H):le(x)}function j(x){return x===45||oa(x)?(e.consume(x),j):x===47||x===62||$t(x)?se(x):a(x)}function se(x){return x===47?(e.consume(x),le):x===58||x===95||Ha(x)?(e.consume(x),he):Re(x)?(u=se,be(x)):Ve(x)?(e.consume(x),se):le(x)}function he(x){return x===45||x===46||x===58||x===95||oa(x)?(e.consume(x),he):ee(x)}function ee(x){return x===61?(e.consume(x),te):Re(x)?(u=ee,be(x)):Ve(x)?(e.consume(x),ee):se(x)}function te(x){return x===null||x===60||x===61||x===62||x===96?a(x):x===34||x===39?(e.consume(x),o=x,pe):Re(x)?(u=te,be(x)):Ve(x)?(e.consume(x),te):(e.consume(x),X)}function pe(x){return x===o?(e.consume(x),o=void 0,Z):x===null?a(x):Re(x)?(u=pe,be(x)):(e.consume(x),pe)}function X(x){return x===null||x===34||x===39||x===60||x===61||x===96?a(x):x===47||x===62||$t(x)?se(x):(e.consume(x),X)}function Z(x){return x===47||x===62||$t(x)?se(x):a(x)}function le(x){return x===62?(e.consume(x),e.exit("htmlTextData"),e.exit("htmlText"),t):a(x)}function be(x){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(x),e.exit("lineEnding"),U}function U(x){return Ve(x)?Je(e,de,"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(x):de(x)}function de(x){return e.enter("htmlTextData"),u(x)}}const N0={name:"labelEnd",resolveAll:lM,resolveTo:sM,tokenize:uM},nM={tokenize:cM},iM={tokenize:dM},oM={tokenize:fM};function lM(e){let t=-1;const a=[];for(;++t<e.length;){const n=e[t][1];if(a.push(e[t]),n.type==="labelImage"||n.type==="labelLink"||n.type==="labelEnd"){const o=n.type==="labelImage"?4:2;n.type="data",t+=o}}return e.length!==a.length&&Qa(e,0,e.length,a),e}function sM(e,t){let a=e.length,n=0,o,l,u,c;for(;a--;)if(o=e[a][1],l){if(o.type==="link"||o.type==="labelLink"&&o._inactive)break;e[a][0]==="enter"&&o.type==="labelLink"&&(o._inactive=!0)}else if(u){if(e[a][0]==="enter"&&(o.type==="labelImage"||o.type==="labelLink")&&!o._balanced&&(l=a,o.type!=="labelLink")){n=2;break}}else o.type==="labelEnd"&&(u=a);const f={type:e[l][1].type==="labelLink"?"link":"image",start:{...e[l][1].start},end:{...e[e.length-1][1].end}},m={type:"label",start:{...e[l][1].start},end:{...e[u][1].end}},p={type:"labelText",start:{...e[l+n+2][1].end},end:{...e[u-2][1].start}};return c=[["enter",f,t],["enter",m,t]],c=ga(c,e.slice(l+1,l+n+3)),c=ga(c,[["enter",p,t]]),c=ga(c,z0(t.parser.constructs.insideSpan.null,e.slice(l+n+4,u-3),t)),c=ga(c,[["exit",p,t],e[u-2],e[u-1],["exit",m,t]]),c=ga(c,e.slice(u+1)),c=ga(c,[["exit",f,t]]),Qa(e,l,e.length,c),e}function uM(e,t,a){const n=this;let o=n.events.length,l,u;for(;o--;)if((n.events[o][1].type==="labelImage"||n.events[o][1].type==="labelLink")&&!n.events[o][1]._balanced){l=n.events[o][1];break}return c;function c(S){return l?l._inactive?T(S):(u=n.parser.defined.includes(li(n.sliceSerialize({start:l.end,end:n.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(S),e.exit("labelMarker"),e.exit("labelEnd"),f):a(S)}function f(S){return S===40?e.attempt(nM,p,u?p:T)(S):S===91?e.attempt(iM,p,u?m:T)(S):u?p(S):T(S)}function m(S){return e.attempt(oM,p,T)(S)}function p(S){return t(S)}function T(S){return l._balanced=!0,a(S)}}function cM(e,t,a){return n;function n(T){return e.enter("resource"),e.enter("resourceMarker"),e.consume(T),e.exit("resourceMarker"),o}function o(T){return $t(T)?Do(e,l)(T):l(T)}function l(T){return T===41?p(T):k4(e,u,c,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(T)}function u(T){return $t(T)?Do(e,f)(T):p(T)}function c(T){return a(T)}function f(T){return T===34||T===39||T===40?N4(e,m,a,"resourceTitle","resourceTitleMarker","resourceTitleString")(T):p(T)}function m(T){return $t(T)?Do(e,p)(T):p(T)}function p(T){return T===41?(e.enter("resourceMarker"),e.consume(T),e.exit("resourceMarker"),e.exit("resource"),t):a(T)}}function dM(e,t,a){const n=this;return o;function o(c){return z4.call(n,e,l,u,"reference","referenceMarker","referenceString")(c)}function l(c){return n.parser.defined.includes(li(n.sliceSerialize(n.events[n.events.length-1][1]).slice(1,-1)))?t(c):a(c)}function u(c){return a(c)}}function fM(e,t,a){return n;function n(l){return e.enter("reference"),e.enter("referenceMarker"),e.consume(l),e.exit("referenceMarker"),o}function o(l){return l===93?(e.enter("referenceMarker"),e.consume(l),e.exit("referenceMarker"),e.exit("reference"),t):a(l)}}const bM={name:"labelStartImage",resolveAll:N0.resolveAll,tokenize:mM};function mM(e,t,a){const n=this;return o;function o(c){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(c),e.exit("labelImageMarker"),l}function l(c){return c===91?(e.enter("labelMarker"),e.consume(c),e.exit("labelMarker"),e.exit("labelImage"),u):a(c)}function u(c){return c===94&&"_hiddenFootnoteSupport"in n.parser.constructs?a(c):t(c)}}const hM={name:"labelStartLink",resolveAll:N0.resolveAll,tokenize:pM};function pM(e,t,a){const n=this;return o;function o(u){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(u),e.exit("labelMarker"),e.exit("labelLink"),l}function l(u){return u===94&&"_hiddenFootnoteSupport"in n.parser.constructs?a(u):t(u)}}const Qd={name:"lineEnding",tokenize:gM};function gM(e,t){return a;function a(n){return e.enter("lineEnding"),e.consume(n),e.exit("lineEnding"),Je(e,t,"linePrefix")}}const Fs={name:"thematicBreak",tokenize:TM};function TM(e,t,a){let n=0,o;return l;function l(m){return e.enter("thematicBreak"),u(m)}function u(m){return o=m,c(m)}function c(m){return m===o?(e.enter("thematicBreakSequence"),f(m)):n>=3&&(m===null||Re(m))?(e.exit("thematicBreak"),t(m)):a(m)}function f(m){return m===o?(e.consume(m),n++,f):(e.exit("thematicBreakSequence"),Ve(m)?Je(e,c,"whitespace")(m):c(m))}}const Yt={continuation:{tokenize:yM},exit:MM,name:"list",tokenize:CM},vM={partial:!0,tokenize:AM},SM={partial:!0,tokenize:EM};function CM(e,t,a){const n=this,o=n.events[n.events.length-1];let l=o&&o[1].type==="linePrefix"?o[2].sliceSerialize(o[1],!0).length:0,u=0;return c;function c(v){const L=n.containerState.type||(v===42||v===43||v===45?"listUnordered":"listOrdered");if(L==="listUnordered"?!n.containerState.marker||v===n.containerState.marker:Rf(v)){if(n.containerState.type||(n.containerState.type=L,e.enter(L,{_container:!0})),L==="listUnordered")return e.enter("listItemPrefix"),v===42||v===45?e.check(Fs,a,m)(v):m(v);if(!n.interrupt||v===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),f(v)}return a(v)}function f(v){return Rf(v)&&++u<10?(e.consume(v),f):(!n.interrupt||u<2)&&(n.containerState.marker?v===n.containerState.marker:v===41||v===46)?(e.exit("listItemValue"),m(v)):a(v)}function m(v){return e.enter("listItemMarker"),e.consume(v),e.exit("listItemMarker"),n.containerState.marker=n.containerState.marker||v,e.check(Lu,n.interrupt?a:p,e.attempt(vM,S,T))}function p(v){return n.containerState.initialBlankLine=!0,l++,S(v)}function T(v){return Ve(v)?(e.enter("listItemPrefixWhitespace"),e.consume(v),e.exit("listItemPrefixWhitespace"),S):a(v)}function S(v){return n.containerState.size=l+n.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(v)}}function yM(e,t,a){const n=this;return n.containerState._closeFlow=void 0,e.check(Lu,o,l);function o(c){return n.containerState.furtherBlankLines=n.containerState.furtherBlankLines||n.containerState.initialBlankLine,Je(e,t,"listItemIndent",n.containerState.size+1)(c)}function l(c){return n.containerState.furtherBlankLines||!Ve(c)?(n.containerState.furtherBlankLines=void 0,n.containerState.initialBlankLine=void 0,u(c)):(n.containerState.furtherBlankLines=void 0,n.containerState.initialBlankLine=void 0,e.attempt(SM,t,u)(c))}function u(c){return n.containerState._closeFlow=!0,n.interrupt=void 0,Je(e,e.attempt(Yt,t,a),"linePrefix",n.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(c)}}function EM(e,t,a){const n=this;return Je(e,o,"listItemIndent",n.containerState.size+1);function o(l){const u=n.events[n.events.length-1];return u&&u[1].type==="listItemIndent"&&u[2].sliceSerialize(u[1],!0).length===n.containerState.size?t(l):a(l)}}function MM(e){e.exit(this.containerState.type)}function AM(e,t,a){const n=this;return Je(e,o,"listItemPrefixWhitespace",n.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function o(l){const u=n.events[n.events.length-1];return!Ve(l)&&u&&u[1].type==="listItemPrefixWhitespace"?t(l):a(l)}}const o5={name:"setextUnderline",resolveTo:xM,tokenize:LM};function xM(e,t){let a=e.length,n,o,l;for(;a--;)if(e[a][0]==="enter"){if(e[a][1].type==="content"){n=a;break}e[a][1].type==="paragraph"&&(o=a)}else e[a][1].type==="content"&&e.splice(a,1),!l&&e[a][1].type==="definition"&&(l=a);const u={type:"setextHeading",start:{...e[n][1].start},end:{...e[e.length-1][1].end}};return e[o][1].type="setextHeadingText",l?(e.splice(o,0,["enter",u,t]),e.splice(l+1,0,["exit",e[n][1],t]),e[n][1].end={...e[l][1].end}):e[n][1]=u,e.push(["exit",u,t]),e}function LM(e,t,a){const n=this;let o;return l;function l(m){let p=n.events.length,T;for(;p--;)if(n.events[p][1].type!=="lineEnding"&&n.events[p][1].type!=="linePrefix"&&n.events[p][1].type!=="content"){T=n.events[p][1].type==="paragraph";break}return!n.parser.lazy[n.now().line]&&(n.interrupt||T)?(e.enter("setextHeadingLine"),o=m,u(m)):a(m)}function u(m){return e.enter("setextHeadingLineSequence"),c(m)}function c(m){return m===o?(e.consume(m),c):(e.exit("setextHeadingLineSequence"),Ve(m)?Je(e,f,"lineSuffix")(m):f(m))}function f(m){return m===null||Re(m)?(e.exit("setextHeadingLine"),t(m)):a(m)}}const IM={tokenize:_M};function _M(e){const t=this,a=e.attempt(Lu,n,e.attempt(this.parser.constructs.flowInitial,o,Je(e,e.attempt(this.parser.constructs.flow,o,e.attempt(zE,o)),"linePrefix")));return a;function n(l){if(l===null){e.consume(l);return}return e.enter("lineEndingBlank"),e.consume(l),e.exit("lineEndingBlank"),t.currentConstruct=void 0,a}function o(l){if(l===null){e.consume(l);return}return e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),t.currentConstruct=void 0,a}}const DM={resolveAll:B4()},wM=P4("string"),RM=P4("text");function P4(e){return{resolveAll:B4(e==="text"?kM:void 0),tokenize:t};function t(a){const n=this,o=this.parser.constructs[e],l=a.attempt(o,u,c);return u;function u(p){return m(p)?l(p):c(p)}function c(p){if(p===null){a.consume(p);return}return a.enter("data"),a.consume(p),f}function f(p){return m(p)?(a.exit("data"),l(p)):(a.consume(p),f)}function m(p){if(p===null)return!0;const T=o[p];let S=-1;if(T)for(;++S<T.length;){const v=T[S];if(!v.previous||v.previous.call(n,n.previous))return!0}return!1}}}function B4(e){return t;function t(a,n){let o=-1,l;for(;++o<=a.length;)l===void 0?a[o]&&a[o][1].type==="data"&&(l=o,o++):(!a[o]||a[o][1].type!=="data")&&(o!==l+2&&(a[l][1].end=a[o-1][1].end,a.splice(l+2,o-l-2),o=l+2),l=void 0);return e?e(a,n):a}}function kM(e,t){let a=0;for(;++a<=e.length;)if((a===e.length||e[a][1].type==="lineEnding")&&e[a-1][1].type==="data"){const n=e[a-1][1],o=t.sliceStream(n);let l=o.length,u=-1,c=0,f;for(;l--;){const m=o[l];if(typeof m=="string"){for(u=m.length;m.charCodeAt(u-1)===32;)c++,u--;if(u)break;u=-1}else if(m===-2)f=!0,c++;else if(m!==-1){l++;break}}if(t._contentTypeTextTrailing&&a===e.length&&(c=0),c){const m={type:a===e.length||f||c<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:l?u:n.start._bufferIndex+u,_index:n.start._index+l,line:n.end.line,column:n.end.column-c,offset:n.end.offset-c},end:{...n.end}};n.end={...m.start},n.start.offset===n.end.offset?Object.assign(n,m):(e.splice(a,0,["enter",m,t],["exit",m,t]),a+=2)}a++}return e}const zM={42:Yt,43:Yt,45:Yt,48:Yt,49:Yt,50:Yt,51:Yt,52:Yt,53:Yt,54:Yt,55:Yt,56:Yt,57:Yt,62:_4},NM={91:OE},PM={[-2]:qd,[-1]:qd,32:qd},BM={35:VE,42:Fs,45:[o5,Fs],60:YE,61:o5,95:Fs,96:n5,126:n5},FM={38:w4,92:D4},OM={[-5]:Qd,[-4]:Qd,[-3]:Qd,33:bM,38:w4,42:kf,60:[hE,aM],91:hM,92:[HE,D4],93:N0,95:kf,96:IE},GM={null:[kf,DM]},WM={null:[42,95]},UM={null:[]},HM=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:WM,contentInitial:NM,disable:UM,document:zM,flow:BM,flowInitial:PM,insideSpan:GM,string:FM,text:OM},Symbol.toStringTag,{value:"Module"}));function jM(e,t,a){let n={_bufferIndex:-1,_index:0,line:a&&a.line||1,column:a&&a.column||1,offset:a&&a.offset||0};const o={},l=[];let u=[],c=[];const f={attempt:H(B),check:H(P),consume:R,enter:D,exit:O,interrupt:H(P,{interrupt:!0})},m={code:null,containerState:{},defineSkip:M,events:[],now:L,parser:e,previous:null,sliceSerialize:S,sliceStream:v,write:T};let p=t.tokenize.call(m,f);return t.resolveAll&&l.push(t),m;function T(ee){return u=ga(u,ee),_(),u[u.length-1]!==null?[]:(j(t,0),m.events=z0(l,m.events,m),m.events)}function S(ee,te){return KM(v(ee),te)}function v(ee){return VM(u,ee)}function L(){const{_bufferIndex:ee,_index:te,line:pe,column:X,offset:Z}=n;return{_bufferIndex:ee,_index:te,line:pe,column:X,offset:Z}}function M(ee){o[ee.line]=ee.column,he()}function _(){let ee;for(;n._index<u.length;){const te=u[n._index];if(typeof te=="string")for(ee=n._index,n._bufferIndex<0&&(n._bufferIndex=0);n._index===ee&&n._bufferIndex<te.length;)A(te.charCodeAt(n._bufferIndex));else A(te)}}function A(ee){p=p(ee)}function R(ee){Re(ee)?(n.line++,n.column=1,n.offset+=ee===-3?2:1,he()):ee!==-1&&(n.column++,n.offset++),n._bufferIndex<0?n._index++:(n._bufferIndex++,n._bufferIndex===u[n._index].length&&(n._bufferIndex=-1,n._index++)),m.previous=ee}function D(ee,te){const pe=te||{};return pe.type=ee,pe.start=L(),m.events.push(["enter",pe,m]),c.push(pe),pe}function O(ee){const te=c.pop();return te.end=L(),m.events.push(["exit",te,m]),te}function B(ee,te){j(ee,te.from)}function P(ee,te){te.restore()}function H(ee,te){return pe;function pe(X,Z,le){let be,U,de,x;return Array.isArray(X)?$(X):"tokenize"in X?$([X]):G(X);function G(xe){return Ae;function Ae(ke){const Be=ke!==null&&xe[ke],Qe=ke!==null&&xe.null,zt=[...Array.isArray(Be)?Be:Be?[Be]:[],...Array.isArray(Qe)?Qe:Qe?[Qe]:[]];return $(zt)(ke)}}function $(xe){return be=xe,U=0,xe.length===0?le:k(xe[U])}function k(xe){return Ae;function Ae(ke){return x=se(),de=xe,xe.partial||(m.currentConstruct=xe),xe.name&&m.parser.constructs.disable.null.includes(xe.name)?De():xe.tokenize.call(te?Object.assign(Object.create(m),te):m,f,Te,De)(ke)}}function Te(xe){return ee(de,x),Z}function De(xe){return x.restore(),++U<be.length?k(be[U]):le}}}function j(ee,te){ee.resolveAll&&!l.includes(ee)&&l.push(ee),ee.resolve&&Qa(m.events,te,m.events.length-te,ee.resolve(m.events.slice(te),m)),ee.resolveTo&&(m.events=ee.resolveTo(m.events,m))}function se(){const ee=L(),te=m.previous,pe=m.currentConstruct,X=m.events.length,Z=Array.from(c);return{from:X,restore:le};function le(){n=ee,m.previous=te,m.currentConstruct=pe,m.events.length=X,c=Z,he()}}function he(){n.line in o&&n.column<2&&(n.column=o[n.line],n.offset+=o[n.line]-1)}}function VM(e,t){const a=t.start._index,n=t.start._bufferIndex,o=t.end._index,l=t.end._bufferIndex;let u;if(a===o)u=[e[a].slice(n,l)];else{if(u=e.slice(a,o),n>-1){const c=u[0];typeof c=="string"?u[0]=c.slice(n):u.shift()}l>0&&u.push(e[o].slice(0,l))}return u}function KM(e,t){let a=-1;const n=[];let o;for(;++a<e.length;){const l=e[a];let u;if(typeof l=="string")u=l;else switch(l){case-5:{u="\r";break}case-4:{u=`
70
+ `;break}case-3:{u=`\r
71
+ `;break}case-2:{u=t?" ":" ";break}case-1:{if(!t&&o)continue;u=" ";break}default:u=String.fromCharCode(l)}o=l===-2,n.push(u)}return n.join("")}function qM(e){const n={constructs:eE([HM,...(e||{}).extensions||[]]),content:o(sE),defined:[],document:o(cE),flow:o(IM),lazy:{},string:o(wM),text:o(RM)};return n;function o(l){return u;function u(c){return jM(n,l,c)}}}function QM(e){for(;!R4(e););return e}const l5=/[\0\t\n\r]/g;function YM(){let e=1,t="",a=!0,n;return o;function o(l,u,c){const f=[];let m,p,T,S,v;for(l=t+(typeof l=="string"?l.toString():new TextDecoder(u||void 0).decode(l)),T=0,t="",a&&(l.charCodeAt(0)===65279&&T++,a=void 0);T<l.length;){if(l5.lastIndex=T,m=l5.exec(l),S=m&&m.index!==void 0?m.index:l.length,v=l.charCodeAt(S),!m){t=l.slice(T);break}if(v===10&&T===S&&n)f.push(-3),n=void 0;else switch(n&&(f.push(-5),n=void 0),T<S&&(f.push(l.slice(T,S)),e+=S-T),v){case 0:{f.push(65533),e++;break}case 9:{for(p=Math.ceil(e/4)*4,f.push(-2);e++<p;)f.push(-1);break}case 10:{f.push(-4),e=1;break}default:n=!0,e=1}T=S+1}return c&&(n&&f.push(-5),t&&f.push(t),f.push(null)),f}}const $M=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function XM(e){return e.replace($M,JM)}function JM(e,t,a){if(t)return t;if(a.charCodeAt(0)===35){const o=a.charCodeAt(1),l=o===120||o===88;return I4(a.slice(l?2:1),l?16:10)}return k0(a)||e}const F4={}.hasOwnProperty;function ZM(e,t,a){return typeof t!="string"&&(a=t,t=void 0),eA(a)(QM(qM(a).document().write(YM()(e,t,!0))))}function eA(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:l(An),autolinkProtocol:se,autolinkEmail:se,atxHeading:l(_i),blockQuote:l(Qe),characterEscape:se,characterReference:se,codeFenced:l(zt),codeFencedFenceInfo:u,codeFencedFenceMeta:u,codeIndented:l(zt,u),codeText:l(Sa,u),codeTextData:se,data:se,codeFlowValue:se,definition:l(Ca),definitionDestinationString:u,definitionLabelString:u,definitionTitleString:u,emphasis:l(Ii),hardBreakEscape:l(Di),hardBreakTrailing:l(Di),htmlFlow:l(Mn,u),htmlFlowData:se,htmlText:l(Mn,u),htmlTextData:se,image:l(ll),label:u,link:l(An),listItem:l(mr),listItemValue:S,listOrdered:l(br,T),listUnordered:l(br),paragraph:l(wi),reference:k,referenceString:u,resourceDestinationString:u,resourceTitleString:u,setextHeading:l(_i),strong:l(sl),thematicBreak:l(cl)},exit:{atxHeading:f(),atxHeadingSequence:B,autolink:f(),autolinkEmail:Be,autolinkProtocol:ke,blockQuote:f(),characterEscapeValue:he,characterReferenceMarkerHexadecimal:De,characterReferenceMarkerNumeric:De,characterReferenceValue:xe,characterReference:Ae,codeFenced:f(_),codeFencedFence:M,codeFencedFenceInfo:v,codeFencedFenceMeta:L,codeFlowValue:he,codeIndented:f(A),codeText:f(Z),codeTextData:he,data:he,definition:f(),definitionDestinationString:O,definitionLabelString:R,definitionTitleString:D,emphasis:f(),hardBreakEscape:f(te),hardBreakTrailing:f(te),htmlFlow:f(pe),htmlFlowData:he,htmlText:f(X),htmlTextData:he,image:f(be),label:de,labelText:U,lineEnding:ee,link:f(le),listItem:f(),listOrdered:f(),listUnordered:f(),paragraph:f(),referenceString:Te,resourceDestinationString:x,resourceTitleString:G,resource:$,setextHeading:f(j),setextHeadingLineSequence:H,setextHeadingText:P,strong:f(),thematicBreak:f()}};O4(t,(e||{}).mdastExtensions||[]);const a={};return n;function n(J){let me={type:"root",children:[]};const _e={stack:[me],tokenStack:[],config:t,enter:c,exit:m,buffer:u,resume:p,data:a},Fe=[];let We=-1;for(;++We<J.length;)if(J[We][1].type==="listOrdered"||J[We][1].type==="listUnordered")if(J[We][0]==="enter")Fe.push(We);else{const Ct=Fe.pop();We=o(J,Ct,We)}for(We=-1;++We<J.length;){const Ct=t[J[We][0]];F4.call(Ct,J[We][1].type)&&Ct[J[We][1].type].call(Object.assign({sliceSerialize:J[We][2].sliceSerialize},_e),J[We][1])}if(_e.tokenStack.length>0){const Ct=_e.tokenStack[_e.tokenStack.length-1];(Ct[1]||s5).call(_e,void 0,Ct[0])}for(me.position={start:Br(J.length>0?J[0][1].start:{line:1,column:1,offset:0}),end:Br(J.length>0?J[J.length-2][1].end:{line:1,column:1,offset:0})},We=-1;++We<t.transforms.length;)me=t.transforms[We](me)||me;return me}function o(J,me,_e){let Fe=me-1,We=-1,Ct=!1,Xa,ca,hr,Qr;for(;++Fe<=_e;){const yt=J[Fe];switch(yt[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{yt[0]==="enter"?We++:We--,Qr=void 0;break}case"lineEndingBlank":{yt[0]==="enter"&&(Xa&&!Qr&&!We&&!hr&&(hr=Fe),Qr=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:Qr=void 0}if(!We&&yt[0]==="enter"&&yt[1].type==="listItemPrefix"||We===-1&&yt[0]==="exit"&&(yt[1].type==="listUnordered"||yt[1].type==="listOrdered")){if(Xa){let za=Fe;for(ca=void 0;za--;){const Jt=J[za];if(Jt[1].type==="lineEnding"||Jt[1].type==="lineEndingBlank"){if(Jt[0]==="exit")continue;ca&&(J[ca][1].type="lineEndingBlank",Ct=!0),Jt[1].type="lineEnding",ca=za}else if(!(Jt[1].type==="linePrefix"||Jt[1].type==="blockQuotePrefix"||Jt[1].type==="blockQuotePrefixWhitespace"||Jt[1].type==="blockQuoteMarker"||Jt[1].type==="listItemIndent"))break}hr&&(!ca||hr<ca)&&(Xa._spread=!0),Xa.end=Object.assign({},ca?J[ca][1].start:yt[1].end),J.splice(ca||Fe,0,["exit",Xa,yt[2]]),Fe++,_e++}if(yt[1].type==="listItemPrefix"){const za={type:"listItem",_spread:!1,start:Object.assign({},yt[1].start),end:void 0};Xa=za,J.splice(Fe,0,["enter",za,yt[2]]),Fe++,_e++,hr=void 0,Qr=!0}}}return J[me][1]._spread=Ct,_e}function l(J,me){return _e;function _e(Fe){c.call(this,J(Fe),Fe),me&&me.call(this,Fe)}}function u(){this.stack.push({type:"fragment",children:[]})}function c(J,me,_e){this.stack[this.stack.length-1].children.push(J),this.stack.push(J),this.tokenStack.push([me,_e||void 0]),J.position={start:Br(me.start),end:void 0}}function f(J){return me;function me(_e){J&&J.call(this,_e),m.call(this,_e)}}function m(J,me){const _e=this.stack.pop(),Fe=this.tokenStack.pop();if(Fe)Fe[0].type!==J.type&&(me?me.call(this,J,Fe[0]):(Fe[1]||s5).call(this,J,Fe[0]));else throw new Error("Cannot close `"+J.type+"` ("+_o({start:J.start,end:J.end})+"): it’s not open");_e.position.end=Br(J.end)}function p(){return Jy(this.stack.pop())}function T(){this.data.expectingFirstListItemValue=!0}function S(J){if(this.data.expectingFirstListItemValue){const me=this.stack[this.stack.length-2];me.start=Number.parseInt(this.sliceSerialize(J),10),this.data.expectingFirstListItemValue=void 0}}function v(){const J=this.resume(),me=this.stack[this.stack.length-1];me.lang=J}function L(){const J=this.resume(),me=this.stack[this.stack.length-1];me.meta=J}function M(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function _(){const J=this.resume(),me=this.stack[this.stack.length-1];me.value=J.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function A(){const J=this.resume(),me=this.stack[this.stack.length-1];me.value=J.replace(/(\r?\n|\r)$/g,"")}function R(J){const me=this.resume(),_e=this.stack[this.stack.length-1];_e.label=me,_e.identifier=li(this.sliceSerialize(J)).toLowerCase()}function D(){const J=this.resume(),me=this.stack[this.stack.length-1];me.title=J}function O(){const J=this.resume(),me=this.stack[this.stack.length-1];me.url=J}function B(J){const me=this.stack[this.stack.length-1];if(!me.depth){const _e=this.sliceSerialize(J).length;me.depth=_e}}function P(){this.data.setextHeadingSlurpLineEnding=!0}function H(J){const me=this.stack[this.stack.length-1];me.depth=this.sliceSerialize(J).codePointAt(0)===61?1:2}function j(){this.data.setextHeadingSlurpLineEnding=void 0}function se(J){const _e=this.stack[this.stack.length-1].children;let Fe=_e[_e.length-1];(!Fe||Fe.type!=="text")&&(Fe=ul(),Fe.position={start:Br(J.start),end:void 0},_e.push(Fe)),this.stack.push(Fe)}function he(J){const me=this.stack.pop();me.value+=this.sliceSerialize(J),me.position.end=Br(J.end)}function ee(J){const me=this.stack[this.stack.length-1];if(this.data.atHardBreak){const _e=me.children[me.children.length-1];_e.position.end=Br(J.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(me.type)&&(se.call(this,J),he.call(this,J))}function te(){this.data.atHardBreak=!0}function pe(){const J=this.resume(),me=this.stack[this.stack.length-1];me.value=J}function X(){const J=this.resume(),me=this.stack[this.stack.length-1];me.value=J}function Z(){const J=this.resume(),me=this.stack[this.stack.length-1];me.value=J}function le(){const J=this.stack[this.stack.length-1];if(this.data.inReference){const me=this.data.referenceType||"shortcut";J.type+="Reference",J.referenceType=me,delete J.url,delete J.title}else delete J.identifier,delete J.label;this.data.referenceType=void 0}function be(){const J=this.stack[this.stack.length-1];if(this.data.inReference){const me=this.data.referenceType||"shortcut";J.type+="Reference",J.referenceType=me,delete J.url,delete J.title}else delete J.identifier,delete J.label;this.data.referenceType=void 0}function U(J){const me=this.sliceSerialize(J),_e=this.stack[this.stack.length-2];_e.label=XM(me),_e.identifier=li(me).toLowerCase()}function de(){const J=this.stack[this.stack.length-1],me=this.resume(),_e=this.stack[this.stack.length-1];if(this.data.inReference=!0,_e.type==="link"){const Fe=J.children;_e.children=Fe}else _e.alt=me}function x(){const J=this.resume(),me=this.stack[this.stack.length-1];me.url=J}function G(){const J=this.resume(),me=this.stack[this.stack.length-1];me.title=J}function $(){this.data.inReference=void 0}function k(){this.data.referenceType="collapsed"}function Te(J){const me=this.resume(),_e=this.stack[this.stack.length-1];_e.label=me,_e.identifier=li(this.sliceSerialize(J)).toLowerCase(),this.data.referenceType="full"}function De(J){this.data.characterReferenceType=J.type}function xe(J){const me=this.sliceSerialize(J),_e=this.data.characterReferenceType;let Fe;_e?(Fe=I4(me,_e==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):Fe=k0(me);const We=this.stack[this.stack.length-1];We.value+=Fe}function Ae(J){const me=this.stack.pop();me.position.end=Br(J.end)}function ke(J){he.call(this,J);const me=this.stack[this.stack.length-1];me.url=this.sliceSerialize(J)}function Be(J){he.call(this,J);const me=this.stack[this.stack.length-1];me.url="mailto:"+this.sliceSerialize(J)}function Qe(){return{type:"blockquote",children:[]}}function zt(){return{type:"code",lang:null,meta:null,value:""}}function Sa(){return{type:"inlineCode",value:""}}function Ca(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function Ii(){return{type:"emphasis",children:[]}}function _i(){return{type:"heading",depth:0,children:[]}}function Di(){return{type:"break"}}function Mn(){return{type:"html",value:""}}function ll(){return{type:"image",title:null,url:"",alt:null}}function An(){return{type:"link",title:null,url:"",children:[]}}function br(J){return{type:"list",ordered:J.type==="listOrdered",start:null,spread:J._spread,children:[]}}function mr(J){return{type:"listItem",spread:J._spread,checked:null,children:[]}}function wi(){return{type:"paragraph",children:[]}}function sl(){return{type:"strong",children:[]}}function ul(){return{type:"text",value:""}}function cl(){return{type:"thematicBreak"}}}function Br(e){return{line:e.line,column:e.column,offset:e.offset}}function O4(e,t){let a=-1;for(;++a<t.length;){const n=t[a];Array.isArray(n)?O4(e,n):tA(e,n)}}function tA(e,t){let a;for(a in t)if(F4.call(t,a))switch(a){case"canContainEols":{const n=t[a];n&&e[a].push(...n);break}case"transforms":{const n=t[a];n&&e[a].push(...n);break}case"enter":case"exit":{const n=t[a];n&&Object.assign(e[a],n);break}}}function s5(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+_o({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+_o({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+_o({start:t.start,end:t.end})+") is still open")}function aA(e){const t=this;t.parser=a;function a(n){return ZM(n,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function rA(e,t){const a={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,a),e.applyData(t,a)}function nA(e,t){const a={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,a),[e.applyData(t,a),{type:"text",value:`
72
+ `}]}function iA(e,t){const a=t.value?t.value+`
73
+ `:"",n={};t.lang&&(n.className=["language-"+t.lang]);let o={type:"element",tagName:"code",properties:n,children:[{type:"text",value:a}]};return t.meta&&(o.data={meta:t.meta}),e.patch(t,o),o=e.applyData(t,o),o={type:"element",tagName:"pre",properties:{},children:[o]},e.patch(t,o),o}function oA(e,t){const a={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}function lA(e,t){const a={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}function sA(e,t){const a=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",n=String(t.identifier).toUpperCase(),o=Ei(n.toLowerCase()),l=e.footnoteOrder.indexOf(n);let u,c=e.footnoteCounts.get(n);c===void 0?(c=0,e.footnoteOrder.push(n),u=e.footnoteOrder.length):u=l+1,c+=1,e.footnoteCounts.set(n,c);const f={type:"element",tagName:"a",properties:{href:"#"+a+"fn-"+o,id:a+"fnref-"+o+(c>1?"-"+c:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(u)}]};e.patch(t,f);const m={type:"element",tagName:"sup",properties:{},children:[f]};return e.patch(t,m),e.applyData(t,m)}function uA(e,t){const a={type:"element",tagName:"h"+t.depth,properties:{},children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}function cA(e,t){if(e.options.allowDangerousHtml){const a={type:"raw",value:t.value};return e.patch(t,a),e.applyData(t,a)}}function G4(e,t){const a=t.referenceType;let n="]";if(a==="collapsed"?n+="[]":a==="full"&&(n+="["+(t.label||t.identifier)+"]"),t.type==="imageReference")return[{type:"text",value:"!["+t.alt+n}];const o=e.all(t),l=o[0];l&&l.type==="text"?l.value="["+l.value:o.unshift({type:"text",value:"["});const u=o[o.length-1];return u&&u.type==="text"?u.value+=n:o.push({type:"text",value:n}),o}function dA(e,t){const a=String(t.identifier).toUpperCase(),n=e.definitionById.get(a);if(!n)return G4(e,t);const o={src:Ei(n.url||""),alt:t.alt};n.title!==null&&n.title!==void 0&&(o.title=n.title);const l={type:"element",tagName:"img",properties:o,children:[]};return e.patch(t,l),e.applyData(t,l)}function fA(e,t){const a={src:Ei(t.url)};t.alt!==null&&t.alt!==void 0&&(a.alt=t.alt),t.title!==null&&t.title!==void 0&&(a.title=t.title);const n={type:"element",tagName:"img",properties:a,children:[]};return e.patch(t,n),e.applyData(t,n)}function bA(e,t){const a={type:"text",value:t.value.replace(/\r?\n|\r/g," ")};e.patch(t,a);const n={type:"element",tagName:"code",properties:{},children:[a]};return e.patch(t,n),e.applyData(t,n)}function mA(e,t){const a=String(t.identifier).toUpperCase(),n=e.definitionById.get(a);if(!n)return G4(e,t);const o={href:Ei(n.url||"")};n.title!==null&&n.title!==void 0&&(o.title=n.title);const l={type:"element",tagName:"a",properties:o,children:e.all(t)};return e.patch(t,l),e.applyData(t,l)}function hA(e,t){const a={href:Ei(t.url)};t.title!==null&&t.title!==void 0&&(a.title=t.title);const n={type:"element",tagName:"a",properties:a,children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function pA(e,t,a){const n=e.all(t),o=a?gA(a):W4(t),l={},u=[];if(typeof t.checked=="boolean"){const p=n[0];let T;p&&p.type==="element"&&p.tagName==="p"?T=p:(T={type:"element",tagName:"p",properties:{},children:[]},n.unshift(T)),T.children.length>0&&T.children.unshift({type:"text",value:" "}),T.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:t.checked,disabled:!0},children:[]}),l.className=["task-list-item"]}let c=-1;for(;++c<n.length;){const p=n[c];(o||c!==0||p.type!=="element"||p.tagName!=="p")&&u.push({type:"text",value:`
74
+ `}),p.type==="element"&&p.tagName==="p"&&!o?u.push(...p.children):u.push(p)}const f=n[n.length-1];f&&(o||f.type!=="element"||f.tagName!=="p")&&u.push({type:"text",value:`
75
+ `});const m={type:"element",tagName:"li",properties:l,children:u};return e.patch(t,m),e.applyData(t,m)}function gA(e){let t=!1;if(e.type==="list"){t=e.spread||!1;const a=e.children;let n=-1;for(;!t&&++n<a.length;)t=W4(a[n])}return t}function W4(e){const t=e.spread;return t??e.children.length>1}function TA(e,t){const a={},n=e.all(t);let o=-1;for(typeof t.start=="number"&&t.start!==1&&(a.start=t.start);++o<n.length;){const u=n[o];if(u.type==="element"&&u.tagName==="li"&&u.properties&&Array.isArray(u.properties.className)&&u.properties.className.includes("task-list-item")){a.className=["contains-task-list"];break}}const l={type:"element",tagName:t.ordered?"ol":"ul",properties:a,children:e.wrap(n,!0)};return e.patch(t,l),e.applyData(t,l)}function vA(e,t){const a={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}function SA(e,t){const a={type:"root",children:e.wrap(e.all(t))};return e.patch(t,a),e.applyData(t,a)}function CA(e,t){const a={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}function yA(e,t){const a=e.all(t),n=a.shift(),o=[];if(n){const u={type:"element",tagName:"thead",properties:{},children:e.wrap([n],!0)};e.patch(t.children[0],u),o.push(u)}if(a.length>0){const u={type:"element",tagName:"tbody",properties:{},children:e.wrap(a,!0)},c=$a(t.children[1]),f=xu(t.children[t.children.length-1]);c&&f&&(u.position={start:c,end:f}),o.push(u)}const l={type:"element",tagName:"table",properties:{},children:e.wrap(o,!0)};return e.patch(t,l),e.applyData(t,l)}function EA(e,t,a){const n=a?a.children:void 0,l=(n?n.indexOf(t):1)===0?"th":"td",u=a&&a.type==="table"?a.align:void 0,c=u?u.length:t.children.length;let f=-1;const m=[];for(;++f<c;){const T=t.children[f],S={},v=u?u[f]:void 0;v&&(S.align=v);let L={type:"element",tagName:l,properties:S,children:[]};T&&(L.children=e.all(T),e.patch(T,L),L=e.applyData(T,L)),m.push(L)}const p={type:"element",tagName:"tr",properties:{},children:e.wrap(m,!0)};return e.patch(t,p),e.applyData(t,p)}function MA(e,t){const a={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}const u5=9,c5=32;function AA(e){const t=String(e),a=/\r?\n|\r/g;let n=a.exec(t),o=0;const l=[];for(;n;)l.push(d5(t.slice(o,n.index),o>0,!0),n[0]),o=n.index+n[0].length,n=a.exec(t);return l.push(d5(t.slice(o),o>0,!1)),l.join("")}function d5(e,t,a){let n=0,o=e.length;if(t){let l=e.codePointAt(n);for(;l===u5||l===c5;)n++,l=e.codePointAt(n)}if(a){let l=e.codePointAt(o-1);for(;l===u5||l===c5;)o--,l=e.codePointAt(o-1)}return o>n?e.slice(n,o):""}function xA(e,t){const a={type:"text",value:AA(String(t.value))};return e.patch(t,a),e.applyData(t,a)}function LA(e,t){const a={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,a),e.applyData(t,a)}const IA={blockquote:rA,break:nA,code:iA,delete:oA,emphasis:lA,footnoteReference:sA,heading:uA,html:cA,imageReference:dA,image:fA,inlineCode:bA,linkReference:mA,link:hA,listItem:pA,list:TA,paragraph:vA,root:SA,strong:CA,table:yA,tableCell:MA,tableRow:EA,text:xA,thematicBreak:LA,toml:Ds,yaml:Ds,definition:Ds,footnoteDefinition:Ds};function Ds(){}const U4=-1,Iu=0,wo=1,eu=2,P0=3,B0=4,F0=5,O0=6,H4=7,j4=8,f5=typeof self=="object"?self:globalThis,_A=(e,t)=>{const a=(o,l)=>(e.set(l,o),o),n=o=>{if(e.has(o))return e.get(o);const[l,u]=t[o];switch(l){case Iu:case U4:return a(u,o);case wo:{const c=a([],o);for(const f of u)c.push(n(f));return c}case eu:{const c=a({},o);for(const[f,m]of u)c[n(f)]=n(m);return c}case P0:return a(new Date(u),o);case B0:{const{source:c,flags:f}=u;return a(new RegExp(c,f),o)}case F0:{const c=a(new Map,o);for(const[f,m]of u)c.set(n(f),n(m));return c}case O0:{const c=a(new Set,o);for(const f of u)c.add(n(f));return c}case H4:{const{name:c,message:f}=u;return a(new f5[c](f),o)}case j4:return a(BigInt(u),o);case"BigInt":return a(Object(BigInt(u)),o);case"ArrayBuffer":return a(new Uint8Array(u).buffer,u);case"DataView":{const{buffer:c}=new Uint8Array(u);return a(new DataView(c),u)}}return a(new f5[l](u),o)};return n},b5=e=>_A(new Map,e)(0),ti="",{toString:DA}={},{keys:wA}=Object,So=e=>{const t=typeof e;if(t!=="object"||!e)return[Iu,t];const a=DA.call(e).slice(8,-1);switch(a){case"Array":return[wo,ti];case"Object":return[eu,ti];case"Date":return[P0,ti];case"RegExp":return[B0,ti];case"Map":return[F0,ti];case"Set":return[O0,ti];case"DataView":return[wo,a]}return a.includes("Array")?[wo,a]:a.includes("Error")?[H4,a]:[eu,a]},ws=([e,t])=>e===Iu&&(t==="function"||t==="symbol"),RA=(e,t,a,n)=>{const o=(u,c)=>{const f=n.push(u)-1;return a.set(c,f),f},l=u=>{if(a.has(u))return a.get(u);let[c,f]=So(u);switch(c){case Iu:{let p=u;switch(f){case"bigint":c=j4,p=u.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+f);p=null;break;case"undefined":return o([U4],u)}return o([c,p],u)}case wo:{if(f){let S=u;return f==="DataView"?S=new Uint8Array(u.buffer):f==="ArrayBuffer"&&(S=new Uint8Array(u)),o([f,[...S]],u)}const p=[],T=o([c,p],u);for(const S of u)p.push(l(S));return T}case eu:{if(f)switch(f){case"BigInt":return o([f,u.toString()],u);case"Boolean":case"Number":case"String":return o([f,u.valueOf()],u)}if(t&&"toJSON"in u)return l(u.toJSON());const p=[],T=o([c,p],u);for(const S of wA(u))(e||!ws(So(u[S])))&&p.push([l(S),l(u[S])]);return T}case P0:return o([c,u.toISOString()],u);case B0:{const{source:p,flags:T}=u;return o([c,{source:p,flags:T}],u)}case F0:{const p=[],T=o([c,p],u);for(const[S,v]of u)(e||!(ws(So(S))||ws(So(v))))&&p.push([l(S),l(v)]);return T}case O0:{const p=[],T=o([c,p],u);for(const S of u)(e||!ws(So(S)))&&p.push(l(S));return T}}const{message:m}=u;return o([c,{name:f,message:m}],u)};return l},m5=(e,{json:t,lossy:a}={})=>{const n=[];return RA(!(t||a),!!t,new Map,n)(e),n},fi=typeof structuredClone=="function"?(e,t)=>t&&("json"in t||"lossy"in t)?b5(m5(e,t)):structuredClone(e):(e,t)=>b5(m5(e,t));function kA(e,t){const a=[{type:"text",value:"↩"}];return t>1&&a.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(t)}]}),a}function zA(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}function NA(e){const t=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",a=e.options.footnoteBackContent||kA,n=e.options.footnoteBackLabel||zA,o=e.options.footnoteLabel||"Footnotes",l=e.options.footnoteLabelTagName||"h2",u=e.options.footnoteLabelProperties||{className:["sr-only"]},c=[];let f=-1;for(;++f<e.footnoteOrder.length;){const m=e.footnoteById.get(e.footnoteOrder[f]);if(!m)continue;const p=e.all(m),T=String(m.identifier).toUpperCase(),S=Ei(T.toLowerCase());let v=0;const L=[],M=e.footnoteCounts.get(T);for(;M!==void 0&&++v<=M;){L.length>0&&L.push({type:"text",value:" "});let R=typeof a=="string"?a:a(f,v);typeof R=="string"&&(R={type:"text",value:R}),L.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+S+(v>1?"-"+v:""),dataFootnoteBackref:"",ariaLabel:typeof n=="string"?n:n(f,v),className:["data-footnote-backref"]},children:Array.isArray(R)?R:[R]})}const _=p[p.length-1];if(_&&_.type==="element"&&_.tagName==="p"){const R=_.children[_.children.length-1];R&&R.type==="text"?R.value+=" ":_.children.push({type:"text",value:" "}),_.children.push(...L)}else p.push(...L);const A={type:"element",tagName:"li",properties:{id:t+"fn-"+S},children:e.wrap(p,!0)};e.patch(m,A),c.push(A)}if(c.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:l,properties:{...fi(u),id:"footnote-label"},children:[{type:"text",value:o}]},{type:"text",value:`
76
+ `},{type:"element",tagName:"ol",properties:{},children:e.wrap(c,!0)},{type:"text",value:`
77
+ `}]}}const V4=(function(e){if(e==null)return OA;if(typeof e=="function")return _u(e);if(typeof e=="object")return Array.isArray(e)?PA(e):BA(e);if(typeof e=="string")return FA(e);throw new Error("Expected function, string, or object as test")});function PA(e){const t=[];let a=-1;for(;++a<e.length;)t[a]=V4(e[a]);return _u(n);function n(...o){let l=-1;for(;++l<t.length;)if(t[l].apply(this,o))return!0;return!1}}function BA(e){const t=e;return _u(a);function a(n){const o=n;let l;for(l in e)if(o[l]!==t[l])return!1;return!0}}function FA(e){return _u(t);function t(a){return a&&a.type===e}}function _u(e){return t;function t(a,n,o){return!!(GA(a)&&e.call(this,a,typeof n=="number"?n:void 0,o||void 0))}}function OA(){return!0}function GA(e){return e!==null&&typeof e=="object"&&"type"in e}const K4=[],WA=!0,h5=!1,UA="skip";function HA(e,t,a,n){let o;typeof t=="function"&&typeof a!="function"?(n=a,a=t):o=t;const l=V4(o),u=n?-1:1;c(e,void 0,[])();function c(f,m,p){const T=f&&typeof f=="object"?f:{};if(typeof T.type=="string"){const v=typeof T.tagName=="string"?T.tagName:typeof T.name=="string"?T.name:void 0;Object.defineProperty(S,"name",{value:"node ("+(f.type+(v?"<"+v+">":""))+")"})}return S;function S(){let v=K4,L,M,_;if((!t||l(f,m,p[p.length-1]||void 0))&&(v=jA(a(f,p)),v[0]===h5))return v;if("children"in f&&f.children){const A=f;if(A.children&&v[0]!==UA)for(M=(n?A.children.length:-1)+u,_=p.concat(A);M>-1&&M<A.children.length;){const R=A.children[M];if(L=c(R,M,_)(),L[0]===h5)return L;M=typeof L[1]=="number"?L[1]:M+u}}return v}}}function jA(e){return Array.isArray(e)?e:typeof e=="number"?[WA,e]:e==null?K4:[e]}function G0(e,t,a,n){let o,l,u;typeof t=="function"&&typeof a!="function"?(l=void 0,u=t,o=a):(l=t,u=a,o=n),HA(e,l,c,o);function c(f,m){const p=m[m.length-1],T=p?p.children.indexOf(f):void 0;return u(f,T,p)}}const zf={}.hasOwnProperty,VA={};function KA(e,t){const a=t||VA,n=new Map,o=new Map,l=new Map,u={...IA,...a.handlers},c={all:m,applyData:QA,definitionById:n,footnoteById:o,footnoteCounts:l,footnoteOrder:[],handlers:u,one:f,options:a,patch:qA,wrap:$A};return G0(e,function(p){if(p.type==="definition"||p.type==="footnoteDefinition"){const T=p.type==="definition"?n:o,S=String(p.identifier).toUpperCase();T.has(S)||T.set(S,p)}}),c;function f(p,T){const S=p.type,v=c.handlers[S];if(zf.call(c.handlers,S)&&v)return v(c,p,T);if(c.options.passThrough&&c.options.passThrough.includes(S)){if("children"in p){const{children:M,..._}=p,A=fi(_);return A.children=c.all(p),A}return fi(p)}return(c.options.unknownHandler||YA)(c,p,T)}function m(p){const T=[];if("children"in p){const S=p.children;let v=-1;for(;++v<S.length;){const L=c.one(S[v],p);if(L){if(v&&S[v-1].type==="break"&&(!Array.isArray(L)&&L.type==="text"&&(L.value=p5(L.value)),!Array.isArray(L)&&L.type==="element")){const M=L.children[0];M&&M.type==="text"&&(M.value=p5(M.value))}Array.isArray(L)?T.push(...L):T.push(L)}}}return T}}function qA(e,t){e.position&&(t.position=Dy(e))}function QA(e,t){let a=t;if(e&&e.data){const n=e.data.hName,o=e.data.hChildren,l=e.data.hProperties;if(typeof n=="string")if(a.type==="element")a.tagName=n;else{const u="children"in a?a.children:[a];a={type:"element",tagName:n,properties:{},children:u}}a.type==="element"&&l&&Object.assign(a.properties,fi(l)),"children"in a&&a.children&&o!==null&&o!==void 0&&(a.children=o)}return a}function YA(e,t){const a=t.data||{},n="value"in t&&!(zf.call(a,"hProperties")||zf.call(a,"hChildren"))?{type:"text",value:t.value}:{type:"element",tagName:"div",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function $A(e,t){const a=[];let n=-1;for(t&&a.push({type:"text",value:`
78
+ `});++n<e.length;)n&&a.push({type:"text",value:`
79
+ `}),a.push(e[n]);return t&&e.length>0&&a.push({type:"text",value:`
80
+ `}),a}function p5(e){let t=0,a=e.charCodeAt(t);for(;a===9||a===32;)t++,a=e.charCodeAt(t);return e.slice(t)}function g5(e,t){const a=KA(e,t),n=a.one(e,void 0),o=NA(a),l=Array.isArray(n)?{type:"root",children:n}:n||{type:"root",children:[]};return o&&l.children.push({type:"text",value:`
81
+ `},o),l}function XA(e,t){return e&&"run"in e?async function(a,n){const o=g5(a,{file:n,...t});await e.run(o,n)}:function(a,n){return g5(a,{file:n,...e||t})}}function T5(e){if(e)throw e}var Yd,v5;function JA(){if(v5)return Yd;v5=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,a=Object.defineProperty,n=Object.getOwnPropertyDescriptor,o=function(m){return typeof Array.isArray=="function"?Array.isArray(m):t.call(m)==="[object Array]"},l=function(m){if(!m||t.call(m)!=="[object Object]")return!1;var p=e.call(m,"constructor"),T=m.constructor&&m.constructor.prototype&&e.call(m.constructor.prototype,"isPrototypeOf");if(m.constructor&&!p&&!T)return!1;var S;for(S in m);return typeof S>"u"||e.call(m,S)},u=function(m,p){a&&p.name==="__proto__"?a(m,p.name,{enumerable:!0,configurable:!0,value:p.newValue,writable:!0}):m[p.name]=p.newValue},c=function(m,p){if(p==="__proto__")if(e.call(m,p)){if(n)return n(m,p).value}else return;return m[p]};return Yd=function f(){var m,p,T,S,v,L,M=arguments[0],_=1,A=arguments.length,R=!1;for(typeof M=="boolean"&&(R=M,M=arguments[1]||{},_=2),(M==null||typeof M!="object"&&typeof M!="function")&&(M={});_<A;++_)if(m=arguments[_],m!=null)for(p in m)T=c(M,p),S=c(m,p),M!==S&&(R&&S&&(l(S)||(v=o(S)))?(v?(v=!1,L=T&&o(T)?T:[]):L=T&&l(T)?T:{},u(M,{name:p,newValue:f(R,L,S)})):typeof S<"u"&&u(M,{name:p,newValue:S}));return M},Yd}var ZA=JA();const $d=ou(ZA);function Nf(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function ex(){const e=[],t={run:a,use:n};return t;function a(...o){let l=-1;const u=o.pop();if(typeof u!="function")throw new TypeError("Expected function as last argument, not "+u);c(null,...o);function c(f,...m){const p=e[++l];let T=-1;if(f){u(f);return}for(;++T<o.length;)(m[T]===null||m[T]===void 0)&&(m[T]=o[T]);o=m,p?tx(p,c)(...m):u(null,...m)}}function n(o){if(typeof o!="function")throw new TypeError("Expected `middelware` to be a function, not "+o);return e.push(o),t}}function tx(e,t){let a;return n;function n(...u){const c=e.length>u.length;let f;c&&u.push(o);try{f=e.apply(this,u)}catch(m){const p=m;if(c&&a)throw p;return o(p)}c||(f&&f.then&&typeof f.then=="function"?f.then(l,o):f instanceof Error?o(f):l(f))}function o(u,...c){a||(a=!0,t(u,...c))}function l(u){o(null,u)}}const Ga={basename:ax,dirname:rx,extname:nx,join:ix,sep:"/"};function ax(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');al(e);let a=0,n=-1,o=e.length,l;if(t===void 0||t.length===0||t.length>e.length){for(;o--;)if(e.codePointAt(o)===47){if(l){a=o+1;break}}else n<0&&(l=!0,n=o+1);return n<0?"":e.slice(a,n)}if(t===e)return"";let u=-1,c=t.length-1;for(;o--;)if(e.codePointAt(o)===47){if(l){a=o+1;break}}else u<0&&(l=!0,u=o+1),c>-1&&(e.codePointAt(o)===t.codePointAt(c--)?c<0&&(n=o):(c=-1,n=u));return a===n?n=u:n<0&&(n=e.length),e.slice(a,n)}function rx(e){if(al(e),e.length===0)return".";let t=-1,a=e.length,n;for(;--a;)if(e.codePointAt(a)===47){if(n){t=a;break}}else n||(n=!0);return t<0?e.codePointAt(0)===47?"/":".":t===1&&e.codePointAt(0)===47?"//":e.slice(0,t)}function nx(e){al(e);let t=e.length,a=-1,n=0,o=-1,l=0,u;for(;t--;){const c=e.codePointAt(t);if(c===47){if(u){n=t+1;break}continue}a<0&&(u=!0,a=t+1),c===46?o<0?o=t:l!==1&&(l=1):o>-1&&(l=-1)}return o<0||a<0||l===0||l===1&&o===a-1&&o===n+1?"":e.slice(o,a)}function ix(...e){let t=-1,a;for(;++t<e.length;)al(e[t]),e[t]&&(a=a===void 0?e[t]:a+"/"+e[t]);return a===void 0?".":ox(a)}function ox(e){al(e);const t=e.codePointAt(0)===47;let a=lx(e,!t);return a.length===0&&!t&&(a="."),a.length>0&&e.codePointAt(e.length-1)===47&&(a+="/"),t?"/"+a:a}function lx(e,t){let a="",n=0,o=-1,l=0,u=-1,c,f;for(;++u<=e.length;){if(u<e.length)c=e.codePointAt(u);else{if(c===47)break;c=47}if(c===47){if(!(o===u-1||l===1))if(o!==u-1&&l===2){if(a.length<2||n!==2||a.codePointAt(a.length-1)!==46||a.codePointAt(a.length-2)!==46){if(a.length>2){if(f=a.lastIndexOf("/"),f!==a.length-1){f<0?(a="",n=0):(a=a.slice(0,f),n=a.length-1-a.lastIndexOf("/")),o=u,l=0;continue}}else if(a.length>0){a="",n=0,o=u,l=0;continue}}t&&(a=a.length>0?a+"/..":"..",n=2)}else a.length>0?a+="/"+e.slice(o+1,u):a=e.slice(o+1,u),n=u-o-1;o=u,l=0}else c===46&&l>-1?l++:l=-1}return a}function al(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const sx={cwd:ux};function ux(){return"/"}function Pf(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function cx(e){if(typeof e=="string")e=new URL(e);else if(!Pf(e)){const t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if(e.protocol!=="file:"){const t=new TypeError("The URL must be of scheme file");throw t.code="ERR_INVALID_URL_SCHEME",t}return dx(e)}function dx(e){if(e.hostname!==""){const n=new TypeError('File URL host must be "localhost" or empty on darwin');throw n.code="ERR_INVALID_FILE_URL_HOST",n}const t=e.pathname;let a=-1;for(;++a<t.length;)if(t.codePointAt(a)===37&&t.codePointAt(a+1)===50){const n=t.codePointAt(a+2);if(n===70||n===102){const o=new TypeError("File URL path must not include encoded / characters");throw o.code="ERR_INVALID_FILE_URL_PATH",o}}return decodeURIComponent(t)}const Xd=["history","path","basename","stem","extname","dirname"];class q4{constructor(t){let a;t?Pf(t)?a={path:t}:typeof t=="string"||fx(t)?a={value:t}:a=t:a={},this.cwd="cwd"in a?"":sx.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let n=-1;for(;++n<Xd.length;){const l=Xd[n];l in a&&a[l]!==void 0&&a[l]!==null&&(this[l]=l==="history"?[...a[l]]:a[l])}let o;for(o in a)Xd.includes(o)||(this[o]=a[o])}get basename(){return typeof this.path=="string"?Ga.basename(this.path):void 0}set basename(t){Zd(t,"basename"),Jd(t,"basename"),this.path=Ga.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?Ga.dirname(this.path):void 0}set dirname(t){S5(this.basename,"dirname"),this.path=Ga.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?Ga.extname(this.path):void 0}set extname(t){if(Jd(t,"extname"),S5(this.dirname,"extname"),t){if(t.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(t.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=Ga.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){Pf(t)&&(t=cx(t)),Zd(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?Ga.basename(this.path,this.extname):void 0}set stem(t){Zd(t,"stem"),Jd(t,"stem"),this.path=Ga.join(this.dirname||"",t+(this.extname||""))}fail(t,a,n){const o=this.message(t,a,n);throw o.fatal=!0,o}info(t,a,n){const o=this.message(t,a,n);return o.fatal=void 0,o}message(t,a,n){const o=new Rt(t,a,n);return this.path&&(o.name=this.path+":"+o.name,o.file=this.path),o.fatal=!1,this.messages.push(o),o}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}}function Jd(e,t){if(e&&e.includes(Ga.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+Ga.sep+"`")}function Zd(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function S5(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function fx(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const bx=(function(e){const n=this.constructor.prototype,o=n[e],l=function(){return o.apply(l,arguments)};return Object.setPrototypeOf(l,n),l}),mx={}.hasOwnProperty;class W0 extends bx{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=ex()}copy(){const t=new W0;let a=-1;for(;++a<this.attachers.length;){const n=this.attachers[a];t.use(...n)}return t.data($d(!0,{},this.namespace)),t}data(t,a){return typeof t=="string"?arguments.length===2?(af("data",this.frozen),this.namespace[t]=a,this):mx.call(this.namespace,t)&&this.namespace[t]||void 0:t?(af("data",this.frozen),this.namespace=t,this):this.namespace}freeze(){if(this.frozen)return this;const t=this;for(;++this.freezeIndex<this.attachers.length;){const[a,...n]=this.attachers[this.freezeIndex];if(n[0]===!1)continue;n[0]===!0&&(n[0]=void 0);const o=a.call(t,...n);typeof o=="function"&&this.transformers.use(o)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();const a=Rs(t),n=this.parser||this.Parser;return ef("parse",n),n(String(a),a)}process(t,a){const n=this;return this.freeze(),ef("process",this.parser||this.Parser),tf("process",this.compiler||this.Compiler),a?o(void 0,a):new Promise(o);function o(l,u){const c=Rs(t),f=n.parse(c);n.run(f,c,function(p,T,S){if(p||!T||!S)return m(p);const v=T,L=n.stringify(v,S);gx(L)?S.value=L:S.result=L,m(p,S)});function m(p,T){p||!T?u(p):l?l(T):a(void 0,T)}}}processSync(t){let a=!1,n;return this.freeze(),ef("processSync",this.parser||this.Parser),tf("processSync",this.compiler||this.Compiler),this.process(t,o),y5("processSync","process",a),n;function o(l,u){a=!0,T5(l),n=u}}run(t,a,n){C5(t),this.freeze();const o=this.transformers;return!n&&typeof a=="function"&&(n=a,a=void 0),n?l(void 0,n):new Promise(l);function l(u,c){const f=Rs(a);o.run(t,f,m);function m(p,T,S){const v=T||t;p?c(p):u?u(v):n(void 0,v,S)}}}runSync(t,a){let n=!1,o;return this.run(t,a,l),y5("runSync","run",n),o;function l(u,c){T5(u),o=c,n=!0}}stringify(t,a){this.freeze();const n=Rs(a),o=this.compiler||this.Compiler;return tf("stringify",o),C5(t),o(t,n)}use(t,...a){const n=this.attachers,o=this.namespace;if(af("use",this.frozen),t!=null)if(typeof t=="function")f(t,a);else if(typeof t=="object")Array.isArray(t)?c(t):u(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function l(m){if(typeof m=="function")f(m,[]);else if(typeof m=="object")if(Array.isArray(m)){const[p,...T]=m;f(p,T)}else u(m);else throw new TypeError("Expected usable value, not `"+m+"`")}function u(m){if(!("plugins"in m)&&!("settings"in m))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");c(m.plugins),m.settings&&(o.settings=$d(!0,o.settings,m.settings))}function c(m){let p=-1;if(m!=null)if(Array.isArray(m))for(;++p<m.length;){const T=m[p];l(T)}else throw new TypeError("Expected a list of plugins, not `"+m+"`")}function f(m,p){let T=-1,S=-1;for(;++T<n.length;)if(n[T][0]===m){S=T;break}if(S===-1)n.push([m,...p]);else if(p.length>0){let[v,...L]=p;const M=n[S][1];Nf(M)&&Nf(v)&&(v=$d(!0,M,v)),n[S]=[m,v,...L]}}}}const hx=new W0().freeze();function ef(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function tf(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function af(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function C5(e){if(!Nf(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function y5(e,t,a){if(!a)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function Rs(e){return px(e)?e:new q4(e)}function px(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function gx(e){return typeof e=="string"||Tx(e)}function Tx(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const vx="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",E5=[],M5={allowDangerousHtml:!0},Sx=/^(https?|ircs?|mailto|xmpp)$/i,Cx=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"className",id:"remove-classname"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function yx(e){const t=Ex(e),a=Mx(e);return Ax(t.runSync(t.parse(a),a),e)}function Ex(e){const t=e.rehypePlugins||E5,a=e.remarkPlugins||E5,n=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...M5}:M5;return hx().use(aA).use(a).use(XA,n).use(t)}function Mx(e){const t=e.children||"",a=new q4;return typeof t=="string"&&(a.value=t),a}function Ax(e,t){const a=t.allowedElements,n=t.allowElement,o=t.components,l=t.disallowedElements,u=t.skipHtml,c=t.unwrapDisallowed,f=t.urlTransform||xx;for(const p of Cx)Object.hasOwn(t,p.from)&&(""+p.from+(p.to?"use `"+p.to+"` instead":"remove it")+vx+p.id,void 0);return G0(e,m),Ny(e,{Fragment:C.Fragment,components:o,ignoreInvalidStyle:!0,jsx:C.jsx,jsxs:C.jsxs,passKeys:!0,passNode:!0});function m(p,T,S){if(p.type==="raw"&&S&&typeof T=="number")return u?S.children.splice(T,1):S.children[T]={type:"text",value:p.value},T;if(p.type==="element"){let v;for(v in Kd)if(Object.hasOwn(Kd,v)&&Object.hasOwn(p.properties,v)){const L=p.properties[v],M=Kd[v];(M===null||M.includes(p.tagName))&&(p.properties[v]=f(String(L||""),v,p))}}if(p.type==="element"){let v=a?!a.includes(p.tagName):l?l.includes(p.tagName):!1;if(!v&&n&&typeof T=="number"&&(v=!n(p,T,S)),v&&S&&typeof T=="number")return c&&p.children?S.children.splice(T,1,...p.children):S.children.splice(T,1),T}}}function xx(e){const t=e.indexOf(":"),a=e.indexOf("?"),n=e.indexOf("#"),o=e.indexOf("/");return t===-1||o!==-1&&t>o||a!==-1&&t>a||n!==-1&&t>n||Sx.test(e.slice(0,t))?e:""}const A5=/[#.]/g;function Lx(e,t){const a=e||"",n={};let o=0,l,u;for(;o<a.length;){A5.lastIndex=o;const c=A5.exec(a),f=a.slice(o,c?c.index:a.length);f&&(l?l==="#"?n.id=f:Array.isArray(n.className)?n.className.push(f):n.className=[f]:u=f,o+=f.length),c&&(l=c[0],o++)}return{type:"element",tagName:u||t||"div",properties:n,children:[]}}function Q4(e,t,a){const n=a?wx(a):void 0;function o(l,u,...c){let f;if(l==null){f={type:"root",children:[]};const m=u;c.unshift(m)}else{f=Lx(l,t);const m=f.tagName.toLowerCase(),p=n?n.get(m):void 0;if(f.tagName=p||m,Ix(u))c.unshift(u);else for(const[T,S]of Object.entries(u))_x(e,f.properties,T,S)}for(const m of c)Bf(f.children,m);return f.type==="element"&&f.tagName==="template"&&(f.content={type:"root",children:f.children},f.children=[]),f}return o}function Ix(e){if(e===null||typeof e!="object"||Array.isArray(e))return!0;if(typeof e.type!="string")return!1;const t=e,a=Object.keys(e);for(const n of a){const o=t[n];if(o&&typeof o=="object"){if(!Array.isArray(o))return!0;const l=o;for(const u of l)if(typeof u!="number"&&typeof u!="string")return!0}}return!!("children"in e&&Array.isArray(e.children))}function _x(e,t,a,n){const o=_0(e,a);let l;if(n!=null){if(typeof n=="number"){if(Number.isNaN(n))return;l=n}else typeof n=="boolean"?l=n:typeof n=="string"?o.spaceSeparated?l=jh(n):o.commaSeparated?l=Oh(n):o.commaOrSpaceSeparated?l=jh(Oh(n).join(" ")):l=x5(o,o.property,n):Array.isArray(n)?l=[...n]:l=o.property==="style"?Dx(n):String(n);if(Array.isArray(l)){const u=[];for(const c of l)u.push(x5(o,o.property,c));l=u}o.property==="className"&&Array.isArray(t.className)&&(l=t.className.concat(l)),t[o.property]=l}}function Bf(e,t){if(t!=null)if(typeof t=="number"||typeof t=="string")e.push({type:"text",value:String(t)});else if(Array.isArray(t))for(const a of t)Bf(e,a);else if(typeof t=="object"&&"type"in t)t.type==="root"?Bf(e,t.children):e.push(t);else throw new Error("Expected node, nodes, or string, got `"+t+"`")}function x5(e,t,a){if(typeof a=="string"){if(e.number&&a&&!Number.isNaN(Number(a)))return Number(a);if((e.boolean||e.overloadedBoolean)&&(a===""||Ho(a)===Ho(t)))return!0}return a}function Dx(e){const t=[];for(const[a,n]of Object.entries(e))t.push([a,n].join(": "));return t.join("; ")}function wx(e){const t=new Map;for(const a of e)t.set(a.toLowerCase(),a);return t}const Rx=["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","solidColor","textArea","textPath"],kx=Q4(Au,"div"),zx=Q4(yi,"g",Rx);function Nx(e){const t=String(e),a=[];return{toOffset:o,toPoint:n};function n(l){if(typeof l=="number"&&l>-1&&l<=t.length){let u=0;for(;;){let c=a[u];if(c===void 0){const f=L5(t,a[u-1]);c=f===-1?t.length+1:f+1,a[u]=c}if(c>l)return{line:u+1,column:l-(u>0?a[u-1]:0)+1,offset:l};u++}}}function o(l){if(l&&typeof l.line=="number"&&typeof l.column=="number"&&!Number.isNaN(l.line)&&!Number.isNaN(l.column)){for(;a.length<l.line;){const c=a[a.length-1],f=L5(t,c),m=f===-1?t.length+1:f+1;if(c===m)break;a.push(m)}const u=(l.line>1?a[l.line-2]:0)+l.column-1;if(u<a[l.line-1])return u}}}function L5(e,t){const a=e.indexOf("\r",t),n=e.indexOf(`
82
+ `,t);return n===-1?a:a===-1||a+1===n?n:a<n?a:n}const dn={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},Y4={}.hasOwnProperty,Px=Object.prototype;function Bx(e,t){const a=t||{};return U0({file:a.file||void 0,location:!1,schema:a.space==="svg"?yi:Au,verbose:a.verbose||!1},e)}function U0(e,t){let a;switch(t.nodeName){case"#comment":{const n=t;return a={type:"comment",value:n.data},Os(e,n,a),a}case"#document":case"#document-fragment":{const n=t,o="mode"in n?n.mode==="quirks"||n.mode==="limited-quirks":!1;if(a={type:"root",children:$4(e,t.childNodes),data:{quirksMode:o}},e.file&&e.location){const l=String(e.file),u=Nx(l),c=u.toPoint(0),f=u.toPoint(l.length);a.position={start:c,end:f}}return a}case"#documentType":{const n=t;return a={type:"doctype"},Os(e,n,a),a}case"#text":{const n=t;return a={type:"text",value:n.value},Os(e,n,a),a}default:return a=Fx(e,t),a}}function $4(e,t){let a=-1;const n=[];for(;++a<t.length;){const o=U0(e,t[a]);n.push(o)}return n}function Fx(e,t){const a=e.schema;e.schema=t.namespaceURI===dn.svg?yi:Au;let n=-1;const o={};for(;++n<t.attrs.length;){const c=t.attrs[n],f=(c.prefix?c.prefix+":":"")+c.name;Y4.call(Px,f)||(o[f]=c.value)}const u=(e.schema.space==="svg"?zx:kx)(t.tagName,o,$4(e,t.childNodes));if(Os(e,t,u),u.tagName==="template"){const c=t,f=c.sourceCodeLocation,m=f&&f.startTag&&ri(f.startTag),p=f&&f.endTag&&ri(f.endTag),T=U0(e,c.content);m&&p&&e.file&&(T.position={start:m.end,end:p.start}),u.content=T}return e.schema=a,u}function Os(e,t,a){if("sourceCodeLocation"in t&&t.sourceCodeLocation&&e.file){const n=Ox(e,a,t.sourceCodeLocation);n&&(e.location=!0,a.position=n)}}function Ox(e,t,a){const n=ri(a);if(t.type==="element"){const o=t.children[t.children.length-1];if(n&&!a.endTag&&o&&o.position&&o.position.end&&(n.end=Object.assign({},o.position.end)),e.verbose){const l={};let u;if(a.attrs)for(u in a.attrs)Y4.call(a.attrs,u)&&(l[_0(e.schema,u).property]=ri(a.attrs[u]));a.startTag;const c=ri(a.startTag),f=a.endTag?ri(a.endTag):void 0,m={opening:c};f&&(m.closing=f),m.properties=l,t.data={position:m}}}return n}function ri(e){const t=I5({line:e.startLine,column:e.startCol,offset:e.startOffset}),a=I5({line:e.endLine,column:e.endCol,offset:e.endOffset});return t||a?{start:t,end:a}:void 0}function I5(e){return e.line&&e.column?e:void 0}class rl{constructor(t,a,n){this.property=t,this.normal=a,n&&(this.space=n)}}rl.prototype.property={};rl.prototype.normal={};rl.prototype.space=null;function X4(e,t){const a={},n={};let o=-1;for(;++o<e.length;)Object.assign(a,e[o].property),Object.assign(n,e[o].normal);return new rl(a,n,t)}function Ff(e){return e.toLowerCase()}class va{constructor(t,a){this.property=t,this.attribute=a}}va.prototype.space=null;va.prototype.boolean=!1;va.prototype.booleanish=!1;va.prototype.overloadedBoolean=!1;va.prototype.number=!1;va.prototype.commaSeparated=!1;va.prototype.spaceSeparated=!1;va.prototype.commaOrSpaceSeparated=!1;va.prototype.mustUseProperty=!1;va.prototype.defined=!1;let Gx=0;const ze=yn(),ft=yn(),J4=yn(),ce=yn(),Xe=yn(),si=yn(),na=yn();function yn(){return 2**++Gx}const Of=Object.freeze(Object.defineProperty({__proto__:null,boolean:ze,booleanish:ft,commaOrSpaceSeparated:na,commaSeparated:si,number:ce,overloadedBoolean:J4,spaceSeparated:Xe},Symbol.toStringTag,{value:"Module"})),rf=Object.keys(Of);class H0 extends va{constructor(t,a,n,o){let l=-1;if(super(t,a),_5(this,"space",o),typeof n=="number")for(;++l<rf.length;){const u=rf[l];_5(this,rf[l],(n&Of[u])===Of[u])}}}H0.prototype.defined=!0;function _5(e,t,a){a&&(e[t]=a)}const Wx={}.hasOwnProperty;function Mi(e){const t={},a={};let n;for(n in e.properties)if(Wx.call(e.properties,n)){const o=e.properties[n],l=new H0(n,e.transform(e.attributes||{},n),o,e.space);e.mustUseProperty&&e.mustUseProperty.includes(n)&&(l.mustUseProperty=!0),t[n]=l,a[Ff(n)]=n,a[Ff(l.attribute)]=n}return new rl(t,a,e.space)}const Z4=Mi({space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()},properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),eg=Mi({space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()},properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function tg(e,t){return t in e?e[t]:t}function ag(e,t){return tg(e,t.toLowerCase())}const rg=Mi({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:ag,properties:{xmlns:null,xmlnsXLink:null}}),ng=Mi({transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()},properties:{ariaActiveDescendant:null,ariaAtomic:ft,ariaAutoComplete:null,ariaBusy:ft,ariaChecked:ft,ariaColCount:ce,ariaColIndex:ce,ariaColSpan:ce,ariaControls:Xe,ariaCurrent:null,ariaDescribedBy:Xe,ariaDetails:null,ariaDisabled:ft,ariaDropEffect:Xe,ariaErrorMessage:null,ariaExpanded:ft,ariaFlowTo:Xe,ariaGrabbed:ft,ariaHasPopup:null,ariaHidden:ft,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Xe,ariaLevel:ce,ariaLive:null,ariaModal:ft,ariaMultiLine:ft,ariaMultiSelectable:ft,ariaOrientation:null,ariaOwns:Xe,ariaPlaceholder:null,ariaPosInSet:ce,ariaPressed:ft,ariaReadOnly:ft,ariaRelevant:null,ariaRequired:ft,ariaRoleDescription:Xe,ariaRowCount:ce,ariaRowIndex:ce,ariaRowSpan:ce,ariaSelected:ft,ariaSetSize:ce,ariaSort:null,ariaValueMax:ce,ariaValueMin:ce,ariaValueNow:ce,ariaValueText:null,role:null}}),Ux=Mi({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:ag,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:si,acceptCharset:Xe,accessKey:Xe,action:null,allow:null,allowFullScreen:ze,allowPaymentRequest:ze,allowUserMedia:ze,alt:null,as:null,async:ze,autoCapitalize:null,autoComplete:Xe,autoFocus:ze,autoPlay:ze,blocking:Xe,capture:null,charSet:null,checked:ze,cite:null,className:Xe,cols:ce,colSpan:null,content:null,contentEditable:ft,controls:ze,controlsList:Xe,coords:ce|si,crossOrigin:null,data:null,dateTime:null,decoding:null,default:ze,defer:ze,dir:null,dirName:null,disabled:ze,download:J4,draggable:ft,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:ze,formTarget:null,headers:Xe,height:ce,hidden:ze,high:ce,href:null,hrefLang:null,htmlFor:Xe,httpEquiv:Xe,id:null,imageSizes:null,imageSrcSet:null,inert:ze,inputMode:null,integrity:null,is:null,isMap:ze,itemId:null,itemProp:Xe,itemRef:Xe,itemScope:ze,itemType:Xe,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:ze,low:ce,manifest:null,max:null,maxLength:ce,media:null,method:null,min:null,minLength:ce,multiple:ze,muted:ze,name:null,nonce:null,noModule:ze,noValidate:ze,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:ze,optimum:ce,pattern:null,ping:Xe,placeholder:null,playsInline:ze,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:ze,referrerPolicy:null,rel:Xe,required:ze,reversed:ze,rows:ce,rowSpan:ce,sandbox:Xe,scope:null,scoped:ze,seamless:ze,selected:ze,shadowRootClonable:ze,shadowRootDelegatesFocus:ze,shadowRootMode:null,shape:null,size:ce,sizes:null,slot:null,span:ce,spellCheck:ft,src:null,srcDoc:null,srcLang:null,srcSet:null,start:ce,step:null,style:null,tabIndex:ce,target:null,title:null,translate:null,type:null,typeMustMatch:ze,useMap:null,value:ft,width:ce,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Xe,axis:null,background:null,bgColor:null,border:ce,borderColor:null,bottomMargin:ce,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:ze,declare:ze,event:null,face:null,frame:null,frameBorder:null,hSpace:ce,leftMargin:ce,link:null,longDesc:null,lowSrc:null,marginHeight:ce,marginWidth:ce,noResize:ze,noHref:ze,noShade:ze,noWrap:ze,object:null,profile:null,prompt:null,rev:null,rightMargin:ce,rules:null,scheme:null,scrolling:ft,standby:null,summary:null,text:null,topMargin:ce,valueType:null,version:null,vAlign:null,vLink:null,vSpace:ce,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:ze,disableRemotePlayback:ze,prefix:null,property:null,results:ce,security:null,unselectable:null}}),Hx=Mi({space:"svg",attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},transform:tg,properties:{about:na,accentHeight:ce,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:ce,amplitude:ce,arabicForm:null,ascent:ce,attributeName:null,attributeType:null,azimuth:ce,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:ce,by:null,calcMode:null,capHeight:ce,className:Xe,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:ce,diffuseConstant:ce,direction:null,display:null,dur:null,divisor:ce,dominantBaseline:null,download:ze,dx:null,dy:null,edgeMode:null,editable:null,elevation:ce,enableBackground:null,end:null,event:null,exponent:ce,externalResourcesRequired:null,fill:null,fillOpacity:ce,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:si,g2:si,glyphName:si,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:ce,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:ce,horizOriginX:ce,horizOriginY:ce,id:null,ideographic:ce,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:ce,k:ce,k1:ce,k2:ce,k3:ce,k4:ce,kernelMatrix:na,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:ce,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:ce,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:ce,overlineThickness:ce,paintOrder:null,panose1:null,path:null,pathLength:ce,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Xe,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:ce,pointsAtY:ce,pointsAtZ:ce,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:na,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:na,rev:na,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:na,requiredFeatures:na,requiredFonts:na,requiredFormats:na,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:ce,specularExponent:ce,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:ce,strikethroughThickness:ce,string:null,stroke:null,strokeDashArray:na,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:ce,strokeOpacity:ce,strokeWidth:null,style:null,surfaceScale:ce,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:na,tabIndex:ce,tableValues:null,target:null,targetX:ce,targetY:ce,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:na,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:ce,underlineThickness:ce,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:ce,values:null,vAlphabetic:ce,vMathematical:ce,vectorEffect:null,vHanging:ce,vIdeographic:ce,version:null,vertAdvY:ce,vertOriginX:ce,vertOriginY:ce,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:ce,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),jx=/^data[-\w.:]+$/i,D5=/-[a-z]/g,Vx=/[A-Z]/g;function Kx(e,t){const a=Ff(t);let n=t,o=va;if(a in e.normal)return e.property[e.normal[a]];if(a.length>4&&a.slice(0,4)==="data"&&jx.test(t)){if(t.charAt(4)==="-"){const l=t.slice(5).replace(D5,Qx);n="data"+l.charAt(0).toUpperCase()+l.slice(1)}else{const l=t.slice(4);if(!D5.test(l)){let u=l.replace(Vx,qx);u.charAt(0)!=="-"&&(u="-"+u),t="data"+u}}o=H0}return new o(n,t)}function qx(e){return"-"+e.toLowerCase()}function Qx(e){return e.charAt(1).toUpperCase()}const Yx=X4([eg,Z4,rg,ng,Ux],"html"),ig=X4([eg,Z4,rg,ng,Hx],"svg"),w5={}.hasOwnProperty;function og(e,t){const a=t||{};function n(o,...l){let u=n.invalid;const c=n.handlers;if(o&&w5.call(o,e)){const f=String(o[e]);u=w5.call(c,f)?c[f]:n.unknown}if(u)return u.call(this,o,...l)}return n.handlers=a.handlers||{},n.invalid=a.invalid,n.unknown=a.unknown,n}const $x={},Xx={}.hasOwnProperty,lg=og("type",{handlers:{root:Zx,element:nL,text:aL,comment:rL,doctype:tL}});function Jx(e,t){const n=(t||$x).space;return lg(e,n==="svg"?ig:Yx)}function Zx(e,t){const a={nodeName:"#document",mode:(e.data||{}).quirksMode?"quirks":"no-quirks",childNodes:[]};return a.childNodes=j0(e.children,a,t),Ai(e,a),a}function eL(e,t){const a={nodeName:"#document-fragment",childNodes:[]};return a.childNodes=j0(e.children,a,t),Ai(e,a),a}function tL(e){const t={nodeName:"#documentType",name:"html",publicId:"",systemId:"",parentNode:null};return Ai(e,t),t}function aL(e){const t={nodeName:"#text",value:e.value,parentNode:null};return Ai(e,t),t}function rL(e){const t={nodeName:"#comment",data:e.value,parentNode:null};return Ai(e,t),t}function nL(e,t){const a=t;let n=a;e.type==="element"&&e.tagName.toLowerCase()==="svg"&&a.space==="html"&&(n=ig);const o=[];let l;if(e.properties){for(l in e.properties)if(l!=="children"&&Xx.call(e.properties,l)){const f=iL(n,l,e.properties[l]);f&&o.push(f)}}const u=n.space,c={nodeName:e.tagName,tagName:e.tagName,attrs:o,namespaceURI:dn[u],childNodes:[],parentNode:null};return c.childNodes=j0(e.children,c,n),Ai(e,c),e.tagName==="template"&&e.content&&(c.content=eL(e.content,n)),c}function iL(e,t,a){const n=Kx(e,t);if(a===!1||a===null||a===void 0||typeof a=="number"&&Number.isNaN(a)||!a&&n.boolean)return;Array.isArray(a)&&(a=n.commaSeparated?b4(a):C4(a));const o={name:n.attribute,value:a===!0?"":String(a)};if(n.space&&n.space!=="html"&&n.space!=="svg"){const l=o.name.indexOf(":");l<0?o.prefix="":(o.name=o.name.slice(l+1),o.prefix=n.attribute.slice(0,l)),o.namespace=dn[n.space]}return o}function j0(e,t,a){let n=-1;const o=[];if(e)for(;++n<e.length;){const l=lg(e[n],a);l.parentNode=t,o.push(l)}return o}function Ai(e,t){const a=e.position;a&&a.start&&a.end&&(a.start.offset,a.end.offset,t.sourceCodeLocation={startLine:a.start.line,startCol:a.start.column,startOffset:a.start.offset,endLine:a.end.line,endCol:a.end.column,endOffset:a.end.offset})}const oL=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"],lL=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]),rt="�";var I;(function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z"})(I||(I={}));const Qt={DASH_DASH:"--",CDATA_START:"[CDATA[",DOCTYPE:"doctype",SCRIPT:"script",PUBLIC:"public",SYSTEM:"system"};function sg(e){return e>=55296&&e<=57343}function sL(e){return e>=56320&&e<=57343}function uL(e,t){return(e-55296)*1024+9216+t}function ug(e){return e!==32&&e!==10&&e!==13&&e!==9&&e!==12&&e>=1&&e<=31||e>=127&&e<=159}function cg(e){return e>=64976&&e<=65007||lL.has(e)}var Y;(function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"})(Y||(Y={}));const cL=65536;class dL{constructor(t){this.handler=t,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=cL,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+ +(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(t,a){const{line:n,col:o,offset:l}=this,u=o+a,c=l+a;return{code:t,startLine:n,endLine:n,startCol:u,endCol:u,startOffset:c,endOffset:c}}_err(t){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(t,0)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(t){if(this.pos!==this.html.length-1){const a=this.html.charCodeAt(this.pos+1);if(sL(a))return this.pos++,this._addGap(),uL(t,a)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,I.EOF;return this._err(Y.surrogateInInputStream),t}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(t,a){this.html.length>0?this.html+=t:this.html=t,this.endOfChunkHit=!1,this.lastChunkWritten=a}insertHtmlAtCurrentPos(t){this.html=this.html.substring(0,this.pos+1)+t+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(t,a){if(this.pos+t.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(a)return this.html.startsWith(t,this.pos);for(let n=0;n<t.length;n++)if((this.html.charCodeAt(this.pos+n)|32)!==t.charCodeAt(n))return!1;return!0}peek(t){const a=this.pos+t;if(a>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,I.EOF;const n=this.html.charCodeAt(a);return n===I.CARRIAGE_RETURN?I.LINE_FEED:n}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,I.EOF;let t=this.html.charCodeAt(this.pos);return t===I.CARRIAGE_RETURN?(this.isEol=!0,this.skipNextNewLine=!0,I.LINE_FEED):t===I.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine)?(this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance()):(this.skipNextNewLine=!1,sg(t)&&(t=this._processSurrogate(t)),this.handler.onParseError===null||t>31&&t<127||t===I.LINE_FEED||t===I.CARRIAGE_RETURN||t>159&&t<64976||this._checkForProblematicCharacters(t),t)}_checkForProblematicCharacters(t){ug(t)?this._err(Y.controlCharacterInInputStream):cg(t)&&this._err(Y.noncharacterInInputStream)}retreat(t){for(this.pos-=t;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}var Ge;(function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"})(Ge||(Ge={}));function dg(e,t){for(let a=e.attrs.length-1;a>=0;a--)if(e.attrs[a].name===t)return e.attrs[a].value;return null}const fL=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),bL=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function mL(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=bL.get(e))!==null&&t!==void 0?t:e}var St;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(St||(St={}));const hL=32;var Wr;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(Wr||(Wr={}));function Gf(e){return e>=St.ZERO&&e<=St.NINE}function pL(e){return e>=St.UPPER_A&&e<=St.UPPER_F||e>=St.LOWER_A&&e<=St.LOWER_F}function gL(e){return e>=St.UPPER_A&&e<=St.UPPER_Z||e>=St.LOWER_A&&e<=St.LOWER_Z||Gf(e)}function TL(e){return e===St.EQUALS||gL(e)}var vt;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(vt||(vt={}));var lr;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(lr||(lr={}));class vL{constructor(t,a,n){this.decodeTree=t,this.emitCodePoint=a,this.errors=n,this.state=vt.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=lr.Strict}startEntity(t){this.decodeMode=t,this.state=vt.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,a){switch(this.state){case vt.EntityStart:return t.charCodeAt(a)===St.NUM?(this.state=vt.NumericStart,this.consumed+=1,this.stateNumericStart(t,a+1)):(this.state=vt.NamedEntity,this.stateNamedEntity(t,a));case vt.NumericStart:return this.stateNumericStart(t,a);case vt.NumericDecimal:return this.stateNumericDecimal(t,a);case vt.NumericHex:return this.stateNumericHex(t,a);case vt.NamedEntity:return this.stateNamedEntity(t,a)}}stateNumericStart(t,a){return a>=t.length?-1:(t.charCodeAt(a)|hL)===St.LOWER_X?(this.state=vt.NumericHex,this.consumed+=1,this.stateNumericHex(t,a+1)):(this.state=vt.NumericDecimal,this.stateNumericDecimal(t,a))}addToNumericResult(t,a,n,o){if(a!==n){const l=n-a;this.result=this.result*Math.pow(o,l)+Number.parseInt(t.substr(a,l),o),this.consumed+=l}}stateNumericHex(t,a){const n=a;for(;a<t.length;){const o=t.charCodeAt(a);if(Gf(o)||pL(o))a+=1;else return this.addToNumericResult(t,n,a,16),this.emitNumericEntity(o,3)}return this.addToNumericResult(t,n,a,16),-1}stateNumericDecimal(t,a){const n=a;for(;a<t.length;){const o=t.charCodeAt(a);if(Gf(o))a+=1;else return this.addToNumericResult(t,n,a,10),this.emitNumericEntity(o,2)}return this.addToNumericResult(t,n,a,10),-1}emitNumericEntity(t,a){var n;if(this.consumed<=a)return(n=this.errors)===null||n===void 0||n.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===St.SEMI)this.consumed+=1;else if(this.decodeMode===lr.Strict)return 0;return this.emitCodePoint(mL(this.result),this.consumed),this.errors&&(t!==St.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,a){const{decodeTree:n}=this;let o=n[this.treeIndex],l=(o&Wr.VALUE_LENGTH)>>14;for(;a<t.length;a++,this.excess++){const u=t.charCodeAt(a);if(this.treeIndex=SL(n,o,this.treeIndex+Math.max(1,l),u),this.treeIndex<0)return this.result===0||this.decodeMode===lr.Attribute&&(l===0||TL(u))?0:this.emitNotTerminatedNamedEntity();if(o=n[this.treeIndex],l=(o&Wr.VALUE_LENGTH)>>14,l!==0){if(u===St.SEMI)return this.emitNamedEntityData(this.treeIndex,l,this.consumed+this.excess);this.decodeMode!==lr.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;const{result:a,decodeTree:n}=this,o=(n[a]&Wr.VALUE_LENGTH)>>14;return this.emitNamedEntityData(a,o,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,a,n){const{decodeTree:o}=this;return this.emitCodePoint(a===1?o[t]&~Wr.VALUE_LENGTH:o[t+1],n),a===3&&this.emitCodePoint(o[t+2],n),n}end(){var t;switch(this.state){case vt.NamedEntity:return this.result!==0&&(this.decodeMode!==lr.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case vt.NumericDecimal:return this.emitNumericEntity(0,2);case vt.NumericHex:return this.emitNumericEntity(0,3);case vt.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case vt.EntityStart:return 0}}}function SL(e,t,a,n){const o=(t&Wr.BRANCH_LENGTH)>>7,l=t&Wr.JUMP_TABLE;if(o===0)return l!==0&&n===l?a:-1;if(l){const f=n-l;return f<0||f>=o?-1:e[a+f]-1}let u=a,c=u+o-1;for(;u<=c;){const f=u+c>>>1,m=e[f];if(m<n)u=f+1;else if(m>n)c=f-1;else return e[f+o]}return-1}var re;(function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"})(re||(re={}));var fn;(function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"})(fn||(fn={}));var Ta;(function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"})(Ta||(Ta={}));var K;(function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SEARCH="search",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"})(K||(K={}));var b;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SEARCH=94]="SEARCH",e[e.SECTION=95]="SECTION",e[e.SELECT=96]="SELECT",e[e.SOURCE=97]="SOURCE",e[e.SMALL=98]="SMALL",e[e.SPAN=99]="SPAN",e[e.STRIKE=100]="STRIKE",e[e.STRONG=101]="STRONG",e[e.STYLE=102]="STYLE",e[e.SUB=103]="SUB",e[e.SUMMARY=104]="SUMMARY",e[e.SUP=105]="SUP",e[e.TABLE=106]="TABLE",e[e.TBODY=107]="TBODY",e[e.TEMPLATE=108]="TEMPLATE",e[e.TEXTAREA=109]="TEXTAREA",e[e.TFOOT=110]="TFOOT",e[e.TD=111]="TD",e[e.TH=112]="TH",e[e.THEAD=113]="THEAD",e[e.TITLE=114]="TITLE",e[e.TR=115]="TR",e[e.TRACK=116]="TRACK",e[e.TT=117]="TT",e[e.U=118]="U",e[e.UL=119]="UL",e[e.SVG=120]="SVG",e[e.VAR=121]="VAR",e[e.WBR=122]="WBR",e[e.XMP=123]="XMP"})(b||(b={}));const CL=new Map([[K.A,b.A],[K.ADDRESS,b.ADDRESS],[K.ANNOTATION_XML,b.ANNOTATION_XML],[K.APPLET,b.APPLET],[K.AREA,b.AREA],[K.ARTICLE,b.ARTICLE],[K.ASIDE,b.ASIDE],[K.B,b.B],[K.BASE,b.BASE],[K.BASEFONT,b.BASEFONT],[K.BGSOUND,b.BGSOUND],[K.BIG,b.BIG],[K.BLOCKQUOTE,b.BLOCKQUOTE],[K.BODY,b.BODY],[K.BR,b.BR],[K.BUTTON,b.BUTTON],[K.CAPTION,b.CAPTION],[K.CENTER,b.CENTER],[K.CODE,b.CODE],[K.COL,b.COL],[K.COLGROUP,b.COLGROUP],[K.DD,b.DD],[K.DESC,b.DESC],[K.DETAILS,b.DETAILS],[K.DIALOG,b.DIALOG],[K.DIR,b.DIR],[K.DIV,b.DIV],[K.DL,b.DL],[K.DT,b.DT],[K.EM,b.EM],[K.EMBED,b.EMBED],[K.FIELDSET,b.FIELDSET],[K.FIGCAPTION,b.FIGCAPTION],[K.FIGURE,b.FIGURE],[K.FONT,b.FONT],[K.FOOTER,b.FOOTER],[K.FOREIGN_OBJECT,b.FOREIGN_OBJECT],[K.FORM,b.FORM],[K.FRAME,b.FRAME],[K.FRAMESET,b.FRAMESET],[K.H1,b.H1],[K.H2,b.H2],[K.H3,b.H3],[K.H4,b.H4],[K.H5,b.H5],[K.H6,b.H6],[K.HEAD,b.HEAD],[K.HEADER,b.HEADER],[K.HGROUP,b.HGROUP],[K.HR,b.HR],[K.HTML,b.HTML],[K.I,b.I],[K.IMG,b.IMG],[K.IMAGE,b.IMAGE],[K.INPUT,b.INPUT],[K.IFRAME,b.IFRAME],[K.KEYGEN,b.KEYGEN],[K.LABEL,b.LABEL],[K.LI,b.LI],[K.LINK,b.LINK],[K.LISTING,b.LISTING],[K.MAIN,b.MAIN],[K.MALIGNMARK,b.MALIGNMARK],[K.MARQUEE,b.MARQUEE],[K.MATH,b.MATH],[K.MENU,b.MENU],[K.META,b.META],[K.MGLYPH,b.MGLYPH],[K.MI,b.MI],[K.MO,b.MO],[K.MN,b.MN],[K.MS,b.MS],[K.MTEXT,b.MTEXT],[K.NAV,b.NAV],[K.NOBR,b.NOBR],[K.NOFRAMES,b.NOFRAMES],[K.NOEMBED,b.NOEMBED],[K.NOSCRIPT,b.NOSCRIPT],[K.OBJECT,b.OBJECT],[K.OL,b.OL],[K.OPTGROUP,b.OPTGROUP],[K.OPTION,b.OPTION],[K.P,b.P],[K.PARAM,b.PARAM],[K.PLAINTEXT,b.PLAINTEXT],[K.PRE,b.PRE],[K.RB,b.RB],[K.RP,b.RP],[K.RT,b.RT],[K.RTC,b.RTC],[K.RUBY,b.RUBY],[K.S,b.S],[K.SCRIPT,b.SCRIPT],[K.SEARCH,b.SEARCH],[K.SECTION,b.SECTION],[K.SELECT,b.SELECT],[K.SOURCE,b.SOURCE],[K.SMALL,b.SMALL],[K.SPAN,b.SPAN],[K.STRIKE,b.STRIKE],[K.STRONG,b.STRONG],[K.STYLE,b.STYLE],[K.SUB,b.SUB],[K.SUMMARY,b.SUMMARY],[K.SUP,b.SUP],[K.TABLE,b.TABLE],[K.TBODY,b.TBODY],[K.TEMPLATE,b.TEMPLATE],[K.TEXTAREA,b.TEXTAREA],[K.TFOOT,b.TFOOT],[K.TD,b.TD],[K.TH,b.TH],[K.THEAD,b.THEAD],[K.TITLE,b.TITLE],[K.TR,b.TR],[K.TRACK,b.TRACK],[K.TT,b.TT],[K.U,b.U],[K.UL,b.UL],[K.SVG,b.SVG],[K.VAR,b.VAR],[K.WBR,b.WBR],[K.XMP,b.XMP]]);function xi(e){var t;return(t=CL.get(e))!==null&&t!==void 0?t:b.UNKNOWN}const oe=b,yL={[re.HTML]:new Set([oe.ADDRESS,oe.APPLET,oe.AREA,oe.ARTICLE,oe.ASIDE,oe.BASE,oe.BASEFONT,oe.BGSOUND,oe.BLOCKQUOTE,oe.BODY,oe.BR,oe.BUTTON,oe.CAPTION,oe.CENTER,oe.COL,oe.COLGROUP,oe.DD,oe.DETAILS,oe.DIR,oe.DIV,oe.DL,oe.DT,oe.EMBED,oe.FIELDSET,oe.FIGCAPTION,oe.FIGURE,oe.FOOTER,oe.FORM,oe.FRAME,oe.FRAMESET,oe.H1,oe.H2,oe.H3,oe.H4,oe.H5,oe.H6,oe.HEAD,oe.HEADER,oe.HGROUP,oe.HR,oe.HTML,oe.IFRAME,oe.IMG,oe.INPUT,oe.LI,oe.LINK,oe.LISTING,oe.MAIN,oe.MARQUEE,oe.MENU,oe.META,oe.NAV,oe.NOEMBED,oe.NOFRAMES,oe.NOSCRIPT,oe.OBJECT,oe.OL,oe.P,oe.PARAM,oe.PLAINTEXT,oe.PRE,oe.SCRIPT,oe.SECTION,oe.SELECT,oe.SOURCE,oe.STYLE,oe.SUMMARY,oe.TABLE,oe.TBODY,oe.TD,oe.TEMPLATE,oe.TEXTAREA,oe.TFOOT,oe.TH,oe.THEAD,oe.TITLE,oe.TR,oe.TRACK,oe.UL,oe.WBR,oe.XMP]),[re.MATHML]:new Set([oe.MI,oe.MO,oe.MN,oe.MS,oe.MTEXT,oe.ANNOTATION_XML]),[re.SVG]:new Set([oe.TITLE,oe.FOREIGN_OBJECT,oe.DESC]),[re.XLINK]:new Set,[re.XML]:new Set,[re.XMLNS]:new Set},Wf=new Set([oe.H1,oe.H2,oe.H3,oe.H4,oe.H5,oe.H6]);K.STYLE,K.SCRIPT,K.XMP,K.IFRAME,K.NOEMBED,K.NOFRAMES,K.PLAINTEXT;var w;(function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=72]="AMBIGUOUS_AMPERSAND"})(w||(w={}));const ut={DATA:w.DATA,RCDATA:w.RCDATA,RAWTEXT:w.RAWTEXT,SCRIPT_DATA:w.SCRIPT_DATA,PLAINTEXT:w.PLAINTEXT,CDATA_SECTION:w.CDATA_SECTION};function EL(e){return e>=I.DIGIT_0&&e<=I.DIGIT_9}function Ao(e){return e>=I.LATIN_CAPITAL_A&&e<=I.LATIN_CAPITAL_Z}function ML(e){return e>=I.LATIN_SMALL_A&&e<=I.LATIN_SMALL_Z}function Or(e){return ML(e)||Ao(e)}function R5(e){return Or(e)||EL(e)}function ks(e){return e+32}function fg(e){return e===I.SPACE||e===I.LINE_FEED||e===I.TABULATION||e===I.FORM_FEED}function k5(e){return fg(e)||e===I.SOLIDUS||e===I.GREATER_THAN_SIGN}function AL(e){return e===I.NULL?Y.nullCharacterReference:e>1114111?Y.characterReferenceOutsideUnicodeRange:sg(e)?Y.surrogateCharacterReference:cg(e)?Y.noncharacterCharacterReference:ug(e)||e===I.CARRIAGE_RETURN?Y.controlCharacterReference:null}class xL{constructor(t,a){this.options=t,this.handler=a,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=w.DATA,this.returnState=w.DATA,this.entityStartPos=0,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new dL(a),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new vL(fL,(n,o)=>{this.preprocessor.pos=this.entityStartPos+o-1,this._flushCodePointConsumedAsCharacterReference(n)},a.onParseError?{missingSemicolonAfterCharacterReference:()=>{this._err(Y.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:n=>{this._err(Y.absenceOfDigitsInNumericCharacterReference,this.entityStartPos-this.preprocessor.pos+n)},validateNumericCharacterReference:n=>{const o=AL(n);o&&this._err(o,1)}}:void 0)}_err(t,a=0){var n,o;(o=(n=this.handler).onParseError)===null||o===void 0||o.call(n,this.preprocessor.getError(t,a))}getCurrentLocation(t){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-t,startOffset:this.preprocessor.offset-t,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const t=this._consume();this._ensureHibernation()||this._callState(t)}this.inLoop=!1}}pause(){this.paused=!0}resume(t){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,!this.inLoop&&(this._runParsingLoop(),this.paused||t?.())}write(t,a,n){this.active=!0,this.preprocessor.write(t,a),this._runParsingLoop(),this.paused||n?.()}insertHtmlAtCurrentPos(t){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(t),this._runParsingLoop()}_ensureHibernation(){return this.preprocessor.endOfChunkHit?(this.preprocessor.retreat(this.consumedAfterSnapshot),this.consumedAfterSnapshot=0,this.active=!1,!0):!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_advanceBy(t){this.consumedAfterSnapshot+=t;for(let a=0;a<t;a++)this.preprocessor.advance()}_consumeSequenceIfMatch(t,a){return this.preprocessor.startsWith(t,a)?(this._advanceBy(t.length-1),!0):!1}_createStartTagToken(){this.currentToken={type:Ge.START_TAG,tagName:"",tagID:b.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:Ge.END_TAG,tagName:"",tagID:b.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(t){this.currentToken={type:Ge.COMMENT,data:"",location:this.getCurrentLocation(t)}}_createDoctypeToken(t){this.currentToken={type:Ge.DOCTYPE,name:t,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(t,a){this.currentCharacterToken={type:t,chars:a,location:this.currentLocation}}_createAttr(t){this.currentAttr={name:t,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var t,a;const n=this.currentToken;if(dg(n,this.currentAttr.name)===null){if(n.attrs.push(this.currentAttr),n.location&&this.currentLocation){const o=(t=(a=n.location).attrs)!==null&&t!==void 0?t:a.attrs=Object.create(null);o[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(Y.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(t){this._emitCurrentCharacterToken(t.location),this.currentToken=null,t.location&&(t.location.endLine=this.preprocessor.line,t.location.endCol=this.preprocessor.col+1,t.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){const t=this.currentToken;this.prepareToken(t),t.tagID=xi(t.tagName),t.type===Ge.START_TAG?(this.lastStartTagName=t.tagName,this.handler.onStartTag(t)):(t.attrs.length>0&&this._err(Y.endTagWithAttributes),t.selfClosing&&this._err(Y.endTagWithTrailingSolidus),this.handler.onEndTag(t)),this.preprocessor.dropParsedChunk()}emitCurrentComment(t){this.prepareToken(t),this.handler.onComment(t),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(t){this.prepareToken(t),this.handler.onDoctype(t),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(t){if(this.currentCharacterToken){switch(t&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=t.startLine,this.currentCharacterToken.location.endCol=t.startCol,this.currentCharacterToken.location.endOffset=t.startOffset),this.currentCharacterToken.type){case Ge.CHARACTER:{this.handler.onCharacter(this.currentCharacterToken);break}case Ge.NULL_CHARACTER:{this.handler.onNullCharacter(this.currentCharacterToken);break}case Ge.WHITESPACE_CHARACTER:{this.handler.onWhitespaceCharacter(this.currentCharacterToken);break}}this.currentCharacterToken=null}}_emitEOFToken(){const t=this.getCurrentLocation(0);t&&(t.endLine=t.startLine,t.endCol=t.startCol,t.endOffset=t.startOffset),this._emitCurrentCharacterToken(t),this.handler.onEof({type:Ge.EOF,location:t}),this.active=!1}_appendCharToCurrentCharacterToken(t,a){if(this.currentCharacterToken)if(this.currentCharacterToken.type===t){this.currentCharacterToken.chars+=a;return}else this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk();this._createCharacterToken(t,a)}_emitCodePoint(t){const a=fg(t)?Ge.WHITESPACE_CHARACTER:t===I.NULL?Ge.NULL_CHARACTER:Ge.CHARACTER;this._appendCharToCurrentCharacterToken(a,String.fromCodePoint(t))}_emitChars(t){this._appendCharToCurrentCharacterToken(Ge.CHARACTER,t)}_startCharacterReference(){this.returnState=this.state,this.state=w.CHARACTER_REFERENCE,this.entityStartPos=this.preprocessor.pos,this.entityDecoder.startEntity(this._isCharacterReferenceInAttribute()?lr.Attribute:lr.Legacy)}_isCharacterReferenceInAttribute(){return this.returnState===w.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===w.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===w.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(t){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(t):this._emitCodePoint(t)}_callState(t){switch(this.state){case w.DATA:{this._stateData(t);break}case w.RCDATA:{this._stateRcdata(t);break}case w.RAWTEXT:{this._stateRawtext(t);break}case w.SCRIPT_DATA:{this._stateScriptData(t);break}case w.PLAINTEXT:{this._statePlaintext(t);break}case w.TAG_OPEN:{this._stateTagOpen(t);break}case w.END_TAG_OPEN:{this._stateEndTagOpen(t);break}case w.TAG_NAME:{this._stateTagName(t);break}case w.RCDATA_LESS_THAN_SIGN:{this._stateRcdataLessThanSign(t);break}case w.RCDATA_END_TAG_OPEN:{this._stateRcdataEndTagOpen(t);break}case w.RCDATA_END_TAG_NAME:{this._stateRcdataEndTagName(t);break}case w.RAWTEXT_LESS_THAN_SIGN:{this._stateRawtextLessThanSign(t);break}case w.RAWTEXT_END_TAG_OPEN:{this._stateRawtextEndTagOpen(t);break}case w.RAWTEXT_END_TAG_NAME:{this._stateRawtextEndTagName(t);break}case w.SCRIPT_DATA_LESS_THAN_SIGN:{this._stateScriptDataLessThanSign(t);break}case w.SCRIPT_DATA_END_TAG_OPEN:{this._stateScriptDataEndTagOpen(t);break}case w.SCRIPT_DATA_END_TAG_NAME:{this._stateScriptDataEndTagName(t);break}case w.SCRIPT_DATA_ESCAPE_START:{this._stateScriptDataEscapeStart(t);break}case w.SCRIPT_DATA_ESCAPE_START_DASH:{this._stateScriptDataEscapeStartDash(t);break}case w.SCRIPT_DATA_ESCAPED:{this._stateScriptDataEscaped(t);break}case w.SCRIPT_DATA_ESCAPED_DASH:{this._stateScriptDataEscapedDash(t);break}case w.SCRIPT_DATA_ESCAPED_DASH_DASH:{this._stateScriptDataEscapedDashDash(t);break}case w.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataEscapedLessThanSign(t);break}case w.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:{this._stateScriptDataEscapedEndTagOpen(t);break}case w.SCRIPT_DATA_ESCAPED_END_TAG_NAME:{this._stateScriptDataEscapedEndTagName(t);break}case w.SCRIPT_DATA_DOUBLE_ESCAPE_START:{this._stateScriptDataDoubleEscapeStart(t);break}case w.SCRIPT_DATA_DOUBLE_ESCAPED:{this._stateScriptDataDoubleEscaped(t);break}case w.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:{this._stateScriptDataDoubleEscapedDash(t);break}case w.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:{this._stateScriptDataDoubleEscapedDashDash(t);break}case w.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataDoubleEscapedLessThanSign(t);break}case w.SCRIPT_DATA_DOUBLE_ESCAPE_END:{this._stateScriptDataDoubleEscapeEnd(t);break}case w.BEFORE_ATTRIBUTE_NAME:{this._stateBeforeAttributeName(t);break}case w.ATTRIBUTE_NAME:{this._stateAttributeName(t);break}case w.AFTER_ATTRIBUTE_NAME:{this._stateAfterAttributeName(t);break}case w.BEFORE_ATTRIBUTE_VALUE:{this._stateBeforeAttributeValue(t);break}case w.ATTRIBUTE_VALUE_DOUBLE_QUOTED:{this._stateAttributeValueDoubleQuoted(t);break}case w.ATTRIBUTE_VALUE_SINGLE_QUOTED:{this._stateAttributeValueSingleQuoted(t);break}case w.ATTRIBUTE_VALUE_UNQUOTED:{this._stateAttributeValueUnquoted(t);break}case w.AFTER_ATTRIBUTE_VALUE_QUOTED:{this._stateAfterAttributeValueQuoted(t);break}case w.SELF_CLOSING_START_TAG:{this._stateSelfClosingStartTag(t);break}case w.BOGUS_COMMENT:{this._stateBogusComment(t);break}case w.MARKUP_DECLARATION_OPEN:{this._stateMarkupDeclarationOpen(t);break}case w.COMMENT_START:{this._stateCommentStart(t);break}case w.COMMENT_START_DASH:{this._stateCommentStartDash(t);break}case w.COMMENT:{this._stateComment(t);break}case w.COMMENT_LESS_THAN_SIGN:{this._stateCommentLessThanSign(t);break}case w.COMMENT_LESS_THAN_SIGN_BANG:{this._stateCommentLessThanSignBang(t);break}case w.COMMENT_LESS_THAN_SIGN_BANG_DASH:{this._stateCommentLessThanSignBangDash(t);break}case w.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:{this._stateCommentLessThanSignBangDashDash(t);break}case w.COMMENT_END_DASH:{this._stateCommentEndDash(t);break}case w.COMMENT_END:{this._stateCommentEnd(t);break}case w.COMMENT_END_BANG:{this._stateCommentEndBang(t);break}case w.DOCTYPE:{this._stateDoctype(t);break}case w.BEFORE_DOCTYPE_NAME:{this._stateBeforeDoctypeName(t);break}case w.DOCTYPE_NAME:{this._stateDoctypeName(t);break}case w.AFTER_DOCTYPE_NAME:{this._stateAfterDoctypeName(t);break}case w.AFTER_DOCTYPE_PUBLIC_KEYWORD:{this._stateAfterDoctypePublicKeyword(t);break}case w.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateBeforeDoctypePublicIdentifier(t);break}case w.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypePublicIdentifierDoubleQuoted(t);break}case w.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypePublicIdentifierSingleQuoted(t);break}case w.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateAfterDoctypePublicIdentifier(t);break}case w.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:{this._stateBetweenDoctypePublicAndSystemIdentifiers(t);break}case w.AFTER_DOCTYPE_SYSTEM_KEYWORD:{this._stateAfterDoctypeSystemKeyword(t);break}case w.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateBeforeDoctypeSystemIdentifier(t);break}case w.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypeSystemIdentifierDoubleQuoted(t);break}case w.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypeSystemIdentifierSingleQuoted(t);break}case w.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateAfterDoctypeSystemIdentifier(t);break}case w.BOGUS_DOCTYPE:{this._stateBogusDoctype(t);break}case w.CDATA_SECTION:{this._stateCdataSection(t);break}case w.CDATA_SECTION_BRACKET:{this._stateCdataSectionBracket(t);break}case w.CDATA_SECTION_END:{this._stateCdataSectionEnd(t);break}case w.CHARACTER_REFERENCE:{this._stateCharacterReference();break}case w.AMBIGUOUS_AMPERSAND:{this._stateAmbiguousAmpersand(t);break}default:throw new Error("Unknown state")}}_stateData(t){switch(t){case I.LESS_THAN_SIGN:{this.state=w.TAG_OPEN;break}case I.AMPERSAND:{this._startCharacterReference();break}case I.NULL:{this._err(Y.unexpectedNullCharacter),this._emitCodePoint(t);break}case I.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRcdata(t){switch(t){case I.AMPERSAND:{this._startCharacterReference();break}case I.LESS_THAN_SIGN:{this.state=w.RCDATA_LESS_THAN_SIGN;break}case I.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(rt);break}case I.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRawtext(t){switch(t){case I.LESS_THAN_SIGN:{this.state=w.RAWTEXT_LESS_THAN_SIGN;break}case I.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(rt);break}case I.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptData(t){switch(t){case I.LESS_THAN_SIGN:{this.state=w.SCRIPT_DATA_LESS_THAN_SIGN;break}case I.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(rt);break}case I.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_statePlaintext(t){switch(t){case I.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(rt);break}case I.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateTagOpen(t){if(Or(t))this._createStartTagToken(),this.state=w.TAG_NAME,this._stateTagName(t);else switch(t){case I.EXCLAMATION_MARK:{this.state=w.MARKUP_DECLARATION_OPEN;break}case I.SOLIDUS:{this.state=w.END_TAG_OPEN;break}case I.QUESTION_MARK:{this._err(Y.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=w.BOGUS_COMMENT,this._stateBogusComment(t);break}case I.EOF:{this._err(Y.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break}default:this._err(Y.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=w.DATA,this._stateData(t)}}_stateEndTagOpen(t){if(Or(t))this._createEndTagToken(),this.state=w.TAG_NAME,this._stateTagName(t);else switch(t){case I.GREATER_THAN_SIGN:{this._err(Y.missingEndTagName),this.state=w.DATA;break}case I.EOF:{this._err(Y.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break}default:this._err(Y.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=w.BOGUS_COMMENT,this._stateBogusComment(t)}}_stateTagName(t){const a=this.currentToken;switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:{this.state=w.BEFORE_ATTRIBUTE_NAME;break}case I.SOLIDUS:{this.state=w.SELF_CLOSING_START_TAG;break}case I.GREATER_THAN_SIGN:{this.state=w.DATA,this.emitCurrentTagToken();break}case I.NULL:{this._err(Y.unexpectedNullCharacter),a.tagName+=rt;break}case I.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:a.tagName+=String.fromCodePoint(Ao(t)?ks(t):t)}}_stateRcdataLessThanSign(t){t===I.SOLIDUS?this.state=w.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=w.RCDATA,this._stateRcdata(t))}_stateRcdataEndTagOpen(t){Or(t)?(this.state=w.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(t)):(this._emitChars("</"),this.state=w.RCDATA,this._stateRcdata(t))}handleSpecialEndTag(t){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();const a=this.currentToken;switch(a.tagName=this.lastStartTagName,this.preprocessor.peek(this.lastStartTagName.length)){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=w.BEFORE_ATTRIBUTE_NAME,!1;case I.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=w.SELF_CLOSING_START_TAG,!1;case I.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=w.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=w.RCDATA,this._stateRcdata(t))}_stateRawtextLessThanSign(t){t===I.SOLIDUS?this.state=w.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=w.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagOpen(t){Or(t)?(this.state=w.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(t)):(this._emitChars("</"),this.state=w.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=w.RAWTEXT,this._stateRawtext(t))}_stateScriptDataLessThanSign(t){switch(t){case I.SOLIDUS:{this.state=w.SCRIPT_DATA_END_TAG_OPEN;break}case I.EXCLAMATION_MARK:{this.state=w.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break}default:this._emitChars("<"),this.state=w.SCRIPT_DATA,this._stateScriptData(t)}}_stateScriptDataEndTagOpen(t){Or(t)?(this.state=w.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(t)):(this._emitChars("</"),this.state=w.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=w.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStart(t){t===I.HYPHEN_MINUS?(this.state=w.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=w.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStartDash(t){t===I.HYPHEN_MINUS?(this.state=w.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=w.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscaped(t){switch(t){case I.HYPHEN_MINUS:{this.state=w.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break}case I.LESS_THAN_SIGN:{this.state=w.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case I.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(rt);break}case I.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataEscapedDash(t){switch(t){case I.HYPHEN_MINUS:{this.state=w.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break}case I.LESS_THAN_SIGN:{this.state=w.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case I.NULL:{this._err(Y.unexpectedNullCharacter),this.state=w.SCRIPT_DATA_ESCAPED,this._emitChars(rt);break}case I.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=w.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedDashDash(t){switch(t){case I.HYPHEN_MINUS:{this._emitChars("-");break}case I.LESS_THAN_SIGN:{this.state=w.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case I.GREATER_THAN_SIGN:{this.state=w.SCRIPT_DATA,this._emitChars(">");break}case I.NULL:{this._err(Y.unexpectedNullCharacter),this.state=w.SCRIPT_DATA_ESCAPED,this._emitChars(rt);break}case I.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=w.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedLessThanSign(t){t===I.SOLIDUS?this.state=w.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:Or(t)?(this._emitChars("<"),this.state=w.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(t)):(this._emitChars("<"),this.state=w.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagOpen(t){Or(t)?(this.state=w.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(t)):(this._emitChars("</"),this.state=w.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=w.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscapeStart(t){if(this.preprocessor.startsWith(Qt.SCRIPT,!1)&&k5(this.preprocessor.peek(Qt.SCRIPT.length))){this._emitCodePoint(t);for(let a=0;a<Qt.SCRIPT.length;a++)this._emitCodePoint(this._consume());this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=w.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscaped(t){switch(t){case I.HYPHEN_MINUS:{this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break}case I.LESS_THAN_SIGN:{this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case I.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(rt);break}case I.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDash(t){switch(t){case I.HYPHEN_MINUS:{this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break}case I.LESS_THAN_SIGN:{this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case I.NULL:{this._err(Y.unexpectedNullCharacter),this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(rt);break}case I.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDashDash(t){switch(t){case I.HYPHEN_MINUS:{this._emitChars("-");break}case I.LESS_THAN_SIGN:{this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case I.GREATER_THAN_SIGN:{this.state=w.SCRIPT_DATA,this._emitChars(">");break}case I.NULL:{this._err(Y.unexpectedNullCharacter),this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(rt);break}case I.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedLessThanSign(t){t===I.SOLIDUS?(this.state=w.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateScriptDataDoubleEscapeEnd(t){if(this.preprocessor.startsWith(Qt.SCRIPT,!1)&&k5(this.preprocessor.peek(Qt.SCRIPT.length))){this._emitCodePoint(t);for(let a=0;a<Qt.SCRIPT.length;a++)this._emitCodePoint(this._consume());this.state=w.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=w.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateBeforeAttributeName(t){switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:break;case I.SOLIDUS:case I.GREATER_THAN_SIGN:case I.EOF:{this.state=w.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case I.EQUALS_SIGN:{this._err(Y.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=w.ATTRIBUTE_NAME;break}default:this._createAttr(""),this.state=w.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateAttributeName(t){switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:case I.SOLIDUS:case I.GREATER_THAN_SIGN:case I.EOF:{this._leaveAttrName(),this.state=w.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case I.EQUALS_SIGN:{this._leaveAttrName(),this.state=w.BEFORE_ATTRIBUTE_VALUE;break}case I.QUOTATION_MARK:case I.APOSTROPHE:case I.LESS_THAN_SIGN:{this._err(Y.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(t);break}case I.NULL:{this._err(Y.unexpectedNullCharacter),this.currentAttr.name+=rt;break}default:this.currentAttr.name+=String.fromCodePoint(Ao(t)?ks(t):t)}}_stateAfterAttributeName(t){switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:break;case I.SOLIDUS:{this.state=w.SELF_CLOSING_START_TAG;break}case I.EQUALS_SIGN:{this.state=w.BEFORE_ATTRIBUTE_VALUE;break}case I.GREATER_THAN_SIGN:{this.state=w.DATA,this.emitCurrentTagToken();break}case I.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this._createAttr(""),this.state=w.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateBeforeAttributeValue(t){switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:break;case I.QUOTATION_MARK:{this.state=w.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break}case I.APOSTROPHE:{this.state=w.ATTRIBUTE_VALUE_SINGLE_QUOTED;break}case I.GREATER_THAN_SIGN:{this._err(Y.missingAttributeValue),this.state=w.DATA,this.emitCurrentTagToken();break}default:this.state=w.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(t)}}_stateAttributeValueDoubleQuoted(t){switch(t){case I.QUOTATION_MARK:{this.state=w.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case I.AMPERSAND:{this._startCharacterReference();break}case I.NULL:{this._err(Y.unexpectedNullCharacter),this.currentAttr.value+=rt;break}case I.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueSingleQuoted(t){switch(t){case I.APOSTROPHE:{this.state=w.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case I.AMPERSAND:{this._startCharacterReference();break}case I.NULL:{this._err(Y.unexpectedNullCharacter),this.currentAttr.value+=rt;break}case I.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueUnquoted(t){switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:{this._leaveAttrValue(),this.state=w.BEFORE_ATTRIBUTE_NAME;break}case I.AMPERSAND:{this._startCharacterReference();break}case I.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=w.DATA,this.emitCurrentTagToken();break}case I.NULL:{this._err(Y.unexpectedNullCharacter),this.currentAttr.value+=rt;break}case I.QUOTATION_MARK:case I.APOSTROPHE:case I.LESS_THAN_SIGN:case I.EQUALS_SIGN:case I.GRAVE_ACCENT:{this._err(Y.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(t);break}case I.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAfterAttributeValueQuoted(t){switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:{this._leaveAttrValue(),this.state=w.BEFORE_ATTRIBUTE_NAME;break}case I.SOLIDUS:{this._leaveAttrValue(),this.state=w.SELF_CLOSING_START_TAG;break}case I.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=w.DATA,this.emitCurrentTagToken();break}case I.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this._err(Y.missingWhitespaceBetweenAttributes),this.state=w.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateSelfClosingStartTag(t){switch(t){case I.GREATER_THAN_SIGN:{const a=this.currentToken;a.selfClosing=!0,this.state=w.DATA,this.emitCurrentTagToken();break}case I.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this._err(Y.unexpectedSolidusInTag),this.state=w.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateBogusComment(t){const a=this.currentToken;switch(t){case I.GREATER_THAN_SIGN:{this.state=w.DATA,this.emitCurrentComment(a);break}case I.EOF:{this.emitCurrentComment(a),this._emitEOFToken();break}case I.NULL:{this._err(Y.unexpectedNullCharacter),a.data+=rt;break}default:a.data+=String.fromCodePoint(t)}}_stateMarkupDeclarationOpen(t){this._consumeSequenceIfMatch(Qt.DASH_DASH,!0)?(this._createCommentToken(Qt.DASH_DASH.length+1),this.state=w.COMMENT_START):this._consumeSequenceIfMatch(Qt.DOCTYPE,!1)?(this.currentLocation=this.getCurrentLocation(Qt.DOCTYPE.length+1),this.state=w.DOCTYPE):this._consumeSequenceIfMatch(Qt.CDATA_START,!0)?this.inForeignNode?this.state=w.CDATA_SECTION:(this._err(Y.cdataInHtmlContent),this._createCommentToken(Qt.CDATA_START.length+1),this.currentToken.data="[CDATA[",this.state=w.BOGUS_COMMENT):this._ensureHibernation()||(this._err(Y.incorrectlyOpenedComment),this._createCommentToken(2),this.state=w.BOGUS_COMMENT,this._stateBogusComment(t))}_stateCommentStart(t){switch(t){case I.HYPHEN_MINUS:{this.state=w.COMMENT_START_DASH;break}case I.GREATER_THAN_SIGN:{this._err(Y.abruptClosingOfEmptyComment),this.state=w.DATA;const a=this.currentToken;this.emitCurrentComment(a);break}default:this.state=w.COMMENT,this._stateComment(t)}}_stateCommentStartDash(t){const a=this.currentToken;switch(t){case I.HYPHEN_MINUS:{this.state=w.COMMENT_END;break}case I.GREATER_THAN_SIGN:{this._err(Y.abruptClosingOfEmptyComment),this.state=w.DATA,this.emitCurrentComment(a);break}case I.EOF:{this._err(Y.eofInComment),this.emitCurrentComment(a),this._emitEOFToken();break}default:a.data+="-",this.state=w.COMMENT,this._stateComment(t)}}_stateComment(t){const a=this.currentToken;switch(t){case I.HYPHEN_MINUS:{this.state=w.COMMENT_END_DASH;break}case I.LESS_THAN_SIGN:{a.data+="<",this.state=w.COMMENT_LESS_THAN_SIGN;break}case I.NULL:{this._err(Y.unexpectedNullCharacter),a.data+=rt;break}case I.EOF:{this._err(Y.eofInComment),this.emitCurrentComment(a),this._emitEOFToken();break}default:a.data+=String.fromCodePoint(t)}}_stateCommentLessThanSign(t){const a=this.currentToken;switch(t){case I.EXCLAMATION_MARK:{a.data+="!",this.state=w.COMMENT_LESS_THAN_SIGN_BANG;break}case I.LESS_THAN_SIGN:{a.data+="<";break}default:this.state=w.COMMENT,this._stateComment(t)}}_stateCommentLessThanSignBang(t){t===I.HYPHEN_MINUS?this.state=w.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=w.COMMENT,this._stateComment(t))}_stateCommentLessThanSignBangDash(t){t===I.HYPHEN_MINUS?this.state=w.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=w.COMMENT_END_DASH,this._stateCommentEndDash(t))}_stateCommentLessThanSignBangDashDash(t){t!==I.GREATER_THAN_SIGN&&t!==I.EOF&&this._err(Y.nestedComment),this.state=w.COMMENT_END,this._stateCommentEnd(t)}_stateCommentEndDash(t){const a=this.currentToken;switch(t){case I.HYPHEN_MINUS:{this.state=w.COMMENT_END;break}case I.EOF:{this._err(Y.eofInComment),this.emitCurrentComment(a),this._emitEOFToken();break}default:a.data+="-",this.state=w.COMMENT,this._stateComment(t)}}_stateCommentEnd(t){const a=this.currentToken;switch(t){case I.GREATER_THAN_SIGN:{this.state=w.DATA,this.emitCurrentComment(a);break}case I.EXCLAMATION_MARK:{this.state=w.COMMENT_END_BANG;break}case I.HYPHEN_MINUS:{a.data+="-";break}case I.EOF:{this._err(Y.eofInComment),this.emitCurrentComment(a),this._emitEOFToken();break}default:a.data+="--",this.state=w.COMMENT,this._stateComment(t)}}_stateCommentEndBang(t){const a=this.currentToken;switch(t){case I.HYPHEN_MINUS:{a.data+="--!",this.state=w.COMMENT_END_DASH;break}case I.GREATER_THAN_SIGN:{this._err(Y.incorrectlyClosedComment),this.state=w.DATA,this.emitCurrentComment(a);break}case I.EOF:{this._err(Y.eofInComment),this.emitCurrentComment(a),this._emitEOFToken();break}default:a.data+="--!",this.state=w.COMMENT,this._stateComment(t)}}_stateDoctype(t){switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:{this.state=w.BEFORE_DOCTYPE_NAME;break}case I.GREATER_THAN_SIGN:{this.state=w.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t);break}case I.EOF:{this._err(Y.eofInDoctype),this._createDoctypeToken(null);const a=this.currentToken;a.forceQuirks=!0,this.emitCurrentDoctype(a),this._emitEOFToken();break}default:this._err(Y.missingWhitespaceBeforeDoctypeName),this.state=w.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t)}}_stateBeforeDoctypeName(t){if(Ao(t))this._createDoctypeToken(String.fromCharCode(ks(t))),this.state=w.DOCTYPE_NAME;else switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:break;case I.NULL:{this._err(Y.unexpectedNullCharacter),this._createDoctypeToken(rt),this.state=w.DOCTYPE_NAME;break}case I.GREATER_THAN_SIGN:{this._err(Y.missingDoctypeName),this._createDoctypeToken(null);const a=this.currentToken;a.forceQuirks=!0,this.emitCurrentDoctype(a),this.state=w.DATA;break}case I.EOF:{this._err(Y.eofInDoctype),this._createDoctypeToken(null);const a=this.currentToken;a.forceQuirks=!0,this.emitCurrentDoctype(a),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(t)),this.state=w.DOCTYPE_NAME}}_stateDoctypeName(t){const a=this.currentToken;switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:{this.state=w.AFTER_DOCTYPE_NAME;break}case I.GREATER_THAN_SIGN:{this.state=w.DATA,this.emitCurrentDoctype(a);break}case I.NULL:{this._err(Y.unexpectedNullCharacter),a.name+=rt;break}case I.EOF:{this._err(Y.eofInDoctype),a.forceQuirks=!0,this.emitCurrentDoctype(a),this._emitEOFToken();break}default:a.name+=String.fromCodePoint(Ao(t)?ks(t):t)}}_stateAfterDoctypeName(t){const a=this.currentToken;switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:break;case I.GREATER_THAN_SIGN:{this.state=w.DATA,this.emitCurrentDoctype(a);break}case I.EOF:{this._err(Y.eofInDoctype),a.forceQuirks=!0,this.emitCurrentDoctype(a),this._emitEOFToken();break}default:this._consumeSequenceIfMatch(Qt.PUBLIC,!1)?this.state=w.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(Qt.SYSTEM,!1)?this.state=w.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(Y.invalidCharacterSequenceAfterDoctypeName),a.forceQuirks=!0,this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(t))}}_stateAfterDoctypePublicKeyword(t){const a=this.currentToken;switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:{this.state=w.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break}case I.QUOTATION_MARK:{this._err(Y.missingWhitespaceAfterDoctypePublicKeyword),a.publicId="",this.state=w.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case I.APOSTROPHE:{this._err(Y.missingWhitespaceAfterDoctypePublicKeyword),a.publicId="",this.state=w.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case I.GREATER_THAN_SIGN:{this._err(Y.missingDoctypePublicIdentifier),a.forceQuirks=!0,this.state=w.DATA,this.emitCurrentDoctype(a);break}case I.EOF:{this._err(Y.eofInDoctype),a.forceQuirks=!0,this.emitCurrentDoctype(a),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypePublicIdentifier),a.forceQuirks=!0,this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypePublicIdentifier(t){const a=this.currentToken;switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:break;case I.QUOTATION_MARK:{a.publicId="",this.state=w.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case I.APOSTROPHE:{a.publicId="",this.state=w.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case I.GREATER_THAN_SIGN:{this._err(Y.missingDoctypePublicIdentifier),a.forceQuirks=!0,this.state=w.DATA,this.emitCurrentDoctype(a);break}case I.EOF:{this._err(Y.eofInDoctype),a.forceQuirks=!0,this.emitCurrentDoctype(a),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypePublicIdentifier),a.forceQuirks=!0,this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypePublicIdentifierDoubleQuoted(t){const a=this.currentToken;switch(t){case I.QUOTATION_MARK:{this.state=w.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case I.NULL:{this._err(Y.unexpectedNullCharacter),a.publicId+=rt;break}case I.GREATER_THAN_SIGN:{this._err(Y.abruptDoctypePublicIdentifier),a.forceQuirks=!0,this.emitCurrentDoctype(a),this.state=w.DATA;break}case I.EOF:{this._err(Y.eofInDoctype),a.forceQuirks=!0,this.emitCurrentDoctype(a),this._emitEOFToken();break}default:a.publicId+=String.fromCodePoint(t)}}_stateDoctypePublicIdentifierSingleQuoted(t){const a=this.currentToken;switch(t){case I.APOSTROPHE:{this.state=w.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case I.NULL:{this._err(Y.unexpectedNullCharacter),a.publicId+=rt;break}case I.GREATER_THAN_SIGN:{this._err(Y.abruptDoctypePublicIdentifier),a.forceQuirks=!0,this.emitCurrentDoctype(a),this.state=w.DATA;break}case I.EOF:{this._err(Y.eofInDoctype),a.forceQuirks=!0,this.emitCurrentDoctype(a),this._emitEOFToken();break}default:a.publicId+=String.fromCodePoint(t)}}_stateAfterDoctypePublicIdentifier(t){const a=this.currentToken;switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:{this.state=w.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break}case I.GREATER_THAN_SIGN:{this.state=w.DATA,this.emitCurrentDoctype(a);break}case I.QUOTATION_MARK:{this._err(Y.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),a.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case I.APOSTROPHE:{this._err(Y.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),a.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case I.EOF:{this._err(Y.eofInDoctype),a.forceQuirks=!0,this.emitCurrentDoctype(a),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypeSystemIdentifier),a.forceQuirks=!0,this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBetweenDoctypePublicAndSystemIdentifiers(t){const a=this.currentToken;switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:break;case I.GREATER_THAN_SIGN:{this.emitCurrentDoctype(a),this.state=w.DATA;break}case I.QUOTATION_MARK:{a.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case I.APOSTROPHE:{a.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case I.EOF:{this._err(Y.eofInDoctype),a.forceQuirks=!0,this.emitCurrentDoctype(a),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypeSystemIdentifier),a.forceQuirks=!0,this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateAfterDoctypeSystemKeyword(t){const a=this.currentToken;switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:{this.state=w.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break}case I.QUOTATION_MARK:{this._err(Y.missingWhitespaceAfterDoctypeSystemKeyword),a.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case I.APOSTROPHE:{this._err(Y.missingWhitespaceAfterDoctypeSystemKeyword),a.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case I.GREATER_THAN_SIGN:{this._err(Y.missingDoctypeSystemIdentifier),a.forceQuirks=!0,this.state=w.DATA,this.emitCurrentDoctype(a);break}case I.EOF:{this._err(Y.eofInDoctype),a.forceQuirks=!0,this.emitCurrentDoctype(a),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypeSystemIdentifier),a.forceQuirks=!0,this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypeSystemIdentifier(t){const a=this.currentToken;switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:break;case I.QUOTATION_MARK:{a.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case I.APOSTROPHE:{a.systemId="",this.state=w.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case I.GREATER_THAN_SIGN:{this._err(Y.missingDoctypeSystemIdentifier),a.forceQuirks=!0,this.state=w.DATA,this.emitCurrentDoctype(a);break}case I.EOF:{this._err(Y.eofInDoctype),a.forceQuirks=!0,this.emitCurrentDoctype(a),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypeSystemIdentifier),a.forceQuirks=!0,this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypeSystemIdentifierDoubleQuoted(t){const a=this.currentToken;switch(t){case I.QUOTATION_MARK:{this.state=w.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case I.NULL:{this._err(Y.unexpectedNullCharacter),a.systemId+=rt;break}case I.GREATER_THAN_SIGN:{this._err(Y.abruptDoctypeSystemIdentifier),a.forceQuirks=!0,this.emitCurrentDoctype(a),this.state=w.DATA;break}case I.EOF:{this._err(Y.eofInDoctype),a.forceQuirks=!0,this.emitCurrentDoctype(a),this._emitEOFToken();break}default:a.systemId+=String.fromCodePoint(t)}}_stateDoctypeSystemIdentifierSingleQuoted(t){const a=this.currentToken;switch(t){case I.APOSTROPHE:{this.state=w.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case I.NULL:{this._err(Y.unexpectedNullCharacter),a.systemId+=rt;break}case I.GREATER_THAN_SIGN:{this._err(Y.abruptDoctypeSystemIdentifier),a.forceQuirks=!0,this.emitCurrentDoctype(a),this.state=w.DATA;break}case I.EOF:{this._err(Y.eofInDoctype),a.forceQuirks=!0,this.emitCurrentDoctype(a),this._emitEOFToken();break}default:a.systemId+=String.fromCodePoint(t)}}_stateAfterDoctypeSystemIdentifier(t){const a=this.currentToken;switch(t){case I.SPACE:case I.LINE_FEED:case I.TABULATION:case I.FORM_FEED:break;case I.GREATER_THAN_SIGN:{this.emitCurrentDoctype(a),this.state=w.DATA;break}case I.EOF:{this._err(Y.eofInDoctype),a.forceQuirks=!0,this.emitCurrentDoctype(a),this._emitEOFToken();break}default:this._err(Y.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=w.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBogusDoctype(t){const a=this.currentToken;switch(t){case I.GREATER_THAN_SIGN:{this.emitCurrentDoctype(a),this.state=w.DATA;break}case I.NULL:{this._err(Y.unexpectedNullCharacter);break}case I.EOF:{this.emitCurrentDoctype(a),this._emitEOFToken();break}}}_stateCdataSection(t){switch(t){case I.RIGHT_SQUARE_BRACKET:{this.state=w.CDATA_SECTION_BRACKET;break}case I.EOF:{this._err(Y.eofInCdata),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateCdataSectionBracket(t){t===I.RIGHT_SQUARE_BRACKET?this.state=w.CDATA_SECTION_END:(this._emitChars("]"),this.state=w.CDATA_SECTION,this._stateCdataSection(t))}_stateCdataSectionEnd(t){switch(t){case I.GREATER_THAN_SIGN:{this.state=w.DATA;break}case I.RIGHT_SQUARE_BRACKET:{this._emitChars("]");break}default:this._emitChars("]]"),this.state=w.CDATA_SECTION,this._stateCdataSection(t)}}_stateCharacterReference(){let t=this.entityDecoder.write(this.preprocessor.html,this.preprocessor.pos);if(t<0)if(this.preprocessor.lastChunkWritten)t=this.entityDecoder.end();else{this.active=!1,this.preprocessor.pos=this.preprocessor.html.length-1,this.consumedAfterSnapshot=0,this.preprocessor.endOfChunkHit=!0;return}t===0?(this.preprocessor.pos=this.entityStartPos,this._flushCodePointConsumedAsCharacterReference(I.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&R5(this.preprocessor.peek(1))?w.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}_stateAmbiguousAmpersand(t){R5(t)?this._flushCodePointConsumedAsCharacterReference(t):(t===I.SEMICOLON&&this._err(Y.unknownNamedCharacterReference),this.state=this.returnState,this._callState(t))}}const bg=new Set([b.DD,b.DT,b.LI,b.OPTGROUP,b.OPTION,b.P,b.RB,b.RP,b.RT,b.RTC]),z5=new Set([...bg,b.CAPTION,b.COLGROUP,b.TBODY,b.TD,b.TFOOT,b.TH,b.THEAD,b.TR]),tu=new Set([b.APPLET,b.CAPTION,b.HTML,b.MARQUEE,b.OBJECT,b.TABLE,b.TD,b.TEMPLATE,b.TH]),LL=new Set([...tu,b.OL,b.UL]),IL=new Set([...tu,b.BUTTON]),N5=new Set([b.ANNOTATION_XML,b.MI,b.MN,b.MO,b.MS,b.MTEXT]),P5=new Set([b.DESC,b.FOREIGN_OBJECT,b.TITLE]),_L=new Set([b.TR,b.TEMPLATE,b.HTML]),DL=new Set([b.TBODY,b.TFOOT,b.THEAD,b.TEMPLATE,b.HTML]),wL=new Set([b.TABLE,b.TEMPLATE,b.HTML]),RL=new Set([b.TD,b.TH]);class kL{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(t,a,n){this.treeAdapter=a,this.handler=n,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=b.UNKNOWN,this.current=t}_indexOf(t){return this.items.lastIndexOf(t,this.stackTop)}_isInTemplate(){return this.currentTagId===b.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===re.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(t,a){this.stackTop++,this.items[this.stackTop]=t,this.current=t,this.tagIDs[this.stackTop]=a,this.currentTagId=a,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(t,a,!0)}pop(){const t=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!0)}replace(t,a){const n=this._indexOf(t);this.items[n]=a,n===this.stackTop&&(this.current=a)}insertAfter(t,a,n){const o=this._indexOf(t)+1;this.items.splice(o,0,a),this.tagIDs.splice(o,0,n),this.stackTop++,o===this.stackTop&&this._updateCurrentElement(),this.current&&this.currentTagId!==void 0&&this.handler.onItemPush(this.current,this.currentTagId,o===this.stackTop)}popUntilTagNamePopped(t){let a=this.stackTop+1;do a=this.tagIDs.lastIndexOf(t,a-1);while(a>0&&this.treeAdapter.getNamespaceURI(this.items[a])!==re.HTML);this.shortenToLength(Math.max(a,0))}shortenToLength(t){for(;this.stackTop>=t;){const a=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(a,this.stackTop<t)}}popUntilElementPopped(t){const a=this._indexOf(t);this.shortenToLength(Math.max(a,0))}popUntilPopped(t,a){const n=this._indexOfTagNames(t,a);this.shortenToLength(Math.max(n,0))}popUntilNumberedHeaderPopped(){this.popUntilPopped(Wf,re.HTML)}popUntilTableCellPopped(){this.popUntilPopped(RL,re.HTML)}popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(t,a){for(let n=this.stackTop;n>=0;n--)if(t.has(this.tagIDs[n])&&this.treeAdapter.getNamespaceURI(this.items[n])===a)return n;return-1}clearBackTo(t,a){const n=this._indexOfTagNames(t,a);this.shortenToLength(n+1)}clearBackToTableContext(){this.clearBackTo(wL,re.HTML)}clearBackToTableBodyContext(){this.clearBackTo(DL,re.HTML)}clearBackToTableRowContext(){this.clearBackTo(_L,re.HTML)}remove(t){const a=this._indexOf(t);a>=0&&(a===this.stackTop?this.pop():(this.items.splice(a,1),this.tagIDs.splice(a,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===b.BODY?this.items[1]:null}contains(t){return this._indexOf(t)>-1}getCommonAncestor(t){const a=this._indexOf(t)-1;return a>=0?this.items[a]:null}isRootHtmlElementCurrent(){return this.stackTop===0&&this.tagIDs[0]===b.HTML}hasInDynamicScope(t,a){for(let n=this.stackTop;n>=0;n--){const o=this.tagIDs[n];switch(this.treeAdapter.getNamespaceURI(this.items[n])){case re.HTML:{if(o===t)return!0;if(a.has(o))return!1;break}case re.SVG:{if(P5.has(o))return!1;break}case re.MATHML:{if(N5.has(o))return!1;break}}}return!0}hasInScope(t){return this.hasInDynamicScope(t,tu)}hasInListItemScope(t){return this.hasInDynamicScope(t,LL)}hasInButtonScope(t){return this.hasInDynamicScope(t,IL)}hasNumberedHeaderInScope(){for(let t=this.stackTop;t>=0;t--){const a=this.tagIDs[t];switch(this.treeAdapter.getNamespaceURI(this.items[t])){case re.HTML:{if(Wf.has(a))return!0;if(tu.has(a))return!1;break}case re.SVG:{if(P5.has(a))return!1;break}case re.MATHML:{if(N5.has(a))return!1;break}}}return!0}hasInTableScope(t){for(let a=this.stackTop;a>=0;a--)if(this.treeAdapter.getNamespaceURI(this.items[a])===re.HTML)switch(this.tagIDs[a]){case t:return!0;case b.TABLE:case b.HTML:return!1}return!0}hasTableBodyContextInTableScope(){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===re.HTML)switch(this.tagIDs[t]){case b.TBODY:case b.THEAD:case b.TFOOT:return!0;case b.TABLE:case b.HTML:return!1}return!0}hasInSelectScope(t){for(let a=this.stackTop;a>=0;a--)if(this.treeAdapter.getNamespaceURI(this.items[a])===re.HTML)switch(this.tagIDs[a]){case t:return!0;case b.OPTION:case b.OPTGROUP:break;default:return!1}return!0}generateImpliedEndTags(){for(;this.currentTagId!==void 0&&bg.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;this.currentTagId!==void 0&&z5.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(t){for(;this.currentTagId!==void 0&&this.currentTagId!==t&&z5.has(this.currentTagId);)this.pop()}}const nf=3;var Wa;(function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"})(Wa||(Wa={}));const B5={type:Wa.Marker};class zL{constructor(t){this.treeAdapter=t,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(t,a){const n=[],o=a.length,l=this.treeAdapter.getTagName(t),u=this.treeAdapter.getNamespaceURI(t);for(let c=0;c<this.entries.length;c++){const f=this.entries[c];if(f.type===Wa.Marker)break;const{element:m}=f;if(this.treeAdapter.getTagName(m)===l&&this.treeAdapter.getNamespaceURI(m)===u){const p=this.treeAdapter.getAttrList(m);p.length===o&&n.push({idx:c,attrs:p})}}return n}_ensureNoahArkCondition(t){if(this.entries.length<nf)return;const a=this.treeAdapter.getAttrList(t),n=this._getNoahArkConditionCandidates(t,a);if(n.length<nf)return;const o=new Map(a.map(u=>[u.name,u.value]));let l=0;for(let u=0;u<n.length;u++){const c=n[u];c.attrs.every(f=>o.get(f.name)===f.value)&&(l+=1,l>=nf&&this.entries.splice(c.idx,1))}}insertMarker(){this.entries.unshift(B5)}pushElement(t,a){this._ensureNoahArkCondition(t),this.entries.unshift({type:Wa.Element,element:t,token:a})}insertElementAfterBookmark(t,a){const n=this.entries.indexOf(this.bookmark);this.entries.splice(n,0,{type:Wa.Element,element:t,token:a})}removeEntry(t){const a=this.entries.indexOf(t);a!==-1&&this.entries.splice(a,1)}clearToLastMarker(){const t=this.entries.indexOf(B5);t===-1?this.entries.length=0:this.entries.splice(0,t+1)}getElementEntryInScopeWithTagName(t){const a=this.entries.find(n=>n.type===Wa.Marker||this.treeAdapter.getTagName(n.element)===t);return a&&a.type===Wa.Element?a:null}getElementEntry(t){return this.entries.find(a=>a.type===Wa.Element&&a.element===t)}}const Gr={createDocument(){return{nodeName:"#document",mode:Ta.NO_QUIRKS,childNodes:[]}},createDocumentFragment(){return{nodeName:"#document-fragment",childNodes:[]}},createElement(e,t,a){return{nodeName:e,tagName:e,attrs:a,namespaceURI:t,childNodes:[],parentNode:null}},createCommentNode(e){return{nodeName:"#comment",data:e,parentNode:null}},createTextNode(e){return{nodeName:"#text",value:e,parentNode:null}},appendChild(e,t){e.childNodes.push(t),t.parentNode=e},insertBefore(e,t,a){const n=e.childNodes.indexOf(a);e.childNodes.splice(n,0,t),t.parentNode=e},setTemplateContent(e,t){e.content=t},getTemplateContent(e){return e.content},setDocumentType(e,t,a,n){const o=e.childNodes.find(l=>l.nodeName==="#documentType");if(o)o.name=t,o.publicId=a,o.systemId=n;else{const l={nodeName:"#documentType",name:t,publicId:a,systemId:n,parentNode:null};Gr.appendChild(e,l)}},setDocumentMode(e,t){e.mode=t},getDocumentMode(e){return e.mode},detachNode(e){if(e.parentNode){const t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},insertText(e,t){if(e.childNodes.length>0){const a=e.childNodes[e.childNodes.length-1];if(Gr.isTextNode(a)){a.value+=t;return}}Gr.appendChild(e,Gr.createTextNode(t))},insertTextBefore(e,t,a){const n=e.childNodes[e.childNodes.indexOf(a)-1];n&&Gr.isTextNode(n)?n.value+=t:Gr.insertBefore(e,Gr.createTextNode(t),a)},adoptAttributes(e,t){const a=new Set(e.attrs.map(n=>n.name));for(let n=0;n<t.length;n++)a.has(t[n].name)||e.attrs.push(t[n])},getFirstChild(e){return e.childNodes[0]},getChildNodes(e){return e.childNodes},getParentNode(e){return e.parentNode},getAttrList(e){return e.attrs},getTagName(e){return e.tagName},getNamespaceURI(e){return e.namespaceURI},getTextNodeContent(e){return e.value},getCommentNodeContent(e){return e.data},getDocumentTypeNodeName(e){return e.name},getDocumentTypeNodePublicId(e){return e.publicId},getDocumentTypeNodeSystemId(e){return e.systemId},isTextNode(e){return e.nodeName==="#text"},isCommentNode(e){return e.nodeName==="#comment"},isDocumentTypeNode(e){return e.nodeName==="#documentType"},isElementNode(e){return Object.prototype.hasOwnProperty.call(e,"tagName")},setNodeSourceCodeLocation(e,t){e.sourceCodeLocation=t},getNodeSourceCodeLocation(e){return e.sourceCodeLocation},updateNodeSourceCodeLocation(e,t){e.sourceCodeLocation={...e.sourceCodeLocation,...t}}},mg="html",NL="about:legacy-compat",PL="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",hg=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],BL=[...hg,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],FL=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),pg=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],OL=[...pg,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function F5(e,t){return t.some(a=>e.startsWith(a))}function GL(e){return e.name===mg&&e.publicId===null&&(e.systemId===null||e.systemId===NL)}function WL(e){if(e.name!==mg)return Ta.QUIRKS;const{systemId:t}=e;if(t&&t.toLowerCase()===PL)return Ta.QUIRKS;let{publicId:a}=e;if(a!==null){if(a=a.toLowerCase(),FL.has(a))return Ta.QUIRKS;let n=t===null?BL:hg;if(F5(a,n))return Ta.QUIRKS;if(n=t===null?pg:OL,F5(a,n))return Ta.LIMITED_QUIRKS}return Ta.NO_QUIRKS}const O5={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},UL="definitionurl",HL="definitionURL",jL=new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(e=>[e.toLowerCase(),e])),VL=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:re.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:re.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:re.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:re.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:re.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:re.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:re.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:re.XML}],["xml:space",{prefix:"xml",name:"space",namespace:re.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:re.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:re.XMLNS}]]),KL=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),qL=new Set([b.B,b.BIG,b.BLOCKQUOTE,b.BODY,b.BR,b.CENTER,b.CODE,b.DD,b.DIV,b.DL,b.DT,b.EM,b.EMBED,b.H1,b.H2,b.H3,b.H4,b.H5,b.H6,b.HEAD,b.HR,b.I,b.IMG,b.LI,b.LISTING,b.MENU,b.META,b.NOBR,b.OL,b.P,b.PRE,b.RUBY,b.S,b.SMALL,b.SPAN,b.STRONG,b.STRIKE,b.SUB,b.SUP,b.TABLE,b.TT,b.U,b.UL,b.VAR]);function QL(e){const t=e.tagID;return t===b.FONT&&e.attrs.some(({name:n})=>n===fn.COLOR||n===fn.SIZE||n===fn.FACE)||qL.has(t)}function gg(e){for(let t=0;t<e.attrs.length;t++)if(e.attrs[t].name===UL){e.attrs[t].name=HL;break}}function Tg(e){for(let t=0;t<e.attrs.length;t++){const a=jL.get(e.attrs[t].name);a!=null&&(e.attrs[t].name=a)}}function V0(e){for(let t=0;t<e.attrs.length;t++){const a=VL.get(e.attrs[t].name);a&&(e.attrs[t].prefix=a.prefix,e.attrs[t].name=a.name,e.attrs[t].namespace=a.namespace)}}function YL(e){const t=KL.get(e.tagName);t!=null&&(e.tagName=t,e.tagID=xi(e.tagName))}function $L(e,t){return t===re.MATHML&&(e===b.MI||e===b.MO||e===b.MN||e===b.MS||e===b.MTEXT)}function XL(e,t,a){if(t===re.MATHML&&e===b.ANNOTATION_XML){for(let n=0;n<a.length;n++)if(a[n].name===fn.ENCODING){const o=a[n].value.toLowerCase();return o===O5.TEXT_HTML||o===O5.APPLICATION_XML}}return t===re.SVG&&(e===b.FOREIGN_OBJECT||e===b.DESC||e===b.TITLE)}function JL(e,t,a,n){return(!n||n===re.HTML)&&XL(e,t,a)||(!n||n===re.MATHML)&&$L(e,t)}const ZL="hidden",eI=8,tI=3;var N;(function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"})(N||(N={}));const aI={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},vg=new Set([b.TABLE,b.TBODY,b.TFOOT,b.THEAD,b.TR]),G5={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:Gr,onParseError:null};class W5{constructor(t,a,n=null,o=null){this.fragmentContext=n,this.scriptHandler=o,this.currentToken=null,this.stopped=!1,this.insertionMode=N.INITIAL,this.originalInsertionMode=N.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options={...G5,...t},this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=a??this.treeAdapter.createDocument(),this.tokenizer=new xL(this.options,this),this.activeFormattingElements=new zL(this.treeAdapter),this.fragmentContextID=n?xi(this.treeAdapter.getTagName(n)):b.UNKNOWN,this._setContextModes(n??this.document,this.fragmentContextID),this.openElements=new kL(this.document,this.treeAdapter,this)}static parse(t,a){const n=new this(a);return n.tokenizer.write(t,!0),n.document}static getFragmentParser(t,a){const n={...G5,...a};t??(t=n.treeAdapter.createElement(K.TEMPLATE,re.HTML,[]));const o=n.treeAdapter.createElement("documentmock",re.HTML,[]),l=new this(n,o,t);return l.fragmentContextID===b.TEMPLATE&&l.tmplInsertionModeStack.unshift(N.IN_TEMPLATE),l._initTokenizerForFragmentParsing(),l._insertFakeRootElement(),l._resetInsertionMode(),l._findFormInFragmentContext(),l}getFragment(){const t=this.treeAdapter.getFirstChild(this.document),a=this.treeAdapter.createDocumentFragment();return this._adoptNodes(t,a),a}_err(t,a,n){var o;if(!this.onParseError)return;const l=(o=t.location)!==null&&o!==void 0?o:aI,u={code:a,startLine:l.startLine,startCol:l.startCol,startOffset:l.startOffset,endLine:n?l.startLine:l.endLine,endCol:n?l.startCol:l.endCol,endOffset:n?l.startOffset:l.endOffset};this.onParseError(u)}onItemPush(t,a,n){var o,l;(l=(o=this.treeAdapter).onItemPush)===null||l===void 0||l.call(o,t),n&&this.openElements.stackTop>0&&this._setContextModes(t,a)}onItemPop(t,a){var n,o;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(t,this.currentToken),(o=(n=this.treeAdapter).onItemPop)===null||o===void 0||o.call(n,t,this.openElements.current),a){let l,u;this.openElements.stackTop===0&&this.fragmentContext?(l=this.fragmentContext,u=this.fragmentContextID):{current:l,currentTagId:u}=this.openElements,this._setContextModes(l,u)}}_setContextModes(t,a){const n=t===this.document||t&&this.treeAdapter.getNamespaceURI(t)===re.HTML;this.currentNotInHTML=!n,this.tokenizer.inForeignNode=!n&&t!==void 0&&a!==void 0&&!this._isIntegrationPoint(a,t)}_switchToTextParsing(t,a){this._insertElement(t,re.HTML),this.tokenizer.state=a,this.originalInsertionMode=this.insertionMode,this.insertionMode=N.TEXT}switchToPlaintextParsing(){this.insertionMode=N.TEXT,this.originalInsertionMode=N.IN_BODY,this.tokenizer.state=ut.PLAINTEXT}_getAdjustedCurrentElement(){return this.openElements.stackTop===0&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let t=this.fragmentContext;for(;t;){if(this.treeAdapter.getTagName(t)===K.FORM){this.formElement=t;break}t=this.treeAdapter.getParentNode(t)}}_initTokenizerForFragmentParsing(){if(!(!this.fragmentContext||this.treeAdapter.getNamespaceURI(this.fragmentContext)!==re.HTML))switch(this.fragmentContextID){case b.TITLE:case b.TEXTAREA:{this.tokenizer.state=ut.RCDATA;break}case b.STYLE:case b.XMP:case b.IFRAME:case b.NOEMBED:case b.NOFRAMES:case b.NOSCRIPT:{this.tokenizer.state=ut.RAWTEXT;break}case b.SCRIPT:{this.tokenizer.state=ut.SCRIPT_DATA;break}case b.PLAINTEXT:{this.tokenizer.state=ut.PLAINTEXT;break}}}_setDocumentType(t){const a=t.name||"",n=t.publicId||"",o=t.systemId||"";if(this.treeAdapter.setDocumentType(this.document,a,n,o),t.location){const u=this.treeAdapter.getChildNodes(this.document).find(c=>this.treeAdapter.isDocumentTypeNode(c));u&&this.treeAdapter.setNodeSourceCodeLocation(u,t.location)}}_attachElementToTree(t,a){if(this.options.sourceCodeLocationInfo){const n=a&&{...a,startTag:a};this.treeAdapter.setNodeSourceCodeLocation(t,n)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(t);else{const n=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(n??this.document,t)}}_appendElement(t,a){const n=this.treeAdapter.createElement(t.tagName,a,t.attrs);this._attachElementToTree(n,t.location)}_insertElement(t,a){const n=this.treeAdapter.createElement(t.tagName,a,t.attrs);this._attachElementToTree(n,t.location),this.openElements.push(n,t.tagID)}_insertFakeElement(t,a){const n=this.treeAdapter.createElement(t,re.HTML,[]);this._attachElementToTree(n,null),this.openElements.push(n,a)}_insertTemplate(t){const a=this.treeAdapter.createElement(t.tagName,re.HTML,t.attrs),n=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(a,n),this._attachElementToTree(a,t.location),this.openElements.push(a,t.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(n,null)}_insertFakeRootElement(){const t=this.treeAdapter.createElement(K.HTML,re.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(t,null),this.treeAdapter.appendChild(this.openElements.current,t),this.openElements.push(t,b.HTML)}_appendCommentNode(t,a){const n=this.treeAdapter.createCommentNode(t.data);this.treeAdapter.appendChild(a,n),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(n,t.location)}_insertCharacters(t){let a,n;if(this._shouldFosterParentOnInsertion()?({parent:a,beforeElement:n}=this._findFosterParentingLocation(),n?this.treeAdapter.insertTextBefore(a,t.chars,n):this.treeAdapter.insertText(a,t.chars)):(a=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(a,t.chars)),!t.location)return;const o=this.treeAdapter.getChildNodes(a),l=n?o.lastIndexOf(n):o.length,u=o[l-1];if(this.treeAdapter.getNodeSourceCodeLocation(u)){const{endLine:f,endCol:m,endOffset:p}=t.location;this.treeAdapter.updateNodeSourceCodeLocation(u,{endLine:f,endCol:m,endOffset:p})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(u,t.location)}_adoptNodes(t,a){for(let n=this.treeAdapter.getFirstChild(t);n;n=this.treeAdapter.getFirstChild(t))this.treeAdapter.detachNode(n),this.treeAdapter.appendChild(a,n)}_setEndLocation(t,a){if(this.treeAdapter.getNodeSourceCodeLocation(t)&&a.location){const n=a.location,o=this.treeAdapter.getTagName(t),l=a.type===Ge.END_TAG&&o===a.tagName?{endTag:{...n},endLine:n.endLine,endCol:n.endCol,endOffset:n.endOffset}:{endLine:n.startLine,endCol:n.startCol,endOffset:n.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(t,l)}}shouldProcessStartTagTokenInForeignContent(t){if(!this.currentNotInHTML)return!1;let a,n;return this.openElements.stackTop===0&&this.fragmentContext?(a=this.fragmentContext,n=this.fragmentContextID):{current:a,currentTagId:n}=this.openElements,t.tagID===b.SVG&&this.treeAdapter.getTagName(a)===K.ANNOTATION_XML&&this.treeAdapter.getNamespaceURI(a)===re.MATHML?!1:this.tokenizer.inForeignNode||(t.tagID===b.MGLYPH||t.tagID===b.MALIGNMARK)&&n!==void 0&&!this._isIntegrationPoint(n,a,re.HTML)}_processToken(t){switch(t.type){case Ge.CHARACTER:{this.onCharacter(t);break}case Ge.NULL_CHARACTER:{this.onNullCharacter(t);break}case Ge.COMMENT:{this.onComment(t);break}case Ge.DOCTYPE:{this.onDoctype(t);break}case Ge.START_TAG:{this._processStartTag(t);break}case Ge.END_TAG:{this.onEndTag(t);break}case Ge.EOF:{this.onEof(t);break}case Ge.WHITESPACE_CHARACTER:{this.onWhitespaceCharacter(t);break}}}_isIntegrationPoint(t,a,n){const o=this.treeAdapter.getNamespaceURI(a),l=this.treeAdapter.getAttrList(a);return JL(t,o,l,n)}_reconstructActiveFormattingElements(){const t=this.activeFormattingElements.entries.length;if(t){const a=this.activeFormattingElements.entries.findIndex(o=>o.type===Wa.Marker||this.openElements.contains(o.element)),n=a===-1?t-1:a-1;for(let o=n;o>=0;o--){const l=this.activeFormattingElements.entries[o];this._insertElement(l.token,this.treeAdapter.getNamespaceURI(l.element)),l.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=N.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(b.P),this.openElements.popUntilTagNamePopped(b.P)}_resetInsertionMode(){for(let t=this.openElements.stackTop;t>=0;t--)switch(t===0&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[t]){case b.TR:{this.insertionMode=N.IN_ROW;return}case b.TBODY:case b.THEAD:case b.TFOOT:{this.insertionMode=N.IN_TABLE_BODY;return}case b.CAPTION:{this.insertionMode=N.IN_CAPTION;return}case b.COLGROUP:{this.insertionMode=N.IN_COLUMN_GROUP;return}case b.TABLE:{this.insertionMode=N.IN_TABLE;return}case b.BODY:{this.insertionMode=N.IN_BODY;return}case b.FRAMESET:{this.insertionMode=N.IN_FRAMESET;return}case b.SELECT:{this._resetInsertionModeForSelect(t);return}case b.TEMPLATE:{this.insertionMode=this.tmplInsertionModeStack[0];return}case b.HTML:{this.insertionMode=this.headElement?N.AFTER_HEAD:N.BEFORE_HEAD;return}case b.TD:case b.TH:{if(t>0){this.insertionMode=N.IN_CELL;return}break}case b.HEAD:{if(t>0){this.insertionMode=N.IN_HEAD;return}break}}this.insertionMode=N.IN_BODY}_resetInsertionModeForSelect(t){if(t>0)for(let a=t-1;a>0;a--){const n=this.openElements.tagIDs[a];if(n===b.TEMPLATE)break;if(n===b.TABLE){this.insertionMode=N.IN_SELECT_IN_TABLE;return}}this.insertionMode=N.IN_SELECT}_isElementCausesFosterParenting(t){return vg.has(t)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this.openElements.currentTagId!==void 0&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let t=this.openElements.stackTop;t>=0;t--){const a=this.openElements.items[t];switch(this.openElements.tagIDs[t]){case b.TEMPLATE:{if(this.treeAdapter.getNamespaceURI(a)===re.HTML)return{parent:this.treeAdapter.getTemplateContent(a),beforeElement:null};break}case b.TABLE:{const n=this.treeAdapter.getParentNode(a);return n?{parent:n,beforeElement:a}:{parent:this.openElements.items[t-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(t){const a=this._findFosterParentingLocation();a.beforeElement?this.treeAdapter.insertBefore(a.parent,t,a.beforeElement):this.treeAdapter.appendChild(a.parent,t)}_isSpecialElement(t,a){const n=this.treeAdapter.getNamespaceURI(t);return yL[n].has(a)}onCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){R_(this,t);return}switch(this.insertionMode){case N.INITIAL:{Co(this,t);break}case N.BEFORE_HTML:{Ro(this,t);break}case N.BEFORE_HEAD:{ko(this,t);break}case N.IN_HEAD:{zo(this,t);break}case N.IN_HEAD_NO_SCRIPT:{No(this,t);break}case N.AFTER_HEAD:{Po(this,t);break}case N.IN_BODY:case N.IN_CAPTION:case N.IN_CELL:case N.IN_TEMPLATE:{Cg(this,t);break}case N.TEXT:case N.IN_SELECT:case N.IN_SELECT_IN_TABLE:{this._insertCharacters(t);break}case N.IN_TABLE:case N.IN_TABLE_BODY:case N.IN_ROW:{of(this,t);break}case N.IN_TABLE_TEXT:{Lg(this,t);break}case N.IN_COLUMN_GROUP:{au(this,t);break}case N.AFTER_BODY:{ru(this,t);break}case N.AFTER_AFTER_BODY:{Gs(this,t);break}}}onNullCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){w_(this,t);return}switch(this.insertionMode){case N.INITIAL:{Co(this,t);break}case N.BEFORE_HTML:{Ro(this,t);break}case N.BEFORE_HEAD:{ko(this,t);break}case N.IN_HEAD:{zo(this,t);break}case N.IN_HEAD_NO_SCRIPT:{No(this,t);break}case N.AFTER_HEAD:{Po(this,t);break}case N.TEXT:{this._insertCharacters(t);break}case N.IN_TABLE:case N.IN_TABLE_BODY:case N.IN_ROW:{of(this,t);break}case N.IN_COLUMN_GROUP:{au(this,t);break}case N.AFTER_BODY:{ru(this,t);break}case N.AFTER_AFTER_BODY:{Gs(this,t);break}}}onComment(t){if(this.skipNextNewLine=!1,this.currentNotInHTML){Uf(this,t);return}switch(this.insertionMode){case N.INITIAL:case N.BEFORE_HTML:case N.BEFORE_HEAD:case N.IN_HEAD:case N.IN_HEAD_NO_SCRIPT:case N.AFTER_HEAD:case N.IN_BODY:case N.IN_TABLE:case N.IN_CAPTION:case N.IN_COLUMN_GROUP:case N.IN_TABLE_BODY:case N.IN_ROW:case N.IN_CELL:case N.IN_SELECT:case N.IN_SELECT_IN_TABLE:case N.IN_TEMPLATE:case N.IN_FRAMESET:case N.AFTER_FRAMESET:{Uf(this,t);break}case N.IN_TABLE_TEXT:{yo(this,t);break}case N.AFTER_BODY:{uI(this,t);break}case N.AFTER_AFTER_BODY:case N.AFTER_AFTER_FRAMESET:{cI(this,t);break}}}onDoctype(t){switch(this.skipNextNewLine=!1,this.insertionMode){case N.INITIAL:{dI(this,t);break}case N.BEFORE_HEAD:case N.IN_HEAD:case N.IN_HEAD_NO_SCRIPT:case N.AFTER_HEAD:{this._err(t,Y.misplacedDoctype);break}case N.IN_TABLE_TEXT:{yo(this,t);break}}}onStartTag(t){this.skipNextNewLine=!1,this.currentToken=t,this._processStartTag(t),t.selfClosing&&!t.ackSelfClosing&&this._err(t,Y.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(t){this.shouldProcessStartTagTokenInForeignContent(t)?k_(this,t):this._startTagOutsideForeignContent(t)}_startTagOutsideForeignContent(t){switch(this.insertionMode){case N.INITIAL:{Co(this,t);break}case N.BEFORE_HTML:{fI(this,t);break}case N.BEFORE_HEAD:{mI(this,t);break}case N.IN_HEAD:{ka(this,t);break}case N.IN_HEAD_NO_SCRIPT:{gI(this,t);break}case N.AFTER_HEAD:{vI(this,t);break}case N.IN_BODY:{kt(this,t);break}case N.IN_TABLE:{bi(this,t);break}case N.IN_TABLE_TEXT:{yo(this,t);break}case N.IN_CAPTION:{h_(this,t);break}case N.IN_COLUMN_GROUP:{Q0(this,t);break}case N.IN_TABLE_BODY:{Ru(this,t);break}case N.IN_ROW:{ku(this,t);break}case N.IN_CELL:{T_(this,t);break}case N.IN_SELECT:{Dg(this,t);break}case N.IN_SELECT_IN_TABLE:{S_(this,t);break}case N.IN_TEMPLATE:{y_(this,t);break}case N.AFTER_BODY:{M_(this,t);break}case N.IN_FRAMESET:{A_(this,t);break}case N.AFTER_FRAMESET:{L_(this,t);break}case N.AFTER_AFTER_BODY:{__(this,t);break}case N.AFTER_AFTER_FRAMESET:{D_(this,t);break}}}onEndTag(t){this.skipNextNewLine=!1,this.currentToken=t,this.currentNotInHTML?z_(this,t):this._endTagOutsideForeignContent(t)}_endTagOutsideForeignContent(t){switch(this.insertionMode){case N.INITIAL:{Co(this,t);break}case N.BEFORE_HTML:{bI(this,t);break}case N.BEFORE_HEAD:{hI(this,t);break}case N.IN_HEAD:{pI(this,t);break}case N.IN_HEAD_NO_SCRIPT:{TI(this,t);break}case N.AFTER_HEAD:{SI(this,t);break}case N.IN_BODY:{wu(this,t);break}case N.TEXT:{i_(this,t);break}case N.IN_TABLE:{Vo(this,t);break}case N.IN_TABLE_TEXT:{yo(this,t);break}case N.IN_CAPTION:{p_(this,t);break}case N.IN_COLUMN_GROUP:{g_(this,t);break}case N.IN_TABLE_BODY:{Hf(this,t);break}case N.IN_ROW:{_g(this,t);break}case N.IN_CELL:{v_(this,t);break}case N.IN_SELECT:{wg(this,t);break}case N.IN_SELECT_IN_TABLE:{C_(this,t);break}case N.IN_TEMPLATE:{E_(this,t);break}case N.AFTER_BODY:{kg(this,t);break}case N.IN_FRAMESET:{x_(this,t);break}case N.AFTER_FRAMESET:{I_(this,t);break}case N.AFTER_AFTER_BODY:{Gs(this,t);break}}}onEof(t){switch(this.insertionMode){case N.INITIAL:{Co(this,t);break}case N.BEFORE_HTML:{Ro(this,t);break}case N.BEFORE_HEAD:{ko(this,t);break}case N.IN_HEAD:{zo(this,t);break}case N.IN_HEAD_NO_SCRIPT:{No(this,t);break}case N.AFTER_HEAD:{Po(this,t);break}case N.IN_BODY:case N.IN_TABLE:case N.IN_CAPTION:case N.IN_COLUMN_GROUP:case N.IN_TABLE_BODY:case N.IN_ROW:case N.IN_CELL:case N.IN_SELECT:case N.IN_SELECT_IN_TABLE:{Ag(this,t);break}case N.TEXT:{o_(this,t);break}case N.IN_TABLE_TEXT:{yo(this,t);break}case N.IN_TEMPLATE:{Rg(this,t);break}case N.AFTER_BODY:case N.IN_FRAMESET:case N.AFTER_FRAMESET:case N.AFTER_AFTER_BODY:case N.AFTER_AFTER_FRAMESET:{q0(this,t);break}}}onWhitespaceCharacter(t){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,t.chars.charCodeAt(0)===I.LINE_FEED)){if(t.chars.length===1)return;t.chars=t.chars.substr(1)}if(this.tokenizer.inForeignNode){this._insertCharacters(t);return}switch(this.insertionMode){case N.IN_HEAD:case N.IN_HEAD_NO_SCRIPT:case N.AFTER_HEAD:case N.TEXT:case N.IN_COLUMN_GROUP:case N.IN_SELECT:case N.IN_SELECT_IN_TABLE:case N.IN_FRAMESET:case N.AFTER_FRAMESET:{this._insertCharacters(t);break}case N.IN_BODY:case N.IN_CAPTION:case N.IN_CELL:case N.IN_TEMPLATE:case N.AFTER_BODY:case N.AFTER_AFTER_BODY:case N.AFTER_AFTER_FRAMESET:{Sg(this,t);break}case N.IN_TABLE:case N.IN_TABLE_BODY:case N.IN_ROW:{of(this,t);break}case N.IN_TABLE_TEXT:{xg(this,t);break}}}}function rI(e,t){let a=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return a?e.openElements.contains(a.element)?e.openElements.hasInScope(t.tagID)||(a=null):(e.activeFormattingElements.removeEntry(a),a=null):Mg(e,t),a}function nI(e,t){let a=null,n=e.openElements.stackTop;for(;n>=0;n--){const o=e.openElements.items[n];if(o===t.element)break;e._isSpecialElement(o,e.openElements.tagIDs[n])&&(a=o)}return a||(e.openElements.shortenToLength(Math.max(n,0)),e.activeFormattingElements.removeEntry(t)),a}function iI(e,t,a){let n=t,o=e.openElements.getCommonAncestor(t);for(let l=0,u=o;u!==a;l++,u=o){o=e.openElements.getCommonAncestor(u);const c=e.activeFormattingElements.getElementEntry(u),f=c&&l>=tI;!c||f?(f&&e.activeFormattingElements.removeEntry(c),e.openElements.remove(u)):(u=oI(e,c),n===t&&(e.activeFormattingElements.bookmark=c),e.treeAdapter.detachNode(n),e.treeAdapter.appendChild(u,n),n=u)}return n}function oI(e,t){const a=e.treeAdapter.getNamespaceURI(t.element),n=e.treeAdapter.createElement(t.token.tagName,a,t.token.attrs);return e.openElements.replace(t.element,n),t.element=n,n}function lI(e,t,a){const n=e.treeAdapter.getTagName(t),o=xi(n);if(e._isElementCausesFosterParenting(o))e._fosterParentElement(a);else{const l=e.treeAdapter.getNamespaceURI(t);o===b.TEMPLATE&&l===re.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,a)}}function sI(e,t,a){const n=e.treeAdapter.getNamespaceURI(a.element),{token:o}=a,l=e.treeAdapter.createElement(o.tagName,n,o.attrs);e._adoptNodes(t,l),e.treeAdapter.appendChild(t,l),e.activeFormattingElements.insertElementAfterBookmark(l,o),e.activeFormattingElements.removeEntry(a),e.openElements.remove(a.element),e.openElements.insertAfter(t,l,o.tagID)}function K0(e,t){for(let a=0;a<eI;a++){const n=rI(e,t);if(!n)break;const o=nI(e,n);if(!o)break;e.activeFormattingElements.bookmark=n;const l=iI(e,o,n.element),u=e.openElements.getCommonAncestor(n.element);e.treeAdapter.detachNode(l),u&&lI(e,u,l),sI(e,o,n)}}function Uf(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function uI(e,t){e._appendCommentNode(t,e.openElements.items[0])}function cI(e,t){e._appendCommentNode(t,e.document)}function q0(e,t){if(e.stopped=!0,t.location){const a=e.fragmentContext?0:2;for(let n=e.openElements.stackTop;n>=a;n--)e._setEndLocation(e.openElements.items[n],t);if(!e.fragmentContext&&e.openElements.stackTop>=0){const n=e.openElements.items[0],o=e.treeAdapter.getNodeSourceCodeLocation(n);if(o&&!o.endTag&&(e._setEndLocation(n,t),e.openElements.stackTop>=1)){const l=e.openElements.items[1],u=e.treeAdapter.getNodeSourceCodeLocation(l);u&&!u.endTag&&e._setEndLocation(l,t)}}}}function dI(e,t){e._setDocumentType(t);const a=t.forceQuirks?Ta.QUIRKS:WL(t);GL(t)||e._err(t,Y.nonConformingDoctype),e.treeAdapter.setDocumentMode(e.document,a),e.insertionMode=N.BEFORE_HTML}function Co(e,t){e._err(t,Y.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,Ta.QUIRKS),e.insertionMode=N.BEFORE_HTML,e._processToken(t)}function fI(e,t){t.tagID===b.HTML?(e._insertElement(t,re.HTML),e.insertionMode=N.BEFORE_HEAD):Ro(e,t)}function bI(e,t){const a=t.tagID;(a===b.HTML||a===b.HEAD||a===b.BODY||a===b.BR)&&Ro(e,t)}function Ro(e,t){e._insertFakeRootElement(),e.insertionMode=N.BEFORE_HEAD,e._processToken(t)}function mI(e,t){switch(t.tagID){case b.HTML:{kt(e,t);break}case b.HEAD:{e._insertElement(t,re.HTML),e.headElement=e.openElements.current,e.insertionMode=N.IN_HEAD;break}default:ko(e,t)}}function hI(e,t){const a=t.tagID;a===b.HEAD||a===b.BODY||a===b.HTML||a===b.BR?ko(e,t):e._err(t,Y.endTagWithoutMatchingOpenElement)}function ko(e,t){e._insertFakeElement(K.HEAD,b.HEAD),e.headElement=e.openElements.current,e.insertionMode=N.IN_HEAD,e._processToken(t)}function ka(e,t){switch(t.tagID){case b.HTML:{kt(e,t);break}case b.BASE:case b.BASEFONT:case b.BGSOUND:case b.LINK:case b.META:{e._appendElement(t,re.HTML),t.ackSelfClosing=!0;break}case b.TITLE:{e._switchToTextParsing(t,ut.RCDATA);break}case b.NOSCRIPT:{e.options.scriptingEnabled?e._switchToTextParsing(t,ut.RAWTEXT):(e._insertElement(t,re.HTML),e.insertionMode=N.IN_HEAD_NO_SCRIPT);break}case b.NOFRAMES:case b.STYLE:{e._switchToTextParsing(t,ut.RAWTEXT);break}case b.SCRIPT:{e._switchToTextParsing(t,ut.SCRIPT_DATA);break}case b.TEMPLATE:{e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=N.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(N.IN_TEMPLATE);break}case b.HEAD:{e._err(t,Y.misplacedStartTagForHeadElement);break}default:zo(e,t)}}function pI(e,t){switch(t.tagID){case b.HEAD:{e.openElements.pop(),e.insertionMode=N.AFTER_HEAD;break}case b.BODY:case b.BR:case b.HTML:{zo(e,t);break}case b.TEMPLATE:{En(e,t);break}default:e._err(t,Y.endTagWithoutMatchingOpenElement)}}function En(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==b.TEMPLATE&&e._err(t,Y.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(b.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,Y.endTagWithoutMatchingOpenElement)}function zo(e,t){e.openElements.pop(),e.insertionMode=N.AFTER_HEAD,e._processToken(t)}function gI(e,t){switch(t.tagID){case b.HTML:{kt(e,t);break}case b.BASEFONT:case b.BGSOUND:case b.HEAD:case b.LINK:case b.META:case b.NOFRAMES:case b.STYLE:{ka(e,t);break}case b.NOSCRIPT:{e._err(t,Y.nestedNoscriptInHead);break}default:No(e,t)}}function TI(e,t){switch(t.tagID){case b.NOSCRIPT:{e.openElements.pop(),e.insertionMode=N.IN_HEAD;break}case b.BR:{No(e,t);break}default:e._err(t,Y.endTagWithoutMatchingOpenElement)}}function No(e,t){const a=t.type===Ge.EOF?Y.openElementsLeftAfterEof:Y.disallowedContentInNoscriptInHead;e._err(t,a),e.openElements.pop(),e.insertionMode=N.IN_HEAD,e._processToken(t)}function vI(e,t){switch(t.tagID){case b.HTML:{kt(e,t);break}case b.BODY:{e._insertElement(t,re.HTML),e.framesetOk=!1,e.insertionMode=N.IN_BODY;break}case b.FRAMESET:{e._insertElement(t,re.HTML),e.insertionMode=N.IN_FRAMESET;break}case b.BASE:case b.BASEFONT:case b.BGSOUND:case b.LINK:case b.META:case b.NOFRAMES:case b.SCRIPT:case b.STYLE:case b.TEMPLATE:case b.TITLE:{e._err(t,Y.abandonedHeadElementChild),e.openElements.push(e.headElement,b.HEAD),ka(e,t),e.openElements.remove(e.headElement);break}case b.HEAD:{e._err(t,Y.misplacedStartTagForHeadElement);break}default:Po(e,t)}}function SI(e,t){switch(t.tagID){case b.BODY:case b.HTML:case b.BR:{Po(e,t);break}case b.TEMPLATE:{En(e,t);break}default:e._err(t,Y.endTagWithoutMatchingOpenElement)}}function Po(e,t){e._insertFakeElement(K.BODY,b.BODY),e.insertionMode=N.IN_BODY,Du(e,t)}function Du(e,t){switch(t.type){case Ge.CHARACTER:{Cg(e,t);break}case Ge.WHITESPACE_CHARACTER:{Sg(e,t);break}case Ge.COMMENT:{Uf(e,t);break}case Ge.START_TAG:{kt(e,t);break}case Ge.END_TAG:{wu(e,t);break}case Ge.EOF:{Ag(e,t);break}}}function Sg(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function Cg(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function CI(e,t){e.openElements.tmplCount===0&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}function yI(e,t){const a=e.openElements.tryPeekProperlyNestedBodyElement();a&&e.openElements.tmplCount===0&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(a,t.attrs))}function EI(e,t){const a=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&a&&(e.treeAdapter.detachNode(a),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,re.HTML),e.insertionMode=N.IN_FRAMESET)}function MI(e,t){e.openElements.hasInButtonScope(b.P)&&e._closePElement(),e._insertElement(t,re.HTML)}function AI(e,t){e.openElements.hasInButtonScope(b.P)&&e._closePElement(),e.openElements.currentTagId!==void 0&&Wf.has(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,re.HTML)}function xI(e,t){e.openElements.hasInButtonScope(b.P)&&e._closePElement(),e._insertElement(t,re.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}function LI(e,t){const a=e.openElements.tmplCount>0;(!e.formElement||a)&&(e.openElements.hasInButtonScope(b.P)&&e._closePElement(),e._insertElement(t,re.HTML),a||(e.formElement=e.openElements.current))}function II(e,t){e.framesetOk=!1;const a=t.tagID;for(let n=e.openElements.stackTop;n>=0;n--){const o=e.openElements.tagIDs[n];if(a===b.LI&&o===b.LI||(a===b.DD||a===b.DT)&&(o===b.DD||o===b.DT)){e.openElements.generateImpliedEndTagsWithExclusion(o),e.openElements.popUntilTagNamePopped(o);break}if(o!==b.ADDRESS&&o!==b.DIV&&o!==b.P&&e._isSpecialElement(e.openElements.items[n],o))break}e.openElements.hasInButtonScope(b.P)&&e._closePElement(),e._insertElement(t,re.HTML)}function _I(e,t){e.openElements.hasInButtonScope(b.P)&&e._closePElement(),e._insertElement(t,re.HTML),e.tokenizer.state=ut.PLAINTEXT}function DI(e,t){e.openElements.hasInScope(b.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(b.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,re.HTML),e.framesetOk=!1}function wI(e,t){const a=e.activeFormattingElements.getElementEntryInScopeWithTagName(K.A);a&&(K0(e,t),e.openElements.remove(a.element),e.activeFormattingElements.removeEntry(a)),e._reconstructActiveFormattingElements(),e._insertElement(t,re.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function RI(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,re.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function kI(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(b.NOBR)&&(K0(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,re.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function zI(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,re.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}function NI(e,t){e.treeAdapter.getDocumentMode(e.document)!==Ta.QUIRKS&&e.openElements.hasInButtonScope(b.P)&&e._closePElement(),e._insertElement(t,re.HTML),e.framesetOk=!1,e.insertionMode=N.IN_TABLE}function yg(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,re.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function Eg(e){const t=dg(e,fn.TYPE);return t!=null&&t.toLowerCase()===ZL}function PI(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,re.HTML),Eg(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}function BI(e,t){e._appendElement(t,re.HTML),t.ackSelfClosing=!0}function FI(e,t){e.openElements.hasInButtonScope(b.P)&&e._closePElement(),e._appendElement(t,re.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function OI(e,t){t.tagName=K.IMG,t.tagID=b.IMG,yg(e,t)}function GI(e,t){e._insertElement(t,re.HTML),e.skipNextNewLine=!0,e.tokenizer.state=ut.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=N.TEXT}function WI(e,t){e.openElements.hasInButtonScope(b.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,ut.RAWTEXT)}function UI(e,t){e.framesetOk=!1,e._switchToTextParsing(t,ut.RAWTEXT)}function U5(e,t){e._switchToTextParsing(t,ut.RAWTEXT)}function HI(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,re.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===N.IN_TABLE||e.insertionMode===N.IN_CAPTION||e.insertionMode===N.IN_TABLE_BODY||e.insertionMode===N.IN_ROW||e.insertionMode===N.IN_CELL?N.IN_SELECT_IN_TABLE:N.IN_SELECT}function jI(e,t){e.openElements.currentTagId===b.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,re.HTML)}function VI(e,t){e.openElements.hasInScope(b.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,re.HTML)}function KI(e,t){e.openElements.hasInScope(b.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(b.RTC),e._insertElement(t,re.HTML)}function qI(e,t){e._reconstructActiveFormattingElements(),gg(t),V0(t),t.selfClosing?e._appendElement(t,re.MATHML):e._insertElement(t,re.MATHML),t.ackSelfClosing=!0}function QI(e,t){e._reconstructActiveFormattingElements(),Tg(t),V0(t),t.selfClosing?e._appendElement(t,re.SVG):e._insertElement(t,re.SVG),t.ackSelfClosing=!0}function H5(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,re.HTML)}function kt(e,t){switch(t.tagID){case b.I:case b.S:case b.B:case b.U:case b.EM:case b.TT:case b.BIG:case b.CODE:case b.FONT:case b.SMALL:case b.STRIKE:case b.STRONG:{RI(e,t);break}case b.A:{wI(e,t);break}case b.H1:case b.H2:case b.H3:case b.H4:case b.H5:case b.H6:{AI(e,t);break}case b.P:case b.DL:case b.OL:case b.UL:case b.DIV:case b.DIR:case b.NAV:case b.MAIN:case b.MENU:case b.ASIDE:case b.CENTER:case b.FIGURE:case b.FOOTER:case b.HEADER:case b.HGROUP:case b.DIALOG:case b.DETAILS:case b.ADDRESS:case b.ARTICLE:case b.SEARCH:case b.SECTION:case b.SUMMARY:case b.FIELDSET:case b.BLOCKQUOTE:case b.FIGCAPTION:{MI(e,t);break}case b.LI:case b.DD:case b.DT:{II(e,t);break}case b.BR:case b.IMG:case b.WBR:case b.AREA:case b.EMBED:case b.KEYGEN:{yg(e,t);break}case b.HR:{FI(e,t);break}case b.RB:case b.RTC:{VI(e,t);break}case b.RT:case b.RP:{KI(e,t);break}case b.PRE:case b.LISTING:{xI(e,t);break}case b.XMP:{WI(e,t);break}case b.SVG:{QI(e,t);break}case b.HTML:{CI(e,t);break}case b.BASE:case b.LINK:case b.META:case b.STYLE:case b.TITLE:case b.SCRIPT:case b.BGSOUND:case b.BASEFONT:case b.TEMPLATE:{ka(e,t);break}case b.BODY:{yI(e,t);break}case b.FORM:{LI(e,t);break}case b.NOBR:{kI(e,t);break}case b.MATH:{qI(e,t);break}case b.TABLE:{NI(e,t);break}case b.INPUT:{PI(e,t);break}case b.PARAM:case b.TRACK:case b.SOURCE:{BI(e,t);break}case b.IMAGE:{OI(e,t);break}case b.BUTTON:{DI(e,t);break}case b.APPLET:case b.OBJECT:case b.MARQUEE:{zI(e,t);break}case b.IFRAME:{UI(e,t);break}case b.SELECT:{HI(e,t);break}case b.OPTION:case b.OPTGROUP:{jI(e,t);break}case b.NOEMBED:case b.NOFRAMES:{U5(e,t);break}case b.FRAMESET:{EI(e,t);break}case b.TEXTAREA:{GI(e,t);break}case b.NOSCRIPT:{e.options.scriptingEnabled?U5(e,t):H5(e,t);break}case b.PLAINTEXT:{_I(e,t);break}case b.COL:case b.TH:case b.TD:case b.TR:case b.HEAD:case b.FRAME:case b.TBODY:case b.TFOOT:case b.THEAD:case b.CAPTION:case b.COLGROUP:break;default:H5(e,t)}}function YI(e,t){if(e.openElements.hasInScope(b.BODY)&&(e.insertionMode=N.AFTER_BODY,e.options.sourceCodeLocationInfo)){const a=e.openElements.tryPeekProperlyNestedBodyElement();a&&e._setEndLocation(a,t)}}function $I(e,t){e.openElements.hasInScope(b.BODY)&&(e.insertionMode=N.AFTER_BODY,kg(e,t))}function XI(e,t){const a=t.tagID;e.openElements.hasInScope(a)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(a))}function JI(e){const t=e.openElements.tmplCount>0,{formElement:a}=e;t||(e.formElement=null),(a||t)&&e.openElements.hasInScope(b.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(b.FORM):a&&e.openElements.remove(a))}function ZI(e){e.openElements.hasInButtonScope(b.P)||e._insertFakeElement(K.P,b.P),e._closePElement()}function e_(e){e.openElements.hasInListItemScope(b.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(b.LI),e.openElements.popUntilTagNamePopped(b.LI))}function t_(e,t){const a=t.tagID;e.openElements.hasInScope(a)&&(e.openElements.generateImpliedEndTagsWithExclusion(a),e.openElements.popUntilTagNamePopped(a))}function a_(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}function r_(e,t){const a=t.tagID;e.openElements.hasInScope(a)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(a),e.activeFormattingElements.clearToLastMarker())}function n_(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(K.BR,b.BR),e.openElements.pop(),e.framesetOk=!1}function Mg(e,t){const a=t.tagName,n=t.tagID;for(let o=e.openElements.stackTop;o>0;o--){const l=e.openElements.items[o],u=e.openElements.tagIDs[o];if(n===u&&(n!==b.UNKNOWN||e.treeAdapter.getTagName(l)===a)){e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.stackTop>=o&&e.openElements.shortenToLength(o);break}if(e._isSpecialElement(l,u))break}}function wu(e,t){switch(t.tagID){case b.A:case b.B:case b.I:case b.S:case b.U:case b.EM:case b.TT:case b.BIG:case b.CODE:case b.FONT:case b.NOBR:case b.SMALL:case b.STRIKE:case b.STRONG:{K0(e,t);break}case b.P:{ZI(e);break}case b.DL:case b.UL:case b.OL:case b.DIR:case b.DIV:case b.NAV:case b.PRE:case b.MAIN:case b.MENU:case b.ASIDE:case b.BUTTON:case b.CENTER:case b.FIGURE:case b.FOOTER:case b.HEADER:case b.HGROUP:case b.DIALOG:case b.ADDRESS:case b.ARTICLE:case b.DETAILS:case b.SEARCH:case b.SECTION:case b.SUMMARY:case b.LISTING:case b.FIELDSET:case b.BLOCKQUOTE:case b.FIGCAPTION:{XI(e,t);break}case b.LI:{e_(e);break}case b.DD:case b.DT:{t_(e,t);break}case b.H1:case b.H2:case b.H3:case b.H4:case b.H5:case b.H6:{a_(e);break}case b.BR:{n_(e);break}case b.BODY:{YI(e,t);break}case b.HTML:{$I(e,t);break}case b.FORM:{JI(e);break}case b.APPLET:case b.OBJECT:case b.MARQUEE:{r_(e,t);break}case b.TEMPLATE:{En(e,t);break}default:Mg(e,t)}}function Ag(e,t){e.tmplInsertionModeStack.length>0?Rg(e,t):q0(e,t)}function i_(e,t){var a;t.tagID===b.SCRIPT&&((a=e.scriptHandler)===null||a===void 0||a.call(e,e.openElements.current)),e.openElements.pop(),e.insertionMode=e.originalInsertionMode}function o_(e,t){e._err(t,Y.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}function of(e,t){if(e.openElements.currentTagId!==void 0&&vg.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=N.IN_TABLE_TEXT,t.type){case Ge.CHARACTER:{Lg(e,t);break}case Ge.WHITESPACE_CHARACTER:{xg(e,t);break}}else nl(e,t)}function l_(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,re.HTML),e.insertionMode=N.IN_CAPTION}function s_(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,re.HTML),e.insertionMode=N.IN_COLUMN_GROUP}function u_(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(K.COLGROUP,b.COLGROUP),e.insertionMode=N.IN_COLUMN_GROUP,Q0(e,t)}function c_(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,re.HTML),e.insertionMode=N.IN_TABLE_BODY}function d_(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(K.TBODY,b.TBODY),e.insertionMode=N.IN_TABLE_BODY,Ru(e,t)}function f_(e,t){e.openElements.hasInTableScope(b.TABLE)&&(e.openElements.popUntilTagNamePopped(b.TABLE),e._resetInsertionMode(),e._processStartTag(t))}function b_(e,t){Eg(t)?e._appendElement(t,re.HTML):nl(e,t),t.ackSelfClosing=!0}function m_(e,t){!e.formElement&&e.openElements.tmplCount===0&&(e._insertElement(t,re.HTML),e.formElement=e.openElements.current,e.openElements.pop())}function bi(e,t){switch(t.tagID){case b.TD:case b.TH:case b.TR:{d_(e,t);break}case b.STYLE:case b.SCRIPT:case b.TEMPLATE:{ka(e,t);break}case b.COL:{u_(e,t);break}case b.FORM:{m_(e,t);break}case b.TABLE:{f_(e,t);break}case b.TBODY:case b.TFOOT:case b.THEAD:{c_(e,t);break}case b.INPUT:{b_(e,t);break}case b.CAPTION:{l_(e,t);break}case b.COLGROUP:{s_(e,t);break}default:nl(e,t)}}function Vo(e,t){switch(t.tagID){case b.TABLE:{e.openElements.hasInTableScope(b.TABLE)&&(e.openElements.popUntilTagNamePopped(b.TABLE),e._resetInsertionMode());break}case b.TEMPLATE:{En(e,t);break}case b.BODY:case b.CAPTION:case b.COL:case b.COLGROUP:case b.HTML:case b.TBODY:case b.TD:case b.TFOOT:case b.TH:case b.THEAD:case b.TR:break;default:nl(e,t)}}function nl(e,t){const a=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,Du(e,t),e.fosterParentingEnabled=a}function xg(e,t){e.pendingCharacterTokens.push(t)}function Lg(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function yo(e,t){let a=0;if(e.hasNonWhitespacePendingCharacterToken)for(;a<e.pendingCharacterTokens.length;a++)nl(e,e.pendingCharacterTokens[a]);else for(;a<e.pendingCharacterTokens.length;a++)e._insertCharacters(e.pendingCharacterTokens[a]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}const Ig=new Set([b.CAPTION,b.COL,b.COLGROUP,b.TBODY,b.TD,b.TFOOT,b.TH,b.THEAD,b.TR]);function h_(e,t){const a=t.tagID;Ig.has(a)?e.openElements.hasInTableScope(b.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(b.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=N.IN_TABLE,bi(e,t)):kt(e,t)}function p_(e,t){const a=t.tagID;switch(a){case b.CAPTION:case b.TABLE:{e.openElements.hasInTableScope(b.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(b.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=N.IN_TABLE,a===b.TABLE&&Vo(e,t));break}case b.BODY:case b.COL:case b.COLGROUP:case b.HTML:case b.TBODY:case b.TD:case b.TFOOT:case b.TH:case b.THEAD:case b.TR:break;default:wu(e,t)}}function Q0(e,t){switch(t.tagID){case b.HTML:{kt(e,t);break}case b.COL:{e._appendElement(t,re.HTML),t.ackSelfClosing=!0;break}case b.TEMPLATE:{ka(e,t);break}default:au(e,t)}}function g_(e,t){switch(t.tagID){case b.COLGROUP:{e.openElements.currentTagId===b.COLGROUP&&(e.openElements.pop(),e.insertionMode=N.IN_TABLE);break}case b.TEMPLATE:{En(e,t);break}case b.COL:break;default:au(e,t)}}function au(e,t){e.openElements.currentTagId===b.COLGROUP&&(e.openElements.pop(),e.insertionMode=N.IN_TABLE,e._processToken(t))}function Ru(e,t){switch(t.tagID){case b.TR:{e.openElements.clearBackToTableBodyContext(),e._insertElement(t,re.HTML),e.insertionMode=N.IN_ROW;break}case b.TH:case b.TD:{e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(K.TR,b.TR),e.insertionMode=N.IN_ROW,ku(e,t);break}case b.CAPTION:case b.COL:case b.COLGROUP:case b.TBODY:case b.TFOOT:case b.THEAD:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=N.IN_TABLE,bi(e,t));break}default:bi(e,t)}}function Hf(e,t){const a=t.tagID;switch(t.tagID){case b.TBODY:case b.TFOOT:case b.THEAD:{e.openElements.hasInTableScope(a)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=N.IN_TABLE);break}case b.TABLE:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=N.IN_TABLE,Vo(e,t));break}case b.BODY:case b.CAPTION:case b.COL:case b.COLGROUP:case b.HTML:case b.TD:case b.TH:case b.TR:break;default:Vo(e,t)}}function ku(e,t){switch(t.tagID){case b.TH:case b.TD:{e.openElements.clearBackToTableRowContext(),e._insertElement(t,re.HTML),e.insertionMode=N.IN_CELL,e.activeFormattingElements.insertMarker();break}case b.CAPTION:case b.COL:case b.COLGROUP:case b.TBODY:case b.TFOOT:case b.THEAD:case b.TR:{e.openElements.hasInTableScope(b.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=N.IN_TABLE_BODY,Ru(e,t));break}default:bi(e,t)}}function _g(e,t){switch(t.tagID){case b.TR:{e.openElements.hasInTableScope(b.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=N.IN_TABLE_BODY);break}case b.TABLE:{e.openElements.hasInTableScope(b.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=N.IN_TABLE_BODY,Hf(e,t));break}case b.TBODY:case b.TFOOT:case b.THEAD:{(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(b.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=N.IN_TABLE_BODY,Hf(e,t));break}case b.BODY:case b.CAPTION:case b.COL:case b.COLGROUP:case b.HTML:case b.TD:case b.TH:break;default:Vo(e,t)}}function T_(e,t){const a=t.tagID;Ig.has(a)?(e.openElements.hasInTableScope(b.TD)||e.openElements.hasInTableScope(b.TH))&&(e._closeTableCell(),ku(e,t)):kt(e,t)}function v_(e,t){const a=t.tagID;switch(a){case b.TD:case b.TH:{e.openElements.hasInTableScope(a)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(a),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=N.IN_ROW);break}case b.TABLE:case b.TBODY:case b.TFOOT:case b.THEAD:case b.TR:{e.openElements.hasInTableScope(a)&&(e._closeTableCell(),_g(e,t));break}case b.BODY:case b.CAPTION:case b.COL:case b.COLGROUP:case b.HTML:break;default:wu(e,t)}}function Dg(e,t){switch(t.tagID){case b.HTML:{kt(e,t);break}case b.OPTION:{e.openElements.currentTagId===b.OPTION&&e.openElements.pop(),e._insertElement(t,re.HTML);break}case b.OPTGROUP:{e.openElements.currentTagId===b.OPTION&&e.openElements.pop(),e.openElements.currentTagId===b.OPTGROUP&&e.openElements.pop(),e._insertElement(t,re.HTML);break}case b.HR:{e.openElements.currentTagId===b.OPTION&&e.openElements.pop(),e.openElements.currentTagId===b.OPTGROUP&&e.openElements.pop(),e._appendElement(t,re.HTML),t.ackSelfClosing=!0;break}case b.INPUT:case b.KEYGEN:case b.TEXTAREA:case b.SELECT:{e.openElements.hasInSelectScope(b.SELECT)&&(e.openElements.popUntilTagNamePopped(b.SELECT),e._resetInsertionMode(),t.tagID!==b.SELECT&&e._processStartTag(t));break}case b.SCRIPT:case b.TEMPLATE:{ka(e,t);break}}}function wg(e,t){switch(t.tagID){case b.OPTGROUP:{e.openElements.stackTop>0&&e.openElements.currentTagId===b.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===b.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===b.OPTGROUP&&e.openElements.pop();break}case b.OPTION:{e.openElements.currentTagId===b.OPTION&&e.openElements.pop();break}case b.SELECT:{e.openElements.hasInSelectScope(b.SELECT)&&(e.openElements.popUntilTagNamePopped(b.SELECT),e._resetInsertionMode());break}case b.TEMPLATE:{En(e,t);break}}}function S_(e,t){const a=t.tagID;a===b.CAPTION||a===b.TABLE||a===b.TBODY||a===b.TFOOT||a===b.THEAD||a===b.TR||a===b.TD||a===b.TH?(e.openElements.popUntilTagNamePopped(b.SELECT),e._resetInsertionMode(),e._processStartTag(t)):Dg(e,t)}function C_(e,t){const a=t.tagID;a===b.CAPTION||a===b.TABLE||a===b.TBODY||a===b.TFOOT||a===b.THEAD||a===b.TR||a===b.TD||a===b.TH?e.openElements.hasInTableScope(a)&&(e.openElements.popUntilTagNamePopped(b.SELECT),e._resetInsertionMode(),e.onEndTag(t)):wg(e,t)}function y_(e,t){switch(t.tagID){case b.BASE:case b.BASEFONT:case b.BGSOUND:case b.LINK:case b.META:case b.NOFRAMES:case b.SCRIPT:case b.STYLE:case b.TEMPLATE:case b.TITLE:{ka(e,t);break}case b.CAPTION:case b.COLGROUP:case b.TBODY:case b.TFOOT:case b.THEAD:{e.tmplInsertionModeStack[0]=N.IN_TABLE,e.insertionMode=N.IN_TABLE,bi(e,t);break}case b.COL:{e.tmplInsertionModeStack[0]=N.IN_COLUMN_GROUP,e.insertionMode=N.IN_COLUMN_GROUP,Q0(e,t);break}case b.TR:{e.tmplInsertionModeStack[0]=N.IN_TABLE_BODY,e.insertionMode=N.IN_TABLE_BODY,Ru(e,t);break}case b.TD:case b.TH:{e.tmplInsertionModeStack[0]=N.IN_ROW,e.insertionMode=N.IN_ROW,ku(e,t);break}default:e.tmplInsertionModeStack[0]=N.IN_BODY,e.insertionMode=N.IN_BODY,kt(e,t)}}function E_(e,t){t.tagID===b.TEMPLATE&&En(e,t)}function Rg(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(b.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):q0(e,t)}function M_(e,t){t.tagID===b.HTML?kt(e,t):ru(e,t)}function kg(e,t){var a;if(t.tagID===b.HTML){if(e.fragmentContext||(e.insertionMode=N.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===b.HTML){e._setEndLocation(e.openElements.items[0],t);const n=e.openElements.items[1];n&&!(!((a=e.treeAdapter.getNodeSourceCodeLocation(n))===null||a===void 0)&&a.endTag)&&e._setEndLocation(n,t)}}else ru(e,t)}function ru(e,t){e.insertionMode=N.IN_BODY,Du(e,t)}function A_(e,t){switch(t.tagID){case b.HTML:{kt(e,t);break}case b.FRAMESET:{e._insertElement(t,re.HTML);break}case b.FRAME:{e._appendElement(t,re.HTML),t.ackSelfClosing=!0;break}case b.NOFRAMES:{ka(e,t);break}}}function x_(e,t){t.tagID===b.FRAMESET&&!e.openElements.isRootHtmlElementCurrent()&&(e.openElements.pop(),!e.fragmentContext&&e.openElements.currentTagId!==b.FRAMESET&&(e.insertionMode=N.AFTER_FRAMESET))}function L_(e,t){switch(t.tagID){case b.HTML:{kt(e,t);break}case b.NOFRAMES:{ka(e,t);break}}}function I_(e,t){t.tagID===b.HTML&&(e.insertionMode=N.AFTER_AFTER_FRAMESET)}function __(e,t){t.tagID===b.HTML?kt(e,t):Gs(e,t)}function Gs(e,t){e.insertionMode=N.IN_BODY,Du(e,t)}function D_(e,t){switch(t.tagID){case b.HTML:{kt(e,t);break}case b.NOFRAMES:{ka(e,t);break}}}function w_(e,t){t.chars=rt,e._insertCharacters(t)}function R_(e,t){e._insertCharacters(t),e.framesetOk=!1}function zg(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==re.HTML&&e.openElements.currentTagId!==void 0&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}function k_(e,t){if(QL(t))zg(e),e._startTagOutsideForeignContent(t);else{const a=e._getAdjustedCurrentElement(),n=e.treeAdapter.getNamespaceURI(a);n===re.MATHML?gg(t):n===re.SVG&&(YL(t),Tg(t)),V0(t),t.selfClosing?e._appendElement(t,n):e._insertElement(t,n),t.ackSelfClosing=!0}}function z_(e,t){if(t.tagID===b.P||t.tagID===b.BR){zg(e),e._endTagOutsideForeignContent(t);return}for(let a=e.openElements.stackTop;a>0;a--){const n=e.openElements.items[a];if(e.treeAdapter.getNamespaceURI(n)===re.HTML){e._endTagOutsideForeignContent(t);break}const o=e.treeAdapter.getTagName(n);if(o.toLowerCase()===t.tagName){t.tagName=o,e.openElements.shortenToLength(a);break}}}K.AREA,K.BASE,K.BASEFONT,K.BGSOUND,K.BR,K.COL,K.EMBED,K.FRAME,K.HR,K.IMG,K.INPUT,K.KEYGEN,K.LINK,K.META,K.PARAM,K.SOURCE,K.TRACK,K.WBR;const N_=/<(\/?)(iframe|noembed|noframes|plaintext|script|style|textarea|title|xmp)(?=[\t\n\f\r />])/gi,P_=new Set(["mdxFlowExpression","mdxJsxFlowElement","mdxJsxTextElement","mdxTextExpression","mdxjsEsm"]),j5={sourceCodeLocationInfo:!0,scriptingEnabled:!1};function Ng(e,t){const a=K_(e),n=og("type",{handlers:{root:B_,element:F_,text:O_,comment:Bg,doctype:G_,raw:U_},unknown:H_}),o={parser:a?new W5(j5):W5.getFragmentParser(void 0,j5),handle(c){n(c,o)},stitches:!1,options:t||{}};n(e,o),Li(o,$a());const l=a?o.parser.document:o.parser.getFragment(),u=Bx(l,{file:o.options.file});return o.stitches&&G0(u,"comment",function(c,f,m){const p=c;if(p.value.stitch&&m&&f!==void 0){const T=m.children;return T[f]=p.value.stitch,f}}),u.type==="root"&&u.children.length===1&&u.children[0].type===e.type?u.children[0]:u}function Pg(e,t){let a=-1;if(e)for(;++a<e.length;)t.handle(e[a])}function B_(e,t){Pg(e.children,t)}function F_(e,t){j_(e,t),Pg(e.children,t),V_(e,t)}function O_(e,t){t.parser.tokenizer.state>4&&(t.parser.tokenizer.state=0);const a={type:Ge.CHARACTER,chars:e.value,location:il(e)};Li(t,$a(e)),t.parser.currentToken=a,t.parser._processToken(t.parser.currentToken)}function G_(e,t){const a={type:Ge.DOCTYPE,name:"html",forceQuirks:!1,publicId:"",systemId:"",location:il(e)};Li(t,$a(e)),t.parser.currentToken=a,t.parser._processToken(t.parser.currentToken)}function W_(e,t){t.stitches=!0;const a=q_(e);if("children"in e&&"children"in a){const n=Ng({type:"root",children:e.children},t.options);a.children=n.children}Bg({type:"comment",value:{stitch:a}},t)}function Bg(e,t){const a=e.value,n={type:Ge.COMMENT,data:a,location:il(e)};Li(t,$a(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function U_(e,t){if(t.parser.tokenizer.preprocessor.html="",t.parser.tokenizer.preprocessor.pos=-1,t.parser.tokenizer.preprocessor.lastGapPos=-2,t.parser.tokenizer.preprocessor.gapStack=[],t.parser.tokenizer.preprocessor.skipNextNewLine=!1,t.parser.tokenizer.preprocessor.lastChunkWritten=!1,t.parser.tokenizer.preprocessor.endOfChunkHit=!1,t.parser.tokenizer.preprocessor.isEol=!1,Fg(t,$a(e)),t.parser.tokenizer.write(t.options.tagfilter?e.value.replace(N_,"&lt;$1$2"):e.value,!1),t.parser.tokenizer._runParsingLoop(),t.parser.tokenizer.state===72||t.parser.tokenizer.state===78){t.parser.tokenizer.preprocessor.lastChunkWritten=!0;const a=t.parser.tokenizer._consume();t.parser.tokenizer._callState(a)}}function H_(e,t){const a=e;if(t.options.passThrough&&t.options.passThrough.includes(a.type))W_(a,t);else{let n="";throw P_.has(a.type)&&(n=". It looks like you are using MDX nodes with `hast-util-raw` (or `rehype-raw`). If you use this because you are using remark or rehype plugins that inject `'html'` nodes, then please raise an issue with that plugin, as its a bad and slow idea. If you use this because you are using markdown syntax, then you have to configure this utility (or plugin) to pass through these nodes (see `passThrough` in docs), but you can also migrate to use the MDX syntax"),new Error("Cannot compile `"+a.type+"` node"+n)}}function Li(e,t){Fg(e,t);const a=e.parser.tokenizer.currentCharacterToken;a&&a.location&&(a.location.endLine=e.parser.tokenizer.preprocessor.line,a.location.endCol=e.parser.tokenizer.preprocessor.col+1,a.location.endOffset=e.parser.tokenizer.preprocessor.offset+1,e.parser.currentToken=a,e.parser._processToken(e.parser.currentToken)),e.parser.tokenizer.paused=!1,e.parser.tokenizer.inLoop=!1,e.parser.tokenizer.active=!1,e.parser.tokenizer.returnState=ut.DATA,e.parser.tokenizer.charRefCode=-1,e.parser.tokenizer.consumedAfterSnapshot=-1,e.parser.tokenizer.currentLocation=null,e.parser.tokenizer.currentCharacterToken=null,e.parser.tokenizer.currentToken=null,e.parser.tokenizer.currentAttr={name:"",value:""}}function Fg(e,t){if(t&&t.offset!==void 0){const a={startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:-1,endCol:-1,endOffset:-1};e.parser.tokenizer.preprocessor.lineStartPos=-t.column+1,e.parser.tokenizer.preprocessor.droppedBufferSize=t.offset,e.parser.tokenizer.preprocessor.line=t.line,e.parser.tokenizer.currentLocation=a}}function j_(e,t){const a=e.tagName.toLowerCase();if(t.parser.tokenizer.state===ut.PLAINTEXT)return;Li(t,$a(e));const n=t.parser.openElements.current;let o="namespaceURI"in n?n.namespaceURI:dn.html;o===dn.html&&a==="svg"&&(o=dn.svg);const l=Jx({...e,children:[]},{space:o===dn.svg?"svg":"html"}),u={type:Ge.START_TAG,tagName:a,tagID:xi(a),selfClosing:!1,ackSelfClosing:!1,attrs:"attrs"in l?l.attrs:[],location:il(e)};t.parser.currentToken=u,t.parser._processToken(t.parser.currentToken),t.parser.tokenizer.lastStartTagName=a}function V_(e,t){const a=e.tagName.toLowerCase();if(!t.parser.tokenizer.inForeignNode&&oL.includes(a)||t.parser.tokenizer.state===ut.PLAINTEXT)return;Li(t,xu(e));const n={type:Ge.END_TAG,tagName:a,tagID:xi(a),selfClosing:!1,ackSelfClosing:!1,attrs:[],location:il(e)};t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken),a===t.parser.tokenizer.lastStartTagName&&(t.parser.tokenizer.state===ut.RCDATA||t.parser.tokenizer.state===ut.RAWTEXT||t.parser.tokenizer.state===ut.SCRIPT_DATA)&&(t.parser.tokenizer.state=ut.DATA)}function K_(e){const t=e.type==="root"?e.children[0]:e;return!!(t&&(t.type==="doctype"||t.type==="element"&&t.tagName.toLowerCase()==="html"))}function il(e){const t=$a(e)||{line:void 0,column:void 0,offset:void 0},a=xu(e)||{line:void 0,column:void 0,offset:void 0};return{startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:a.line,endCol:a.column,endOffset:a.offset}}function q_(e){return"children"in e?fi({...e,children:[]}):fi(e)}function Q_(e){return function(t,a){return Ng(t,{...e,file:a})}}const Y_="_prose_1l8lv_1",$_="_mdAccordion_1l8lv_16",Og={prose:Y_,mdAccordion:$_};function X_(e,{openFirst:t=!1}={}){if(!e)return"";const a=/~H~~([\s\S]*?)~~\s*~M~~([\s\S]*?)~~/g;let n=0;return e.replace(a,(o,l,u)=>{const c=t&&n===0?" open":"";return n+=1,`
83
+ <details class="${Og.mdAccordion}"${c}>
84
+ <summary>${String(l).trim()}</summary>
85
+ <div class="p-4">
86
+ ${String(u).trim()}
87
+ </div>
88
+ </details>`})}function J_({children:e,className:t="",openFirst:a=!1}){const o=X_(typeof e=="string"?e:"",{openFirst:a});return C.jsx("div",{className:["prose",Og.prose,t].filter(Boolean).join(" "),children:C.jsx(yx,{rehypePlugins:[Q_],children:o})})}function Z_(e){return C.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":!0,className:"size-5",...e,children:[C.jsx("rect",{x:"0.666667",y:"0.666667",width:"10.6667",height:"10.6667",rx:"5.33333",stroke:"#B1B1B1",strokeWidth:"1.33333"}),C.jsx("circle",{cx:"6.00065",cy:"3.33268",r:"0.666667",fill:"#B1B1B1"}),C.jsx("rect",{x:"5.33398",y:"5.33398",width:"1.33333",height:"4",fill:"#B1B1B1"})]})}const V5={},Gg=({tooltipData:e,openFirst:t=!1,trigger:a})=>{if(!e?.trim())return null;const n=o=>{o.stopPropagation()};return C.jsxs(A0,{children:[C.jsx(x0,{asChild:!0,children:a??C.jsx("button",{className:V5.iconBtn,"aria-label":"Open tooltip",onClick:n,children:C.jsx(Z_,{className:V5.iconSvg})})}),C.jsx(L0,{className:"bg-[#000] text-white text-[1.1rem] leading-[1.45] w-auto max-w-[300px]",side:"top",children:C.jsx(J_,{openFirst:t,children:e})})]})},Wg=E.forwardRef(({values:e,value:t,onValueChange:a,placeholder:n="Sort by",title:o,className:l,dropdownWidth:u,align:c="start",showClear:f=!1,getTooltipByMaterialAndSection:m,sectionName:p},T)=>{const[S,v]=E.useState(!1),L=E.useRef(null);E.useEffect(()=>{if(!S)return;const R=O=>{const B=O.target,P=L.current;P&&(P.contains(B)||B===P)||v(!1)},D=O=>O.key==="Escape"&&v(!1);return window.addEventListener("scroll",R,!0),window.addEventListener("resize",R),document.addEventListener("keydown",D),()=>{window.removeEventListener("scroll",R,!0),window.removeEventListener("resize",R),document.removeEventListener("keydown",D)}},[S]);const M=t?e.find(R=>R.value===t):void 0,_=R=>{a(R),v(!1)},A=()=>a(null);return C.jsxs(c4,{open:S,onOpenChange:v,children:[C.jsxs(d4,{ref:T,"aria-haspopup":"listbox","aria-expanded":S,className:Bt("inline-flex flex-row items-center justify-between gap-[8px] rounded-full bg-[var(--label-bg, #f5f5f5)] px-[8px] py-[8px] text-xs font-medium h-[36px] text-blackborder border-transparent hover:bg-gray-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--main-accent-color)]sm:w-[102px]",l),children:[C.jsx("span",{className:Bt(!M&&"text-xs text-gray-700 ms:text-sm"),children:M?.label??n}),C.jsx(u2,{className:Bt("h-4 w-[16px] transition-transform",S&&"rotate-180")})]}),C.jsxs(f4,{ref:L,align:c,sideOffset:6,className:Bt("bg-white border border-gray-200 rounded-xl shadow-lg z-50 max-h-80 overflow-y-auto p-0",u||"w-[var(--radix-popover-trigger-width)]"),style:{WebkitOverflowScrolling:"touch",overscrollBehavior:"contain"},onTouchStart:R=>R.stopPropagation(),onTouchMove:R=>R.stopPropagation(),onWheel:R=>R.stopPropagation(),children:[(o??n)&&C.jsx("div",{className:"px-4 pt-3 pb-2 text-[1rem] font-regular",children:o??n}),f&&t!==null&&C.jsx("div",{className:"px-4 py-2 border-b",children:C.jsxs("button",{onClick:A,className:"inline-flex flex-row items-center gap-[4px] text-[0.95rem] text-black hover:text-[var(--main-accent-color)] transition-colors",children:[C.jsx(u0,{className:"h-3.5 w-[12px].5"}),"Clear"]})}),C.jsx("div",{role:"listbox","aria-activedescendant":M?`option-${M.value}`:void 0,className:"py-1",children:e.map(R=>{const D=t===R.value;return C.jsxs("div",{id:`option-${R.value}`,role:"option","aria-selected":D,tabIndex:0,className:Bt("flex flex-row items-start justify-between gap-[8px] px-4 py-2 cursor-pointer","hover:bg-gray-50 focus:bg-gray-50 focus:outline-none"),onClick:()=>_(R.value),onKeyDown:O=>{(O.key==="Enter"||O.key===" ")&&(O.preventDefault(),_(R.value))},children:[C.jsxs("div",{className:"flex flex-row items-center gap-[8px]",children:[C.jsx("span",{className:"text-[1.05rem]",children:R.label}),(()=>{if(!m||!p)return null;const O=m(R.value,p);return O?.Description?C.jsx(Gg,{tooltipData:O.Description}):null})()]}),D?C.jsx(s2,{className:"h-4 w-[16px]"}):null]},R.value)})})]})]})});Wg.displayName="SingleSelect";const Ug=({size:e=80,trackClassName:t="text-white",accentClassName:a="text-amber-700",className:n="",isOverlay:o=!0})=>C.jsx("div",{className:o?"absolute inset-0 flex flex-row items-center justify-center backdrop-blur bg-black/30 z-150":"inline-flex flex-row items-center justify-center",children:C.jsxs("span",{role:"status","aria-label":"Loading",className:n,style:{width:e,height:e},children:[C.jsxs("svg",{viewBox:"0 0 80 80",className:"animate-spin",width:"100%",height:"100%",xmlns:"http://www.w3.org/2000/svg",children:[C.jsx("path",{d:"M40.0003 6.66675V20.0001M54.0003 26.0001L63.667 16.3334M60.0003 40.0001H73.3337M54.0003 54.0001L63.667 63.6667M40.0003 60.0001V73.3334M16.3337 63.6667L26.0003 54.0001M6.66699 40.0001H20.0003M16.3337 16.3334L26.0003 26.0001",stroke:"currentColor",className:t,strokeWidth:4,strokeLinecap:"round",strokeLinejoin:"round"}),C.jsx("path",{d:"M54 25.9999L63.6667 16.3333",stroke:"currentColor",className:a,strokeWidth:4,strokeLinecap:"round",strokeLinejoin:"round"})]}),C.jsx("span",{className:"sr-only",children:"Loading…"})]})}),eD=({open:e,target:t,children:a,offset:n=12,maxWidthPx:o=420,forceOverflowVisible:l=!0})=>{const u=E.useRef(null),[c,f]=E.useState({top:0,left:0,arrowLeft:16});return E.useEffect(()=>{if(!e||!t||!l)return;const m=t.style.position;getComputedStyle(t).position==="static"&&(t.style.position="relative");const T=t.style.overflow;return t.style.overflow="visible",()=>{t.style.position=m,t.style.overflow=T}},[e,t,l]),E.useLayoutEffect(()=>{if(!e||!t)return;const m=10,p=8,T=()=>{const M=u.current;if(!M)return;const _={vis:M.style.visibility,top:M.style.top,left:M.style.left,maxW:M.style.maxWidth,transform:M.style.transform};M.style.visibility="hidden",M.style.top="0px",M.style.left="0px",M.style.transform="none",M.style.maxWidth=`min(${o}px, calc(100vw - ${p*2}px))`;const A=M.getBoundingClientRect(),R=A.width,D=A.height,O=t.getBoundingClientRect(),B=O.left,P=Math.max(p,Math.min(B,window.innerWidth-p-R)),H=Math.max(p,O.top-(D+n+m)),j=B-P+16,se=Math.max(8,Math.min(j,R-8));M.style.visibility=_.vis,M.style.top=_.top,M.style.left=_.left,M.style.maxWidth=_.maxW,M.style.transform=_.transform,f({top:H,left:P,arrowLeft:se})};T();const S=()=>T(),v=()=>T();window.addEventListener("scroll",S,{passive:!0}),window.addEventListener("resize",v);const L=new ResizeObserver(()=>T());return L.observe(t),()=>{window.removeEventListener("scroll",S),window.removeEventListener("resize",v),L.disconnect()}},[e,t,n,o]),!e||!t?null:hi.createPortal(C.jsx("div",{className:"fixed inset-0 z-[9999999999] pointer-events-none",children:C.jsxs("div",{ref:u,role:"tooltip",className:`\r
89
+ absolute\r
90
+ rounded-2xl\r
91
+ text-white text-sm leading-6 font-medium\r
92
+ pointer-events-auto\r
93
+ `,style:{top:c.top,left:c.left,maxWidth:`min(${o}px, calc(100vw - 16px))`,backgroundColor:"rgba(40,40,40,0.8)"},children:[C.jsx("div",{className:"px-4 py-3",children:a}),C.jsx("span",{className:`\r
94
+ absolute -bottom-[10px] h-0 w-0\r
95
+ border-l-[10px] border-l-transparent\r
96
+ border-r-[10px] border-r-transparent\r
97
+ border-t-[10px]\r
98
+ `,style:{left:c.arrowLeft,borderTopColor:"rgba(40,40,40,0.8)"}})]})}),document.querySelector("#root-container"))},Hg=({val:e,onDelete:t})=>{const[a,n]=E.useState(null),[o,l]=E.useState(!1),[u,c]=E.useState({materialName:"",parentName:"",productName:""}),f=e.metadata,m=p=>{p.stopPropagation(),t(e)};return C.jsxs(C.Fragment,{children:[C.jsxs("div",{tabIndex:0,onKeyDown:p=>{(p.key==="Enter"||p.key===" ")&&p.preventDefault()},className:`\r
99
+ bg-[var(--background-grey)] relative w-[40px] h-[40px] border border-solid border-[var(--border)]\r
100
+ rounded-md aspect-square overflow-hidden transition sm:w-[64px] sm:h-[64px]\r
101
+ select-none\r
102
+ `,"aria-label":`Selected swatch ${e.name??e.assetId}`,title:"Click to remove",onMouseEnter:p=>{n(p.currentTarget),c({materialName:f?.label||e?.name||"empty_materialName",parentName:e.parentName,productName:e.productName||"empty_product_name"}),l(!0)},onMouseLeave:()=>l(!1),children:[hn.getImage(e)?C.jsx(m0,{item:e}):C.jsx(h0,{item:e}),C.jsx("div",{className:`absolute top-0 right-0 m-[2px] w-[12px] h-[12px] flex flex-row justify-center items-center text-white\r
103
+ bg-[var(--main-accent-color)] rounded-2xl border-none z-[99] sm:w-[16px] sm:h-[16px]`,children:e.count}),C.jsx("div",{onClick:m,className:`\r
104
+ absolute inset-0 m-auto\r
105
+ w-[12px] h-[12px]\r
106
+ flex items-center justify-center\r
107
+ bg-[var(--background-grey)]\r
108
+ rounded-full\r
109
+ z-[100] cursor-pointer\r
110
+ sm:w-[32px] sm:h-[32px]\r
111
+ `,children:C.jsx(Qo,{className:"w-[8px] h-[8px] stroke-[var(--svg-dark)]"})})]}),C.jsx(eD,{open:o,target:a,offset:8,children:C.jsxs(C.Fragment,{children:[u.materialName," | ",u.parentName]})})]})},tD=()=>C.jsx("div",{className:["relative w-[40px] h-[40px] rounded-md aspect-square overflow-hidden","border border-solid border-[var(--border)] bg-[var(--sidebar-b)] sm:w-[64px] sm:h-[64px]"].join(" "),"aria-hidden":!0}),aD=({selectedMaterials:e,containerStyles:t="p-[var(--padding)] border-t border-solid border-[var(--border)] shrink-0 sm:p-[var(--sm-padding)]"})=>{const a=Wt(),n=je($o),o=c=>{if(!n.length)return;const f=c.productInformation?.assetId,m=T=>T.parentName===c.parentName&&T.metadata?.label===c.metadata?.label,p=n.map(T=>{if(T.assetId!==f)return T;const S=T.items.filter(v=>!m(v));return{...T,items:S}}).filter(T=>T.items.length>0);a(pf(p))},l=Math.max(0,Ot-e.length),u=Yo(e);return C.jsxs("div",{className:t,children:[C.jsxs("div",{className:"flex flex-row justify-between items-center mb-[12px]",children:[C.jsxs("div",{className:"relative",children:[C.jsx("div",{className:"text-xs",children:"Swatches list"}),C.jsx("span",{className:"absolute top-0 right-[-20px] font-medium text-[var(--main-accent-color)] text-[8px] leading-none",children:"Free"})]}),C.jsxs("div",{className:"text-xs",children:[u,"/",Ot," Selected"]})]}),C.jsxs("div",{className:"flex flex-row flex-wrap gap-[8px]",children:[e.map((c,f)=>{const m=c.metadata;return C.jsx(Hg,{val:c,onDelete:o},`${m?.label||f}/${c.parentName}`)}),Array.from({length:l}).map((c,f)=>C.jsx(tD,{},`mock-${f}`))]})]})},jg=()=>{const e=Wt(),t=je($o),a=E.useMemo(()=>t.flatMap(o=>o.items.map(l=>({...l,productName:o.name}))),[t]),n=()=>{a.length&&e(gp(!0))};return C.jsxs("div",{className:`flex flex-col border-t border-[var(--border)] shrink-0 shadow-[0_-2px_10px_rgba(40,40,40,0.10)]\r
112
+ sm:flex-row\r
113
+ `,children:[C.jsx(aD,{selectedMaterials:a,containerStyles:"flex flex-col p-[var(--sm-padding)] shrink-0 sm:w-[50%] sm:border-r sm:border-[var(--border)]"}),C.jsx("div",{className:"flex flex-row w-full p-[var(--sm-padding)] border-t border-[var(--border)] sm:border-none lg:w-[50%] sm:justify-center sm:items-center lg:justify-end lg:items-end",children:C.jsx("div",{className:"w-full lg:w-[50%] text-sm",children:C.jsx(xp,{onClick:n,children:"ADD SWATCHES TO CART"})})})]})},rD=[{label:"Clear All",value:""},{label:"A-Z",value:"asc"},{label:"Z-A",value:"dsc"}],nD=()=>{const e=Wt(),t=E.useRef(null),a=je(O7),n=je(Ep),o=je(F7),l=je($o),[u,c]=E.useState(k2),[f,m]=E.useState(""),[p,T]=E.useState(""),[S,v]=E.useState(null),[L,M]=E.useState(!1);E.useEffect(()=>{const B=t.current;if(!B)return;const P=()=>{const H=B.scrollTop;!L&&H>0&&M(!0),H===0&&L&&M(!1)};return B.addEventListener("scroll",P),()=>B.removeEventListener("scroll",P)},[L]),E.useEffect(()=>{const B=setTimeout(()=>{T(f.trim().toLowerCase())},300);return()=>clearTimeout(B)},[f]),E.useEffect(()=>{e(Io())},[e]);const _=E.useMemo(()=>l.reduce((B,P)=>B+(P.items?.length??0),0),[l]),A=E.useMemo(()=>xS.getUniqueCategories(o),[o]),R=B=>B.toLowerCase(),D=E.useMemo(()=>new Intl.Collator(void 0,{sensitivity:"base",numeric:!1}),[]),O=E.useMemo(()=>{let B=o;if(u?.value){const P=R(u.value);B=B.filter(H=>R(H.collection??"")===P)}return p&&(B=B.filter(P=>R(P.name).includes(p))),S==="asc"?B=[...B].sort((P,H)=>D.compare(P.name,H.name)):S==="dsc"?B=[...B].sort((P,H)=>D.compare(H.name,P.name)):B=[...B],B},[o,u,p,S,D]);return C.jsxs("div",{className:"relative flex flex-col h-full min-h-0 w-full",children:[C.jsxs("div",{className:"flex-shrink-0",children:[C.jsx("div",{className:Va("overflow-hidden transform-gpu transition-[max-height,opacity,transform] duration-500 ease-in-out",L?"max-h-0 opacity-0 -translate-y-4 pointer-events-none":"max-h-40 opacity-100 translate-y-0"),children:C.jsx("div",{className:"h-40",children:C.jsx("img",{src:"https://hastings-questionnaie-storage.fra1.digitaloceanspaces.com/static/pic%20big%201%20(1).jpg",className:"object-cover w-full h-full"})})}),C.jsxs("header",{className:"flex flex-col border-b border-[var(--border)] lg:flex-row lg:justify-between",children:[C.jsx("h1",{className:"m-0! p-[var(--sm-padding)] text-base font-medium",children:"Swatches store"}),C.jsx("div",{className:"flex flex-row justify-center items-center border-t border-[var(--border)] p-[var(--sm-padding)] text-xs font-medium leading-[24px] lg:border-none",children:C.jsxs("span",{children:["Choose 5 free swatches to curate your perfect design. Plus get"," ",C.jsx("span",{className:"text-[var(--main-accent-color)] underline",children:"free design advice"})," ","from our experts"]})})]})]}),C.jsxs("div",{className:"flex flex-col flex-1 min-h-0",children:[(a||n)&&C.jsx(Ug,{}),C.jsxs("div",{className:"flex flex-row w-full items-center justify-between gap-[16px] border-b border-[var(--border)] p-[var(--sm-padding)]",children:[C.jsxs("div",{className:"flex flex-row h-[36px] w-full items-center justify-between gap-[16px] shrink-0 lg:max-w-[382px]",children:[C.jsxs("div",{className:"relative h-[36px] flex-1 min-w-0 lg:max-w-[240px]",children:[C.jsx("input",{type:"text",placeholder:"Search",value:f,onChange:B=>m(B.target.value),className:`
114
+ h-full w-full rounded-2xl border border-[var(--border)] bg-[var(--background)]
115
+ px-4 pr-8 text-sm text-black placeholder-[var(--text-muted)]
116
+ transition focus:border-[var(--main-accent-color)] focus:outline-none
117
+ `}),C.jsx("div",{className:`
118
+ pointer-events-none absolute right-3 top-1/2 -translate-y-1/2 sm:right-4
119
+ [&_svg_path]:stroke-[var(--svg-dark)]
120
+ `,children:C.jsx(W7,{width:20,height:20})})]}),C.jsx(Wg,{title:"Sort by",placeholder:"Sort by",values:rD,value:S,onValueChange:v,className:"shrink-0 w-[90px] xxs:w-[100px] bg-[var(--label-bg)] sm:py-8px sm:px-16px sm:w-[102px]",dropdownWidth:"w-64"})]}),C.jsx(Lh,{items:A,activeId:u.productId,onSelect:B=>c(B),className:"hidden! lg:flex! lg:visible! flex-row! shrink-0! overflow-x-auto!"})]}),C.jsx(Lh,{items:A,activeId:u.productId,onSelect:B=>c(B),className:"h-[64px]! p-[var(--sm-padding)]! border-b! border-[var(--border)]! lg:hidden!"}),C.jsxs("div",{ref:t,className:"flex-1 min-h-0 overflow-y-auto overscroll-contain p-[var(--sm-padding)]",children:[C.jsx("div",{className:"mb-4",children:"Select Product"}),O.length?C.jsx("ul",{className:"grid grid-cols-2 gap-[16px] sm:grid-cols-4 lg:grid-cols-6 xl:grid-cols-8 2xl:grid-cols-9",children:O.map(B=>C.jsx(AS,{productListItem:B},B.name))}):C.jsx("div",{className:"flex flex-row h-full items-center justify-center",children:"No products were found"})]}),_?C.jsx(jg,{}):null]})]})};function iD(e){const t=E.useRef({value:e,previous:e});return E.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var zu="Checkbox",[oD]=mu(zu),[lD,Y0]=oD(zu);function sD(e){const{__scopeCheckbox:t,checked:a,children:n,defaultChecked:o,disabled:l,form:u,name:c,onCheckedChange:f,required:m,value:p="on",internal_do_not_use_render:T}=e,[S,v]=t0({prop:a,defaultProp:o??!1,onChange:f,caller:zu}),[L,M]=E.useState(null),[_,A]=E.useState(null),R=E.useRef(!1),D=L?!!u||!!L.closest("form"):!0,O={checked:S,disabled:l,setChecked:v,control:L,setControl:M,name:c,form:u,value:p,hasConsumerStoppedPropagationRef:R,required:m,defaultChecked:Ur(o)?!1:o,isFormControl:D,bubbleInput:_,setBubbleInput:A};return C.jsx(lD,{scope:t,...O,children:uD(T)?T(O):n})}var Vg="CheckboxTrigger",Kg=E.forwardRef(({__scopeCheckbox:e,onKeyDown:t,onClick:a,...n},o)=>{const{control:l,value:u,disabled:c,checked:f,required:m,setControl:p,setChecked:T,hasConsumerStoppedPropagationRef:S,isFormControl:v,bubbleInput:L}=Y0(Vg,e),M=ua(o,p),_=E.useRef(f);return E.useEffect(()=>{const A=l?.form;if(A){const R=()=>T(_.current);return A.addEventListener("reset",R),()=>A.removeEventListener("reset",R)}},[l,T]),C.jsx(Lt.button,{type:"button",role:"checkbox","aria-checked":Ur(f)?"mixed":f,"aria-required":m,"data-state":Jg(f),"data-disabled":c?"":void 0,disabled:c,value:u,...n,ref:M,onKeyDown:Gt(t,A=>{A.key==="Enter"&&A.preventDefault()}),onClick:Gt(a,A=>{T(R=>Ur(R)?!0:!R),L&&v&&(S.current=A.isPropagationStopped(),S.current||A.stopPropagation())})})});Kg.displayName=Vg;var qg=E.forwardRef((e,t)=>{const{__scopeCheckbox:a,name:n,checked:o,defaultChecked:l,required:u,disabled:c,value:f,onCheckedChange:m,form:p,...T}=e;return C.jsx(sD,{__scopeCheckbox:a,checked:o,defaultChecked:l,disabled:c,required:u,onCheckedChange:m,name:n,form:p,value:f,internal_do_not_use_render:({isFormControl:S})=>C.jsxs(C.Fragment,{children:[C.jsx(Kg,{...T,ref:t,__scopeCheckbox:a}),S&&C.jsx(Xg,{__scopeCheckbox:a})]})})});qg.displayName=zu;var Qg="CheckboxIndicator",Yg=E.forwardRef((e,t)=>{const{__scopeCheckbox:a,forceMount:n,...o}=e,l=Y0(Qg,a);return C.jsx(pi,{present:n||Ur(l.checked)||l.checked===!0,children:C.jsx(Lt.span,{"data-state":Jg(l.checked),"data-disabled":l.disabled?"":void 0,...o,ref:t,style:{pointerEvents:"none",...e.style}})})});Yg.displayName=Qg;var $g="CheckboxBubbleInput",Xg=E.forwardRef(({__scopeCheckbox:e,...t},a)=>{const{control:n,hasConsumerStoppedPropagationRef:o,checked:l,defaultChecked:u,required:c,disabled:f,name:m,value:p,form:T,bubbleInput:S,setBubbleInput:v}=Y0($g,e),L=ua(a,v),M=iD(l),_=K2(n);E.useEffect(()=>{const R=S;if(!R)return;const D=window.HTMLInputElement.prototype,B=Object.getOwnPropertyDescriptor(D,"checked").set,P=!o.current;if(M!==l&&B){const H=new Event("click",{bubbles:P});R.indeterminate=Ur(l),B.call(R,Ur(l)?!1:l),R.dispatchEvent(H)}},[S,M,l,o]);const A=E.useRef(Ur(l)?!1:l);return C.jsx(Lt.input,{type:"checkbox","aria-hidden":!0,defaultChecked:u??A.current,required:c,disabled:f,name:m,value:p,form:T,...t,tabIndex:-1,ref:L,style:{...t.style,..._,position:"absolute",pointerEvents:"none",opacity:0,margin:0,transform:"translateX(-100%)"}})});Xg.displayName=$g;function uD(e){return typeof e=="function"}function Ur(e){return e==="indeterminate"}function Jg(e){return Ur(e)?"indeterminate":e?"checked":"unchecked"}function cD({className:e,...t}){return C.jsx(qg,{"data-slot":"checkbox",className:Bt(`
121
+ bg-white peer border-input dark:bg-input/30
122
+ data-[state=checked]:bg-transparent
123
+ data-[state=checked]:text-black
124
+ focus-visible:border-ring focus-visible:ring-ring/50
125
+ aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40
126
+ aria-invalid:border-destructive
127
+ size-4 shrink-0 rounded-[4px] border shadow-xs
128
+ transition-shadow outline-none focus-visible:ring-[3px]
129
+ disabled:cursor-not-allowed disabled:opacity-50
130
+ `,e),...t,children:C.jsx(Yg,{"data-slot":"checkbox-indicator",className:"flex flex-row items-center justify-center text-current transition-none",children:C.jsx(s2,{className:"size-3"})})})}const ol=E.forwardRef(({options:e,values:t,onValueChange:a,placeholder:n="Select options...",className:o="w-full min-w-[80px] 2xs:min-w-[100px] xs:min-w-[110px] sm:max-w-[auto] sm:min-w-[130px] lg:min-w-[160px]",dropdownWidth:l,align:u="start",getTooltipByMaterialAndSection:c,sectionName:f},m)=>{const[p,T]=E.useState(!1),S=E.useRef(null);E.useEffect(()=>{if(!p)return;const A=D=>{const O=D.target,B=S.current;B&&(B.contains(O)||O===B)||T(!1)},R=D=>{D.key==="Escape"&&T(!1)};return window.addEventListener("scroll",A,!0),window.addEventListener("resize",A),document.addEventListener("keydown",R),()=>{window.removeEventListener("scroll",A,!0),window.removeEventListener("resize",A),document.removeEventListener("keydown",R)}},[p]);const v=(A,R)=>{a(R?[...t,A]:t.filter(D=>D!==A))},L=()=>{a([])},M=t.length,_=M===0?n:M===1?e.find(A=>A.value===t[0])?.label||`${n} selected`:C.jsxs("div",{className:"flex flex-row items-center w-full",children:[C.jsx("span",{className:"truncate mr-1",children:n}),C.jsx("span",{className:`\r
131
+ flex-none flex flex-row justify-center items-center\r
132
+ w-[20px] h-5 rounded-full\r
133
+ bg-[var(--main-accent-color)] text-white\r
134
+ text-[1rem] leading-none\r
135
+ select-none pointer-events-none\r
136
+ overflow-hidden\r
137
+ `,children:M})]});if(e.length)return C.jsxs(c4,{open:p,onOpenChange:T,children:[C.jsxs(d4,{ref:m,className:Bt("flex flex-row items-center justify-between rounded-full border border-[var(--main-accent-color)] px-2 sm:px-4 py-2 bg-white cursor-pointer hover:bg-gray-50 data-[state=open]:border-primary hover:border-primary focus:border-primary min-h-9",o),children:[C.jsx("div",{className:"w-full text-xs truncate text-left leading-[20px] sm:text-sm",children:_}),C.jsx(u2,{className:Bt("h-4 w-[16px] transition-transform",p&&"rotate-180")})]}),C.jsxs(f4,{ref:S,className:Bt("bg-white border rounded-lg shadow-lg z-50 max-h-75 text-sm overflow-y-auto overscroll-behavior-y-contain touch-pan-y p-2",l||"w-[var(--radix-popover-trigger-width)]"),align:u,sideOffset:4,style:{WebkitOverflowScrolling:"touch",overscrollBehavior:"contain"},onTouchStart:A=>{A.stopPropagation()},onTouchMove:A=>{A.stopPropagation()},onWheel:A=>{A.stopPropagation()},children:[M>0&&C.jsx("div",{className:"flex flex-row gap-[8px] items-center justify-between px-2 py-1 mb-2 border-b",children:C.jsxs("button",{onClick:L,className:"text-sm text-black hover:text-primary transition-color cursor-pointer duration-200 flex flex-row items-center gap-[4px]",children:[C.jsx(u0,{className:"h-3 w-[12px]"}),"Clear all"]})}),C.jsx("div",{className:"flex flex-col gap-[4px]",children:e.map(A=>{const R=t.includes(A.value);return C.jsxs("div",{className:"flex flex-row items-start gap-[8px] px-2 py-1 hover:bg-gray-50 rounded transition-background duration-300 cursor-pointer",onClick:()=>v(A.value,!R),children:[C.jsx(cD,{checked:R,className:"size-6",onCheckedChange:D=>v(A.value,D)}),C.jsxs("div",{className:"flex-1 flex flex-row items-center justify-between",children:[C.jsxs("div",{className:"flex flex-row items-center gap-[8px]",children:[C.jsx("span",{className:"text-sm",children:A.label}),(()=>{if(!c||!f)return null;const D=c(A.value,f);return D&&D.Description?C.jsx(Gg,{tooltipData:D?.Description}):null})()]}),A.count!==void 0&&C.jsx("span",{className:"text-sm text-gray-800 bg-gray-100 px-2 py-0.5 ml-2 rounded-full whitespace-nowrap",children:A.count})]})]},A.value)})})]})]})});ol.displayName="MultiSelect";const Zg=({containerStyles:e,selectStyles:t})=>{const a=Wt(),n=je(QT),o=je(mi),[l,u]=E.useState([]),[c,f]=E.useState([]);E.useEffect(()=>{if(!n?.length)return;const p=n.map(T=>{if(T.metadata){const{Name:L,Label:M}=T.metadata||{};return{value:L,label:M,id:L}}const{label:S,value:v}=T||{};return{value:v,label:S,id:v}});u(p)},[n]);const m=(p,T)=>{if(T.length){const S=mp(T);if(S.length){const v=n.filter(_=>_.metadata?S.includes(_.metadata?.Label):S.includes(_.value));f(S);const L=Ks.mapFiltersFromValues(v,o),M=Ks.getPositiveSelectedFilers(L);M.length&&M.forEach(_=>{const{filterName:A,filterKeys:R}=_;a(du({filterName:A,values:R}))}),a(wd({attributes:v}))}else a(wd({attributes:n}))}else f([]),a(wd({attributes:n}))};return C.jsxs("div",{className:e,children:[C.jsx("span",{className:"text-sm",children:"Product element"}),C.jsx(ol,{options:l,values:c,onValueChange:p=>m("PanelElement",p),placeholder:"All product elements",className:t,dropdownWidth:"w-80"})]})},dD=()=>{const e=Wt(),t=je(mi),a=je(qo),[n,o]=E.useState([]);E.useEffect(()=>{if(a?.length){const u=[...new Set(a.map(c=>c.metadata?.Finish||c.metadata?.Material))].filter(Boolean).map(c=>{const f=a.filter(m=>m.metadata?.Finish===c||m.metadata?.Material===c).length;return{value:c,label:c,count:f}});u?.length&&o(u)}},[a]);const l=(u,c)=>{e(du({filterName:u,values:c}))};return C.jsx(ol,{options:n,values:t.Finish,onValueChange:u=>l("Finish",u),placeholder:"Material",dropdownWidth:"w-80"})},fD=()=>{const e=Wt(),t=je(mi),a=je(qo),[n,o]=E.useState([]);E.useEffect(()=>{if(a?.length){const u=[...new Set(a.map(c=>c?.metadata?.Color).filter(Boolean).map(c=>c.split(",").map(f=>f.trim())).flat())].map(c=>{const f=a.filter(m=>m.metadata?.Color&&m.metadata?.Color.split(",").map(p=>p.trim()).includes(c)).length;return{value:c,label:c,count:f}});u?.length&&o(u)}},[a]);const l=(u,c)=>{e(du({filterName:u,values:c}))};return C.jsx(ol,{options:n,values:t.Color,onValueChange:u=>l("Color",u),placeholder:"Color",dropdownWidth:"w-80"})},bD=()=>{const e=Wt(),t=je(mi),a=je(qo),[n,o]=E.useState([]);E.useEffect(()=>{if(a?.length){const u=[...new Set(a.map(c=>c?.metadata?.Look).filter(Boolean).map(c=>c.split(",").map(f=>f.trim())).flat())].map(c=>{const f=a.filter(m=>m.metadata?.Look&&m.metadata?.Look.split(",").map(p=>p.trim()).includes(c)).length;return{value:c,label:c,count:f}});u?.length&&o(u)}},[a]);const l=(u,c)=>{e(du({filterName:u,values:c}))};return C.jsx(ol,{options:n,values:t.Look,onValueChange:u=>l("Look",u),placeholder:"Look",dropdownWidth:"w-80"})},e8=()=>C.jsxs("div",{className:"flex flex-row items-center gap-[16px] p-[var(--sm-padding)]",children:[C.jsx(dD,{}),C.jsx(fD,{}),C.jsx(bD,{})]}),mD=()=>C.jsxs("div",{className:`flex flex-col justify-between border-b border-[var(--border)]\r
138
+ sm:flex-row\r
139
+ `,children:[C.jsx(Zg,{containerStyles:`flex flex-row justify-between items-center gap-[8px] p-[var(--sm-padding)] w-full text-xs\r
140
+ border-b border-[var(--border)]\r
141
+ sm:max-w-[360px] sm:text-sm sm:border-none\r
142
+ `,selectStyles:"min-w-[auto] max-w-[154px] sm:max-w-[auto] sm:min-w-[180px] font-normal"}),C.jsx(e8,{})]});function ai(e,t,a){let n=a.initialDeps??[],o;function l(){var u,c,f,m;let p;a.key&&((u=a.debug)!=null&&u.call(a))&&(p=Date.now());const T=e();if(!(T.length!==n.length||T.some((L,M)=>n[M]!==L)))return o;n=T;let v;if(a.key&&((c=a.debug)!=null&&c.call(a))&&(v=Date.now()),o=t(...T),a.key&&((f=a.debug)!=null&&f.call(a))){const L=Math.round((Date.now()-p)*100)/100,M=Math.round((Date.now()-v)*100)/100,_=M/16,A=(R,D)=>{for(R=String(R);R.length<D;)R=" "+R;return R};console.info(`%c⏱ ${A(M,5)} /${A(L,5)} ms`,`
143
+ font-size: .6rem;
144
+ font-weight: bold;
145
+ color: hsl(${Math.max(0,Math.min(120-120*_,120))}deg 100% 31%);`,a?.key)}return(m=a?.onChange)==null||m.call(a,o),o}return l.updateDeps=u=>{n=u},l}function K5(e,t){if(e===void 0)throw new Error("Unexpected undefined");return e}const hD=(e,t)=>Math.abs(e-t)<1.01,pD=(e,t,a)=>{let n;return function(...o){e.clearTimeout(n),n=e.setTimeout(()=>t.apply(this,o),a)}},q5=e=>{const{offsetWidth:t,offsetHeight:a}=e;return{width:t,height:a}},gD=e=>e,TD=e=>{const t=Math.max(e.startIndex-e.overscan,0),a=Math.min(e.endIndex+e.overscan,e.count-1),n=[];for(let o=t;o<=a;o++)n.push(o);return n},vD=(e,t)=>{const a=e.scrollElement;if(!a)return;const n=e.targetWindow;if(!n)return;const o=u=>{const{width:c,height:f}=u;t({width:Math.round(c),height:Math.round(f)})};if(o(q5(a)),!n.ResizeObserver)return()=>{};const l=new n.ResizeObserver(u=>{const c=()=>{const f=u[0];if(f?.borderBoxSize){const m=f.borderBoxSize[0];if(m){o({width:m.inlineSize,height:m.blockSize});return}}o(q5(a))};e.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(c):c()});return l.observe(a,{box:"border-box"}),()=>{l.unobserve(a)}},Q5={passive:!0},Y5=typeof window>"u"?!0:"onscrollend"in window,SD=(e,t)=>{const a=e.scrollElement;if(!a)return;const n=e.targetWindow;if(!n)return;let o=0;const l=e.options.useScrollendEvent&&Y5?()=>{}:pD(n,()=>{t(o,!1)},e.options.isScrollingResetDelay),u=p=>()=>{const{horizontal:T,isRtl:S}=e.options;o=T?a.scrollLeft*(S&&-1||1):a.scrollTop,l(),t(o,p)},c=u(!0),f=u(!1);f(),a.addEventListener("scroll",c,Q5);const m=e.options.useScrollendEvent&&Y5;return m&&a.addEventListener("scrollend",f,Q5),()=>{a.removeEventListener("scroll",c),m&&a.removeEventListener("scrollend",f)}},CD=(e,t,a)=>{if(t?.borderBoxSize){const n=t.borderBoxSize[0];if(n)return Math.round(n[a.options.horizontal?"inlineSize":"blockSize"])}return e[a.options.horizontal?"offsetWidth":"offsetHeight"]},yD=(e,{adjustments:t=0,behavior:a},n)=>{var o,l;const u=e+t;(l=(o=n.scrollElement)==null?void 0:o.scrollTo)==null||l.call(o,{[n.options.horizontal?"left":"top"]:u,behavior:a})};class ED{constructor(t){this.unsubs=[],this.scrollElement=null,this.targetWindow=null,this.isScrolling=!1,this.measurementsCache=[],this.itemSizeCache=new Map,this.pendingMeasuredCacheIndexes=[],this.scrollRect=null,this.scrollOffset=null,this.scrollDirection=null,this.scrollAdjustments=0,this.elementsCache=new Map,this.observer=(()=>{let a=null;const n=()=>a||(!this.targetWindow||!this.targetWindow.ResizeObserver?null:a=new this.targetWindow.ResizeObserver(o=>{o.forEach(l=>{const u=()=>{this._measureElement(l.target,l)};this.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(u):u()})}));return{disconnect:()=>{var o;(o=n())==null||o.disconnect(),a=null},observe:o=>{var l;return(l=n())==null?void 0:l.observe(o,{box:"border-box"})},unobserve:o=>{var l;return(l=n())==null?void 0:l.unobserve(o)}}})(),this.range=null,this.setOptions=a=>{Object.entries(a).forEach(([n,o])=>{typeof o>"u"&&delete a[n]}),this.options={debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:gD,rangeExtractor:TD,onChange:()=>{},measureElement:CD,initialRect:{width:0,height:0},scrollMargin:0,gap:0,indexAttribute:"data-index",initialMeasurementsCache:[],lanes:1,isScrollingResetDelay:150,enabled:!0,isRtl:!1,useScrollendEvent:!1,useAnimationFrameWithResizeObserver:!1,...a}},this.notify=a=>{var n,o;(o=(n=this.options).onChange)==null||o.call(n,this,a)},this.maybeNotify=ai(()=>(this.calculateRange(),[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]),a=>{this.notify(a)},{key:!1,debug:()=>this.options.debug,initialDeps:[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]}),this.cleanup=()=>{this.unsubs.filter(Boolean).forEach(a=>a()),this.unsubs=[],this.observer.disconnect(),this.scrollElement=null,this.targetWindow=null},this._didMount=()=>()=>{this.cleanup()},this._willUpdate=()=>{var a;const n=this.options.enabled?this.options.getScrollElement():null;if(this.scrollElement!==n){if(this.cleanup(),!n){this.maybeNotify();return}this.scrollElement=n,this.scrollElement&&"ownerDocument"in this.scrollElement?this.targetWindow=this.scrollElement.ownerDocument.defaultView:this.targetWindow=((a=this.scrollElement)==null?void 0:a.window)??null,this.elementsCache.forEach(o=>{this.observer.observe(o)}),this._scrollToOffset(this.getScrollOffset(),{adjustments:void 0,behavior:void 0}),this.unsubs.push(this.options.observeElementRect(this,o=>{this.scrollRect=o,this.maybeNotify()})),this.unsubs.push(this.options.observeElementOffset(this,(o,l)=>{this.scrollAdjustments=0,this.scrollDirection=l?this.getScrollOffset()<o?"forward":"backward":null,this.scrollOffset=o,this.isScrolling=l,this.maybeNotify()}))}},this.getSize=()=>this.options.enabled?(this.scrollRect=this.scrollRect??this.options.initialRect,this.scrollRect[this.options.horizontal?"width":"height"]):(this.scrollRect=null,0),this.getScrollOffset=()=>this.options.enabled?(this.scrollOffset=this.scrollOffset??(typeof this.options.initialOffset=="function"?this.options.initialOffset():this.options.initialOffset),this.scrollOffset):(this.scrollOffset=null,0),this.getFurthestMeasurement=(a,n)=>{const o=new Map,l=new Map;for(let u=n-1;u>=0;u--){const c=a[u];if(o.has(c.lane))continue;const f=l.get(c.lane);if(f==null||c.end>f.end?l.set(c.lane,c):c.end<f.end&&o.set(c.lane,!0),o.size===this.options.lanes)break}return l.size===this.options.lanes?Array.from(l.values()).sort((u,c)=>u.end===c.end?u.index-c.index:u.end-c.end)[0]:void 0},this.getMeasurementOptions=ai(()=>[this.options.count,this.options.paddingStart,this.options.scrollMargin,this.options.getItemKey,this.options.enabled],(a,n,o,l,u)=>(this.pendingMeasuredCacheIndexes=[],{count:a,paddingStart:n,scrollMargin:o,getItemKey:l,enabled:u}),{key:!1}),this.getMeasurements=ai(()=>[this.getMeasurementOptions(),this.itemSizeCache],({count:a,paddingStart:n,scrollMargin:o,getItemKey:l,enabled:u},c)=>{if(!u)return this.measurementsCache=[],this.itemSizeCache.clear(),[];this.measurementsCache.length===0&&(this.measurementsCache=this.options.initialMeasurementsCache,this.measurementsCache.forEach(p=>{this.itemSizeCache.set(p.key,p.size)}));const f=this.pendingMeasuredCacheIndexes.length>0?Math.min(...this.pendingMeasuredCacheIndexes):0;this.pendingMeasuredCacheIndexes=[];const m=this.measurementsCache.slice(0,f);for(let p=f;p<a;p++){const T=l(p),S=this.options.lanes===1?m[p-1]:this.getFurthestMeasurement(m,p),v=S?S.end+this.options.gap:n+o,L=c.get(T),M=typeof L=="number"?L:this.options.estimateSize(p),_=v+M,A=S?S.lane:p%this.options.lanes;m[p]={index:p,start:v,size:M,end:_,key:T,lane:A}}return this.measurementsCache=m,m},{key:!1,debug:()=>this.options.debug}),this.calculateRange=ai(()=>[this.getMeasurements(),this.getSize(),this.getScrollOffset(),this.options.lanes],(a,n,o,l)=>this.range=a.length>0&&n>0?MD({measurements:a,outerSize:n,scrollOffset:o,lanes:l}):null,{key:!1,debug:()=>this.options.debug}),this.getVirtualIndexes=ai(()=>{let a=null,n=null;const o=this.calculateRange();return o&&(a=o.startIndex,n=o.endIndex),this.maybeNotify.updateDeps([this.isScrolling,a,n]),[this.options.rangeExtractor,this.options.overscan,this.options.count,a,n]},(a,n,o,l,u)=>l===null||u===null?[]:a({startIndex:l,endIndex:u,overscan:n,count:o}),{key:!1,debug:()=>this.options.debug}),this.indexFromElement=a=>{const n=this.options.indexAttribute,o=a.getAttribute(n);return o?parseInt(o,10):(console.warn(`Missing attribute name '${n}={index}' on measured element.`),-1)},this._measureElement=(a,n)=>{const o=this.indexFromElement(a),l=this.measurementsCache[o];if(!l)return;const u=l.key,c=this.elementsCache.get(u);c!==a&&(c&&this.observer.unobserve(c),this.observer.observe(a),this.elementsCache.set(u,a)),a.isConnected&&this.resizeItem(o,this.options.measureElement(a,n,this))},this.resizeItem=(a,n)=>{const o=this.measurementsCache[a];if(!o)return;const l=this.itemSizeCache.get(o.key)??o.size,u=n-l;u!==0&&((this.shouldAdjustScrollPositionOnItemSizeChange!==void 0?this.shouldAdjustScrollPositionOnItemSizeChange(o,u,this):o.start<this.getScrollOffset()+this.scrollAdjustments)&&this._scrollToOffset(this.getScrollOffset(),{adjustments:this.scrollAdjustments+=u,behavior:void 0}),this.pendingMeasuredCacheIndexes.push(o.index),this.itemSizeCache=new Map(this.itemSizeCache.set(o.key,n)),this.notify(!1))},this.measureElement=a=>{if(!a){this.elementsCache.forEach((n,o)=>{n.isConnected||(this.observer.unobserve(n),this.elementsCache.delete(o))});return}this._measureElement(a,void 0)},this.getVirtualItems=ai(()=>[this.getVirtualIndexes(),this.getMeasurements()],(a,n)=>{const o=[];for(let l=0,u=a.length;l<u;l++){const c=a[l],f=n[c];o.push(f)}return o},{key:!1,debug:()=>this.options.debug}),this.getVirtualItemForOffset=a=>{const n=this.getMeasurements();if(n.length!==0)return K5(n[t8(0,n.length-1,o=>K5(n[o]).start,a)])},this.getOffsetForAlignment=(a,n,o=0)=>{const l=this.getSize(),u=this.getScrollOffset();n==="auto"&&(n=a>=u+l?"end":"start"),n==="center"?a+=(o-l)/2:n==="end"&&(a-=l);const c=this.getTotalSize()+this.options.scrollMargin-l;return Math.max(Math.min(c,a),0)},this.getOffsetForIndex=(a,n="auto")=>{a=Math.max(0,Math.min(a,this.options.count-1));const o=this.measurementsCache[a];if(!o)return;const l=this.getSize(),u=this.getScrollOffset();if(n==="auto")if(o.end>=u+l-this.options.scrollPaddingEnd)n="end";else if(o.start<=u+this.options.scrollPaddingStart)n="start";else return[u,n];const c=n==="end"?o.end+this.options.scrollPaddingEnd:o.start-this.options.scrollPaddingStart;return[this.getOffsetForAlignment(c,n,o.size),n]},this.isDynamicMode=()=>this.elementsCache.size>0,this.scrollToOffset=(a,{align:n="start",behavior:o}={})=>{o==="smooth"&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),this._scrollToOffset(this.getOffsetForAlignment(a,n),{adjustments:void 0,behavior:o})},this.scrollToIndex=(a,{align:n="auto",behavior:o}={})=>{o==="smooth"&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),a=Math.max(0,Math.min(a,this.options.count-1));let l=0;const u=10,c=m=>{if(!this.targetWindow)return;const p=this.getOffsetForIndex(a,m);if(!p){console.warn("Failed to get offset for index:",a);return}const[T,S]=p;this._scrollToOffset(T,{adjustments:void 0,behavior:o}),this.targetWindow.requestAnimationFrame(()=>{const v=this.getScrollOffset(),L=this.getOffsetForIndex(a,S);if(!L){console.warn("Failed to get offset for index:",a);return}hD(L[0],v)||f(S)})},f=m=>{this.targetWindow&&(l++,l<u?this.targetWindow.requestAnimationFrame(()=>c(m)):console.warn(`Failed to scroll to index ${a} after ${u} attempts.`))};c(n)},this.scrollBy=(a,{behavior:n}={})=>{n==="smooth"&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),this._scrollToOffset(this.getScrollOffset()+a,{adjustments:void 0,behavior:n})},this.getTotalSize=()=>{var a;const n=this.getMeasurements();let o;if(n.length===0)o=this.options.paddingStart;else if(this.options.lanes===1)o=((a=n[n.length-1])==null?void 0:a.end)??0;else{const l=Array(this.options.lanes).fill(null);let u=n.length-1;for(;u>=0&&l.some(c=>c===null);){const c=n[u];l[c.lane]===null&&(l[c.lane]=c.end),u--}o=Math.max(...l.filter(c=>c!==null))}return Math.max(o-this.options.scrollMargin+this.options.paddingEnd,0)},this._scrollToOffset=(a,{adjustments:n,behavior:o})=>{this.options.scrollToFn(a,{behavior:o,adjustments:n},this)},this.measure=()=>{this.itemSizeCache=new Map,this.notify(!1)},this.setOptions(t)}}const t8=(e,t,a,n)=>{for(;e<=t;){const o=(e+t)/2|0,l=a(o);if(l<n)e=o+1;else if(l>n)t=o-1;else return o}return e>0?e-1:0};function MD({measurements:e,outerSize:t,scrollOffset:a,lanes:n}){const o=e.length-1,l=f=>e[f].start;if(e.length<=n)return{startIndex:0,endIndex:o};let u=t8(0,o,l,a),c=u;if(n===1)for(;c<o&&e[c].end<a+t;)c++;else if(n>1){const f=Array(n).fill(0);for(;c<o&&f.some(p=>p<a+t);){const p=e[c];f[p.lane]=p.end,c++}const m=Array(n).fill(a+t);for(;u>=0&&m.some(p=>p>=a);){const p=e[u];m[p.lane]=p.start,u--}u=Math.max(0,u-u%n),c=Math.min(o,c+(n-1-c%n))}return{startIndex:u,endIndex:c}}const $5=typeof document<"u"?E.useLayoutEffect:E.useEffect;function AD(e){const t=E.useReducer(()=>({}),{})[1],a={...e,onChange:(o,l)=>{var u;l?hi.flushSync(t):t(),(u=e.onChange)==null||u.call(e,o,l)}},[n]=E.useState(()=>new ED(a));return n.setOptions(a),$5(()=>n._didMount(),[]),$5(()=>n._willUpdate()),n}function a8(e){return AD({observeElementRect:vD,observeElementOffset:SD,scrollToFn:yD,...e})}const xD=e=>C.jsx("svg",{width:"16",height:"11",viewBox:"0 0 16 11",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:C.jsx("path",{d:"M14.6668 1L5.50016 10.1667L1.3335 6",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),nu=({val:e,isSelected:t,onClick:a})=>{const n=o=>{a(o)};return C.jsxs("div",{className:"flex flex-col gap-[8px]",children:[C.jsxs("button",{onClick:()=>n(e),className:`
146
+ relative w-full aspect-square overflow-hidden rounded
147
+ border transition
148
+ ${t?"border-amber-700":"border-transparent"}
149
+ `,children:[C.jsx("div",{className:"absolute inset-0",children:hn.getImage(e)?C.jsx(m0,{item:e}):C.jsx(h0,{item:e})}),C.jsx("div",{className:`
150
+ absolute top-0 right-0 m-2 h-[30px] w-[30px]
151
+ flex flex-row items-center justify-center rounded-2xl border-none
152
+ bg-[var(--background-grey)] pointer-events-none
153
+ ${t?"bg-[var(--main-accent-color)]":""}
154
+ `,children:C.jsx(xD,{})})]},e.assetId),C.jsxs("div",{className:"mb-[12px] flex flex-col",children:[C.jsxs("span",{className:"mb-[4px] text-sm font-semibold leading-[16px]",children:[e.metadata?.label||e.label," "]}),C.jsxs("span",{className:"text-xs font-medium leading-[14px]",children:[e.parentName," "]})]})]})},LD=({isOpen:e,onClose:t,title:a="Message",width:n,height:o,children:l})=>{const u=E.useRef(null);return E.useEffect(()=>{const c=f=>{u.current&&!u.current.contains(f.target)&&t()};return e&&document.addEventListener("mousedown",c),()=>{document.removeEventListener("mousedown",c)}},[e,t]),e?Lp.createPortal(C.jsx("div",{className:"fixed inset-0 z-99999999999999 flex flex-row items-center justify-center bg-black/40 p-4",children:C.jsxs("div",{ref:u,className:`\r
155
+ bg-white rounded-2xl shadow-xl flex flex-col overflow-hidden\r
156
+ max-w-[90vw] max-h-[90vh]\r
157
+ `,style:{width:n||"auto",height:o||"auto"},children:[C.jsxs("div",{className:"flex flex-row items-center justify-between p-[var(--sm-padding)] border-b border-[var(--border)]",children:[C.jsx("span",{className:"text-base font-semibold text-[var(--text)]",children:a}),C.jsx("button",{onClick:t,className:"flex flex-row justify-center items-center p-1 rounded-full bg-[var(--border)] hover:bg-gray-100 transition [&_svg_path]:stroke-[var(--svg-dark)] w-[30px] h-[30px]",children:C.jsx(Qo,{className:"text-[var(--text)] ",width:10,hanging:10})})]}),C.jsx("div",{className:"flex flex-col gap-[12px] text-[var(--text-muted)]",children:l})]})}),document.querySelector("#root-container")):null},r8=({isOpen:e,onClose:t})=>C.jsx(LD,{isOpen:e,onClose:t,width:320,title:"Swatch Limit",children:C.jsxs("div",{children:[C.jsxs("div",{className:"text-sm font-medium p-[var(--sm-padding)] border-b border-[var(--border)] leading-[20px]",children:[C.jsx("p",{className:"mb-4",children:"You've reached your maximum number of swatches!"}),C.jsx("p",{children:"If you'd like to add another swatch please remove an existing swatch from your cart"})]}),C.jsx("div",{className:"p-[var(--sm-padding)] w-full",children:C.jsx("button",{className:`\r
158
+ w-full block py-3 rounded-full\r
159
+ bg-[var(--main-accent-color)] text-white font-bold capitalize\r
160
+ `,onClick:t,children:"OK"})})]})}),ID=({containerStyles:e="flex-1 min-h-0 overflow-y-auto p-[var(--padding)] sm:p-[var(--sm-padding)] ",gridStyles:t="grid grid-cols-1 gap-[8px] sm:grid-cols-3",desktopColumnsCount:a=3})=>{const n=Wt(),o=E.useRef(null),l=je(qo),u=je(mi),c=je(e0),f=je($o),[m,p]=E.useState(!1),T=E.useMemo(()=>f.flatMap(X=>X.items),[f]),S=E.useMemo(()=>f.flatMap(X=>X.items).reduce((X,Z)=>X+(Z.count??0),0),[f]),v=E.useMemo(()=>l.filter(X=>{const Z=u.Finish.length===0||u.Finish.some(de=>X.metadata?.Finish===de||X.metadata?.Material===de),le=u.Color.length===0||X.metadata?.Color&&u.Color.some(de=>X.metadata?.Color?.split(",").map(x=>x.trim()).includes(de)),be=X.metadata?.Look,U=!u.Look||u.Look.length===0||u.Look.some(de=>be&&be.includes(de));return Z&&le&&U}),[u,l]),L=typeof window<"u"?window.matchMedia("(min-width: 640px)").matches:!1,M=L?a:1,_=Math.ceil(v.length/M),A=L?300:200,R=a8({count:_,getScrollElement:()=>o.current,estimateSize:()=>A,overscan:24,measureElement:X=>X?.getBoundingClientRect().height}),D=R.getVirtualItems(),O=R.getTotalSize(),B=D[0]?.index??0,P=D[D.length-1]?.index??-1,H=B*M,j=Math.min((P+1)*M,v.length),se=v.slice(H,j),he=D[0]?.start??0,ee=O-(D[D.length-1]?.end??0),te=(X,Z)=>X.metadata?.label===Z.metadata?.label&&X.parentName===Z.parentName,pe=X=>{if(!c)return;if(f.some(x=>x.items.some(G=>te(G,X)))){const x=f.map($=>{const k=$.items.filter(Te=>!te(Te,X));return{...$,items:k}}).filter($=>$.items.length>0);n(pf(x));const G=x.find($=>$.assetId===c.assetId)??x[0]??null;G&&n(nh(G));return}if(S>=5){p(!0);return}const le={...X,productInformation:c,count:1},be=f.findIndex(x=>x.assetId===c.assetId);let U;if(be>=0)U=f.map((x,G)=>G!==be?x:{...x,items:[...x.items,le]});else{const x={assetId:c.assetId,name:c.name,productInformation:c,items:[le]};U=[...f,x]}n(pf(U));const de=U.find(x=>x.assetId===c.assetId)??U[0];n(nh(de))};return C.jsxs("div",{ref:o,className:e,children:[C.jsx(r8,{isOpen:m,onClose:()=>p(!1)}),C.jsx("div",{style:{height:he},"aria-hidden":!0}),C.jsx("div",{className:t,children:se.map((X,Z)=>{const le=H+Z,be=`${X.metadata?.label||le}/${X.parentName}`,U=(le+1)%M===0||le===v.length-1,de=X&&X.metadata?.value,x=!!T.find(G=>G.metadata?.value===de&&G.parentName===X.parentName);return U?C.jsx("div",{ref:R.measureElement,children:C.jsx(nu,{val:X,isSelected:x,onClick:pe})},be):C.jsx(nu,{val:X,isSelected:x,onClick:pe},be)})}),C.jsx("div",{style:{height:ee},"aria-hidden":!0})]})},_D=()=>{const e=Wt(),t=je(e0);E.useEffect(()=>()=>{e(DT())},[]);const a=()=>{e(RT())};return C.jsxs("div",{className:"flex flex-col h-full ",children:[C.jsx("header",{className:"flex flex-row shrink-0 items-center justify-between border-b border-[var(--border)] p-[var(--sm-padding)]",children:C.jsxs("div",{className:"flex flex-row items-center gap-[8px]",children:[C.jsx("button",{className:"[&_svg_path]:stroke-[var(--main-accent-color)] cursor-pointer",onClick:a,children:C.jsx(p0,{})}),C.jsx("h2",{className:"m-0! text-base font-medium leading-[1.6]",children:t?.name})]})}),C.jsxs("div",{className:"flex flex-col min-h-0 flex-1 ",children:[C.jsx("div",{className:"shrink-0",children:C.jsx(mD,{})}),C.jsx(ID,{containerStyles:"flex-1 min-h-0 overflow-y-auto overscroll-contain p-[var(--sm-padding)]",gridStyles:"grid grid-cols-2 gap-[16px] sm:grid-cols-4 lg:grid-cols-5 xl:grid-cols-7 2xl:grid-cols-9",desktopColumnsCount:6}),C.jsx(jg,{})]})]})},DD=({onSendData:e})=>{const t=je(YT),a=je(e0);return C.jsxs("div",{className:"relative h-full min-h-0 w-full",children:[C.jsx(CS,{containerId:"swatch-multi-module",position:"top-center",autoClose:4e3,hideProgressBar:!0,closeOnClick:!0,pauseOnHover:!0,draggable:!1,theme:"dark",transition:R2,style:{zIndex:999999999999999,position:"absolute"}}),t?C.jsx(G7,{onSendData:e}):a?C.jsx(_D,{}):C.jsx(nD,{})]})},iu={SWATCH:"swatch",CART:"cart"},wD="_overlay_1aet8_1",RD="_panel_1aet8_10",kD="_enter_1aet8_38",zD="_exit_1aet8_42",Eo={overlay:wD,panel:RD,enter:kD,exit:zD},n8=({children:e,isOpen:t,setIsOpen:a})=>{const n=E.useRef(null),o=E.useRef(null),l=()=>a(!1);return E.useLayoutEffect(()=>{t&&typeof document<"u"&&(o.current=document.activeElement)},[t]),E.useEffect(()=>{t?n.current?.focus():o.current?.focus?.()},[t]),E.useEffect(()=>{if(!t)return;const u=c=>{c.key==="Escape"&&l()};return window.addEventListener("keydown",u),()=>window.removeEventListener("keydown",u)},[t]),E.useEffect(()=>{if(!t)return;const u=document.documentElement,c=document.body,f=u.style.overflow,m=c.style.overflow;return u.style.overflow="hidden",c.style.overflow="hidden",()=>{u.style.overflow=f,c.style.overflow=m}},[t]),t?hi.createPortal(C.jsx("div",{className:Va(Eo.overlay),onMouseDown:l,onTouchStart:l,children:C.jsx("div",{ref:n,tabIndex:-1,className:Bt(Eo.panel,Eo.right,t?Eo.enter:Eo.exit,"bg-[var(--sidebar-bg)]"),onMouseDown:u=>u.stopPropagation(),onTouchStart:u=>u.stopPropagation(),children:e})}),document.querySelector("#root-container")):null};class ND{static getCartPreparedOption(t){return t?.length?t.map(a=>({...a,count:1})):[]}}const PD=()=>C.jsx("div",{className:["relative w-[40px] h-[40px] rounded-md aspect-square overflow-hidden","border border-solid border-[var(--border)] bg-[var(--sidebar-b)] sm:w-[64px] sm:h-[64px]"].join(" "),"aria-hidden":!0}),BD=({selectedMaterials:e,containerStyles:t="p-[var(--sm-padding)] border-t border-solid border-[var(--border)] shrink-0 shadow-[0_-2px_10px_rgba(40,40,40,0.10)]"})=>{const a=Wt(),n=Yo(e),o=Math.max(0,Ot-e.length),l=u=>{a(fu({selectedMaterial:u,materialCount:n,selectedMaterials:e}))};return C.jsxs("div",{className:t,children:[C.jsxs("div",{className:"flex flex-row justify-between items-center mb-[12px]",children:[C.jsxs("div",{className:"relative",children:[C.jsx("div",{className:"text-xs",children:"Swatches list"}),C.jsx("span",{className:"absolute top-0 right-[-20px] font-medium text-[var(--main-accent-color)] text-[8px] leading-none",children:"Free"})]}),C.jsxs("div",{className:"text-xs",children:[n,"/",Ot," Selected"]})]}),C.jsxs("div",{className:"flex flex-row flex-wrap gap-[8px]",children:[e.map((u,c)=>{const f=u.metadata;return C.jsx(Hg,{val:u,onDelete:l},`${f?.label||c}/${u.parentName}`)}),Array.from({length:o}).map((u,c)=>C.jsx(PD,{},`mock-${c}`))]})]})},FD=()=>{const e=je(vn)??[];return C.jsx(BD,{selectedMaterials:e})},OD=({containerStyles:e="flex-1 min-h-0 overflow-y-auto p-[var(--sm-padding)]",gridStyles:t="grid grid-cols-2 gap-[var(--sm-padding)] sm:grid-cols-3 ",desktopColumnsCount:a=3})=>{const n=Xf(),o=E.useRef(null),l=je(qo),u=je(vn),c=je(mi),[f,m]=E.useState(!1),p=E.useMemo(()=>u.reduce((ee,te)=>ee+(te.count??0),0),[u]),T=E.useMemo(()=>l.filter(ee=>{const te=c.Finish.length===0||c.Finish.some(le=>ee.metadata?.Finish===le||ee.metadata?.Material===le),pe=c.Color.length===0||ee.metadata?.Color&&c.Color.some(le=>ee.metadata?.Color?.split(",").map(be=>be.trim()).includes(le)),X=ee.metadata?.Look,Z=!c.Look||c.Look.length===0||c.Look.some(le=>X&&X.includes(le));return te&&pe&&Z}),[c,l]),S=typeof window<"u"?window.matchMedia("(min-width: 640px)").matches:!1,v=S?a:1,L=Math.ceil(T.length/v),M=S?300:200,_=a8({count:L,getScrollElement:()=>o.current,estimateSize:()=>M,overscan:24,measureElement:ee=>ee?.getBoundingClientRect().height}),A=_.getVirtualItems(),R=_.getTotalSize(),D=A[0]?.index??0,O=A[A.length-1]?.index??-1,B=D*v,P=Math.min((O+1)*v,T.length),H=T.slice(B,P),j=A[0]?.start??0,se=R-(A[A.length-1]?.end??0),he=ee=>{const te=u.find(pe=>pe.label===ee.label);p+1>5&&!te&&m(!0),n(fu({materialCount:p,selectedMaterials:u,selectedMaterial:{...ee,count:1}}))};return C.jsxs("div",{ref:o,className:e,children:[C.jsx(r8,{isOpen:f,onClose:()=>m(!1)}),C.jsx("div",{style:{height:j},"aria-hidden":!0}),C.jsx("div",{className:t,children:H.map((ee,te)=>{const pe=B+te,X=`${ee.metadata?.label||pe}/${ee.parentName}`,Z=(pe+1)%v===0||pe===T.length-1,le=ee&&ee.metadata?.value,be=!!u.find(U=>U.metadata?.value===le&&U.parentName===ee.parentName);return Z?C.jsx("div",{ref:_.measureElement,children:C.jsx(nu,{val:ee,isSelected:be,onClick:he})},X):C.jsx(nu,{val:ee,isSelected:be,onClick:he},X)})}),C.jsx("div",{style:{height:se},"aria-hidden":!0})]})},GD=({isOpen:e,onToggleSidebar:t,onSetActiveTab:a})=>{const n=Wt(),o=je(vn)??[],l=je(Ep),u=()=>{const c=ND.getCartPreparedOption(o);c&&n(BT(c)),a(iu.CART)};return C.jsxs(n8,{isOpen:e,setIsOpen:t,children:[C.jsxs("header",{className:"flex flex-row p-[var(--sm-padding)] justify-between items-center border-b border-solid border-[var(--border)]",children:[C.jsx("h2",{className:"m-0! text-base leading-[1.6] font-medium",children:"Order free swatches"}),C.jsx("button",{className:`flex flex-row justify-center items-center w-[30px] h-[30px] bg-[var(--background-grey)]\r
161
+ border-none cursor-pointer rounded-full\r
162
+ [&_svg_path]:stroke-[var(--svg-dark)]`,onClick:t,children:C.jsx(Qo,{width:10,height:10})})]}),C.jsxs("div",{className:"flex flex-col h-full min-h-0 relative",children:[l&&C.jsx(Ug,{}),C.jsx(Zg,{containerStyles:"flex flex-row justify-between items-center shrink-0 p-[var(--sm-padding)] border-b border-solid border-[var(--border)]",selectStyles:"min-w-[auto] max-w-[154px] sm:max-w-[auto] sm:min-w-[250px]"}),C.jsx("div",{className:"w-full border-b border-b-border",children:C.jsx(e8,{})}),C.jsx(OD,{}),C.jsx(FD,{}),C.jsx("div",{className:"p-[var(--sm-padding)] border-t border-solid border-[var(--border)] shrink-0",children:C.jsx("button",{className:"w-full bg-[var(--main-accent-color)] p-[1.25rem] hover:bg-secondary transition-all duration-200 text-white rounded-full font-bold cursor-pointer text-sm",onClick:u,children:"ADD SWATCHES TO CART"})})]})]})},WD=({onSetActiveTab:e,onToggleSidebar:t})=>{const a=je(vn),n=Yo(a);return C.jsxs("header",{className:"flex flex-row MaterialMultiProductList justify-between items-center border-b border-solid border-[var(--border)] p-[var(--sm-padding)]",children:[C.jsxs("div",{className:"flex flex-row items-center gap-[4px]",children:[C.jsxs("div",{className:"flex flex-row items-center gap-[8px]",children:[C.jsx("button",{className:"[&_svg_path]:stroke-[var(--main-accent-color)] cursor-pointer",onClick:()=>e?.(iu.SWATCH),children:C.jsx(p0,{})}),C.jsx("h2",{className:"m-0! text-base leading-[1.6] font-medium ",children:"Your cart"})]}),n>=Ot?C.jsxs(C.Fragment,{children:[C.jsxs("span",{className:"text-[var(--main-accent-color)] hidden! text-xs sm:block!",children:["(",Ot,") You reached maximum amount of swatches"]}),C.jsxs("span",{className:"text-[var(--main-accent-color)] block! sm:hidden!",children:["(",Ot,") Max"]})]}):null]}),C.jsx("button",{className:`flex flex-row justify-center items-center w-[30px] h-[30px] bg-[var(--background-grey)]\r
163
+ border-none cursor-pointer rounded-full\r
164
+ [&_svg_path]:stroke-[var(--svg-dark)]`,onClick:t,children:C.jsx(Qo,{width:10,height:10})})]})},UD=()=>{const e=Wt(),t=je(vn)??[],a=Yo(t),n=u=>{e(kT({selectedMaterial:u})),e(fu({selectedMaterial:u,materialCount:1,selectedMaterials:t}))},o=u=>{e(zT({selectedMaterial:u}))},l=u=>{e(NT({selectedMaterial:u}))};return C.jsx("ul",{className:"flex flex-col flex-1 min-h-0 overflow-y-auto",children:t?.map(u=>C.jsx(A2,{item:u,canInc:a<Ot,onDelete:()=>n(u),onIncrement:()=>o(u),onDecrement:()=>l(u)},`${u.label}/${u.parentName}`))})},HD=({isOpen:e,onToggleSidebar:t,onSetActiveTab:a,onSendData:n})=>{const o=je(vn)??[];return C.jsxs(n8,{isOpen:e,setIsOpen:t,children:[C.jsx(WD,{onSetActiveTab:a,onToggleSidebar:t}),C.jsxs("div",{className:"flex flex-col h-full min-h-0",children:[C.jsx(UD,{}),C.jsx(Ap,{materials:o}),C.jsx("div",{className:"p-[var(--sm-padding)] border-t border-solid border-[var(--border)] shrink-0",children:C.jsx("button",{className:"w-full bg-[var(--main-accent-color)] p-[1.25rem] hover:bg-secondary transition-all duration-200 text-white text-sm rounded-full font-bold cursor-pointer",onClick:()=>n(o),children:"GO TO SHIPPING"})})]})]})},jD=({isOpen:e,onToggleSidebar:t,onSendData:a})=>{const[n,o]=E.useState(iu.SWATCH),l=u=>{o(u)};return C.jsx(C.Fragment,{children:n===iu.SWATCH?C.jsx(GD,{isOpen:e,onToggleSidebar:t,onSetActiveTab:l}):C.jsx(HD,{isOpen:e,onToggleSidebar:t,onSetActiveTab:l,onSendData:a})})},VD=Vf({swatches:pp,cart:vp,multiProductCart:Cp});let lf=null;function KD(){return up({reducer:VD,devTools:!1,middleware:e=>e({thunk:!0}).concat(yp)})}const qD=()=>(lf||(lf=KD()),lf),QD=Xf.withTypes();bp.withTypes();function i8({children:e}){return C.jsx(hT,{store:qD(),children:e})}const YD=({isOpen:e,uiDataType:t,data:a,assetId:n,onToggleSidebar:o,onSendData:l})=>{const u=[xt.UI,xt.FETCH_DATA_PRODUCT],c=QD(),f=u.includes(t);return E.useEffect(()=>{if(t===xt.UI){if(!a)throw new Error("SwatchCart-module: Attributes are important");const m=Mf.getTransformedData({dataType:xt.UI,data:a});m&&c(hf(m))}else t===xt.FETCH_DATA_PRODUCT&&n?(async()=>{try{const p=await c(Lo({assetId:n})).unwrap(),T=await c(xT({assetId:n})).unwrap();if(!T)return;const S=Mf.getTransformedData({dataType:xt.FETCH_DATA_PRODUCT,data:p,selectedProduct:T.rows[0]});c(hf(S))}catch(p){console.error("Failed to load product",p)}})():t===xt.FETCH_DATA_ALL&&(async()=>{try{c(Io()).unwrap()}catch(p){console.error("Failed to load product",p)}})()},[t,a,n]),C.jsx("div",{id:"root-container",className:`${e?"flex":"hidden"} relative flex-col h-full min-h-0 w-full`,children:C.jsx(i8,{children:e?C.jsxs(C.Fragment,{children:[f?null:C.jsx(DD,{onSendData:l,onToggleSidebar:o}),f?C.jsx(jD,{isOpen:e,uiDataType:t,data:a,assetId:n,onToggleSidebar:o,onSendData:l}):null]}):null})})};function $D(e){const t=a=>C.jsx(i8,{children:C.jsx(e,{...a})});return t.displayName=`withStore(${e.displayName||e.name||"Component"})`,t}const XD=$D(YD),JD=[{id:"1c3f582f-723e-4611-8864-b2ecd7a5f3fa",type:"Asset",name:"UI_Conceptsize",metadata:{Name:"Conceptsize",Label:"Conceptsize"},blacklist:[],assetType:"model",values:[{assetId:"195ea440-41ee-4bb1-8378-f636d86cd0b9",name:"40",tags:["conceptsize"],metadata:{Label:"40",value:"40"},fileSize:95548,tagids:["21f0dd32-2e39-428b-bb00-c2dd2971ddb0"],type:"item",label:"40",visible:!0,enabled:!0},{assetId:"d7ec6b94-6e4e-48ae-8e75-0e7ad5129be5",name:"50",tags:["conceptsize"],metadata:{Label:"50",value:"50"},fileSize:95548,tagids:["21f0dd32-2e39-428b-bb00-c2dd2971ddb0"],type:"item",label:"50",visible:!0,enabled:!0},{assetId:"8e7379f4-c6f1-4362-98f2-1e5e8433ae7a",name:"60",tags:["conceptsize"],metadata:{Label:"60",value:"60"},fileSize:95548,tagids:["21f0dd32-2e39-428b-bb00-c2dd2971ddb0"],type:"item",label:"60",visible:!0,enabled:!0},{assetId:"5189615f-990c-45bc-a20e-aabe43c085d0",name:"70",tags:["conceptsize"],metadata:{Label:"70",value:"70"},fileSize:95548,tagids:["21f0dd32-2e39-428b-bb00-c2dd2971ddb0"],type:"item",label:"70",visible:!0,enabled:!0},{assetId:"cb9e0fb3-b31e-4272-a914-a460839fd4b3",name:"80",tags:["conceptsize"],metadata:{Label:"80",value:"80"},fileSize:95548,tagids:["21f0dd32-2e39-428b-bb00-c2dd2971ddb0"],type:"item",label:"80",visible:!0,enabled:!0},{assetId:"570bbb46-9084-4cb2-b5d5-07e7b9137232",name:"90",tags:["conceptsize"],metadata:{Label:"90",value:"90"},fileSize:95548,tagids:["21f0dd32-2e39-428b-bb00-c2dd2971ddb0"],type:"item",label:"90",visible:!0,enabled:!0},{assetId:"3578a561-3653-4b93-8680-7ead83b3a02f",name:"30",tags:["conceptsize"],metadata:{Label:"30",value:"30"},fileSize:95548,tagids:["21f0dd32-2e39-428b-bb00-c2dd2971ddb0"],type:"item",label:"30",visible:!0,enabled:!0},{assetId:"ee71c78b-0846-45f5-8cd3-11ec7c254471",name:"24",tags:["conceptsize"],metadata:{Label:"24",value:"24"},fileSize:95548,tagids:["21f0dd32-2e39-428b-bb00-c2dd2971ddb0"],type:"item",label:"24",visible:!0,enabled:!0}],defaultValue:{assetId:""},global:{id:"1c3f582f-723e-4611-8864-b2ecd7a5f3fa",type:"Global",name:"Global",metadata:[]},visible:!0,enabled:!0,hiddenValues:[],disabledValues:[],value:{assetId:""}},{id:"4073e443-7ec6-4ea6-889b-6e84f5fa36b8",type:"Asset",name:"UI_Model",metadata:{Name:"Model",Label:"Model",hasRenderImagePreview:"true"},blacklist:[],assetType:"model",values:[{assetId:"20ae8634-868b-45ec-8f66-6b1c503e4c25",name:"99 2DW OSS_90",tags:["model Urban Duplex"],metadata:{Label:"99 2DW OSS",value:"99 2DW OSS_90",thumbnail:"/api/files/hash/sha256-940fabfe541191b2bc03ffb278b2cde9234ed1bbd6d1f3701709b91238ed3dd5",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"99 2DW OSS_90",visible:!0,enabled:!0},{assetId:"d7b5e48b-5abd-4a30-96e2-af4393eb5efd",name:"95 2DW Double 1_90",tags:["model Urban Duplex"],metadata:{Label:"95 2DW Double 1",value:"95 2DW Double 1_90",thumbnail:"/api/files/hash/sha256-1d50688538a5ac56b4162464ebd9866ccdee38f3e52a1011ceb6c0332098f27e",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"95 2DW Double 1_90",visible:!0,enabled:!0},{assetId:"be7481b9-8cf2-42ee-bb69-82a6c49666ba",name:"95 2DW Double_90",tags:["model Urban Duplex"],metadata:{Label:"95 2DW Double",value:"95 2DW Double_90",thumbnail:"/api/files/hash/sha256-1324f83343769b737935cde84658efabdaf908af61450469e8e1be560b632fa0",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"95 2DW Double_90",visible:!0,enabled:!0},{assetId:"aad09ee1-47c0-48bf-8879-6c5f5cab2376",name:"95 1DW Double_90",tags:["model Urban Duplex"],metadata:{Label:"95 1DW Double",value:"95 1DW Double_90",thumbnail:"/api/files/hash/sha256-868b18068e8195f9b4b6eeaf4c2aed03240dfd831513d48fc31f246e3b44a0f0",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"95 1DW Double_90",visible:!0,enabled:!0},{assetId:"31cfab37-7605-466c-a4f0-588888854063",name:"94 1DW Multi-Level_90",tags:["model Urban Duplex"],metadata:{Label:"94 1DW Multi-Level",value:"94 1DW Multi-Level_90",thumbnail:"/api/files/hash/sha256-b23d7c91cf59d8a5a1dd9806d26eb9a2b02c7ed2fab1fe5f30a617183b84c19a",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"94 1DW Multi-Level_90",visible:!0,enabled:!0},{assetId:"aa098a6d-db73-45e2-99b0-6736089583e8",name:"97 1DW Slim 1_90",tags:["model Urban Duplex"],metadata:{Label:"97 1DW Slim 1",value:"97 1DW Slim 1_90",thumbnail:"/api/files/hash/sha256-85c71a4df0df172824cd0f82c0c2df9e59b60a3c80fee275dcc5945617ca81c8",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"97 1DW Slim 1_90",visible:!0,enabled:!0},{assetId:"4f1678a8-d687-4bbe-a383-62a2c9259377",name:"97 1DW_90",tags:["model Urban Duplex"],metadata:{Label:"97 1DW",value:"97 1DW_90",thumbnail:"/api/files/hash/sha256-fbcee2fabcf350c2fb793481beb9f317c7205e5a687e6aab6083c39debde33b0",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"97 1DW_90",visible:!0,enabled:!0},{assetId:"c18edde7-d10a-4435-9d60-74ebfeb0607a",name:"97 1DW Slim_90",tags:["model Urban Duplex"],metadata:{Label:"97 1DW Slim",value:"97 1DW Slim_90",thumbnail:"/api/files/hash/sha256-8b6093572e980990b3c1fbd15bcb348b089a76de35d1a81a08bc8c50c34efd47",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"97 1DW Slim_90",visible:!0,enabled:!0},{assetId:"804279e0-e302-411c-a38d-6478654806c1",name:"85 1DW Slim OSS_80",tags:["model Urban Duplex"],metadata:{Label:"85 1DW Slim OSS",value:"85 1DW Slim OSS_80",thumbnail:"/api/files/hash/sha256-9ee80abe1354c5fefb449252fb3f175a3754fc2efc9dcc1164af01059bf1caa2",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"85 1DW Slim OSS_80",visible:!0,enabled:!0},{assetId:"a9b4dd75-faaa-4c82-a033-5b2693adbfad",name:"83 2DW Double_80",tags:["model Urban Duplex"],metadata:{Label:"83 2DW Double_80",value:"83 2DW Double_80",thumbnail:"/api/files/hash/sha256-93131b2c80c6720c2f129a68c391804e5b7bcfa703951fa55450dce87e4f5c9d",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"83 2DW Double_80",visible:!0,enabled:!0},{assetId:"732b4657-5dde-4977-9df7-ee1159e5e62f",name:"87 2DW Double_80",tags:["model Urban Duplex"],metadata:{Label:"87 2DW Double",value:"87 2DW Double_80",thumbnail:"/api/files/hash/sha256-4680d0fda422a576727690f29bd65883140d03f36eb8073a626fb3a8f3cbff0e",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"87 2DW Double_80",visible:!0,enabled:!0},{assetId:"52e5d7ed-e28a-49b9-8f97-2ed13ac35b92",name:"83 2DW_80",tags:["model Urban Duplex"],metadata:{Label:"83 2DW",value:"83 2DW_80",thumbnail:"/api/files/hash/sha256-fa2451b63dc94b82eef2645282f5bb246a9a10d1039da3aecb4a8653201652b7",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"83 2DW_80",visible:!0,enabled:!0},{assetId:"acc81ec8-fab8-4adf-973d-12efafe3e2d6",name:"89 2DW_80",tags:["model Urban Duplex"],metadata:{Label:"89 2DW",value:"89 2DW_80",thumbnail:"/api/files/hash/sha256-082f16c9244e6580622f61270d0bf61f42d29320ec3d063ca9695a6454bb8bb6",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"89 2DW_80",visible:!0,enabled:!0},{assetId:"8fb6a7ce-1910-4a46-988c-ddfd044e2e8e",name:"83 1DW Slim_80",tags:["model Urban Duplex"],metadata:{Label:"83 1DW Slim",value:"83 1DW Slim_80",thumbnail:"/api/files/hash/sha256-5bfa0a6525ebb7a8987de55062eea1f5f883e9fda4eac11bb8417d1608291594",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"83 1DW Slim_80",visible:!0,enabled:!0},{assetId:"90e89c2d-bf21-4a48-b405-e4ba886fcb1d",name:"87 1DW Double_80",tags:["model Urban Duplex"],metadata:{Label:"87 1DW Double",value:"87 1DW Double_80",thumbnail:"/api/files/hash/sha256-83c8b14bbcab514df98be093ac49649cce3497d865ca7fdfaf45a8d7b68079ca",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"87 1DW Double_80",visible:!0,enabled:!0},{assetId:"3f788e64-cef6-49ab-973f-ad85cab66335",name:"83 1DW Slim Double 1_80",tags:["model Urban Duplex"],metadata:{Label:"83 1DW Slim Double 1",value:"83 1DW Slim Double 1_80",thumbnail:"/api/files/hash/sha256-041fea51edfc1799a8c80c496ea38941a9d373c0772c762f3db4dfb7a972cb5c",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"83 1DW Slim Double 1_80",visible:!0,enabled:!0},{assetId:"12070213-1717-45e9-88d0-346e0a1ecb9a",name:"83 1DW Slim Double_80",tags:["model Urban Duplex"],metadata:{Label:"83 1DW Slim Double",value:"83 1DW Slim Double_80",thumbnail:"/api/files/hash/sha256-10f2eaa93c99651320cbba22a5b63dd6e3274cfb239a2836273cd6a0eeb5b5ad",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"83 1DW Slim Double_80",visible:!0,enabled:!0},{assetId:"c0bf5dcd-5772-456c-a22b-39af7ac8ac0c",name:"71 1DW OSS_70",tags:["model Urban Duplex"],metadata:{Label:"71 1DW OSS",value:"71 1DW OSS_70",thumbnail:"/api/files/hash/sha256-3e6dc77f528c1378999621db73b51f48d654070bc53ca36b02bf463b2a7a17ad",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"71 1DW OSS_70",visible:!0,enabled:!0},{assetId:"bda78f40-c8df-4f45-90f2-287d0b2de5fc",name:"70 1DW Multi-Level_70",tags:["model Urban Duplex"],metadata:{Label:"70 1DW Multi-Level",value:"70 1DW Multi-Level_70",thumbnail:"/api/files/hash/sha256-67220a64b43c95d0579e69f8ead383e5a021bf749801fbb90e435e9faa71fe89",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"70 1DW Multi-Level_70",visible:!0,enabled:!0},{assetId:"10d513a6-3c39-49c9-940e-a52c90dc405e",name:"71 2DW Double_70",tags:["model Urban Duplex"],metadata:{Label:"71 2DW Double",value:"71 2DW Double_70",thumbnail:"/api/files/hash/sha256-ce3f83b9d7502bef9f53f91120e1bd38763790e85e0d0e4c5b4191f419359257",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"71 2DW Double_70",visible:!0,enabled:!0},{assetId:"6e7ba44a-9736-44e3-b5bd-0d4dd2548d38",name:"73 2DW_70",tags:["model Urban Duplex"],metadata:{Label:"73 2DW",value:"73 2DW_70",thumbnail:"/api/files/hash/sha256-c33a547c0e92e490e070c4a001ebc5e4afb645b96362c4325bef776a7ba692a2",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"73 2DW_70",visible:!0,enabled:!0},{assetId:"3852b7c9-f9c9-42c5-8e65-fa05d5430c1d",name:"77 2DW Double_70",tags:["model Urban Duplex"],metadata:{Label:"77 2DW Double",value:"77 2DW Double_70",thumbnail:"/api/files/hash/sha256-61e631e181f0d872acc8b14b7ebec1695d8390e57a7ee019ceb15d01ea1ff07d",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"77 2DW Double_70",visible:!0,enabled:!0},{assetId:"cacc8e61-6254-4078-b74e-8db2ac5875c7",name:"79 2DW_70",tags:["model Urban Duplex"],metadata:{Label:"79 2DW",value:"79 2DW_70",thumbnail:"/api/files/hash/sha256-a371d75448bff3c2b6d903a78607806d39c2a41c597135e5254ef5fdc76f5887",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"79 2DW_70",visible:!0,enabled:!0},{assetId:"bc971a8e-2322-4c08-ae82-d8876f47897e",name:"71 1DW Multi-Level_70",tags:["model Urban Duplex"],metadata:{Label:"71 1DW Multi-Level",value:"71 1DW Multi-Level_70",thumbnail:"/api/files/hash/sha256-6a88c4f0a08cbd0474fa1f7caa5ee5a3c7d3c8cb01d306ca868993f506f070a9",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"71 1DW Multi-Level_70",visible:!0,enabled:!0},{assetId:"b4562675-9b2f-4229-87cf-2089d47b339c",name:"71 2DW_70",tags:["model Urban Duplex"],metadata:{Label:"71 2DW",value:"71 2DW_70",thumbnail:"/api/files/hash/sha256-3205a7f8edc273b4f5f6966a25aad44fd82071cccf1b3575c7bec8157e9a0e30",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"71 2DW_70",visible:!0,enabled:!0},{assetId:"79f815be-0f3c-4110-aeb6-3b6b34854c40",name:"75 1DW Slim_70",tags:["model Urban Duplex"],metadata:{Label:"75 1DW Slim",value:"75 1DW Slim_70",thumbnail:"/api/files/hash/sha256-d7d464799455e66e12403a58d82cfb1acf8a57a126d5f3d6b659bdcb79538f1a",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"75 1DW Slim_70",visible:!0,enabled:!0},{assetId:"42c070f7-8677-442d-9e06-1c4d74634f91",name:"73 1DW Slim_70",tags:["model Urban Duplex"],metadata:{Label:"73 1DW Slim",value:"73 1DW Slim_70",thumbnail:"/api/files/hash/sha256-4f3deeb6ad373fa4a0c0d745d22e43d8cc7227b7b3f2931cf1f084e2defe87ce",heightImage:"100px",filtration_Style:"1-Drawer_Single Basin_Asymmetrical"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"73 1DW Slim_70",visible:!0,enabled:!0},{assetId:"ef53123c-4707-4d53-a006-1093cd563fbb",name:"79 1DW Double_70",tags:["model Urban Duplex"],metadata:{Label:"79 1DW Double",value:"79 1DW Double_70",thumbnail:"/api/files/hash/sha256-215dcde7537401dce9cebbca526102de65eeb720242c88c090443f39b21933f2",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"79 1DW Double_70",visible:!0,enabled:!0},{assetId:"82cdc27e-1223-4587-ad90-04f84823d038",name:"65 1DW OSS_60",tags:["model Urban Duplex"],metadata:{Label:"65 1DW OSS",value:"65 1DW OSS_60",thumbnail:"/api/files/hash/sha256-7ba990438f5c339b1e57b688eb11b87af414eb39e247491637859535c3635376",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"65 1DW OSS_60",visible:!0,enabled:!0},{assetId:"aa83e649-0ca8-488c-ac20-b1afe4c2f91a",name:"65 2DW_60",tags:["model Urban Duplex"],metadata:{Label:"65 2DW",value:"65 2DW_60",thumbnail:"/api/files/hash/sha256-f0ee3129d1da058bf875bd907dfa941326059b700361d94eae7155fcc7d3d1de",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"65 2DW_60",visible:!0,enabled:!0},{assetId:"e34b4d22-e489-48c3-975e-f46d62b641db",name:"63 2DW_60",tags:["model Urban Duplex"],metadata:{Label:"63 2DW",value:"63 2DW_60",thumbnail:"/api/files/hash/sha256-61a1235598417c6541a12875fe94317ab1814c39ab180ace1f3deb57a41963f0",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"63 2DW_60",visible:!0,enabled:!0},{assetId:"b5d1d0f0-8211-4f21-ba5c-96c28366773b",name:"69 2DW Double_60",tags:["model Urban Duplex"],metadata:{Label:"69 2DW Double",value:"69 2DW Double_60",thumbnail:"/api/files/hash/sha256-ece3069f1ddea1986cd5fca48c7f260157bf4f0a006d5114f804a4c6b8391f7e",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"69 2DW Double_60",visible:!0,enabled:!0},{assetId:"99f926d6-dc6d-49a2-bef0-f73c487fb7df",name:"63 1DW Slim 2_60",tags:["model","model Urban Duplex"],metadata:{Label:"63 1DW Slim 2",value:"63 1DW Slim 2_60",thumbnail:"/api/files/hash/sha256-9f0e37bd5fd81d5e9d63c438410f92c25f13d4636e070a0ad4aed71f95c1f5ff",heightImage:"100px"},fileSize:95548,tagids:["19b3f1fb-357c-4f51-976b-b17cff00679b","7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"63 1DW Slim 2_60",visible:!0,enabled:!0},{assetId:"2a187a35-ffd5-4317-b4d4-3eb8b934a61d",name:"63 1DW Slim 1_60",tags:["model Urban Duplex"],metadata:{Label:"63 1DW Slim 1",value:"63 1DW Slim 1_60",thumbnail:"/api/files/hash/sha256-3755538f13ae39a1eba57bcdbd9df721ab8cd9d9cd43ac3c7c4c43b0f06d5fed",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"63 1DW Slim 1_60",visible:!0,enabled:!0},{assetId:"adc7bb13-868e-4345-92df-5cbf4a94de48",name:"63 1DW Double_60",tags:["model Urban Duplex"],metadata:{Label:"63 1DW Double",value:"63 1DW Double_60",thumbnail:"/api/files/hash/sha256-6ceeb645962ffd36daff8a7e465674757c9a936c19d54d74366a4295ab484318",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"63 1DW Double_60",visible:!0,enabled:!0},{assetId:"699adf5b-4322-4c80-a24c-3dfcd2db4fe3",name:"63 1DW Slim_60",tags:["model Urban Duplex"],metadata:{Label:"63 1DW Slim",value:"63 1DW Slim_60",thumbnail:"/api/files/hash/sha256-17e4f226e50528f9f74d7e78d229f4b3fa770f08f8bcd5388f52395d51286870",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"63 1DW Slim_60",visible:!0,enabled:!0},{assetId:"17ebddb7-38d5-4863-b79b-7d6ef5a54e2c",name:"61 1DW Multi-Level_60",tags:["model Urban Duplex"],metadata:{Label:"61 1DW Multi-Level",value:"61 1DW Multi-Level_60",thumbnail:"/api/files/hash/sha256-453cf42dae46259e33875f87cfd20b75c819a9fedee9f298eb3911d783dd7fdf",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"61 1DW Multi-Level_60",visible:!0,enabled:!0},{assetId:"3168081b-e8bf-4321-9af1-076b5ca56d7e",name:"67 1DW Slim_60",tags:["model Urban Duplex"],metadata:{Label:"67 1DW Slim",value:"67 1DW Slim_60",thumbnail:"/api/files/hash/sha256-b965e9d064606b0fd868c6e179577bce4c9724a84588b210c3915688ffdc92b6",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"67 1DW Slim_60",visible:!0,enabled:!0},{assetId:"1a66d901-4fb1-4914-80f3-4e960c1f85f7",name:"59 2DW Double_50",tags:["model Urban Duplex"],metadata:{Label:"59 2DW Double",value:"59 2DW Double_50",thumbnail:"/api/files/hash/sha256-7a0659806a56eb543a5ca2253d7aebae498b4656dd8711c225513e88b1fc1a50",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"59 2DW Double_50",visible:!0,enabled:!0},{assetId:"5f5187ce-198f-495b-bd1e-7a0a962da147",name:"53 1DW OSS_50",tags:["model Urban Duplex"],metadata:{Label:"53 1DW OSS",value:"53 1DW OSS_50",thumbnail:"/api/files/hash/sha256-5401ab6997db9eeba92db07683eab28c86e136db0a7cf1de4ad709762c87e107",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"53 1DW OSS_50",visible:!0,enabled:!0},{assetId:"27ba8dca-bf5b-4492-b240-d274c6bff366",name:"55 2DW OSS_50",tags:["model Urban Duplex"],metadata:{Label:"55 2DW OSS",value:"55 2DW OSS_50",thumbnail:"/api/files/hash/sha256-07e999385f3f180123e85c46be6e20aa6ca5048f83a58642e4e3aae2a05580e0",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"55 2DW OSS_50",visible:!0,enabled:!0},{assetId:"0ef17d93-d257-47e2-8f90-090f4ec8c960",name:"59 1DW Double OSS_50",tags:["model Urban Duplex"],metadata:{Label:"59 1DW Double OSS",value:"59 1DW Double OSS_50",thumbnail:"/api/files/hash/sha256-ce91b265c267a829eee5dec3ecef4a6e263ea1ff4e5c5a7670d3e40d6e7a249c",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"59 1DW Double OSS_50",visible:!0,enabled:!0},{assetId:"e8b30941-0e35-4e80-8078-770d900b70b2",name:"55 1DW Slim 1_50",tags:["model Urban Duplex"],metadata:{Label:"55 1DW Slim 1",value:"55 1DW Slim 1_50",thumbnail:"/api/files/hash/sha256-027cb432918da8b48d1cac5f91f97a19bd410bbc8f646d299476d2ec4dcee9b3",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"55 1DW Slim 1_50",visible:!0,enabled:!0},{assetId:"5659a2f1-2549-4ba6-943a-58b04f426e58",name:"59 1DW_50",tags:["model Urban Duplex"],metadata:{Label:"59 1DW",value:"59 1DW_50",thumbnail:"/api/files/hash/sha256-5bd84d4666dde93d90daea7fa4c028b6e8d4069ab15adef974821d8c4b4051b8",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"59 1DW_50",visible:!0,enabled:!0},{assetId:"8ec9ba74-8ee3-4f2d-bdab-ea7b6d5343fc",name:"59 1DW Slim_50",tags:["model Urban Duplex"],metadata:{Label:"59 1DW Slim",value:"59 1DW Slim_50",thumbnail:"/api/files/hash/sha256-e10cd3fec425019b7c0a03df561b5a584942bc7010b4ad07a9e83167d417196a",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"59 1DW Slim_50",visible:!0,enabled:!0},{assetId:"b6d7b435-ed1f-4b30-8909-c04af88c1e28",name:"57 1DW Multi-level_50",tags:["model Urban Duplex"],metadata:{Label:"57 1DW Multi-level",value:"57 1DW Multi-level_50",thumbnail:"/api/files/hash/sha256-6067e010ae90835f59c3715c729a1f356f48c4e72f2ebfaff7d919fb6f8d9f51",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"57 1DW Multi-level_50",visible:!0,enabled:!0},{assetId:"148be97f-e7d5-44f0-9875-4fed40099966",name:"51 2DW_50",tags:["model Urban Duplex"],metadata:{Label:"51 2DW",value:"51 2DW_50",thumbnail:"/api/files/hash/sha256-f7fe1e49bbefa64e6956011693ba9199a744d59a8a0bcc9b72d2c3d6e34d78eb",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"51 2DW_50",visible:!0,enabled:!0},{assetId:"95a2a635-eb60-4032-b8a5-26b3de95493d",name:"55 1DW Slim_50",tags:["model Urban Duplex"],metadata:{Label:"55 1DW Slim",value:"55 1DW Slim_50",thumbnail:"/api/files/hash/sha256-9e4afe81db704e46508a894274b73901c7af1601ee23f0ee6aa04e90bfbce5c0",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"55 1DW Slim_50",visible:!0,enabled:!0},{assetId:"8dba195c-cb60-4f93-9705-88de5c3292eb",name:"42 1DW Slim OSS_40",tags:["model Urban Duplex"],metadata:{Label:"42 1DW Slim OSS",value:"42 1DW Slim OSS_40",thumbnail:"/api/files/hash/sha256-957b94217474e7cbfaf5fc44f09226bf107d4e17983ac1be54225cbb766b0dd4",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"42 1DW Slim OSS_40",visible:!0,enabled:!0},{assetId:"0f152381-0cf4-4b2d-9d95-83f53b975228",name:"48 2DW_40",tags:["model Urban Duplex"],metadata:{Label:"48 2DW",value:"48 2DW_40",thumbnail:"/api/files/hash/sha256-a35a523586422039da937c7567be01e477b3782fde945dc3e0c51622ae0f8338",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"48 2DW_40",visible:!0,enabled:!0},{assetId:"d4c45838-462e-4ba4-ace0-a8ae9e202fe6",name:"48 2DW Double_40",tags:["model Urban Duplex"],metadata:{Label:"48 2DW Double",value:"48 2DW Double_40",thumbnail:"/api/files/hash/sha256-d9911083ef3c8537ec9a8e8d6ef6487cf323c977ae8202fa394e0043fd08cd6b",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"48 2DW Double_40",visible:!0,enabled:!0},{assetId:"e5ad9918-b4de-4b89-bcf3-2d9b35b62856",name:"48 1DW Slim_40",tags:["model Urban Duplex"],metadata:{Label:"48 1DW Slim",value:"48 1DW Slim_40",thumbnail:"/api/files/hash/sha256-68deb96791a97db34d7b84d4de6a32d009cb166a1447340695a2d9f4c7dc6aa2",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"48 1DW Slim_40",visible:!0,enabled:!0},{assetId:"10b73a23-3473-4043-9ffa-06b30950f56a",name:"42 1DW 1_40",tags:["model Urban Duplex"],metadata:{Label:"42 1DW 1",value:"42 1DW 1_40",thumbnail:"/api/files/hash/sha256-237d0ba2a068accd89f019e9e3ed6b74c03f765d7e4e9fb87a2f99839e0d7e92",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"42 1DW 1_40",visible:!0,enabled:!0},{assetId:"243fd8ee-0a09-4262-a6f4-3f0cb999af74",name:"42 1DW Slim 1_40",tags:["model Urban Duplex"],metadata:{Label:"42 1DW Slim 1",value:"42 1DW Slim 1_40",thumbnail:"/api/files/hash/sha256-a1986e03357d037191374fb0b50982240731fcdfa9b163f45b6a93e34d406e99",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"42 1DW Slim 1_40",visible:!0,enabled:!0},{assetId:"14961583-1d01-47fa-8f50-d6bae281d08f",name:"46 1DW Slim_40",tags:["model Urban Duplex"],metadata:{Label:"46 1DW Slim",value:"46 1DW Slim_40",thumbnail:"/api/files/hash/sha256-6c919a4dc53e07d8c2dea89df95a5950995939b9502ce8c9920f0cf7119b0bbb",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"46 1DW Slim_40",visible:!0,enabled:!0},{assetId:"e9a06a37-7605-44a5-8b50-78a8364cea10",name:"42 1DW_40",tags:["model Urban Duplex"],metadata:{Label:"42 1DW",value:"42 1DW_40",thumbnail:"/api/files/hash/sha256-daef8397016ccd132d462dd1c579b85044c68d3419e2d2cef5dff8eaa017e905",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"42 1DW_40",visible:!0,enabled:!0},{assetId:"9d25a611-5e60-4e98-9550-f1cf55ed8af3",name:"42 1DW Slim_40",tags:["model Urban Duplex"],metadata:{Label:"42 1DW Slim_40",value:"42 1DW Slim_40",thumbnail:"/api/files/hash/sha256-afc4eb6a31c51465e4ef429b7c00e4a5ee5ed5f820111144135e1fd250cf7bae",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"42 1DW Slim_40",visible:!0,enabled:!0},{assetId:"dfe10703-f219-487c-bcf5-d3d310168a8f",name:"48 1DW Double_40",tags:["model Urban Duplex"],metadata:{Label:"48 1DW Double",value:"48 1DW Double_40",thumbnail:"/api/files/hash/sha256-bfd5be661f5ca7837d8e552e0035aab866a5d760eedcd2a8754d9c36df6daf02",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"48 1DW Double_40",visible:!0,enabled:!0},{assetId:"0fa00003-cf80-429f-b51f-601123a43d7a",name:"34 2DW OSS_30",tags:["model Urban Duplex"],metadata:{Label:"34 2DW OSS",value:"34 2DW OSS_30",thumbnail:"/api/files/hash/sha256-913c3da360df99c11f980bbff037ed4b9a95bfa1d69f0040caa6b4c25f186e7d",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"34 2DW OSS_30",visible:!0,enabled:!0},{assetId:"92792cf4-053a-485a-9e7c-18457d777699",name:"34 1DW OSS_30",tags:["model Urban Duplex"],metadata:{Label:"34 1DW OSS_30",value:"34 1DW OSS_30",thumbnail:"/api/files/hash/sha256-3eee548a488e6a7a4c45b23dc60a8d8f90d7507466c592223fc178e4d5d3be19",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"34 1DW OSS_30",visible:!0,enabled:!0},{assetId:"a419d587-a6a3-4dcf-aba2-5eeb850b64a4",name:"36 2DW_30",tags:["model Urban Duplex"],metadata:{Label:"36 2DW",value:"36 2DW_30",thumbnail:"/api/files/hash/sha256-0f3a42ae610327d622a1a0bf855d4591c28679a889df660f557d5388d59f82b9",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"36 2DW_30",visible:!0,enabled:!0},{assetId:"4dbecc91-5d81-4a3f-8c54-14fe5cbdf653",name:"36 1DW Slim_30",tags:["model Urban Duplex"],metadata:{Label:"36 1DW Slim_30",value:"36 1DW Slim_30",thumbnail:"/api/files/hash/sha256-205390d4bf14a8d853b337799e10e1c7356276f8bd02b333c2dd763945bae86c",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"36 1DW Slim_30",visible:!0,enabled:!0},{assetId:"a578c9b0-7885-47c9-b241-f4dcfc16e9ea",name:"32 1DW_30",tags:["model Urban Duplex"],metadata:{Label:"32 1DW_30",value:"32 1DW_30",thumbnail:"/api/files/hash/sha256-553a1aa09e2f19d78d25bbd80ffcc2952303a0b54e96db7844194c31fcabd396",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"32 1DW_30",visible:!0,enabled:!0},{assetId:"2c8ab13b-abd4-4a33-b31a-255f13dfe5cb",name:"32 1DW Slim_30",tags:["model Urban Duplex"],metadata:{Label:"32 1DW Slim",value:"32 1DW Slim_30",thumbnail:"/api/files/hash/sha256-a8e1f7e5997885fb779eef1cac6cd837b70c8f559c4445ee3b4730f23841e8fb",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"32 1DW Slim_30",visible:!0,enabled:!0},{assetId:"a779764b-708a-42d9-802a-a5e581844409",name:"34 1DW_30",tags:["model Urban Duplex"],metadata:{Label:"34 1DW_30",value:"34 1DW_30",thumbnail:"/api/files/hash/sha256-1c8931c1d2707632af3c5ea54809bdd48c2af2062e94dbf98c6cc1772b83035e",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"34 1DW_30",visible:!0,enabled:!0},{assetId:"124c8fb1-9430-41b5-a78e-58de9082874f",name:"34 1DW Slim_30",tags:["model Urban Duplex"],metadata:{Label:"34 1DW Slim",value:"34 1DW Slim_30",thumbnail:"/api/files/hash/sha256-3a2daa101624f5e7dda43f63116f00c58fbd0c61e581436941c08e3acb733924",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"34 1DW Slim_30",visible:!0,enabled:!0},{assetId:"55e6b457-8a8e-43fe-abed-71fcb7f659ed",name:"24 2DW_24",tags:["model Urban Duplex"],metadata:{Label:"24 2DW",value:"24 2DW_24",thumbnail:"/api/files/hash/sha256-2d21c8e150025fe389c005c99c46340089bd1166bfda65a13e77b0576f679fbe",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"24 2DW_24",visible:!0,enabled:!0},{assetId:"eb05b71a-3602-47c1-88ee-176fdc4dc8cc",name:"28 1DW Slim_24",tags:["model Urban Duplex"],metadata:{Label:"28 1DW Slim_24",value:"28 1DW Slim_24",thumbnail:"/api/files/hash/sha256-9cf89ee02d37311a9321c240bfe992fa5a5bcc2eb92d7523a2813b9ed04b89a5",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"28 1DW Slim_24",visible:!0,enabled:!0},{assetId:"6e089c8b-7d62-40c7-b2cb-a59f6398cfa4",name:"24 1DW Slim_24",tags:["model Urban Duplex"],metadata:{Label:"24 1DW Slim_24",value:"24 1DW Slim_24",thumbnail:"/api/files/hash/sha256-f5a367cc9e7ffaa5275414f869c3f68c17299e736e15313f783414aafe9f8b1d",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"24 1DW Slim_24",visible:!0,enabled:!0},{assetId:"cbc1bfe2-8cdc-4792-a036-43d08c4f430b",name:"28 1DW_24",tags:["model Urban Duplex"],metadata:{Label:"28 1DW_24",value:"28 1DW_24",thumbnail:"/api/files/hash/sha256-3e2d1b9e56aafa004e8f99f00e829e6355cb3adb27a013763ff130a5b1fe990e",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"28 1DW_24",visible:!0,enabled:!0},{assetId:"be136781-c863-424b-bfd4-743401cf6768",name:"28 2DW_24",tags:["model Urban Duplex"],metadata:{Label:"28 2DW_24",value:"28 2DW_24",thumbnail:"/api/files/hash/sha256-bb2734fccff227ad6c9b08716469b8dac7eb2bcc362b1aa1162f400d6a126f69",heightImage:"100px"},fileSize:95548,tagids:["7f6cba5d-af17-443c-9b85-e7ea77908b3b"],type:"item",label:"28 2DW_24",visible:!0,enabled:!0}],defaultValue:{assetId:"9d25a611-5e60-4e98-9550-f1cf55ed8af3",type:"item"},global:{id:"4073e443-7ec6-4ea6-889b-6e84f5fa36b8",type:"Global",name:"Global",metadata:[],defaultValue:{assetId:"9d25a611-5e60-4e98-9550-f1cf55ed8af3",type:"item"}},visible:!0,enabled:!0,hiddenValues:[],disabledValues:[],value:{assetId:"9d25a611-5e60-4e98-9550-f1cf55ed8af3",type:"item"}},{id:"84be1dcc-fe28-463f-853f-435f534477c7",type:"Asset",name:"UI_Base Panel",metadata:{Name:"Base Panel",Label:"Base Panel",thumbnail:"https://preview.threekit.com/api/images/texture/sha256-8bb06aafce5ba9519736cc65156892d5e00884ddca433c18edfb2980203c5e7f?power2=1024",hasRenderImagePreview:"true"},blacklist:[],assetType:"model",values:[{assetId:"d7d451da-ef2a-4b18-8968-dc334e9871e1",name:"Verde Salvia 42 ST",tags:["Materials","Azzurra"],metadata:{hex:"#7f8e7c",soft:"Verde Salvia 42 MT",Color:"Green",label:"Verde Salvia 42 ST",value:"Verde Salvia 42 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Salvia 42 ST",visible:!0,enabled:!0},{assetId:"20328789-8dd1-4ef8-9dae-b4f0620629b2",name:"Verde Polvere 34 ST",tags:["Materials","Azzurra"],metadata:{hex:"#a3b0ab",soft:"Verde Polvere 34 MT",Color:"Green",label:"Verde Polvere 34 ST",value:"Verde Polvere 34 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Polvere 34 ST",visible:!0,enabled:!0},{assetId:"7c542842-7cb0-496a-a3d7-3c74be3d64b6",name:"Verde Ghiaia 31 ST",tags:["Materials","Azzurra"],metadata:{hex:"#c0cac6",soft:"Verde Ghiaia 31 MT",Color:"Green",label:"Verde Ghiaia 31 ST",value:"Verde Ghiaia 31 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Ghiaia 31 ST",visible:!0,enabled:!0},{assetId:"2391ec54-0d5a-4c8b-97ae-ac7899e3178c",name:"Verde Comodoro FG ST",tags:["Materials","Azzurra"],metadata:{hex:"#48544d",soft:"Verde Comodoro FG MT",Color:"Green",label:"Verde Comodoro FG ST",value:"Verde Comodoro FG ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Comodoro FG ST",visible:!0,enabled:!0},{assetId:"584577fc-7555-49af-82de-8628474b7adb",name:"Tortora BE ST",tags:["Materials","Azzurra"],metadata:{hex:"#b2b1a9",soft:"Tortora BE MT",Color:"Grey, Brown",label:"Tortora BE ST",value:"Tortora BE ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Tortora BE ST",visible:!0,enabled:!0},{assetId:"6ac76228-e6e3-4051-bd95-21049c138f31",name:"Torba DS ST",tags:["Materials","Azzurra"],metadata:{hex:"#53514c",soft:"Torba DS MT",Color:"Brown",label:"Torba DS ST",value:"Torba DS ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Torba DS ST",visible:!0,enabled:!0},{assetId:"5bb788b0-63a3-45bb-b798-6066e0a50022",name:"Titanio 93 ST",tags:["Materials","Azzurra"],metadata:{hex:"#aaa59d",soft:"Titanio 93 MT",Color:"Brown, Grey",label:"Titanio 93 ST",value:"Titanio 93 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Titanio 93 ST",visible:!0,enabled:!0},{assetId:"064c7fb6-f23a-479d-bdf0-b13f67d435e9",name:"Terra DB ST",tags:["Materials","Azzurra"],metadata:{hex:"#9a9182",soft:"Terra DB MT",Color:"Brown",label:"Terra DB ST",value:"Terra DB ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Terra DB ST",visible:!0,enabled:!0},{assetId:"0f399e8d-18ce-477e-a4c7-414621b22a48",name:"Rosso Rubino 19 ST",tags:["Materials","Azzurra"],metadata:{hex:"#6c323c",soft:"Rosso Rubino 19 MT",Color:"Red",label:"Rosso Rubino 19 ST",value:"Rosso Rubino 19 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Rubino 19 ST",visible:!0,enabled:!0},{assetId:"114b2017-d63d-44fa-8378-2b21b5f5b580",name:"Rosso Jaipur FH ST",tags:["Materials","Azzurra"],metadata:{hex:"#3f2626",soft:"Rosso Jaipur FH MT",Color:"Red, Purple",label:"Rosso Jaipur FH ST",value:"Rosso Jaipur FH ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Jaipur FH ST",visible:!0,enabled:!0},{assetId:"e40f0d60-f94d-47e1-a62f-b9e743630b62",name:"Rosso Fuoco 21 ST",tags:["Materials","Azzurra"],metadata:{hex:"#802a2e",soft:"Rosso Fuoco 21 MT",Color:"Red",label:"Rosso Fuoco 21 ST",value:"Rosso Fuoco 21 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Fuoco 21 ST",visible:!0,enabled:!0},{assetId:"cb0e5c75-9af8-41ac-8ed0-c3d20336d0f3",name:"Rosa Retro 46 ST",tags:["Materials","Azzurra"],metadata:{hex:"#bfaea2",soft:"Rosa Retro 46 MT",Color:"Pink, Beige",label:"Rosa Retro 46 ST",value:"Rosa Retro 46 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosa Retro 46 ST",visible:!0,enabled:!0},{assetId:"e7deaffc-c2e0-4778-9323-e8d845676a1b",name:"Rosa Etoile 45 ST",tags:["Materials","Azzurra"],metadata:{hex:"#d1c2b7",soft:"Rosa Etoile 45 MT",Color:"Pink",label:"Rosa Etoile 45 ST",value:"Rosa Etoile 45 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosa Etoile 45 ST",visible:!0,enabled:!0},{assetId:"1cd18d40-6079-4366-a17d-4e6b73c722ec",name:"Roccia CE ST",tags:["Materials","Azzurra"],metadata:{hex:"#8c8680",soft:"Roccia CE MT",Color:"Brown",label:"Roccia CE ST",value:"Roccia CE ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Roccia CE ST",visible:!0,enabled:!0},{assetId:"614fdcd2-8af2-466c-a61a-270cfdb32215",name:"Platino DF ST",tags:["Materials","Azzurra"],metadata:{hex:"#d0d1cd",soft:"Platino DF MT",Color:"Beige",label:"Platino DF ST",value:"Platino DF ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Platino DF ST",visible:!0,enabled:!0},{assetId:"eb18fc87-5431-4b54-9b2d-3d593e7bf284",name:"Nero 03 ST",tags:["Materials","Azzurra"],metadata:{hex:"#1c1c1d",soft:"Nero 03 MT",Color:"Black",label:"Nero 03 ST",value:"Nero 03 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nero 03 ST",visible:!0,enabled:!0},{assetId:"6c6c06e5-68ec-4a1f-a0cf-736ba5466ade",name:"Nebbia 91 ST",tags:["Materials","Azzurra"],metadata:{hex:"#c9c7c0",soft:"Nebbia 91 MT",Color:"Beige, Brown",label:"Nebbia 91 ST",value:"Nebbia 91 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nebbia 91 ST",visible:!0,enabled:!0},{assetId:"e38fce2b-87d7-460e-9ad3-6fb5af6436aa",name:"Mattone 10 ST",tags:["Materials","Azzurra"],metadata:{hex:"#b07252",soft:"Mattone 10 MT",Color:"Orange",label:"Mattone 10 ST",value:"Mattone 10 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Mattone 10 ST",visible:!0,enabled:!0},{assetId:"3500cff3-20ef-40a4-b228-91a54d981e5b",name:"Marrone Havana 79 ST",tags:["Materials","Azzurra"],metadata:{hex:"#322f30",soft:"Marrone Havana 79 MT",Color:"Brown",label:"Marrone Havana 79 ST",value:"Marrone Havana 79 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Marrone Havana 79 ST",visible:!0,enabled:!0},{assetId:"6b1a0234-a90d-4335-8aa4-f85efb176ea6",name:"Juta DP ST",tags:["Materials","Azzurra"],metadata:{hex:"#c2c0b3",soft:"Juta DP MT",Color:"Beige",label:"Juta DP ST",value:"Juta DP ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Juta DP ST",visible:!0,enabled:!0},{assetId:"e12a4f37-7ad9-452e-94f2-2d32a275c868",name:"Grigio Talpa B5 ST",tags:["Materials","Azzurra"],metadata:{hex:"#9d9d93",soft:"Grigio Talpa B5 MT",Color:"Grey, Brown",label:"Grigio Talpa B5 ST",value:"Grigio Talpa B5 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Talpa B5 ST",visible:!0,enabled:!0},{assetId:"bdd616ff-6727-4baf-bb67-a82b5d557348",name:"Grigio Pioggia 80 ST",tags:["Materials","Azzurra"],metadata:{hex:"#949696",soft:"Grigio Pioggia 80 MT",Color:"Grey",label:"Grigio Pioggia 80 ST",value:"Grigio Pioggia 80 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Pioggia 80 ST",visible:!0,enabled:!0},{assetId:"dcd99716-aa23-4c4f-acc4-7d413445727e",name:"Grigio Perla 33 ST",tags:["Materials","Azzurra"],metadata:{hex:"#b0aead",soft:"Grigio Perla 33 MT",Color:"Grey",label:"Grigio Perla 33 ST",value:"Grigio Perla 33 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Perla 33 ST",visible:!0,enabled:!0},{assetId:"4280caea-a3e4-49b6-8376-d72610ad78cd",name:"Grigio Luce 07 ST",tags:["Materials","Azzurra"],metadata:{hex:"#bfbfbb",soft:"Grigio Luce 07 MT",Color:"Grey",label:"Grigio Luce 07 ST",value:"Grigio Luce 07 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Luce 07 ST",visible:!0,enabled:!0},{assetId:"284bcab2-1015-4766-85ce-9f3c3831bc76",name:"Grigio Londra FD ST",tags:["Materials","Azzurra"],metadata:{hex:"#75736e",soft:"Grigio Londra FD MT",Color:"Grey",label:"Grigio Londra FD ST",value:"Grigio Londra FD ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Londra FD ST",visible:!0,enabled:!0},{assetId:"2abe38f7-4a90-4bb8-a0a5-91573ac79d16",name:"Grigio Lavagna A9 ST",tags:["Materials","Azzurra"],metadata:{hex:"#767a7e",soft:"Grigio Lavagna A9 MT",Color:"Grey",label:"Grigio Lavagna A9 ST",value:"Grigio Lavagna A9 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Lavagna A9 ST",visible:!0,enabled:!0},{assetId:"a0d2faff-5e77-4f96-a79d-5361901d1f22",name:"Grigio Grafite 02 ST",tags:["Materials","Azzurra"],metadata:{hex:"#555558",soft:"Grigio Grafite 02 MT",Color:"Grey",label:"Grigio Grafite 02 ST",value:"Grigio Grafite 02 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Grafite 02 ST",visible:!0,enabled:!0},{assetId:"9a08508b-fe52-41f4-9db8-416092ab27b9",name:"Grigio Efeso FB ST",tags:["Materials","Azzurra"],metadata:{hex:"#bcbdbd",soft:"Grigio Efeso FB MT",Color:"Grey",label:"Grigio Efeso FB ST",value:"Grigio Efeso FB ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Efeso FB ST",visible:!0,enabled:!0},{assetId:"eeb1c4e7-53ea-4b59-9b7b-1cf985202332",name:"Grigio Chiaro A8 ST",tags:["Materials","Azzurra"],metadata:{hex:"#c7cbca",soft:"Grigio Chiaro A8 MT",Color:"Grey",label:"Grigio Chiaro A8 ST",value:"Grigio Chiaro A8 ST",Material:"Soft-Touch",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Chiaro A8 ST",visible:!0,enabled:!0},{assetId:"f4631dc8-9015-4cb5-af99-1026e4425dc6",name:"Grigio Bromo FE ST",tags:["Materials","Azzurra"],metadata:{hex:"#545a60",soft:"Grigio Bromo FE MT",Color:"Grey, Blue",label:"Grigio Bromo FE ST",value:"Grigio Bromo FE ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Bromo FE ST",visible:!0,enabled:!0},{assetId:"c30709b6-9277-468a-b35e-38d198d1526a",name:"Giallo Curry 08 ST",tags:["Materials","Azzurra"],metadata:{hex:"#d2c38b",soft:"Giallo Curry 08 MT",Color:"Yellow",label:"Giallo Curry 08 ST",value:"Giallo Curry 08 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Giallo Curry 08 ST",visible:!0,enabled:!0},{assetId:"a53927c5-9133-424c-97c4-ecc77c8262a5",name:"Cenere 92 ST",tags:["Materials","Azzurra"],metadata:{hex:"#b2ada4",soft:"Cenere 92 MT",Color:"Brown",label:"Cenere 92 ST",value:"Cenere 92 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cenere 92 ST",visible:!0,enabled:!0},{assetId:"a2fa7bf5-2344-4ff3-a0da-0552d4a571de",name:"Castoro Ottawa FC ST",tags:["Materials","Azzurra"],metadata:{hex:"#857f74",soft:"Castoro Ottawa FC MT",Color:"Brown",label:"Castoro Ottawa FC ST",value:"Castoro Ottawa FC ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Castoro Ottawa FC ST",visible:!0,enabled:!0},{assetId:"186811d0-8add-4b2e-8423-6ca43e9bc141",name:"Carta da Zucchero 47 ST",tags:["Materials","Azzurra"],metadata:{hex:"#a7b3bb",soft:"Carta da Zucchero 47 MT",Color:"Blue, Grey",label:"Carta da Zucchero 47 ST",value:"Carta da Zucchero 47 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Carta da Zucchero 47 ST",visible:!0,enabled:!0},{assetId:"3f2a6d98-a58c-4b64-8922-32e0f685eaf5",name:"Carbone 43 ST",tags:["Materials","Azzurra"],metadata:{hex:"#4f5050",soft:"Carbone 43 MT",Color:"Grey",label:"Carbone 43 ST",value:"Carbone 43 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Carbone 43 ST",visible:!0,enabled:!0},{assetId:"c7ce37d8-e428-4822-a513-ff56e2a80c42",name:"Canyon 90 ST",tags:["Materials","Azzurra"],metadata:{hex:"#cac5b2",soft:"Canyon 90 MT",Color:"Beige",label:"Canyon 90 ST",value:"Canyon 90 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Canyon 90 ST",visible:!0,enabled:!0},{assetId:"8a27f0cf-f885-4621-9e2c-a34d1fd2acfd",name:"Canapa 94 ST",tags:["Materials","Azzurra"],metadata:{hex:"#c4c3bd",soft:"Canapa 94 MT",Color:"Grey, Beige",label:"Canapa 94 ST",value:"Canapa 94 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Canapa 94 ST",visible:!0,enabled:!0},{assetId:"bb290770-56fc-49e8-8548-20533bd8962b",name:"Cacao Orinoco FF ST",tags:["Materials","Azzurra"],metadata:{hex:"#3d3a3b",soft:"Cacao Orinoco FF MT",Color:"Brown",label:"Cacao Orinoco FF ST",value:"Cacao Orinoco FF ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cacao Orinoco FF ST",visible:!0,enabled:!0},{assetId:"ebe9a649-aaa9-41fe-818b-b4e47edd99e6",name:"Cacao 05 ST",tags:["Materials","Azzurra"],metadata:{hex:"#3e352d",soft:"Cacao 05 MT",Color:"Brown",label:"Cacao 05 ST",value:"Cacao 05 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cacao 05 ST",visible:!0,enabled:!0},{assetId:"8607017f-93d1-49dd-a03d-c1f139691bb5",name:"Blu Reale 48 ST",tags:["Materials","Azzurra"],metadata:{hex:"#2e303d",soft:"Blu Reale 48 MT",Color:"Blue",label:"Blu Reale 48 ST",value:"Blu Reale 48 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Reale 48 ST",visible:!0,enabled:!0},{assetId:"fd18c7e1-67e2-415f-91d2-8f8507a55b5d",name:"Blu Pavone A6 ST",tags:["Materials","Azzurra"],metadata:{hex:"#25656e",soft:"Blu Pavone A6 MT",Color:"Blue",label:"Blu Pavone A6 ST",value:"Blu Pavone A6 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Pavone A6 ST",visible:!0,enabled:!0},{assetId:"fdac3243-20d0-49c6-bc6c-17194c9e7a0d",name:"Blu Oltremare BG ST",tags:["Materials","Azzurra"],metadata:{hex:"#3b4247",soft:"Blu Oltremare BG ST",Color:"Blue",label:"Blu Oltremare BG ST",value:"Blu Oltremare BG ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Oltremare BG ST",visible:!0,enabled:!0},{assetId:"a173d6d7-c2d4-4355-914f-8cc32c3fc9b3",name:"Blu Laguna A7 ST",tags:["Materials","Azzurra"],metadata:{hex:"#184148",soft:"Blu Laguna A7 MT",Color:"Blue",label:"Blu Laguna A7 ST",value:"Blu Laguna A7 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Laguna A7 ST",visible:!0,enabled:!0},{assetId:"a54236e6-651e-4404-96d7-0fe4ecbd2d88",name:"Blu Avio 41 ST",tags:["Materials","Azzurra"],metadata:{hex:"#788892",soft:"Blu Avio 41 MT",Color:"Blue",label:"Blu Avio 41 ST",value:"Blu Avio 41 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Avio 41 ST",visible:!0,enabled:!0},{assetId:"ca8d50f0-d80e-43b9-ad9c-066f4a2f33ae",name:"Blu Artico 37 ST",tags:["Materials","Azzurra"],metadata:{hex:"#4b5f6f",soft:"Blu Artico 37 MT",Color:"Blue",label:"Blu Artico 37 ST",value:"Blu Artico 37 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Artico 37 ST",visible:!0,enabled:!0},{assetId:"9dbddb33-0aab-4b70-b574-a323fe08af47",name:"Bianco Male FA ST",tags:["Materials","Azzurra"],metadata:{hex:"#dadad4",soft:"Bianco Male FA MT",Color:"White, Beige",label:"Bianco Male FA ST",value:"Bianco Male FA ST",Material:"Soft-Touch",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco Male FA ST",visible:!0,enabled:!0},{assetId:"abb65419-cfa9-445a-9719-8a6f0aeb0eb5",name:"Bianco Calce DA ST",tags:["Materials","Azzurra"],metadata:{hex:"#e4e2df",soft:"Bianco Calce DA MT",Color:"White, Beige",label:"Bianco Calce DA ST",value:"Bianco Calce DA ST",Material:"Soft-Touch",zoomIconColor:"Dark Grey",hasDefaultConfuguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco Calce DA ST",visible:!0,enabled:!0},{assetId:"f2d6875d-d9bf-42da-a6e3-a8d1d3a1a19f",name:"Bianco 0B ST",tags:["Materials","Azzurra"],metadata:{hex:"#fffffe",soft:"Bianco 0B MT",Color:"White",label:"Bianco 0B ST",value:"Bianco 0B ST",Material:"Soft-Touch",zoomIconColor:"Dark Grey",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco 0B ST",visible:!0,enabled:!0},{assetId:"8ff6d955-9668-434e-ae8e-3d092e4145d4",name:"Argilla DR ST",tags:["Materials","Azzurra"],metadata:{hex:"#817d74",soft:"Argilla DR MT",Color:"Grey, Brown",label:"Argilla DR ST",value:"Argilla DR ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Argilla DR ST",visible:!0,enabled:!0},{assetId:"1be06217-9f77-40b7-ada8-2cefeec351fb",name:"Ardesia DD ST",tags:["Materials","Azzurra"],metadata:{hex:"#5f5d5a",soft:"Ardesia DD MT",Color:"Grey",label:"Ardesia DD ST",value:"Ardesia DD ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Ardesia DD ST",visible:!0,enabled:!0},{assetId:"0963a65f-b841-4ca2-9407-acdac8d16fbf",name:"Arancio Zucca 09 ST",tags:["Materials","Azzurra"],metadata:{hex:"#c69b6b",soft:"Arancio Zucca 09 MT",Color:"Orange",label:"Arancio Zucca 09 ST",value:"Arancio Zucca 09 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Arancio Zucca 09 ST",visible:!0,enabled:!0},{assetId:"911ab5b7-fafe-4292-b7db-7c12ae0b0866",name:"Aragosta 77 ST",tags:["Materials","Azzurra"],metadata:{hex:"#ba5b3a",soft:"Aragosta 77 MT",Color:"Orange",label:"Aragosta 77 ST",value:"Aragosta 77 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Aragosta 77 ST",visible:!0,enabled:!0},{assetId:"82f43401-b911-40e2-9781-fc2e03c3f556",name:"Agata BD ST",tags:["Materials","Azzurra"],metadata:{hex:"#caccc9",soft:"Agata BD MT",Color:"Grey, Beige",label:"Agata BD ST",value:"Agata BD ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Agata BD ST",visible:!0,enabled:!0},{assetId:"4a1d4776-4887-4aba-b631-cc61df8a8766",name:"Verde Salvia 42 GL",tags:["Materials","Azzurra"],metadata:{hex:"#7f8e7c",Color:"Green",label:"Verde Salvia 42 GL",value:"Verde Salvia 42 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Salvia 42 GL",visible:!0,enabled:!0},{assetId:"c08ea7b5-781a-489f-9e17-cd919c54abd4",name:"Verde Polvere 34 GL",tags:["Materials","Azzurra"],metadata:{hex:"#a3b0ab",Color:"Green",label:"Verde Polvere 34 GL",value:"Verde Polvere 34 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Polvere 34 GL",visible:!0,enabled:!0},{assetId:"2b8de8d3-8d40-4e7b-8d10-24300b963ec2",name:"Verde Ghiaia 31 GL",tags:["Materials","Azzurra"],metadata:{hex:"#c0cac6",Color:"Green",label:"Verde Ghiaia 31 GL",value:"Verde Ghiaia 31 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Ghiaia 31 GL",visible:!0,enabled:!0},{assetId:"1784c7e1-e87c-4b18-a3a5-7735fa8a1cd8",name:"Verde Comodoro FG GL",tags:["Materials","Azzurra"],metadata:{hex:"#48544d",Color:"Green",label:"Verde Comodoro FG GL",value:"Verde Comodoro FG GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Comodoro FG GL",visible:!0,enabled:!0},{assetId:"4eaa6b9c-b3f3-4494-8129-65bb579f5d4b",name:"Tortora BE GL",tags:["Materials","Azzurra"],metadata:{hex:"#b2b1a9",Color:"Grey, Brown",label:"Tortora BE GL",value:"Tortora BE GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Tortora BE GL",visible:!0,enabled:!0},{assetId:"30f594ab-e223-4fca-abaa-b31a3e0d7b55",name:"Torba DS GL",tags:["Materials","Azzurra"],metadata:{hex:"#53514c",Color:"Brown",label:"Torba DS GL",value:"Torba DS GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Torba DS GL",visible:!0,enabled:!0},{assetId:"3f204516-2cf2-4da8-ab5c-bbe02798bd17",name:"Titanio 93 GL",tags:["Materials","Azzurra"],metadata:{hex:"#aaa59d",Color:"Brown, Grey",label:"Titanio 93 GL",value:"Titanio 93 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Titanio 93 GL",visible:!0,enabled:!0},{assetId:"a09ad2c0-e273-4f96-9535-8ed3aaee16c6",name:"Terra DB GL",tags:["Materials","Azzurra"],metadata:{hex:"#9a9182",Color:"Brown",label:"Terra DB GL",value:"Terra DB GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Terra DB GL",visible:!0,enabled:!0},{assetId:"cb5b5f13-a43c-46df-8870-4b89cd52c83b",name:"Rosso Rubino 19 GL",tags:["Materials","Azzurra"],metadata:{hex:"#6c323c",Color:"Red",label:"Rosso Rubino 19 GL",value:"Rosso Rubino 19 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Rubino 19 GL",visible:!0,enabled:!0},{assetId:"eb8e8b75-354e-4247-9d92-701eef3aa636",name:"Rosso Jaipur FH GL",tags:["Materials","Azzurra"],metadata:{hex:"#3f2626",Color:"Red, Purple",label:"Rosso Jaipur FH GL",value:"Rosso Jaipur FH GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Jaipur FH GL",visible:!0,enabled:!0},{assetId:"e41e9f41-0470-4ff1-84cd-dac4fb890a05",name:"Rosso Fuoco 21 GL",tags:["Materials","Azzurra"],metadata:{hex:"#802a2e",Color:"Red",label:"Rosso Fuoco 21 GL",value:"Rosso Fuoco 21 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Fuoco 21 GL",visible:!0,enabled:!0},{assetId:"bf6cde7e-082c-4a70-8578-45769d5ee7f9",name:"Rosa Retro 46 GL",tags:["Materials","Azzurra"],metadata:{hex:"#bfaea2",Color:"Pink, Beige",label:"Rosa Retro 46 GL",value:"Rosa Retro 46 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosa Retro 46 GL",visible:!0,enabled:!0},{assetId:"fd708b90-7b8a-4d15-aa22-f2beade948a5",name:"Rosa Etoile 45 GL",tags:["Materials","Azzurra"],metadata:{hex:"#d1c2b7",Color:"Pink",label:"Rosa Etoile 45 GL",value:"Rosa Etoile 45 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosa Etoile 45 GL",visible:!0,enabled:!0},{assetId:"9b4afa6b-d041-4c10-b311-66dba0db9945",name:"Roccia CE GL",tags:["Materials","Azzurra"],metadata:{hex:"#8c8680",Color:"Brown",label:"Roccia CE GL",value:"Roccia CE GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Roccia CE GL",visible:!0,enabled:!0},{assetId:"d226b192-5f71-4bf5-b060-379c97139d36",name:"Platino DF GL",tags:["Materials","Azzurra"],metadata:{hex:"#d0d1cd",Color:"Beige",label:"Platino DF GL",value:"Platino DF GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Platino DF GL",visible:!0,enabled:!0},{assetId:"dd26676a-6efe-417f-95ed-e5b095342a4a",name:"Nero 03 GL",tags:["Materials","Azzurra"],metadata:{hex:"#1c1c1d",Color:"Black",label:"Nero 03 GL",value:"Nero 03 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nero 03 GL",visible:!0,enabled:!0},{assetId:"6cca15f4-50d5-49ac-927b-1f3746390591",name:"Nebbia 91 GL",tags:["Materials","Azzurra"],metadata:{hex:"#c9c7c0",Color:"Beige, Brown",label:"Nebbia 91 GL",value:"Nebbia 91 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nebbia 91 GL",visible:!0,enabled:!0},{assetId:"d7df19f1-c154-48a3-a73b-45672d80ddb1",name:"Mattone 10 GL",tags:["Materials","Azzurra"],metadata:{hex:"#b07252",Color:"Orange",label:"Mattone 10 GL",value:"Mattone 10 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Mattone 10 GL",visible:!0,enabled:!0},{assetId:"37cab846-db46-4c97-8ef2-03d40c844440",name:"Marrone Havana 79 GL",tags:["Materials","Azzurra"],metadata:{hex:"#322f30",Color:"Brown",label:"Marrone Havana 79 GL",value:"Marrone Havana 79 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Marrone Havana 79 GL",visible:!0,enabled:!0},{assetId:"d337d7d8-91b3-4459-b2ab-093e89701bce",name:"Juta DP GL",tags:["Materials","Azzurra"],metadata:{hex:"#c2c0b3",Color:"Beige",label:"Juta DP GL",value:"Juta DP GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Juta DP GL",visible:!0,enabled:!0},{assetId:"7e4dc26e-2918-467f-a596-f9c3c654d5a6",name:"Grigio Talpa B5 GL",tags:["Materials","Azzurra"],metadata:{hex:"#9d9d93",Color:"Grey, Brown",label:"Grigio Talpa B5 GL",value:"Grigio Talpa B5 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Talpa B5 GL",visible:!0,enabled:!0},{assetId:"db1f40f4-1bd9-4dbb-ac25-5572c81787b4",name:"Grigio Pioggia 80 GL",tags:["Materials","Azzurra"],metadata:{hex:"#949696",Color:"Grey",label:"Grigio Pioggia 80 GL",value:"Grigio Pioggia 80 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Pioggia 80 GL",visible:!0,enabled:!0},{assetId:"6d670d1b-0f81-4940-a347-3ae72db916ac",name:"Grigio Perla 33 GL",tags:["Materials","Azzurra"],metadata:{hex:"#b0aead",Color:"Grey",label:"Grigio Perla 33 GL",value:"Grigio Perla 33 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Perla 33 GL",visible:!0,enabled:!0},{assetId:"ef2a5e0c-75e3-4358-aa26-9f0e48f1eea2",name:"Grigio Luce 07 GL",tags:["Materials","Azzurra"],metadata:{hex:"#bfbfbb",Color:"Grey",label:"Grigio Luce 07 GL",value:"Grigio Luce 07 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Luce 07 GL",visible:!0,enabled:!0},{assetId:"1a8366a9-1c17-4c91-889b-ee43244c9354",name:"Grigio Londra FD GL",tags:["Materials","Azzurra"],metadata:{hex:"#75736e",Color:"Grey",label:"Grigio Londra FD GL",value:"Grigio Londra FD GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Londra FD GL",visible:!0,enabled:!0},{assetId:"f00c4b2c-7c2d-4201-b62c-2848aa5e7834",name:"Grigio Lavagna A9 GL",tags:["Materials","Azzurra"],metadata:{hex:"#767a7e",Color:"Grey",label:"Grigio Lavagna A9 GL",value:"Grigio Lavagna A9 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Lavagna A9 GL",visible:!0,enabled:!0},{assetId:"2b0eaec0-9844-4b43-b266-f593f8231cf9",name:"Grigio Grafite 02 GL",tags:["Materials","Azzurra"],metadata:{hex:"#555558",Color:"Grey",label:"Grigio Grafite 02 GL",value:"Grigio Grafite 02 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Grafite 02 GL",visible:!0,enabled:!0},{assetId:"9d606e23-4a6e-412e-952a-3aff87c86c12",name:"Grigio Efeso FB GL",tags:["Materials","Azzurra"],metadata:{hex:"#bcbdbd",Color:"Grey",label:"Grigio Efeso FB GL",value:"Grigio Efeso FB GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Efeso FB GL",visible:!0,enabled:!0},{assetId:"c078d55f-3250-4a49-9c4b-f23d5a022ffa",name:"Grigio Chiaro A8 GL",tags:["Materials","Azzurra"],metadata:{hex:"#c7cbca",Color:"Grey",label:"Grigio Chiaro A8 GL",value:"Grigio Chiaro A8 GL",Material:"Lacquered GL",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Chiaro A8 GL",visible:!0,enabled:!0},{assetId:"2d0b0443-ea3b-4ecb-932f-fbd88568a940",name:"Grigio Bromo FE GL",tags:["Materials","Azzurra"],metadata:{hex:"#545a60",Color:"Grey, Blue",label:"Grigio Bromo FE GL",value:"Grigio Bromo FE GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Bromo FE GL",visible:!0,enabled:!0},{assetId:"a2cdc305-3a66-4360-92d5-617b2294e2ac",name:"Giallo Curry 08 GL",tags:["Materials","Azzurra"],metadata:{hex:"#d2c38b",Color:"Yellow",label:"Giallo Curry 08 GL",value:"Giallo Curry 08 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Giallo Curry 08 GL",visible:!0,enabled:!0},{assetId:"778c34d7-25ff-4e33-a9cd-de7e5429cccb",name:"Cenere 92 GL",tags:["Materials","Azzurra"],metadata:{hex:"#b2ada4",Color:"Brown",label:"Cenere 92 GL",value:"Cenere 92 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cenere 92 GL",visible:!0,enabled:!0},{assetId:"e31c7006-bb41-4535-ac29-207bf1b82151",name:"Castoro Ottawa FC GL",tags:["Materials","Azzurra"],metadata:{hex:"#857f74",Color:"Brown",label:"Castoro Ottawa FC GL",value:"Castoro Ottawa FC GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Castoro Ottawa FC GL",visible:!0,enabled:!0},{assetId:"bb90d982-9375-4eb8-976e-70b4edb2a234",name:"Carta da Zucchero 47 GL",tags:["Materials","Azzurra"],metadata:{hex:"#a7b3bb",Color:"Blue, Grey",label:"Carta da Zucchero 47 GL",value:"Carta da Zucchero 47 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Carta da Zucchero 47 GL",visible:!0,enabled:!0},{assetId:"03f11c8a-df5c-4533-87ff-460dfa86099f",name:"Carbone 43 GL",tags:["Materials","Azzurra"],metadata:{hex:"#4f5050",Color:"Grey",label:"Carbone 43 GL",value:"Carbone 43 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Carbone 43 GL",visible:!0,enabled:!0},{assetId:"6bff8002-b9b3-4ba9-b538-41c72f13e22b",name:"Canyon 90 GL",tags:["Materials","Azzurra"],metadata:{hex:"#cac5b2",Color:"Beige",label:"Canyon 90 GL",value:"Canyon 90 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Canyon 90 GL",visible:!0,enabled:!0},{assetId:"70e2b6a3-a2bd-41dc-8a62-008faccb5ca3",name:"Canapa 94 GL",tags:["Materials","Azzurra"],metadata:{hex:"#c4c3bd",Color:"Grey, Beige",label:"Canapa 94 GL",value:"Canapa 94 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Canapa 94 GL",visible:!0,enabled:!0},{assetId:"64092ba9-9a76-4abb-b5ec-7a00fb012a87",name:"Cacao Orinoco FF GL",tags:["Materials","Azzurra"],metadata:{hex:"#3d3a3b",Color:"Brown",label:"Cacao Orinoco FF GL",value:"Cacao Orinoco FF GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cacao Orinoco FF GL",visible:!0,enabled:!0},{assetId:"cd3b2b48-adfc-42e4-8fdd-6667ad635ded",name:"Cacao 05 GL",tags:["Materials","Azzurra"],metadata:{hex:"#3e352d",Color:"Brown",label:"Cacao 05 GL",value:"Cacao 05 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cacao 05 GL",visible:!0,enabled:!0},{assetId:"e9212dd4-f451-4a7a-8714-7f80d2fabbbb",name:"Blu Reale 48 GL",tags:["Materials","Azzurra"],metadata:{hex:"#2e303d",Color:"Blue",label:"Blu Reale 48 GL",value:"Blu Reale 48 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Reale 48 GL",visible:!0,enabled:!0},{assetId:"bcd79906-577d-4321-b318-f56455babb9b",name:"Blu Pavone A6 GL",tags:["Materials","Azzurra"],metadata:{hex:"#25656e",Color:"Blue",label:"Blu Pavone A6 GL",value:"Blu Pavone A6 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Pavone A6 GL",visible:!0,enabled:!0},{assetId:"4148c35b-cbd9-413c-8bb0-e7c22dcfe5a7",name:"Blu Oltremare BG GL",tags:["Materials","Azzurra"],metadata:{hex:"#3b4247",Color:"Blue",label:"Blu Oltremare BG GL",value:"Blu Oltremare BG GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Oltremare BG GL",visible:!0,enabled:!0},{assetId:"dbb43f89-cf31-4dac-9d15-fb544561f7dd",name:"Blu Laguna A7 GL",tags:["Materials","Azzurra"],metadata:{hex:"#184148",Color:"Blue",label:"Blu Laguna A7 GL",value:"Blu Laguna A7 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Laguna A7 GL",visible:!0,enabled:!0},{assetId:"e8512433-8070-4d41-b7e8-7d4361c0d672",name:"Blu Avio 41 GL",tags:["Materials","Azzurra"],metadata:{hex:"#788892",Color:"Blue",label:"Blu Avio 41 GL",value:"Blu Avio 41 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Avio 41 GL",visible:!0,enabled:!0},{assetId:"79076ef6-0279-4d1a-ab1d-393796d60749",name:"Blu Artico 37 GL",tags:["Materials","Azzurra"],metadata:{hex:"#4b5f6f",Color:"Blue",label:"Blu Artico 37 GL",value:"Blu Artico 37 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Artico 37 GL",visible:!0,enabled:!0},{assetId:"6a25ecd1-9ae0-4598-8315-5ba098795837",name:"Bianco Male FA GL",tags:["Materials","Azzurra"],metadata:{hex:"#dadad4",Color:"White, Beige",label:"Bianco Male FA GL",value:"Bianco Male FA GL",Material:"Lacquered GL",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco Male FA GL",visible:!0,enabled:!0},{assetId:"a0ea7be5-ddaa-4ed0-bc02-b4b3aa4b3938",name:"Bianco Calce DA GL",tags:["Materials","Azzurra","krostest"],metadata:{hex:"#e4e2df",Color:"White, Beige",label:"Bianco Calce DA GL",value:"Bianco Calce DA GL",Material:"Lacquered GL",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","6f3a860d-6b17-4648-966b-5f084fede54c"],type:"item",label:"Bianco Calce DA GL",visible:!0,enabled:!0},{assetId:"0aa8946f-882e-43e0-ad3a-b4c79a2d6dd5",name:"Bianco 0B GL",tags:["Materials","Azzurra"],metadata:{hex:"#fffffe",Color:"White",label:"Bianco 0B GL",value:"Bianco 0B GL",Material:"Lacquered GL",zoomIconColor:"Dark Grey",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco 0B GL",visible:!0,enabled:!0},{assetId:"406286a7-d17d-45d8-b9f9-0c1e0131f272",name:"Argilla DR GL",tags:["Materials","Azzurra"],metadata:{hex:"#817d74",Color:"Grey, Brown",label:"Argilla DR GL",value:"Argilla DR GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Argilla DR GL",visible:!0,enabled:!0},{assetId:"fa90c6bc-12ac-4f44-8ccc-d968cbd19a8a",name:"Ardesia DD GL",tags:["Materials","Azzurra"],metadata:{hex:"#5f5d5a",Color:"Grey",label:"Ardesia DD GL",value:"Ardesia DD GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Ardesia DD GL",visible:!0,enabled:!0},{assetId:"ef1f676f-ef1b-4fc5-bb33-f39d276f94db",name:"Arancio Zucca 09 GL",tags:["Materials","Azzurra"],metadata:{hex:"#c69b6b",Color:"Orange",label:"Arancio Zucca 09 GL",value:"Arancio Zucca 09 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Arancio Zucca 09 GL",visible:!0,enabled:!0},{assetId:"1f6f07d6-c0f4-4b9c-94f3-c8d0fadeb9b5",name:"Aragosta 77 GL",tags:["Materials","Azzurra"],metadata:{hex:"#ba5b3a",Color:"Orange",label:"Aragosta 77 GL",value:"Aragosta 77 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Aragosta 77 GL",visible:!0,enabled:!0},{assetId:"46fea197-f969-4788-bcb4-386afd24c921",name:"Agata BD GL",tags:["Materials","Azzurra"],metadata:{hex:"#caccc9",Color:"Grey, Beige",label:"Agata BD GL",value:"Agata BD GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Agata BD GL",visible:!0,enabled:!0},{assetId:"c81e7570-7059-41d3-bee2-fd10e331454d",name:"Verde Salvia 42 MT",tags:["Materials","Azzurra"],metadata:{hex:"#7f8e7c",Color:"Green",label:"Verde Salvia 42 MT",value:"Verde Salvia 42 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Salvia 42 MT",visible:!0,enabled:!0},{assetId:"3373cd97-ca8b-4715-b9f2-beae05bd1c32",name:"Verde Polvere 34 MT",tags:["Materials","Azzurra"],metadata:{hex:"#a3b0ab",Color:"Green",label:"Verde Polvere 34 MT",value:"Verde Polvere 34 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Polvere 34 MT",visible:!0,enabled:!0},{assetId:"deb6988d-849d-495f-9bc8-e79291a919b5",name:"Verde Ghiaia 31 MT",tags:["Materials","Azzurra"],metadata:{hex:"#c0cac6",Color:"Green",label:"Verde Ghiaia 31 MT",value:"Verde Ghiaia 31 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Ghiaia 31 MT",visible:!0,enabled:!0},{assetId:"dc614604-7b90-4697-81b3-2b39f3f08859",name:"Verde Comodoro FG MT",tags:["Materials","Azzurra"],metadata:{hex:"#48544d",Color:"Green",label:"Verde Comodoro FG MT",value:"Verde Comodoro FG MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Comodoro FG MT",visible:!0,enabled:!0},{assetId:"0528d338-4a0b-4e13-a986-127c0658de0a",name:"Tortora BE MT",tags:["Materials","Azzurra"],metadata:{hex:"#b2b1a9",Color:"Grey, Brown",label:"Tortora BE MT",value:"Tortora BE MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Tortora BE MT",visible:!0,enabled:!0},{assetId:"d968572e-752c-4886-a115-9b724f8b3d38",name:"Torba DS MT",tags:["Materials","Azzurra"],metadata:{hex:"#53514c",Color:"Brown",label:"Torba DS MT",value:"Torba DS MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Torba DS MT",visible:!0,enabled:!0},{assetId:"44f3858c-9db7-4af2-84fc-b1924e48201d",name:"Titanio 93 MT",tags:["Materials","Azzurra"],metadata:{hex:"#aaa59d",Color:"Brown, Grey",label:"Titanio 93 MT",value:"Titanio 93 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Titanio 93 MT",visible:!0,enabled:!0},{assetId:"af5b9902-7259-45e9-b0e7-3a1d22a554ed",name:"Terra DB MT",tags:["Materials","Azzurra"],metadata:{hex:"#9a9182",Color:"Brown",label:"Terra DB MT",value:"Terra DB MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Terra DB MT",visible:!0,enabled:!0},{assetId:"6adaad4a-2347-4c0a-8ddf-613b81482a0d",name:"Rosso Rubino 19 MT",tags:["Materials","Azzurra"],metadata:{hex:"#6c323c",Color:"Red",label:"Rosso Rubino 19 MT",value:"Rosso Rubino 19 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Rubino 19 MT",visible:!0,enabled:!0},{assetId:"9210b3ce-2d4f-46af-a11c-e37f972853b2",name:"Rosso Jaipur FH MT",tags:["Materials","Azzurra"],metadata:{hex:"#3f2626",Color:"Red, Purple",label:"Rosso Jaipur FH MT",value:"Rosso Jaipur FH MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Jaipur FH MT",visible:!0,enabled:!0},{assetId:"a6b92d16-c401-4fd9-805d-665db1ea9aa5",name:"Rosso Fuoco 21 MT",tags:["Materials","Azzurra"],metadata:{hex:"#802a2e",Color:"Red",label:"Rosso Fuoco 21 MT",value:"Rosso Fuoco 21 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Fuoco 21 MT",visible:!0,enabled:!0},{assetId:"6233a5b5-0bdb-4cd3-b6ed-b000c272f88d",name:"Rosa Retro 46 MT",tags:["Materials","Azzurra"],metadata:{hex:"#bfaea2",Color:"Pink, Beige",label:"Rosa Retro 46 MT",value:"Rosa Retro 46 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosa Retro 46 MT",visible:!0,enabled:!0},{assetId:"c3b4bba5-bf5d-485d-aafd-090b49d1fa1c",name:"Rosa Etoile 45 MT",tags:["Materials","Azzurra"],metadata:{hex:"#d1c2b7",Color:"Pink",label:"Rosa Etoile 45 MT",value:"Rosa Etoile 45 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosa Etoile 45 MT",visible:!0,enabled:!0},{assetId:"f31bdd61-67d5-4a14-85ef-f8be8508b2d9",name:"Roccia CE MT",tags:["Materials","Azzurra"],metadata:{hex:"#8c8680",Color:"Brown",label:"Roccia CE MT",value:"Roccia CE MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Roccia CE MT",visible:!0,enabled:!0},{assetId:"3434169b-fafa-4eef-b629-27e5f6e802c9",name:"Platino DF MT",tags:["Materials","Azzurra"],metadata:{hex:"#d0d1cd",Color:"Beige",label:"Platino DF MT",value:"Platino DF MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Platino DF MT",visible:!0,enabled:!0},{assetId:"4b198de6-1a80-44e7-bb3e-ecd1eb3f1cd2",name:"Nero 03 MT",tags:["Materials","Azzurra","msidecolor"],metadata:{hex:"#1c1c1d",Color:"Black",label:"Nero 03 MT",value:"Nero 03 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","ed7278e2-c79e-48c4-b04d-b7dee94306e5"],type:"item",label:"Nero 03 MT",visible:!0,enabled:!0},{assetId:"ea25d89e-2755-4117-bba8-43f66e83abc1",name:"Nebbia 91 MT",tags:["Materials","Azzurra"],metadata:{hex:"#c9c7c0",Color:"Beige, Brown",label:"Nebbia 91 MT",value:"Nebbia 91 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nebbia 91 MT",visible:!0,enabled:!0},{assetId:"f9cd0ff7-a2c2-4c54-89b6-a0199fdf2ee6",name:"Metallizzato Creta M6 MT",tags:["Materials","Azzurra","msidecolor","krostest"],metadata:{Look:"Metallic",Color:"Grey, Brown",image:"/api/files/hash/sha256-558d9db0b0da23f99665949733dc60d007d6276a256f6f229537a95c33e69c4c",label:"Metallizzato Creta M6 MT",value:"Metallizzato Creta M6 MT",Material:"Lacquered MT",zoomIconColor:"White",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","ed7278e2-c79e-48c4-b04d-b7dee94306e5","6f3a860d-6b17-4648-966b-5f084fede54c"],type:"item",label:"Metallizzato Creta M6 MT",visible:!0,enabled:!0},{assetId:"3f5e5831-92a5-4c49-b71b-354395c05788",name:"Metallizzato Copper M7 MT",tags:["Materials","Azzurra","msidecolor"],metadata:{Look:"Metallic",Color:"Orange, Brown",image:"/api/files/hash/sha256-8c57c1bc9f512b2bc1eecd1c52fffb5d85b43994fa309eccc42942ab53442c7e",label:"Metallizzato Copper M7 MT",value:"Metallizzato Copper M7 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","ed7278e2-c79e-48c4-b04d-b7dee94306e5"],type:"item",label:"Metallizzato Copper M7 MT",visible:!0,enabled:!0},{assetId:"f6073b6e-aafb-46fb-bfa6-3b1798af9e82",name:"Metallizzato Bronzo M4 MT",tags:["Materials","Azzurra"],metadata:{Look:"Metallic",Color:"Brown, Yellow",image:"/api/files/hash/sha256-7eea8ac99e7c140e8bee12582e07b027a30e66ea6d07dffcb7edb0bb45534aec",label:"Metallizzato Bronzo M4 MT",value:"Metallizzato Bronzo M4 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Metallizzato Bronzo M4 MT",visible:!0,enabled:!0},{assetId:"37cdcc22-0554-44d0-bd8c-1152eb00603c",name:"Metallizzato Antracite M5 MT",tags:["Materials","Azzurra"],metadata:{Look:"Metallic",Color:"Grey",image:"/api/files/hash/sha256-1c8f49877261f6942893ad7266638108c8e524000d2704d18799a869a4d9d84f",label:"Metallizzato Antracite M5 MT",value:"Metallizzato Antracite M5 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Metallizzato Antracite M5 MT",visible:!0,enabled:!0},{assetId:"7bdceb22-447e-44f5-8d28-0be7d3850ea0",name:"Metallizzato Alluminio M1 MT",tags:["Materials","Azzurra"],metadata:{Look:"Metallic",Color:"Grey",image:"/api/files/hash/sha256-0fbaef4b135362c20dbc520559c6199d057e20b53a1c8b76dea3ae0558348c6b",label:"Metallizzato Alluminio M1 MT",value:"Metallizzato Alluminio M1 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Metallizzato Alluminio M1 MT",visible:!0,enabled:!0},{assetId:"11cfeb10-1c3b-4efa-94f1-e0ba9912d87d",name:"Mattone 10 MT",tags:["Materials","Azzurra"],metadata:{hex:"#b07252",Color:"Orange",label:"Mattone 10 MT",value:"Mattone 10 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Mattone 10 MT",visible:!0,enabled:!0},{assetId:"2d99df77-094e-42fd-8f19-3ad4f4baf415",name:"Marrone Havana 79 MT",tags:["Materials","Azzurra"],metadata:{hex:"#322f30",Color:"Brown",label:"Marrone Havana 79 MT",value:"Marrone Havana 79 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Marrone Havana 79 MT",visible:!0,enabled:!0},{assetId:"b7e31c93-388f-454d-b2f9-5f72f34ee141",name:"Juta DP MT",tags:["Materials","Azzurra"],metadata:{hex:"#c2c0b3",Color:"Beige",label:"Juta DP MT",value:"Juta DP MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Juta DP MT",visible:!0,enabled:!0},{assetId:"61d62e03-de14-41c0-afeb-a4bf18758472",name:"Grigio Talpa B5 MT",tags:["Materials","Azzurra"],metadata:{hex:"#9d9d93",Color:"Grey, Brown",label:"Grigio Talpa B5 MT",value:"Grigio Talpa B5 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Talpa B5 MT",visible:!0,enabled:!0},{assetId:"e7dacd89-68fd-464d-bc37-32601c66c459",name:"Grigio Pioggia 80 MT",tags:["Materials","Azzurra"],metadata:{hex:"#949696",Color:"Grey",label:"Grigio Pioggia 80 MT",value:"Grigio Pioggia 80 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Pioggia 80 MT",visible:!0,enabled:!0},{assetId:"445ce0ca-f561-41e6-87ed-16a3105632e7",name:"Grigio Perla 33 MT",tags:["Materials","Azzurra"],metadata:{hex:"#b0aead",Color:"Grey",label:"Grigio Perla 33 MT",value:"Grigio Perla 33 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Perla 33 MT",visible:!0,enabled:!0},{assetId:"3729509a-462e-4057-b903-de2cccfd6fdd",name:"Grigio Luce 07 MT",tags:["Materials","Azzurra"],metadata:{hex:"#bfbfbb",Color:"Grey",label:"Grigio Luce 07 MT",value:"Grigio Luce 07 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Luce 07 MT",visible:!0,enabled:!0},{assetId:"b7671109-1886-4875-b111-40934c2130d4",name:"Grigio Londra FD MT",tags:["Materials","Azzurra"],metadata:{hex:"#75736e",Color:"Grey",label:"Grigio Londra FD MT",value:"Grigio Londra FD MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Londra FD MT",visible:!0,enabled:!0},{assetId:"415af7a5-d25c-481b-8025-2f5b4ea40c89",name:"Grigio Lavagna A9 MT",tags:["Materials","Azzurra"],metadata:{hex:"#767a7e",Color:"Grey",label:"Grigio Lavagna A9 MT",value:"Grigio Lavagna A9 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Lavagna A9 MT",visible:!0,enabled:!0},{assetId:"f8ed9f86-ca5e-4884-8f1b-312ff4f7c1a3",name:"Grigio Grafite 02 MT",tags:["Materials","Azzurra"],metadata:{hex:"#555558",Color:"Grey",label:"Grigio Grafite 02 MT",value:"Grigio Grafite 02 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Grafite 02 MT",visible:!0,enabled:!0},{assetId:"29685e60-35df-4b78-ab4d-e2002cf70ae9",name:"Grigio Efeso FB MT",tags:["Materials","Azzurra"],metadata:{hex:"#bcbdbd",Color:"Grey",label:"Grigio Efeso FB MT",value:"Grigio Efeso FB MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Efeso FB MT",visible:!0,enabled:!0},{assetId:"734bf3d3-2fe0-407f-9b87-4455014fc36b",name:"Grigio Chiaro A8 MT",tags:["Materials","Azzurra"],metadata:{hex:"#c7cbca",Color:"Grey",label:"Grigio Chiaro A8 MT",value:"Grigio Chiaro A8 MT",Material:"Lacquered MT",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Chiaro A8 MT",visible:!0,enabled:!0},{assetId:"e5ee304a-7b12-4de3-bd49-2e68e1d05269",name:"Grigio Bromo FE MT",tags:["Materials","Azzurra"],metadata:{hex:"#545a60",Color:"Grey, Blue",label:"Grigio Bromo FE MT",value:"Grigio Bromo FE MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Bromo FE MT",visible:!0,enabled:!0},{assetId:"f210cdfe-7922-46be-9d93-3db1f22fa93e",name:"Giallo Curry 08 MT",tags:["Materials","Azzurra"],metadata:{hex:"#d2c38b",Color:"Yellow",label:"Giallo Curry 08 MT",value:"Giallo Curry 08 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Giallo Curry 08 MT",visible:!0,enabled:!0},{assetId:"e46a7d84-e177-44d4-ba75-0931d2f1a1a9",name:"Cenere 92 MT",tags:["Materials","Azzurra"],metadata:{hex:"#b2ada4",Color:"Brown",label:"Cenere 92 MT",value:"Cenere 92 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cenere 92 MT",visible:!0,enabled:!0},{assetId:"cb5d17d7-1e70-40ad-a0c5-9b324ace2db0",name:"Castoro Ottawa FC MT",tags:["Materials","Azzurra"],metadata:{hex:"#857f74",Color:"Brown",label:"Castoro Ottawa FC MT",value:"Castoro Ottawa FC MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Castoro Ottawa FC MT",visible:!0,enabled:!0},{assetId:"c344b27f-1ef5-49f4-be27-e73269ff3650",name:"Carta da Zucchero 47 MT",tags:["Materials","Azzurra"],metadata:{hex:"#a7b3bb",Color:"Blue, Grey",label:"Carta da Zucchero 47 MT",value:"Carta da Zucchero 47 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Carta da Zucchero 47 MT",visible:!0,enabled:!0},{assetId:"a8596d1f-3284-4f1e-9e34-def496f5b7f4",name:"Carbone 43 MT",tags:["Materials","Azzurra","msidecolor"],metadata:{hex:"#4f5050",Color:"Grey",label:"Carbone 43 MT",value:"Carbone 43 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","ed7278e2-c79e-48c4-b04d-b7dee94306e5"],type:"item",label:"Carbone 43 MT",visible:!0,enabled:!0},{assetId:"97d7ef51-84be-444d-916d-a1fb60477057",name:"Canyon 90 MT",tags:["Materials","Azzurra"],metadata:{hex:"#cac5b2",Color:"Beige",label:"Canyon 90 MT",value:"Canyon 90 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Canyon 90 MT",visible:!0,enabled:!0},{assetId:"5527c5ed-37b4-4ff6-a988-04a7947c812c",name:"Canapa 94 MT",tags:["Materials","Azzurra"],metadata:{hex:"#c4c3bd",Color:"Grey, Beige",label:"Canapa 94 MT",value:"Canapa 94 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Canapa 94 MT",visible:!0,enabled:!0},{assetId:"6c46a72f-a5e9-4a3c-bfde-59d4aec50e2f",name:"Cacao Orinoco FF MT",tags:["Materials","Azzurra"],metadata:{hex:"#3d3a3b",Color:"Brown",label:"Cacao Orinoco FF MT",value:"Cacao Orinoco FF MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cacao Orinoco FF MT",visible:!0,enabled:!0},{assetId:"dca2bff2-ae23-4fe3-8553-97c2b4fe01ce",name:"Cacao 05 MT",tags:["Materials","Azzurra"],metadata:{hex:"#3e352d",Color:"Brown",label:"Cacao 05 MT",value:"Cacao 05 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cacao 05 MT",visible:!0,enabled:!0},{assetId:"1c80efb4-9051-4bc9-ab73-d189350434e9",name:"Blu Reale 48 MT",tags:["Materials","Azzurra"],metadata:{hex:"#2e303d",Color:"Blue",label:"Blu Reale 48 MT",value:"Blu Reale 48 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Reale 48 MT",visible:!0,enabled:!0},{assetId:"d29ff03a-41bc-4e57-896a-dfbfa4edff65",name:"Blu Pavone A6 MT",tags:["Materials","Azzurra"],metadata:{hex:"#25656e",Color:"Blue",label:"Blu Pavone A6 MT",value:"Blu Pavone A6 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Pavone A6 MT",visible:!0,enabled:!0},{assetId:"2ccbc172-8ef5-496e-bda7-07cc640ba3db",name:"Blu Oltremare BG MT",tags:["Materials","Azzurra"],metadata:{hex:"#3b4247",Color:"Blue",label:"Blu Oltremare BG MT",value:"Blu Oltremare BG MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Oltremare BG MT",visible:!0,enabled:!0},{assetId:"c2627fc0-4242-4b0c-9156-2ef972b4be70",name:"Blu Laguna A7 MT",tags:["Materials","Azzurra"],metadata:{hex:"#184148",Color:"Blue",label:"Blu Laguna A7 MT",value:"Blu Laguna A7 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Laguna A7 MT",visible:!0,enabled:!0},{assetId:"1fdffbb0-48b5-4d76-9bff-e0d941b86428",name:"Blu Avio 41 MT",tags:["Materials","Azzurra"],metadata:{hex:"#788892",Color:"Blue",label:"Blu Avio 41 MT",value:"Blu Avio 41 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Avio 41 MT",visible:!0,enabled:!0},{assetId:"066d34f3-5541-47c3-8c11-84641aba26f3",name:"Blu Artico 37 MT",tags:["Materials","Azzurra","krostest"],metadata:{hex:"#4b5f6f",Color:"Blue",label:"Blu Artico 37 MT",value:"Blu Artico 37 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","6f3a860d-6b17-4648-966b-5f084fede54c"],type:"item",label:"Blu Artico 37 MT",visible:!0,enabled:!0},{assetId:"6277605b-c003-4b05-aa75-9630584e0ba2",name:"Bianco Male FA MT",tags:["Materials","Azzurra"],metadata:{hex:"#dadad4",Color:"White, Beige",label:"Bianco Male FA MT",value:"Bianco Male FA MT",Material:"Lacquered MT",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco Male FA MT",visible:!0,enabled:!0},{assetId:"a85b5501-aba8-4100-b53e-6bbf8ae18e34",name:"Bianco Calce DA MT",tags:["Materials","Azzurra"],metadata:{hex:"#e4e2df",Color:"White, Beige",label:"Bianco Calce DA MT",value:"Bianco Calce DA MT",Material:"Lacquered MT",zoomIconColor:"Dark Grey","hasDefaultConfiguration#UI_Color":"#Urban Open Storage#","hasDefaultConfiguration#UI_Base Panel":"#Urban Duplex#"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco Calce DA MT",visible:!0,enabled:!0},{assetId:"2d829e3d-9f41-4758-893e-26ee68094953",name:"Bianco 0B MT",tags:["Materials","Azzurra","msidecolor"],metadata:{hex:"#fffffe",Color:"White",label:"Bianco 0B MT",value:"Bianco 0B MT",Material:"Lacquered MT",zoomIconColor:"Dark Grey",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","ed7278e2-c79e-48c4-b04d-b7dee94306e5"],type:"item",label:"Bianco 0B MT",visible:!0,enabled:!0},{assetId:"bc48ceb2-6b9c-4b82-b51f-d42a08389cba",name:"Argilla DR MT",tags:["Materials","Azzurra"],metadata:{hex:"#817d74",Color:"Grey, Brown",label:"Argilla DR MT",value:"Argilla DR MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Argilla DR MT",visible:!0,enabled:!0},{assetId:"34db9ded-67de-47cf-9100-9917aeb17c82",name:"Ardesia DD MT",tags:["Materials","Azzurra"],metadata:{hex:"#5f5d5a",Color:"Grey",label:"Ardesia DD MT",value:"Ardesia DD MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Ardesia DD MT",visible:!0,enabled:!0},{assetId:"2b269fe6-54f4-49cb-a1ba-014a6f247c40",name:"Arancio Zucca 09 MT",tags:["Materials","Azzurra"],metadata:{hex:"#c69b6b",Color:"Orange",label:"Arancio Zucca 09 MT",value:"Arancio Zucca 09 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Arancio Zucca 09 MT",visible:!0,enabled:!0},{assetId:"0cab70b6-a0e2-4dd2-bbff-9a1f603003e1",name:"Aragosta 77 MT",tags:["Materials","Azzurra"],metadata:{hex:"#ba5b3a",Color:"Orange",label:"Aragosta 77 MT",value:"Aragosta 77 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Aragosta 77 MT",visible:!0,enabled:!0},{assetId:"b21ccfb6-9584-464b-9cc7-2a9822c7735d",name:"Agata BD MT",tags:["Materials","Azzurra"],metadata:{hex:"#caccc9",Color:"Grey, Beige",label:"Agata BD MT",value:"Agata BD MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Agata BD MT",visible:!0,enabled:!0},{assetId:"093b3db6-9447-4a83-8131-81a79a24985e",name:"Rox Black TKQ",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey",image:"/api/files/hash/sha256-be3d9d42c0d0c78943c8971ac07d2e7bcc573c29282a99a296298e2d9e1ef06b",label:"Rox Black TKQ",value:"Rox Black TKQ",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rox Black TKQ",visible:!0,enabled:!0},{assetId:"2cb25415-2e97-4aa4-8166-6d3f46d09c10",name:"Cepp Stone TKP",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey",image:"/api/files/hash/sha256-b29efe12550ef933d62bcca25d57796aee1c87d225b7935c9b1675ad9be1d4e4",label:"Cepp Stone TKP",value:"Cepp Stone TKP",Material:"HPL",zoomIconColor:"White",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cepp Stone TKP",visible:!0,enabled:!0},{assetId:"9f507901-ac89-486b-900b-79112bb9111f",name:"Brera Brown TKN",tags:["Materials","Azzurra"],metadata:{Look:"Metallic, Stone/Marble-Look",Color:"Brown",image:"/api/files/hash/sha256-176b100a4f17f7c9ec5717097a5ac79f91c524977307559300d0f63536acdff2",label:"Brera Brown TKN",value:"Brera Brown TKN",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Brera Brown TKN",visible:!0,enabled:!0},{assetId:"95701f88-54ca-429c-82c2-62db4ade9e12",name:"Noce Sinfonia TKM",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-c2fadedf011e8a7e2ff5d1f842f59cf40608d2e8ae032a1d99dc364c5222e663",label:"Noce Sinfonia TKM",value:"Noce Sinfonia TKM",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce Sinfonia TKM",visible:!0,enabled:!0},{assetId:"012c5296-1201-48f5-b270-3fd473625eee",name:"Rovere Alba TKL",tags:["Materials","Azzurra","krostest"],metadata:{Look:"Wood-Look",Color:"Grey, Brown",image:"/api/files/hash/sha256-ba1fc1fa08e7e6aeaa7b836b17531cfc802b072fec18b2dd6e4beb3cffd96784",label:"Rovere Alba TKL",value:"Rovere Alba TKL",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","6f3a860d-6b17-4648-966b-5f084fede54c"],type:"item",label:"Rovere Alba TKL",visible:!0,enabled:!0},{assetId:"742ab384-3881-4e70-998d-5888e821793a",name:"Rovere Valdweg TKK",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-a7f1023552a4083e3efc21ed7577d69af8f36632a190f2e0563cd4eda67a1284",label:"Rovere Valdweg TKK",value:"Rovere Valdweg TKK",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Valdweg TKK",visible:!0,enabled:!0},{assetId:"3552b459-d700-4a0d-b100-a5f7b447d6c3",name:"Pulpis Scuro TKJ",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Black, Brown, Grey",image:"/api/files/hash/sha256-8f2c62bc1d2c65416dbe26c6e4c82e6e49bf70c065d61b8c27922f1b2a97c1c4",label:"Pulpis Scuro TKJ",value:"Pulpis Scuro TKJ",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pulpis Scuro TKJ",visible:!0,enabled:!0},{assetId:"be20009d-8b5e-42b4-b429-4846fcd9fd9d",name:"Pulpis Chiaro TKH",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey, Beige",image:"/api/files/hash/sha256-280c91328ee6883296a278d492ea1c41993a5e2b31c4ee39b1cf89dbba3937a9",label:"Pulpis Chiaro TKH",value:"Pulpis Chiaro TKH",Material:"HPL",zoomIconColor:"White","hasDefaultConfiguration#UI_Color":"#Urban Horizontal Storage#","hasDefaultConfiguration#UI_Cabinet color":"#Urban Standard#","hasDefaultConfiguration#UI_Lateral Panel":"#Urban Duplex#","hasDefaultConfiguration#UI_Fenix Countertop":"#HPL#"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pulpis Chiaro TKH",visible:!0,enabled:!0},{assetId:"c0f2a7ac-d7bf-4ea6-8209-dc73daec20fb",name:"Noce Savoia TKG",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-db40f7f277f690e8a17f8fafe60fd97dd6dedf7509cbc1eaa230e0194942589d",label:"Noce Savoia TKG",value:"Noce Savoia TKG",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce Savoia TKG",visible:!0,enabled:!0},{assetId:"84acc9b2-f3a2-4ac5-9e3c-62c1427f5bb0",name:"Ardesia TKF",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Black",image:"/api/files/hash/sha256-8389293023e9622179eddefcf0e934a28fdc3f80207f62ab1aff4c79f96134d8",label:"Ardesia TKF",value:"Ardesia TKF",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Ardesia TKF",visible:!0,enabled:!0},{assetId:"de1a3842-26c3-4fd5-aeea-89bd7a248e12",name:"Rovere Slavonia TK6",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-320dc7175409c080fd9a4c00742d908c38402a9f568d3465d32b6547a63b8bc7",label:"Rovere Slavonia TK6",value:"Rovere Slavonia TK6",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Slavonia TK6",visible:!0,enabled:!0},{assetId:"7f67815a-68a1-4d1b-8557-c25754e77db3",name:"Rovere Monet TK3",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-da9050a34ec6532e9378e0bb676c924fa5641a4009842482cdf1b5717cabea39",label:"Rovere Monet TK3",value:"Rovere Monet TK3",Material:"HPL",zoomIconColor:"White",filtelistMaterial:"Material#Color#Look"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Monet TK3",visible:!0,enabled:!0},{assetId:"92e3fef6-eb3a-402d-9f0e-b1d18494efa1",name:"Rovere Nero 06J",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Black",image:"/api/files/hash/sha256-bdb2036ece48be19cc5f690e5bd9d97f15069c785a811dcc062a7f8c28766767",label:"Rovere Nero 06J",value:"Rovere Nero 06J",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Nero 06J",visible:!0,enabled:!0},{assetId:"8bf30d43-70dc-49ba-a163-bdecc61774be",name:"Rovere Moka 06H",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Black",image:"/api/files/hash/sha256-8ce07391a770be516f0d974e2679b3aaeb61f3e0fcc0c8fa4265c588b330db37",label:"Rovere Moka 06H",value:"Rovere Moka 06H",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Moka 06H",visible:!0,enabled:!0},{assetId:"c7f22a0a-02ad-4f2b-a3cb-76c71adf267a",name:"Rovere Carbone 06G",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-85667b6d83ae91f892600acf9fbfcdf9eb993b9d2882e42c274372371cf39b03",label:"Rovere Carbone 06G",value:"Rovere Carbone 06G",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Carbone 06G",visible:!0,enabled:!0},{assetId:"5a6770b0-f1bd-4364-adb9-700b7c58d008",name:"Rovere Fumo 06F",tags:["Materials","Azzurra","krostest"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-04c2bcef8e680af0f40bd0ad77272a491c57f989b62a687b0c887d141471ef34",label:"Rovere Fumo 06F",value:"Rovere Fumo 06F",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","6f3a860d-6b17-4648-966b-5f084fede54c"],type:"item",label:"Rovere Fumo 06F",visible:!0,enabled:!0},{assetId:"a08105fe-bc68-46ac-93b1-991f67fe7b83",name:"Rovere Avena 06E",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-8a0bedba2d7f026330ecf889d822b36160540ed989e7c0aa8d6f02551d4ac0f8",label:"Rovere Avena 06E",value:"Rovere Avena 06E",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Avena 06E",visible:!0,enabled:!0},{assetId:"2d95f213-dd17-44d8-b0c7-96635ed255c7",name:"Rovere Cenere 06D",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Grey",image:"/api/files/hash/sha256-71d417511dac70fe039e6a393c01799ef2e8d0f1fbb8a002c4a31399a2bec853",label:"Rovere Cenere 06D",value:"Rovere Cenere 06D",Material:"Essenze",zoomIconColor:"White",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Cenere 06D",visible:!0,enabled:!0},{assetId:"c47815d1-2afb-4daa-af8e-59de129a076f",name:"Rovere Sabbia 06C",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-4d6bd66af400e70c06e4817a6ce9e284de55125d67c69194869147ca52fbf6fa",label:"Rovere Sabbia 06C",value:"Rovere Sabbia 06C",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Sabbia 06C",visible:!0,enabled:!0},{assetId:"c5303510-732c-4ed1-a241-ddf813448a66",name:"Rovere Naturale 06B",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-b2591b7f4f8c072220c82694d99fa3c8ad3fd8ab1d40ab16e1b55a59c5aa1585",label:"Rovere Naturale 06B",value:"Rovere Naturale 06B",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Naturale 06B",visible:!0,enabled:!0},{assetId:"63166dee-207f-4ff3-a52a-895005d32d6f",name:"Rovere Bianco 06A",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-c7663be667ce249f6637eeda8b8d043d7b19e60256a0c49386fdf99f15f90372",label:"Rovere Bianco 06A",value:"Rovere Bianco 06A",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Bianco 06A",visible:!0,enabled:!0},{assetId:"55410697-22d3-4372-a8e6-298802176836",name:"Rovere Eucalipto 01A",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-20f1c0362faaa3c13215a496d98c527822e231a1e4704cd0ae832fd18ce60372",label:"Rovere Eucalipto 01A",value:"Rovere Eucalipto 01A",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Eucalipto 01A",visible:!0,enabled:!0},{assetId:"2a426546-329f-43dc-8941-1cea187b2cad",name:"Metal bronzo 2MD",tags:["Materials","Azzurra"],metadata:{Look:"Metallic",Color:"Brown, Orange",image:"/api/files/hash/sha256-9923e745a84c76b8f367a85ee839b215551a9ecf3b02fea1d2d74533a35ed488",label:"Metal Bronzo 2MD",value:"Metal bronzo 2MD",Material:"Brushed Metal",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Metal bronzo 2MD",visible:!0,enabled:!0},{assetId:"c2b9a429-26a6-4641-a8a0-4d42617233bd",name:"Metal titanio 2MC",tags:["Materials","Azzurra","krostest"],metadata:{Look:"Metallic",Color:"Grey ",image:"/api/files/hash/sha256-dfbdf4748fb842704b08c56a5527e2f1af196c3f10d17f90ef82723ee42cc27e",label:"Metal Titanio 2MC",value:"Metal titanio 2MC",Material:"Brushed Metal",zoomIconColor:"White",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","6f3a860d-6b17-4648-966b-5f084fede54c"],type:"item",label:"Metal titanio 2MC",visible:!0,enabled:!0},{assetId:"a776c1a9-5c0b-465a-a288-6ff8d3782440",name:"Metal piombo 2MB",tags:["Materials","Azzurra"],metadata:{Look:"Metallic",Color:"Grey, Black",image:"/api/files/hash/sha256-089b4432e52cf6c7742318ce45b2a943743c1cae704311db9418e2c906112bdd",label:"Metal Piombo 2MB",value:"Metal piombo 2MB",Material:"Brushed Metal",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Metal piombo 2MB",visible:!0,enabled:!0},{assetId:"01e8e452-3402-457b-9c5c-2ddea51566ef",name:"Metal acciaio 2MA",tags:["Materials","Azzurra"],metadata:{Look:"Metallic",Color:"Grey ",image:"/api/files/hash/sha256-bd251d52235a7bf08b7784912adbeb526e5ac8650d3e313297478062fc40f865",label:"Metal Acciaio 2MA",value:"Metal acciaio 2MA",Material:"Brushed Metal",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Metal acciaio 2MA",visible:!0,enabled:!0},{assetId:"e69b3d47-bd29-4baa-96a7-81dda9ee19a8",name:"Rovere Sherwood Castano 1S3",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-3aa2248400dad333a1c9d39d76cde7dddef13b5ab347a691a0c1cc2cf42bc357",label:"Rovere Sherwood Castano 1S3",value:"Rovere Sherwood Castano 1S3",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Sherwood Castano 1S3",visible:!0,enabled:!0},{assetId:"3c4cfb2f-5975-41a0-b65e-7e5b6551823c",name:"Rovere Sherwood Scuro 1S2",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Black",image:"/api/files/hash/sha256-b4f5474053660e1964121c9503b7763015b2dc52ed436867bfa8ca1cc32a0367",label:"Rovere Sherwood Scuro 1S2",value:"Rovere Sherwood Scuro 1S2",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Sherwood Scuro 1S2",visible:!0,enabled:!0},{assetId:"066d2647-83e9-4346-9ca6-147948dc4987",name:"Rovere Sherwood Chiaro 1S1",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Pink, White",image:"/api/files/hash/sha256-d8af49f10f347b27d8c837d90fde6db67d8c8e26dc7b96b4290bf1d2e8f9de13",label:"Rovere Sherwood Chiaro 1S1",value:"Rovere Sherwood Chiaro 1S1",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Sherwood Chiaro 1S1",visible:!0,enabled:!0},{assetId:"11596557-e805-4425-b197-1d1a33ef8834",name:"Rigatino Beton 1RQ",tags:["Materials","Azzurra"],metadata:{Look:"",Color:"Beige, Grey",image:"/api/files/hash/sha256-d1240cb2e3ac44db648bd5a393efed237087ed8631c49a52f30b9bab3e278bd9",label:"Rigatino Beton 1RQ",value:"Rigatino Beton 1RQ",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rigatino Beton 1RQ",visible:!0,enabled:!0},{assetId:"b64de9dd-ebce-469c-bc3d-7d27e95c69b7",name:"Rigatino Tabacco 1RP",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-eb6d9f15eed4d7b0512f1722d0fd18bfafd174a888bb88f64815fd33372b0e84",label:"Rigatino Tabacco 1RP",value:"Rigatino Tabacco 1RP",Material:"3D",zoomIconColor:"White","hasDefaultConfiguration#UI_Backpanel Color":"Tiquaranta"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rigatino Tabacco 1RP",visible:!0,enabled:!0},{assetId:"badd7ed2-4517-4671-97ae-0bd1972c8c9d",name:"Rigatino Naturale 1RN",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-5c9f615203c9a3633c046c212799ff189bb7440c0c9f283a0e7b31fa989822ba",label:"Rigatino Naturale 1RN",value:"Rigatino Naturale 1RN",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rigatino Naturale 1RN",visible:!0,enabled:!0},{assetId:"3b57fadb-29bd-4ee6-a0a9-9ef0740877cd",name:"Pelle Pecari Tortora 1PE",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"Grey ",image:"/api/files/hash/sha256-af3217a6caf186775d19af75d82291bd9e7475fc113edc8871d6f56a7ae09e20",label:"Pelle Pecari Tortora 1PE",value:"Pelle Pecari Tortora 1PE",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pelle Pecari Tortora 1PE",visible:!0,enabled:!0},{assetId:"9b233739-2418-4cf0-8bad-f7b710c642a5",name:"Rovere Dogato Naturale 1P3",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-532a3ffabcad2e00a7c5b6cee3e99d3c17f46a30b007fdb8accd074af7846c7c",label:"Rovere Dogato Naturale 1P3",value:"Rovere Dogato Naturale 1P3",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Dogato Naturale 1P3",visible:!0,enabled:!0},{assetId:"41819fcf-80f6-4ab2-ba6c-aced9fec5c25",name:"Rovere Dogato Grigio 1P1",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Grey",image:"/api/files/hash/sha256-15f0c9237e60738f6fd01b878aab3160a4c5ee0e76238585287225d4a65227a4",label:"Rovere Dogato Grigio 1P1",value:"Rovere Dogato Grigio 1P1",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Dogato Grigio 1P1",visible:!0,enabled:!0},{assetId:"66e8440e-e56f-4bac-b07e-8d6a0ab3cb5d",name:"Rovere Dogato Bianco 1P0",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"White",image:"/api/files/hash/sha256-6439c22937829a5f3d0c68279ebd869c217150bd7e0d46ad8e5633abdeb660ac",label:"Rovere Dogato Bianco 1P0",value:"Rovere Dogato Bianco 1P0",Material:"3D",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Dogato Bianco 1P0",visible:!0,enabled:!0},{assetId:"431b5b7c-84ff-401f-987f-d34cce2c96ea",name:"Noce Tavola Antico Scuro 1NE",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Black",image:"/api/files/hash/sha256-8891ef908e947f9c872a18719eea01c4ed497b4b987bbae5ddd9342770c6b2d6",label:"Noce Tavola Antico Scuro 1NE",value:"Noce Tavola Antico Scuro 1NE",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce Tavola Antico Scuro 1NE",visible:!0,enabled:!0},{assetId:"afdfd3ec-baa8-4e2f-906e-baefb1ea1ba4",name:"Noce Tavola Antico Chiaro 1ND",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-be651d1057315fd4ca65cdeb21a1fac011be6946617cff387bc2b8043b484834",label:"Noce Tavola Antico Chiaro 1ND",value:"Noce Tavola Antico Chiaro 1ND",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce Tavola Antico Chiaro 1ND",visible:!0,enabled:!0},{assetId:"16ad5433-ff29-4f2f-98d8-03ff9f945c1f",name:"Nodato spaccato Tabacco 1NB",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-c478093cf22958f575c41bf0550e28d83a71d2e15e2956ddbad477b4283130b4",label:"Nodato Spaccato Tabacco 1NB",value:"Nodato spaccato Tabacco 1NB",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nodato spaccato Tabacco 1NB",visible:!0,enabled:!0},{assetId:"1996ec85-03b0-4cde-a4da-40e8941d5fc4",name:"Nodato spaccato Biondo 1NA",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-969234b1674622b98c4f519123138874a4075b0251fe0679e5639e584f25421e",label:"Nodato Spaccato Biondo 1NA",value:"Nodato spaccato Biondo 1NA",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nodato spaccato Biondo 1NA",visible:!0,enabled:!0},{assetId:"15e07087-dcc0-4ed9-a71e-ed2d464da0c1",name:"Noce Rigato Grigio 1N3",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Grey, Brown",image:"/api/files/hash/sha256-5ad94c21a8a0d327bb6fcc0825f81d418a0136be2cd739cddf5a3c0298b51bf8",label:"Noce Rigato Grigio 1N3",value:"Noce Rigato Grigio 1N3",Material:"3D",zoomIconColor:"White",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce Rigato Grigio 1N3",visible:!0,enabled:!0},{assetId:"9a95b8eb-862a-4473-9e5c-53fd08461b8a",name:"Noce rigato Canaletto Naturale 1N2",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-fd792b351a4bb16919e29db2c1ce370a8a31498ba28e43988f409f5bf88f6593",label:"Noce Rigato Canaletto Naturale 1N2",value:"Noce rigato Canaletto Naturale 1N2",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce rigato Canaletto Naturale 1N2",visible:!0,enabled:!0},{assetId:"1c5f411f-9dfb-41e5-8f7a-a94f10a48df4",name:"Noce Rigato Chiaro 1N1",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Beige",image:"/api/files/hash/sha256-0c7a8ab49b47df2d9995a5ceeee0f065201b233e9e99eb0638a9d73d778d41d0",label:"Noce Rigato Chiaro 1N1",value:"Noce Rigato Chiaro 1N1",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce Rigato Chiaro 1N1",visible:!0,enabled:!0},{assetId:"94816844-7f4d-42ba-8147-ded18931607a",name:"Paulownia Seppia 1F2",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Beige",image:"/api/files/hash/sha256-33698e77978d2f09d373b6631d2074170229e5627ffe805135f93ae69d956193",label:"Paulownia Seppia 1F2",value:"Paulownia Seppia 1F2",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Paulownia Seppia 1F2",visible:!0,enabled:!0},{assetId:"70b7574a-d8ae-4772-8716-3d4b5593c92b",name:"Eucalipto Affumicato 1E2",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-7993725f579e4b423a2fdde370b5335b9f0b1bac5ed26fb89898e6d0866cd7b9",label:"Eucalipto Affumicato 1E2",value:"Eucalipto Affumicato 1E2",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Eucalipto Affumicato 1E2",visible:!0,enabled:!0},{assetId:"92781a43-67fa-414f-8d49-52dd402be93d",name:"Eucalipto Naturale 1E1",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-6ac83550373aa787ac7cfb7ebde482b3a99379f52bd61bbcf39a2797c4e5306d",label:"Eucalipto Naturale 1E1",value:"Eucalipto Naturale 1E1",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Eucalipto Naturale 1E1",visible:!0,enabled:!0},{assetId:"e5f0e001-5176-4d57-9c55-b56f959a7916",name:"Castagno Scuro 1C3",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Black",image:"/api/files/hash/sha256-b535e9693c4c42ef93d956c20b433e20a067ef3733f0180f593fd9bd23a65b3a",label:"Castagno Scuro 1C3",value:"Castagno Scuro 1C3",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Castagno Scuro 1C3",visible:!0,enabled:!0},{assetId:"d2c3c23f-26f9-4cbd-97f8-1b49172e4d83",name:"Castagno Malto 1C2",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-20e1b04e87bbc93d17c1ae374b12cf566d1a198c73c6f188884e5a71cd32942b",label:"Castagno Malto 1C2",value:"Castagno Malto 1C2",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Castagno Malto 1C2",visible:!0,enabled:!0},{assetId:"c768e374-44ca-481c-bd58-e5116d729053",name:"Castagno chiaro 1C1",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"White ",image:"/api/files/hash/sha256-d11b75498d9c094da836240b1ae0e4cf7a0c017765fdeb3769084ae513caef1e",label:"Castagno Chiaro 1C1",value:"Castagno chiaro 1C1",Material:"3D",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Castagno chiaro 1C1",visible:!0,enabled:!0},{assetId:"4353d884-2dc7-4847-803c-7c4407e0c1fc",name:"Pietra Piasentina Grigio Scuro 1AB",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey ",image:"/api/files/hash/sha256-547f3fcafe3e14734f8d6889b648a327f7e7bcbe6e1c1bfb29a725d44ddac891",label:"Pietra Piasentina Grigio Scuro 1AB",value:"Pietra Piasentina Grigio Scuro 1AB",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pietra Piasentina Grigio Scuro 1AB",visible:!0,enabled:!0},{assetId:"cf1716fc-e40f-47b4-a3c8-d173ce8ab009",name:"Pietra Piasentina Grigio Chiaro 1AA",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey ",image:"/api/files/hash/sha256-47eb0b6d3740e0c233c88e289807a400caf978947c19c0b9fe26f628a3d205f5",label:"Pietra Piasentina Grigio Chiaro 1AA",value:"Pietra Piasentina Grigio Chiaro 1AA",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pietra Piasentina Grigio Chiaro 1AA",visible:!0,enabled:!0},{assetId:"b42ad6e9-76bc-4edd-8656-890ea75ce4e5",name:"Cemento Ghiaccio 1A5",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"White ",image:"/api/files/hash/sha256-78612ed164c818c3f07651a7bc384f5ecd978af58cb731aadd1a877e8cf4332d",label:"Cemento Ghiaccio 1A5",value:"Cemento Ghiaccio 1A5",Material:"3D",zoomIconColor:"Dark Grey",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cemento Ghiaccio 1A5",visible:!0,enabled:!0},{assetId:"24360a49-b7dc-4e91-8002-b716da2e9b2f",name:"Cemento Oltremare 1A4",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"Black",image:"/api/files/hash/sha256-9f6100dcb59a10685fecd5657f471a6ab3477cf863ba4345145f8be68b7c2d93",label:"Cemento Oltremare 1A4",value:"Cemento Oltremare 1A4",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cemento Oltremare 1A4",visible:!0,enabled:!0},{assetId:"2278a549-5f5e-409f-ae14-be667ae5f85a",name:"Cemento Creta 1A3",tags:["Materials","Azzurra","krostest"],metadata:{Look:"Cement-Look",Color:"Grey, Brown",image:"/api/files/hash/sha256-b0b77cddb072eb3eefb723a0c8058d05d3c35cb34f398fc71e63ead582783567",label:"Cemento Creta 1A3",value:"Cemento Creta 1A3",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","6f3a860d-6b17-4648-966b-5f084fede54c"],type:"item",label:"Cemento Creta 1A3",visible:!0,enabled:!0},{assetId:"2a5bc07c-03fd-44b0-8d47-1f8bd3816086",name:"Cemento Tortora 1A2",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"Grey, Beige, Brown",image:"/api/files/hash/sha256-841e7d936699edd6cd9d75eb770e7117595dd6f2fb7506b0d657bd13ea8d8800",label:"Cemento Tortora 1A2",value:"Cemento Tortora 1A2",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cemento Tortora 1A2",visible:!0,enabled:!0},{assetId:"9df3c540-0978-4c08-ba1a-7940aeb35663",name:"Cemento Cenere 1A1",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"Grey, Beige",image:"/api/files/hash/sha256-10dac44e536ad3751df920413c0624acb2ebfc9e437f004ac91779a837fe9421",label:"Cemento Cenere 1A1",value:"Cemento Cenere 1A1",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cemento Cenere 1A1",visible:!0,enabled:!0},{assetId:"751af9b9-1c45-4b0b-88a3-1e0f2461fa88",name:"Colortech Grigio fume 10F",tags:["Materials","Azzurra"],metadata:{hex:"#5a5555",Color:"Grey",label:"Colortech Grigio fumè 10F",value:"Colortech Grigio fume 10F",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Colortech Grigio fume 10F",visible:!0,enabled:!0},{assetId:"346595b3-653a-4ed6-a00a-44b6696c0a0f",name:"Colortech Bianco 10B",tags:["Materials","Azzurra"],metadata:{hex:"#d7d9d6",Color:"White ",label:"Colortech Bianco 10B",value:"Colortech Bianco 10B",Material:"3D",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Colortech Bianco 10B",visible:!0,enabled:!0}],defaultValue:{assetId:""},global:{id:"84be1dcc-fe28-463f-853f-435f534477c7",type:"Global",name:"Global",metadata:[]},visible:!0,enabled:!0,hiddenValues:[],disabledValues:[],value:{assetId:"abb65419-cfa9-445a-9719-8a6f0aeb0eb5",type:"item"}},{id:"83e8511d-47ae-46ec-aa02-259da96e5b9a",type:"Asset",name:"UI_Basin Style",metadata:{Name:"Basin Style",Label:"Basin Style","":null},blacklist:[],assetType:"model",values:[{assetId:"3ad3d0c3-dc0d-4ab9-a568-74c66ab85bcb",name:"HPL: Cover",tags:["basstyle"],metadata:{label:"",value:"HPL: Cover",thumbnail:"/api/files/hash/sha256-863cf8be1b4575bb466e10694d2c167d9b3e5b939f4695c0d7dd97c7b48f6823",heightImage:"100px"},fileSize:95548,tagids:["788a9f06-da0c-444d-96ff-5c30ae89aac4"],type:"item",label:"HPL: Cover",visible:!0,enabled:!0},{assetId:"ece656f2-8b64-435f-87da-c1a717e6e248",name:"HPL: Quadra",tags:["basstyle"],metadata:{label:"",value:"HPL: Quadra",thumbnail:"/api/files/hash/sha256-26529077184831a1fe376de47bfbc57bb80757456ad2b343e7ea44e552199a8b",heightImage:"100px"},fileSize:95548,tagids:["788a9f06-da0c-444d-96ff-5c30ae89aac4"],type:"item",label:"HPL: Quadra",visible:!0,enabled:!0},{assetId:"9a74b3e2-c757-4d60-8dbc-e05da3eaf372",name:"HPL: Prisma",tags:["basstyle"],metadata:{label:"",value:"HPL: Prisma",thumbnail:"/api/files/hash/sha256-b5fc1e6bc39d89270f8f350f30f8ad98d8e79df53130b32e70f98a46a2bd0001",heightImage:"100px"},fileSize:95548,tagids:["788a9f06-da0c-444d-96ff-5c30ae89aac4"],type:"item",label:"HPL: Prisma",visible:!0,enabled:!0},{assetId:"137e5e19-ce6e-453a-8bb0-1e3769414047",name:"HPL: Strip",tags:["basstyle"],metadata:{label:"",value:"HPL: Strip",thumbnail:"/api/files/hash/sha256-f612af6ae3e7a9d341c124f67d50c6a1dc5dea760b1afb5dfd226224ece2e7ab",heightImage:"100px",hasDefaultConfiguration:""},fileSize:95548,tagids:["788a9f06-da0c-444d-96ff-5c30ae89aac4"],type:"item",label:"HPL: Strip",visible:!0,enabled:!0}],defaultValue:{assetId:""},global:{id:"83e8511d-47ae-46ec-aa02-259da96e5b9a",type:"Global",name:"Global",metadata:[]},visible:!0,enabled:!0,hiddenValues:["137e5e19-ce6e-453a-8bb0-1e3769414047","3ad3d0c3-dc0d-4ab9-a568-74c66ab85bcb","ece656f2-8b64-435f-87da-c1a717e6e248","9a74b3e2-c757-4d60-8dbc-e05da3eaf372"],disabledValues:[],value:{assetId:"137e5e19-ce6e-453a-8bb0-1e3769414047",type:"item"}},{id:"1afbdec3-9797-4f0a-a597-26661605a1ca",type:"Asset",name:"UI_Lateral Panel",metadata:{Name:"Lateral Panel",Label:"Lateral Panel",thumbnail:"https://preview.threekit.com/api/images/texture/sha256-68a0d669261b4ec1cd5ce9b6faa44e97118a2f1c18ceac2a04c0d9e3d637547b?power2=1024",hasRenderImagePreview:"true"},blacklist:[],assetType:"model",values:[{assetId:"d7d451da-ef2a-4b18-8968-dc334e9871e1",name:"Verde Salvia 42 ST",tags:["Materials","Azzurra"],metadata:{hex:"#7f8e7c",soft:"Verde Salvia 42 MT",Color:"Green",label:"Verde Salvia 42 ST",value:"Verde Salvia 42 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Salvia 42 ST",visible:!0,enabled:!0},{assetId:"20328789-8dd1-4ef8-9dae-b4f0620629b2",name:"Verde Polvere 34 ST",tags:["Materials","Azzurra"],metadata:{hex:"#a3b0ab",soft:"Verde Polvere 34 MT",Color:"Green",label:"Verde Polvere 34 ST",value:"Verde Polvere 34 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Polvere 34 ST",visible:!0,enabled:!0},{assetId:"7c542842-7cb0-496a-a3d7-3c74be3d64b6",name:"Verde Ghiaia 31 ST",tags:["Materials","Azzurra"],metadata:{hex:"#c0cac6",soft:"Verde Ghiaia 31 MT",Color:"Green",label:"Verde Ghiaia 31 ST",value:"Verde Ghiaia 31 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Ghiaia 31 ST",visible:!0,enabled:!0},{assetId:"2391ec54-0d5a-4c8b-97ae-ac7899e3178c",name:"Verde Comodoro FG ST",tags:["Materials","Azzurra"],metadata:{hex:"#48544d",soft:"Verde Comodoro FG MT",Color:"Green",label:"Verde Comodoro FG ST",value:"Verde Comodoro FG ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Comodoro FG ST",visible:!0,enabled:!0},{assetId:"584577fc-7555-49af-82de-8628474b7adb",name:"Tortora BE ST",tags:["Materials","Azzurra"],metadata:{hex:"#b2b1a9",soft:"Tortora BE MT",Color:"Grey, Brown",label:"Tortora BE ST",value:"Tortora BE ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Tortora BE ST",visible:!0,enabled:!0},{assetId:"6ac76228-e6e3-4051-bd95-21049c138f31",name:"Torba DS ST",tags:["Materials","Azzurra"],metadata:{hex:"#53514c",soft:"Torba DS MT",Color:"Brown",label:"Torba DS ST",value:"Torba DS ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Torba DS ST",visible:!0,enabled:!0},{assetId:"5bb788b0-63a3-45bb-b798-6066e0a50022",name:"Titanio 93 ST",tags:["Materials","Azzurra"],metadata:{hex:"#aaa59d",soft:"Titanio 93 MT",Color:"Brown, Grey",label:"Titanio 93 ST",value:"Titanio 93 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Titanio 93 ST",visible:!0,enabled:!0},{assetId:"064c7fb6-f23a-479d-bdf0-b13f67d435e9",name:"Terra DB ST",tags:["Materials","Azzurra"],metadata:{hex:"#9a9182",soft:"Terra DB MT",Color:"Brown",label:"Terra DB ST",value:"Terra DB ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Terra DB ST",visible:!0,enabled:!0},{assetId:"0f399e8d-18ce-477e-a4c7-414621b22a48",name:"Rosso Rubino 19 ST",tags:["Materials","Azzurra"],metadata:{hex:"#6c323c",soft:"Rosso Rubino 19 MT",Color:"Red",label:"Rosso Rubino 19 ST",value:"Rosso Rubino 19 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Rubino 19 ST",visible:!0,enabled:!0},{assetId:"114b2017-d63d-44fa-8378-2b21b5f5b580",name:"Rosso Jaipur FH ST",tags:["Materials","Azzurra"],metadata:{hex:"#3f2626",soft:"Rosso Jaipur FH MT",Color:"Red, Purple",label:"Rosso Jaipur FH ST",value:"Rosso Jaipur FH ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Jaipur FH ST",visible:!0,enabled:!0},{assetId:"e40f0d60-f94d-47e1-a62f-b9e743630b62",name:"Rosso Fuoco 21 ST",tags:["Materials","Azzurra"],metadata:{hex:"#802a2e",soft:"Rosso Fuoco 21 MT",Color:"Red",label:"Rosso Fuoco 21 ST",value:"Rosso Fuoco 21 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Fuoco 21 ST",visible:!0,enabled:!0},{assetId:"cb0e5c75-9af8-41ac-8ed0-c3d20336d0f3",name:"Rosa Retro 46 ST",tags:["Materials","Azzurra"],metadata:{hex:"#bfaea2",soft:"Rosa Retro 46 MT",Color:"Pink, Beige",label:"Rosa Retro 46 ST",value:"Rosa Retro 46 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosa Retro 46 ST",visible:!0,enabled:!0},{assetId:"e7deaffc-c2e0-4778-9323-e8d845676a1b",name:"Rosa Etoile 45 ST",tags:["Materials","Azzurra"],metadata:{hex:"#d1c2b7",soft:"Rosa Etoile 45 MT",Color:"Pink",label:"Rosa Etoile 45 ST",value:"Rosa Etoile 45 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosa Etoile 45 ST",visible:!0,enabled:!0},{assetId:"1cd18d40-6079-4366-a17d-4e6b73c722ec",name:"Roccia CE ST",tags:["Materials","Azzurra"],metadata:{hex:"#8c8680",soft:"Roccia CE MT",Color:"Brown",label:"Roccia CE ST",value:"Roccia CE ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Roccia CE ST",visible:!0,enabled:!0},{assetId:"614fdcd2-8af2-466c-a61a-270cfdb32215",name:"Platino DF ST",tags:["Materials","Azzurra"],metadata:{hex:"#d0d1cd",soft:"Platino DF MT",Color:"Beige",label:"Platino DF ST",value:"Platino DF ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Platino DF ST",visible:!0,enabled:!0},{assetId:"eb18fc87-5431-4b54-9b2d-3d593e7bf284",name:"Nero 03 ST",tags:["Materials","Azzurra"],metadata:{hex:"#1c1c1d",soft:"Nero 03 MT",Color:"Black",label:"Nero 03 ST",value:"Nero 03 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nero 03 ST",visible:!0,enabled:!0},{assetId:"6c6c06e5-68ec-4a1f-a0cf-736ba5466ade",name:"Nebbia 91 ST",tags:["Materials","Azzurra"],metadata:{hex:"#c9c7c0",soft:"Nebbia 91 MT",Color:"Beige, Brown",label:"Nebbia 91 ST",value:"Nebbia 91 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nebbia 91 ST",visible:!0,enabled:!0},{assetId:"e38fce2b-87d7-460e-9ad3-6fb5af6436aa",name:"Mattone 10 ST",tags:["Materials","Azzurra"],metadata:{hex:"#b07252",soft:"Mattone 10 MT",Color:"Orange",label:"Mattone 10 ST",value:"Mattone 10 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Mattone 10 ST",visible:!0,enabled:!0},{assetId:"3500cff3-20ef-40a4-b228-91a54d981e5b",name:"Marrone Havana 79 ST",tags:["Materials","Azzurra"],metadata:{hex:"#322f30",soft:"Marrone Havana 79 MT",Color:"Brown",label:"Marrone Havana 79 ST",value:"Marrone Havana 79 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Marrone Havana 79 ST",visible:!0,enabled:!0},{assetId:"6b1a0234-a90d-4335-8aa4-f85efb176ea6",name:"Juta DP ST",tags:["Materials","Azzurra"],metadata:{hex:"#c2c0b3",soft:"Juta DP MT",Color:"Beige",label:"Juta DP ST",value:"Juta DP ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Juta DP ST",visible:!0,enabled:!0},{assetId:"e12a4f37-7ad9-452e-94f2-2d32a275c868",name:"Grigio Talpa B5 ST",tags:["Materials","Azzurra"],metadata:{hex:"#9d9d93",soft:"Grigio Talpa B5 MT",Color:"Grey, Brown",label:"Grigio Talpa B5 ST",value:"Grigio Talpa B5 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Talpa B5 ST",visible:!0,enabled:!0},{assetId:"bdd616ff-6727-4baf-bb67-a82b5d557348",name:"Grigio Pioggia 80 ST",tags:["Materials","Azzurra"],metadata:{hex:"#949696",soft:"Grigio Pioggia 80 MT",Color:"Grey",label:"Grigio Pioggia 80 ST",value:"Grigio Pioggia 80 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Pioggia 80 ST",visible:!0,enabled:!0},{assetId:"dcd99716-aa23-4c4f-acc4-7d413445727e",name:"Grigio Perla 33 ST",tags:["Materials","Azzurra"],metadata:{hex:"#b0aead",soft:"Grigio Perla 33 MT",Color:"Grey",label:"Grigio Perla 33 ST",value:"Grigio Perla 33 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Perla 33 ST",visible:!0,enabled:!0},{assetId:"4280caea-a3e4-49b6-8376-d72610ad78cd",name:"Grigio Luce 07 ST",tags:["Materials","Azzurra"],metadata:{hex:"#bfbfbb",soft:"Grigio Luce 07 MT",Color:"Grey",label:"Grigio Luce 07 ST",value:"Grigio Luce 07 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Luce 07 ST",visible:!0,enabled:!0},{assetId:"284bcab2-1015-4766-85ce-9f3c3831bc76",name:"Grigio Londra FD ST",tags:["Materials","Azzurra"],metadata:{hex:"#75736e",soft:"Grigio Londra FD MT",Color:"Grey",label:"Grigio Londra FD ST",value:"Grigio Londra FD ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Londra FD ST",visible:!0,enabled:!0},{assetId:"2abe38f7-4a90-4bb8-a0a5-91573ac79d16",name:"Grigio Lavagna A9 ST",tags:["Materials","Azzurra"],metadata:{hex:"#767a7e",soft:"Grigio Lavagna A9 MT",Color:"Grey",label:"Grigio Lavagna A9 ST",value:"Grigio Lavagna A9 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Lavagna A9 ST",visible:!0,enabled:!0},{assetId:"a0d2faff-5e77-4f96-a79d-5361901d1f22",name:"Grigio Grafite 02 ST",tags:["Materials","Azzurra"],metadata:{hex:"#555558",soft:"Grigio Grafite 02 MT",Color:"Grey",label:"Grigio Grafite 02 ST",value:"Grigio Grafite 02 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Grafite 02 ST",visible:!0,enabled:!0},{assetId:"9a08508b-fe52-41f4-9db8-416092ab27b9",name:"Grigio Efeso FB ST",tags:["Materials","Azzurra"],metadata:{hex:"#bcbdbd",soft:"Grigio Efeso FB MT",Color:"Grey",label:"Grigio Efeso FB ST",value:"Grigio Efeso FB ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Efeso FB ST",visible:!0,enabled:!0},{assetId:"eeb1c4e7-53ea-4b59-9b7b-1cf985202332",name:"Grigio Chiaro A8 ST",tags:["Materials","Azzurra"],metadata:{hex:"#c7cbca",soft:"Grigio Chiaro A8 MT",Color:"Grey",label:"Grigio Chiaro A8 ST",value:"Grigio Chiaro A8 ST",Material:"Soft-Touch",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Chiaro A8 ST",visible:!0,enabled:!0},{assetId:"f4631dc8-9015-4cb5-af99-1026e4425dc6",name:"Grigio Bromo FE ST",tags:["Materials","Azzurra"],metadata:{hex:"#545a60",soft:"Grigio Bromo FE MT",Color:"Grey, Blue",label:"Grigio Bromo FE ST",value:"Grigio Bromo FE ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Bromo FE ST",visible:!0,enabled:!0},{assetId:"c30709b6-9277-468a-b35e-38d198d1526a",name:"Giallo Curry 08 ST",tags:["Materials","Azzurra"],metadata:{hex:"#d2c38b",soft:"Giallo Curry 08 MT",Color:"Yellow",label:"Giallo Curry 08 ST",value:"Giallo Curry 08 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Giallo Curry 08 ST",visible:!0,enabled:!0},{assetId:"a53927c5-9133-424c-97c4-ecc77c8262a5",name:"Cenere 92 ST",tags:["Materials","Azzurra"],metadata:{hex:"#b2ada4",soft:"Cenere 92 MT",Color:"Brown",label:"Cenere 92 ST",value:"Cenere 92 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cenere 92 ST",visible:!0,enabled:!0},{assetId:"a2fa7bf5-2344-4ff3-a0da-0552d4a571de",name:"Castoro Ottawa FC ST",tags:["Materials","Azzurra"],metadata:{hex:"#857f74",soft:"Castoro Ottawa FC MT",Color:"Brown",label:"Castoro Ottawa FC ST",value:"Castoro Ottawa FC ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Castoro Ottawa FC ST",visible:!0,enabled:!0},{assetId:"186811d0-8add-4b2e-8423-6ca43e9bc141",name:"Carta da Zucchero 47 ST",tags:["Materials","Azzurra"],metadata:{hex:"#a7b3bb",soft:"Carta da Zucchero 47 MT",Color:"Blue, Grey",label:"Carta da Zucchero 47 ST",value:"Carta da Zucchero 47 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Carta da Zucchero 47 ST",visible:!0,enabled:!0},{assetId:"3f2a6d98-a58c-4b64-8922-32e0f685eaf5",name:"Carbone 43 ST",tags:["Materials","Azzurra"],metadata:{hex:"#4f5050",soft:"Carbone 43 MT",Color:"Grey",label:"Carbone 43 ST",value:"Carbone 43 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Carbone 43 ST",visible:!0,enabled:!0},{assetId:"c7ce37d8-e428-4822-a513-ff56e2a80c42",name:"Canyon 90 ST",tags:["Materials","Azzurra"],metadata:{hex:"#cac5b2",soft:"Canyon 90 MT",Color:"Beige",label:"Canyon 90 ST",value:"Canyon 90 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Canyon 90 ST",visible:!0,enabled:!0},{assetId:"8a27f0cf-f885-4621-9e2c-a34d1fd2acfd",name:"Canapa 94 ST",tags:["Materials","Azzurra"],metadata:{hex:"#c4c3bd",soft:"Canapa 94 MT",Color:"Grey, Beige",label:"Canapa 94 ST",value:"Canapa 94 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Canapa 94 ST",visible:!0,enabled:!0},{assetId:"bb290770-56fc-49e8-8548-20533bd8962b",name:"Cacao Orinoco FF ST",tags:["Materials","Azzurra"],metadata:{hex:"#3d3a3b",soft:"Cacao Orinoco FF MT",Color:"Brown",label:"Cacao Orinoco FF ST",value:"Cacao Orinoco FF ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cacao Orinoco FF ST",visible:!0,enabled:!0},{assetId:"ebe9a649-aaa9-41fe-818b-b4e47edd99e6",name:"Cacao 05 ST",tags:["Materials","Azzurra"],metadata:{hex:"#3e352d",soft:"Cacao 05 MT",Color:"Brown",label:"Cacao 05 ST",value:"Cacao 05 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cacao 05 ST",visible:!0,enabled:!0},{assetId:"8607017f-93d1-49dd-a03d-c1f139691bb5",name:"Blu Reale 48 ST",tags:["Materials","Azzurra"],metadata:{hex:"#2e303d",soft:"Blu Reale 48 MT",Color:"Blue",label:"Blu Reale 48 ST",value:"Blu Reale 48 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Reale 48 ST",visible:!0,enabled:!0},{assetId:"fd18c7e1-67e2-415f-91d2-8f8507a55b5d",name:"Blu Pavone A6 ST",tags:["Materials","Azzurra"],metadata:{hex:"#25656e",soft:"Blu Pavone A6 MT",Color:"Blue",label:"Blu Pavone A6 ST",value:"Blu Pavone A6 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Pavone A6 ST",visible:!0,enabled:!0},{assetId:"fdac3243-20d0-49c6-bc6c-17194c9e7a0d",name:"Blu Oltremare BG ST",tags:["Materials","Azzurra"],metadata:{hex:"#3b4247",soft:"Blu Oltremare BG ST",Color:"Blue",label:"Blu Oltremare BG ST",value:"Blu Oltremare BG ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Oltremare BG ST",visible:!0,enabled:!0},{assetId:"a173d6d7-c2d4-4355-914f-8cc32c3fc9b3",name:"Blu Laguna A7 ST",tags:["Materials","Azzurra"],metadata:{hex:"#184148",soft:"Blu Laguna A7 MT",Color:"Blue",label:"Blu Laguna A7 ST",value:"Blu Laguna A7 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Laguna A7 ST",visible:!0,enabled:!0},{assetId:"a54236e6-651e-4404-96d7-0fe4ecbd2d88",name:"Blu Avio 41 ST",tags:["Materials","Azzurra"],metadata:{hex:"#788892",soft:"Blu Avio 41 MT",Color:"Blue",label:"Blu Avio 41 ST",value:"Blu Avio 41 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Avio 41 ST",visible:!0,enabled:!0},{assetId:"ca8d50f0-d80e-43b9-ad9c-066f4a2f33ae",name:"Blu Artico 37 ST",tags:["Materials","Azzurra"],metadata:{hex:"#4b5f6f",soft:"Blu Artico 37 MT",Color:"Blue",label:"Blu Artico 37 ST",value:"Blu Artico 37 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Artico 37 ST",visible:!0,enabled:!0},{assetId:"9dbddb33-0aab-4b70-b574-a323fe08af47",name:"Bianco Male FA ST",tags:["Materials","Azzurra"],metadata:{hex:"#dadad4",soft:"Bianco Male FA MT",Color:"White, Beige",label:"Bianco Male FA ST",value:"Bianco Male FA ST",Material:"Soft-Touch",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco Male FA ST",visible:!0,enabled:!0},{assetId:"abb65419-cfa9-445a-9719-8a6f0aeb0eb5",name:"Bianco Calce DA ST",tags:["Materials","Azzurra"],metadata:{hex:"#e4e2df",soft:"Bianco Calce DA MT",Color:"White, Beige",label:"Bianco Calce DA ST",value:"Bianco Calce DA ST",Material:"Soft-Touch",zoomIconColor:"Dark Grey",hasDefaultConfuguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco Calce DA ST",visible:!0,enabled:!0},{assetId:"f2d6875d-d9bf-42da-a6e3-a8d1d3a1a19f",name:"Bianco 0B ST",tags:["Materials","Azzurra"],metadata:{hex:"#fffffe",soft:"Bianco 0B MT",Color:"White",label:"Bianco 0B ST",value:"Bianco 0B ST",Material:"Soft-Touch",zoomIconColor:"Dark Grey",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco 0B ST",visible:!0,enabled:!0},{assetId:"8ff6d955-9668-434e-ae8e-3d092e4145d4",name:"Argilla DR ST",tags:["Materials","Azzurra"],metadata:{hex:"#817d74",soft:"Argilla DR MT",Color:"Grey, Brown",label:"Argilla DR ST",value:"Argilla DR ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Argilla DR ST",visible:!0,enabled:!0},{assetId:"1be06217-9f77-40b7-ada8-2cefeec351fb",name:"Ardesia DD ST",tags:["Materials","Azzurra"],metadata:{hex:"#5f5d5a",soft:"Ardesia DD MT",Color:"Grey",label:"Ardesia DD ST",value:"Ardesia DD ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Ardesia DD ST",visible:!0,enabled:!0},{assetId:"0963a65f-b841-4ca2-9407-acdac8d16fbf",name:"Arancio Zucca 09 ST",tags:["Materials","Azzurra"],metadata:{hex:"#c69b6b",soft:"Arancio Zucca 09 MT",Color:"Orange",label:"Arancio Zucca 09 ST",value:"Arancio Zucca 09 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Arancio Zucca 09 ST",visible:!0,enabled:!0},{assetId:"911ab5b7-fafe-4292-b7db-7c12ae0b0866",name:"Aragosta 77 ST",tags:["Materials","Azzurra"],metadata:{hex:"#ba5b3a",soft:"Aragosta 77 MT",Color:"Orange",label:"Aragosta 77 ST",value:"Aragosta 77 ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Aragosta 77 ST",visible:!0,enabled:!0},{assetId:"82f43401-b911-40e2-9781-fc2e03c3f556",name:"Agata BD ST",tags:["Materials","Azzurra"],metadata:{hex:"#caccc9",soft:"Agata BD MT",Color:"Grey, Beige",label:"Agata BD ST",value:"Agata BD ST",Material:"Soft-Touch",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Agata BD ST",visible:!0,enabled:!0},{assetId:"4a1d4776-4887-4aba-b631-cc61df8a8766",name:"Verde Salvia 42 GL",tags:["Materials","Azzurra"],metadata:{hex:"#7f8e7c",Color:"Green",label:"Verde Salvia 42 GL",value:"Verde Salvia 42 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Salvia 42 GL",visible:!0,enabled:!0},{assetId:"c08ea7b5-781a-489f-9e17-cd919c54abd4",name:"Verde Polvere 34 GL",tags:["Materials","Azzurra"],metadata:{hex:"#a3b0ab",Color:"Green",label:"Verde Polvere 34 GL",value:"Verde Polvere 34 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Polvere 34 GL",visible:!0,enabled:!0},{assetId:"2b8de8d3-8d40-4e7b-8d10-24300b963ec2",name:"Verde Ghiaia 31 GL",tags:["Materials","Azzurra"],metadata:{hex:"#c0cac6",Color:"Green",label:"Verde Ghiaia 31 GL",value:"Verde Ghiaia 31 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Ghiaia 31 GL",visible:!0,enabled:!0},{assetId:"1784c7e1-e87c-4b18-a3a5-7735fa8a1cd8",name:"Verde Comodoro FG GL",tags:["Materials","Azzurra"],metadata:{hex:"#48544d",Color:"Green",label:"Verde Comodoro FG GL",value:"Verde Comodoro FG GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Comodoro FG GL",visible:!0,enabled:!0},{assetId:"4eaa6b9c-b3f3-4494-8129-65bb579f5d4b",name:"Tortora BE GL",tags:["Materials","Azzurra"],metadata:{hex:"#b2b1a9",Color:"Grey, Brown",label:"Tortora BE GL",value:"Tortora BE GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Tortora BE GL",visible:!0,enabled:!0},{assetId:"30f594ab-e223-4fca-abaa-b31a3e0d7b55",name:"Torba DS GL",tags:["Materials","Azzurra"],metadata:{hex:"#53514c",Color:"Brown",label:"Torba DS GL",value:"Torba DS GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Torba DS GL",visible:!0,enabled:!0},{assetId:"3f204516-2cf2-4da8-ab5c-bbe02798bd17",name:"Titanio 93 GL",tags:["Materials","Azzurra"],metadata:{hex:"#aaa59d",Color:"Brown, Grey",label:"Titanio 93 GL",value:"Titanio 93 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Titanio 93 GL",visible:!0,enabled:!0},{assetId:"a09ad2c0-e273-4f96-9535-8ed3aaee16c6",name:"Terra DB GL",tags:["Materials","Azzurra"],metadata:{hex:"#9a9182",Color:"Brown",label:"Terra DB GL",value:"Terra DB GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Terra DB GL",visible:!0,enabled:!0},{assetId:"cb5b5f13-a43c-46df-8870-4b89cd52c83b",name:"Rosso Rubino 19 GL",tags:["Materials","Azzurra"],metadata:{hex:"#6c323c",Color:"Red",label:"Rosso Rubino 19 GL",value:"Rosso Rubino 19 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Rubino 19 GL",visible:!0,enabled:!0},{assetId:"eb8e8b75-354e-4247-9d92-701eef3aa636",name:"Rosso Jaipur FH GL",tags:["Materials","Azzurra"],metadata:{hex:"#3f2626",Color:"Red, Purple",label:"Rosso Jaipur FH GL",value:"Rosso Jaipur FH GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Jaipur FH GL",visible:!0,enabled:!0},{assetId:"e41e9f41-0470-4ff1-84cd-dac4fb890a05",name:"Rosso Fuoco 21 GL",tags:["Materials","Azzurra"],metadata:{hex:"#802a2e",Color:"Red",label:"Rosso Fuoco 21 GL",value:"Rosso Fuoco 21 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Fuoco 21 GL",visible:!0,enabled:!0},{assetId:"bf6cde7e-082c-4a70-8578-45769d5ee7f9",name:"Rosa Retro 46 GL",tags:["Materials","Azzurra"],metadata:{hex:"#bfaea2",Color:"Pink, Beige",label:"Rosa Retro 46 GL",value:"Rosa Retro 46 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosa Retro 46 GL",visible:!0,enabled:!0},{assetId:"fd708b90-7b8a-4d15-aa22-f2beade948a5",name:"Rosa Etoile 45 GL",tags:["Materials","Azzurra"],metadata:{hex:"#d1c2b7",Color:"Pink",label:"Rosa Etoile 45 GL",value:"Rosa Etoile 45 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosa Etoile 45 GL",visible:!0,enabled:!0},{assetId:"9b4afa6b-d041-4c10-b311-66dba0db9945",name:"Roccia CE GL",tags:["Materials","Azzurra"],metadata:{hex:"#8c8680",Color:"Brown",label:"Roccia CE GL",value:"Roccia CE GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Roccia CE GL",visible:!0,enabled:!0},{assetId:"d226b192-5f71-4bf5-b060-379c97139d36",name:"Platino DF GL",tags:["Materials","Azzurra"],metadata:{hex:"#d0d1cd",Color:"Beige",label:"Platino DF GL",value:"Platino DF GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Platino DF GL",visible:!0,enabled:!0},{assetId:"dd26676a-6efe-417f-95ed-e5b095342a4a",name:"Nero 03 GL",tags:["Materials","Azzurra"],metadata:{hex:"#1c1c1d",Color:"Black",label:"Nero 03 GL",value:"Nero 03 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nero 03 GL",visible:!0,enabled:!0},{assetId:"6cca15f4-50d5-49ac-927b-1f3746390591",name:"Nebbia 91 GL",tags:["Materials","Azzurra"],metadata:{hex:"#c9c7c0",Color:"Beige, Brown",label:"Nebbia 91 GL",value:"Nebbia 91 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nebbia 91 GL",visible:!0,enabled:!0},{assetId:"d7df19f1-c154-48a3-a73b-45672d80ddb1",name:"Mattone 10 GL",tags:["Materials","Azzurra"],metadata:{hex:"#b07252",Color:"Orange",label:"Mattone 10 GL",value:"Mattone 10 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Mattone 10 GL",visible:!0,enabled:!0},{assetId:"37cab846-db46-4c97-8ef2-03d40c844440",name:"Marrone Havana 79 GL",tags:["Materials","Azzurra"],metadata:{hex:"#322f30",Color:"Brown",label:"Marrone Havana 79 GL",value:"Marrone Havana 79 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Marrone Havana 79 GL",visible:!0,enabled:!0},{assetId:"d337d7d8-91b3-4459-b2ab-093e89701bce",name:"Juta DP GL",tags:["Materials","Azzurra"],metadata:{hex:"#c2c0b3",Color:"Beige",label:"Juta DP GL",value:"Juta DP GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Juta DP GL",visible:!0,enabled:!0},{assetId:"7e4dc26e-2918-467f-a596-f9c3c654d5a6",name:"Grigio Talpa B5 GL",tags:["Materials","Azzurra"],metadata:{hex:"#9d9d93",Color:"Grey, Brown",label:"Grigio Talpa B5 GL",value:"Grigio Talpa B5 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Talpa B5 GL",visible:!0,enabled:!0},{assetId:"db1f40f4-1bd9-4dbb-ac25-5572c81787b4",name:"Grigio Pioggia 80 GL",tags:["Materials","Azzurra"],metadata:{hex:"#949696",Color:"Grey",label:"Grigio Pioggia 80 GL",value:"Grigio Pioggia 80 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Pioggia 80 GL",visible:!0,enabled:!0},{assetId:"6d670d1b-0f81-4940-a347-3ae72db916ac",name:"Grigio Perla 33 GL",tags:["Materials","Azzurra"],metadata:{hex:"#b0aead",Color:"Grey",label:"Grigio Perla 33 GL",value:"Grigio Perla 33 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Perla 33 GL",visible:!0,enabled:!0},{assetId:"ef2a5e0c-75e3-4358-aa26-9f0e48f1eea2",name:"Grigio Luce 07 GL",tags:["Materials","Azzurra"],metadata:{hex:"#bfbfbb",Color:"Grey",label:"Grigio Luce 07 GL",value:"Grigio Luce 07 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Luce 07 GL",visible:!0,enabled:!0},{assetId:"1a8366a9-1c17-4c91-889b-ee43244c9354",name:"Grigio Londra FD GL",tags:["Materials","Azzurra"],metadata:{hex:"#75736e",Color:"Grey",label:"Grigio Londra FD GL",value:"Grigio Londra FD GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Londra FD GL",visible:!0,enabled:!0},{assetId:"f00c4b2c-7c2d-4201-b62c-2848aa5e7834",name:"Grigio Lavagna A9 GL",tags:["Materials","Azzurra"],metadata:{hex:"#767a7e",Color:"Grey",label:"Grigio Lavagna A9 GL",value:"Grigio Lavagna A9 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Lavagna A9 GL",visible:!0,enabled:!0},{assetId:"2b0eaec0-9844-4b43-b266-f593f8231cf9",name:"Grigio Grafite 02 GL",tags:["Materials","Azzurra"],metadata:{hex:"#555558",Color:"Grey",label:"Grigio Grafite 02 GL",value:"Grigio Grafite 02 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Grafite 02 GL",visible:!0,enabled:!0},{assetId:"9d606e23-4a6e-412e-952a-3aff87c86c12",name:"Grigio Efeso FB GL",tags:["Materials","Azzurra"],metadata:{hex:"#bcbdbd",Color:"Grey",label:"Grigio Efeso FB GL",value:"Grigio Efeso FB GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Efeso FB GL",visible:!0,enabled:!0},{assetId:"c078d55f-3250-4a49-9c4b-f23d5a022ffa",name:"Grigio Chiaro A8 GL",tags:["Materials","Azzurra"],metadata:{hex:"#c7cbca",Color:"Grey",label:"Grigio Chiaro A8 GL",value:"Grigio Chiaro A8 GL",Material:"Lacquered GL",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Chiaro A8 GL",visible:!0,enabled:!0},{assetId:"2d0b0443-ea3b-4ecb-932f-fbd88568a940",name:"Grigio Bromo FE GL",tags:["Materials","Azzurra"],metadata:{hex:"#545a60",Color:"Grey, Blue",label:"Grigio Bromo FE GL",value:"Grigio Bromo FE GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Bromo FE GL",visible:!0,enabled:!0},{assetId:"a2cdc305-3a66-4360-92d5-617b2294e2ac",name:"Giallo Curry 08 GL",tags:["Materials","Azzurra"],metadata:{hex:"#d2c38b",Color:"Yellow",label:"Giallo Curry 08 GL",value:"Giallo Curry 08 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Giallo Curry 08 GL",visible:!0,enabled:!0},{assetId:"778c34d7-25ff-4e33-a9cd-de7e5429cccb",name:"Cenere 92 GL",tags:["Materials","Azzurra"],metadata:{hex:"#b2ada4",Color:"Brown",label:"Cenere 92 GL",value:"Cenere 92 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cenere 92 GL",visible:!0,enabled:!0},{assetId:"e31c7006-bb41-4535-ac29-207bf1b82151",name:"Castoro Ottawa FC GL",tags:["Materials","Azzurra"],metadata:{hex:"#857f74",Color:"Brown",label:"Castoro Ottawa FC GL",value:"Castoro Ottawa FC GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Castoro Ottawa FC GL",visible:!0,enabled:!0},{assetId:"bb90d982-9375-4eb8-976e-70b4edb2a234",name:"Carta da Zucchero 47 GL",tags:["Materials","Azzurra"],metadata:{hex:"#a7b3bb",Color:"Blue, Grey",label:"Carta da Zucchero 47 GL",value:"Carta da Zucchero 47 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Carta da Zucchero 47 GL",visible:!0,enabled:!0},{assetId:"03f11c8a-df5c-4533-87ff-460dfa86099f",name:"Carbone 43 GL",tags:["Materials","Azzurra"],metadata:{hex:"#4f5050",Color:"Grey",label:"Carbone 43 GL",value:"Carbone 43 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Carbone 43 GL",visible:!0,enabled:!0},{assetId:"6bff8002-b9b3-4ba9-b538-41c72f13e22b",name:"Canyon 90 GL",tags:["Materials","Azzurra"],metadata:{hex:"#cac5b2",Color:"Beige",label:"Canyon 90 GL",value:"Canyon 90 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Canyon 90 GL",visible:!0,enabled:!0},{assetId:"70e2b6a3-a2bd-41dc-8a62-008faccb5ca3",name:"Canapa 94 GL",tags:["Materials","Azzurra"],metadata:{hex:"#c4c3bd",Color:"Grey, Beige",label:"Canapa 94 GL",value:"Canapa 94 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Canapa 94 GL",visible:!0,enabled:!0},{assetId:"64092ba9-9a76-4abb-b5ec-7a00fb012a87",name:"Cacao Orinoco FF GL",tags:["Materials","Azzurra"],metadata:{hex:"#3d3a3b",Color:"Brown",label:"Cacao Orinoco FF GL",value:"Cacao Orinoco FF GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cacao Orinoco FF GL",visible:!0,enabled:!0},{assetId:"cd3b2b48-adfc-42e4-8fdd-6667ad635ded",name:"Cacao 05 GL",tags:["Materials","Azzurra"],metadata:{hex:"#3e352d",Color:"Brown",label:"Cacao 05 GL",value:"Cacao 05 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cacao 05 GL",visible:!0,enabled:!0},{assetId:"e9212dd4-f451-4a7a-8714-7f80d2fabbbb",name:"Blu Reale 48 GL",tags:["Materials","Azzurra"],metadata:{hex:"#2e303d",Color:"Blue",label:"Blu Reale 48 GL",value:"Blu Reale 48 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Reale 48 GL",visible:!0,enabled:!0},{assetId:"bcd79906-577d-4321-b318-f56455babb9b",name:"Blu Pavone A6 GL",tags:["Materials","Azzurra"],metadata:{hex:"#25656e",Color:"Blue",label:"Blu Pavone A6 GL",value:"Blu Pavone A6 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Pavone A6 GL",visible:!0,enabled:!0},{assetId:"4148c35b-cbd9-413c-8bb0-e7c22dcfe5a7",name:"Blu Oltremare BG GL",tags:["Materials","Azzurra"],metadata:{hex:"#3b4247",Color:"Blue",label:"Blu Oltremare BG GL",value:"Blu Oltremare BG GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Oltremare BG GL",visible:!0,enabled:!0},{assetId:"dbb43f89-cf31-4dac-9d15-fb544561f7dd",name:"Blu Laguna A7 GL",tags:["Materials","Azzurra"],metadata:{hex:"#184148",Color:"Blue",label:"Blu Laguna A7 GL",value:"Blu Laguna A7 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Laguna A7 GL",visible:!0,enabled:!0},{assetId:"e8512433-8070-4d41-b7e8-7d4361c0d672",name:"Blu Avio 41 GL",tags:["Materials","Azzurra"],metadata:{hex:"#788892",Color:"Blue",label:"Blu Avio 41 GL",value:"Blu Avio 41 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Avio 41 GL",visible:!0,enabled:!0},{assetId:"79076ef6-0279-4d1a-ab1d-393796d60749",name:"Blu Artico 37 GL",tags:["Materials","Azzurra"],metadata:{hex:"#4b5f6f",Color:"Blue",label:"Blu Artico 37 GL",value:"Blu Artico 37 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Artico 37 GL",visible:!0,enabled:!0},{assetId:"6a25ecd1-9ae0-4598-8315-5ba098795837",name:"Bianco Male FA GL",tags:["Materials","Azzurra"],metadata:{hex:"#dadad4",Color:"White, Beige",label:"Bianco Male FA GL",value:"Bianco Male FA GL",Material:"Lacquered GL",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco Male FA GL",visible:!0,enabled:!0},{assetId:"a0ea7be5-ddaa-4ed0-bc02-b4b3aa4b3938",name:"Bianco Calce DA GL",tags:["Materials","Azzurra","krostest"],metadata:{hex:"#e4e2df",Color:"White, Beige",label:"Bianco Calce DA GL",value:"Bianco Calce DA GL",Material:"Lacquered GL",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","6f3a860d-6b17-4648-966b-5f084fede54c"],type:"item",label:"Bianco Calce DA GL",visible:!0,enabled:!0},{assetId:"0aa8946f-882e-43e0-ad3a-b4c79a2d6dd5",name:"Bianco 0B GL",tags:["Materials","Azzurra"],metadata:{hex:"#fffffe",Color:"White",label:"Bianco 0B GL",value:"Bianco 0B GL",Material:"Lacquered GL",zoomIconColor:"Dark Grey",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco 0B GL",visible:!0,enabled:!0},{assetId:"406286a7-d17d-45d8-b9f9-0c1e0131f272",name:"Argilla DR GL",tags:["Materials","Azzurra"],metadata:{hex:"#817d74",Color:"Grey, Brown",label:"Argilla DR GL",value:"Argilla DR GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Argilla DR GL",visible:!0,enabled:!0},{assetId:"fa90c6bc-12ac-4f44-8ccc-d968cbd19a8a",name:"Ardesia DD GL",tags:["Materials","Azzurra"],metadata:{hex:"#5f5d5a",Color:"Grey",label:"Ardesia DD GL",value:"Ardesia DD GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Ardesia DD GL",visible:!0,enabled:!0},{assetId:"ef1f676f-ef1b-4fc5-bb33-f39d276f94db",name:"Arancio Zucca 09 GL",tags:["Materials","Azzurra"],metadata:{hex:"#c69b6b",Color:"Orange",label:"Arancio Zucca 09 GL",value:"Arancio Zucca 09 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Arancio Zucca 09 GL",visible:!0,enabled:!0},{assetId:"1f6f07d6-c0f4-4b9c-94f3-c8d0fadeb9b5",name:"Aragosta 77 GL",tags:["Materials","Azzurra"],metadata:{hex:"#ba5b3a",Color:"Orange",label:"Aragosta 77 GL",value:"Aragosta 77 GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Aragosta 77 GL",visible:!0,enabled:!0},{assetId:"46fea197-f969-4788-bcb4-386afd24c921",name:"Agata BD GL",tags:["Materials","Azzurra"],metadata:{hex:"#caccc9",Color:"Grey, Beige",label:"Agata BD GL",value:"Agata BD GL",Material:"Lacquered GL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Agata BD GL",visible:!0,enabled:!0},{assetId:"c81e7570-7059-41d3-bee2-fd10e331454d",name:"Verde Salvia 42 MT",tags:["Materials","Azzurra"],metadata:{hex:"#7f8e7c",Color:"Green",label:"Verde Salvia 42 MT",value:"Verde Salvia 42 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Salvia 42 MT",visible:!0,enabled:!0},{assetId:"3373cd97-ca8b-4715-b9f2-beae05bd1c32",name:"Verde Polvere 34 MT",tags:["Materials","Azzurra"],metadata:{hex:"#a3b0ab",Color:"Green",label:"Verde Polvere 34 MT",value:"Verde Polvere 34 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Polvere 34 MT",visible:!0,enabled:!0},{assetId:"deb6988d-849d-495f-9bc8-e79291a919b5",name:"Verde Ghiaia 31 MT",tags:["Materials","Azzurra"],metadata:{hex:"#c0cac6",Color:"Green",label:"Verde Ghiaia 31 MT",value:"Verde Ghiaia 31 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Ghiaia 31 MT",visible:!0,enabled:!0},{assetId:"dc614604-7b90-4697-81b3-2b39f3f08859",name:"Verde Comodoro FG MT",tags:["Materials","Azzurra"],metadata:{hex:"#48544d",Color:"Green",label:"Verde Comodoro FG MT",value:"Verde Comodoro FG MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Comodoro FG MT",visible:!0,enabled:!0},{assetId:"0528d338-4a0b-4e13-a986-127c0658de0a",name:"Tortora BE MT",tags:["Materials","Azzurra"],metadata:{hex:"#b2b1a9",Color:"Grey, Brown",label:"Tortora BE MT",value:"Tortora BE MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Tortora BE MT",visible:!0,enabled:!0},{assetId:"d968572e-752c-4886-a115-9b724f8b3d38",name:"Torba DS MT",tags:["Materials","Azzurra"],metadata:{hex:"#53514c",Color:"Brown",label:"Torba DS MT",value:"Torba DS MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Torba DS MT",visible:!0,enabled:!0},{assetId:"44f3858c-9db7-4af2-84fc-b1924e48201d",name:"Titanio 93 MT",tags:["Materials","Azzurra"],metadata:{hex:"#aaa59d",Color:"Brown, Grey",label:"Titanio 93 MT",value:"Titanio 93 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Titanio 93 MT",visible:!0,enabled:!0},{assetId:"af5b9902-7259-45e9-b0e7-3a1d22a554ed",name:"Terra DB MT",tags:["Materials","Azzurra"],metadata:{hex:"#9a9182",Color:"Brown",label:"Terra DB MT",value:"Terra DB MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Terra DB MT",visible:!0,enabled:!0},{assetId:"6adaad4a-2347-4c0a-8ddf-613b81482a0d",name:"Rosso Rubino 19 MT",tags:["Materials","Azzurra"],metadata:{hex:"#6c323c",Color:"Red",label:"Rosso Rubino 19 MT",value:"Rosso Rubino 19 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Rubino 19 MT",visible:!0,enabled:!0},{assetId:"9210b3ce-2d4f-46af-a11c-e37f972853b2",name:"Rosso Jaipur FH MT",tags:["Materials","Azzurra"],metadata:{hex:"#3f2626",Color:"Red, Purple",label:"Rosso Jaipur FH MT",value:"Rosso Jaipur FH MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Jaipur FH MT",visible:!0,enabled:!0},{assetId:"a6b92d16-c401-4fd9-805d-665db1ea9aa5",name:"Rosso Fuoco 21 MT",tags:["Materials","Azzurra"],metadata:{hex:"#802a2e",Color:"Red",label:"Rosso Fuoco 21 MT",value:"Rosso Fuoco 21 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Fuoco 21 MT",visible:!0,enabled:!0},{assetId:"6233a5b5-0bdb-4cd3-b6ed-b000c272f88d",name:"Rosa Retro 46 MT",tags:["Materials","Azzurra"],metadata:{hex:"#bfaea2",Color:"Pink, Beige",label:"Rosa Retro 46 MT",value:"Rosa Retro 46 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosa Retro 46 MT",visible:!0,enabled:!0},{assetId:"c3b4bba5-bf5d-485d-aafd-090b49d1fa1c",name:"Rosa Etoile 45 MT",tags:["Materials","Azzurra"],metadata:{hex:"#d1c2b7",Color:"Pink",label:"Rosa Etoile 45 MT",value:"Rosa Etoile 45 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosa Etoile 45 MT",visible:!0,enabled:!0},{assetId:"f31bdd61-67d5-4a14-85ef-f8be8508b2d9",name:"Roccia CE MT",tags:["Materials","Azzurra"],metadata:{hex:"#8c8680",Color:"Brown",label:"Roccia CE MT",value:"Roccia CE MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Roccia CE MT",visible:!0,enabled:!0},{assetId:"3434169b-fafa-4eef-b629-27e5f6e802c9",name:"Platino DF MT",tags:["Materials","Azzurra"],metadata:{hex:"#d0d1cd",Color:"Beige",label:"Platino DF MT",value:"Platino DF MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Platino DF MT",visible:!0,enabled:!0},{assetId:"4b198de6-1a80-44e7-bb3e-ecd1eb3f1cd2",name:"Nero 03 MT",tags:["Materials","Azzurra","msidecolor"],metadata:{hex:"#1c1c1d",Color:"Black",label:"Nero 03 MT",value:"Nero 03 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","ed7278e2-c79e-48c4-b04d-b7dee94306e5"],type:"item",label:"Nero 03 MT",visible:!0,enabled:!0},{assetId:"ea25d89e-2755-4117-bba8-43f66e83abc1",name:"Nebbia 91 MT",tags:["Materials","Azzurra"],metadata:{hex:"#c9c7c0",Color:"Beige, Brown",label:"Nebbia 91 MT",value:"Nebbia 91 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nebbia 91 MT",visible:!0,enabled:!0},{assetId:"f9cd0ff7-a2c2-4c54-89b6-a0199fdf2ee6",name:"Metallizzato Creta M6 MT",tags:["Materials","Azzurra","msidecolor","krostest"],metadata:{Look:"Metallic",Color:"Grey, Brown",image:"/api/files/hash/sha256-558d9db0b0da23f99665949733dc60d007d6276a256f6f229537a95c33e69c4c",label:"Metallizzato Creta M6 MT",value:"Metallizzato Creta M6 MT",Material:"Lacquered MT",zoomIconColor:"White",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","ed7278e2-c79e-48c4-b04d-b7dee94306e5","6f3a860d-6b17-4648-966b-5f084fede54c"],type:"item",label:"Metallizzato Creta M6 MT",visible:!0,enabled:!0},{assetId:"3f5e5831-92a5-4c49-b71b-354395c05788",name:"Metallizzato Copper M7 MT",tags:["Materials","Azzurra","msidecolor"],metadata:{Look:"Metallic",Color:"Orange, Brown",image:"/api/files/hash/sha256-8c57c1bc9f512b2bc1eecd1c52fffb5d85b43994fa309eccc42942ab53442c7e",label:"Metallizzato Copper M7 MT",value:"Metallizzato Copper M7 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","ed7278e2-c79e-48c4-b04d-b7dee94306e5"],type:"item",label:"Metallizzato Copper M7 MT",visible:!0,enabled:!0},{assetId:"f6073b6e-aafb-46fb-bfa6-3b1798af9e82",name:"Metallizzato Bronzo M4 MT",tags:["Materials","Azzurra"],metadata:{Look:"Metallic",Color:"Brown, Yellow",image:"/api/files/hash/sha256-7eea8ac99e7c140e8bee12582e07b027a30e66ea6d07dffcb7edb0bb45534aec",label:"Metallizzato Bronzo M4 MT",value:"Metallizzato Bronzo M4 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Metallizzato Bronzo M4 MT",visible:!0,enabled:!0},{assetId:"37cdcc22-0554-44d0-bd8c-1152eb00603c",name:"Metallizzato Antracite M5 MT",tags:["Materials","Azzurra"],metadata:{Look:"Metallic",Color:"Grey",image:"/api/files/hash/sha256-1c8f49877261f6942893ad7266638108c8e524000d2704d18799a869a4d9d84f",label:"Metallizzato Antracite M5 MT",value:"Metallizzato Antracite M5 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Metallizzato Antracite M5 MT",visible:!0,enabled:!0},{assetId:"7bdceb22-447e-44f5-8d28-0be7d3850ea0",name:"Metallizzato Alluminio M1 MT",tags:["Materials","Azzurra"],metadata:{Look:"Metallic",Color:"Grey",image:"/api/files/hash/sha256-0fbaef4b135362c20dbc520559c6199d057e20b53a1c8b76dea3ae0558348c6b",label:"Metallizzato Alluminio M1 MT",value:"Metallizzato Alluminio M1 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Metallizzato Alluminio M1 MT",visible:!0,enabled:!0},{assetId:"11cfeb10-1c3b-4efa-94f1-e0ba9912d87d",name:"Mattone 10 MT",tags:["Materials","Azzurra"],metadata:{hex:"#b07252",Color:"Orange",label:"Mattone 10 MT",value:"Mattone 10 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Mattone 10 MT",visible:!0,enabled:!0},{assetId:"2d99df77-094e-42fd-8f19-3ad4f4baf415",name:"Marrone Havana 79 MT",tags:["Materials","Azzurra"],metadata:{hex:"#322f30",Color:"Brown",label:"Marrone Havana 79 MT",value:"Marrone Havana 79 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Marrone Havana 79 MT",visible:!0,enabled:!0},{assetId:"b7e31c93-388f-454d-b2f9-5f72f34ee141",name:"Juta DP MT",tags:["Materials","Azzurra"],metadata:{hex:"#c2c0b3",Color:"Beige",label:"Juta DP MT",value:"Juta DP MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Juta DP MT",visible:!0,enabled:!0},{assetId:"61d62e03-de14-41c0-afeb-a4bf18758472",name:"Grigio Talpa B5 MT",tags:["Materials","Azzurra"],metadata:{hex:"#9d9d93",Color:"Grey, Brown",label:"Grigio Talpa B5 MT",value:"Grigio Talpa B5 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Talpa B5 MT",visible:!0,enabled:!0},{assetId:"e7dacd89-68fd-464d-bc37-32601c66c459",name:"Grigio Pioggia 80 MT",tags:["Materials","Azzurra"],metadata:{hex:"#949696",Color:"Grey",label:"Grigio Pioggia 80 MT",value:"Grigio Pioggia 80 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Pioggia 80 MT",visible:!0,enabled:!0},{assetId:"445ce0ca-f561-41e6-87ed-16a3105632e7",name:"Grigio Perla 33 MT",tags:["Materials","Azzurra"],metadata:{hex:"#b0aead",Color:"Grey",label:"Grigio Perla 33 MT",value:"Grigio Perla 33 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Perla 33 MT",visible:!0,enabled:!0},{assetId:"3729509a-462e-4057-b903-de2cccfd6fdd",name:"Grigio Luce 07 MT",tags:["Materials","Azzurra"],metadata:{hex:"#bfbfbb",Color:"Grey",label:"Grigio Luce 07 MT",value:"Grigio Luce 07 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Luce 07 MT",visible:!0,enabled:!0},{assetId:"b7671109-1886-4875-b111-40934c2130d4",name:"Grigio Londra FD MT",tags:["Materials","Azzurra"],metadata:{hex:"#75736e",Color:"Grey",label:"Grigio Londra FD MT",value:"Grigio Londra FD MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Londra FD MT",visible:!0,enabled:!0},{assetId:"415af7a5-d25c-481b-8025-2f5b4ea40c89",name:"Grigio Lavagna A9 MT",tags:["Materials","Azzurra"],metadata:{hex:"#767a7e",Color:"Grey",label:"Grigio Lavagna A9 MT",value:"Grigio Lavagna A9 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Lavagna A9 MT",visible:!0,enabled:!0},{assetId:"f8ed9f86-ca5e-4884-8f1b-312ff4f7c1a3",name:"Grigio Grafite 02 MT",tags:["Materials","Azzurra"],metadata:{hex:"#555558",Color:"Grey",label:"Grigio Grafite 02 MT",value:"Grigio Grafite 02 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Grafite 02 MT",visible:!0,enabled:!0},{assetId:"29685e60-35df-4b78-ab4d-e2002cf70ae9",name:"Grigio Efeso FB MT",tags:["Materials","Azzurra"],metadata:{hex:"#bcbdbd",Color:"Grey",label:"Grigio Efeso FB MT",value:"Grigio Efeso FB MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Efeso FB MT",visible:!0,enabled:!0},{assetId:"734bf3d3-2fe0-407f-9b87-4455014fc36b",name:"Grigio Chiaro A8 MT",tags:["Materials","Azzurra"],metadata:{hex:"#c7cbca",Color:"Grey",label:"Grigio Chiaro A8 MT",value:"Grigio Chiaro A8 MT",Material:"Lacquered MT",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Chiaro A8 MT",visible:!0,enabled:!0},{assetId:"e5ee304a-7b12-4de3-bd49-2e68e1d05269",name:"Grigio Bromo FE MT",tags:["Materials","Azzurra"],metadata:{hex:"#545a60",Color:"Grey, Blue",label:"Grigio Bromo FE MT",value:"Grigio Bromo FE MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Bromo FE MT",visible:!0,enabled:!0},{assetId:"f210cdfe-7922-46be-9d93-3db1f22fa93e",name:"Giallo Curry 08 MT",tags:["Materials","Azzurra"],metadata:{hex:"#d2c38b",Color:"Yellow",label:"Giallo Curry 08 MT",value:"Giallo Curry 08 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Giallo Curry 08 MT",visible:!0,enabled:!0},{assetId:"e46a7d84-e177-44d4-ba75-0931d2f1a1a9",name:"Cenere 92 MT",tags:["Materials","Azzurra"],metadata:{hex:"#b2ada4",Color:"Brown",label:"Cenere 92 MT",value:"Cenere 92 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cenere 92 MT",visible:!0,enabled:!0},{assetId:"cb5d17d7-1e70-40ad-a0c5-9b324ace2db0",name:"Castoro Ottawa FC MT",tags:["Materials","Azzurra"],metadata:{hex:"#857f74",Color:"Brown",label:"Castoro Ottawa FC MT",value:"Castoro Ottawa FC MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Castoro Ottawa FC MT",visible:!0,enabled:!0},{assetId:"c344b27f-1ef5-49f4-be27-e73269ff3650",name:"Carta da Zucchero 47 MT",tags:["Materials","Azzurra"],metadata:{hex:"#a7b3bb",Color:"Blue, Grey",label:"Carta da Zucchero 47 MT",value:"Carta da Zucchero 47 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Carta da Zucchero 47 MT",visible:!0,enabled:!0},{assetId:"a8596d1f-3284-4f1e-9e34-def496f5b7f4",name:"Carbone 43 MT",tags:["Materials","Azzurra","msidecolor"],metadata:{hex:"#4f5050",Color:"Grey",label:"Carbone 43 MT",value:"Carbone 43 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","ed7278e2-c79e-48c4-b04d-b7dee94306e5"],type:"item",label:"Carbone 43 MT",visible:!0,enabled:!0},{assetId:"97d7ef51-84be-444d-916d-a1fb60477057",name:"Canyon 90 MT",tags:["Materials","Azzurra"],metadata:{hex:"#cac5b2",Color:"Beige",label:"Canyon 90 MT",value:"Canyon 90 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Canyon 90 MT",visible:!0,enabled:!0},{assetId:"5527c5ed-37b4-4ff6-a988-04a7947c812c",name:"Canapa 94 MT",tags:["Materials","Azzurra"],metadata:{hex:"#c4c3bd",Color:"Grey, Beige",label:"Canapa 94 MT",value:"Canapa 94 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Canapa 94 MT",visible:!0,enabled:!0},{assetId:"6c46a72f-a5e9-4a3c-bfde-59d4aec50e2f",name:"Cacao Orinoco FF MT",tags:["Materials","Azzurra"],metadata:{hex:"#3d3a3b",Color:"Brown",label:"Cacao Orinoco FF MT",value:"Cacao Orinoco FF MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cacao Orinoco FF MT",visible:!0,enabled:!0},{assetId:"dca2bff2-ae23-4fe3-8553-97c2b4fe01ce",name:"Cacao 05 MT",tags:["Materials","Azzurra"],metadata:{hex:"#3e352d",Color:"Brown",label:"Cacao 05 MT",value:"Cacao 05 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cacao 05 MT",visible:!0,enabled:!0},{assetId:"1c80efb4-9051-4bc9-ab73-d189350434e9",name:"Blu Reale 48 MT",tags:["Materials","Azzurra"],metadata:{hex:"#2e303d",Color:"Blue",label:"Blu Reale 48 MT",value:"Blu Reale 48 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Reale 48 MT",visible:!0,enabled:!0},{assetId:"d29ff03a-41bc-4e57-896a-dfbfa4edff65",name:"Blu Pavone A6 MT",tags:["Materials","Azzurra"],metadata:{hex:"#25656e",Color:"Blue",label:"Blu Pavone A6 MT",value:"Blu Pavone A6 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Pavone A6 MT",visible:!0,enabled:!0},{assetId:"2ccbc172-8ef5-496e-bda7-07cc640ba3db",name:"Blu Oltremare BG MT",tags:["Materials","Azzurra"],metadata:{hex:"#3b4247",Color:"Blue",label:"Blu Oltremare BG MT",value:"Blu Oltremare BG MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Oltremare BG MT",visible:!0,enabled:!0},{assetId:"c2627fc0-4242-4b0c-9156-2ef972b4be70",name:"Blu Laguna A7 MT",tags:["Materials","Azzurra"],metadata:{hex:"#184148",Color:"Blue",label:"Blu Laguna A7 MT",value:"Blu Laguna A7 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Laguna A7 MT",visible:!0,enabled:!0},{assetId:"1fdffbb0-48b5-4d76-9bff-e0d941b86428",name:"Blu Avio 41 MT",tags:["Materials","Azzurra"],metadata:{hex:"#788892",Color:"Blue",label:"Blu Avio 41 MT",value:"Blu Avio 41 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Blu Avio 41 MT",visible:!0,enabled:!0},{assetId:"066d34f3-5541-47c3-8c11-84641aba26f3",name:"Blu Artico 37 MT",tags:["Materials","Azzurra","krostest"],metadata:{hex:"#4b5f6f",Color:"Blue",label:"Blu Artico 37 MT",value:"Blu Artico 37 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","6f3a860d-6b17-4648-966b-5f084fede54c"],type:"item",label:"Blu Artico 37 MT",visible:!0,enabled:!0},{assetId:"6277605b-c003-4b05-aa75-9630584e0ba2",name:"Bianco Male FA MT",tags:["Materials","Azzurra"],metadata:{hex:"#dadad4",Color:"White, Beige",label:"Bianco Male FA MT",value:"Bianco Male FA MT",Material:"Lacquered MT",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco Male FA MT",visible:!0,enabled:!0},{assetId:"a85b5501-aba8-4100-b53e-6bbf8ae18e34",name:"Bianco Calce DA MT",tags:["Materials","Azzurra"],metadata:{hex:"#e4e2df",Color:"White, Beige",label:"Bianco Calce DA MT",value:"Bianco Calce DA MT",Material:"Lacquered MT",zoomIconColor:"Dark Grey","hasDefaultConfiguration#UI_Color":"#Urban Open Storage#","hasDefaultConfiguration#UI_Base Panel":"#Urban Duplex#"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco Calce DA MT",visible:!0,enabled:!0},{assetId:"2d829e3d-9f41-4758-893e-26ee68094953",name:"Bianco 0B MT",tags:["Materials","Azzurra","msidecolor"],metadata:{hex:"#fffffe",Color:"White",label:"Bianco 0B MT",value:"Bianco 0B MT",Material:"Lacquered MT",zoomIconColor:"Dark Grey",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","ed7278e2-c79e-48c4-b04d-b7dee94306e5"],type:"item",label:"Bianco 0B MT",visible:!0,enabled:!0},{assetId:"bc48ceb2-6b9c-4b82-b51f-d42a08389cba",name:"Argilla DR MT",tags:["Materials","Azzurra"],metadata:{hex:"#817d74",Color:"Grey, Brown",label:"Argilla DR MT",value:"Argilla DR MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Argilla DR MT",visible:!0,enabled:!0},{assetId:"34db9ded-67de-47cf-9100-9917aeb17c82",name:"Ardesia DD MT",tags:["Materials","Azzurra"],metadata:{hex:"#5f5d5a",Color:"Grey",label:"Ardesia DD MT",value:"Ardesia DD MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Ardesia DD MT",visible:!0,enabled:!0},{assetId:"2b269fe6-54f4-49cb-a1ba-014a6f247c40",name:"Arancio Zucca 09 MT",tags:["Materials","Azzurra"],metadata:{hex:"#c69b6b",Color:"Orange",label:"Arancio Zucca 09 MT",value:"Arancio Zucca 09 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Arancio Zucca 09 MT",visible:!0,enabled:!0},{assetId:"0cab70b6-a0e2-4dd2-bbff-9a1f603003e1",name:"Aragosta 77 MT",tags:["Materials","Azzurra"],metadata:{hex:"#ba5b3a",Color:"Orange",label:"Aragosta 77 MT",value:"Aragosta 77 MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Aragosta 77 MT",visible:!0,enabled:!0},{assetId:"b21ccfb6-9584-464b-9cc7-2a9822c7735d",name:"Agata BD MT",tags:["Materials","Azzurra"],metadata:{hex:"#caccc9",Color:"Grey, Beige",label:"Agata BD MT",value:"Agata BD MT",Material:"Lacquered MT",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Agata BD MT",visible:!0,enabled:!0},{assetId:"093b3db6-9447-4a83-8131-81a79a24985e",name:"Rox Black TKQ",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey",image:"/api/files/hash/sha256-be3d9d42c0d0c78943c8971ac07d2e7bcc573c29282a99a296298e2d9e1ef06b",label:"Rox Black TKQ",value:"Rox Black TKQ",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rox Black TKQ",visible:!0,enabled:!0},{assetId:"2cb25415-2e97-4aa4-8166-6d3f46d09c10",name:"Cepp Stone TKP",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey",image:"/api/files/hash/sha256-b29efe12550ef933d62bcca25d57796aee1c87d225b7935c9b1675ad9be1d4e4",label:"Cepp Stone TKP",value:"Cepp Stone TKP",Material:"HPL",zoomIconColor:"White",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cepp Stone TKP",visible:!0,enabled:!0},{assetId:"9f507901-ac89-486b-900b-79112bb9111f",name:"Brera Brown TKN",tags:["Materials","Azzurra"],metadata:{Look:"Metallic, Stone/Marble-Look",Color:"Brown",image:"/api/files/hash/sha256-176b100a4f17f7c9ec5717097a5ac79f91c524977307559300d0f63536acdff2",label:"Brera Brown TKN",value:"Brera Brown TKN",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Brera Brown TKN",visible:!0,enabled:!0},{assetId:"95701f88-54ca-429c-82c2-62db4ade9e12",name:"Noce Sinfonia TKM",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-c2fadedf011e8a7e2ff5d1f842f59cf40608d2e8ae032a1d99dc364c5222e663",label:"Noce Sinfonia TKM",value:"Noce Sinfonia TKM",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce Sinfonia TKM",visible:!0,enabled:!0},{assetId:"012c5296-1201-48f5-b270-3fd473625eee",name:"Rovere Alba TKL",tags:["Materials","Azzurra","krostest"],metadata:{Look:"Wood-Look",Color:"Grey, Brown",image:"/api/files/hash/sha256-ba1fc1fa08e7e6aeaa7b836b17531cfc802b072fec18b2dd6e4beb3cffd96784",label:"Rovere Alba TKL",value:"Rovere Alba TKL",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","6f3a860d-6b17-4648-966b-5f084fede54c"],type:"item",label:"Rovere Alba TKL",visible:!0,enabled:!0},{assetId:"742ab384-3881-4e70-998d-5888e821793a",name:"Rovere Valdweg TKK",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-a7f1023552a4083e3efc21ed7577d69af8f36632a190f2e0563cd4eda67a1284",label:"Rovere Valdweg TKK",value:"Rovere Valdweg TKK",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Valdweg TKK",visible:!0,enabled:!0},{assetId:"3552b459-d700-4a0d-b100-a5f7b447d6c3",name:"Pulpis Scuro TKJ",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Black, Brown, Grey",image:"/api/files/hash/sha256-8f2c62bc1d2c65416dbe26c6e4c82e6e49bf70c065d61b8c27922f1b2a97c1c4",label:"Pulpis Scuro TKJ",value:"Pulpis Scuro TKJ",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pulpis Scuro TKJ",visible:!0,enabled:!0},{assetId:"be20009d-8b5e-42b4-b429-4846fcd9fd9d",name:"Pulpis Chiaro TKH",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey, Beige",image:"/api/files/hash/sha256-280c91328ee6883296a278d492ea1c41993a5e2b31c4ee39b1cf89dbba3937a9",label:"Pulpis Chiaro TKH",value:"Pulpis Chiaro TKH",Material:"HPL",zoomIconColor:"White","hasDefaultConfiguration#UI_Color":"#Urban Horizontal Storage#","hasDefaultConfiguration#UI_Cabinet color":"#Urban Standard#","hasDefaultConfiguration#UI_Lateral Panel":"#Urban Duplex#","hasDefaultConfiguration#UI_Fenix Countertop":"#HPL#"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pulpis Chiaro TKH",visible:!0,enabled:!0},{assetId:"c0f2a7ac-d7bf-4ea6-8209-dc73daec20fb",name:"Noce Savoia TKG",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-db40f7f277f690e8a17f8fafe60fd97dd6dedf7509cbc1eaa230e0194942589d",label:"Noce Savoia TKG",value:"Noce Savoia TKG",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce Savoia TKG",visible:!0,enabled:!0},{assetId:"84acc9b2-f3a2-4ac5-9e3c-62c1427f5bb0",name:"Ardesia TKF",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Black",image:"/api/files/hash/sha256-8389293023e9622179eddefcf0e934a28fdc3f80207f62ab1aff4c79f96134d8",label:"Ardesia TKF",value:"Ardesia TKF",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Ardesia TKF",visible:!0,enabled:!0},{assetId:"de1a3842-26c3-4fd5-aeea-89bd7a248e12",name:"Rovere Slavonia TK6",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-320dc7175409c080fd9a4c00742d908c38402a9f568d3465d32b6547a63b8bc7",label:"Rovere Slavonia TK6",value:"Rovere Slavonia TK6",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Slavonia TK6",visible:!0,enabled:!0},{assetId:"7f67815a-68a1-4d1b-8557-c25754e77db3",name:"Rovere Monet TK3",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-da9050a34ec6532e9378e0bb676c924fa5641a4009842482cdf1b5717cabea39",label:"Rovere Monet TK3",value:"Rovere Monet TK3",Material:"HPL",zoomIconColor:"White",filtelistMaterial:"Material#Color#Look"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Monet TK3",visible:!0,enabled:!0},{assetId:"92e3fef6-eb3a-402d-9f0e-b1d18494efa1",name:"Rovere Nero 06J",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Black",image:"/api/files/hash/sha256-bdb2036ece48be19cc5f690e5bd9d97f15069c785a811dcc062a7f8c28766767",label:"Rovere Nero 06J",value:"Rovere Nero 06J",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Nero 06J",visible:!0,enabled:!0},{assetId:"8bf30d43-70dc-49ba-a163-bdecc61774be",name:"Rovere Moka 06H",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Black",image:"/api/files/hash/sha256-8ce07391a770be516f0d974e2679b3aaeb61f3e0fcc0c8fa4265c588b330db37",label:"Rovere Moka 06H",value:"Rovere Moka 06H",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Moka 06H",visible:!0,enabled:!0},{assetId:"c7f22a0a-02ad-4f2b-a3cb-76c71adf267a",name:"Rovere Carbone 06G",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-85667b6d83ae91f892600acf9fbfcdf9eb993b9d2882e42c274372371cf39b03",label:"Rovere Carbone 06G",value:"Rovere Carbone 06G",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Carbone 06G",visible:!0,enabled:!0},{assetId:"5a6770b0-f1bd-4364-adb9-700b7c58d008",name:"Rovere Fumo 06F",tags:["Materials","Azzurra","krostest"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-04c2bcef8e680af0f40bd0ad77272a491c57f989b62a687b0c887d141471ef34",label:"Rovere Fumo 06F",value:"Rovere Fumo 06F",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","6f3a860d-6b17-4648-966b-5f084fede54c"],type:"item",label:"Rovere Fumo 06F",visible:!0,enabled:!0},{assetId:"a08105fe-bc68-46ac-93b1-991f67fe7b83",name:"Rovere Avena 06E",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-8a0bedba2d7f026330ecf889d822b36160540ed989e7c0aa8d6f02551d4ac0f8",label:"Rovere Avena 06E",value:"Rovere Avena 06E",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Avena 06E",visible:!0,enabled:!0},{assetId:"2d95f213-dd17-44d8-b0c7-96635ed255c7",name:"Rovere Cenere 06D",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Grey",image:"/api/files/hash/sha256-71d417511dac70fe039e6a393c01799ef2e8d0f1fbb8a002c4a31399a2bec853",label:"Rovere Cenere 06D",value:"Rovere Cenere 06D",Material:"Essenze",zoomIconColor:"White",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Cenere 06D",visible:!0,enabled:!0},{assetId:"c47815d1-2afb-4daa-af8e-59de129a076f",name:"Rovere Sabbia 06C",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-4d6bd66af400e70c06e4817a6ce9e284de55125d67c69194869147ca52fbf6fa",label:"Rovere Sabbia 06C",value:"Rovere Sabbia 06C",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Sabbia 06C",visible:!0,enabled:!0},{assetId:"c5303510-732c-4ed1-a241-ddf813448a66",name:"Rovere Naturale 06B",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-b2591b7f4f8c072220c82694d99fa3c8ad3fd8ab1d40ab16e1b55a59c5aa1585",label:"Rovere Naturale 06B",value:"Rovere Naturale 06B",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Naturale 06B",visible:!0,enabled:!0},{assetId:"63166dee-207f-4ff3-a52a-895005d32d6f",name:"Rovere Bianco 06A",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-c7663be667ce249f6637eeda8b8d043d7b19e60256a0c49386fdf99f15f90372",label:"Rovere Bianco 06A",value:"Rovere Bianco 06A",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Bianco 06A",visible:!0,enabled:!0},{assetId:"55410697-22d3-4372-a8e6-298802176836",name:"Rovere Eucalipto 01A",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-20f1c0362faaa3c13215a496d98c527822e231a1e4704cd0ae832fd18ce60372",label:"Rovere Eucalipto 01A",value:"Rovere Eucalipto 01A",Material:"Essenze",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Eucalipto 01A",visible:!0,enabled:!0},{assetId:"2a426546-329f-43dc-8941-1cea187b2cad",name:"Metal bronzo 2MD",tags:["Materials","Azzurra"],metadata:{Look:"Metallic",Color:"Brown, Orange",image:"/api/files/hash/sha256-9923e745a84c76b8f367a85ee839b215551a9ecf3b02fea1d2d74533a35ed488",label:"Metal Bronzo 2MD",value:"Metal bronzo 2MD",Material:"Brushed Metal",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Metal bronzo 2MD",visible:!0,enabled:!0},{assetId:"c2b9a429-26a6-4641-a8a0-4d42617233bd",name:"Metal titanio 2MC",tags:["Materials","Azzurra","krostest"],metadata:{Look:"Metallic",Color:"Grey ",image:"/api/files/hash/sha256-dfbdf4748fb842704b08c56a5527e2f1af196c3f10d17f90ef82723ee42cc27e",label:"Metal Titanio 2MC",value:"Metal titanio 2MC",Material:"Brushed Metal",zoomIconColor:"White",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","6f3a860d-6b17-4648-966b-5f084fede54c"],type:"item",label:"Metal titanio 2MC",visible:!0,enabled:!0},{assetId:"a776c1a9-5c0b-465a-a288-6ff8d3782440",name:"Metal piombo 2MB",tags:["Materials","Azzurra"],metadata:{Look:"Metallic",Color:"Grey, Black",image:"/api/files/hash/sha256-089b4432e52cf6c7742318ce45b2a943743c1cae704311db9418e2c906112bdd",label:"Metal Piombo 2MB",value:"Metal piombo 2MB",Material:"Brushed Metal",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Metal piombo 2MB",visible:!0,enabled:!0},{assetId:"01e8e452-3402-457b-9c5c-2ddea51566ef",name:"Metal acciaio 2MA",tags:["Materials","Azzurra"],metadata:{Look:"Metallic",Color:"Grey ",image:"/api/files/hash/sha256-bd251d52235a7bf08b7784912adbeb526e5ac8650d3e313297478062fc40f865",label:"Metal Acciaio 2MA",value:"Metal acciaio 2MA",Material:"Brushed Metal",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Metal acciaio 2MA",visible:!0,enabled:!0},{assetId:"e69b3d47-bd29-4baa-96a7-81dda9ee19a8",name:"Rovere Sherwood Castano 1S3",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-3aa2248400dad333a1c9d39d76cde7dddef13b5ab347a691a0c1cc2cf42bc357",label:"Rovere Sherwood Castano 1S3",value:"Rovere Sherwood Castano 1S3",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Sherwood Castano 1S3",visible:!0,enabled:!0},{assetId:"3c4cfb2f-5975-41a0-b65e-7e5b6551823c",name:"Rovere Sherwood Scuro 1S2",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Black",image:"/api/files/hash/sha256-b4f5474053660e1964121c9503b7763015b2dc52ed436867bfa8ca1cc32a0367",label:"Rovere Sherwood Scuro 1S2",value:"Rovere Sherwood Scuro 1S2",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Sherwood Scuro 1S2",visible:!0,enabled:!0},{assetId:"066d2647-83e9-4346-9ca6-147948dc4987",name:"Rovere Sherwood Chiaro 1S1",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Pink, White",image:"/api/files/hash/sha256-d8af49f10f347b27d8c837d90fde6db67d8c8e26dc7b96b4290bf1d2e8f9de13",label:"Rovere Sherwood Chiaro 1S1",value:"Rovere Sherwood Chiaro 1S1",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Sherwood Chiaro 1S1",visible:!0,enabled:!0},{assetId:"11596557-e805-4425-b197-1d1a33ef8834",name:"Rigatino Beton 1RQ",tags:["Materials","Azzurra"],metadata:{Look:"",Color:"Beige, Grey",image:"/api/files/hash/sha256-d1240cb2e3ac44db648bd5a393efed237087ed8631c49a52f30b9bab3e278bd9",label:"Rigatino Beton 1RQ",value:"Rigatino Beton 1RQ",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rigatino Beton 1RQ",visible:!0,enabled:!0},{assetId:"b64de9dd-ebce-469c-bc3d-7d27e95c69b7",name:"Rigatino Tabacco 1RP",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-eb6d9f15eed4d7b0512f1722d0fd18bfafd174a888bb88f64815fd33372b0e84",label:"Rigatino Tabacco 1RP",value:"Rigatino Tabacco 1RP",Material:"3D",zoomIconColor:"White","hasDefaultConfiguration#UI_Backpanel Color":"Tiquaranta"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rigatino Tabacco 1RP",visible:!0,enabled:!0},{assetId:"badd7ed2-4517-4671-97ae-0bd1972c8c9d",name:"Rigatino Naturale 1RN",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-5c9f615203c9a3633c046c212799ff189bb7440c0c9f283a0e7b31fa989822ba",label:"Rigatino Naturale 1RN",value:"Rigatino Naturale 1RN",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rigatino Naturale 1RN",visible:!0,enabled:!0},{assetId:"3b57fadb-29bd-4ee6-a0a9-9ef0740877cd",name:"Pelle Pecari Tortora 1PE",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"Grey ",image:"/api/files/hash/sha256-af3217a6caf186775d19af75d82291bd9e7475fc113edc8871d6f56a7ae09e20",label:"Pelle Pecari Tortora 1PE",value:"Pelle Pecari Tortora 1PE",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pelle Pecari Tortora 1PE",visible:!0,enabled:!0},{assetId:"9b233739-2418-4cf0-8bad-f7b710c642a5",name:"Rovere Dogato Naturale 1P3",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-532a3ffabcad2e00a7c5b6cee3e99d3c17f46a30b007fdb8accd074af7846c7c",label:"Rovere Dogato Naturale 1P3",value:"Rovere Dogato Naturale 1P3",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Dogato Naturale 1P3",visible:!0,enabled:!0},{assetId:"41819fcf-80f6-4ab2-ba6c-aced9fec5c25",name:"Rovere Dogato Grigio 1P1",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Grey",image:"/api/files/hash/sha256-15f0c9237e60738f6fd01b878aab3160a4c5ee0e76238585287225d4a65227a4",label:"Rovere Dogato Grigio 1P1",value:"Rovere Dogato Grigio 1P1",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Dogato Grigio 1P1",visible:!0,enabled:!0},{assetId:"66e8440e-e56f-4bac-b07e-8d6a0ab3cb5d",name:"Rovere Dogato Bianco 1P0",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"White",image:"/api/files/hash/sha256-6439c22937829a5f3d0c68279ebd869c217150bd7e0d46ad8e5633abdeb660ac",label:"Rovere Dogato Bianco 1P0",value:"Rovere Dogato Bianco 1P0",Material:"3D",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Dogato Bianco 1P0",visible:!0,enabled:!0},{assetId:"431b5b7c-84ff-401f-987f-d34cce2c96ea",name:"Noce Tavola Antico Scuro 1NE",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Black",image:"/api/files/hash/sha256-8891ef908e947f9c872a18719eea01c4ed497b4b987bbae5ddd9342770c6b2d6",label:"Noce Tavola Antico Scuro 1NE",value:"Noce Tavola Antico Scuro 1NE",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce Tavola Antico Scuro 1NE",visible:!0,enabled:!0},{assetId:"afdfd3ec-baa8-4e2f-906e-baefb1ea1ba4",name:"Noce Tavola Antico Chiaro 1ND",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-be651d1057315fd4ca65cdeb21a1fac011be6946617cff387bc2b8043b484834",label:"Noce Tavola Antico Chiaro 1ND",value:"Noce Tavola Antico Chiaro 1ND",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce Tavola Antico Chiaro 1ND",visible:!0,enabled:!0},{assetId:"16ad5433-ff29-4f2f-98d8-03ff9f945c1f",name:"Nodato spaccato Tabacco 1NB",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-c478093cf22958f575c41bf0550e28d83a71d2e15e2956ddbad477b4283130b4",label:"Nodato Spaccato Tabacco 1NB",value:"Nodato spaccato Tabacco 1NB",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nodato spaccato Tabacco 1NB",visible:!0,enabled:!0},{assetId:"1996ec85-03b0-4cde-a4da-40e8941d5fc4",name:"Nodato spaccato Biondo 1NA",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-969234b1674622b98c4f519123138874a4075b0251fe0679e5639e584f25421e",label:"Nodato Spaccato Biondo 1NA",value:"Nodato spaccato Biondo 1NA",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nodato spaccato Biondo 1NA",visible:!0,enabled:!0},{assetId:"15e07087-dcc0-4ed9-a71e-ed2d464da0c1",name:"Noce Rigato Grigio 1N3",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Grey, Brown",image:"/api/files/hash/sha256-5ad94c21a8a0d327bb6fcc0825f81d418a0136be2cd739cddf5a3c0298b51bf8",label:"Noce Rigato Grigio 1N3",value:"Noce Rigato Grigio 1N3",Material:"3D",zoomIconColor:"White",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce Rigato Grigio 1N3",visible:!0,enabled:!0},{assetId:"9a95b8eb-862a-4473-9e5c-53fd08461b8a",name:"Noce rigato Canaletto Naturale 1N2",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-fd792b351a4bb16919e29db2c1ce370a8a31498ba28e43988f409f5bf88f6593",label:"Noce Rigato Canaletto Naturale 1N2",value:"Noce rigato Canaletto Naturale 1N2",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce rigato Canaletto Naturale 1N2",visible:!0,enabled:!0},{assetId:"1c5f411f-9dfb-41e5-8f7a-a94f10a48df4",name:"Noce Rigato Chiaro 1N1",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Beige",image:"/api/files/hash/sha256-0c7a8ab49b47df2d9995a5ceeee0f065201b233e9e99eb0638a9d73d778d41d0",label:"Noce Rigato Chiaro 1N1",value:"Noce Rigato Chiaro 1N1",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce Rigato Chiaro 1N1",visible:!0,enabled:!0},{assetId:"94816844-7f4d-42ba-8147-ded18931607a",name:"Paulownia Seppia 1F2",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Beige",image:"/api/files/hash/sha256-33698e77978d2f09d373b6631d2074170229e5627ffe805135f93ae69d956193",label:"Paulownia Seppia 1F2",value:"Paulownia Seppia 1F2",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Paulownia Seppia 1F2",visible:!0,enabled:!0},{assetId:"70b7574a-d8ae-4772-8716-3d4b5593c92b",name:"Eucalipto Affumicato 1E2",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-7993725f579e4b423a2fdde370b5335b9f0b1bac5ed26fb89898e6d0866cd7b9",label:"Eucalipto Affumicato 1E2",value:"Eucalipto Affumicato 1E2",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Eucalipto Affumicato 1E2",visible:!0,enabled:!0},{assetId:"92781a43-67fa-414f-8d49-52dd402be93d",name:"Eucalipto Naturale 1E1",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-6ac83550373aa787ac7cfb7ebde482b3a99379f52bd61bbcf39a2797c4e5306d",label:"Eucalipto Naturale 1E1",value:"Eucalipto Naturale 1E1",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Eucalipto Naturale 1E1",visible:!0,enabled:!0},{assetId:"e5f0e001-5176-4d57-9c55-b56f959a7916",name:"Castagno Scuro 1C3",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown, Black",image:"/api/files/hash/sha256-b535e9693c4c42ef93d956c20b433e20a067ef3733f0180f593fd9bd23a65b3a",label:"Castagno Scuro 1C3",value:"Castagno Scuro 1C3",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Castagno Scuro 1C3",visible:!0,enabled:!0},{assetId:"d2c3c23f-26f9-4cbd-97f8-1b49172e4d83",name:"Castagno Malto 1C2",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-20e1b04e87bbc93d17c1ae374b12cf566d1a198c73c6f188884e5a71cd32942b",label:"Castagno Malto 1C2",value:"Castagno Malto 1C2",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Castagno Malto 1C2",visible:!0,enabled:!0},{assetId:"c768e374-44ca-481c-bd58-e5116d729053",name:"Castagno chiaro 1C1",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"White ",image:"/api/files/hash/sha256-d11b75498d9c094da836240b1ae0e4cf7a0c017765fdeb3769084ae513caef1e",label:"Castagno Chiaro 1C1",value:"Castagno chiaro 1C1",Material:"3D",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Castagno chiaro 1C1",visible:!0,enabled:!0},{assetId:"4353d884-2dc7-4847-803c-7c4407e0c1fc",name:"Pietra Piasentina Grigio Scuro 1AB",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey ",image:"/api/files/hash/sha256-547f3fcafe3e14734f8d6889b648a327f7e7bcbe6e1c1bfb29a725d44ddac891",label:"Pietra Piasentina Grigio Scuro 1AB",value:"Pietra Piasentina Grigio Scuro 1AB",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pietra Piasentina Grigio Scuro 1AB",visible:!0,enabled:!0},{assetId:"cf1716fc-e40f-47b4-a3c8-d173ce8ab009",name:"Pietra Piasentina Grigio Chiaro 1AA",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey ",image:"/api/files/hash/sha256-47eb0b6d3740e0c233c88e289807a400caf978947c19c0b9fe26f628a3d205f5",label:"Pietra Piasentina Grigio Chiaro 1AA",value:"Pietra Piasentina Grigio Chiaro 1AA",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pietra Piasentina Grigio Chiaro 1AA",visible:!0,enabled:!0},{assetId:"b42ad6e9-76bc-4edd-8656-890ea75ce4e5",name:"Cemento Ghiaccio 1A5",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"White ",image:"/api/files/hash/sha256-78612ed164c818c3f07651a7bc384f5ecd978af58cb731aadd1a877e8cf4332d",label:"Cemento Ghiaccio 1A5",value:"Cemento Ghiaccio 1A5",Material:"3D",zoomIconColor:"Dark Grey",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cemento Ghiaccio 1A5",visible:!0,enabled:!0},{assetId:"24360a49-b7dc-4e91-8002-b716da2e9b2f",name:"Cemento Oltremare 1A4",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"Black",image:"/api/files/hash/sha256-9f6100dcb59a10685fecd5657f471a6ab3477cf863ba4345145f8be68b7c2d93",label:"Cemento Oltremare 1A4",value:"Cemento Oltremare 1A4",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cemento Oltremare 1A4",visible:!0,enabled:!0},{assetId:"2278a549-5f5e-409f-ae14-be667ae5f85a",name:"Cemento Creta 1A3",tags:["Materials","Azzurra","krostest"],metadata:{Look:"Cement-Look",Color:"Grey, Brown",image:"/api/files/hash/sha256-b0b77cddb072eb3eefb723a0c8058d05d3c35cb34f398fc71e63ead582783567",label:"Cemento Creta 1A3",value:"Cemento Creta 1A3",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","6f3a860d-6b17-4648-966b-5f084fede54c"],type:"item",label:"Cemento Creta 1A3",visible:!0,enabled:!0},{assetId:"2a5bc07c-03fd-44b0-8d47-1f8bd3816086",name:"Cemento Tortora 1A2",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"Grey, Beige, Brown",image:"/api/files/hash/sha256-841e7d936699edd6cd9d75eb770e7117595dd6f2fb7506b0d657bd13ea8d8800",label:"Cemento Tortora 1A2",value:"Cemento Tortora 1A2",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cemento Tortora 1A2",visible:!0,enabled:!0},{assetId:"9df3c540-0978-4c08-ba1a-7940aeb35663",name:"Cemento Cenere 1A1",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"Grey, Beige",image:"/api/files/hash/sha256-10dac44e536ad3751df920413c0624acb2ebfc9e437f004ac91779a837fe9421",label:"Cemento Cenere 1A1",value:"Cemento Cenere 1A1",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cemento Cenere 1A1",visible:!0,enabled:!0},{assetId:"751af9b9-1c45-4b0b-88a3-1e0f2461fa88",name:"Colortech Grigio fume 10F",tags:["Materials","Azzurra"],metadata:{hex:"#5a5555",Color:"Grey",label:"Colortech Grigio fumè 10F",value:"Colortech Grigio fume 10F",Material:"3D",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Colortech Grigio fume 10F",visible:!0,enabled:!0},{assetId:"346595b3-653a-4ed6-a00a-44b6696c0a0f",name:"Colortech Bianco 10B",tags:["Materials","Azzurra"],metadata:{hex:"#d7d9d6",Color:"White ",label:"Colortech Bianco 10B",value:"Colortech Bianco 10B",Material:"3D",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Colortech Bianco 10B",visible:!0,enabled:!0}],defaultValue:{assetId:""},global:{id:"1afbdec3-9797-4f0a-a597-26661605a1ca",type:"Global",name:"Global",metadata:[]},visible:!0,enabled:!0,hiddenValues:[],disabledValues:[],value:{assetId:"be20009d-8b5e-42b4-b429-4846fcd9fd9d",type:"item"}},{id:"1c23523d-560d-46ac-b085-2d8fa40fddd6",type:"Asset",name:"UI_Counertops materials",metadata:{Name:"Counertops materials",Label:"Counertops materials",hasRenderImagePreview:"true"},blacklist:[],assetType:"model",values:[{assetId:"e626ccdd-f6ac-4d1c-94bb-0792a9c7a15d",name:"Travertino Lucidato TR6",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Beige, Grey, Brown",image:"/api/files/hash/sha256-99d70fffed63c6eb02f432ccb6a179810ca21772f07ba50922a7206dceddf458",label:"Travertino Lucidato TR6",value:"Travertino Lucidato TR6",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Travertino Lucidato TR6",visible:!0,enabled:!0},{assetId:"a4eccc93-c5dd-485b-8a1d-cc6cf8b2ddc2",name:"Travertino Silver Matte TQY",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Beige, Grey",image:"/api/files/hash/sha256-c5d73e43596137877ad3de33ed6f96984399bf8cd51d6d13c56e17bc5c0092c5",label:"Travertino Silver Matte TQY",value:"Travertino Silver Matte TQY",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Travertino Silver Matte TQY",visible:!0,enabled:!0},{assetId:"d5d7ba40-471f-464d-bbfd-ae25441397de",name:"Travertino Beige Matte TQX",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Beige ",image:"/api/files/hash/sha256-f69e182c2d08a3dafad785e2963ef66c9ba37c333e5faf47f29c09e2f82aa4ef",label:"Travertino Beige Matte TQX",value:"Travertino Beige Matte TQX",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Travertino Beige Matte TQX",visible:!0,enabled:!0},{assetId:"363d366e-32fb-4ce3-bddc-ece5433897e0",name:"Sahara Noir Silky Matte TR8",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Black",image:"/api/files/hash/sha256-2f774ec1d584944350669ed971691d93c0930efbe8ea758e08b27a187c477996",label:"Sahara Noir Silky Matte TR8",value:"Sahara Noir Silky Matte TR8",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Sahara Noir Silky Matte TR8",visible:!0,enabled:!0},{assetId:"0ef9db94-feb7-4f28-80ac-3bd055b28f45",name:"Sahara Noir Lucidato TR2",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Black",image:"/api/files/hash/sha256-2f774ec1d584944350669ed971691d93c0930efbe8ea758e08b27a187c477996",label:"Sahara Noir Lucidato TR2",value:"Sahara Noir Lucidato TR2",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Sahara Noir Lucidato TR2",visible:!0,enabled:!0},{assetId:"79d82096-71fe-499f-b028-b0ee87fbf131",name:"Pietra Piasentina Taupe Matte TQQ",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey, Brown",image:"/api/files/hash/sha256-4a108479ff20e5b8bf7c312b00a8c993f3cb8ad266efc5af1dcea90c9f0e36c6",label:"Pietra Piasentina Taupe Matte TQQ",value:"Pietra Piasentina Taupe Matte TQQ",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pietra Piasentina Taupe Matte TQQ",visible:!0,enabled:!0},{assetId:"3fc9569f-f46d-4ac2-b040-becebd89736e",name:"Pietra Piasentina Grigia Matte TQP",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey",image:"/api/files/hash/sha256-9351f44df97c1faaddc0ceb03541ac1698f96d040d5ecc00fba0b8c921b32b1b",label:"Pietra Piasentina Grigia Matte TQP",value:"Pietra Piasentina Grigia Matte TQP",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pietra Piasentina Grigia Matte TQP",visible:!0,enabled:!0},{assetId:"cd138a03-5b94-4e39-9a90-73078d79fb23",name:"Pietra Grey Matte TQU",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey",image:"/api/files/hash/sha256-2dc094a5e8d0578caaffbd4afbd62a664789b54def67a5b9ae6e0ca2de8e44c0",label:"Pietra Grey Matte TQU",value:"Pietra Grey Matte TQU",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pietra Grey Matte TQU",visible:!0,enabled:!0},{assetId:"c152811a-f957-4862-8d14-e08627981e94",name:"Pietra Grey Lucidata TQR",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey",image:"/api/files/hash/sha256-2dc094a5e8d0578caaffbd4afbd62a664789b54def67a5b9ae6e0ca2de8e44c0",label:"Pietra Grey Lucidata TQR",value:"Pietra Grey Lucidata TQR",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pietra Grey Lucidata TQR",visible:!0,enabled:!0},{assetId:"2b266552-e28a-4269-a2c2-09aff26406f8",name:"Pietra Di Savoia Grigia TQ4",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey",image:"/api/files/hash/sha256-36d2f5e29f17d9a81570257329620803a74cafd74e128ea3790ce1f12112c9bf",label:"Pietra Di Savoia Grigia TQ4",value:"Pietra Di Savoia Grigia TQ4",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pietra Di Savoia Grigia TQ4",visible:!0,enabled:!0},{assetId:"7b0032f3-5b1a-4bdf-b215-33fc427083fe",name:"Pietra Di Savoia Antracite TQ6",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey",image:"/api/files/hash/sha256-9cd5bcc1dffbaf3fc7e0ece302d066b5853b0ea00690821cce6c00a702e2dcff",label:"Pietra Di Savoia Antracite TQ6",value:"Pietra Di Savoia Antracite TQ6",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pietra Di Savoia Antracite TQ6",visible:!0,enabled:!0},{assetId:"79f6c8d2-d006-4124-b3a6-4225266d750c",name:"Ossido Nero TQS",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look, Metallic",Color:"Black, Grey",image:"/api/files/hash/sha256-76ee1a06f58120dce7ee65588229783adf53c1b099ffb4137e2e88cbc378c319",label:"Ossido Nero TQS",value:"Ossido Nero TQS",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Ossido Nero TQS",visible:!0,enabled:!0},{assetId:"4772b203-796a-45ca-9ded-a63bc531ecd7",name:"Ossido Bruno TQT",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look, Metallic",Color:"Brown, Orange",image:"/api/files/hash/sha256-471e4519c7316b864ecbb0e85009f82b82d2824b36312f6ca844563cac120954",label:"Ossido Bruno TQT",value:"Ossido Bruno TQT",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Ossido Bruno TQT",visible:!0,enabled:!0},{assetId:"9b54218c-7cfb-4b62-8098-57128f30d9e6",name:"Nero Assoluto Matte TQ9",tags:["Materials","Azzurra"],metadata:{hex:"#222222",Color:"Black",label:"Nero Assoluto Matte TQ9",value:"Nero Assoluto Matte TQ9",Material:"Porcelain",zoomIconColor:"White","hasDefaultConfiguration#UI_Counertops materials":"#Urban Standard#"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nero Assoluto Matte TQ9",visible:!0,enabled:!0},{assetId:"8e65fb78-987d-48e1-b61c-c7ed02ef3e5b",name:"Limestone Moon TRE",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"White, Beige",image:"/api/files/hash/sha256-0ec0ee8784423554b6488843807d0aa1cd4a4d86f48fcd72765a97163442e8f0",label:"Limestone Moon TRE",value:"Limestone Moon TRE",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Limestone Moon TRE",visible:!0,enabled:!0},{assetId:"61fd5701-0890-4d7c-b4f4-b0b74889b40a",name:"Limestone Deep TRG",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey",image:"/api/files/hash/sha256-43e7ed28a0b4662ddbc7854dd0770373b1509188e9f50b4638105fd92f693d2e",label:"Limestone Deep TRG",value:"Limestone Deep TRG",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Limestone Deep TRG",visible:!0,enabled:!0},{assetId:"b4ebea87-7769-4af8-a4df-03b60ebdd2fa",name:"Limestone Ash TRF",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey",image:"/api/files/hash/sha256-aba1d24c088cbefb0c93a58e4bbc0c58175eaf756b93e0978dde01965e9e272f",label:"Limestone Ash TRF",value:"Limestone Ash TRF",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Limestone Ash TRF",visible:!0,enabled:!0},{assetId:"d2f5e780-c0ff-4ee4-abbb-e114443a9ab6",name:"Guadi Stone Lucidato TR5",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Brown",image:"/api/files/hash/sha256-4cb8981f0fb67a4b4c59c2e6eed038b845ca9947906d0dc2b322f858edb73e35",label:"Guadì Stone Lucidato TR5",value:"Guadi Stone Lucidato TR5",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Guadi Stone Lucidato TR5",visible:!0,enabled:!0},{assetId:"4d8fb388-71ea-461e-ab14-9a0fd2b2e505",name:"Fokos Sale TQ1",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"Beige, White",image:"/api/files/hash/sha256-2f1bd106bd2ae8e6f411df7500cde23b3aae60899bc1819f0daf70f345f40da8",label:"Fokos Sale TQ1",value:"Fokos Sale TQ1",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Fokos Sale TQ1",visible:!0,enabled:!0},{assetId:"04bc6c33-8210-4cd8-a2bc-ccd48d12f0f3",name:"Fokos Roccia TQ3",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"Grey",image:"/api/files/hash/sha256-0ec6804849e81dc23feaa85cb1df39e072f734a2d325893c02b2b9e634a91f90",label:"Fokos Roccia TQ3",value:"Fokos Roccia TQ3",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Fokos Roccia TQ3",visible:!0,enabled:!0},{assetId:"4274cd42-ce89-4c91-8fc3-cd12e7ecf434",name:"Fokos Rena TQ2",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"Beige ",image:"/api/files/hash/sha256-8f6dbf60fb6a3ff9d88987a0899d1aa5cd04052be36517c0117080849f5097af",label:"Fokos Rena TQ2",value:"Fokos Rena TQ2",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Fokos Rena TQ2",visible:!0,enabled:!0},{assetId:"284e94c7-37f8-402b-b3da-7b84119e0601",name:"Emperador Lucidato TR3",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Brown",image:"/api/files/hash/sha256-b56cc0921f439d2930e6dd2fa900933449e14ae4aefec28ce442c6ebb56c6eb4",label:"Emperador Lucidato TR3",value:"Emperador Lucidato TR3",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Emperador Lucidato TR3",visible:!0,enabled:!0},{assetId:"35b3cce6-176c-4792-ac6e-0d5ba65438c8",name:"Cava Noir Desir Matte TQH",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Black",image:"/api/files/hash/sha256-c4033555265bacf3a9ac949a1809ad08f3111935e53341388b60aca8230b20a7",label:"Cava Noir Desir Matte TQH",value:"Cava Noir Desir Matte TQH",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cava Noir Desir Matte TQH",visible:!0,enabled:!0},{assetId:"e075de9c-bc20-4a07-bdec-49b7ff54b35a",name:"Cava Noir Desir Lucidato TQJ",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Black",image:"/api/files/hash/sha256-c4033555265bacf3a9ac949a1809ad08f3111935e53341388b60aca8230b20a7",label:"Cava Noir Desir Lucidato TQJ",value:"Cava Noir Desir Lucidato TQJ",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cava Noir Desir Lucidato TQJ",visible:!0,enabled:!0},{assetId:"2d20f465-7d7e-4d99-8ad5-07a5c7286ce5",name:"Cava Diamond Cream TQE",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"White, Beige, Grey",image:"/api/files/hash/sha256-d6aa057777a76f0739fc4b3d29e7c42b91bd0a1f90371dbc1d061daaf2e125c9",label:"Cava Diamond Cream TQE",value:"Cava Diamond Cream TQE",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cava Diamond Cream TQE",visible:!0,enabled:!0},{assetId:"f32ac58e-8385-479b-92a3-4db9097dea9a",name:"Calacatta Oro Venato Matte TQW",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"White",image:"/api/files/hash/sha256-5b4340749ef35e07472efa7f4d0d4a640f16aadc3cd8842090b9917fad4d793d",label:"Calacatta Oro Venato Matte TQW",value:"Calacatta Oro Venato Matte TQW",Material:"Porcelain",zoomIconColor:"Dark Grey","hasDefaultConfiguration#UI_Fenix Countertop":"#Porcelain#"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Calacatta Oro Venato Matte TQW",visible:!0,enabled:!0},{assetId:"da3f3dc7-c853-4021-9801-8f1286bd2f3c",name:"Calacatta Oro Venato Lucidato TQD",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"White",image:"/api/files/hash/sha256-5b4340749ef35e07472efa7f4d0d4a640f16aadc3cd8842090b9917fad4d793d",label:"Calacatta Oro Venato Lucidato TQD",value:"Calacatta Oro Venato Lucidato TQD",Material:"Porcelain",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Calacatta Oro Venato Lucidato TQD",visible:!0,enabled:!0},{assetId:"5bc4af03-3a32-4b2e-8147-1584452548d2",name:"Black Marquinia Silky Matte TR7",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Black",image:"/api/files/hash/sha256-74f83a250362206ad94013d003d09175abd4ccfe301bc57ea69c593cdfabb54d",label:"Black Marquinia Silky Matte TR7",value:"Black Marquinia Silky Matte TR7",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Black Marquinia Silky Matte TR7",visible:!0,enabled:!0},{assetId:"b6692f59-6549-4c5e-a74b-b80447580018",name:"Black Marquinia Lucidato TR1",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Black",image:"/api/files/hash/sha256-74f83a250362206ad94013d003d09175abd4ccfe301bc57ea69c593cdfabb54d",label:"Black Marquinia Lucidato TR1",value:"Black Marquinia Lucidato TR1",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Black Marquinia Lucidato TR1",visible:!0,enabled:!0},{assetId:"e083e15c-f614-4a86-a342-710bcb24db91",name:"Bianco Statuario Venato Matte TQV",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"White",image:"/api/files/hash/sha256-84c83d1fe178c42bddea56f36fcba854713104756ce5a3d90284eb6b4624b5be",label:"Bianco Statuario Venato Matte TQV",value:"Bianco Statuario Venato Matte TQV",Material:"Porcelain",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco Statuario Venato Matte TQV",visible:!0,enabled:!0},{assetId:"76cdbc05-55f0-40aa-85be-3d491b5f7f61",name:"Bianco Statuario Venato Lucidato TQC",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"White",image:"/api/files/hash/sha256-84c83d1fe178c42bddea56f36fcba854713104756ce5a3d90284eb6b4624b5be",label:"Bianco Statuario Venato Lucidato TQC",value:"Bianco Statuario Venato Lucidato TQC",Material:"Porcelain",zoomIconColor:"Dark Grey",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco Statuario Venato Lucidato TQC",visible:!0,enabled:!0},{assetId:"3d84ded8-d755-4d98-a215-29b967fa4509",name:"Bianco Assoluto Matte TQK",tags:["Materials","Azzurra"],metadata:{hex:"#dddcdc",Color:"White",label:"Bianco Assoluto Matte TQK",value:"Bianco Assoluto Matte TQK",Material:"Porcelain",zoomIconColor:"Dark Grey"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco Assoluto Matte TQK",visible:!0,enabled:!0},{assetId:"b2720980-0303-427d-96c2-be18c8211226",name:"Avenue Silver TRA",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"Grey",image:"/api/files/hash/sha256-aa47329e51c7fb33879a6a7cbbf192f002c9334ef3508dcb3959734103774ba8",label:"Avenue Silver TRA",value:"Avenue Silver TRA",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Avenue Silver TRA",visible:!0,enabled:!0},{assetId:"31eab032-ddd3-4f7f-bb04-2bafc3c868d7",name:"Avenue Ivory TR9",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"White, Beige",image:"/api/files/hash/sha256-fb218c75b8a54e742e3c2c946c8d5c620729ed717caf5b5468c463126ddda47b",label:"Avenue Ivory TR9",value:"Avenue Ivory TR9",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Avenue Ivory TR9",visible:!0,enabled:!0},{assetId:"d15262a9-bc8c-4646-adbe-2314557787be",name:"Avenue Amber TRC",tags:["Materials","Azzurra"],metadata:{Look:"Cement-Look",Color:"Brown",image:"/api/files/hash/sha256-592a855f44932c39b408f009903f7566b62f2d5a1715e416638d591ca665885b",label:"Avenue Amber TRC",value:"Avenue Amber TRC",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Avenue Amber TRC",visible:!0,enabled:!0},{assetId:"cbb8d461-592c-465e-aad4-4dbff435c2a3",name:"Aosta Green Marble Lucidato TR4",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Green",image:"/api/files/hash/sha256-e4245e8484c76a652ee1b806a167cd3680bd46be1ab64201b9e00dbe7cf61697",label:"Aosta Green Marble Lucidato TR4",value:"Aosta Green Marble Lucidato TR4",Material:"Porcelain",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Aosta Green Marble Lucidato TR4",visible:!0,enabled:!0},{assetId:"093b3db6-9447-4a83-8131-81a79a24985e",name:"Rox Black TKQ",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey",image:"/api/files/hash/sha256-be3d9d42c0d0c78943c8971ac07d2e7bcc573c29282a99a296298e2d9e1ef06b",label:"Rox Black TKQ",value:"Rox Black TKQ",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rox Black TKQ",visible:!0,enabled:!0},{assetId:"2cb25415-2e97-4aa4-8166-6d3f46d09c10",name:"Cepp Stone TKP",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey",image:"/api/files/hash/sha256-b29efe12550ef933d62bcca25d57796aee1c87d225b7935c9b1675ad9be1d4e4",label:"Cepp Stone TKP",value:"Cepp Stone TKP",Material:"HPL",zoomIconColor:"White",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cepp Stone TKP",visible:!0,enabled:!0},{assetId:"9f507901-ac89-486b-900b-79112bb9111f",name:"Brera Brown TKN",tags:["Materials","Azzurra"],metadata:{Look:"Metallic, Stone/Marble-Look",Color:"Brown",image:"/api/files/hash/sha256-176b100a4f17f7c9ec5717097a5ac79f91c524977307559300d0f63536acdff2",label:"Brera Brown TKN",value:"Brera Brown TKN",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Brera Brown TKN",visible:!0,enabled:!0},{assetId:"95701f88-54ca-429c-82c2-62db4ade9e12",name:"Noce Sinfonia TKM",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-c2fadedf011e8a7e2ff5d1f842f59cf40608d2e8ae032a1d99dc364c5222e663",label:"Noce Sinfonia TKM",value:"Noce Sinfonia TKM",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce Sinfonia TKM",visible:!0,enabled:!0},{assetId:"012c5296-1201-48f5-b270-3fd473625eee",name:"Rovere Alba TKL",tags:["Materials","Azzurra","krostest"],metadata:{Look:"Wood-Look",Color:"Grey, Brown",image:"/api/files/hash/sha256-ba1fc1fa08e7e6aeaa7b836b17531cfc802b072fec18b2dd6e4beb3cffd96784",label:"Rovere Alba TKL",value:"Rovere Alba TKL",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822","6f3a860d-6b17-4648-966b-5f084fede54c"],type:"item",label:"Rovere Alba TKL",visible:!0,enabled:!0},{assetId:"742ab384-3881-4e70-998d-5888e821793a",name:"Rovere Valdweg TKK",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-a7f1023552a4083e3efc21ed7577d69af8f36632a190f2e0563cd4eda67a1284",label:"Rovere Valdweg TKK",value:"Rovere Valdweg TKK",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Valdweg TKK",visible:!0,enabled:!0},{assetId:"3552b459-d700-4a0d-b100-a5f7b447d6c3",name:"Pulpis Scuro TKJ",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Black, Brown, Grey",image:"/api/files/hash/sha256-8f2c62bc1d2c65416dbe26c6e4c82e6e49bf70c065d61b8c27922f1b2a97c1c4",label:"Pulpis Scuro TKJ",value:"Pulpis Scuro TKJ",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pulpis Scuro TKJ",visible:!0,enabled:!0},{assetId:"be20009d-8b5e-42b4-b429-4846fcd9fd9d",name:"Pulpis Chiaro TKH",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Grey, Beige",image:"/api/files/hash/sha256-280c91328ee6883296a278d492ea1c41993a5e2b31c4ee39b1cf89dbba3937a9",label:"Pulpis Chiaro TKH",value:"Pulpis Chiaro TKH",Material:"HPL",zoomIconColor:"White","hasDefaultConfiguration#UI_Color":"#Urban Horizontal Storage#","hasDefaultConfiguration#UI_Cabinet color":"#Urban Standard#","hasDefaultConfiguration#UI_Lateral Panel":"#Urban Duplex#","hasDefaultConfiguration#UI_Fenix Countertop":"#HPL#"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Pulpis Chiaro TKH",visible:!0,enabled:!0},{assetId:"c0f2a7ac-d7bf-4ea6-8209-dc73daec20fb",name:"Noce Savoia TKG",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-db40f7f277f690e8a17f8fafe60fd97dd6dedf7509cbc1eaa230e0194942589d",label:"Noce Savoia TKG",value:"Noce Savoia TKG",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Noce Savoia TKG",visible:!0,enabled:!0},{assetId:"84acc9b2-f3a2-4ac5-9e3c-62c1427f5bb0",name:"Ardesia TKF",tags:["Materials","Azzurra"],metadata:{Look:"Stone/Marble-Look",Color:"Black",image:"/api/files/hash/sha256-8389293023e9622179eddefcf0e934a28fdc3f80207f62ab1aff4c79f96134d8",label:"Ardesia TKF",value:"Ardesia TKF",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Ardesia TKF",visible:!0,enabled:!0},{assetId:"de1a3842-26c3-4fd5-aeea-89bd7a248e12",name:"Rovere Slavonia TK6",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-320dc7175409c080fd9a4c00742d908c38402a9f568d3465d32b6547a63b8bc7",label:"Rovere Slavonia TK6",value:"Rovere Slavonia TK6",Material:"HPL",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Slavonia TK6",visible:!0,enabled:!0},{assetId:"7f67815a-68a1-4d1b-8557-c25754e77db3",name:"Rovere Monet TK3",tags:["Materials","Azzurra"],metadata:{Look:"Wood-Look",Color:"Brown",image:"/api/files/hash/sha256-da9050a34ec6532e9378e0bb676c924fa5641a4009842482cdf1b5717cabea39",label:"Rovere Monet TK3",value:"Rovere Monet TK3",Material:"HPL",zoomIconColor:"White",filtelistMaterial:"Material#Color#Look"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rovere Monet TK3",visible:!0,enabled:!0},{assetId:"2e30f6ac-3785-4952-ae98-2b1b865e2921",name:"Nero Ingo TFJ",tags:["Materials","Azzurra"],metadata:{hex:"#121212",Color:"Black",label:"Nero Ingo TFJ",value:"Nero Ingo TFJ",Material:"Fenix",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Nero Ingo TFJ",visible:!0,enabled:!0},{assetId:"86ae3b2f-1f19-403b-abda-9f26b673b70b",name:"Rosso Jaipur TFH",tags:["Materials","Azzurra"],metadata:{hex:"#6d403d",Color:"Red",label:"Rosso Jaipur TFH",value:"Rosso Jaipur TFH",Material:"Fenix",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Rosso Jaipur TFH",visible:!0,enabled:!0},{assetId:"92c41fa8-66cc-48a6-ad2b-18bcb2ab05d3",name:"Verde Comodoro TFG",tags:["Materials","Azzurra"],metadata:{hex:"#67706c",Color:"Green",label:"Verde Comodoro TFG",value:"Verde Comodoro TFG",Material:"Fenix",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Verde Comodoro TFG",visible:!0,enabled:!0},{assetId:"e6feec85-ae3d-4272-85b5-13de71350888",name:"Cacao Orinoco TFF",tags:["Materials","Azzurra"],metadata:{hex:"#3f3a3b",Color:"Brown",label:"Cacao Orinoco TFF",value:"Cacao Orinoco TFF",Material:"Fenix",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Cacao Orinoco TFF",visible:!0,enabled:!0},{assetId:"b3b6e538-9e15-4a77-bb7f-6b2cd9cdd7c2",name:"Grigio Bromo TFE",tags:["Materials","Azzurra"],metadata:{hex:"#44484c",Color:"Grey, Blue",label:"Grigio Bromo TFE",value:"Grigio Bromo TFE",Material:"Fenix",zoomIconColor:"White",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Bromo TFE",visible:!0,enabled:!0},{assetId:"39386cef-6c7f-4b4e-bea6-c4f71f087c8b",name:"Grigio Londra TFD",tags:["Materials","Azzurra"],metadata:{hex:"#6f6e68",Color:"Grey ",label:"Grigio Londra TFD",value:"Grigio Londra TFD",Material:"Fenix",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Londra TFD",visible:!0,enabled:!0},{assetId:"82163972-d1b6-4873-bae6-831c4c3ca4d7",name:"Castoro Ottawa TFC",tags:["Materials","Azzurra"],metadata:{hex:"#978d74",Color:"Brown",label:"Castoro Ottawa TFC",value:"Castoro Ottawa TFC",Material:"Fenix",zoomIconColor:"White"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Castoro Ottawa TFC",visible:!0,enabled:!0},{assetId:"33cabc33-9612-4627-8ef3-98f17eb1dba9",name:"Grigio Efeso TFB",tags:["Materials","Azzurra"],metadata:{hex:"#babbbc",Color:"Grey",label:"Grigio Efeso TFB",value:"Grigio Efeso TFB",Material:"Fenix",zoomIconColor:"White","hasDefaultConfiguration#UI_Fenix Countertop":"Fenix"},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Grigio Efeso TFB",visible:!0,enabled:!0},{assetId:"a4bd5da2-8770-4ea1-8401-1ae6451f77a7",name:"Bianco Male TFA",tags:["Materials","Azzurra"],metadata:{hex:"#eeeeee",Color:"White",label:"Bianco Male TFA",value:"Bianco Male TFA",Material:"Fenix",zoomIconColor:"Dark Grey",hasDefaultConfiguration:""},fileSize:95548,tagids:["9fca857a-c51c-46f5-b559-8f8f9e5930e7","d6b2f429-2141-4580-a84f-211f65654822"],type:"item",label:"Bianco Male TFA",visible:!0,enabled:!0},{assetId:"0ce7c193-db9d-47cc-9437-75a2b1bc9e97",name:"Matte White",tags:["solid-surface","Common"],metadata:{hex:"#ffffff",Color:"White",Label:"Matte White",value:"Matte White",Material:"Solid-Surface",hasDefaultConfiguration:""},fileSize:95548,tagids:["0f737be8-5c86-47f5-8f27-a052423caca4","09c52be0-bd79-434c-8e7e-ca8e17250bb3"],type:"item",label:"Matte White",visible:!0,enabled:!0},{assetId:"057340d6-8ebb-4db8-8845-61d7290cb9bc",name:"Gloss White",tags:["solid-surface","Common"],metadata:{hex:"#ffffff",Color:"White",Label:"Gloss White",value:"Gloss White",Material:"Solid-Surface"},fileSize:95548,tagids:["0f737be8-5c86-47f5-8f27-a052423caca4","09c52be0-bd79-434c-8e7e-ca8e17250bb3"],type:"item",label:"Gloss White",visible:!0,enabled:!0}],defaultValue:{assetId:""},global:{id:"1c23523d-560d-46ac-b085-2d8fa40fddd6",type:"Global",name:"Global",metadata:[]},visible:!0,enabled:!0,hiddenValues:["f9ea63c0-82c6-4d0f-9b51-fcee32e8cc28"],disabledValues:[],value:{assetId:"be20009d-8b5e-42b4-b429-4846fcd9fd9d",type:"item"}},{id:"e48e2d24-2a9b-4426-b7c7-5052f5d65a7e",type:"String",name:"UIGrouping",metadata:{},blacklist:[],values:[],defaultValue:"",global:{id:"e48e2d24-2a9b-4426-b7c7-5052f5d65a7e",type:"Global",name:"Global",metadata:[]},visible:!0,enabled:!0,hiddenValues:[],disabledValues:[],value:`[{"section":"Select Model","sort":"1","groups":[{"groupName":"Model","order":"1","type":"combined","options":[{"option":"Conceptsize","label":"Size","optionName":"UI_Conceptsize","order":"1","type":"simple","typeComponent":"filtration","values":{"24":"24-29\\"","30":"30-39\\"","40":"40-49\\"","50":"50-59\\"","60":"60-69\\"","70":"70-79\\"","80":"80-89\\"","90":"90+\\""},"valuesArray":[{"value":"24","additionalFilter":"","label":"24-29\\""},{"value":"30","additionalFilter":"","label":"30-39\\""},{"value":"40","additionalFilter":"","label":"40-49\\""},{"value":"50","additionalFilter":"","label":"50-59\\""},{"value":"60","additionalFilter":"","label":"60-69\\""},{"value":"70","additionalFilter":"","label":"70-79\\""},{"value":"80","additionalFilter":"","label":"80-89\\""},{"value":"90","additionalFilter":"","label":"90+\\""}]},{"option":"Style","label":"Style","optionName":"UI_Style","order":"2","type":"simple","typeComponent":"filtration","values":{"1-Drawer":"1-Drawer","2-Drawer":"2-Drawer","Single basin":"Single basin","Double basin":"Double basin","Asymmetrical":"Asymmetrical","Open Shelving":"Open Shelving","Multi-level":"Multi-level"},"valuesArray":[{"value":"1-Drawer","additionalFilter":"","label":"1-Drawer"},{"value":"2-Drawer","additionalFilter":"","label":"2-Drawer"},{"value":"Single basin","additionalFilter":"","label":"Single basin"},{"value":"Double basin","additionalFilter":"","label":"Double basin"},{"value":"Asymmetrical","additionalFilter":"","label":"Asymmetrical"},{"value":"Open Shelving","additionalFilter":"","label":"Open Shelving"},{"value":"Multi-level","additionalFilter":"","label":"Multi-level"}]},{"option":"Model","label":"Model","optionName":"UI_Model","order":"3","type":"simple","typeComponent":"list","values":{"24 1DW Slim_24":"Urban Duplex · 24'' 1-Drawer Slim","24 2DW_24":"Urban Duplex · 24'' 2-Drawer","28 1DW Slim_24":"Urban Duplex · 28'' 1-Drawer Slim","28 1DW_24":"Urban Duplex · 28'' 1-Drawer","28 2DW_24":"Urban Duplex · 28'' 2-Drawer","32 1DW Slim_30":"Urban Duplex · 32'' 1-Drawer Slim","32 1DW_30":"Urban Duplex · 32'' 1-Drawer","34 1DW OSS_30":"Urban Duplex · 34'' 1-Drawer OSS","34 1DW Slim_30":"Urban Duplex · 34'' 1-Drawer Slim","34 1DW_30":"Urban Duplex · 34'' 1-Drawer","34 2DW OSS_30":"Urban Duplex · 34'' 2-Drawer OSS","36 1DW Slim_30":"Urban Duplex · 36'' 1-Drawer Slim","36 2DW_30":"Urban Duplex · 36'' 2-Drawer","42 1DW 1_40":"Urban Duplex · 42'' 1-Drawer 1","42 1DW Slim 1_40":"Urban Duplex · 42'' 1-Drawer Slim 1","42 1DW Slim OSS_40":"Urban Duplex · 42'' 1-Drawer Slim OSS","42 1DW Slim_40":"Urban Duplex · 42'' 1-Drawer Slim","42 1DW_40":"Urban Duplex · 42'' 1-Drawer","46 1DW Slim_40":"Urban Duplex · 46'' 1-Drawer Slim","48 1DW Double_40":"Urban Duplex · 48'' 1-Drawer Double","48 1DW Slim_40":"Urban Duplex · 48'' 1-Drawer Slim","48 2DW Double_40":"Urban Duplex · 48'' 2-Drawer Double","48 2DW_40":"Urban Duplex · 48'' 2-Drawer","51 2DW_50":"Urban Duplex · 51'' 2-Drawer","53 1DW OSS_50":"Urban Duplex · 53'' 1-Drawer OSS","55 1DW Slim 1_50":"Urban Duplex · 55'' 1-Drawer Slim 1","55 1DW Slim_50":"Urban Duplex · 55'' 1-Drawer Slim","55 2DW OSS_50":"Urban Duplex · 55'' 2-Drawer OSS","57 1DW Multi-level_50":"Urban Duplex · 57'' 1-Drawer Multi-level","59 1DW Double OSS_50":"Urban Duplex · 59'' 1-Drawer Double OSS","59 1DW Slim_50":"Urban Duplex · 59'' 1-Drawer Slim","59 1DW_50":"Urban Duplex · 59'' 1-Drawer","59 2DW Double_50":"Urban Duplex · 59'' 2-Drawer Double","61 1DW Multi-Level_60":"Urban Duplex · 61'' 1-Drawer Multi-Level","63 1DW Double_60":"Urban Duplex · 63'' 1-Drawer Double","63 1DW Slim 1_60":"Urban Duplex · 63'' 1-Drawer Slim 1","63 1DW Slim 2_60":"Urban Duplex · 63'' 1-Drawer Slim 2","63 1DW Slim_60":"Urban Duplex · 63'' 1-Drawer Slim","63 2DW_60":"Urban Duplex · 63'' 2-Drawer","65 1DW OSS_60":"Urban Duplex · 65'' 1-Drawer OSS","65 2DW_60":"Urban Duplex · 65'' 2-Drawer","67 1DW Slim_60":"Urban Duplex · 67'' 1-Drawer Slim","69 2DW Double_60":"Urban Duplex · 69'' 2-Drawer Double","70 1DW Multi-Level_70":"Urban Duplex · 70'' 1-Drawer Multi-Level","71 1DW Multi-Level_70":"Urban Duplex · 71'' 1-Drawer Multi-Level","71 1DW OSS_70":"Urban Duplex · 71'' 1-Drawer OSS","71 2DW Double_70":"Urban Duplex · 71'' 2-Drawer Double","71 2DW_70":"Urban Duplex · 71'' 2-Drawer","73 1DW Slim_70":"Urban Duplex · 73'' 1-Drawer Slim","73 2DW_70":"Urban Duplex · 73'' 2-Drawer","75 1DW Slim_70":"Urban Duplex · 75'' 1-Drawer Slim","77 2DW Double_70":"Urban Duplex · 77'' 2-Drawer Double","79 1DW Double_70":"Urban Duplex · 79'' 1-Drawer Double","79 2DW_70":"Urban Duplex · 79'' 2-Drawer","83 1DW Slim Double 1_80":"Urban Duplex · 83'' 1-Drawer Slim Double 1","83 1DW Slim Double_80":"Urban Duplex · 83'' 1-Drawer Slim Double","83 1DW Slim_80":"Urban Duplex · 83'' 1-Drawer Slim","83 2DW Double_80":"Urban Duplex · 83'' 2-Drawer Double","83 2DW_80":"Urban Duplex · 83'' 2-Drawer","85 1DW Slim OSS_80":"Urban Duplex · 85'' 1-Drawer Slim OSS","87 1DW Double_80":"Urban Duplex · 87'' 1-Drawer Double","87 2DW Double_80":"Urban Duplex · 87'' 2-Drawer Double","89 2DW_80":"Urban Duplex · 89'' 2-Drawer","94 1DW Multi-Level_90":"Urban Duplex · 94'' 1-Drawer Multi-Level","95 1DW Double_90":"Urban Duplex · 95'' 1-Drawer Double","95 2DW Double 1_90":"Urban Duplex · 95'' 2-Drawer Double 1","95 2DW Double_90":"Urban Duplex · 95'' 2-Drawer Double","97 1DW Slim 1_90":"Urban Duplex · 97'' 1-Drawer Slim 1","97 1DW Slim_90":"Urban Duplex · 97'' 1-Drawer Slim","97 1DW_90":"Urban Duplex · 97'' 1-Drawer","99 2DW OSS_90":"Urban Duplex · 99'' 2-Drawer OSS"},"valuesArray":[{"value":"24 1DW Slim_24","additionalFilter":"1-Drawer, Single Basin","label":"Urban Duplex · 24'' 1-Drawer Slim"},{"value":"24 2DW_24","additionalFilter":"2-Drawer, Single Basin","label":"Urban Duplex · 24'' 2-Drawer"},{"value":"28 1DW Slim_24","additionalFilter":"1-Drawer, Single Basin","label":"Urban Duplex · 28'' 1-Drawer Slim"},{"value":"28 1DW_24","additionalFilter":"1-Drawer, Single Basin","label":"Urban Duplex · 28'' 1-Drawer"},{"value":"28 2DW_24","additionalFilter":"2-Drawer, Single Basin","label":"Urban Duplex · 28'' 2-Drawer"},{"value":"32 1DW Slim_30","additionalFilter":"1-Drawer, Single Basin","label":"Urban Duplex · 32'' 1-Drawer Slim"},{"value":"32 1DW_30","additionalFilter":"1-Drawer, Single Basin","label":"Urban Duplex · 32'' 1-Drawer"},{"value":"34 1DW OSS_30","additionalFilter":"1-Drawer, Single Basin, Open Shelving, Asymmetrical","label":"Urban Duplex · 34'' 1-Drawer OSS"},{"value":"34 1DW Slim_30","additionalFilter":"1-Drawer, Single Basin, Asymmetrical, Open Shelving","label":"Urban Duplex · 34'' 1-Drawer Slim"},{"value":"34 1DW_30","additionalFilter":"1-Drawer, Single Basin, Asymmetrical, Open Shelving","label":"Urban Duplex · 34'' 1-Drawer"},{"value":"34 2DW OSS_30","additionalFilter":"2-Drawer, Single Basin, Open Shelving, Asymmetrical","label":"Urban Duplex · 34'' 2-Drawer OSS"},{"value":"36 1DW Slim_30","additionalFilter":"1-Drawer, Single Basin","label":"Urban Duplex · 36'' 1-Drawer Slim"},{"value":"36 2DW_30","additionalFilter":"2-Drawer, Single Basin","label":"Urban Duplex · 36'' 2-Drawer"},{"value":"42 1DW 1_40","additionalFilter":"1-Drawer, Single Basin","label":"Urban Duplex · 42'' 1-Drawer 1"},{"value":"42 1DW Slim 1_40","additionalFilter":"1-Drawer, Single Basin","label":"Urban Duplex · 42'' 1-Drawer Slim 1"},{"value":"42 1DW Slim OSS_40","additionalFilter":"1-Drawer, Single Basin, Open Shelving, Asymmetrical","label":"Urban Duplex · 42'' 1-Drawer Slim OSS"},{"value":"42 1DW Slim_40","additionalFilter":"1-Drawer, Single Basin, Asymmetrical","label":"Urban Duplex · 42'' 1-Drawer Slim"},{"value":"42 1DW_40","additionalFilter":"1-Drawer, Single Basin, Asymmetrical","label":"Urban Duplex · 42'' 1-Drawer"},{"value":"46 1DW Slim_40","additionalFilter":"1-Drawer, Single Basin, Asymmetrical","label":"Urban Duplex · 46'' 1-Drawer Slim"},{"value":"48 1DW Double_40","additionalFilter":"1-Drawer, Double basin","label":"Urban Duplex · 48'' 1-Drawer Double"},{"value":"48 1DW Slim_40","additionalFilter":"1-Drawer, Single Basin","label":"Urban Duplex · 48'' 1-Drawer Slim"},{"value":"48 2DW Double_40","additionalFilter":"2-Drawer, Double basin","label":"Urban Duplex · 48'' 2-Drawer Double"},{"value":"48 2DW_40","additionalFilter":"2-Drawer, Single Basin, Asymmetrical","label":"Urban Duplex · 48'' 2-Drawer"},{"value":"51 2DW_50","additionalFilter":"2-Drawer, Single Basin, Asymmetrical","label":"Urban Duplex · 51'' 2-Drawer"},{"value":"53 1DW OSS_50","additionalFilter":"1-Drawer, Single Basin, Asymmetrical, Open Shelving","label":"Urban Duplex · 53'' 1-Drawer OSS"},{"value":"55 1DW Slim 1_50","additionalFilter":"1-Drawer, Single Basin, Asymmetrical","label":"Urban Duplex · 55'' 1-Drawer Slim 1"},{"value":"55 1DW Slim_50","additionalFilter":"1-Drawer, Single Basin, Asymmetrical","label":"Urban Duplex · 55'' 1-Drawer Slim"},{"value":"55 2DW OSS_50","additionalFilter":"2-Drawer, Single Basin, Open Shelving, Asymmetrical","label":"Urban Duplex · 55'' 2-Drawer OSS"},{"value":"57 1DW Multi-level_50","additionalFilter":"1-Drawer, Single Basin, Multi-level","label":"Urban Duplex · 57'' 1-Drawer Multi-level"},{"value":"59 1DW Double OSS_50","additionalFilter":"1-Drawer, Double basin, Open Shelving","label":"Urban Duplex · 59'' 1-Drawer Double OSS"},{"value":"59 1DW Slim_50","additionalFilter":"1-Drawer, Single Basin, Asymmetrical","label":"Urban Duplex · 59'' 1-Drawer Slim"},{"value":"59 1DW_50","additionalFilter":"1-Drawer, Single Basin, Asymmetrical","label":"Urban Duplex · 59'' 1-Drawer"},{"value":"59 2DW Double_50","additionalFilter":"2-Drawer, Double basin","label":"Urban Duplex · 59'' 2-Drawer Double"},{"value":"61 1DW Multi-Level_60","additionalFilter":"1-Drawer, Single basin, Multi-level, Open Shelving","label":"Urban Duplex · 61'' 1-Drawer Multi-Level"},{"value":"63 1DW Double_60","additionalFilter":"1-Drawer, Double basin","label":"Urban Duplex · 63'' 1-Drawer Double"},{"value":"63 1DW Slim 1_60","additionalFilter":"1-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 63'' 1-Drawer Slim 1"},{"value":"63 1DW Slim 2_60","additionalFilter":"1-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 63'' 1-Drawer Slim 2"},{"value":"63 1DW Slim_60","additionalFilter":"1-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 63'' 1-Drawer Slim"},{"value":"63 2DW_60","additionalFilter":"2-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 63'' 2-Drawer"},{"value":"65 1DW OSS_60","additionalFilter":"1-Drawer, Single basin, Asymmetrical, Open Shelving","label":"Urban Duplex · 65'' 1-Drawer OSS"},{"value":"65 2DW_60","additionalFilter":"2-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 65'' 2-Drawer"},{"value":"67 1DW Slim_60","additionalFilter":"1-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 67'' 1-Drawer Slim"},{"value":"69 2DW Double_60","additionalFilter":"2-Drawer, Double basin","label":"Urban Duplex · 69'' 2-Drawer Double"},{"value":"70 1DW Multi-Level_70","additionalFilter":"1-Drawer, Single basin, Multi-Level","label":"Urban Duplex · 70'' 1-Drawer Multi-Level"},{"value":"71 1DW Multi-Level_70","additionalFilter":"1-Drawer, Single basin, Multi-Level","label":"Urban Duplex · 71'' 1-Drawer Multi-Level"},{"value":"71 1DW OSS_70","additionalFilter":"1-Drawer, Single basin, Asymmetrical, Open Shelving","label":"Urban Duplex · 71'' 1-Drawer OSS"},{"value":"71 2DW Double_70","additionalFilter":"2-Drawer, Double basin","label":"Urban Duplex · 71'' 2-Drawer Double"},{"value":"71 2DW_70","additionalFilter":"2-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 71'' 2-Drawer"},{"value":"73 1DW Slim_70","additionalFilter":"1-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 73'' 1-Drawer Slim"},{"value":"73 2DW_70","additionalFilter":"2-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 73'' 2-Drawer"},{"value":"75 1DW Slim_70","additionalFilter":"1-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 75'' 1-Drawer Slim"},{"value":"77 2DW Double_70","additionalFilter":"2-Drawer, Double basin","label":"Urban Duplex · 77'' 2-Drawer Double"},{"value":"79 1DW Double_70","additionalFilter":"1-Drawer, Double basin","label":"Urban Duplex · 79'' 1-Drawer Double"},{"value":"79 2DW_70","additionalFilter":"2-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 79'' 2-Drawer"},{"value":"83 1DW Slim Double 1_80","additionalFilter":"1-Drawer, Double basin","label":"Urban Duplex · 83'' 1-Drawer Slim Double 1"},{"value":"83 1DW Slim Double_80","additionalFilter":"1-Drawer, Double basin","label":"Urban Duplex · 83'' 1-Drawer Slim Double"},{"value":"83 1DW Slim_80","additionalFilter":"1-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 83'' 1-Drawer Slim"},{"value":"83 2DW Double_80","additionalFilter":"2-Drawer, Double basin","label":"Urban Duplex · 83'' 2-Drawer Double"},{"value":"83 2DW_80","additionalFilter":"2-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 83'' 2-Drawer"},{"value":"85 1DW Slim OSS_80","additionalFilter":"1-Drawer, Single basin, Asymmetrical, Open Shelving","label":"Urban Duplex · 85'' 1-Drawer Slim OSS"},{"value":"87 1DW Double_80","additionalFilter":"1-Drawer, Double basin","label":"Urban Duplex · 87'' 1-Drawer Double"},{"value":"87 2DW Double_80","additionalFilter":"2-Drawer, Double basin","label":"Urban Duplex · 87'' 2-Drawer Double"},{"value":"89 2DW_80","additionalFilter":"2-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 89'' 2-Drawer"},{"value":"94 1DW Multi-Level_90","additionalFilter":"1-Drawer, Single basin, Multi-Level","label":"Urban Duplex · 94'' 1-Drawer Multi-Level"},{"value":"95 1DW Double_90","additionalFilter":"1-Drawer, Double basin","label":"Urban Duplex · 95'' 1-Drawer Double"},{"value":"95 2DW Double 1_90","additionalFilter":"2-Drawer, Double basin","label":"Urban Duplex · 95'' 2-Drawer Double 1"},{"value":"95 2DW Double_90","additionalFilter":"2-Drawer, Double basin","label":"Urban Duplex · 95'' 2-Drawer Double"},{"value":"97 1DW Slim 1_90","additionalFilter":"1-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 97'' 1-Drawer Slim 1"},{"value":"97 1DW Slim_90","additionalFilter":"1-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 97'' 1-Drawer Slim"},{"value":"97 1DW_90","additionalFilter":"1-Drawer, Single basin, Asymmetrical","label":"Urban Duplex · 97'' 1-Drawer"},{"value":"99 2DW OSS_90","additionalFilter":"2-Drawer, Single basin, Asymmetrical, Open Shelving","label":"Urban Duplex · 99'' 2-Drawer OSS"}]}]}],"enabledCTA":true},{"section":"Select Cabinet Colors","sort":"2","groups":[{"groupName":"Select Color for Each Panel","order":"1","type":"combined","options":[{"option":"Base Panel","label":"Base Panel","optionName":"UI_Base Panel","order":"1","type":"simple","typeComponent":"material","values":{"Colortech Bianco 10B":"Colortech Bianco 10B","Colortech Grigio fume 10F":"Colortech Grigio fume 10F","Cemento Cenere 1A1":"Cemento Cenere 1A1","Cemento Tortora 1A2":"Cemento Tortora 1A2","Cemento Creta 1A3":"Cemento Creta 1A3","Cemento Oltremare 1A4":"Cemento Oltremare 1A4","Cemento Ghiaccio 1A5":"Cemento Ghiaccio 1A5","Pietra Piasentina Grigio Chiaro 1AA":"Pietra Piasentina Grigio Chiaro 1AA","Pietra Piasentina Grigio Scuro 1AB":"Pietra Piasentina Grigio Scuro 1AB","Castagno chiaro 1C1":"Castagno chiaro 1C1","Castagno Malto 1C2":"Castagno Malto 1C2","Castagno Scuro 1C3":"Castagno Scuro 1C3","Eucalipto Naturale 1E1":"Eucalipto Naturale 1E1","Eucalipto Affumicato 1E2":"Eucalipto Affumicato 1E2","Paulownia Seppia 1F2":"Paulownia Seppia 1F2","Noce Rigato Chiaro 1N1":"Noce Rigato Chiaro 1N1","Noce rigato Canaletto Naturale 1N2":"Noce rigato Canaletto Naturale 1N2","Noce Rigato Grigio 1N3":"Noce Rigato Grigio 1N3","Nodato spaccato Biondo 1NA":"Nodato spaccato Biondo 1NA","Nodato spaccato Tabacco 1NB":"Nodato spaccato Tabacco 1NB","Noce Tavola Antico Chiaro 1ND":"Noce Tavola Antico Chiaro 1ND","Noce Tavola Antico Scuro 1NE":"Noce Tavola Antico Scuro 1NE","Rovere Dogato Bianco 1P0":"Rovere Dogato Bianco 1P0","Rovere Dogato Grigio 1P1":"Rovere Dogato Grigio 1P1","Rovere Dogato Naturale 1P3":"Rovere Dogato Naturale 1P3","Pelle Pecari Tortora 1PE":"Pelle Pecari Tortora 1PE","Rigatino Naturale 1RN":"Rigatino Naturale 1RN","Rigatino Tabacco 1RP":"Rigatino Tabacco 1RP","Rigatino Beton 1RQ":"Rigatino Beton 1RQ","Rovere Sherwood Chiaro 1S1":"Rovere Sherwood Chiaro 1S1","Rovere Sherwood Scuro 1S2":"Rovere Sherwood Scuro 1S2","Rovere Sherwood Castano 1S3":"Rovere Sherwood Castano 1S3","Agata BD MT":"Agata BD MT","Aragosta 77 MT":"Aragosta 77 MT","Arancio Zucca 09 MT":"Arancio Zucca 09 MT","Ardesia DD MT":"Ardesia DD MT","Argilla DR MT":"Argilla DR MT","Bianco 0B MT":"Bianco 0B MT","Bianco Calce DA MT":"Bianco Calce DA MT","Bianco Male FA MT":"Bianco Male FA MT","Blu Artico 37 MT":"Blu Artico 37 MT","Blu Avio 41 MT":"Blu Avio 41 MT","Blu Laguna A7 MT":"Blu Laguna A7 MT","Blu Oltremare BG MT":"Blu Oltremare BG MT","Blu Pavone A6 MT":"Blu Pavone A6 MT","Blu Reale 48 MT":"Blu Reale 48 MT","Cacao 05 MT":"Cacao 05 MT","Cacao Orinoco FF MT":"Cacao Orinoco FF MT","Canapa 94 MT":"Canapa 94 MT","Canyon 90 MT":"Canyon 90 MT","Carbone 43 MT":"Carbone 43 MT","Carta da Zucchero 47 MT":"Carta da Zucchero 47 MT","Castoro Ottawa FC MT":"Castoro Ottawa FC MT","Cenere 92 MT":"Cenere 92 MT","Giallo Curry 08 MT":"Giallo Curry 08 MT","Grigio Bromo FE MT":"Grigio Bromo FE MT","Grigio Chiaro A8 MT":"Grigio Chiaro A8 MT","Grigio Efeso FB MT":"Grigio Efeso FB MT","Grigio Grafite 02 MT":"Grigio Grafite 02 MT","Grigio Lavagna A9 MT":"Grigio Lavagna A9 MT","Grigio Londra FD MT":"Grigio Londra FD MT","Grigio Luce 07 MT":"Grigio Luce 07 MT","Grigio Perla 33 MT":"Grigio Perla 33 MT","Grigio Pioggia 80 MT":"Grigio Pioggia 80 MT","Grigio Talpa B5 MT":"Grigio Talpa B5 MT","Juta DP MT":"Juta DP MT","Marrone Havana 79 MT":"Marrone Havana 79 MT","Mattone 10 MT":"Mattone 10 MT","Metallizzato Alluminio M1 MT":"Metallizzato Alluminio M1 MT","Metallizzato Antracite M5 MT":"Metallizzato Antracite M5 MT","Metallizzato Bronzo M4 MT":"Metallizzato Bronzo M4 MT","Metallizzato Copper M7 MT":"Metallizzato Copper M7 MT","Metallizzato Creta M6 MT":"Metallizzato Creta M6 MT","Nebbia 91 MT":"Nebbia 91 MT","Nero 03 MT":"Nero 03 MT","Platino DF MT":"Platino DF MT","Roccia CE MT":"Roccia CE MT","Rosa Etoile 45 MT":"Rosa Etoile 45 MT","Rosa Retro 46 MT":"Rosa Retro 46 MT","Rosso Fuoco 21 MT":"Rosso Fuoco 21 MT","Rosso Jaipur FH MT":"Rosso Jaipur FH MT","Rosso Rubino 19 MT":"Rosso Rubino 19 MT","Terra DB MT":"Terra DB MT","Titanio 93 MT":"Titanio 93 MT","Torba DS MT":"Torba DS MT","Tortora BE MT":"Tortora BE MT","Verde Comodoro FG MT":"Verde Comodoro FG MT","Verde Ghiaia 31 MT":"Verde Ghiaia 31 MT","Verde Polvere 34 MT":"Verde Polvere 34 MT","Verde Salvia 42 MT":"Verde Salvia 42 MT","Agata BD GL":"Agata BD GL","Aragosta 77 GL":"Aragosta 77 GL","Arancio Zucca 09 GL":"Arancio Zucca 09 GL","Ardesia DD GL":"Ardesia DD GL","Argilla DR GL":"Argilla DR GL","Bianco 0B GL":"Bianco 0B GL","Bianco Calce DA GL":"Bianco Calce DA GL","Bianco Male FA GL":"Bianco Male FA GL","Blu Artico 37 GL":"Blu Artico 37 GL","Blu Avio 41 GL":"Blu Avio 41 GL","Blu Laguna A7 GL":"Blu Laguna A7 GL","Blu Oltremare BG GL":"Blu Oltremare BG GL","Blu Pavone A6 GL":"Blu Pavone A6 GL","Blu Reale 48 GL":"Blu Reale 48 GL","Cacao 05 GL":"Cacao 05 GL","Cacao Orinoco FF GL":"Cacao Orinoco FF GL","Canapa 94 GL":"Canapa 94 GL","Canyon 90 GL":"Canyon 90 GL","Carbone 43 GL":"Carbone 43 GL","Carta da Zucchero 47 GL":"Carta da Zucchero 47 GL","Castoro Ottawa FC GL":"Castoro Ottawa FC GL","Cenere 92 GL":"Cenere 92 GL","Giallo Curry 08 GL":"Giallo Curry 08 GL","Grigio Bromo FE GL":"Grigio Bromo FE GL","Grigio Chiaro A8 GL":"Grigio Chiaro A8 GL","Grigio Efeso FB GL":"Grigio Efeso FB GL","Grigio Grafite 02 GL":"Grigio Grafite 02 GL","Grigio Lavagna A9 GL":"Grigio Lavagna A9 GL","Grigio Londra FD GL":"Grigio Londra FD GL","Grigio Luce 07 GL":"Grigio Luce 07 GL","Grigio Perla 33 GL":"Grigio Perla 33 GL","Grigio Pioggia 80 GL":"Grigio Pioggia 80 GL","Grigio Talpa B5 GL":"Grigio Talpa B5 GL","Juta DP GL":"Juta DP GL","Marrone Havana 79 GL":"Marrone Havana 79 GL","Mattone 10 GL":"Mattone 10 GL","Metallizzato Alluminio M1 GL":"Metallizzato Alluminio M1 GL","Metallizzato Antracite M5 GL":"Metallizzato Antracite M5 GL","Metallizzato Bronzo M4 GL":"Metallizzato Bronzo M4 GL","Metallizzato Copper M7 GL":"Metallizzato Copper M7 GL","Metallizzato Creta M6 GL":"Metallizzato Creta M6 GL","Nebbia 91 GL":"Nebbia 91 GL","Nero 03 GL":"Nero 03 GL","Platino DF GL":"Platino DF GL","Roccia CE GL":"Roccia CE GL","Rosa Etoile 45 GL":"Rosa Etoile 45 GL","Rosa Retro 46 GL":"Rosa Retro 46 GL","Rosso Fuoco 21 GL":"Rosso Fuoco 21 GL","Rosso Jaipur FH GL":"Rosso Jaipur FH GL","Rosso Rubino 19 GL":"Rosso Rubino 19 GL","Terra DB GL":"Terra DB GL","Titanio 93 GL":"Titanio 93 GL","Torba DS GL":"Torba DS GL","Tortora BE GL":"Tortora BE GL","Verde Comodoro FG GL":"Verde Comodoro FG GL","Verde Ghiaia 31 GL":"Verde Ghiaia 31 GL","Verde Polvere 34 GL":"Verde Polvere 34 GL","Verde Salvia 42 GL":"Verde Salvia 42 GL","Agata BD ST":"Agata BD ST","Aragosta 77 ST":"Aragosta 77 ST","Arancio Zucca 09 ST":"Arancio Zucca 09 ST","Ardesia DD ST":"Ardesia DD ST","Argilla DR ST":"Argilla DR ST","Bianco 0B ST":"Bianco 0B ST","Bianco Calce DA ST":"Bianco Calce DA ST","Bianco Male FA ST":"Bianco Male FA ST","Blu Artico 37 ST":"Blu Artico 37 ST","Blu Avio 41 ST":"Blu Avio 41 ST","Blu Laguna A7 ST":"Blu Laguna A7 ST","Blu Oltremare BG ST":"Blu Oltremare BG ST","Blu Pavone A6 ST":"Blu Pavone A6 ST","Blu Reale 48 ST":"Blu Reale 48 ST","Cacao 05 ST":"Cacao 05 ST","Cacao Orinoco FF ST":"Cacao Orinoco FF ST","Canapa 94 ST":"Canapa 94 ST","Canyon 90 ST":"Canyon 90 ST","Carbone 43 ST":"Carbone 43 ST","Carta da Zucchero 47 ST":"Carta da Zucchero 47 ST","Castoro Ottawa FC ST":"Castoro Ottawa FC ST","Cenere 92 ST":"Cenere 92 ST","Giallo Curry 08 ST":"Giallo Curry 08 ST","Grigio Bromo FE ST":"Grigio Bromo FE ST","Grigio Chiaro A8 ST":"Grigio Chiaro A8 ST","Grigio Efeso FB ST":"Grigio Efeso FB ST","Grigio Grafite 02 ST":"Grigio Grafite 02 ST","Grigio Lavagna A9 ST":"Grigio Lavagna A9 ST","Grigio Londra FD ST":"Grigio Londra FD ST","Grigio Luce 07 ST":"Grigio Luce 07 ST","Grigio Perla 33 ST":"Grigio Perla 33 ST","Grigio Pioggia 80 ST":"Grigio Pioggia 80 ST","Grigio Talpa B5 ST":"Grigio Talpa B5 ST","Juta DP ST":"Juta DP ST","Marrone Havana 79 ST":"Marrone Havana 79 ST","Mattone 10 ST":"Mattone 10 ST","Metallizzato Alluminio M1 ST":"Metallizzato Alluminio M1 ST","Metallizzato Antracite M5 ST":"Metallizzato Antracite M5 ST","Metallizzato Bronzo M4 ST":"Metallizzato Bronzo M4 ST","Metallizzato Copper M7 ST":"Metallizzato Copper M7 ST","Metallizzato Creta M6 ST":"Metallizzato Creta M6 ST","Nebbia 91 ST":"Nebbia 91 ST","Nero 03 ST":"Nero 03 ST","Platino DF ST":"Platino DF ST","Roccia CE ST":"Roccia CE ST","Rosa Etoile 45 ST":"Rosa Etoile 45 ST","Rosa Retro 46 ST":"Rosa Retro 46 ST","Rosso Fuoco 21 ST":"Rosso Fuoco 21 ST","Rosso Jaipur FH ST":"Rosso Jaipur FH ST","Rosso Rubino 19 ST":"Rosso Rubino 19 ST","Terra DB ST":"Terra DB ST","Titanio 93 ST":"Titanio 93 ST","Torba DS ST":"Torba DS ST","Tortora BE ST":"Tortora BE ST","Verde Comodoro FG ST":"Verde Comodoro FG ST","Verde Ghiaia 31 ST":"Verde Ghiaia 31 ST","Verde Polvere 34 ST":"Verde Polvere 34 ST","Verde Salvia 42 ST":"Verde Salvia 42 ST","Metal acciaio 2MA":"Metal acciaio 2MA","Metal piombo 2MB":"Metal piombo 2MB","Metal titanio 2MC":"Metal titanio 2MC","Metal bronzo 2MD":"Metal bronzo 2MD","Rovere Monet TK3":"Rovere Monet TK3","Rovere Slavonia TK6":"Rovere Slavonia TK6","Ardesia TKF":"Ardesia TKF","Noce Savoia TKG":"Noce Savoia TKG","Pulpis Chiaro TKH":"Pulpis Chiaro TKH","Pulpis Scuro TKJ":"Pulpis Scuro TKJ","Rovere Valdweg TKK":"Rovere Valdweg TKK","Rovere Alba TKL":"Rovere Alba TKL","Noce Sinfonia TKM":"Noce Sinfonia TKM","Brera Brown TKN":"Brera Brown TKN","Cepp Stone TKP":"Cepp Stone TKP","Rox Black TKQ":"Rox Black TKQ","Rovere Eucalipto 01A":"Rovere Eucalipto 01A","Rovere Bianco 06A":"Rovere Bianco 06A","Rovere Naturale 06B":"Rovere Naturale 06B","Rovere Sabbia 06C":"Rovere Sabbia 06C","Rovere Cenere 06D":"Rovere Cenere 06D","Rovere Avena 06E":"Rovere Avena 06E","Rovere Fumo 06F":"Rovere Fumo 06F","Rovere Carbone 06G":"Rovere Carbone 06G","Rovere Moka 06H":"Rovere Moka 06H","Rovere Nero 06J":"Rovere Nero 06J"},"valuesArray":[{"value":"Colortech Bianco 10B","additionalFilter":"","label":"Colortech Bianco 10B"},{"value":"Colortech Grigio fume 10F","additionalFilter":"","label":"Colortech Grigio fume 10F"},{"value":"Cemento Cenere 1A1","additionalFilter":"","label":"Cemento Cenere 1A1"},{"value":"Cemento Tortora 1A2","additionalFilter":"","label":"Cemento Tortora 1A2"},{"value":"Cemento Creta 1A3","additionalFilter":"","label":"Cemento Creta 1A3"},{"value":"Cemento Oltremare 1A4","additionalFilter":"","label":"Cemento Oltremare 1A4"},{"value":"Cemento Ghiaccio 1A5","additionalFilter":"","label":"Cemento Ghiaccio 1A5"},{"value":"Pietra Piasentina Grigio Chiaro 1AA","additionalFilter":"","label":"Pietra Piasentina Grigio Chiaro 1AA"},{"value":"Pietra Piasentina Grigio Scuro 1AB","additionalFilter":"","label":"Pietra Piasentina Grigio Scuro 1AB"},{"value":"Castagno chiaro 1C1","additionalFilter":"","label":"Castagno chiaro 1C1"},{"value":"Castagno Malto 1C2","additionalFilter":"","label":"Castagno Malto 1C2"},{"value":"Castagno Scuro 1C3","additionalFilter":"","label":"Castagno Scuro 1C3"},{"value":"Eucalipto Naturale 1E1","additionalFilter":"","label":"Eucalipto Naturale 1E1"},{"value":"Eucalipto Affumicato 1E2","additionalFilter":"","label":"Eucalipto Affumicato 1E2"},{"value":"Paulownia Seppia 1F2","additionalFilter":"","label":"Paulownia Seppia 1F2"},{"value":"Noce Rigato Chiaro 1N1","additionalFilter":"","label":"Noce Rigato Chiaro 1N1"},{"value":"Noce rigato Canaletto Naturale 1N2","additionalFilter":"","label":"Noce rigato Canaletto Naturale 1N2"},{"value":"Noce Rigato Grigio 1N3","additionalFilter":"","label":"Noce Rigato Grigio 1N3"},{"value":"Nodato spaccato Biondo 1NA","additionalFilter":"","label":"Nodato spaccato Biondo 1NA"},{"value":"Nodato spaccato Tabacco 1NB","additionalFilter":"","label":"Nodato spaccato Tabacco 1NB"},{"value":"Noce Tavola Antico Chiaro 1ND","additionalFilter":"","label":"Noce Tavola Antico Chiaro 1ND"},{"value":"Noce Tavola Antico Scuro 1NE","additionalFilter":"","label":"Noce Tavola Antico Scuro 1NE"},{"value":"Rovere Dogato Bianco 1P0","additionalFilter":"","label":"Rovere Dogato Bianco 1P0"},{"value":"Rovere Dogato Grigio 1P1","additionalFilter":"","label":"Rovere Dogato Grigio 1P1"},{"value":"Rovere Dogato Naturale 1P3","additionalFilter":"","label":"Rovere Dogato Naturale 1P3"},{"value":"Pelle Pecari Tortora 1PE","additionalFilter":"","label":"Pelle Pecari Tortora 1PE"},{"value":"Rigatino Naturale 1RN","additionalFilter":"","label":"Rigatino Naturale 1RN"},{"value":"Rigatino Tabacco 1RP","additionalFilter":"","label":"Rigatino Tabacco 1RP"},{"value":"Rigatino Beton 1RQ","additionalFilter":"","label":"Rigatino Beton 1RQ"},{"value":"Rovere Sherwood Chiaro 1S1","additionalFilter":"","label":"Rovere Sherwood Chiaro 1S1"},{"value":"Rovere Sherwood Scuro 1S2","additionalFilter":"","label":"Rovere Sherwood Scuro 1S2"},{"value":"Rovere Sherwood Castano 1S3","additionalFilter":"","label":"Rovere Sherwood Castano 1S3"},{"value":"Agata BD MT","additionalFilter":"","label":"Agata BD MT"},{"value":"Aragosta 77 MT","additionalFilter":"","label":"Aragosta 77 MT"},{"value":"Arancio Zucca 09 MT","additionalFilter":"","label":"Arancio Zucca 09 MT"},{"value":"Ardesia DD MT","additionalFilter":"","label":"Ardesia DD MT"},{"value":"Argilla DR MT","additionalFilter":"","label":"Argilla DR MT"},{"value":"Bianco 0B MT","additionalFilter":"","label":"Bianco 0B MT"},{"value":"Bianco Calce DA MT","additionalFilter":"","label":"Bianco Calce DA MT"},{"value":"Bianco Male FA MT","additionalFilter":"","label":"Bianco Male FA MT"},{"value":"Blu Artico 37 MT","additionalFilter":"","label":"Blu Artico 37 MT"},{"value":"Blu Avio 41 MT","additionalFilter":"","label":"Blu Avio 41 MT"},{"value":"Blu Laguna A7 MT","additionalFilter":"","label":"Blu Laguna A7 MT"},{"value":"Blu Oltremare BG MT","additionalFilter":"","label":"Blu Oltremare BG MT"},{"value":"Blu Pavone A6 MT","additionalFilter":"","label":"Blu Pavone A6 MT"},{"value":"Blu Reale 48 MT","additionalFilter":"","label":"Blu Reale 48 MT"},{"value":"Cacao 05 MT","additionalFilter":"","label":"Cacao 05 MT"},{"value":"Cacao Orinoco FF MT","additionalFilter":"","label":"Cacao Orinoco FF MT"},{"value":"Canapa 94 MT","additionalFilter":"","label":"Canapa 94 MT"},{"value":"Canyon 90 MT","additionalFilter":"","label":"Canyon 90 MT"},{"value":"Carbone 43 MT","additionalFilter":"","label":"Carbone 43 MT"},{"value":"Carta da Zucchero 47 MT","additionalFilter":"","label":"Carta da Zucchero 47 MT"},{"value":"Castoro Ottawa FC MT","additionalFilter":"","label":"Castoro Ottawa FC MT"},{"value":"Cenere 92 MT","additionalFilter":"","label":"Cenere 92 MT"},{"value":"Giallo Curry 08 MT","additionalFilter":"","label":"Giallo Curry 08 MT"},{"value":"Grigio Bromo FE MT","additionalFilter":"","label":"Grigio Bromo FE MT"},{"value":"Grigio Chiaro A8 MT","additionalFilter":"","label":"Grigio Chiaro A8 MT"},{"value":"Grigio Efeso FB MT","additionalFilter":"","label":"Grigio Efeso FB MT"},{"value":"Grigio Grafite 02 MT","additionalFilter":"","label":"Grigio Grafite 02 MT"},{"value":"Grigio Lavagna A9 MT","additionalFilter":"","label":"Grigio Lavagna A9 MT"},{"value":"Grigio Londra FD MT","additionalFilter":"","label":"Grigio Londra FD MT"},{"value":"Grigio Luce 07 MT","additionalFilter":"","label":"Grigio Luce 07 MT"},{"value":"Grigio Perla 33 MT","additionalFilter":"","label":"Grigio Perla 33 MT"},{"value":"Grigio Pioggia 80 MT","additionalFilter":"","label":"Grigio Pioggia 80 MT"},{"value":"Grigio Talpa B5 MT","additionalFilter":"","label":"Grigio Talpa B5 MT"},{"value":"Juta DP MT","additionalFilter":"","label":"Juta DP MT"},{"value":"Marrone Havana 79 MT","additionalFilter":"","label":"Marrone Havana 79 MT"},{"value":"Mattone 10 MT","additionalFilter":"","label":"Mattone 10 MT"},{"value":"Metallizzato Alluminio M1 MT","additionalFilter":"","label":"Metallizzato Alluminio M1 MT"},{"value":"Metallizzato Antracite M5 MT","additionalFilter":"","label":"Metallizzato Antracite M5 MT"},{"value":"Metallizzato Bronzo M4 MT","additionalFilter":"","label":"Metallizzato Bronzo M4 MT"},{"value":"Metallizzato Copper M7 MT","additionalFilter":"","label":"Metallizzato Copper M7 MT"},{"value":"Metallizzato Creta M6 MT","additionalFilter":"","label":"Metallizzato Creta M6 MT"},{"value":"Nebbia 91 MT","additionalFilter":"","label":"Nebbia 91 MT"},{"value":"Nero 03 MT","additionalFilter":"","label":"Nero 03 MT"},{"value":"Platino DF MT","additionalFilter":"","label":"Platino DF MT"},{"value":"Roccia CE MT","additionalFilter":"","label":"Roccia CE MT"},{"value":"Rosa Etoile 45 MT","additionalFilter":"","label":"Rosa Etoile 45 MT"},{"value":"Rosa Retro 46 MT","additionalFilter":"","label":"Rosa Retro 46 MT"},{"value":"Rosso Fuoco 21 MT","additionalFilter":"","label":"Rosso Fuoco 21 MT"},{"value":"Rosso Jaipur FH MT","additionalFilter":"","label":"Rosso Jaipur FH MT"},{"value":"Rosso Rubino 19 MT","additionalFilter":"","label":"Rosso Rubino 19 MT"},{"value":"Terra DB MT","additionalFilter":"","label":"Terra DB MT"},{"value":"Titanio 93 MT","additionalFilter":"","label":"Titanio 93 MT"},{"value":"Torba DS MT","additionalFilter":"","label":"Torba DS MT"},{"value":"Tortora BE MT","additionalFilter":"","label":"Tortora BE MT"},{"value":"Verde Comodoro FG MT","additionalFilter":"","label":"Verde Comodoro FG MT"},{"value":"Verde Ghiaia 31 MT","additionalFilter":"","label":"Verde Ghiaia 31 MT"},{"value":"Verde Polvere 34 MT","additionalFilter":"","label":"Verde Polvere 34 MT"},{"value":"Verde Salvia 42 MT","additionalFilter":"","label":"Verde Salvia 42 MT"},{"value":"Agata BD GL","additionalFilter":"","label":"Agata BD GL"},{"value":"Aragosta 77 GL","additionalFilter":"","label":"Aragosta 77 GL"},{"value":"Arancio Zucca 09 GL","additionalFilter":"","label":"Arancio Zucca 09 GL"},{"value":"Ardesia DD GL","additionalFilter":"","label":"Ardesia DD GL"},{"value":"Argilla DR GL","additionalFilter":"","label":"Argilla DR GL"},{"value":"Bianco 0B GL","additionalFilter":"","label":"Bianco 0B GL"},{"value":"Bianco Calce DA GL","additionalFilter":"","label":"Bianco Calce DA GL"},{"value":"Bianco Male FA GL","additionalFilter":"","label":"Bianco Male FA GL"},{"value":"Blu Artico 37 GL","additionalFilter":"","label":"Blu Artico 37 GL"},{"value":"Blu Avio 41 GL","additionalFilter":"","label":"Blu Avio 41 GL"},{"value":"Blu Laguna A7 GL","additionalFilter":"","label":"Blu Laguna A7 GL"},{"value":"Blu Oltremare BG GL","additionalFilter":"","label":"Blu Oltremare BG GL"},{"value":"Blu Pavone A6 GL","additionalFilter":"","label":"Blu Pavone A6 GL"},{"value":"Blu Reale 48 GL","additionalFilter":"","label":"Blu Reale 48 GL"},{"value":"Cacao 05 GL","additionalFilter":"","label":"Cacao 05 GL"},{"value":"Cacao Orinoco FF GL","additionalFilter":"","label":"Cacao Orinoco FF GL"},{"value":"Canapa 94 GL","additionalFilter":"","label":"Canapa 94 GL"},{"value":"Canyon 90 GL","additionalFilter":"","label":"Canyon 90 GL"},{"value":"Carbone 43 GL","additionalFilter":"","label":"Carbone 43 GL"},{"value":"Carta da Zucchero 47 GL","additionalFilter":"","label":"Carta da Zucchero 47 GL"},{"value":"Castoro Ottawa FC GL","additionalFilter":"","label":"Castoro Ottawa FC GL"},{"value":"Cenere 92 GL","additionalFilter":"","label":"Cenere 92 GL"},{"value":"Giallo Curry 08 GL","additionalFilter":"","label":"Giallo Curry 08 GL"},{"value":"Grigio Bromo FE GL","additionalFilter":"","label":"Grigio Bromo FE GL"},{"value":"Grigio Chiaro A8 GL","additionalFilter":"","label":"Grigio Chiaro A8 GL"},{"value":"Grigio Efeso FB GL","additionalFilter":"","label":"Grigio Efeso FB GL"},{"value":"Grigio Grafite 02 GL","additionalFilter":"","label":"Grigio Grafite 02 GL"},{"value":"Grigio Lavagna A9 GL","additionalFilter":"","label":"Grigio Lavagna A9 GL"},{"value":"Grigio Londra FD GL","additionalFilter":"","label":"Grigio Londra FD GL"},{"value":"Grigio Luce 07 GL","additionalFilter":"","label":"Grigio Luce 07 GL"},{"value":"Grigio Perla 33 GL","additionalFilter":"","label":"Grigio Perla 33 GL"},{"value":"Grigio Pioggia 80 GL","additionalFilter":"","label":"Grigio Pioggia 80 GL"},{"value":"Grigio Talpa B5 GL","additionalFilter":"","label":"Grigio Talpa B5 GL"},{"value":"Juta DP GL","additionalFilter":"","label":"Juta DP GL"},{"value":"Marrone Havana 79 GL","additionalFilter":"","label":"Marrone Havana 79 GL"},{"value":"Mattone 10 GL","additionalFilter":"","label":"Mattone 10 GL"},{"value":"Metallizzato Alluminio M1 GL","additionalFilter":"","label":"Metallizzato Alluminio M1 GL"},{"value":"Metallizzato Antracite M5 GL","additionalFilter":"","label":"Metallizzato Antracite M5 GL"},{"value":"Metallizzato Bronzo M4 GL","additionalFilter":"","label":"Metallizzato Bronzo M4 GL"},{"value":"Metallizzato Copper M7 GL","additionalFilter":"","label":"Metallizzato Copper M7 GL"},{"value":"Metallizzato Creta M6 GL","additionalFilter":"","label":"Metallizzato Creta M6 GL"},{"value":"Nebbia 91 GL","additionalFilter":"","label":"Nebbia 91 GL"},{"value":"Nero 03 GL","additionalFilter":"","label":"Nero 03 GL"},{"value":"Platino DF GL","additionalFilter":"","label":"Platino DF GL"},{"value":"Roccia CE GL","additionalFilter":"","label":"Roccia CE GL"},{"value":"Rosa Etoile 45 GL","additionalFilter":"","label":"Rosa Etoile 45 GL"},{"value":"Rosa Retro 46 GL","additionalFilter":"","label":"Rosa Retro 46 GL"},{"value":"Rosso Fuoco 21 GL","additionalFilter":"","label":"Rosso Fuoco 21 GL"},{"value":"Rosso Jaipur FH GL","additionalFilter":"","label":"Rosso Jaipur FH GL"},{"value":"Rosso Rubino 19 GL","additionalFilter":"","label":"Rosso Rubino 19 GL"},{"value":"Terra DB GL","additionalFilter":"","label":"Terra DB GL"},{"value":"Titanio 93 GL","additionalFilter":"","label":"Titanio 93 GL"},{"value":"Torba DS GL","additionalFilter":"","label":"Torba DS GL"},{"value":"Tortora BE GL","additionalFilter":"","label":"Tortora BE GL"},{"value":"Verde Comodoro FG GL","additionalFilter":"","label":"Verde Comodoro FG GL"},{"value":"Verde Ghiaia 31 GL","additionalFilter":"","label":"Verde Ghiaia 31 GL"},{"value":"Verde Polvere 34 GL","additionalFilter":"","label":"Verde Polvere 34 GL"},{"value":"Verde Salvia 42 GL","additionalFilter":"","label":"Verde Salvia 42 GL"},{"value":"Agata BD ST","additionalFilter":"","label":"Agata BD ST"},{"value":"Aragosta 77 ST","additionalFilter":"","label":"Aragosta 77 ST"},{"value":"Arancio Zucca 09 ST","additionalFilter":"","label":"Arancio Zucca 09 ST"},{"value":"Ardesia DD ST","additionalFilter":"","label":"Ardesia DD ST"},{"value":"Argilla DR ST","additionalFilter":"","label":"Argilla DR ST"},{"value":"Bianco 0B ST","additionalFilter":"","label":"Bianco 0B ST"},{"value":"Bianco Calce DA ST","additionalFilter":"","label":"Bianco Calce DA ST"},{"value":"Bianco Male FA ST","additionalFilter":"","label":"Bianco Male FA ST"},{"value":"Blu Artico 37 ST","additionalFilter":"","label":"Blu Artico 37 ST"},{"value":"Blu Avio 41 ST","additionalFilter":"","label":"Blu Avio 41 ST"},{"value":"Blu Laguna A7 ST","additionalFilter":"","label":"Blu Laguna A7 ST"},{"value":"Blu Oltremare BG ST","additionalFilter":"","label":"Blu Oltremare BG ST"},{"value":"Blu Pavone A6 ST","additionalFilter":"","label":"Blu Pavone A6 ST"},{"value":"Blu Reale 48 ST","additionalFilter":"","label":"Blu Reale 48 ST"},{"value":"Cacao 05 ST","additionalFilter":"","label":"Cacao 05 ST"},{"value":"Cacao Orinoco FF ST","additionalFilter":"","label":"Cacao Orinoco FF ST"},{"value":"Canapa 94 ST","additionalFilter":"","label":"Canapa 94 ST"},{"value":"Canyon 90 ST","additionalFilter":"","label":"Canyon 90 ST"},{"value":"Carbone 43 ST","additionalFilter":"","label":"Carbone 43 ST"},{"value":"Carta da Zucchero 47 ST","additionalFilter":"","label":"Carta da Zucchero 47 ST"},{"value":"Castoro Ottawa FC ST","additionalFilter":"","label":"Castoro Ottawa FC ST"},{"value":"Cenere 92 ST","additionalFilter":"","label":"Cenere 92 ST"},{"value":"Giallo Curry 08 ST","additionalFilter":"","label":"Giallo Curry 08 ST"},{"value":"Grigio Bromo FE ST","additionalFilter":"","label":"Grigio Bromo FE ST"},{"value":"Grigio Chiaro A8 ST","additionalFilter":"","label":"Grigio Chiaro A8 ST"},{"value":"Grigio Efeso FB ST","additionalFilter":"","label":"Grigio Efeso FB ST"},{"value":"Grigio Grafite 02 ST","additionalFilter":"","label":"Grigio Grafite 02 ST"},{"value":"Grigio Lavagna A9 ST","additionalFilter":"","label":"Grigio Lavagna A9 ST"},{"value":"Grigio Londra FD ST","additionalFilter":"","label":"Grigio Londra FD ST"},{"value":"Grigio Luce 07 ST","additionalFilter":"","label":"Grigio Luce 07 ST"},{"value":"Grigio Perla 33 ST","additionalFilter":"","label":"Grigio Perla 33 ST"},{"value":"Grigio Pioggia 80 ST","additionalFilter":"","label":"Grigio Pioggia 80 ST"},{"value":"Grigio Talpa B5 ST","additionalFilter":"","label":"Grigio Talpa B5 ST"},{"value":"Juta DP ST","additionalFilter":"","label":"Juta DP ST"},{"value":"Marrone Havana 79 ST","additionalFilter":"","label":"Marrone Havana 79 ST"},{"value":"Mattone 10 ST","additionalFilter":"","label":"Mattone 10 ST"},{"value":"Metallizzato Alluminio M1 ST","additionalFilter":"","label":"Metallizzato Alluminio M1 ST"},{"value":"Metallizzato Antracite M5 ST","additionalFilter":"","label":"Metallizzato Antracite M5 ST"},{"value":"Metallizzato Bronzo M4 ST","additionalFilter":"","label":"Metallizzato Bronzo M4 ST"},{"value":"Metallizzato Copper M7 ST","additionalFilter":"","label":"Metallizzato Copper M7 ST"},{"value":"Metallizzato Creta M6 ST","additionalFilter":"","label":"Metallizzato Creta M6 ST"},{"value":"Nebbia 91 ST","additionalFilter":"","label":"Nebbia 91 ST"},{"value":"Nero 03 ST","additionalFilter":"","label":"Nero 03 ST"},{"value":"Platino DF ST","additionalFilter":"","label":"Platino DF ST"},{"value":"Roccia CE ST","additionalFilter":"","label":"Roccia CE ST"},{"value":"Rosa Etoile 45 ST","additionalFilter":"","label":"Rosa Etoile 45 ST"},{"value":"Rosa Retro 46 ST","additionalFilter":"","label":"Rosa Retro 46 ST"},{"value":"Rosso Fuoco 21 ST","additionalFilter":"","label":"Rosso Fuoco 21 ST"},{"value":"Rosso Jaipur FH ST","additionalFilter":"","label":"Rosso Jaipur FH ST"},{"value":"Rosso Rubino 19 ST","additionalFilter":"","label":"Rosso Rubino 19 ST"},{"value":"Terra DB ST","additionalFilter":"","label":"Terra DB ST"},{"value":"Titanio 93 ST","additionalFilter":"","label":"Titanio 93 ST"},{"value":"Torba DS ST","additionalFilter":"","label":"Torba DS ST"},{"value":"Tortora BE ST","additionalFilter":"","label":"Tortora BE ST"},{"value":"Verde Comodoro FG ST","additionalFilter":"","label":"Verde Comodoro FG ST"},{"value":"Verde Ghiaia 31 ST","additionalFilter":"","label":"Verde Ghiaia 31 ST"},{"value":"Verde Polvere 34 ST","additionalFilter":"","label":"Verde Polvere 34 ST"},{"value":"Verde Salvia 42 ST","additionalFilter":"","label":"Verde Salvia 42 ST"},{"value":"Metal acciaio 2MA","additionalFilter":"","label":"Metal acciaio 2MA"},{"value":"Metal piombo 2MB","additionalFilter":"","label":"Metal piombo 2MB"},{"value":"Metal titanio 2MC","additionalFilter":"","label":"Metal titanio 2MC"},{"value":"Metal bronzo 2MD","additionalFilter":"","label":"Metal bronzo 2MD"},{"value":"Rovere Monet TK3","additionalFilter":"","label":"Rovere Monet TK3"},{"value":"Rovere Slavonia TK6","additionalFilter":"","label":"Rovere Slavonia TK6"},{"value":"Ardesia TKF","additionalFilter":"","label":"Ardesia TKF"},{"value":"Noce Savoia TKG","additionalFilter":"","label":"Noce Savoia TKG"},{"value":"Pulpis Chiaro TKH","additionalFilter":"","label":"Pulpis Chiaro TKH"},{"value":"Pulpis Scuro TKJ","additionalFilter":"","label":"Pulpis Scuro TKJ"},{"value":"Rovere Valdweg TKK","additionalFilter":"","label":"Rovere Valdweg TKK"},{"value":"Rovere Alba TKL","additionalFilter":"","label":"Rovere Alba TKL"},{"value":"Noce Sinfonia TKM","additionalFilter":"","label":"Noce Sinfonia TKM"},{"value":"Brera Brown TKN","additionalFilter":"","label":"Brera Brown TKN"},{"value":"Cepp Stone TKP","additionalFilter":"","label":"Cepp Stone TKP"},{"value":"Rox Black TKQ","additionalFilter":"","label":"Rox Black TKQ"},{"value":"Rovere Eucalipto 01A","additionalFilter":"","label":"Rovere Eucalipto 01A"},{"value":"Rovere Bianco 06A","additionalFilter":"","label":"Rovere Bianco 06A"},{"value":"Rovere Naturale 06B","additionalFilter":"","label":"Rovere Naturale 06B"},{"value":"Rovere Sabbia 06C","additionalFilter":"","label":"Rovere Sabbia 06C"},{"value":"Rovere Cenere 06D","additionalFilter":"","label":"Rovere Cenere 06D"},{"value":"Rovere Avena 06E","additionalFilter":"","label":"Rovere Avena 06E"},{"value":"Rovere Fumo 06F","additionalFilter":"","label":"Rovere Fumo 06F"},{"value":"Rovere Carbone 06G","additionalFilter":"","label":"Rovere Carbone 06G"},{"value":"Rovere Moka 06H","additionalFilter":"","label":"Rovere Moka 06H"},{"value":"Rovere Nero 06J","additionalFilter":"","label":"Rovere Nero 06J"}]},{"option":"Lateral Panel","label":"Lateral Panel","optionName":"UI_Lateral Panel","order":"2","type":"simple","typeComponent":"material","values":{"Colortech Bianco 10B":"Colortech Bianco 10B","Colortech Grigio fume 10F":"Colortech Grigio fume 10F","Cemento Cenere 1A1":"Cemento Cenere 1A1","Cemento Tortora 1A2":"Cemento Tortora 1A2","Cemento Creta 1A3":"Cemento Creta 1A3","Cemento Oltremare 1A4":"Cemento Oltremare 1A4","Cemento Ghiaccio 1A5":"Cemento Ghiaccio 1A5","Pietra Piasentina Grigio Chiaro 1AA":"Pietra Piasentina Grigio Chiaro 1AA","Pietra Piasentina Grigio Scuro 1AB":"Pietra Piasentina Grigio Scuro 1AB","Castagno chiaro 1C1":"Castagno chiaro 1C1","Castagno Malto 1C2":"Castagno Malto 1C2","Castagno Scuro 1C3":"Castagno Scuro 1C3","Eucalipto Naturale 1E1":"Eucalipto Naturale 1E1","Eucalipto Affumicato 1E2":"Eucalipto Affumicato 1E2","Paulownia Seppia 1F2":"Paulownia Seppia 1F2","Noce Rigato Chiaro 1N1":"Noce Rigato Chiaro 1N1","Noce rigato Canaletto Naturale 1N2":"Noce rigato Canaletto Naturale 1N2","Noce Rigato Grigio 1N3":"Noce Rigato Grigio 1N3","Nodato spaccato Biondo 1NA":"Nodato spaccato Biondo 1NA","Nodato spaccato Tabacco 1NB":"Nodato spaccato Tabacco 1NB","Noce Tavola Antico Chiaro 1ND":"Noce Tavola Antico Chiaro 1ND","Noce Tavola Antico Scuro 1NE":"Noce Tavola Antico Scuro 1NE","Rovere Dogato Bianco 1P0":"Rovere Dogato Bianco 1P0","Rovere Dogato Grigio 1P1":"Rovere Dogato Grigio 1P1","Rovere Dogato Naturale 1P3":"Rovere Dogato Naturale 1P3","Pelle Pecari Tortora 1PE":"Pelle Pecari Tortora 1PE","Rigatino Naturale 1RN":"Rigatino Naturale 1RN","Rigatino Tabacco 1RP":"Rigatino Tabacco 1RP","Rigatino Beton 1RQ":"Rigatino Beton 1RQ","Rovere Sherwood Chiaro 1S1":"Rovere Sherwood Chiaro 1S1","Rovere Sherwood Scuro 1S2":"Rovere Sherwood Scuro 1S2","Rovere Sherwood Castano 1S3":"Rovere Sherwood Castano 1S3","Agata BD MT":"Agata BD MT","Aragosta 77 MT":"Aragosta 77 MT","Arancio Zucca 09 MT":"Arancio Zucca 09 MT","Ardesia DD MT":"Ardesia DD MT","Argilla DR MT":"Argilla DR MT","Bianco 0B MT":"Bianco 0B MT","Bianco Calce DA MT":"Bianco Calce DA MT","Bianco Male FA MT":"Bianco Male FA MT","Blu Artico 37 MT":"Blu Artico 37 MT","Blu Avio 41 MT":"Blu Avio 41 MT","Blu Laguna A7 MT":"Blu Laguna A7 MT","Blu Oltremare BG MT":"Blu Oltremare BG MT","Blu Pavone A6 MT":"Blu Pavone A6 MT","Blu Reale 48 MT":"Blu Reale 48 MT","Cacao 05 MT":"Cacao 05 MT","Cacao Orinoco FF MT":"Cacao Orinoco FF MT","Canapa 94 MT":"Canapa 94 MT","Canyon 90 MT":"Canyon 90 MT","Carbone 43 MT":"Carbone 43 MT","Carta da Zucchero 47 MT":"Carta da Zucchero 47 MT","Castoro Ottawa FC MT":"Castoro Ottawa FC MT","Cenere 92 MT":"Cenere 92 MT","Giallo Curry 08 MT":"Giallo Curry 08 MT","Grigio Bromo FE MT":"Grigio Bromo FE MT","Grigio Chiaro A8 MT":"Grigio Chiaro A8 MT","Grigio Efeso FB MT":"Grigio Efeso FB MT","Grigio Grafite 02 MT":"Grigio Grafite 02 MT","Grigio Lavagna A9 MT":"Grigio Lavagna A9 MT","Grigio Londra FD MT":"Grigio Londra FD MT","Grigio Luce 07 MT":"Grigio Luce 07 MT","Grigio Perla 33 MT":"Grigio Perla 33 MT","Grigio Pioggia 80 MT":"Grigio Pioggia 80 MT","Grigio Talpa B5 MT":"Grigio Talpa B5 MT","Juta DP MT":"Juta DP MT","Marrone Havana 79 MT":"Marrone Havana 79 MT","Mattone 10 MT":"Mattone 10 MT","Metallizzato Alluminio M1 MT":"Metallizzato Alluminio M1 MT","Metallizzato Antracite M5 MT":"Metallizzato Antracite M5 MT","Metallizzato Bronzo M4 MT":"Metallizzato Bronzo M4 MT","Metallizzato Copper M7 MT":"Metallizzato Copper M7 MT","Metallizzato Creta M6 MT":"Metallizzato Creta M6 MT","Nebbia 91 MT":"Nebbia 91 MT","Nero 03 MT":"Nero 03 MT","Platino DF MT":"Platino DF MT","Roccia CE MT":"Roccia CE MT","Rosa Etoile 45 MT":"Rosa Etoile 45 MT","Rosa Retro 46 MT":"Rosa Retro 46 MT","Rosso Fuoco 21 MT":"Rosso Fuoco 21 MT","Rosso Jaipur FH MT":"Rosso Jaipur FH MT","Rosso Rubino 19 MT":"Rosso Rubino 19 MT","Terra DB MT":"Terra DB MT","Titanio 93 MT":"Titanio 93 MT","Torba DS MT":"Torba DS MT","Tortora BE MT":"Tortora BE MT","Verde Comodoro FG MT":"Verde Comodoro FG MT","Verde Ghiaia 31 MT":"Verde Ghiaia 31 MT","Verde Polvere 34 MT":"Verde Polvere 34 MT","Verde Salvia 42 MT":"Verde Salvia 42 MT","Agata BD GL":"Agata BD GL","Aragosta 77 GL":"Aragosta 77 GL","Arancio Zucca 09 GL":"Arancio Zucca 09 GL","Ardesia DD GL":"Ardesia DD GL","Argilla DR GL":"Argilla DR GL","Bianco 0B GL":"Bianco 0B GL","Bianco Calce DA GL":"Bianco Calce DA GL","Bianco Male FA GL":"Bianco Male FA GL","Blu Artico 37 GL":"Blu Artico 37 GL","Blu Avio 41 GL":"Blu Avio 41 GL","Blu Laguna A7 GL":"Blu Laguna A7 GL","Blu Oltremare BG GL":"Blu Oltremare BG GL","Blu Pavone A6 GL":"Blu Pavone A6 GL","Blu Reale 48 GL":"Blu Reale 48 GL","Cacao 05 GL":"Cacao 05 GL","Cacao Orinoco FF GL":"Cacao Orinoco FF GL","Canapa 94 GL":"Canapa 94 GL","Canyon 90 GL":"Canyon 90 GL","Carbone 43 GL":"Carbone 43 GL","Carta da Zucchero 47 GL":"Carta da Zucchero 47 GL","Castoro Ottawa FC GL":"Castoro Ottawa FC GL","Cenere 92 GL":"Cenere 92 GL","Giallo Curry 08 GL":"Giallo Curry 08 GL","Grigio Bromo FE GL":"Grigio Bromo FE GL","Grigio Chiaro A8 GL":"Grigio Chiaro A8 GL","Grigio Efeso FB GL":"Grigio Efeso FB GL","Grigio Grafite 02 GL":"Grigio Grafite 02 GL","Grigio Lavagna A9 GL":"Grigio Lavagna A9 GL","Grigio Londra FD GL":"Grigio Londra FD GL","Grigio Luce 07 GL":"Grigio Luce 07 GL","Grigio Perla 33 GL":"Grigio Perla 33 GL","Grigio Pioggia 80 GL":"Grigio Pioggia 80 GL","Grigio Talpa B5 GL":"Grigio Talpa B5 GL","Juta DP GL":"Juta DP GL","Marrone Havana 79 GL":"Marrone Havana 79 GL","Mattone 10 GL":"Mattone 10 GL","Metallizzato Alluminio M1 GL":"Metallizzato Alluminio M1 GL","Metallizzato Antracite M5 GL":"Metallizzato Antracite M5 GL","Metallizzato Bronzo M4 GL":"Metallizzato Bronzo M4 GL","Metallizzato Copper M7 GL":"Metallizzato Copper M7 GL","Metallizzato Creta M6 GL":"Metallizzato Creta M6 GL","Nebbia 91 GL":"Nebbia 91 GL","Nero 03 GL":"Nero 03 GL","Platino DF GL":"Platino DF GL","Roccia CE GL":"Roccia CE GL","Rosa Etoile 45 GL":"Rosa Etoile 45 GL","Rosa Retro 46 GL":"Rosa Retro 46 GL","Rosso Fuoco 21 GL":"Rosso Fuoco 21 GL","Rosso Jaipur FH GL":"Rosso Jaipur FH GL","Rosso Rubino 19 GL":"Rosso Rubino 19 GL","Terra DB GL":"Terra DB GL","Titanio 93 GL":"Titanio 93 GL","Torba DS GL":"Torba DS GL","Tortora BE GL":"Tortora BE GL","Verde Comodoro FG GL":"Verde Comodoro FG GL","Verde Ghiaia 31 GL":"Verde Ghiaia 31 GL","Verde Polvere 34 GL":"Verde Polvere 34 GL","Verde Salvia 42 GL":"Verde Salvia 42 GL","Agata BD ST":"Agata BD ST","Aragosta 77 ST":"Aragosta 77 ST","Arancio Zucca 09 ST":"Arancio Zucca 09 ST","Ardesia DD ST":"Ardesia DD ST","Argilla DR ST":"Argilla DR ST","Bianco 0B ST":"Bianco 0B ST","Bianco Calce DA ST":"Bianco Calce DA ST","Bianco Male FA ST":"Bianco Male FA ST","Blu Artico 37 ST":"Blu Artico 37 ST","Blu Avio 41 ST":"Blu Avio 41 ST","Blu Laguna A7 ST":"Blu Laguna A7 ST","Blu Oltremare BG ST":"Blu Oltremare BG ST","Blu Pavone A6 ST":"Blu Pavone A6 ST","Blu Reale 48 ST":"Blu Reale 48 ST","Cacao 05 ST":"Cacao 05 ST","Cacao Orinoco FF ST":"Cacao Orinoco FF ST","Canapa 94 ST":"Canapa 94 ST","Canyon 90 ST":"Canyon 90 ST","Carbone 43 ST":"Carbone 43 ST","Carta da Zucchero 47 ST":"Carta da Zucchero 47 ST","Castoro Ottawa FC ST":"Castoro Ottawa FC ST","Cenere 92 ST":"Cenere 92 ST","Giallo Curry 08 ST":"Giallo Curry 08 ST","Grigio Bromo FE ST":"Grigio Bromo FE ST","Grigio Chiaro A8 ST":"Grigio Chiaro A8 ST","Grigio Efeso FB ST":"Grigio Efeso FB ST","Grigio Grafite 02 ST":"Grigio Grafite 02 ST","Grigio Lavagna A9 ST":"Grigio Lavagna A9 ST","Grigio Londra FD ST":"Grigio Londra FD ST","Grigio Luce 07 ST":"Grigio Luce 07 ST","Grigio Perla 33 ST":"Grigio Perla 33 ST","Grigio Pioggia 80 ST":"Grigio Pioggia 80 ST","Grigio Talpa B5 ST":"Grigio Talpa B5 ST","Juta DP ST":"Juta DP ST","Marrone Havana 79 ST":"Marrone Havana 79 ST","Mattone 10 ST":"Mattone 10 ST","Metallizzato Alluminio M1 ST":"Metallizzato Alluminio M1 ST","Metallizzato Antracite M5 ST":"Metallizzato Antracite M5 ST","Metallizzato Bronzo M4 ST":"Metallizzato Bronzo M4 ST","Metallizzato Copper M7 ST":"Metallizzato Copper M7 ST","Metallizzato Creta M6 ST":"Metallizzato Creta M6 ST","Nebbia 91 ST":"Nebbia 91 ST","Nero 03 ST":"Nero 03 ST","Platino DF ST":"Platino DF ST","Roccia CE ST":"Roccia CE ST","Rosa Etoile 45 ST":"Rosa Etoile 45 ST","Rosa Retro 46 ST":"Rosa Retro 46 ST","Rosso Fuoco 21 ST":"Rosso Fuoco 21 ST","Rosso Jaipur FH ST":"Rosso Jaipur FH ST","Rosso Rubino 19 ST":"Rosso Rubino 19 ST","Terra DB ST":"Terra DB ST","Titanio 93 ST":"Titanio 93 ST","Torba DS ST":"Torba DS ST","Tortora BE ST":"Tortora BE ST","Verde Comodoro FG ST":"Verde Comodoro FG ST","Verde Ghiaia 31 ST":"Verde Ghiaia 31 ST","Verde Polvere 34 ST":"Verde Polvere 34 ST","Verde Salvia 42 ST":"Verde Salvia 42 ST","Metal acciaio 2MA":"Metal acciaio 2MA","Metal piombo 2MB":"Metal piombo 2MB","Metal titanio 2MC":"Metal titanio 2MC","Metal bronzo 2MD":"Metal bronzo 2MD","Rovere Monet TK3":"Rovere Monet TK3","Rovere Slavonia TK6":"Rovere Slavonia TK6","Ardesia TKF":"Ardesia TKF","Noce Savoia TKG":"Noce Savoia TKG","Pulpis Chiaro TKH":"Pulpis Chiaro TKH","Pulpis Scuro TKJ":"Pulpis Scuro TKJ","Rovere Valdweg TKK":"Rovere Valdweg TKK","Rovere Alba TKL":"Rovere Alba TKL","Noce Sinfonia TKM":"Noce Sinfonia TKM","Brera Brown TKN":"Brera Brown TKN","Cepp Stone TKP":"Cepp Stone TKP","Rox Black TKQ":"Rox Black TKQ","Rovere Eucalipto 01A":"Rovere Eucalipto 01A","Rovere Bianco 06A":"Rovere Bianco 06A","Rovere Naturale 06B":"Rovere Naturale 06B","Rovere Sabbia 06C":"Rovere Sabbia 06C","Rovere Cenere 06D":"Rovere Cenere 06D","Rovere Avena 06E":"Rovere Avena 06E","Rovere Fumo 06F":"Rovere Fumo 06F","Rovere Carbone 06G":"Rovere Carbone 06G","Rovere Moka 06H":"Rovere Moka 06H","Rovere Nero 06J":"Rovere Nero 06J"},"valuesArray":[{"value":"Colortech Bianco 10B","additionalFilter":"","label":"Colortech Bianco 10B"},{"value":"Colortech Grigio fume 10F","additionalFilter":"","label":"Colortech Grigio fume 10F"},{"value":"Cemento Cenere 1A1","additionalFilter":"","label":"Cemento Cenere 1A1"},{"value":"Cemento Tortora 1A2","additionalFilter":"","label":"Cemento Tortora 1A2"},{"value":"Cemento Creta 1A3","additionalFilter":"","label":"Cemento Creta 1A3"},{"value":"Cemento Oltremare 1A4","additionalFilter":"","label":"Cemento Oltremare 1A4"},{"value":"Cemento Ghiaccio 1A5","additionalFilter":"","label":"Cemento Ghiaccio 1A5"},{"value":"Pietra Piasentina Grigio Chiaro 1AA","additionalFilter":"","label":"Pietra Piasentina Grigio Chiaro 1AA"},{"value":"Pietra Piasentina Grigio Scuro 1AB","additionalFilter":"","label":"Pietra Piasentina Grigio Scuro 1AB"},{"value":"Castagno chiaro 1C1","additionalFilter":"","label":"Castagno chiaro 1C1"},{"value":"Castagno Malto 1C2","additionalFilter":"","label":"Castagno Malto 1C2"},{"value":"Castagno Scuro 1C3","additionalFilter":"","label":"Castagno Scuro 1C3"},{"value":"Eucalipto Naturale 1E1","additionalFilter":"","label":"Eucalipto Naturale 1E1"},{"value":"Eucalipto Affumicato 1E2","additionalFilter":"","label":"Eucalipto Affumicato 1E2"},{"value":"Paulownia Seppia 1F2","additionalFilter":"","label":"Paulownia Seppia 1F2"},{"value":"Noce Rigato Chiaro 1N1","additionalFilter":"","label":"Noce Rigato Chiaro 1N1"},{"value":"Noce rigato Canaletto Naturale 1N2","additionalFilter":"","label":"Noce rigato Canaletto Naturale 1N2"},{"value":"Noce Rigato Grigio 1N3","additionalFilter":"","label":"Noce Rigato Grigio 1N3"},{"value":"Nodato spaccato Biondo 1NA","additionalFilter":"","label":"Nodato spaccato Biondo 1NA"},{"value":"Nodato spaccato Tabacco 1NB","additionalFilter":"","label":"Nodato spaccato Tabacco 1NB"},{"value":"Noce Tavola Antico Chiaro 1ND","additionalFilter":"","label":"Noce Tavola Antico Chiaro 1ND"},{"value":"Noce Tavola Antico Scuro 1NE","additionalFilter":"","label":"Noce Tavola Antico Scuro 1NE"},{"value":"Rovere Dogato Bianco 1P0","additionalFilter":"","label":"Rovere Dogato Bianco 1P0"},{"value":"Rovere Dogato Grigio 1P1","additionalFilter":"","label":"Rovere Dogato Grigio 1P1"},{"value":"Rovere Dogato Naturale 1P3","additionalFilter":"","label":"Rovere Dogato Naturale 1P3"},{"value":"Pelle Pecari Tortora 1PE","additionalFilter":"","label":"Pelle Pecari Tortora 1PE"},{"value":"Rigatino Naturale 1RN","additionalFilter":"","label":"Rigatino Naturale 1RN"},{"value":"Rigatino Tabacco 1RP","additionalFilter":"","label":"Rigatino Tabacco 1RP"},{"value":"Rigatino Beton 1RQ","additionalFilter":"","label":"Rigatino Beton 1RQ"},{"value":"Rovere Sherwood Chiaro 1S1","additionalFilter":"","label":"Rovere Sherwood Chiaro 1S1"},{"value":"Rovere Sherwood Scuro 1S2","additionalFilter":"","label":"Rovere Sherwood Scuro 1S2"},{"value":"Rovere Sherwood Castano 1S3","additionalFilter":"","label":"Rovere Sherwood Castano 1S3"},{"value":"Agata BD MT","additionalFilter":"","label":"Agata BD MT"},{"value":"Aragosta 77 MT","additionalFilter":"","label":"Aragosta 77 MT"},{"value":"Arancio Zucca 09 MT","additionalFilter":"","label":"Arancio Zucca 09 MT"},{"value":"Ardesia DD MT","additionalFilter":"","label":"Ardesia DD MT"},{"value":"Argilla DR MT","additionalFilter":"","label":"Argilla DR MT"},{"value":"Bianco 0B MT","additionalFilter":"","label":"Bianco 0B MT"},{"value":"Bianco Calce DA MT","additionalFilter":"","label":"Bianco Calce DA MT"},{"value":"Bianco Male FA MT","additionalFilter":"","label":"Bianco Male FA MT"},{"value":"Blu Artico 37 MT","additionalFilter":"","label":"Blu Artico 37 MT"},{"value":"Blu Avio 41 MT","additionalFilter":"","label":"Blu Avio 41 MT"},{"value":"Blu Laguna A7 MT","additionalFilter":"","label":"Blu Laguna A7 MT"},{"value":"Blu Oltremare BG MT","additionalFilter":"","label":"Blu Oltremare BG MT"},{"value":"Blu Pavone A6 MT","additionalFilter":"","label":"Blu Pavone A6 MT"},{"value":"Blu Reale 48 MT","additionalFilter":"","label":"Blu Reale 48 MT"},{"value":"Cacao 05 MT","additionalFilter":"","label":"Cacao 05 MT"},{"value":"Cacao Orinoco FF MT","additionalFilter":"","label":"Cacao Orinoco FF MT"},{"value":"Canapa 94 MT","additionalFilter":"","label":"Canapa 94 MT"},{"value":"Canyon 90 MT","additionalFilter":"","label":"Canyon 90 MT"},{"value":"Carbone 43 MT","additionalFilter":"","label":"Carbone 43 MT"},{"value":"Carta da Zucchero 47 MT","additionalFilter":"","label":"Carta da Zucchero 47 MT"},{"value":"Castoro Ottawa FC MT","additionalFilter":"","label":"Castoro Ottawa FC MT"},{"value":"Cenere 92 MT","additionalFilter":"","label":"Cenere 92 MT"},{"value":"Giallo Curry 08 MT","additionalFilter":"","label":"Giallo Curry 08 MT"},{"value":"Grigio Bromo FE MT","additionalFilter":"","label":"Grigio Bromo FE MT"},{"value":"Grigio Chiaro A8 MT","additionalFilter":"","label":"Grigio Chiaro A8 MT"},{"value":"Grigio Efeso FB MT","additionalFilter":"","label":"Grigio Efeso FB MT"},{"value":"Grigio Grafite 02 MT","additionalFilter":"","label":"Grigio Grafite 02 MT"},{"value":"Grigio Lavagna A9 MT","additionalFilter":"","label":"Grigio Lavagna A9 MT"},{"value":"Grigio Londra FD MT","additionalFilter":"","label":"Grigio Londra FD MT"},{"value":"Grigio Luce 07 MT","additionalFilter":"","label":"Grigio Luce 07 MT"},{"value":"Grigio Perla 33 MT","additionalFilter":"","label":"Grigio Perla 33 MT"},{"value":"Grigio Pioggia 80 MT","additionalFilter":"","label":"Grigio Pioggia 80 MT"},{"value":"Grigio Talpa B5 MT","additionalFilter":"","label":"Grigio Talpa B5 MT"},{"value":"Juta DP MT","additionalFilter":"","label":"Juta DP MT"},{"value":"Marrone Havana 79 MT","additionalFilter":"","label":"Marrone Havana 79 MT"},{"value":"Mattone 10 MT","additionalFilter":"","label":"Mattone 10 MT"},{"value":"Metallizzato Alluminio M1 MT","additionalFilter":"","label":"Metallizzato Alluminio M1 MT"},{"value":"Metallizzato Antracite M5 MT","additionalFilter":"","label":"Metallizzato Antracite M5 MT"},{"value":"Metallizzato Bronzo M4 MT","additionalFilter":"","label":"Metallizzato Bronzo M4 MT"},{"value":"Metallizzato Copper M7 MT","additionalFilter":"","label":"Metallizzato Copper M7 MT"},{"value":"Metallizzato Creta M6 MT","additionalFilter":"","label":"Metallizzato Creta M6 MT"},{"value":"Nebbia 91 MT","additionalFilter":"","label":"Nebbia 91 MT"},{"value":"Nero 03 MT","additionalFilter":"","label":"Nero 03 MT"},{"value":"Platino DF MT","additionalFilter":"","label":"Platino DF MT"},{"value":"Roccia CE MT","additionalFilter":"","label":"Roccia CE MT"},{"value":"Rosa Etoile 45 MT","additionalFilter":"","label":"Rosa Etoile 45 MT"},{"value":"Rosa Retro 46 MT","additionalFilter":"","label":"Rosa Retro 46 MT"},{"value":"Rosso Fuoco 21 MT","additionalFilter":"","label":"Rosso Fuoco 21 MT"},{"value":"Rosso Jaipur FH MT","additionalFilter":"","label":"Rosso Jaipur FH MT"},{"value":"Rosso Rubino 19 MT","additionalFilter":"","label":"Rosso Rubino 19 MT"},{"value":"Terra DB MT","additionalFilter":"","label":"Terra DB MT"},{"value":"Titanio 93 MT","additionalFilter":"","label":"Titanio 93 MT"},{"value":"Torba DS MT","additionalFilter":"","label":"Torba DS MT"},{"value":"Tortora BE MT","additionalFilter":"","label":"Tortora BE MT"},{"value":"Verde Comodoro FG MT","additionalFilter":"","label":"Verde Comodoro FG MT"},{"value":"Verde Ghiaia 31 MT","additionalFilter":"","label":"Verde Ghiaia 31 MT"},{"value":"Verde Polvere 34 MT","additionalFilter":"","label":"Verde Polvere 34 MT"},{"value":"Verde Salvia 42 MT","additionalFilter":"","label":"Verde Salvia 42 MT"},{"value":"Agata BD GL","additionalFilter":"","label":"Agata BD GL"},{"value":"Aragosta 77 GL","additionalFilter":"","label":"Aragosta 77 GL"},{"value":"Arancio Zucca 09 GL","additionalFilter":"","label":"Arancio Zucca 09 GL"},{"value":"Ardesia DD GL","additionalFilter":"","label":"Ardesia DD GL"},{"value":"Argilla DR GL","additionalFilter":"","label":"Argilla DR GL"},{"value":"Bianco 0B GL","additionalFilter":"","label":"Bianco 0B GL"},{"value":"Bianco Calce DA GL","additionalFilter":"","label":"Bianco Calce DA GL"},{"value":"Bianco Male FA GL","additionalFilter":"","label":"Bianco Male FA GL"},{"value":"Blu Artico 37 GL","additionalFilter":"","label":"Blu Artico 37 GL"},{"value":"Blu Avio 41 GL","additionalFilter":"","label":"Blu Avio 41 GL"},{"value":"Blu Laguna A7 GL","additionalFilter":"","label":"Blu Laguna A7 GL"},{"value":"Blu Oltremare BG GL","additionalFilter":"","label":"Blu Oltremare BG GL"},{"value":"Blu Pavone A6 GL","additionalFilter":"","label":"Blu Pavone A6 GL"},{"value":"Blu Reale 48 GL","additionalFilter":"","label":"Blu Reale 48 GL"},{"value":"Cacao 05 GL","additionalFilter":"","label":"Cacao 05 GL"},{"value":"Cacao Orinoco FF GL","additionalFilter":"","label":"Cacao Orinoco FF GL"},{"value":"Canapa 94 GL","additionalFilter":"","label":"Canapa 94 GL"},{"value":"Canyon 90 GL","additionalFilter":"","label":"Canyon 90 GL"},{"value":"Carbone 43 GL","additionalFilter":"","label":"Carbone 43 GL"},{"value":"Carta da Zucchero 47 GL","additionalFilter":"","label":"Carta da Zucchero 47 GL"},{"value":"Castoro Ottawa FC GL","additionalFilter":"","label":"Castoro Ottawa FC GL"},{"value":"Cenere 92 GL","additionalFilter":"","label":"Cenere 92 GL"},{"value":"Giallo Curry 08 GL","additionalFilter":"","label":"Giallo Curry 08 GL"},{"value":"Grigio Bromo FE GL","additionalFilter":"","label":"Grigio Bromo FE GL"},{"value":"Grigio Chiaro A8 GL","additionalFilter":"","label":"Grigio Chiaro A8 GL"},{"value":"Grigio Efeso FB GL","additionalFilter":"","label":"Grigio Efeso FB GL"},{"value":"Grigio Grafite 02 GL","additionalFilter":"","label":"Grigio Grafite 02 GL"},{"value":"Grigio Lavagna A9 GL","additionalFilter":"","label":"Grigio Lavagna A9 GL"},{"value":"Grigio Londra FD GL","additionalFilter":"","label":"Grigio Londra FD GL"},{"value":"Grigio Luce 07 GL","additionalFilter":"","label":"Grigio Luce 07 GL"},{"value":"Grigio Perla 33 GL","additionalFilter":"","label":"Grigio Perla 33 GL"},{"value":"Grigio Pioggia 80 GL","additionalFilter":"","label":"Grigio Pioggia 80 GL"},{"value":"Grigio Talpa B5 GL","additionalFilter":"","label":"Grigio Talpa B5 GL"},{"value":"Juta DP GL","additionalFilter":"","label":"Juta DP GL"},{"value":"Marrone Havana 79 GL","additionalFilter":"","label":"Marrone Havana 79 GL"},{"value":"Mattone 10 GL","additionalFilter":"","label":"Mattone 10 GL"},{"value":"Metallizzato Alluminio M1 GL","additionalFilter":"","label":"Metallizzato Alluminio M1 GL"},{"value":"Metallizzato Antracite M5 GL","additionalFilter":"","label":"Metallizzato Antracite M5 GL"},{"value":"Metallizzato Bronzo M4 GL","additionalFilter":"","label":"Metallizzato Bronzo M4 GL"},{"value":"Metallizzato Copper M7 GL","additionalFilter":"","label":"Metallizzato Copper M7 GL"},{"value":"Metallizzato Creta M6 GL","additionalFilter":"","label":"Metallizzato Creta M6 GL"},{"value":"Nebbia 91 GL","additionalFilter":"","label":"Nebbia 91 GL"},{"value":"Nero 03 GL","additionalFilter":"","label":"Nero 03 GL"},{"value":"Platino DF GL","additionalFilter":"","label":"Platino DF GL"},{"value":"Roccia CE GL","additionalFilter":"","label":"Roccia CE GL"},{"value":"Rosa Etoile 45 GL","additionalFilter":"","label":"Rosa Etoile 45 GL"},{"value":"Rosa Retro 46 GL","additionalFilter":"","label":"Rosa Retro 46 GL"},{"value":"Rosso Fuoco 21 GL","additionalFilter":"","label":"Rosso Fuoco 21 GL"},{"value":"Rosso Jaipur FH GL","additionalFilter":"","label":"Rosso Jaipur FH GL"},{"value":"Rosso Rubino 19 GL","additionalFilter":"","label":"Rosso Rubino 19 GL"},{"value":"Terra DB GL","additionalFilter":"","label":"Terra DB GL"},{"value":"Titanio 93 GL","additionalFilter":"","label":"Titanio 93 GL"},{"value":"Torba DS GL","additionalFilter":"","label":"Torba DS GL"},{"value":"Tortora BE GL","additionalFilter":"","label":"Tortora BE GL"},{"value":"Verde Comodoro FG GL","additionalFilter":"","label":"Verde Comodoro FG GL"},{"value":"Verde Ghiaia 31 GL","additionalFilter":"","label":"Verde Ghiaia 31 GL"},{"value":"Verde Polvere 34 GL","additionalFilter":"","label":"Verde Polvere 34 GL"},{"value":"Verde Salvia 42 GL","additionalFilter":"","label":"Verde Salvia 42 GL"},{"value":"Agata BD ST","additionalFilter":"","label":"Agata BD ST"},{"value":"Aragosta 77 ST","additionalFilter":"","label":"Aragosta 77 ST"},{"value":"Arancio Zucca 09 ST","additionalFilter":"","label":"Arancio Zucca 09 ST"},{"value":"Ardesia DD ST","additionalFilter":"","label":"Ardesia DD ST"},{"value":"Argilla DR ST","additionalFilter":"","label":"Argilla DR ST"},{"value":"Bianco 0B ST","additionalFilter":"","label":"Bianco 0B ST"},{"value":"Bianco Calce DA ST","additionalFilter":"","label":"Bianco Calce DA ST"},{"value":"Bianco Male FA ST","additionalFilter":"","label":"Bianco Male FA ST"},{"value":"Blu Artico 37 ST","additionalFilter":"","label":"Blu Artico 37 ST"},{"value":"Blu Avio 41 ST","additionalFilter":"","label":"Blu Avio 41 ST"},{"value":"Blu Laguna A7 ST","additionalFilter":"","label":"Blu Laguna A7 ST"},{"value":"Blu Oltremare BG ST","additionalFilter":"","label":"Blu Oltremare BG ST"},{"value":"Blu Pavone A6 ST","additionalFilter":"","label":"Blu Pavone A6 ST"},{"value":"Blu Reale 48 ST","additionalFilter":"","label":"Blu Reale 48 ST"},{"value":"Cacao 05 ST","additionalFilter":"","label":"Cacao 05 ST"},{"value":"Cacao Orinoco FF ST","additionalFilter":"","label":"Cacao Orinoco FF ST"},{"value":"Canapa 94 ST","additionalFilter":"","label":"Canapa 94 ST"},{"value":"Canyon 90 ST","additionalFilter":"","label":"Canyon 90 ST"},{"value":"Carbone 43 ST","additionalFilter":"","label":"Carbone 43 ST"},{"value":"Carta da Zucchero 47 ST","additionalFilter":"","label":"Carta da Zucchero 47 ST"},{"value":"Castoro Ottawa FC ST","additionalFilter":"","label":"Castoro Ottawa FC ST"},{"value":"Cenere 92 ST","additionalFilter":"","label":"Cenere 92 ST"},{"value":"Giallo Curry 08 ST","additionalFilter":"","label":"Giallo Curry 08 ST"},{"value":"Grigio Bromo FE ST","additionalFilter":"","label":"Grigio Bromo FE ST"},{"value":"Grigio Chiaro A8 ST","additionalFilter":"","label":"Grigio Chiaro A8 ST"},{"value":"Grigio Efeso FB ST","additionalFilter":"","label":"Grigio Efeso FB ST"},{"value":"Grigio Grafite 02 ST","additionalFilter":"","label":"Grigio Grafite 02 ST"},{"value":"Grigio Lavagna A9 ST","additionalFilter":"","label":"Grigio Lavagna A9 ST"},{"value":"Grigio Londra FD ST","additionalFilter":"","label":"Grigio Londra FD ST"},{"value":"Grigio Luce 07 ST","additionalFilter":"","label":"Grigio Luce 07 ST"},{"value":"Grigio Perla 33 ST","additionalFilter":"","label":"Grigio Perla 33 ST"},{"value":"Grigio Pioggia 80 ST","additionalFilter":"","label":"Grigio Pioggia 80 ST"},{"value":"Grigio Talpa B5 ST","additionalFilter":"","label":"Grigio Talpa B5 ST"},{"value":"Juta DP ST","additionalFilter":"","label":"Juta DP ST"},{"value":"Marrone Havana 79 ST","additionalFilter":"","label":"Marrone Havana 79 ST"},{"value":"Mattone 10 ST","additionalFilter":"","label":"Mattone 10 ST"},{"value":"Metallizzato Alluminio M1 ST","additionalFilter":"","label":"Metallizzato Alluminio M1 ST"},{"value":"Metallizzato Antracite M5 ST","additionalFilter":"","label":"Metallizzato Antracite M5 ST"},{"value":"Metallizzato Bronzo M4 ST","additionalFilter":"","label":"Metallizzato Bronzo M4 ST"},{"value":"Metallizzato Copper M7 ST","additionalFilter":"","label":"Metallizzato Copper M7 ST"},{"value":"Metallizzato Creta M6 ST","additionalFilter":"","label":"Metallizzato Creta M6 ST"},{"value":"Nebbia 91 ST","additionalFilter":"","label":"Nebbia 91 ST"},{"value":"Nero 03 ST","additionalFilter":"","label":"Nero 03 ST"},{"value":"Platino DF ST","additionalFilter":"","label":"Platino DF ST"},{"value":"Roccia CE ST","additionalFilter":"","label":"Roccia CE ST"},{"value":"Rosa Etoile 45 ST","additionalFilter":"","label":"Rosa Etoile 45 ST"},{"value":"Rosa Retro 46 ST","additionalFilter":"","label":"Rosa Retro 46 ST"},{"value":"Rosso Fuoco 21 ST","additionalFilter":"","label":"Rosso Fuoco 21 ST"},{"value":"Rosso Jaipur FH ST","additionalFilter":"","label":"Rosso Jaipur FH ST"},{"value":"Rosso Rubino 19 ST","additionalFilter":"","label":"Rosso Rubino 19 ST"},{"value":"Terra DB ST","additionalFilter":"","label":"Terra DB ST"},{"value":"Titanio 93 ST","additionalFilter":"","label":"Titanio 93 ST"},{"value":"Torba DS ST","additionalFilter":"","label":"Torba DS ST"},{"value":"Tortora BE ST","additionalFilter":"","label":"Tortora BE ST"},{"value":"Verde Comodoro FG ST","additionalFilter":"","label":"Verde Comodoro FG ST"},{"value":"Verde Ghiaia 31 ST","additionalFilter":"","label":"Verde Ghiaia 31 ST"},{"value":"Verde Polvere 34 ST","additionalFilter":"","label":"Verde Polvere 34 ST"},{"value":"Verde Salvia 42 ST","additionalFilter":"","label":"Verde Salvia 42 ST"},{"value":"Metal acciaio 2MA","additionalFilter":"","label":"Metal acciaio 2MA"},{"value":"Metal piombo 2MB","additionalFilter":"","label":"Metal piombo 2MB"},{"value":"Metal titanio 2MC","additionalFilter":"","label":"Metal titanio 2MC"},{"value":"Metal bronzo 2MD","additionalFilter":"","label":"Metal bronzo 2MD"},{"value":"Rovere Monet TK3","additionalFilter":"","label":"Rovere Monet TK3"},{"value":"Rovere Slavonia TK6","additionalFilter":"","label":"Rovere Slavonia TK6"},{"value":"Ardesia TKF","additionalFilter":"","label":"Ardesia TKF"},{"value":"Noce Savoia TKG","additionalFilter":"","label":"Noce Savoia TKG"},{"value":"Pulpis Chiaro TKH","additionalFilter":"","label":"Pulpis Chiaro TKH"},{"value":"Pulpis Scuro TKJ","additionalFilter":"","label":"Pulpis Scuro TKJ"},{"value":"Rovere Valdweg TKK","additionalFilter":"","label":"Rovere Valdweg TKK"},{"value":"Rovere Alba TKL","additionalFilter":"","label":"Rovere Alba TKL"},{"value":"Noce Sinfonia TKM","additionalFilter":"","label":"Noce Sinfonia TKM"},{"value":"Brera Brown TKN","additionalFilter":"","label":"Brera Brown TKN"},{"value":"Cepp Stone TKP","additionalFilter":"","label":"Cepp Stone TKP"},{"value":"Rox Black TKQ","additionalFilter":"","label":"Rox Black TKQ"},{"value":"Rovere Eucalipto 01A","additionalFilter":"","label":"Rovere Eucalipto 01A"},{"value":"Rovere Bianco 06A","additionalFilter":"","label":"Rovere Bianco 06A"},{"value":"Rovere Naturale 06B","additionalFilter":"","label":"Rovere Naturale 06B"},{"value":"Rovere Sabbia 06C","additionalFilter":"","label":"Rovere Sabbia 06C"},{"value":"Rovere Cenere 06D","additionalFilter":"","label":"Rovere Cenere 06D"},{"value":"Rovere Avena 06E","additionalFilter":"","label":"Rovere Avena 06E"},{"value":"Rovere Fumo 06F","additionalFilter":"","label":"Rovere Fumo 06F"},{"value":"Rovere Carbone 06G","additionalFilter":"","label":"Rovere Carbone 06G"},{"value":"Rovere Moka 06H","additionalFilter":"","label":"Rovere Moka 06H"},{"value":"Rovere Nero 06J","additionalFilter":"","label":"Rovere Nero 06J"}]}]}],"enabledCTA":false},{"section":"Select Countertop Color","sort":"3","groups":[{"groupName":"Countertop Color","order":"1","type":"simple","options":[{"option":"Counertops materials","label":"Color","optionName":"UI_Counertops materials","order":"1","type":"simple","typeComponent":"material","values":{"Gloss White":"Gloss White","Matte White":"Matte White","Bianco Male TFA":"Bianco Male TFA","Grigio Efeso TFB":"Grigio Efeso TFB","Castoro Ottawa TFC":"Castoro Ottawa TFC","Grigio Londra TFD":"Grigio Londra TFD","Grigio Bromo TFE":"Grigio Bromo TFE","Cacao Orinoco TFF":"Cacao Orinoco TFF","Verde Comodoro TFG":"Verde Comodoro TFG","Rosso Jaipur TFH":"Rosso Jaipur TFH","Nero Ingo TFJ":"Nero Ingo TFJ","Rovere Monet TK3":"Rovere Monet TK3","Rovere Slavonia TK6":"Rovere Slavonia TK6","Ardesia TKF":"Ardesia TKF","Noce Savoia TKG":"Noce Savoia TKG","Pulpis Chiaro TKH":"Pulpis Chiaro TKH","Pulpis Scuro TKJ":"Pulpis Scuro TKJ","Rovere Valdweg TKK":"Rovere Valdweg TKK","Rovere Alba TKL":"Rovere Alba TKL","Noce Sinfonia TKM":"Noce Sinfonia TKM","Brera Brown TKN":"Brera Brown TKN","Cepp Stone TKP":"Cepp Stone TKP","Rox Black TKQ":"Rox Black TKQ","Aosta Green Marble Lucidato TR4":"Aosta Green Marble Lucidato TR4","Avenue Amber TRC":"Avenue Amber TRC","Avenue Ivory TR9":"Avenue Ivory TR9","Avenue Plumb TRB":"Avenue Plumb TRB","Avenue Silver TRA":"Avenue Silver TRA","Bianco Assoluto Matte TQK":"Bianco Assoluto Matte TQK","Bianco Statuario Venato Lucidato TQC":"Bianco Statuario Venato Lucidato TQC","Bianco Statuario Venato Matte TQV":"Bianco Statuario Venato Matte TQV","Black Marquinia Lucidato TR1":"Black Marquinia Lucidato TR1","Black Marquinia Silky Matte TR7":"Black Marquinia Silky Matte TR7","Calacatta Oro Venato Lucidato TQD":"Calacatta Oro Venato Lucidato TQD","Calacatta Oro Venato Matte TQW":"Calacatta Oro Venato Matte TQW","Cava Diamond Cream TQE":"Cava Diamond Cream TQE","Cava Noir Desir Lucidato TQJ":"Cava Noir Desir Lucidato TQJ","Cava Noir Desir Matte TQH":"Cava Noir Desir Matte TQH","Emperador Lucidato TR3":"Emperador Lucidato TR3","Fokos Rena TQ2":"Fokos Rena TQ2","Fokos Roccia TQ3":"Fokos Roccia TQ3","Fokos Sale TQ1":"Fokos Sale TQ1","Guadi Stone Lucidato TR5":"Guadi Stone Lucidato TR5","Limestone Ash TRF":"Limestone Ash TRF","Limestone Deep TRG":"Limestone Deep TRG","Limestone Moon TRE":"Limestone Moon TRE","Metal Grey TRD":"Metal Grey TRD","Nero Assoluto Matte TQ9":"Nero Assoluto Matte TQ9","Ossido Bruno TQT":"Ossido Bruno TQT","Ossido Nero TQS":"Ossido Nero TQS","Pietra Di Savoia Antracite TQ6":"Pietra Di Savoia Antracite TQ6","Pietra Di Savoia Grigia TQ4":"Pietra Di Savoia Grigia TQ4","Pietra Grey Lucidata TQR":"Pietra Grey Lucidata TQR","Pietra Grey Matte TQU":"Pietra Grey Matte TQU","Pietra Piasentina Grigia Matte TQP":"Pietra Piasentina Grigia Matte TQP","Pietra Piasentina Taupe Matte TQQ":"Pietra Piasentina Taupe Matte TQQ","Sahara Noir Lucidato TR2":"Sahara Noir Lucidato TR2","Sahara Noir Silky Matte TR8":"Sahara Noir Silky Matte TR8","Travertino Beige Matte TQX":"Travertino Beige Matte TQX","Travertino Silver Matte TQY":"Travertino Silver Matte TQY","Travertino Lucidato TR6":"Travertino Lucidato TR6"},"valuesArray":[{"value":"Gloss White","additionalFilter":"","label":"Gloss White"},{"value":"Matte White","additionalFilter":"","label":"Matte White"},{"value":"Bianco Male TFA","additionalFilter":"","label":"Bianco Male TFA"},{"value":"Grigio Efeso TFB","additionalFilter":"","label":"Grigio Efeso TFB"},{"value":"Castoro Ottawa TFC","additionalFilter":"","label":"Castoro Ottawa TFC"},{"value":"Grigio Londra TFD","additionalFilter":"","label":"Grigio Londra TFD"},{"value":"Grigio Bromo TFE","additionalFilter":"","label":"Grigio Bromo TFE"},{"value":"Cacao Orinoco TFF","additionalFilter":"","label":"Cacao Orinoco TFF"},{"value":"Verde Comodoro TFG","additionalFilter":"","label":"Verde Comodoro TFG"},{"value":"Rosso Jaipur TFH","additionalFilter":"","label":"Rosso Jaipur TFH"},{"value":"Nero Ingo TFJ","additionalFilter":"","label":"Nero Ingo TFJ"},{"value":"Rovere Monet TK3","additionalFilter":"","label":"Rovere Monet TK3"},{"value":"Rovere Slavonia TK6","additionalFilter":"","label":"Rovere Slavonia TK6"},{"value":"Ardesia TKF","additionalFilter":"","label":"Ardesia TKF"},{"value":"Noce Savoia TKG","additionalFilter":"","label":"Noce Savoia TKG"},{"value":"Pulpis Chiaro TKH","additionalFilter":"","label":"Pulpis Chiaro TKH"},{"value":"Pulpis Scuro TKJ","additionalFilter":"","label":"Pulpis Scuro TKJ"},{"value":"Rovere Valdweg TKK","additionalFilter":"","label":"Rovere Valdweg TKK"},{"value":"Rovere Alba TKL","additionalFilter":"","label":"Rovere Alba TKL"},{"value":"Noce Sinfonia TKM","additionalFilter":"","label":"Noce Sinfonia TKM"},{"value":"Brera Brown TKN","additionalFilter":"","label":"Brera Brown TKN"},{"value":"Cepp Stone TKP","additionalFilter":"","label":"Cepp Stone TKP"},{"value":"Rox Black TKQ","additionalFilter":"","label":"Rox Black TKQ"},{"value":"Aosta Green Marble Lucidato TR4","additionalFilter":"","label":"Aosta Green Marble Lucidato TR4"},{"value":"Avenue Amber TRC","additionalFilter":"","label":"Avenue Amber TRC"},{"value":"Avenue Ivory TR9","additionalFilter":"","label":"Avenue Ivory TR9"},{"value":"Avenue Plumb TRB","additionalFilter":"","label":"Avenue Plumb TRB"},{"value":"Avenue Silver TRA","additionalFilter":"","label":"Avenue Silver TRA"},{"value":"Bianco Assoluto Matte TQK","additionalFilter":"","label":"Bianco Assoluto Matte TQK"},{"value":"Bianco Statuario Venato Lucidato TQC","additionalFilter":"","label":"Bianco Statuario Venato Lucidato TQC"},{"value":"Bianco Statuario Venato Matte TQV","additionalFilter":"","label":"Bianco Statuario Venato Matte TQV"},{"value":"Black Marquinia Lucidato TR1","additionalFilter":"","label":"Black Marquinia Lucidato TR1"},{"value":"Black Marquinia Silky Matte TR7","additionalFilter":"","label":"Black Marquinia Silky Matte TR7"},{"value":"Calacatta Oro Venato Lucidato TQD","additionalFilter":"","label":"Calacatta Oro Venato Lucidato TQD"},{"value":"Calacatta Oro Venato Matte TQW","additionalFilter":"","label":"Calacatta Oro Venato Matte TQW"},{"value":"Cava Diamond Cream TQE","additionalFilter":"","label":"Cava Diamond Cream TQE"},{"value":"Cava Noir Desir Lucidato TQJ","additionalFilter":"","label":"Cava Noir Desir Lucidato TQJ"},{"value":"Cava Noir Desir Matte TQH","additionalFilter":"","label":"Cava Noir Desir Matte TQH"},{"value":"Emperador Lucidato TR3","additionalFilter":"","label":"Emperador Lucidato TR3"},{"value":"Fokos Rena TQ2","additionalFilter":"","label":"Fokos Rena TQ2"},{"value":"Fokos Roccia TQ3","additionalFilter":"","label":"Fokos Roccia TQ3"},{"value":"Fokos Sale TQ1","additionalFilter":"","label":"Fokos Sale TQ1"},{"value":"Guadi Stone Lucidato TR5","additionalFilter":"","label":"Guadi Stone Lucidato TR5"},{"value":"Limestone Ash TRF","additionalFilter":"","label":"Limestone Ash TRF"},{"value":"Limestone Deep TRG","additionalFilter":"","label":"Limestone Deep TRG"},{"value":"Limestone Moon TRE","additionalFilter":"","label":"Limestone Moon TRE"},{"value":"Metal Grey TRD","additionalFilter":"","label":"Metal Grey TRD"},{"value":"Nero Assoluto Matte TQ9","additionalFilter":"","label":"Nero Assoluto Matte TQ9"},{"value":"Ossido Bruno TQT","additionalFilter":"","label":"Ossido Bruno TQT"},{"value":"Ossido Nero TQS","additionalFilter":"","label":"Ossido Nero TQS"},{"value":"Pietra Di Savoia Antracite TQ6","additionalFilter":"","label":"Pietra Di Savoia Antracite TQ6"},{"value":"Pietra Di Savoia Grigia TQ4","additionalFilter":"","label":"Pietra Di Savoia Grigia TQ4"},{"value":"Pietra Grey Lucidata TQR","additionalFilter":"","label":"Pietra Grey Lucidata TQR"},{"value":"Pietra Grey Matte TQU","additionalFilter":"","label":"Pietra Grey Matte TQU"},{"value":"Pietra Piasentina Grigia Matte TQP","additionalFilter":"","label":"Pietra Piasentina Grigia Matte TQP"},{"value":"Pietra Piasentina Taupe Matte TQQ","additionalFilter":"","label":"Pietra Piasentina Taupe Matte TQQ"},{"value":"Sahara Noir Lucidato TR2","additionalFilter":"","label":"Sahara Noir Lucidato TR2"},{"value":"Sahara Noir Silky Matte TR8","additionalFilter":"","label":"Sahara Noir Silky Matte TR8"},{"value":"Travertino Beige Matte TQX","additionalFilter":"","label":"Travertino Beige Matte TQX"},{"value":"Travertino Silver Matte TQY","additionalFilter":"","label":"Travertino Silver Matte TQY"},{"value":"Travertino Lucidato TR6","additionalFilter":"","label":"Travertino Lucidato TR6"}]}]}],"enabledCTA":false},{"section":"Select Countertop Basin Style","sort":"4","groups":[{"groupName":"Countertop Basin Style","order":"1","type":"simple","options":[{"option":"Basin Style","label":"Basin Style","optionName":"UI_Basin Style","order":"1","type":"simple","typeComponent":"image","values":{"Solid-Surface: Rectangular":"Rectangular","Fenix: Strip":"Strip","Fenix: Cover":"Cover","Fenix: Prisma":"Prisma","Fenix: Quadra":"Quadra","HPL: Strip":"Strip","HPL: Cover":"Cover","HPL: Prisma":"Prisma","HPL: Quadra":"Quadra","Porcelain: Strip":"Strip","Porcelain: Cover":"Cover","Porcelain: Prisma":"Prisma","Porcelain: Quadra":"Quadra"},"valuesArray":[{"value":"Solid-Surface: Rectangular","additionalFilter":"","label":"Rectangular"},{"value":"Fenix: Strip","additionalFilter":"","label":"Strip"},{"value":"Fenix: Cover","additionalFilter":"","label":"Cover"},{"value":"Fenix: Prisma","additionalFilter":"","label":"Prisma"},{"value":"Fenix: Quadra","additionalFilter":"","label":"Quadra"},{"value":"HPL: Strip","additionalFilter":"","label":"Strip"},{"value":"HPL: Cover","additionalFilter":"","label":"Cover"},{"value":"HPL: Prisma","additionalFilter":"","label":"Prisma"},{"value":"HPL: Quadra","additionalFilter":"","label":"Quadra"},{"value":"Porcelain: Strip","additionalFilter":"","label":"Strip"},{"value":"Porcelain: Cover","additionalFilter":"","label":"Cover"},{"value":"Porcelain: Prisma","additionalFilter":"","label":"Prisma"},{"value":"Porcelain: Quadra","additionalFilter":"","label":"Quadra"}]}]}],"enabledCTA":false}]`},{id:"b61a72c8-b23d-424a-b8b6-87f2302ddf27",type:"Boolean",name:"start_script",metadata:{},defaultValue:!1,global:{id:"b61a72c8-b23d-424a-b8b6-87f2302ddf27",type:"Global",name:"Global",metadata:[]},visible:!0,enabled:!0,hiddenValues:[],disabledValues:[],values:[],value:!0},{id:"a6b54f1b-8da8-4e93-910b-cbbfcbc77c18",type:"Boolean",name:"hasLoadeAppConfig",metadata:{},defaultValue:!1,global:{id:"a6b54f1b-8da8-4e93-910b-cbbfcbc77c18",type:"Global",name:"Global",metadata:[]},visible:!0,enabled:!0,hiddenValues:[],disabledValues:[],values:[],value:!0},{id:"2fdf2c2f-1326-4a13-a1da-9c2165d8c081",type:"Asset",name:"UI_Style",metadata:{Name:"Style",Label:"Style",hasRenderImagePreview:"true"},blacklist:[],assetType:"model",values:[{assetId:"4db1330a-fbc2-4372-9dbf-ca145bbce5f4",name:"Open Shelving",tags:["duplexstyle"],metadata:{label:"Open Shelving",value:"Open Shelving"},fileSize:95548,tagids:["79919cde-401a-493f-8581-8081d823a1a0"],type:"item",label:"Open Shelving",visible:!0,enabled:!0},{assetId:"98fa93a1-c3a1-4adc-9333-004a173b05f3",name:"Single basin",tags:["duplexstyle"],metadata:{label:"Single basin",value:"Single basin"},fileSize:95548,tagids:["79919cde-401a-493f-8581-8081d823a1a0"],type:"item",label:"Single basin",visible:!0,enabled:!0},{assetId:"52e32de8-b9dc-41eb-9a34-d660a093f291",name:"Double basin",tags:["duplexstyle"],metadata:{label:"Double basin",value:"Double basin"},fileSize:95548,tagids:["79919cde-401a-493f-8581-8081d823a1a0"],type:"item",label:"Double basin",visible:!0,enabled:!0},{assetId:"bad3f234-638e-4636-abc8-29a7b52e8f4f",name:"Multi-level",tags:["duplexstyle"],metadata:{label:"Multi-level",value:"Multi-level"},fileSize:95548,tagids:["79919cde-401a-493f-8581-8081d823a1a0"],type:"item",label:"Multi-level",visible:!0,enabled:!0},{assetId:"99e81a49-ca4d-4b5b-aa2d-20e312f76c22",name:"2-Drawer",tags:["duplexstyle"],metadata:{label:"2-Drawer",value:"2-Drawer"},fileSize:95548,tagids:["79919cde-401a-493f-8581-8081d823a1a0"],type:"item",label:"2-Drawer",visible:!0,enabled:!0},{assetId:"32344eaf-fdf4-45f5-873d-c95915883f49",name:"1-Drawer",tags:["duplexstyle"],metadata:{label:"1-Drawer",value:"1-Drawer"},fileSize:95548,tagids:["79919cde-401a-493f-8581-8081d823a1a0"],type:"item",label:"1-Drawer",visible:!0,enabled:!0},{assetId:"b6bc96e8-ff45-42b2-b081-49f1d0398ae3",name:"Asymmetrical",tags:["style"],metadata:{label:"Asymmetrical",value:"Asymmetrical"},fileSize:95548,tagids:["379a77ba-e8d1-4748-b30a-0d6976159d96"],type:"item",label:"Asymmetrical",visible:!0,enabled:!0}],defaultValue:{assetId:""},global:{id:"2fdf2c2f-1326-4a13-a1da-9c2165d8c081",type:"Global",name:"Global",metadata:[]},visible:!0,enabled:!0,hiddenValues:["4a6edce3-a6b2-4d8b-afa4-b492dc02b149"],disabledValues:[],value:{assetId:""}},{id:"42fa7400-406f-404a-bd77-2a523f7bc2fc",type:"Number",name:"Camera",metadata:{},step:1,min:1,max:12,lockToStep:!1,defaultValue:1,global:{id:"42fa7400-406f-404a-bd77-2a523f7bc2fc",type:"Global",name:"Global",metadata:[]},visible:!0,enabled:!0,hiddenValues:[],disabledValues:[],values:[],value:2},{id:"8009c970-3f06-46cd-8d74-a5a5499308f8",type:"String",name:"img-load-2",metadata:{},blacklist:[],values:[{value:'?assetId=c5f1aeee-d13b-41f6-98d6-75fd35c49236&orgId=12a6bfdf-aa5f-48e7-97ff-172e9c5775d8&display=image&height=300&width=300&bearer_token=714ecdb5-8ef7-4671-99f3-6d426c13a250&stageId=266e9c2f-0a94-431b-956f-395171123bc1&cacheKey=2905&configuration=%7B"UI_Conceptsize"%3A%7B"assetId"%3A""%7D%2C"UI_Model"%3A%7B"assetId"%3A"9d25a611-5e60-4e98-9550-f1cf55ed8af3"%2C"type"%3A"item"%7D%2C"UI_Base+Panel"%3A%7B"assetId"%3A"abb65419-cfa9-445a-9719-8a6f0aeb0eb5"%2C"type"%3A"item"%7D%2C"UI_Basin+Style"%3A%7B"assetId"%3A"137e5e19-ce6e-453a-8bb0-1e3769414047"%2C"type"%3A"item"%7D%2C"UI_Lateral+Panel"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Counertops+materials"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Style"%3A%7B"assetId"%3A""%7D%7D&stageConfiguration=%7B"Camera"%3A2%7D',enabled:!0,visible:!0,label:'?assetId=c5f1aeee-d13b-41f6-98d6-75fd35c49236&orgId=12a6bfdf-aa5f-48e7-97ff-172e9c5775d8&display=image&height=300&width=300&bearer_token=714ecdb5-8ef7-4671-99f3-6d426c13a250&stageId=266e9c2f-0a94-431b-956f-395171123bc1&cacheKey=2905&configuration=%7B"UI_Conceptsize"%3A%7B"assetId"%3A""%7D%2C"UI_Model"%3A%7B"assetId"%3A"9d25a611-5e60-4e98-9550-f1cf55ed8af3"%2C"type"%3A"item"%7D%2C"UI_Base+Panel"%3A%7B"assetId"%3A"abb65419-cfa9-445a-9719-8a6f0aeb0eb5"%2C"type"%3A"item"%7D%2C"UI_Basin+Style"%3A%7B"assetId"%3A"137e5e19-ce6e-453a-8bb0-1e3769414047"%2C"type"%3A"item"%7D%2C"UI_Lateral+Panel"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Counertops+materials"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Style"%3A%7B"assetId"%3A""%7D%7D&stageConfiguration=%7B"Camera"%3A2%7D'}],defaultValue:"",global:{id:"8009c970-3f06-46cd-8d74-a5a5499308f8",type:"Global",name:"Global",metadata:[]},visible:!0,enabled:!0,hiddenValues:[],disabledValues:[],value:""},{id:"f26f1d70-c944-447c-9082-f0cca290eee4",type:"String",name:"img-load-3",metadata:{},blacklist:[],values:[{value:'?assetId=c5f1aeee-d13b-41f6-98d6-75fd35c49236&orgId=12a6bfdf-aa5f-48e7-97ff-172e9c5775d8&display=image&height=300&width=300&bearer_token=714ecdb5-8ef7-4671-99f3-6d426c13a250&stageId=266e9c2f-0a94-431b-956f-395171123bc1&cacheKey=2905&configuration=%7B"UI_Conceptsize"%3A%7B"assetId"%3A""%7D%2C"UI_Model"%3A%7B"assetId"%3A"9d25a611-5e60-4e98-9550-f1cf55ed8af3"%2C"type"%3A"item"%7D%2C"UI_Base+Panel"%3A%7B"assetId"%3A"abb65419-cfa9-445a-9719-8a6f0aeb0eb5"%2C"type"%3A"item"%7D%2C"UI_Basin+Style"%3A%7B"assetId"%3A"137e5e19-ce6e-453a-8bb0-1e3769414047"%2C"type"%3A"item"%7D%2C"UI_Lateral+Panel"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Counertops+materials"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Style"%3A%7B"assetId"%3A""%7D%7D&stageConfiguration=%7B"Camera"%3A3%7D',enabled:!0,visible:!0,label:'?assetId=c5f1aeee-d13b-41f6-98d6-75fd35c49236&orgId=12a6bfdf-aa5f-48e7-97ff-172e9c5775d8&display=image&height=300&width=300&bearer_token=714ecdb5-8ef7-4671-99f3-6d426c13a250&stageId=266e9c2f-0a94-431b-956f-395171123bc1&cacheKey=2905&configuration=%7B"UI_Conceptsize"%3A%7B"assetId"%3A""%7D%2C"UI_Model"%3A%7B"assetId"%3A"9d25a611-5e60-4e98-9550-f1cf55ed8af3"%2C"type"%3A"item"%7D%2C"UI_Base+Panel"%3A%7B"assetId"%3A"abb65419-cfa9-445a-9719-8a6f0aeb0eb5"%2C"type"%3A"item"%7D%2C"UI_Basin+Style"%3A%7B"assetId"%3A"137e5e19-ce6e-453a-8bb0-1e3769414047"%2C"type"%3A"item"%7D%2C"UI_Lateral+Panel"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Counertops+materials"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Style"%3A%7B"assetId"%3A""%7D%7D&stageConfiguration=%7B"Camera"%3A3%7D'}],defaultValue:"",global:{id:"f26f1d70-c944-447c-9082-f0cca290eee4",type:"Global",name:"Global",metadata:[]},visible:!0,enabled:!0,hiddenValues:[],disabledValues:[],value:""},{id:"db43eec9-9146-4d26-a99c-3d70c4a95263",type:"String",name:"img-load-4",metadata:{},blacklist:[],values:[{value:'?assetId=c5f1aeee-d13b-41f6-98d6-75fd35c49236&orgId=12a6bfdf-aa5f-48e7-97ff-172e9c5775d8&display=image&height=300&width=300&bearer_token=714ecdb5-8ef7-4671-99f3-6d426c13a250&stageId=266e9c2f-0a94-431b-956f-395171123bc1&cacheKey=2905&configuration=%7B"UI_Conceptsize"%3A%7B"assetId"%3A""%7D%2C"UI_Model"%3A%7B"assetId"%3A"9d25a611-5e60-4e98-9550-f1cf55ed8af3"%2C"type"%3A"item"%7D%2C"UI_Base+Panel"%3A%7B"assetId"%3A"abb65419-cfa9-445a-9719-8a6f0aeb0eb5"%2C"type"%3A"item"%7D%2C"UI_Basin+Style"%3A%7B"assetId"%3A"137e5e19-ce6e-453a-8bb0-1e3769414047"%2C"type"%3A"item"%7D%2C"UI_Lateral+Panel"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Counertops+materials"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Style"%3A%7B"assetId"%3A""%7D%7D&stageConfiguration=%7B"Camera"%3A4%7D',enabled:!0,visible:!0,label:'?assetId=c5f1aeee-d13b-41f6-98d6-75fd35c49236&orgId=12a6bfdf-aa5f-48e7-97ff-172e9c5775d8&display=image&height=300&width=300&bearer_token=714ecdb5-8ef7-4671-99f3-6d426c13a250&stageId=266e9c2f-0a94-431b-956f-395171123bc1&cacheKey=2905&configuration=%7B"UI_Conceptsize"%3A%7B"assetId"%3A""%7D%2C"UI_Model"%3A%7B"assetId"%3A"9d25a611-5e60-4e98-9550-f1cf55ed8af3"%2C"type"%3A"item"%7D%2C"UI_Base+Panel"%3A%7B"assetId"%3A"abb65419-cfa9-445a-9719-8a6f0aeb0eb5"%2C"type"%3A"item"%7D%2C"UI_Basin+Style"%3A%7B"assetId"%3A"137e5e19-ce6e-453a-8bb0-1e3769414047"%2C"type"%3A"item"%7D%2C"UI_Lateral+Panel"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Counertops+materials"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Style"%3A%7B"assetId"%3A""%7D%7D&stageConfiguration=%7B"Camera"%3A4%7D'}],defaultValue:"",global:{id:"db43eec9-9146-4d26-a99c-3d70c4a95263",type:"Global",name:"Global",metadata:[]},visible:!0,enabled:!0,hiddenValues:[],disabledValues:[],value:""},{id:"f01da09a-92a2-4166-a979-bcae1dc7a643",type:"String",name:"img-load-5",metadata:{},blacklist:[],values:[{value:'?assetId=c5f1aeee-d13b-41f6-98d6-75fd35c49236&orgId=12a6bfdf-aa5f-48e7-97ff-172e9c5775d8&display=image&height=300&width=300&bearer_token=714ecdb5-8ef7-4671-99f3-6d426c13a250&stageId=266e9c2f-0a94-431b-956f-395171123bc1&cacheKey=2905&configuration=%7B"UI_Conceptsize"%3A%7B"assetId"%3A""%7D%2C"UI_Model"%3A%7B"assetId"%3A"9d25a611-5e60-4e98-9550-f1cf55ed8af3"%2C"type"%3A"item"%7D%2C"UI_Base+Panel"%3A%7B"assetId"%3A"abb65419-cfa9-445a-9719-8a6f0aeb0eb5"%2C"type"%3A"item"%7D%2C"UI_Basin+Style"%3A%7B"assetId"%3A"137e5e19-ce6e-453a-8bb0-1e3769414047"%2C"type"%3A"item"%7D%2C"UI_Lateral+Panel"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Counertops+materials"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Style"%3A%7B"assetId"%3A""%7D%7D&stageConfiguration=%7B"Camera"%3A5%7D',enabled:!0,visible:!0,label:'?assetId=c5f1aeee-d13b-41f6-98d6-75fd35c49236&orgId=12a6bfdf-aa5f-48e7-97ff-172e9c5775d8&display=image&height=300&width=300&bearer_token=714ecdb5-8ef7-4671-99f3-6d426c13a250&stageId=266e9c2f-0a94-431b-956f-395171123bc1&cacheKey=2905&configuration=%7B"UI_Conceptsize"%3A%7B"assetId"%3A""%7D%2C"UI_Model"%3A%7B"assetId"%3A"9d25a611-5e60-4e98-9550-f1cf55ed8af3"%2C"type"%3A"item"%7D%2C"UI_Base+Panel"%3A%7B"assetId"%3A"abb65419-cfa9-445a-9719-8a6f0aeb0eb5"%2C"type"%3A"item"%7D%2C"UI_Basin+Style"%3A%7B"assetId"%3A"137e5e19-ce6e-453a-8bb0-1e3769414047"%2C"type"%3A"item"%7D%2C"UI_Lateral+Panel"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Counertops+materials"%3A%7B"assetId"%3A"be20009d-8b5e-42b4-b429-4846fcd9fd9d"%2C"type"%3A"item"%7D%2C"UI_Style"%3A%7B"assetId"%3A""%7D%7D&stageConfiguration=%7B"Camera"%3A5%7D'}],defaultValue:"",global:{id:"f01da09a-92a2-4166-a979-bcae1dc7a643",type:"Global",name:"Global",metadata:[]},visible:!0,enabled:!0,hiddenValues:[],disabledValues:[],value:""}];function ZD(){const[e,t]=E.useState(!0),[a,n]=E.useState(xt.FETCH_DATA_ALL),o=()=>{t(c=>!c)},l=c=>{console.log("handleSetData",c)},u=()=>{const c=a===xt.FETCH_DATA_ALL?xt.FETCH_DATA_PRODUCT:xt.FETCH_DATA_ALL;n(c)};return C.jsxs("div",{className:"swatch-module-root",children:[C.jsxs("div",{className:"manipulation_block",children:[C.jsxs("div",{children:["Active type Module -"," ",C.jsx("span",{className:"p-1 rounded-sm bg-amber-300",children:a===xt.FETCH_DATA_ALL?"List product":"Single product"})]}),C.jsxs("div",{children:["Status -"," ",C.jsx("span",{className:"p-1 rounded-sm bg-amber-300",children:e?"Open":"Close"})]}),C.jsx("div",{className:"mb-[4px]",children:C.jsxs("button",{type:"button",onClick:o,className:"px-4 py-2 rounded bg-[var(--main-accent-color)] text-white",children:[e?"Close":"Open"," module"]})}),C.jsx("div",{children:C.jsxs("button",{type:"button",onClick:u,className:"px-4 py-2 rounded bg-[var(--main-accent-color)] text-white",children:["Change type to"," ",a===xt.FETCH_DATA_ALL?"Single product":"List product"," ","module"]})})]}),C.jsx("div",{className:`${a===xt.FETCH_DATA_ALL?"h-[768px] min-h-0 overflow-hidden flex flex-col border border-[var(--border)]":""}`,children:C.jsx(XD,{isOpen:e,uiDataType:a,data:JD,assetId:"9aa4a6cc-05a2-4de0-b376-ef3ef2271bfe",onToggleSidebar:o,onSendData:l})})]})}s6.createRoot(document.getElementById("root")).render(C.jsx(E.StrictMode,{children:C.jsx(ZD,{})}));